mediawiki-extensions-CodeEd.../i18n/ru.json
Translation updater bot c0c5d7b3ab Localisation updates from https://translatewiki.net.
Change-Id: Ied54af687230ffdc997c0f0ff18d734eb90de378
2017-05-20 22:28:24 +02:00

26 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@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."
}