forked from open-webui/open-webui
		
	main #2
					 4 changed files with 17 additions and 5 deletions
				
			
		|  | @ -67,13 +67,13 @@ | ||||||
| 					{#if $modelfiles.map((modelfile) => modelfile.tagName).includes(message.user)} | 					{#if $modelfiles.map((modelfile) => modelfile.tagName).includes(message.user)} | ||||||
| 						{$modelfiles.find((modelfile) => modelfile.tagName === message.user)?.title} | 						{$modelfiles.find((modelfile) => modelfile.tagName === message.user)?.title} | ||||||
| 					{:else} | 					{:else} | ||||||
| 						{$i18n.t('Sie')} | 						{$i18n.t('You')} | ||||||
| 						<span class=" text-gray-500 text-sm font-medium">{message?.user ?? ''}</span> | 						<span class=" text-gray-500 text-sm font-medium">{message?.user ?? ''}</span> | ||||||
| 					{/if} | 					{/if} | ||||||
| 				{:else if $settings.showUsername} | 				{:else if $settings.showUsername} | ||||||
| 					{user.name} | 					{user.name} | ||||||
| 				{:else} | 				{:else} | ||||||
| 					{$i18n.t('Sie')} | 					{$i18n.t('You')} | ||||||
| 				{/if} | 				{/if} | ||||||
| 
 | 
 | ||||||
| 				{#if message.timestamp} | 				{#if message.timestamp} | ||||||
|  |  | ||||||
|  | @ -322,5 +322,5 @@ | ||||||
| 	"Write a prompt suggestion (e.g. Who are you?)": "Schreiben Sie einen Prompt-Vorschlag (z.B. Wer bist du?)", | 	"Write a prompt suggestion (e.g. Who are you?)": "Schreiben Sie einen Prompt-Vorschlag (z.B. Wer bist du?)", | ||||||
| 	"Write a summary in 50 words that summarizes [topic or keyword]": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.", | 	"Write a summary in 50 words that summarizes [topic or keyword]": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.", | ||||||
| 	"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.", | 	"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.", | ||||||
| 	"You're now logged in.": "Sie sind jetzt angemeldet." | 	"You": "Sie" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -322,5 +322,6 @@ | ||||||
| 	"Add message": "Add message", | 	"Add message": "Add message", | ||||||
| 	"Enter a user message here": "Enter a user message here", | 	"Enter a user message here": "Enter a user message here", | ||||||
| 	"Enter an assistant message here": "Enter an assistant message here", | 	"Enter an assistant message here": "Enter an assistant message here", | ||||||
| 	"Drop any files here to add to the conversation": "Drop any files here to add to the conversation" | 	"Drop any files here to add to the conversation": "Drop any files here to add to the conversation", | ||||||
|  | 	"You": "You" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -311,5 +311,16 @@ | ||||||
| 	"Whisper (Local)": "Шепіт (локально)", | 	"Whisper (Local)": "Шепіт (локально)", | ||||||
| 	"Write a prompt suggestion (e.g. Who are you?)": "Напишіть запит (напр. Хто ти?)", | 	"Write a prompt suggestion (e.g. Who are you?)": "Напишіть запит (напр. Хто ти?)", | ||||||
| 	"Write a summary in 50 words that summarizes [topic or keyword]": "Напишіть стислий зміст у 50 слів, який узагальнює [тему або ключове слово]", | 	"Write a summary in 50 words that summarizes [topic or keyword]": "Напишіть стислий зміст у 50 слів, який узагальнює [тему або ключове слово]", | ||||||
| 	"You're now logged in.": "Ви увійшли в систему." | 	"You're now logged in.": "Ви увійшли в систему.", | ||||||
|  | 	"You": "Ви", | ||||||
|  | 	"Playground": "Майданчик", | ||||||
|  | 	"Add message": "Додати повідомлення", | ||||||
|  | 	"Enter a user message here": "Введіть тут повідомлення користувача", | ||||||
|  | 	"Enter an assistant message here": "Введіть тут повідомлення асистента", | ||||||
|  | 	"Drop any files here to add to the conversation": "Перетягніть сюди файли, щоб додати до розмови", | ||||||
|  | 	"You're a helpful assistant.": "Ви корисний асистент.", | ||||||
|  | 	"assistant": "асистент", | ||||||
|  | 	"Submit": "Надіслати", | ||||||
|  | 	"Chat": "Чат", | ||||||
|  | 	"Text Completion": "Завершення тексту" | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue