|
- const localTranslating = {
- webpage_title: `龍族拼圖${teamsCount}人隊伍圖製作工具`,
- title_blank: "輸入隊伍標題",
- detail_blank: "輸入說明",
- sort_name:{
- sort_none: "無",
- sort_id: "怪物ID",
- sort_attrs : "屬性",
- sort_evoRootId: "進化樹",
- sort_evoRoot_Attrs : "進化根怪物的屬性",
- sort_rarity: "稀有度",
- sort_cost: "消耗",
- sort_skillLv1: "技能最大冷卻時間",
- sort_skillLvMax: "技能最小冷卻時間",
- sort_hpMax110: "最大 HP",
- sort_atkMax110: "最大攻擊",
- sort_rcvMax110: "最大回復",
- sort_hpMax110_awoken: "最大 HP(+覺醒)",
- sort_atkMax110_awoken: "最大攻擊(+覺醒)",
- sort_rcvMax110_awoken: "最大回復(+覺醒)",
- },
- force_reload_data: "強制刷新數據",
- }
-
- localisation(localTranslating);
|