mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +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
56 lines
2.8 KiB
JSON
56 lines
2.8 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Dalba",
|
||
"Ebraminio",
|
||
"Jdforrester",
|
||
"Ladsgroup",
|
||
"Mjbmr",
|
||
"Nojan Madinehi",
|
||
"Reza1615",
|
||
"Taha",
|
||
"درفش کاویانی"
|
||
]
|
||
},
|
||
"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": "سرعنوان ۱",
|
||
"visualeditor-formatdropdown-format-heading2": "سرعنوان ۲",
|
||
"visualeditor-formatdropdown-format-heading3": "سرعنوان ۳",
|
||
"visualeditor-formatdropdown-format-heading4": "سرعنوان ۴",
|
||
"visualeditor-formatdropdown-format-heading5": "سرعنوان ۵",
|
||
"visualeditor-formatdropdown-format-heading6": "سرعنوان ۶",
|
||
"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": "نسخه"
|
||
}
|