Refactor application structure and initialize core components
I decided to rewrite the program taking into account the experience gained.
This commit is contained in:
45
internal/resources/translations/base.kk.json
Normal file
45
internal/resources/translations/base.kk.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"Advanced": "Кеңейтілген",
|
||||
"Cancel": "Бас тарту",
|
||||
"Confirm": "Растау",
|
||||
"Copy": "Көшіру",
|
||||
"Create Folder": "Қалта жасау",
|
||||
"Cut": "Кесу",
|
||||
"Enter filename": "Файл атауын енгізіңіз",
|
||||
"Error": "Қате",
|
||||
"Favourites": "Таңдаулылар",
|
||||
"File": "Файл",
|
||||
"Folder": "Қалта",
|
||||
"New Folder": "Жаңа қалта",
|
||||
"No": "Жоқ",
|
||||
"OK": "ОК",
|
||||
"Open": "Ашу",
|
||||
"Paste": "Кірістіру",
|
||||
"Quit": "Шығу",
|
||||
"Redo": "Қайталау",
|
||||
"Save": "Сақтау",
|
||||
"Select all": "Барлығын таңдаңыз",
|
||||
"Show Hidden Files": "Жасырын файлдарды көрсету",
|
||||
"Undo": "Бас тарту",
|
||||
"Yes": "Иә",
|
||||
"file.name": {
|
||||
"other": "Аты"
|
||||
},
|
||||
"file.parent": {
|
||||
"other": "Жоғары"
|
||||
},
|
||||
"friday": "Жұма",
|
||||
"friday.short": "Жұ",
|
||||
"monday": "Дүйсенбі",
|
||||
"monday.short": "Дү",
|
||||
"saturday": "Сенбі",
|
||||
"saturday.short": "Сен",
|
||||
"sunday": "Жексенбі",
|
||||
"sunday.short": "Же",
|
||||
"thursday": "Сейсенбі",
|
||||
"thursday.short": "Се",
|
||||
"tuesday": "Бейсенбі",
|
||||
"tuesday.short": "Бе",
|
||||
"wednesday": "Сәрсенбі",
|
||||
"wednesday.short": "Сә"
|
||||
}
|
Reference in New Issue
Block a user