diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index 8e75c318..bfcc4fd4 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -107,6 +107,19 @@ ar: uploads: title: "التحميلات" uploading: "جارٍ التحميل..." + tools: + name: "الاسم" + description: "الوصف" + summary: "الملخص" + save: "حفظ" + parameter_required: "مطلوب" + edit: "تعديل" + test: "تشغيل الاختبار" + delete: "حذف" + next: + title: "التالي" + test_modal: + run: "تشغيل الاختبار" llms: save: "حفظ" edit: "تعديل" diff --git a/config/locales/client.be.yml b/config/locales/client.be.yml index 7bad246b..829ec30e 100644 --- a/config/locales/client.be.yml +++ b/config/locales/client.be.yml @@ -38,6 +38,16 @@ be: uploads: title: "Загрузкі" uploading: "Запампоўванне ..." + tools: + name: "імя" + description: "Апісанне" + summary: "вынік" + save: "Захаваць" + parameter_required: "абавязковыя" + edit: "Рэдагаваць" + delete: "Выдаліць" + next: + title: "Далей" llms: save: "Захаваць" edit: "рэдагаваць" diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml index 58639583..725e1a04 100644 --- a/config/locales/client.bg.yml +++ b/config/locales/client.bg.yml @@ -40,6 +40,16 @@ bg: delete: Изтрий uploads: uploading: "Качва се..." + tools: + name: "Име" + description: "Описание" + summary: "Сумарно" + save: "Запази " + parameter_required: "Задъжителни" + edit: "Редактирай" + delete: "Изтрий" + next: + title: "Напред" llms: save: "Запази " edit: "Редактирай" diff --git a/config/locales/client.bs_BA.yml b/config/locales/client.bs_BA.yml index fea4a86e..f7780ee4 100644 --- a/config/locales/client.bs_BA.yml +++ b/config/locales/client.bs_BA.yml @@ -41,6 +41,19 @@ bs_BA: uploads: title: "Uploads" uploading: "Učitavanje..." + tools: + name: "Ime" + description: "Opis" + summary: "Sažetak" + save: "Save" + parameter_required: "Required" + edit: "Edit" + test: "Pokreni test" + delete: "Delete" + next: + title: "Iduće" + test_modal: + run: "Pokreni test" llms: save: "Save" edit: "Edit" diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml index ebce3c0e..d654f2cf 100644 --- a/config/locales/client.ca.yml +++ b/config/locales/client.ca.yml @@ -41,6 +41,19 @@ ca: uploads: title: "Càrregues" uploading: "Carregant..." + tools: + name: "Nom" + description: "Descripció" + summary: "Resum" + save: "Desa" + parameter_required: "Necessari" + edit: "Edita" + test: "Executa el test" + delete: "Suprimeix" + next: + title: "Següent" + test_modal: + run: "Executa el test" llms: save: "Desa" edit: "Edita" diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index 10f8975b..bf64da31 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -41,6 +41,19 @@ cs: uploads: title: "Nahrané soubory" uploading: "Nahrává se..." + tools: + name: "Jméno" + description: "Popis" + summary: "Souhrn" + save: "Uložit" + parameter_required: "Nezbytnosti" + edit: "Upravit" + test: "Spustit test" + delete: "Smazat" + next: + title: "Další" + test_modal: + run: "Spustit test" llms: save: "Uložit" edit: "Upravit" diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml index 669b8e71..df5db8a4 100644 --- a/config/locales/client.da.yml +++ b/config/locales/client.da.yml @@ -41,6 +41,19 @@ da: uploads: title: "Overførsler" uploading: "Overfører…" + tools: + name: "Navn" + description: "Beskrivelse" + summary: "Statistik" + save: "Gem" + parameter_required: "Obligatoriske" + edit: "Rediger" + test: "Kør test" + delete: "Slet" + next: + title: "Næste" + test_modal: + run: "Kør test" llms: save: "Gem" edit: "Rediger" diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index d10f9499..ca4d2ccb 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -183,6 +183,37 @@ de: uploaded: "Bereit zur Indizierung" uploading: "Wird hochgeladen …" remove: "Upload entfernen" + tools: + short_title: "Werkzeuge" + new: "Neues Werkzeug" + name: "Name" + name_help: "Der eindeutige Name des Werkzeugs, wie er vom Sprachmodell verwendet wird" + description: "Beschreibung" + description_help: "Eine klare Beschreibung des Zwecks des Werkzeugs für das Sprachmodell" + summary: "Zusammenfassung" + summary_help: "Zusammenfassung des Zwecks der Werkzeuge, die den Endnutzern angezeigt werden soll" + script: "Skript" + parameters: "Parameter" + save: "Speichern" + add_parameter: "Parameter hinzufügen" + parameter_required: "Erforderlich" + parameter_enum: "Aufzählung" + parameter_name: "Parameter Name" + parameter_description: "Parameter Beschreibung" + enum_value: "Enum-Wert" + add_enum_value: "Enum-Wert hinzufügen" + edit: "Bearbeiten" + test: "Test ausführen" + delete: "Löschen" + saved: "Werkzeug gespeichert" + presets: "Wähle eine Voreinstellung..." + confirm_delete: Bist du sicher, dass du dieses Werkzeug löschen willst? + next: + title: "Nächstes" + test_modal: + title: "KI-Werkzeug testen" + run: "Test ausführen" + result: "Testergebnis" llms: short_title: "LLMs" no_llms: "Noch keine LLMs" @@ -203,7 +234,7 @@ de: confirm_delete: Bist du sicher, dass du dieses Modell löschen willst? delete: Löschen srv_warning: Dieses LLM verweist auf einen SRV-Eintrag und seine URL ist nicht editierbar. Du musst stattdessen die versteckte Einstellung "ai_vllm_endpoint_srv" aktualisieren. - preconfigured_llms: "Wähle deinen LLM" + preconfigured_llms: "Wähle dein LLM" preconfigured: none: "Manuell konfigurieren..." next: diff --git a/config/locales/client.el.yml b/config/locales/client.el.yml index 0d510bcc..343ee50c 100644 --- a/config/locales/client.el.yml +++ b/config/locales/client.el.yml @@ -41,6 +41,19 @@ el: uploads: title: "Μεταφορτώσεις" uploading: "Επιφόρτωση..." + tools: + name: "Όνομα" + description: "Περιγραφή" + summary: "Περίληψη" + save: "Αποθήκευση" + parameter_required: "Απαιτείται" + edit: "Επεξεργασία" + test: "Εκτέλεση δοκιμής" + delete: "Σβήσιμο" + next: + title: "Επόμενο" + test_modal: + run: "Εκτέλεση δοκιμής" llms: save: "Αποθήκευση" edit: "Επεξεργασία" diff --git a/config/locales/client.en_GB.yml b/config/locales/client.en_GB.yml index 5590ebc3..e13fe821 100644 --- a/config/locales/client.en_GB.yml +++ b/config/locales/client.en_GB.yml @@ -15,3 +15,6 @@ en_GB: discourse_ai: ai_persona: description: Description + tools: + description: "Description" + summary: "Summary" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index a005b94a..b1a27739 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -107,6 +107,19 @@ es: uploads: title: "Subidos" uploading: "Subiendo..." + tools: + name: "Nombre" + description: "Descripción" + summary: "Resumen" + save: "Guardar" + parameter_required: "Obligatorio" + edit: "Editar" + test: "Realizar prueba" + delete: "Eliminar" + next: + title: "Siguiente" + test_modal: + run: "Realizar prueba" llms: save: "Guardar" edit: "Editar" diff --git a/config/locales/client.et.yml b/config/locales/client.et.yml index 815eeda3..d9bd9365 100644 --- a/config/locales/client.et.yml +++ b/config/locales/client.et.yml @@ -41,6 +41,16 @@ et: uploads: title: "Üleslaadimised" uploading: "Laen üles..." + tools: + name: "Nimi" + description: "Kirjeldus" + summary: "Kokkuvõte" + save: "Salvesta" + parameter_required: "Nõutud" + edit: "Muuda" + delete: "Kustuta" + next: + title: "Järgmine" llms: save: "Salvesta" edit: "Muuda" diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml index b7144596..9c7324be 100644 --- a/config/locales/client.fa_IR.yml +++ b/config/locales/client.fa_IR.yml @@ -63,6 +63,19 @@ fa_IR: uploads: title: "بارگذاری‌ها" uploading: "در حال بار گذاری..." + tools: + name: "نام" + description: "توضیح" + summary: "خلاصه" + save: "ذخیره" + parameter_required: "مورد نیاز" + edit: "ویرایش" + test: "اجرای آزمایش" + delete: "حذف" + next: + title: "بعدی" + test_modal: + run: "اجرای آزمایش" llms: new: "مدل جدید" display_name: "نام برای نمایش" diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index d6f739af..dfed90ca 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -107,6 +107,19 @@ fi: uploads: title: "Lataukset" uploading: "Ladataan..." + tools: + name: "Nimi" + description: "Kuvaus" + summary: "Yhteenveto" + save: "Tallenna" + parameter_required: "Pakolliset" + edit: "Muokkaa" + test: "Suorita testi" + delete: "Poista" + next: + title: "Seuraava" + test_modal: + run: "Suorita testi" llms: save: "Tallenna" edit: "Muokkaa" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index 4eec24d9..48ba5917 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -107,6 +107,19 @@ fr: uploads: title: "Fichiers envoyés" uploading: "Envoi en cours…" + tools: + name: "Nom" + description: "Description" + summary: "Résumé" + save: "Enregistrer" + parameter_required: "Requis" + edit: "Modifier" + test: "Lancer le test" + delete: "Supprimer" + next: + title: "Suivant" + test_modal: + run: "Lancer le test" llms: save: "Enregistrer" edit: "Modifier" diff --git a/config/locales/client.gl.yml b/config/locales/client.gl.yml index 0f5e3aeb..7d95ca06 100644 --- a/config/locales/client.gl.yml +++ b/config/locales/client.gl.yml @@ -41,6 +41,19 @@ gl: uploads: title: "Cargas" uploading: "Cargando..." + tools: + name: "Nome" + description: "Descrición" + summary: "Resumo" + save: "Gardar" + parameter_required: "Obrigatorio" + edit: "Editar" + test: "Executar proba" + delete: "Eliminar" + next: + title: "Seguinte" + test_modal: + run: "Executar proba" llms: save: "Gardar" edit: "Editar" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index fe5ee6a0..040fe2c9 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -183,6 +183,37 @@ he: uploaded: "מוכן לסידור במפתח" uploading: "בהליכי העלאה…" remove: "הסרת העלאה" + tools: + short_title: "כלים" + new: "כלי חדש" + name: "שם" + name_help: "השם הייחודי של הכלי כפי שמשמש את מודל השפה" + description: "תיאור" + description_help: "תיאור ברור של מטרת הכלי למודל השפה" + summary: "תקציר" + summary_help: "סיכום מטרת הכלים להצגה למשתמשי קצה" + script: "סקריפט" + parameters: "משתנים" + save: "שמירה" + add_parameter: "הוספת משתנה" + parameter_required: "נדרש" + parameter_enum: "מונה" + parameter_name: "שם משתנה" + parameter_description: "תיאור משתנה" + enum_value: "ערך מונה" + add_enum_value: "הוספת ערך מונה" + edit: "עריכה" + test: "הרצת בדיקה" + delete: "מחיקה" + saved: "הכלי נשמר" + presets: "בחירת ערכה…" + confirm_delete: למחוק את הכלי הזה? + next: + title: "הבא" + test_modal: + title: "כלי בדיקת בינה מלאכותית" + run: "הרצת בדיקה" + result: "תוצאת הבדיקה" llms: short_title: "LLMים" no_llms: "אין LLMים עדיין" diff --git a/config/locales/client.hr.yml b/config/locales/client.hr.yml index ab6a830f..56288634 100644 --- a/config/locales/client.hr.yml +++ b/config/locales/client.hr.yml @@ -41,6 +41,19 @@ hr: uploads: title: "Prijenosi" uploading: "Učitavanje..." + tools: + name: "Ime" + description: "Opis" + summary: "Sažetak" + save: "Spremi" + parameter_required: "Potrebno" + edit: "Uredi" + test: "Pokreni test" + delete: "Pobriši" + next: + title: "Sljedeći" + test_modal: + run: "Pokreni test" llms: save: "Spremi" edit: "Uredi" diff --git a/config/locales/client.hu.yml b/config/locales/client.hu.yml index 53411d8d..34723325 100644 --- a/config/locales/client.hu.yml +++ b/config/locales/client.hu.yml @@ -41,6 +41,19 @@ hu: uploads: title: "Feltöltések" uploading: "Feltültés..." + tools: + name: "Név" + description: "Leírás" + summary: "Összefoglaló" + save: "Mentés" + parameter_required: "Kötelező" + edit: "Szerkesztés" + test: "Teszt futtatása" + delete: "Törlés" + next: + title: "Tovább" + test_modal: + run: "Teszt futtatása" llms: save: "Mentés" edit: "Szerkesztés" diff --git a/config/locales/client.hy.yml b/config/locales/client.hy.yml index 26ce6588..9cac64a8 100644 --- a/config/locales/client.hy.yml +++ b/config/locales/client.hy.yml @@ -41,6 +41,19 @@ hy: uploads: title: "Վերբեռնումներ" uploading: "Վերբեռնում..." + tools: + name: "Անուն" + description: "Նկարագրությունը" + summary: "Ամփոփումը" + save: "Պահպանել" + parameter_required: "Պարտադիր" + edit: "Խմբագրել" + test: "Մեկնարկել Փորձարկումը" + delete: "Ջնջել" + next: + title: "Հաջորդը" + test_modal: + run: "Մեկնարկել Փորձարկումը" llms: save: "Պահպանել" edit: "Խմբագրել" diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 916168c2..107725c1 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -119,6 +119,16 @@ id: uploads: description: "Persona AI Anda akan dapat mencari dan mereferensikan konten file yang disertakan. File yang diunggah harus diformat sebagai teks biasa (.txt) atau markdown (.md)." uploading: "Mengunggah..." + tools: + name: "Nama" + description: "Deskripsi" + summary: "Ringkasan" + save: "Simpan" + edit: "Ubah" + test: "Operasikan Tes" + delete: "Hapus" + test_modal: + run: "Operasikan Tes" llms: save: "Simpan" edit: "Ubah" diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index 3ec3efc3..5b6d43d3 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -107,6 +107,19 @@ it: uploads: title: "Caricamenti" uploading: "Caricamento..." + tools: + name: "Nome" + description: "Descrizione" + summary: "Riepilogo" + save: "Salva" + parameter_required: "Obbligatorie" + edit: "Modifica" + test: "Esegui test" + delete: "Elimina" + next: + title: "Avanti" + test_modal: + run: "Esegui test" llms: save: "Salva" edit: "Modifica" diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index 245c936d..ee4f8cdc 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -107,6 +107,19 @@ ja: uploads: title: "アップロード" uploading: "アップロード中..." + tools: + name: "名前" + description: "説明" + summary: "要約" + save: "保存" + parameter_required: "必須" + edit: "編集" + test: "テストを実行" + delete: "削除" + next: + title: "次へ" + test_modal: + run: "テストを実行" llms: save: "保存" edit: "編集" diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml index 6a3002ef..5a58d21f 100644 --- a/config/locales/client.ko.yml +++ b/config/locales/client.ko.yml @@ -43,6 +43,19 @@ ko: uploads: title: "업로드된 파일" uploading: "업로드 중..." + tools: + name: "그룹명" + description: "내용" + summary: "요약" + save: "저장" + parameter_required: "필수" + edit: "편집" + test: "테스트 실행" + delete: "삭제하기" + next: + title: "다음" + test_modal: + run: "테스트 실행" llms: save: "저장" edit: "편집" diff --git a/config/locales/client.lt.yml b/config/locales/client.lt.yml index 83b16546..96536656 100644 --- a/config/locales/client.lt.yml +++ b/config/locales/client.lt.yml @@ -79,6 +79,19 @@ lt: uploads: title: "Įkėlimai" uploading: "Įkeliama" + tools: + name: "Vardas" + description: "Aprašymas" + summary: "Santrauka" + save: "Išsaugoti" + parameter_required: "Privalomi" + edit: "Redaguoti" + test: "Vykdyti testą" + delete: "Pašalinti" + next: + title: "Kitas" + test_modal: + run: "Vykdyti testą" llms: save: "Išsaugoti" edit: "Redaguoti" diff --git a/config/locales/client.lv.yml b/config/locales/client.lv.yml index 11c9b5e0..7d35afb2 100644 --- a/config/locales/client.lv.yml +++ b/config/locales/client.lv.yml @@ -41,6 +41,16 @@ lv: uploads: title: "Augšupielādes" uploading: "Notiek ielāde..." + tools: + name: "Vārds" + description: "Apraksts" + summary: "Kopsavilkums" + save: "Saglabāt" + parameter_required: "Nepieciešams" + edit: "Rediģēt" + delete: "Dzēst" + next: + title: "Nākamais" llms: save: "Saglabāt" edit: "Rediģēt" diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml index 48188aa6..2027d254 100644 --- a/config/locales/client.nb_NO.yml +++ b/config/locales/client.nb_NO.yml @@ -41,6 +41,19 @@ nb_NO: uploads: title: "Opplastinger" uploading: "Laster opp…" + tools: + name: "Navn" + description: "Beskrivelse" + summary: "Sammendrag" + save: "Lagre" + parameter_required: "Påkrevd" + edit: "Endre" + test: "Kjør test" + delete: "Slett" + next: + title: "Neste" + test_modal: + run: "Kjør test" llms: save: "Lagre" edit: "Endre" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index 7f6ba180..dfc5977d 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -107,6 +107,19 @@ nl: uploads: title: "Uploads" uploading: "Uploaden..." + tools: + name: "Naam" + description: "Beschrijving" + summary: "Samenvatting" + save: "Opslaan" + parameter_required: "Vereist" + edit: "Bewerken" + test: "Test uitvoeren" + delete: "Verwijderen" + next: + title: "Volgende" + test_modal: + run: "Test uitvoeren" llms: save: "Opslaan" edit: "Bewerken" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index 4a3edd08..f0de767a 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -133,6 +133,19 @@ pl_PL: title: "Pliki" button: "Dodaj pliki" uploading: "Przesyłanie..." + tools: + name: "Nazwa" + description: "Opis" + summary: "Podsumowanie" + save: "Zapisz" + parameter_required: "Wymagane" + edit: "Edytuj" + test: "Przeprowadź test" + delete: "Usuń" + next: + title: "Następna" + test_modal: + run: "Przeprowadź test" llms: save: "Zapisz" edit: "Edytuj" diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml index 5600c757..9f4b347a 100644 --- a/config/locales/client.pt.yml +++ b/config/locales/client.pt.yml @@ -41,6 +41,16 @@ pt: uploads: title: "Uploads" uploading: "A enviar…" + tools: + name: "Nome" + description: "Descrição" + summary: "Resumo" + save: "Guardar" + parameter_required: "Necessário" + edit: "Editar" + delete: "Eliminar" + next: + title: "Próximo" llms: save: "Guardar" edit: "Editar" diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index fc597c2e..b59f6728 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -108,6 +108,19 @@ pt_BR: uploads: title: "Envios" uploading: "Enviando..." + tools: + name: "Nome" + description: "Descrição" + summary: "Resumo" + save: "Salvar" + parameter_required: "Necessário(a)" + edit: "Editar" + test: "Executar Teste" + delete: "Excluir" + next: + title: "Próximo" + test_modal: + run: "Executar Teste" llms: save: "Salvar" edit: "Editar" diff --git a/config/locales/client.ro.yml b/config/locales/client.ro.yml index 8654fa08..02446b2e 100644 --- a/config/locales/client.ro.yml +++ b/config/locales/client.ro.yml @@ -41,6 +41,16 @@ ro: uploads: title: "Urcări" uploading: "Se încarcă..." + tools: + name: "Nume" + description: "Descriere" + summary: "Rezumat" + save: "Salvează" + parameter_required: "Necesare" + edit: "Modifică" + delete: "Șterge" + next: + title: "Următorul" llms: save: "Salvează" edit: "Modifică" diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 12284c8c..8b040337 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -107,6 +107,19 @@ ru: uploads: title: "Загрузки" uploading: "Загрузка…" + tools: + name: "Название" + description: "Описание" + summary: "Спойлер" + save: "Сохранить" + parameter_required: "Обязательное" + edit: "Изменить" + test: "Выполнить тест" + delete: "Удалить" + next: + title: "Далее" + test_modal: + run: "Выполнить тест" llms: save: "Сохранить" edit: "Отредактировать" diff --git a/config/locales/client.sk.yml b/config/locales/client.sk.yml index ce7fed1e..a3d0a8be 100644 --- a/config/locales/client.sk.yml +++ b/config/locales/client.sk.yml @@ -43,6 +43,20 @@ sk: uploads: title: "Nahrávanie" uploading: "Načítavam..." + tools: + name: "Meno" + description: "Popis" + summary: "Zhrnutie" + script: "Skript" + save: "Uložiť" + parameter_required: "Povinné" + edit: "Upraviť" + test: "Spustiť test" + delete: "Odstrániť" + next: + title: "Ďalej" + test_modal: + run: "Spustiť test" llms: save: "Uložiť" edit: "Upraviť" diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml index ea3eb7ad..47a82331 100644 --- a/config/locales/client.sl.yml +++ b/config/locales/client.sl.yml @@ -41,6 +41,16 @@ sl: uploads: title: "Prenosi" uploading: "Nalagam..." + tools: + name: "Ime" + description: "Opis" + summary: "Povzetek" + save: "Shrani" + parameter_required: "Zahtevano" + edit: "Uredi" + delete: "Izbriši" + next: + title: "Naprej" llms: save: "Shrani" edit: "Uredi" diff --git a/config/locales/client.sq.yml b/config/locales/client.sq.yml index 8e60bb70..650aa61d 100644 --- a/config/locales/client.sq.yml +++ b/config/locales/client.sq.yml @@ -40,6 +40,16 @@ sq: delete: Fshij uploads: uploading: "Duke ngarkuar..." + tools: + name: "Emri" + description: "Përshkrimi" + summary: "Përmbledhja" + save: "Ruaj" + parameter_required: "E nevojshme" + edit: "Redakto" + delete: "Fshij" + next: + title: "Vazhdo përpara" llms: save: "Ruaj" edit: "Redakto" diff --git a/config/locales/client.sr.yml b/config/locales/client.sr.yml index 6d366631..33d6c77d 100644 --- a/config/locales/client.sr.yml +++ b/config/locales/client.sr.yml @@ -36,6 +36,16 @@ sr: delete: Obriši uploads: uploading: "Uploading..." + tools: + name: "Ime foruma" + description: "Opis" + summary: "Rezime" + save: "Sačuvaj" + parameter_required: "Potrebno" + edit: "Izmeni" + delete: "Obriši" + next: + title: "Dalje" llms: save: "Sačuvaj" edit: "Izmeni" diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index 6ae1e9c5..64f18ac0 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -41,6 +41,19 @@ sv: uploads: title: "Uppladdningar" uploading: "Laddar upp..." + tools: + name: "Namn" + description: "Beskrivning" + summary: "Sammanfattning" + save: "Spara" + parameter_required: "Krävs" + edit: "Redigera" + test: "Kör test" + delete: "Ta bort" + next: + title: "Nästa" + test_modal: + run: "Kör test" llms: save: "Spara" edit: "Redigera" diff --git a/config/locales/client.sw.yml b/config/locales/client.sw.yml index 132385db..a51d0500 100644 --- a/config/locales/client.sw.yml +++ b/config/locales/client.sw.yml @@ -41,6 +41,16 @@ sw: uploads: title: "Upakiaji" uploading: "Inaongezwa" + tools: + name: "Jina" + description: "Elezo" + summary: "Muhtasari" + save: "Hifadhi" + parameter_required: "Muhimu na Inahitajika" + edit: "Hariri" + delete: "Futa" + next: + title: "Ijayo" llms: save: "Hifadhi" edit: "Hariri" diff --git a/config/locales/client.te.yml b/config/locales/client.te.yml index 3dd75449..a741c971 100644 --- a/config/locales/client.te.yml +++ b/config/locales/client.te.yml @@ -39,6 +39,19 @@ te: uploads: title: "అప్‌లోడ్‌లు" uploading: "ఎగుమతవుతోంది..." + tools: + name: "పేరు" + description: "వివరణ" + summary: "సారాంశం" + save: "సేవ్ చేయండి" + parameter_required: "అవసరం" + edit: "సవరించండి" + test: "పరీక్షను అమలు చేయండి" + delete: "తొలగించండి" + next: + title: "తదుపరి" + test_modal: + run: "పరీక్షను అమలు చేయండి" llms: save: "సేవ్ చేయండి" edit: "సవరించండి" diff --git a/config/locales/client.th.yml b/config/locales/client.th.yml index c1d35f8a..8b02375c 100644 --- a/config/locales/client.th.yml +++ b/config/locales/client.th.yml @@ -41,6 +41,16 @@ th: uploads: title: "อัปโหลด" uploading: "กำลังอัปโหลด..." + tools: + name: "ชื่อ" + description: "รายละเอียด" + summary: "สรุป" + save: "บันทึก" + parameter_required: "ต้องการ" + edit: "แก้ไข" + delete: "ลบ" + next: + title: "ต่อไป" llms: save: "บันทึก" edit: "แก้ไข" diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml index 3582bb43..ef281f72 100644 --- a/config/locales/client.tr_TR.yml +++ b/config/locales/client.tr_TR.yml @@ -158,6 +158,19 @@ tr_TR: button: "Dosya Ekle" filter: "Yüklemeleri filtrele" uploading: "Yükleniyor..." + tools: + name: "Ad" + description: "Açıklama" + summary: "Özet" + save: "Kaydet" + parameter_required: "Gerekli" + edit: "Düzenle" + test: "Testi Çalıştır" + delete: "Sil" + next: + title: "İleri" + test_modal: + run: "Testi Çalıştır" llms: save: "Kaydet" edit: "Düzenle" diff --git a/config/locales/client.ug.yml b/config/locales/client.ug.yml index 8174f7c4..6c23602f 100644 --- a/config/locales/client.ug.yml +++ b/config/locales/client.ug.yml @@ -43,6 +43,20 @@ ug: uploads: title: "يۈكلەنمە" uploading: "يۈكلەۋاتىدۇ..." + tools: + name: "ئىسمى" + description: "چۈشەندۈرۈش" + summary: "خۇلاسە" + script: "قوليازما" + save: "ساقلا" + parameter_required: "زۆرۈر" + edit: "تەھرىر" + test: "سىناقنى ئىجرا قىل" + delete: "ئۆچۈر" + next: + title: "كېيىنكى" + test_modal: + run: "سىناقنى ئىجرا قىل" llms: save: "ساقلا" edit: "تەھرىر" diff --git a/config/locales/client.uk.yml b/config/locales/client.uk.yml index d3b8bbdb..99123cfa 100644 --- a/config/locales/client.uk.yml +++ b/config/locales/client.uk.yml @@ -43,6 +43,20 @@ uk: uploads: title: "Завантаження" uploading: "Надсилання…" + tools: + name: "Імʼя" + description: "Опис" + summary: "Підсумок" + script: "Скрипт" + save: "Зберегти" + parameter_required: "Обов'язкові" + edit: "Редагувати" + test: "Виконати Тест" + delete: "Видалити" + next: + title: "Далі" + test_modal: + run: "Виконати Тест" llms: save: "Зберегти" edit: "Редагувати" diff --git a/config/locales/client.ur.yml b/config/locales/client.ur.yml index 2fd85925..f810a6a7 100644 --- a/config/locales/client.ur.yml +++ b/config/locales/client.ur.yml @@ -41,6 +41,19 @@ ur: uploads: title: "اَپ لوڈز" uploading: "اَپ لوڈ کیا جا رہا ہے..." + tools: + name: "نام" + description: "تفصیل" + summary: "Summary" + save: "محفوظ کریں" + parameter_required: "درکار" + edit: "ترمیم کریں" + test: "ٹیسٹ چلائیں" + delete: "مٹائیں" + next: + title: "اگلا" + test_modal: + run: "ٹیسٹ چلائیں" llms: save: "محفوظ کریں" edit: "ترمیم کریں" diff --git a/config/locales/client.vi.yml b/config/locales/client.vi.yml index d937bdc2..f95f11ef 100644 --- a/config/locales/client.vi.yml +++ b/config/locales/client.vi.yml @@ -41,6 +41,19 @@ vi: uploads: title: "Tải lên" uploading: "Đang đăng " + tools: + name: "Tên" + description: "Mô tả" + summary: "Tóm tắt" + save: "Lưu lại" + parameter_required: "Bắt buộc" + edit: "Sửa" + test: "Chạy thử nghiệm" + delete: "Xóa" + next: + title: "Kế tiếp" + test_modal: + run: "Chạy thử nghiệm" llms: save: "Lưu lại" edit: "Sửa" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 57bf52fb..5884277f 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -159,6 +159,19 @@ zh_CN: uploads: title: "上传" uploading: "正在上传…" + tools: + name: "名称" + description: "描述" + summary: "总结" + save: "保存" + parameter_required: "必选" + edit: "编辑" + test: "运行测试" + delete: "删除" + next: + title: "下一步" + test_modal: + run: "运行测试" llms: save: "保存" edit: "编辑" diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml index 2c49abcb..6962c6e8 100644 --- a/config/locales/client.zh_TW.yml +++ b/config/locales/client.zh_TW.yml @@ -39,6 +39,19 @@ zh_TW: uploads: title: "上傳檔案" uploading: "上傳中..." + tools: + name: "名字" + description: "簡述" + summary: "摘要" + save: "保存" + parameter_required: "必要設定" + edit: "編輯" + test: "執行測試" + delete: "刪除" + next: + title: "下一步" + test_modal: + run: "執行測試" llms: save: "保存" edit: "編輯" diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index b5b63a33..b5d44012 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -131,6 +131,17 @@ de: description: "Anzahl der Beiträge, die mit einer der folgenden Emotionen klassifiziert wurden, gruppiert nach der Vertrauensstufe des Autors." discourse_ai: unknown_model: "Unbekanntes KI-Modell" + tools: + custom_name: "%{name} (custom)" + presets: + browse_web_jina: + name: "Mit jina.ai das Web durchsuchen" + exchange_rate: + name: "Wechselkurs" + stock_quote: + name: "Aktienkurs (AlphaVantage)" + empty_tool: + name: "Beginne bei Null..." ai_helper: errors: completion_request_failed: "Beim Versuch, Vorschläge zu machen, ist etwas schiefgelaufen. Bitte versuche es noch einmal." diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index f93da855..02fb5027 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -131,6 +131,17 @@ he: description: "מספר הפוסטים שסווגו עם אחד הרגשות הבאים, מקובצים לפי דרגות אמון המפרסמים." discourse_ai: unknown_model: "דגם בינה מלאכותית לא ידוע" + tools: + custom_name: "%{name} (מותאם אישית)" + presets: + browse_web_jina: + name: "גלישה באינטרנט דרך jina.ai" + exchange_rate: + name: "שער חליפין" + stock_quote: + name: "מחיר המניה (AlphaVantage)" + empty_tool: + name: "התחלה מאפס…" ai_helper: errors: completion_request_failed: "משהו השתבש במהלך הניסיון לספק הצעות. נא לנסות שוב."