mirror of
https://github.com/open-webui/open-webui
synced 2025-01-19 09:16:44 +00:00
chore: format
This commit is contained in:
parent
0846a08795
commit
016b91adda
@ -208,7 +208,6 @@ export const getChannelMessages = async (
|
||||
return res;
|
||||
};
|
||||
|
||||
|
||||
export const getChannelThreadMessages = async (
|
||||
token: string = '',
|
||||
channel_id: string,
|
||||
@ -247,7 +246,7 @@ export const getChannelThreadMessages = async (
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
type MessageForm = {
|
||||
parent_id?: string;
|
||||
@ -328,7 +327,12 @@ export const updateMessage = async (
|
||||
return res;
|
||||
};
|
||||
|
||||
export const addReaction = async (token: string = '', channel_id: string, message_id: string, name: string) => {
|
||||
export const addReaction = async (
|
||||
token: string = '',
|
||||
channel_id: string,
|
||||
message_id: string,
|
||||
name: string
|
||||
) => {
|
||||
let error = null;
|
||||
|
||||
const res = await fetch(
|
||||
@ -361,10 +365,14 @@ export const addReaction = async (token: string = '', channel_id: string, messag
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
export const removeReaction = async (token: string = '', channel_id: string, message_id: string, name: string) => {
|
||||
export const removeReaction = async (
|
||||
token: string = '',
|
||||
channel_id: string,
|
||||
message_id: string,
|
||||
name: string
|
||||
) => {
|
||||
let error = null;
|
||||
|
||||
const res = await fetch(
|
||||
@ -397,7 +405,7 @@ export const removeReaction = async (token: string = '', channel_id: string, mes
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
export const deleteMessage = async (token: string = '', channel_id: string, message_id: string) => {
|
||||
let error = null;
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "( `sh webui.sh --api`مثال)",
|
||||
"(latest)": "(الأخير)",
|
||||
"{{ models }}": "{{ نماذج }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "دردشات {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} مطلوب",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "إضافة ذكرايات",
|
||||
"Add Model": "اضافة موديل",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "اضافة تاق",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "اللغة",
|
||||
"Last Active": "آخر نشاط",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "إعادة تسمية",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "N كرر آخر",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "وضع الطلب",
|
||||
"Reranking Model": "إعادة تقييم النموذج",
|
||||
"Reranking model disabled": "تم تعطيل نموذج إعادة الترتيب",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
|
||||
"Version": "إصدار",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(например `sh webui.sh --api`)",
|
||||
"(latest)": "(последна)",
|
||||
"{{ models }}": "{{ модели }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'s чатове",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Изисква се Бекенд",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Добавяне на Памет",
|
||||
"Add Model": "Добавяне на Модел",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "добавяне на тагове",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Език",
|
||||
"Last Active": "Последни активни",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Преименуване",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repeat Last N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Request Mode",
|
||||
"Reranking Model": "Reranking Model",
|
||||
"Reranking model disabled": "Reranking model disabled",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "променливи да се заменят съдържанието от клипборд.",
|
||||
"Version": "Версия",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(যেমন `sh webui.sh --api`)",
|
||||
"(latest)": "(সর্বশেষ)",
|
||||
"{{ models }}": "{{ মডেল}}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}র চ্যাটস",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} ব্যাকএন্ড আবশ্যক",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "মেমোরি যোগ করুন",
|
||||
"Add Model": "মডেল যোগ করুন",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "ট্যাগ যোগ করুন",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "ভাষা",
|
||||
"Last Active": "সর্বশেষ সক্রিয়",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "রেনেম",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "রিপিট Last N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "রিকোয়েস্ট মোড",
|
||||
"Reranking Model": "রির্যাক্টিং মডেল",
|
||||
"Reranking model disabled": "রির্যাক্টিং মডেল নিষ্ক্রিয় করা",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "ক্লিপবোর্ডের কন্টেন্ট দিয়ে যেই ভেরিয়েবল রিপ্লেস করা যাবে।",
|
||||
"Version": "ভার্সন",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(p. ex. `sh webui.sh --api`)",
|
||||
"(latest)": "(últim)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Els xats de {{user}}",
|
||||
"{{webUIName}} Backend Required": "El Backend de {{webUIName}} és necessari",
|
||||
"*Prompt node ID(s) are required for image generation": "*Els identificadors de nodes d'indicacions són necessaris per a la generació d'imatges",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Afegir grup",
|
||||
"Add Memory": "Afegir memòria",
|
||||
"Add Model": "Afegir un model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Afegir etiqueta",
|
||||
"Add Tags": "Afegir etiquetes",
|
||||
"Add text content": "Afegir contingut de text",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Idioma",
|
||||
"Last Active": "Activitat recent",
|
||||
"Last Modified": "Modificació",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "Servidor LDAP actualitzat",
|
||||
"Leaderboard": "Tauler de classificació",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Canviar el nom",
|
||||
"Reorder Models": "Reordenar els models",
|
||||
"Repeat Last N": "Repeteix els darrers N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mode de sol·licitud",
|
||||
"Reranking Model": "Model de reavaluació",
|
||||
"Reranking model disabled": "Model de reavaluació desactivat",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
|
||||
"Version": "Versió",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Versió {{selectedVersion}} de {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Visibilitat",
|
||||
"Voice": "Veu",
|
||||
"Voice Input": "Entrada de veu",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(pananglitan `sh webui.sh --api`)",
|
||||
"(latest)": "",
|
||||
"{{ models }}": "",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "",
|
||||
"{{webUIName}} Backend Required": "Backend {{webUIName}} gikinahanglan",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "",
|
||||
"Add Model": "",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "idugang ang mga tag",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Pinulongan",
|
||||
"Last Active": "",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Balika ang katapusang N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Query mode",
|
||||
"Reranking Model": "",
|
||||
"Reranking model disabled": "",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variable aron pulihan kini sa mga sulud sa clipboard.",
|
||||
"Version": "Bersyon",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
|
||||
"(latest)": "Nejnovější",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'s konverzace",
|
||||
"{{webUIName}} Backend Required": "Požadován {{webUIName}} Backend",
|
||||
"*Prompt node ID(s) are required for image generation": "*Jsou vyžadovány IDs pro prompt node pro generování obrázků",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Přidat skupinu",
|
||||
"Add Memory": "Přidat paměť",
|
||||
"Add Model": "Přidat model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Přidat štítek",
|
||||
"Add Tags": "Přidat štítky",
|
||||
"Add text content": "Přidejte textový obsah",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Jazyk",
|
||||
"Last Active": "Naposledy aktivní",
|
||||
"Last Modified": "Poslední změna",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "Žebříček",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Přejmenovat",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Opakovat posledních N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Režim žádosti",
|
||||
"Reranking Model": "Model pro přehodnocení pořadí",
|
||||
"Reranking model disabled": "Přeřazovací model je deaktivován",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "proměnnou, aby byl jejich obsah nahrazen obsahem schránky.",
|
||||
"Version": "Verze",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Verze {{selectedVersion}} z {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Viditelnost",
|
||||
"Voice": "Hlas",
|
||||
"Voice Input": "Hlasový vstup",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
|
||||
"(latest)": "(seneste)",
|
||||
"{{ models }}": "{{ modeller }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}s chats",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend kræves",
|
||||
"*Prompt node ID(s) are required for image generation": "*Prompt node ID(s) er påkrævet for at kunne generere billeder",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Tilføj hukommelse",
|
||||
"Add Model": "Tilføj model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Tilføj tag",
|
||||
"Add Tags": "Tilføj tags",
|
||||
"Add text content": "Tilføj tekst",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Sprog",
|
||||
"Last Active": "Sidst aktiv",
|
||||
"Last Modified": "Sidst ændret",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Omdøb",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Gentag sidste N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Forespørgselstilstand",
|
||||
"Reranking Model": "Omarrangeringsmodel",
|
||||
"Reranking model disabled": "Omarrangeringsmodel deaktiveret",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabel for at få dem erstattet med indholdet af udklipsholderen.",
|
||||
"Version": "Version",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} af {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Stemme",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(z. B. `sh webui.sh --api`)",
|
||||
"(latest)": "(neueste)",
|
||||
"{{ models }}": "{{ Modelle }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}s Unterhaltungen",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich",
|
||||
"*Prompt node ID(s) are required for image generation": "*Prompt-Node-ID(s) sind für die Bildgenerierung erforderlich",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Gruppe hinzufügen",
|
||||
"Add Memory": "Erinnerung hinzufügen",
|
||||
"Add Model": "Modell hinzufügen",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Tag hinzufügen",
|
||||
"Add Tags": "Tags hinzufügen",
|
||||
"Add text content": "Textinhalt hinzufügen",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Sprache",
|
||||
"Last Active": "Zuletzt aktiv",
|
||||
"Last Modified": "Zuletzt bearbeitet",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP-Server aktualisiert",
|
||||
"Leaderboard": "Bestenliste",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Umbenennen",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Wiederhole die letzten N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Anforderungsmodus",
|
||||
"Reranking Model": "Reranking-Modell",
|
||||
"Reranking model disabled": "Reranking-Modell deaktiviert",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "Variable, um den Inhalt der Zwischenablage beim Nutzen des Prompts zu ersetzen.",
|
||||
"Version": "Version",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} von {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Sichtbarkeit",
|
||||
"Voice": "Stimme",
|
||||
"Voice Input": "Spracheingabe",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(such e.g. `sh webui.sh --api`)",
|
||||
"(latest)": "(much latest)",
|
||||
"{{ models }}": "",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend Much Required",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "",
|
||||
"Add Model": "",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Doge Speak",
|
||||
"Last Active": "",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repeat Last N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Request Bark",
|
||||
"Reranking Model": "",
|
||||
"Reranking model disabled": "",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variable to have them replaced with clipboard content. Very replace.",
|
||||
"Version": "Version much version",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(π.χ. `sh webui.sh --api`)",
|
||||
"(latest)": "(τελευταίο)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Συνομιλίες του {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Απαιτείται Backend",
|
||||
"*Prompt node ID(s) are required for image generation": "*Τα αναγνωριστικά κόμβου Prompt απαιτούνται για τη δημιουργία εικόνων",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Προσθήκη Ομάδας",
|
||||
"Add Memory": "Προσθήκη Μνήμης",
|
||||
"Add Model": "Προσθήκη Μοντέλου",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Προσθήκη Ετικέτας",
|
||||
"Add Tags": "Προσθήκη Ετικετών",
|
||||
"Add text content": "Προσθήκη κειμένου",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Γλώσσα",
|
||||
"Last Active": "Τελευταία Ενεργή",
|
||||
"Last Modified": "Τελευταία Τροποποίηση",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "Ο διακομιστής LDAP ενημερώθηκε",
|
||||
"Leaderboard": "Κατάταξη",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Μετονομασία",
|
||||
"Reorder Models": "Επαναταξινόμηση Μοντέλων",
|
||||
"Repeat Last N": "Επανάληψη Τελευταίων N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Λειτουργία Αιτήματος",
|
||||
"Reranking Model": "Μοντέλο Επαναταξινόμησης",
|
||||
"Reranking model disabled": "Το μοντέλο επαναταξινόμησης απενεργοποιήθηκε",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "μεταβλητή να αντικατασταθούν με το περιεχόμενο του πρόχειρου.",
|
||||
"Version": "Έκδοση",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Έκδοση {{selectedVersion}} από {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Ορατότητα",
|
||||
"Voice": "Φωνή",
|
||||
"Voice Input": "Εισαγωγή Φωνής",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "",
|
||||
"(latest)": "",
|
||||
"{{ models }}": "",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "",
|
||||
"{{webUIName}} Backend Required": "",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "",
|
||||
"Add Model": "",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "",
|
||||
"Last Active": "",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "",
|
||||
"Reranking Model": "",
|
||||
"Reranking model disabled": "",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "",
|
||||
"Version": "",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "",
|
||||
"(latest)": "",
|
||||
"{{ models }}": "",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "",
|
||||
"{{webUIName}} Backend Required": "",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "",
|
||||
"Add Model": "",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "",
|
||||
"Last Active": "",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "",
|
||||
"Reranking Model": "",
|
||||
"Reranking model disabled": "",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "",
|
||||
"Version": "",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(p.ej. `sh webui.sh --api`)",
|
||||
"(latest)": "(latest)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Chats de {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Servidor Requerido",
|
||||
"*Prompt node ID(s) are required for image generation": "Los ID de nodo son requeridos para la generación de imágenes",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Agregar Memoria",
|
||||
"Add Model": "Agregar Modelo",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Agregar etiqueta",
|
||||
"Add Tags": "agregar etiquetas",
|
||||
"Add text content": "Añade contenido de texto",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Lenguaje",
|
||||
"Last Active": "Última Actividad",
|
||||
"Last Modified": "Modificado por última vez",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Renombrar",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repetir las últimas N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Modo de petición",
|
||||
"Reranking Model": "Modelo de reranking",
|
||||
"Reranking model disabled": "Modelo de reranking deshabilitado",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variable para reemplazarlos con el contenido del portapapeles.",
|
||||
"Version": "Versión",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Versión {{selectedVersion}} de {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Voz",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(adib. `sh webui.sh --api`)",
|
||||
"(latest)": "(azkena)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}-ren Txatak",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend-a Beharrezkoa",
|
||||
"*Prompt node ID(s) are required for image generation": "Prompt nodoaren IDa(k) beharrezkoak dira irudiak sortzeko",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Gehitu Taldea",
|
||||
"Add Memory": "Gehitu Memoria",
|
||||
"Add Model": "Gehitu Eredua",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Gehitu Etiketa",
|
||||
"Add Tags": "Gehitu Etiketak",
|
||||
"Add text content": "Gehitu testu edukia",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Hizkuntza",
|
||||
"Last Active": "Azken Aktibitatea",
|
||||
"Last Modified": "Azken Aldaketa",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP zerbitzaria eguneratu da",
|
||||
"Leaderboard": "Sailkapena",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Berrizendatu",
|
||||
"Reorder Models": "Berrantolatu modeloak",
|
||||
"Repeat Last N": "Errepikatu azken N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Eskaera modua",
|
||||
"Reranking Model": "Berrantolatze modeloa",
|
||||
"Reranking model disabled": "Berrantolatze modeloa desgaituta",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "aldagaia arbeleko edukiarekin ordezkatzeko.",
|
||||
"Version": "Bertsioa",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "{{totalVersions}}-tik {{selectedVersion}}. bertsioa",
|
||||
"View Replies": "",
|
||||
"Visibility": "Ikusgarritasuna",
|
||||
"Voice": "Ahotsa",
|
||||
"Voice Input": "Ahots sarrera",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
||||
"(latest)": "(آخرین)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} گفتگوهای",
|
||||
"{{webUIName}} Backend Required": "بکند {{webUIName}} نیاز است.",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "افزودن حافظه",
|
||||
"Add Model": "افزودن مدل",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "افزودن برچسب",
|
||||
"Add Tags": "افزودن برچسب\u200cها",
|
||||
"Add text content": "افزودن محتوای متنی",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "زبان",
|
||||
"Last Active": "آخرین فعال",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "تغییر نام",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repeat Last N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "حالت درخواست",
|
||||
"Reranking Model": "مدل ری\u200cشناسی مجدد غیرفعال است",
|
||||
"Reranking model disabled": "مدل ری\u200cشناسی مجدد غیرفعال است",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "متغیر برای جایگزینی آنها با محتوای بریده\u200cدان.",
|
||||
"Version": "نسخه",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "نسخهٔ {{selectedVersion}} از {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "صوت",
|
||||
"Voice Input": "ورودی صوتی",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(esim. `sh webui.sh --api`)",
|
||||
"(latest)": "(uusin)",
|
||||
"{{ models }}": "{{ mallit }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}:n keskustelut",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}}-backend vaaditaan",
|
||||
"*Prompt node ID(s) are required for image generation": "Kuvan luomiseen vaaditaan kehote-solmun ID(t)",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Lisää ryhmä",
|
||||
"Add Memory": "Lisää muistia",
|
||||
"Add Model": "Lisää malli",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Lisää tagi",
|
||||
"Add Tags": "Lisää tageja",
|
||||
"Add text content": "Lisää tekstisisältöä",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Kieli",
|
||||
"Last Active": "Viimeksi aktiivinen",
|
||||
"Last Modified": "Viimeksi muokattu",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP-palvelin päivitetty",
|
||||
"Leaderboard": "Tulosluettelo",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Nimeä uudelleen",
|
||||
"Reorder Models": "Uudelleenjärjestä malleja",
|
||||
"Repeat Last N": "Toista viimeiset N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Pyyntötila",
|
||||
"Reranking Model": "Uudelleenpisteytymismalli",
|
||||
"Reranking model disabled": "Uudelleenpisteytymismalli poistettu käytöstä",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
|
||||
"Version": "Versio",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Versio {{selectedVersion}} / {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Näkyvyys",
|
||||
"Voice": "Ääni",
|
||||
"Voice Input": "Äänitulolaitteen käyttö",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
|
||||
"(latest)": "(dernier)",
|
||||
"{{ models }}": "{{ modèles }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Discussions de {{user}}",
|
||||
"{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Ajouter de la mémoire",
|
||||
"Add Model": "Ajouter un modèle",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "Ajouter des balises",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Langue",
|
||||
"Last Active": "Dernière activité",
|
||||
"Last Modified": "Dernière modification",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Renommer",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Répéter les N derniers",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mode de Requête",
|
||||
"Reranking Model": "Modèle de ré-ranking",
|
||||
"Reranking model disabled": "Modèle de ré-ranking désactivé",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
|
||||
"Version": "Version améliorée",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Voix",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
|
||||
"(latest)": "(dernière version)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Conversations de {{user}}",
|
||||
"{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
|
||||
"*Prompt node ID(s) are required for image generation": "*Les ID de noeud du prompt sont nécessaires pour la génération d’images",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Ajouter un groupe",
|
||||
"Add Memory": "Ajouter de la mémoire",
|
||||
"Add Model": "Ajouter un modèle",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Ajouter un tag",
|
||||
"Add Tags": "Ajouter des tags",
|
||||
"Add text content": "Ajouter du contenu textuel",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Langue",
|
||||
"Last Active": "Dernière activité",
|
||||
"Last Modified": "Dernière modification",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "Serveur LDAP mis à jour",
|
||||
"Leaderboard": "Classement",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Renommer",
|
||||
"Reorder Models": "Réorganiser les modèles",
|
||||
"Repeat Last N": "Répéter les N derniers",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mode de requête",
|
||||
"Reranking Model": "Modèle de ré-ranking",
|
||||
"Reranking model disabled": "Modèle de ré-ranking désactivé",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
|
||||
"Version": "version:",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} de {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Visibilité",
|
||||
"Voice": "Voix",
|
||||
"Voice Input": "Saisie vocale",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(למשל `sh webui.sh --api`)",
|
||||
"(latest)": "(האחרון)",
|
||||
"{{ models }}": "{{ דגמים }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "צ'אטים של {{user}}",
|
||||
"{{webUIName}} Backend Required": "נדרש Backend של {{webUIName}}",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "הוסף זיכרון",
|
||||
"Add Model": "הוסף מודל",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "הוסף תגים",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "שפה",
|
||||
"Last Active": "פעיל לאחרונה",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "שנה שם",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "חזור על ה-N האחרונים",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "מצב בקשה",
|
||||
"Reranking Model": "מודל דירוג מחדש",
|
||||
"Reranking model disabled": "מודל דירוג מחדש מושבת",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "משתנה להחליפו ב- clipboard תוכן.",
|
||||
"Version": "גרסה",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
||||
"(latest)": "(latest)",
|
||||
"{{ models }}": "{{ मॉडल }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} की चैट",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} बैकएंड आवश्यक",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "मेमोरी जोड़ें",
|
||||
"Add Model": "मॉडल जोड़ें",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "टैगों को जोड़ें",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "भाषा",
|
||||
"Last Active": "पिछली बार सक्रिय",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "नाम बदलें",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "अंतिम N दोहराएँ",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "अनुरोध मोड",
|
||||
"Reranking Model": "रीरैकिंग मोड",
|
||||
"Reranking model disabled": "पुनर्रैंकिंग मॉडल अक्षम किया गया",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "उन्हें क्लिपबोर्ड सामग्री से बदलने के लिए वेरिएबल।",
|
||||
"Version": "संस्करण",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(npr. `sh webui.sh --api`)",
|
||||
"(latest)": "(najnovije)",
|
||||
"{{ models }}": "{{ modeli }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Razgovori korisnika {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend je potreban",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Dodaj memoriju",
|
||||
"Add Model": "Dodaj model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "Dodaj oznake",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Jezik",
|
||||
"Last Active": "Zadnja aktivnost",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Preimenuj",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Ponovi zadnjih N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Način zahtjeva",
|
||||
"Reranking Model": "Model za ponovno rangiranje",
|
||||
"Reranking model disabled": "Model za ponovno rangiranje onemogućen",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "varijabla za zamjenu sadržajem međuspremnika.",
|
||||
"Version": "Verzija",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(pl. `sh webui.sh --api`)",
|
||||
"(latest)": "(legújabb)",
|
||||
"{{ models }}": "{{ modellek }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} beszélgetései",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend szükséges",
|
||||
"*Prompt node ID(s) are required for image generation": "*Prompt node ID(k) szükségesek a képgeneráláshoz",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Memória hozzáadása",
|
||||
"Add Model": "Modell hozzáadása",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Címke hozzáadása",
|
||||
"Add Tags": "Címkék hozzáadása",
|
||||
"Add text content": "Szöveges tartalom hozzáadása",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Nyelv",
|
||||
"Last Active": "Utoljára aktív",
|
||||
"Last Modified": "Utoljára módosítva",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "Ranglista",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Átnevezés",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Utolsó N ismétlése",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Kérési mód",
|
||||
"Reranking Model": "Újrarangsoroló modell",
|
||||
"Reranking model disabled": "Újrarangsoroló modell letiltva",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "változó, hogy a vágólap tartalmával helyettesítse őket.",
|
||||
"Version": "Verzió",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "{{selectedVersion}}. verzió a {{totalVersions}}-ból",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Hang",
|
||||
"Voice Input": "Hangbevitel",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(contoh: `sh webui.sh --api`)",
|
||||
"(latest)": "(terbaru)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Obrolan {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Diperlukan Backend",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Menambahkan Memori",
|
||||
"Add Model": "Tambahkan Model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "Tambahkan Tag",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Bahasa",
|
||||
"Last Active": "Terakhir Aktif",
|
||||
"Last Modified": "Terakhir Dimodifikasi",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Ganti nama",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Ulangi N Terakhir",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mode Permintaan",
|
||||
"Reranking Model": "Model Pemeringkatan Ulang",
|
||||
"Reranking model disabled": "Model pemeringkatan ulang dinonaktifkan",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabel untuk diganti dengan konten papan klip.",
|
||||
"Version": "Versi",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Suara",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(m.sh. `sh webui.sh --api`)",
|
||||
"(latest)": "(is déanaí)",
|
||||
"{{ models }}": "{{models}}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Comhráite {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Ceoldeireadh Riachtanach",
|
||||
"*Prompt node ID(s) are required for image generation": "* Tá ID nód pras ag teastáil chun íomhá a ghiniúint",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Cuir Grúpa leis",
|
||||
"Add Memory": "Cuir Cuimhne",
|
||||
"Add Model": "Cuir múnla leis",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Cuir Clib leis",
|
||||
"Add Tags": "Cuir Clibeanna leis",
|
||||
"Add text content": "Cuir ábhar téacs leis",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Teanga",
|
||||
"Last Active": "Gníomhach Deiridh",
|
||||
"Last Modified": "Athraithe Deiridh",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "Nuashonraíodh freastalaí LDAP",
|
||||
"Leaderboard": "An Clár Ceannairí",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Athainmnigh",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Déan an N deireanach arís",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mód Iarratais",
|
||||
"Reranking Model": "Múnla Athrangú",
|
||||
"Reranking model disabled": "Samhail athrangú faoi mhíchumas",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "athróg chun ábhar gearrthaisce a chur in ionad iad.",
|
||||
"Version": "Leagan",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Leagan {{selectedVersion}} de {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Infheictheacht",
|
||||
"Voice": "Guth",
|
||||
"Voice Input": "Ionchur Gutha",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(p.e. `sh webui.sh --api`)",
|
||||
"(latest)": "(ultima)",
|
||||
"{{ models }}": "{{ modelli }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} Chat",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend richiesto",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Aggiungi memoria",
|
||||
"Add Model": "Aggiungi modello",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "Aggiungi tag",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Lingua",
|
||||
"Last Active": "Ultima attività",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Rinomina",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Ripeti ultimi N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Modalità richiesta",
|
||||
"Reranking Model": "Modello di riclassificazione",
|
||||
"Reranking model disabled": "Modello di riclassificazione disabilitato",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabile per farli sostituire con il contenuto degli appunti.",
|
||||
"Version": "Versione",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(例: `sh webui.sh --api`)",
|
||||
"(latest)": "(最新)",
|
||||
"{{ models }}": "{{ モデル }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} のチャット",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} バックエンドが必要です",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "メモリを追加",
|
||||
"Add Model": "モデルを追加",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "タグを追加",
|
||||
"Add Tags": "タグを追加",
|
||||
"Add text content": "コンテンツを追加",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "言語",
|
||||
"Last Active": "最終アクティブ",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "名前を変更",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "最後の N を繰り返す",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "リクエストモード",
|
||||
"Reranking Model": "モデルの再ランキング",
|
||||
"Reranking model disabled": "再ランキングモデルが無効です",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "クリップボードの内容に置き換える変数。",
|
||||
"Version": "バージョン",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "ボイス",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(მაგ. `sh webui.sh --api`)",
|
||||
"(latest)": "(უახლესი)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}-ის ჩათები",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} საჭიროა ბექენდი",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "მემორიის დამატება",
|
||||
"Add Model": "მოდელის დამატება",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "ტეგების დამატება",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "ენა",
|
||||
"Last Active": "ბოლო აქტიური",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "პოპულარობის რაოდენობა",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "გაიმეორეთ ბოლო N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "მოთხოვნის რეჟიმი",
|
||||
"Reranking Model": "რექვექტირება",
|
||||
"Reranking model disabled": "რექვექტირება არაა ჩართული",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "ცვლადი, რომ შეცვალოს ისინი ბუფერში შიგთავსით.",
|
||||
"Version": "ვერსია",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(예: `sh webui.sh --api`)",
|
||||
"(latest)": "(최근)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}의 채팅",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} 백엔드가 필요합니다.",
|
||||
"*Prompt node ID(s) are required for image generation": "사진 생성을 위해 프롬포트 노드 ID가 필요합니다",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "메모리 추가",
|
||||
"Add Model": "모델 추가",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "태그 추가",
|
||||
"Add Tags": "태그 추가",
|
||||
"Add text content": "글 추가",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "언어",
|
||||
"Last Active": "최근 활동",
|
||||
"Last Modified": "마지막 수정",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "리더보드",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "이름 변경",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "마지막 N 반복",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "요청 모드",
|
||||
"Reranking Model": "Reranking 모델",
|
||||
"Reranking model disabled": "Reranking 모델 비활성화",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "변수를 사용하여 클립보드 내용으로 바꾸세요.",
|
||||
"Version": "버전",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "버전 {{totalVersions}}의 {{selectedVersion}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "음성",
|
||||
"Voice Input": "음성 입력",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(pvz. `sh webui.sh --api`)",
|
||||
"(latest)": "(naujausias)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} susirašinėjimai",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} būtinas serveris",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Pridėti atminį",
|
||||
"Add Model": "Pridėti modelį",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Pridėti žymą",
|
||||
"Add Tags": "Pridėti žymas",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Kalba",
|
||||
"Last Active": "Paskutinį kartą aktyvus",
|
||||
"Last Modified": "Paskutinis pakeitimas",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Pervadinti",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Pakartoti paskutinius N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Užklausos rėžimas",
|
||||
"Reranking Model": "Reranking modelis",
|
||||
"Reranking model disabled": "Reranking modelis neleidžiamas",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "kintamoji pakeičiama kopijuoklės turiniu.",
|
||||
"Version": "Versija",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Balsas",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(contoh `sh webui.sh --api`)",
|
||||
"(latest)": "(terkini)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Perbualan {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend diperlukan",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Tambah Memori",
|
||||
"Add Model": "Tambah Model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Tambah Tag",
|
||||
"Add Tags": "Tambah Tag",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Bahasa",
|
||||
"Last Active": "Dilihat aktif terakhir pada",
|
||||
"Last Modified": "Kemaskini terakhir pada",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Namakan Semula",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Ulang N Terakhir",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mod Permintaan",
|
||||
"Reranking Model": "Model 'Reranking'",
|
||||
"Reranking model disabled": "Model 'Reranking' dilumpuhkan",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "pembolehubah untuk ia digantikan dengan kandungan papan klip.",
|
||||
"Version": "Versi",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Suara",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
|
||||
"(latest)": "(siste)",
|
||||
"{{ models }}": "{{ modeller }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} sine samtaler",
|
||||
"{{webUIName}} Backend Required": "Backend til {{webUIName}} kreves",
|
||||
"*Prompt node ID(s) are required for image generation": "Node-ID-er for ledetekst kreves for generering av bilder",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Legg til gruppe",
|
||||
"Add Memory": "Legg til minne",
|
||||
"Add Model": "Legg til modell",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Legg til etikett",
|
||||
"Add Tags": "Legg til etiketter",
|
||||
"Add text content": "Legg til tekstinnhold",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Språk",
|
||||
"Last Active": "Sist aktiv",
|
||||
"Last Modified": "Sist endret",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP-server oppdatert",
|
||||
"Leaderboard": "Ledertavle",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Gi nytt navn",
|
||||
"Reorder Models": "Sorter modeller på nytt",
|
||||
"Repeat Last N": "Gjenta siste N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Forespørselsmodus",
|
||||
"Reranking Model": "Omrangeringsmodell",
|
||||
"Reranking model disabled": "Omrangeringsmodell deaktivert",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabel for å erstatte dem med utklippstavleinnhold.",
|
||||
"Version": "Versjon",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} av {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Synlighet",
|
||||
"Voice": "Stemme",
|
||||
"Voice Input": "Taleinndata",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(bv. `sh webui.sh --api`)",
|
||||
"(latest)": "(nieuwste)",
|
||||
"{{ models }}": "{{ modellen }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'s chats",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend Verplicht",
|
||||
"*Prompt node ID(s) are required for image generation": "*Prompt node ID('s) zijn vereist voor het genereren van afbeeldingen",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Voeg groep toe",
|
||||
"Add Memory": "Voeg geheugen toe",
|
||||
"Add Model": "Voeg model toe",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Voeg tag toe",
|
||||
"Add Tags": "Voeg tags toe",
|
||||
"Add text content": "Voeg tekstinhoud toe",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Taal",
|
||||
"Last Active": "Laatst Actief",
|
||||
"Last Modified": "Laatst aangepast",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP-server bijgewerkt",
|
||||
"Leaderboard": "Klassement",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Hernoemen",
|
||||
"Reorder Models": "Herschik modellen",
|
||||
"Repeat Last N": "Herhaal Laatste N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Request Modus",
|
||||
"Reranking Model": "Reranking Model",
|
||||
"Reranking model disabled": "Reranking model uitgeschakeld",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabele om ze te laten vervangen door klembord inhoud.",
|
||||
"Version": "Versie",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Versie {{selectedVersion}} van {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Zichtbaarheid",
|
||||
"Voice": "Stem",
|
||||
"Voice Input": "Steminvoer",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(ਉਦਾਹਰਣ ਦੇ ਤੌਰ ਤੇ `sh webui.sh --api`)",
|
||||
"(latest)": "(ਤਾਜ਼ਾ)",
|
||||
"{{ models }}": "{{ ਮਾਡਲ }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} ਦੀਆਂ ਗੱਲਾਂ",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} ਬੈਕਐਂਡ ਲੋੜੀਂਦਾ ਹੈ",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "ਮਿਹਾਨ ਸ਼ਾਮਲ ਕਰੋ",
|
||||
"Add Model": "ਮਾਡਲ ਸ਼ਾਮਲ ਕਰੋ",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "ਟੈਗ ਸ਼ਾਮਲ ਕਰੋ",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "ਭਾਸ਼ਾ",
|
||||
"Last Active": "ਆਖਰੀ ਸਰਗਰਮ",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "ਨਾਮ ਬਦਲੋ",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "ਆਖਰੀ N ਨੂੰ ਦੁਹਰਾਓ",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "ਬੇਨਤੀ ਮੋਡ",
|
||||
"Reranking Model": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ",
|
||||
"Reranking model disabled": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ ਅਯੋਗ ਕੀਤਾ ਗਿਆ",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਨਾਲ ਬਦਲਣ ਲਈ ਵੈਰੀਏਬਲ।",
|
||||
"Version": "ਵਰਜਨ",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(np. `sh webui.sh --api`)",
|
||||
"(latest)": "(najnowszy)",
|
||||
"{{ models }}": "{{ modele }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} - czaty",
|
||||
"{{webUIName}} Backend Required": "Backend {{webUIName}} wymagane",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Dodaj pamięć",
|
||||
"Add Model": "Dodaj model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "Dodaj tagi",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Język",
|
||||
"Last Active": "Ostatnio aktywny",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "ZMień nazwę",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Powtórz ostatnie N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Tryb żądania",
|
||||
"Reranking Model": "Zmiana rankingu modelu",
|
||||
"Reranking model disabled": "Zmiana rankingu modelu zablokowana",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "zmienna która zostanie zastąpiona zawartością schowka.",
|
||||
"Version": "Wersja",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
|
||||
"(latest)": "(último)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Chats de {{user}}",
|
||||
"{{webUIName}} Backend Required": "Backend {{webUIName}} necessário",
|
||||
"*Prompt node ID(s) are required for image generation": "*Prompt node ID(s) são obrigatórios para gerar imagens",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Adicionar Grupo",
|
||||
"Add Memory": "Adicionar Memória",
|
||||
"Add Model": "Adicionar Modelo",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Adicionar Tag",
|
||||
"Add Tags": "Adicionar Tags",
|
||||
"Add text content": "Adicionar conteúdo de texto",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Idioma",
|
||||
"Last Active": "Última Atividade",
|
||||
"Last Modified": "Última Modificação",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "Servidor LDAP atualizado",
|
||||
"Leaderboard": "Tabela de classificação",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Renomear",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repetir Último N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Modo de Solicitação",
|
||||
"Reranking Model": "Modelo de Reclassificação",
|
||||
"Reranking model disabled": "Modelo de Reclassificação desativado",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variável para ser substituída pelo conteúdo da área de transferência.",
|
||||
"Version": "Versão",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Versão {{selectedVersion}} de {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Visibilidade",
|
||||
"Voice": "Voz",
|
||||
"Voice Input": "Entrada de voz",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
|
||||
"(latest)": "(mais recente)",
|
||||
"{{ models }}": "{{ modelos }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'s Chats",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend Necessário",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Adicionar memória",
|
||||
"Add Model": "Adicionar modelo",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "adicionar tags",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Idioma",
|
||||
"Last Active": "Último Ativo",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Renomear",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repetir Últimos N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Modo de Pedido",
|
||||
"Reranking Model": "Modelo de Reranking",
|
||||
"Reranking model disabled": "Modelo de Reranking desativado",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variável para que sejam substituídos pelo conteúdo da área de transferência.",
|
||||
"Version": "Versão",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(de ex. `sh webui.sh --api`)",
|
||||
"(latest)": "(ultimul)",
|
||||
"{{ models }}": "{{ modele }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Conversațiile lui {{user}}",
|
||||
"{{webUIName}} Backend Required": "Este necesar backend-ul {{webUIName}}",
|
||||
"*Prompt node ID(s) are required for image generation": "*Sunt necesare ID-urile nodurilor de solicitare pentru generarea imaginii*",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Adaugă Memorie",
|
||||
"Add Model": "Adaugă Model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Adaugă Etichetă",
|
||||
"Add Tags": "Adaugă Etichete",
|
||||
"Add text content": "Adăugați conținut textual",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Limbă",
|
||||
"Last Active": "Ultima Activitate",
|
||||
"Last Modified": "Ultima Modificare",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "Tabel de clasament",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Redenumește",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repetă Ultimele N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Mod de Cerere",
|
||||
"Reranking Model": "Model de Rearanjare",
|
||||
"Reranking model disabled": "Modelul de Rearanjare este dezactivat",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabilă pentru a fi înlocuite cu conținutul clipboard-ului.",
|
||||
"Version": "Versiune",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Versiunea {{selectedVersion}} din {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Voce",
|
||||
"Voice Input": "Intrare vocală",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(например, `sh webui.sh --api`)",
|
||||
"(latest)": "(последняя)",
|
||||
"{{ models }}": "{{ модели }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Чаты {{user}}'а",
|
||||
"{{webUIName}} Backend Required": "Необходимо подключение к серверу {{webUIName}}",
|
||||
"*Prompt node ID(s) are required for image generation": "ID узлов промптов обязательны для генерации изображения",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Добавить группу",
|
||||
"Add Memory": "Добавить воспоминание",
|
||||
"Add Model": "Добавить модель",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Добавить тег",
|
||||
"Add Tags": "Добавить теги",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Язык",
|
||||
"Last Active": "Последний Активный",
|
||||
"Last Modified": "Последнее Изменение",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "LDAP сервер обновлен",
|
||||
"Leaderboard": "Таблица Лидеров",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Переименовать",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Повторить последние N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Режим запроса",
|
||||
"Reranking Model": "Модель реранжирования",
|
||||
"Reranking model disabled": "Модель реранжирования отключена",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "переменную, чтобы заменить их содержимым буфера обмена.",
|
||||
"Version": "Версия",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "Видимость",
|
||||
"Voice": "Голос",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(napr. `sh webui.sh --api`)",
|
||||
"(latest)": "Najnovšie",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'s konverzácie",
|
||||
"{{webUIName}} Backend Required": "Vyžaduje sa {{webUIName}} Backend",
|
||||
"*Prompt node ID(s) are required for image generation": "*Sú potrebné IDs pre prompt node na generovanie obrázkov",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Pridať skupinu",
|
||||
"Add Memory": "Pridať pamäť",
|
||||
"Add Model": "Pridať model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Pridať štítok",
|
||||
"Add Tags": "Pridať štítky",
|
||||
"Add text content": "Pridajte textový obsah",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Jazyk",
|
||||
"Last Active": "Naposledy aktívny",
|
||||
"Last Modified": "Posledná zmena",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "Rebríček",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Premenovať",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Opakovať posledných N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Režim žiadosti",
|
||||
"Reranking Model": "Model na prehodnotenie poradia",
|
||||
"Reranking model disabled": "Model na prehodnotenie poradia je deaktivovaný",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "premennú, aby bol ich obsah nahradený obsahom schránky.",
|
||||
"Version": "Verzia",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Verzia {{selectedVersion}} z {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Viditeľnosť",
|
||||
"Voice": "Hlas",
|
||||
"Voice Input": "Hlasový vstup",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
|
||||
"(latest)": "(најновије)",
|
||||
"{{ models }}": "{{ модели }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Ћаскања корисника {{user}}",
|
||||
"{{webUIName}} Backend Required": "Захтева се {{webUIName}} позадинац",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Додај групу",
|
||||
"Add Memory": "Додај меморију",
|
||||
"Add Model": "Додај модел",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Додај ознаку",
|
||||
"Add Tags": "Додај ознаке",
|
||||
"Add text content": "Додај садржај текста",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Језик",
|
||||
"Last Active": "Последња активност",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "Ранг листа",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Преименуј",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Понови последњих N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Режим захтева",
|
||||
"Reranking Model": "Модел поновног рангирања",
|
||||
"Reranking model disabled": "Модел поновног рангирања онемогућен",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "променљива за замену са садржајем оставе.",
|
||||
"Version": "Издање",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(t.ex. `sh webui.sh --api`)",
|
||||
"(latest)": "(senaste)",
|
||||
"{{ models }}": "{{ modeller }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}s Chats",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Backend krävs",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Lägg till minne",
|
||||
"Add Model": "Lägg till modell",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "Lägg till taggar",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Språk",
|
||||
"Last Active": "Senast aktiv",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Byt namn",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Upprepa senaste N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Frågeläge",
|
||||
"Reranking Model": "Reranking modell",
|
||||
"Reranking model disabled": "Reranking modell inaktiverad",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "variabel för att få dem ersatta med urklippsinnehåll.",
|
||||
"Version": "Version",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(เช่น `sh webui.sh --api`)",
|
||||
"(latest)": "(ล่าสุด)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "การสนทนาของ {{user}}",
|
||||
"{{webUIName}} Backend Required": "ต้องการ Backend ของ {{webUIName}}",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "เพิ่มความจำ",
|
||||
"Add Model": "เพิ่มโมเดล",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "เพิ่มแท็ก",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "ภาษา",
|
||||
"Last Active": "ใช้งานล่าสุด",
|
||||
"Last Modified": "แก้ไขล่าสุด",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "เปลี่ยนชื่อ",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "ทำซ้ำครั้งล่าสุด N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "โหมดคำขอ",
|
||||
"Reranking Model": "จัดอันดับใหม่โมเดล",
|
||||
"Reranking model disabled": "ปิดการใช้งานโมเดลการจัดอันดับใหม่",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "ตัวแปรเพื่อให้แทนที่ด้วยเนื้อหาคลิปบอร์ด",
|
||||
"Version": "เวอร์ชัน",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "เสียง",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "",
|
||||
"(latest)": "",
|
||||
"{{ models }}": "",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "",
|
||||
"{{webUIName}} Backend Required": "",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "",
|
||||
"Add Model": "",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "",
|
||||
"Add Tags": "",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "",
|
||||
"Last Active": "",
|
||||
"Last Modified": "",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "",
|
||||
"Reranking Model": "",
|
||||
"Reranking model disabled": "",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "",
|
||||
"Version": "",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(örn. `sh webui.sh --api`)",
|
||||
"(latest)": "(en son)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'ın Sohbetleri",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Arka-uç Gerekli",
|
||||
"*Prompt node ID(s) are required for image generation": "*Görüntü oluşturma için düğüm kimlikleri gereklidir",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Bellek Ekle",
|
||||
"Add Model": "Model Ekle",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Etiket Ekle",
|
||||
"Add Tags": "Etiketler Ekle",
|
||||
"Add text content": "Metin içeriği ekleme",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Dil",
|
||||
"Last Active": "Son Aktivite",
|
||||
"Last Modified": "Son Düzenleme",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP sunucusu güncellendi",
|
||||
"Leaderboard": "Liderlik Tablosu",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Yeniden Adlandır",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Son N'yi Tekrar Et",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "İstek Modu",
|
||||
"Reranking Model": "Yeniden Sıralama Modeli",
|
||||
"Reranking model disabled": "Yeniden sıralama modeli devre dışı bırakıldı",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "panodaki içerikle değiştirilmesi için değişken.",
|
||||
"Version": "Sürüm",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Ses",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
||||
"(latest)": "(остання)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "Чати {{user}}а",
|
||||
"{{webUIName}} Backend Required": "Необхідно підключення бекенду {{webUIName}}",
|
||||
"*Prompt node ID(s) are required for image generation": "*Для генерації зображення потрібно вказати ідентифікатор(и) вузла(ів)",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "Додати групу",
|
||||
"Add Memory": "Додати пам'ять",
|
||||
"Add Model": "Додати модель",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Додати тег",
|
||||
"Add Tags": "Додати теги",
|
||||
"Add text content": "Додати текстовий вміст",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Мова",
|
||||
"Last Active": "Остання активність",
|
||||
"Last Modified": "Востаннє змінено",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "Сервер LDAP оновлено",
|
||||
"Leaderboard": "Таблиця лідерів",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Перейменувати",
|
||||
"Reorder Models": "Переставити моделі",
|
||||
"Repeat Last N": "Повторити останні N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Режим запиту",
|
||||
"Reranking Model": "Модель переранжування",
|
||||
"Reranking model disabled": "Модель переранжування вимкнена",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "змінна, щоб замінити їх вмістом буфера обміну.",
|
||||
"Version": "Версія",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "Версія {{selectedVersion}} з {{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "Видимість",
|
||||
"Voice": "Голос",
|
||||
"Voice Input": "Голосове введення",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(مثال کے طور پر: `sh webui.sh --api`)",
|
||||
"(latest)": "(تازہ ترین)",
|
||||
"{{ models }}": "{{ ماڈلز }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{ صارف }} کی بات چیت",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} بیک اینڈ درکار ہے",
|
||||
"*Prompt node ID(s) are required for image generation": "تصویر کی تخلیق کے لیے *پرومپٹ نوڈ آئی ڈی(ز) کی ضرورت ہے",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "میموری شامل کریں",
|
||||
"Add Model": "ماڈل شامل کریں",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "ٹیگ شامل کریں",
|
||||
"Add Tags": "ٹیگز شامل کریں",
|
||||
"Add text content": "متن کا مواد شامل کریں",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "زبان",
|
||||
"Last Active": "آخری سرگرمی",
|
||||
"Last Modified": "آخری ترمیم",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "لیڈر بورڈ",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "تبدیل نام کریں",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "آخری این (N)",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "درخواست کا موڈ",
|
||||
"Reranking Model": "دوبارہ درجہ بندی کا ماڈل",
|
||||
"Reranking model disabled": "دوبارہ درجہ بندی کا ماڈل غیر فعال کر دیا گیا",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "انہیں کلپ بورڈ کے مواد سے تبدیل کرنے کے لیے متغیر",
|
||||
"Version": "ورژن",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "ورژن {{selectedVersion}} کا {{totalVersions}} میں سے",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "آواز",
|
||||
"Voice Input": "آواز داخل کریں",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(vd: `sh webui.sh --api`)",
|
||||
"(latest)": "(mới nhất)",
|
||||
"{{ models }}": "{{ mô hình }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}}'s Chats",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Yêu cầu Backend",
|
||||
"*Prompt node ID(s) are required for image generation": "",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "",
|
||||
"Add Memory": "Thêm bộ nhớ",
|
||||
"Add Model": "Thêm model",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "Thêm thẻ",
|
||||
"Add Tags": "thêm thẻ",
|
||||
"Add text content": "",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "Ngôn ngữ",
|
||||
"Last Active": "Truy cập gần nhất",
|
||||
"Last Modified": "Lần sửa gần nhất",
|
||||
"Last reply": "",
|
||||
"LDAP": "",
|
||||
"LDAP server updated": "",
|
||||
"Leaderboard": "",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "Đổi tên",
|
||||
"Reorder Models": "",
|
||||
"Repeat Last N": "Repeat Last N",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "Request Mode",
|
||||
"Reranking Model": "Reranking Model",
|
||||
"Reranking model disabled": "Reranking model disabled",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "biến để có chúng được thay thế bằng nội dung clipboard.",
|
||||
"Version": "Version",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "",
|
||||
"View Replies": "",
|
||||
"Visibility": "",
|
||||
"Voice": "Giọng nói",
|
||||
"Voice Input": "",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
|
||||
"(latest)": "(最新版)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} 的对话记录",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} 需要后端服务",
|
||||
"*Prompt node ID(s) are required for image generation": "*图片生成需要 Prompt node ID",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "添加权限组",
|
||||
"Add Memory": "添加记忆",
|
||||
"Add Model": "添加模型",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "添加标签",
|
||||
"Add Tags": "添加标签",
|
||||
"Add text content": "添加文本内容",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "语言",
|
||||
"Last Active": "最后在线时间",
|
||||
"Last Modified": "最后修改时间",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP 服务器已更新",
|
||||
"Leaderboard": "排行榜",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "重命名",
|
||||
"Reorder Models": "重新排序模型",
|
||||
"Repeat Last N": "重复最后 N 次",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "请求模式",
|
||||
"Reranking Model": "重排模型",
|
||||
"Reranking model disabled": "重排模型已禁用",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "变量将被剪贴板内容替换。",
|
||||
"Version": "版本",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "版本 {{selectedVersion}}/{{totalVersions}}",
|
||||
"View Replies": "",
|
||||
"Visibility": "可见性",
|
||||
"Voice": "语音",
|
||||
"Voice Input": "语音输入",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
|
||||
"(latest)": "(最新版)",
|
||||
"{{ models }}": "{{ models }}",
|
||||
"{{COUNT}} Replies": "",
|
||||
"{{user}}'s Chats": "{{user}} 的對話",
|
||||
"{{webUIName}} Backend Required": "需要 {{webUIName}} 後端",
|
||||
"*Prompt node ID(s) are required for image generation": "* 圖片生成需要提示詞節點 ID",
|
||||
@ -34,6 +35,7 @@
|
||||
"Add Group": "新增群組",
|
||||
"Add Memory": "新增記憶",
|
||||
"Add Model": "新增模型",
|
||||
"Add Reaction": "",
|
||||
"Add Tag": "新增標籤",
|
||||
"Add Tags": "新增標籤",
|
||||
"Add text content": "新增文字內容",
|
||||
@ -534,6 +536,7 @@
|
||||
"Language": "語言",
|
||||
"Last Active": "上次活動時間",
|
||||
"Last Modified": "上次修改時間",
|
||||
"Last reply": "",
|
||||
"LDAP": "LDAP",
|
||||
"LDAP server updated": "LDAP 伺服器已更新",
|
||||
"Leaderboard": "排行榜",
|
||||
@ -739,6 +742,7 @@
|
||||
"Rename": "重新命名",
|
||||
"Reorder Models": "重新排序模型",
|
||||
"Repeat Last N": "重複最後 N 個",
|
||||
"Reply in Thread": "",
|
||||
"Request Mode": "請求模式",
|
||||
"Reranking Model": "重新排序模型",
|
||||
"Reranking model disabled": "已停用重新排序模型",
|
||||
@ -1005,6 +1009,7 @@
|
||||
"variable to have them replaced with clipboard content.": "變數,以便將其替換為剪貼簿內容。",
|
||||
"Version": "版本",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "第 {{selectedVersion}} 版,共 {{totalVersions}} 版",
|
||||
"View Replies": "",
|
||||
"Visibility": "可見性",
|
||||
"Voice": "語音",
|
||||
"Voice Input": "語音輸入",
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { APP_NAME } from '$lib/constants';
|
||||
import { type Writable, writable } from 'svelte/store';
|
||||
import type { ModelConfig } from '$lib/apis';
|
||||
import type { ModelConfig } from '$lib/apis';
|
||||
import type { Banner } from '$lib/types';
|
||||
import type { Socket } from 'socket.io-client';
|
||||
|
||||
@ -22,17 +22,19 @@ export const USAGE_POOL: Writable<null | string[]> = writable(null);
|
||||
|
||||
export const theme = writable('system');
|
||||
|
||||
export const shortCodesToEmojis = writable(Object.entries(emojiShortCodes).reduce((acc, [key, value]) => {
|
||||
if (typeof value === 'string') {
|
||||
acc[value] = key;
|
||||
} else {
|
||||
for (const v of value) {
|
||||
acc[v] = key;
|
||||
export const shortCodesToEmojis = writable(
|
||||
Object.entries(emojiShortCodes).reduce((acc, [key, value]) => {
|
||||
if (typeof value === 'string') {
|
||||
acc[value] = key;
|
||||
} else {
|
||||
for (const v of value) {
|
||||
acc[v] = key;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return acc;
|
||||
}, {}));
|
||||
return acc;
|
||||
}, {})
|
||||
);
|
||||
|
||||
export const chatId = writable('');
|
||||
export const chatTitle = writable('');
|
||||
|
Loading…
Reference in New Issue
Block a user