diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 4d7fdc02..f3dcc8eb 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -11,6 +11,10 @@ "manadiver": "manatura" }, "alert": { + "unsaved_changes": { + "party": "You will lose all changes to your party {objectName} if you continue.

Are you sure you want to continue without saving?", + "object": "You will lose all changes to {objectName} if you continue.

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": { diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 9d8393ef..abdbd593 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -11,6 +11,8 @@ "manadiver": "マナベリ" }, "alert": { + "unsaved_changes_party": "「{objectName}」という編成の変更は保存していません。

変更を保存せずに続けますか?", + "unsaved_changes_object": "「{objectName}」の変更は保存していません。

変更を保存せずに続けますか?", "incompatible_weapon": "Additional Weaponsに装備できない武器を入れました。" }, "ax": {