Removed plugin, rule & rule plugin strings

Removed plugin, rule & rule plugin strings from spanish, korean, russian & chinese.
This commit is contained in:
iglilaw 2018-06-03 06:56:34 +02:00
parent 50bfe1ffc8
commit 88edb64df7
5 changed files with 640 additions and 1024 deletions

File diff suppressed because it is too large Load Diff

View File

@ -467,45 +467,6 @@ export default function addLocaleKorean(locales) {
"password-link-sent-message": "비밀번호 재설정 링크가 성공적으로 전송되었습니다!", "password-link-sent-message": "비밀번호 재설정 링크가 성공적으로 전송되었습니다!",
"email": "이메일" "email": "이메일"
}, },
"plugin": {
"plugins": "플러그인",
"delete": "플러그인 삭제",
"activate": "플러그인 활성화",
"suspend": "플러그인 비활성화",
"active": "활성화",
"suspended": "비활성화",
"name": "이름",
"name-required": "이름을 입력하세요.",
"description": "설명",
"add": "플러그인 추가",
"delete-plugin-title": "'{{pluginName}}' 플러그인을 삭제하시겠습니까?",
"delete-plugin-text": "플러그인과 관련된 모든 데이터를 복구할 수 없으므로 주의하십시오.",
"delete-plugins-title": "{ count, select, 1 {플러그인 1개} other {플러그인 #개} }를 삭제하시겠습니까?",
"delete-plugins-action-title": "{ count, select, 1 {플러그인 1개} other {플러그인 #개} } 삭제",
"delete-plugins-text": "선택된 플러그인이 삭제되고 관련된 모든 데이터가 없어지므로 주의하십시오.",
"add-plugin-text": "새로운 플러그인 추가",
"no-plugins-text": "플러그인이 없습니다.",
"plugin-details": "플러그인 상세정보",
"api-token": "API 토큰",
"api-token-required": "API 토큰을 입력하세요.",
"type": "플러그인 종류",
"type-required": "플러그인 종류를 선택해주세요.",
"configuration": "플러그인 구성",
"system": "시스템",
"select-plugin": "플러그인 선택",
"plugin": "플러그인",
"no-plugins-matching": "'{{entity}}'과 일치하는 플러그인을 찾을 수 없습니다.",
"plugin-required": "플러그인을 입력하세요.",
"plugin-require-match": "기존의 플러그인을 선택해주세요.",
"events": "이벤트",
"details": "상세",
"import": "플러그인 가져오기",
"export": "플러그인 내보내기",
"export-failed-error": "플러그인을 내보내기 할 수 없습니다.: {{error}}",
"create-new-plugin": "새로운 플러그인 생성",
"plugin-file": "플러그인 파일",
"invalid-plugin-file-error": "플러그인을 가져오기 할 수 없습니다.: 잘못된 플러그인 데이터 구조입니다."
},
"position": { "position": {
"top": "상단", "top": "상단",
"bottom": "하단", "bottom": "하단",
@ -517,61 +478,6 @@ export default function addLocaleKorean(locales) {
"change-password": "비밀번호 변경", "change-password": "비밀번호 변경",
"current-password": "현재 비밀번호" "current-password": "현재 비밀번호"
}, },
"rule": {
"rules": "규칙",
"delete": "규칙 삭제",
"activate": "규칙 활성화",
"suspend": "규칙 비활성화",
"active": "활성화",
"suspended": "비활성화",
"name": "이름",
"name-required": "이름을 입력하세요.",
"description": "설명",
"add": "규칙 추가",
"delete-rule-title": "'{{ruleName}}' 규칙을 삭제하시겠습니까?",
"delete-rule-text": "규칙과 관련된 모든 데이터를 복구할 수 없으므로 주의하십시오.",
"delete-rules-title": "{ count, select, 1 {규칙 1개} other {규칙 #개} }를 삭제하시겠습니까?",
"delete-rules-action-title": "{ count, select, 1 {규칙 1개} other {규칙 #개} } 삭제",
"delete-rules-text": "선택된 규칙이 삭제되고 관련된 모든 데이터를 복구할 수 없으므로 주의하십시오.",
"add-rule-text": "규칙 추가",
"no-rules-text": "규칙이 없습니다.",
"rule-details": "규칙 상세정보",
"filters": "필터",
"filter": "필터",
"add-filter-prompt": "필터를 추가해 주세요.",
"remove-filter": "필터 삭제",
"add-filter": "필터 추가",
"filter-name": "필터 이름",
"filter-type": "필터 종류",
"edit-filter": "필터 수정",
"view-filter": "필터 보기",
"component-name": "이름",
"component-name-required": "이름을 입력하세요.",
"component-type": "종류",
"component-type-required": "타입을 입력하세요.",
"processor": "프로세서",
"no-processor-configured": "프로세서가 구성되지 않았습니다.",
"create-processor": "프로세서 생성",
"processor-name": "프로세서 이름",
"processor-type": "프로세서 종류",
"plugin-action": "플러그인 액션",
"action-name": "액션 이름",
"action-type": "액션 종류",
"create-action-prompt": "액션을 만들어 주세요",
"create-action": "액션 생성",
"details": "상세",
"events": "이벤트",
"system": "시스템",
"import": "규칙 가져오기",
"export": "규칙 내보내기",
"export-failed-error": "규칙을 내보내기 할 수 없습니다.: {{error}}",
"create-new-rule": "새로운 규칙 생성",
"rule-file": "규칙 파일",
"invalid-rule-file-error": "규칙을 가져오기 할 수 없습니다.: 잘못된 데이터 구조입니다."
},
"rule-plugin": {
"management": "규칙 및 플러그인 관리"
},
"tenant": { "tenant": {
"tenants": "테넌트", "tenants": "테넌트",
"management": "테넌트 관리", "management": "테넌트 관리",
@ -779,5 +685,5 @@ export default function addLocaleKorean(locales) {
"es_ES": "스페인어" "es_ES": "스페인어"
} }
}; };
angular.extend(locales, {'ko_KR': ko_KR}); angular.extend(locales, { 'ko_KR': ko_KR });
} }

View File

@ -282,7 +282,7 @@ export default function addLocaleRussian(locales) {
"configuration-error": "Ошибка конфигурирования", "configuration-error": "Ошибка конфигурирования",
"alias-resolution-error-title": "Ошибка конфигурирования псевдонимов дашборда", "alias-resolution-error-title": "Ошибка конфигурирования псевдонимов дашборда",
"invalid-aliases-config": "Не удалось найти устройства, соответствующие фильтру псевдонимов.<br/>" + "invalid-aliases-config": "Не удалось найти устройства, соответствующие фильтру псевдонимов.<br/>" +
"Пожалуйста, свяжитесь с администратором для устранения этой проблемы.", "Пожалуйста, свяжитесь с администратором для устранения этой проблемы.",
"select-devices": "Выберите устройства", "select-devices": "Выберите устройства",
"assignedToCustomer": "Прикреплен к клиенту", "assignedToCustomer": "Прикреплен к клиенту",
"public": "Общедоступный", "public": "Общедоступный",
@ -500,45 +500,6 @@ export default function addLocaleRussian(locales) {
"password-link-sent-message": "Ссылка для сброса пароля была успешно отправлена!", "password-link-sent-message": "Ссылка для сброса пароля была успешно отправлена!",
"email": "Эл. адрес" "email": "Эл. адрес"
}, },
"plugin": {
"plugins": "Плагины",
"delete": "Удалить плагин",
"activate": "Активировать плагин",
"suspend": "Приостановить плагин",
"active": "Активный",
"suspended": "Приостановлен",
"name": "Название",
"name-required": "Название обязательно.",
"description": "Описание",
"add": "Добавить плагин",
"delete-plugin-title": "Вы точно хотите удалить плагин '{{pluginName}}'?",
"delete-plugin-text": "Внимание, после подтверждения плагин и все связанные с ним данные будут безвозвратно утеряны.",
"delete-plugins-title": "Вы точно хотите удалить { count, plural, one {1 плагин} few {# плагина} other {# плагинов} }?",
"delete-plugins-action-title": "Удалить { count, plural, one {1 плагин} few {# плагина} other {# плагинов} } }",
"delete-plugins-text": "Внимание, после подтверждения выбранные плагины и все связанные с ними данные будут безвозвратно утеряны.",
"add-plugin-text": "Добавить новый плагин",
"no-plugins-text": "Плагины не найдены",
"plugin-details": "Подробности о плагине",
"api-token": "API токен",
"api-token-required": "API токен обязателен.",
"type": "Тип плагина",
"type-required": "Тип плагина обязателен.",
"configuration": "Настройки плагина",
"system": "Системный",
"select-plugin": "Выберите плагин",
"plugin": "Плагин",
"no-plugins-matching": "Плагин '{{entity}}' не найден.",
"plugin-required": "Плагин обязателен.",
"plugin-require-match": "Пожалуйста, выберите существующий плагин.",
"events": "События",
"details": "Подробности",
"import": "Импортировать плагин",
"export": "Экспортировать плагин",
"export-failed-error": "Не удалось экспортировать плагин: {{error}}",
"create-new-plugin": "Создать новый плагин",
"plugin-file": "Файл плагина",
"invalid-plugin-file-error": "Не удалось импортировать плагин: неизвестная схема данных плагина."
},
"position": { "position": {
"top": "Верх", "top": "Верх",
"bottom": "Низ", "bottom": "Низ",
@ -550,61 +511,6 @@ export default function addLocaleRussian(locales) {
"change-password": "Изменить пароль", "change-password": "Изменить пароль",
"current-password": "Текущий пароль" "current-password": "Текущий пароль"
}, },
"rule": {
"rules": "Правила",
"delete": "Удалить правило",
"activate": "Активировать правило",
"suspend": "Приостановить правило",
"active": "Активное",
"suspended": "Приостановлены",
"name": "Название",
"name-required": "Название обязательно.",
"description": "Описание",
"add": "Добавить правило",
"delete-rule-title": "Вы точно хотите удалить правило '{{ruleName}}'?",
"delete-rule-text": "Внимание, после подтверждения правило и все связанные с ним данные будут безвозвратно утеряны.",
"delete-rules-title": "Вы точно хотите удалить { count, plural, one {1 правило} few {# правила} other {# правил} }?",
"delete-rules-action-title": "Удалить { count, plural, one {1 правило} few {# правила} other {# правил} }",
"delete-rules-text": "Внимание, после подтверждения выбранные правила и все связанные с ними данные будут безвозвратно утеряны.",
"add-rule-text": "Добавить новое правило",
"no-rules-text": "Правила не найдены",
"rule-details": "Подробности о правиле",
"filters": "Фильтры",
"filter": "Фильтр",
"add-filter-prompt": "Пожалуйста, добавьте фильтр",
"remove-filter": "Удалить фильтр",
"add-filter": "Добавить фильтр",
"filter-name": "Название фильтра",
"filter-type": "Тип фильтра",
"edit-filter": "Редактировать фильтр",
"view-filter": "Просмотреть фильтр",
"component-name": "Название",
"component-name-required": "Название обязательно.",
"component-type": "Тип",
"component-type-required": "Тип обязателен.",
"processor": "Обработчик",
"no-processor-configured": "Обработчики не сконфигурированы",
"create-processor": "Создать обработчик",
"processor-name": "Название обработчика",
"processor-type": "Тип обработчика",
"plugin-action": "Действие плагина",
"action-name": "Название действия",
"action-type": "Тип действия",
"create-action-prompt": "Пожалуйста, создайте действие",
"create-action": "Создать действие",
"details": "Подробности",
"events": "События",
"system": "Системное",
"import": "Импортировать правило",
"export": "Экспортировать правило",
"export-failed-error": "Не удалось экспортировать правило: {{error}}",
"create-new-rule": "Создать новое правило",
"rule-file": "Файл правила",
"invalid-rule-file-error": "Не удалось импортировать правило: неизвестная схема данных правила."
},
"rule-plugin": {
"management": "Управление плагинами и правилами"
},
"tenant": { "tenant": {
"tenants": "Владельцы", "tenants": "Владельцы",
"management": "Управление владельцами", "management": "Управление владельцами",
@ -813,5 +719,5 @@ export default function addLocaleRussian(locales) {
} }
}; };
angular.extend(locales, {'ru_RU': ru_RU}); angular.extend(locales, { 'ru_RU': ru_RU });
} }

