mirror of
https://github.com/open-webui/open-webui.git
synced 2025-03-17 13:22:45 +01:00
chore: format
This commit is contained in:
parent
fbf4f5eb30
commit
b01c9184c2
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
||||
<link rel="icon" type="image/png" href="/static/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/static/favicon.ico" />
|
||||
@ -77,7 +77,6 @@
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
function setSplashImage() {
|
||||
const logo = document.getElementById('logo');
|
||||
const isDarkMode = document.documentElement.classList.contains('dark');
|
||||
@ -99,8 +98,6 @@
|
||||
|
||||
// Runs after classes are assigned
|
||||
window.onload = setSplashImage;
|
||||
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
@ -1940,6 +1940,18 @@
|
||||
{#if $banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1}
|
||||
<div class="absolute top-12 left-0 right-0 w-full z-30">
|
||||
<div class=" flex flex-col gap-1 w-full">
|
||||
{#if ($config?.license_metadata?.type ?? null) === 'trial'}
|
||||
<Banner
|
||||
banner={{
|
||||
type: 'info',
|
||||
title: 'Trial License',
|
||||
content: $i18n.t(
|
||||
'You are currently using a trial license. Please contact support to upgrade your license.'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if ($config?.license_metadata?.seats ?? null) !== null && $config?.user_count > $config?.license_metadata?.seats}
|
||||
<Banner
|
||||
banner={{
|
||||
|
@ -126,7 +126,7 @@
|
||||
($i18n.language === 'dg-DG'
|
||||
? `/doge.png`
|
||||
: `${WEBUI_BASE_URL}/static/favicon.png`)}
|
||||
class=" size-9 @sm:size-10 rounded-full border-[1px] border-gray-200 dark:border-none"
|
||||
class=" size-9 @sm:size-10 rounded-full border-[1px] border-gray-100 dark:border-none"
|
||||
alt="logo"
|
||||
draggable="false"
|
||||
/>
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "أمس",
|
||||
"You": "انت",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Пример: поща",
|
||||
"Example: ou=users,dc=foo,dc=example": "Пример: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Пример: sAMAccountName или uid или userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Изключи",
|
||||
"Execute code for analysis": "Изпълнете код за анализ",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Напишете съдържанието на вашия шаблон за модел тук",
|
||||
"Yesterday": "вчера",
|
||||
"You": "Вие",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Можете да чатите с максимум {{maxCount}} файл(а) наведнъж.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Можете да персонализирате взаимодействията си с LLM-и, като добавите спомени чрез бутона 'Управление' по-долу, правейки ги по-полезни и съобразени с вас.",
|
||||
"You cannot upload an empty file.": "Не можете да качите празен файл.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "আগামী",
|
||||
"You": "আপনি",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Exemple: mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "Exemple: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Exemple: sAMAccountName o uid o userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Excloure",
|
||||
"Execute code for analysis": "Executa el codi per analitzar-lo",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Introdueix el contingut de la plantilla del teu model aquí",
|
||||
"Yesterday": "Ahir",
|
||||
"You": "Tu",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Només pots xatejar amb un màxim de {{maxCount}} fitxers alhora.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Pots personalitzar les teves interaccions amb els models de llenguatge afegint memòries mitjançant el botó 'Gestiona' que hi ha a continuació, fent-les més útils i adaptades a tu.",
|
||||
"You cannot upload an empty file.": "No es pot pujar un ariux buit.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "",
|
||||
"You": "",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Vyloučit",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Včera",
|
||||
"You": "Vy",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Můžete komunikovat pouze s maximálně {{maxCount}} soubor(y) najednou.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Můžete personalizovat své interakce s LLM pomocí přidávání vzpomínek prostřednictvím tlačítka 'Spravovat' níže, což je učiní pro vás užitečnějšími a lépe přizpůsobenými.",
|
||||
"You cannot upload an empty file.": "Nemůžete nahrát prázdný soubor.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "I går",
|
||||
"You": "Du",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Du kan kun chatte med maksimalt {{maxCount}} fil(er) ad gangen.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan personliggøre dine interaktioner med LLM'er ved at tilføje minder via knappen 'Administrer' nedenfor, hvilket gør dem mere nyttige og skræddersyet til dig.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Beispiel: mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "Beispiel: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Beispiel: sAMAccountName or uid or userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Ausschließen",
|
||||
"Execute code for analysis": "Code für Analyse ausführen",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Schreiben Sie hier Ihren Modellvorlageninhalt",
|
||||
"Yesterday": "Gestern",
|
||||
"You": "Sie",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Sie können nur mit maximal {{maxCount}} Datei(en) gleichzeitig chatten.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Personalisieren Sie Interaktionen mit LLMs, indem Sie über die Schaltfläche \"Verwalten\" Erinnerungen hinzufügen.",
|
||||
"You cannot upload an empty file.": "Sie können keine leere Datei hochladen.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "",
|
||||
"You": "",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "Παράδειγμα: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Παράδειγμα: sAMAccountName ή uid ή userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Εξαίρεση",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Γράψτε το περιεχόμενο του προτύπου μοντέλου σας εδώ",
|
||||
"Yesterday": "Εχθές",
|
||||
"You": "Εσείς",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Μπορείτε να συνομιλήσετε μόνο με μέγιστο αριθμό {{maxCount}} αρχείου(-ων) ταυτόχρονα.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Μπορείτε να προσωποποιήσετε τις αλληλεπιδράσεις σας με τα LLMs προσθέτοντας αναμνήσεις μέσω του κουμπιού 'Διαχείριση' παρακάτω, κάνοντάς τα πιο χρήσιμα και προσαρμοσμένα σε εσάς.",
|
||||
"You cannot upload an empty file.": "Δεν μπορείτε να ανεβάσετε ένα κενό αρχείο.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "",
|
||||
"You": "",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "",
|
||||
"You": "",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Ejemplo: correo",
|
||||
"Example: ou=users,dc=foo,dc=example": "Ejemplo: ou=usuarios,dc=foo,dc=ejemplo",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Ejemplo: sAMAccountName o uid o userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Excluir",
|
||||
"Execute code for analysis": "Ejecutar código para análisis",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Escribe el contenido de tu plantilla de modelo aquí",
|
||||
"Yesterday": "Ayer",
|
||||
"You": "Usted",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Solo puede chatear con un máximo de {{maxCount}} archivo(s) a la vez.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Puede personalizar sus interacciones con LLMs añadiendo memorias a través del botón 'Gestionar' debajo, haciendo que sean más útiles y personalizados para usted.",
|
||||
"You cannot upload an empty file.": "No puede subir un archivo vacío.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "Adibidea: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Adibidea: sAMAccountName edo uid edo userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Baztertu",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Idatzi hemen zure modelo txantiloi edukia",
|
||||
"Yesterday": "Atzo",
|
||||
"You": "Zu",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Gehienez {{maxCount}} fitxategirekin txateatu dezakezu aldi berean.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "LLMekin dituzun interakzioak pertsonalizatu ditzakezu memoriak gehituz beheko 'Kudeatu' botoiaren bidez, lagungarriagoak eta zuretzat egokituagoak eginez.",
|
||||
"You cannot upload an empty file.": "Ezin duzu fitxategi huts bat kargatu.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "دیروز",
|
||||
"You": "شما",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "شما در هر زمان نهایتا می\u200cتوانید با {{maxCount}} پرونده گفتگو کنید.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Esimerkki: posti",
|
||||
"Example: ou=users,dc=foo,dc=example": "Esimerkki: ou=käyttäjät,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Esimerkki: sAMAccountName tai uid tai userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Jätä pois",
|
||||
"Execute code for analysis": "Suorita koodi analysointia varten",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Kirjoita mallisi mallinnesisältö tähän",
|
||||
"Yesterday": "Eilen",
|
||||
"You": "Sinä",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Voit keskustella enintään {{maxCount}} tiedoston kanssa kerralla.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Voit personoida vuorovaikutustasi LLM-ohjelmien kanssa lisäämällä muistoja 'Hallitse'-painikkeen kautta, jolloin ne ovat hyödyllisempiä ja räätälöityjä sinua varten.",
|
||||
"You cannot upload an empty file.": "Et voi ladata tyhjää tiedostoa.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Hier",
|
||||
"You": "Vous",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Vous pouvez personnaliser vos interactions avec les LLM en ajoutant des souvenirs via le bouton 'Gérer' ci-dessous, ce qui les rendra plus utiles et adaptés à vos besoins.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Exemple: mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "Exemple: ou=utilisateurs,dc=foo,dc=exemple",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Exemple: sAMAccountName ou uid ou userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Exclure",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Écrivez ici le contenu de votre modèle",
|
||||
"Yesterday": "Hier",
|
||||
"You": "Vous",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Vous ne pouvez discuter qu'avec un maximum de {{maxCount}} fichier(s) à la fois.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Vous pouvez personnaliser vos interactions avec les LLM en ajoutant des mémoires à l'aide du bouton « Gérer » ci-dessous, ce qui les rendra plus utiles et mieux adaptées à vos besoins.",
|
||||
"You cannot upload an empty file.": "Vous ne pouvez pas envoyer un fichier vide.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "אתמול",
|
||||
"You": "אתה",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "कल",
|
||||
"You": "आप",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Jučer",
|
||||
"You": "Vi",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Možete personalizirati svoje interakcije s LLM-ima dodavanjem uspomena putem gumba 'Upravljanje' u nastavku, čineći ih korisnijima i prilagođenijima vama.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Kizárás",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Tegnap",
|
||||
"You": "Ön",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Egyszerre maximum {{maxCount}} fájllal tud csevegni.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Az LLM-ekkel való interakcióit személyre szabhatja emlékek hozzáadásával a lenti 'Kezelés' gomb segítségével, így azok még hasznosabbak és személyre szabottabbak lesznek.",
|
||||
"You cannot upload an empty file.": "Nem tölthet fel üres fájlt.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Kemarin",
|
||||
"You": "Anda",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Anda dapat mempersonalisasi interaksi Anda dengan LLM dengan menambahkan kenangan melalui tombol 'Kelola' di bawah ini, sehingga lebih bermanfaat dan disesuaikan untuk Anda.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Sampla: ríomhphost",
|
||||
"Example: ou=users,dc=foo,dc=example": "Sampla: ou=úsáideoirí,dc=foo,dc=sampla",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Sampla: sAMAaccountName nó uid nó userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Eisigh",
|
||||
"Execute code for analysis": "Íosluchtaigh cód le haghaidh anailíse",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Scríobh do mhúnla ábhar teimpléad anseo",
|
||||
"Yesterday": "Inné",
|
||||
"You": "Tú",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Ní féidir leat comhrá a dhéanamh ach le comhad {{maxCount}} ar a mhéad ag an am.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Is féidir leat do chuid idirghníomhaíochtaí le LLManna a phearsantú ach cuimhní cinn a chur leis tríd an gcnaipe 'Bainistigh' thíos, rud a fhágann go mbeidh siad níos cabhrach agus níos oiriúnaí duit.",
|
||||
"You cannot upload an empty file.": "Ní féidir leat comhad folamh a uaslódáil.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Ieri",
|
||||
"You": "Tu",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "昨日",
|
||||
"You": "あなた",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "გამორიცხვა",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "გუშინ",
|
||||
"You": "თქვენ",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "미포함",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "여기에 모델 템플릿 내용을 입력하세요",
|
||||
"Yesterday": "어제",
|
||||
"You": "당신",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "동시에 최대 {{maxCount}} 파일과만 대화할 수 있습니다 ",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "아래 '관리' 버튼으로 메모리를 추가하여 LLM들과의 상호작용을 개인화할 수 있습니다. 이를 통해 더 유용하고 맞춤화된 경험을 제공합니다.",
|
||||
"You cannot upload an empty file.": "빈 파일을 업로드 할 수 없습니다",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Vakar",
|
||||
"You": "Jūs",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Galite pagerinti modelių darbą suteikdami jiems atminties funkcionalumą.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Semalam",
|
||||
"You": "Anda",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Anda boleh memperibadikan interaksi anda dengan LLM dengan menambahkan memori melalui butang 'Urus' di bawah, menjadikannya lebih membantu dan disesuaikan dengan anda.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Eksempel: mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "Eksempel: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Eksempel: sAMAccountName eller uid eller userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Utelukk",
|
||||
"Execute code for analysis": "Kjør kode for analyse",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Skriv inn modellens malinnhold her",
|
||||
"Yesterday": "I går",
|
||||
"You": "Du",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Du kan bare chatte med maksimalt {{maxCount}} fil(er) om gangen.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan tilpasse interaksjonene dine med språkmodeller ved å legge til minner gjennom Administrer-knappen nedenfor, slik at de blir mer til nyttige og tilpasset deg.",
|
||||
"You cannot upload an empty file.": "Du kan ikke laste opp en tom fil.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "Voorbeeld: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Voorbeeld: sAMAccountName or uid or userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Sluit uit",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Schrijf je modelsjablooninhoud hier",
|
||||
"Yesterday": "Gisteren",
|
||||
"You": "Jij",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Je kunt slechts met maximaal {{maxCount}} bestand(en) tegelijk chatten",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Je kunt je interacties met LLM's personaliseren door herinneringen toe te voegen via de 'Beheer'-knop hieronder, waardoor ze nuttiger en voor jou op maat gemaakt worden.",
|
||||
"You cannot upload an empty file.": "Je kunt een leeg bestand niet uploaden.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "ਕੱਲ੍ਹ",
|
||||
"You": "ਤੁਸੀਂ",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Przykład: mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "Przykład: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Przykład: sAMAccountName lub uid lub userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Wykluczyć",
|
||||
"Execute code for analysis": "Wykonaj kod do analizy",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Napisz tutaj zawartość szablonu modelu",
|
||||
"Yesterday": "Wczoraj",
|
||||
"You": "Ty",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Możesz rozmawiać jednocześnie maksymalnie z {{maxCount}} plikiem(i).",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Możesz spersonalizować swoje interakcje z LLM, dodając wspomnienia za pomocą przycisku 'Zarządzaj' poniżej, dzięki czemu będą one bardziej pomocne i dostosowane do Ciebie.",
|
||||
"You cannot upload an empty file.": "Nie możesz przesłać pustego pliku.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "Exemplo: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Exemplo: sAMAccountName ou uid ou userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Excluir",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Escreva o conteúdo do template do modelo aqui.",
|
||||
"Yesterday": "Ontem",
|
||||
"You": "Você",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Você só pode conversar com no máximo {{maxCount}} arquivo(s) de cada vez.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Você pode personalizar suas interações com LLMs adicionando memórias através do botão 'Gerenciar' abaixo, tornando-as mais úteis e adaptadas a você.",
|
||||
"You cannot upload an empty file.": "Você não pode carregar um arquivo vazio.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Ontem",
|
||||
"You": "Você",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Você pode personalizar as suas interações com LLMs adicionando memórias através do botão ‘Gerir’ abaixo, tornando-as mais úteis e personalizadas para você.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Exclude",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Ieri",
|
||||
"You": "Tu",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Puteți discuta cu un număr maxim de {{maxCount}} fișier(e) simultan.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Puteți personaliza interacțiunile dvs. cu LLM-urile adăugând amintiri prin butonul 'Gestionează' de mai jos, făcându-le mai utile și adaptate la dvs.",
|
||||
"You cannot upload an empty file.": "Nu poți încărca un fișier gol.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Исключать",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Напишите здесь содержимое шаблона вашей модели.",
|
||||
"Yesterday": "Вчера",
|
||||
"You": "Вы",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Одновременно вы можете общаться только с максимальным количеством файлов {{maxCount}}.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Вы можете персонализировать свое взаимодействие с LLMs, добавив воспоминания с помощью кнопки \"Управлять\" ниже, что сделает их более полезными и адаптированными для вас.",
|
||||
"You cannot upload an empty file.": "Вы не можете загрузить пустой файл.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Vylúčiť",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Včera",
|
||||
"You": "Vy",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Môžete komunikovať len s maximálne {{maxCount}} súbor(ami) naraz.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Môžete personalizovať svoje interakcie s LLM pridaním spomienok prostredníctvom tlačidla 'Spravovať' nižšie, čo ich urobí pre vás užitočnejšími a lepšie prispôsobenými.",
|
||||
"You cannot upload an empty file.": "Nemôžete nahrať prázdny súbor.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Јуче",
|
||||
"You": "Ти",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Можете учинити разговор са ВЈМ-овима приснијим додавањем сећања користећи „Управљај“ думе испод и тиме их учинити приснијим и кориснијим.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Skriv din models innehåll här",
|
||||
"Yesterday": "Igår",
|
||||
"You": "Dig",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Du kan endast chatta med maximalt {{maxCount}} fil(er) på samma gång",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan anpassa dina interaktioner med stora språkmodeller genom att lägga till minnen via knappen 'Hantera' nedan, så att de blir mer användbara och skräddarsydda för dig.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "เมื่อวาน",
|
||||
"You": "คุณ",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "คุณสามารถปรับแต่งการโต้ตอบของคุณกับ LLMs โดยเพิ่มความทรงจำผ่านปุ่ม 'จัดการ' ด้านล่าง ทำให้มันมีประโยชน์และเหมาะกับคุณมากขึ้น",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "",
|
||||
"You": "",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "Örnek: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Örnek: sAMAccountName or uid or userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Hariç tut",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Model şablon içeriğinizi buraya yazın",
|
||||
"Yesterday": "Dün",
|
||||
"You": "Sen",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Aynı anda en fazla {{maxCount}} dosya ile sohbet edebilirsiniz.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Aşağıdaki 'Yönet' düğmesi aracılığıyla bellekler ekleyerek LLM'lerle etkileşimlerinizi kişiselleştirebilir, onları daha yararlı ve size özel hale getirebilirsiniz.",
|
||||
"You cannot upload an empty file.": "Boş bir dosya yükleyemezsiniz.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "Приклад: пошта",
|
||||
"Example: ou=users,dc=foo,dc=example": "Приклад: ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "Приклад: sAMAccountName або uid або userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "Виключити",
|
||||
"Execute code for analysis": "Виконати код для аналізу",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "Напишіть вміст шаблону моделі тут",
|
||||
"Yesterday": "Вчора",
|
||||
"You": "Ви",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Ви можете спілкуватися лише з максимальною кількістю {{maxCount}} файлів одночасно.",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Ви можете налаштувати ваші взаємодії з мовними моделями, додавши спогади через кнопку 'Керувати' внизу, що зробить їх більш корисними та персоналізованими для вас.",
|
||||
"You cannot upload an empty file.": "Ви не можете завантажити порожній файл.",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "خارج کریں",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "کل",
|
||||
"You": "آپ",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "آپ ایک وقت میں زیادہ سے زیادہ {{maxCount}} فائل(وں) کے ساتھ صرف چیٹ کر سکتے ہیں",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "آپ نیچے موجود 'Manage' بٹن کے ذریعے LLMs کے ساتھ اپنی بات چیت کو یادداشتیں شامل کرکے ذاتی بنا سکتے ہیں، جو انہیں آپ کے لیے زیادہ مددگار اور آپ کے متعلق بنائے گی",
|
||||
"You cannot upload an empty file.": "آپ خالی فائل اپلوڈ نہیں کر سکتے",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "",
|
||||
"Example: ou=users,dc=foo,dc=example": "",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "",
|
||||
"Execute code for analysis": "",
|
||||
"Expand": "",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "",
|
||||
"Yesterday": "Hôm qua",
|
||||
"You": "Bạn",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Bạn có thể cá nhân hóa các tương tác của mình với LLM bằng cách thêm bộ nhớ thông qua nút 'Quản lý' bên dưới, làm cho chúng hữu ích hơn và phù hợp với bạn hơn.",
|
||||
"You cannot upload an empty file.": "",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "例如:mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "例如:ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "例如:sAMAccountName 或 uid 或 userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "排除",
|
||||
"Execute code for analysis": "执行代码进行分析",
|
||||
"Expand": "展开",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "在此写入模型模板内容",
|
||||
"Yesterday": "昨天",
|
||||
"You": "你",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "每次对话最多仅能附上 {{maxCount}} 个文件。",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "通过点击下方的“管理”按钮,你可以添加记忆,以个性化大语言模型的互动,使其更有用,更符合你的需求。",
|
||||
"You cannot upload an empty file.": "请勿上传空文件。",
|
||||
|
@ -450,6 +450,7 @@
|
||||
"Example: mail": "範例:mail",
|
||||
"Example: ou=users,dc=foo,dc=example": "範例:ou=users,dc=foo,dc=example",
|
||||
"Example: sAMAccountName or uid or userPrincipalName": "範例:sAMAccountName 或 uid 或 userPrincipalName",
|
||||
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
|
||||
"Exclude": "排除",
|
||||
"Execute code for analysis": "執行程式碼以進行分析",
|
||||
"Expand": "展開",
|
||||
@ -1157,6 +1158,7 @@
|
||||
"Write your model template content here": "在此撰寫您的模型範本内容",
|
||||
"Yesterday": "昨天",
|
||||
"You": "您",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "您一次最多只能與 {{maxCount}} 個檔案進行對話。",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "您可以透過下方的「管理」按鈕新增記憶,將您與大型語言模型的互動個人化,讓它們更有幫助並更符合您的需求。",
|
||||
"You cannot upload an empty file.": "您無法上傳空檔案",
|
||||
|
Loading…
x
Reference in New Issue
Block a user