forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.json
148 lines (148 loc) · 4.52 KB
/
common.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"ModelSelect": {
"featureTag": {
"custom": "Custom model, by default, supports both function call and visual recognition. Please verify the availability of the above capabilities based on actual situations.",
"file": "This model supports file upload for reading and recognition",
"functionCall": "This model supports function call.",
"tokens": "This model supports a maximum of {{tokens}} tokens per session.",
"vision": "This model supports visual recognition."
}
},
"about": "About",
"advanceSettings": "Advanced Settings",
"agentMaxToken": "Max Session Length",
"agentModel": "Model",
"agentProfile": "Agent Profile",
"appInitializing": "LobeChat is initializing, please wait...",
"archive": "Archive",
"autoGenerate": "Auto Generate",
"autoGenerateTooltip": "Auto-generate agent description based on prompts",
"cancel": "Cancel",
"changelog": "Changelog",
"close": "Close",
"confirmRemoveSessionItemAlert": "You are about to delete this agent. Once deleted, it cannot be recovered. Please confirm your action.",
"copy": "Copy",
"copyFail": "Copy failed",
"copySuccess": "Copied successfully",
"defaultAgent": "Default Agent",
"defaultSession": "Default Agent",
"delete": "Delete",
"document": "User Manual",
"duplicate": "Create Duplicate",
"edit": "Edit",
"export": "Export Configuration",
"exportType": {
"agent": "Export Agent Settings",
"agentWithMessage": "Export Agent and Messages",
"all": "Export Global Settings and All Agent Data",
"allAgent": "Export All Agent Settings",
"allAgentWithMessage": "Export All Agents and Messages",
"globalSetting": "Export Global Settings"
},
"feedback": "Feedback",
"historyRange": "History Range",
"import": "Import Configuration",
"importModal": {
"finish": {
"onlySettings": "System settings imported successfully",
"start": "Start using",
"subTitle": "Data imported successfully, took {{duration}} seconds. Import details are as follows:",
"title": "Data import completed"
},
"loading": "Data importing, please wait...",
"result": {
"added": "Imported successfully",
"errors": "Import errors",
"messages": "Messages",
"sessionGroups": "Groups",
"sessions": "Agents",
"skips": "Duplicates skipped",
"topics": "Topics",
"type": "Data Type"
},
"title": "Import Data"
},
"lang": {
"ar": "Arabic",
"bn": "Bengali",
"cs-CZ": "Czech",
"da-DK": "Danish",
"de-DE": "German",
"el-GR": "Greek",
"en": "English",
"en-US": "English",
"es-ES": "Spanish",
"fi-FI": "Finnish",
"fr-FR": "French",
"hi-IN": "Hindi",
"hu-HU": "Hungarian",
"id-ID": "Indonesian",
"it-IT": "Italian",
"ja-JP": "Japanese",
"ko-KR": "Korean",
"nl-NL": "Dutch",
"no-NO": "Norwegian",
"pl-PL": "Polish",
"pt-BR": "Portuguese",
"pt-PT": "Portuguese",
"ro-RO": "Romanian",
"ru-RU": "Russian",
"sk-SK": "Slovak",
"sr-RS": "Serbian",
"sv-SE": "Swedish",
"th-TH": "Thai",
"tr-TR": "Turkish",
"uk-UA": "Ukrainian",
"vi-VN": "Vietnamese",
"zh": "Simplified Chinese",
"zh-CN": "Simplified Chinese",
"zh-TW": "Traditional Chinese"
},
"layoutInitializing": "Initializing layout...",
"modelProvider": {
"anthropic": "Anthropic",
"azure": "Azure",
"bedrock": "AWS Bedrock",
"google": "Google",
"mistral": "Mistral AI",
"moonshot": "Moonshot AI",
"ollama": "Ollama",
"oneapi": "One API",
"openai": "OpenAI",
"perplexity": "Perplexity",
"zhipu": "Zhipu AI"
},
"noDescription": "No description available",
"oauth": "SSO Login",
"ok": "OK",
"password": "Password",
"pin": "Pin",
"pinOff": "Unpin",
"regenerate": "Regenerate",
"rename": "Rename",
"reset": "Reset",
"retry": "Retry",
"send": "Send",
"setting": "Settings",
"share": "Share",
"stop": "Stop",
"tab": {
"chat": "Chat",
"market": "Discover",
"setting": "Settings"
},
"telemetry": {
"allow": "Allow",
"deny": "Deny",
"desc": "We would like to anonymously collect usage information to help us improve LobeChat and provide you with a better product experience. You can disable this at any time in Settings - About.",
"learnMore": "Learn More",
"title": "Help LobeChat be better"
},
"temp": "Temporary",
"updateAgent": "Update Agent Information",
"upgradeVersion": {
"action": "Upgrade",
"hasNew": "New update available",
"newVersion": "New version available: {{version}}"
}
}