You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/public/locales/en/common.json
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@
4
4
"Confirm": "Yes",
5
5
"Running": "Running",
6
6
"Warning": "Warning",
7
+
"UnKnow": "UnKnow",
7
8
"app": {
8
9
"Advance App TestTip": "The current application is advanced editing mode \n. If you need to switch to [simple mode], please click the save button on the left",
9
10
"App Detail": "App Detail",
11
+
"Chat Logs Tips": "Logs record the app's online, shared, and API conversations",
12
+
"Chat logs": "Chat Logs",
10
13
"Confirm Del App Tip": "Confirm to delete the app and all its chats",
11
14
"Confirm Save App Tip": "The application may be in advanced orchestration mode, and the advanced orchestration configuration will be overwritten after saving, please confirm!",
12
15
"Connection is invalid": "Connecting is invalid",
@@ -18,6 +21,11 @@
18
21
"Import Config Failed": "Failed to import the configuration, please ensure that the configuration is normal!",
19
22
"Import Configs": "Import Configs",
20
23
"Input Field Settings": "Input Field Settings",
24
+
"Logs Empty": "Logs is empty",
25
+
"Logs Message Total": "Message Count",
26
+
"Logs Source": "Source",
27
+
"Logs Time": "Time",
28
+
"Logs Title": "Title",
21
29
"My Apps": "My Apps",
22
30
"Output Field Settings": "Output Field Settings",
23
31
"Paste Config": "Paste Config"
@@ -28,7 +36,13 @@
28
36
"Exit Chat": "Exit",
29
37
"History": "History",
30
38
"New Chat": "New Chat",
31
-
"You need to a chat app": "You need to a chat app"
39
+
"You need to a chat app": "You need to a chat app",
0 commit comments