From cc5aa05b12a07839f3fa5ecbd4c3326e8296ab22 Mon Sep 17 00:00:00 2001 From: Jumala9163 Date: Sat, 26 Apr 2025 17:26:23 +0900 Subject: [PATCH] Fixed where translations were not being done correctly. --- src/static/locale/ja-jp.json | 2 +- src/static/locale/language_template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/locale/ja-jp.json b/src/static/locale/ja-jp.json index 60cb392..2dbe806 100644 --- a/src/static/locale/ja-jp.json +++ b/src/static/locale/ja-jp.json @@ -286,7 +286,7 @@ "Create Backup": "バックアップを作成", "No backup yet, click the button above to create backup\\.": "バックアップがありません ボタンをクリックしてバックアップを作成", "Are you sure to delete this backup\\?": "バックアップを削除しますか?", - "Are you sure to restore this backup?\\": "バックアップから復元しますか?", + "Are you sure to restore this backup\\?": "バックアップから復元しますか?", "Backup Date": "バックアップ日時", "File": "ファイル", "Are you sure to delete this configuration\\?": "この構成を本当に削除しますか?", diff --git a/src/static/locale/language_template.json b/src/static/locale/language_template.json index a06c22c..9daf180 100644 --- a/src/static/locale/language_template.json +++ b/src/static/locale/language_template.json @@ -286,7 +286,7 @@ "Create Backup": "", "No backup yet, click the button above to create backup\\.": "", "Are you sure to delete this backup\\?": "", - "Are you sure to restore this backup?\\": "", + "Are you sure to restore this backup\\?": "", "Backup Date": "", "File": "", "Are you sure to delete this configuration\\?": "",