diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index a23b53fe..6c189809 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -113,6 +113,8 @@ ar: priority: الأولوية priority_help: يتم عرض الشخصيات ذات الأولوية للمستخدمين في أعلى قائمة الشخصيات. إذا كانت الأولوية لعدة أشخاص، فسيتم فرزهم أبجديًا. command_options: "خيارات الأوامر" + uploads: + title: "التحميلات" related_topics: title: "الموضوعات ذات الصلة" pill: "موضوعات ذات صلة" diff --git a/config/locales/client.be.yml b/config/locales/client.be.yml index 3c8a05b2..6958341d 100644 --- a/config/locales/client.be.yml +++ b/config/locales/client.be.yml @@ -35,6 +35,8 @@ be: user: карыстальнік save: Захаваць delete: выдаляць + uploads: + title: "Загрузкі" ai_helper: context_menu: back: "Назад" diff --git a/config/locales/client.bs_BA.yml b/config/locales/client.bs_BA.yml index a1bf82e0..a871856b 100644 --- a/config/locales/client.bs_BA.yml +++ b/config/locales/client.bs_BA.yml @@ -38,6 +38,8 @@ bs_BA: save: Save enabled: "Omogućen?" delete: Delete + uploads: + title: "Uploads" ai_helper: context_menu: back: "Prethodno" diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml index fe88d80b..4560a537 100644 --- a/config/locales/client.ca.yml +++ b/config/locales/client.ca.yml @@ -38,6 +38,8 @@ ca: save: Desa enabled: "Activat?" delete: Suprimeix + uploads: + title: "Càrregues" ai_helper: context_menu: back: "Enrere" diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index f0fbe97b..c6543c6f 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -38,6 +38,8 @@ cs: save: Uložit enabled: "Zapnuto?" delete: Smazat + uploads: + title: "Nahrané soubory" ai_helper: context_menu: back: "Zpět" diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml index f24a183d..c826463b 100644 --- a/config/locales/client.da.yml +++ b/config/locales/client.da.yml @@ -38,6 +38,8 @@ da: save: Gem enabled: "Aktiveret?" delete: Slet + uploads: + title: "Overførsler" ai_helper: context_menu: back: "Tilbage" diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index c428240c..559fb26a 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -124,6 +124,13 @@ de: no_llm_selected: "Kein Sprachmodell ausgewählt" max_context_posts: "Max. Kontext-Beiträge" max_context_posts_help: "Die maximale Anzahl von Beiträgen, die die KI als Kontext für die Antwort auf einen Nutzer verwenden soll. (leer für Standard)" + vision_enabled: Vision Aktiviert + vision_enabled_help: Wenn diese Funktion aktiviert ist, versucht die KI, die Bilder zu verstehen, die die Benutzer in dem Thema posten, je nachdem, welches Modell das Sehen unterstützt. Anthropic Claude 3 Modelle unterstützen das Sehen. + vision_max_pixels: Unterstützte Bildgröße + vision_max_pixel_sizes: + low: Niedrige Qualität - am günstigsten (256x256) + medium: Mittlere Qualität (512x512) + high: Hohe Qualität — am langsamsten (1024x1024) mentionable: Erwähnenswert mentionable_help: Wenn diese Funktion aktiviert ist, können Benutzer in erlaubten Gruppen diese Persona in Beiträgen und Nachrichten erwähnen und die KI wird als diese Persona antworten. user: Benutzer @@ -160,6 +167,13 @@ de: #### Gruppenspezifischer Zugriff auf KI-Personas Außerdem kannst du ihn so einrichten, dass bestimmte Benutzergruppen Zugriff auf bestimmte Personas haben. Das bedeutet, dass Sie für verschiedene Bereiche Ihres Forums unterschiedliche KI-Verhaltensweisen verwenden können, was die Vielfalt und den Reichtum der Interaktionen Ihrer Community weiter verbessert. + uploads: + title: "Uploads" + description: "Deine KI-Persona wird in der Lage sein, den Inhalt der enthaltenen Dateien zu durchsuchen und zu referenzieren. Hochgeladene Dateien müssen als Klartext (.txt) formatiert sein." + hint: "Um zu kontrollieren, wo der Inhalt der Datei in der System-Eingabeaufforderung platziert wird, füge den Platzhalter {uploads} in die obige System-Eingabeaufforderung ein." + button: "Dateien hinzufügen" + filter: "Uploads filtern" + complete: "Vollständig" related_topics: title: "Verwandte Themen" pill: "Verwandt" diff --git a/config/locales/client.el.yml b/config/locales/client.el.yml index bbaba0af..7b5996ca 100644 --- a/config/locales/client.el.yml +++ b/config/locales/client.el.yml @@ -38,6 +38,8 @@ el: save: Αποθήκευση enabled: "Ενεργοποιημένο;" delete: Σβήσιμο + uploads: + title: "Μεταφορτώσεις" ai_helper: context_menu: back: "Πίσω" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index 83b27501..9c964e19 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -113,6 +113,8 @@ es: priority: Prioridad priority_help: Las personas prioritarias se muestran a los usuarios en la parte superior de la lista de personas. Si varias personas tienen prioridad, se ordenarán alfabéticamente. command_options: "Opciones de comando" + uploads: + title: "Subidos" related_topics: title: "Temas relacionados" pill: "Relacionados" diff --git a/config/locales/client.et.yml b/config/locales/client.et.yml index fc9e2376..55265fb7 100644 --- a/config/locales/client.et.yml +++ b/config/locales/client.et.yml @@ -38,6 +38,8 @@ et: save: Salvesta enabled: "Sisse lülitatud?" delete: Kustuta + uploads: + title: "Üleslaadimised" ai_helper: context_menu: back: "Tagasi" diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml index b2032487..c9be2816 100644 --- a/config/locales/client.fa_IR.yml +++ b/config/locales/client.fa_IR.yml @@ -56,6 +56,8 @@ fa_IR: save: ذخیره enabled: "فعال شده؟" delete: حذف + uploads: + title: "بارگذاری‌ها" related_topics: title: "موضوعات مرتبط" ai_helper: diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index 5a656d3d..962a6c67 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -113,6 +113,8 @@ fi: priority: Prioriteetti priority_help: Prioriteettipersoonat näytetään käyttäjille ensimmäisinä persoonaluettelossa. Jos useilla persoonilla on prioriteetti, ne järjestetään aakkosjärjestyksessä. command_options: "Komentoasetukset" + uploads: + title: "Lataukset" related_topics: title: "Liittyvät ketjut" pill: "Liittyy aiheeseen" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index e319bb08..292f5f87 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -113,6 +113,8 @@ fr: priority: Priorité priority_help: Les personnages prioritaires sont affichés aux utilisateurs en haut de la liste des personnages. Si plusieurs personnages sont prioritaires, ils seront triés par ordre alphabétique. command_options: "Options de commande" + uploads: + title: "Fichiers envoyés" related_topics: title: "Sujets connexes" pill: "Lié" diff --git a/config/locales/client.gl.yml b/config/locales/client.gl.yml index 88923efc..7cb43e14 100644 --- a/config/locales/client.gl.yml +++ b/config/locales/client.gl.yml @@ -38,6 +38,8 @@ gl: save: Gardar enabled: "Activado?" delete: Eliminar + uploads: + title: "Cargas" ai_helper: context_menu: back: "Volver" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index 261c5bf8..1ee837c4 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -68,6 +68,9 @@ he: allow_secure_categories: label: "לאפשר קטגוריות מאובטחות" description: "לאפשר את הפקת הדוח לנושאים בקטגוריות מאובטחות" + suppress_notifications: + label: "דחיית התראות" + description: "לדחות התראות שהדוח יכול לייצר על ידי עיבוד התוכן. הגדרה זו תמפה מחדש אזכורים וקישורים פנימיים." debug_mode: label: "מצב ניפוי תקלות" description: "יש להפעיל מצב ניפוי תקלות כדי לצפות בקלט והפלט הגולמיים של ה־LLM" @@ -121,6 +124,13 @@ he: no_llm_selected: "לא נבחר דגם שפה" max_context_posts: "כמות מרבית של פוסטים להקשר" max_context_posts_help: "הכמות המרבית של פוסטים לשימוש כהקשר לבינה המלאכותית בעת מענה למשתמש (ריק לברירת מחדל)" + vision_enabled: ראייה מופעלת + vision_enabled_help: אם האפשרות פעילה, הבינה מלאכותית תנסה להבין תמונות שהמשתמשים מפרסמים בנושא, כתלות בתמיכה של המודל בעיבוד תמונות. מודלים של Claude 3 מבית Anthropic תומכים בעיבוד תמונה. + vision_max_pixels: גודל התמונות הנתמכות + vision_max_pixel_sizes: + low: איכות נמוכה - הזול ביותר (256×256) + medium: איכות בינונית (512×512) + high: איכות גבוהה - האיטית ביותר (1024×1024) mentionable: מותר לאזכר mentionable_help: אם האפשרות פעילה, משתמשים בקבוצות מורשות יכולים לאזכר את המשתמש הזה בפוסטים ובהודעות, הבינה המלאכותית תגיב בתור הדמות הזאת. user: משתמש @@ -157,6 +167,10 @@ he: #### גישה קבוצתית ייעודית לדמויות בינה מלאכותית יתרה מכך, אפשר להגדיר אותה כך שרק לקבוצות מסוימות תהיינה גישה לדמויות מסוימות. משמעות הדבר היא שאפשר לנהל התנהגויות שונות לבינה המלאכותית לאזורים שונים בפורום שלך, ובכך להרחיב את הגיוון ואת העושר של ההתנהלות בקהילה שלך. + uploads: + title: "העלאות" + button: "הוספת קבצים" + filter: "סינון העלאות" related_topics: title: "נושאים קשורים" pill: "קשורים" diff --git a/config/locales/client.hr.yml b/config/locales/client.hr.yml index efd317e5..b35b343a 100644 --- a/config/locales/client.hr.yml +++ b/config/locales/client.hr.yml @@ -38,6 +38,8 @@ hr: save: Spremi enabled: "Omogućeno?" delete: Pobriši + uploads: + title: "Prijenosi" ai_helper: context_menu: back: "Natrag" diff --git a/config/locales/client.hu.yml b/config/locales/client.hu.yml index f38e2119..5124bfa5 100644 --- a/config/locales/client.hu.yml +++ b/config/locales/client.hu.yml @@ -38,6 +38,8 @@ hu: save: Mentés enabled: "Engedélyezed?" delete: Törlés + uploads: + title: "Feltöltések" ai_helper: context_menu: back: "Vissza" diff --git a/config/locales/client.hy.yml b/config/locales/client.hy.yml index 3f523214..03ce9ea3 100644 --- a/config/locales/client.hy.yml +++ b/config/locales/client.hy.yml @@ -38,6 +38,8 @@ hy: save: Պահպանել enabled: "Միացվա՞ծ է:" delete: Ջնջել + uploads: + title: "Վերբեռնումներ" ai_helper: context_menu: back: "Ետ" diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 33796e63..f7e7e57f 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -5,21 +5,95 @@ # https://translate.discourse.org/ id: + admin_js: + admin: + site_settings: + categories: + discourse_ai: "Discourse" js: discourse_automation: + ai_models: + gpt_4_turbo: GPT 4 Turbo + gpt_4: GPT 4 + gpt_3_5_turbo: GPT 3.5 Turbo + claude_2: Claude 2 + gemini_pro: Gemini Pro + claude_3_opus: Karya Claude 3 + claude_3_sonnet: Claude 3 Soneta scriptables: llm_report: fields: + sender: + label: "Pengirim" + description: "Pengguna yang akan mengirim laporan" + receivers: + label: "Penerima" + description: "Pengguna yang akan menerima laporan (email akan dikirim email langsung, nama pengguna akan dikirim PM)" + topic_id: + label: "ID Topik" + description: "Id topik tujuan pengiriman laporan" title: label: "Judul" + description: "Judul laporan" + days: + label: "Hari" + description: "Rentang waktu laporan" + offset: + label: "Offset" + description: "Saat menguji, Anda mungkin ingin mengoperasikan laporan secara historis, gunakan offset untuk memulai laporan pada tanggal yang lebih awal" + instructions: + label: "Instruksi" + description: "Instruksi diberikan kepada model bahasa besar" + sample_size: + label: "Ukuran sampel" + description: "Jumlah posting yang akan dijadikan sampel laporan" + tokens_per_post: + label: "Token per posting" + description: "Jumlah token llm yang akan digunakan per posting" + model: + label: "Model" + description: "LLM yang akan digunakan untuk pembuatan laporan" categories: label: "Kategori" + description: "Filter topik hanya ke kategori ini" tags: label: "Label" + description: "Filter topik hanya ke tag ini" + exclude_tags: + label: "Kecualikan Tag" + description: "Kecualikan topik dengan tag ini" + exclude_categories: + label: "Kecualikan Kategori" + description: "Kecualikan topik dengan kategori ini" + allow_secure_categories: + label: "Izinkan kategori aman" + description: "Izinkan laporan dibuat untuk topik dalam kategori aman" + suppress_notifications: + label: "Tiadakan Notifikasi" + description: "Tiadakan notifikasi yang mungkin dihasilkan laporan dengan mengubahnya menjadi konten. Ini akan memetakan kembali sebutan dan tautan internal." + debug_mode: + label: "Mode Debug" + description: "Aktifkan mode debug untuk melihat input dan output mentah LLM" + priority_group: + label: "Kelompok Prioritas" + description: "Prioritaskan konten dari grup ini dalam laporan" + temperature: + label: "Temperatur" + description: "Temperatur yang akan digunakan untuk LLM, naikkan untuk meningkatkan keacakan (0 untuk menggunakan default model)" + top_p: + label: "Top P" + description: "Top P yang akan digunakan untuk LLM, tingkatkan untuk meningkatkan keacakan (0 untuk menggunakan model default)" llm_triage: fields: + system_prompt: + label: "Perintah Sistem" + description: "Perintah yang akan digunakan untuk melakukan triase, pastikan untuk membalas dengan satu kata yang dapat Anda gunakan untuk memicu tindakan" + search_for_text: + label: "Cari teks" + description: "Jika teks berikut muncul di balasan llm, terapkan tindakan ini" category: label: "Kategori" + description: "Kategori untuk diterapkan pada topik" tags: label: "Label" canned_reply: @@ -36,17 +110,78 @@ id: enabled: "Diaktifkan?" delete: Hapus ai_helper: + missing_content: "Silakan masukkan beberapa konten untuk menghasilkan saran." context_menu: + back: "Kembali" + trigger: "AI" undo: "Batalkan perintah" + loading: "AI sedang menghasilkan" cancel: "Batal" regen: "Coba Lagi" + view_changes: "Lihat Perubahan" confirm: "Konfirmasi" revert: "Dibalik" + changes: "Perubahan" + custom_prompt: + title: "Perintah Khusus" + placeholder: "Masukkan perintah khusus..." + submit: "Kirim Perintah" post_options_menu: + trigger: "Tanya AI" + title: "Tanya AI" + loading: "AI sedang menghasilkan" close: "Tutup" + copy: "Menyalin" copied: "Disalin!" cancel: "Batal" + fast_edit: + suggest_button: "Sarankan Edit" thumbnail_suggestions: + title: "Gambar Kecil yang Disarankan" + select: "Pilih" selected: "Dipilih" image_caption: + button_label: "Keterangan dengan AI" + generating: "Menghasilkan keterangan..." + credits: "Keterangan oleh AI" save_caption: "Simpan" + reviewables: + model_used: "Model yang digunakan:" + accuracy: "Akurasi:" + embeddings: + semantic_search: "Topik (Semantik)" + semantic_search_loading: "Mencari hasil lebih banyak menggunakan AI" + semantic_search_disabled_sort: "Pencarian AI dinonaktifkan untuk urutan ini, urutkan berdasarkan Relevansi untuk mengaktifkan." + semantic_search_results: + toggle: "Menampilkan %{count} hasil yang ditemukan menggunakan AI" + toggle_hidden: "Menyembunyikan %{count} hasil yang ditemukan menggunakan AI" + none: "Maaf, pencarian AI kami tidak menemukan topik yang cocok." + new: "Tekan 'Cari' untuk mulai mencari hasil baru dengan AI" + ai_generated_result: "Hasil pencarian ditemukan menggunakan AI" + quick_search: + suffix: "di semua topik dan posting dengan AI" + ai_bot: + pm_warning: "Pesan chatbot AI dipantau secara berkala oleh moderator." + cancel_streaming: "Berhenti membalas" + default_pm_prefix: "[PM bot AI tanpa judul]" + shortcut_title: "Mulai PM dengan bot AI" + share: "Bagikan percakapan AI" + conversation_shared: "Percakapan disalin" + share_full_topic_modal: + title: "Bagikan Percakapan Secara Publik" + share: "Bagikan dan Salin Tautan" + update: "Perbarui dan Salin Tautan" + delete: "Hapus Pembagian" + share_ai_conversation: + name: "Bagikan Percakapan AI" + title: "Bagikan percakapan AI ini secara publik" + ai_label: "AI" + ai_title: "Percakapan dengan AI" + share_modal: + title: "Salin percakapan AI" + copy: "Salin" + context: "Interaksi untuk dibagikan:" + share_tip: Alternatifnya, Anda dapat membagikan seluruh percakapan. + bot_names: + fake: "Bot Tes Palsu" + claude-3-opus: "Claude 3 Opus" diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index 585d4214..b5cba483 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -113,6 +113,8 @@ it: priority: Priorità priority_help: I personaggi prioritari vengono visualizzati agli utenti nella parte superiore dell'elenco dei personaggi. Se più personaggi hanno la priorità, verranno ordinati in ordine alfabetico. command_options: "Opzioni di comando" + uploads: + title: "Caricamenti" related_topics: title: "Argomenti correlati" pill: "Correlato" diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index 029676b1..c5897bd2 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -113,6 +113,8 @@ ja: priority: 優先度 priority_help: 優先ペルソナはペルソナリストの先頭に表示されます。複数のペルソナが優先されている場合は、アルファベット順に並べ替えられます。 command_options: "コマンドオプション" + uploads: + title: "アップロード" related_topics: title: "関連トピック" pill: "関連" diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml index dacdde38..1c5f547e 100644 --- a/config/locales/client.ko.yml +++ b/config/locales/client.ko.yml @@ -40,6 +40,8 @@ ko: save: 저장 enabled: "활성화?" delete: 삭제하기 + uploads: + title: "업로드된 파일" ai_helper: context_menu: back: "뒤로" diff --git a/config/locales/client.lt.yml b/config/locales/client.lt.yml index e1b66560..9a97beba 100644 --- a/config/locales/client.lt.yml +++ b/config/locales/client.lt.yml @@ -83,6 +83,8 @@ lt: commands: Įgalintos komandos allowed_groups: Leidžiamos grupės delete: Pašalinti + uploads: + title: "Įkėlimai" ai_helper: context_menu: back: "Atgal" diff --git a/config/locales/client.lv.yml b/config/locales/client.lv.yml index 024f681f..0a63a72d 100644 --- a/config/locales/client.lv.yml +++ b/config/locales/client.lv.yml @@ -38,6 +38,8 @@ lv: save: Saglabāt enabled: "Ieslēgts?" delete: Dzēst + uploads: + title: "Augšupielādes" ai_helper: context_menu: back: "Atpakaļ" diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml index 763882de..9ecdfd99 100644 --- a/config/locales/client.nb_NO.yml +++ b/config/locales/client.nb_NO.yml @@ -38,6 +38,8 @@ nb_NO: save: Lagre enabled: "Aktivert?" delete: Slett + uploads: + title: "Opplastinger" ai_helper: context_menu: back: "Forrige" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index 0de01721..8d61ac93 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -113,6 +113,8 @@ nl: priority: Prioriteit priority_help: Prioritaire persona's worden bovenaan de personalijst weergegeven voor gebruikers. Als meerdere persona's prioriteit hebben, worden deze alfabetisch gesorteerd. command_options: "Opdrachtopties" + uploads: + title: "Uploads" related_topics: title: "Gerelateerde topics" pill: "Gerelateerd" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index 00443968..efd84844 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -137,6 +137,8 @@ pl_PL: priority: Priorytet priority_help: Priorytetowe persony są wyświetlane użytkownikom na górze listy person. Jeśli wiele person ma priorytet, zostaną one posortowane alfabetycznie. command_options: "Opcje poleceń" + uploads: + title: "Pliki" related_topics: title: "Powiązane tematy" pill: "Powiązane" diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml index 728971e0..54ca0fc7 100644 --- a/config/locales/client.pt.yml +++ b/config/locales/client.pt.yml @@ -38,6 +38,8 @@ pt: save: Guardar enabled: "Ativado?" delete: Eliminar + uploads: + title: "Uploads" ai_helper: context_menu: back: "Retroceder" diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 0e71fecc..468786d9 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -114,6 +114,8 @@ pt_BR: priority: Prioridade priority_help: Personas de prioridade são exibidas aos(às) usuários(as) no topo da lista de personas. Se várias personas tiverem prioridade, serão escolhidas em ordem alfabética. command_options: "Opções de comando" + uploads: + title: "Envios" related_topics: title: "Tópicos relacionados" pill: "Relacionado(a)" diff --git a/config/locales/client.ro.yml b/config/locales/client.ro.yml index cf01369f..aea5d299 100644 --- a/config/locales/client.ro.yml +++ b/config/locales/client.ro.yml @@ -38,6 +38,8 @@ ro: save: Salvare enabled: "Activat?" delete: Șterge + uploads: + title: "Urcări" ai_helper: context_menu: back: "Înapoi" diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 77730317..4552f1a6 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -113,6 +113,8 @@ ru: priority: Приоритет priority_help: Приоритетные персоны показываются пользователям вверху списка персон. Если приоритет имеют несколько персон, они будут отсортированы в алфавитном порядке. command_options: "Параметры команды" + uploads: + title: "Загрузки" related_topics: title: "Связанные темы" pill: "Связанные" diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml index cdb08dd9..32edb2e2 100644 --- a/config/locales/client.sl.yml +++ b/config/locales/client.sl.yml @@ -38,6 +38,8 @@ sl: save: Shrani enabled: "Vključeno?" delete: Izbriši + uploads: + title: "Prenosi" ai_helper: context_menu: back: "Nazaj" diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index 6aea4c80..1d87e714 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -38,6 +38,8 @@ sv: save: Spara enabled: "Aktiverad?" delete: Radera + uploads: + title: "Uppladdningar" ai_helper: context_menu: back: "Tillbaka" diff --git a/config/locales/client.sw.yml b/config/locales/client.sw.yml index 510df3c4..a6a71f9b 100644 --- a/config/locales/client.sw.yml +++ b/config/locales/client.sw.yml @@ -38,6 +38,8 @@ sw: save: Hifadhi enabled: "Imeruhusiwa?" delete: Futa + uploads: + title: "Upakiaji" ai_helper: context_menu: back: "Iliyopita" diff --git a/config/locales/client.te.yml b/config/locales/client.te.yml index 2ce8be6a..2b2f64d4 100644 --- a/config/locales/client.te.yml +++ b/config/locales/client.te.yml @@ -36,6 +36,8 @@ te: save: భద్రపరుచు enabled: "ప్రారంభించబడిందా?" delete: తొలగించు + uploads: + title: "అప్‌లోడ్‌లు" ai_helper: context_menu: back: "వెనుకకు" diff --git a/config/locales/client.th.yml b/config/locales/client.th.yml index 46649657..7b3e723c 100644 --- a/config/locales/client.th.yml +++ b/config/locales/client.th.yml @@ -38,6 +38,8 @@ th: save: บันทึก enabled: "เปิดใช้" delete: ลบ + uploads: + title: "อัปโหลด" ai_helper: context_menu: back: "กลับ" diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml index 80ea1402..d3b667ca 100644 --- a/config/locales/client.tr_TR.yml +++ b/config/locales/client.tr_TR.yml @@ -124,6 +124,13 @@ tr_TR: no_llm_selected: "Dil modeli seçilmedi" max_context_posts: "Maksimum Bağlam Gönderileri" max_context_posts_help: "Bir kullanıcıya yanıt verirken yapay zeka için bağlam olarak kullanılacak maksimum gönderi sayısı. (varsayılan için boş)" + vision_enabled: Vizyon Etkin + vision_enabled_help: Etkinleştirilirse, yapay zeka kullanıcıların konuya gönderdiği resimleri anlamaya çalışacaktır, kullanılan modelin görüşü desteklemesine bağlıdır. Anthropic Claude 3 modeli görmeyi destekler. + vision_max_pixels: Desteklenen görüntü boyutu + vision_max_pixel_sizes: + low: Düşük Kalite - en ucuz (256x256) + medium: Orta Kalite (512x512) + high: Yüksek Kalite - en yavaş (1024x1024) mentionable: Bahsedilebilir mentionable_help: Etkinleştirilirse, izin verilen gruplardaki kullanıcılar gönderilerde ve mesajlarda bu kullanıcıdan bahsedebilir, yapay zeka bu kişi olarak yanıt verir. user: Kullanıcı @@ -160,6 +167,8 @@ tr_TR: ## YZ Kişiliklerine Gruba Özel Erişim Dahası, belirli kullanıcı gruplarının belirli kişiliklere erişime sahip olacak şekilde de belirleyebilirsiniz. Bu, forumunuzun farklı bölümleri için farklı YZ davranışlarına sahip olabileceğiniz anlamına gelir ve böylece topluluğunuzun etkileşimlerinin çeşitliliğini ve zenginliğini geliştirebilirsiniz. + uploads: + title: "Yüklemeler" related_topics: title: "İlgili Konular" pill: "İlgili" diff --git a/config/locales/client.uk.yml b/config/locales/client.uk.yml index 334e65e6..1a97ddfa 100644 --- a/config/locales/client.uk.yml +++ b/config/locales/client.uk.yml @@ -40,6 +40,8 @@ uk: save: Зберегти enabled: "Включено?" delete: Видалити + uploads: + title: "Завантаження" ai_helper: context_menu: back: "Назад" diff --git a/config/locales/client.ur.yml b/config/locales/client.ur.yml index 7e490793..4c02ef32 100644 --- a/config/locales/client.ur.yml +++ b/config/locales/client.ur.yml @@ -38,6 +38,8 @@ ur: save: محفوظ کریں enabled: "فعال؟" delete: مٹائیں + uploads: + title: "اَپ لوڈز" ai_helper: context_menu: back: "واپس" diff --git a/config/locales/client.vi.yml b/config/locales/client.vi.yml index ad3365f5..78426d19 100644 --- a/config/locales/client.vi.yml +++ b/config/locales/client.vi.yml @@ -38,6 +38,8 @@ vi: save: Lưu lại enabled: "Kích hoạt" delete: Xóa + uploads: + title: "Tải lên" ai_helper: context_menu: back: "Quay lại" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 890b706d..63411bb1 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -130,6 +130,8 @@ zh_CN: priority: 优先 priority_help: 优先角色会在角色列表的顶部向用户显示。如果多个角色都具有优先级,将按字母顺序排序。 command_options: "命令选项" + uploads: + title: "上传" related_topics: title: "相关话题" pill: "相关" diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml index 88a51c02..12c87cb6 100644 --- a/config/locales/client.zh_TW.yml +++ b/config/locales/client.zh_TW.yml @@ -36,6 +36,8 @@ zh_TW: save: 保存 enabled: "啟用?" delete: 刪除 + uploads: + title: "上傳檔案" ai_helper: context_menu: back: "上一步" diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index 9f607ef3..11793a76 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -197,6 +197,7 @@ de: name: "Basissuchanfrage" description: "Basisanfrage, die bei der Suche verwendet wird. Beispiel: Bei „#dringend“ wird der Suchanfrage „#dringend“ vorangestellt und es werden nur Themen mit der Kategorie oder dem Schlagwort „dringend“ angezeigt." command_summary: + web_browser: "Web durchsuchen" github_search_code: "GitHub Code-Suche" github_file_content: "Inhalt der GitHub-Datei" github_pull_request_diff: "GitHub Pull-Request Unterschied" @@ -215,6 +216,7 @@ de: dall_e: "Bild generieren" search_meta_discourse: "Suche Meta Discourse" command_help: + web_browser: "Webseite mit dem KI Bot durchsuchen" github_search_code: "Suche nach Code in einem GitHub-Repository" github_file_content: "Inhalt von Dateien aus einem GitHub-Repository abrufen" github_pull_request_diff: "Abrufen eines GitHub Pull Request Unterschieds" @@ -233,6 +235,7 @@ de: dall_e: "Bild mit DALL-E 3 generieren" search_meta_discourse: "Suche Meta Discourse" command_description: + web_browser: "Lesen %{url}" github_search_code: "Gesucht wurde nach '%{query}' in %{repo}" github_pull_request_diff: "%{repo} %{pull_id}" github_file_content: "Abgerufener Inhalt von %{file_paths} von %{repo_name}@%{branch}" diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index bd7d9b4e..7d47772d 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -197,6 +197,7 @@ he: name: "שאילתת חיפוש בסיסית" description: "שאילתת בסיס לשימוש בעת חיפוש. למשל: ‚‎#urgent’ יוסיף את ‚‎#urgent’ לשאילתת החיפוש ויכלול רק נושאים עם הקטגוריה או התגית urgent (דחוף)." command_summary: + web_browser: "גלישה באינטרנט" github_search_code: "חיפוש קוד ב־GitHub" github_file_content: "תוכן קובץ ב־GitHub" github_pull_request_diff: "הבדל בבקשת דחיפה ב־GitHub" @@ -215,6 +216,7 @@ he: dall_e: "יצירת תמונה" search_meta_discourse: "חיפוש ב־Meta Discrouse" command_help: + web_browser: "גלישה באינטרנט באמצעות בוט בינה מלאכותית" github_search_code: "חיפוש אחר קוד במאגר GitHub" github_file_content: "משיכת תוכן של קבצים ממאגר ב־GitHub" github_pull_request_diff: "משיכת הבדל לבקשת דחיפה ב־GitHub" @@ -233,6 +235,7 @@ he: dall_e: "יצירת תמונה באמצעות DALL-E 3" search_meta_discourse: "חיפוש ב־Meta Discrouse" command_description: + web_browser: "קורא את %{url}" github_search_code: "בוצע חיפוש אחר ‚%{query}’ בתוך %{repo}" github_pull_request_diff: "%{repo} %{pull_id}" github_file_content: "התקבל תוכן של %{file_paths} מתוך %{repo_name}@%{branch}" diff --git a/config/locales/server.id.yml b/config/locales/server.id.yml index c3d389cd..5274c586 100644 --- a/config/locales/server.id.yml +++ b/config/locales/server.id.yml @@ -5,6 +5,39 @@ # https://translate.discourse.org/ id: + discourse_automation: + scriptables: + llm_triage: + title: Triase posting menggunakan AI + description: "Triase posting menggunakan model bahasa besar" + system_prompt_missing_post_placeholder: "Perintah sistem harus berisi placeholder untuk posting: %%POST%%" + llm_report: + title: Laporan berkala menggunakan AI + description: "Laporan berkala berdasarkan model bahasa besar" + site_settings: + discourse_ai_enabled: "Aktifkan plugin AI discourse." + ai_toxicity_enabled: "Aktifkan modul toksisitas." + ai_toxicity_inference_service_api_endpoint: "URL tempat API berjalan untuk modul toxicity" + ai_toxicity_inference_service_api_key: "Kunci API untuk API toxicity" + ai_toxicity_inference_service_api_model: "Model yang digunakan untuk inferensi. Model multibahasa dapat digunakan dengan bahasa Italia, Prancis, Rusia, Portugis, Spanyol, dan Turki." + ai_toxicity_flag_automatically: "Secara otomatis menandai posting/pesan obrolan yang berada di atas ambang batas yang dikonfigurasi." + ai_toxicity_flag_threshold_toxicity: "Toxicity: komentar kasar, tidak sopan, atau tidak masuk akal yang kemungkinan besar akan membuat Anda meninggalkan diskusi atau menyerah dalam menyampaikan sudut pandang Anda" + ai_toxicity_flag_threshold_severe_toxicity: "Toxicity Parah: komentar yang sangat penuh kebencian, agresif, atau tidak sopan yang kemungkinan besar akan membuat Anda meninggalkan diskusi atau menyerah dalam membagikan sudut pandang Anda" + ai_toxicity_flag_threshold_obscene: "Tidak senonoh" + ai_toxicity_flag_threshold_identity_attack: "Serangan Identitas" + ai_toxicity_flag_threshold_insult: "Penghinaan" + ai_toxicity_flag_threshold_threat: "Ancaman" + ai_toxicity_flag_threshold_sexual_explicit: "Eksplisit Seksual" + ai_toxicity_groups_bypass: "Posting pengguna di grup tersebut tidak akan diklasifikasikan berdasarkan modul toxicity." + ai_sentiment_enabled: "Aktifkan modul sentiment." + ai_sentiment_inference_service_api_endpoint: "URL tempat API berjalan untuk modul sentiment" + ai_sentiment_inference_service_api_key: "Kunci API untuk API sentiment" + ai_sentiment_models: "Model yang digunakan untuk inferensi. Sentiment menglasifikasikan posting pada ruang positif/netral/negatif. Emosi dikelompokkan ke dalam ruang marah/jijik/takut/gembira/netral/sedih/kejutan." + ai_nsfw_detection_enabled: "Aktifkan modul NSFW." + ai_nsfw_inference_service_api_endpoint: "URL tempat API beroperasi untuk modul NSFW" + ai_nsfw_inference_service_api_key: "Kunci API untuk API NSFW" + ai_nsfw_flag_automatically: "Secara otomatis menandai postingan NSFW yang berada di atas ambang batas yang dikonfigurasi." + ai_nsfw_flag_threshold_general: "Ambang Batas Umum agar suatu gambar dianggap NSFW." reports: overall_sentiment: yaxis: "Tanggal"