From 90d99def12407e352d6c06581131d74c27f570a1 Mon Sep 17 00:00:00 2001 From: Kevin Schiffer Date: Fri, 5 Nov 2021 16:20:26 +0100 Subject: [PATCH] console: Update locales --- pkg/webui/locales/en.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/pkg/webui/locales/en.json b/pkg/webui/locales/en.json index 9f55d7d7208..c6ccce08be7 100644 --- a/pkg/webui/locales/en.json +++ b/pkg/webui/locales/en.json @@ -72,8 +72,6 @@ "components.collapse.index.collapse": "Collapse", "components.collapse.index.expand": "Expand", "components.data-sheet.index.noData": "No data available", - "components.error-notification.story.problem": "We got a problem here!", - "components.error-notification.story.lengthyProblem": "We got a problem here! And the description is quite lengthy as well, which can sometimes be a problem.", "components.file-input.index.selectAFile": "Select a file…", "components.file-input.index.changeFile": "Change file…", "components.file-input.index.noFileSelected": "No file selected", @@ -112,9 +110,6 @@ "components.status.index.bad": "bad", "components.status.index.mediocre": "mediocre", "components.status.index.unknown": "unknown", - "components.wizard.form.next-button.next": "Next", - "components.wizard.form.next-button.complete": "Complete", - "components.wizard.form.prev-button.prev": "Previous", "console.components.api-key-form.edit.deleteKey": "Delete key", "console.components.api-key-form.edit.modalWarning": "Are you sure you want to delete the {keyName} API key? Deleting an API key cannot be undone.", "console.components.api-key-form.edit.updateSuccess": "API key updated", @@ -437,12 +432,12 @@ "console.lib.events.definitions.synthetic.status.resumed:type": "Stream resumed", "console.lib.events.definitions.synthetic.status.resumed:preview": "The event stream has been resumed after being paused", "console.lib.events.definitions.synthetic.status.resumed:details": "The event stream has been resumed by the user and will receive new subsequent event data. Note that event data which was possibly emitted during the stream pause will not be re-delivered.", - "console.lib.events.definitions.synthetic.status.verbose_enabled:type": "Verbose stream activated", - "console.lib.events.definitions.synthetic.status.verbose_enabled:preview": "The event stream has been set to verbose", - "console.lib.events.definitions.synthetic.status.verbose_enabled:details": "The event stream verbosity has been set to verbose. The stream will now start to ingest all event types related to your entity. This can be helpful during debugging.", - "console.lib.events.definitions.synthetic.status.verbose_disabled:type": "Verbose stream deactivated", - "console.lib.events.definitions.synthetic.status.verbose_disabled:preview": "The event stream has been set to non-verbose", - "console.lib.events.definitions.synthetic.status.verbose_disabled:details": "The event stream verbosity has been set to normal. The stream will now start to discard certain advanced event types. This will help reducing noise in the event stream. You can see the currently applied filter in the raw data of this event.", + "console.lib.events.definitions.synthetic.status.filter_enabled:type": "Filter enabled", + "console.lib.events.definitions.synthetic.status.filter_enabled:preview": "An event filter has been enabled", + "console.lib.events.definitions.synthetic.status.filter_enabled:details": "The event stream will now be filtered, meaning that some event types may be suppressed. See the details below for more information about the currently enabled filter.", + "console.lib.events.definitions.synthetic.status.filter_disabled:type": "Filter disabled", + "console.lib.events.definitions.synthetic.status.filter_disabled:preview": "The previously set event filter has been disabled", + "console.lib.events.definitions.synthetic.status.filter_disabled:details": "The event stream is will not be filtered any more. This means that you will see all events that come out of the event stream for this entity.", "console.lib.packet-broker.messages.applicationData": "Application data", "console.lib.packet-broker.messages.applicationDataAllowDesc": "Allow downlink messages with FPort between 1 and 255", "console.lib.packet-broker.messages.applicationDataDesc": "Forward uplink messages with FPort 1-255",