From 8bd46386583bc6fe3a9406a28df02b9c4e6a7e40 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 3 Dec 2022 01:52:48 +0800 Subject: [PATCH 1/3] Add files via upload --- .../solsweetpotato/lang/en_us.json | 45 +++++++++++++++++++ .../solsweetpotato/lang/zh_cn.json | 45 +++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/en_us.json create mode 100644 projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json diff --git a/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/en_us.json b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/en_us.json new file mode 100644 index 000000000000..16e5eae61321 --- /dev/null +++ b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/en_us.json @@ -0,0 +1,45 @@ +{ + "tooltip.solsweetpotato.disabled": "This food does not contribute to food diversity.", + + "command.solsweetpotato.solsweetpotato.no_permissions": "You do not have the permissions necessary to apply this command to other players!", + + "command.solsweetpotato.solsweetpotato.clear.success": "Food list reset!", + "command.solsweetpotato.solsweetpotato.diversity_feedback": "Food Diversity: %.2f", + "command.solsweetpotato.solsweetpotato.sync.success": "Food list synchronized!", + + "item.solsweetpotato.food_book": "Food Book", + "item.solsweetpotato.lunchbox": "Lunchbox", + "item.solsweetpotato.container.lunchbox": "Lunchbox", + "item.solsweetpotato.golden_lunchbox": "Golden Lunchbox", + "item.solsweetpotato.container.golden_lunchbox": "Golden Lunchbox", + "item.solsweetpotato.lunchbag": "Lunchbag", + "item.solsweetpotato.container.lunchbag": "Lunchbag", + + "key.solsweetpotato.open_food_book": "Open Food Book", + "key.solsweetpotato.category": "Spice of Life: Potato Edition", + + "gui.solsweetpotato.food_book.stats": "Overview", + "gui.solsweetpotato.food_book.stats.current_diversity": "Current Food Diversity", + "gui.solsweetpotato.food_book.stats.min_warning1": "Need to eat %d more times", + "gui.solsweetpotato.food_book.stats.min_warning2": "to activate benefits", + "gui.solsweetpotato.food_book.active_benefits_header": "Active Benefits", + "gui.solsweetpotato.food_book.inactive_benefits_header": "Inactive Benefits", + "gui.solsweetpotato.food_book.active_detriments_header": "Active Detriments", + "gui.solsweetpotato.food_book.inactive_detriments_header": "Inactive Detriments", + "gui.solsweetpotato.food_book.benefits.threshold_label": "Threshold", + "gui.solsweetpotato.food_book.benefits.active_tooltip": "Because your food diversity is greater than this threshold, this benefit is active.", + "gui.solsweetpotato.food_book.benefits.inactive_tooltip": "If your food diversity becomes greater than this threshold, this benefit will activate.", + "gui.solsweetpotato.food_book.food_queue_label": "Food Eaten", + "gui.solsweetpotato.food_book.queue.food_queue_tooltip": "A list of all foods eaten in the past that contribute to your food diversity.", + + "gui.solsweetpotato.food_book.fraction": "%1$s/%2$s", + + "gui.solsweetpotato.food_book.queue.tooltip.contribution_label": "Diversity contribution", + "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label": "Last eaten: %d meals ago", + "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label_singular": "Last eaten: %d meal ago", + + "config.solsweetpotato.is_food_tooltip_enabled": "Enable Food Tooltip", + "config.solsweetpotato.food_blacklist": "Blacklist", + "config.solsweetpotato.food_whitelist": "Whitelist (disables blacklist)", + "config.solsweetpotato.reset_on_death": "Reset on Death" +} diff --git a/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json new file mode 100644 index 000000000000..db1f903ecee4 --- /dev/null +++ b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json @@ -0,0 +1,45 @@ +{ + "tooltip.solsweetpotato.disabled": "这种食物无法用以丰富饮食多样性。", + + "command.solsweetpotato.solsweetpotato.no_permissions": "你缺少将该指令应用于其他玩家的必要权限!", + + "command.solsweetpotato.solsweetpotato.clear.success": "食物清单已重置!", + "command.solsweetpotato.solsweetpotato.diversity_feedback": "饮食多样性:%.2f", + "command.solsweetpotato.solsweetpotato.sync.success": "食物清单已同步!", + + "item.solsweetpotato.food_book": "食物清单", + "item.solsweetpotato.lunchbox": "午餐盒", + "item.solsweetpotato.container.lunchbox": "午餐盒", + "item.solsweetpotato.golden_lunchbox": "金午餐盒", + "item.solsweetpotato.container.golden_lunchbox": "金午餐盒", + "item.solsweetpotato.lunchbag": "午餐袋", + "item.solsweetpotato.container.lunchbag": "午餐袋", + + "key.solsweetpotato.open_food_book": "打开食物清单", + "key.solsweetpotato.category": "生活调味料:番薯版", + + "gui.solsweetpotato.food_book.stats": "总览", + "gui.solsweetpotato.food_book.stats.current_diversity": "当前饮食多样性", + "gui.solsweetpotato.food_book.stats.min_warning1": "需要多进食%d次", + "gui.solsweetpotato.food_book.stats.min_warning2": "来激活增益", + "gui.solsweetpotato.food_book.active_benefits_header": "已激活增益", + "gui.solsweetpotato.food_book.inactive_benefits_header": "未激活增益", + "gui.solsweetpotato.food_book.active_detriments_header": "已激活减益", + "gui.solsweetpotato.food_book.inactive_detriments_header": "未激活减益", + "gui.solsweetpotato.food_book.benefits.threshold_label": "增益阈值", + "gui.solsweetpotato.food_book.benefits.active_tooltip": "你当前的饮食多样性大于该阈值,以下增益已被激活。", + "gui.solsweetpotato.food_book.benefits.inactive_tooltip": "若你的饮食多样性大于该阈值,以下增益将被激活。", + "gui.solsweetpotato.food_book.food_queue_label": "已食用食物", + "gui.solsweetpotato.food_book.queue.food_queue_tooltip": "当前已食用的,且能用以丰富饮食多样性的食物列表。", + + "gui.solsweetpotato.food_book.fraction": "%1$s/%2$s", + + "gui.solsweetpotato.food_book.queue.tooltip.contribution_label": "饮食多样性贡献值", + "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label": "最后食用于:%d餐前", + "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label_singular": "最后食用于:%d餐前", + + "config.solsweetpotato.is_food_tooltip_enabled": "启用食物详情提示", + "config.solsweetpotato.food_blacklist": "黑名单", + "config.solsweetpotato.food_whitelist": "白名单(进行设置将禁用黑名单)", + "config.solsweetpotato.reset_on_death": "死亡时重置" +} From 76640b3ac01236076e13d168f50890b461ca0e94 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 3 Dec 2022 23:42:39 +0800 Subject: [PATCH 2/3] fix --- .../solsweetpotato/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json index db1f903ecee4..966c8651acb5 100644 --- a/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json +++ b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json @@ -35,8 +35,8 @@ "gui.solsweetpotato.food_book.fraction": "%1$s/%2$s", "gui.solsweetpotato.food_book.queue.tooltip.contribution_label": "饮食多样性贡献值", - "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label": "最后食用于:%d餐前", - "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label_singular": "最后食用于:%d餐前", + "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label": "最后食用于:%d次进食前", + "gui.solsweetpotato.food_book.queue.tooltip.last_eaten_label_singular": "最后食用于:%d次进食前", "config.solsweetpotato.is_food_tooltip_enabled": "启用食物详情提示", "config.solsweetpotato.food_blacklist": "黑名单", From 261bb2a03987ea79ff075a242e112dc8436dcc83 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 6 Dec 2022 00:58:44 +0800 Subject: [PATCH 3/3] Update zh_cn.json --- .../solsweetpotato/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json index 966c8651acb5..45e4334c10e0 100644 --- a/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json +++ b/projects/1.18/assets/spice-of-life-sweet-potato-edition/solsweetpotato/lang/zh_cn.json @@ -16,7 +16,7 @@ "item.solsweetpotato.container.lunchbag": "午餐袋", "key.solsweetpotato.open_food_book": "打开食物清单", - "key.solsweetpotato.category": "生活调味料:番薯版", + "key.solsweetpotato.category": "生活调味料:红薯版", "gui.solsweetpotato.food_book.stats": "总览", "gui.solsweetpotato.food_book.stats.current_diversity": "当前饮食多样性",