From 9c25e2eaf4c2e233c66d87d465ed2882e2fa70ec Mon Sep 17 00:00:00 2001 From: Vlad Vitan Date: Tue, 10 Sep 2024 10:51:31 +0200 Subject: [PATCH] dr: Update translations --- pkg/webui/locales/en.json | 459 ++++++++++++-------------------------- pkg/webui/locales/ja.json | 457 ++++++++++++------------------------- 2 files changed, 290 insertions(+), 626 deletions(-) diff --git a/pkg/webui/locales/en.json b/pkg/webui/locales/en.json index e1d3c0949f5..3e68505e3e3 100644 --- a/pkg/webui/locales/en.json +++ b/pkg/webui/locales/en.json @@ -1,7 +1,87 @@ { + "account.components.oauth-client-form.messages.clientIdPlaceholder": "my-new-oauth-client", + "account.components.oauth-client-form.messages.clientNamePlaceholder": "My new OAuth client", + "account.components.oauth-client-form.messages.clientDescPlaceholder": "Description for my new OAuth client", + "account.components.oauth-client-form.messages.clientDescDescription": "The description is displayed to the user when authorizing the client. Use it to explain the purpose of your client.", + "account.components.oauth-client-form.messages.createClient": "Create OAuth client", + "account.components.oauth-client-form.messages.deleteWarning": "This will PERMANENTLY DELETE THIS OAUTH CLIENT and LOCK THE OAUTH ID. Make sure you assign new collaborators to such entities if you plan to continue using them.", + "account.components.oauth-client-form.messages.purgeWarning": "This will PERMANENTLY DELETE THIS OAUTH CLIENT. This operation cannot be undone.", + "account.components.oauth-client-form.messages.redirectUrls": "Redirect URLs", + "account.components.oauth-client-form.messages.addRedirectUri": "Add redirect URL", + "account.components.oauth-client-form.messages.addLogoutRedirectUri": "Add logout redirect URL", + "account.components.oauth-client-form.messages.redirectUrlDescription": "The allowed redirect URIs against which authorization requests are checked", + "account.components.oauth-client-form.messages.logoutRedirectUrls": "Logout redirect URLs", + "account.components.oauth-client-form.messages.logoutRedirectUrlsDescription": "The allowed logout redirect URIs against which client initiated logout requests are checked", + "account.components.oauth-client-form.messages.skipAuthorization": "Skip Authorization", + "account.components.oauth-client-form.messages.skipAuthorizationDesc": "If set, the authorization page will be skipped", + "account.components.oauth-client-form.messages.endorsed": "Endorsed", + "account.components.oauth-client-form.messages.endorsedDesc": "If set, the authorization page will visually indicate endorsement to improve trust", + "account.components.oauth-client-form.messages.grants": "Grant types", + "account.components.oauth-client-form.messages.grantsDesc": "OAuth flows that can be used for the client to get a token", + "account.components.oauth-client-form.messages.grantRefreshTokenLabel": "Refresh token", + "account.components.oauth-client-form.messages.deleteClient": "Delete OAuth client", + "account.components.oauth-client-form.messages.urlsPlaceholder": "https://example.com/oauth/callback", + "account.components.oauth-client-form.messages.rightsWarning": "Note that only the minimum set of rights needed to provide the functionality of the application should be requested", + "account.components.oauth-client-form.messages.updateWarning": "Note that the OAuth client will have to de re-authorized before the chosen rights are granted", + "account.components.oauth-client-form.messages.adminOptions": "Advanced admin options", + "account.components.oauth-client-form.messages.grantTypeAndRights": "Grant types and rights", + "account.components.oauth-client-form.messages.stateDescriptionDesc": "You can use this field to save additional information about the state of this OAuth client, e.g. why it has been flagged", + "account.components.oauth-client-form.messages.adminContactDescription": "Administrative contact information for this client. Typically used to indicate who to contact with administrative questions about the client.", + "account.components.oauth-client-form.messages.techContactDescription": "Technical contact information for this client. Typically used to indicate who to contact with technical/security questions about the client.", + "account.containers.change-password-form.index.currentPassword": "Current password", + "account.containers.change-password-form.index.newPassword": "New password", + "account.containers.change-password-form.index.newPasswordConfirm": "Confirm new password", + "account.containers.change-password-form.index.revokeAllAccess": "Revoke all access", + "account.containers.change-password-form.index.revokeAllAccessDescription": "Check this option if you also wish to revoke all your currently active sessions", + "account.containers.clients-table.index.ownedTabTitle": "Owned OAuth clients", + "account.containers.clients-table.index.restoreSuccess": "OAuth client restored", + "account.containers.clients-table.index.restoreFail": "There was an error and OAuth client could not be restored", + "account.containers.clients-table.index.purgeSuccess": "OAuth client purged", + "account.containers.clients-table.index.purgeFail": "There was an error and the OAuth client could not be purged", + "account.containers.collaborators-table.index.deleteCollaboratorError": "There was an error and the collaborator could not be deleted", + "account.containers.collaborators-table.index.deleteOnlyCollaboratorError": "This collaborator could not be deleted because every client needs at least one collaborator with all rights", + "account.containers.oauth-client-add.index.createSuccess": "Client created", + "account.containers.oauth-client-add.index.createFailure": "There was an error and the client could not be created", + "account.containers.oauth-client-edit.index.deleteSuccess": "OAuth client deleted", + "account.containers.oauth-client-edit.index.deleteFail": "There was an error and the OAuth client could not be deleted", + "account.containers.oauth-client-edit.index.updateSuccess": "OAuth client updated", + "account.containers.oauth-client-edit.index.updateFailure": "There was an error updating this client", + "account.containers.profile-card.index.editProfileSettings": "Edit profile settings", + "account.containers.profile-settings-form.messages.imageProvided": "Image has been provided", + "account.containers.profile-settings-form.messages.profilePicture": "Profile picture", + "account.containers.profile-settings-form.messages.successMessage": "Profile updated", + "account.containers.profile-settings-form.messages.deleteAccount": "Delete account", + "account.containers.profile-settings-form.messages.useGravatar": "Use Gravatar", + "account.containers.profile-settings-form.messages.gravatarInfo": "If available, we're using the Gravatar image associated with your email address. You can upload a different profile picture by selecting the option above.", + "account.containers.profile-settings-form.messages.gravatarInfoGravatarOnly": "If available, we're using the Gravatar image associated with your email address. Please follow the instructions on the Gravatar website to change your profile picture.", + "account.containers.profile-settings-form.messages.primaryEmailAddressDescription": "Primary email address associated with your account", + "account.containers.profile-settings-form.messages.deleteAccountError": "There was an error and your account could not be deleted", + "account.containers.profile-settings-form.messages.imageRequired": "Please select a file to use as your profile picture or choose \"Gravatar\" as source", + "account.containers.profile-settings-form.messages.imageUpload": "Image upload", + "account.containers.profile-settings-form.messages.chooseImage": "Choose image
", + "account.containers.profile-settings-form.messages.changeImage": "Change image
", + "account.containers.profile-settings-form.messages.gravatarImage": "Gravatar image", + "account.containers.profile-settings-form.messages.profilePictureDisabled": "Setting a profile picture is currently disabled. Hence, only an administrator can change the profile picture.", + "account.containers.profile-settings-form.messages.deleteWarning": "This will PERMANENTLY DELETE YOUR ACCOUNT and LOCK THE USER ID AND EMAIL FOR RE-REGISTRATION. Associated entities (e.g. gateways, applications and end devices) owned by you that do not have any other collaborators will become UNACCESSIBLE and it will NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's AGAIN. Make sure you assign new collaborators to such entities if you plan to continue using them.", + "account.containers.profile-settings-form.messages.purgeWarning": "This will PERMANENTLY DELETE YOUR ACCOUNT and make associated entities (e.g. gateways, applications and end devices) owned by you that do not have other collaborators UNACCESSIBLE and it will also NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's. Make sure you assign new collaborators to such entities if you plan to continue using them.", + "account.containers.profile-settings-form.messages.deleteTitle": "Are you sure you want to delete your account?", + "account.containers.profile-settings-form.messages.deleteConfirmMessage": "Please enter your user ID to confirm the account deletion.", + "account.containers.sessions-table.index.deleteSessionSuccess": "Session removed successfully", + "account.containers.sessions-table.index.deleteSessionError": "There was an error and the session could not be deleted", + "account.containers.sessions-table.index.removeButtonMessage": "Remove this session", + "account.containers.sessions-table.index.noExpiryDate": "No expiry date", + "account.containers.sessions-table.index.endSession": "Logout to end this session", + "account.containers.sessions-table.index.currentSession": "(This is the current session)", + "account.containers.tokens-table.index.deleteSuccess": "Access token invalidated", + "account.containers.tokens-table.index.deleteFail": "There was an error and the access token could not be invalidated", + "account.containers.tokens-table.index.deleteButton": "Invalidate this access token", + "account.containers.tokens-table.index.deleteAllSuccess": "All access tokens invalidated", + "account.containers.tokens-table.index.deleteAllFail": "There was an error and the access tokens could not be invalidated", + "account.containers.tokens-table.index.deleteAllButton": "Invalidate all access tokens", + "account.containers.tokens-table.index.expires": "Expires", "account.views.authorize.index.modalTitle": "Request for permission", "account.views.authorize.index.modalSubtitle": "{clientName} is requesting to be granted the following rights:", - "account.views.authorize.index.loginInfo": "You are logged in as {userId}.", + "account.views.authorize.index.loginInfo": "You are logged in as {userId}.", "account.views.authorize.index.redirectInfo": "You will be redirected to {redirectUri}", "account.views.authorize.index.authorize": "Authorize {clientName}", "account.views.authorize.index.noDescription": "This client does not provide a description", @@ -9,18 +89,31 @@ "account.views.code.index.codeDescription": "Your authorization code is:", "account.views.create-account.index.registrationApproved": "You have successfully registered and can login now", "account.views.create-account.index.createAccount": "Create account", - "account.views.create-account.index.createANewAccount": "Create a new account for", + "account.views.create-account.index.createANewAccount": "Create a new account", "account.views.create-account.index.registrationPending": "You have successfully sent the registration request. You will receive a confirmation once the account has been approved.", + "account.views.forgot-password.index.forgotPassword": "Forgot password", "account.views.forgot-password.index.passwordRequested": "An email with reset instruction was sent to the email address associated with your username. Please check your spam folder as well.", "account.views.forgot-password.index.send": "Send", "account.views.forgot-password.index.resetPassword": "Reset password", "account.views.forgot-password.index.resetPasswordDescription": "Please enter your User ID to receive an email with reset instructions", - "account.views.login.index.loginTo": "Log in to", "account.views.login.index.createAccount": "Create an account", "account.views.login.index.forgotPassword": "Forgot password?", "account.views.login.index.loginToContinue": "Please login to continue", + "account.views.oauth-authorization-settings.index.deleteButton": "Revoke authorization", + "account.views.oauth-authorization-settings.index.deleteSuccess": "This authorization was successfully revoked", + "account.views.oauth-authorization-settings.index.deleteFailure": "There was an error and this authorization could not be revoked", + "account.views.oauth-authorization-settings.index.deleteMessage": "Are you sure you want to unauthorize this client? The client will not be able to perform any actions on your behalf if the authorization is revoked. You can always choose to authorize the client again if wished.", + "account.views.oauth-client-authorization-overview.index.authorizationSettings": "Authorization settings", + "account.views.oauth-client-authorization-overview.index.accessTokens": "Active access tokens", + "account.views.overview.index.accountAppInfoTitle": "Welcome, {userId}! 👋", + "account.views.overview.index.accountAppInfoMessage": "

You have successfully logged into the Account App. The Account App is the official user account management application of The Things Stack.

", + "account.views.overview.index.accountAppConsoleInfo": "If you wish to manage your applications, end devices and/or gateways, you can use the button below to head over to the Console.", + "account.views.overview.index.goToConsole": "Go to the Console", + "account.views.profile-settings.index.profileEdit": "Edit profile", + "account.views.profile-settings.index.generalSettingsDescription": "Change basic info such as your name, profile picture or email address.", + "account.views.profile-settings.index.changePasswordDescription": "Set up a new password for your account.", + "account.views.session-management.index.sessionManagement": "Session management", "account.views.token-login.index.loginToken": "Login Token", - "account.views.update-password.index.forgotPassword": "Forgot password", "account.views.update-password.index.sessionRevoked": "Your password was changed and all active sessions were revoked", "account.views.validate.index.backToAccount": "Back to Account", "account.views.validate.index.contactInfoValidation": "Contact info validation", @@ -30,6 +123,8 @@ "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 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", "components.file-input.index.selectAFile": "Select a file
", "components.file-input.index.changeFile": "Change file
", "components.file-input.index.noFileSelected": "No file selected", @@ -50,8 +145,11 @@ "components.key-value-map.index.addEntry": "Add entry", "components.link.index.glossaryTitle": "See \"{term}\" in the glossary", "components.link.index.defaultGlossaryTitle": "See in the glossary", + "components.mobile-menu.index.loggedInAs": "Logged in as {userId}", + "components.navigation.side.index.hideSidebar": "Hide sidebar", "components.notification.details.index.showDetails": "Show details", "components.notification.details.index.errorDetails": "Error details", + "components.notification.details.index.close": "Close", "components.offline-status.index.checking": "Connection issues detected. Attempting to reconnect
", "components.offline-status.index.offline": "{applicationName} is offline. Please check your internet connection.", "components.offline-status.index.online": "{applicationName} is back online", @@ -79,18 +177,10 @@ "components.safe-inspector.index.toggleVisibility": "Toggle visibility", "components.safe-inspector.index.arrayFormatting": "Toggle array formatting", "components.safe-inspector.index.byteOrder": "Switch byte order", - "components.search-panel.index.noResultsFound": "No results found", - "components.search-panel.index.noResultsSuggestion": "Try searching for IDs names, attributes, EUIs or descriptions of:", - "components.search-panel.index.devices": "End devices of your{lineBreak}bookmarked applications", - "components.search-panel.index.searchingEntities": "Searching applications, gateways, organizations, bookmarks", - "components.search-panel.index.searchingApps": "Searching applications", - "components.search-panel.index.chooseApplication": "Choose an application for the new end device", - "components.search-panel.index.instructions": "Use {arrowKeys} to choose, {enter} to select", - "components.search-panel.index.fetchingTopEntities": "Fetching top entities
", - "components.search-panel.index.noTopEntities": "Seems like you haven’t interacted with any entities yet", - "components.search-panel.index.noTopEntitiesSuggestion": "Once you created or interacted with entities, they will show up here and you can use this panel to quickly search and navigate to them.", - "components.sidebar.side-footer.index.resources": "Resources", - "components.sidebar.side-footer.index.clusterSelection": "Cluster selection", + "components.status.index.good": "good", + "components.status.index.bad": "bad", + "components.status.index.mediocre": "mediocre", + "components.status.index.unknown": "unknown", "console.components.api-key-modal.index.title": "Please copy newly created API key", "console.components.api-key-modal.index.subtitle": "You won't be able to view the key afterward", "console.components.api-key-modal.index.buttonMessage": "I have copied the key", @@ -100,7 +190,6 @@ "console.components.application-general-settings-form.index.useAlcsync": "Use Application Layer Clock Synchronization", "console.components.application-general-settings-form.index.adminContactDescription": "Administrative contact information for this application. Typically used to indicate who to contact with administrative questions about the application.", "console.components.application-general-settings-form.index.techContactDescription": "Technical contact information for this application. Typically used to indicate who to contact with technical/security questions about the application.", - "console.components.application-map-panel.index.deviceLocations": "Device locations", "console.components.default-routing-policy-form.index.doNotUseADefaultPolicy": "Do not use a default routing policy for this network", "console.components.device-import-form.index.file": "File", "console.components.device-import-form.index.formatInfo": "Format information", @@ -217,62 +306,6 @@ "console.components.mac-settings-section.index.defaultNbTransMessage": "Overriding the default is not required for using data rate overrides (below)", "console.components.mac-settings-section.index.specificOverrides": "Data rate specific overrides", "console.components.mac-settings-section.index.addSpecificOverride": "Add data rate specific override", - "console.components.notifications.templates.api-key-changed.title": "API key of {entityType} has been changed", - "console.components.notifications.templates.api-key-changed.body": "An API key of your {entityType} {id} on your network has been changed.", - "console.components.notifications.templates.api-key-changed.preview": "An API key of your {entityType} \"{id}\" on your network has been changed. API Key ID: {apiKeyId}", - "console.components.notifications.templates.api-key-created.title": "New API key created for {entityType}", - "console.components.notifications.templates.api-key-created.body": "A new API key has just been created for your {entityType} {id} on your network.", - "console.components.notifications.templates.api-key-created.preview": "A new API key has just been created for your {entityType} {id} on your network. API Key ID: {apiKeyId}", - "console.components.notifications.templates.client-requested.title": "Review is required for a new OAuth client", - "console.components.notifications.templates.client-requested.body": "{senderType} {id} just registered a new OAuth client under {collaboratorType} {collaboratorId} on your network.{lineBreak}Since {senderTypeMiddle} {id} is not an admin, you need to approve this client before it can be used.", - "console.components.notifications.templates.client-requested.clientId": "Client ID: {clientId}", - "console.components.notifications.templates.client-requested.link": "You can approve (or reject) the OAuth client here.", - "console.components.notifications.templates.client-requested.preview": "{senderType} {id} just registered a new OAuth client under {collaboratorType} {collaboratorId} on your network. Since {senderTypeMiddle} {id} is not an admin, you need to approve this client before it can be used. Client ID: {clientId}", - "console.components.notifications.templates.collaborator-changed.title": "Collaborator of {entityType} added or updated", - "console.components.notifications.templates.collaborator-changed.body": "A collaborator of your {entityType} {entityId} on your network has been added or updated.", - "console.components.notifications.templates.collaborator-changed.collaborator": "Collaborator: {collaboratorType} {collaboratorId}", - "console.components.notifications.templates.collaborator-changed.link": "You can view and edit this collaborator here.", - "console.components.notifications.templates.collaborator-changed.preview": "A collaborator of your {entityType} {entityId} on your network has been added or updated. Collaborator: {collaboratorType} {collaboratorId}", - "console.components.notifications.templates.entity-state-changed.title": "State of {entityType} changed", - "console.components.notifications.templates.entity-state-changed.body": "The state of the {entityType} {entityId} on your network has been changed to \"{state}\".", - "console.components.notifications.templates.entity-state-changed.link": "You can view this here.", - "console.components.notifications.templates.password-changed.title": "Password of user \"{entityIds}\" changed", - "console.components.notifications.templates.password-changed.body": "The password of your user {entityId} on your network has just been changed.", - "console.components.notifications.templates.password-changed.closing": "If this was not done by you, please contact your administrators as soon as possible.", - "console.components.notifications.templates.user-requested.title": "Review required for new user", - "console.components.notifications.templates.user-requested.body": "A new user just registered on your network.{lineBreak}Since user registration requires admin approval, you need to approve this user before they can login.", - "console.components.notifications.templates.user-requested.closing": "You can review this user here.", - "console.components.notifications.templates.user-requested.user": "User ID: {userId}{lineBreak}Name: {userName}{lineBreak}Description: {userDescription}{lineBreak}Email Address: {userPrimaryEmailAddress}", - "console.components.notifications.templates.user-requested.preview": "A new user just registered on your network. Since user registration requires admin approval, you need to approve this user before they can login. User ID: {userId}", - "console.components.oauth-client-form.messages.clientIdPlaceholder": "my-new-oauth-client", - "console.components.oauth-client-form.messages.clientNamePlaceholder": "My new OAuth client", - "console.components.oauth-client-form.messages.clientDescPlaceholder": "Description for my new OAuth client", - "console.components.oauth-client-form.messages.clientDescDescription": "The description is displayed to the user when authorizing the client. Use it to explain the purpose of your client.", - "console.components.oauth-client-form.messages.createClient": "Create OAuth client", - "console.components.oauth-client-form.messages.deleteWarning": "This will PERMANENTLY DELETE THIS OAUTH CLIENT and LOCK THE OAUTH ID. Make sure you assign new collaborators to such entities if you plan to continue using them.", - "console.components.oauth-client-form.messages.purgeWarning": "This will PERMANENTLY DELETE THIS OAUTH CLIENT. This operation cannot be undone.", - "console.components.oauth-client-form.messages.redirectUrls": "Redirect URLs", - "console.components.oauth-client-form.messages.addRedirectUri": "Add redirect URL", - "console.components.oauth-client-form.messages.addLogoutRedirectUri": "Add logout redirect URL", - "console.components.oauth-client-form.messages.redirectUrlDescription": "The allowed redirect URIs against which authorization requests are checked", - "console.components.oauth-client-form.messages.logoutRedirectUrls": "Logout redirect URLs", - "console.components.oauth-client-form.messages.logoutRedirectUrlsDescription": "The allowed logout redirect URIs against which client initiated logout requests are checked", - "console.components.oauth-client-form.messages.skipAuthorization": "Skip Authorization", - "console.components.oauth-client-form.messages.skipAuthorizationDesc": "If set, the authorization page will be skipped", - "console.components.oauth-client-form.messages.endorsed": "Endorsed", - "console.components.oauth-client-form.messages.endorsedDesc": "If set, the authorization page will visually indicate endorsement to improve trust", - "console.components.oauth-client-form.messages.grants": "Grant types", - "console.components.oauth-client-form.messages.grantsDesc": "OAuth flows that can be used for the client to get a token", - "console.components.oauth-client-form.messages.grantRefreshTokenLabel": "Refresh token", - "console.components.oauth-client-form.messages.deleteClient": "Delete OAuth client", - "console.components.oauth-client-form.messages.urlsPlaceholder": "https://example.com/oauth/callback", - "console.components.oauth-client-form.messages.rightsWarning": "Note that only the minimum set of rights needed to provide the functionality of the application should be requested", - "console.components.oauth-client-form.messages.updateWarning": "Note that the OAuth client will have to de re-authorized before the chosen rights are granted", - "console.components.oauth-client-form.messages.adminOptions": "Advanced admin options", - "console.components.oauth-client-form.messages.grantTypeAndRights": "Grant types and rights", - "console.components.oauth-client-form.messages.stateDescriptionDesc": "You can use this field to save additional information about the state of this OAuth client, e.g. why it has been flagged", - "console.components.oauth-client-form.messages.adminContactDescription": "Administrative contact information for this client. Typically used to indicate who to contact with administrative questions about the client.", - "console.components.oauth-client-form.messages.techContactDescription": "Technical contact information for this client. Typically used to indicate who to contact with technical/security questions about the client.", "console.components.payload-formatters-form.index.repository": "Use Device Repository formatters", "console.components.payload-formatters-form.index.customJavascipt": "Custom Javascript formatter", "console.components.payload-formatters-form.index.formatterType": "Formatter type", @@ -372,35 +405,22 @@ "console.containers.api-key-form.edit.updateSuccess": "API key updated", "console.containers.api-key-form.edit.deleteSuccess": "API key deleted", "console.containers.api-keys-table.index.grantedRights": "Granted Rights", - "console.containers.app-status-badge.index.upcomingMaintenance": "Upcoming maintenance", - "console.containers.app-status-badge.index.degradedPerformance": "Degraded performance", - "console.containers.app-status-badge.index.maintenanceInProgress": "Maintenance in progress", - "console.containers.app-status-badge.index.networkOfflineTitle": "Network offline", - "console.containers.app-status-badge.index.networkOfflineSubtitle": "The console lost internet connection", - "console.containers.app-status-badge.index.degradedPerformanceTitle": "Degraded performance", - "console.containers.app-status-badge.index.degradedPerformanceSubtitle": "Check the status page for more info", - "console.containers.app-status-badge.index.connectionIssuesSubtitle": "The console is having trouble connecting to the internet", - "console.containers.app-status-badge.index.maintenance": "Maintenance", - "console.containers.app-status-badge.index.maintenanceScheduledSubtitle": "Maintenance scheduled in less than 1 hour", - "console.containers.application-events.index.applicationEventsOf": "Application events of {entityName}", "console.containers.application-general-settings.index.updateSuccess": "Application updated", - "console.containers.application-overview-header.index.addBookmarkFail": "There was an error and the application could not be bookmarked", - "console.containers.application-overview-header.index.removeBookmarkFail": "There was an error and the application could not be removed from bookmarks", - "console.containers.application-overview-header.index.lastSeenAvailableTooltip": "The elapsed time since the network registered activity (sent uplinks, confirmed downlinks or (re)join requests) of the end device(s) in this application.", - "console.containers.application-overview-header.index.noActivityTooltip": "The network has not recently registered any activity (sent uplinks, confirmed downlinks or (re)join requests) of the end device(s) in this application.", - "console.containers.application-overview-header.index.deviceCount": "{devices} End devices", "console.containers.application-payload-formatters.downlink.title": "Default downlink payload formatter", "console.containers.application-payload-formatters.downlink.infoText": "You can use the \"Payload formatter\" tab of individual end devices to test downlink payload formatters and to define individual payload formatter settings per end device.", "console.containers.application-payload-formatters.downlink.downlinkResetWarning": "You do not have sufficient rights to view the current downlink payload formatter. Only overwriting is allowed.", "console.containers.application-payload-formatters.uplink.title": "Default uplink payload formatter", "console.containers.application-payload-formatters.uplink.infoText": "You can use the \"Payload formatter\" tab of individual end devices to test uplink payload formatters and to define individual payload formatter settings per end device.", "console.containers.application-payload-formatters.uplink.uplinkResetWarning": "You do not have sufficient rights to view the current uplink payload formatter. Only overwriting is allowed.", + "console.containers.application-title-section.index.lastSeenAvailableTooltip": "The elapsed time since the network registered activity (sent uplinks, confirmed downlinks or (re)join requests) of the end device(s) in this application.", + "console.containers.application-title-section.index.noActivityTooltip": "The network has not recently registered any activity (sent uplinks, confirmed downlinks or (re)join requests) of the end device(s) in this application.", "console.containers.applications-form.index.applicationName": "Application name", "console.containers.applications-form.index.appIdPlaceholder": "my-new-application", "console.containers.applications-form.index.appNamePlaceholder": "My new application", "console.containers.applications-form.index.appDescPlaceholder": "Description for my new application", "console.containers.applications-form.index.appDescDescription": "Optional application description; can also be used to save notes about the application", "console.containers.applications-form.index.appDescription": "Within applications, you can register and manage end devices, aggregate their sensor data and act on it using our many integration options.{break}Learn more in our Applications Guide", + "console.containers.applications-table.index.ownedTabTitle": "Owned applications", "console.containers.applications-table.index.restoreSuccess": "Application restored", "console.containers.applications-table.index.restoreFail": "There was an error and application could not be restored", "console.containers.applications-table.index.purgeSuccess": "Application purged", @@ -516,11 +536,10 @@ "console.containers.device-profile-section.hints.progress-hint.hintNoSupportMessage": "Cannot find your exact end device? Try enter end device specifics manually option above.", "console.containers.device-template-format-select.index.title": "File format", "console.containers.device-template-format-select.index.warning": "End device template formats unavailable", - "console.containers.devices-panel.index.recentDevices": "Recently active", + "console.containers.device-title-section.index.uplinkDownlinkTooltip": "The number of sent uplinks and received downlinks of this end device since the last frame counter reset.{lineBreak}App: frame counter for application downlinks (`FPort >=1`).{lineBreak}Nwk: frame counter for network downlinks (`FPort = 0`)", + "console.containers.device-title-section.index.lastSeenAvailableTooltip": "The elapsed time since the network registered the last activity of this end device. This is determined from sent uplinks, confirmed downlinks or (re)join requests.{lineBreak}The last activity was received at {lastActivityInfo}", + "console.containers.device-title-section.index.noActivityTooltip": "The network has not registered any activity from this end device yet. This could mean that your end device has not sent any messages yet or only messages that cannot be handled by the network, e.g. due to a mismatch of EUIs or frequencies.", "console.containers.devices-table.index.otherClusterTooltip": "This end device is registered on a different cluster (`{host}`). To access this device, use the Console of the cluster that this end device was registered on.", - "console.containers.documentation-dashboard-panel.index.tts": "The Things Stack", - "console.containers.documentation-dashboard-panel.index.reference": "Reference", - "console.containers.documentation-dashboard-panel.index.gettingStarted": "Getting started", "console.containers.event-split-frame.index.expandEventPanel": "Expand live data overlay", "console.containers.freq-plans-select.utils.warning": "Frequency plans unavailable", "console.containers.freq-plans-select.utils.none": "Do not set a frequency plan", @@ -532,19 +551,6 @@ "console.containers.gateway-connection.index.connectedTooltip": "This gateway is connected to the Gateway Server but the network has not registered any activity (sent uplinks or status messages) from it yet.", "console.containers.gateway-connection.index.otherClusterTooltip": "This gateway is connected to an external Gateway Server that is not handling messages for this cluster. You will hence not be able to see any activity from this gateway.", "console.containers.gateway-connection.index.messageCountTooltip": "The amount of received uplinks and sent downlinks of this gateway since the last (re)connect. Note that some gateway types reconnect frequently causing the counter to be reset.", - "console.containers.gateway-events.index.gatewayEventsOf": "Gateway events of {entityName}", - "console.containers.gateway-general-information-panel.index.networkSettings": "Network settings", - "console.containers.gateway-general-information-panel.index.autoUpdateDescription": "When enabled, the gateway can be updated automatically.", - "console.containers.gateway-general-information-panel.index.requireAuthenticatedConnectionDescription": "When enabled, this gateway may only connect if it uses an authenticated Basic Station or MQTT connection.", - "console.containers.gateway-general-information-panel.index.publicStatus": "Public status", - "console.containers.gateway-general-information-panel.index.publicStatusDescription": "When enabled, the status of this gateway may be visible to other users of the network.", - "console.containers.gateway-general-information-panel.index.publicLocation": "Public location", - "console.containers.gateway-general-information-panel.index.publicLocationDescription": "When enabled, the gateway location may be visible to other users of the network.", - "console.containers.gateway-general-information-panel.index.packetBroker": "Packet Broker forwarding", - "console.containers.gateway-general-information-panel.index.packetBrokerDescription": "When disabled, uplink messages received from this gateway will not be forwarded to Packet Broker.", - "console.containers.gateway-general-information-panel.index.locationUpdates": "Status location updates", - "console.containers.gateway-general-information-panel.index.locationUpdatesDescription": "When enabled, the location of this gateway is updated from status messages. This only works for gateways that send their locations within status messages while using an authenticated connection; gateways connected over UDP are not supported. Please refer to the manual of your gateway model to see whether sending location data is supported.", - "console.containers.gateway-general-information-panel.index.enforceDutyCycleDescription": "It is recommended that this is enabled for all gateways in order to respect spectrum regulations.", "console.containers.gateway-location-form.index.updateLocationFromStatus": "Update from status messages", "console.containers.gateway-location-form.index.updateLocationFromStatusDescription": "Update the location of this gateway based on incoming status messages", "console.containers.gateway-location-form.index.setGatewayLocation": "Gateway antenna location settings", @@ -632,40 +638,11 @@ "console.containers.gateway-onboarding-form.gateway-provisioning-form.index.continue": "To continue, please confirm the Gateway EUI so we can determine onboarding options", "console.containers.gateway-onboarding-form.gateway-provisioning-form.index.emtyEui": "Continue without EUI", "console.containers.gateway-onboarding-form.gateway-provisioning-form.index.noEui": "No gateway EUI", - "console.containers.gateway-overview-header.index.addBookmarkFail": "There was an error and the gateway could not be bookmarked", - "console.containers.gateway-overview-header.index.duplicateGateway": "Duplicate gateway", - "console.containers.gateway-overview-header.index.removeBookmarkFail": "There was an error and the gateway could not be removed from bookmarks", - "console.containers.gateway-status-panel.duty-cycle-utilization.frequencyRange": "{minFreq} - {maxFreq}MHz", - "console.containers.gateway-status-panel.index.protocol": "Protocol {protocol}", - "console.containers.gateway-status-panel.index.roundTripTimes": "Roundtrip times (ms)", - "console.containers.gateway-status-panel.index.roundTripTimesTooltip": "What is this?{lineBreak}The roundtrip times express the latency between the gateway and The Things Stack.{lineBreak}The displayed values show the longest (P95 to account for outliers) and shortest roundtrip durations as well as the median observed in the last 20 downlink operations.{lineBreak}The roundtrip times can give you insight into how well and steady a connection to the gateway is.", - "console.containers.gateway-status-panel.index.transmissions": "Connection stats", - "console.containers.gateway-status-panel.index.transmissionsTooltip": "What is this?{lineBreak}Information about the uplink and downlink count since the last reconnect of the gateway. The downlink count also tracks the number of confirmed downlinks. It also contains information about when the last gateway status has been received, which is sent periodically or once on first connection depending on your gateway type.", - "console.containers.gateway-status-panel.index.dutyCycleUtilization": "Duty cycle utilization", - "console.containers.gateway-status-panel.index.dutyCycleUtilizationTooltip": "What is this?{lineBreak}The utilization of this gateway per sub-band.{lineBreak}All network traffic has to be in accordance with local regulations that govern the maximum usage of radio transmissions per frequency in a given time-frame. The listing allows you to inspect how much of this allowance has been exhausted already. Once utilization is exhausted, transmissions are suspended automatically by the gateway server.", - "console.containers.gateway-status-panel.index.uptime": "30 day uptime", - "console.containers.gateway-status-panel.index.uptimeTooltip": "What is this?{lineBreak}The 30 day uptime expresses the relative amount of time that the gateway has been connected to the gateway server in the last 30 days.", - "console.containers.gateway-status-panel.index.noRoundtrip": "This gateway doesn’t have recent downlinks and cannot display the roundtrip time.", - "console.containers.gateway-status-panel.index.noDutyCycle": "This gateway does not have recent downlinks and cannot display the duty cycle utilization.", - "console.containers.gateway-status-panel.index.unlockGraph": "Unlock uptime graph", - "console.containers.gateway-status-panel.index.noConnection": "This gateway has not made any connection attempts yet.", - "console.containers.gateway-status-panel.index.noConnectionDescription": "If you have recently registered this gateway, please wait for a few moments to allow the gateway to connect. Otherwise please refer to our gateway troubleshooting documentation.", - "console.containers.gateway-status-panel.transmissions.noUplinks": "No uplinks yet", - "console.containers.gateway-status-panel.transmissions.noDownlinks": "No downlinks yet", - "console.containers.gateway-status-panel.transmissions.noStatus": "No status", - "console.containers.gateway-status-panel.transmissions.noDataYet": "No data yet", - "console.containers.gateway-status-panel.transmissions.established": "Connection started {days}", - "console.containers.gateway-status-panel.transmissions.notEstablished": "Connection not started", + "console.containers.gateways-table.index.ownedTabTitle": "Owned gateways", "console.containers.gateways-table.index.restoreSuccess": "Gateway restored", "console.containers.gateways-table.index.restoreFail": "There was an error and the gateway could not be restored", "console.containers.gateways-table.index.purgeSuccess": "Gateway purged", "console.containers.gateways-table.index.purgeFail": "There was an error and the gateway could not be purged", - "console.containers.header.bookmarks-dropdown.noBookmarks": "No bookmarks yet", - "console.containers.header.bookmarks-dropdown.noBookmarksDescription": "Your bookmarked entities will be listed here", - "console.containers.header.bookmarks-dropdown.threshold": "Only showing latest 15 bookmarks", - "console.containers.header.notifications-dropdown.description": "Showing last {numNotifications} of {totalNotifications} notifications • View all", - "console.containers.header.notifications-dropdown.noNotifications": "All caught up!", - "console.containers.header.notifications-dropdown.noNotificationsDescription": "You don’t have any notifications currently", "console.containers.invite-user-form.index.invitationsDescription": "You can invite users to this network by providing an email address. The person will then get an email with instructions on how to join your network.", "console.containers.latest-decoded-payload-panel.index.latestDecodedPayload": "Latest decoded payload", "console.containers.latest-decoded-payload-panel.index.source": "Source: {source}", @@ -677,6 +654,12 @@ "console.containers.log-back-in-modal.index.modalTitle": "Please sign in again", "console.containers.log-back-in-modal.index.modalMessage": "You were signed out of the Console. You can press 'Reload' to log back into the Console again.", "console.containers.log-back-in-modal.index.buttonMessage": "Reload", + "console.containers.lora-cloud-das-form.index.tokenDescription": "Device & Application Services Access Token as configured within LoRa Cloud", + "console.containers.lora-cloud-das-form.index.fPortSetTitle": "FPort Set", + "console.containers.lora-cloud-das-form.index.fPortSetDescription": "Comma separated list of F-Port values (1-223) to be used for LoRa Cloud Modem Services", + "console.containers.lora-cloud-das-form.index.modemEncoding": "LoRa Edge Reference Tracker (Modem-E) encoding", + "console.containers.lora-cloud-das-form.index.deleteWarning": "Are you sure you want to delete the LoRa Cloud Modem and Geolocation Services token? This action cannot be undone.", + "console.containers.lora-cloud-das-form.index.fPortSetValidationFormat": "The FPort must be a number between 1 and 223, or a comma-separated list of numbers between 1 and 223", "console.containers.lora-cloud-gls-form.index.tokenDescription": "Geolocation access token as configured within LoRa Cloud", "console.containers.lora-cloud-gls-form.index.deleteWarning": "Are you sure you want to delete the LoRaCloud Geolocation token? This action cannot be undone.", "console.containers.lora-cloud-gls-form.index.queryType": "Query type", @@ -687,12 +670,6 @@ "console.containers.lora-cloud-gls-form.index.multiFrameTimeWindow": "Multiframe time window", "console.containers.lora-cloud-gls-form.index.multiFrameTimeWindowDescription": "The maximum age of considered historical messages in minutes", "console.containers.lora-cloud-gls-form.index.enableMultiFrame": "Enable multiframe", - "console.containers.lora-cloud-ms-form.index.tokenDescription": "Device & Application Services Access Token as configured within LoRa Cloud", - "console.containers.lora-cloud-ms-form.index.fPortSetTitle": "FPort Set", - "console.containers.lora-cloud-ms-form.index.fPortSetDescription": "Comma separated list of F-Port values (1-223) to be used for LoRa Cloud Modem Services", - "console.containers.lora-cloud-ms-form.index.modemEncoding": "LoRa Edge Reference Tracker (Modem-E) encoding", - "console.containers.lora-cloud-ms-form.index.deleteWarning": "Are you sure you want to delete the LoRa Cloud Modem and Geolocation Services token? This action cannot be undone.", - "console.containers.lora-cloud-ms-form.index.fPortSetValidationFormat": "The FPort must be a number between 1 and 223, or a comma-separated list of numbers between 1 and 223", "console.containers.move-away-modal.move-away-modal.modalTitle": "Confirm navigation", "console.containers.move-away-modal.move-away-modal.modalMessage": "Are you sure you want to leave this page? Your current changes have not been saved yet.", "console.containers.network-information-container.index.openSourceInfo": "You are currently using The Things Stack Open Source. More features can be unlocked by using The Things Stack Cloud.", @@ -700,29 +677,7 @@ "console.containers.network-information-container.registry-totals.applicationsUsed": "Total applications", "console.containers.network-information-container.registry-totals.gatewaysUsed": "Total gateways", "console.containers.network-information-container.registry-totals.registeredUsers": "Registered users", - "console.containers.notifications-dashboard-panel.index.noNotificationsDescription": "Your latest notifications will appear here", - "console.containers.notifications.index.seeArchived": "See archived messages", - "console.containers.notifications.index.seeAll": "See all messages", - "console.containers.notifications.index.noNotificationsSubtitle": "Once you receive a notification, it can be viewed here", - "console.containers.notifications.index.unreadMessagesTitle": "{value} unread notifications", - "console.containers.notifications.index.archivedMessageTitle": "{value} archived notifications", - "console.containers.notifications.index.unreadMessagesSubtitle": "Select a notification to display the content here", - "console.containers.notifications.index.noArchivedNotificationsSubtitle": "Once you archive a notification, it can be viewed here", - "console.containers.notifications.notification-content.index.archive": "Archive", - "console.containers.notifications.notification-content.index.unarchive": "Unarchive", - "console.containers.notifications.notification-list.index.archived": "Archived notifications", - "console.containers.notifications.notification-list.index.markAllAsRead": "Mark all as read", - "console.containers.oauth-client-add.index.createSuccess": "Client created", - "console.containers.oauth-client-add.index.createFailure": "There was an error and the client could not be created", - "console.containers.oauth-client-edit.index.deleteSuccess": "OAuth client deleted", - "console.containers.oauth-client-edit.index.deleteFail": "There was an error and the OAuth client could not be deleted", - "console.containers.oauth-client-edit.index.updateSuccess": "OAuth client updated", - "console.containers.oauth-client-edit.index.updateFailure": "There was an error updating this client", - "console.containers.oauth-clients-table.index.ownedTabTitle": "Owned OAuth clients", - "console.containers.oauth-clients-table.index.restoreSuccess": "OAuth client restored", - "console.containers.oauth-clients-table.index.restoreFail": "There was an error and OAuth client could not be restored", - "console.containers.oauth-clients-table.index.purgeSuccess": "OAuth client purged", - "console.containers.oauth-clients-table.index.purgeFail": "There was an error and the OAuth client could not be purged", + "console.containers.network-information-container.registry-totals.endDevicesAdded": "Total end devices", "console.containers.organization-form.form.orgDescPlaceholder": "Description for my new organization", "console.containers.organization-form.form.orgDescDescription": "Optional organization description; can also be used to save notes about the organization", "console.containers.organization-form.form.orgIdPlaceholder": "my-new-organization", @@ -742,59 +697,8 @@ "console.containers.packet-broker-networks-table.index.search": "Search by tenant ID or name", "console.containers.packet-broker-networks-table.index.forwarderPolicy": "Their routing policy towards us", "console.containers.packet-broker-networks-table.index.homeNetworkPolicy": "Our routing policy for them", - "console.containers.profile-settings-form.messages.imageProvided": "Image has been provided", - "console.containers.profile-settings-form.messages.profilePicture": "Profile picture", - "console.containers.profile-settings-form.messages.successMessage": "Profile updated", - "console.containers.profile-settings-form.messages.deleteAccount": "Delete account", - "console.containers.profile-settings-form.messages.useGravatar": "Use Gravatar", - "console.containers.profile-settings-form.messages.gravatarInfo": "If available, we're using the Gravatar image associated with your email address. You can upload a different profile picture by selecting the option above.", - "console.containers.profile-settings-form.messages.gravatarInfoGravatarOnly": "If available, we're using the Gravatar image associated with your email address. Please follow the instructions on the Gravatar website to change your profile picture.", - "console.containers.profile-settings-form.messages.primaryEmailAddressDescription": "Primary email address associated with your account", - "console.containers.profile-settings-form.messages.deleteAccountError": "There was an error and your account could not be deleted", - "console.containers.profile-settings-form.messages.imageRequired": "Please select a file to use as your profile picture or choose \"Gravatar\" as source", - "console.containers.profile-settings-form.messages.imageUpload": "Image upload", - "console.containers.profile-settings-form.messages.chooseImage": "Choose image
", - "console.containers.profile-settings-form.messages.changeImage": "Change image
", - "console.containers.profile-settings-form.messages.gravatarImage": "Gravatar image", - "console.containers.profile-settings-form.messages.profilePictureDisabled": "Setting a profile picture is currently disabled. Hence, only an administrator can change the profile picture.", - "console.containers.profile-settings-form.messages.deleteWarning": "This will PERMANENTLY DELETE YOUR ACCOUNT and LOCK THE USER ID AND EMAIL FOR RE-REGISTRATION. Associated entities (e.g. gateways, applications and end devices) owned by you that do not have any other collaborators will become UNACCESSIBLE and it will NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's AGAIN. Make sure you assign new collaborators to such entities if you plan to continue using them.", - "console.containers.profile-settings-form.messages.purgeWarning": "This will PERMANENTLY DELETE YOUR ACCOUNT and make associated entities (e.g. gateways, applications and end devices) owned by you that do not have other collaborators UNACCESSIBLE and it will also NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's. Make sure you assign new collaborators to such entities if you plan to continue using them.", - "console.containers.profile-settings-form.messages.deleteTitle": "Are you sure you want to delete your account?", - "console.containers.profile-settings-form.messages.deleteConfirmMessage": "Please enter your user ID to confirm the account deletion.", "console.containers.pubsub-formats-select.index.warning": "Pub/Sub formats unavailable", "console.containers.pubsubs-table.index.host": "Server host", - "console.containers.sessions-table.index.deleteSessionSuccess": "Session removed successfully", - "console.containers.sessions-table.index.deleteSessionError": "There was an error and the session could not be deleted", - "console.containers.sessions-table.index.removeButtonMessage": "Remove this session", - "console.containers.sessions-table.index.noExpiryDate": "No expiry date", - "console.containers.sessions-table.index.endSession": "Logout to end this session", - "console.containers.sessions-table.index.currentSession": "(This is the current session)", - "console.containers.shortcut-panel.index.shortcuts": "Quick actions", - "console.containers.shortcut-panel.index.addApplication": "New application", - "console.containers.shortcut-panel.index.addGateway": "New gateway", - "console.containers.shortcut-panel.index.addNewOrganization": "New organization", - "console.containers.shortcut-panel.index.addPersonalApiKey": "New personal API key", - "console.containers.sidebar.navigation.app-side-navigation.buttonMessage": "Back to Applications list", - "console.containers.sidebar.navigation.gtw-side-navigation.buttonMessage": "Back to Gateways list", - "console.containers.sidebar.navigation.top-entities-section.topGateways": "Top gateways", - "console.containers.sidebar.navigation.top-entities-section.topApplications": "Top applications", - "console.containers.sidebar.navigation.top-entities-section.noTopGateways": "No top gateways yet", - "console.containers.sidebar.navigation.top-entities-section.noTopApplications": "No top applications yet", - "console.containers.sidebar.navigation.top-entities-section.noTopDevices": "No top end devices yet", - "console.containers.tokens-table.index.deleteSuccess": "Access token invalidated", - "console.containers.tokens-table.index.deleteFail": "There was an error and the access token could not be invalidated", - "console.containers.tokens-table.index.deleteButton": "Invalidate this access token", - "console.containers.tokens-table.index.deleteAllSuccess": "All access tokens invalidated", - "console.containers.tokens-table.index.deleteAllFail": "There was an error and the access tokens could not be invalidated", - "console.containers.tokens-table.index.deleteAllButton": "Invalidate all access tokens", - "console.containers.top-entities-dashboard-panel.all-top-entities.index.noTopEntitiesDescription": "Your most visited and bookmarked entities will be listed here", - "console.containers.top-entities-dashboard-panel.all-top-entities.index.statusLastSeen": "Status / Last seen", - "console.containers.top-entities-dashboard-panel.list.empty": "No entities yet", - "console.containers.top-entities-dashboard-panel.top-applications.index.emptyMessage": "No top application yet", - "console.containers.top-entities-dashboard-panel.top-applications.index.emptyDescription": "Your most visited, and bookmarked applications will be listed here", - "console.containers.top-entities-dashboard-panel.top-gateways.index.emptyMessage": "No top gateway yet", - "console.containers.top-entities-dashboard-panel.top-gateways.index.emptyDescription": "Your most visited, and bookmarked gateways will be listed here", - "console.containers.top-entities-dashboard-panel.top-gateways.index.emptyAction": "Create gateway", "console.containers.user-data-form.edit.deleteWarning": "This will PERMANENTLY DELETE THIS ACCOUNT and LOCK THE USER ID AND EMAIL FOR RE-REGISTRATION. Associated entities (e.g. gateways, applications and end devices) owned by this user that do not have any other collaborators will become UNACCESSIBLE and it will NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's AGAIN. Make sure you assign new collaborators to such entities if you plan to continue using them.", "console.containers.user-data-form.edit.purgeWarning": "This will PERMANENTLY DELETE THIS ACCOUNT. Associated entities (e.g. gateways, applications and end devices) owned by this user that do not have any other collaborators will become UNACCESSIBLE and it will NOT BE POSSIBLE TO REGISTER ENTITIES WITH THE SAME ID OR EUI's AGAIN. Make sure you assign new collaborators to such entities if you plan to continue using them.", "console.containers.user-data-form.edit.deleteConfirmMessage": "Please type in this user's user ID to confirm.", @@ -949,6 +853,9 @@ "console.views.device-general-settings.application-server-form.index.include": "Enforce payload crypto", "console.views.device-general-settings.application-server-form.index.default": "Use application default", "console.views.device-general-settings.application-server-form.index.skipCryptoTitle": "Payload crypto override", + "console.views.device-general-settings.identity-server-form.index.unclaimAndDeleteDevice": "Unclaim and delete end device", + "console.views.device-general-settings.identity-server-form.index.deleteDevice": "Delete end device", + "console.views.device-general-settings.identity-server-form.index.deleteWarning": "Are you sure you want to delete \"{deviceId}\"? This action cannot be undone.", "console.views.device-general-settings.messages.isTitle": "Basic", "console.views.device-general-settings.messages.isDescription": "Description, cluster information and metadata", "console.views.device-general-settings.messages.isDescriptionMissing": "Identity Server is not available", @@ -992,20 +899,34 @@ "console.views.gateway-general-settings.messages.basicDescription": "General settings, gateway updates and metadata", "console.views.gateway-general-settings.messages.lorawanDescription": "LoRaWAN network-layer settings", "console.views.gateway-general-settings.messages.updateSuccess": "Gateway updated", + "console.views.gateway-general-settings.messages.deleteSuccess": "Gateway deleted", + "console.views.gateway-general-settings.messages.deleteFailure": "Gateway delete error", + "console.views.gateway-general-settings.messages.deleteGateway": "Delete gateway", "console.views.gateway-general-settings.messages.modalWarning": "Are you sure you want to delete \"{gtwName}\"? This action cannot be undone and it will not be possible to reuse the gateway ID.", "console.views.gateway-general-settings.messages.disablePacketBrokerForwarding": "Disable forwarding uplink messages received from this gateway to the Packet Broker", "console.views.gateway-general-settings.messages.adminContactDescription": "Administrative contact information for this gateway. Typically used to indicate who to contact with administrative questions about the gateway.", "console.views.gateway-general-settings.messages.techContactDescription": "Technical contact information for this gateway. Typically used to indicate who to contact with technical/security questions about the gateway.", "console.views.gateway-general-settings.messages.deleteGatewayDefaultMessage": "This will PERMANENTLY DELETE THE ENTITY ITSELF AND ALL ASSOCIATED ENTITIES, including collaborator associations. It will also NOT BE POSSIBLE TO REUSE THE ENTITY ID until purged by an admin but the EUI can be reregistered later with a different ID.", "console.views.gateway-general-settings.messages.unclaimAndDeleteGateway": "Unclaim and delete gateway", + "console.views.gateway-overview.index.downloadGlobalConf": "Download global_conf.json", + "console.views.gateway-overview.index.globalConf": "Global configuration", + "console.views.gateway-overview.index.globalConfFailed": "Failed to download global_conf.json", + "console.views.gateway-overview.index.globalConfFailedMessage": "An unknown error occurred and the global_conf.json could not be downloaded", + "console.views.gateway-overview.index.globalConfUnavailable": "Unavailable for gateways without frequency plan", "console.views.organization-add.index.orgDescription": "Organizations are used to group multiple users and assigning collective rights for them. An organization can then be set as collaborator of applications or gateways. This makes it easy to grant or revoke rights to entities for a group of users.{break} Learn more in our guide on Organization Management.", - "console.views.user-settings-oauth-auth-settings.index.deleteButton": "Revoke authorization", - "console.views.user-settings-oauth-auth-settings.index.deleteSuccess": "This authorization was successfully revoked", - "console.views.user-settings-oauth-auth-settings.index.deleteFailure": "There was an error and this authorization could not be revoked", - "console.views.user-settings-oauth-auth-settings.index.deleteMessage": "Are you sure you want to unauthorize this client? The client will not be able to perform any actions on your behalf if the authorization is revoked. You can always choose to authorize the client again if wished.", - "console.views.user-settings-oauth-auths.index.authorizationSettings": "Authorization settings", - "console.views.user-settings-oauth-auths.index.accessTokens": "Active access tokens", - "console.views.user-settings-profile.index.profileEdit": "Edit profile", + "console.views.organization-data.index.orgData": "Organization data", + "console.views.overview.help-link.needHelp": "Need help? Have a look at our {documentationLink} or {supportLink}.", + "console.views.overview.help-link.needHelpShort": "Need help? Have a look at our {link}.", + "console.views.overview.index.createApplication": "Create an application", + "console.views.overview.index.createGateway": "Register a gateway", + "console.views.overview.index.gotoApplications": "Go to applications", + "console.views.overview.index.gotoGateways": "Go to gateways", + "console.views.overview.index.welcome": "Welcome to the Console!", + "console.views.overview.index.welcomeBack": "Welcome back, {userName}! 👋", + "console.views.overview.index.getStarted": "Get started right away by creating an application or registering a gateway.", + "console.views.overview.index.continueWorking": "Walk right through to your applications and/or gateways.", + "console.views.overview.index.componentStatus": "Component status", + "console.views.overview.index.versionInfo": "Version info", "containers.collaborator-form.index.collaboratorIdPlaceholder": "Type to choose a collaborator", "containers.collaborator-form.index.memberIdPlaceholder": "Type to choose a member", "containers.collaborator-form.index.memberDeleteSuccess": "Member removed", @@ -1177,24 +1098,16 @@ "lib.shared-messages.accuracy": "Accuracy", "lib.shared-messages.actions": "Actions", "lib.shared-messages.activationMode": "Activation mode", - "lib.shared-messages.activeApplications": "Active applications", - "lib.shared-messages.activeDevices": "Active devices", "lib.shared-messages.add": "Add", - "lib.shared-messages.addApplication": "Add application", - "lib.shared-messages.addGateway": "Add new gateway", - "lib.shared-messages.addOrganization": "Add new organization", "lib.shared-messages.addApiKey": "Add API key", "lib.shared-messages.addAttributes": "Add attributes", "lib.shared-messages.addCollaborator": "Add collaborator", - "lib.shared-messages.addMember": "Add member", "lib.shared-messages.addDeviceBulk": "End device bulk creation", "lib.shared-messages.addHeaderEntry": "Add header entry", "lib.shared-messages.addOAuthClient": "Add OAuth client", "lib.shared-messages.addPubsub": "Add Pub/Sub", "lib.shared-messages.addWebhook": "Add webhook", "lib.shared-messages.addWifiProfile": "Add WiFi profile", - "lib.shared-messages.addEntity": "Add entity", - "lib.shared-messages.addToBookmarks": "Add to bookmarks", "lib.shared-messages.address": "Address", "lib.shared-messages.addressPlaceholder": "host", "lib.shared-messages.admin": "Admin", @@ -1208,11 +1121,9 @@ "lib.shared-messages.antennas": "Antennas", "lib.shared-messages.apiKey": "API key", "lib.shared-messages.apiKeyCounted": "{count, plural, one {API key} other {API keys}}", - "lib.shared-messages.apiKeyId": "API Key ID: {apiKeyId}", "lib.shared-messages.apiKeyNamePlaceholder": "My new API key", "lib.shared-messages.apiKeys": "API keys", "lib.shared-messages.appData": "Application data", - "lib.shared-messages.appOverview": "Application overview", "lib.shared-messages.appEUI": "AppEUI", "lib.shared-messages.appEUIDescription": "The AppEUI uniquely identifies the owner of the end device. If no AppEUI is provided by the device manufacturer (usually for development), it can be filled with zeros.", "lib.shared-messages.appEUIJoinEUI": "AppEUI/JoinEUI", @@ -1245,7 +1156,6 @@ "lib.shared-messages.backToOverview": "Back to overview", "lib.shared-messages.beaconFrequency": "Beacon frequency", "lib.shared-messages.bearerMyAuthToken": "Bearer my-auth-token", - "lib.shared-messages.bookmarks": "Bookmarks", "lib.shared-messages.brand": "Brand", "lib.shared-messages.cancel": "Cancel", "lib.shared-messages.changeLocation": "Change location settings", @@ -1259,7 +1169,6 @@ "lib.shared-messages.clear": "Clear", "lib.shared-messages.client": "Client", "lib.shared-messages.clientId": "Client ID", - "lib.shared-messages.close": "Close", "lib.shared-messages.collaborator": "Collaborator", "lib.shared-messages.collaboratorCounted": "{count, plural, one {Collaborator} other {Collaborators}}", "lib.shared-messages.collaboratorDeleteSuccess": "Collaborator removed", @@ -1288,7 +1197,6 @@ "lib.shared-messages.confirmPassword": "Confirm password", "lib.shared-messages.confirmedDownlink": "Confirmed downlink", "lib.shared-messages.connected": "Connected", - "lib.shared-messages.connectedGateways": "Connected gateways", "lib.shared-messages.connecting": "Connecting", "lib.shared-messages.connectionIssues": "Connection issues", "lib.shared-messages.connectionSettings": "Connection settings", @@ -1296,7 +1204,6 @@ "lib.shared-messages.contactInformation": "Contact information", "lib.shared-messages.convertMacToEui": "Convert MAC to EUI", "lib.shared-messages.copiedToClipboard": "Copied to clipboard!", - "lib.shared-messages.copy": "Copy", "lib.shared-messages.copyToClipboard": "Copy to clipboard", "lib.shared-messages.createApiKey": "Create API key", "lib.shared-messages.createApplication": "Create application", @@ -1304,20 +1211,10 @@ "lib.shared-messages.created": "Created", "lib.shared-messages.createdAt": "Created at", "lib.shared-messages.currentCollaborators": "Current collaborators", - "lib.shared-messages.currentPassword": "Current password", "lib.shared-messages.currentUserIndicator": "(This is you)", - "lib.shared-messages.dashboard": "Dashboard", "lib.shared-messages.data": "Data", - "lib.shared-messages.dataSheet": "Data sheet", "lib.shared-messages.defineRights": "Define rights", "lib.shared-messages.delayWarning": "Delay too short. The lower bound ({minimumValue}ms) will be used by the Gateway Server.", - "lib.shared-messages.deleteGateway": "Delete gateway", - "lib.shared-messages.unclaimAndDeleteDevice": "Unclaim and delete end device", - "lib.shared-messages.deleteDevice": "Delete end device", - "lib.shared-messages.deleteApp": "Delete application", - "lib.shared-messages.deleteSuccess": "Application deleted", - "lib.shared-messages.applicationDeleteFailure": "Application delete error", - "lib.shared-messages.deleteWarning": "Are you sure you want to delete \"{deviceId}\"? This action cannot be undone.", "lib.shared-messages.deleteModalConfirmDeletion": "Confirm deletion", "lib.shared-messages.deleteModalConfirmMessage": "Please enter
{entityId}
to confirm the deletion.", "lib.shared-messages.deleteModalDefaultMessage": "This will PERMANENTLY DELETE THE ENTITY ITSELF AND ALL ASSOCIATED ENTITIES, including collaborator associations. It will also NOT BE POSSIBLE TO REUSE THE ENTITY ID.", @@ -1345,7 +1242,6 @@ "lib.shared-messages.deviceNamePlaceholder": "My new end device", "lib.shared-messages.deviceSimulationDisabledWarning": "Simulation is disabled for devices that skip payload crypto", "lib.shared-messages.devices": "End devices", - "lib.shared-messages.devicesShort": "Devices", "lib.shared-messages.disabled": "Disabled", "lib.shared-messages.disconnected": "Disconnected", "lib.shared-messages.documentation": "Documentation", @@ -1353,7 +1249,6 @@ "lib.shared-messages.downlinkAck": "Downlink ack", "lib.shared-messages.downlinkFailed": "Downlink failed", "lib.shared-messages.downlinkFrameCount": "Downlink frame count", - "lib.shared-messages.downloadGlobalConf": "Download global_conf.json", "lib.shared-messages.downlinkNack": "Downlink nack", "lib.shared-messages.downlinkPush": "Downlink push", "lib.shared-messages.downlinkQueueInvalidated": "Downlink queue invalidated", @@ -1361,7 +1256,6 @@ "lib.shared-messages.downlinkReplace": "Downlink replace", "lib.shared-messages.downlinkSent": "Downlink sent", "lib.shared-messages.downlinksScheduled": "Downlinks (re)scheduled", - "lib.shared-messages.endDeviceOverview": "Device overview", "lib.shared-messages.edit": "Edit", "lib.shared-messages.editWebhook": "Edit webhook", "lib.shared-messages.email": "Email", @@ -1391,7 +1285,6 @@ "lib.shared-messages.eventUplinkMessageDesc": "An uplink message is received by the application", "lib.shared-messages.eventUplinkNormalizedDesc": "A normalized uplink payload", "lib.shared-messages.eventsCannotShow": "Cannot show events", - "lib.shared-messages.expand": "Expand", "lib.shared-messages.expiry": "Expiry", "lib.shared-messages.exportJson": "Export as JSON", "lib.shared-messages.external": "External", @@ -1409,9 +1302,6 @@ "lib.shared-messages.frequencyPlanWarning": "Without choosing a frequency plan, packets from the gateway will not be correctly processed", "lib.shared-messages.furtherResources": "Further resources", "lib.shared-messages.gateway": "Gateway", - "lib.shared-messages.gatewayDeleted": "Gateway deleted", - "lib.shared-messages.gatewayDeleteError": "Gateway delete error", - "lib.shared-messages.gatewayOverview": "Gateway overview", "lib.shared-messages.gatewayDescDescription": "Optional gateway description; can also be used to save notes about the gateway", "lib.shared-messages.gatewayDescPlaceholder": "Description for my new gateway", "lib.shared-messages.gatewayDescription": "Gateway description", @@ -1437,15 +1327,11 @@ "lib.shared-messages.generateAPIKeyCups": "Generate API key for CUPS", "lib.shared-messages.generateAPIKeyLNS": "Generate API key for LNS", "lib.shared-messages.getSupport": "Get support", - "lib.shared-messages.globalConfFailed": "Failed to download global_conf.json", - "lib.shared-messages.globalConfFailedMessage": "An unknown error occurred and the global_conf.json could not be downloaded", "lib.shared-messages.grantAdminStatus": "Grant this user admin status", "lib.shared-messages.grpcService": "GRPC service", "lib.shared-messages.gsServerAddressDescription": "The address of the Gateway Server to connect to", "lib.shared-messages.hardware": "Hardware", "lib.shared-messages.hardwareVersion": "Hardware version", - "lib.shared-messages.hideSidebar": "Hide sidebar", - "lib.shared-messages.home": "Home", "lib.shared-messages.homeNetID": "Home NetID", "lib.shared-messages.homeNetIDDescription": "ID to identify the LoRaWAN network", "lib.shared-messages.hours": "hours", @@ -1461,11 +1347,9 @@ "lib.shared-messages.joinAccept": "Join accept", "lib.shared-messages.joinEUI": "JoinEUI", "lib.shared-messages.joinServerAddress": "Join Server address", - "lib.shared-messages.keepSidebarOpen": "Keep sidebar open", "lib.shared-messages.key": "key", "lib.shared-messages.keyEdit": "Edit API key", "lib.shared-messages.keyId": "Key ID", - "lib.shared-messages.language": "Language", "lib.shared-messages.lastSeen": "Last activity", "lib.shared-messages.latitude": "Latitude", "lib.shared-messages.latitudeDesc": "The north-south position in degrees, where 0 is the equator", @@ -1473,7 +1357,6 @@ "lib.shared-messages.lbsLNSSecretDescription": "The Authentication Key for Lora Basics Station LNS connections. This field is ignored for other gateways.", "lib.shared-messages.link": "Link", "lib.shared-messages.linked": "Linked", - "lib.shared-messages.list": "List", "lib.shared-messages.liveData": "Live data", "lib.shared-messages.location": "Location", "lib.shared-messages.locationDescription": "When set to public, the gateway location may be visible to other users of the network", @@ -1503,13 +1386,9 @@ "lib.shared-messages.macData": "MAC data", "lib.shared-messages.macSettingsError": "There was an error and the default MAC settings for the {freqPlan} frequency plan could not be loaded", "lib.shared-messages.macVersion": "LoRaWAN version", - "lib.shared-messages.map": "Map", - "lib.shared-messages.member": "Member", - "lib.shared-messages.members": "Members", "lib.shared-messages.managedGateway": "Managed gateway", "lib.shared-messages.messageTypes": "Message types", "lib.shared-messages.messages": "messages", - "lib.shared-messages.message": "Message", "lib.shared-messages.messaging": "Messaging", "lib.shared-messages.milliseconds": "milliseconds", "lib.shared-messages.minutes": "minutes", @@ -1518,40 +1397,25 @@ "lib.shared-messages.mqtt": "MQTT", "lib.shared-messages.multicast": "Define multicast group (ABP & Multicast)", "lib.shared-messages.name": "Name", - "lib.shared-messages.nameAndId": "Name and Id", "lib.shared-messages.netId": "Net ID", - "lib.shared-messages.networkActivity": "Network activity", "lib.shared-messages.networkInformation": "Network information", "lib.shared-messages.networkServerAddress": "Network Server address", "lib.shared-messages.networks": "Networks", "lib.shared-messages.never": "Never", - "lib.shared-messages.newPassword": "New password", - "lib.shared-messages.newPasswordConfirm": "Confirm new password", "lib.shared-messages.next": "Next", "lib.shared-messages.noActivityYet": "No activity yet", - "lib.shared-messages.noData": "No data available", "lib.shared-messages.noDesc": "This end device has no description", "lib.shared-messages.noEvents": "Waiting for events from
{entityId}

", - "lib.shared-messages.noLocationYet": "No location yet", - "lib.shared-messages.noLocationYetDescription": "There is no location data available", + "lib.shared-messages.noLocation": "No location information available", "lib.shared-messages.noMatch": "No items found", "lib.shared-messages.noMatchingUserFound": "No matching user or organization was found", - "lib.shared-messages.noNotifications": "No notifications yet", "lib.shared-messages.noRecentActivity": "No recent activity", - "lib.shared-messages.noRecentEndDevices": "No recently active end devices", - "lib.shared-messages.noRecentEndDevicesDescription": "Your most recently active end devices will be listed here", - "lib.shared-messages.noTopEndDevices": "No top devices yet", - "lib.shared-messages.noTopEndDevicesDescription": "Your most visited and bookmarked end devices will be listed here", - "lib.shared-messages.noTopEntities": "No top entities yet", - "lib.shared-messages.noc": "Network Operations Center", - "lib.shared-messages.nocShortened": "NOC", "lib.shared-messages.none": "None", "lib.shared-messages.normalizedPayloadAir": "Air", "lib.shared-messages.normalizedPayloadSoil": "Soil", "lib.shared-messages.normalizedPayloadWind": "Wind", "lib.shared-messages.notAvailable": "n/a", "lib.shared-messages.notLinked": "Not linked", - "lib.shared-messages.notifications": "Notifications", "lib.shared-messages.notSet": "Not set", "lib.shared-messages.nsEmptyDefault": "Leave empty to link to the Network Server in the same cluster", "lib.shared-messages.nsServerKekLabel": "Network Server KEK label", @@ -1574,10 +1438,7 @@ "lib.shared-messages.otherCluster": "Other cluster", "lib.shared-messages.otherOption": "Other...", "lib.shared-messages.overview": "Overview", - "lib.shared-messages.ownedByMe": "Owned by me", "lib.shared-messages.packetBroker": "Packet Broker", - "lib.shared-messages.packetsPerDataRate": "Packets per data rate", - "lib.shared-messages.packetsPerChannel": "Packets per channel (24 days)", "lib.shared-messages.password": "Password", "lib.shared-messages.passwordChanged": "Password changed", "lib.shared-messages.pause": "Pause", @@ -1587,7 +1448,6 @@ "lib.shared-messages.payloadFormattersUpdateFailure": "There was an error updating the payload formatter", "lib.shared-messages.payloadFormattersUpdateSuccess": "Payload formatter updated", "lib.shared-messages.payloadFormattersUplink": "Uplink payload formatters", - "lib.shared-messages.peeringSettings": "Peering settings", "lib.shared-messages.personalApiKeys": "Personal API keys", "lib.shared-messages.phyVersion": "Regional Parameters version", "lib.shared-messages.phyVersionDescription": "The Regional Parameters version (PHY), as provided by the device manufacturer", @@ -1595,7 +1455,6 @@ "lib.shared-messages.pingSlotPeriodicity": "Ping slot periodicity", "lib.shared-messages.port": "Port", "lib.shared-messages.privacyPolicy": "Privacy policy", - "lib.shared-messages.profile": "Profile", "lib.shared-messages.profileName": "Profile name", "lib.shared-messages.profileSettings": "Profile settings", "lib.shared-messages.provider": "Provider", @@ -1605,21 +1464,14 @@ "lib.shared-messages.pubsubId": "Pub/Sub ID", "lib.shared-messages.pubsubs": "Pub/Subs", "lib.shared-messages.purge": "Purge", - "lib.shared-messages.quicklyTroubleshoot": "Quickly troubleshoot issues and get detailed network statistics", - "lib.shared-messages.received": "Received", "lib.shared-messages.redirecting": "Redirecting
", "lib.shared-messages.refresh": "Refresh", "lib.shared-messages.registerEndDevice": "Register end device", - "lib.shared-messages.registerDeviceInApplication": "Register end device in an application", "lib.shared-messages.registerGateway": "Register gateway", "lib.shared-messages.remove": "Remove", "lib.shared-messages.removeCollaborator": "Remove collaborator", - "lib.shared-messages.removeMember": "Remove member", "lib.shared-messages.removeCollaboratorLast": "Cannot remove last collaborator", - "lib.shared-messages.removeMemberLast": "Cannot remove last member", "lib.shared-messages.removeCollaboratorSelf": "Remove yourself as collaborator", - "lib.shared-messages.removeMemberSelf": "Remove yourself as member", - "lib.shared-messages.removeFromBookmarks": "Remove from bookmarks", "lib.shared-messages.replaceWebhook": "Replace webhook", "lib.shared-messages.requireAuthenticatedConnection": "Require authenticated connection", "lib.shared-messages.requireAuthenticatedConnectionDescription": "Controls whether this gateway may only connect if it uses an authenticated Basic Station or MQTT connection", @@ -1631,10 +1483,7 @@ "lib.shared-messages.restore": "Restore", "lib.shared-messages.restrictedUser": "You can only set yourself as a contact. If you would like another collaborator set as contact, please contact this collaborator to self-assign as contact.", "lib.shared-messages.resume": "Resume", - "lib.shared-messages.revokeAllAccess": "Revoke all access", - "lib.shared-messages.revokeAllAccessDescription": "Check this option if you also wish to revoke all your currently active sessions", "lib.shared-messages.rights": "Rights", - "lib.shared-messages.rightsList": "Rights:", "lib.shared-messages.rootKeys": "Root keys", "lib.shared-messages.router": "Router", "lib.shared-messages.rssi": "RSSI", @@ -1650,10 +1499,7 @@ "lib.shared-messages.scheduleAnyTimeDescription": "Configure gateway delay (minimum: {minimumValue}ms, default: {defaultValue}ms)", "lib.shared-messages.scheduleDownlink": "Schedule downlink", "lib.shared-messages.scheduleDownlinkLateDescription": "Enable server-side buffer of downlink messages", - "lib.shared-messages.searchApplications": "Search applications", - "lib.shared-messages.searchGateways": "Search gateways", "lib.shared-messages.search": "Search", - "lib.shared-messages.searching": "Searching
", "lib.shared-messages.secondInterval": "{count, plural, one {every second} other {every {count} seconds}}", "lib.shared-messages.seconds": "seconds", "lib.shared-messages.secondsAbbreviated": "sec", @@ -1664,14 +1510,10 @@ "lib.shared-messages.serverUrl": "Server URL", "lib.shared-messages.serviceData": "Service data", "lib.shared-messages.sessions": "Sessions", - "lib.shared-messages.sessionManagement": "Session management", "lib.shared-messages.setLoRaCloudToken": "Set LoRa Cloud token", "lib.shared-messages.settings": "Settings", "lib.shared-messages.setup": "Setup", - "lib.shared-messages.setUpALocation": "Set up a location", "lib.shared-messages.shareGatewayInfo": "Share gateway information", - "lib.shared-messages.showMore": "Show more", - "lib.shared-messages.showLess": "Show less", "lib.shared-messages.simulateUplink": "Simulate uplink", "lib.shared-messages.skipCryptoDescription": "Skip decryption of uplink payloads and encryption of downlink payloads", "lib.shared-messages.skipCryptoPlaceholder": "Encryption/decryption disabled", @@ -1692,7 +1534,6 @@ "lib.shared-messages.subnetMask": "Subnet mask", "lib.shared-messages.success": "Success", "lib.shared-messages.suggestions": "Suggestions", - "lib.shared-messages.support": "Support", "lib.shared-messages.supportsClassB": "Supports class B", "lib.shared-messages.supportsClassC": "Supports class C", "lib.shared-messages.takeMeBack": "Take me back", @@ -1703,25 +1544,18 @@ "lib.shared-messages.token": "Token", "lib.shared-messages.tokenDelete": "Token delete", "lib.shared-messages.tokenDeleted": "Token deleted", - "lib.shared-messages.topDevices": "Top end devices", - "lib.shared-messages.topEntities": "Top entities", - "lib.shared-messages.topEntitiesError": "Top entities are currently unavailable", "lib.shared-messages.tokenSet": "Set token", "lib.shared-messages.tokenUpdated": "Token updated", - "lib.shared-messages.totalEndDevices": "Total end devices", "lib.shared-messages.traffic": "Traffic", "lib.shared-messages.troubleshooting": "Troubleshooting", "lib.shared-messages.type": "Type", "lib.shared-messages.typeToSearch": "Type to search
", - "lib.shared-messages.upAndDown": "{up} up / {down} down", "lib.shared-messages.unexposed": "Unexposed", "lib.shared-messages.unknown": "Unknown", "lib.shared-messages.unknownError": "Unknown error", "lib.shared-messages.unknownHwOption": "Unknown ver.", - "lib.shared-messages.unlockTheNoc": "Unlock the Network Operations Center", "lib.shared-messages.updateChannelDescription": "Channel for gateway automatic updates", "lib.shared-messages.updatedAt": "Last updated at", - "lib.shared-messages.upgradeNow": "Upgrade now", "lib.shared-messages.uplink": "Uplink", "lib.shared-messages.uplinkFrameCount": "Uplink frame count", "lib.shared-messages.uplinkMessage": "Uplink message", @@ -1744,7 +1578,6 @@ "lib.shared-messages.userOrgId": "User / Organization ID", "lib.shared-messages.username": "Username", "lib.shared-messages.users": "Users", - "lib.shared-messages.userSettings": "User settings", "lib.shared-messages.validFrom": "Valid from", "lib.shared-messages.validTo": "Valid to", "lib.shared-messages.validateAddressFormat": "{field} must be in the format \"host\" or \"host:port\"", @@ -1779,8 +1612,6 @@ "lib.shared-messages.validateUrl": "Must be a valid URL format, contain no spaces or special characters", "lib.shared-messages.value": "value", "lib.shared-messages.webhookActivated": "Webhook activated", - "lib.shared-messages.viewAll": "View all", - "lib.shared-messages.viewLink": "You can view and edit this API key here.", "lib.shared-messages.webhookAlreadyExistsModalMessage": "A Webhook with the ID \"{id}\" already exists. Do you wish to replace this webhook?", "lib.shared-messages.webhookBaseUrl": "Base URL", "lib.shared-messages.webhookDeleted": "Webhook deleted", diff --git a/pkg/webui/locales/ja.json b/pkg/webui/locales/ja.json index 049f047a320..52fa870b035 100644 --- a/pkg/webui/locales/ja.json +++ b/pkg/webui/locales/ja.json @@ -1,4 +1,84 @@ { + "account.components.oauth-client-form.messages.clientIdPlaceholder": "", + "account.components.oauth-client-form.messages.clientNamePlaceholder": "", + "account.components.oauth-client-form.messages.clientDescPlaceholder": "", + "account.components.oauth-client-form.messages.clientDescDescription": "", + "account.components.oauth-client-form.messages.createClient": "", + "account.components.oauth-client-form.messages.deleteWarning": "", + "account.components.oauth-client-form.messages.purgeWarning": "", + "account.components.oauth-client-form.messages.redirectUrls": "", + "account.components.oauth-client-form.messages.addRedirectUri": "", + "account.components.oauth-client-form.messages.addLogoutRedirectUri": "", + "account.components.oauth-client-form.messages.redirectUrlDescription": "", + "account.components.oauth-client-form.messages.logoutRedirectUrls": "", + "account.components.oauth-client-form.messages.logoutRedirectUrlsDescription": "", + "account.components.oauth-client-form.messages.skipAuthorization": "", + "account.components.oauth-client-form.messages.skipAuthorizationDesc": "", + "account.components.oauth-client-form.messages.endorsed": "", + "account.components.oauth-client-form.messages.endorsedDesc": "", + "account.components.oauth-client-form.messages.grants": "", + "account.components.oauth-client-form.messages.grantsDesc": "", + "account.components.oauth-client-form.messages.grantRefreshTokenLabel": "", + "account.components.oauth-client-form.messages.deleteClient": "", + "account.components.oauth-client-form.messages.urlsPlaceholder": "", + "account.components.oauth-client-form.messages.rightsWarning": "", + "account.components.oauth-client-form.messages.updateWarning": "", + "account.components.oauth-client-form.messages.adminOptions": "", + "account.components.oauth-client-form.messages.grantTypeAndRights": "", + "account.components.oauth-client-form.messages.stateDescriptionDesc": "", + "account.components.oauth-client-form.messages.adminContactDescription": "", + "account.components.oauth-client-form.messages.techContactDescription": "", + "account.containers.change-password-form.index.currentPassword": "", + "account.containers.change-password-form.index.newPassword": "", + "account.containers.change-password-form.index.newPasswordConfirm": "", + "account.containers.change-password-form.index.revokeAllAccess": "", + "account.containers.change-password-form.index.revokeAllAccessDescription": "", + "account.containers.clients-table.index.ownedTabTitle": "", + "account.containers.clients-table.index.restoreSuccess": "", + "account.containers.clients-table.index.restoreFail": "", + "account.containers.clients-table.index.purgeSuccess": "", + "account.containers.clients-table.index.purgeFail": "", + "account.containers.collaborators-table.index.deleteCollaboratorError": "", + "account.containers.collaborators-table.index.deleteOnlyCollaboratorError": "", + "account.containers.oauth-client-add.index.createSuccess": "", + "account.containers.oauth-client-add.index.createFailure": "", + "account.containers.oauth-client-edit.index.deleteSuccess": "", + "account.containers.oauth-client-edit.index.deleteFail": "", + "account.containers.oauth-client-edit.index.updateSuccess": "", + "account.containers.oauth-client-edit.index.updateFailure": "", + "account.containers.profile-card.index.editProfileSettings": "", + "account.containers.profile-settings-form.messages.imageProvided": "", + "account.containers.profile-settings-form.messages.profilePicture": "", + "account.containers.profile-settings-form.messages.successMessage": "", + "account.containers.profile-settings-form.messages.deleteAccount": "", + "account.containers.profile-settings-form.messages.useGravatar": "", + "account.containers.profile-settings-form.messages.gravatarInfo": "", + "account.containers.profile-settings-form.messages.gravatarInfoGravatarOnly": "", + "account.containers.profile-settings-form.messages.primaryEmailAddressDescription": "", + "account.containers.profile-settings-form.messages.deleteAccountError": "", + "account.containers.profile-settings-form.messages.imageRequired": "", + "account.containers.profile-settings-form.messages.imageUpload": "", + "account.containers.profile-settings-form.messages.chooseImage": "", + "account.containers.profile-settings-form.messages.changeImage": "", + "account.containers.profile-settings-form.messages.gravatarImage": "", + "account.containers.profile-settings-form.messages.profilePictureDisabled": "", + "account.containers.profile-settings-form.messages.deleteWarning": "", + "account.containers.profile-settings-form.messages.purgeWarning": "", + "account.containers.profile-settings-form.messages.deleteTitle": "", + "account.containers.profile-settings-form.messages.deleteConfirmMessage": "", + "account.containers.sessions-table.index.deleteSessionSuccess": "", + "account.containers.sessions-table.index.deleteSessionError": "", + "account.containers.sessions-table.index.removeButtonMessage": "", + "account.containers.sessions-table.index.noExpiryDate": "", + "account.containers.sessions-table.index.endSession": "", + "account.containers.sessions-table.index.currentSession": "", + "account.containers.tokens-table.index.deleteSuccess": "", + "account.containers.tokens-table.index.deleteFail": "", + "account.containers.tokens-table.index.deleteButton": "", + "account.containers.tokens-table.index.deleteAllSuccess": "", + "account.containers.tokens-table.index.deleteAllFail": "", + "account.containers.tokens-table.index.deleteAllButton": "", + "account.containers.tokens-table.index.expires": "", "account.views.authorize.index.modalTitle": "蚱可申請", "account.views.authorize.index.modalSubtitle": "{clientName}は、以䞋の暩利の付䞎を芁求しおいたす。", "account.views.authorize.index.loginInfo": "{userId}でログむンしおいたす。", @@ -11,16 +91,29 @@ "account.views.create-account.index.createAccount": "アカりント䜜成", "account.views.create-account.index.createANewAccount": "新芏アカりント䜜成", "account.views.create-account.index.registrationPending": "登録䟝頌を正垞に送信したした。アカりントが承認されるず、確認のメヌルが届きたす。", + "account.views.forgot-password.index.forgotPassword": "", "account.views.forgot-password.index.passwordRequested": "ナヌザヌ名に関連付けられたメヌルアドレスにリセットの指瀺が蚘茉されたメヌルが送信されたした。迷惑メヌルフォルダもチェックしおください。", "account.views.forgot-password.index.send": "送信", "account.views.forgot-password.index.resetPassword": "パスワヌドリセット", "account.views.forgot-password.index.resetPasswordDescription": "ナヌザヌIDを入力しお、リセット方法を蚘茉したメヌルを受信しおください。", - "account.views.login.index.loginTo": "", "account.views.login.index.createAccount": "アカりント䜜成", "account.views.login.index.forgotPassword": "パスワヌドをお忘れですか", "account.views.login.index.loginToContinue": "続けるにはログむンしおください。", + "account.views.oauth-authorization-settings.index.deleteButton": "", + "account.views.oauth-authorization-settings.index.deleteSuccess": "", + "account.views.oauth-authorization-settings.index.deleteFailure": "", + "account.views.oauth-authorization-settings.index.deleteMessage": "", + "account.views.oauth-client-authorization-overview.index.authorizationSettings": "", + "account.views.oauth-client-authorization-overview.index.accessTokens": "", + "account.views.overview.index.accountAppInfoTitle": "", + "account.views.overview.index.accountAppInfoMessage": "", + "account.views.overview.index.accountAppConsoleInfo": "", + "account.views.overview.index.goToConsole": "", + "account.views.profile-settings.index.profileEdit": "", + "account.views.profile-settings.index.generalSettingsDescription": "", + "account.views.profile-settings.index.changePasswordDescription": "", + "account.views.session-management.index.sessionManagement": "", "account.views.token-login.index.loginToken": "ログむン・トヌクン", - "account.views.update-password.index.forgotPassword": "", "account.views.update-password.index.sessionRevoked": "", "account.views.validate.index.backToAccount": "アカりントに戻る", "account.views.validate.index.contactInfoValidation": "連絡先情報の怜蚌", @@ -30,6 +123,8 @@ "account.views.validate.index.tokenNotFoundTitle": "トヌクンが芋぀かりたせんでした", "account.views.validate.index.tokenNotFoundMessage": "怜蚌トヌクンが芋぀かりたせんでした。これは、連絡先情報がすでに怜蚌されおいるこずを意味しおいる可胜性がありたす。そうでない堎合は、管理者に連絡しおください", "components.collapse.index.collapse": "折りたたむ", + "components.collapse.index.expand": "", + "components.data-sheet.index.noData": "", "components.file-input.index.selectAFile": "ファむルを遞択...", "components.file-input.index.changeFile": "ファむルの倉曎 ", "components.file-input.index.noFileSelected": "遞択されたファむルはありたせん", @@ -50,8 +145,11 @@ "components.key-value-map.index.addEntry": "゚ントリヌ远加", "components.link.index.glossaryTitle": "甚語集「{term}」を参照しおください", "components.link.index.defaultGlossaryTitle": "甚語集を芋る", + "components.mobile-menu.index.loggedInAs": "", + "components.navigation.side.index.hideSidebar": "", "components.notification.details.index.showDetails": "詳现を衚瀺", "components.notification.details.index.errorDetails": "゚ラヌ詳现", + "components.notification.details.index.close": "", "components.offline-status.index.checking": "接続の問題が怜出されたした。再接続を詊みたす ", "components.offline-status.index.offline": "{applicationName}がオフラむンになりたした", "components.offline-status.index.online": "{applicationName}がオンラむンに戻りたした", @@ -79,18 +177,10 @@ "components.safe-inspector.index.toggleVisibility": "切り替え衚瀺", "components.safe-inspector.index.arrayFormatting": "配列フォヌマットの切り替え", "components.safe-inspector.index.byteOrder": "バむト順の切り替え", - "components.search-panel.index.noResultsFound": "", - "components.search-panel.index.noResultsSuggestion": "", - "components.search-panel.index.devices": "", - "components.search-panel.index.searchingEntities": "", - "components.search-panel.index.searchingApps": "", - "components.search-panel.index.chooseApplication": "", - "components.search-panel.index.instructions": "", - "components.search-panel.index.fetchingTopEntities": "", - "components.search-panel.index.noTopEntities": "", - "components.search-panel.index.noTopEntitiesSuggestion": "", - "components.sidebar.side-footer.index.resources": "", - "components.sidebar.side-footer.index.clusterSelection": "", + "components.status.index.good": "", + "components.status.index.bad": "", + "components.status.index.mediocre": "", + "components.status.index.unknown": "", "console.components.api-key-modal.index.title": "新しく䜜成したAPIキヌをコピヌしおください", "console.components.api-key-modal.index.subtitle": "その埌ではキヌを芋るこずができなくなりたす", "console.components.api-key-modal.index.buttonMessage": "キヌをコピヌしたした", @@ -100,7 +190,6 @@ "console.components.application-general-settings-form.index.useAlcsync": "LoRaアプリケヌションレむダヌ・クロックシンクロパッケヌゞの䜿甚", "console.components.application-general-settings-form.index.adminContactDescription": "このアプリケヌションの管理者の連絡先情報。通垞、アプリケヌションに関する管理䞊の問い合わせ先を瀺すために䜿甚されたす。", "console.components.application-general-settings-form.index.techContactDescription": "このアプリケヌションの技術的な連絡先情報。通垞、アプリケヌションに関する技術/セキュリティの質問の連絡先を瀺すために䜿甚されたす。", - "console.components.application-map-panel.index.deviceLocations": "", "console.components.default-routing-policy-form.index.doNotUseADefaultPolicy": "このネットワヌクでは、デフォルトのルヌティングポリシヌを䜿甚しないでください", "console.components.device-import-form.index.file": "ファむル", "console.components.device-import-form.index.formatInfo": "フォヌマット情報", @@ -217,62 +306,6 @@ "console.components.mac-settings-section.index.defaultNbTransMessage": "", "console.components.mac-settings-section.index.specificOverrides": "", "console.components.mac-settings-section.index.addSpecificOverride": "", - "console.components.notifications.templates.api-key-changed.title": "", - "console.components.notifications.templates.api-key-changed.body": "", - "console.components.notifications.templates.api-key-changed.preview": "", - "console.components.notifications.templates.api-key-created.title": "", - "console.components.notifications.templates.api-key-created.body": "", - "console.components.notifications.templates.api-key-created.preview": "", - "console.components.notifications.templates.client-requested.title": "", - "console.components.notifications.templates.client-requested.body": "", - "console.components.notifications.templates.client-requested.clientId": "", - "console.components.notifications.templates.client-requested.link": "", - "console.components.notifications.templates.client-requested.preview": "", - "console.components.notifications.templates.collaborator-changed.title": "", - "console.components.notifications.templates.collaborator-changed.body": "", - "console.components.notifications.templates.collaborator-changed.collaborator": "", - "console.components.notifications.templates.collaborator-changed.link": "", - "console.components.notifications.templates.collaborator-changed.preview": "", - "console.components.notifications.templates.entity-state-changed.title": "", - "console.components.notifications.templates.entity-state-changed.body": "", - "console.components.notifications.templates.entity-state-changed.link": "", - "console.components.notifications.templates.password-changed.title": "", - "console.components.notifications.templates.password-changed.body": "", - "console.components.notifications.templates.password-changed.closing": "", - "console.components.notifications.templates.user-requested.title": "", - "console.components.notifications.templates.user-requested.body": "", - "console.components.notifications.templates.user-requested.closing": "", - "console.components.notifications.templates.user-requested.user": "", - "console.components.notifications.templates.user-requested.preview": "", - "console.components.oauth-client-form.messages.clientIdPlaceholder": "", - "console.components.oauth-client-form.messages.clientNamePlaceholder": "", - "console.components.oauth-client-form.messages.clientDescPlaceholder": "", - "console.components.oauth-client-form.messages.clientDescDescription": "", - "console.components.oauth-client-form.messages.createClient": "", - "console.components.oauth-client-form.messages.deleteWarning": "", - "console.components.oauth-client-form.messages.purgeWarning": "", - "console.components.oauth-client-form.messages.redirectUrls": "", - "console.components.oauth-client-form.messages.addRedirectUri": "", - "console.components.oauth-client-form.messages.addLogoutRedirectUri": "", - "console.components.oauth-client-form.messages.redirectUrlDescription": "", - "console.components.oauth-client-form.messages.logoutRedirectUrls": "", - "console.components.oauth-client-form.messages.logoutRedirectUrlsDescription": "", - "console.components.oauth-client-form.messages.skipAuthorization": "", - "console.components.oauth-client-form.messages.skipAuthorizationDesc": "", - "console.components.oauth-client-form.messages.endorsed": "", - "console.components.oauth-client-form.messages.endorsedDesc": "", - "console.components.oauth-client-form.messages.grants": "", - "console.components.oauth-client-form.messages.grantsDesc": "", - "console.components.oauth-client-form.messages.grantRefreshTokenLabel": "", - "console.components.oauth-client-form.messages.deleteClient": "", - "console.components.oauth-client-form.messages.urlsPlaceholder": "", - "console.components.oauth-client-form.messages.rightsWarning": "", - "console.components.oauth-client-form.messages.updateWarning": "", - "console.components.oauth-client-form.messages.adminOptions": "", - "console.components.oauth-client-form.messages.grantTypeAndRights": "", - "console.components.oauth-client-form.messages.stateDescriptionDesc": "", - "console.components.oauth-client-form.messages.adminContactDescription": "", - "console.components.oauth-client-form.messages.techContactDescription": "", "console.components.payload-formatters-form.index.repository": "デバむスリポゞトリのフォヌマッタを䜿甚", "console.components.payload-formatters-form.index.customJavascipt": "カスタムJavascriptフォヌマッタヌ", "console.components.payload-formatters-form.index.formatterType": "フォヌマッタヌタむプ", @@ -372,35 +405,22 @@ "console.containers.api-key-form.edit.updateSuccess": "APIキヌの曎新", "console.containers.api-key-form.edit.deleteSuccess": "APIキヌの削陀", "console.containers.api-keys-table.index.grantedRights": "蚱諟された暩利", - "console.containers.app-status-badge.index.upcomingMaintenance": "", - "console.containers.app-status-badge.index.degradedPerformance": "", - "console.containers.app-status-badge.index.maintenanceInProgress": "", - "console.containers.app-status-badge.index.networkOfflineTitle": "", - "console.containers.app-status-badge.index.networkOfflineSubtitle": "", - "console.containers.app-status-badge.index.degradedPerformanceTitle": "", - "console.containers.app-status-badge.index.degradedPerformanceSubtitle": "", - "console.containers.app-status-badge.index.connectionIssuesSubtitle": "", - "console.containers.app-status-badge.index.maintenance": "", - "console.containers.app-status-badge.index.maintenanceScheduledSubtitle": "", - "console.containers.application-events.index.applicationEventsOf": "", "console.containers.application-general-settings.index.updateSuccess": "アプリケヌションを曎新", - "console.containers.application-overview-header.index.addBookmarkFail": "", - "console.containers.application-overview-header.index.removeBookmarkFail": "", - "console.containers.application-overview-header.index.lastSeenAvailableTooltip": "", - "console.containers.application-overview-header.index.noActivityTooltip": "", - "console.containers.application-overview-header.index.deviceCount": "", "console.containers.application-payload-formatters.downlink.title": "デフォルトのダりンリンクペむロヌドフォヌマッタヌ", "console.containers.application-payload-formatters.downlink.infoText": "個々の゚ンドデバむスの「Payload formatter」タブを䜿甚しお、ダりンリンクのペむロヌドフォヌマッタをテストし、゚ンドデバむスごずに個別のペむロヌドフォヌマッタ蚭定を定矩するこずができたす", "console.containers.application-payload-formatters.downlink.downlinkResetWarning": "珟圚のダりンリンクペむロヌドフォヌマッタヌを衚瀺するのに十分な暩限がありたせん。䞊曞きのみ蚱可されおいたす", "console.containers.application-payload-formatters.uplink.title": "デフォルトのアップリンクペむロヌドフォヌマッタヌ", "console.containers.application-payload-formatters.uplink.infoText": "これらのペむロヌドフォヌマッタは、このアプリケヌション内のすべおの゚ンドデバむスからのアップリンクメッセヌゞで実行されたす。泚意゚ンドデバむスレベルのペむロヌドフォヌマッタが優先されたす", "console.containers.application-payload-formatters.uplink.uplinkResetWarning": "個々の゚ンドデバむスの「Payload formatter」タブを䜿甚しお、アップリンクのペむロヌドフォヌマッタをテストし、゚ンドデバむスごずに個別のペむロヌドフォヌマッタ蚭定を定矩するこずができたす", + "console.containers.application-title-section.index.lastSeenAvailableTooltip": "", + "console.containers.application-title-section.index.noActivityTooltip": "", "console.containers.applications-form.index.applicationName": "アプリケヌション名", "console.containers.applications-form.index.appIdPlaceholder": "my-new-application", "console.containers.applications-form.index.appNamePlaceholder": "私の新しいアプリケヌション", "console.containers.applications-form.index.appDescPlaceholder": "私の新しいアプリケヌションの説明", "console.containers.applications-form.index.appDescDescription": "アプリケヌションの説明任意。アプリケヌションに関するメモを保存するためにも䜿甚できたす", "console.containers.applications-form.index.appDescription": "アプリケヌション内では、゚ンドデバむスの登録ず管理、センサヌデヌタの収集、および倚くの統合オプションを䜿甚しおそれに察応するこずができたす。<リンク>アプリケヌションガむドで詳现をご芧ください", + "console.containers.applications-table.index.ownedTabTitle": "", "console.containers.applications-table.index.restoreSuccess": "アプリケヌションの埩元", "console.containers.applications-table.index.restoreFail": "゚ラヌが発生し、アプリケヌションを埩元するこずができたせんでした", "console.containers.applications-table.index.purgeSuccess": "アプリケヌションパヌゞ枈み", @@ -516,11 +536,10 @@ "console.containers.device-profile-section.hints.progress-hint.hintNoSupportMessage": "あなたの正確な゚ンドデバむスを芋぀けるこずができたせんか 䞊のオプションで゚ンドデバむスの仕様を手動で入力しおみおください", "console.containers.device-template-format-select.index.title": "ファむルフォヌマット", "console.containers.device-template-format-select.index.warning": "゚ンドデバむスのテンプレヌトフォヌマットが利甚できたせん", - "console.containers.devices-panel.index.recentDevices": "", + "console.containers.device-title-section.index.uplinkDownlinkTooltip": "", + "console.containers.device-title-section.index.lastSeenAvailableTooltip": "", + "console.containers.device-title-section.index.noActivityTooltip": "", "console.containers.devices-table.index.otherClusterTooltip": "この゚ンドデバむスは、別のクラスタ`{host}`に登録されおいたす。このデバむスにアクセスするには、この゚ンドデバむスが登録されおいるクラスタのコン゜ヌルを䜿甚したす", - "console.containers.documentation-dashboard-panel.index.tts": "", - "console.containers.documentation-dashboard-panel.index.reference": "", - "console.containers.documentation-dashboard-panel.index.gettingStarted": "", "console.containers.event-split-frame.index.expandEventPanel": "", "console.containers.freq-plans-select.utils.warning": "", "console.containers.freq-plans-select.utils.none": "", @@ -532,19 +551,6 @@ "console.containers.gateway-connection.index.connectedTooltip": "", "console.containers.gateway-connection.index.otherClusterTooltip": "", "console.containers.gateway-connection.index.messageCountTooltip": "", - "console.containers.gateway-events.index.gatewayEventsOf": "", - "console.containers.gateway-general-information-panel.index.networkSettings": "", - "console.containers.gateway-general-information-panel.index.autoUpdateDescription": "", - "console.containers.gateway-general-information-panel.index.requireAuthenticatedConnectionDescription": "", - "console.containers.gateway-general-information-panel.index.publicStatus": "", - "console.containers.gateway-general-information-panel.index.publicStatusDescription": "", - "console.containers.gateway-general-information-panel.index.publicLocation": "", - "console.containers.gateway-general-information-panel.index.publicLocationDescription": "", - "console.containers.gateway-general-information-panel.index.packetBroker": "", - "console.containers.gateway-general-information-panel.index.packetBrokerDescription": "", - "console.containers.gateway-general-information-panel.index.locationUpdates": "", - "console.containers.gateway-general-information-panel.index.locationUpdatesDescription": "", - "console.containers.gateway-general-information-panel.index.enforceDutyCycleDescription": "", "console.containers.gateway-location-form.index.updateLocationFromStatus": "", "console.containers.gateway-location-form.index.updateLocationFromStatusDescription": "", "console.containers.gateway-location-form.index.setGatewayLocation": "", @@ -632,40 +638,11 @@ "console.containers.gateway-onboarding-form.gateway-provisioning-form.index.continue": "", "console.containers.gateway-onboarding-form.gateway-provisioning-form.index.emtyEui": "", "console.containers.gateway-onboarding-form.gateway-provisioning-form.index.noEui": "", - "console.containers.gateway-overview-header.index.addBookmarkFail": "", - "console.containers.gateway-overview-header.index.duplicateGateway": "", - "console.containers.gateway-overview-header.index.removeBookmarkFail": "", - "console.containers.gateway-status-panel.duty-cycle-utilization.frequencyRange": "", - "console.containers.gateway-status-panel.index.protocol": "", - "console.containers.gateway-status-panel.index.roundTripTimes": "", - "console.containers.gateway-status-panel.index.roundTripTimesTooltip": "", - "console.containers.gateway-status-panel.index.transmissions": "", - "console.containers.gateway-status-panel.index.transmissionsTooltip": "", - "console.containers.gateway-status-panel.index.dutyCycleUtilization": "", - "console.containers.gateway-status-panel.index.dutyCycleUtilizationTooltip": "", - "console.containers.gateway-status-panel.index.uptime": "", - "console.containers.gateway-status-panel.index.uptimeTooltip": "", - "console.containers.gateway-status-panel.index.noRoundtrip": "", - "console.containers.gateway-status-panel.index.noDutyCycle": "", - "console.containers.gateway-status-panel.index.unlockGraph": "", - "console.containers.gateway-status-panel.index.noConnection": "", - "console.containers.gateway-status-panel.index.noConnectionDescription": "", - "console.containers.gateway-status-panel.transmissions.noUplinks": "", - "console.containers.gateway-status-panel.transmissions.noDownlinks": "", - "console.containers.gateway-status-panel.transmissions.noStatus": "", - "console.containers.gateway-status-panel.transmissions.noDataYet": "", - "console.containers.gateway-status-panel.transmissions.established": "", - "console.containers.gateway-status-panel.transmissions.notEstablished": "", + "console.containers.gateways-table.index.ownedTabTitle": "", "console.containers.gateways-table.index.restoreSuccess": "ゲヌトりェむが埩旧", "console.containers.gateways-table.index.restoreFail": "゚ラヌが発生し、ゲヌトりェむを埩元するこずができたせんでした", "console.containers.gateways-table.index.purgeSuccess": "ゲヌトりェむをパヌゞ", "console.containers.gateways-table.index.purgeFail": "゚ラヌが発生したため、ゲヌトりェむをパヌゞするこずができたせんでした", - "console.containers.header.bookmarks-dropdown.noBookmarks": "", - "console.containers.header.bookmarks-dropdown.noBookmarksDescription": "", - "console.containers.header.bookmarks-dropdown.threshold": "", - "console.containers.header.notifications-dropdown.description": "", - "console.containers.header.notifications-dropdown.noNotifications": "", - "console.containers.header.notifications-dropdown.noNotificationsDescription": "", "console.containers.invite-user-form.index.invitationsDescription": "電子メヌルアドレスを提䟛するこずで、このネットワヌクにナヌザヌを招埅するこずができたす。その埌、その人には、あなたのネットワヌクに参加するための方法が曞かれたメヌルが届きたす", "console.containers.latest-decoded-payload-panel.index.latestDecodedPayload": "", "console.containers.latest-decoded-payload-panel.index.source": "", @@ -677,6 +654,12 @@ "console.containers.log-back-in-modal.index.modalTitle": "もう䞀床サむンむンしおください", "console.containers.log-back-in-modal.index.modalMessage": "コン゜ヌルからサむンアりトされたした。リロヌドを抌しお、コン゜ヌルに再床ログむンするこずができたす", "console.containers.log-back-in-modal.index.buttonMessage": "リロヌド", + "console.containers.lora-cloud-das-form.index.tokenDescription": "", + "console.containers.lora-cloud-das-form.index.fPortSetTitle": "", + "console.containers.lora-cloud-das-form.index.fPortSetDescription": "", + "console.containers.lora-cloud-das-form.index.modemEncoding": "", + "console.containers.lora-cloud-das-form.index.deleteWarning": "", + "console.containers.lora-cloud-das-form.index.fPortSetValidationFormat": "", "console.containers.lora-cloud-gls-form.index.tokenDescription": "LoRa Cloud内で蚭定されたGeolocationアクセストヌクン", "console.containers.lora-cloud-gls-form.index.deleteWarning": "LoRaCloud Geolocationトヌクンを本圓に削陀したすかこの操䜜は元に戻せたせん", "console.containers.lora-cloud-gls-form.index.queryType": "ク゚リヌタむプ", @@ -687,12 +670,6 @@ "console.containers.lora-cloud-gls-form.index.multiFrameTimeWindow": "マルチフレヌム甚タむムりィンドり", "console.containers.lora-cloud-gls-form.index.multiFrameTimeWindowDescription": "考慮される履歎メッセヌゞの最倧幎霢を分単䜍で指定", "console.containers.lora-cloud-gls-form.index.enableMultiFrame": "マルチフレヌムの有効化", - "console.containers.lora-cloud-ms-form.index.tokenDescription": "LoRa Cloud内で蚭定されたデバむスアプリケヌションサヌビスアクセストヌクン", - "console.containers.lora-cloud-ms-form.index.fPortSetTitle": "FPortセット", - "console.containers.lora-cloud-ms-form.index.fPortSetDescription": "LoRa Cloud Modemサヌビスで䜿甚するF-Port倀1-223のカンマ区切りリスト", - "console.containers.lora-cloud-ms-form.index.modemEncoding": "LoRa Edge参照トラッカヌModem-E゚ンコヌディング", - "console.containers.lora-cloud-ms-form.index.deleteWarning": "本圓にLoRa Cloud ModemおよびGeolocationサヌビストヌクンを削陀したすかこの操䜜は元に戻すこずができたせん。", - "console.containers.lora-cloud-ms-form.index.fPortSetValidationFormat": "FPortは1から223の間の数倀、たたは1から223の間の数倀のカンマ区切りリストでなければなりたせん", "console.containers.move-away-modal.move-away-modal.modalTitle": "ナビゲヌション確認", "console.containers.move-away-modal.move-away-modal.modalMessage": "本圓にこのたたでよいのですかあなたの珟圚の倉曎はただ保存されおいたせん", "console.containers.network-information-container.index.openSourceInfo": "珟圚、The Things Stack Open Sourceを䜿甚しおいたす。The Things Stack Cloudを䜿甚するこずで、さらなる機胜を利甚できたす。", @@ -700,29 +677,7 @@ "console.containers.network-information-container.registry-totals.applicationsUsed": "䜿甚アプリケヌション", "console.containers.network-information-container.registry-totals.gatewaysUsed": "䜿甚ゲヌトりェむ", "console.containers.network-information-container.registry-totals.registeredUsers": "登録ナヌザヌ", - "console.containers.notifications-dashboard-panel.index.noNotificationsDescription": "", - "console.containers.notifications.index.seeArchived": "", - "console.containers.notifications.index.seeAll": "", - "console.containers.notifications.index.noNotificationsSubtitle": "", - "console.containers.notifications.index.unreadMessagesTitle": "", - "console.containers.notifications.index.archivedMessageTitle": "", - "console.containers.notifications.index.unreadMessagesSubtitle": "", - "console.containers.notifications.index.noArchivedNotificationsSubtitle": "", - "console.containers.notifications.notification-content.index.archive": "", - "console.containers.notifications.notification-content.index.unarchive": "", - "console.containers.notifications.notification-list.index.archived": "", - "console.containers.notifications.notification-list.index.markAllAsRead": "", - "console.containers.oauth-client-add.index.createSuccess": "", - "console.containers.oauth-client-add.index.createFailure": "", - "console.containers.oauth-client-edit.index.deleteSuccess": "", - "console.containers.oauth-client-edit.index.deleteFail": "", - "console.containers.oauth-client-edit.index.updateSuccess": "", - "console.containers.oauth-client-edit.index.updateFailure": "", - "console.containers.oauth-clients-table.index.ownedTabTitle": "", - "console.containers.oauth-clients-table.index.restoreSuccess": "", - "console.containers.oauth-clients-table.index.restoreFail": "", - "console.containers.oauth-clients-table.index.purgeSuccess": "", - "console.containers.oauth-clients-table.index.purgeFail": "", + "console.containers.network-information-container.registry-totals.endDevicesAdded": "", "console.containers.organization-form.form.orgDescPlaceholder": "新しい組織の説明", "console.containers.organization-form.form.orgDescDescription": "組織の説明任意。組織に関するメモを保存するためにも䜿甚できたす", "console.containers.organization-form.form.orgIdPlaceholder": "my-new-organization", @@ -742,59 +697,8 @@ "console.containers.packet-broker-networks-table.index.search": "テナントID、テナント名で怜玢", "console.containers.packet-broker-networks-table.index.forwarderPolicy": "私たちに察する圌らのルヌティングポリシヌ", "console.containers.packet-broker-networks-table.index.homeNetworkPolicy": "それらに察する圓瀟のルヌティングポリシヌ", - "console.containers.profile-settings-form.messages.imageProvided": "", - "console.containers.profile-settings-form.messages.profilePicture": "", - "console.containers.profile-settings-form.messages.successMessage": "", - "console.containers.profile-settings-form.messages.deleteAccount": "", - "console.containers.profile-settings-form.messages.useGravatar": "", - "console.containers.profile-settings-form.messages.gravatarInfo": "", - "console.containers.profile-settings-form.messages.gravatarInfoGravatarOnly": "", - "console.containers.profile-settings-form.messages.primaryEmailAddressDescription": "", - "console.containers.profile-settings-form.messages.deleteAccountError": "", - "console.containers.profile-settings-form.messages.imageRequired": "", - "console.containers.profile-settings-form.messages.imageUpload": "", - "console.containers.profile-settings-form.messages.chooseImage": "", - "console.containers.profile-settings-form.messages.changeImage": "", - "console.containers.profile-settings-form.messages.gravatarImage": "", - "console.containers.profile-settings-form.messages.profilePictureDisabled": "", - "console.containers.profile-settings-form.messages.deleteWarning": "", - "console.containers.profile-settings-form.messages.purgeWarning": "", - "console.containers.profile-settings-form.messages.deleteTitle": "", - "console.containers.profile-settings-form.messages.deleteConfirmMessage": "", "console.containers.pubsub-formats-select.index.warning": "Pub/Subフォヌマットが無効です", "console.containers.pubsubs-table.index.host": "サヌバヌホスト", - "console.containers.sessions-table.index.deleteSessionSuccess": "", - "console.containers.sessions-table.index.deleteSessionError": "", - "console.containers.sessions-table.index.removeButtonMessage": "", - "console.containers.sessions-table.index.noExpiryDate": "", - "console.containers.sessions-table.index.endSession": "", - "console.containers.sessions-table.index.currentSession": "", - "console.containers.shortcut-panel.index.shortcuts": "", - "console.containers.shortcut-panel.index.addApplication": "", - "console.containers.shortcut-panel.index.addGateway": "", - "console.containers.shortcut-panel.index.addNewOrganization": "", - "console.containers.shortcut-panel.index.addPersonalApiKey": "", - "console.containers.sidebar.navigation.app-side-navigation.buttonMessage": "", - "console.containers.sidebar.navigation.gtw-side-navigation.buttonMessage": "", - "console.containers.sidebar.navigation.top-entities-section.topGateways": "", - "console.containers.sidebar.navigation.top-entities-section.topApplications": "", - "console.containers.sidebar.navigation.top-entities-section.noTopGateways": "", - "console.containers.sidebar.navigation.top-entities-section.noTopApplications": "", - "console.containers.sidebar.navigation.top-entities-section.noTopDevices": "", - "console.containers.tokens-table.index.deleteSuccess": "", - "console.containers.tokens-table.index.deleteFail": "", - "console.containers.tokens-table.index.deleteButton": "", - "console.containers.tokens-table.index.deleteAllSuccess": "", - "console.containers.tokens-table.index.deleteAllFail": "", - "console.containers.tokens-table.index.deleteAllButton": "", - "console.containers.top-entities-dashboard-panel.all-top-entities.index.noTopEntitiesDescription": "", - "console.containers.top-entities-dashboard-panel.all-top-entities.index.statusLastSeen": "", - "console.containers.top-entities-dashboard-panel.list.empty": "", - "console.containers.top-entities-dashboard-panel.top-applications.index.emptyMessage": "", - "console.containers.top-entities-dashboard-panel.top-applications.index.emptyDescription": "", - "console.containers.top-entities-dashboard-panel.top-gateways.index.emptyMessage": "", - "console.containers.top-entities-dashboard-panel.top-gateways.index.emptyDescription": "", - "console.containers.top-entities-dashboard-panel.top-gateways.index.emptyAction": "", "console.containers.user-data-form.edit.deleteWarning": "これにより、このアカりントは氞久に削陀され、再登録のためにナヌザヌIDおよび電子メヌルがロックされたす。このナヌザヌが所有し、他の協力者がいない関連゚ンティティゲヌトりェむ、アプリケヌション、゚ンドデバむスなどは接続䞍胜ずなり、同じIDたたはEUIを持぀゚ンティティを再び登録するこずはできなくなりたす。このような゚ンティティを継続しお䜿甚する堎合は、必ず新しいコラボレヌタヌを割り圓おおください", "console.containers.user-data-form.edit.purgeWarning": "これにより、このアカりントは氞久に削陀されたす。このナヌザヌが所有し、他の協力者がいない関連゚ンティティゲヌトりェむ、アプリケヌション、゚ンドデバむスなどは接続䞍胜ずなり、同じIDたたはEUIを持぀゚ンティティを再び登録するこずはできなくなりたす。このような゚ンティティの䜿甚を継続する堎合は、必ず新しい共同䜜業者を割り圓おおください", "console.containers.user-data-form.edit.deleteConfirmMessage": "確認のため、このナヌザヌのナヌザヌIDを入力しおください", @@ -949,6 +853,9 @@ "console.views.device-general-settings.application-server-form.index.include": "ペむロヌド暗号の匷制", "console.views.device-general-settings.application-server-form.index.default": "アプリケヌションのデフォルトを䜿甚", "console.views.device-general-settings.application-server-form.index.skipCryptoTitle": "ペむロヌド暗号の䞊曞き", + "console.views.device-general-settings.identity-server-form.index.unclaimAndDeleteDevice": "", + "console.views.device-general-settings.identity-server-form.index.deleteDevice": "", + "console.views.device-general-settings.identity-server-form.index.deleteWarning": "", "console.views.device-general-settings.messages.isTitle": "ベヌシック", "console.views.device-general-settings.messages.isDescription": "説明、クラスタ情報、メタデヌタ", "console.views.device-general-settings.messages.isDescriptionMissing": "アむデンティティサヌバヌは利甚できたせん", @@ -992,20 +899,34 @@ "console.views.gateway-general-settings.messages.basicDescription": "", "console.views.gateway-general-settings.messages.lorawanDescription": "", "console.views.gateway-general-settings.messages.updateSuccess": "", + "console.views.gateway-general-settings.messages.deleteSuccess": "", + "console.views.gateway-general-settings.messages.deleteFailure": "", + "console.views.gateway-general-settings.messages.deleteGateway": "", "console.views.gateway-general-settings.messages.modalWarning": "", "console.views.gateway-general-settings.messages.disablePacketBrokerForwarding": "", "console.views.gateway-general-settings.messages.adminContactDescription": "", "console.views.gateway-general-settings.messages.techContactDescription": "", "console.views.gateway-general-settings.messages.deleteGatewayDefaultMessage": "", "console.views.gateway-general-settings.messages.unclaimAndDeleteGateway": "", + "console.views.gateway-overview.index.downloadGlobalConf": "", + "console.views.gateway-overview.index.globalConf": "", + "console.views.gateway-overview.index.globalConfFailed": "", + "console.views.gateway-overview.index.globalConfFailedMessage": "", + "console.views.gateway-overview.index.globalConfUnavailable": "", "console.views.organization-add.index.orgDescription": "組織は、耇数のナヌザヌをグルヌプ化し、そのナヌザヌに察しお集合的な暩利を割り圓おるために䜿甚されたす。組織は、アプリケヌションやゲヌトりェむのコラボレヌタヌずしお蚭定するこずができたす。これにより、ナヌザヌのグルヌプに察しお、゚ンティティに察する暩利の付䞎や取り消しを簡単に行うこずができたす。詳しくは、Organization Managementのガむドをご芧ください", - "console.views.user-settings-oauth-auth-settings.index.deleteButton": "", - "console.views.user-settings-oauth-auth-settings.index.deleteSuccess": "", - "console.views.user-settings-oauth-auth-settings.index.deleteFailure": "", - "console.views.user-settings-oauth-auth-settings.index.deleteMessage": "", - "console.views.user-settings-oauth-auths.index.authorizationSettings": "", - "console.views.user-settings-oauth-auths.index.accessTokens": "", - "console.views.user-settings-profile.index.profileEdit": "", + "console.views.organization-data.index.orgData": "", + "console.views.overview.help-link.needHelp": "", + "console.views.overview.help-link.needHelpShort": "", + "console.views.overview.index.createApplication": "", + "console.views.overview.index.createGateway": "", + "console.views.overview.index.gotoApplications": "", + "console.views.overview.index.gotoGateways": "", + "console.views.overview.index.welcome": "", + "console.views.overview.index.welcomeBack": "", + "console.views.overview.index.getStarted": "", + "console.views.overview.index.continueWorking": "", + "console.views.overview.index.componentStatus": "", + "console.views.overview.index.versionInfo": "", "containers.collaborator-form.index.collaboratorIdPlaceholder": "コラボレヌタヌを遞択するために入力しおください", "containers.collaborator-form.index.memberIdPlaceholder": "", "containers.collaborator-form.index.memberDeleteSuccess": "", @@ -1177,24 +1098,16 @@ "lib.shared-messages.accuracy": "粟床", "lib.shared-messages.actions": "アクション", "lib.shared-messages.activationMode": "アクティベヌションモヌド", - "lib.shared-messages.activeApplications": "", - "lib.shared-messages.activeDevices": "", "lib.shared-messages.add": "远加", - "lib.shared-messages.addApplication": "", - "lib.shared-messages.addGateway": "", - "lib.shared-messages.addOrganization": "", "lib.shared-messages.addApiKey": "APIキヌの远加", "lib.shared-messages.addAttributes": "属性の远加", "lib.shared-messages.addCollaborator": "コラボレヌタ―の远加", - "lib.shared-messages.addMember": "", "lib.shared-messages.addDeviceBulk": "゚ンドデバむス䞀括䜜成", "lib.shared-messages.addHeaderEntry": "", "lib.shared-messages.addOAuthClient": "", "lib.shared-messages.addPubsub": "Pub/Subの远加", "lib.shared-messages.addWebhook": "webhookの远加", "lib.shared-messages.addWifiProfile": "", - "lib.shared-messages.addEntity": "", - "lib.shared-messages.addToBookmarks": "", "lib.shared-messages.address": "䜏所", "lib.shared-messages.addressPlaceholder": "ホスト", "lib.shared-messages.admin": "管理者", @@ -1208,11 +1121,9 @@ "lib.shared-messages.antennas": "アンテナ", "lib.shared-messages.apiKey": "APIキヌ", "lib.shared-messages.apiKeyCounted": "{count, plural, one {APIキヌ} other {APIキヌス}}", - "lib.shared-messages.apiKeyId": "", "lib.shared-messages.apiKeyNamePlaceholder": "私の新しいAPIキヌ", "lib.shared-messages.apiKeys": "APIキヌ", "lib.shared-messages.appData": "", - "lib.shared-messages.appOverview": "", "lib.shared-messages.appEUI": "AppEUI", "lib.shared-messages.appEUIDescription": "AppEUI ぱンドデバむスの所有者を䞀意に識別したす。デバむスメヌカヌ通垞は開発甚がAppEUIを提䟛しおいない堎合は、れロで埋めるこずができたす", "lib.shared-messages.appEUIJoinEUI": "AppEUI/JoinEUI", @@ -1245,7 +1156,6 @@ "lib.shared-messages.backToOverview": "抂芁に戻る", "lib.shared-messages.beaconFrequency": "ビヌコン呚波数", "lib.shared-messages.bearerMyAuthToken": "私の認蚌トヌクン", - "lib.shared-messages.bookmarks": "", "lib.shared-messages.brand": "ブランド", "lib.shared-messages.cancel": "キャンセル", "lib.shared-messages.changeLocation": "堎所の蚭定を倉曎", @@ -1259,7 +1169,6 @@ "lib.shared-messages.clear": "クリア", "lib.shared-messages.client": "クラむアント", "lib.shared-messages.clientId": "", - "lib.shared-messages.close": "閉じる", "lib.shared-messages.collaborator": "コラボレヌタヌ", "lib.shared-messages.collaboratorCounted": "{count, plural, one {コラボレヌタヌ} other {コラボレヌタヌス}}", "lib.shared-messages.collaboratorDeleteSuccess": "コラボレヌタヌの削陀", @@ -1288,7 +1197,6 @@ "lib.shared-messages.confirmPassword": "パスワヌドの確認", "lib.shared-messages.confirmedDownlink": "確認枈みダりンリンク", "lib.shared-messages.connected": "接続枈", - "lib.shared-messages.connectedGateways": "", "lib.shared-messages.connecting": "接続䞭", "lib.shared-messages.connectionIssues": "接続の問題", "lib.shared-messages.connectionSettings": "", @@ -1296,7 +1204,6 @@ "lib.shared-messages.contactInformation": "連絡先", "lib.shared-messages.convertMacToEui": "MACをEUIに倉換", "lib.shared-messages.copiedToClipboard": "クリップボヌドにコピヌされたす", - "lib.shared-messages.copy": "", "lib.shared-messages.copyToClipboard": "クリップボヌドにコピヌ", "lib.shared-messages.createApiKey": "APIキヌの䜜成", "lib.shared-messages.createApplication": "アプリケヌションの䜜成", @@ -1304,20 +1211,10 @@ "lib.shared-messages.created": "䜜成枈", "lib.shared-messages.createdAt": "で䜜成したした。", "lib.shared-messages.currentCollaborators": "珟圚のコラボレヌタヌ", - "lib.shared-messages.currentPassword": "", "lib.shared-messages.currentUserIndicator": "(これはあなたです)", - "lib.shared-messages.dashboard": "", "lib.shared-messages.data": "デヌタ", - "lib.shared-messages.dataSheet": "", "lib.shared-messages.defineRights": "暩利の定矩", "lib.shared-messages.delayWarning": "遅延が短すぎたす。ゲヌトりェむサヌバヌは䞋限倀 ({minimumValue}ms) を䜿甚したす", - "lib.shared-messages.deleteGateway": "ゲヌトりェむの削陀", - "lib.shared-messages.unclaimAndDeleteDevice": "", - "lib.shared-messages.deleteDevice": "", - "lib.shared-messages.deleteApp": "", - "lib.shared-messages.deleteSuccess": "", - "lib.shared-messages.applicationDeleteFailure": "", - "lib.shared-messages.deleteWarning": "", "lib.shared-messages.deleteModalConfirmDeletion": "削陀の確認", "lib.shared-messages.deleteModalConfirmMessage": "削陀を確認するため、
{entityId}
を入力しおください", "lib.shared-messages.deleteModalDefaultMessage": "これにより、ENTITY自身ず、共同研究者の関連付けを含むすべおの関連するENTITYが氞久に削陀されたす。たた、ENTITY IDを再利甚するこずもできなくなりたす", @@ -1345,7 +1242,6 @@ "lib.shared-messages.deviceNamePlaceholder": "私の新しい゚ンドデバむス", "lib.shared-messages.deviceSimulationDisabledWarning": "ペむロヌド暗号をスキップする機噚では、シミュレヌションは無効になりたす", "lib.shared-messages.devices": "゚ンドデバむス", - "lib.shared-messages.devicesShort": "", "lib.shared-messages.disabled": "無効化", "lib.shared-messages.disconnected": "切断されたす", "lib.shared-messages.documentation": "ドキュメンテヌション", @@ -1353,7 +1249,6 @@ "lib.shared-messages.downlinkAck": "ダりンリンク ACK", "lib.shared-messages.downlinkFailed": "ダりンリンクに倱敗したした。", "lib.shared-messages.downlinkFrameCount": "ダりンリンクのフレヌムカりント", - "lib.shared-messages.downloadGlobalConf": "global_conf.json のダりンロヌド", "lib.shared-messages.downlinkNack": "裞のダりンリンク", "lib.shared-messages.downlinkPush": "ダりンリンクプッシュ", "lib.shared-messages.downlinkQueueInvalidated": "ダりンリンクキュヌが無効", @@ -1361,7 +1256,6 @@ "lib.shared-messages.downlinkReplace": "ダりンリンク亀換", "lib.shared-messages.downlinkSent": "ダりンリンク送信", "lib.shared-messages.downlinksScheduled": "ダりンリンク再予定", - "lib.shared-messages.endDeviceOverview": "", "lib.shared-messages.edit": "線集", "lib.shared-messages.editWebhook": "Webhookの線集", "lib.shared-messages.email": "Email", @@ -1391,7 +1285,6 @@ "lib.shared-messages.eventUplinkMessageDesc": "アップリンクメッセヌゞをアプリケヌションで受信した堎合", "lib.shared-messages.eventUplinkNormalizedDesc": "正芏化されたアップリンクペむロヌド", "lib.shared-messages.eventsCannotShow": "むベントを衚瀺できたせん", - "lib.shared-messages.expand": "拡げる", "lib.shared-messages.expiry": "期限切れ", "lib.shared-messages.exportJson": "JSONずしお゚クスポヌト", "lib.shared-messages.external": "倖郚", @@ -1409,9 +1302,6 @@ "lib.shared-messages.frequencyPlanWarning": "呚波数プランを遞択しないず、ゲヌトりェむからのパケットは正しく凊理されたせん", "lib.shared-messages.furtherResources": "その他のリ゜ヌス", "lib.shared-messages.gateway": "ゲヌトりェむ", - "lib.shared-messages.gatewayDeleted": "ゲヌトりェむ削陀", - "lib.shared-messages.gatewayDeleteError": "ゲヌトりェむ削陀゚ラヌ", - "lib.shared-messages.gatewayOverview": "", "lib.shared-messages.gatewayDescDescription": "オプションのゲヌトりェむの説明ゲヌトりェむに぀いおのメモを保存するために䜿甚するこずもできたす", "lib.shared-messages.gatewayDescPlaceholder": "新しいゲヌトりェむの説明", "lib.shared-messages.gatewayDescription": "ゲヌトりェむの説明", @@ -1437,15 +1327,11 @@ "lib.shared-messages.generateAPIKeyCups": "CUPSのAPIキヌを生成", "lib.shared-messages.generateAPIKeyLNS": "LNSのAPIキヌを生成", "lib.shared-messages.getSupport": "サポヌトを受ける", - "lib.shared-messages.globalConfFailed": "global_conf.json のダりンロヌドに倱敗したした", - "lib.shared-messages.globalConfFailedMessage": "未知の゚ラヌが発生し、global_conf.json をダりンロヌドできたせんでした", "lib.shared-messages.grantAdminStatus": "管理者暩限を付䞎", "lib.shared-messages.grpcService": "gRPCサヌビス", "lib.shared-messages.gsServerAddressDescription": "接続先のゲヌトりェむサヌバのアドレス", "lib.shared-messages.hardware": "ハヌドりェア", "lib.shared-messages.hardwareVersion": "ハヌドりェアバヌゞョン", - "lib.shared-messages.hideSidebar": "", - "lib.shared-messages.home": "", "lib.shared-messages.homeNetID": "ホヌム NetID", "lib.shared-messages.homeNetIDDescription": "LoRaWANネットワヌクを識別するためのID", "lib.shared-messages.hours": "時間", @@ -1461,11 +1347,9 @@ "lib.shared-messages.joinAccept": "Join受け入れ", "lib.shared-messages.joinEUI": "JoinEUI", "lib.shared-messages.joinServerAddress": "Joinサヌバヌアドレス", - "lib.shared-messages.keepSidebarOpen": "", "lib.shared-messages.key": "キヌ", "lib.shared-messages.keyEdit": "APIキヌの線集", "lib.shared-messages.keyId": "キヌID", - "lib.shared-messages.language": "", "lib.shared-messages.lastSeen": "最埌に閲芧", "lib.shared-messages.latitude": "緯床", "lib.shared-messages.latitudeDesc": "南北の䜍眮を床数で衚したもので、0は赀道です", @@ -1473,7 +1357,6 @@ "lib.shared-messages.lbsLNSSecretDescription": "LoRa Basics Station LNS 接続のための認蚌キヌです。このフィヌルドは、他のゲヌトりェむでは無芖されたす", "lib.shared-messages.link": "リンク", "lib.shared-messages.linked": "リンク枈", - "lib.shared-messages.list": "", "lib.shared-messages.liveData": "ラむブデヌタ", "lib.shared-messages.location": "堎所", "lib.shared-messages.locationDescription": "公開に蚭定するず、ゲヌトりェむの䜍眮がネットワヌクの他のナヌザヌから芋えるこずがありたす", @@ -1503,13 +1386,9 @@ "lib.shared-messages.macData": "MACデヌタ", "lib.shared-messages.macSettingsError": "MAC蚭定゚ラヌ", "lib.shared-messages.macVersion": "LoRaWANバヌゞョン", - "lib.shared-messages.map": "", - "lib.shared-messages.member": "", - "lib.shared-messages.members": "", "lib.shared-messages.managedGateway": "", "lib.shared-messages.messageTypes": "メッセヌゞの皮類", "lib.shared-messages.messages": "メッセヌゞ", - "lib.shared-messages.message": "", "lib.shared-messages.messaging": "メッセヌゞング", "lib.shared-messages.milliseconds": "ミリ秒", "lib.shared-messages.minutes": "分", @@ -1518,40 +1397,25 @@ "lib.shared-messages.mqtt": "MQTT", "lib.shared-messages.multicast": "マルチキャスト", "lib.shared-messages.name": "名前", - "lib.shared-messages.nameAndId": "", "lib.shared-messages.netId": "Net ID", - "lib.shared-messages.networkActivity": "", "lib.shared-messages.networkInformation": "", "lib.shared-messages.networkServerAddress": "ネットワヌクサヌバヌアドレス", "lib.shared-messages.networks": "ネットワヌク", "lib.shared-messages.never": "ネバヌ", - "lib.shared-messages.newPassword": "", - "lib.shared-messages.newPasswordConfirm": "", "lib.shared-messages.next": "次ぞ", "lib.shared-messages.noActivityYet": "ただ掻動はしおいたせん", - "lib.shared-messages.noData": "デヌタはありたせん", "lib.shared-messages.noDesc": "この゚ンドデバむスには説明がありたせん", "lib.shared-messages.noEvents": "
{entityId}
からのむベント埅ち...", - "lib.shared-messages.noLocationYet": "", - "lib.shared-messages.noLocationYetDescription": "", + "lib.shared-messages.noLocation": "", "lib.shared-messages.noMatch": "アむテムが芋぀かりたせんでした", "lib.shared-messages.noMatchingUserFound": "", - "lib.shared-messages.noNotifications": "", "lib.shared-messages.noRecentActivity": "最近の掻動はありたせん", - "lib.shared-messages.noRecentEndDevices": "", - "lib.shared-messages.noRecentEndDevicesDescription": "", - "lib.shared-messages.noTopEndDevices": "", - "lib.shared-messages.noTopEndDevicesDescription": "", - "lib.shared-messages.noTopEntities": "", - "lib.shared-messages.noc": "", - "lib.shared-messages.nocShortened": "", "lib.shared-messages.none": "なし", "lib.shared-messages.normalizedPayloadAir": "空気", "lib.shared-messages.normalizedPayloadSoil": "土壌", "lib.shared-messages.normalizedPayloadWind": "颚", "lib.shared-messages.notAvailable": "n/a", "lib.shared-messages.notLinked": "リンクされおいたせん", - "lib.shared-messages.notifications": "", "lib.shared-messages.notSet": "未蚭定", "lib.shared-messages.nsEmptyDefault": "同じクラスタ内のネットワヌクサヌバヌにリンクするには空のたたにしたす", "lib.shared-messages.nsServerKekLabel": "ネットワヌクサヌバヌKEKラベル", @@ -1574,10 +1438,7 @@ "lib.shared-messages.otherCluster": "他のクラスタヌ", "lib.shared-messages.otherOption": "その他 ", "lib.shared-messages.overview": "抂芁", - "lib.shared-messages.ownedByMe": "", "lib.shared-messages.packetBroker": "Packet Broker", - "lib.shared-messages.packetsPerDataRate": "", - "lib.shared-messages.packetsPerChannel": "", "lib.shared-messages.password": "パスワヌド", "lib.shared-messages.passwordChanged": "パスワヌド倉曎", "lib.shared-messages.pause": "䞀時停止", @@ -1587,7 +1448,6 @@ "lib.shared-messages.payloadFormattersUpdateFailure": "ペむロヌドフォヌマッタヌの曎新に゚ラヌがありたした", "lib.shared-messages.payloadFormattersUpdateSuccess": "ペむロヌドフォヌマッタヌの曎新", "lib.shared-messages.payloadFormattersUplink": "アップリンクペむロヌドフォヌマッタヌ", - "lib.shared-messages.peeringSettings": "", "lib.shared-messages.personalApiKeys": "個人甚APIキヌ", "lib.shared-messages.phyVersion": "地域パラメヌタのバヌゞョン", "lib.shared-messages.phyVersionDescription": "デバむスメヌカヌが提䟛する地域パラメヌタバヌゞョン(PHY)", @@ -1595,7 +1455,6 @@ "lib.shared-messages.pingSlotPeriodicity": "", "lib.shared-messages.port": "ポヌト", "lib.shared-messages.privacyPolicy": "個人情報保護方針", - "lib.shared-messages.profile": "", "lib.shared-messages.profileName": "", "lib.shared-messages.profileSettings": "プロファむル蚭定", "lib.shared-messages.provider": "プロバむダヌ", @@ -1605,21 +1464,14 @@ "lib.shared-messages.pubsubId": "Pub/Sub ID", "lib.shared-messages.pubsubs": "Pub/Subs", "lib.shared-messages.purge": "パヌゞ(消去", - "lib.shared-messages.quicklyTroubleshoot": "", - "lib.shared-messages.received": "", "lib.shared-messages.redirecting": "リダむレクト䞭...", "lib.shared-messages.refresh": "リフレッシュ", "lib.shared-messages.registerEndDevice": "゚ンドデバむスの登録", - "lib.shared-messages.registerDeviceInApplication": "", "lib.shared-messages.registerGateway": "ゲヌトりェむの登録", "lib.shared-messages.remove": "", "lib.shared-messages.removeCollaborator": "コラボレヌタヌの削陀", - "lib.shared-messages.removeMember": "", "lib.shared-messages.removeCollaboratorLast": "最埌のコラボレヌタヌを削陀できたせん", - "lib.shared-messages.removeMemberLast": "", "lib.shared-messages.removeCollaboratorSelf": "自分をコラボレヌタヌずしお倖す", - "lib.shared-messages.removeMemberSelf": "", - "lib.shared-messages.removeFromBookmarks": "", "lib.shared-messages.replaceWebhook": "webhookの亀換", "lib.shared-messages.requireAuthenticatedConnection": "認蚌された接続を必芁ずしたす", "lib.shared-messages.requireAuthenticatedConnectionDescription": "このゲヌトりェむが認蚌されたBasic StationたたはMQTT接続を䜿甚する堎合にのみ接続できるかどうかを制埡したす", @@ -1631,10 +1483,7 @@ "lib.shared-messages.restore": "埩元", "lib.shared-messages.restrictedUser": "自分自身を連絡先ずしお蚭定するこずしかできたせん。別のコラボレヌタヌを連絡先ずしお蚭定したい堎合は、そのコラボレヌタヌに連絡しお自己割り圓おを䟝頌しおください。", "lib.shared-messages.resume": "履歎曞", - "lib.shared-messages.revokeAllAccess": "", - "lib.shared-messages.revokeAllAccessDescription": "", "lib.shared-messages.rights": "著䜜暩", - "lib.shared-messages.rightsList": "", "lib.shared-messages.rootKeys": "ルヌトキヌ", "lib.shared-messages.router": "", "lib.shared-messages.rssi": "", @@ -1650,10 +1499,7 @@ "lib.shared-messages.scheduleAnyTimeDescription": "ゲヌトりェむ遅延の蚭定 (最小倀: {minimumValue}ms, デフォルト倀: {defaultValue}ms)", "lib.shared-messages.scheduleDownlink": "", "lib.shared-messages.scheduleDownlinkLateDescription": "ダりンリンクメッセヌゞのサヌバ偎バッファを有効にしたす", - "lib.shared-messages.searchApplications": "", - "lib.shared-messages.searchGateways": "", "lib.shared-messages.search": "怜玢", - "lib.shared-messages.searching": "", "lib.shared-messages.secondInterval": "", "lib.shared-messages.seconds": "秒", "lib.shared-messages.secondsAbbreviated": "sec", @@ -1664,14 +1510,10 @@ "lib.shared-messages.serverUrl": "サヌバヌURL", "lib.shared-messages.serviceData": "サヌビスデヌタ", "lib.shared-messages.sessions": "セッション", - "lib.shared-messages.sessionManagement": "", "lib.shared-messages.setLoRaCloudToken": "", "lib.shared-messages.settings": "蚭定", "lib.shared-messages.setup": "セットアップ", - "lib.shared-messages.setUpALocation": "", "lib.shared-messages.shareGatewayInfo": "ゲヌトりェむ情報を共有", - "lib.shared-messages.showMore": "", - "lib.shared-messages.showLess": "", "lib.shared-messages.simulateUplink": "", "lib.shared-messages.skipCryptoDescription": "アップリンクペむロヌドの埩号化ずダりンリンクペむロヌドの暗号化をスキップしたす", "lib.shared-messages.skipCryptoPlaceholder": "暗号化/埩号化無効", @@ -1692,7 +1534,6 @@ "lib.shared-messages.subnetMask": "", "lib.shared-messages.success": "成功", "lib.shared-messages.suggestions": "", - "lib.shared-messages.support": "", "lib.shared-messages.supportsClassB": "クラスBをサポヌト", "lib.shared-messages.supportsClassC": "クラスCをサポヌト", "lib.shared-messages.takeMeBack": "私を連れ戻しお", @@ -1703,25 +1544,18 @@ "lib.shared-messages.token": "トヌクン", "lib.shared-messages.tokenDelete": "トヌクン削陀", "lib.shared-messages.tokenDeleted": "削陀されたトヌクン", - "lib.shared-messages.topDevices": "", - "lib.shared-messages.topEntities": "", - "lib.shared-messages.topEntitiesError": "", "lib.shared-messages.tokenSet": "トヌクンの蚭定", "lib.shared-messages.tokenUpdated": "トヌクンの曎新", - "lib.shared-messages.totalEndDevices": "゚ンドデバむスの远加", "lib.shared-messages.traffic": "トラフィック", "lib.shared-messages.troubleshooting": "トラブルシュヌティング", "lib.shared-messages.type": "タむプ", "lib.shared-messages.typeToSearch": "怜玢に入力する ", - "lib.shared-messages.upAndDown": "", "lib.shared-messages.unexposed": "未公開", "lib.shared-messages.unknown": "䞍明", "lib.shared-messages.unknownError": "DevEUIの生成時に䞍明な゚ラヌが発生", "lib.shared-messages.unknownHwOption": "䞍明ver.", - "lib.shared-messages.unlockTheNoc": "", "lib.shared-messages.updateChannelDescription": "ゲヌトりェむ自動曎新のためのチャンネル", "lib.shared-messages.updatedAt": "最終曎新日", - "lib.shared-messages.upgradeNow": "", "lib.shared-messages.uplink": "アップリンク", "lib.shared-messages.uplinkFrameCount": "アップリンクフレヌム数", "lib.shared-messages.uplinkMessage": "アップリンクメッセヌゞ", @@ -1744,7 +1578,6 @@ "lib.shared-messages.userOrgId": "", "lib.shared-messages.username": "ナヌザヌ名", "lib.shared-messages.users": "ナヌザヌ", - "lib.shared-messages.userSettings": "", "lib.shared-messages.validFrom": "から有効です", "lib.shared-messages.validTo": "に有効です", "lib.shared-messages.validateAddressFormat": "{field} は \"host \"たたは \"host:port \"の圢匏でなければなりたせん", @@ -1779,8 +1612,6 @@ "lib.shared-messages.validateUrl": "有効なURL圢匏でなければならず、スペヌスや特殊文字は含たれおいたせん", "lib.shared-messages.value": "倀", "lib.shared-messages.webhookActivated": "Webhookがアクティブになりたした", - "lib.shared-messages.viewAll": "", - "lib.shared-messages.viewLink": "", "lib.shared-messages.webhookAlreadyExistsModalMessage": "ID \"{id}\" を持぀webhookが既に存圚したす。このりェブフックを眮き換えたすか", "lib.shared-messages.webhookBaseUrl": "ベヌスURL", "lib.shared-messages.webhookDeleted": "Webhookが削陀されたした", @@ -2251,6 +2082,7 @@ "error:pkg/devicerepository/store/bleve:multiple_identifiers": "リク゚ストに耇数の識別子が芋぀かりたした。EndDeviceVersionIdentifiersたたはEndDeviceProfileIdentifiersのいずれかを䜿甚しおください", "error:pkg/devicerepository/store/bleve:no_identifiers": "", "error:pkg/devicerepository/store/remote:band_not_found": "バンド `{band_id}` が芋぀かりたせん", + "error:pkg/devicerepository/store/remote:band_not_found_for_region": "", "error:pkg/devicerepository/store/remote:brand_not_found": "ブランド `{brand_id}` が芋぀かりたせん", "error:pkg/devicerepository/store/remote:brand_with_vendor_id_not_found": "", "error:pkg/devicerepository/store/remote:firmware_version_not_found": "モデル `{brand_id}/{model_id}` に察するファヌムりェアのバヌゞョン `{firmware_version}` が芋぀かりたせん", @@ -2259,6 +2091,7 @@ "error:pkg/devicerepository/store/remote:no_decoder": "コヌデック`{codec_id}`にはデコヌダが定矩されおいたせん", "error:pkg/devicerepository/store/remote:no_encoder": "コヌデック`{codec_id}`にぱンコヌダが定矩されおいたせん", "error:pkg/devicerepository/store/remote:no_profile_for_band": "デバむスにはバンド `{band_id}` のプロファむルがありたせん", + "error:pkg/devicerepository/store/remote:no_template_identifiers": "", "error:pkg/devicerepository/store/remote:vendor_profile_id_not_found": "", "error:pkg/devicerepository/store:regional_parameters_version": "䞍明な地域パラメヌタバヌゞョン`{phy_version}`", "error:pkg/devicerepository:brand_not_found": "バンド `{band_id}` が芋぀かりたせん",