Update translations (#218)
This commit is contained in:
parent
d75e3ca82b
commit
0d761f4305
|
@ -38,6 +38,10 @@ de:
|
|||
accuracy: "Genauigkeit:"
|
||||
embeddings:
|
||||
semantic_search: "Themen (semantisch)"
|
||||
semantic_search_loading: "Suche mehr Ergebnisse mit Hilfe der KI"
|
||||
semantic_search_results:
|
||||
toggle: "%{count} Ergebnisse mit KI gefunden"
|
||||
none: "Entschuldigung, unsere KI-Suche hat keine passenden Themen gefunden."
|
||||
ai_bot:
|
||||
pm_warning: "AI chatbot messages are monitored regularly by moderators."
|
||||
cancel_streaming: "Antwort abbrechen"
|
||||
|
|
|
@ -38,6 +38,10 @@ he:
|
|||
accuracy: "דיוק:"
|
||||
embeddings:
|
||||
semantic_search: "נושאים (סמנטיקה)"
|
||||
semantic_search_loading: "מתבצע חיפוש אחר תוצאות נוספות עם בינה מלאכותית"
|
||||
semantic_search_results:
|
||||
toggle: "נמצאו %{count} תוצאות באמצעות בינה מלאכותית"
|
||||
none: "חיפוש הבינה המלאכותית שלנו לא מצא נושאים, עמך הסליחה."
|
||||
ai_bot:
|
||||
pm_warning: "הודעות בוט שיח בינה מלאכותית לא נאכפות דרך קבע על ידי המפקחים."
|
||||
cancel_streaming: "עצירת התגובה"
|
||||
|
|
|
@ -56,6 +56,7 @@ de:
|
|||
ai_embeddings_pg_connection_string: "PostgreSQL-Verbindungsstring für das Einbettungsmodul. Die pgvector-Erweiterung muss aktiviert sein und eine Reihe von Tabellen erstellt werden. Siehe Dokumentation für weitere Informationen."
|
||||
ai_embeddings_semantic_search_enabled: "Aktiviere die semantische Ganzseitensuche."
|
||||
ai_embeddings_semantic_related_include_closed_topics: "Geschlossene Themen in semantische Suchergebnisse einbeziehen"
|
||||
ai_embeddings_semantic_search_hyde_model: "Modell zur Erweiterung von Schlüsselwörtern, um bessere Ergebnisse bei der semantischen Suche zu erzielen"
|
||||
ai_summarization_discourse_service_api_endpoint: "URL, unter der die Discourse-Zusammenfassungs-API läuft."
|
||||
ai_summarization_discourse_service_api_key: "API-Schlüssel für die Discourse-Zusammenfassungs-API."
|
||||
ai_bot_enabled: "Aktiviere das KI-Bot-Modul."
|
||||
|
|
|
@ -56,6 +56,7 @@ he:
|
|||
ai_embeddings_pg_connection_string: "מחרוזת חיבור ל־PostgreSQL למודול ההטמעות. הרחבת pgvector צריכה להיות פעילה ומספר טבלאות צריכות להיווצר. יש לעיין בתיעוד למידע נוסף."
|
||||
ai_embeddings_semantic_search_enabled: "הפעלת חיפוש סמנטי בעמוד מלא."
|
||||
ai_embeddings_semantic_related_include_closed_topics: "כולל נושאים סגורים בתוצאות החיפוש הסמנטיות"
|
||||
ai_embeddings_semantic_search_hyde_model: "הדגם שמשמש להרחבת מילות החיפוש לקבלת תוצאות טובות יותר במהלך חיפוש סמנטי"
|
||||
ai_summarization_discourse_service_api_endpoint: "כתובת בה API הסיכום של Dicourse פעיל."
|
||||
ai_summarization_discourse_service_api_key: "מפתח API ל־API הסיכומים של Discourse."
|
||||
ai_bot_enabled: "הפעלת מודול בוט הבינה המלאכותית."
|
||||
|
|
Loading…
Reference in New Issue