From 89fb2699b1fdd720e8217cc6977bcb511fa56bc2 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sun, 24 Jan 2021 16:58:46 +0900
Subject: [PATCH] New translations translation.json (Japanese)
---
src/config/locales/ja/translation.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json
index da8c6942..2d099e77 100644
--- a/src/config/locales/ja/translation.json
+++ b/src/config/locales/ja/translation.json
@@ -141,9 +141,9 @@
"notice": "再起動が必要です",
"confirm": {
"title": "Warning",
- "message": "You have to restart this application. Continue?",
- "ok": "Restart Now",
- "cancel": "Cancel"
+ "message": "設定を有効化するために再起動する必要があります",
+ "ok": "再起動する",
+ "cancel": "キャンセル"
}
}
}