From e8a346cc7168a173d501b6f8d171cf94568193ee Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 3 Jul 2023 19:03:22 -0700 Subject: [PATCH] Add unsaved changes localizations --- public/locales/en/common.json | 4 ++++ public/locales/ja/common.json | 2 ++ 2 files changed, 6 insertions(+) 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": {