diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index 892d3e04c..081eb8f13 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -456,7 +456,13 @@ }, "context": { "name": "コンテキスト", - "label": "コンテキスト" + "label": "コンテキスト", + "none": "選択されていません", + "refresh": "読み込みのため更新してください", + "empty": "空", + "node": "なし", + "flow": "フロー", + "global": "グローバル" }, "palette": { "name": "パレットの管理", @@ -637,6 +643,9 @@ "eval": "表現評価エラー:\n __message__" } }, + "jsEditor": { + "title": "JavaScriptエディタ" + }, "jsonEditor": { "title": "JSONエディタ", "format": "JSONフォーマット"