|
- const localTranslating = {
- webpage_title: `龍族拼圖${teamsCount}人隊伍圖製作工具`,
- title_blank: "輸入隊伍標題",
- detail_blank: "輸入說明",
- sort_name:{
- sort_none: "無",
- sort_id: "怪物ID",
- sort_evoRootId: "進化樹",
- sort_skillLv1: "技能最大冷卻時間",
- sort_skillLvMax: "技能最小冷卻時間",
- sort_hpMax110: "最大HP(Lv110)",
- sort_atkMax110: "最大攻擊(Lv110)",
- sort_rcvMax110: "最大回復(Lv110)",
- sort_rarity: "稀有度",
- sort_cost: "消耗",
- },
- }
-
- localisation(localTranslating);
|