Skip to content

Commit

Permalink
dev: Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspcr committed Feb 12, 2024
1 parent 9deb8fc commit bdd7319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/webui/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}` への認証が見つかりません",
Expand All @@ -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": "招待状が期限切れです",
Expand All @@ -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}`のユーザーセッションが見つかりません",
Expand Down

0 comments on commit bdd7319

Please sign in to comment.