Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/main/resources/assets/commandblockide/lang/ja_jp.json
Original file line number Diff line number Diff line change
@@ -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"
}