-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Crowdin Bot <[email protected]>
- Loading branch information
1 parent
1d61f7b
commit f15ea03
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
45 changes: 44 additions & 1 deletion
45
loader-common/src/main/resources/assets/cyclopscore/lang/ja_jp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
{} | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "開発者ワールド", | ||
"general.cyclopscore.tooltip.info": "<Shiftで詳細を表示>", | ||
"general.cyclopscore.info.enabled": "§a有効", | ||
"general.cyclopscore.info.disabled": "無効", | ||
"general.cyclopscore.version.updateAvailable": "アップデートがあります", | ||
"general.cyclopscore.version.download": "[ダウンロード]", | ||
"general.cyclopscore.version.clickToDownload": "クリックしてダウンロード", | ||
"gui.cyclopscore.scrollbar": "スクロール", | ||
"gui.cyclopscore.search": "検索", | ||
"gui.cyclopscore.left": "左", | ||
"gui.cyclopscore.right": "右", | ||
"gui.cyclopscore.up": "上", | ||
"gui.cyclopscore.down": "下", | ||
"gui.cyclopscore.infobook": "情報の本", | ||
"infobook.cyclopscore.next_page": "次のページ", | ||
"infobook.cyclopscore.previous_page": "前のページ", | ||
"infobook.cyclopscore.parent_section": "親のセクション", | ||
"infobook.cyclopscore.last_page": "最後に見たページ", | ||
"infobook.cyclopscore.keybindings": "キー割り当て", | ||
"infobook.cyclopscore.keybinding": "キー割り当て", | ||
"infobook.cyclopscore.external": "Web版", | ||
"gui.cyclopscore.rewards": "報酬", | ||
"chat.cyclopscore.command.invalidArguments": "無効な引数です", | ||
"chat.cyclopscore.command.invalidSubcommand": "無効なサブコマンドです", | ||
"chat.cyclopscore.command.onlyOneValue": "新しい値を1つ定義してください", | ||
"chat.cyclopscore.command.invalidNewValue": "新しい値が無効です", | ||
"chat.cyclopscore.command.updatedValue": "%sの更新があります:%s", | ||
"chat.cyclopscore.command.invalidPlayer": "プレイヤー「%s」が見つかりませんでした", | ||
"chat.cyclopscore.command.ignitedPlayer": "プレイヤー「%s」を%sティックの間炎上させました", | ||
"chat.cyclopscore.command.noConfigsFound": "設定できる値が見つかりませんでした", | ||
"multiblock.cyclopscore.error.invalidBlock": "%sには無効なブロック「%s」が含まれています", | ||
"multiblock.cyclopscore.error.size.cube": "%sは立方体を形成していません。寸法が等しくありません", | ||
"multiblock.cyclopscore.error.size.exact": "予想される値は%2$sでしたが、%1$sが見つかりました", | ||
"multiblock.cyclopscore.error.size.max": "予想される最大値は%2$sでしたが、%1$sが見つかりました", | ||
"multiblock.cyclopscore.error.size.min": "予想される最小値は%2$sでしたが、%1$sが見つかりました", | ||
"multiblock.cyclopscore.error.blockCount.exact": "%sの%sが予想されていましたが、%sが見つかりました", | ||
"multiblock.cyclopscore.error.blockCount.max": "最大で%sの%sが予想されていましたが、%sが見つかりました。", | ||
"multiblock.cyclopscore.error.blockCount.min": "最小で%sの%sが予想されていましたが、%sが見つかりました。", | ||
"multiblock.cyclopscore.error.hollow.air": "位置「%s」は空白でなければなりません", | ||
"block.air": "空気" | ||
} |