Translate pokemon-info.json via GitLocalize

This commit is contained in:
Chapybara-jp 2024-08-30 12:38:39 +00:00 committed by gitlocalize-app[bot]
parent 0a16d25927
commit 97b5b7cf3d

View File

@ -2,21 +2,22 @@
"Stat": {
"HP": "HP",
"HPshortened": "HP",
"ATK": "こうげき",
"ATKshortened": "こうげき",
"DEF": "ぼうぎょ",
"DEFshortened": "ぼうぎょ",
"SPATK": "とくこう",
"SPATKshortened": "とくこう",
"SPDEF": "とくぼう",
"SPDEFshortened": "とくぼう",
"SPD": "すばやさ",
"SPDshortened": "すばやさ",
"ACC": "めいちゅう",
"EVA": "かいひ"
"ATK": "攻撃",
"ATKshortened": "攻撃",
"DEF": "防御",
"DEFshortened": "防御",
"SPATK": "特攻",
"SPATKshortened": "特攻",
"SPDEF": "特防",
"SPDEFshortened": "特防",
"SPD": "素早さ",
"SPDshortened": "素早さ",
"ACC": "命中",
"EVA": "回避",
"HPStat": "HP"
},
"Type": {
"UNKNOWN": "Unknown",
"UNKNOWN": "",
"NORMAL": "ノーマル",
"FIGHTING": "かくとう",
"FLYING": "ひこう",
@ -37,4 +38,4 @@
"FAIRY": "フェアリー",
"STELLAR": "ステラ"
}
}
}