pokerogue/src/locales/zh_TW/challenges.ts

68 lines
3.3 KiB
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/interfaces/locales";
Add Challenges (#1459) * Initial challenge framework * Add type localisation * Change how challenges are tracked Also fixes the difficulty total text * MVP Renames challenge types, temporarily hides difficulty, and implements challenge saving. * Attempt to fix one legal pokemon in a double battle * Make monotype ignore type changing effects * Make isOfType correctly detect normal types * Try to fix double battles again * Make challenge function more like classic * Add helper function for fainted or not allowed * Add framework for fresh start challenge and improve comments * Try to fix evolution issues * Make form changing items only usable from rewards screen * Update localisation * Additional localisation change * Add achievements for completing challenges * Fix initialisation bug with challenge achievements * Add support for gamemode specific fixed battles Also make monogen challenges face the e4 of their generation * Add better support for mobile in challenges * Localise illegal evolution/form change message * Update achievement names * Make alternate forms count for monogen * Update monotype achievement icons * Add more comments * Improve comments * Fix mid battle form changes * Reorder mode list * Remove currently unused localisation entry * Add type overrides for monotype challenges Meloetta always counts for psychic and castform always counts for normal * Change how form changes are handled Now attempts a switch at the start of each turn instead of immediately * Add start button to challenge select screen * Make starter select back out to challenge screen if using challenges * Fix daily runs * Update tests to new game mode logic
2024-06-08 15:07:23 +10:00
export const challenges: SimpleTranslationEntries = {
"title": "適用挑戰條件",
Add Challenges (#1459) * Initial challenge framework * Add type localisation * Change how challenges are tracked Also fixes the difficulty total text * MVP Renames challenge types, temporarily hides difficulty, and implements challenge saving. * Attempt to fix one legal pokemon in a double battle * Make monotype ignore type changing effects * Make isOfType correctly detect normal types * Try to fix double battles again * Make challenge function more like classic * Add helper function for fainted or not allowed * Add framework for fresh start challenge and improve comments * Try to fix evolution issues * Make form changing items only usable from rewards screen * Update localisation * Additional localisation change * Add achievements for completing challenges * Fix initialisation bug with challenge achievements * Add support for gamemode specific fixed battles Also make monogen challenges face the e4 of their generation * Add better support for mobile in challenges * Localise illegal evolution/form change message * Update achievement names * Make alternate forms count for monogen * Update monotype achievement icons * Add more comments * Improve comments * Fix mid battle form changes * Reorder mode list * Remove currently unused localisation entry * Add type overrides for monotype challenges Meloetta always counts for psychic and castform always counts for normal * Change how form changes are handled Now attempts a switch at the start of each turn instead of immediately * Add start button to challenge select screen * Make starter select back out to challenge screen if using challenges * Fix daily runs * Update tests to new game mode logic
2024-06-08 15:07:23 +10:00
"points": "Bad Ideas",
"confirm_start": "要執行這些挑戰嗎?",
"singleGeneration.name": "單一世代",
"singleGeneration.value.0": "關閉",
"singleGeneration.desc.0": "你只能使用所選世代的寶可夢",
"singleGeneration.value.1": "第一世代",
"singleGeneration.desc.1": "你只能使用第一世代的寶可夢",
"singleGeneration.value.2": "第二世代",
"singleGeneration.desc.2": "你只能使用第二世代的寶可夢",
"singleGeneration.value.3": "第三世代",
"singleGeneration.desc.3": "你只能使用第三世代的寶可夢",
"singleGeneration.value.4": "第四世代",
"singleGeneration.desc.4": "你只能使用第四世代的寶可夢",
"singleGeneration.value.5": "第五世代",
"singleGeneration.desc.5": "你只能使用第五世代的寶可夢",
"singleGeneration.value.6": "第六世代",
"singleGeneration.desc.6": "你只能使用第六世代的寶可夢",
"singleGeneration.value.7": "第七世代",
"singleGeneration.desc.7": "你只能使用第七世代的寶可夢",
"singleGeneration.value.8": "第八世代",
"singleGeneration.desc.8": "你只能使用第八世代的寶可夢",
"singleGeneration.value.9": "第九世代",
"singleGeneration.desc.9": "你只能使用第九世代的寶可夢",
"singleType.name": "單屬性",
"singleType.value.0": "關閉",
"singleType.desc.0": "你只能使用所選屬性的寶可夢",
"singleType.value.1": "普通",
"singleType.desc.1": "你只能使用普通屬性的寶可夢",
"singleType.value.2": "格鬥",
"singleType.desc.2": "你只能使用格鬥屬性的寶可夢",
"singleType.value.3": "飛行",
"singleType.desc.3": "你只能使用飛行屬性的寶可夢",
"singleType.value.4": "毒",
"singleType.desc.4": "你只能使用毒屬性的寶可夢",
"singleType.value.5": "地面",
"singleType.desc.5": "你只能使用地面屬性的寶可夢",
"singleType.value.6": "岩石",
"singleType.desc.6": "你只能使用岩石屬性的寶可夢",
"singleType.value.7": "蟲",
"singleType.desc.7": "你只能使用蟲屬性的寶可夢",
"singleType.value.8": "幽靈",
"singleType.desc.8": "你只能使用幽靈屬性的寶可夢",
"singleType.value.9": "鋼",
"singleType.desc.9": "你只能使用鋼屬性的寶可夢",
"singleType.value.10": "火",
"singleType.desc.10": "你只能使用火屬性的寶可夢",
"singleType.value.11": "水",
"singleType.desc.11": "你只能使用水屬性的寶可夢",
"singleType.value.12": "草",
"singleType.desc.12": "你只能使用草屬性的寶可夢",
"singleType.value.13": "電",
"singleType.desc.13": "你只能使用電屬性的寶可夢",
"singleType.value.14": "超能",
"singleType.desc.14": "你只能使用超能屬性的寶可夢",
"singleType.value.15": "冰",
"singleType.desc.15": "你只能使用冰屬性的寶可夢",
"singleType.value.16": "龍",
"singleType.desc.16": "你只能使用龍屬性的寶可夢",
"singleType.value.17": "惡",
"singleType.desc.17": "你只能使用惡屬性的寶可夢",
"singleType.value.18": "妖精",
"singleType.desc.18": "你只能使用妖精屬性的寶可夢",
Add Challenges (#1459) * Initial challenge framework * Add type localisation * Change how challenges are tracked Also fixes the difficulty total text * MVP Renames challenge types, temporarily hides difficulty, and implements challenge saving. * Attempt to fix one legal pokemon in a double battle * Make monotype ignore type changing effects * Make isOfType correctly detect normal types * Try to fix double battles again * Make challenge function more like classic * Add helper function for fainted or not allowed * Add framework for fresh start challenge and improve comments * Try to fix evolution issues * Make form changing items only usable from rewards screen * Update localisation * Additional localisation change * Add achievements for completing challenges * Fix initialisation bug with challenge achievements * Add support for gamemode specific fixed battles Also make monogen challenges face the e4 of their generation * Add better support for mobile in challenges * Localise illegal evolution/form change message * Update achievement names * Make alternate forms count for monogen * Update monotype achievement icons * Add more comments * Improve comments * Fix mid battle form changes * Reorder mode list * Remove currently unused localisation entry * Add type overrides for monotype challenges Meloetta always counts for psychic and castform always counts for normal * Change how form changes are handled Now attempts a switch at the start of each turn instead of immediately * Add start button to challenge select screen * Make starter select back out to challenge screen if using challenges * Fix daily runs * Update tests to new game mode logic
2024-06-08 15:07:23 +10:00
} as const;