File size: 24,440 Bytes
8b50706
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
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
196
197
198
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
233
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
267
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
313
314
315
316
317
318
319
320
321
322
323
324
325
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
394
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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
{
	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ๋˜๋Š” ๋งŒ๋ฃŒ ์—†์Œ '-1'",
	"(Beta)": "(Beta)",
	"(e.g. `sh webui.sh --api`)": "(์˜ˆ: `sh webui.sh --api`)",
	"(latest)": "(latest)",
	"{{modelName}} is thinking...": "{{modelName}} ์ด(๊ฐ€) ์ƒ๊ฐ์ค‘์ž…๋‹ˆ๋‹ค....",
	"{{user}}'s Chats": "",
	"{{webUIName}} Backend Required": "{{webUIName}} ๋ฐฑ์—”๋“œ๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.",
	"a user": "์‚ฌ์šฉ์ž",
	"About": "์†Œ๊ฐœ",
	"Account": "๊ณ„์ •",
	"Accurate information": "",
	"Add": "",
	"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 custom prompt": "ํ”„๋กฌํ”„ํŠธ ์ถ”๊ฐ€",
	"Add Docs": "๋ฌธ์„œ ์ถ”๊ฐ€",
	"Add Files": "ํŒŒ์ผ ์ถ”๊ฐ€",
	"Add Memory": "",
	"Add message": "๋ฉ”์‹œ์ง€ ์ถ”๊ฐ€",
	"Add Model": "",
	"Add Tags": "ํƒœ๊ทธ๋“ค ์ถ”๊ฐ€",
	"Add User": "",
	"Adjusting these settings will apply changes universally to all users.": "์ด ์„ค์ •์„ ์กฐ์ •ํ•˜๋ฉด ๋ชจ๋“  ์‚ฌ์šฉ์ž์—๊ฒŒ ์ ์šฉ๋ฉ๋‹ˆ๋‹ค.",
	"admin": "๊ด€๋ฆฌ์ž",
	"Admin Panel": "๊ด€๋ฆฌ์ž ํŒจ๋„",
	"Admin Settings": "๊ด€๋ฆฌ์ž ์„ค์ •",
	"Advanced Parameters": "๊ณ ๊ธ‰ ๋งค๊ฐœ๋ณ€์ˆ˜",
	"all": "๋ชจ๋‘",
	"All Documents": "",
	"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 ๊ธฐ๋ณธ URL",
	"API Key": "APIํ‚ค",
	"API Key created.": "",
	"API keys": "",
	"API RPM": "API RPM",
	"April": "",
	"Archive": "",
	"Archived Chats": "์ฑ„ํŒ… ๊ธฐ๋ก ์•„์นด์ด๋ธŒ",
	"are allowed - Activate this command by typing": "ํ—ˆ์šฉ๋ฉ๋‹ˆ๋‹ค - ์ด ๋ช…๋ น์„ ํ™œ์„ฑํ™”ํ•˜๋ ค๋ฉด ์ž…๋ ฅํ•˜์„ธ์š”.",
	"Are you sure?": "ํ™•์‹คํ•ฉ๋‹ˆ๊นŒ?",
	"Attach file": "ํŒŒ์ผ ์ฒจ๋ถ€",
	"Attention to detail": "์ƒ์„ธํ•œ ์ฃผ์˜",
	"Audio": "์˜ค๋””์˜ค",
	"August": "",
	"Auto-playback response": "์‘๋‹ต ์ž๋™ ์žฌ์ƒ",
	"Auto-send input after 3 sec.": "3์ดˆ ํ›„ ์ž…๋ ฅ ์ž๋™ ์ „์†ก",
	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Base URL",
	"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Base URL์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.",
	"available!": "์‚ฌ์šฉ ๊ฐ€๋Šฅ!",
	"Back": "๋’ค๋กœ๊ฐ€๊ธฐ",
	"Bad Response": "",
	"before": "",
	"Being lazy": "",
	"Builder Mode": "๋นŒ๋” ๋ชจ๋“œ",
	"Bypass SSL verification for Websites": "",
	"Cancel": "์ทจ์†Œ",
	"Categories": "๋ถ„๋ฅ˜",
	"Change Password": "๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ",
	"Chat": "์ฑ„ํŒ…",
	"Chat Bubble UI": "",
	"Chat direction": "",
	"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 Overlap",
	"Chunk Params": "Chunk Params",
	"Chunk Size": "Chunk Size",
	"Citation": "์ธ์šฉ",
	"Click here for help.": "๋„์›€๋ง์„ ๋ณด๋ ค๋ฉด ์—ฌ๊ธฐ๋ฅผ ํด๋ฆญํ•˜์„ธ์š”.",
	"Click here to": "",
	"Click here to check other modelfiles.": "๋‹ค๋ฅธ ๋ชจ๋ธํŒŒ์ผ์„ ํ™•์ธํ•˜๋ ค๋ฉด ์—ฌ๊ธฐ๋ฅผ ํด๋ฆญํ•˜์„ธ์š”.",
	"Click here to select": "์„ ํƒํ•˜๋ ค๋ฉด ์—ฌ๊ธฐ๋ฅผ ํด๋ฆญํ•˜์„ธ์š”.",
	"Click here to select a csv file.": "",
	"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": "๋‚ด์šฉ ๊ธธ์ด",
	"Continue Response": "",
	"Conversation Mode": "๋Œ€ํ™” ๋ชจ๋“œ",
	"Copied shared chat URL to clipboard!": "",
	"Copy": "",
	"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':": "๋‹ค์Œ ์งˆ๋ฌธ์— ๋Œ€ํ•œ ์ œ๋ชฉ์œผ๋กœ ๊ฐ„๊ฒฐํ•œ 3-5 ๋‹จ์–ด ๋ฌธ๊ตฌ๋ฅผ ๋งŒ๋“œ๋˜ 3-5 ๋‹จ์–ด ์ œํ•œ์„ ์—„๊ฒฉํžˆ ์ค€์ˆ˜ํ•˜๊ณ  '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": "ํŠน์ • ๋ชฉ์ ์œผ๋กœ Ollama ๋ชจ๋ธ ์‚ฌ์šฉ์ž ์ •์˜",
	"Dark": "์–ด๋‘์šด",
	"Dashboard": "",
	"Database": "๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค",
	"December": "",
	"Default": "๊ธฐ๋ณธ๊ฐ’",
	"Default (Automatic1111)": "๊ธฐ๋ณธ๊ฐ’ (Automatic1111)",
	"Default (SentenceTransformers)": "",
	"Default (Web API)": "๊ธฐ๋ณธ๊ฐ’ (Web API)",
	"Default model updated": "๊ธฐ๋ณธ ๋ชจ๋ธ์ด ์—…๋ฐ์ดํŠธ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.",
	"Default Prompt Suggestions": "๊ธฐ๋ณธ ํ”„๋กฌํ”„ํŠธ ์ œ์•ˆ",
	"Default User Role": "๊ธฐ๋ณธ ์‚ฌ์šฉ์ž ์—ญํ• ",
	"delete": "์‚ญ์ œ",
	"Delete": "",
	"Delete a model": "๋ชจ๋ธ ์‚ญ์ œ",
	"Delete chat": "์ฑ„ํŒ… ์‚ญ์ œ",
	"Delete Chat": "",
	"Delete Chats": "์ฑ„ํŒ…๋“ค ์‚ญ์ œ",
	"delete this link": "",
	"Delete User": "",
	"Deleted {{deleteModelTag}}": "{{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": "์ฑ„ํŒ…์—์„œ 'You' ๋Œ€์‹  ์‚ฌ์šฉ์ž ์ด๋ฆ„ ํ‘œ์‹œ",
	"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 canceled": "",
	"Download Database": "๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋‹ค์šด๋กœ๋“œ",
	"Drop any files here to add to the conversation": "๋Œ€ํ™”์— ์ถ”๊ฐ€ํ•  ํŒŒ์ผ์„ ์—ฌ๊ธฐ์— ๋“œ๋กญํ•˜์„ธ์š”.",
	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "์˜ˆ: '30s','10m'. ์œ ํšจํ•œ ์‹œ๊ฐ„ ๋‹จ์œ„๋Š” 's', 'm', 'h'์ž…๋‹ˆ๋‹ค.",
	"Edit": "",
	"Edit Doc": "๋ฌธ์„œ ํŽธ์ง‘",
	"Edit User": "์‚ฌ์šฉ์ž ํŽธ์ง‘",
	"Email": "์ด๋ฉ”์ผ",
	"Embedding Model": "",
	"Embedding Model Engine": "",
	"Embedding model set to \"{{embedding_model}}\"": "",
	"Enable Chat History": "์ฑ„ํŒ… ๊ธฐ๋ก ํ™œ์„ฑํ™”",
	"Enable New Sign Ups": "์ƒˆ ํšŒ์›๊ฐ€์ž… ํ™œ์„ฑํ™”",
	"Enabled": "ํ™œ์„ฑํ™”",
	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
	"Enter {{role}} message here": "์—ฌ๊ธฐ์— {{role}} ๋ฉ”์‹œ์ง€ ์ž…๋ ฅ",
	"Enter a detail about yourself for your LLMs to recall": "",
	"Enter Chunk Overlap": "์ฒญํฌ ์˜ค๋ฒ„๋žฉ ์ž…๋ ฅ",
	"Enter Chunk Size": "์ฒญํฌ ํฌ๊ธฐ ์ž…๋ ฅ",
	"Enter Image Size (e.g. 512x512)": "์ด๋ฏธ์ง€ ํฌ๊ธฐ ์ž…๋ ฅ(์˜ˆ: 512x512)",
	"Enter language codes": "",
	"Enter LiteLLM API Base URL (litellm_params.api_base)": "LiteLLM API ๊ธฐ๋ณธ URL ์ž…๋ ฅ(litellm_params.api_base)",
	"Enter LiteLLM API Key (litellm_params.api_key)": "LiteLLM API ํ‚ค ์ž…๋ ฅ(litellm_params.api_key)",
	"Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM ์ž…๋ ฅ(litellm_params.rpm)",
	"Enter LiteLLM Model (litellm_params.model)": "LiteLLM ๋ชจ๋ธ ์ž…๋ ฅ(litellm_params.model)",
	"Enter Max Tokens (litellm_params.max_tokens)": "์ตœ๋Œ€ ํ† ํฐ ์ˆ˜ ์ž…๋ ฅ(litellm_params.max_tokens)",
	"Enter model tag (e.g. {{modelTag}})": "๋ชจ๋ธ ํƒœ๊ทธ ์ž…๋ ฅ(์˜ˆ: {{modelTag}})",
	"Enter Number of Steps (e.g. 50)": "๋‹จ๊ณ„ ์ˆ˜ ์ž…๋ ฅ(์˜ˆ: 50)",
	"Enter Score": "",
	"Enter stop sequence": "์ค‘์ง€ ์‹œํ€€์Šค ์ž…๋ ฅ",
	"Enter Top K": "Top K ์ž…๋ ฅ",
	"Enter URL (e.g. http://127.0.0.1:7860/)": "URL ์ž…๋ ฅ(์˜ˆ: http://127.0.0.1:7860/)",
	"Enter URL (e.g. http://localhost:11434)": "",
	"Enter Your Email": "์ด๋ฉ”์ผ ์ž…๋ ฅ",
	"Enter Your Full Name": "์ „์ฒด ์ด๋ฆ„ ์ž…๋ ฅ",
	"Enter Your Password": "๋น„๋ฐ€๋ฒˆํ˜ธ ์ž…๋ ฅ",
	"Enter Your Role": "",
	"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": "ํด๋ฆฝ๋ณด๋“œ ๋‚ด์šฉ์„ ์ฝ๋Š” ๋ฐ ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค.",
	"February": "",
	"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": "์ผ๋ฐ˜ ์„ค์ •",
	"Generation Info": "",
	"Good Response": "",
	"h:mm a": "",
	"has no conversations.": "",
	"Hello, {{name}}": "์•ˆ๋…•ํ•˜์„ธ์š”, {{name}}",
	"Help": "",
	"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": "",
	"Input commands": "์ž…๋ ฅ ๋ช…๋ น",
	"Interface": "์ธํ„ฐํŽ˜์ด์Šค",
	"Invalid Tag": "",
	"January": "",
	"join our Discord for help.": "๋„์›€๋ง์„ ๋ณด๋ ค๋ฉด Discord์— ๊ฐ€์ž…ํ•˜์„ธ์š”.",
	"JSON": "JSON",
	"July": "",
	"June": "",
	"JWT Expiration": "JWT ๋งŒ๋ฃŒ",
	"JWT Token": "JWT ํ† ํฐ",
	"Keep Alive": "๊ณ„์† ์œ ์ง€ํ•˜๊ธฐ",
	"Keyboard shortcuts": "ํ‚ค๋ณด๋“œ ๋‹จ์ถ•ํ‚ค",
	"Language": "์–ธ์–ด",
	"Last Active": "",
	"Light": "๋ฐ์Œ",
	"Listening...": "์ฒญ์ทจ ์ค‘...",
	"LLMs can make mistakes. Verify important information.": "LLM์€ ์‹ค์ˆ˜๋ฅผ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ค‘์š”ํ•œ ์ •๋ณด๋ฅผ ํ™•์ธํ•˜์„ธ์š”.",
	"LTR": "",
	"Made by OpenWebUI Community": "OpenWebUI ์ปค๋ฎค๋‹ˆํ‹ฐ์—์„œ ์ œ์ž‘",
	"Make sure to enclose them with": "๋‹ค์Œ์œผ๋กœ ๋ฌถ๋Š” ๊ฒƒ์„ ์žŠ์ง€ ๋งˆ์„ธ์š”:",
	"Manage LiteLLM Models": "LiteLLM ๋ชจ๋ธ ๊ด€๋ฆฌ",
	"Manage Models": "๋ชจ๋ธ ๊ด€๋ฆฌ",
	"Manage Ollama Models": "Ollama ๋ชจ๋ธ ๊ด€๋ฆฌ",
	"March": "",
	"Max Tokens": "์ตœ๋Œ€ ํ† ํฐ ์ˆ˜",
	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "์ตœ๋Œ€ 3๊ฐœ์˜ ๋ชจ๋ธ์„ ๋™์‹œ์— ๋‹ค์šด๋กœ๋“œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๋‚˜์ค‘์— ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.",
	"May": "",
	"Memories accessible by LLMs will be shown here.": "",
	"Memory": "",
	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
	"Minimum Score": "",
	"Mirostat": "Mirostat",
	"Mirostat Eta": "Mirostat Eta",
	"Mirostat Tau": "Mirostat Tau",
	"MMMM DD, YYYY": "",
	"MMMM DD, YYYY HH:mm": "",
	"Model '{{modelName}}' has been successfully downloaded.": "๋ชจ๋ธ '{{modelName}}'์ด(๊ฐ€) ์„ฑ๊ณต์ ์œผ๋กœ ๋‹ค์šด๋กœ๋“œ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.",
	"Model '{{modelTag}}' is already in queue for downloading.": "๋ชจ๋ธ '{{modelTag}}'์ด(๊ฐ€) ์ด๋ฏธ ๋‹ค์šด๋กœ๋“œ ๋Œ€๊ธฐ์—ด์— ์žˆ์Šต๋‹ˆ๋‹ค.",
	"Model {{modelId}} not found": "๋ชจ๋ธ {{modelId}}๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.",
	"Model {{modelName}} already exists.": "๋ชจ๋ธ {{modelName}}์ด(๊ฐ€) ์ด๋ฏธ ์กด์žฌํ•ฉ๋‹ˆ๋‹ค.",
	"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": "",
	"Name": "์ด๋ฆ„",
	"Name Tag": "์ด๋ฆ„ ํƒœ๊ทธ",
	"Name your modelfile": "๋ชจ๋ธํŒŒ์ผ ์ด๋ฆ„ ์ง€์ •",
	"New Chat": "์ƒˆ ์ฑ„ํŒ…",
	"New Password": "์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ",
	"No results found": "",
	"No source available": "์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ์†Œ์Šค ์—†์Œ",
	"Not factually correct": "",
	"Not sure what to add?": "์ถ”๊ฐ€ํ•  ๊ฒƒ์ด ๊ถ๊ธˆํ•˜์„ธ์š”?",
	"Not sure what to write? Switch to": "๋ฌด์—‡์„ ์“ธ์ง€ ๋ชจ๋ฅด๊ฒ ๋‚˜์š”? ์ „ํ™˜ํ•˜์„ธ์š”.",
	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
	"Notifications": "์•Œ๋ฆผ",
	"November": "",
	"October": "",
	"Off": "๋„๊ธฐ",
	"Okay, Let's Go!": "๊ทธ๋ ‡์Šต๋‹ˆ๋‹ค, ์‹œ์ž‘ํ•ฉ์‹œ๋‹ค!",
	"OLED Dark": "",
	"Ollama": "",
	"Ollama Base URL": "Ollama ๊ธฐ๋ณธ URL",
	"Ollama Version": "Ollama ๋ฒ„์ „",
	"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.": "์ด๋Ÿฐ! URL์ด ์ž˜๋ชป๋œ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ํ•œ๋ฒˆ ํ™•์ธํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.",
	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "์ด๋Ÿฐ! ์ง€์›๋˜์ง€ ์•Š๋Š” ๋ฐฉ์‹(ํ”„๋ก ํŠธ์—”๋“œ ์ „์šฉ)์„ ์‚ฌ์šฉํ•˜๊ณ  ๊ณ„์‹ญ๋‹ˆ๋‹ค. ๋ฐฑ์—”๋“œ์—์„œ WebUI๋ฅผ ์ œ๊ณตํ•ด์ฃผ์„ธ์š”.",
	"Open": "์—ด๊ธฐ",
	"Open AI": "Open AI",
	"Open AI (Dall-E)": "OpenAI (Dall-E)",
	"Open new chat": "์ƒˆ ์ฑ„ํŒ… ์—ด๊ธฐ",
	"OpenAI": "",
	"OpenAI API": "OpenAI API",
	"OpenAI API Config": "",
	"OpenAI API Key is required.": "OpenAI API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.",
	"OpenAI URL/Key required.": "",
	"or": "๋˜๋Š”",
	"Other": "",
	"Overview": "",
	"Parameters": "๋งค๊ฐœ๋ณ€์ˆ˜",
	"Password": "๋น„๋ฐ€๋ฒˆํ˜ธ",
	"PDF document (.pdf)": "",
	"PDF Extract Images (OCR)": "PDF์—์„œ ์ด๋ฏธ์ง€ ์ถ”์ถœ (OCR)",
	"pending": "๋ณด๋ฅ˜ ์ค‘",
	"Permission denied when accessing microphone: {{error}}": "๋งˆ์ดํฌ ์•ก์„ธ์Šค๊ฐ€ ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค: {{error}}",
	"Personalization": "",
	"Plain text (.txt)": "",
	"Playground": "๋†€์ดํ„ฐ",
	"Positive attitude": "",
	"Previous 30 days": "",
	"Previous 7 days": "",
	"Profile Image": "",
	"Prompt": "",
	"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": "Ollama.com์—์„œ ๋ชจ๋ธ ๊ฐ€์ ธ์˜ค๊ธฐ",
	"Pull Progress": "๊ฐ€์ ธ์˜ค๊ธฐ ์ง„ํ–‰ ์ƒํ™ฉ",
	"Query Params": "์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜",
	"RAG Template": "RAG ํ…œํ”Œ๋ฆฟ",
	"Raw Format": "Raw ํ˜•์‹",
	"Read Aloud": "",
	"Record voice": "์Œ์„ฑ ๋…น์Œ",
	"Redirecting you to OpenWebUI Community": "OpenWebUI ์ปค๋ฎค๋‹ˆํ‹ฐ๋กœ ๋ฆฌ๋””๋ ‰์…˜ํ•˜๋Š” ์ค‘",
	"Refused when it shouldn't have": "",
	"Regenerate": "",
	"Release Notes": "๋ฆด๋ฆฌ์Šค ๋…ธํŠธ",
	"Remove": "",
	"Remove Model": "",
	"Rename": "",
	"Repeat Last N": "๋งˆ์ง€๋ง‰ N ๋ฐ˜๋ณต",
	"Repeat Penalty": "๋ฐ˜๋ณต ํŒจ๋„ํ‹ฐ",
	"Request Mode": "์š”์ฒญ ๋ชจ๋“œ",
	"Reranking Model": "",
	"Reranking model disabled": "",
	"Reranking model set to \"{{reranking_model}}\"": "",
	"Reset Vector Storage": "๋ฒกํ„ฐ ์Šคํ† ๋ฆฌ์ง€ ์ดˆ๊ธฐํ™”",
	"Response AutoCopy to Clipboard": "์‘๋‹ต ์ž๋™ ํด๋ฆฝ๋ณด๋“œ ๋ณต์‚ฌ",
	"Role": "์—ญํ• ",
	"Rosรฉ Pine": "๋กœ์ œ ํŒŒ์ธ",
	"Rosรฉ Pine Dawn": "๋กœ์ œ ํŒŒ์ธ ๋˜",
	"RTL": "",
	"Save": "์ €์žฅ",
	"Save & Create": "์ €์žฅ ๋ฐ ์ƒ์„ฑ",
	"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}}": "{{path}}์—์„œ ๋ฌธ์„œ ์Šค์บ”",
	"Search": "๊ฒ€์ƒ‰",
	"Search a model": "",
	"Search Documents": "๋ฌธ์„œ ๊ฒ€์ƒ‰",
	"Search Prompts": "ํ”„๋กฌํ”„ํŠธ ๊ฒ€์ƒ‰",
	"See readme.md for instructions": "์„ค๋ช…์€ readme.md๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.",
	"See what's new": "์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ๋ณด๊ธฐ",
	"Seed": "์‹œ๋“œ",
	"Select a mode": "๋ชจ๋“œ ์„ ํƒ",
	"Select a model": "๋ชจ๋ธ ์„ ํƒ",
	"Select an Ollama instance": "Ollama ์ธ์Šคํ„ด์Šค ์„ ํƒ",
	"Select model": "๋ชจ๋ธ ์„ ํƒ",
	"Send": "",
	"Send a Message": "๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ",
	"Send message": "๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ",
	"September": "",
	"Server connection verified": "์„œ๋ฒ„ ์—ฐ๊ฒฐ ํ™•์ธ๋จ",
	"Set as default": "๊ธฐ๋ณธ๊ฐ’์œผ๋กœ ์„ค์ •",
	"Set Default Model": "๊ธฐ๋ณธ ๋ชจ๋ธ ์„ค์ •",
	"Set embedding model (e.g. {{model}})": "",
	"Set Image Size": "์ด๋ฏธ์ง€ ํฌ๊ธฐ ์„ค์ •",
	"Set Model": "๋ชจ๋ธ ์„ค์ •",
	"Set reranking model (e.g. {{model}})": "",
	"Set Steps": "๋‹จ๊ณ„ ์„ค์ •",
	"Set Title Auto-Generation Model": "์ œ๋ชฉ ์ž๋™ ์ƒ์„ฑ ๋ชจ๋ธ ์„ค์ •",
	"Set Voice": "์Œ์„ฑ ์„ค์ •",
	"Settings": "์„ค์ •",
	"Settings saved successfully!": "์„ค์ •์ด ์„ฑ๊ณต์ ์œผ๋กœ ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค!",
	"Share": "",
	"Share Chat": "",
	"Share to OpenWebUI Community": "OpenWebUI ์ปค๋ฎค๋‹ˆํ‹ฐ์— ๊ณต์œ ",
	"short-summary": "๊ฐ„๋‹จํ•œ ์š”์•ฝ",
	"Show": "๋ณด์ด๊ธฐ",
	"Show Additional Params": "์ถ”๊ฐ€ ๋งค๊ฐœ๋ณ€์ˆ˜ ๋ณด๊ธฐ",
	"Show shortcuts": "๋‹จ์ถ•ํ‚ค ๋ณด๊ธฐ",
	"Showcased creativity": "",
	"sidebar": "์‚ฌ์ด๋“œ๋ฐ”",
	"Sign in": "๋กœ๊ทธ์ธ",
	"Sign Out": "๋กœ๊ทธ์•„์›ƒ",
	"Sign up": "๊ฐ€์ž…",
	"Signing in": "",
	"Source": "์ถœ์ฒ˜",
	"Speech recognition error: {{error}}": "์Œ์„ฑ ์ธ์‹ ์˜ค๋ฅ˜: {{error}}",
	"Speech-to-Text Engine": "์Œ์„ฑ-ํ…์ŠคํŠธ ์—”์ง„",
	"SpeechRecognition API is not supported in this browser.": "์ด ๋ธŒ๋ผ์šฐ์ €์—์„œ๋Š” SpeechRecognition API๋ฅผ ์ง€์›ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.",
	"Stop Sequence": "์ค‘์ง€ ์‹œํ€€์Šค",
	"STT Settings": "STT ์„ค์ •",
	"Submit": "์ œ์ถœ",
	"Subtitle (e.g. about the Roman Empire)": "",
	"Success": "์„ฑ๊ณต",
	"Successfully updated.": "์„ฑ๊ณต์ ์œผ๋กœ ์—…๋ฐ์ดํŠธ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.",
	"Suggested": "",
	"Sync All": "๋ชจ๋‘ ๋™๊ธฐํ™”",
	"System": "์‹œ์Šคํ…œ",
	"System Prompt": "์‹œ์Šคํ…œ ํ”„๋กฌํ”„ํŠธ",
	"Tags": "Tags",
	"Tell us more:": "",
	"Temperature": "Temperature",
	"Template": "Template",
	"Text Completion": "ํ…์ŠคํŠธ ์™„์„ฑ",
	"Text-to-Speech Engine": "ํ…์ŠคํŠธ-์Œ์„ฑ ์—”์ง„",
	"Tfs Z": "Tfs Z",
	"Thanks for your feedback!": "",
	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
	"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 cannot be an empty string.": "",
	"Title Generation Prompt": "์ œ๋ชฉ ์ƒ์„ฑ ํ”„๋กฌํ”„ํŠธ",
	"to": "~๊นŒ์ง€",
	"To access the available model names for downloading,": "๋‹ค์šด๋กœ๋“œ ๊ฐ€๋Šฅํ•œ ๋ชจ๋ธ๋ช…์„ ํ™•์ธํ•˜๋ ค๋ฉด,",
	"To access the GGUF models available for downloading,": "๋‹ค์šด๋กœ๋“œ ๊ฐ€๋Šฅํ•œ GGUF ๋ชจ๋ธ์„ ํ™•์ธํ•˜๋ ค๋ฉด,",
	"to chat input.": "์ฑ„ํŒ… ์ž…๋ ฅ์œผ๋กœ.",
	"Today": "",
	"Toggle settings": "์„ค์ • ์ „ํ™˜",
	"Toggle sidebar": "์‚ฌ์ด๋“œ๋ฐ” ์ „ํ™˜",
	"Top K": "Top K",
	"Top P": "Top P",
	"Trouble accessing Ollama?": "Ollama์— ์ ‘๊ทผํ•˜๋Š” ๋ฐ ๋ฌธ์ œ๊ฐ€ ์žˆ๋‚˜์š”?",
	"TTS Settings": "TTS ์„ค์ •",
	"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (๋‹ค์šด๋กœ๋“œ) URL ์ž…๋ ฅ",
	"Uh-oh! There was an issue connecting to {{provider}}.": "์•—! {{provider}}์— ์—ฐ๊ฒฐํ•˜๋Š” ๋ฐ ๋ฌธ์ œ๊ฐ€ ์žˆ์—ˆ์Šต๋‹ˆ๋‹ค.",
	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "์•Œ ์ˆ˜ ์—†๋Š” ํŒŒ์ผ ์œ ํ˜• '{{file_type}}', ํ•˜์ง€๋งŒ ์ผ๋ฐ˜ ํ…์ŠคํŠธ๋กœ ํ—ˆ์šฉํ•˜๊ณ  ์ฒ˜๋ฆฌํ•ฉ๋‹ˆ๋‹ค.",
	"Update and Copy Link": "",
	"Update password": "๋น„๋ฐ€๋ฒˆํ˜ธ ์—…๋ฐ์ดํŠธ",
	"Upload a GGUF model": "GGUF ๋ชจ๋ธ ์—…๋กœ๋“œ",
	"Upload files": "ํŒŒ์ผ ์—…๋กœ๋“œ",
	"Upload Progress": "์—…๋กœ๋“œ ์ง„ํ–‰ ์ƒํ™ฉ",
	"URL Mode": "URL ๋ชจ๋“œ",
	"Use '#' in the prompt input to load and select your documents.": "ํ”„๋กฌํ”„ํŠธ ์ž…๋ ฅ์—์„œ '#'๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋ฌธ์„œ๋ฅผ ๋กœ๋“œํ•˜๊ณ  ์„ ํƒํ•˜์„ธ์š”.",
	"Use Gravatar": "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": "์›น",
	"Web Loader Settings": "",
	"Web Params": "",
	"Webhook URL": "",
	"WebUI Add-ons": "WebUI ์• ๋“œ์˜จ",
	"WebUI Settings": "WebUI ์„ค์ •",
	"WebUI will make requests to": "WebUI๊ฐ€ ์š”์ฒญํ•  ๋Œ€์ƒ:",
	"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)": "์œ„์Šคํผ (Local)",
	"Workspace": "",
	"Write a prompt suggestion (e.g. Who are you?)": "ํ”„๋กฌํ”„ํŠธ ์ œ์•ˆ ์ž‘์„ฑ (์˜ˆ: ๋‹น์‹ ์€ ๋ˆ„๊ตฌ์ธ๊ฐ€์š”?)",
	"Write a summary in 50 words that summarizes [topic or keyword].": "[์ฃผ์ œ ๋˜๋Š” ํ‚ค์›Œ๋“œ]์— ๋Œ€ํ•œ 50๋‹จ์–ด ์š”์•ฝ๋ฌธ ์ž‘์„ฑ.",
	"Yesterday": "",
	"You": "",
	"You have no archived conversations.": "",
	"You have shared this chat": "",
	"You're a helpful assistant.": "๋‹น์‹ ์€ ์œ ์šฉํ•œ ์–ด์‹œ์Šคํ„ดํŠธ์ž…๋‹ˆ๋‹ค.",
	"You're now logged in.": "๋กœ๊ทธ์ธ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.",
	"Youtube": "",
	"Youtube Loader Settings": ""
}