mediawiki-extensions-Visual.../modules/ve/i18n/mk.json
Roan Kattouw f462ea5bb0 Convert all i18n to JSON blobs
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
2013-12-09 10:52:01 -08:00

50 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Iwan Novirion",
"Bjankuloski06",
"Brest"
]
},
"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-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": "Верзија"
}