-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|