Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"block.createchocolatefactory.chocolate_analyser": "Chocolate Analyser",
"block.createchocolatefactory.chocolate_mixer": "Chocolate Mixer",
"block.createchocolatefactory.chocolate_preparer": "Chocolate Preparer",
"block.createchocolatefactory.cocoa_fence": "Cocoa Fence",
"block.createchocolatefactory.cocoa_leaves": "Cocoa Leaves",
"block.createchocolatefactory.cocoa_log": "Cocoa Log",
Expand Down Expand Up @@ -64,6 +65,10 @@
"itemGroup.createchocolatefactory.create_chocolate_factory": "Create Chocolate Factory",
"message.createchocolatefactory.dryingkit.need_more_cocoa_beans": "You need more damp cocoa beans to dry them (%s/9)",
"tooltip.createchocolatefactory.chocolate.composition": "Chocolate composition :\nStrength : %s\nSugar : %s\nCocoa Butter : %s\nMilk : %s\nTaste : %s",
"tooltip.createchocolatefactory.filter.cocoa_butter": "Cocoa Butter: %s",
"tooltip.createchocolatefactory.filter.milk": "Milk: %s",
"tooltip.createchocolatefactory.filter.strength": "Strength: %s",
"tooltip.createchocolatefactory.filter.sugar": "Sugar: %s",
"tooltip.createchocolatefactory.hold_shift": "Hold [Shift] for information",
"tooltip.createchocolatefactory.machete": "Use to cut cocoa pods",
"tooltip.createchocolatefactory.progress": "%s/%s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"block.createchocolatefactory.chocolate_analyser": "Chocolate Analyser",
"block.createchocolatefactory.chocolate_mixer": "Chocolate Mixer",
"block.createchocolatefactory.chocolate_preparer": "Chocolate Preparer",
"block.createchocolatefactory.cocoa_fence": "Cocoa Fence",
"block.createchocolatefactory.cocoa_leaves": "Cocoa Leaves",
"block.createchocolatefactory.cocoa_log": "Cocoa Log",
Expand Down Expand Up @@ -64,6 +65,10 @@
"itemGroup.createchocolatefactory.create_chocolate_factory": "Create Chocolate Factory",
"message.createchocolatefactory.dryingkit.need_more_cocoa_beans": "You need more damp cocoa beans to dry them (%s/9)",
"tooltip.createchocolatefactory.chocolate.composition": "Chocolate composition :\nStrength : %s\nSugar : %s\nCocoa Butter : %s\nMilk : %s\nTaste : %s",
"tooltip.createchocolatefactory.filter.cocoa_butter": "Cocoa Butter: %s",
"tooltip.createchocolatefactory.filter.milk": "Milk: %s",
"tooltip.createchocolatefactory.filter.strength": "Strength: %s",
"tooltip.createchocolatefactory.filter.sugar": "Sugar: %s",
"tooltip.createchocolatefactory.hold_shift": "Hold [Shift] for information",
"tooltip.createchocolatefactory.machete": "Use to cut cocoa pods",
"tooltip.createchocolatefactory.progress": "%s/%s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"block.createchocolatefactory.chocolate_analyser": "Chocolate Analyser",
"block.createchocolatefactory.chocolate_mixer": "Mélangeur de chocolat",
"block.createchocolatefactory.chocolate_preparer": "Chocolate Preparer",
"block.createchocolatefactory.cocoa_fence": "Cocoa Fence",
"block.createchocolatefactory.cocoa_leaves": "Cocoa Leaves",
"block.createchocolatefactory.cocoa_log": "Cocoa Log",
Expand Down Expand Up @@ -64,6 +65,10 @@
"itemGroup.createchocolatefactory.create_chocolate_factory": "Create Chocolate Factory",
"message.createchocolatefactory.dryingkit.need_more_cocoa_beans": "Vous avez besoin de plus de fèves de cacao humides pour les sécher (%s/9)",
"tooltip.createchocolatefactory.chocolate.composition": "Chocolate composition :\nStrength : %s\nSugar : %s\nCocoa Butter : %s\nMilk : %s\nTaste : %s",
"tooltip.createchocolatefactory.filter.cocoa_butter": "Cocoa Butter: %s",
"tooltip.createchocolatefactory.filter.milk": "Milk: %s",
"tooltip.createchocolatefactory.filter.strength": "Strength: %s",
"tooltip.createchocolatefactory.filter.sugar": "Sugar: %s",
"tooltip.createchocolatefactory.hold_shift": "Hold [Shift] for information",
"tooltip.createchocolatefactory.machete": "Utiliser pour couper les cabosses de cacao",
"tooltip.createchocolatefactory.progress": "%s/%s"
Expand Down