-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Russian translation
ru_ru.json
(#33)
* Add Russian * Repair ru_ru.json
- Loading branch information
1 parent
c37d17b
commit 1040b85
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 @@ | ||
{ | ||
"config.scribble.title": "Настройки Scribble", | ||
"config.scribble.option.copy_formatting_codes": "Копировать коды форматирования", | ||
"config.scribble.description.copy_formatting_codes": "Эта опция может быть временно отключена,\nнажав SHIFT при копировании или вставке текста.", | ||
"config.scribble.option.center_book_gui": "Выравнивать интерфейс книги по вертикали", | ||
"config.scribble.option.show_save_load_buttons": "Показывать кнопки сохранения/загрузки", | ||
"text.scribble.action.delete_page": "Удалить страницу", | ||
"text.scribble.action.insert_new_page": "Вставить новую страницу", | ||
"text.scribble.action.save_book_to_file": "Сохранить книгу в файл...", | ||
"text.scribble.action.load_book_from_file": "Загрузить книгу из файла...", | ||
"text.scribble.overwrite_warning.title": "Вы уверены, что хотите перезаписать эту книгу?", | ||
"text.scribble.overwrite_warning.description": "Текущая содержимое будет утеряно навсегда! (Очень долго!)", | ||
"text.scribble.quit_without_saving.title": "Вы уверены, что хотите выйти без сохранения?", | ||
"text.scribble.quit_without_saving.description": "Изменения в этой книге будут утеряны!", | ||
"text.scribble.modifier.bold": "Жирный", | ||
"text.scribble.modifier.italic": "Курсив", | ||
"text.scribble.modifier.underline": "Подчёркнутый", | ||
"text.scribble.modifier.strikethrough": "Перечеркнутый", | ||
"text.scribble.modifier.obfuscated": "Шифрованный", | ||
"text.scribble.color.black": "Чёрный", | ||
"text.scribble.color.dark_gray": "Тёмно-серый", | ||
"text.scribble.color.gray": "Серый", | ||
"text.scribble.color.white": "Белый", | ||
"text.scribble.color.dark_red": "Тёмно-красный", | ||
"text.scribble.color.red": "Красный", | ||
"text.scribble.color.gold": "Золотой", | ||
"text.scribble.color.yellow": "Жёлтый", | ||
"text.scribble.color.dark_green": "Тёмно-зелёный", | ||
"text.scribble.color.green": "Зелёный", | ||
"text.scribble.color.dark_aqua": "Голубой", | ||
"text.scribble.color.aqua": "Аквамариновый", | ||
"text.scribble.color.dark_blue": "Тёмно-синий", | ||
"text.scribble.color.blue": "Синий", | ||
"text.scribble.color.dark_purple": "Тёмно-пурпурный", | ||
"text.scribble.color.light_purple": "Пурпурный" | ||
} |