diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:25:45 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:25:45 +0800 |
| commit | a0a1874714b29d90e8c32bfd0180465060117d0b (patch) | |
| tree | 4666b770fb09d324f647f7f93442fe383dbe58c1 /src | |
| parent | e5850460a382442c37717fb4540b1829b72445ec (diff) | |
| download | RoughlyEnoughItems-a0a1874714b29d90e8c32bfd0180465060117d0b.tar.gz RoughlyEnoughItems-a0a1874714b29d90e8c32bfd0180465060117d0b.tar.bz2 RoughlyEnoughItems-a0a1874714b29d90e8c32bfd0180465060117d0b.zip | |
New translations en_us.json (ja_jp)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index f6485413f..dfd3d2c14 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cチートモードを使う", "text.rei.cheating_limited_enabled": "§bチートモードを使う (コマンドを使用)", "text.rei.cheating_enabled_no_perms": "§7チートモードを§c使う §7(権限がない)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "チートモードでアイテムを取得する場合は、オペレーターの権限が必要です", "text.rei.search.field.suggestion": "検索...", "category.rei.crafting": "クラフト", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "レシピ画面のタイプ:", "config.roughlyenoughitems.recipeScreenType.config": "レシピ画面タイプ: %s", "config.roughlyenoughitems.recipeScreenType.unset": "設定されていません", |
