mirror of https://github.com/langgenius/dify.git
chore(i18n): translate i18n files and update type definitions (#29651)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
094f417b32
commit
323e0c4d30
|
|
@ -743,6 +743,7 @@ const translation = {
|
|||
pasteFileLinkInvalid: 'رابط الملف غير صالح',
|
||||
fileExtensionNotSupport: 'امتداد الملف غير مدعوم',
|
||||
fileExtensionBlocked: 'تم حظر نوع الملف هذا لأسباب أمنية',
|
||||
uploadDisabled: 'تم تعطيل رفع الملفات',
|
||||
},
|
||||
tag: {
|
||||
placeholder: 'جميع العلامات',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
uploadFromComputerReadError: 'Lesen der Datei fehlgeschlagen, bitte versuchen Sie es erneut.',
|
||||
fileExtensionNotSupport: 'Dateiendung nicht bedient',
|
||||
fileExtensionBlocked: 'Dieser Dateityp ist aus Sicherheitsgründen gesperrt',
|
||||
uploadDisabled: 'Datei-Upload ist deaktiviert',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Läuft an einem Tag ab',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
pasteFileLinkInputPlaceholder: 'Introduzca la URL...',
|
||||
uploadFromComputerLimit: 'El archivo de carga no puede exceder {{size}}',
|
||||
fileExtensionBlocked: 'Este tipo de archivo está bloqueado por motivos de seguridad',
|
||||
uploadDisabled: 'La carga de archivos está deshabilitada',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Caduca en un día',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
pasteFileLink: 'پیوند فایل را جایگذاری کنید',
|
||||
uploadFromComputerLimit: 'آپلود فایل نمی تواند از {{size}} تجاوز کند',
|
||||
fileExtensionBlocked: 'این نوع فایل به دلایل امنیتی مسدود شده است',
|
||||
uploadDisabled: 'بارگذاری فایل غیرفعال است',
|
||||
},
|
||||
license: {
|
||||
expiring_plural: 'انقضا در {{count}} روز',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
pasteFileLinkInvalid: 'Lien de fichier non valide',
|
||||
uploadFromComputerLimit: 'Le fichier de téléchargement ne peut pas dépasser {{size}}',
|
||||
fileExtensionBlocked: 'Ce type de fichier est bloqué pour des raisons de sécurité',
|
||||
uploadDisabled: 'Le téléchargement de fichiers est désactivé',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Expirant dans un jour',
|
||||
|
|
|
|||
|
|
@ -756,6 +756,7 @@ const translation = {
|
|||
fileExtensionNotSupport: 'फ़ाइल एक्सटेंशन समर्थित नहीं है',
|
||||
uploadFromComputer: 'स्थानीय अपलोड',
|
||||
fileExtensionBlocked: 'सुरक्षा कारणों से इस फ़ाइल प्रकार को अवरुद्ध कर दिया गया है',
|
||||
uploadDisabled: 'फ़ाइल अपलोड अक्षम है',
|
||||
},
|
||||
license: {
|
||||
expiring: 'एक दिन में समाप्त हो रहा है',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
uploadFromComputerReadError: 'Pembacaan file gagal, silakan coba lagi.',
|
||||
fileExtensionBlocked: 'Tipe file ini diblokir karena alasan keamanan',
|
||||
uploadFromComputerLimit: 'Unggahan {{type}} tidak boleh melebihi {{size}}',
|
||||
uploadDisabled: 'Unggah file dinonaktifkan',
|
||||
},
|
||||
tag: {
|
||||
noTag: 'Tidak ada tag',
|
||||
|
|
|
|||
|
|
@ -764,6 +764,7 @@ const translation = {
|
|||
pasteFileLink: 'Incolla il collegamento del file',
|
||||
uploadFromComputerReadError: 'Lettura del file non riuscita, riprovare.',
|
||||
fileExtensionBlocked: 'Questo tipo di file è bloccato per motivi di sicurezza',
|
||||
uploadDisabled: 'Il caricamento dei file è disabilitato',
|
||||
},
|
||||
license: {
|
||||
expiring_plural: 'Scadenza tra {{count}} giorni',
|
||||
|
|
|
|||
|
|
@ -730,6 +730,7 @@ const translation = {
|
|||
uploadFromComputerLimit: '업로드 파일은 {{size}}를 초과할 수 없습니다.',
|
||||
uploadFromComputerUploadError: '파일 업로드에 실패했습니다. 다시 업로드하십시오.',
|
||||
fileExtensionBlocked: '보안상의 이유로 이 파일 형식은 차단되었습니다',
|
||||
uploadDisabled: '파일 업로드가 비활성화되었습니다',
|
||||
},
|
||||
license: {
|
||||
expiring_plural: '{{count}}일 후에 만료',
|
||||
|
|
|
|||
|
|
@ -752,6 +752,7 @@ const translation = {
|
|||
fileExtensionNotSupport: 'Rozszerzenie pliku nie jest obsługiwane',
|
||||
uploadFromComputer: 'Przesyłanie lokalne',
|
||||
fileExtensionBlocked: 'Ten typ pliku jest zablokowany ze względów bezpieczeństwa',
|
||||
uploadDisabled: 'Przesyłanie plików jest wyłączone',
|
||||
},
|
||||
license: {
|
||||
expiring_plural: 'Wygasa za {{count}} dni',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
uploadFromComputerLimit: 'Carregar arquivo não pode exceder {{size}}',
|
||||
uploadFromComputerUploadError: 'Falha no upload do arquivo, faça o upload novamente.',
|
||||
fileExtensionBlocked: 'Este tipo de arquivo está bloqueado por razões de segurança',
|
||||
uploadDisabled: 'Envio de arquivo desativado',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Expirando em um dia',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
uploadFromComputerLimit: 'Încărcarea fișierului nu poate depăși {{size}}',
|
||||
pasteFileLink: 'Lipiți linkul fișierului',
|
||||
fileExtensionBlocked: 'Acest tip de fișier este blocat din motive de securitate',
|
||||
uploadDisabled: 'Încărcarea fișierelor este dezactivată',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Expiră într-o zi',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
uploadFromComputerLimit: 'Файл загрузки не может превышать {{size}}',
|
||||
uploadFromComputerUploadError: 'Загрузка файла не удалась, пожалуйста, загрузите еще раз.',
|
||||
fileExtensionBlocked: 'Этот тип файла заблокирован по соображениям безопасности',
|
||||
uploadDisabled: 'Загрузка файлов отключена',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Срок действия истекает за один день',
|
||||
|
|
|
|||
|
|
@ -719,6 +719,7 @@ const translation = {
|
|||
uploadFromComputerLimit: 'Nalaganje {{type}} ne sme presegati {{size}}',
|
||||
uploadFromComputerReadError: 'Branje datoteke ni uspelo, poskusite znova.',
|
||||
fileExtensionBlocked: 'Ta vrsta datoteke je zaradi varnostnih razlogov blokirana',
|
||||
uploadDisabled: 'Nalaganje datotek je onemogočeno',
|
||||
},
|
||||
tag: {
|
||||
addTag: 'Dodajanje oznak',
|
||||
|
|
|
|||
|
|
@ -714,6 +714,7 @@ const translation = {
|
|||
pasteFileLinkInvalid: 'ลิงก์ไฟล์ไม่ถูกต้อง',
|
||||
fileExtensionNotSupport: 'ไม่รองรับนามสกุลไฟล์',
|
||||
fileExtensionBlocked: 'ประเภทไฟล์นี้ถูกบล็อกด้วยเหตุผลด้านความปลอดภัย',
|
||||
uploadDisabled: 'การอัปโหลดไฟล์ถูกปิดใช้งาน',
|
||||
},
|
||||
tag: {
|
||||
placeholder: 'แท็กทั้งหมด',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
pasteFileLinkInvalid: 'Geçersiz dosya bağlantısı',
|
||||
fileExtensionNotSupport: 'Dosya uzantısı desteklenmiyor',
|
||||
fileExtensionBlocked: 'Bu dosya türü güvenlik nedenleriyle engellenmiştir',
|
||||
uploadDisabled: 'Dosya yükleme devre dışı',
|
||||
},
|
||||
license: {
|
||||
expiring_plural: '{{count}} gün içinde sona eriyor',
|
||||
|
|
|
|||
|
|
@ -735,6 +735,7 @@ const translation = {
|
|||
uploadFromComputerReadError: 'Не вдалося прочитати файл, будь ласка, спробуйте ще раз.',
|
||||
uploadFromComputerUploadError: 'Не вдалося завантажити файл, будь ласка, завантажте ще раз.',
|
||||
fileExtensionBlocked: 'Цей тип файлу заблоковано з міркувань безпеки',
|
||||
uploadDisabled: 'Завантаження файлів вимкнено',
|
||||
},
|
||||
license: {
|
||||
expiring: 'Термін дії закінчується за один день',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
uploadFromComputerUploadError: 'Tải lên tệp không thành công, vui lòng tải lên lại.',
|
||||
uploadFromComputerReadError: 'Đọc tệp không thành công, vui lòng thử lại.',
|
||||
fileExtensionBlocked: 'Loại tệp này bị chặn vì lý do bảo mật',
|
||||
uploadDisabled: 'Tải tệp bị vô hiệu hóa',
|
||||
},
|
||||
license: {
|
||||
expiring_plural: 'Hết hạn sau {{count}} ngày',
|
||||
|
|
|
|||
|
|
@ -737,6 +737,7 @@ const translation = {
|
|||
pasteFileLinkInvalid: '文件链接无效',
|
||||
fileExtensionNotSupport: '文件类型不支持',
|
||||
fileExtensionBlocked: '出于安全考虑,该文件类型已被禁止上传',
|
||||
uploadDisabled: '文件上传已被禁用',
|
||||
},
|
||||
tag: {
|
||||
placeholder: '全部标签',
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ const translation = {
|
|||
fileExtensionNotSupport: '不支援檔擴展名',
|
||||
uploadFromComputerLimit: '上傳文件不能超過 {{size}}',
|
||||
fileExtensionBlocked: '出於安全原因,此檔案類型被阻止',
|
||||
uploadDisabled: '檔案上傳已被禁用',
|
||||
},
|
||||
license: {
|
||||
expiring: '將在 1 天內過期',
|
||||
|
|
|
|||
Loading…
Reference in New Issue