"delete-rulechains-text":"Be careful, after the confirmation all selected rule chains will be removed and all related data will become unrecoverable.",
"add-rulechain-text":"Add new rule chain",
"no-rulechains-text":"No rule chains found",
"rulechain-details":"Rule chain details",
"details":"Details",
"events":"Events",
"system":"System",
"import":"Import rule chain",
"export":"Export rule chain",
"export-failed-error":"Unable to export rule chain: {{error}}",
"create-new-rulechain":"Create new rule chain",
"rulechain-file":"Rule chain file",
"invalid-rulechain-file-error":"Unable to import rule chain: Invalid rule chain data structure.",
"copyId":"Copy rule chain Id",
"idCopiedMessage":"Rule chain Id has been copied to clipboard",
"select-rulechain":"Select rule chain",
"no-rulechains-matching":"No rule chains matching '{{entity}}' were found.",
"rulechain-required":"Rule chain is required",
"management":"Rules management",
"debug-mode":"Debug mode"
},
"rulenode":{// TODO
"details":"Details",
"events":"Events",
"search":"Search nodes",
"open-node-library":"Open node library",
"add":"Add rule node",
"name":"Name",
"name-required":"Name is required.",
"type":"Type",
"description":"Description",
"delete":"Delete rule node",
"select-all-objects":"Select all nodes and connections",
"deselect-all-objects":"Deselect all nodes and connections",
"delete-selected-objects":"Delete selected nodes and connections",
"delete-selected":"Delete selected",
"select-all":"Select all",
"copy-selected":"Copy selected",
"deselect-all":"Deselect all",
"rulenode-details":"Rule node details",
"debug-mode":"Debug mode",
"configuration":"Configuration",
"link":"Link",
"link-details":"Rule node link details",
"add-link":"Add link",
"link-label":"Link label",
"link-label-required":"Link label is required.",
"custom-link-label":"Custom link label",
"custom-link-label-required":"Custom link label is required.",
"type-filter":"Filter",
"type-filter-details":"Filter incoming messages with configured conditions",
"type-enrichment":"Enrichment",
"type-enrichment-details":"Add additional information into Message Metadata",
"type-transformation":"Transformation",
"type-transformation-details":"Change Message payload and Metadata",
"type-action":"Action",
"type-action-details":"Perform special action",
"type-external":"External",
"type-external-details":"Interacts with external system",
"type-rule-chain":"Rule Chain",
"type-rule-chain-details":"Forwards incoming messages to specified Rule Chain",
"type-input":"Input",
"type-input-details":"Logical input of Rule Chain, forwards incoming messages to next related Rule Node",
"directive-is-not-loaded":"Defined configuration directive '{{directiveName}}' is not available.",
"ui-resources-load-error":"Failed to load configuration ui resources.",
"invalid-target-rulechain":"Unable to resolve target rule chain!",
"test-script-function":"Test script function",
"message":"Message",
"message-type":"Message type",
"message-type-required":"Message type is required",
"metadata":"Metadata",
"metadata-required":"Metadata entries can't be empty.",
"output":"Output",
"test":"Test",
"help":"Help"
},
"tenant":{
"tenant":"租户",
"tenants":"租户",
@ -979,7 +1240,8 @@ export default function addLocaleChinese(locales) {