@lobehub/chat 0.145.11 → 0.145.13
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/CHANGELOG.md +58 -0
- package/locales/ar/common.json +1 -1
- package/locales/ar/error.json +7 -7
- package/locales/ar/setting.json +108 -108
- package/locales/bg-BG/common.json +1 -0
- package/locales/bg-BG/error.json +7 -1
- package/locales/bg-BG/setting.json +107 -91
- package/locales/de-DE/common.json +1 -1
- package/locales/de-DE/error.json +7 -7
- package/locales/de-DE/setting.json +106 -106
- package/locales/en-US/common.json +1 -1
- package/locales/en-US/error.json +7 -7
- package/locales/en-US/setting.json +66 -66
- package/locales/es-ES/common.json +1 -1
- package/locales/es-ES/error.json +7 -7
- package/locales/es-ES/setting.json +91 -91
- package/locales/fr-FR/common.json +1 -1
- package/locales/fr-FR/error.json +7 -7
- package/locales/fr-FR/setting.json +87 -87
- package/locales/it-IT/common.json +1 -1
- package/locales/it-IT/error.json +7 -7
- package/locales/it-IT/setting.json +111 -111
- package/locales/ja-JP/common.json +1 -1
- package/locales/ja-JP/error.json +7 -7
- package/locales/ja-JP/setting.json +101 -101
- package/locales/ko-KR/common.json +1 -1
- package/locales/ko-KR/error.json +7 -3
- package/locales/ko-KR/setting.json +82 -82
- package/locales/nl-NL/common.json +1 -1
- package/locales/nl-NL/error.json +10 -10
- package/locales/nl-NL/setting.json +112 -112
- package/locales/pl-PL/common.json +1 -1
- package/locales/pl-PL/error.json +12 -12
- package/locales/pl-PL/setting.json +102 -102
- package/locales/pt-BR/common.json +1 -1
- package/locales/pt-BR/error.json +7 -7
- package/locales/pt-BR/setting.json +104 -104
- package/locales/ru-RU/common.json +1 -1
- package/locales/ru-RU/error.json +7 -7
- package/locales/ru-RU/setting.json +113 -113
- package/locales/tr-TR/common.json +1 -1
- package/locales/tr-TR/error.json +7 -7
- package/locales/tr-TR/setting.json +113 -113
- package/locales/vi-VN/common.json +1 -1
- package/locales/vi-VN/error.json +7 -7
- package/locales/vi-VN/setting.json +81 -81
- package/locales/zh-CN/common.json +1 -1
- package/locales/zh-CN/error.json +6 -6
- package/locales/zh-CN/setting.json +39 -39
- package/locales/zh-TW/common.json +1 -1
- package/locales/zh-TW/error.json +7 -7
- package/locales/zh-TW/setting.json +70 -70
- package/package.json +1 -1
- package/src/app/api/auth/sso-providers/azure-ad.ts +1 -1
- package/src/app/settings/llm/Anthropic/index.tsx +3 -43
- package/src/app/settings/llm/Azure/index.tsx +10 -10
- package/src/app/settings/llm/Bedrock/index.tsx +9 -9
- package/src/app/settings/llm/Google/index.tsx +3 -29
- package/src/app/settings/llm/Groq/index.tsx +2 -28
- package/src/app/settings/llm/Mistral/index.tsx +2 -28
- package/src/app/settings/llm/Moonshot/index.tsx +2 -28
- package/src/app/settings/llm/Ollama/index.tsx +13 -32
- package/src/app/settings/llm/OpenAI/index.tsx +15 -17
- package/src/app/settings/llm/OpenRouter/index.tsx +3 -40
- package/src/app/settings/llm/Perplexity/index.tsx +2 -28
- package/src/app/settings/llm/TogetherAI/index.tsx +3 -44
- package/src/app/settings/llm/ZeroOne/index.tsx +2 -28
- package/src/app/settings/llm/Zhipu/index.tsx +2 -30
- package/src/app/settings/llm/components/ProviderConfig/index.tsx +73 -9
- package/src/app/settings/llm/const.ts +6 -0
- package/src/app/settings/tts/TTS/index.tsx +1 -1
- package/src/locales/default/error.ts +1 -1
- package/src/locales/default/setting.ts +30 -31
- package/src/locales/resources.ts +4 -0
|
@@ -31,215 +31,215 @@
|
|
|
31
31
|
"sessionWithName": "Sessie-instellingen · {{name}}"
|
|
32
32
|
},
|
|
33
33
|
"llm": {
|
|
34
|
-
"
|
|
34
|
+
"anthropic": {
|
|
35
35
|
"endpoint": {
|
|
36
|
-
"desc": "
|
|
36
|
+
"desc": "Naast het standaardadres moet http(s):// worden opgenomen",
|
|
37
37
|
"placeholder": "https://api.anthropic.com",
|
|
38
|
-
"title": "API
|
|
38
|
+
"title": "API Proxy Adres"
|
|
39
39
|
},
|
|
40
40
|
"title": "Anthropic",
|
|
41
41
|
"token": {
|
|
42
|
-
"desc": "Voer de API
|
|
43
|
-
"placeholder": "Anthropic API
|
|
44
|
-
"title": "API
|
|
42
|
+
"desc": "Voer de API Key van Anthropic in",
|
|
43
|
+
"placeholder": "Anthropic API Key",
|
|
44
|
+
"title": "API Key"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"
|
|
47
|
+
"azure": {
|
|
48
48
|
"azureApiVersion": {
|
|
49
|
-
"desc": "
|
|
50
|
-
"fetch": "
|
|
51
|
-
"title": "Azure
|
|
49
|
+
"desc": "De API-versie van Azure, volgt het formaat YYYY-MM-DD, raadpleeg [de nieuwste versie](https://learn.microsoft.com/nl-nl/azure/ai-services/openai/reference#chat-completions)",
|
|
50
|
+
"fetch": "Lijst ophalen",
|
|
51
|
+
"title": "Azure Api Versie"
|
|
52
52
|
},
|
|
53
53
|
"deployments": {
|
|
54
|
-
"desc": "Vul
|
|
55
|
-
"title": "Azure
|
|
54
|
+
"desc": "Vul je deploymentmodellen in met de syntax id=name (als de deploymentnaam en modelnaam hetzelfde zijn, kun je alleen de modelnaam invullen), gebruik een komma (,) om meerdere modellen te scheiden",
|
|
55
|
+
"title": "Azure Deployment Modellenlijst"
|
|
56
56
|
},
|
|
57
57
|
"endpoint": {
|
|
58
|
-
"desc": "
|
|
58
|
+
"desc": "Dit waarde kan gevonden worden in de 'Sleutels en eindpunt' sectie wanneer je een bron in Azure Portal controleert",
|
|
59
59
|
"placeholder": "https://docs-test-001.openai.azure.com",
|
|
60
|
-
"title": "Azure API
|
|
60
|
+
"title": "Azure API Adres"
|
|
61
61
|
},
|
|
62
62
|
"models": {
|
|
63
63
|
"desc": "Ondersteunde modellen",
|
|
64
|
-
"title": "
|
|
64
|
+
"title": "Modellenlijst"
|
|
65
65
|
},
|
|
66
|
-
"title": "Azure OpenAI
|
|
66
|
+
"title": "Azure OpenAI",
|
|
67
67
|
"token": {
|
|
68
|
-
"desc": "
|
|
69
|
-
"placeholder": "Azure API
|
|
70
|
-
"title": "API
|
|
68
|
+
"desc": "Dit waarde kan gevonden worden in de 'Sleutels en eindpunt' sectie wanneer je een bron in Azure Portal controleert. Je kunt KEY1 of KEY2 gebruiken",
|
|
69
|
+
"placeholder": "Azure API Key",
|
|
70
|
+
"title": "API Key"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"
|
|
73
|
+
"bedrock": {
|
|
74
74
|
"accessKeyId": {
|
|
75
|
-
"desc": "
|
|
76
|
-
"placeholder": "AWS Access Key
|
|
77
|
-
"title": "AWS Access Key
|
|
75
|
+
"desc": "Voer AWS Access Key Id in",
|
|
76
|
+
"placeholder": "AWS Access Key Id",
|
|
77
|
+
"title": "AWS Access Key Id"
|
|
78
78
|
},
|
|
79
79
|
"checker": {
|
|
80
80
|
"desc": "Test of AccessKeyId / SecretAccessKey correct zijn ingevuld"
|
|
81
81
|
},
|
|
82
82
|
"region": {
|
|
83
|
-
"desc": "
|
|
84
|
-
"placeholder": "AWS
|
|
85
|
-
"title": "AWS
|
|
83
|
+
"desc": "Voer AWS Region in",
|
|
84
|
+
"placeholder": "AWS Region",
|
|
85
|
+
"title": "AWS Region"
|
|
86
86
|
},
|
|
87
87
|
"secretAccessKey": {
|
|
88
|
-
"desc": "
|
|
88
|
+
"desc": "Voer AWS Secret Access Key in",
|
|
89
89
|
"placeholder": "AWS Secret Access Key",
|
|
90
90
|
"title": "AWS Secret Access Key"
|
|
91
91
|
},
|
|
92
92
|
"title": "Bedrock"
|
|
93
93
|
},
|
|
94
|
-
"
|
|
94
|
+
"checker": {
|
|
95
|
+
"button": "Controleren",
|
|
96
|
+
"desc": "Test of de API-sleutel en proxyadres correct zijn ingevuld",
|
|
97
|
+
"pass": "Succesvol gecontroleerd",
|
|
98
|
+
"title": "Connectiviteitscontrole"
|
|
99
|
+
},
|
|
100
|
+
"google": {
|
|
95
101
|
"title": "Google",
|
|
96
102
|
"token": {
|
|
97
|
-
"desc": "
|
|
98
|
-
"placeholder": "Google API
|
|
99
|
-
"title": "API
|
|
103
|
+
"desc": "Voer de API Key van Google in",
|
|
104
|
+
"placeholder": "Google API Key",
|
|
105
|
+
"title": "API Key"
|
|
100
106
|
}
|
|
101
107
|
},
|
|
102
|
-
"
|
|
108
|
+
"groq": {
|
|
103
109
|
"title": "Groq",
|
|
104
110
|
"token": {
|
|
105
|
-
"desc": "Voer de API
|
|
106
|
-
"placeholder": "Groq API
|
|
107
|
-
"title": "API
|
|
111
|
+
"desc": "Voer de API Key van Groq in",
|
|
112
|
+
"placeholder": "Groq API Key",
|
|
113
|
+
"title": "API Key"
|
|
108
114
|
}
|
|
109
115
|
},
|
|
110
|
-
"
|
|
116
|
+
"mistral": {
|
|
111
117
|
"title": "Mistral AI",
|
|
112
118
|
"token": {
|
|
113
|
-
"desc": "Voer de API
|
|
114
|
-
"placeholder": "Mistral AI API
|
|
115
|
-
"title": "API
|
|
119
|
+
"desc": "Voer de API Key van Mistral AI in",
|
|
120
|
+
"placeholder": "Mistral AI API Key",
|
|
121
|
+
"title": "API Key"
|
|
116
122
|
}
|
|
117
123
|
},
|
|
118
|
-
"
|
|
119
|
-
"title": "
|
|
124
|
+
"moonshot": {
|
|
125
|
+
"title": "De Donkere Kant van de Maan",
|
|
120
126
|
"token": {
|
|
121
|
-
"desc": "
|
|
122
|
-
"placeholder": "Moonshot AI API
|
|
123
|
-
"title": "API
|
|
127
|
+
"desc": "Voer de API Key van Moonshot AI in",
|
|
128
|
+
"placeholder": "Moonshot AI API Key",
|
|
129
|
+
"title": "API Key"
|
|
124
130
|
}
|
|
125
131
|
},
|
|
126
|
-
"
|
|
132
|
+
"ollama": {
|
|
127
133
|
"checker": {
|
|
128
|
-
"desc": "
|
|
134
|
+
"desc": "Test of het proxyadres correct is ingevuld"
|
|
129
135
|
},
|
|
130
136
|
"customModelName": {
|
|
131
|
-
"desc": "Voeg
|
|
132
|
-
"placeholder": "vicuna,
|
|
133
|
-
"title": "Aangepaste
|
|
137
|
+
"desc": "Voeg aangepaste modellen toe, gebruik een komma (,) om meerdere modellen te scheiden",
|
|
138
|
+
"placeholder": "vicuna,llava,codellama,llama2:13b-text",
|
|
139
|
+
"title": "Aangepaste Modelnamen"
|
|
134
140
|
},
|
|
135
141
|
"endpoint": {
|
|
136
|
-
"desc": "
|
|
142
|
+
"desc": "Voer het Ollama interface proxyadres in, laat leeg indien niet specifiek aangegeven",
|
|
137
143
|
"placeholder": "http://127.0.0.1:11434/v1",
|
|
138
|
-
"title": "Interface
|
|
144
|
+
"title": "Interface Proxyadres"
|
|
139
145
|
},
|
|
140
146
|
"title": "Ollama"
|
|
141
147
|
},
|
|
142
|
-
"
|
|
148
|
+
"openai": {
|
|
143
149
|
"azureApiVersion": {
|
|
144
|
-
"desc": "API-versie van Azure,
|
|
150
|
+
"desc": "De API-versie van Azure, volgt het formaat YYYY-MM-DD, raadpleeg [de nieuwste versie](https://learn.microsoft.com/nl-nl/azure/ai-services/openai/reference#chat-completions)",
|
|
145
151
|
"fetch": "Lijst ophalen",
|
|
146
|
-
"title": "Azure
|
|
152
|
+
"title": "Azure Api Versie"
|
|
147
153
|
},
|
|
148
154
|
"customModelName": {
|
|
149
|
-
"desc": "Voeg aangepaste modellen toe,
|
|
155
|
+
"desc": "Voeg aangepaste modellen toe, gebruik een komma (,) om meerdere modellen te scheiden",
|
|
150
156
|
"placeholder": "model1,model2,model3",
|
|
151
|
-
"title": "
|
|
157
|
+
"title": "Aangepaste Modelnamen"
|
|
152
158
|
},
|
|
153
159
|
"endpoint": {
|
|
154
|
-
"desc": "
|
|
160
|
+
"desc": "Naast het standaardadres moet http(s):// worden opgenomen",
|
|
155
161
|
"placeholder": "https://api.openai.com/v1",
|
|
156
|
-
"title": "
|
|
162
|
+
"title": "Interface Proxyadres"
|
|
157
163
|
},
|
|
158
164
|
"models": {
|
|
159
|
-
"count": "
|
|
165
|
+
"count": "Ondersteunt {{count}} modellen",
|
|
160
166
|
"desc": "Ondersteunde modellen",
|
|
161
|
-
"fetch": "
|
|
162
|
-
"notSupport": "Azure OpenAI ondersteunt
|
|
163
|
-
"notSupportTip": "
|
|
164
|
-
"refetch": "
|
|
165
|
-
"title": "
|
|
167
|
+
"fetch": "Modellenlijst ophalen",
|
|
168
|
+
"notSupport": "Azure OpenAI ondersteunt het bekijken van modellenlijsten momenteel niet",
|
|
169
|
+
"notSupportTip": "Je moet zelf zorgen dat de deploymentnaam overeenkomt met de modelnaam",
|
|
170
|
+
"refetch": "Modellenlijst opnieuw ophalen",
|
|
171
|
+
"title": "Modellenlijst"
|
|
166
172
|
},
|
|
167
|
-
"title": "OpenAI
|
|
173
|
+
"title": "OpenAI",
|
|
168
174
|
"token": {
|
|
169
|
-
"desc": "Gebruik
|
|
170
|
-
"placeholder": "OpenAI API
|
|
171
|
-
"title": "API
|
|
175
|
+
"desc": "Gebruik je eigen OpenAI Key",
|
|
176
|
+
"placeholder": "OpenAI API Key",
|
|
177
|
+
"title": "OpenAI API Key"
|
|
172
178
|
},
|
|
173
179
|
"useAzure": {
|
|
174
|
-
"desc": "Gebruik OpenAI
|
|
180
|
+
"desc": "Gebruik de OpenAI dienst aangeboden door Azure",
|
|
175
181
|
"fetch": "Lijst ophalen",
|
|
176
|
-
"serverConfig": "
|
|
177
|
-
"title": "Azure OpenAI
|
|
182
|
+
"serverConfig": "De beheerder heeft Azure OpenAI ingeschakeld op de server, schakelen is niet toegestaan",
|
|
183
|
+
"title": "Azure OpenAI"
|
|
178
184
|
}
|
|
179
185
|
},
|
|
180
|
-
"
|
|
186
|
+
"openrouter": {
|
|
181
187
|
"checker": {
|
|
182
|
-
"desc": "
|
|
188
|
+
"desc": "Test of het proxyadres correct is ingevuld"
|
|
183
189
|
},
|
|
184
190
|
"customModelName": {
|
|
185
|
-
"desc": "Voeg
|
|
191
|
+
"desc": "Voeg aangepaste modellen toe, gebruik een komma (,) om meerdere modellen te scheiden",
|
|
186
192
|
"placeholder": "mistralai/mistral-7b-instruct:free,openchat/openchat-7b:free",
|
|
187
|
-
"title": "Aangepaste
|
|
193
|
+
"title": "Aangepaste Modelnamen"
|
|
188
194
|
},
|
|
189
195
|
"title": "OpenRouter",
|
|
190
196
|
"token": {
|
|
191
|
-
"desc": "Voer de API
|
|
192
|
-
"placeholder": "OpenRouter AI API
|
|
193
|
-
"title": "API
|
|
197
|
+
"desc": "Voer de API Key van OpenRouter AI in",
|
|
198
|
+
"placeholder": "OpenRouter AI API Key",
|
|
199
|
+
"title": "API Key"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"perplexity": {
|
|
203
|
+
"title": "Perplexity",
|
|
204
|
+
"token": {
|
|
205
|
+
"desc": "Voer de API Key van Perplexity AI in",
|
|
206
|
+
"placeholder": "Perplexity AI API Key",
|
|
207
|
+
"title": "API Key"
|
|
194
208
|
}
|
|
195
209
|
},
|
|
196
|
-
"
|
|
210
|
+
"togetherai": {
|
|
197
211
|
"checker": {
|
|
198
|
-
"desc": "
|
|
212
|
+
"desc": "Test of het proxyadres correct is ingevuld"
|
|
199
213
|
},
|
|
200
214
|
"customModelName": {
|
|
201
|
-
"desc": "Voeg
|
|
202
|
-
"placeholder": "
|
|
203
|
-
"title": "Aangepaste
|
|
215
|
+
"desc": "Voeg aangepaste modellen toe, gebruik een komma (,) om meerdere modellen te scheiden",
|
|
216
|
+
"placeholder": "togethercomputer/Llama-2-7B-32K-Instruct,teknium/OpenHermes-2-Mistral-7B",
|
|
217
|
+
"title": "Aangepaste Modelnamen"
|
|
204
218
|
},
|
|
205
219
|
"title": "TogetherAI",
|
|
206
220
|
"token": {
|
|
207
|
-
"desc": "Voer de API
|
|
208
|
-
"placeholder": "TogetherAI AI API
|
|
209
|
-
"title": "API
|
|
221
|
+
"desc": "Voer de API Key van TogetherAI AI in",
|
|
222
|
+
"placeholder": "TogetherAI AI API Key",
|
|
223
|
+
"title": "API Key"
|
|
210
224
|
}
|
|
211
225
|
},
|
|
212
|
-
"
|
|
213
|
-
|
|
214
|
-
"
|
|
215
|
-
"desc": "Voer de API-sleutel in van Perplexity AI",
|
|
216
|
-
"placeholder": "Perplexity AI API-sleutel",
|
|
217
|
-
"title": "API-sleutel"
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
"ZeroOne": {
|
|
221
|
-
"title": "01.AI 零一万物",
|
|
226
|
+
"waitingForMore": "Meer modellen worden <1>gepland om te worden toegevoegd</1>, dus blijf op de hoogte ✨",
|
|
227
|
+
"zeroone": {
|
|
228
|
+
"title": "01.AI Nul Een Alles",
|
|
222
229
|
"token": {
|
|
223
|
-
"desc": "
|
|
224
|
-
"placeholder": "01.AI
|
|
225
|
-
"title": "API
|
|
230
|
+
"desc": "Voer de API Key van 01.AI Nul Een Alles in",
|
|
231
|
+
"placeholder": "01.AI Nul Een Alles API Key",
|
|
232
|
+
"title": "API Key"
|
|
226
233
|
}
|
|
227
234
|
},
|
|
228
|
-
"
|
|
229
|
-
"title": "
|
|
235
|
+
"zhipu": {
|
|
236
|
+
"title": "Intelligent Spectrum",
|
|
230
237
|
"token": {
|
|
231
|
-
"desc": "
|
|
232
|
-
"placeholder": "Zhipu API
|
|
233
|
-
"title": "API
|
|
238
|
+
"desc": "Voer de API Key van Intelligent Spectrum in",
|
|
239
|
+
"placeholder": "Zhipu API Key",
|
|
240
|
+
"title": "API Key"
|
|
234
241
|
}
|
|
235
|
-
}
|
|
236
|
-
"checker": {
|
|
237
|
-
"button": "Controleren",
|
|
238
|
-
"desc": "Test of de API-sleutel en proxyadres correct zijn ingevuld",
|
|
239
|
-
"pass": "Succesvol gecontroleerd",
|
|
240
|
-
"title": "Connectiviteitscontrole"
|
|
241
|
-
},
|
|
242
|
-
"waitingForMore": "Meer modellen worden <1>gepland om te worden toegevoegd</1>, dus blijf op de hoogte ✨"
|
|
242
|
+
}
|
|
243
243
|
},
|
|
244
244
|
"ollama": {
|
|
245
245
|
"download": {
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"oneapi": "One API",
|
|
108
108
|
"openai": "OpenAI",
|
|
109
109
|
"openrouter": "OpenRouter",
|
|
110
|
-
"togetherai": "TogetherAI",
|
|
111
110
|
"perplexity": "Perplexity",
|
|
111
|
+
"togetherai": "TogetherAI",
|
|
112
112
|
"zeroone": "01. Sztuczna inteligencja ZeroOne",
|
|
113
113
|
"zhipu": "Zhipu AI"
|
|
114
114
|
},
|
package/locales/pl-PL/error.json
CHANGED
|
@@ -45,23 +45,22 @@
|
|
|
45
45
|
"InvalidBedrockCredentials": "Uwierzytelnienie Bedrock nie powiodło się, prosimy sprawdzić AccessKeyId/SecretAccessKey i spróbować ponownie.",
|
|
46
46
|
"InvalidGoogleAPIKey": "Nieprawidłowy lub pusty klucz API Google, prosimy sprawdzić klucz API Google i spróbować ponownie.",
|
|
47
47
|
"InvalidGroqAPIKey": "Nieprawidłowy klucz API Groq, prosimy sprawdzić klucz API Groq i spróbować ponownie.",
|
|
48
|
-
"InvalidMistralAPIKey": "Mistral AI
|
|
49
|
-
"InvalidMoonshotAPIKey": "Moonshot AI API
|
|
48
|
+
"InvalidMistralAPIKey": "Nieprawidłowy lub pusty klucz API Mistral AI. Proszę sprawdzić klucz API Mistral i spróbować ponownie.",
|
|
49
|
+
"InvalidMoonshotAPIKey": "Nieprawidłowy lub pusty klucz API Moonshot AI. Proszę sprawdzić klucz API Moonshot i spróbować ponownie.",
|
|
50
50
|
"InvalidOllamaArgs": "Nieprawidłowa konfiguracja Ollama, sprawdź konfigurację Ollama i spróbuj ponownie",
|
|
51
51
|
"InvalidOpenRouterAPIKey": "OpenRouter API Key jest nieprawidłowy lub pusty. Sprawdź klucz API OpenRouter i spróbuj ponownie.",
|
|
52
|
-
"InvalidTogetherAIAPIKey": "TogetherAI API Key jest nieprawidłowy lub pusty. Sprawdź klucz API TogetherAI i spróbuj ponownie.",
|
|
53
52
|
"InvalidPerplexityAPIKey": "Klucz API Perplexity jest nieprawidłowy lub pusty. Sprawdź klucz API Perplexity i spróbuj ponownie.",
|
|
54
|
-
"
|
|
53
|
+
"InvalidTogetherAIAPIKey": "TogetherAI API Key jest nieprawidłowy lub pusty. Sprawdź klucz API TogetherAI i spróbuj ponownie.",
|
|
54
|
+
"InvalidZeroOneAPIKey": "Klucz API Zero One nieprawidłowy lub pusty, sprawdź poprawność klucza API Zero One i spróbuj ponownie",
|
|
55
55
|
"InvalidZhipuAPIKey": "Nieprawidłowy lub pusty klucz API Zhipu, prosimy sprawdzić klucz API Zhipu i spróbować ponownie.",
|
|
56
56
|
"LocationNotSupportError": "Przepraszamy, Twoja lokalizacja nie obsługuje tego usługi modelu, być może ze względu na ograniczenia regionalne lub brak dostępności usługi. Proszę sprawdź, czy bieżąca lokalizacja obsługuje tę usługę, lub spróbuj użyć innych informacji o lokalizacji.",
|
|
57
|
-
"MistralBizError": "
|
|
58
|
-
"MoonshotBizError": "
|
|
57
|
+
"MistralBizError": "Wystąpił błąd żądania usługi Mistral AI. Proszę sprawdzić poniższe informacje lub spróbować ponownie.",
|
|
58
|
+
"MoonshotBizError": "Wystąpił błąd żądania usługi Moonshot AI. Proszę sprawdzić poniższe informacje lub spróbować ponownie.",
|
|
59
59
|
"NoOpenAIAPIKey": "Klucz API OpenAI jest pusty. Proszę dodać niestandardowy klucz API OpenAI",
|
|
60
60
|
"OllamaBizError": "Błąd usługi Ollama, sprawdź poniższe informacje lub spróbuj ponownie",
|
|
61
61
|
"OllamaServiceUnavailable": "Usługa Ollama jest niedostępna. Sprawdź, czy została poprawnie uruchomiona.",
|
|
62
62
|
"OpenAIBizError": "Błąd żądania usługi OpenAI. Proszę sprawdź poniższe informacje i spróbuj ponownie",
|
|
63
63
|
"OpenRouterBizError": "Wystąpił błąd biznesowy podczas żądania usługi OpenRouter AI. Sprawdź poniższe informacje lub spróbuj ponownie.",
|
|
64
|
-
"TogetherAIBizError": "Wystąpił błąd biznesowy podczas żądania usługi TogetherAI AI. Sprawdź poniższe informacje lub spróbuj ponownie.",
|
|
65
64
|
"PerplexityBizError": "Błąd biznesowy podczas żądania usługi Perplexity AI. Sprawdź poniższe informacje lub spróbuj ponownie.",
|
|
66
65
|
"PluginApiNotFound": "Przepraszamy, w manifestach wtyczki nie istnieje to API. Proszę sprawdź, czy metoda żądania jest zgodna z API w manifestach wtyczki",
|
|
67
66
|
"PluginApiParamsError": "Przepraszamy, walidacja parametrów wejściowych żądanej wtyczki nie powiodła się. Proszę sprawdź, czy parametry wejściowe są zgodne z informacjami opisującymi API",
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
"PluginOpenApiInitError": "Przepraszamy, inicjalizacja klienta OpenAPI nie powiodła się. Proszę sprawdź, czy informacje konfiguracyjne OpenAPI są poprawne",
|
|
76
75
|
"PluginServerError": "Błąd zwrócony przez serwer wtyczki. Proszę sprawdź plik opisowy wtyczki, konfigurację wtyczki lub implementację serwera zgodnie z poniższymi informacjami o błędzie",
|
|
77
76
|
"PluginSettingsInvalid": "Ta wtyczka wymaga poprawnej konfiguracji przed użyciem. Proszę sprawdź, czy Twoja konfiguracja jest poprawna",
|
|
77
|
+
"TogetherAIBizError": "Wystąpił błąd biznesowy podczas żądania usługi TogetherAI AI. Sprawdź poniższe informacje lub spróbuj ponownie.",
|
|
78
78
|
"ZeroOneBizError": "请求零一万物服务出错,请根据以下信息排查或重试",
|
|
79
79
|
"ZhipuBizError": "Wystąpił błąd żądania usługi Zhipu, prosimy o sprawdzenie poniższych informacji lub ponowne próbowanie."
|
|
80
80
|
},
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"Bedrock": {
|
|
94
94
|
"customRegion": "Własny obszar usług",
|
|
95
|
-
"description": "Wprowadź swój
|
|
95
|
+
"description": "Wprowadź swój AWS AccessKeyId / SecretAccessKey, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojej konfiguracji uwierzytelniania.",
|
|
96
96
|
"title": "Użyj niestandardowych informacji uwierzytelniających Bedrock"
|
|
97
97
|
},
|
|
98
98
|
"Google": {
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"description": "Wprowadź swój klucz API OpenRouter, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojego klucza API.",
|
|
121
121
|
"title": "Użyj niestandardowego klucza API OpenRouter"
|
|
122
122
|
},
|
|
123
|
-
"TogetherAI": {
|
|
124
|
-
"description": "Wprowadź swój klucz API TogetherAI, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojego klucza API.",
|
|
125
|
-
"title": "Użyj niestandardowego klucza API TogetherAI"
|
|
126
|
-
},
|
|
127
123
|
"Perplexity": {
|
|
128
124
|
"description": "Wprowadź swój klucz API Perplexity, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojego klucza API.",
|
|
129
125
|
"title": "Użyj niestandardowego klucza API Perplexity"
|
|
130
126
|
},
|
|
127
|
+
"TogetherAI": {
|
|
128
|
+
"description": "Wprowadź swój klucz API TogetherAI, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojego klucza API.",
|
|
129
|
+
"title": "Użyj niestandardowego klucza API TogetherAI"
|
|
130
|
+
},
|
|
131
131
|
"ZeroOne": {
|
|
132
132
|
"description": "输入你的零一万物 API Key 即可开始会话。应用不会记录你的 API Key",
|
|
133
133
|
"title": "使用自定义零一万物 API Key"
|