From ef7c55ef900b1a346915444c49550f732b381e5e Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 7 May 2026 17:18:29 +0200 Subject: [PATCH] improve(i18n): localize plan --- .../components/PlanetPOPRButton.vue | 7 +- .../government/components/PlanetPOPRTable.vue | 38 ++- src/features/planning/components/PlanArea.vue | 10 +- .../planning/components/PlanBonuses.vue | 81 +++-- .../planning/components/PlanConfiguration.vue | 7 +- .../planning/components/PlanExperts.vue | 12 +- .../components/PlanInfrastructure.vue | 23 +- .../planning/components/PlanMaterialIO.vue | 24 +- .../planning/components/PlanOverview.vue | 67 +++- .../planning/components/PlanProduction.vue | 33 +- .../components/PlanProductionBuilding.vue | 62 ++-- .../components/PlanProductionRecipe.vue | 71 +++-- .../planning/components/PlanStatusBar.vue | 12 +- .../planning/components/PlanWorkforce.vue | 22 +- .../planning/components/tools/PlanCOGM.vue | 22 +- .../components/tools/PlanCOGMTable.vue | 57 ++-- .../components/tools/PlanConstructionCart.vue | 147 +++++++-- .../planning/components/tools/PlanPOPR.vue | 7 +- .../components/tools/PlanRepairAnalysis.vue | 31 +- .../components/tools/PlanSupplyCart.vue | 118 ++++--- .../tools/PlanVisitationFrequency.vue | 174 ++++++++--- .../components/DayRepairMaterialTable.vue | 32 +- src/locales/en_US/common.json | 5 +- src/locales/en_US/game.json | 15 + src/locales/en_US/government.json | 16 + src/locales/en_US/plan.json | 289 ++++++++++++++++++ src/locales/en_US/terms.json | 13 +- src/views/PlanView.vue | 93 ++++-- 28 files changed, 1175 insertions(+), 313 deletions(-) create mode 100644 src/locales/en_US/government.json create mode 100644 src/locales/en_US/plan.json diff --git a/src/features/government/components/PlanetPOPRButton.vue b/src/features/government/components/PlanetPOPRButton.vue index 1044d8ed..97eb8374 100644 --- a/src/features/government/components/PlanetPOPRButton.vue +++ b/src/features/government/components/PlanetPOPRButton.vue @@ -1,6 +1,9 @@