-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove shield translations and improve formatting
- Removed shield translations from all language files - Added proper spacing between sections - Improved formatting consistency across all translations
- Loading branch information
1 parent
cdfad95
commit cfaab92
Showing
13 changed files
with
307 additions
and
66 deletions.
There are no files selected for viewing
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
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
1 change: 0 additions & 1 deletion
1
src/main/resources/assets/rafaels-useful-cactus/lang/en_us.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
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
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
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
24 changes: 22 additions & 2 deletions
24
src/main/resources/assets/rafaels-useful-cactus/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,25 +1,45 @@ | ||
{ | ||
"item.rafaels-useful-cactus.cactus_skin": "サボテンの皮", | ||
"item.rafaels-useful-cactus.cactus_shield": "サボテンの盾", | ||
|
||
"item.rafaels-useful-cactus.cactus_sword": "サボテンの剣", | ||
"item.rafaels-useful-cactus.cactus_sword.tooltip.desert": "§6砂漠の武器", | ||
"item.rafaels-useful-cactus.cactus_sword.tooltip.daytime": "§e砂漠の昼間に+1ダメージ", | ||
"item.rafaels-useful-cactus.cactus_sword.tooltip.noon": "§6砂漠の正午に+2ダメージ", | ||
"item.rafaels-useful-cactus.cactus_sword.tooltip.thorn": "§220%の確率で砂漠の棘を付与", | ||
|
||
"item.rafaels-useful-cactus.cactus_pickaxe": "サボテンのツルハシ", | ||
"item.rafaels-useful-cactus.cactus_pickaxe.tooltip.desert": "§6砂漠で25%速く採掘", | ||
"item.rafaels-useful-cactus.cactus_pickaxe.tooltip.daytime": "§e昼間に追加の速度", | ||
"item.rafaels-useful-cactus.cactus_pickaxe.tooltip.noon": "§6正午に幸運が向上", | ||
"item.rafaels-useful-cactus.cactus_pickaxe.tooltip.durability": "§a耐久力が保持される確率", | ||
|
||
"item.rafaels-useful-cactus.cactus_hammer": "サボテンのハンマー", | ||
"item.rafaels-useful-cactus.cactus_hammer.tooltip.area": "§a3x3の範囲でブロックを破壊", | ||
|
||
"item.rafaels-useful-cactus.cactus_axe": "サボテンの斧", | ||
"item.rafaels-useful-cactus.cactus_shovel": "サボテンのシャベル", | ||
"item.rafaels-useful-cactus.cactus_hoe": "サボテンのクワ", | ||
|
||
"item.rafaels-useful-cactus.cactus_helmet": "サボテンのヘルメット", | ||
"item.rafaels-useful-cactus.cactus_chestplate": "サボテンのチェストプレート", | ||
"item.rafaels-useful-cactus.cactus_leggings": "サボテンのレギンス", | ||
"item.rafaels-useful-cactus.cactus_boots": "サボテンのブーツ", | ||
|
||
"block.rafaels-useful-cactus.stripped_cactus": "樹皮を剥いだサボテン", | ||
"block.rafaels-useful-cactus.dried_cactus": "乾燥したサボテン", | ||
"block.rafaels-useful-cactus.cactus_planks": "サボテンの木材", | ||
"block.rafaels-useful-cactus.cactus_stairs": "サボテンの階段", | ||
"block.rafaels-useful-cactus.cactus_slab": "サボテンのハーフブロック", | ||
"block.rafaels-useful-cactus.cactus_slab": "サボテンのスラブ", | ||
"block.rafaels-useful-cactus.cactus_fence": "サボテンのフェンス", | ||
"block.rafaels-useful-cactus.cactus_fence_gate": "サボテンのフェンスゲート", | ||
"block.rafaels-useful-cactus.cactus_door": "サボテンのドア", | ||
"block.rafaels-useful-cactus.cactus_trapdoor": "サボテンのトラップドア", | ||
"block.rafaels-useful-cactus.cactus_pressure_plate": "サボテンの感圧板", | ||
"block.rafaels-useful-cactus.cactus_button": "サボテンのボタン", | ||
|
||
"effect.rafaels-useful-cactus.desert_thorn": "砂漠の棘", | ||
"effect.rafaels-useful-cactus.desert_thorn.description": "サボテンの棘による継続的なダメージを与える", | ||
|
||
"itemgroup.useful_cactus.useful_cactus_items": "便利なサボテンのアイテム", | ||
"itemgroup.useful_cactus.useful_cactus_blocks": "便利なサボテンのブロック" | ||
} |
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
Oops, something went wrong.