diff --git a/public/locales/en/common.json b/public/locales/en/common.json index f43a79a0..67cbd939 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -232,7 +232,8 @@ "placeholders": { "weapon": "Search for a weapon...", "summon": "Search for a summon...", - "character": "Search for a character..." + "character": "Search for a character...", + "job_skill": "Search job skills..." } }, "teams": { @@ -240,6 +241,15 @@ "loading": "Loading teams...", "not_found": "No teams found" }, + "job_skills": { + "all": "All skills", + "buffing": "Buffing", + "debuffing": "Debuffing", + "damaging": "Damaging", + "healing": "Healing", + "emp": "Extended Mastery", + "base": "Base Skills" + }, "extra_weapons": "Additional Weapons", "coming_soon": "Coming Soon", "no_title": "Untitled", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 21d147bc..04f7ba36 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -233,7 +233,8 @@ "placeholders": { "weapon": "武器を検索...", "summon": "召喚石を検索...", - "character": "キャラを検索..." + "character": "キャラを検索...", + "job_skill": "ジョブのスキルを検索..." } }, "teams": { @@ -241,6 +242,15 @@ "loading": "ロード中...", "not_found": "編成は見つかりませんでした" }, + "job_skills": { + "all": "全てのアビリティ", + "buffing": "強化アビリティ", + "debuffing": "弱体アビリティ", + "damaging": "ダメージアビリティ", + "healing": "回復アビリティ", + "emp": "リミットアビリティ", + "base": "ベースアビリティ" + }, "extra_weapons": "Additional
Weapons", "coming_soon": "開発中", "no_title": "無題",