From fc4f0446a574c7618f363b5f058ab0f929f854b2 Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Tue, 6 Feb 2024 16:37:44 -0300 Subject: [PATCH] dev: Add translations --- pkg/webui/locales/ja.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/webui/locales/ja.json b/pkg/webui/locales/ja.json index 35d83ffe15c..a65366b14a9 100644 --- a/pkg/webui/locales/ja.json +++ b/pkg/webui/locales/ja.json @@ -2105,6 +2105,7 @@ "error:pkg/identityserver/store:account_not_found": "ID `{account_id}`の{account_type}アカウントが見つかりません", "error:pkg/identityserver/store:api_key_not_found": "APIキーが見つかりません", "error:pkg/identityserver/store:application_dev_eui_limit_reached": "アプリケーションが発行したDevEUIの限度 ({dev_eui_limit}) に達しました", + "error:pkg/identityserver/store:application_id_missing": "", "error:pkg/identityserver/store:application_not_found": "アプリケーション `{application_id}` が見つかりません", "error:pkg/identityserver/store:authorization_code_not_found": "認証コードが見つかりません", "error:pkg/identityserver/store:authorization_not_found": "`{client_id}` の `{user_id}` への認証が見つかりません", @@ -2115,6 +2116,7 @@ "error:pkg/identityserver/store:entity_not_found": "ID `{entity_id}`の{entity_type}エンティティが見つかりません", "error:pkg/identityserver/store:gateway_not_found": "ゲートウェイ `{gateway_id}` が見つかりません", "error:pkg/identityserver/store:gateway_not_found_by_eui": "EUI `{gateway_eui}`のゲートウェイが見つかりません", + "error:pkg/identityserver/store:invalid_entity_type": "", "error:pkg/identityserver/store:invitation_already_sent": "招待が送信済みです", "error:pkg/identityserver/store:invitation_already_used": "既に使用された招待状", "error:pkg/identityserver/store:invitation_expired": "招待状が期限切れです", @@ -2126,6 +2128,7 @@ "error:pkg/identityserver/store:membership_not_found": "アカウント `{account_id}` は `{entity_type}` `{entity_id}` のメンバーではありません", "error:pkg/identityserver/store:no_eui_or_block_available": "EUIまたはEUIブロックが利用できません", "error:pkg/identityserver/store:organization_not_found": "組織 `{organization_id}` が見つかりません", + "error:pkg/identityserver/store:user_bookmark_not_found": "", "error:pkg/identityserver/store:user_not_found": "ユーザ `{user_id}` が見つかりません", "error:pkg/identityserver/store:user_not_found_by_primary_email_address": "主要なメールアドレスでユーザーが見つかりません", "error:pkg/identityserver/store:user_session_not_found": "ID `{session_id}`のユーザーセッションが見つかりません",