Update pokemon-summary.json

This commit is contained in:
Lugiad 2024-09-11 16:36:23 +02:00 committed by GitHub
parent 0921e3b32c
commit 7a490a0c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,45 @@
{} {
"pokemonInfo": "寶可夢信息",
"status": "狀態",
"powerAccuracyCategory": "威力\n命中率\n類別",
"type": "屬性",
"unknownTrainer": "未知",
"ot": "訓練師",
"nature": "性格",
"expPoints": "經驗值",
"nextLv": "下一級",
"cancel": "取消",
"memoString": "{{natureFragment}} 性格,\n{{metFragment}}",
"metFragment": {
"normal": "met at Lv{{level}},\n{{biome}}.",
"apparently": "命中注定般地相遇于Lv.{{level}}\n{{biome}}。",
},
"natureFragment": {
"Hardy": "{{nature}}",
"Lonely": "{{nature}}",
"Brave": "{{nature}}",
"Adamant": "{{nature}}",
"Naughty": "{{nature}}",
"Bold": "{{nature}}",
"Docile": "{{nature}}",
"Relaxed": "{{nature}}",
"Impish": "{{nature}}",
"Lax": "{{nature}}",
"Timid": "{{nature}}",
"Hasty": "{{nature}}",
"Serious": "{{nature}}",
"Jolly": "{{nature}}",
"Naive": "{{nature}}",
"Modest": "{{nature}}",
"Mild": "{{nature}}",
"Quiet": "{{nature}}",
"Bashful": "{{nature}}",
"Rash": "{{nature}}",
"Calm": "{{nature}}",
"Gentle": "{{nature}}",
"Sassy": "{{nature}}",
"Careful": "{{nature}}",
"Quirky": "{{nature}}"
}
}