mediawiki-extensions-CodeEd.../i18n/ru.json
Translation updater bot 46c6963f2a Localisation updates from https://translatewiki.net.
Change-Id: I30325bd47259eabf806a4ccf7e6b01d33f03a0f2
2020-04-07 08:37:51 +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",
"Facenapalm",
"Nitch",
"Okras"
]
},
"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."
}