mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 01:46:47 +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
61 lines
3.1 KiB
JSON
61 lines
3.1 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Tifinaghes",
|
||
"Sahran",
|
||
"Tel'et",
|
||
"AS",
|
||
"Aced",
|
||
"Ahonc",
|
||
"Andriykopanytsia",
|
||
"Base",
|
||
"Perohanych",
|
||
"RLuts",
|
||
"Sergento",
|
||
"Steve.rusyn",
|
||
"SteveR",
|
||
"Ата"
|
||
]
|
||
},
|
||
"visualeditor": "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": "Версія"
|
||
}
|