diff --git a/src/main/resources/assets/commandblockide/lang/ja_jp.json b/src/main/resources/assets/commandblockide/lang/ja_jp.json new file mode 100644 index 0000000..c1860f5 --- /dev/null +++ b/src/main/resources/assets/commandblockide/lang/ja_jp.json @@ -0,0 +1,26 @@ +{ + "arguments.editfunction.tag.unsupported": "関数タグが編集出来ません。", + "commands.editfunction.failed.modNotInstalled": "Command Block IDE MODがインストールされていません。", + "commandBlockIDE.close": "閉じる", + "commandBlockIDE.save": "保存", + "commandBlockIDE.error": "予期しないエラーが発生しました:", + "commandBlockIDE.errorWithContext": "%sの実行中に予期しないエラーが発生しました:", + "commandBlockIDE.type.redstone": "インパルス", + "commandBlockIDE.type.redstoneConditional": "条件付きインパルス", + "commandBlockIDE.type.auto": "リピート", + "commandBlockIDE.type.autoConditional": "条件付きリピート", + "commandBlockIDE.type.sequence": "チェーン", + "commandBlockIDE.type.sequenceConditional": "条件付きチェーン", + "commandBlockIDE.unloaded": "未読み込み", + "commandBlockIDE.lastOutput.on": "実行結果を記録", + "commandBlockIDE.lastOutput.off": "実行結果を記録しない", + "commandBlockIDE.lastOutput.none": "出力なし", + "commandBlockIDE.narrator.editorIndex": "%s番", + "commandBlockIDE.saveFunction.success.file": "関数 '%s' を保存しました。", + "commandBlockIDE.saveFunction.failed.missingNamespace": "関数 '%s' の保存に失敗しました: 名前空間 '%s' が存在しません。", + "commandBlockIDE.saveFunction.failed.noResourcePack": "関数 '%s' の保存に失敗しました: データパック内に見つかりません。", + "commandBlockIDE.saveFunction.failed.ioException": "関数 '%s' の保存に失敗しました: 入出力エラーが発生しました。", + "commandBlockIDE.saveFunction.failed.zipNotSupported": "関数 '%s' の保存に失敗しました: ZIP形式のデータパックはまだサポートされていません。", + "commandBlockIDE.saveFunction.failed.packClassNotSupported": "関数 '%s' の保存に失敗しました: リソースパッククラス '%s' はサポートされていません。", + "commandBlockIDE.saveFunction.failed.invalidPath": "関数 '%s' の保存に失敗しました: パス '%s' が無効です: %s" +} \ No newline at end of file