summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/i18n/ru.json
blob: 4ae2fbfc78be4cffd8b9a1e07141cb21ee7460f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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."
}