Merge branch 'mystery-encounters-translations' into mystery-encounters-translations
This commit is contained in:
commit
ad123a3e25
|
@ -55,7 +55,7 @@ Check out [Github Issues](https://github.com/pagefaultgames/pokerogue/issues) to
|
||||||
- Pokémon Sword/Shield
|
- Pokémon Sword/Shield
|
||||||
- Pokémon Legends: Arceus
|
- Pokémon Legends: Arceus
|
||||||
- Pokémon Scarlet/Violet
|
- Pokémon Scarlet/Violet
|
||||||
- Firel (Custom Laboratory, Metropolis, Seabed, and Space biome music)
|
- Firel (Custom Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, and Volcano biome music)
|
||||||
- Lmz (Custom Jungle biome music)
|
- Lmz (Custom Jungle biome music)
|
||||||
- Andr06 (Custom Slum and Sea biome music)
|
- Andr06 (Custom Slum and Sea biome music)
|
||||||
|
|
||||||
|
|
28
index.css
28
index.css
|
@ -26,10 +26,36 @@ body {
|
||||||
#app {
|
#app {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app > div:first-child {
|
#app > div:first-child {
|
||||||
transform-origin: top !important;
|
transform-origin: center !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Supports automatic vertical centering as suggested in PR#1114, but only via CSS
|
||||||
|
|
||||||
|
Condition factorized to deduce CSS rules:
|
||||||
|
true if (isLandscape && !isMobile() && !hasTouchscreen() || (hasTouchscreen() && !isTouchControlsEnabled))
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* isLandscape && !isMobile() && !hasTouchscreen() */
|
||||||
|
@media (orientation: landscape) and (pointer: fine) {
|
||||||
|
#app {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (pointer: coarse) {
|
||||||
|
/* hasTouchscreen() && !isTouchControlsEnabled */
|
||||||
|
body:has(> #touchControls[class=visible]) #app {
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
body:has(> #touchControls[class=visible]) #app > div:first-child {
|
||||||
|
transform-origin: top !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout:fullscreen #dpad, #layout:fullscreen {
|
#layout:fullscreen #dpad, #layout:fullscreen {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -27,7 +27,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -315,7 +315,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -414,7 +414,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -538,7 +538,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 23,
|
"x": 23,
|
||||||
|
@ -685,7 +685,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -19,
|
"x": -19,
|
||||||
|
@ -784,7 +784,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 26,
|
"x": 26,
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 23.5,
|
"x": 23.5,
|
||||||
|
@ -994,7 +994,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 9,
|
"x": 9,
|
||||||
|
@ -1069,7 +1069,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -18.5,
|
"x": -18.5,
|
||||||
|
@ -1157,7 +1157,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 37.5,
|
"x": 37.5,
|
||||||
|
@ -1221,7 +1221,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -1284,7 +1284,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -1348,7 +1348,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -1448,7 +1448,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -1548,7 +1548,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -1647,7 +1647,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -1759,7 +1759,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -25.5,
|
"x": -25.5,
|
||||||
|
@ -1870,7 +1870,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 12,
|
"x": 12,
|
||||||
|
@ -1957,7 +1957,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -27,
|
"x": -27,
|
||||||
|
@ -2044,7 +2044,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -16,
|
"x": -16,
|
||||||
|
@ -2143,7 +2143,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -26.5,
|
"x": -26.5,
|
||||||
|
@ -2230,7 +2230,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 23,
|
"x": 23,
|
||||||
|
@ -2306,7 +2306,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 24,
|
"x": 24,
|
||||||
|
@ -2346,7 +2346,7 @@
|
||||||
"opacity": 255,
|
"opacity": 255,
|
||||||
"locked": true,
|
"locked": true,
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"focus": 2
|
"focus": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -27,
|
"x": -27,
|
||||||
|
|
|
@ -746,7 +746,7 @@ export class Arena {
|
||||||
case Biome.TOWN:
|
case Biome.TOWN:
|
||||||
return 7.288;
|
return 7.288;
|
||||||
case Biome.PLAINS:
|
case Biome.PLAINS:
|
||||||
return 7.693;
|
return 17.485;
|
||||||
case Biome.GRASS:
|
case Biome.GRASS:
|
||||||
return 1.995;
|
return 1.995;
|
||||||
case Biome.TALL_GRASS:
|
case Biome.TALL_GRASS:
|
||||||
|
@ -774,13 +774,13 @@ export class Arena {
|
||||||
case Biome.DESERT:
|
case Biome.DESERT:
|
||||||
return 1.143;
|
return 1.143;
|
||||||
case Biome.ICE_CAVE:
|
case Biome.ICE_CAVE:
|
||||||
return 15.010;
|
return 0.000;
|
||||||
case Biome.MEADOW:
|
case Biome.MEADOW:
|
||||||
return 3.891;
|
return 3.891;
|
||||||
case Biome.POWER_PLANT:
|
case Biome.POWER_PLANT:
|
||||||
return 2.810;
|
return 9.447;
|
||||||
case Biome.VOLCANO:
|
case Biome.VOLCANO:
|
||||||
return 5.116;
|
return 17.637;
|
||||||
case Biome.GRAVEYARD:
|
case Biome.GRAVEYARD:
|
||||||
return 3.232;
|
return 3.232;
|
||||||
case Biome.DOJO:
|
case Biome.DOJO:
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "episches Ei",
|
"epic": "episches Ei",
|
||||||
"legendary": "legendäres Ei"
|
"legendary": "legendäres Ei"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, es sieht so aus, als hättest du keinen Platz, um ein weiteres Ei zu tragen.$Hier, nimm stattdessen das hier!",
|
||||||
"outro": "{{statTrainerName}} gibt dir ein {{eggType}}!"
|
"outro": "{{statTrainerName}} gibt dir ein {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
"forest": "PMD EoS Dusk Forest",
|
"forest": "PMD EoS Dusk Forest",
|
||||||
"grass": "PMD EoS Apple Woods",
|
"grass": "PMD EoS Apple Woods",
|
||||||
"graveyard": "PMD EoS Mystifying Forest",
|
"graveyard": "PMD EoS Mystifying Forest",
|
||||||
"ice_cave": "PMD EoS Vast Ice Mountain",
|
"ice_cave": "Firel - -60F",
|
||||||
"island": "PMD EoS Craggy Coast",
|
"island": "PMD EoS Craggy Coast",
|
||||||
"jungle": "Lmz - Jungle",
|
"jungle": "Lmz - Jungle",
|
||||||
"laboratory": "Firel - Laboratory",
|
"laboratory": "Firel - Laboratory",
|
||||||
|
@ -116,8 +116,8 @@
|
||||||
"meadow": "PMD EoS Sky Peak Forest",
|
"meadow": "PMD EoS Sky Peak Forest",
|
||||||
"metropolis": "Firel - Metropolis",
|
"metropolis": "Firel - Metropolis",
|
||||||
"mountain": "PMD EoS Mt. Horn",
|
"mountain": "PMD EoS Mt. Horn",
|
||||||
"plains": "PMD EoS Sky Peak Prairie",
|
"plains": "Firel - Route 888",
|
||||||
"power_plant": "PMD EoS Far Amp Plains",
|
"power_plant": "Firel - The Klink",
|
||||||
"ruins": "PMD EoS Deep Sealed Ruin",
|
"ruins": "PMD EoS Deep Sealed Ruin",
|
||||||
"sea": "Andr06 - Marine Mystique",
|
"sea": "Andr06 - Marine Mystique",
|
||||||
"seabed": "Firel - Seabed",
|
"seabed": "Firel - Seabed",
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
"tall_grass": "PMD EoS Foggy Forest",
|
"tall_grass": "PMD EoS Foggy Forest",
|
||||||
"temple": "PMD EoS Aegis Cave",
|
"temple": "PMD EoS Aegis Cave",
|
||||||
"town": "PMD EoS Random Dungeon Theme 3",
|
"town": "PMD EoS Random Dungeon Theme 3",
|
||||||
"volcano": "PMD EoS Steam Cave",
|
"volcano": "Firel - Twisturn Volcano",
|
||||||
"wasteland": "PMD EoS Hidden Highland",
|
"wasteland": "PMD EoS Hidden Highland",
|
||||||
"encounter_ace_trainer": "BW Trainers' Eyes Meet (Ace Trainer)",
|
"encounter_ace_trainer": "BW Trainers' Eyes Meet (Ace Trainer)",
|
||||||
"encounter_backpacker": "BW Trainers' Eyes Meet (Backpacker)",
|
"encounter_backpacker": "BW Trainers' Eyes Meet (Backpacker)",
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "un huavo Épico",
|
"epic": "un huavo Épico",
|
||||||
"legendary": "un huevo Legendario "
|
"legendary": "un huevo Legendario "
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}} te dio {{eggType}}!"
|
"outro": "{{statTrainerName}} te dio {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "Œuf Épique",
|
"epic": "Œuf Épique",
|
||||||
"legendary": "Œuf Légendaire"
|
"legendary": "Œuf Légendaire"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, il semblerait que tu n’as plus de place\npour un nouvel Œuf.$Tiens, prends plutôt ça à la place !",
|
||||||
"outro": "{{statTrainerName}} vous donne un {{eggType}} !"
|
"outro": "{{statTrainerName}} vous donne un {{eggType}} !"
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "un uovo epico",
|
"epic": "un uovo epico",
|
||||||
"legendary": "un uovo leggendario"
|
"legendary": "un uovo leggendario"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}} ti dona {{eggType}}!"
|
"outro": "{{statTrainerName}} ti dona {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "an Epic Egg",
|
"epic": "an Epic Egg",
|
||||||
"legendary": "a Legendary Egg"
|
"legendary": "a Legendary Egg"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -147,8 +147,8 @@
|
||||||
"menu": "불가사의 던전 하늘의 탐험대 포켓몬 세계에 온 것을 환영한다!",
|
"menu": "불가사의 던전 하늘의 탐험대 포켓몬 세계에 온 것을 환영한다!",
|
||||||
"title": "불가사의 던전 하늘의 탐험대 메뉴 테마",
|
"title": "불가사의 던전 하늘의 탐험대 메뉴 테마",
|
||||||
|
|
||||||
"mystery_encounter_weird_dream": "PMD EoS Temporal Spire",
|
"mystery_encounter_weird_dream": "불가사의 던전 하늘의 탐험대 시한의 탑 최상부",
|
||||||
"mystery_encounter_fun_and_games": "PMD EoS Guildmaster Wigglytuff",
|
"mystery_encounter_fun_and_games": "불가사의 던전 하늘의 탐험대 푸크린 길드",
|
||||||
"mystery_encounter_gen_5_gts": "BW GTS",
|
"mystery_encounter_gen_5_gts": "BW GTS",
|
||||||
"mystery_encounter_gen_6_gts": "XY GTS"
|
"mystery_encounter_gen_6_gts": "XY GTS"
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "에픽 알",
|
"epic": "에픽 알",
|
||||||
"legendary": "레전더리 알"
|
"legendary": "레전더리 알"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}}[[가]] {{eggType}}[[를]] 줬다!"
|
"outro": "{{statTrainerName}}[[가]] {{eggType}}[[를]] 줬다!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,9 +13,10 @@
|
||||||
"ALL": "전부",
|
"ALL": "전부",
|
||||||
"PASS_BATON": "배턴터치한다",
|
"PASS_BATON": "배턴터치한다",
|
||||||
"UNPAUSE_EVOLUTION": "진화 재개",
|
"UNPAUSE_EVOLUTION": "진화 재개",
|
||||||
|
"PAUSE_EVOLUTION": "진화 중지",
|
||||||
"REVIVE": "되살린다",
|
"REVIVE": "되살린다",
|
||||||
"RENAME": "닉네임 바꾸기",
|
"RENAME": "닉네임 바꾸기",
|
||||||
"SELECT": "선택",
|
"SELECT": "선택한다",
|
||||||
"choosePokemon": "포켓몬을 선택하세요.",
|
"choosePokemon": "포켓몬을 선택하세요.",
|
||||||
"doWhatWithThisPokemon": "포켓몬을 어떻게 하겠습니까?",
|
"doWhatWithThisPokemon": "포켓몬을 어떻게 하겠습니까?",
|
||||||
"noEnergy": "{{pokemonName}}[[는]] 싸울 수 있는\n기력이 남아 있지 않습니다!",
|
"noEnergy": "{{pokemonName}}[[는]] 싸울 수 있는\n기력이 남아 있지 않습니다!",
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
"tooManyItems": "{{pokemonName}}[[는]] 지닌 도구의 수가\n너무 많습니다",
|
"tooManyItems": "{{pokemonName}}[[는]] 지닌 도구의 수가\n너무 많습니다",
|
||||||
"anyEffect": "써도 효과가 없다.",
|
"anyEffect": "써도 효과가 없다.",
|
||||||
"unpausedEvolutions": "{{pokemonName}}의 진화가 재개되었다.",
|
"unpausedEvolutions": "{{pokemonName}}의 진화가 재개되었다.",
|
||||||
|
"pausedEvolutions": "{{pokemonName}}[[가]] 진화하지 않도록 했다.",
|
||||||
"unspliceConfirmation": "{{pokemonName}}로부터 {{fusionName}}의 융합을 해제하시겠습니까?\n{{fusionName}}는 사라지게 됩니다.",
|
"unspliceConfirmation": "{{pokemonName}}로부터 {{fusionName}}의 융합을 해제하시겠습니까?\n{{fusionName}}는 사라지게 됩니다.",
|
||||||
"wasReverted": "{{fusionName}}은 {{pokemonName}}의 모습으로 돌아갔습니다!",
|
"wasReverted": "{{fusionName}}은 {{pokemonName}}의 모습으로 돌아갔습니다!",
|
||||||
"releaseConfirmation": "{{pokemonName}}[[를]]\n정말 놓아주겠습니까?",
|
"releaseConfirmation": "{{pokemonName}}[[를]]\n정말 놓아주겠습니까?",
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
"expGainsSpeed": "경험치 획득 속도",
|
"expGainsSpeed": "경험치 획득 속도",
|
||||||
"expPartyDisplay": "파티 경험치 표시",
|
"expPartyDisplay": "파티 경험치 표시",
|
||||||
"skipSeenDialogues": "본 대화 생략",
|
"skipSeenDialogues": "본 대화 생략",
|
||||||
|
"eggSkip": "알 스킵",
|
||||||
|
"never": "안 함",
|
||||||
|
"always": "항상",
|
||||||
|
"ask": "확인하기",
|
||||||
"battleStyle": "시합 룰",
|
"battleStyle": "시합 룰",
|
||||||
"enableRetries": "재도전 허용",
|
"enableRetries": "재도전 허용",
|
||||||
"hideIvs": "개체값탐지기 효과 끄기",
|
"hideIvs": "개체값탐지기 효과 끄기",
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "an Epic Egg",
|
"epic": "an Epic Egg",
|
||||||
"legendary": "a Legendary Egg"
|
"legendary": "a Legendary Egg"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "an Epic Egg",
|
"epic": "an Epic Egg",
|
||||||
"legendary": "a Legendary Egg"
|
"legendary": "a Legendary Egg"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"epic": "an Epic Egg",
|
"epic": "an Epic Egg",
|
||||||
"legendary": "a Legendary Egg"
|
"legendary": "a Legendary Egg"
|
||||||
},
|
},
|
||||||
|
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||||
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue