translation.json 13.6 KB
Newer Older
1
{
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "",
	"(Beta)": "",
	"(e.g. `sh webui.sh --api`)": "",
	"(latest)": "",
	"{{modelName}} is thinking...": "",
	"{{user}}'s Chats": "",
	"{{webUIName}} Backend Required": "",
	"a user": "",
	"About": "",
	"Account": "",
	"Accurate information": "",
	"Add a model": "",
	"Add a model tag name": "",
	"Add a short description about what this modelfile does": "",
	"Add a short title for this prompt": "",
	"Add a tag": "",
	"Add Docs": "",
	"Add Files": "",
	"Add message": "",
	"Add Model": "",
22
	"Add Tags": "",
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
	"Adjusting these settings will apply changes universally to all users.": "",
	"admin": "",
	"Admin Panel": "",
	"Admin Settings": "",
	"Advanced Parameters": "",
	"all": "",
	"All Users": "",
	"Allow": "",
	"Allow Chat Deletion": "",
	"alphanumeric characters and hyphens": "",
	"Already have an account?": "",
	"an assistant": "",
	"and": "",
	"and create a new shared link.": "",
	"API Base URL": "",
	"API Key": "",
	"API Key created.": "",
	"API keys": "",
	"API RPM": "",
	"Archive": "",
	"Archived Chats": "",
	"are allowed - Activate this command by typing": "",
	"Are you sure?": "",
	"Attention to detail": "",
	"Audio": "",
	"Auto-playback response": "",
	"Auto-send input after 3 sec.": "",
	"AUTOMATIC1111 Base URL": "",
	"AUTOMATIC1111 Base URL is required.": "",
	"available!": "",
	"Back": "",
54
	"Bad Response": "",
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
	"before": "",
	"Being lazy": "",
	"Builder Mode": "",
	"Cancel": "",
	"Categories": "",
	"Change Password": "",
	"Chat": "",
	"Chat History": "",
	"Chat History is off for this browser.": "",
	"Chats": "",
	"Check Again": "",
	"Check for updates": "",
	"Checking for updates...": "",
	"Choose a model before saving...": "",
	"Chunk Overlap": "",
	"Chunk Params": "",
	"Chunk Size": "",
	"Click here for help.": "",
	"Click here to": "",
	"Click here to check other modelfiles.": "",
	"Click here to select": "",
	"Click here to select documents.": "",
	"click here.": "",
	"Click on the user role button to change a user's role.": "",
	"Close": "",
	"Collection": "",
	"ComfyUI": "",
	"ComfyUI Base URL": "",
	"ComfyUI Base URL is required.": "",
	"Command": "",
	"Confirm Password": "",
	"Connections": "",
	"Content": "",
	"Context Length": "",
89
	"Continue Response": "",
90
91
	"Conversation Mode": "",
	"Copied shared chat URL to clipboard!": "",
92
	"Copy": "",
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
	"Copy last code block": "",
	"Copy last response": "",
	"Copy Link": "",
	"Copying to clipboard was successful!": "",
	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "",
	"Create a modelfile": "",
	"Create Account": "",
	"Create new key": "",
	"Create new secret key": "",
	"Created at": "",
	"Created At": "",
	"Current Model": "",
	"Current Password": "",
	"Custom": "",
	"Customize Ollama models for a specific purpose": "",
	"Dark": "",
	"Dashboard": "",
	"Database": "",
	"DD/MM/YYYY HH:mm": "",
	"Default": "",
	"Default (Automatic1111)": "",
	"Default (SentenceTransformers)": "",
	"Default (Web API)": "",
	"Default model updated": "",
	"Default Prompt Suggestions": "",
	"Default User Role": "",
	"delete": "",
	"Delete": "",
	"Delete a model": "",
	"Delete chat": "",
123
	"Delete Chat": "",
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
	"Delete Chats": "",
	"delete this link": "",
	"Delete User": "",
	"Deleted {{deleteModelTag}}": "",
	"Deleted {{tagName}}": "",
	"Description": "",
	"Didn't fully follow instructions": "",
	"Disabled": "",
	"Discover a modelfile": "",
	"Discover a prompt": "",
	"Discover, download, and explore custom prompts": "",
	"Discover, download, and explore model presets": "",
	"Display the username instead of You in the Chat": "",
	"Document": "",
	"Document Settings": "",
	"Documents": "",
	"does not make any external connections, and your data stays securely on your locally hosted server.": "",
	"Don't Allow": "",
	"Don't have an account?": "",
	"Don't like the style": "",
	"Download": "",
	"Download Database": "",
	"Drop any files here to add to the conversation": "",
	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
148
	"Edit": "",
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
	"Edit Doc": "",
	"Edit User": "",
	"Email": "",
	"Embedding Model Engine": "",
	"Embedding model set to \"{{embedding_model}}\"": "",
	"Enable Chat History": "",
	"Enable New Sign Ups": "",
	"Enabled": "",
	"Enter {{role}} message here": "",
	"Enter Chunk Overlap": "",
	"Enter Chunk Size": "",
	"Enter Image Size (e.g. 512x512)": "",
	"Enter LiteLLM API Base URL (litellm_params.api_base)": "",
	"Enter LiteLLM API Key (litellm_params.api_key)": "",
	"Enter LiteLLM API RPM (litellm_params.rpm)": "",
	"Enter LiteLLM Model (litellm_params.model)": "",
	"Enter Max Tokens (litellm_params.max_tokens)": "",
	"Enter model tag (e.g. {{modelTag}})": "",
	"Enter Number of Steps (e.g. 50)": "",
Jannik Streidl's avatar
Jannik Streidl committed
168
	"Enter Score": "",
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
	"Enter stop sequence": "",
	"Enter Top K": "",
	"Enter URL (e.g. http://127.0.0.1:7860/)": "",
	"Enter URL (e.g. http://localhost:11434)": "",
	"Enter Your Email": "",
	"Enter Your Full Name": "",
	"Enter Your Password": "",
	"Experimental": "",
	"Export All Chats (All Users)": "",
	"Export Chats": "",
	"Export Documents Mapping": "",
	"Export Modelfiles": "",
	"Export Prompts": "",
	"Failed to create API Key.": "",
	"Failed to read clipboard contents": "",
	"Feel free to add specific details": "",
	"File Mode": "",
	"File not found.": "",
	"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
	"Fluidly stream large external response chunks": "",
	"Focus chat input": "",
	"Followed instructions perfectly": "",
	"Format your variables using square brackets like this:": "",
	"From (Base Model)": "",
	"Full Screen Mode": "",
	"General": "",
	"General Settings": "",
196
197
198
	"Generation Info": "",
	"Good Response": "",
	"has no conversations.": "",
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
	"Hello, {{name}}": "",
	"Hide": "",
	"Hide Additional Params": "",
	"How can I help you today?": "",
	"Hybrid Search": "",
	"Image Generation (Experimental)": "",
	"Image Generation Engine": "",
	"Image Settings": "",
	"Images": "",
	"Import Chats": "",
	"Import Documents Mapping": "",
	"Import Modelfiles": "",
	"Import Prompts": "",
	"Include `--api` flag when running stable-diffusion-webui": "",
	"Interface": "",
	"join our Discord for help.": "",
	"JSON": "",
	"JWT Expiration": "",
	"JWT Token": "",
	"Keep Alive": "",
	"Keyboard shortcuts": "",
	"Language": "",
	"Last Active": "",
	"Light": "",
	"Listening...": "",
	"LLMs can make mistakes. Verify important information.": "",
	"Made by OpenWebUI Community": "",
	"Make sure to enclose them with": "",
	"Manage LiteLLM Models": "",
	"Manage Models": "",
	"Manage Ollama Models": "",
	"Max Tokens": "",
	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "",
	"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
Jannik Streidl's avatar
Jannik Streidl committed
233
	"Minimum Score": "",
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
	"Mirostat": "",
	"Mirostat Eta": "",
	"Mirostat Tau": "",
	"MMMM DD, YYYY": "",
	"MMMM DD, YYYY HH:mm": "",
	"Model '{{modelName}}' has been successfully downloaded.": "",
	"Model '{{modelTag}}' is already in queue for downloading.": "",
	"Model {{modelId}} not found": "",
	"Model {{modelName}} already exists.": "",
	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
	"Model Name": "",
	"Model not selected": "",
	"Model Tag Name": "",
	"Model Whitelisting": "",
	"Model(s) Whitelisted": "",
	"Modelfile": "",
	"Modelfile Advanced Settings": "",
	"Modelfile Content": "",
	"Modelfiles": "",
	"Models": "",
	"More": "",
	"My Documents": "",
	"My Modelfiles": "",
	"My Prompts": "",
	"Name": "",
	"Name Tag": "",
	"Name your modelfile": "",
	"New Chat": "",
	"New Password": "",
	"No results found": "",
	"Not factually correct": "",
	"Not sure what to add?": "",
	"Not sure what to write? Switch to": "",
Jannik Streidl's avatar
Jannik Streidl committed
267
	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
	"Notifications": "",
	"Off": "",
	"Okay, Let's Go!": "",
	"OLED Dark": "",
	"Ollama": "",
	"Ollama Base URL": "",
	"Ollama Version": "",
	"On": "",
	"Only": "",
	"Only alphanumeric characters and hyphens are allowed in the command string.": "",
	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "",
	"Oops! Looks like the URL is invalid. Please double-check and try again.": "",
	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
	"Open": "",
	"Open AI": "",
	"Open AI (Dall-E)": "",
	"Open new chat": "",
	"OpenAI": "",
	"OpenAI API": "",
	"OpenAI API Config": "",
	"OpenAI API Key is required.": "",
	"OpenAI URL/Key required.": "",
	"or": "",
	"Other": "",
	"Overview": "",
	"Parameters": "",
	"Password": "",
	"PDF document (.pdf)": "",
	"PDF Extract Images (OCR)": "",
	"pending": "",
	"Permission denied when accessing microphone: {{error}}": "",
	"Plain text (.txt)": "",
	"Playground": "",
	"Positive attitude": "",
	"Profile Image": "",
	"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
	"Prompt Content": "",
	"Prompt suggestions": "",
	"Prompts": "",
	"Pull \"{{searchValue}}\" from Ollama.com": "",
	"Pull a model from Ollama.com": "",
	"Pull Progress": "",
	"Query Params": "",
	"RAG Template": "",
	"Raw Format": "",
313
	"Read Aloud": "",
314
315
316
	"Record voice": "",
	"Redirecting you to OpenWebUI Community": "",
	"Refused when it shouldn't have": "",
317
	"Regenerate": "",
318
319
320
321
322
323
324
	"Release Notes": "",
	"Remove": "",
	"Remove Model": "",
	"Rename": "",
	"Repeat Last N": "",
	"Repeat Penalty": "",
	"Request Mode": "",
Jannik Streidl's avatar
Jannik Streidl committed
325
	"Reranking model disabled": "",
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
	"Reranking model set to \"{{reranking_model}}\"": "",
	"Reset Vector Storage": "",
	"Response AutoCopy to Clipboard": "",
	"Role": "",
	"Rosé Pine": "",
	"Rosé Pine Dawn": "",
	"Save": "",
	"Save & Create": "",
	"Save & Submit": "",
	"Save & Update": "",
	"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "",
	"Scan": "",
	"Scan complete!": "",
	"Scan for documents from {{path}}": "",
	"Search": "",
	"Search a model": "",
	"Search Documents": "",
	"Search Prompts": "",
	"See readme.md for instructions": "",
	"See what's new": "",
	"Seed": "",
	"Select a mode": "",
	"Select a model": "",
	"Select an Ollama instance": "",
	"Send a Message": "",
	"Send message": "",
	"Server connection verified": "",
	"Set as default": "",
	"Set Default Model": "",
	"Set Image Size": "",
	"Set Steps": "",
	"Set Title Auto-Generation Model": "",
	"Set Voice": "",
	"Settings": "",
	"Settings saved successfully!": "",
	"Share": "",
	"Share Chat": "",
	"Share to OpenWebUI Community": "",
	"short-summary": "",
	"Show": "",
	"Show Additional Params": "",
	"Show shortcuts": "",
	"Showcased creativity": "",
	"sidebar": "",
	"Sign in": "",
	"Sign Out": "",
	"Sign up": "",
	"Signing in": "",
	"Speech recognition error: {{error}}": "",
	"Speech-to-Text Engine": "",
	"SpeechRecognition API is not supported in this browser.": "",
	"Stop Sequence": "",
	"STT Settings": "",
	"Submit": "",
	"Subtitle (e.g. about the Roman Empire)": "",
	"Success": "",
	"Successfully updated.": "",
	"Sync All": "",
	"System": "",
	"System Prompt": "",
	"Tags": "",
	"Tell us more:": "",
	"Temperature": "",
	"Template": "",
	"Text Completion": "",
	"Text-to-Speech Engine": "",
	"Tfs Z": "",
	"Thanks for your feedback!": "",
Jannik Streidl's avatar
Jannik Streidl committed
394
	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
	"Theme": "",
	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
	"This setting does not sync across browsers or devices.": "",
	"Thorough explanation": "",
	"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "",
	"Title": "",
	"Title (e.g. Tell me a fun fact)": "",
	"Title Auto-Generation": "",
	"Title Generation Prompt": "",
	"to": "",
	"To access the available model names for downloading,": "",
	"To access the GGUF models available for downloading,": "",
	"to chat input.": "",
	"Toggle settings": "",
	"Toggle sidebar": "",
	"Top K": "",
	"Top P": "",
	"Trouble accessing Ollama?": "",
	"TTS Settings": "",
	"Type Hugging Face Resolve (Download) URL": "",
	"Uh-oh! There was an issue connecting to {{provider}}.": "",
	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "",
	"Update and Copy Link": "",
	"Update Embedding Model": "",
	"Update embedding model (e.g. {{model}})": "",
	"Update password": "",
	"Update Reranking Model": "",
	"Update reranking model (e.g. {{model}})": "",
	"Upload a GGUF model": "",
	"Upload files": "",
	"Upload Progress": "",
	"URL Mode": "",
	"Use '#' in the prompt input to load and select your documents.": "",
	"Use Gravatar": "",
	"Use Initials": "",
	"user": "",
	"User Permissions": "",
	"Users": "",
	"Utilize": "",
	"Valid time units:": "",
	"variable": "",
	"variable to have them replaced with clipboard content.": "",
	"Version": "",
	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
	"Web": "",
	"Webhook URL": "",
	"WebUI Add-ons": "",
	"WebUI Settings": "",
	"WebUI will make requests to": "",
	"What’s New in": "",
	"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "",
	"Whisper (Local)": "",
	"Write a prompt suggestion (e.g. Who are you?)": "",
	"Write a summary in 50 words that summarizes [topic or keyword].": "",
	"You": "",
	"You have no archived conversations.": "",
	"You have shared this chat": "",
	"You're a helpful assistant.": "",
	"You're now logged in.": ""
454
}