From a762b593ca9b041d896d353d2498bf4e6a8477db Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 1 Jan 2024 18:48:28 +0900 Subject: [PATCH] New translations translation.json (Japanese) --- locales/ja/translation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/locales/ja/translation.json b/locales/ja/translation.json index e8e6b162..92c1e513 100644 --- a/locales/ja/translation.json +++ b/locales/ja/translation.json @@ -27,7 +27,11 @@ "authorize": "認証", "authorization_code": "認証コード", "authorization_helper": "ブラウザに表示された認証コードを貼り付けてください", - "without_code_authorize": "お使いのブラウザでWhalebirdを許可してください。その後、認証ボタンを押してください" + "without_code_authorize": "お使いのブラウザでWhalebirdを許可してください。その後、認証ボタンを押してください", + "detector_error": "Failed to connect to {domain}, make sure the server URL is valid or correct.", + "register_error": "Failed to add application.", + "token_error": "Failed to authorize.", + "credential_error": "Failed to confirm access token." }, "remove": "削除" },