@emqx/shared-ui-i18n 0.0.47 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,45 @@
1
+ export declare const zhAiLog: {
2
+ systemTitle: string;
3
+ noMCPServers: string;
4
+ configMCPServerGateway: string;
5
+ mcpServerGatewayConfigs: string;
6
+ cancel: string;
7
+ save: string;
8
+ mqttHost: string;
9
+ mqttPort: string;
10
+ mqttUsername: string;
11
+ mqttPassword: string;
12
+ mqttClientId: string;
13
+ mqttAppId: string;
14
+ saveSuccess: string;
15
+ parseUserIntention: string;
16
+ loadLogEntries: string;
17
+ generalConversation: string;
18
+ extractAndExplainLogEntries: string;
19
+ queryEmqxContext: string;
20
+ genAnalysisReport: string;
21
+ completeReport: string;
22
+ funcCall: string;
23
+ analysisResultTip: string;
24
+ responseConfirm: string;
25
+ yes: string;
26
+ no: string;
27
+ refreshConfirm: string;
28
+ confirm: string;
29
+ guidanceText: string;
30
+ querySample1: string;
31
+ querySample2: string;
32
+ querySample3: string;
33
+ noConfigStatus: string;
34
+ disconnectedStatus: string;
35
+ selectServerRequired: string;
36
+ funcName: string;
37
+ funcArgs: string;
38
+ funcOutput: string;
39
+ permissionRequest: string;
40
+ deny: string;
41
+ allowOnce: string;
42
+ allowAlways: string;
43
+ reportGenerationCompleted: string;
44
+ userCancelled: string;
45
+ };
@@ -3,4 +3,16 @@ export declare const zhCommon: {
3
3
  topic: string;
4
4
  username: string;
5
5
  password: string;
6
+ cancel: string;
7
+ back: string;
8
+ generate: string;
9
+ field: string;
10
+ pleaseChoose: string;
11
+ pleaseEnter: string;
12
+ add: string;
13
+ actions: string;
14
+ transform: string;
15
+ alias: string;
16
+ name: string;
17
+ colon: string;
6
18
  };
@@ -0,0 +1,34 @@
1
+ export declare const zhFlow: {
2
+ guideSourceNodeLabel: string;
3
+ guideSourceNodeDesc: string;
4
+ guideProcessingNodeLabel: string;
5
+ guideProcessingNodeDesc: string;
6
+ guideSinkNodeLabel: string;
7
+ guideSinkNodeDesc: string;
8
+ guideFallbackNodeLabel: string;
9
+ guideFallbackNodeDesc: string;
10
+ actionAvailable: string;
11
+ actionUnavailable: string;
12
+ connecting: string;
13
+ inconsistent: string;
14
+ disconnected: string;
15
+ message: string;
16
+ event: string;
17
+ dataProcessing: string;
18
+ filter: string;
19
+ consoleOutput: string;
20
+ republish: string;
21
+ condition: string;
22
+ systemPrompt: string;
23
+ consoleFallbackWrong: string;
24
+ incorrectConnection: string;
25
+ filterFunctionsWrongOrder: string;
26
+ flowEmptyError: string;
27
+ flowIntegrityError: string;
28
+ isolatedNodeError: string;
29
+ multipleFlowError: string;
30
+ multipleFallbackWrong: string;
31
+ incorrectInputOutputConnection: string;
32
+ incorrectOutputNodeConnection: string;
33
+ incorrectDefaultNodeConnection: string;
34
+ };
@@ -55,4 +55,9 @@ export declare const zhRuleFunction: {
55
55
  SchemaName: string;
56
56
  Data: string;
57
57
  Type: string;
58
+ aliasDesc: string;
59
+ inputFieldRequiredError: string;
60
+ unusedField: string;
61
+ aliasRequired: string;
62
+ aliasFormatError: string;
58
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emqx/shared-ui-i18n",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "homepage": "https://emqx.io",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {