From 90a9b22fdbf7c66a5c8f4570d033efe5e087d95c Mon Sep 17 00:00:00 2001 From: Ismail <12769948+untilbit@users.noreply.github.com> Date: Thu, 24 May 2018 09:38:29 +0200 Subject: [PATCH] Removed Rule and Plugin strings --- ui/src/app/locale/locale.constant.js | 102 --------------------------- 1 file changed, 102 deletions(-) diff --git a/ui/src/app/locale/locale.constant.js b/ui/src/app/locale/locale.constant.js index d1b8db0e5f..5bb599cbc3 100644 --- a/ui/src/app/locale/locale.constant.js +++ b/ui/src/app/locale/locale.constant.js @@ -1039,47 +1039,6 @@ export default angular.module('thingsboard.locale', []) "password-link-sent-message": "Password reset link was successfully sent!", "email": "Email" }, - "plugin": { - "plugins": "Plugins", - "delete": "Delete plugin", - "activate": "Activate plugin", - "suspend": "Suspend plugin", - "active": "Active", - "suspended": "Suspended", - "name": "Name", - "name-required": "Name is required.", - "description": "Description", - "add": "Add Plugin", - "delete-plugin-title": "Are you sure you want to delete the plugin '{{pluginName}}'?", - "delete-plugin-text": "Be careful, after the confirmation the plugin and all related data will become unrecoverable.", - "delete-plugins-title": "Are you sure you want to delete { count, select, 1 {1 plugin} other {# plugins} }?", - "delete-plugins-action-title": "Delete { count, select, 1 {1 plugin} other {# plugins} }", - "delete-plugins-text": "Be careful, after the confirmation all selected plugins will be removed and all related data will become unrecoverable.", - "add-plugin-text": "Add new plugin", - "no-plugins-text": "No plugins found", - "plugin-details": "Plugin details", - "api-token": "API token", - "api-token-required": "API token is required.", - "type": "Plugin type", - "type-required": "Plugin type is required.", - "configuration": "Plugin configuration", - "system": "System", - "select-plugin": "Select plugin", - "plugin": "Plugin", - "no-plugins-matching": "No plugins matching '{{entity}}' were found.", - "plugin-required": "Plugin is required.", - "plugin-require-match": "Please select an existing plugin.", - "events": "Events", - "details": "Details", - "import": "Import plugin", - "export": "Export plugin", - "export-failed-error": "Unable to export plugin: {{error}}", - "create-new-plugin": "Create new plugin", - "plugin-file": "Plugin file", - "invalid-plugin-file-error": "Unable to import plugin: Invalid plugin data structure.", - "copyId": "Copy plugin Id", - "idCopiedMessage": "Plugin Id has been copied to clipboard" - }, "position": { "top": "Top", "bottom": "Bottom", @@ -1133,64 +1092,6 @@ export default angular.module('thingsboard.locale', []) "additional-info": "Additional info (JSON)", "invalid-additional-info": "Unable to parse additional info json." }, - "rule": { - "rule": "Rule", - "rules": "Rules", - "delete": "Delete rule", - "activate": "Activate rule", - "suspend": "Suspend rule", - "active": "Active", - "suspended": "Suspended", - "name": "Name", - "name-required": "Name is required.", - "description": "Description", - "add": "Add Rule", - "delete-rule-title": "Are you sure you want to delete the rule '{{ruleName}}'?", - "delete-rule-text": "Be careful, after the confirmation the rule and all related data will become unrecoverable.", - "delete-rules-title": "Are you sure you want to delete { count, select, 1 {1 rule} other {# rules} }?", - "delete-rules-action-title": "Delete { count, select, 1 {1 rule} other {# rules} }", - "delete-rules-text": "Be careful, after the confirmation all selected rules will be removed and all related data will become unrecoverable.", - "add-rule-text": "Add new rule", - "no-rules-text": "No rules found", - "rule-details": "Rule details", - "filters": "Filters", - "filter": "Filter", - "add-filter-prompt": "Please add filter", - "remove-filter": "Remove filter", - "add-filter": "Add filter", - "filter-name": "Filter name", - "filter-type": "Filter type", - "edit-filter": "Edit filter", - "view-filter": "View filter", - "component-name": "Name", - "component-name-required": "Name is required.", - "component-type": "Type", - "component-type-required": "Type is required.", - "processor": "Processor", - "no-processor-configured": "No processor configured", - "create-processor": "Create processor", - "processor-name": "Processor name", - "processor-type": "Processor type", - "plugin-action": "Plugin action", - "action-name": "Action name", - "action-type": "Action type", - "create-action-prompt": "Please create action", - "create-action": "Create action", - "details": "Details", - "events": "Events", - "system": "System", - "import": "Import rule", - "export": "Export rule", - "export-failed-error": "Unable to export rule: {{error}}", - "create-new-rule": "Create new rule", - "rule-file": "Rule file", - "invalid-rule-file-error": "Unable to import rule: Invalid rule data structure.", - "copyId": "Copy rule Id", - "idCopiedMessage": "Rule Id has been copied to clipboard", - "select-rule": "Select rule", - "no-rules-matching": "No rules matching '{{entity}}' were found.", - "rule-required": "Rule is required" - }, "rulechain": { "rulechain": "Rule chain", "rulechains": "Rule chains", @@ -1283,9 +1184,6 @@ export default angular.module('thingsboard.locale', []) "test": "Test", "help": "Help" }, - "rule-plugin": { - "management": "Rules and plugins management" - }, "tenant": { "tenant": "Tenant", "tenants": "Tenants",