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
49 lines
3.1 KiB
JSON
49 lines
3.1 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Ansumang",
|
|
"Devayon",
|
|
"Rajesh",
|
|
"Siddhartha Ghai"
|
|
]
|
|
},
|
|
"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-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-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": "अवतरण"
|
|
}
|