mirror of https://github.com/langgenius/dify.git
auto generate
This commit is contained in:
parent
a5ee7663d5
commit
2ffe51d75b
|
|
@ -67,5 +67,6 @@
|
|||
"play": "تشغيل",
|
||||
"playing": "جاري التشغيل",
|
||||
"regenerate": "إعادة إنشاء",
|
||||
"status": "الحالة"
|
||||
"status": "الحالة",
|
||||
"develop.noContent": "لا يوجد محتوى"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "دعم لغة تحويل النص إلى كلام.",
|
||||
"voice.voiceSettings.title": "إعدادات الصوت",
|
||||
"voice.voiceSettings.voice": "صوت",
|
||||
"warningMessage.timeoutExceeded": "لا يتم عرض النتائج بسبب المهلة. يرجى الرجوع إلى السجلات لجمع النتائج الكاملة."
|
||||
"warningMessage.timeoutExceeded": "لا يتم عرض النتائج بسبب المهلة. يرجى الرجوع إلى السجلات لجمع النتائج الكاملة.",
|
||||
"code.instruction": "تعليمات"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "أساسي",
|
||||
"types.chatbot": "روبوت دردشة",
|
||||
"types.completion": "إكمال",
|
||||
"types.workflow": "سير العمل (Workflow)"
|
||||
"types.workflow": "سير العمل (Workflow)",
|
||||
"appNamePlaceholder": "اعطِ تطبيقك اسمًا",
|
||||
"gotoAnything.actions.slashTitle": "الأوامر",
|
||||
"theme.switchDark": "التبديل إلى الوضع الداكن",
|
||||
"theme.switchLight": "التبديل إلى الوضع الفاتح"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "التحويل إلى نص...",
|
||||
"voiceInput.notAllow": "الميكروفون غير مصرح به",
|
||||
"voiceInput.speaking": "تحدث الآن...",
|
||||
"you": "أنت"
|
||||
"you": "أنت",
|
||||
"account.workspaceNamePlaceholder": "أدخل اسم مساحة العمل",
|
||||
"error": "خطأ",
|
||||
"loading": "جارٍ التحميل",
|
||||
"modelProvider.auth.credentialRemoved": "تمت إزالة بيانات الاعتماد",
|
||||
"operation.back": "عودة",
|
||||
"operation.imageDownloaded": "تم تنزيل الصورة",
|
||||
"operation.saving": "جارٍ الحفظ..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "دلالي",
|
||||
"weightedScore.semanticFirst": "الدلالي أولاً",
|
||||
"weightedScore.title": "الدرجة المرجحة",
|
||||
"wordCount": " ألف كلمة"
|
||||
"wordCount": " ألف كلمة",
|
||||
"imageUploader.fileSizeLimitExceeded": "حجم الملف يتجاوز الحد الأقصى {{size}} ميغابايت"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "👋 مرحبًا! يرجى تسجيل الدخول للبدء.",
|
||||
"withGitHub": "المتابعة مع GitHub",
|
||||
"withGoogle": "المتابعة مع Google",
|
||||
"withSSO": "المتابعة مع SSO"
|
||||
"withSSO": "المتابعة مع SSO",
|
||||
"error.redirectUrlMissing": "رابط إعادة التوجيه مفقود"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "لم يتم تحديد أي اشتراك",
|
||||
"subscription.selectPlaceholder": "حدد اشتراكًا",
|
||||
"subscription.subscriptionRemoved": "تمت إزالة الاشتراك",
|
||||
"subscription.title": "الاشتراكات"
|
||||
"subscription.title": "الاشتراكات",
|
||||
"modal.errors.updateFailed": "فشل في تحديث الاشتراك",
|
||||
"subscription.list.item.actions.edit.error": "فشل في تحديث الاشتراك",
|
||||
"subscription.list.item.actions.edit.success": "تم تحديث الاشتراك بنجاح",
|
||||
"subscription.list.item.actions.edit.title": "تعديل الاشتراك"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "تمت إزالة الأداة",
|
||||
"type.builtIn": "أدوات",
|
||||
"type.custom": "مخصص",
|
||||
"type.workflow": "سير عمل"
|
||||
"type.workflow": "سير عمل",
|
||||
"auth.unauthorized": "غير مصرح"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "تسمية هذا الإصدار",
|
||||
"versionHistory.releaseNotesPlaceholder": "صف ما تغير",
|
||||
"versionHistory.restorationTip": "بعد استعادة الإصدار، سيتم استبدال المسودة الحالية.",
|
||||
"versionHistory.title": "الإصدارات"
|
||||
"versionHistory.title": "الإصدارات",
|
||||
"nodes.triggerSchedule.modeCron": "كرون",
|
||||
"nodes.triggerSchedule.modeVisual": "بصري",
|
||||
"nodes.triggerSchedule.selectTime": "اختر الوقت"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Abspielen",
|
||||
"playing": "Wiedergabe",
|
||||
"regenerate": "Erneuern",
|
||||
"status": "Status"
|
||||
"status": "Status",
|
||||
"develop.noContent": "Kein Inhalt"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Text-zu-Sprache unterstützte Sprache.",
|
||||
"voice.voiceSettings.title": "Stimmeinstellungen",
|
||||
"voice.voiceSettings.voice": "Stimme",
|
||||
"warningMessage.timeoutExceeded": "Die Ergebnisse werden aufgrund einer Zeitüberschreitung nicht angezeigt. Bitte beziehen Sie sich auf die Protokolle, um die vollständigen Ergebnisse zu erhalten."
|
||||
"warningMessage.timeoutExceeded": "Die Ergebnisse werden aufgrund einer Zeitüberschreitung nicht angezeigt. Bitte beziehen Sie sich auf die Protokolle, um die vollständigen Ergebnisse zu erhalten.",
|
||||
"code.instruction": "Anleitung"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Grundlegend",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Vervollständigung",
|
||||
"types.workflow": "Arbeitsablauf"
|
||||
"types.workflow": "Arbeitsablauf",
|
||||
"appNamePlaceholder": "Gib deiner App einen Namen",
|
||||
"gotoAnything.actions.slashTitle": "Befehle",
|
||||
"theme.switchDark": "Zum dunklen Modus wechseln",
|
||||
"theme.switchLight": "Zum hellen Thema wechseln"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Umwandlung in Text...",
|
||||
"voiceInput.notAllow": "Mikrofon nicht autorisiert",
|
||||
"voiceInput.speaking": "Sprechen Sie jetzt...",
|
||||
"you": "Du"
|
||||
"you": "Du",
|
||||
"account.workspaceNamePlaceholder": "Arbeitsbereichnamen eingeben",
|
||||
"error": "Fehler",
|
||||
"loading": "Wird geladen",
|
||||
"modelProvider.auth.credentialRemoved": "Anmeldeinformationen entfernt",
|
||||
"operation.back": "Zurück",
|
||||
"operation.imageDownloaded": "Bild heruntergeladen",
|
||||
"operation.saving": "Speichern..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Semantisch",
|
||||
"weightedScore.semanticFirst": "Semantik zuerst",
|
||||
"weightedScore.title": "Gewichtete Bewertung",
|
||||
"wordCount": " k Wörter"
|
||||
"wordCount": " k Wörter",
|
||||
"imageUploader.fileSizeLimitExceeded": "Die Dateigröße überschreitet das Limit von {{size}} MB"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Willkommen bei Dify, bitte melde dich an, um fortzufahren.",
|
||||
"withGitHub": "Mit GitHub fortfahren",
|
||||
"withGoogle": "Mit Google fortfahren",
|
||||
"withSSO": "Mit SSO fortfahren"
|
||||
"withSSO": "Mit SSO fortfahren",
|
||||
"error.redirectUrlMissing": "Die Weiterleitungs-URL fehlt"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "Kein Abonnement ausgewählt",
|
||||
"subscription.selectPlaceholder": "Abonnement auswählen",
|
||||
"subscription.subscriptionRemoved": "Abonnement entfernt",
|
||||
"subscription.title": "Abonnements"
|
||||
"subscription.title": "Abonnements",
|
||||
"modal.errors.updateFailed": "Aktualisierung des Abonnements fehlgeschlagen",
|
||||
"subscription.list.item.actions.edit.error": "Aktualisierung des Abonnements fehlgeschlagen",
|
||||
"subscription.list.item.actions.edit.success": "Abonnement erfolgreich aktualisiert",
|
||||
"subscription.list.item.actions.edit.title": "Abonnement bearbeiten"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Werkzeug entfernt",
|
||||
"type.builtIn": "Integriert",
|
||||
"type.custom": "Benutzerdefiniert",
|
||||
"type.workflow": "Arbeitsablauf"
|
||||
"type.workflow": "Arbeitsablauf",
|
||||
"auth.unauthorized": "Unbefugt"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Nennen Sie diese Version",
|
||||
"versionHistory.releaseNotesPlaceholder": "Beschreibe, was sich geändert hat.",
|
||||
"versionHistory.restorationTip": "Nach der Wiederherstellung der Version wird der aktuelle Entwurf überschrieben.",
|
||||
"versionHistory.title": "Versionen"
|
||||
"versionHistory.title": "Versionen",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "Visuell",
|
||||
"nodes.triggerSchedule.selectTime": "Zeit auswählen"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Reproducir",
|
||||
"playing": "Reproduciendo",
|
||||
"regenerate": "Regenerar",
|
||||
"status": "Estado"
|
||||
"status": "Estado",
|
||||
"develop.noContent": "Sin contenido"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Soporte de idioma para voz a texto.",
|
||||
"voice.voiceSettings.title": "Configuraciones de Voz",
|
||||
"voice.voiceSettings.voice": "Voz",
|
||||
"warningMessage.timeoutExceeded": "Los resultados no se muestran debido al tiempo de espera. Consulte los registros para obtener resultados completos."
|
||||
"warningMessage.timeoutExceeded": "Los resultados no se muestran debido al tiempo de espera. Consulte los registros para obtener resultados completos.",
|
||||
"code.instruction": "Instrucción"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Básico",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Finalización",
|
||||
"types.workflow": "Flujo de trabajo"
|
||||
"types.workflow": "Flujo de trabajo",
|
||||
"appNamePlaceholder": "Dale un nombre a tu aplicación",
|
||||
"gotoAnything.actions.slashTitle": "Comandos",
|
||||
"theme.switchDark": "Cambiar a tema oscuro",
|
||||
"theme.switchLight": "Cambiar a tema claro"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Convirtiendo a texto...",
|
||||
"voiceInput.notAllow": "micrófono no autorizado",
|
||||
"voiceInput.speaking": "Habla ahora...",
|
||||
"you": "Tú"
|
||||
"you": "Tú",
|
||||
"account.workspaceNamePlaceholder": "Ingrese el nombre del espacio de trabajo",
|
||||
"error": "Error",
|
||||
"loading": "Cargando",
|
||||
"modelProvider.auth.credentialRemoved": "Credencial eliminada",
|
||||
"operation.back": "Atrás",
|
||||
"operation.imageDownloaded": "Imagen descargada",
|
||||
"operation.saving": "Guardando..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Semántico",
|
||||
"weightedScore.semanticFirst": "Semántica primero",
|
||||
"weightedScore.title": "Puntuación ponderada",
|
||||
"wordCount": " mil palabras"
|
||||
"wordCount": " mil palabras",
|
||||
"imageUploader.fileSizeLimitExceeded": "El tamaño del archivo excede el límite de {{size}} MB"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Bienvenido a Dify, por favor inicia sesión para continuar.",
|
||||
"withGitHub": "Continuar con GitHub",
|
||||
"withGoogle": "Continuar con Google",
|
||||
"withSSO": "Continuar con SSO"
|
||||
"withSSO": "Continuar con SSO",
|
||||
"error.redirectUrlMissing": "Falta la URL de redirección"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "No se ha seleccionado ninguna suscripción",
|
||||
"subscription.selectPlaceholder": "Seleccionar suscripción",
|
||||
"subscription.subscriptionRemoved": "Suscripción eliminada",
|
||||
"subscription.title": "Suscripciones"
|
||||
"subscription.title": "Suscripciones",
|
||||
"modal.errors.updateFailed": "No se pudo actualizar la suscripción",
|
||||
"subscription.list.item.actions.edit.error": "No se pudo actualizar la suscripción",
|
||||
"subscription.list.item.actions.edit.success": "Suscripción actualizada con éxito",
|
||||
"subscription.list.item.actions.edit.title": "Editar suscripción"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Herramienta eliminada",
|
||||
"type.builtIn": "Incorporadas",
|
||||
"type.custom": "Personalizadas",
|
||||
"type.workflow": "Flujo de Trabajo"
|
||||
"type.workflow": "Flujo de Trabajo",
|
||||
"auth.unauthorized": "No autorizado"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Nombra esta versión",
|
||||
"versionHistory.releaseNotesPlaceholder": "Describe lo que cambió",
|
||||
"versionHistory.restorationTip": "Después de la restauración de la versión, el borrador actual será sobrescrito.",
|
||||
"versionHistory.title": "Versiones"
|
||||
"versionHistory.title": "Versiones",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "Visual",
|
||||
"nodes.triggerSchedule.selectTime": "Seleccionar hora"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "پخش",
|
||||
"playing": "در حال پخش",
|
||||
"regenerate": "بازسازی",
|
||||
"status": "وضعیت"
|
||||
"status": "وضعیت",
|
||||
"develop.noContent": "هیچ محتوا"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "زبان پشتیبانی از صدای متن به گفتار。",
|
||||
"voice.voiceSettings.title": "تنظیمات صدا",
|
||||
"voice.voiceSettings.voice": "صوتی",
|
||||
"warningMessage.timeoutExceeded": "نتایج به دلیل مهلت زمانی نمایش داده نمی شوند. لطفا برای جمع آوری نتایج کامل به گزارش ها مراجعه کنید."
|
||||
"warningMessage.timeoutExceeded": "نتایج به دلیل مهلت زمانی نمایش داده نمی شوند. لطفا برای جمع آوری نتایج کامل به گزارش ها مراجعه کنید.",
|
||||
"code.instruction": "دستورالعمل"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "اساسی",
|
||||
"types.chatbot": "چتبات",
|
||||
"types.completion": "تکمیل",
|
||||
"types.workflow": "گردش کار"
|
||||
"types.workflow": "گردش کار",
|
||||
"appNamePlaceholder": "به برنامه خود یک نام بدهید",
|
||||
"gotoAnything.actions.slashTitle": "دستورات",
|
||||
"theme.switchDark": "تغییر به حالت تاریک",
|
||||
"theme.switchLight": "تغییر به حالت روشن"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "در حال تبدیل به متن...",
|
||||
"voiceInput.notAllow": "میکروفون مجاز نیست",
|
||||
"voiceInput.speaking": "اکنون صحبت کنید...",
|
||||
"you": "تو"
|
||||
"you": "تو",
|
||||
"account.workspaceNamePlaceholder": "نام فضای کاری را وارد کنید",
|
||||
"error": "خطا",
|
||||
"loading": "در حال بارگذاری",
|
||||
"modelProvider.auth.credentialRemoved": "مدرک حذف شد",
|
||||
"operation.back": "بازگشت",
|
||||
"operation.imageDownloaded": "تصویر دانلود شد",
|
||||
"operation.saving": "در حال ذخیرهسازی..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "معنایی",
|
||||
"weightedScore.semanticFirst": "اولویت معنایی",
|
||||
"weightedScore.title": "امتیاز وزنی",
|
||||
"wordCount": " هزار کلمه"
|
||||
"wordCount": " هزار کلمه",
|
||||
"imageUploader.fileSizeLimitExceeded": "حجم فایل از محدودیت {{size}} مگابایت تجاوز کرده است"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "به Dify خوش آمدید، لطفا برای ادامه وارد شوید.",
|
||||
"withGitHub": "ادامه با GitHub",
|
||||
"withGoogle": "ادامه با Google",
|
||||
"withSSO": "با SSO ادامه دهید"
|
||||
"withSSO": "با SSO ادامه دهید",
|
||||
"error.redirectUrlMissing": "آدرس URL برای هدایت وجود ندارد"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "هیچ اشتراکی انتخاب نشده است",
|
||||
"subscription.selectPlaceholder": "انتخاب اشتراک",
|
||||
"subscription.subscriptionRemoved": "اشتراک حذف شد",
|
||||
"subscription.title": "اشتراکها"
|
||||
"subscription.title": "اشتراکها",
|
||||
"modal.errors.updateFailed": "بهروزرسانی اشتراک ناموفق بود",
|
||||
"subscription.list.item.actions.edit.error": "بهروزرسانی اشتراک ناموفق بود",
|
||||
"subscription.list.item.actions.edit.success": "اشتراک با موفقیت بهروزرسانی شد",
|
||||
"subscription.list.item.actions.edit.title": "ویرایش اشتراک"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "ابزار حذف شد",
|
||||
"type.builtIn": "سفارشی شده",
|
||||
"type.custom": "سفارشی",
|
||||
"type.workflow": "جریان کار"
|
||||
"type.workflow": "جریان کار",
|
||||
"auth.unauthorized": "غیرمجاز"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "این نسخه را نامگذاری کنید",
|
||||
"versionHistory.releaseNotesPlaceholder": "شرح دهید چه چیزی تغییر کرده است",
|
||||
"versionHistory.restorationTip": "پس از بازیابی نسخه، پیشنویس فعلی بازنویسی خواهد شد.",
|
||||
"versionHistory.title": "نسخهها"
|
||||
"versionHistory.title": "نسخهها",
|
||||
"nodes.triggerSchedule.modeCron": "کرون",
|
||||
"nodes.triggerSchedule.modeVisual": "بینایی",
|
||||
"nodes.triggerSchedule.selectTime": "انتخاب زمان"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Jouer",
|
||||
"playing": "Jouant",
|
||||
"regenerate": "Régénérer",
|
||||
"status": "Statut"
|
||||
"status": "Statut",
|
||||
"develop.noContent": "Aucun contenu"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Support de la langue pour la voix de synthèse de texte.",
|
||||
"voice.voiceSettings.title": "Paramètres de voix",
|
||||
"voice.voiceSettings.voice": "Voix",
|
||||
"warningMessage.timeoutExceeded": "Les résultats ne s’affichent pas en raison d’un délai d’expiration. Veuillez vous référer aux journaux pour rassembler les résultats complets."
|
||||
"warningMessage.timeoutExceeded": "Les résultats ne s’affichent pas en raison d’un délai d’expiration. Veuillez vous référer aux journaux pour rassembler les résultats complets.",
|
||||
"code.instruction": "Instruction"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Basique",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Terminaison",
|
||||
"types.workflow": "Flux de travail"
|
||||
"types.workflow": "Flux de travail",
|
||||
"appNamePlaceholder": "Donnez un nom à votre application",
|
||||
"gotoAnything.actions.slashTitle": "Commandes",
|
||||
"theme.switchDark": "Passer au thème sombre",
|
||||
"theme.switchLight": "Passer au thème clair"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Conversion en texte...",
|
||||
"voiceInput.notAllow": "microphone non autorisé",
|
||||
"voiceInput.speaking": "Parle maintenant...",
|
||||
"you": "Vous"
|
||||
"you": "Vous",
|
||||
"account.workspaceNamePlaceholder": "Entrez le nom de l'espace de travail",
|
||||
"error": "Erreur",
|
||||
"loading": "Chargement",
|
||||
"modelProvider.auth.credentialRemoved": "Identifiant supprimé",
|
||||
"operation.back": "Retour",
|
||||
"operation.imageDownloaded": "Image téléchargée",
|
||||
"operation.saving": "Enregistrement..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Sémantique",
|
||||
"weightedScore.semanticFirst": "Sémantique d'abord",
|
||||
"weightedScore.title": "Score pondéré",
|
||||
"wordCount": " k mots"
|
||||
"wordCount": " k mots",
|
||||
"imageUploader.fileSizeLimitExceeded": "La taille du fichier dépasse la limite de {{size}} Mo"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Bienvenue sur Dify, veuillez vous connecter pour continuer.",
|
||||
"withGitHub": "Continuer avec GitHub",
|
||||
"withGoogle": "Continuer avec Google",
|
||||
"withSSO": "Poursuivre avec l’authentification unique"
|
||||
"withSSO": "Poursuivre avec l’authentification unique",
|
||||
"error.redirectUrlMissing": "L'URL de redirection est manquante"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "Aucun abonnement sélectionné",
|
||||
"subscription.selectPlaceholder": "Sélectionner un abonnement",
|
||||
"subscription.subscriptionRemoved": "Abonnement supprimé",
|
||||
"subscription.title": "Abonnements"
|
||||
"subscription.title": "Abonnements",
|
||||
"modal.errors.updateFailed": "Échec de la mise à jour de l'abonnement",
|
||||
"subscription.list.item.actions.edit.error": "Échec de la mise à jour de l'abonnement",
|
||||
"subscription.list.item.actions.edit.success": "Abonnement mis à jour avec succès",
|
||||
"subscription.list.item.actions.edit.title": "Modifier l'abonnement"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Outil supprimé",
|
||||
"type.builtIn": "Intégré",
|
||||
"type.custom": "Personnalisé",
|
||||
"type.workflow": "Flux de travail"
|
||||
"type.workflow": "Flux de travail",
|
||||
"auth.unauthorized": "Non autorisé"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Nommez cette version",
|
||||
"versionHistory.releaseNotesPlaceholder": "Décrivez ce qui a changé",
|
||||
"versionHistory.restorationTip": "Après la restauration de la version, le brouillon actuel sera écrasé.",
|
||||
"versionHistory.title": "Versions"
|
||||
"versionHistory.title": "Versions",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "Visuel",
|
||||
"nodes.triggerSchedule.selectTime": "Sélectionner l'heure"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "चलाएं",
|
||||
"playing": "चल रहा है",
|
||||
"regenerate": "पुनर्जन्म",
|
||||
"status": "स्थिति"
|
||||
"status": "स्थिति",
|
||||
"develop.noContent": "कोई सामग्री नहीं"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "टेक्स्ट-टू-स्पीच वॉयस सपोर्ट भाषा।",
|
||||
"voice.voiceSettings.title": "वॉयस सेटिंग्स",
|
||||
"voice.voiceSettings.voice": "वॉयस",
|
||||
"warningMessage.timeoutExceeded": "परिणाम टाइमआउट के कारण प्रदर्शित नहीं किए गए हैं। कृपया संपूर्ण परिणामों को इकट्ठा करने के लिए लॉग्स का संदर्भ लें।"
|
||||
"warningMessage.timeoutExceeded": "परिणाम टाइमआउट के कारण प्रदर्शित नहीं किए गए हैं। कृपया संपूर्ण परिणामों को इकट्ठा करने के लिए लॉग्स का संदर्भ लें।",
|
||||
"code.instruction": "निर्देश"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "मूलवर्ती",
|
||||
"types.chatbot": "चैटबॉट",
|
||||
"types.completion": "समाप्ति",
|
||||
"types.workflow": "वर्कफ़्लो"
|
||||
"types.workflow": "वर्कफ़्लो",
|
||||
"appNamePlaceholder": "अपने ऐप को नाम दें",
|
||||
"gotoAnything.actions.slashTitle": "कमांड",
|
||||
"theme.switchDark": "डार्क थीम में बदलें",
|
||||
"theme.switchLight": "लाइट थीम में स्विच करें"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "पाठ में परिवर्तित हो रहा है...",
|
||||
"voiceInput.notAllow": "माइक्रोफोन अधिकृत नहीं है",
|
||||
"voiceInput.speaking": "अब बोलें...",
|
||||
"you": "आप"
|
||||
"you": "आप",
|
||||
"account.workspaceNamePlaceholder": "वर्कस्पेस का नाम दर्ज करें",
|
||||
"error": "त्रुटि",
|
||||
"loading": "लोड हो रहा है",
|
||||
"modelProvider.auth.credentialRemoved": "क्रेडेंशियल हटा दिया गया",
|
||||
"operation.back": "वापस",
|
||||
"operation.imageDownloaded": "छवि डाउनलोड की गई",
|
||||
"operation.saving": "सेव हो रहा है..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "शब्दार्थ",
|
||||
"weightedScore.semanticFirst": "शब्दार्थ पहले",
|
||||
"weightedScore.title": "भारित स्कोर",
|
||||
"wordCount": " के शब्द"
|
||||
"wordCount": " के शब्द",
|
||||
"imageUploader.fileSizeLimitExceeded": "फ़ाइल का आकार {{size}}MB सीमा से अधिक है"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Dify में आपका स्वागत है, कृपया जारी रखने के लिए लॉग इन करें।",
|
||||
"withGitHub": "GitHub के साथ जारी रखें",
|
||||
"withGoogle": "Google के साथ जारी रखें",
|
||||
"withSSO": "एसएसओ के साथ जारी रखें"
|
||||
"withSSO": "एसएसओ के साथ जारी रखें",
|
||||
"error.redirectUrlMissing": "पुनःनिर्देश URL गायब है"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "कोई सदस्यता नहीं चुनी गई",
|
||||
"subscription.selectPlaceholder": "सदस्यता चुनें",
|
||||
"subscription.subscriptionRemoved": "सदस्यता हटा दी गई",
|
||||
"subscription.title": "सदस्यताएँ"
|
||||
"subscription.title": "सदस्यताएँ",
|
||||
"modal.errors.updateFailed": "सब्सक्रिप्शन अपडेट करने में विफल",
|
||||
"subscription.list.item.actions.edit.error": "सब्सक्रिप्शन अपडेट करने में विफल",
|
||||
"subscription.list.item.actions.edit.success": "सब्सक्रिप्शन सफलतापूर्वक अपडेट किया गया",
|
||||
"subscription.list.item.actions.edit.title": "सदस्यता संपादित करें"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "उपकरण हटाया गया",
|
||||
"type.builtIn": "निर्मित",
|
||||
"type.custom": "कस्टम",
|
||||
"type.workflow": "कार्यप्रवाह"
|
||||
"type.workflow": "कार्यप्रवाह",
|
||||
"auth.unauthorized": "अनधिकृत"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "इस संस्करण का नाम दें",
|
||||
"versionHistory.releaseNotesPlaceholder": "बताइए कि क्या बदला",
|
||||
"versionHistory.restorationTip": "संस्करण पुनर्स्थापन के बाद, वर्तमान ड्राफ्ट अधिलेखित किया जाएगा।",
|
||||
"versionHistory.title": "संस्करण"
|
||||
"versionHistory.title": "संस्करण",
|
||||
"nodes.triggerSchedule.modeCron": "क्रॉन",
|
||||
"nodes.triggerSchedule.modeVisual": "दृश्य",
|
||||
"nodes.triggerSchedule.selectTime": "समय चुनें"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Putar",
|
||||
"playing": "Sedang Memutar",
|
||||
"regenerate": "Hasilkan Ulang",
|
||||
"status": "Status"
|
||||
"status": "Status",
|
||||
"develop.noContent": "Tidak ada konten"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Bahasa pendukung suara text-to-speech。",
|
||||
"voice.voiceSettings.title": "Pengaturan Suara",
|
||||
"voice.voiceSettings.voice": "Suara",
|
||||
"warningMessage.timeoutExceeded": "Hasil tidak ditampilkan karena batas waktu. Silakan lihat log untuk mengumpulkan hasil lengkap."
|
||||
"warningMessage.timeoutExceeded": "Hasil tidak ditampilkan karena batas waktu. Silakan lihat log untuk mengumpulkan hasil lengkap.",
|
||||
"code.instruction": "Instruksi"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Dasar",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Penyelesaian",
|
||||
"types.workflow": "Alur Kerja"
|
||||
"types.workflow": "Alur Kerja",
|
||||
"appNamePlaceholder": "Beri nama pada aplikasi Anda",
|
||||
"gotoAnything.actions.slashTitle": "Perintah",
|
||||
"theme.switchDark": "Beralih ke tema gelap",
|
||||
"theme.switchLight": "Beralih ke tema terang"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Mengonversi ke teks...",
|
||||
"voiceInput.notAllow": "mikrofon tidak diizinkan",
|
||||
"voiceInput.speaking": "Bicaralah sekarang...",
|
||||
"you": "Kamu"
|
||||
"you": "Kamu",
|
||||
"account.workspaceNamePlaceholder": "Masukkan nama ruang kerja",
|
||||
"error": "Kesalahan",
|
||||
"loading": "Memuat",
|
||||
"modelProvider.auth.credentialRemoved": "Kredensial dihapus",
|
||||
"operation.back": "Kembali",
|
||||
"operation.imageDownloaded": "Gambar diunduh",
|
||||
"operation.saving": "Menyimpan..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Semantik",
|
||||
"weightedScore.semanticFirst": "Semantik pertama",
|
||||
"weightedScore.title": "Skor Tertimbang",
|
||||
"wordCount": "K Kata-kata"
|
||||
"wordCount": "K Kata-kata",
|
||||
"imageUploader.fileSizeLimitExceeded": "Ukuran file melebihi batas {{size}}MB"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "👋 Selamat datang di Dify, silakan login untuk melanjutkan.",
|
||||
"withGitHub": "Lanjutkan dengan GitHub",
|
||||
"withGoogle": "Lanjutkan dengan Google",
|
||||
"withSSO": "Lanjutkan dengan SSO"
|
||||
"withSSO": "Lanjutkan dengan SSO",
|
||||
"error.redirectUrlMissing": "URL pengalihan hilang"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "Belum memilih langganan",
|
||||
"subscription.selectPlaceholder": "Pilih langganan",
|
||||
"subscription.subscriptionRemoved": "Langganan dihapus",
|
||||
"subscription.title": "Langganan"
|
||||
"subscription.title": "Langganan",
|
||||
"modal.errors.updateFailed": "Gagal memperbarui langganan",
|
||||
"subscription.list.item.actions.edit.error": "Gagal memperbarui langganan",
|
||||
"subscription.list.item.actions.edit.success": "Langganan berhasil diperbarui",
|
||||
"subscription.list.item.actions.edit.title": "Ubah Langganan"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Alat dihapus",
|
||||
"type.builtIn": "Perkakas",
|
||||
"type.custom": "Adat",
|
||||
"type.workflow": "Alur Kerja"
|
||||
"type.workflow": "Alur Kerja",
|
||||
"auth.unauthorized": "Tidak sah"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Beri nama versi ini",
|
||||
"versionHistory.releaseNotesPlaceholder": "Menjelaskan apa yang berubah",
|
||||
"versionHistory.restorationTip": "Setelah pemulihan versi, draf saat ini akan ditimpa.",
|
||||
"versionHistory.title": "Versi"
|
||||
"versionHistory.title": "Versi",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "Visual",
|
||||
"nodes.triggerSchedule.selectTime": "Pilih waktu"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Riproduci",
|
||||
"playing": "In Riproduzione",
|
||||
"regenerate": "Rigenerare",
|
||||
"status": "Stato"
|
||||
"status": "Stato",
|
||||
"develop.noContent": "Nessun contenuto"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Supporto per la lingua della voce da testo a voce.",
|
||||
"voice.voiceSettings.title": "Impostazioni della voce",
|
||||
"voice.voiceSettings.voice": "Voce",
|
||||
"warningMessage.timeoutExceeded": "I risultati non vengono visualizzati a causa del timeout. Si prega di fare riferimento ai registri per raccogliere risultati completi."
|
||||
"warningMessage.timeoutExceeded": "I risultati non vengono visualizzati a causa del timeout. Si prega di fare riferimento ai registri per raccogliere risultati completi.",
|
||||
"code.instruction": "Istruzione"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Basico",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Completamento",
|
||||
"types.workflow": "Flusso di lavoro"
|
||||
"types.workflow": "Flusso di lavoro",
|
||||
"appNamePlaceholder": "Dai un nome alla tua app",
|
||||
"gotoAnything.actions.slashTitle": "Comandi",
|
||||
"theme.switchDark": "Passa al tema scuro",
|
||||
"theme.switchLight": "Passa al tema chiaro"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Conversione in testo...",
|
||||
"voiceInput.notAllow": "microfono non autorizzato",
|
||||
"voiceInput.speaking": "Parla ora...",
|
||||
"you": "Tu"
|
||||
"you": "Tu",
|
||||
"account.workspaceNamePlaceholder": "Inserisci il nome dello spazio di lavoro",
|
||||
"error": "Errore",
|
||||
"loading": "Caricamento",
|
||||
"modelProvider.auth.credentialRemoved": "Credenziale rimossa",
|
||||
"operation.back": "Indietro",
|
||||
"operation.imageDownloaded": "Immagine scaricata",
|
||||
"operation.saving": "Salvataggio..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Semantico",
|
||||
"weightedScore.semanticFirst": "Semantica prima",
|
||||
"weightedScore.title": "Punteggio ponderato",
|
||||
"wordCount": " k parole"
|
||||
"wordCount": " k parole",
|
||||
"imageUploader.fileSizeLimitExceeded": "La dimensione del file supera il limite di {{size}} MB"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Benvenuto su Dify, per favore accedi per continuare.",
|
||||
"withGitHub": "Continua con GitHub",
|
||||
"withGoogle": "Continua con Google",
|
||||
"withSSO": "Continua con SSO"
|
||||
"withSSO": "Continua con SSO",
|
||||
"error.redirectUrlMissing": "L'URL di reindirizzamento è mancante"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "Nessun abbonamento selezionato",
|
||||
"subscription.selectPlaceholder": "Seleziona abbonamento",
|
||||
"subscription.subscriptionRemoved": "Abbonamento rimosso",
|
||||
"subscription.title": "Abbonamenti"
|
||||
"subscription.title": "Abbonamenti",
|
||||
"modal.errors.updateFailed": "Impossibile aggiornare l'abbonamento",
|
||||
"subscription.list.item.actions.edit.error": "Impossibile aggiornare l'abbonamento",
|
||||
"subscription.list.item.actions.edit.success": "Abbonamento aggiornato con successo",
|
||||
"subscription.list.item.actions.edit.title": "Modifica abbonamento"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Strumento rimosso",
|
||||
"type.builtIn": "Integrato",
|
||||
"type.custom": "Personalizzato",
|
||||
"type.workflow": "Flusso di lavoro"
|
||||
"type.workflow": "Flusso di lavoro",
|
||||
"auth.unauthorized": "Non autorizzato"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Chiamare questa versione",
|
||||
"versionHistory.releaseNotesPlaceholder": "Descrivi cosa è cambiato",
|
||||
"versionHistory.restorationTip": "Dopo il ripristino della versione, la bozza attuale verrà sovrascritta.",
|
||||
"versionHistory.title": "Versioni"
|
||||
"versionHistory.title": "Versioni",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "visivo",
|
||||
"nodes.triggerSchedule.selectTime": "Seleziona orario"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "실행",
|
||||
"playing": "실행 중",
|
||||
"regenerate": "재생성",
|
||||
"status": "상태"
|
||||
"status": "상태",
|
||||
"develop.noContent": "내용 없음"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "텍스트 읽기 음성 언어를 지원합니다.",
|
||||
"voice.voiceSettings.title": "음성 설정",
|
||||
"voice.voiceSettings.voice": "음성",
|
||||
"warningMessage.timeoutExceeded": "시간 초과로 인해 결과가 표시되지 않습니다. 전체 결과를 수집하려면 로그를 참조하십시오."
|
||||
"warningMessage.timeoutExceeded": "시간 초과로 인해 결과가 표시되지 않습니다. 전체 결과를 수집하려면 로그를 참조하십시오.",
|
||||
"code.instruction": "지침"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "기초의",
|
||||
"types.chatbot": "챗봇",
|
||||
"types.completion": "완성",
|
||||
"types.workflow": "워크플로우"
|
||||
"types.workflow": "워크플로우",
|
||||
"appNamePlaceholder": "앱 이름을 지어주세요",
|
||||
"gotoAnything.actions.slashTitle": "명령어",
|
||||
"theme.switchDark": "다크 모드로 전환",
|
||||
"theme.switchLight": "라이트 테마로 전환"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "텍스트로 변환 중...",
|
||||
"voiceInput.notAllow": "마이크가 허용되지 않았습니다",
|
||||
"voiceInput.speaking": "지금 말하고 있습니다...",
|
||||
"you": "너"
|
||||
"you": "너",
|
||||
"account.workspaceNamePlaceholder": "워크스페이스 이름 입력",
|
||||
"error": "오류",
|
||||
"loading": "로딩 중",
|
||||
"modelProvider.auth.credentialRemoved": "자격 증명이 제거되었습니다",
|
||||
"operation.back": "뒤로",
|
||||
"operation.imageDownloaded": "이미지 다운로드됨",
|
||||
"operation.saving": "저장 중..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "의미론적",
|
||||
"weightedScore.semanticFirst": "의미론 우선",
|
||||
"weightedScore.title": "가중 점수",
|
||||
"wordCount": " k 단어"
|
||||
"wordCount": " k 단어",
|
||||
"imageUploader.fileSizeLimitExceeded": "파일 크기가 {{size}}MB 제한을 초과합니다"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Dify 에 오신 것을 환영합니다. 계속하려면 로그인하세요.",
|
||||
"withGitHub": "GitHub 로 계속",
|
||||
"withGoogle": "Google 로 계속",
|
||||
"withSSO": "SSO 로 계속하기"
|
||||
"withSSO": "SSO 로 계속하기",
|
||||
"error.redirectUrlMissing": "리디렉션 URL이 없습니다"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "선택한 구독이 없습니다",
|
||||
"subscription.selectPlaceholder": "구독 선택",
|
||||
"subscription.subscriptionRemoved": "구독 취소됨",
|
||||
"subscription.title": "구독"
|
||||
"subscription.title": "구독",
|
||||
"modal.errors.updateFailed": "구독 업데이트에 실패했습니다",
|
||||
"subscription.list.item.actions.edit.error": "구독 업데이트에 실패했습니다",
|
||||
"subscription.list.item.actions.edit.success": "구독이 성공적으로 업데이트되었습니다",
|
||||
"subscription.list.item.actions.edit.title": "구독 편집"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "도구가 제거되었습니다",
|
||||
"type.builtIn": "내장",
|
||||
"type.custom": "커스텀",
|
||||
"type.workflow": "워크플로우"
|
||||
"type.workflow": "워크플로우",
|
||||
"auth.unauthorized": "권한 없음"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "이름 바꾸기",
|
||||
"versionHistory.releaseNotesPlaceholder": "변경된 내용을 설명하세요.",
|
||||
"versionHistory.restorationTip": "버전 복원 후 현재 초안이 덮어쓰여질 것입니다.",
|
||||
"versionHistory.title": "버전 기록"
|
||||
"versionHistory.title": "버전 기록",
|
||||
"nodes.triggerSchedule.modeCron": "크론",
|
||||
"nodes.triggerSchedule.modeVisual": "시각적인",
|
||||
"nodes.triggerSchedule.selectTime": "시간 선택"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Graj",
|
||||
"playing": "Gra",
|
||||
"regenerate": "Ponownie wygenerować",
|
||||
"status": "Status"
|
||||
"status": "Status",
|
||||
"develop.noContent": "Brak treści"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Wsparcie językowe głosu tekstu na mowę.",
|
||||
"voice.voiceSettings.title": "Ustawienia Głosu",
|
||||
"voice.voiceSettings.voice": "Głos",
|
||||
"warningMessage.timeoutExceeded": "Wyniki nie są wyświetlane z powodu przekroczenia limitu czasu. Zapoznaj się z dziennikami, aby zebrać pełne wyniki."
|
||||
"warningMessage.timeoutExceeded": "Wyniki nie są wyświetlane z powodu przekroczenia limitu czasu. Zapoznaj się z dziennikami, aby zebrać pełne wyniki.",
|
||||
"code.instruction": "Instrukcja"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Podstawowy",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Zakończenie",
|
||||
"types.workflow": "Przepływ pracy"
|
||||
"types.workflow": "Przepływ pracy",
|
||||
"appNamePlaceholder": "Nadaj swojej aplikacji nazwę",
|
||||
"gotoAnything.actions.slashTitle": "Polecenia",
|
||||
"theme.switchDark": "Przełącz na ciemny motyw",
|
||||
"theme.switchLight": "Przełącz na jasny motyw"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Konwertowanie na tekst...",
|
||||
"voiceInput.notAllow": "mikrofon nieautoryzowany",
|
||||
"voiceInput.speaking": "Mów teraz...",
|
||||
"you": "Ty"
|
||||
"you": "Ty",
|
||||
"account.workspaceNamePlaceholder": "Wprowadź nazwę przestrzeni roboczej",
|
||||
"error": "Błąd",
|
||||
"loading": "Ładowanie",
|
||||
"modelProvider.auth.credentialRemoved": "Poświadczenie usunięte",
|
||||
"operation.back": "Wstecz",
|
||||
"operation.imageDownloaded": "Obraz pobrany",
|
||||
"operation.saving": "Zapisywanie..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Semantyczne",
|
||||
"weightedScore.semanticFirst": "Najpierw semantyczne",
|
||||
"weightedScore.title": "Ważona ocena",
|
||||
"wordCount": " k słów"
|
||||
"wordCount": " k słów",
|
||||
"imageUploader.fileSizeLimitExceeded": "Rozmiar pliku przekracza limit {{size}} MB"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Witaj w Dify, zaloguj się, aby kontynuować.",
|
||||
"withGitHub": "Kontynuuj za pomocą GitHub",
|
||||
"withGoogle": "Kontynuuj za pomocą Google",
|
||||
"withSSO": "Kontynuuj logowanie jednokrotne"
|
||||
"withSSO": "Kontynuuj logowanie jednokrotne",
|
||||
"error.redirectUrlMissing": "Brak przekierowania URL"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "Nie wybrano subskrypcji",
|
||||
"subscription.selectPlaceholder": "Wybierz subskrypcję",
|
||||
"subscription.subscriptionRemoved": "Subskrypcja usunięta",
|
||||
"subscription.title": "Subskrypcje"
|
||||
"subscription.title": "Subskrypcje",
|
||||
"modal.errors.updateFailed": "Nie udało się zaktualizować subskrypcji",
|
||||
"subscription.list.item.actions.edit.error": "Nie udało się zaktualizować subskrypcji",
|
||||
"subscription.list.item.actions.edit.success": "Subskrypcja została pomyślnie zaktualizowana",
|
||||
"subscription.list.item.actions.edit.title": "Edytuj subskrypcję"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Narzędzie usunięte",
|
||||
"type.builtIn": "Wbudowane",
|
||||
"type.custom": "Niestandardowe",
|
||||
"type.workflow": "Przepływ pracy"
|
||||
"type.workflow": "Przepływ pracy",
|
||||
"auth.unauthorized": "Nieautoryzowany"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Nazwij tę wersję",
|
||||
"versionHistory.releaseNotesPlaceholder": "Opisz, co się zmieniło",
|
||||
"versionHistory.restorationTip": "Po przywróceniu wersji bieżący szkic zostanie nadpisany.",
|
||||
"versionHistory.title": "Wersje"
|
||||
"versionHistory.title": "Wersje",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "Wizualny",
|
||||
"nodes.triggerSchedule.selectTime": "Wybierz czas"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Brincar",
|
||||
"playing": "Jogar",
|
||||
"regenerate": "Regenerar",
|
||||
"status": "Status"
|
||||
"status": "Status",
|
||||
"develop.noContent": "Sem conteúdo"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,5 +386,6 @@
|
|||
"voice.voiceSettings.resolutionTooltip": "Texto para voz timbre suporta idiomas.",
|
||||
"voice.voiceSettings.title": "voz As configurações",
|
||||
"voice.voiceSettings.voice": "voz",
|
||||
"warningMessage.timeoutExceeded": "Os resultados não são exibidos devido ao tempo limite. Consulte os logs para obter os resultados completos."
|
||||
"warningMessage.timeoutExceeded": "Os resultados não são exibidos devido ao tempo limite. Consulte os logs para obter os resultados completos.",
|
||||
"code.instruction": "Instrução"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -275,5 +275,9 @@
|
|||
"types.basic": "Básico",
|
||||
"types.chatbot": "Chatbot",
|
||||
"types.completion": "Conclusão",
|
||||
"types.workflow": "Fluxo de trabalho"
|
||||
"types.workflow": "Fluxo de trabalho",
|
||||
"appNamePlaceholder": "Dê um nome ao seu aplicativo",
|
||||
"gotoAnything.actions.slashTitle": "Comandos",
|
||||
"theme.switchDark": "Mudar para o tema escuro",
|
||||
"theme.switchLight": "Mudar para o tema claro"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -611,5 +611,12 @@
|
|||
"voiceInput.converting": "Convertendo para texto...",
|
||||
"voiceInput.notAllow": "microfone não autorizado",
|
||||
"voiceInput.speaking": "Fale agora...",
|
||||
"you": "Você"
|
||||
"you": "Você",
|
||||
"account.workspaceNamePlaceholder": "Digite o nome do espaço de trabalho",
|
||||
"error": "Erro",
|
||||
"loading": "Carregando",
|
||||
"modelProvider.auth.credentialRemoved": "Credencial removida",
|
||||
"operation.back": "Voltar",
|
||||
"operation.imageDownloaded": "Imagem baixada",
|
||||
"operation.saving": "Salvando..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,5 +176,6 @@
|
|||
"weightedScore.semantic": "Semântico",
|
||||
"weightedScore.semanticFirst": "Semântica primeiro",
|
||||
"weightedScore.title": "Pontuação Ponderada",
|
||||
"wordCount": " k palavras"
|
||||
"wordCount": " k palavras",
|
||||
"imageUploader.fileSizeLimitExceeded": "O tamanho do arquivo excede o limite de {{size}}MB"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@
|
|||
"welcome": "Bem-vindo ao Dify, faça login para continuar.",
|
||||
"withGitHub": "Continuar com o GitHub",
|
||||
"withGoogle": "Continuar com o Google",
|
||||
"withSSO": "Continuar com SSO"
|
||||
"withSSO": "Continuar com SSO",
|
||||
"error.redirectUrlMissing": "A URL de redirecionamento está ausente"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,9 @@
|
|||
"subscription.noSubscriptionSelected": "Nenhuma assinatura selecionada",
|
||||
"subscription.selectPlaceholder": "Selecionar assinatura",
|
||||
"subscription.subscriptionRemoved": "Assinatura removida",
|
||||
"subscription.title": "Assinaturas"
|
||||
"subscription.title": "Assinaturas",
|
||||
"modal.errors.updateFailed": "Falha ao atualizar a assinatura",
|
||||
"subscription.list.item.actions.edit.error": "Falha ao atualizar a assinatura",
|
||||
"subscription.list.item.actions.edit.success": "Assinatura atualizada com sucesso",
|
||||
"subscription.list.item.actions.edit.title": "Editar Assinatura"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,5 +200,6 @@
|
|||
"toolRemoved": "Ferramenta removida",
|
||||
"type.builtIn": "Integradas",
|
||||
"type.custom": "Personalizadas",
|
||||
"type.workflow": "Fluxo de trabalho"
|
||||
"type.workflow": "Fluxo de trabalho",
|
||||
"auth.unauthorized": "Não autorizado"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1034,5 +1034,8 @@
|
|||
"versionHistory.nameThisVersion": "Nomeie esta versão",
|
||||
"versionHistory.releaseNotesPlaceholder": "Descreva o que mudou",
|
||||
"versionHistory.restorationTip": "Após a restauração da versão, o rascunho atual será substituído.",
|
||||
"versionHistory.title": "Versões"
|
||||
"versionHistory.title": "Versões",
|
||||
"nodes.triggerSchedule.modeCron": "Cron",
|
||||
"nodes.triggerSchedule.modeVisual": "Visual",
|
||||
"nodes.triggerSchedule.selectTime": "Selecionar horário"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@
|
|||
"play": "Redă",
|
||||
"playing": "În redare",
|
||||
"regenerate": "Regenera",
|
||||
"status": "Stare"
|
||||
"status": "Stare",
|
||||
"develop.noContent": "Fără conținut"
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue