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.ru.json
Normal file
45
internal/resources/translations/base.ru.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