-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Ukrainian localization by a native speaker
This commit includes a new localization file that provides Ukrainian language support for pygame_gui project. All translations are done by a native speaker, ensuring their accuracy and authenticity.
- Loading branch information
1 parent
dbc1b31
commit aab1413
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"uk": { | ||
"Confirm": "Підтвердити", | ||
"OK": "ОК", | ||
"Cancel": "Скасувати", | ||
"Dismiss": "Відхилити", | ||
"English": "Англійська", | ||
"French": "Французька", | ||
"Japanese": "Японська", | ||
"German": "Німецька", | ||
"Italian": "Італійська", | ||
"Spanish": "Іспанська", | ||
"Indonesian": "Індонезійська", | ||
"Chinese": "Китайська", | ||
"Portuguese": "Португальська", | ||
"Russian": "Російська", | ||
"Polish": "Польська", | ||
"Vietnamese": "В'єтнамська", | ||
"Korean": "Корейська", | ||
"colour_picker_title_bar": "Вибір кольору", | ||
"Hue_H": "H:", | ||
"Saturation_S": "S:", | ||
"Value_V": "V:", | ||
"Red_R": "R:", | ||
"Green_G": "G:", | ||
"Blue_B": "B:", | ||
"console_title_bar": "Консоль", | ||
"message_window_title_bar": "Повідомлення", | ||
"file_dialog_title_bar": "Вікно вибору файлу", | ||
"Home_directory": "Кореневий каталог", | ||
"Delete": "Видалити", | ||
"Parent_directory": "Батьківський каталог", | ||
"Refresh_directory": "Оновити каталог", | ||
"Delete_filename": "Видалити %{file_name} ?" | ||
} | ||
} |