@emqx/shared-ui-i18n 0.0.48 → 0.0.50
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.
- package/dist/en/aiLog.d.ts +45 -0
- package/dist/en/common.d.ts +9 -0
- package/dist/en/flow.d.ts +34 -0
- package/dist/en/ruleFunction.d.ts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +266 -16
- package/dist/index.umd.cjs +6 -6
- package/dist/ja/common.d.ts +9 -0
- package/dist/ja/flow.d.ts +34 -0
- package/dist/ja/ruleFunction.d.ts +5 -0
- package/dist/zh/aiLog.d.ts +45 -0
- package/dist/zh/common.d.ts +9 -0
- package/dist/zh/flow.d.ts +34 -0
- package/dist/zh/ruleFunction.d.ts +5 -0
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const jaFlow: {
|
|
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
|
+
};
|
|
@@ -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
|
+
};
|
package/dist/zh/common.d.ts
CHANGED
|
@@ -6,4 +6,13 @@ export declare const zhCommon: {
|
|
|
6
6
|
cancel: string;
|
|
7
7
|
back: string;
|
|
8
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;
|
|
9
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
|
+
};
|