Add unsaved changes localizations
This commit is contained in:
parent
5a40ff89d0
commit
e8a346cc71
2 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
"manadiver": "manatura"
|
||||
},
|
||||
"alert": {
|
||||
"unsaved_changes": {
|
||||
"party": "You will lose all changes to your party <strong>{objectName}</strong> if you continue.<br/><br/>Are you sure you want to continue without saving?",
|
||||
"object": "You will lose all changes to <strong>{objectName}</strong> if you continue.<br/><br/>Are you sure you want to continue without saving?"
|
||||
},
|
||||
"incompatible_weapon": "You've selected a weapon that can't be added to the Additional Weapon slots."
|
||||
},
|
||||
"ax": {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
"manadiver": "マナベリ"
|
||||
},
|
||||
"alert": {
|
||||
"unsaved_changes_party": "<strong>「{objectName}」</strong>という編成の変更は保存していません。<br/><br/>変更を保存せずに続けますか?",
|
||||
"unsaved_changes_object": "<strong>「{objectName}」</strong>の変更は保存していません。<br/><br/>変更を保存せずに続けますか?",
|
||||
"incompatible_weapon": "Additional Weaponsに装備できない武器を入れました。"
|
||||
},
|
||||
"ax": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue