"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "1b2b05d2ea119280da1e8d0501545b480fedd962"
Commit 9e258ea4 authored by SimonOriginal's avatar SimonOriginal
Browse files

add i18n keys

parent 0aacb957
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</a> </a>
<div class="flex flex-row gap-0.5 self-center"> <div class="flex flex-row gap-0.5 self-center">
{#if func?.meta?.manifest?.funding_url ?? false} {#if func?.meta?.manifest?.funding_url ?? false}
<Tooltip content="$i18n.t('Support')"> <Tooltip content={$i18n.t('Support')}>
<button <button
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl" class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
type="button" type="button"
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</Tooltip> </Tooltip>
{/if} {/if}
<Tooltip content="$i18n.t('Valves')"> <Tooltip content={$i18n.t('Valves')}>
<button <button
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl" class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
type="button" type="button"
......
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
</Tooltip> </Tooltip>
{/if} {/if}
<Tooltip content="$i18n.t('Valves')"> <Tooltip content={$i18n.t('Valves')}>
<button <button
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl" class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
type="button" type="button"
......
...@@ -579,6 +579,7 @@ ...@@ -579,6 +579,7 @@
"Success": "نجاح", "Success": "نجاح",
"Successfully updated.": "تم التحديث بنجاح", "Successfully updated.": "تم التحديث بنجاح",
"Suggested": "مقترحات", "Suggested": "مقترحات",
"Support": "",
"System": "النظام", "System": "النظام",
"System Prompt": "محادثة النظام", "System Prompt": "محادثة النظام",
"Tags": "الوسوم", "Tags": "الوسوم",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "Успех", "Success": "Успех",
"Successfully updated.": "Успешно обновено.", "Successfully updated.": "Успешно обновено.",
"Suggested": "Препоръчано", "Suggested": "Препоръчано",
"Support": "",
"System": "Система", "System": "Система",
"System Prompt": "Системен Промпт", "System Prompt": "Системен Промпт",
"Tags": "Тагове", "Tags": "Тагове",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "সফল", "Success": "সফল",
"Successfully updated.": "সফলভাবে আপডেট হয়েছে", "Successfully updated.": "সফলভাবে আপডেট হয়েছে",
"Suggested": "প্রস্তাবিত", "Suggested": "প্রস্তাবিত",
"Support": "",
"System": "সিস্টেম", "System": "সিস্টেম",
"System Prompt": "সিস্টেম প্রম্পট", "System Prompt": "সিস্টেম প্রম্পট",
"Tags": "ট্যাগসমূহ", "Tags": "ট্যাগসমূহ",
......
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
"Success": "Èxit", "Success": "Èxit",
"Successfully updated.": "Actualitzat correctament.", "Successfully updated.": "Actualitzat correctament.",
"Suggested": "Suggerit", "Suggested": "Suggerit",
"Support": "",
"System": "Sistema", "System": "Sistema",
"System Prompt": "Indicació del Sistema", "System Prompt": "Indicació del Sistema",
"Tags": "Etiquetes", "Tags": "Etiquetes",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "Kalampusan", "Success": "Kalampusan",
"Successfully updated.": "Malampuson nga na-update.", "Successfully updated.": "Malampuson nga na-update.",
"Suggested": "", "Suggested": "",
"Support": "",
"System": "Sistema", "System": "Sistema",
"System Prompt": "Madasig nga Sistema", "System Prompt": "Madasig nga Sistema",
"Tags": "Mga tag", "Tags": "Mga tag",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "Erfolg", "Success": "Erfolg",
"Successfully updated.": "Erfolgreich aktualisiert.", "Successfully updated.": "Erfolgreich aktualisiert.",
"Suggested": "Vorgeschlagen", "Suggested": "Vorgeschlagen",
"Support": "",
"System": "System", "System": "System",
"System Prompt": "System-Prompt", "System Prompt": "System-Prompt",
"Tags": "Tags", "Tags": "Tags",
......
...@@ -577,6 +577,7 @@ ...@@ -577,6 +577,7 @@
"Success": "Success very success", "Success": "Success very success",
"Successfully updated.": "Successfully updated. Very updated.", "Successfully updated.": "Successfully updated. Very updated.",
"Suggested": "", "Suggested": "",
"Support": "",
"System": "System very system", "System": "System very system",
"System Prompt": "System Prompt much prompt", "System Prompt": "System Prompt much prompt",
"Tags": "Tags very tags", "Tags": "Tags very tags",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "", "Success": "",
"Successfully updated.": "", "Successfully updated.": "",
"Suggested": "", "Suggested": "",
"Support": "",
"System": "", "System": "",
"System Prompt": "", "System Prompt": "",
"Tags": "", "Tags": "",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "", "Success": "",
"Successfully updated.": "", "Successfully updated.": "",
"Suggested": "", "Suggested": "",
"Support": "",
"System": "", "System": "",
"System Prompt": "", "System Prompt": "",
"Tags": "", "Tags": "",
......
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
"Success": "Éxito", "Success": "Éxito",
"Successfully updated.": "Actualizado exitosamente.", "Successfully updated.": "Actualizado exitosamente.",
"Suggested": "Sugerido", "Suggested": "Sugerido",
"Support": "",
"System": "Sistema", "System": "Sistema",
"System Prompt": "Prompt del sistema", "System Prompt": "Prompt del sistema",
"Tags": "Etiquetas", "Tags": "Etiquetas",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "موفقیت", "Success": "موفقیت",
"Successfully updated.": "با موفقیت به روز شد", "Successfully updated.": "با موفقیت به روز شد",
"Suggested": "پیشنهادی", "Suggested": "پیشنهادی",
"Support": "",
"System": "سیستم", "System": "سیستم",
"System Prompt": "پرامپت سیستم", "System Prompt": "پرامپت سیستم",
"Tags": "تگ\u200cها", "Tags": "تگ\u200cها",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "Onnistui", "Success": "Onnistui",
"Successfully updated.": "Päivitetty onnistuneesti.", "Successfully updated.": "Päivitetty onnistuneesti.",
"Suggested": "Suositeltu", "Suggested": "Suositeltu",
"Support": "",
"System": "Järjestelmä", "System": "Järjestelmä",
"System Prompt": "Järjestelmäkehote", "System Prompt": "Järjestelmäkehote",
"Tags": "Tagit", "Tags": "Tagit",
......
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
"Success": "Réussite", "Success": "Réussite",
"Successfully updated.": "Mise à jour réussie.", "Successfully updated.": "Mise à jour réussie.",
"Suggested": "Sugéré", "Suggested": "Sugéré",
"Support": "",
"System": "Système", "System": "Système",
"System Prompt": "Prompt du système", "System Prompt": "Prompt du système",
"Tags": "Balises", "Tags": "Balises",
......
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
"Success": "Réussite", "Success": "Réussite",
"Successfully updated.": "Mise à jour réussie.", "Successfully updated.": "Mise à jour réussie.",
"Suggested": "Sugéré", "Suggested": "Sugéré",
"Support": "",
"System": "Système", "System": "Système",
"System Prompt": "Prompt du système", "System Prompt": "Prompt du système",
"Tags": "Balises", "Tags": "Balises",
......
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
"Success": "הצלחה", "Success": "הצלחה",
"Successfully updated.": "עדכון הצלחה.", "Successfully updated.": "עדכון הצלחה.",
"Suggested": "מומלץ", "Suggested": "מומלץ",
"Support": "",
"System": "מערכת", "System": "מערכת",
"System Prompt": "תגובת מערכת", "System Prompt": "תגובת מערכת",
"Tags": "תגיות", "Tags": "תגיות",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "संपन्न", "Success": "संपन्न",
"Successfully updated.": "सफलतापूर्वक उत्परिवर्तित।", "Successfully updated.": "सफलतापूर्वक उत्परिवर्तित।",
"Suggested": "सुझावी", "Suggested": "सुझावी",
"Support": "",
"System": "सिस्टम", "System": "सिस्टम",
"System Prompt": "सिस्टम प्रॉम्प्ट", "System Prompt": "सिस्टम प्रॉम्प्ट",
"Tags": "टैग", "Tags": "टैग",
......
...@@ -576,6 +576,7 @@ ...@@ -576,6 +576,7 @@
"Success": "Uspjeh", "Success": "Uspjeh",
"Successfully updated.": "Uspješno ažurirano.", "Successfully updated.": "Uspješno ažurirano.",
"Suggested": "Predloženo", "Suggested": "Predloženo",
"Support": "",
"System": "Sustav", "System": "Sustav",
"System Prompt": "Sistemski prompt", "System Prompt": "Sistemski prompt",
"Tags": "Oznake", "Tags": "Oznake",
......
...@@ -575,6 +575,7 @@ ...@@ -575,6 +575,7 @@
"Success": "Berhasil", "Success": "Berhasil",
"Successfully updated.": "Berhasil diperbarui.", "Successfully updated.": "Berhasil diperbarui.",
"Suggested": "Disarankan", "Suggested": "Disarankan",
"Support": "",
"System": "Sistem", "System": "Sistem",
"System Prompt": "Permintaan Sistem", "System Prompt": "Permintaan Sistem",
"Tags": "Tag", "Tags": "Tag",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment