From 9de81761495bcbf63d7c6e74b963d9a57d58942c Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:09 +0700 Subject: [PATCH 01/12] New translations custom_descr.json (Franconian) --- i18n/locales/fr/CUSTOM_DESCR.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i18n/locales/fr/CUSTOM_DESCR.json diff --git a/i18n/locales/fr/CUSTOM_DESCR.json b/i18n/locales/fr/CUSTOM_DESCR.json new file mode 100644 index 000000000..a3e085083 --- /dev/null +++ b/i18n/locales/fr/CUSTOM_DESCR.json @@ -0,0 +1,3 @@ +{ + "TID_YS_SECTORS": "Note: The Sector № (number) are random within their \"Cluster\", but the clusters are not tied to the Short range scanner. Exclusion of the first 6 sectors - there is no randomness in these sectors" +} \ No newline at end of file From 2f6da8f0dbe318c0243f212a5ff3626622df3b51 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:10 +0700 Subject: [PATCH 02/12] New translations game.json (Spanish) --- i18n/locales/es/game.json | 84 +++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/i18n/locales/es/game.json b/i18n/locales/es/game.json index 2d9ae5ea1..7389468ed 100644 --- a/i18n/locales/es/game.json +++ b/i18n/locales/es/game.json @@ -10,51 +10,51 @@ "UNLOCK_BLUEPRINTS": "Desbloquear planos", "UNLOCK_TIME": "Tiempo de desbloqueo", "HYD": "hyd", - "AU": "AU", - "WS": "WS", - "BS": "BS", - "BLS": "BS", - "RS": "RS", - "YS": "YS", + "AU": "UA", + "WS": "EB", + "BS": "NC", + "BLS": "EA", + "RS": "ER", + "YS": "EN", "PVP": "PvP", "PVE": "PvE", - "UPGRADE_COST": "Upgrade Cost", - "UPGRADE_TIME": "Upgrade time", - "NEW_MODULE_SLOTS": "Type of additional new slot", - "INITIAL_MODULE_LEVELS": "Module level", - "MAX_PER_STAR_SYSTEM": "Maximum quantity per system", - "MAX_PER_SECTOR": "Maximum quantity per sector", + "UPGRADE_COST": "Coste de Mejora", + "UPGRADE_TIME": "Tiempo de Mejora", + "NEW_MODULE_SLOTS": "Tipo de ranura adicional", + "INITIAL_MODULE_LEVELS": "Nivel de módulo", + "MAX_PER_STAR_SYSTEM": "Cantidad máxima por sistema", + "MAX_PER_SECTOR": "Cantidad máxima por sector", "CERBERUS": "Cerberus", - "SECTIONS": "Sections", - "FLAGSHIP_MODULES": "Flagship modules", - "COST": "Cost", - "PLANET_TYPES": "Planet Types", - "HYDROGEN_PER_DAY": "New hydro every day", - "SECTORS": "Sectors", - "COLONIZATION_PLANETS": "Colonization of planets", - "LVLS_PLANETS": "Planet improvement", - "XP_AWARD": "XP Award", - "TIME_TO_UPGRADE": "Time Upgrade", - "CREDIT_SHIPMENT_MODIFIER": "Shipment modifier", - "MAX_UPGRADE_LEVEL": "Max Level", - "MODEL": "Model", - "SLOTS_USED": "Weight", - "SALVAGE_CR_REWARD": "Credits for Salvage", - "PRICE_IN_CRYSTALS": "Buying for crystals", - "BLUEPRINTS": "Blueprints drop for each level", - "MAX_INFLUENCE_GAIN": "Max. influence reward", - "MAX_INFLUENCE_LOSS": "Max. influence loss", - "INFLUENCE_AWARD_THRESHOLD": "Actions for gaining influence", - "NUM_MAX_PLANETS": "The number of max. planets", - "NUM_PLAYERS_WITH_ACCESS": "Number of players", - "RESEARCH_SLOTS": "Number of slots for artifacts", - "ART_LEVEL": "Artifact level", - "MIN_RS_LEVEL": "Min level RS", - "MODULE": "Module", - "MOVE_UPDATE_SEC": "Move delay", - "BLS_CR_REWARD_WIN_LIMIT_PERIOD": "Cooldown rewards", - "BLS_MAX_HYDRO_PER_DAY_PCT": "Maximum Hydrogen Reward", - "BLS_HYDRO_REWARD": "Hydro reward of cap", + "SECTIONS": "Secciones", + "FLAGSHIP_MODULES": "Módulos de Nave Insignia", + "COST": "Coste", + "PLANET_TYPES": "Tipos de Planetas", + "HYDROGEN_PER_DAY": "Nuevo hidro cada día", + "SECTORS": "Sectores", + "COLONIZATION_PLANETS": "Colonización de planetas", + "LVLS_PLANETS": "Mejora de planeta", + "XP_AWARD": "EXP otorgada", + "TIME_TO_UPGRADE": "Tiempo de Mejora", + "CREDIT_SHIPMENT_MODIFIER": "Modificador de envíos", + "MAX_UPGRADE_LEVEL": "Nivel Máximo", + "MODEL": "Modelo", + "SLOTS_USED": "Peso", + "SALVAGE_CR_REWARD": "Créditos por Rescate", + "PRICE_IN_CRYSTALS": "Comprando por cristales", + "BLUEPRINTS": "Planos otorgados por cada nivel", + "MAX_INFLUENCE_GAIN": "Recompensa máxima de influencia", + "MAX_INFLUENCE_LOSS": "Pérdida máxima de influencia", + "INFLUENCE_AWARD_THRESHOLD": "Acciones para ganar influencia", + "NUM_MAX_PLANETS": "El número máximo de planetas", + "NUM_PLAYERS_WITH_ACCESS": "Número de jugadores", + "RESEARCH_SLOTS": "Número de ranuras para artefactos", + "ART_LEVEL": "Nivel de artefacto", + "MIN_RS_LEVEL": "Nivel mínimo ER", + "MODULE": "Módulo", + "MOVE_UPDATE_SEC": "Retraso de movimiento", + "BLS_CR_REWARD_WIN_LIMIT_PERIOD": "Enfriamiento de Recompensas", + "BLS_MAX_HYDRO_PER_DAY_PCT": "Recompensa Máxima de Hidrógeno", + "BLS_HYDRO_REWARD": "Recompensa de hidro de capacidad", "BLS_CREDIT_REWARD": "Credit reward", "BLS_RANKED_MATCHES_PER_DAY": "Ranked matches per day", "BLS_SP_FACTOR": "Factor starter pack", From d7a16acbeaa37df294670805db34605be27450b7 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:13 +0700 Subject: [PATCH 03/12] New translations game.json (Franconian) --- i18n/locales/fr/game.json | 97 +++++++++++++++++++++++++++++++++++---- 1 file changed, 89 insertions(+), 8 deletions(-) diff --git a/i18n/locales/fr/game.json b/i18n/locales/fr/game.json index 41e71cc7f..f15351dac 100644 --- a/i18n/locales/fr/game.json +++ b/i18n/locales/fr/game.json @@ -1,16 +1,97 @@ { - "TYPE_MOD_TRADE": "Modules de commerce", - "TYPE_MOD_MINING": "Modules miniers", - "TYPE_MOD_WEAPON": "Modules d'armes", - "TYPE_MOD_SHIELD": "Modules de bouclier", - "TYPE_MOD_COMBAT": "Modules de combat", - "TYPE_MOD_DRONE": "Modules de drones", - "LVL": "niveau", + "TYPE_MOD_TRADE": "Trade modules", + "TYPE_MOD_MINING": "Mining modules", + "TYPE_MOD_WEAPON": "Weapon modules", + "TYPE_MOD_SHIELD": "Shield modules", + "TYPE_MOD_COMBAT": "Combat modules", + "TYPE_MOD_DRONE": "Drone modules", + "LVL": "lvl", "UNLOCK_PRICE": "Unlock price", "UNLOCK_BLUEPRINTS": "Unlock blueprints", "UNLOCK_TIME": "Unlock Time", "HYD": "hyd", "AU": "AU", "WS": "WS", - "BS": "BS" + "BS": "BS", + "BLS": "BS", + "RS": "RS", + "YS": "YS", + "PVP": "PvP", + "PVE": "PvE", + "UPGRADE_COST": "Upgrade Cost", + "UPGRADE_TIME": "Upgrade time", + "NEW_MODULE_SLOTS": "Type of additional new slot", + "INITIAL_MODULE_LEVELS": "Module level", + "MAX_PER_STAR_SYSTEM": "Maximum quantity per system", + "MAX_PER_SECTOR": "Maximum quantity per sector", + "CERBERUS": "Cerberus", + "SECTIONS": "Sections", + "FLAGSHIP_MODULES": "Flagship modules", + "COST": "Cost", + "PLANET_TYPES": "Planet Types", + "HYDROGEN_PER_DAY": "New hydro every day", + "SECTORS": "Sectors", + "COLONIZATION_PLANETS": "Colonization of planets", + "LVLS_PLANETS": "Planet improvement", + "XP_AWARD": "XP Award", + "TIME_TO_UPGRADE": "Time Upgrade", + "CREDIT_SHIPMENT_MODIFIER": "Shipment modifier", + "MAX_UPGRADE_LEVEL": "Max Level", + "MODEL": "Model", + "SLOTS_USED": "Weight", + "SALVAGE_CR_REWARD": "Credits for Salvage", + "PRICE_IN_CRYSTALS": "Buying for crystals", + "BLUEPRINTS": "Blueprints drop for each level", + "MAX_INFLUENCE_GAIN": "Max. influence reward", + "MAX_INFLUENCE_LOSS": "Max. influence loss", + "INFLUENCE_AWARD_THRESHOLD": "Actions for gaining influence", + "NUM_MAX_PLANETS": "The number of max. planets", + "NUM_PLAYERS_WITH_ACCESS": "Number of players", + "RESEARCH_SLOTS": "Number of slots for artifacts", + "ART_LEVEL": "Artifact level", + "MIN_RS_LEVEL": "Min level RS", + "MODULE": "Module", + "MOVE_UPDATE_SEC": "Move delay", + "BLS_CR_REWARD_WIN_LIMIT_PERIOD": "Cooldown rewards", + "BLS_MAX_HYDRO_PER_DAY_PCT": "Maximum Hydrogen Reward", + "BLS_HYDRO_REWARD": "Hydro reward of cap", + "BLS_CREDIT_REWARD": "Credit reward", + "BLS_RANKED_MATCHES_PER_DAY": "Ranked matches per day", + "BLS_SP_FACTOR": "Factor starter pack", + "STAR_SECTOR_DPS": "Star damage", + "STAR_SECTOR_NAVPOINTS": "Navigation points in the star sector", + "MODE": "Mode", + "MAX_WAYPOINTS": "Max waypoints", + "WS_MAX_BS_PER_PLAYER": "Maximum battleships per player", + "WS_MAX_OTHER_PER_PLAYER": "Maximum ships of another type per player", + "ON_DESTROY_SPAWN_COUNT": "A number of spawn ships after destroy", + "BARRAGE_MAX_ADDITIONAL_ENEMIES": "Max. enemies for additional damage", + "TELEPORT_BREAKS_BOND": "Teleport breaks the Bond", + "LEAP_BREAKS_BOND": "Leap breaks the Bond", + "BOND_BREAKS_BOND": "Bond breaks the Bond", + "BOND_OVERRIDES_BARRIER": "Bond ignores the Barrier", + "UNITY_MAX_DAMAGE_INCREASE_PCT": "Max. damage", + "MAX_SHIPS": "Max. ships", + "SHIP_TO_SPAWN": "Ship spawn", + "PLANETS": "Planets", + "STARS": "Stars", + "DRONE": "Drone", + "PROJECTILE": "Projectile", + "PREVENT_USE_ON_WS_JUMPGATE": "Prevent use on WS jump gate", + "SECTOR_ENRICH_COOLDOWN_SECONDS": "Sector cooldown after enrich", + "SECTOR_GENESIS_COOLDOWN_SECONDS": "Sector cooldown after genesis", + "STOP_COUNTDOWN_ON_DISABLE": "Stop countdown on disable", + "AREA_SHIELD": "Shield by area", + "BS_ONLY": "For battleship only", + "DISABLE_ACTIVATION_DURING_PREP": "Disable activation during provisioning", + "IGNORE_BARRIER": "Ignore the barrier", + "DEACTIVATE_ON_JUMP": "Deactivate on jump", + "MOVE_RADIUS": "Move radius", + "BUY_IN_PAIRS": "Buying a pair", + "RS_PUBLIC_LATE_JOIN_MIN_STAR_LEVEL": "RS Public minimum star level", + "PORTRAIT": "Portrait", + "AI_UPDATE_INTERVAL": "Bot update interval", + "DRONES_IGNORE_BARRIER": "Drones ignores the Barrier", + "RUSH_COST_MODIFIER": "Crystal rush cost modifier", + "CLUSTER": "Cluster" } \ No newline at end of file From 0dff88aa5afbf0b959dfd746553b61dad1dbdd8a Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:14 +0700 Subject: [PATCH 04/12] New translations site.json (Spanish) --- i18n/locales/es/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/es/site.json b/i18n/locales/es/site.json index 978bfb082..08f457186 100644 --- a/i18n/locales/es/site.json +++ b/i18n/locales/es/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", "UPDATED": "Updated", "CURRENT_VERSION": "Current version", - "OPEN_CHANGELOG": "open changelog", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "App deployed", "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", "COMPACT_MODE": "Compact mode", From a1daf828504662ce3a6a3e60df53cf6176a8b1c5 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:15 +0700 Subject: [PATCH 05/12] New translations site.json (German) --- i18n/locales/de/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/de/site.json b/i18n/locales/de/site.json index 978bfb082..08f457186 100644 --- a/i18n/locales/de/site.json +++ b/i18n/locales/de/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", "UPDATED": "Updated", "CURRENT_VERSION": "Current version", - "OPEN_CHANGELOG": "open changelog", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "App deployed", "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", "COMPACT_MODE": "Compact mode", From f11b13cc933b62d1063c1232127f7b54cb4e236a Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:16 +0700 Subject: [PATCH 06/12] New translations site.json (Italian) --- i18n/locales/it/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/it/site.json b/i18n/locales/it/site.json index 978bfb082..08f457186 100644 --- a/i18n/locales/it/site.json +++ b/i18n/locales/it/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", "UPDATED": "Updated", "CURRENT_VERSION": "Current version", - "OPEN_CHANGELOG": "open changelog", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "App deployed", "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", "COMPACT_MODE": "Compact mode", From c0b7a3a70f772b65f47bd1c55025556247dd7c83 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:17 +0700 Subject: [PATCH 07/12] New translations site.json (Japanese) --- i18n/locales/ja/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/ja/site.json b/i18n/locales/ja/site.json index 978bfb082..08f457186 100644 --- a/i18n/locales/ja/site.json +++ b/i18n/locales/ja/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", "UPDATED": "Updated", "CURRENT_VERSION": "Current version", - "OPEN_CHANGELOG": "open changelog", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "App deployed", "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", "COMPACT_MODE": "Compact mode", From f597f48891277c79594dbfa91afe2945e85b3792 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:18 +0700 Subject: [PATCH 08/12] New translations site.json (Korean) --- i18n/locales/ko/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/ko/site.json b/i18n/locales/ko/site.json index 978bfb082..08f457186 100644 --- a/i18n/locales/ko/site.json +++ b/i18n/locales/ko/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", "UPDATED": "Updated", "CURRENT_VERSION": "Current version", - "OPEN_CHANGELOG": "open changelog", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "App deployed", "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", "COMPACT_MODE": "Compact mode", From ac6f0afefc13ce919bd8cfcfa4b054c2d4d5fddf Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:19 +0700 Subject: [PATCH 09/12] New translations site.json (Portuguese) --- i18n/locales/pt/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/pt/site.json b/i18n/locales/pt/site.json index 978bfb082..08f457186 100644 --- a/i18n/locales/pt/site.json +++ b/i18n/locales/pt/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", "UPDATED": "Updated", "CURRENT_VERSION": "Current version", - "OPEN_CHANGELOG": "open changelog", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "App deployed", "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", "COMPACT_MODE": "Compact mode", From fa5496f6db7290eb23423986f4f02dc139a14c36 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:20 +0700 Subject: [PATCH 10/12] New translations site.json (Russian) --- i18n/locales/ru/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/ru/site.json b/i18n/locales/ru/site.json index 06ad58880..af85d68d5 100644 --- a/i18n/locales/ru/site.json +++ b/i18n/locales/ru/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "Удалить \"{0}\" конфигурацию ?", "UPDATED": "Обновлено", "CURRENT_VERSION": "Текущая версия", - "OPEN_CHANGELOG": "Открыть журнал изменений", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "Приложение развернуто", "MODULES_BY_ARTIFACT_TYPE": "Модули по типу артефакта", "COMPACT_MODE": "Компактный режим", From 628719474d4a7fb3915e7f70a8de683661cf276d Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:20 +0700 Subject: [PATCH 11/12] New translations site.json (Chinese Simplified) --- i18n/locales/zh-si/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/zh-si/site.json b/i18n/locales/zh-si/site.json index 7566cf337..b5910efaa 100644 --- a/i18n/locales/zh-si/site.json +++ b/i18n/locales/zh-si/site.json @@ -25,7 +25,7 @@ "REMOVE_CONFIG": "删除 \"{0}\" 配置 ?", "UPDATED": "已更新", "CURRENT_VERSION": "当前版本", - "OPEN_CHANGELOG": "打开更改日志", + "OPEN_CHANGELOG": "Open changelog", "DEPLOYED": "最后部署于", "MODULES_BY_ARTIFACT_TYPE": "各神器中能找到的模组蓝图", "COMPACT_MODE": "紧凑模式", From 18a5a8e342a423181e77d0903714bb3fb2cc19df Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:31:21 +0700 Subject: [PATCH 12/12] New translations site.json (Franconian) --- i18n/locales/fr/site.json | 41 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/i18n/locales/fr/site.json b/i18n/locales/fr/site.json index f5c4b0577..08f457186 100644 --- a/i18n/locales/fr/site.json +++ b/i18n/locales/fr/site.json @@ -1,3 +1,42 @@ { - "HOME": "Home" + "HOME": "Home", + "PLAN_LVL": "Planned level", + "CURRENT_LVL": "Current level", + "REQ_BANK": "Required credit bank", + "RESET_ALL": "Reset everything", + "RESET_PLAN": "Reset the plan", + "PLANETS_CALC": "Planet calculator", + "MODULES_CALC": "Modules calculator", + "CALCULATOR_SETTINGS": "Calculator settings", + "OTHER": "Other", + "SWITCH_ACCS": "Account switcher {0} [{1}]", + "OPEN": "Open", + "YES": "Yes", + "NO": "No", + "VALUE": "Value {0}", + "ABOUT": "About project", + "INPUT_VALUES": "Input values", + "CONFIG": "Configuration", + "COPY": "Copy", + "COPIED": "Copied", + "CREATE": "Create", + "LIST": "List", + "FROM_TEXT_FORMAT": "From text format (optional)", + "REMOVE_CONFIG": "Delete \"{0}\" configuration ?", + "UPDATED": "Updated", + "CURRENT_VERSION": "Current version", + "OPEN_CHANGELOG": "Open changelog", + "DEPLOYED": "App deployed", + "MODULES_BY_ARTIFACT_TYPE": "Modules by artifact type", + "COMPACT_MODE": "Compact mode", + "COMPACT_MODE_NOTE": "WARNING! Only turn it off if you know what you're doing.", + "CONFIRM_LOGIN": "Confirm your login from {0} as {1}", + "FILTER": "Filter", + "ENTER_CODE": "Connect code from the bot", + "CANNOT_BE_EMPTY": "Cannot be empty", + "INCORRECT_CODE": "Incorrect code", + "HS_COMPENDIUM": "HSCompendium", + "TECHNOLOGIES": "Technologies", + "CRYSTAL_CALCULATOR": "Crystal calculator", + "TIME": "Time" } \ No newline at end of file