Browse Source

add key i18n

SimonOriginal 10 months ago
parent
commit
e29e54a8d2
39 changed files with 83 additions and 5 deletions
  1. 4 4
      src/lib/components/admin/AddUserModal.svelte
  2. 3 1
      src/lib/components/chat/Settings/About.svelte
  3. 2 0
      src/lib/i18n/locales/ar-BH/translation.json
  4. 2 0
      src/lib/i18n/locales/bg-BG/translation.json
  5. 2 0
      src/lib/i18n/locales/bn-BD/translation.json
  6. 2 0
      src/lib/i18n/locales/ca-ES/translation.json
  7. 2 0
      src/lib/i18n/locales/ceb-PH/translation.json
  8. 2 0
      src/lib/i18n/locales/de-DE/translation.json
  9. 4 0
      src/lib/i18n/locales/dg-DG/translation.json
  10. 2 0
      src/lib/i18n/locales/en-GB/translation.json
  11. 2 0
      src/lib/i18n/locales/en-US/translation.json
  12. 2 0
      src/lib/i18n/locales/es-ES/translation.json
  13. 2 0
      src/lib/i18n/locales/fa-IR/translation.json
  14. 2 0
      src/lib/i18n/locales/fi-FI/translation.json
  15. 2 0
      src/lib/i18n/locales/fr-CA/translation.json
  16. 2 0
      src/lib/i18n/locales/fr-FR/translation.json
  17. 2 0
      src/lib/i18n/locales/he-IL/translation.json
  18. 2 0
      src/lib/i18n/locales/hi-IN/translation.json
  19. 2 0
      src/lib/i18n/locales/hr-HR/translation.json
  20. 2 0
      src/lib/i18n/locales/it-IT/translation.json
  21. 2 0
      src/lib/i18n/locales/ja-JP/translation.json
  22. 2 0
      src/lib/i18n/locales/ka-GE/translation.json
  23. 2 0
      src/lib/i18n/locales/ko-KR/translation.json
  24. 2 0
      src/lib/i18n/locales/lt-LT/translation.json
  25. 2 0
      src/lib/i18n/locales/nb-NO/translation.json
  26. 2 0
      src/lib/i18n/locales/nl-NL/translation.json
  27. 2 0
      src/lib/i18n/locales/pa-IN/translation.json
  28. 2 0
      src/lib/i18n/locales/pl-PL/translation.json
  29. 2 0
      src/lib/i18n/locales/pt-BR/translation.json
  30. 2 0
      src/lib/i18n/locales/pt-PT/translation.json
  31. 2 0
      src/lib/i18n/locales/ru-RU/translation.json
  32. 2 0
      src/lib/i18n/locales/sr-RS/translation.json
  33. 2 0
      src/lib/i18n/locales/sv-SE/translation.json
  34. 2 0
      src/lib/i18n/locales/tk-TW/translation.json
  35. 2 0
      src/lib/i18n/locales/tr-TR/translation.json
  36. 2 0
      src/lib/i18n/locales/uk-UA/translation.json
  37. 2 0
      src/lib/i18n/locales/vi-VN/translation.json
  38. 2 0
      src/lib/i18n/locales/zh-CN/translation.json
  39. 2 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 4 - 4
src/lib/components/admin/AddUserModal.svelte

@@ -176,9 +176,9 @@
 										placeholder={$i18n.t('Enter Your Role')}
 										required
 									>
-										<option value="pending"> pending </option>
-										<option value="user"> user </option>
-										<option value="admin"> admin </option>
+										<option value="pending"> {$i18n.t('pending')} </option>
+										<option value="user"> {$i18n.t('user')} </option>
+										<option value="admin"> {$i18n.t('admin')} </option>
 									</select>
 								</div>
 							</div>
@@ -262,7 +262,7 @@
 										class="underline dark:text-gray-200"
 										href="{WEBUI_BASE_URL}/static/user-import.csv"
 									>
-										Click here to download user import template file.
+										{$i18n.t('Click here to download user import template file.')}
 									</a>
 								</div>
 							</div>

+ 3 - 1
src/lib/components/chat/Settings/About.svelte

@@ -132,7 +132,9 @@
 		<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
 			{#if !$WEBUI_NAME.includes('Open WebUI')}
 				<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
-			{/if}{$i18n.t('Created by')}
+			{/if}{
+				$i18n.t('Created by')
+				}
 			<a
 				class=" text-gray-500 dark:text-gray-300 font-medium"
 				href="https://github.com/tjbck"

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "أضغط هنا للمساعدة",
 	"Click here to": "أضغط هنا الانتقال",
+	"Click here to download user import template file.": "",
 	"Click here to select": "أضغط هنا للاختيار",
 	"Click here to select a csv file.": "أضغط هنا للاختيار ملف csv",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "عمل سر جديد",
 	"Created at": "أنشئت في",
 	"Created At": "أنشئت من",
+	"Created by": "",
 	"Current Model": "الموديل المختار",
 	"Current Password": "كلمة السر الحالية",
 	"Custom": "مخصص",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Натиснете тук за помощ.",
 	"Click here to": "Натиснете тук за",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Натиснете тук, за да изберете",
 	"Click here to select a csv file.": "Натиснете тук, за да изберете csv файл.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Създаване на нов секретен ключ",
 	"Created at": "Създадено на",
 	"Created At": "Създадено на",
+	"Created by": "",
 	"Current Model": "Текущ модел",
 	"Current Password": "Текуща Парола",
 	"Custom": "Персонализиран",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
 	"Click here to": "এখানে ক্লিক করুন",
+	"Click here to download user import template file.": "",
 	"Click here to select": "নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"Click here to select a csv file.": "একটি csv ফাইল নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "একটি নতুন সিক্রেট কী তৈরি করুন",
 	"Created at": "নির্মানকাল",
 	"Created At": "নির্মানকাল",
+	"Created by": "",
 	"Current Model": "বর্তমান মডেল",
 	"Current Password": "বর্তমান পাসওয়ার্ড",
 	"Custom": "কাস্টম",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Fes clic aquí per ajuda.",
 	"Click here to": "Fes clic aquí per",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Fes clic aquí per seleccionar",
 	"Click here to select a csv file.": "Fes clic aquí per seleccionar un fitxer csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Crea una nova clau secreta",
 	"Created at": "Creat el",
 	"Created At": "Creat el",
+	"Created by": "",
 	"Current Model": "Model Actual",
 	"Current Password": "Contrasenya Actual",
 	"Custom": "Personalitzat",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "I-klik dinhi alang sa tabang.",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "I-klik dinhi aron makapili",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "",
 	"Created at": "Gihimo ang",
 	"Created At": "",
+	"Created by": "",
 	"Current Model": "Kasamtangang modelo",
 	"Current Password": "Kasamtangang Password",
 	"Custom": "Custom",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "Memory löschen",
 	"Click here for help.": "Klicke hier für Hilfe.",
 	"Click here to": "Klicke hier, um",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klicke hier um auszuwählen",
 	"Click here to select a csv file.": "Klicke hier um eine CSV-Datei auszuwählen.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Neuen API Schlüssel erstellen",
 	"Created at": "Erstellt am",
 	"Created At": "Erstellt am",
+	"Created by": "",
 	"Current Model": "Aktuelles Modell",
 	"Current Password": "Aktuelles Passwort",
 	"Custom": "Benutzerdefiniert",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Click for help. Much assist.",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Click to select",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "",
 	"Created at": "Created at",
 	"Created At": "",
+	"Created by": "",
 	"Current Model": "Current Model",
 	"Current Password": "Current Password",
 	"Custom": "Custom",
@@ -445,6 +447,8 @@
 	"Search Result Count": "",
 	"Search Tools": "",
 	"Searched {{count}} sites_one": "",
+	"Searched {{count}} sites_few": "",
+	"Searched {{count}} sites_many": "",
 	"Searched {{count}} sites_other": "",
 	"Searching \"{{searchQuery}}\"": "",
 	"Searxng Query URL": "",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "",
 	"Created at": "",
 	"Created At": "",
+	"Created by": "",
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "",
 	"Created at": "",
 	"Created At": "",
+	"Created by": "",
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Presiona aquí para obtener ayuda.",
 	"Click here to": "Presiona aquí para",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Presiona aquí para seleccionar",
 	"Click here to select a csv file.": "Presiona aquí para seleccionar un archivo csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Crear una nueva clave secreta",
 	"Created at": "Creado en",
 	"Created At": "Creado en",
+	"Created by": "",
 	"Current Model": "Modelo Actual",
 	"Current Password": "Contraseña Actual",
 	"Custom": "Personalizado",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "برای کمک اینجا را کلیک کنید.",
 	"Click here to": "برای کمک اینجا را کلیک کنید.",
+	"Click here to download user import template file.": "",
 	"Click here to select": "برای انتخاب اینجا کلیک کنید",
 	"Click here to select a csv file.": "برای انتخاب یک فایل csv اینجا را کلیک کنید.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "ساخت کلید gehez جدید",
 	"Created at": "ایجاد شده در",
 	"Created At": "ایجاد شده در",
+	"Created by": "",
 	"Current Model": "مدل فعلی",
 	"Current Password": "رمز عبور فعلی",
 	"Custom": "دلخواه",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Klikkaa tästä saadaksesi apua.",
 	"Click here to": "Klikkaa tästä",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klikkaa tästä valitaksesi",
 	"Click here to select a csv file.": "Klikkaa tästä valitaksesi CSV-tiedosto.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Luo uusi salainen avain",
 	"Created at": "Luotu",
 	"Created At": "Luotu",
+	"Created by": "",
 	"Current Model": "Nykyinen malli",
 	"Current Password": "Nykyinen salasana",
 	"Custom": "Mukautettu",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Cliquez ici pour de l'aide.",
 	"Click here to": "Cliquez ici pour",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Cliquez ici pour sélectionner",
 	"Click here to select a csv file.": "Cliquez ici pour sélectionner un fichier csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Créer une nouvelle clé secrète",
 	"Created at": "Créé le",
 	"Created At": "Créé le",
+	"Created by": "",
 	"Current Model": "Modèle actuel",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Personnalisé",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Cliquez ici pour de l'aide.",
 	"Click here to": "Cliquez ici pour",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Cliquez ici pour sélectionner",
 	"Click here to select a csv file.": "Cliquez ici pour sélectionner un fichier csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Créer une nouvelle clé secrète",
 	"Created at": "Créé le",
 	"Created At": "Crée Le",
+	"Created by": "",
 	"Current Model": "Modèle actuel",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Personnalisé",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "לחץ כאן לעזרה.",
 	"Click here to": "לחץ כאן כדי",
+	"Click here to download user import template file.": "",
 	"Click here to select": "לחץ כאן לבחירה",
 	"Click here to select a csv file.": "לחץ כאן לבחירת קובץ csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "צור מפתח סודי חדש",
 	"Created at": "נוצר ב",
 	"Created At": "נוצר ב",
+	"Created by": "",
 	"Current Model": "המודל הנוכחי",
 	"Current Password": "הסיסמה הנוכחית",
 	"Custom": "מותאם אישית",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "सहायता के लिए यहां क्लिक करें।",
 	"Click here to": "यहां क्लिक करें",
+	"Click here to download user import template file.": "",
 	"Click here to select": "चयन करने के लिए यहां क्लिक करें।",
 	"Click here to select a csv file.": "सीएसवी फ़ाइल का चयन करने के लिए यहां क्लिक करें।",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
 	"Created at": "किस समय बनाया गया",
 	"Created At": "किस समय बनाया गया",
+	"Created by": "",
 	"Current Model": "वर्तमान मॉडल",
 	"Current Password": "वर्तमान पासवर्ड",
 	"Custom": "कस्टम संस्करण",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "Očisti memoriju",
 	"Click here for help.": "Kliknite ovdje za pomoć.",
 	"Click here to": "Kliknite ovdje za",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Kliknite ovdje za odabir",
 	"Click here to select a csv file.": "Kliknite ovdje da odaberete csv datoteku.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Stvori novi tajni ključ",
 	"Created at": "Stvoreno",
 	"Created At": "Stvoreno",
+	"Created by": "",
 	"Current Model": "Trenutni model",
 	"Current Password": "Trenutna lozinka",
 	"Custom": "Prilagođeno",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Clicca qui per aiuto.",
 	"Click here to": "Clicca qui per",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Clicca qui per selezionare",
 	"Click here to select a csv file.": "Clicca qui per selezionare un file csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Crea nuova chiave segreta",
 	"Created at": "Creato il",
 	"Created At": "Creato il",
+	"Created by": "",
 	"Current Model": "Modello corrente",
 	"Current Password": "Password corrente",
 	"Custom": "Personalizzato",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "ヘルプについてはここをクリックしてください。",
 	"Click here to": "ここをクリックして",
+	"Click here to download user import template file.": "",
 	"Click here to select": "選択するにはここをクリックしてください",
 	"Click here to select a csv file.": "CSVファイルを選択するにはここをクリックしてください。",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "新しいシークレットキーを作成",
 	"Created at": "作成日時",
 	"Created At": "作成日時",
+	"Created by": "",
 	"Current Model": "現在のモデル",
 	"Current Password": "現在のパスワード",
 	"Custom": "カスタム",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "დახმარებისთვის, დააკლიკე აქ",
 	"Click here to": "დააკლიკე აქ",
+	"Click here to download user import template file.": "",
 	"Click here to select": "ასარჩევად, დააკლიკე აქ",
 	"Click here to select a csv file.": "ასარჩევად, დააკლიკე აქ",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "პირადი ღირებულბრის შექმნა",
 	"Created at": "შექმნილია",
 	"Created At": "შექმნილია",
+	"Created by": "",
 	"Current Model": "მიმდინარე მოდელი",
 	"Current Password": "მიმდინარე პაროლი",
 	"Custom": "საკუთარი",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "메모리 초기화",
 	"Click here for help.": "도움말을 보려면 여기를 클릭하세요.",
 	"Click here to": "여기를 클릭하면",
+	"Click here to download user import template file.": "",
 	"Click here to select": "선택하려면 여기를 클릭하세요.",
 	"Click here to select a csv file.": "csv 파일을 선택하려면 여기를 클릭하세요.",
 	"Click here to select a py file.": "py 파일을 선택하려면 여기를 클릭하세요.",
@@ -133,6 +134,7 @@
 	"Create new secret key": "새 비밀 키 만들기",
 	"Created at": "생성일",
 	"Created At": "생성일",
+	"Created by": "",
 	"Current Model": "현재 모델",
 	"Current Password": "현재 비밀번호",
 	"Custom": "사용자 정의",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Paspauskite čia dėl pagalbos.",
 	"Click here to": "Paspauskite čia, kad:",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Spauskite čia norėdami pasirinkti",
 	"Click here to select a csv file.": "Spauskite čia tam, kad pasirinkti csv failą",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Sukurti naują slaptą raktą",
 	"Created at": "Sukurta",
 	"Created At": "Sukurta",
+	"Created by": "",
 	"Current Model": "Dabartinis modelis",
 	"Current Password": "Esamas slaptažodis",
 	"Custom": "Personalizuota",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Klikk her for hjelp.",
 	"Click here to": "Klikk her for å",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klikk her for å velge",
 	"Click here to select a csv file.": "Klikk her for å velge en csv-fil.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Lag ny hemmelig nøkkel",
 	"Created at": "Opprettet",
 	"Created At": "Opprettet",
+	"Created by": "",
 	"Current Model": "Nåværende modell",
 	"Current Password": "Nåværende passord",
 	"Custom": "Tilpasset",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Klik hier voor hulp.",
 	"Click here to": "Klik hier om",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klik hier om te selecteren",
 	"Click here to select a csv file.": "Klik hier om een csv file te selecteren.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Maak nieuwe geheim sleutel",
 	"Created at": "Gemaakt op",
 	"Created At": "Gemaakt op",
+	"Created by": "",
 	"Current Model": "Huidig Model",
 	"Current Password": "Huidig Wachtwoord",
 	"Custom": "Aangepast",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "ਮਦਦ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click here to": "ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
+	"Click here to download user import template file.": "",
 	"Click here to select": "ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
 	"Click here to select a csv file.": "CSV ਫਾਈਲ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ",
 	"Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
 	"Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
+	"Created by": "",
 	"Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ",
 	"Current Password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ",
 	"Custom": "ਕਸਟਮ",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Kliknij tutaj, aby uzyskać pomoc.",
 	"Click here to": "Kliknij tutaj, żeby",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Kliknij tutaj, aby wybrać",
 	"Click here to select a csv file.": "Kliknij tutaj, żeby wybrać plik CSV",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Utwórz nowy klucz bezpieczeństwa",
 	"Created at": "Utworzono o",
 	"Created At": "Utworzono o",
+	"Created by": "",
 	"Current Model": "Bieżący model",
 	"Current Password": "Bieżące hasło",
 	"Custom": "Niestandardowy",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Clique aqui para obter ajuda.",
 	"Click here to": "Clique aqui para",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Clique aqui para selecionar",
 	"Click here to select a csv file.": "Clique aqui para selecionar um arquivo csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Criar nova chave secreta",
 	"Created at": "Criado em",
 	"Created At": "Criado em",
+	"Created by": "",
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "Limpar memória",
 	"Click here for help.": "Clique aqui para obter ajuda.",
 	"Click here to": "Clique aqui para",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Clique aqui para selecionar",
 	"Click here to select a csv file.": "Clique aqui para selecionar um ficheiro csv.",
 	"Click here to select a py file.": "Clique aqui para selecionar um ficheiro py",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Criar nova chave secreta",
 	"Created at": "Criado em",
 	"Created At": "Criado em",
+	"Created by": "",
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Нажмите здесь для помощи.",
 	"Click here to": "Нажмите здесь чтобы",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Нажмите тут чтобы выберите",
 	"Click here to select a csv file.": "Нажмите здесь чтобы выбрать файл csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Создать новый секретный ключ",
 	"Created at": "Создано в",
 	"Created At": "Создано в",
+	"Created by": "",
 	"Current Model": "Текущая модель",
 	"Current Password": "Текущий пароль",
 	"Custom": "Пользовательский",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Кликните овде за помоћ.",
 	"Click here to": "Кликните овде да",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Кликните овде да изаберете",
 	"Click here to select a csv file.": "Кликните овде да изаберете csv датотеку.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Направи нови тајни кључ",
 	"Created at": "Направљено у",
 	"Created At": "Направљено у",
+	"Created by": "",
 	"Current Model": "Тренутни модел",
 	"Current Password": "Тренутна лозинка",
 	"Custom": "Прилагођено",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "Rensa minnet",
 	"Click here for help.": "Klicka här för hjälp.",
 	"Click here to": "Klicka här för att",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klicka här för att välja",
 	"Click here to select a csv file.": "Klicka här för att välja en csv-fil.",
 	"Click here to select a py file.": "Klicka här för att välja en python-fil.",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Skapa ny hemlig nyckel",
 	"Created at": "Skapad",
 	"Created At": "Skapad",
+	"Created by": "",
 	"Current Model": "Aktuell modell",
 	"Current Password": "Nuvarande lösenord",
 	"Custom": "Anpassad",

+ 2 - 0
src/lib/i18n/locales/tk-TW/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "",
 	"Created at": "",
 	"Created At": "",
+	"Created by": "",
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Yardım için buraya tıklayın.",
 	"Click here to": "Şunu yapmak için buraya tıklayın:",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Seçmek için buraya tıklayın",
 	"Click here to select a csv file.": "Bir CSV dosyası seçmek için buraya tıklayın.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Yeni gizli anahtar oluştur",
 	"Created at": "Oluşturulma tarihi",
 	"Created At": "Şu Tarihte Oluşturuldu:",
+	"Created by": "",
 	"Current Model": "Mevcut Model",
 	"Current Password": "Mevcut Parola",
 	"Custom": "Özel",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "Очистити пам'ять",
 	"Click here for help.": "Клацніть тут, щоб отримати допомогу.",
 	"Click here to": "Натисніть тут, щоб",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Натисніть тут, щоб вибрати",
 	"Click here to select a csv file.": "Натисніть тут, щоб вибрати csv-файл.",
 	"Click here to select a py file.": "Натисніть тут, щоб вибрати py-файл.",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Створити новий секретний ключ",
 	"Created at": "Створено у",
 	"Created At": "Створено у",
+	"Created by": "",
 	"Current Model": "Поточна модель",
 	"Current Password": "Поточний пароль",
 	"Custom": "Налаштувати",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "Xóa bộ nhớ",
 	"Click here for help.": "Bấm vào đây để được trợ giúp.",
 	"Click here to": "Nhấn vào đây để",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Bấm vào đây để chọn",
 	"Click here to select a csv file.": "Nhấn vào đây để chọn tệp csv",
 	"Click here to select a py file.": "Nhấn vào đây để chọn tệp py",
@@ -133,6 +134,7 @@
 	"Create new secret key": "Tạo key bí mật mới",
 	"Created at": "Được tạo vào lúc",
 	"Created At": "Tạo lúc",
+	"Created by": "",
 	"Current Model": "Mô hình hiện tại",
 	"Current Password": "Mật khẩu hiện tại",
 	"Custom": "Tùy chỉnh",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "清除记忆",
 	"Click here for help.": "点击这里获取帮助。",
 	"Click here to": "单击",
+	"Click here to download user import template file.": "",
 	"Click here to select": "点击这里选择",
 	"Click here to select a csv file.": "单击此处选择 csv 文件。",
 	"Click here to select a py file.": "单击此处选择 py 文件。",
@@ -133,6 +134,7 @@
 	"Create new secret key": "创建新安全密钥",
 	"Created at": "创建于",
 	"Created At": "创建于",
+	"Created by": "",
 	"Current Model": "当前模型",
 	"Current Password": "当前密码",
 	"Custom": "自定义",

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

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "點擊這裡尋找幫助。",
 	"Click here to": "點擊這裡",
+	"Click here to download user import template file.": "",
 	"Click here to select": "點擊這裡選擇",
 	"Click here to select a csv file.": "點擊這裡選擇 csv 檔案。",
 	"Click here to select a py file.": "",
@@ -133,6 +134,7 @@
 	"Create new secret key": "建立新密鑰",
 	"Created at": "建立於",
 	"Created At": "建立於",
+	"Created by": "",
 	"Current Model": "目前模型",
 	"Current Password": "目前密碼",
 	"Custom": "自訂",