Update starter-select-ui-handler.ts

pull/726/merge^2
Lugiad 2024-05-15 18:03:31 +02:00 committed by GitHub
parent 9c49f4673d
commit 742b9f0151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 3 deletions

View File

@ -7,6 +7,15 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
*/
export const starterSelectUiHandler: SimpleTranslationEntries = {
"confirmStartTeam":'Begin with these Pokémon?',
"gen1": "I",
"gen2": "II",
"gen3": "III",
"gen4": "IV",
"gen5": "V",
"gen6": "VI",
"gen7": "VII",
"gen8": "VIII",
"gen9": "IX",
"growthRate": "けいけんちタイプ:",
"ability": "とくせい:",
"passive": "パッシブ:",
@ -19,8 +28,8 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
"useCandies": "アメを つかう",
"selectMoveSwapOut": "Select a move to swap out.",
"selectMoveSwapWith": "Select a move to swap with",
"unlockPassive": "Unlock Passive",
"reduceCost": "Reduce Cost",
"unlockPassive": "パッシブを かいほうする",
"reduceCost": "ポケモンの コストを さくげんする",
"cycleShiny": "R: Cycle Shiny",
"cycleForm": 'F: Cycle Form',
"cycleGender": 'G: Cycle Gender',
@ -30,5 +39,6 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
"enablePassive": "Enable Passive",
"disablePassive": "Disable Passive",
"locked": "Locked",
"disabled": "Disabled"
"disabled": "Disabled",
"uncaught": "Uncaught"
}