Update starter-select-ui-handler.ts
parent
9c49f4673d
commit
742b9f0151
|
@ -7,6 +7,15 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
*/
|
*/
|
||||||
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"confirmStartTeam":'Begin with these Pokémon?',
|
"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": "けいけんちタイプ:",
|
"growthRate": "けいけんちタイプ:",
|
||||||
"ability": "とくせい:",
|
"ability": "とくせい:",
|
||||||
"passive": "パッシブ:",
|
"passive": "パッシブ:",
|
||||||
|
@ -19,8 +28,8 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"useCandies": "アメを つかう",
|
"useCandies": "アメを つかう",
|
||||||
"selectMoveSwapOut": "Select a move to swap out.",
|
"selectMoveSwapOut": "Select a move to swap out.",
|
||||||
"selectMoveSwapWith": "Select a move to swap with",
|
"selectMoveSwapWith": "Select a move to swap with",
|
||||||
"unlockPassive": "Unlock Passive",
|
"unlockPassive": "パッシブを かいほうする",
|
||||||
"reduceCost": "Reduce Cost",
|
"reduceCost": "ポケモンの コストを さくげんする",
|
||||||
"cycleShiny": "R: Cycle Shiny",
|
"cycleShiny": "R: Cycle Shiny",
|
||||||
"cycleForm": 'F: Cycle Form',
|
"cycleForm": 'F: Cycle Form',
|
||||||
"cycleGender": 'G: Cycle Gender',
|
"cycleGender": 'G: Cycle Gender',
|
||||||
|
@ -30,5 +39,6 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"enablePassive": "Enable Passive",
|
"enablePassive": "Enable Passive",
|
||||||
"disablePassive": "Disable Passive",
|
"disablePassive": "Disable Passive",
|
||||||
"locked": "Locked",
|
"locked": "Locked",
|
||||||
"disabled": "Disabled"
|
"disabled": "Disabled",
|
||||||
|
"uncaught": "Uncaught"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue