From 3d0fb6ef6448f85162f34fa5a9525710ef4e6dc9 Mon Sep 17 00:00:00 2001 From: HaiTao Tang Date: Thu, 22 Dec 2022 15:06:19 +0800 Subject: [PATCH] Create SeedTotem.english.json Add Chinese localization --- .../Chinese/SeedTotem.english.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SeedTotem/Assets/Translations/Chinese/SeedTotem.english.json diff --git a/SeedTotem/Assets/Translations/Chinese/SeedTotem.english.json b/SeedTotem/Assets/Translations/Chinese/SeedTotem.english.json new file mode 100644 index 00000000..0c2e4d5e --- /dev/null +++ b/SeedTotem/Assets/Translations/Chinese/SeedTotem.english.json @@ -0,0 +1,26 @@ +{ + "piece_seed_totem_name": "Seed totem", + "piece_seed_totem_description": "Disperses seeds around it", + "piece_seed_totem_auto_field_name": "Advanced seed totem", + "piece_seed_totem_auto_field_description": "Disperses seeds in a rectangular area", + "tutorial_seed_totem_label": "Hugin: Seed Totems", + "tutorial_seed_totem_topic": "You have built a Seed Totem", + "tutorial_seed_totem_text": "A Seed Totem will plant stored seeds in an area around it.\nTry hitting it when the surrounding plants are fully grown and ready to pick.", + "tutorial_auto_field_label": "Hugin: Advanced Seed Totems", + "tutorial_auto_field_topic": "You have built an Advanced Seed Totem", + "tutorial_auto_field_text": "This Advanced Seed Totem has been modified to plant stored seeds in a rectangular area behind it.\nTry hitting it when the plants in the field are fully grown and ready to pick.", + "message_seed_totem_hold": "Hold", + "message_seed_totem_seed_generic": "seed", + "message_seed_totem_seed_generic_plural": "seeds", + "message_seed_totem_all": "all", + "message_seed_totem_not_a_seed": "Not a seed", + "message_seed_totem_restricted_to": "Restricted to", + "message_seed_totem_restrict": "Restrict", + "message_seed_totem_unrestricted": "Unrestricted", + "message_seed_totem_status_looking_for_space": "Looking for available space", + "message_seed_totem_status_planting": "Planting", + "message_seed_totem_status_wrong_biome": "Wrong biome", + "hud_seed_totem_change_radius": "Change radius", + "hud_seed_totem_change_width": "Change width", + "hud_seed_totem_change_length": "Change length" +}