mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Compare commits
4 Commits
0221c9faba
...
76e7297596
Author | SHA1 | Date | |
---|---|---|---|
|
76e7297596 | ||
|
26376175ae | ||
|
530ed1067f | ||
|
ff09b31ffb |
@ -45,6 +45,7 @@
|
||||
"battle_legendary_lake_trio": "ORAS 호수의 수호신 배틀",
|
||||
"battle_legendary_sinnoh": "ORAS 신오 전설 조우 배틀",
|
||||
"battle_legendary_dia_pal": "ORAS 디아루가 & 펄기아 배틀",
|
||||
"battle_legendary_origin_forme": "LA 오리진 디아루가 & 펄기아 배틀",
|
||||
"battle_legendary_giratina": "ORAS 기라티나 배틀",
|
||||
"battle_legendary_arceus": "HGSS 아르세우스 배틀",
|
||||
"battle_legendary_unova": "BW 하나 전설 조우 배틀",
|
||||
@ -59,6 +60,7 @@
|
||||
"battle_legendary_zac_zam": "SWSH 자시안 & 자마젠타 배틀",
|
||||
"battle_legendary_glas_spec": "SWSH 블리자포스 & 레이스포스 배틀",
|
||||
"battle_legendary_calyrex": "SWSH 버드렉스 배틀",
|
||||
"battle_legendary_riders": "SWSH 백마 & 흑마 버드렉스 배틀",
|
||||
"battle_legendary_birds_galar": "SWSH 가라르 전설의 새 배틀",
|
||||
"battle_legendary_ruinous": "SV 재앙의 보물 배틀",
|
||||
"battle_legendary_kor_mir": "SV 에리어 제로 배틀",
|
||||
@ -135,4 +137,4 @@
|
||||
"heal": "BW 포켓몬 센터",
|
||||
"menu": "불가사의 던전 하늘의 탐험대 포켓몬 세계에 온 것을 환영한다!",
|
||||
"title": "불가사의 던전 하늘의 탐험대 메뉴 테마"
|
||||
}
|
||||
}
|
||||
|
@ -41,6 +41,7 @@
|
||||
"score": "점수",
|
||||
"wave": "웨이브",
|
||||
"loading": "로딩 중…",
|
||||
"loadingAsset": "리소스 로드 중: {{assetName}}",
|
||||
"playersOnline": "플레이어 온라인",
|
||||
"yes": "예",
|
||||
"no": "아니오",
|
||||
@ -51,4 +52,4 @@
|
||||
"rename": "닉네임 바꾸기",
|
||||
"nickname": "닉네임",
|
||||
"errorServerDown": "서버 연결 중 문제가 발생했습니다.\n\n이 창을 종료하지 않고 두면,\n게임은 자동으로 재접속됩니다."
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,8 @@
|
||||
"SPD": "스피드",
|
||||
"SPDshortened": "스피드",
|
||||
"ACC": "명중률",
|
||||
"EVA": "회피율"
|
||||
"EVA": "회피율",
|
||||
"HPStat": "HP"
|
||||
},
|
||||
"Type": {
|
||||
"UNKNOWN": "Unknown",
|
||||
@ -37,4 +38,4 @@
|
||||
"FAIRY": "페어리",
|
||||
"STELLAR": "스텔라"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"victory": "승리!",
|
||||
"defeatedWild": "야생에서 패배: ",
|
||||
"defeatedTrainer": "트레이너에게 패배: ",
|
||||
"defeatedTrainerDouble": "더블 배틀에서 패배",
|
||||
"defeatedRival": "라이벌에게 패배",
|
||||
"defeatedWildM": "야생에서 패배: ",
|
||||
"defeatedTrainerM": "트레이너에게 패배: ",
|
||||
"defeatedTrainerDoubleM": "더블 배틀에서 패배",
|
||||
"defeatedRivalM": "라이벌에게 패배",
|
||||
"defeatedM": "패배",
|
||||
"defeatedWildF": "야생에서 패배: ",
|
||||
"defeatedTrainerF": "트레이너에게 패배: ",
|
||||
@ -34,4 +34,4 @@
|
||||
"hallofFameTextF": "전당 등록을 축하합니다!",
|
||||
"viewHallOfFame": "전당 보기",
|
||||
"viewEndingSplash": "엔딩 화면 보기"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user