Add localizations for removing job skills
This commit is contained in:
parent
6d5d1ee497
commit
947666c8f9
2 changed files with 21 additions and 3 deletions
|
|
@ -55,7 +55,8 @@
|
||||||
"summon": "Modify summon",
|
"summon": "Modify summon",
|
||||||
"weapon": "Modify weapon"
|
"weapon": "Modify weapon"
|
||||||
},
|
},
|
||||||
"remove": "Remove from grid"
|
"remove": "Remove from grid",
|
||||||
|
"remove_job_skill": "Remove class skill"
|
||||||
},
|
},
|
||||||
"elements": {
|
"elements": {
|
||||||
"null": "Null",
|
"null": "Null",
|
||||||
|
|
@ -240,6 +241,14 @@
|
||||||
"remove": "Remove guidebook"
|
"remove": "Remove guidebook"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"job_skills": {
|
||||||
|
"messages": {
|
||||||
|
"remove": "Are you sure you want to remove <strong>{{job_skill}}</strong> from your team?"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"remove": "Remove class skill"
|
||||||
|
}
|
||||||
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"title": "Log in",
|
"title": "Log in",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
|
|
@ -442,7 +451,7 @@
|
||||||
"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...",
|
"job_skill": "Search class skills...",
|
||||||
"guidebook": "Search guidebooks...",
|
"guidebook": "Search guidebooks...",
|
||||||
"raid": "Search battles..."
|
"raid": "Search battles..."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,8 @@
|
||||||
"summon": "召喚石を変更",
|
"summon": "召喚石を変更",
|
||||||
"weapon": "武器を変更"
|
"weapon": "武器を変更"
|
||||||
},
|
},
|
||||||
"remove": "編成から削除"
|
"remove": "編成から削除",
|
||||||
|
"remove_job_skill": "ジョブスキルを削除"
|
||||||
},
|
},
|
||||||
"elements": {
|
"elements": {
|
||||||
"null": "無",
|
"null": "無",
|
||||||
|
|
@ -236,6 +237,14 @@
|
||||||
"remove": "導本を削除する"
|
"remove": "導本を削除する"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"job_skills": {
|
||||||
|
"messages": {
|
||||||
|
"remove": "<strong>{{job_skill}}</strong>を編成から削除しますか?"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"remove": "ジョブスキルを削除する"
|
||||||
|
}
|
||||||
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"title": "ログイン",
|
"title": "ログイン",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue