Skip to content

Commit

Permalink
dev: Fix locales
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Jul 26, 2023
1 parent 5080afe commit 8333b79
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pkg/webui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,20 +414,6 @@
"console.components.uplink-form.uplink-form.simulateUplink": "Simulate uplink",
"console.components.uplink-form.uplink-form.payloadDescription": "The desired payload bytes of the uplink message",
"console.components.uplink-form.uplink-form.uplinkSuccess": "Uplink sent",
"console.components.user-data-form.index.adminLabel": "Grant this user admin status",
"console.components.user-data-form.index.adminDescription": "Admin status enables overarching rights such as managing other users or modifying entities regardless of collaboration status",
"console.components.user-data-form.index.userDescPlaceholder": "Description for my new user",
"console.components.user-data-form.index.userDescDescription": "Optional user description; can also be used to save notes about the user",
"console.components.user-data-form.index.userIdPlaceholder": "jane-doe",
"console.components.user-data-form.index.userNamePlaceholder": "Jane Doe",
"console.components.user-data-form.index.emailPlaceholder": "[email protected]",
"console.components.user-data-form.index.emailAddressDescription": "Primary email address used for logging in; this address is not publicly visible",
"console.components.user-data-form.index.emailAddressValidation": "Treat email address as validated",
"console.components.user-data-form.index.emailAddressValidationDescription": "Enable this option if you do not need this user to validate the email address",
"console.components.user-data-form.index.deleteTitle": "Are you sure you want to delete this account?",
"console.components.user-data-form.index.deleteWarning": "This will <strong>PERMANENTLY DELETE THIS ACCOUNT</strong> and <strong>LOCK THE USER ID AND EMAIL FOR RE-REGISTRATION</strong>. Associated entities (e.g. gateways, applications and end devices) owned by this user that do not have any other collaborators will become <strong>UNACCESSIBLE</strong> and it will <strong>NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's AGAIN</strong>. Make sure you assign new collaborators to such entities if you plan to continue using them.",
"console.components.user-data-form.index.purgeWarning": "This will <strong>PERMANENTLY DELETE THIS ACCOUNT</strong>. Associated entities (e.g. gateways, applications and end devices) owned by this user that do not have any other collaborators will become <strong>UNACCESSIBLE</strong> and it will <strong>NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's AGAIN</strong>. Make sure you assign new collaborators to such entities if you plan to continue using them.",
"console.components.user-data-form.index.deleteConfirmMessage": "Please type in this user's user ID to confirm.",
"console.components.webhook-form.index.idPlaceholder": "my-new-webhook",
"console.components.webhook-form.index.messageInfo": "For each enabled event type an optional path can be defined which will be appended to the base URL",
"console.components.webhook-form.index.deleteWebhook": "Delete Webhook",
Expand Down

0 comments on commit 8333b79

Please sign in to comment.