mediawiki-extensions-Visual.../modules/ve/i18n/ja.json
Roan Kattouw 2fa725599c Add missing specialcharacters messages to JSON blobs
These were accidentally dropped when I rebased my commit
that imported all i18n messages into the JSON files.

Change-Id: I2f5611f3dbe1a31134426184a9d5648ffc751947
2013-12-09 13:19:17 -08:00

54 lines
3.7 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": [
"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-specialcharacter-button-tooltip": "特殊文字",
"visualeditor-specialcharacterinspector-title": "特殊文字",
"visualeditor-specialcharinspector-characterlist-insert": "{\n\t\"symbols\": {\n\t\t\"\": \"\",\n\t\t\"—\": \"—\",\n\t\t\"°\": \"°\",\n\t\t\"″\": \"″\",\n\t\t\"\": \"\",\n\t\t\"←\": \"←\",\n\t\t\"→\": \"→\",\n\t\t\"·\": \"·\",\n\t\t\"§\": \"§\"\n\t},\n\t\"accents\": {\n\t\t\"à\": \"à\",\n\t\t\"á\": \"á\",\n\t\t\"â\": \"â\",\n\t\t\"ä\": \"ä\",\n\t\t\"ç\": \"ç\",\n\t\t\"è\": \"è\",\n\t\t\"é\": \"é\",\n\t\t\"ê\": \"ê\",\n\t\t\"ë\": \"ë\",\n\t\t\"ì\": \"ì\",\n\t\t\"í\": \"í\",\n\t\t\"î\": \"î\",\n\t\t\"ï\": \"ï\",\n\t\t\"ò\": \"ò\",\n\t\t\"ó\": \"ó\",\n\t\t\"ô\": \"ô\",\n\t\t\"ö\": \"ö\",\n\t\t\"ø\": \"ø\",\n\t\t\"ù\": \"ù\",\n\t\t\"ú\": \"ú\",\n\t\t\"û\": \"û\",\n\t\t\"ü\": \"ü\"\n\t},\n\t\"math\": {\n\t\t\"\": \"\",\n\t\t\"×\": \"×\",\n\t\t\"÷\": \"÷\",\n\t\t\"≈\": \"≈\",\n\t\t\"≠\": \"≠\",\n\t\t\"≤\": \"≤\",\n\t\t\"≥\": \"≥\",\n\t\t\"±\": \"±\"\n\t}\n}",
"visualeditor-version-label": "バージョン"
}