mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +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
47 lines
2.4 KiB
JSON
47 lines
2.4 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Jduranboger",
|
||
"Cekli829",
|
||
"Interfase"
|
||
]
|
||
},
|
||
"visualeditor": "Vizual redaktor",
|
||
"visualeditor-aliennode-tooltip": "Təəssüf ki, hal-hazırda bu elementin dəyişdirilməsi yalnız cari kodun redaktəsi rejimində mümkündür.",
|
||
"visualeditor-annotationbutton-bold-tooltip": "Qalın",
|
||
"visualeditor-annotationbutton-code-tooltip": "Kompyuter kodu",
|
||
"visualeditor-annotationbutton-italic-tooltip": "Kursiv",
|
||
"visualeditor-annotationbutton-language-tooltip": "Dil",
|
||
"visualeditor-annotationbutton-link-tooltip": "Keçid",
|
||
"visualeditor-annotationbutton-strikethrough-tooltip": "Üstündən xətt çək",
|
||
"visualeditor-annotationbutton-subscript-tooltip": "Sətiraltı",
|
||
"visualeditor-annotationbutton-superscript-tooltip": "Sətirüstü",
|
||
"visualeditor-annotationbutton-underline-tooltip": "Altından xətt çək",
|
||
"visualeditor-clearbutton-tooltip": "Formatın təmizlənməsi",
|
||
"visualeditor-dialog-action-apply": "Dəyişikliklərin tətbiqi",
|
||
"visualeditor-dialog-action-cancel": "İmtina",
|
||
"visualeditor-dialog-action-goback": "Geri qayıt",
|
||
"visualeditor-formatdropdown-format-heading1": "Başlıq 1",
|
||
"visualeditor-formatdropdown-format-heading2": "Başlıq 2",
|
||
"visualeditor-formatdropdown-format-heading3": "Başlıq 3",
|
||
"visualeditor-formatdropdown-format-heading4": "Başlıq 4",
|
||
"visualeditor-formatdropdown-format-heading5": "Başlıq 5",
|
||
"visualeditor-formatdropdown-format-heading6": "Başlıq 6",
|
||
"visualeditor-formatdropdown-format-paragraph": "Paraqraf",
|
||
"visualeditor-formatdropdown-format-preformatted": "Format olunmuş",
|
||
"visualeditor-formatdropdown-title": "Formatını dəyiş",
|
||
"visualeditor-historybutton-redo-tooltip": "Qaytar",
|
||
"visualeditor-historybutton-undo-tooltip": "Ləğv et",
|
||
"visualeditor-indentationbutton-indent-tooltip": "Abzas artır",
|
||
"visualeditor-indentationbutton-outdent-tooltip": "Abzas azalt",
|
||
"visualeditor-inspector-close-tooltip": "Bağla",
|
||
"visualeditor-inspector-remove-tooltip": "Sil",
|
||
"visualeditor-languageinspector-title": "Dil",
|
||
"visualeditor-languageinspector-widget-label-direction": "İstiqamət",
|
||
"visualeditor-languageinspector-widget-label-langcode": "Dil kodu",
|
||
"visualeditor-languageinspector-block-tooltip-rtldirection": ": Sağdan sola",
|
||
"visualeditor-linkinspector-title": "Hiperkeçid",
|
||
"visualeditor-listbutton-bullet-tooltip": "Nişanlanmış siyahı",
|
||
"visualeditor-listbutton-number-tooltip": "Nömrələnmiş siyahı"
|
||
}
|