New translations en.json (Japanese)
This commit is contained in:
parent
15e0195f0e
commit
4344c1f71b
@ -109,8 +109,12 @@
|
|||||||
"createContainerFromText": "",
|
"createContainerFromText": "",
|
||||||
"link": {
|
"link": {
|
||||||
"edit": "リンクを編集",
|
"edit": "リンクを編集",
|
||||||
|
"editEmbed": "",
|
||||||
"create": "リンクを作成",
|
"create": "リンクを作成",
|
||||||
"label": "リンク"
|
"createEmbed": "",
|
||||||
|
"label": "リンク",
|
||||||
|
"labelEmbed": "",
|
||||||
|
"empty": ""
|
||||||
},
|
},
|
||||||
"lineEditor": {
|
"lineEditor": {
|
||||||
"edit": "行を編集",
|
"edit": "行を編集",
|
||||||
@ -164,9 +168,11 @@
|
|||||||
"cancel": "キャンセル",
|
"cancel": "キャンセル",
|
||||||
"clear": "消去",
|
"clear": "消去",
|
||||||
"remove": "削除",
|
"remove": "削除",
|
||||||
|
"embed": "",
|
||||||
"publishLibrary": "公開",
|
"publishLibrary": "公開",
|
||||||
"submit": "送信",
|
"submit": "送信",
|
||||||
"confirm": "確認"
|
"confirm": "確認",
|
||||||
|
"embeddableInteractionButton": ""
|
||||||
},
|
},
|
||||||
"alerts": {
|
"alerts": {
|
||||||
"clearReset": "この操作によってキャンバス全体が消えます。よろしいですか?",
|
"clearReset": "この操作によってキャンバス全体が消えます。よろしいですか?",
|
||||||
@ -206,6 +212,10 @@
|
|||||||
"line2": "",
|
"line2": "",
|
||||||
"line3": "",
|
"line3": "",
|
||||||
"line4": ""
|
"line4": ""
|
||||||
|
},
|
||||||
|
"libraryElementTypeError": {
|
||||||
|
"embeddable": "",
|
||||||
|
"image": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"toolBar": {
|
"toolBar": {
|
||||||
@ -224,6 +234,7 @@
|
|||||||
"link": "選択した図形のリンクを追加/更新",
|
"link": "選択した図形のリンクを追加/更新",
|
||||||
"eraser": "消しゴム",
|
"eraser": "消しゴム",
|
||||||
"frame": "",
|
"frame": "",
|
||||||
|
"embeddable": "",
|
||||||
"hand": "手 (パンニングツール)",
|
"hand": "手 (パンニングツール)",
|
||||||
"extraTools": ""
|
"extraTools": ""
|
||||||
},
|
},
|
||||||
@ -237,6 +248,7 @@
|
|||||||
"linearElement": "クリックすると複数の頂点からなる曲線を開始、ドラッグすると直線",
|
"linearElement": "クリックすると複数の頂点からなる曲線を開始、ドラッグすると直線",
|
||||||
"freeDraw": "クリックしてドラッグします。離すと終了します",
|
"freeDraw": "クリックしてドラッグします。離すと終了します",
|
||||||
"text": "ヒント: 選択ツールを使用して任意の場所をダブルクリックしてテキストを追加することもできます",
|
"text": "ヒント: 選択ツールを使用して任意の場所をダブルクリックしてテキストを追加することもできます",
|
||||||
|
"embeddable": "",
|
||||||
"text_selected": "テキストを編集するには、ダブルクリックまたはEnterキーを押します",
|
"text_selected": "テキストを編集するには、ダブルクリックまたはEnterキーを押します",
|
||||||
"text_editing": "Esc キーまたは CtrlOrCmd+ENTER キーを押して編集を終了します",
|
"text_editing": "Esc キーまたは CtrlOrCmd+ENTER キーを押して編集を終了します",
|
||||||
"linearElementMulti": "最後のポイントをクリックするか、エスケープまたはEnterを押して終了します",
|
"linearElementMulti": "最後のポイントをクリックするか、エスケープまたはEnterを押して終了します",
|
||||||
@ -411,7 +423,9 @@
|
|||||||
"fileSavedToFilename": "{filename} に保存しました",
|
"fileSavedToFilename": "{filename} に保存しました",
|
||||||
"canvas": "キャンバス",
|
"canvas": "キャンバス",
|
||||||
"selection": "選択",
|
"selection": "選択",
|
||||||
"pasteAsSingleElement": "{{shortcut}} を使用して単一の要素として貼り付けるか、\n既存のテキストエディタに貼り付け"
|
"pasteAsSingleElement": "{{shortcut}} を使用して単一の要素として貼り付けるか、\n既存のテキストエディタに貼り付け",
|
||||||
|
"unableToEmbed": "",
|
||||||
|
"unrecognizedLinkFormat": ""
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"transparent": "透明",
|
"transparent": "透明",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user