chore: format
This commit is contained in:
@@ -362,7 +362,9 @@ class FeedbackTable:
|
||||
d = start_date + timedelta(days=i)
|
||||
date_str = d.strftime("%Y-%m-%d")
|
||||
counts = daily_counts.get(date_str, {"won": 0, "lost": 0})
|
||||
result.append(ModelHistoryEntry(date=date_str, won=counts["won"], lost=counts["lost"]))
|
||||
result.append(
|
||||
ModelHistoryEntry(date=date_str, won=counts["won"], lost=counts["lost"])
|
||||
)
|
||||
|
||||
return result
|
||||
|
||||
|
||||
@@ -51,7 +51,9 @@ router = APIRouter()
|
||||
|
||||
import os
|
||||
|
||||
EMBEDDING_MODEL_NAME = os.environ.get("AUXILIARY_EMBEDDING_MODEL", "TaylorAI/bge-micro-v2")
|
||||
EMBEDDING_MODEL_NAME = os.environ.get(
|
||||
"AUXILIARY_EMBEDDING_MODEL", "TaylorAI/bge-micro-v2"
|
||||
)
|
||||
_embedding_model = None
|
||||
|
||||
|
||||
@@ -258,8 +260,6 @@ async def get_leaderboard(
|
||||
return LeaderboardResponse(entries=entries)
|
||||
|
||||
|
||||
|
||||
|
||||
@router.get("/leaderboard/{model_id}/history", response_model=ModelHistoryResponse)
|
||||
async def get_model_history(
|
||||
model_id: str,
|
||||
|
||||
@@ -127,11 +127,7 @@ export const getLeaderboard = async (token: string = '', query: string = '') =>
|
||||
return res;
|
||||
};
|
||||
|
||||
export const getModelHistory = async (
|
||||
token: string = '',
|
||||
modelId: string,
|
||||
days: number = 30
|
||||
) => {
|
||||
export const getModelHistory = async (token: string = '', modelId: string, days: number = 30) => {
|
||||
let error = null;
|
||||
|
||||
const searchParams = new URLSearchParams();
|
||||
|
||||
@@ -74,7 +74,9 @@
|
||||
<div class="text-xs text-gray-500 font-medium uppercase tracking-wide">
|
||||
{$i18n.t('Activity')}
|
||||
</div>
|
||||
<div class="inline-flex rounded-full bg-gray-100/80 p-0.5 dark:bg-gray-800/80 backdrop-blur-sm">
|
||||
<div
|
||||
class="inline-flex rounded-full bg-gray-100/80 p-0.5 dark:bg-gray-800/80 backdrop-blur-sm"
|
||||
>
|
||||
{#each TIME_RANGES as range}
|
||||
<button
|
||||
type="button"
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "نشط",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "أضف",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "أضف وصفا موجزا حول ما يفعله هذا النموذج",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "قم بتفعيل هذا الأمر بكتابة \"/{{COMMAND}}\" في مدخل المحادثة.",
|
||||
"Active": "نشط",
|
||||
"Active Users": "المستخدمون النشطون",
|
||||
"Activity": "",
|
||||
"Add": "إضافة",
|
||||
"Add a model ID": "إضافة معرّف نموذج",
|
||||
"Add a short description about what this model does": "أضف وصفًا قصيرًا لما يفعله هذا النموذج",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "قناة جديدة",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активирайте тази команда, като въведете \"/{{COMMAND}}\" в полето за чат.",
|
||||
"Active": "Активен",
|
||||
"Active Users": "Активни потребители",
|
||||
"Activity": "",
|
||||
"Add": "Добавяне",
|
||||
"Add a model ID": "Добавете ID на модела",
|
||||
"Add a short description about what this model does": "Добавете кратко описание за това какво прави този модел",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "нов-канал",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "সক্রিয়",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "যোগ করুন",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "এই মডেলটি কী করে সে সম্পর্কে একটি সংক্ষিপ্ত বিবরণ যুক্ত করুন",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "ཁ་བརྡའི་ནང་འཇུག་ཏུ་ \"/{{COMMAND}}\" མནན་ནས་བཀའ་བརྡ་འདི་སྒུལ་བསྐྱོད་བྱེད་པ།",
|
||||
"Active": "ལས་བྱེད་བཞིན་པ།",
|
||||
"Active Users": "བེད་སྤྱོད་མཁན་ལས་བྱེད་བཞིན་པ།",
|
||||
"Activity": "",
|
||||
"Add": "སྣོན་པ།",
|
||||
"Add a model ID": "དཔེ་དབྱིབས་ཀྱི་ ID ཞིག་སྣོན་པ།",
|
||||
"Add a short description about what this model does": "དཔེ་དབྱིབས་འདིས་ཅི་ཞིག་བྱེད་མིན་སྐོར་གྱི་འགྲེལ་བཤད་ཐུང་ངུ་ཞིག་སྣོན་པ།",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "བགྲོ་གླེང་གསར་པ།",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Aktivan",
|
||||
"Active Users": "Aktivni korisnici",
|
||||
"Activity": "",
|
||||
"Add": "Dodaj",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Dodajte kratak opis funkcija ovog modela",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
|
||||
"Active": "Actiu",
|
||||
"Active Users": "Usuaris actius",
|
||||
"Activity": "",
|
||||
"Add": "Afegir",
|
||||
"Add a model ID": "Afegir un ID de model",
|
||||
"Add a short description about what this model does": "Afegeix una breu descripció sobre què fa aquest model",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nou-canal",
|
||||
"Next message": "Missatge següent",
|
||||
"No activity data": "",
|
||||
"No authentication": "Sense autenticació",
|
||||
"No chats found": "No s'han trobat xats",
|
||||
"No chats found for this user.": "No s'han trobat xats per a aquest usuari.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Aktibo",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento příkaz napsáním \"/{{COMMAND}}\" do vstupního pole konverzace.",
|
||||
"Active": "Aktivní",
|
||||
"Active Users": "Aktivní uživatelé",
|
||||
"Activity": "",
|
||||
"Add": "Přidat",
|
||||
"Add a model ID": "Přidat ID modelu",
|
||||
"Add a short description about what this model does": "Přidejte krátký popis toho, co tento model dělá.",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "novy-kanal",
|
||||
"Next message": "Další zpráva",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "Nebyly nalezeny žádné konverzace",
|
||||
"No chats found for this user.": "Pro tohoto uživatele nebyly nalezeny žádné konverzace.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommando ved at skrive \"/{{COMMAND}}\" til chat-input.",
|
||||
"Active": "Aktiv",
|
||||
"Active Users": "Aktive brugere",
|
||||
"Activity": "",
|
||||
"Add": "Tilføj",
|
||||
"Add a model ID": "Tilføj et model-ID",
|
||||
"Add a short description about what this model does": "En kort beskrivelse af hvad denne model gør",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "ny-kanal",
|
||||
"Next message": "Næste besked",
|
||||
"No activity data": "",
|
||||
"No authentication": "Ingen autentificering",
|
||||
"No chats found": "Ingen chats fundet",
|
||||
"No chats found for this user.": "Ingen besked-tråde fundet for denne bruger.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivieren Sie diesen Befehl, indem Sie \"/{{COMMAND}}\" in die Chat-Eingabe tippen.",
|
||||
"Active": "Aktiv",
|
||||
"Active Users": "Aktive Benutzer",
|
||||
"Activity": "",
|
||||
"Add": "Hinzufügen",
|
||||
"Add a model ID": "Modell-ID hinzufügen",
|
||||
"Add a short description about what this model does": "Fügen Sie eine kurze Beschreibung der Funktion dieses Modells hinzu",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "Neuer Webhook",
|
||||
"new-channel": "neuer-kanal",
|
||||
"Next message": "Nächste Nachricht",
|
||||
"No activity data": "",
|
||||
"No authentication": "Keine Authentifizierung",
|
||||
"No chats found": "Keine Chats gefunden",
|
||||
"No chats found for this user.": "Keine Chats für diesen Benutzer gefunden.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Much active",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ενεργοποιήστε αυτή την εντολή πληκτρολογώντας \"/{{COMMAND}}\" στο πεδίο συνομιλίας.",
|
||||
"Active": "Ενεργός",
|
||||
"Active Users": "Ενεργοί Χρήστες",
|
||||
"Activity": "",
|
||||
"Add": "Προσθήκη",
|
||||
"Add a model ID": "Προσθήκη αναγνωριστικού μοντέλου",
|
||||
"Add a short description about what this model does": "Προσθήκη σύντομης περιγραφής για το τι κάνει αυτό το μοντέλο",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "Επόμενο μήνυμα",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "Next message",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activar este comando escribiendo \"/{{COMMAND}}\" en el chat",
|
||||
"Active": "Activo",
|
||||
"Active Users": "Usuarios activos",
|
||||
"Activity": "",
|
||||
"Add": "Añadir",
|
||||
"Add a model ID": "Añadir un ID de modelo",
|
||||
"Add a short description about what this model does": "Añadir una breve descripción sobre lo que hace este modelo",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nuevo-canal",
|
||||
"Next message": "Siguiente mensaje",
|
||||
"No activity data": "",
|
||||
"No authentication": "Sin Autentificación",
|
||||
"No chats found": "No se encontró ningún chat",
|
||||
"No chats found for this user.": "No se encontró ningún chat de este usuario",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiveeri see käsk, trükkides \"/{{COMMAND}}\" vestluse sisendritta.",
|
||||
"Active": "Aktiivne",
|
||||
"Active Users": "Aktiivsed kasutajad",
|
||||
"Activity": "",
|
||||
"Add": "Lisa",
|
||||
"Add a model ID": "Lisa mudeli ID",
|
||||
"Add a short description about what this model does": "Lisa lühike kirjeldus, mida see mudel teeb",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "uus-kanal",
|
||||
"Next message": "Järgmine sõnum",
|
||||
"No activity data": "",
|
||||
"No authentication": "Autentimist pole",
|
||||
"No chats found": "Vestlusi ei leitud",
|
||||
"No chats found for this user.": "Sellel kasutajal vestlusi ei leitud.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "\"/{{COMMAND}}\" idatziz aktibatu komando hau txataren sarreran.",
|
||||
"Active": "Aktibo",
|
||||
"Active Users": "Erabiltzaile Aktiboak",
|
||||
"Activity": "",
|
||||
"Add": "Gehitu",
|
||||
"Add a model ID": "Gehitu eredu ID bat",
|
||||
"Add a short description about what this model does": "Gehitu eredu honek egiten duenaren deskribapen labur bat",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "این دستور را با تایپ \"/{{COMMAND}}\" در ورودی چت فعال کنید.",
|
||||
"Active": "فعال",
|
||||
"Active Users": "کاربران فعال",
|
||||
"Activity": "",
|
||||
"Add": "اضافه کردن",
|
||||
"Add a model ID": "افزودن شناسه مدل",
|
||||
"Add a short description about what this model does": "افزودن توضیحات کوتاه در مورد انچه که این مدل انجام می دهد",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "کانال-جدید",
|
||||
"Next message": "پیام بعدی",
|
||||
"No activity data": "",
|
||||
"No authentication": "بدون احراز هویت",
|
||||
"No chats found": "هیچ چتی یافت نشد",
|
||||
"No chats found for this user.": "هیچ چتی برای این کاربر یافت نشد.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivoi tämä komento kirjoittamalla \"/{{COMMAND}}\" chat-syötteeseen.",
|
||||
"Active": "Aktiivinen",
|
||||
"Active Users": "Aktiiviset käyttäjät",
|
||||
"Activity": "",
|
||||
"Add": "Lisää",
|
||||
"Add a model ID": "Lisää mallitunnus",
|
||||
"Add a short description about what this model does": "Lisää lyhyt kuvaus siitä, mitä tämä malli tekee",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "uusi-kanava",
|
||||
"Next message": "Seuraava viesti",
|
||||
"No activity data": "",
|
||||
"No authentication": "Ei todennusta",
|
||||
"No chats found": "Keskuteluja ei löytynyt",
|
||||
"No chats found for this user.": "Käyttäjän keskusteluja ei löytynyt.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activez cette commande en tapant \"/{{COMMAND}}\" dans l'entrée de la conversation.",
|
||||
"Active": "Actif",
|
||||
"Active Users": "Utilisateurs connectés",
|
||||
"Activity": "",
|
||||
"Add": "Ajouter",
|
||||
"Add a model ID": "Ajouter un identifiant de modèle",
|
||||
"Add a short description about what this model does": "Ajoutez une brève description de ce que fait ce modèle.",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nouveau-canal",
|
||||
"Next message": "Message suivant",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "Pas de conversation trouvée pour cet utilisateur.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activez cette commande en tapant \"/{{COMMAND}}\" dans l'entrée de la conversation.",
|
||||
"Active": "Actif",
|
||||
"Active Users": "Utilisateurs connectés",
|
||||
"Activity": "",
|
||||
"Add": "Ajouter",
|
||||
"Add a model ID": "Ajouter un identifiant de modèle",
|
||||
"Add a short description about what this model does": "Ajoutez une brève description de ce que fait ce modèle.",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nouveau-canal",
|
||||
"Next message": "Message suivant",
|
||||
"No activity data": "",
|
||||
"No authentication": "Aucune authentification",
|
||||
"No chats found": "Aucune discussion trouvée",
|
||||
"No chats found for this user.": "Pas de conversation trouvée pour cet utilisateur.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Active este comando escribindo \"/{{COMMAND}}\" no chat",
|
||||
"Active": "Activo",
|
||||
"Active Users": "Usuarios activos",
|
||||
"Activity": "",
|
||||
"Add": "Agregar",
|
||||
"Add a model ID": "Agregado ID do modelo",
|
||||
"Add a short description about what this model does": "Agregue unha breve descripción sobre o que fai este modelo",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "novo-canal",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "פעיל",
|
||||
"Active Users": "משתמשים מחוברים",
|
||||
"Activity": "",
|
||||
"Add": "הוסף",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "הוסף תיאור קצר אודות אופן הפעולה של מודל זה",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "לא נמצאו צ'אטים ליוזר הזה.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "सक्रिय",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "जोड़ें",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "इस मॉडल के बारे में एक संक्षिप्त विवरण जोड़ें",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Aktivan",
|
||||
"Active Users": "Aktivni korisnici",
|
||||
"Activity": "",
|
||||
"Add": "Dodaj",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Dodajte kratak opis funkcija ovog modela",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiváld ezt a parancsot a \"/{{COMMAND}}\" beírásával a csevegőmezőbe.",
|
||||
"Active": "Aktív",
|
||||
"Active Users": "Aktív felhasználók",
|
||||
"Activity": "",
|
||||
"Add": "Hozzáadás",
|
||||
"Add a model ID": "Modell azonosító hozzáadása",
|
||||
"Add a short description about what this model does": "Adj hozzá egy rövid leírást arról, hogy mit csinál ez a modell",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "új csatorna",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Aktif",
|
||||
"Active Users": "Pengguna Aktif",
|
||||
"Activity": "",
|
||||
"Add": "Tambah",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Tambahkan deskripsi singkat tentang apa yang dilakukan model ini",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Gníomhachtaigh an t-ordú seo trí \"/{{COMMAND}}\" a chlóscríobh chun ionchur comhrá a dhéanamh.",
|
||||
"Active": "Gníomhach",
|
||||
"Active Users": "Úsáideoirí Gníomhacha",
|
||||
"Activity": "",
|
||||
"Add": "Cuir",
|
||||
"Add a model ID": "Cuir aitheantas samhail leis",
|
||||
"Add a short description about what this model does": "Cuir cur síos gairid leis faoi na rudaí a dhéanann an tsamhail seo",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nua-chainéil",
|
||||
"Next message": "An chéad teachtaireacht eile",
|
||||
"No activity data": "",
|
||||
"No authentication": "Gan fíordheimhniú",
|
||||
"No chats found": "Ní bhfuarthas aon chomhráite",
|
||||
"No chats found for this user.": "Ní bhfuarthas aon chomhráite don úsáideoir seo.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Attiva questo comando digitando \"/{{COMMAND}}\" nell'input della chat.",
|
||||
"Active": "Attivo",
|
||||
"Active Users": "Utenti attivi",
|
||||
"Activity": "",
|
||||
"Add": "Aggiungi",
|
||||
"Add a model ID": "Aggiungi un ID modello",
|
||||
"Add a short description about what this model does": "Aggiungi una breve descrizione di quello che fa questo modello",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nuovo-canale",
|
||||
"Next message": "Messaggio successivo",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "Nessuna chat trovata per questo utente.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "\"/{{COMMAND}}\" をチャットに入力してコマンドをアクティブ化します",
|
||||
"Active": "アクティブ",
|
||||
"Active Users": "アクティブユーザー",
|
||||
"Activity": "",
|
||||
"Add": "追加",
|
||||
"Add a model ID": "モデルIDを追加",
|
||||
"Add a short description about what this model does": "このモデルの機能に関する簡単な説明を追加します",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "新しいチャンネル",
|
||||
"Next message": "次のメッセージ",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "チャットが見つかりません。",
|
||||
"No chats found for this user.": "このユーザーのチャットが見つかりません。",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "აქტიური",
|
||||
"Active Users": "აქტიური მომხმარებლები",
|
||||
"Activity": "",
|
||||
"Add": "დამატება",
|
||||
"Add a model ID": "მოდელის ID-ის დამატება",
|
||||
"Add a short description about what this model does": "დაამატეთ მოკლე აღწერა იმის შესახებ, თუ რას აკეთებს ეს მოდელი",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "new-channel",
|
||||
"Next message": "შემდეგი შეტყობინება",
|
||||
"No activity data": "",
|
||||
"No authentication": "ავთენტიკაციის გარეშე",
|
||||
"No chats found": "ჩატების გარეშე",
|
||||
"No chats found for this user.": "ამ მომხმარებლისთვის ჩატები აღმოჩენილი არაა.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Xdem lameṛ-a s tira n \"/{COMMAND}}\" akken ad tqeṣṣreḍ asekcem.",
|
||||
"Active": "Urmid",
|
||||
"Active Users": "Iseqdacen urmiden",
|
||||
"Activity": "",
|
||||
"Add": "Rnu",
|
||||
"Add a model ID": "Rnu asulay n timudemt",
|
||||
"Add a short description about what this model does": "Rnu aglam wezzilen ɣef wayen i txeddem tmudemt-a",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "abadu amaynut",
|
||||
"Next message": "Izen uḍfir",
|
||||
"No activity data": "",
|
||||
"No authentication": "Ulac asesteb",
|
||||
"No chats found": "Ulac idiwenniyen",
|
||||
"No chats found for this user.": "Ulac adiwenni i useqdac-a.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "채팅 입력창에 \"{{COMMAND}}\"을 입력해 명령을 실행하세요.",
|
||||
"Active": "활성",
|
||||
"Active Users": "활성 사용자",
|
||||
"Activity": "",
|
||||
"Add": "추가",
|
||||
"Add a model ID": "모델 ID 추가",
|
||||
"Add a short description about what this model does": "모델의 기능에 대한 간단한 설명 추가",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "새 채널",
|
||||
"Next message": "다음 메시지",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "채팅을 찾을 수 없습니다",
|
||||
"No chats found for this user.": "이 사용자에 대한 채팅을 찾을 수 없습니다.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Aktyvus",
|
||||
"Active Users": "Aktyvūs naudotojai",
|
||||
"Activity": "",
|
||||
"Add": "Pridėti",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Pridėti trumpą modelio aprašymą",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Aktif",
|
||||
"Active Users": "Pengguna Aktif",
|
||||
"Activity": "",
|
||||
"Add": "Tambah",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Tambah penerangan ringkas tentang apa yang model ini boleh lakukan",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt.",
|
||||
"Active": "Aktiv",
|
||||
"Active Users": "Aktive brukere",
|
||||
"Activity": "",
|
||||
"Add": "Legg til",
|
||||
"Add a model ID": "Legg til en modell-ID",
|
||||
"Add a short description about what this model does": "Legg til en kort beskrivelse av hva denne modellen gjør",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "ny-kanal",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activeer dit commando door \"/{{COMMAND}}\" in de chat te typen",
|
||||
"Active": "Actief",
|
||||
"Active Users": "Actieve gebruikers",
|
||||
"Activity": "",
|
||||
"Add": "Toevoegen",
|
||||
"Add a model ID": "Voeg een model-ID toe",
|
||||
"Add a short description about what this model does": "Voeg een korte beschrijving toe over wat dit model doet",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nieuw-kanaal",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "ਸਕ੍ਰਿਆ",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "ਸ਼ਾਮਲ ਕਰੋ",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "ਇਸ ਬਾਰੇ ਇੱਕ ਸੰਖੇਪ ਵੇਰਵਾ ਸ਼ਾਮਲ ਕਰੋ ਕਿ ਇਹ ਮਾਡਲ ਕੀ ਕਰਦਾ ਹੈ",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktywuj tę komendę, wpisując \"/{{COMMAND}}\" w polu czatu.",
|
||||
"Active": "Aktywny",
|
||||
"Active Users": "Aktywni użytkownicy",
|
||||
"Activity": "",
|
||||
"Add": "Dodaj",
|
||||
"Add a model ID": "Dodaj identyfikator modelu",
|
||||
"Add a short description about what this model does": "Dodaj krótki opis działania tego modelu",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "nowy-kanal",
|
||||
"Next message": "Następna wiadomość",
|
||||
"No activity data": "",
|
||||
"No authentication": "Brak autoryzacji",
|
||||
"No chats found": "Nie znaleziono czatów",
|
||||
"No chats found for this user.": "Nie znaleziono czatów dla tego użytkownika.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ativar esse comando no chat digitando \"/{{COMMAND}}\"",
|
||||
"Active": "Ativo",
|
||||
"Active Users": "Usuários Ativos",
|
||||
"Activity": "",
|
||||
"Add": "Adicionar",
|
||||
"Add a model ID": "Adicione um ID de modelo",
|
||||
"Add a short description about what this model does": "Adicione uma descrição curta sobre o que este modelo faz",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "novo-canal",
|
||||
"Next message": "Próxima mensagem",
|
||||
"No activity data": "",
|
||||
"No authentication": "Sem autenticação",
|
||||
"No chats found": "Nenhum chat encontrado",
|
||||
"No chats found for this user.": "Nenhum chat encontrado para este usuário.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Ativo",
|
||||
"Active Users": "Utilizadores Ativos",
|
||||
"Activity": "",
|
||||
"Add": "Adicionar",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Adicione uma breve descrição sobre o que este modelo faz",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activează această comandă tastând \"/{{COMMAND}}\" în chat.",
|
||||
"Active": "Activ",
|
||||
"Active Users": "Utilizatori activi",
|
||||
"Activity": "",
|
||||
"Add": "Adaugă",
|
||||
"Add a model ID": "Adaugă un ID de model",
|
||||
"Add a short description about what this model does": "Adaugă o scurtă descriere despre ce face acest model",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активируйте эту команду, набрав \"/{{COMMAND}}\" для ввода в чате.",
|
||||
"Active": "Активен",
|
||||
"Active Users": "Активные пользователи",
|
||||
"Activity": "",
|
||||
"Add": "Добавить",
|
||||
"Add a model ID": "Добавить ID модели",
|
||||
"Add a short description about what this model does": "Добавьте краткое описание того, что делает эта модель",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "новый-канал",
|
||||
"Next message": "Следующее сообщение",
|
||||
"No activity data": "",
|
||||
"No authentication": "Без аутентификации",
|
||||
"No chats found": "Чаты не найдены",
|
||||
"No chats found for this user.": "Для этого пользователя не найдено ни одного чата.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento príkaz napísaním \"/{{COMMAND}}\" do chatového vstupu",
|
||||
"Active": "Aktívny",
|
||||
"Active Users": "Aktívni užívatelia",
|
||||
"Activity": "",
|
||||
"Add": "Pridať",
|
||||
"Add a model ID": "Pridať ID modelu",
|
||||
"Add a short description about what this model does": "Pridajte krátky popis toho, čo tento model robí.",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Покрените ову наредбу куцањем \"/{{COMMAND}}\" у ћаскање.",
|
||||
"Active": "Активан",
|
||||
"Active Users": "Активни корисници",
|
||||
"Activity": "",
|
||||
"Add": "Додај",
|
||||
"Add a model ID": "Додај ИБ модела",
|
||||
"Add a short description about what this model does": "Додавање кратког описа о томе шта овај модел ради",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivera detta kommando genom att skriva \"/{{COMMAND}}\" i chattrutan.",
|
||||
"Active": "Aktiv",
|
||||
"Active Users": "Aktiva användare",
|
||||
"Activity": "",
|
||||
"Add": "Lägg till",
|
||||
"Add a model ID": "Lägg till ett modell-ID",
|
||||
"Add a short description about what this model does": "Lägg till en kort beskrivning om vad den här modellen gör",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "ny-kanal",
|
||||
"Next message": "Nästa meddelande",
|
||||
"No activity data": "",
|
||||
"No authentication": "Ingen autentisering",
|
||||
"No chats found": "Inga konversationer hittades",
|
||||
"No chats found for this user.": "Inga konversationer hittades för den här användaren.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "เปิดใช้งานคำสั่งนี้โดยพิมพ์ \"/{{COMMAND}}\" ในช่องแชท",
|
||||
"Active": "กำลังใช้งาน",
|
||||
"Active Users": "ผู้ใช้ที่ใช้งานอยู่",
|
||||
"Activity": "",
|
||||
"Add": "เพิ่ม",
|
||||
"Add a model ID": "เพิ่ม ID โมเดล",
|
||||
"Add a short description about what this model does": "เพิ่มคำอธิบายสั้นๆ เกี่ยวกับสิ่งที่โมเดลนี้ทำ",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "ช่องใหม่",
|
||||
"Next message": "ข้อความถัดไป",
|
||||
"No activity data": "",
|
||||
"No authentication": "ไม่ต้องยืนยันตัวตน",
|
||||
"No chats found": "ไม่พบแชท",
|
||||
"No chats found for this user.": "ไม่พบการแชทสำหรับผู้ใช้นี้",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "Işjeň",
|
||||
"Active Users": "",
|
||||
"Activity": "",
|
||||
"Add": "Goş",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "Bu modeliň näme edýändigi barada gysgaça düşündiriş goşuň",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Sohbet girişine \"/{{COMMAND}}\" yazarak bu komutu etkinleştirin.",
|
||||
"Active": "Etkin",
|
||||
"Active Users": "Aktif Kullanıcılar",
|
||||
"Activity": "",
|
||||
"Add": "Ekle",
|
||||
"Add a model ID": "Bir model kimliği ekleyin",
|
||||
"Add a short description about what this model does": "Bu modelin ne yaptığı hakkında kısa bir açıklama ekleyin",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "yeni-kanal",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "بۇ بۇيرۇقنى چىقىرىش ئۈچۈن سۆھبەتكە \"/{{COMMAND}}\" نى كىرگۈزۈڭ.",
|
||||
"Active": "ئاكتىپ",
|
||||
"Active Users": "ئاكتىپ ئىشلەتكۈچىلەر",
|
||||
"Activity": "",
|
||||
"Add": "قوشۇش",
|
||||
"Add a model ID": "مودېل ID قوشۇش",
|
||||
"Add a short description about what this model does": "بۇ مودېلنىڭ ئىشلىتىلىشى توغرىسىدا قىسقا چۈشەندۈرۈش قوشۇڭ",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "يېڭى-قانال",
|
||||
"Next message": "كېيىنكى ئۇچۇر",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "بۇ ئىشلەتكۈچىدە سۆھبەت تېپىلمىدى.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активуйте цю команду, ввівши \"/{{COMMAND}}\" у введення чату.",
|
||||
"Active": "Активний",
|
||||
"Active Users": "Активні користувачі",
|
||||
"Activity": "",
|
||||
"Add": "Додати",
|
||||
"Add a model ID": "Додайти ID моделі",
|
||||
"Add a short description about what this model does": "Додайте короткий опис того, що робить ця модель",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "новий-канал",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Active": "فعال",
|
||||
"Active Users": "فعال صارفین",
|
||||
"Activity": "",
|
||||
"Add": "شامل",
|
||||
"Add a model ID": "",
|
||||
"Add a short description about what this model does": "اس ماڈل کے کام کے بارے میں ایک مختصر وضاحت شامل کریں",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Чат киритиш учун “/{{COMMAND}}” териб ушбу буйруқни фаоллаштиринг.",
|
||||
"Active": "Фаол",
|
||||
"Active Users": "Фаол фойдаланувчилар",
|
||||
"Activity": "",
|
||||
"Add": "Қўшиш",
|
||||
"Add a model ID": "Модел идентификаторини қўшинг",
|
||||
"Add a short description about what this model does": "Ушбу модел нима қилиши ҳақида қисқача тавсиф қўшинг",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "янги канал",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "Бу фойдаланувчи учун ҳеч қандай чат топилмади.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Chat kiritish uchun “/{{COMMAND}}” terib ushbu buyruqni faollashtiring.",
|
||||
"Active": "Faol",
|
||||
"Active Users": "Faol foydalanuvchilar",
|
||||
"Activity": "",
|
||||
"Add": "Qo'shish",
|
||||
"Add a model ID": "Model identifikatorini qo'shing",
|
||||
"Add a short description about what this model does": "Ushbu model nima qilishi haqida qisqacha tavsif qo'shing",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "yangi kanal",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "Bu foydalanuvchi uchun hech qanday chat topilmadi.",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Kích hoạt lệnh này bằng cách gõ \"/{{COMMAND}}\" vào ô nhập chat.",
|
||||
"Active": "Hoạt động",
|
||||
"Active Users": "Người dùng đang hoạt động",
|
||||
"Activity": "",
|
||||
"Add": "Thêm",
|
||||
"Add a model ID": "Thêm ID mô hình",
|
||||
"Add a short description about what this model does": "Thêm mô tả ngắn về những khả năng của model",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "kênh-mới",
|
||||
"Next message": "",
|
||||
"No activity data": "",
|
||||
"No authentication": "",
|
||||
"No chats found": "",
|
||||
"No chats found for this user.": "",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在对话框中输入 \"/{{COMMAND}}\" 激活此命令",
|
||||
"Active": "在线",
|
||||
"Active Users": "当前在线用户",
|
||||
"Activity": "",
|
||||
"Add": "添加",
|
||||
"Add a model ID": "添加模型 ID",
|
||||
"Add a short description about what this model does": "添加有关该模型能力的简短描述",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "新频道",
|
||||
"Next message": "下一条消息",
|
||||
"No activity data": "",
|
||||
"No authentication": "无身份验证",
|
||||
"No chats found": "未找到对话记录",
|
||||
"No chats found for this user.": "未找到此用户的对话记录",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在對話輸入框中輸入 \"/{{COMMAND}}\" 來啟用此命令。",
|
||||
"Active": "線上",
|
||||
"Active Users": "活躍使用者",
|
||||
"Activity": "",
|
||||
"Add": "新增",
|
||||
"Add a model ID": "新增模型 ID",
|
||||
"Add a short description about what this model does": "新增這個模型的簡短描述",
|
||||
@@ -1157,6 +1158,7 @@
|
||||
"New Webhook": "",
|
||||
"new-channel": "新頻道",
|
||||
"Next message": "下一條訊息",
|
||||
"No activity data": "",
|
||||
"No authentication": "無身份驗證",
|
||||
"No chats found": "未找到對話記錄",
|
||||
"No chats found for this user.": "未找到此使用者的對話記錄。",
|
||||
|
||||
Reference in New Issue
Block a user