Skip to content

Added locale ru #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 'Применить',
}