summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/i18n/ru.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/CodeEditor/i18n/ru.json')
-rw-r--r--www/wiki/extensions/CodeEditor/i18n/ru.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/wiki/extensions/CodeEditor/i18n/ru.json b/www/wiki/extensions/CodeEditor/i18n/ru.json
new file mode 100644
index 00000000..4ae2fbfc
--- /dev/null
+++ b/www/wiki/extensions/CodeEditor/i18n/ru.json
@@ -0,0 +1,25 @@
+{
+ "@metadata": {
+ "authors": [
+ "Askarmuk",
+ "Eleferen",
+ "Okras",
+ "Nitch",
+ "Facenapalm"
+ ]
+ },
+ "codeeditor-desc": "Редактирование с подсветкой синтаксиса для JavaScript- и CSS-страниц с помощью [https://ace.c9.io/ редактора Ace]",
+ "codeeditor-next-annotation": "Перейти к следующей аннотации",
+ "codeeditor-toolbar-toggle": "Переключить редактор кода",
+ "codeeditor-save-with-errors": "Документ содержит ошибки. Вы уверены, что хотите сохранить его?",
+ "codeeditor-invisibleChars-toggle": "Переключение отображения невидимых символов",
+ "codeeditor-lineWrapping-toggle": "Переключение переноса строк",
+ "codeeditor-searchReplace-toggle": "Переключение отображения диалога поиска и замены текста",
+ "codeeditor-gotoline": "Перейти к строке номер…",
+ "codeeditor-gotoline-placeholder": "строка[:столбец]",
+ "codeeditor-gotoline-prompt": "Введите номер строки",
+ "codeeditor-indent": "Отступ",
+ "codeeditor-outdent": "Смещение влево",
+ "codeeditor-error-title": "Сбой зависимости",
+ "codeeditor-error-message": "Для CodeEditor требуется чтобы был загружен WikiEditor."
+}