Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit c029bc8

Browse files
Update translations (#1060)
1 parent 65bbcd7 commit c029bc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+561
-1
lines changed

config/locales/client.ar.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,17 @@ ar:
300300
confirm_delete: هل تريد بالتأكيد حذف هذا النموذج؟
301301
delete: حذف
302302
seeded_warning: "تم تكوين هذا النموذج مسبقًا على موقعك ولا يمكن تعديله."
303+
quotas:
304+
group: "المجموعة"
305+
max_usages: "الحد الأقصى لمرات الاستخدام"
306+
duration: "المدة"
307+
durations:
308+
hour: "ساعة واحدة"
309+
six_hours: "6 ساعة"
310+
day: "24 ساعة"
311+
week: "7 أيام"
312+
custom: "مخصَّص..."
313+
hours: "الساعات"
303314
usage:
304315
ai_bot: "روبوت الذكاء الاصطناعي"
305316
ai_helper: "المساعد"

config/locales/client.be.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ be:
6565
edit: "рэдагаваць"
6666
back: "Назад"
6767
delete: выдаляць
68+
quotas:
69+
group: "група"
6870
usage:
6971
ai_spam: "Спам"
7072
next:

config/locales/client.bg.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ bg:
7171
edit: "Редактирай"
7272
back: "Назад"
7373
delete: Изтрий
74+
quotas:
75+
group: "Група"
76+
max_usages: "Максимум използвания"
77+
duration: "Продължителност"
78+
durations:
79+
hour: "1 час"
80+
six_hours: "6 часа"
81+
day: "24 часа"
82+
custom: "Ръчно задаване..."
83+
hours: "часа"
7484
usage:
7585
ai_summarization: "Обобщаване"
7686
ai_spam: "Спам"

config/locales/client.bs_BA.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ bs_BA:
6868
edit: "Edit"
6969
back: "Prethodno"
7070
delete: Delete
71+
quotas:
72+
group: "Grupa"
73+
duration: "Trajanje"
7174
usage:
7275
ai_spam: "Spam"
7376
next:

config/locales/client.ca.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ ca:
7171
edit: "Edita"
7272
back: "Enrere"
7373
delete: Suprimeix
74+
quotas:
75+
group: "Grup"
76+
duration: "Duració"
77+
hours: "hores"
7478
usage:
7579
ai_spam: "Brossa"
7680
next:

config/locales/client.cs.yml

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ cs:
7272
edit: "Upravit"
7373
back: "Zpět"
7474
delete: Smazat
75+
quotas:
76+
group: "Skupina"
77+
max_usages: "Max. použití"
78+
duration: "Doba trvání"
79+
durations:
80+
hour: "1 hodina"
81+
six_hours: "6 hodin"
82+
day: "24 hodin"
83+
week: "7 dní"
84+
custom: "Vlastní…"
85+
hours: "hodiny"
7586
usage:
7687
ai_summarization: "Shrnout"
7788
ai_spam: "Spam"
@@ -80,34 +91,128 @@ cs:
8091
tests:
8192
success: "Úspěch!"
8293
providers:
94+
aws_bedrock: "AWS Bedrock"
95+
anthropic: "Anthropic"
96+
vllm: "vLLM"
97+
hugging_face: "Hugging Face"
98+
cohere: "Cohere"
99+
open_ai: "OpenAI"
83100
google: "Google"
101+
azure: "Azure"
102+
ollama: "Ollama"
103+
CDCK: "CDCK"
104+
samba_nova: "SambaNova"
105+
mistral: "Mistral"
106+
open_router: "OpenRouter"
84107
fake: "Přizpůsobené"
108+
related_topics:
109+
title: "Související témata"
110+
pill: "Související"
85111
ai_helper:
112+
title: "Navrhněte změny pomocí AI"
113+
description: "Vyberte jednu z níže uvedených možností a umělá inteligence vám navrhne novou verzi textu."
114+
selection_hint: "Tip: Před otevřením pomocníka můžete také vybrat část textu a přepsat pouze tuto část."
115+
suggest: "Navrhnout s AI"
116+
suggest_errors:
117+
too_many_tags:
118+
one: "Můžete mít max. %{count} štítek"
119+
few: "Můžete mít max. %{count} štítky"
120+
many: "Můžete mít max. %{count} štítků"
121+
other: "Můžete mít max. %{count} štítků"
122+
no_suggestions: "Nejsou k dispozici žádné návrhy"
123+
missing_content: "Chcete-li generovat návrhy, zadejte nějaký obsah."
86124
context_menu:
125+
trigger: "Zeptejte se AI"
126+
loading: "Umělá inteligence generuje"
87127
cancel: "Zrušit"
88128
regen: "Zkusit znovu"
89129
confirm: "Potvrdit"
90-
discard: "Zahodit"
130+
discard: "Zrušit"
131+
changes: "Navrhované úpravy"
132+
custom_prompt:
133+
title: "Vlastní pokyn"
134+
placeholder: "Napište vlastní pokyn..."
135+
submit: "Odeslat pokyn"
136+
translate_prompt: "Přeložit do %{language}"
91137
post_options_menu:
138+
trigger: "Zeptejte se AI"
139+
title: "Zeptejte se AI"
140+
loading: "Umělá inteligence generuje"
92141
close: "Zavřít"
93142
copy: "Kopírovat"
94143
copied: "Zkopírováno!"
95144
cancel: "Zrušit"
145+
insert_footnote: "Přidat poznámku pod čarou"
146+
footnote_disabled: "Automatické vkládání je zakázáno, klikněte na tlačítko Kopírovat a upravte jej ručně."
147+
footnote_credits: "Vysvětlení pomocí AI"
148+
fast_edit:
149+
suggest_button: "Navrhnout úpravu"
96150
thumbnail_suggestions:
151+
title: "Navrhované miniatury"
97152
select: "Vybrat"
98153
selected: "Vybrané"
99154
image_caption:
155+
button_label: "Popisek pomocí AI"
156+
generating: "Generování popisku..."
157+
credits: "Popisek od AI"
100158
save_caption: "Uložit"
159+
automatic_caption_setting: "Povolit automatické popisky"
160+
automatic_caption_loading: "Popisuji obrázky..."
101161
automatic_caption_dialog:
162+
prompt: "Tento příspěvek obsahuje obrázky bez popisků. Chcete povolit automatické popisky při nahrávání obrázků? (To lze později změnit ve vašich nastaveních)"
102163
confirm: "Zapnout"
164+
cancel: "Již se neptat"
165+
no_content_error: "Nejprve přidejte obsah, abyste na něm mohli provádět akce AI"
166+
embeddings:
167+
semantic_search_results:
168+
toggle: "Zobrazeno %{count} výsledků nalezených pomocí AI"
169+
toggle_hidden: "Skryto %{count} výsledků nalezených pomocí AI"
170+
none: "Je nám líto, naše vyhledávání AI nenalezlo žádná odpovídající témata"
171+
new: "Stisknutím tlačítka „hledat“ začněte hledat nové výsledky pomocí AI"
172+
unavailable: "Výsledky AI nejsou k dispozici"
173+
semantic_search_tooltips:
174+
results_explanation: "Pokud je tato funkce povolena, budou níže přidány další výsledky vyhledávání pomocí umělé inteligence."
175+
ai_generated_result: "Výsledek hledání nalezen pomocí AI"
176+
quick_search:
177+
suffix: "ve všech tématech a příspěvcích s AI"
178+
ai_artifact:
179+
collapse_view_label: "Ukončení celé obrazovky (ESC nebo tlačítko Zpět)"
103180
ai_bot:
181+
cancel_streaming: "Zastavit odpověď"
182+
default_pm_prefix: "[Nepojmenovaná SZ od AI bota]"
183+
shortcut_title: "Začněte SZ s AI botem"
184+
share: "Kopírovat konverzaci s AI"
104185
debug_ai_modal:
105186
request: "Požadavek"
106187
response: "Odpověď"
107188
next_log: "Další"
108189
previous_log: "Předchozí"
109190
share_modal:
110191
copy: "Kopírovat"
192+
bot_names:
193+
claude-2: "Claude 2"
194+
gemini-1:
195+
5-pro: "Gemini"
196+
mixtral-8x7B-Instruct-V0:
197+
"1": "Mixtral-8x7B V0.1"
198+
sentiments:
199+
dashboard:
200+
title: "Sentiment"
111201
summarization:
112202
chat:
113203
title: "Shrnout zprávy"
204+
description: "Výběrem níže uvedené možnosti shrnete konverzaci odeslanou v požadovaném časovém období."
205+
summarize: "Shrnout"
206+
since:
207+
one: "Poslední hodina"
208+
few: "Poslední %{count} hodiny"
209+
many: "Posledních %{count} hodin"
210+
other: "Posledních %{count} hodin"
211+
topic:
212+
title: "Souhrn tématu"
213+
close: "Zavřít panel souhrnu"
214+
topic_list_layout:
215+
button:
216+
compact: "Kompaktní"
217+
expanded: "Rozšířený"
218+
expanded_description: "se souhrny AI"

config/locales/client.da.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ da:
7474
edit: "Rediger"
7575
back: "Tilbage"
7676
delete: Slet
77+
quotas:
78+
group: "Gruppe"
79+
max_usages: "Maks. anvendelser"
80+
duration: "Varighed"
81+
durations:
82+
hour: "1 time"
83+
six_hours: "6 timer"
84+
day: "24 timer"
85+
week: "7 dage"
86+
custom: "Tilpasset..."
87+
hours: "timer"
7788
usage:
7889
ai_spam: "Spam"
7990
next:

config/locales/client.de.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ de:
161161
stat_tooltips:
162162
incorrectly_flagged: "Artikel, die der KI-Bot als Spam gekennzeichnet hat und bei denen die Moderatoren anderer Meinung waren"
163163
missed_spam: "Von der Community als Spam markierte Artikel, die vom KI-Bot nicht erkannt wurden. Dem stimmten die Moderatoren zu"
164+
errors:
165+
scan_not_admin:
166+
message: "Warnung: Spam-Scannen wird nicht korrekt funktionieren, da das Spam-Scan-Konto kein Administrator ist"
167+
action: "Beheben"
168+
resolved: "Der Fehler wurde behoben!"
164169
usage:
165170
short_title: "Verwendung"
166171
summary: "Zusammenfassung"
@@ -333,6 +338,17 @@ de:
333338
confirm_delete: Bist du sicher, dass du dieses Modell löschen willst?
334339
delete: Löschen
335340
seeded_warning: "Dieses Modell ist auf deiner Website vorkonfiguriert und kann nicht bearbeitet werden."
341+
quotas:
342+
group: "Gruppe"
343+
max_usages: "Max. Verwendungen"
344+
duration: "Dauer"
345+
durations:
346+
hour: "1 Stunde"
347+
six_hours: "6 stunden"
348+
day: "24 Stunden"
349+
week: "7 Tage"
350+
custom: "Benutzerdefiniert …"
351+
hours: "Stunden"
336352
usage:
337353
ai_bot: "KI-Bot"
338354
ai_helper: "Helfer"
@@ -405,6 +421,7 @@ de:
405421
disable_native_tools: "Native Tool-Unterstützung deaktivieren (XML-basierte Tools verwenden)"
406422
provider_order: "Anbieterreihenfolge (kommagetrennte Liste)"
407423
provider_quantizations: "Reihenfolge der Provider-Quantisierungen (kommagetrennte Liste, z. B.: fp16, fp8)"
424+
disable_streaming: "Streaming-Abschlüsse deaktivieren (Streaming-Anfragen in Nicht-Streaming-Anfragen umwandeln)"
408425
related_topics:
409426
title: "Verwandte Themen"
410427
pill: "Verwandt"
@@ -473,6 +490,9 @@ de:
473490
none: "Entschuldigung, unsere KI-Suche hat keine passenden Themen gefunden"
474491
new: "Drücke auf „Suchen“, um mit der KI nach neuen Ergebnissen zu suchen"
475492
unavailable: "KI-Ergebnisse nicht verfügbar"
493+
semantic_search_tooltips:
494+
results_explanation: "Wenn diese Funktion aktiviert ist, werden zusätzliche KI-Suchergebnisse unten hinzugefügt."
495+
invalid_sort: "Die Suchergebnisse müssen nach Relevanz sortiert werden, um KI-Ergebnisse anzuzeigen"
476496
semantic_search_unavailable_tooltip: "Die Suchergebnisse müssen nach Relevanz sortiert werden, um KI-Ergebnisse anzuzeigen"
477497
ai_generated_result: "Suchergebnis mit KI gefunden"
478498
quick_search:

config/locales/client.el.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ el:
7474
edit: "Επεξεργασία"
7575
back: "Πίσω"
7676
delete: Σβήσιμο
77+
quotas:
78+
group: "Ομάδα"
79+
max_usages: "Μέγιστες χρήσεις"
80+
duration: "Διάρκεια"
81+
durations:
82+
hour: "1 ώρα"
83+
six_hours: "6 ώρες"
84+
day: "24 ώρες"
85+
week: "7 ημέρες"
86+
custom: "Προσαρμοσμένο..."
87+
hours: "ώρες"
7788
usage:
7889
ai_spam: "Ανεπιθύμητα"
7990
next:

config/locales/client.es.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,17 @@ es:
293293
confirm_delete: '¿Seguro que quieres eliminar este modelo?'
294294
delete: Eliminar
295295
seeded_warning: "Este modelo está preconfigurado en tu web y no se puede editar."
296+
quotas:
297+
group: "Grupo"
298+
max_usages: "Máximo de usos"
299+
duration: "Duración"
300+
durations:
301+
hour: "1 hora"
302+
six_hours: "6 horas"
303+
day: "24 horas"
304+
week: "7 días"
305+
custom: "Personalizado..."
306+
hours: "horas"
296307
usage:
297308
ai_bot: "Bot de IA"
298309
ai_helper: "Ayudante"

0 commit comments

Comments
 (0)