mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
f462ea5bb0
Split the i18n messages into four groups: * oojs-ui (moved to the oojs-ui repo in a separate commit) * VE core * VE-MW (MediaWiki-specific things) * VE-WMF (Wikimedia-specific things) The VE-WMF group is new, and we'll split WMF-specific code out into it later, for now it's just messages associated with that code. Each language has its own JSON file at modules/MODULE/i18n/LANG.json Kept messages in VisualEditor.i18n.php as the master copy, because TranslateWiki can't deal with the JSON files just yet. Added a script to rebuild the JSON files from the PHP file. Change-Id: I94e084b2f10994f41324fd08a05ff7f8391ea2eb
50 lines
2.9 KiB
JSON
50 lines
2.9 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Iwan Novirion",
|
||
"Bjankuloski06",
|
||
"Brest"
|
||
]
|
||
},
|
||
"visualeditor": "ВизуеленУредник",
|
||
"visualeditor-aliennode-tooltip": "Нажалост, овој елемент засега може да се уредува само непосредно од изворот.",
|
||
"visualeditor-annotationbutton-bold-tooltip": "Задебелено",
|
||
"visualeditor-annotationbutton-code-tooltip": "Сметачки код",
|
||
"visualeditor-annotationbutton-italic-tooltip": "Закосено",
|
||
"visualeditor-annotationbutton-language-tooltip": "Јазик",
|
||
"visualeditor-annotationbutton-link-tooltip": "Врска",
|
||
"visualeditor-annotationbutton-strikethrough-tooltip": "Прецртано",
|
||
"visualeditor-annotationbutton-subscript-tooltip": "Долен индекс",
|
||
"visualeditor-annotationbutton-superscript-tooltip": "Горен индекс",
|
||
"visualeditor-annotationbutton-underline-tooltip": "Потцртано",
|
||
"visualeditor-clearbutton-tooltip": "Исчисти форматирање",
|
||
"visualeditor-dialog-action-apply": "Спроведи измени",
|
||
"visualeditor-dialog-action-cancel": "Откажи",
|
||
"visualeditor-dialog-action-goback": "Назад",
|
||
"visualeditor-formatdropdown-format-heading1": "Наслов 1",
|
||
"visualeditor-formatdropdown-format-heading2": "Наслов 2",
|
||
"visualeditor-formatdropdown-format-heading3": "Наслов 3",
|
||
"visualeditor-formatdropdown-format-heading4": "Наслов 4",
|
||
"visualeditor-formatdropdown-format-heading5": "Наслов 5",
|
||
"visualeditor-formatdropdown-format-heading6": "Наслов 6",
|
||
"visualeditor-formatdropdown-format-paragraph": "Пасус",
|
||
"visualeditor-formatdropdown-format-preformatted": "Претформатирано",
|
||
"visualeditor-formatdropdown-title": "Смени формат",
|
||
"visualeditor-help-tool": "Помош",
|
||
"visualeditor-historybutton-redo-tooltip": "Повтори",
|
||
"visualeditor-historybutton-undo-tooltip": "Откажи",
|
||
"visualeditor-indentationbutton-indent-tooltip": "Зголеми вовлекување",
|
||
"visualeditor-indentationbutton-outdent-tooltip": "Намали вовлекување",
|
||
"visualeditor-inspector-close-tooltip": "Затвори",
|
||
"visualeditor-inspector-remove-tooltip": "Отстрани",
|
||
"visualeditor-languages-tool": "Јазици",
|
||
"visualeditor-languageinspector-title": "Јазик",
|
||
"visualeditor-languageinspector-widget-label-direction": "Насока",
|
||
"visualeditor-languageinspector-widget-label-langcode": "Јазичен код",
|
||
"visualeditor-languageinspector-block-tooltip-rtldirection": ": Од десно налево",
|
||
"visualeditor-linkinspector-title": "Врска",
|
||
"visualeditor-listbutton-bullet-tooltip": "Список со потточки",
|
||
"visualeditor-listbutton-number-tooltip": "Список со редни броеви",
|
||
"visualeditor-version-label": "Верзија"
|
||
}
|