Add localizations for removing job skills

This commit is contained in:
Justin Edmund 2023-06-19 02:18:10 -07:00
parent 6d5d1ee497
commit 947666c8f9
2 changed files with 21 additions and 3 deletions

View file

@ -55,7 +55,8 @@
"summon": "Modify summon",
"weapon": "Modify weapon"
},
"remove": "Remove from grid"
"remove": "Remove from grid",
"remove_job_skill": "Remove class skill"
},
"elements": {
"null": "Null",
@ -240,6 +241,14 @@
"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": {
"title": "Log in",
"buttons": {
@ -442,7 +451,7 @@
"weapon": "Search for a weapon...",
"summon": "Search for a summon...",
"character": "Search for a character...",
"job_skill": "Search job skills...",
"job_skill": "Search class skills...",
"guidebook": "Search guidebooks...",
"raid": "Search battles..."
}

View file

@ -55,7 +55,8 @@
"summon": "召喚石を変更",
"weapon": "武器を変更"
},
"remove": "編成から削除"
"remove": "編成から削除",
"remove_job_skill": "ジョブスキルを削除"
},
"elements": {
"null": "無",
@ -236,6 +237,14 @@
"remove": "導本を削除する"
}
},
"job_skills": {
"messages": {
"remove": "<strong>{{job_skill}}</strong>を編成から削除しますか?"
},
"buttons": {
"remove": "ジョブスキルを削除する"
}
},
"login": {
"title": "ログイン",
"buttons": {