Skip to content

Commit

Permalink
js: Add transalations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspcr committed Jan 16, 2024
1 parent 98e833a commit cf3b05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"account.views.validate.index.validateFail": "There was an error and the contact info could not be validated",
"account.views.validate.index.validatingAccount": "Validating account…",
"account.views.validate.index.tokenNotFoundTitle": "Token not found",
"account.views.validate.index.tokenNotFoundMessage": "The validation token was not found. This could mean that the contact info has already been validated. Otherwise, please contact an administrator.",
"account.views.validate.index.tokenNotFoundMessage": "The validation token was not found. This could mean that the contact info has already been validated or the token has been invalidated. Re-request another validation and if the error persists, please contact an administrator.",
"components.collapse.index.collapse": "Collapse",
"components.collapse.index.expand": "Expand",
"components.data-sheet.index.noData": "No data available",
Expand Down
1 change: 1 addition & 0 deletions pkg/webui/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -2199,6 +2199,7 @@
"error:pkg/identityserver:user_rejected": "ユーザアカウントが拒否されました",
"error:pkg/identityserver:user_requested": "ユーザアカウント承認が保留中です",
"error:pkg/identityserver:user_suspended": "ユーザアカウントが凍結中です",
"error:pkg/identityserver:validation_request_forbidden": "",
"error:pkg/identityserver:validations_already_sent": "この連絡先情報への検証は送信済みです",
"error:pkg/internal/registry:end_device_euis_taken": "JoinEUI `{join_eui}`およびDevEUI `{dev_eui}`を持つエンドデバイスは、すでにアプリケーション`{application_id}`で`{device_id}`として登録されています",
"error:pkg/interop:activation": "アクティベーションが許可されません",
Expand Down

0 comments on commit cf3b05c

Please sign in to comment.