View File

@ -836,47 +836,6 @@ export default function addLocaleChinese(locales) {
"password-link-sent-message": "密码重置链接已成功发送!", "password-link-sent-message": "密码重置链接已成功发送!",
"email": "电子邮件" "email": "电子邮件"
}, },
"plugin": {
"plugins": "插件",
"delete": "删除插件",
"activate": "激活插件",
"suspend": "暂停插件",
"active": "激活",
"suspended": "暂停",
"name": "名称",
"name-required": "名称必填。",
"description": "描述",
"add": "添加插件",
"delete-plugin-title": "你确定要删除插件 '{{pluginName}}' 吗?",
"delete-plugin-text": "小心!确认后,插件和所有相关数据将不可恢复。",
"delete-plugins-title": "你确定你要删除 { count, select, 1 {1 插件} other {# 插件} } 吗?",
"delete-plugins-action-title": "删除 { count, select, 1 {1 插件} other {# 插件} }",
"delete-plugins-text": "小心!确认后,所有选定的插件将被删除,所有相关数据将不可恢复。",
"add-plugin-text": "添加新的插件",
"no-plugins-text": "没有找到插件",
"plugin-details": "插件详细信息",
"api-token": "API令牌",
"api-token-required": "API令牌必填。",
"type": "插件类型",
"type-required": "插件类型必填。",
"configuration": "插件配置",
"system": "系统",
"select-plugin": "选择插件",
"plugin": "插件",
"no-plugins-matching": "没有找到匹配'{{entity}}'的插件。",
"plugin-required": "插件必填。",
"plugin-require-match": "请选择一个现有的插件。",
"events": "事件",
"details": "详情",
"import": "导入插件",
"export": "导出插件",
"export-failed-error": "无法导出插件:{{error}}",
"create-new-plugin": "创建新的插件",
"plugin-file": "插件文件",
"invalid-plugin-file-error": "无法导入插件:插件数据结构无效。",
"copyId": "复制插件ID",
"idCopiedMessage": "插件ID已经复制到粘贴板"
},
"position": { "position": {
"top": "顶部", "top": "顶部",
"bottom": "底部", "bottom": "底部",
@ -930,67 +889,6 @@ export default function addLocaleChinese(locales) {
"additional-info": "附加信息 (JSON)", "additional-info": "附加信息 (JSON)",
"invalid-additional-info": "无法解析附加信息json。" "invalid-additional-info": "无法解析附加信息json。"
}, },
"rule": {
"rule": "规则",
"rules": "规则",
"delete": "删除规则",
"activate": "激活规则",
"suspend": "暂停规则",
"active": "激活",
"suspended": "暂停",
"name": "名称",
"name-required": "名称必填。",
"description": "描述",
"add": "添加规则",
"delete-rule-title": "您确定要删除规则'{{ruleName}}'吗?",
"delete-rule-text": "小心!确认后,规则和所有相关数据将不可恢复。",
"delete-rules-title": "你确定要删除 {count, select, 1 {1 规则} other {# 规则}} 吗?",
"delete-rules-action-title": "删除 { count, select, 1 {1 规则} other {# 规则} }",
"delete-rules-text": "小心!确认后,所有选定的规则将被删除,所有相关数据将不可恢复。",
"add-rule-text": "添加新规则",
"no-rules-text": "没有找到规则",
"rule-details": "规则详情",
"filters": "过滤器",
"filter": "过滤器",
"add-filter-prompt": "请添加过滤器",
"remove-filter": "删除过滤器",
"add-filter": "添加过滤器",
"filter-name": "过滤器名称",
"filter-type": "过滤器类型",
"edit-filter": "编辑过滤器",
"view-filter": "查看过滤器",
"component-name": "名称",
"component-name-required": "名称必填。",
"component-type": "类型",
"component-type-required": "类型必填。",
"processor": "处理器",
"no-processor-configured": "未配置处理器",
"create-processor": "创建处理器",
"processor-name": "处理器名称",
"processor-type": "处理器类型",
"plugin-action": "插件动作",
"action-name": "动作名称",
"action-type": "动作类型",
"create-action-prompt": "请创建动作",
"create-action": "创建动作",
"details": "详情",
"events": "事件",
"system": "系统",
"import": "导入规则",
"export": "导出规则",
"export-failed-error": "无法导出规则:{{error}}",
"create-new-rule": "创建新规则",
"rule-file": "规则文件",
"invalid-rule-file-error": "无法导入规则:规则数据结构无效。",
"copyId": "Copy rule Id",
"idCopiedMessage": "规则ID已经复制到粘贴板",
"select-rule": "选择规则",
"no-rules-matching": "没有找到符合 '{{entity}}' 的规则。",
"rule-required": "规则必填"
},
"rule-plugin": {
"management": "规则和插件管理"
},
"tenant": { "tenant": {
"tenant": "租户", "tenant": "租户",
"tenants": "租户", "tenants": "租户",

View File

@ -512,7 +512,7 @@ export default angular.module('thingsboard.locale', [])
"configuration-error": "Configuration error", "configuration-error": "Configuration error",
"alias-resolution-error-title": "Dashboard aliases configuration error", "alias-resolution-error-title": "Dashboard aliases configuration error",
"invalid-aliases-config": "Unable to find any devices matching to some of the aliases filter.<br/>" + "invalid-aliases-config": "Unable to find any devices matching to some of the aliases filter.<br/>" +
"Please contact your administrator in order to resolve this issue.", "Please contact your administrator in order to resolve this issue.",
"select-devices": "Select devices", "select-devices": "Select devices",
"assignedToCustomer": "Assigned to customer", "assignedToCustomer": "Assigned to customer",
"assignedToCustomers": "Assigned to customers", "assignedToCustomers": "Assigned to customers",
@ -897,13 +897,13 @@ export default angular.module('thingsboard.locale', [])
"opc-identity": "Identity", "opc-identity": "Identity",
"opc-keystore": "Keystore", "opc-keystore": "Keystore",
"opc-type": "Type", "opc-type": "Type",
"opc-keystore-type":"Type", "opc-keystore-type": "Type",
"opc-keystore-location":"Location *", "opc-keystore-location": "Location *",
"opc-keystore-password":"Password", "opc-keystore-password": "Password",
"opc-keystore-alias":"Alias", "opc-keystore-alias": "Alias",
"opc-keystore-key-password":"Key password", "opc-keystore-key-password": "Key password",
"opc-device-node-pattern":"Device node pattern", "opc-device-node-pattern": "Device node pattern",
"opc-device-name-pattern":"Device name pattern", "opc-device-name-pattern": "Device name pattern",
"modbus-server": "Servers/slaves", "modbus-server": "Servers/slaves",
"modbus-add-server": "Add server/slave", "modbus-add-server": "Add server/slave",
"modbus-add-server-prompt": "Please add server/slave", "modbus-add-server-prompt": "Please add server/slave",
@ -918,7 +918,7 @@ export default angular.module('thingsboard.locale', [])
"modbus-stopbits-range": "Stop bits should be in a range from 1 to 2.", "modbus-stopbits-range": "Stop bits should be in a range from 1 to 2.",
"modbus-unit-id": "Unit ID", "modbus-unit-id": "Unit ID",
"modbus-unit-id-range": "Unit ID should be in a range from 1 to 247.", "modbus-unit-id-range": "Unit ID should be in a range from 1 to 247.",
"modbus-device-name":"Device name", "modbus-device-name": "Device name",
"modbus-poll-period": "Poll period (ms)", "modbus-poll-period": "Poll period (ms)",
"modbus-attributes-poll-period": "Attributes poll period (ms)", "modbus-attributes-poll-period": "Attributes poll period (ms)",
"modbus-timeseries-poll-period": "Timeseries poll period (ms)", "modbus-timeseries-poll-period": "Timeseries poll period (ms)",
@ -941,8 +941,8 @@ export default angular.module('thingsboard.locale', [])
"not-available": "Not available" "not-available": "Not available"
}, },
"export-extensions-configuration":"Export extensions configuration", "export-extensions-configuration": "Export extensions configuration",
"import-extensions-configuration":"Import extensions configuration", "import-extensions-configuration": "Import extensions configuration",
"import-extensions": "Import extensions", "import-extensions": "Import extensions",
"import-extension": "Import extension", "import-extension": "Import extension",
"export-extension": "Export extension", "export-extension": "Export extension",