Add Russian translation from @FAlexei (#12)
This commit is contained in:
parent
fdc9c4905b
commit
95bcfa4fef
1 changed files with 71 additions and 0 deletions
71
i18n/ru/cosmic_edit.ftl
Normal file
71
i18n/ru/cosmic_edit.ftl
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue