Update translations
This commit is contained in:
parent
89e157dc6d
commit
322964d767
2 changed files with 22 additions and 2 deletions
|
|
@ -232,7 +232,8 @@
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"weapon": "Search for a weapon...",
|
"weapon": "Search for a weapon...",
|
||||||
"summon": "Search for a summon...",
|
"summon": "Search for a summon...",
|
||||||
"character": "Search for a character..."
|
"character": "Search for a character...",
|
||||||
|
"job_skill": "Search job skills..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"teams": {
|
"teams": {
|
||||||
|
|
@ -240,6 +241,15 @@
|
||||||
"loading": "Loading teams...",
|
"loading": "Loading teams...",
|
||||||
"not_found": "No teams found"
|
"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",
|
"extra_weapons": "Additional Weapons",
|
||||||
"coming_soon": "Coming Soon",
|
"coming_soon": "Coming Soon",
|
||||||
"no_title": "Untitled",
|
"no_title": "Untitled",
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,8 @@
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"weapon": "武器を検索...",
|
"weapon": "武器を検索...",
|
||||||
"summon": "召喚石を検索...",
|
"summon": "召喚石を検索...",
|
||||||
"character": "キャラを検索..."
|
"character": "キャラを検索...",
|
||||||
|
"job_skill": "ジョブのスキルを検索..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"teams": {
|
"teams": {
|
||||||
|
|
@ -241,6 +242,15 @@
|
||||||
"loading": "ロード中...",
|
"loading": "ロード中...",
|
||||||
"not_found": "編成は見つかりませんでした"
|
"not_found": "編成は見つかりませんでした"
|
||||||
},
|
},
|
||||||
|
"job_skills": {
|
||||||
|
"all": "全てのアビリティ",
|
||||||
|
"buffing": "強化アビリティ",
|
||||||
|
"debuffing": "弱体アビリティ",
|
||||||
|
"damaging": "ダメージアビリティ",
|
||||||
|
"healing": "回復アビリティ",
|
||||||
|
"emp": "リミットアビリティ",
|
||||||
|
"base": "ベースアビリティ"
|
||||||
|
},
|
||||||
"extra_weapons": "Additional<br/>Weapons",
|
"extra_weapons": "Additional<br/>Weapons",
|
||||||
"coming_soon": "開発中",
|
"coming_soon": "開発中",
|
||||||
"no_title": "無題",
|
"no_title": "無題",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue