mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +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.8 KiB
JSON
50 lines
2.8 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Milicevic01",
|
||
"Nikola Smolenski",
|
||
"Милан Јелисавчић"
|
||
]
|
||
},
|
||
"visualeditor": "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": "Верзија"
|
||
}
|