From 29cbdbcadd7cb781f23ca606ab2a8a77e6683235 Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84Fix=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/i18n/locales/ca-ES/translation.json | 1 + src/lib/i18n/locales/fr-FR/translation.json | 1 + src/lib/i18n/locales/lt-LT/translation.json | 3 +++ src/lib/i18n/locales/ms-MY/translation.json | 4 ++++ src/lib/i18n/locales/ru-RU/translation.json | 3 +++ src/lib/i18n/locales/zh-TW/translation.json | 3 +++ 6 files changed, 15 insertions(+) diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index 81bcd939a..749fbe626 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -288,6 +288,7 @@ "File": "Arxiu", "File Mode": "Mode d'arxiu", "File not found.": "No s'ha trobat l'arxiu.", + "File size exceeds the limit of {{size}}MB": "", "Files": "Arxius", "Filter is now globally disabled": "El filtre ha estat desactivat globalment", "Filter is now globally enabled": "El filtre ha estat activat globalment", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index eb2cf9774..6d09bbb93 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -288,6 +288,7 @@ "File": "Fichier", "File Mode": "Mode fichier", "File not found.": "Fichier introuvable.", + "File size exceeds the limit of {{size}}MB": "", "Files": "Fichiers", "Filter is now globally disabled": "Le filtre est maintenant désactivé globalement", "Filter is now globally enabled": "Le filtre est désormais activé globalement", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 532ff845a..83e5c2cc0 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -288,6 +288,7 @@ "File": "Rinkmena", "File Mode": "Rinkmenų rėžimas", "File not found.": "Failas nerastas.", + "File size exceeds the limit of {{size}}MB": "", "Files": "Rinkmenos", "Filter is now globally disabled": "Filtrai nėra leidžiami globaliai", "Filter is now globally enabled": "Filtrai globaliai leidžiami", @@ -377,6 +378,8 @@ "Manage Ollama Models": "Tvarkyti Ollama modelius", "Manage Pipelines": "Tvarkyti procesus", "March": "Kovas", + "Max File Count": "", + "Max File Size(MB)": "", "Max Tokens (num_predict)": "Maksimalus žetonų kiekis (num_predict)", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Daugiausiai trys modeliai gali būti parsisiunčiami vienu metu.", "May": "gegužė", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index 998f786f9..59f04baef 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -52,6 +52,7 @@ "alphanumeric characters and hyphens": "aksara alfanumerik dan tanda sempang", "Already have an account?": "Telah mempunyai akaun?", "an assistant": "seorang pembantu", + "An error occurred while processing files.": "", "and": "dan", "and create a new shared link.": "dan cipta pautan kongsi baharu", "API Base URL": "URL Asas API", @@ -287,6 +288,7 @@ "File": "Fail", "File Mode": "Mod Fail", "File not found.": "Fail tidak dijumpai", + "File size exceeds the limit of {{size}}MB": "", "Files": "Fail-Fail", "Filter is now globally disabled": "Tapisan kini dilumpuhkan secara global", "Filter is now globally enabled": "Tapisan kini dibenarkan secara global", @@ -376,6 +378,8 @@ "Manage Ollama Models": "Urus Model Ollama", "Manage Pipelines": "Urus 'Pipelines'", "March": "Mac", + "Max File Count": "", + "Max File Size(MB)": "", "Max Tokens (num_predict)": "Token Maksimum ( num_predict )", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksimum 3 model boleh dimuat turun serentak. Sila cuba sebentar lagi.", "May": "Mei", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 0a3feaffc..5f4183235 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -288,6 +288,7 @@ "File": "Файл", "File Mode": "Режим файла", "File not found.": "Файл не найден.", + "File size exceeds the limit of {{size}}MB": "", "Files": "Файлы", "Filter is now globally disabled": "Фильтр теперь отключен глобально", "Filter is now globally enabled": "Фильтр теперь включен глобально", @@ -377,6 +378,8 @@ "Manage Ollama Models": "Управление моделями Ollama", "Manage Pipelines": "Управление конвейерами", "March": "Март", + "Max File Count": "", + "Max File Size(MB)": "", "Max Tokens (num_predict)": "Максимальное количество токенов (num_predict)", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимальное количество моделей для загрузки одновременно - 3. Пожалуйста, попробуйте позже.", "May": "Май", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index ecffab82f..37717bfc4 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -288,6 +288,7 @@ "File": "檔案", "File Mode": "檔案模式", "File not found.": "找不到檔案。", + "File size exceeds the limit of {{size}}MB": "", "Files": "檔案", "Filter is now globally disabled": "篩選器現在已全域停用", "Filter is now globally enabled": "篩選器現在已全域啟用", @@ -377,6 +378,8 @@ "Manage Ollama Models": "管理 Ollama 模型", "Manage Pipelines": "管理管線", "March": "3 月", + "Max File Count": "", + "Max File Size(MB)": "", "Max Tokens (num_predict)": "最大 token 數(num_predict)", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可同時下載 3 個模型。請稍後再試。", "May": "5 月",