From 288d0c3943ecf728f1eeb0b83fea2c28f5fa8b4f Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 3 Jun 2026 23:07:57 -0700 Subject: [PATCH] =?UTF-8?q?i18n(age-dwarves):=20=F0=9F=8C=90=20Add=20trans?= =?UTF-8?q?lations=20for=20"worker=20category"=20and=20"expertise=20tier"?= =?UTF-8?q?=20terms=20in=20the=20Age=20of=20Dwarves=20game?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- public/games/age-of-dwarves/vocabulary.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/games/age-of-dwarves/vocabulary.json b/public/games/age-of-dwarves/vocabulary.json index 9feaaf46..223984cb 100644 --- a/public/games/age-of-dwarves/vocabulary.json +++ b/public/games/age-of-dwarves/vocabulary.json @@ -585,6 +585,17 @@ "city_screen_section_gpp": " GREAT PERSON POINTS / TURN ", "city_screen_section_great_works": " GREAT WORK SLOTS ", "city_screen_no_specialist_slots": "No specialist slots in this city", + "worker_category_sustenance": "Sustenance", + "worker_category_construction": "Construction", + "worker_category_wealth": "Wealth", + "expertise_tier_novice": "Novice", + "expertise_tier_apprentice": "Apprentice", + "expertise_tier_journeyman": "Journeyman", + "expertise_tier_master": "Master", + "expertise_tier_grandmaster": "Grandmaster", + "expertise_aura_master": "Master Aura", + "expertise_aura_grandmaster": "Grandmaster Aura", + "fmt_expertise_aura_bonus": "+%d %s (aura)", "city_screen_food_zero": "Food: 0", "city_screen_production_zero": "Production: 0", "city_screen_gold_zero": "Gold: 0",