refactor: localization

pull/8/head
Евгений Сугоняко 2024-05-12 19:16:46 +03:00
parent 79e9ce69a9
commit 259ecfc37d
2 changed files with 19 additions and 12 deletions

View File

@ -101,7 +101,7 @@ theme_override_constants/separation = 10
[node name="LoginLabel" type="Label" parent="MainBox/LoginBox/LoginPanelBox"]
layout_mode = 2
size_flags_vertical = 2
text = "Enter to Cashflow World"
text = "$Enter_to_Cashflow_World"
label_settings = SubResource("LabelSettings_iy7sm")
horizontal_alignment = 1
@ -114,7 +114,7 @@ alignment = 1
[node name="PasswordInput" type="LineEdit" parent="MainBox/LoginBox/LoginPanelBox"]
layout_mode = 2
size_flags_vertical = 2
placeholder_text = "password"
placeholder_text = "$Password"
alignment = 1
secret = true
@ -126,16 +126,16 @@ theme_override_constants/separation = 10
[node name="LoginBtn" type="Button" parent="MainBox/LoginBox/LoginPanelBox/LoginButtonsBox"]
layout_mode = 2
size_flags_horizontal = 2
text = "Enter"
text = "$Enter"
[node name="ExitBtn" type="Button" parent="MainBox/LoginBox/LoginPanelBox/LoginButtonsBox"]
layout_mode = 2
size_flags_horizontal = 10
text = "Exit"
text = "$Exit"
[node name="RegistrationButton" type="Button" parent="MainBox/LoginBox/LoginPanelBox"]
layout_mode = 2
text = "Registration"
text = "$Registration"
flat = true
[node name="RegistrationPanelBox" type="VBoxContainer" parent="MainBox/LoginBox"]
@ -147,33 +147,33 @@ theme_override_constants/separation = 10
[node name="RegistrationLabel" type="Label" parent="MainBox/LoginBox/RegistrationPanelBox"]
layout_mode = 2
size_flags_vertical = 2
text = "Registrate on Cashflow World"
text = "$Registrate_on_Cashflow_World"
label_settings = SubResource("LabelSettings_iy7sm")
horizontal_alignment = 1
[node name="LoginInput" type="LineEdit" parent="MainBox/LoginBox/RegistrationPanelBox"]
layout_mode = 2
size_flags_vertical = 2
placeholder_text = "login"
placeholder_text = "$Login"
alignment = 1
[node name="NameInput" type="LineEdit" parent="MainBox/LoginBox/RegistrationPanelBox"]
layout_mode = 2
size_flags_vertical = 2
placeholder_text = "nikname"
placeholder_text = "Nikname"
alignment = 1
[node name="PasswordInput" type="LineEdit" parent="MainBox/LoginBox/RegistrationPanelBox"]
layout_mode = 2
size_flags_vertical = 2
placeholder_text = "password"
placeholder_text = "$Password"
alignment = 1
secret = true
[node name="PasswordInput_2" type="LineEdit" parent="MainBox/LoginBox/RegistrationPanelBox"]
layout_mode = 2
size_flags_vertical = 2
placeholder_text = "password repeat"
placeholder_text = "$Password_repeat"
alignment = 1
secret = true
@ -185,12 +185,12 @@ theme_override_constants/separation = 10
[node name="RegistrationBtn" type="Button" parent="MainBox/LoginBox/RegistrationPanelBox/RegistrationButtonsBox"]
layout_mode = 2
size_flags_horizontal = 2
text = "Registrate"
text = "$Registration"
[node name="BackBtn" type="Button" parent="MainBox/LoginBox/RegistrationPanelBox/RegistrationButtonsBox"]
layout_mode = 2
size_flags_horizontal = 10
text = "Back"
text = "$Back"
[node name="InfoBob" type="MarginContainer" parent="MainBox"]
layout_mode = 2

View File

@ -1,6 +1,11 @@
KEYS,en,uk,ru
$Login,Login,Логін,Логин
$Password,Password,Пароль,Пароль
$Registration,Registration, Реєстрація, Регистрация
$Back,Back,Назад,Назад
$Password_repeat,Password repeat,Повтор паролю,Повтор пароля
$Settings,Settings,Налаштування,Настройки
$Enter,Enter,Вхід,Вход
$Exit,Exit,Вихід,Выход
$Language:,Language,Мова,Язык
$Save,Save,Зберегти,Сохранить
@ -12,3 +17,5 @@ $Thursday,Thursday,Четверг,Четверг
$Friday,Friday,П'ятниця,Пятница
$Saturday,Saturday,Субота,Суббота
$Sunday,Sunday,Неділя,Воскресение
$Enter_to_Cashflow_World,Enter to Cashflow World,Увійти у CashFlow всесвіт,Войти в мир CashFlow
$Registrate_on_Cashflow_World,Registrate on Cashflow World,Реєстрація у всесвіті CashFlow,Регистрация в мире CashFlow

1 KEYS en uk ru
2 $Login Login Логін Логин
3 $Password Password Пароль Пароль
4 $Registration Registration Реєстрація Регистрация
5 $Back Back Назад Назад
6 $Password_repeat Password repeat Повтор паролю Повтор пароля
7 $Settings Settings Налаштування Настройки
8 $Enter Enter Вхід Вход
9 $Exit Exit Вихід Выход
10 $Language: Language Мова Язык
11 $Save Save Зберегти Сохранить
17 $Friday Friday П'ятниця Пятница
18 $Saturday Saturday Субота Суббота
19 $Sunday Sunday Неділя Воскресение
20 $Enter_to_Cashflow_World Enter to Cashflow World Увійти у CashFlow всесвіт Войти в мир CashFlow
21 $Registrate_on_Cashflow_World Registrate on Cashflow World Реєстрація у всесвіті CashFlow Регистрация в мире CashFlow