mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 01:46:47 +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
40 lines
2.3 KiB
JSON
40 lines
2.3 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Ajdar"
|
||
]
|
||
},
|
||
"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-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-historybutton-redo-tooltip": "Кире кайтару",
|
||
"visualeditor-historybutton-undo-tooltip": "Баш тарту",
|
||
"visualeditor-indentationbutton-indent-tooltip": "Буш араны арттыру",
|
||
"visualeditor-indentationbutton-outdent-tooltip": "Буш араны киметү",
|
||
"visualeditor-inspector-close-tooltip": "Ябу",
|
||
"visualeditor-inspector-remove-tooltip": "Бетерү",
|
||
"visualeditor-languageinspector-title": "Тел",
|
||
"visualeditor-languageinspector-widget-label-langcode": "Телнең коды",
|
||
"visualeditor-languageinspector-block-tooltip-rtldirection": ":Уңнан сулга",
|
||
"visualeditor-linkinspector-title": "Гиперсылтама",
|
||
"visualeditor-listbutton-bullet-tooltip": "Тамгалы исемлек",
|
||
"visualeditor-listbutton-number-tooltip": "Санлы исемлек"
|
||
}
|