mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +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
51 lines
2.6 KiB
JSON
51 lines
2.6 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Fryed-peach",
|
|
"Miya",
|
|
"Penn Station",
|
|
"Shirayuki"
|
|
]
|
|
},
|
|
"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": "バージョン"
|
|
}
|