mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I89fd3b5ed51922906bb64d4b637edc92bd9f7a7b
This commit is contained in:
parent
aba51ef4f5
commit
72518ad31e
|
@ -8,5 +8,11 @@
|
|||
"codeeditor-desc": "Ermöglicht das Bearbeiten von JavaScript und CSS mit Syntaxhervorhebung mithilfe des [http://ace.ajax.org/ Ace-Editors]",
|
||||
"codeeditor-next-annotation": "Zur nächsten Anmerkung gehen",
|
||||
"codeeditor-toolbar-toggle": "Codeeditor ein- und ausschalten",
|
||||
"codeeditor-save-with-errors": "Das Dokument enthält Fehler. Möchtest du wirklich speichern?"
|
||||
"codeeditor-save-with-errors": "Das Dokument enthält Fehler. Möchtest du wirklich speichern?",
|
||||
"codeeditor-invisibleChars-toggle": "Unsichtbare Zeichen umschalten",
|
||||
"codeeditor-lineWrapping-toggle": "Zeilenumbruch umschalten",
|
||||
"codeeditor-searchReplace-toggle": "Suchen-und-Ersetzen-Dialog umschalten",
|
||||
"codeeditor-gotoline": "Gehe zu Zeilennummer …",
|
||||
"codeeditor-indent": "Einrücken",
|
||||
"codeeditor-outdent": "Ausrücken"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,11 @@
|
|||
},
|
||||
"codeeditor-desc": "JavaSkrep- un <i lang=\"en\">CSS</i>-Sigge mem <i lang=\"en\">[http://ace.ajax.org/ Ace Editor]</i> beärbeide, woh de Syntax bunnt aanjemohld es.",
|
||||
"codeeditor-toolbar-toggle": "Et Kood-Beärbeide ömschallde",
|
||||
"codeeditor-save-with-errors": "Heh sen Fähler dren. Wells De dat trozdämm faßjehallde han?"
|
||||
"codeeditor-save-with-errors": "Heh sen Fähler dren. Wells De dat trozdämm faßjehallde han?",
|
||||
"codeeditor-invisibleChars-toggle": "donn de jewöhnlesch onseeschbaa Zeijsche ömschallde zwesche seeschbaa jemaad un onseeschbaa",
|
||||
"codeeditor-lineWrapping-toggle": "Der Ömbruch noh Reihje ömmschallde <!-- https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Codeeditor-lineWrapping-toggle/ksh -->",
|
||||
"codeeditor-searchReplace-toggle": "Ömschallde zwesche „Ennföhje“ un „Ußtuusche“",
|
||||
"codeeditor-gotoline": "Jangk noh dä reih met dä Nommer …",
|
||||
"codeeditor-indent": "Ennröke",
|
||||
"codeeditor-outdent": "Ußröke"
|
||||
}
|
||||
|
|
|
@ -5,6 +5,13 @@
|
|||
]
|
||||
},
|
||||
"codeeditor-desc": "Уредување со истакната синтакса за JavaScript и каскадни стилски страници (CSS) користејќи го уредникот [http://ace.ajax.org/ Ace]",
|
||||
"codeeditor-next-annotation": "Оди на следната прибелешка",
|
||||
"codeeditor-toolbar-toggle": "Префрли на уредникот на кодот",
|
||||
"codeeditor-save-with-errors": "Документот содржи грешки. Сигурно сакате да го зачувате?"
|
||||
"codeeditor-save-with-errors": "Документот содржи грешки. Сигурно сакате да го зачувате?",
|
||||
"codeeditor-invisibleChars-toggle": "Вкл/искл. невидливи знаци",
|
||||
"codeeditor-lineWrapping-toggle": "Вкл/искл. прелом",
|
||||
"codeeditor-searchReplace-toggle": "Вкл./искл. дијалог за пребарување и замена",
|
||||
"codeeditor-gotoline": "Оди на ред број...",
|
||||
"codeeditor-indent": "Вовлекување",
|
||||
"codeeditor-outdent": "Отстап"
|
||||
}
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
},
|
||||
"codeeditor-desc": "Edytowanie stron z kolorowaniem składni JavaScript oraz CSS z użyciem [http://ace.ajax.org/ edytora Ace]",
|
||||
"codeeditor-toolbar-toggle": "Przełącz edytor kodu",
|
||||
"codeeditor-save-with-errors": "Dokument zawiera błędy. Czy na pewno chcesz zapisać?"
|
||||
"codeeditor-save-with-errors": "Dokument zawiera błędy. Czy na pewno chcesz zapisać?",
|
||||
"codeeditor-gotoline": "Przejdź do linii numer..."
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"codeeditor-save-with-errors": "Used as message in a dialog before saving a document with errors.",
|
||||
"codeeditor-invisibleChars-toggle": "Used as label for toolbar button to show/hide non visible characters",
|
||||
"codeeditor-lineWrapping-toggle": "Used as label for toolbar button to enable/disable line wrapping",
|
||||
"codeeditor-searchReplace-toggle" : "Used as label for toolbar button to show/hide the search and replace dialog",
|
||||
"codeeditor-searchReplace-toggle": "Used as label for toolbar button to show/hide the search and replace dialog",
|
||||
"codeeditor-gotoline": "Used as a label for toolbar button to navigate to a line number in the editor",
|
||||
"codeeditor-indent": "Used as a label for toolbar button to indent text in the editor",
|
||||
"codeeditor-outdent": "Used as a label for toolbar button to outdent text in the editor"
|
||||
|
|
|
@ -2,10 +2,12 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Joseph",
|
||||
"Ömer Berkay"
|
||||
"Ömer Berkay",
|
||||
"Demircimehmed"
|
||||
]
|
||||
},
|
||||
"codeeditor-desc": "JavaScript ve CSS sayfaları için [http://ace.ajax.org/ Ace editör] kullanarak sözdizimi-vurgulu düzenleme",
|
||||
"codeeditor-toolbar-toggle": "Kod editörünü değiştir",
|
||||
"codeeditor-save-with-errors": "Belge hata içermekte. Kaydetmek istediğinizden emin misiniz?"
|
||||
"codeeditor-save-with-errors": "Belge hata içermekte. Kaydetmek istediğinizden emin misiniz?",
|
||||
"codeeditor-lineWrapping-toggle": "Satır kaydırmasına geçiş."
|
||||
}
|
||||
|
|
12
i18n/uk.json
12
i18n/uk.json
|
@ -3,10 +3,18 @@
|
|||
"authors": [
|
||||
"Base",
|
||||
"Sodmy",
|
||||
"Andriykopanytsia"
|
||||
"Andriykopanytsia",
|
||||
"Ата"
|
||||
]
|
||||
},
|
||||
"codeeditor-desc": "Редагування із підсвіткою синтаксиса для JavaScript та CSS сторінок за допомогою [http://ace.ajax.org/ редактора Ace]",
|
||||
"codeeditor-next-annotation": "Перейти до наступної анотації",
|
||||
"codeeditor-toolbar-toggle": "Перемкнути редактор коду",
|
||||
"codeeditor-save-with-errors": "Документ містить помилки. Ви впевнені, що ви хочете зберегти?"
|
||||
"codeeditor-save-with-errors": "Документ містить помилки. Ви впевнені, що ви хочете зберегти?",
|
||||
"codeeditor-invisibleChars-toggle": "Перемкнути невидимі символи",
|
||||
"codeeditor-lineWrapping-toggle": "Перемкнути перенесення рядка",
|
||||
"codeeditor-searchReplace-toggle": "Перемкнути діалог пошуку і заміни",
|
||||
"codeeditor-gotoline": "Перейти до рядка номер…",
|
||||
"codeeditor-indent": "Відступ",
|
||||
"codeeditor-outdent": "Зменшити відступ"
|
||||
}
|
||||
|
|
|
@ -3,10 +3,18 @@
|
|||
"authors": [
|
||||
"Liangent",
|
||||
"PhiLiP",
|
||||
"Liuxinyu970226"
|
||||
"Liuxinyu970226",
|
||||
"Northteam"
|
||||
]
|
||||
},
|
||||
"codeeditor-desc": "使用[http://ace.ajax.org/ Ace编辑器]实现编辑JavaScript和CSS页面时的语法高亮功能",
|
||||
"codeeditor-next-annotation": "前往下一注释",
|
||||
"codeeditor-toolbar-toggle": "切换代码编辑器",
|
||||
"codeeditor-save-with-errors": "文档包含错误。您确定要保存吗?"
|
||||
"codeeditor-save-with-errors": "文档包含错误。您确定要保存吗?",
|
||||
"codeeditor-invisibleChars-toggle": "显示或隐藏不可见字符",
|
||||
"codeeditor-lineWrapping-toggle": "显示或隐藏断行符",
|
||||
"codeeditor-searchReplace-toggle": "显示或隐藏搜索并替换的对话框",
|
||||
"codeeditor-gotoline": "跳转到指定行...",
|
||||
"codeeditor-indent": "缩进",
|
||||
"codeeditor-outdent": "减少缩进"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue