Quellcode durchsuchen

i18n: Fix missing translation for system prompt placeholder

Peter Dave Hello vor 1 Monat
Ursprung
Commit
32753326fa
58 geänderte Dateien mit 58 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/lib/components/layout/Sidebar/Folders/FolderModal.svelte
  2. 1 1
      src/lib/components/workspace/Models/ModelEditor.svelte
  3. 1 0
      src/lib/i18n/locales/ar-BH/translation.json
  4. 1 0
      src/lib/i18n/locales/ar/translation.json
  5. 1 0
      src/lib/i18n/locales/bg-BG/translation.json
  6. 1 0
      src/lib/i18n/locales/bn-BD/translation.json
  7. 1 0
      src/lib/i18n/locales/bo-TB/translation.json
  8. 1 0
      src/lib/i18n/locales/ca-ES/translation.json
  9. 1 0
      src/lib/i18n/locales/ceb-PH/translation.json
  10. 1 0
      src/lib/i18n/locales/cs-CZ/translation.json
  11. 1 0
      src/lib/i18n/locales/da-DK/translation.json
  12. 1 0
      src/lib/i18n/locales/de-DE/translation.json
  13. 1 0
      src/lib/i18n/locales/dg-DG/translation.json
  14. 1 0
      src/lib/i18n/locales/el-GR/translation.json
  15. 1 0
      src/lib/i18n/locales/en-GB/translation.json
  16. 1 0
      src/lib/i18n/locales/en-US/translation.json
  17. 1 0
      src/lib/i18n/locales/es-ES/translation.json
  18. 1 0
      src/lib/i18n/locales/et-EE/translation.json
  19. 1 0
      src/lib/i18n/locales/eu-ES/translation.json
  20. 1 0
      src/lib/i18n/locales/fa-IR/translation.json
  21. 1 0
      src/lib/i18n/locales/fi-FI/translation.json
  22. 1 0
      src/lib/i18n/locales/fr-CA/translation.json
  23. 1 0
      src/lib/i18n/locales/fr-FR/translation.json
  24. 1 0
      src/lib/i18n/locales/gl-ES/translation.json
  25. 1 0
      src/lib/i18n/locales/he-IL/translation.json
  26. 1 0
      src/lib/i18n/locales/hi-IN/translation.json
  27. 1 0
      src/lib/i18n/locales/hr-HR/translation.json
  28. 1 0
      src/lib/i18n/locales/hu-HU/translation.json
  29. 1 0
      src/lib/i18n/locales/id-ID/translation.json
  30. 1 0
      src/lib/i18n/locales/ie-GA/translation.json
  31. 1 0
      src/lib/i18n/locales/it-IT/translation.json
  32. 1 0
      src/lib/i18n/locales/ja-JP/translation.json
  33. 1 0
      src/lib/i18n/locales/ka-GE/translation.json
  34. 1 0
      src/lib/i18n/locales/ko-KR/translation.json
  35. 1 0
      src/lib/i18n/locales/lt-LT/translation.json
  36. 1 0
      src/lib/i18n/locales/ms-MY/translation.json
  37. 1 0
      src/lib/i18n/locales/nb-NO/translation.json
  38. 1 0
      src/lib/i18n/locales/nl-NL/translation.json
  39. 1 0
      src/lib/i18n/locales/pa-IN/translation.json
  40. 1 0
      src/lib/i18n/locales/pl-PL/translation.json
  41. 1 0
      src/lib/i18n/locales/pt-BR/translation.json
  42. 1 0
      src/lib/i18n/locales/pt-PT/translation.json
  43. 1 0
      src/lib/i18n/locales/ro-RO/translation.json
  44. 1 0
      src/lib/i18n/locales/ru-RU/translation.json
  45. 1 0
      src/lib/i18n/locales/sk-SK/translation.json
  46. 1 0
      src/lib/i18n/locales/sr-RS/translation.json
  47. 1 0
      src/lib/i18n/locales/sv-SE/translation.json
  48. 1 0
      src/lib/i18n/locales/th-TH/translation.json
  49. 1 0
      src/lib/i18n/locales/tk-TM/translation.json
  50. 1 0
      src/lib/i18n/locales/tr-TR/translation.json
  51. 1 0
      src/lib/i18n/locales/ug-CN/translation.json
  52. 1 0
      src/lib/i18n/locales/uk-UA/translation.json
  53. 1 0
      src/lib/i18n/locales/ur-PK/translation.json
  54. 1 0
      src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
  55. 1 0
      src/lib/i18n/locales/uz-Latn-Uz/translation.json
  56. 1 0
      src/lib/i18n/locales/vi-VN/translation.json
  57. 1 0
      src/lib/i18n/locales/zh-CN/translation.json
  58. 1 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 1 - 1
src/lib/components/layout/Sidebar/Folders/FolderModal.svelte

@@ -116,7 +116,7 @@
 							<div>
 								<Textarea
 									className=" text-sm w-full bg-transparent outline-hidden "
-									placeholder={`Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.`}
+									placeholder={$i18n.t('Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.')}
 									maxSize={200}
 									bind:value={data.system_prompt}
 								/>

+ 1 - 1
src/lib/components/workspace/Models/ModelEditor.svelte

@@ -582,7 +582,7 @@
 								<div>
 									<Textarea
 										className=" text-sm w-full bg-transparent outline-hidden resize-none overflow-y-hidden "
-										placeholder={`Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.`}
+										placeholder={$i18n.t('Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.')}
 										rows={4}
 										bind:value={system}
 									/>

+ 1 - 0
src/lib/i18n/locales/ar-BH/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "اكتب محتوى مطالبة النظام (system prompt) لنموذجك هنا\nعلى سبيل المثال: أنت ماريو من Super Mario Bros وتتصرف كمساعد.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ar/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]",
 	"Write something...": "اكتب شيئًا...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "اكتب محتوى مطالبة النظام (system prompt) لنموذجك هنا\nعلى سبيل المثال: أنت ماريو من Super Mario Bros وتتصرف كمساعد.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/bg-BG/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Напиши предложение за промпт (напр. Кой сте вие?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 думи, което обобщава [тема или ключова дума].",
 	"Write something...": "Напишете нещо...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Напишете тук съдържанието на системния prompt на вашия модел\nнапр.: Вие сте Марио от Super Mario Bros и действате като асистент.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/bn-BD/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "একটি প্রম্পট সাজেশন লিখুন (যেমন Who are you?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "এখানে আপনার মডেলের সিস্টেম প্রম্পটের বিষয়বস্তু লিখুন\nউদাহরণ: আপনি সুপার মারিও ব্রস-এর মারিও, একজন সহকারী হিসেবে কাজ করছেন।",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/bo-TB/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "འགུལ་སློང་གྲོས་གཞི་ཞིག་འབྲི་བ། (དཔེར་ན། ཁྱེད་སུ་ཡིན།)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[བརྗོད་གཞི་ཡང་ན་གནད་ཚིག] ཕྱོགས་སྡོམ་བྱེད་པའི་ཚིག་ ༥༠ ནང་གི་སྙིང་བསྡུས་ཤིག་འབྲི་བ།",
 	"Write something...": "ཅི་ཞིག་འབྲི་བ།...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Write your model system prompt content here\n e.g.) You are Mario from Super Mario Bros, acting as an assistant.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ca-ES/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Escriu una suggerència d'indicació (p. ex. Qui ets?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].",
 	"Write something...": "Escriu quelcom...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Escriu aquí el contingut del system prompt del teu model\np. ex.: Ets en Mario de Super Mario Bros i actues com a assistent.",
 	"Yacy Instance URL": "URL de la instància de Yacy",
 	"Yacy Password": "Contrasenya de Yacy",
 	"Yacy Username": "Nom d'usuari de Yacy",

+ 1 - 0
src/lib/i18n/locales/ceb-PH/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Pagsulat og gisugyot nga prompt (eg. Kinsa ka?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Pagsulat og 50 ka pulong nga summary nga nagsumaryo [topic o keyword].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Isulat dinhi ang sulod sa system prompt sa imong modelo\npananglitan: Ikaw si Mario gikan sa Super Mario Bros, naglihok isip assistant.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/cs-CZ/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Navrhněte dotaz (např. Kdo jsi?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napište shrnutí na 50 slov, které shrnuje [téma nebo klíčové slovo].",
 	"Write something...": "Napište něco...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Sem napište obsah systémového promptu vašeho modelu\nnapř.: Jste Mario ze Super Mario Bros a vystupujete jako asistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/da-DK/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Skriv et promptforslag (f.eks. Hvem er du?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en opsummering på 50 ord, der opsummerer [emne eller søgeord].",
 	"Write something...": "Skriv noget...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Skriv indholdet af din models systemprompt her\nf.eks.: Du er Mario fra Super Mario Bros og agerer som assistent.",
 	"Yacy Instance URL": "Yacy instans URL",
 	"Yacy Password": "Yacy adgangskode",
 	"Yacy Username": "Yacy brugernavn",

+ 1 - 0
src/lib/i18n/locales/de-DE/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Schreiben Sie einen Promptvorschlag (z. B. Wer sind Sie?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.",
 	"Write something...": "Schreiben Sie etwas...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Schreiben Sie hier den Inhalt des System-Prompts Ihres Modells\nz. B.: Sie sind Mario aus Super Mario Bros und agieren als Assistent.",
 	"Yacy Instance URL": "Yacy-Instanz-URL",
 	"Yacy Password": "Yacy-Passwort",
 	"Yacy Username": "Yacy-Benutzername",

+ 1 - 0
src/lib/i18n/locales/dg-DG/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Write a prompt suggestion (e.g. Who are you?) much suggest",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword]. Much summarize.",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Write your model system prompt content here\n e.g.) You are Mario from Super Mario Bros, acting as an assistant.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/el-GR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Γράψτε μια πρόταση προτροπής (π.χ. Ποιος είσαι;)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Γράψτε μια περίληψη σε 50 λέξεις που συνοψίζει [θέμα ή λέξη-κλειδί].",
 	"Write something...": "Γράψτε κάτι...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Γράψτε εδώ το περιεχόμενο του system prompt του μοντέλου σας\nπ.χ.: Είστε ο Mario από το Super Mario Bros και ενεργείτε ως βοηθός.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/en-GB/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarises [topic or keyword].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Write your model system prompt content here\n e.g.) You are Mario from Super Mario Bros, acting as an assistant.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/en-US/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Write your model system prompt content here\n e.g.) You are Mario from Super Mario Bros, acting as an assistant.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/es-ES/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia de indicador (p.ej. ¿quién eres?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].",
 	"Write something...": "Escribe algo...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Escribe aquí el contenido del system prompt de tu modelo\np. ej.: Eres Mario de Super Mario Bros y actúas como asistente.",
 	"Yacy Instance URL": "URL de la instancia Yacy",
 	"Yacy Password": "Contraseña de Yacy",
 	"Yacy Username": "Usuario de Yacy",

+ 1 - 0
src/lib/i18n/locales/et-EE/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Kirjutage vihje soovitus (nt Kes sa oled?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjutage 50-sõnaline kokkuvõte, mis võtab kokku [teema või märksõna].",
 	"Write something...": "Kirjutage midagi...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Kirjuta siia oma mudeli süsteemse käsuviiba sisu\nnt: Sa oled Mario mängust Super Mario Bros ja tegutsed assistendina.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/eu-ES/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Idatzi prompt iradokizun bat (adib. Nor zara zu?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Idatzi 50 hitzeko laburpen bat [gaia edo gako-hitza] laburbiltzen duena.",
 	"Write something...": "Idatzi zerbait...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Idatzi hemen zure ereduaren sistema-promptaren edukia\nadib.: Super Mario Bros-eko Mario zara eta laguntzaile gisa jokatzen duzu.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/fa-IR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
 	"Write something...": "چیزی بنویسید...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "محتوای پرامپت سیستمی مدل خود را اینجا بنویسید\nمثال: شما ماریو از بازی Super Mario Bros هستید و به عنوان دستیار عمل می‌کنید.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/fi-FI/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Kirjoita kehotteen ehdotus (esim. Kuka olet?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].",
 	"Write something...": "Kirjoita jotain...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Kirjoita mallisi järjestelmäkehotteen sisältö tähän\nesim.: Olet Mario pelistä Super Mario Bros ja toimit assistenttina.",
 	"Yacy Instance URL": "Yacy instanssin verkko-osoite",
 	"Yacy Password": "Yacy salasana",
 	"Yacy Username": "Yacy käyttäjänimi",

+ 1 - 0
src/lib/i18n/locales/fr-CA/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Écrivez une suggestion de prompt (par exemple : Qui êtes-vous ?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé de 50 mots qui résume [sujet ou mot-clé].",
 	"Write something...": "Écrivez quelque chose...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Écrivez ici le contenu du system prompt de votre modèle\np. ex. : Vous êtes Mario de Super Mario Bros et vous agissez comme assistant.",
 	"Yacy Instance URL": "URL de l'instance Yacy",
 	"Yacy Password": "Mot de passe Yacy",
 	"Yacy Username": "Nom d'utilisateur Yacy",

+ 1 - 0
src/lib/i18n/locales/fr-FR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Écrivez une suggestion de prompt (par exemple : Qui êtes-vous ?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé de 50 mots qui résume [sujet ou mot-clé].",
 	"Write something...": "Écrivez quelque chose...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Écrivez ici le contenu du system prompt de votre modèle\np. ex. : Vous êtes Mario de Super Mario Bros et vous agissez comme assistant.",
 	"Yacy Instance URL": "URL de l'instance Yacy",
 	"Yacy Password": "Mot de passe Yacy",
 	"Yacy Username": "Nom d'utilisateur Yacy",

+ 1 - 0
src/lib/i18n/locales/gl-ES/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Escribe unha sugerencia para un prompt (por Exemplo, ¿quen eres?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema ou palabra principal].",
 	"Write something...": "Escribe algo...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Escribe aquí o contido do system prompt do teu modelo\np. ex.: Es Mario de Super Mario Bros e actúas como asistente.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/he-IL/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "כתוב הצעה מהירה (למשל, מי אתה?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "כתוב סיכום ב-50 מילים שמסכם [נושא או מילת מפתח].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "כתבו כאן את תוכן ה-system prompt של המודל שלכם\nלדוגמה: אתם מריו מ־Super Mario Bros ופועלים כעוזר.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/hi-IN/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "एक त्वरित सुझाव लिखें (जैसे कि आप कौन हैं?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "यहाँ अपने मॉडल के सिस्टम प्रॉम्प्ट की सामग्री लिखें\nउदाहरण: आप Super Mario Bros के मारियो हैं और एक सहायक के रूप में कार्य कर रहे हैं।",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/hr-HR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Napišite prijedlog prompta (npr. Tko si ti?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napišite sažetak u 50 riječi koji sažima [temu ili ključnu riječ].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Ovdje upišite sadržaj sistemskog upita (system prompt) vašeg modela\nnpr.: Vi ste Mario iz Super Mario Bros i djelujete kao asistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/hu-HU/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Írjon egy prompt javaslatot (pl. Ki vagy te?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Írjon egy 50 szavas összefoglalót a [téma vagy kulcsszó]-ról.",
 	"Write something...": "Írjon valamit...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Írja ide a modell rendszerüzenetének (system prompt) tartalmát\npl.: Ön Mario a Super Mario Brosból, és asszisztensként működik.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/id-ID/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Menulis saran cepat (misalnya Siapa kamu?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Tulis ringkasan dalam 50 kata yang merangkum [topik atau kata kunci].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Tulis konten system prompt model Anda di sini\nmis.: Anda adalah Mario dari Super Mario Bros dan bertindak sebagai asisten.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ie-GA/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Scríobh moladh leid (m.sh. Cé hé tú?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scríobh achoimre i 50 focal a dhéanann achoimre ar [ábhar nó eochairfhocal].",
 	"Write something...": "Scríobh rud...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Scríobh inneachar system prompt do mhúnla anseo\nm.sh.: Is é Mario ó Super Mario Bros tú agus tá tú ag gníomhú mar chúntóir.",
 	"Yacy Instance URL": "URL Cás Yacy",
 	"Yacy Password": "Pasfhocal Yacy",
 	"Yacy Username": "Ainm úsáideora Yacy",

+ 1 - 0
src/lib/i18n/locales/it-IT/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Scrivi un suggerimento per il prompt (ad esempio Chi sei?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].",
 	"Write something...": "Scrivi qualcosa...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Scrivi qui il contenuto del system prompt del tuo modello\nad es.: Sei Mario di Super Mario Bros e agisci come assistente.",
 	"Yacy Instance URL": "URL dell'istanza Yacy",
 	"Yacy Password": "Password Yacy",
 	"Yacy Username": "Nome utente Yacy",

+ 1 - 0
src/lib/i18n/locales/ja-JP/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "プロンプトの提案を書いてください (例: あなたは誰ですか?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。",
 	"Write something...": "何かを書いてください...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "ここにモデルのシステムプロンプト内容を記入してください\n例:あなたは『スーパーマリオブラザーズ』のマリオで、アシスタントとして振る舞います。",
 	"Yacy Instance URL": "YacyインスタンスURL",
 	"Yacy Password": "Yacyパスワード",
 	"Yacy Username": "Yacyユーザー名",

+ 1 - 0
src/lib/i18n/locales/ka-GE/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "დაწერეთ მოკლე წინადადება (მაგ. ვინ ხარ?",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "დაწერეთ რეზიუმე 50 სიტყვით, რომელიც აჯამებს [თემას ან საკვანძო სიტყვას].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "აქ ჩაწერეთ თქვენი მოდელის სისტემური პრომპტის შინაარსი\nმაგ.: თქვენ ხართ მარიო თამაშიდან Super Mario Bros და მოქმედებთ ასისტენტის როლში.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ko-KR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "프롬프트 제안 작성 (예: 당신은 누구인가요?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[주제 또는 키워드]에 대한 50단어 요약문을 작성하시오.",
 	"Write something...": "내용을 입력하세요…",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "여기에 모델 시스템 프롬프트 내용을 작성하세요\n예: 당신은 Super Mario Bros의 마리오로서, 어시스턴트 역할을 합니다.",
 	"Yacy Instance URL": "Yacy 인스턴스 URL",
 	"Yacy Password": "Yacy 비밀번호",
 	"Yacy Username": "Yacy 사용자 이름",

+ 1 - 0
src/lib/i18n/locales/lt-LT/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Parašykite užklausą",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Parašyk santrumpą trumpesnę nei 50 žodžių šiam tekstui: [tekstas]",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Čia įrašykite savo modelio sistemos raginimo turinį\npvz.: Jūs esate Mario iš Super Mario Bros ir veikiate kaip asistentas.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ms-MY/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Tulis cadangan gesaan (cth Siapakah anda?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Tulis ringkasan dalam 50 patah perkataan yang meringkaskan [topik atau kata kunci].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Tulis kandungan arahan sistem (system prompt) model anda di sini\ncth.: Anda ialah Mario daripada Super Mario Bros dan bertindak sebagai pembantu.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/nb-NO/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Skriv inn et forslag til ledetekst (f.eks. Hvem er du?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv inn et sammendrag på 50 ord som oppsummerer [emne eller nøkkelord].",
 	"Write something...": "Skriv inn noe...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Skriv inn innholdet i modellens systemprompt her\nf.eks.: Du er Mario fra Super Mario Bros og fungerer som assistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/nl-NL/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.",
 	"Write something...": "Schrijf iets...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Schrijf hier de inhoud van de systeemprompt van je model\nbijv.: Je bent Mario uit Super Mario Bros en treedt op als assistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/pa-IN/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "ਇੱਕ ਪ੍ਰੰਪਟ ਸੁਝਾਅ ਲਿਖੋ (ਉਦਾਹਰਣ ਲਈ ਤੁਸੀਂ ਕੌਣ ਹੋ?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 ਸ਼ਬਦਾਂ ਵਿੱਚ ਇੱਕ ਸੰਖੇਪ ਲਿਖੋ ਜੋ [ਵਿਸ਼ਾ ਜਾਂ ਕੁੰਜੀ ਸ਼ਬਦ] ਨੂੰ ਸੰਖੇਪ ਕਰਦਾ ਹੈ।",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "ਇੱਥੇ ਆਪਣੇ ਮਾਡਲ ਦੇ ਸਿਸਟਮ ਪ੍ਰੌਮਪਟ ਦੀ ਸਮੱਗਰੀ ਲਿਖੋ\nਉਦਾਹਰਨ: ਤੁਸੀਂ Super Mario Bros ਦੇ ਮਾਰਿਓ ਹੋ ਅਤੇ ਸਹਾਇਕ ਵਜੋਂ ਕੰਮ ਕਰ ਰਹੇ ਹੋ।",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/pl-PL/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Podaj przykładową sugestię dla polecenia (np. Kto jesteś?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napisz krótkie podsumowanie w maksymalnie 50 słowach, które streszcza [temat lub słowo kluczowe].",
 	"Write something...": "Napisz coś...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Wpisz tutaj treść systemowego promptu swojego modelu\nnp.: Jesteś Mario z Super Mario Bros i działasz jako asystent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/pt-BR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
 	"Write something...": "Escreva algo...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Escreva aqui o conteúdo do system prompt do seu modelo\nex.: Você é o Mario do Super Mario Bros e atua como assistente.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/pt-PT/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem és tu?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Escreva aqui o conteúdo do system prompt do seu modelo\np. ex.: É o Mario do Super Mario Bros e atua como assistente.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ro-RO/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Scrieți o sugestie de prompt (de ex. Cine ești?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scrieți un rezumat în 50 de cuvinte care rezumă [subiect sau cuvânt cheie].",
 	"Write something...": "Scrie ceva...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Scrie aici conținutul system prompt-ului modelului tău\nde ex.: Ești Mario din Super Mario Bros și acționezi ca asistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ru-RU/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Напишите предложение промпта (например, Кто вы?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите резюме в 50 словах, которое кратко описывает [тему или ключевое слово].",
 	"Write something...": "Напишите что-нибудь...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Напишите здесь содержимое системного промпта вашей модели\nнапример: вы — Марио из Super Mario Bros и выступаете в роли ассистента.",
 	"Yacy Instance URL": "URL-адрес экземпляра Yacy",
 	"Yacy Password": "Пароль Yacy",
 	"Yacy Username": "Имя пользователя Yacy",

+ 1 - 0
src/lib/i18n/locales/sk-SK/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Navrhnite otázku (napr. Kto ste?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napíšte zhrnutie na 50 slov, ktoré zhrňuje [tému alebo kľúčové slovo].",
 	"Write something...": "Napíšte niečo...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Sem napíšte obsah systémovej výzvy (system prompt) vášho modelu\nnapr.: Ste Mario zo Super Mario Bros a vystupujete ako asistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/sr-RS/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Напишите предлог упита (нпр. „ко си ти?“)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите сажетак у 50 речи који резимира [тему или кључну реч].",
 	"Write something...": "Упишите нешто...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Ovde upišite sadržaj sistemskog prompta vašeg modela\nnpr.: Vi ste Mario iz Super Mario Bros i delujete kao asistent.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/sv-SE/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Skriv ett instruktionsförslag (t.ex. Vem är du?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].",
 	"Write something...": "Skriv någonting...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Skriv innehållet i modellens systemprompt här\nt.ex.: Du är Mario från Super Mario Bros och agerar som assistent.",
 	"Yacy Instance URL": "Yacy-instans-URL",
 	"Yacy Password": "Yacy-lösenord",
 	"Yacy Username": "Yacy-användarnamn",

+ 1 - 0
src/lib/i18n/locales/th-TH/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "เขียนคำแนะนำพรอมต์ (เช่น คุณคือใคร?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "เขียนสรุปใน 50 คำที่สรุป [หัวข้อหรือคำสำคัญ]",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "เขียนเนื้อหา system prompt ของโมเดลของคุณที่นี่\nเช่น: คุณคือมาริโอจาก Super Mario Bros และทำหน้าที่เป็นผู้ช่วย",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/tk-TM/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "",
 	"Write something...": "",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Modeliňiziň sistem promptynyň mazmunyny şu ýere ýazyň\nmysal üçin: Siz Super Mario Bros-dan Mario bolup, kömekçi hökmünde hereket edýärsiňiz.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/tr-TR/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Bir prompt önerisi yazın (örn. Sen kimsin?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[Konuyu veya anahtar kelimeyi] özetleyen 50 kelimelik bir özet yazın.",
 	"Write something...": "Bir şeyler yazın...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Modelinizin sistem istemi (system prompt) içeriğini buraya yazın\nörn.: Super Mario Bros’tan Mario’sunuz ve bir asistan olarak hareket ediyorsunuz.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "Yacy Parolası",
 	"Yacy Username": "Yacy Kullanıcı Adı",

+ 1 - 0
src/lib/i18n/locales/ug-CN/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "تۈرتكە تەكلىپى يېزىڭ (مەسىلەن: سىز كىمسىز؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 سۆز بىلەن [تېما ياكى ئاچقۇچلۇق سۆز] نى خاتىرىلەڭ.",
 	"Write something...": "بىر نەرسە يېزىڭ...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "بۇ يەردە مودېلىڭىزنىڭ سىستېما كۆرسەتمىسى مەزمۇنىنى يېزىڭ\nمەسىلەن: سىز Super Mario Bros دىكى Mario بولۇپ، ياردەمچى رولىنى ئوينايسىز.",
 	"Yacy Instance URL": "Yacy مىسال URL",
 	"Yacy Password": "Yacy پارول",
 	"Yacy Username": "Yacy ئىشلەتكۈچى نامى",

+ 1 - 0
src/lib/i18n/locales/uk-UA/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Напишіть промт (напр., Хто ти?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишіть стислий зміст у 50 слів, який узагальнює [тема або ключове слово].",
 	"Write something...": "Напишіть щось...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Напишіть тут зміст системного підказу (system prompt) вашої моделі\nнапр.: Ви — Маріо з Super Mario Bros і дієте як асистент.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/ur-PK/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "(مثال کے طور پر: آپ کون ہیں؟) ایک تجویز لکھیے",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "موضوع یا کلیدی لفظ کا خلاصہ 50 الفاظ میں لکھیں",
 	"Write something...": "کچھ لکھیں...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "یہاں اپنے ماڈل کے سسٹم پرامپٹ کا مواد لکھیں\nمثال: آپ سپر ماریو بروز کے ماریو ہیں اور مددگار کے طور پر کام کر رہے ہیں۔",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Тезкор таклиф ёзинг (масалан, сиз кимсиз?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[мавзу ёки калит сўзни] умумлаштирувчи 50 та сўздан иборат хулоса ёзинг.",
 	"Write something...": "Бирор нарса ёзинг ...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Моделингизнинг тизим буйруғи (system prompt) мазмунини бу ерга ёзинг\nмасалан: сиз Super Mario Bros дан Марио бўлиб, ёрдамчи сифатида ҳаракат қиляпсиз.",
 	"Yacy Instance URL": "Yacy Инстанcе УРЛ",
 	"Yacy Password": "Yacy парол",
 	"Yacy Username": "Yacy фойдаланувчи номи",

+ 1 - 0
src/lib/i18n/locales/uz-Latn-Uz/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Tezkor taklif yozing (masalan, siz kimsiz?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[mavzu yoki kalit so'zni] umumlashtiruvchi 50 ta so'zdan iborat xulosa yozing.",
 	"Write something...": "Biror narsa yozing ...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Modelingizning tizim ko‘rsatmasi (system prompt) mazmunini shu yerga yozing\nmasalan: siz Super Mario Bros dagi Mario bo‘lib, assistent sifatida harakat qilyapsiz.",
 	"Yacy Instance URL": "Yacy Instance URL",
 	"Yacy Password": "Yacy parol",
 	"Yacy Username": "Yacy foydalanuvchi nomi",

+ 1 - 0
src/lib/i18n/locales/vi-VN/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "Hãy viết một prompt (vd: Bạn là ai?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Viết một tóm tắt trong vòng 50 từ cho [chủ đề hoặc từ khóa].",
 	"Write something...": "Viết gì đó...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "Viết nội dung system prompt của mô hình tại đây\nví dụ: Bạn là Mario trong Super Mario Bros và đang đóng vai trò trợ lý.",
 	"Yacy Instance URL": "",
 	"Yacy Password": "",
 	"Yacy Username": "",

+ 1 - 0
src/lib/i18n/locales/zh-CN/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "写一个提示词建议(例如:你是谁?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]",
 	"Write something...": "写点什么...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "请在此填写模型的系统提示内容\n例如:你是《超级马里奥兄弟》中的马里奥(Mario),扮演助理的角色。",
 	"Yacy Instance URL": "YaCy 实例 URL",
 	"Yacy Password": "YaCy 密码",
 	"Yacy Username": "YaCy 用户名",

+ 1 - 0
src/lib/i18n/locales/zh-TW/translation.json

@@ -1511,6 +1511,7 @@
 	"Write a prompt suggestion (e.g. Who are you?)": "撰寫提示詞建議(例如:你是誰?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 字寫一篇總結 [主題或關鍵字] 的摘要。",
 	"Write something...": "寫一些什麼...",
+	"Write your model system prompt content here\ne.g.) You are Mario from Super Mario Bros, acting as an assistant.": "請在此輸入您的模型系統提示內容\n例如:你是超級瑪利歐兄弟(Super Mario Bros)中的瑪利歐(Mario),扮演助理的角色。",
 	"Yacy Instance URL": "Yacy 執行個體 URL",
 	"Yacy Password": "Yacy 密碼",
 	"Yacy Username": "Yacy 使用者名稱",