mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 09:57:01 +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
29 lines
1.7 KiB
JSON
29 lines
1.7 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Odisha1",
|
||
"Psubhashish",
|
||
"ଶିତିକଣ୍ଠ ଦାଶ"
|
||
]
|
||
},
|
||
"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-subscript-tooltip": "ସବ୍ସ୍କ୍ରିପ୍ଟ",
|
||
"visualeditor-annotationbutton-superscript-tooltip": "ସୁପର୍ସ୍କ୍ରିପ୍ଟ",
|
||
"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-historybutton-undo-tooltip": "ପଛକୁ ଫେରିବା"
|
||
}
|