Skip to content

Commit

Permalink
Merge pull request #158 from AHOHNMYC/locale-ru
Browse files Browse the repository at this point in the history
Added locale ru
  • Loading branch information
meowtec committed Aug 5, 2023
2 parents f170999 + 634a4d5 commit 69de725
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import sv from './sv'
import hr from './hr'
import sr from './sr'
import fa from './fa'
import ru from './ru'

const texts = {
zh,
Expand All @@ -25,6 +26,7 @@ const texts = {
hr,
sr,
fa,
ru,
}

let gettext: GetText
Expand Down
24 changes: 24 additions & 0 deletions modules/locales/ru.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
export default {
about: 'О {0}',
file: 'Файл',
open: 'Открыть...',
add: 'Добавить',
save: 'Сохранить',
save_cover: 'Сохранить и перезаписать',
save_new: 'Сохранить под другим именем',
save_dir: 'Экспортировать в',
save_as: 'Сохранить как',
save_success: 'Успешно сохранено',
clear: 'Очистить всё',
clear_increased: 'Убрать увеличившиеся файлы',
choose_images: 'Выбрать изображения',
drag_files: 'Перенесите изображения сюда',
colors: 'Цвета',
quality: 'Качество',
visit: 'Домашняя страницы',
ok: 'ОК',
before_optimized: 'До',
after_optimized: 'После',
new_version: 'Обновить',
apply_now: 'Применить',
}

0 comments on commit 69de725

Please sign in to comment.