[Localization] fixing typo in zh_cn challenge.ts (#2070)

* Update challenges.ts fixing typo

* another typo
This commit is contained in:
40chyan 2024-06-11 12:45:00 +08:00 committed by GitHub
parent 8c596c6f33
commit 689ec47bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ export const challenges: SimpleTranslationEntries = {
"singleGeneration.desc.7": "你只能使用第七世代的宝可梦",
"singleGeneration.value.8": "第八世代",
"singleGeneration.desc.8": "你只能使用第八世代的宝可梦",
"singleGeneration.value.9": "第世代",
"singleGeneration.value.9": "第世代",
"singleGeneration.desc.9": "你只能使用第九世代的宝可梦",
"singleType.name": "单属性",
"singleType.value.0": "关闭",
@ -39,7 +39,7 @@ export const challenges: SimpleTranslationEntries = {
"singleType.value.5": "地面",
"singleType.desc.5": "你只能使用地面属性的宝可梦",
"singleType.value.6": "岩石",
"singleType.desc.6": "你只能使用所选属性的宝可梦",
"singleType.desc.6": "你只能使用岩石属性的宝可梦",
"singleType.value.7": "虫",
"singleType.desc.7": "你只能使用虫属性的宝可梦",
"singleType.value.8": "幽灵",