From 20f7b93644db356f7b7567a8c725f100538a5e0d Mon Sep 17 00:00:00 2001 From: umbresp <30674647+umbresp@users.noreply.github.com> Date: Wed, 8 May 2024 06:00:21 -0500 Subject: [PATCH] translate command/fight ui, pokeballs, stats, some of the starter select ui --- src/locales/zh-hans/command-ui-handler.ts | 2 +- src/locales/zh-hans/fight-ui-handler.ts | 4 ++-- src/locales/zh-hans/pokeball.ts | 12 +++++----- src/locales/zh-hans/pokemon-stat.ts | 24 +++++++++---------- .../zh-hans/starter-select-ui-handler.ts | 22 ++++++++--------- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/locales/zh-hans/command-ui-handler.ts b/src/locales/zh-hans/command-ui-handler.ts index 4b117ea1b4a..c2969729e2d 100644 --- a/src/locales/zh-hans/command-ui-handler.ts +++ b/src/locales/zh-hans/command-ui-handler.ts @@ -2,7 +2,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const commandUiHandler: SimpleTranslationEntries = { "fight": "战斗", - "ball": "精靈球", + "ball": "球", "pokemon": "宝可梦", "run": "逃走", "actionMessage": "{{pokemonName}}要怎么做?", diff --git a/src/locales/zh-hans/fight-ui-handler.ts b/src/locales/zh-hans/fight-ui-handler.ts index 1ce9e0317bf..9f07cd3a9c4 100644 --- a/src/locales/zh-hans/fight-ui-handler.ts +++ b/src/locales/zh-hans/fight-ui-handler.ts @@ -1,6 +1,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const fightUiHandler: SimpleTranslationEntries = { - "pp": "PP", - "power": "POWER", + "pp": "PP ", + "power": "威力", } as const; \ No newline at end of file diff --git a/src/locales/zh-hans/pokeball.ts b/src/locales/zh-hans/pokeball.ts index 2bd7f603085..42a29b93ae9 100644 --- a/src/locales/zh-hans/pokeball.ts +++ b/src/locales/zh-hans/pokeball.ts @@ -1,10 +1,10 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokeball: SimpleTranslationEntries = { - "pokeBall": "Poké Ball", - "greatBall": "Great Ball", - "ultraBall": "Ultra Ball", - "rogueBall": "Rogue Ball", - "masterBall": "Master Ball", - "luxuryBall": "Luxury Ball", + "pokeBall": "精灵球", + "greatBall": "超级球", + "ultraBall": "高级球", + "rogueBall": "Rogue球", + "masterBall": "大师球", + "luxuryBall": "豪华球", } as const; \ No newline at end of file diff --git a/src/locales/zh-hans/pokemon-stat.ts b/src/locales/zh-hans/pokemon-stat.ts index 7a209461b11..6ab2b840c2f 100644 --- a/src/locales/zh-hans/pokemon-stat.ts +++ b/src/locales/zh-hans/pokemon-stat.ts @@ -1,16 +1,16 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { - "HP": "Max. HP", - "HPshortened": "MaxHP", - "ATK": "Attack", - "ATKshortened": "Atk", - "DEF": "Defense", - "DEFshortened": "Def", - "SPATK": "Sp. Atk", - "SPATKshortened": "SpAtk", - "SPDEF": "Sp. Def", - "SPDEFshortened": "SpDef", - "SPD": "Speed", - "SPDshortened": "Spd" + "HP": "HP", + "HPshortened": "HP", + "ATK": "攻击", + "ATKshortened": "攻击", + "DEF": "防御", + "DEFshortened": "防御", + "SPATK": "特攻", + "SPATKshortened": "特攻", + "SPDEF": "特防", + "SPDEFshortened": "特防", + "SPD": "速度", + "SPDshortened": "速度" } as const; \ No newline at end of file diff --git a/src/locales/zh-hans/starter-select-ui-handler.ts b/src/locales/zh-hans/starter-select-ui-handler.ts index c7595cb2f95..c906f857be0 100644 --- a/src/locales/zh-hans/starter-select-ui-handler.ts +++ b/src/locales/zh-hans/starter-select-ui-handler.ts @@ -7,12 +7,12 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; */ export const starterSelectUiHandler: SimpleTranslationEntries = { "confirmStartTeam":'Begin with these Pokémon?', - "growthRate": "Growth Rate:", - "ability": "Ability:", + "growthRate": "经验值累积速度:", + "ability": "特性:", "passive": "Passive:", - "nature": "Nature:", - "eggMoves": 'Egg Moves', - "start": "Start", + "nature": "性格", + "eggMoves": '蛋招式', + "start": "开始", "addToParty": "Add to Party", "toggleIVs": 'Toggle IVs', "manageMoves": 'Manage Moves', @@ -21,12 +21,12 @@ export const starterSelectUiHandler: SimpleTranslationEntries = { "selectMoveSwapWith": "Select a move to swap with", "unlockPassive": "Unlock Passive", "reduceCost": "Reduce Cost", - "cycleShiny": "R: Cycle Shiny", - "cycleForm": 'F: Cycle Form', - "cycleGender": 'G: Cycle Gender', - "cycleAbility": 'E: Cycle Ability', - "cycleNature": 'N: Cycle Nature', - "cycleVariant": 'V: Cycle Variant', + "cycleShiny": "R:循环发光", + "cycleForm": 'F:循环形态', + "cycleGender": 'G:循环性别', + "cycleAbility": 'E:循环特性', + "cycleNature": 'N:循环性格', + "cycleVariant": 'V:循环Variant', "enablePassive": "Enable Passive", "disablePassive": "Disable Passive" } \ No newline at end of file