|
- 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);
|