Compare commits

..

No commits in common. "76e7297596007b3888ebed67fd1540e590b48993" and "0221c9fabad05c134e1c3d2c19fc0c50a2310a7d" have entirely different histories.

4 changed files with 9 additions and 13 deletions

View File

@ -45,7 +45,6 @@
"battle_legendary_lake_trio": "ORAS 호수의 수호신 배틀", "battle_legendary_lake_trio": "ORAS 호수의 수호신 배틀",
"battle_legendary_sinnoh": "ORAS 신오 전설 조우 배틀", "battle_legendary_sinnoh": "ORAS 신오 전설 조우 배틀",
"battle_legendary_dia_pal": "ORAS 디아루가 & 펄기아 배틀", "battle_legendary_dia_pal": "ORAS 디아루가 & 펄기아 배틀",
"battle_legendary_origin_forme": "LA 오리진 디아루가 & 펄기아 배틀",
"battle_legendary_giratina": "ORAS 기라티나 배틀", "battle_legendary_giratina": "ORAS 기라티나 배틀",
"battle_legendary_arceus": "HGSS 아르세우스 배틀", "battle_legendary_arceus": "HGSS 아르세우스 배틀",
"battle_legendary_unova": "BW 하나 전설 조우 배틀", "battle_legendary_unova": "BW 하나 전설 조우 배틀",
@ -60,7 +59,6 @@
"battle_legendary_zac_zam": "SWSH 자시안 & 자마젠타 배틀", "battle_legendary_zac_zam": "SWSH 자시안 & 자마젠타 배틀",
"battle_legendary_glas_spec": "SWSH 블리자포스 & 레이스포스 배틀", "battle_legendary_glas_spec": "SWSH 블리자포스 & 레이스포스 배틀",
"battle_legendary_calyrex": "SWSH 버드렉스 배틀", "battle_legendary_calyrex": "SWSH 버드렉스 배틀",
"battle_legendary_riders": "SWSH 백마 & 흑마 버드렉스 배틀",
"battle_legendary_birds_galar": "SWSH 가라르 전설의 새 배틀", "battle_legendary_birds_galar": "SWSH 가라르 전설의 새 배틀",
"battle_legendary_ruinous": "SV 재앙의 보물 배틀", "battle_legendary_ruinous": "SV 재앙의 보물 배틀",
"battle_legendary_kor_mir": "SV 에리어 제로 배틀", "battle_legendary_kor_mir": "SV 에리어 제로 배틀",

View File

@ -41,7 +41,6 @@
"score": "점수", "score": "점수",
"wave": "웨이브", "wave": "웨이브",
"loading": "로딩 중…", "loading": "로딩 중…",
"loadingAsset": "리소스 로드 중: {{assetName}}",
"playersOnline": "플레이어 온라인", "playersOnline": "플레이어 온라인",
"yes": "예", "yes": "예",
"no": "아니오", "no": "아니오",

View File

@ -13,8 +13,7 @@
"SPD": "스피드", "SPD": "스피드",
"SPDshortened": "스피드", "SPDshortened": "스피드",
"ACC": "명중률", "ACC": "명중률",
"EVA": "회피율", "EVA": "회피율"
"HPStat": "HP"
}, },
"Type": { "Type": {
"UNKNOWN": "Unknown", "UNKNOWN": "Unknown",

View File

@ -1,9 +1,9 @@
{ {
"victory": "승리!", "victory": "승리!",
"defeatedWildM": "야생에서 패배: ", "defeatedWild": "야생에서 패배: ",
"defeatedTrainerM": "트레이너에게 패배: ", "defeatedTrainer": "트레이너에게 패배: ",
"defeatedTrainerDoubleM": "더블 배틀에서 패배", "defeatedTrainerDouble": "더블 배틀에서 패배",
"defeatedRivalM": "라이벌에게 패배", "defeatedRival": "라이벌에게 패배",
"defeatedM": "패배", "defeatedM": "패배",
"defeatedWildF": "야생에서 패배: ", "defeatedWildF": "야생에서 패배: ",
"defeatedTrainerF": "트레이너에게 패배: ", "defeatedTrainerF": "트레이너에게 패배: ",