From 95bcfa4feff04d4feaab144192831f3bd6ca32c2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 4 Nov 2023 11:13:43 -0600 Subject: [PATCH] Add Russian translation from @FAlexei (#12) --- i18n/ru/cosmic_edit.ftl | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 i18n/ru/cosmic_edit.ftl diff --git a/i18n/ru/cosmic_edit.ftl b/i18n/ru/cosmic_edit.ftl new file mode 100644 index 0000000..a99d7d0 --- /dev/null +++ b/i18n/ru/cosmic_edit.ftl @@ -0,0 +1,71 @@ +new-document = Новый документ +open-project = Открыть проект + +# Context Pages + +## Document statistics +document-statistics = Статистика документа +word-count = Кол-во слов +character-count = Символы +character-count-no-spaces = Символы (без пробелов) +line-count = Строки + +## Settings +settings = Параметры + +## Appearance +appearance = Внешний вид +theme = Тема +default-font = Шрифт по умолчанию +default-font-size = Размер шрифта по умолчанию + +### Keyboard shortcuts +keyboard-shortcuts = Сочетания клавиш +enable-vim-bindings = Включить привязки клавиш Vim + +# Menu + +## File +file = Файл +new-file = Новый файл +new-window = Новое окно +open-file = Открыть файл... +open-recent = Открыть последний файл +todo = TODO +save = Сохранить +save-as = Сохранить как... +revert-all-changes = Отменить все изменения +menu-document-statistics = Статистика документа... +document-type = Тип документа... +encoding = Кодировка... +print = Печать +quit = Завершить + +## Edit +edit = Правка +undo = Отменить +redo = Повторить +cut = Вырезать +copy = Копировать +paste = Вставить +find = Найти +replace = Заменить +spell-check = Проверить правописание... + +## View +view = Вид +indentation = Отступ + +### Indentation +automatic-indentation = Автоматические отступы +tab-width = Длинна символа Tab: {$tab_width} +convert-indentation-to-spaces = Сконвертировать отступы в пробелы +convert-indentation-to-tabs = Сконвертировать отступы в символы Tab + +word-wrap = Перенос слов +show-line-numbers = Показ номеров строк +highlight-current-line = Подсветка текущей строки +syntax-highlighting = Подсветка синтаксиса... +menu-settings = Параметры... +menu-keyboard-shortcuts = Сочетания клавиш... +about-cosmic-text-editor = О Текстовом редакторе COSMIC