Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox

# Conflicts:
#	web/i18n/zh-Hans/workflow.json
#	web/i18n/zh-Hant/workflow.json
This commit is contained in:
yyh
2026-03-25 14:02:27 +08:00
22 changed files with 242 additions and 0 deletions

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "الاسم",
"chatVariable.modal.namePlaceholder": "اسم المتغير",
"chatVariable.modal.objectKey": "مفتاح",
"chatVariable.modal.objectKeyPatternError": "لا يمكن للمفتاح أن يحتوي إلا على حروف وأرقام وشرطات سفلية",
"chatVariable.modal.objectKeyRequired": "مفتاح الكائن لا يمكن أن يكون فارغاً",
"chatVariable.modal.objectType": "النوع",
"chatVariable.modal.objectValue": "القيمة الافتراضية",
"chatVariable.modal.oneByOne": "إضافة واحدة تلو الأخرى",
@ -233,6 +235,7 @@
"common.runApp": "تشغيل التطبيق",
"common.runHistory": "سجل التشغيل",
"common.running": "جارٍ التشغيل",
"common.scheduleTriggerRunFailed": "فشل تشغيل المشغل المجدول",
"common.searchVar": "بحث عن متغير",
"common.setVarValuePlaceholder": "تعيين متغير",
"common.showRunHistory": "عرض سجل التشغيل",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "عرض التفاصيل",
"common.viewOnly": "عرض فقط",
"common.viewRunHistory": "عرض سجل التشغيل",
"common.webhookDebugFailed": "فشل تصحيح أخطاء Webhook",
"common.webhookDebugRequestFailed": "فشل طلب تصحيح أخطاء Webhook",
"common.workflowAsTool": "سير العمل كأداة",
"common.workflowAsToolDisabledHint": "انشر أحدث سير عمل وتأكد من وجود عقدة إدخال مستخدم متصلة قبل تكوينها كأداة.",
"common.workflowAsToolTip": "التكوين المطلوب للأداة بعد تحديث سير العمل.",
@ -319,6 +324,7 @@
"env.modal.type": "النوع",
"env.modal.value": "القيمة",
"env.modal.valuePlaceholder": "قيمة المتغير",
"env.modal.valueRequired": "لا يمكن أن تكون القيمة فارغة",
"error.operations.addingNodes": "إضافة العقد",
"error.operations.connectingNodes": "توصيل العقد",
"error.operations.modifyingWorkflow": "تعديل سير العمل",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "أخبرنا على <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "جميع الأعضاء ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "المحتوى",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "يجب أن يحتوي النص على {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "أدخل محتوى البريد الإلكتروني",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "النص مطلوب",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "وضع التصحيح",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "في وضع التصحيح، سيتم إرسال البريد الإلكتروني فقط إلى بريدك الإلكتروني <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "بيئة الإنتاج غير متأثرة.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "إضافة أعضاء مساحة العمل أو المستلمين الخارجيين",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "تحديد",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "المستلم",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "مطلوب مستلم واحد على الأقل",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "متغير عنوان URL للطلب هو نقطة الدخول للإدخال البشري.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "الموضوع",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "أدخل موضوع البريد الإلكتروني",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "الموضوع مطلوب",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "تكوين البريد الإلكتروني",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "تم إرسال بريد إلكتروني تجريبي إلى <email>{{email}}</email>. يرجى التحقق من صندوق الوارد الخاص بك.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "وضع التصحيح مفعّل.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "رجوع",
"nodes.llm.jsonSchema.descriptionPlaceholder": "إضافة وصف",
"nodes.llm.jsonSchema.doc": "معرفة المزيد عن الإخراج المنظم",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "اسم الخاصية موجود بالفعل",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "اسم الحقل",
"nodes.llm.jsonSchema.generate": "توليد",
"nodes.llm.jsonSchema.generateJsonSchema": "توليد مخطط JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Name",
"chatVariable.modal.namePlaceholder": "Variablenname",
"chatVariable.modal.objectKey": "Schlüssel",
"chatVariable.modal.objectKeyPatternError": "Der Schlüssel darf nur Buchstaben, Zahlen und Unterstriche enthalten",
"chatVariable.modal.objectKeyRequired": "Der Objektschlüssel darf nicht leer sein",
"chatVariable.modal.objectType": "Typ",
"chatVariable.modal.objectValue": "Standardwert",
"chatVariable.modal.oneByOne": "Einzeln hinzufügen",
@ -233,6 +235,7 @@
"common.runApp": "App ausführen",
"common.runHistory": "Ausführungsverlauf",
"common.running": "Wird ausgeführt",
"common.scheduleTriggerRunFailed": "Geplanter Trigger-Lauf fehlgeschlagen",
"common.searchVar": "Variable suchen",
"common.setVarValuePlaceholder": "Variable setzen",
"common.showRunHistory": "Ausführungsverlauf anzeigen",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Details anzeigen",
"common.viewOnly": "Nur anzeigen",
"common.viewRunHistory": "Ausführungsverlauf anzeigen",
"common.webhookDebugFailed": "Webhook-Debugging fehlgeschlagen",
"common.webhookDebugRequestFailed": "Webhook-Debugging-Anfrage fehlgeschlagen",
"common.workflowAsTool": "Workflow als Tool",
"common.workflowAsToolDisabledHint": "Veröffentlichen Sie den neuesten Workflow und stellen Sie sicher, dass ein verbundener User-Input-Knoten vorhanden ist, bevor Sie ihn als Werkzeug konfigurieren.",
"common.workflowAsToolTip": "Nach dem Workflow-Update ist eine Neukonfiguration des Tools erforderlich.",
@ -319,6 +324,7 @@
"env.modal.type": "Typ",
"env.modal.value": "Wert",
"env.modal.valuePlaceholder": "Umgebungswert",
"env.modal.valueRequired": "Der Wert darf nicht leer sein",
"error.operations.addingNodes": "Knoten hinzufügen",
"error.operations.connectingNodes": "Knoten verbinden",
"error.operations.modifyingWorkflow": "Arbeitsablauf ändern",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Teilen Sie es uns unter <email>support@dify.ai</email> mit.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Alle Mitglieder ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Inhalt",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Der Inhalt muss {{field}} enthalten",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "E-Mail-Inhalt eingeben",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Inhalt ist erforderlich",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Debug-Modus",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "Im Debug-Modus wird die E-Mail nur an Ihre Konto-E-Mail-Adresse <email>{{email}}</email> gesendet.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Die Produktionsumgebung ist nicht betroffen.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Workspace-Mitglieder oder externe Empfänger hinzufügen",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Auswählen",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Empfänger",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Mindestens ein Empfänger ist erforderlich",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Die Anfrage-URL-Variable ist der Auslöseeingang für menschliche Eingabe.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Betreff",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "E-Mail-Betreff eingeben",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Betreff ist erforderlich",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "E-Mail-Konfiguration",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Eine Test-E-Mail wurde an <email>{{email}}</email> gesendet. Bitte überprüfen Sie Ihren Posteingang.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Debug-Modus ist aktiviert.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Zurück",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Fügen Sie eine Beschreibung hinzu.",
"nodes.llm.jsonSchema.doc": "Erfahren Sie mehr über strukturierten Output.",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Eigenschaftsname existiert bereits",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Feldname",
"nodes.llm.jsonSchema.generate": "Generieren",
"nodes.llm.jsonSchema.generateJsonSchema": "JSON-Schema generieren",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nombre",
"chatVariable.modal.namePlaceholder": "Nombre de la variable",
"chatVariable.modal.objectKey": "Clave",
"chatVariable.modal.objectKeyPatternError": "La clave solo puede contener letras, números y guiones bajos",
"chatVariable.modal.objectKeyRequired": "La clave del objeto no puede estar vacía",
"chatVariable.modal.objectType": "Tipo",
"chatVariable.modal.objectValue": "Valor Predeterminado",
"chatVariable.modal.oneByOne": "Añadir uno por uno",
@ -233,6 +235,7 @@
"common.runApp": "Ejecutar aplicación",
"common.runHistory": "Historial de ejecución",
"common.running": "Ejecutando",
"common.scheduleTriggerRunFailed": "Falló la ejecución del disparador programado",
"common.searchVar": "Buscar variable",
"common.setVarValuePlaceholder": "Establecer variable",
"common.showRunHistory": "Mostrar historial de ejecución",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Ver detalles",
"common.viewOnly": "Solo vista",
"common.viewRunHistory": "Ver historial de ejecución",
"common.webhookDebugFailed": "Falló la depuración del Webhook",
"common.webhookDebugRequestFailed": "Falló la solicitud de depuración del Webhook",
"common.workflowAsTool": "Flujo de trabajo como herramienta",
"common.workflowAsToolDisabledHint": "Publica el flujo de trabajo más reciente y asegúrate de que haya un nodo de Entrada de Usuario conectado antes de configurarlo como una herramienta.",
"common.workflowAsToolTip": "Se requiere la reconfiguración de la herramienta después de la actualización del flujo de trabajo.",
@ -319,6 +324,7 @@
"env.modal.type": "Tipo",
"env.modal.value": "Valor",
"env.modal.valuePlaceholder": "valor de env",
"env.modal.valueRequired": "El valor no puede estar vacío",
"error.operations.addingNodes": "agregando nodos",
"error.operations.connectingNodes": "conectando nodos",
"error.operations.modifyingWorkflow": "modificando el flujo de trabajo",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Cuéntenoslo en <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Todos los miembros ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Cuerpo",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "El cuerpo debe contener {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Ingrese el cuerpo del correo electrónico",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "El cuerpo es obligatorio",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Modo de Depuración",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "En modo de depuración, el correo electrónico solo se enviará a su correo electrónico de cuenta <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "El entorno de producción no se ve afectado.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Agregar miembros del espacio de trabajo o destinatarios externos",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Seleccionar",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Destinatario",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Se requiere al menos un destinatario",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "La variable URL de solicitud es la entrada de activación para la entrada humana.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Asunto",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Ingrese el asunto del correo electrónico",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "El asunto es obligatorio",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Configuración de Correo Electrónico",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Se ha enviado un correo electrónico de prueba a <email>{{email}}</email>. Por favor, revise su bandeja de entrada.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "El modo de depuración está activado.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Atrás",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Agregar descripción",
"nodes.llm.jsonSchema.doc": "Aprender más sobre la salida estructurada",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "El nombre de la propiedad ya existe",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Nombre del campo",
"nodes.llm.jsonSchema.generate": "Generar",
"nodes.llm.jsonSchema.generateJsonSchema": "Generar esquema JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "نام",
"chatVariable.modal.namePlaceholder": "نام متغیر",
"chatVariable.modal.objectKey": "کلید",
"chatVariable.modal.objectKeyPatternError": "کلید فقط می‌تواند شامل حروف، اعداد و زیرخط باشد",
"chatVariable.modal.objectKeyRequired": "کلید شیء نمی‌تواند خالی باشد",
"chatVariable.modal.objectType": "نوع",
"chatVariable.modal.objectValue": "مقدار پیش‌فرض",
"chatVariable.modal.oneByOne": "افزودن یکی‌یکی",
@ -233,6 +235,7 @@
"common.runApp": "اجرای برنامه",
"common.runHistory": "تاریخچه اجرا",
"common.running": "در حال اجرا",
"common.scheduleTriggerRunFailed": "اجرای تریگر زمان‌بندی شده ناموفق بود",
"common.searchVar": "جستجوی متغیر",
"common.setVarValuePlaceholder": "تنظیم متغیر",
"common.showRunHistory": "نمایش تاریخچه اجرا",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "مشاهده جزئیات",
"common.viewOnly": "فقط مشاهده",
"common.viewRunHistory": "مشاهده تاریخچه اجرا",
"common.webhookDebugFailed": "اشکال‌زدایی Webhook ناموفق بود",
"common.webhookDebugRequestFailed": "درخواست اشکال‌زدایی Webhook ناموفق بود",
"common.workflowAsTool": "گردش کار به عنوان ابزار",
"common.workflowAsToolDisabledHint": "برای تنظیم به عنوان ابزار، ابتدا گردش کار را منتشر کنید و مطمئن شوید که گره ورودی کاربر متصل است.",
"common.workflowAsToolTip": "پس از به‌روزرسانی گردش کار، پیکربندی مجدد ابزار الزامی است.",
@ -319,6 +324,7 @@
"env.modal.type": "نوع",
"env.modal.value": "مقدار",
"env.modal.valuePlaceholder": "مقدار متغیر",
"env.modal.valueRequired": "مقدار نمی‌تواند خالی باشد",
"error.operations.addingNodes": "افزودن گره‌ها",
"error.operations.connectingNodes": "اتصال گره‌ها",
"error.operations.modifyingWorkflow": "تغییر گردش کار",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "به ما اطلاع دهید: <email>support@dify.ai</email>",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "همه اعضا ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "محتوا",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "متن باید شامل {{field}} باشد",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "محتوای ایمیل را وارد کنید",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "متن الزامی است",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "حالت اشکال‌زدایی",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "در حالت اشکال‌زدایی، ایمیل فقط به نشانی ایمیل شما <email>{{email}}</email> ارسال می‌شود.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "محیط عملیاتی تحت تأثیر قرار نمی‌گیرد.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "افزودن اعضای فضای کاری یا گیرندگان خارجی",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "انتخاب",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "گیرنده",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "حداقل یک گیرنده الزامی است",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "متغیر URL درخواست، نقطه ورودی فرم ورودی انسانی است.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "موضوع",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "موضوع ایمیل را وارد کنید",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "موضوع الزامی است",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "پیکربندی ایمیل",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "ایمیل آزمایشی به <email>{{email}}</email> ارسال شد. لطفاً صندوق ورودی خود را بررسی کنید.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "حالت اشکال‌زدایی فعال است.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "بازگشت",
"nodes.llm.jsonSchema.descriptionPlaceholder": "افزودن توضیحات",
"nodes.llm.jsonSchema.doc": "درباره خروجی ساختاریافته بیشتر بدانید",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "نام ویژگی از قبل وجود دارد",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "نام فیلد",
"nodes.llm.jsonSchema.generate": "تولید",
"nodes.llm.jsonSchema.generateJsonSchema": "تولید JSON Schema",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nom",
"chatVariable.modal.namePlaceholder": "Nom de la variable",
"chatVariable.modal.objectKey": "Clé",
"chatVariable.modal.objectKeyPatternError": "La clé ne peut contenir que des lettres, des chiffres et des underscores",
"chatVariable.modal.objectKeyRequired": "La clé d'objet ne peut pas être vide",
"chatVariable.modal.objectType": "Type",
"chatVariable.modal.objectValue": "Valeur par Défaut",
"chatVariable.modal.oneByOne": "Ajouter un par un",
@ -233,6 +235,7 @@
"common.runApp": "Exécuter l'application",
"common.runHistory": "Historique des exécutions",
"common.running": "En cours d'exécution",
"common.scheduleTriggerRunFailed": "Échec de l'exécution du déclencheur planifié",
"common.searchVar": "Rechercher une variable",
"common.setVarValuePlaceholder": "Définir la valeur de la variable",
"common.showRunHistory": "Afficher l'historique des exécutions",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Voir les détails",
"common.viewOnly": "Affichage seulement",
"common.viewRunHistory": "Voir l'historique des exécutions",
"common.webhookDebugFailed": "Échec du débogage du Webhook",
"common.webhookDebugRequestFailed": "Échec de la demande de débogage du Webhook",
"common.workflowAsTool": "Flux de travail en tant qu'outil",
"common.workflowAsToolDisabledHint": "Publiez le dernier flux de travail et assurez-vous qu'un nœud d'entrée utilisateur est connecté avant de le configurer comme outil.",
"common.workflowAsToolTip": "Reconfiguration de l'outil requise après la mise à jour du flux de travail.",
@ -319,6 +324,7 @@
"env.modal.type": "Type",
"env.modal.value": "valeur",
"env.modal.valuePlaceholder": "Valeur de l'env",
"env.modal.valueRequired": "La valeur ne peut pas être vide",
"error.operations.addingNodes": "ajout de nœuds",
"error.operations.connectingNodes": "connecter des nœuds",
"error.operations.modifyingWorkflow": "modification du flux de travail",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Dites-le nous à <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Tous les membres ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Corps",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Le corps doit contenir {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Entrez le corps de l'e-mail",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Le corps est requis",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Mode Débogage",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "En mode débogage, l'e-mail ne sera envoyé qu'à votre adresse e-mail de compte <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "L'environnement de production n'est pas affecté.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Ajouter des membres de l'espace de travail ou des destinataires externes",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Sélectionner",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Destinataire",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Au moins un destinataire est requis",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "La variable URL de demande est le point d'entrée du déclencheur pour la saisie humaine.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Objet",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Entrez l'objet de l'e-mail",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "L'objet est requis",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Configuration de l'E-mail",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Un e-mail de test a été envoyé à <email>{{email}}</email>. Veuillez vérifier votre boîte de réception.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Le mode débogage est activé.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Retour",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Ajouter une description",
"nodes.llm.jsonSchema.doc": "En savoir plus sur la sortie structurée",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Le nom de la propriété existe déjà",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Nom du champ",
"nodes.llm.jsonSchema.generate": "Générer",
"nodes.llm.jsonSchema.generateJsonSchema": "Générer un schéma JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "नाम",
"chatVariable.modal.namePlaceholder": "चर का नाम",
"chatVariable.modal.objectKey": "कुंजी",
"chatVariable.modal.objectKeyPatternError": "कुंजी में केवल अक्षर, अंक और अंडरस्कोर हो सकते हैं",
"chatVariable.modal.objectKeyRequired": "ऑब्जेक्ट कुंजी खाली नहीं हो सकती",
"chatVariable.modal.objectType": "प्रकार",
"chatVariable.modal.objectValue": "डिफ़ॉल्ट मान",
"chatVariable.modal.oneByOne": "एक-एक करके जोड़ें",
@ -233,6 +235,7 @@
"common.runApp": "ऐप चलाएं",
"common.runHistory": "रन इतिहास",
"common.running": "चल रहा है",
"common.scheduleTriggerRunFailed": "शेड्यूल ट्रिगर रन विफल",
"common.searchVar": "वेरिएबल खोजें",
"common.setVarValuePlaceholder": "वेरिएबल सेट करें",
"common.showRunHistory": "रन इतिहास दिखाएं",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "विवरण देखें",
"common.viewOnly": "केवल देखें",
"common.viewRunHistory": "रन इतिहास देखें",
"common.webhookDebugFailed": "Webhook डीबग विफल",
"common.webhookDebugRequestFailed": "Webhook डीबग अनुरोध विफल",
"common.workflowAsTool": "टूल के रूप में कार्यप्रवाह",
"common.workflowAsToolDisabledHint": "सबसे नया वर्कफ़्लो प्रकाशित करें और इसे टूल के रूप में कॉन्फ़िगर करने से पहले एक कनेक्टेड यूज़र इनपुट नोड सुनिश्चित करें।",
"common.workflowAsToolTip": "कार्यप्रवाह अपडेट के बाद टूल पुनः कॉन्फ़िगरेशन आवश्यक है।",
@ -319,6 +324,7 @@
"env.modal.type": "प्रकार",
"env.modal.value": "मान",
"env.modal.valuePlaceholder": "पर्यावरण मान",
"env.modal.valueRequired": "मान खाली नहीं हो सकता",
"error.operations.addingNodes": "नोड जोड़ना",
"error.operations.connectingNodes": "नोड्स को जोड़ना",
"error.operations.modifyingWorkflow": "कार्यप्रवाह संशोधित करना",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "हमें <email>support@dify.ai</email> पर बताएं।",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "सभी सदस्य ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "सामग्री",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "बॉडी में {{field}} होना चाहिए",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "ईमेल सामग्री दर्ज करें",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "बॉडी आवश्यक है",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "डीबग मोड",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "डीबग मोड में, ईमेल केवल आपके खाते के ईमेल <email>{{email}}</email> पर भेजा जाएगा।",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "उत्पादन वातावरण प्रभावित नहीं होता।",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "कार्यक्षेत्र सदस्यों या बाहरी प्राप्तकर्ताओं को जोड़ें",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "चुनें",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "प्राप्तकर्ता",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "कम से कम एक प्राप्तकर्ता आवश्यक है",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "अनुरोध URL वेरिएबल मानव इनपुट के लिए ट्रिगर एंट्री है।",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "विषय",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "ईमेल विषय दर्ज करें",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "विषय आवश्यक है",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "ईमेल कॉन्फ़िगरेशन",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "<email>{{email}}</email> पर एक परीक्षण ईमेल भेजा गया है। कृपया अपना इनबॉक्स जांचें।",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "डीबग मोड सक्षम है।",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "पीछे",
"nodes.llm.jsonSchema.descriptionPlaceholder": "विवरण जोड़ें",
"nodes.llm.jsonSchema.doc": "संरचित आउटपुट के बारे में अधिक जानें",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "प्रॉपर्टी नाम पहले से मौजूद है",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "क्षेत्र नाम",
"nodes.llm.jsonSchema.generate": "जनरेट करें",
"nodes.llm.jsonSchema.generateJsonSchema": "JSON स्कीमा उत्पन्न करें",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nama",
"chatVariable.modal.namePlaceholder": "Nama variabel",
"chatVariable.modal.objectKey": "Kunci",
"chatVariable.modal.objectKeyPatternError": "Kunci hanya dapat berisi huruf, angka, dan garis bawah",
"chatVariable.modal.objectKeyRequired": "Kunci objek tidak boleh kosong",
"chatVariable.modal.objectType": "Jenis",
"chatVariable.modal.objectValue": "Nilai Default",
"chatVariable.modal.oneByOne": "Tambahkan satu per satu",
@ -233,6 +235,7 @@
"common.runApp": "Jalankan Aplikasi",
"common.runHistory": "Jalankan Riwayat",
"common.running": "Menjalankan",
"common.scheduleTriggerRunFailed": "Jalankan trigger terjadwal gagal",
"common.searchVar": "Variabel pencarian",
"common.setVarValuePlaceholder": "Atur variabel",
"common.showRunHistory": "Tampilkan Riwayat Eksekusi",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Lihat detail",
"common.viewOnly": "Lihat Saja",
"common.viewRunHistory": "Lihat riwayat eksekusi",
"common.webhookDebugFailed": "Debug Webhook gagal",
"common.webhookDebugRequestFailed": "Permintaan debug Webhook gagal",
"common.workflowAsTool": "Alur Kerja sebagai Alat",
"common.workflowAsToolDisabledHint": "Terbitkan alur kerja terbaru dan pastikan ada node Input Pengguna yang terhubung sebelum mengonfigurasinya sebagai alat.",
"common.workflowAsToolTip": "Konfigurasi ulang alat diperlukan setelah pembaruan alur kerja.",
@ -319,6 +324,7 @@
"env.modal.type": "Jenis",
"env.modal.value": "Nilai",
"env.modal.valuePlaceholder": "Nilai ENV",
"env.modal.valueRequired": "Nilai tidak boleh kosong",
"error.operations.addingNodes": "menambahkan node",
"error.operations.connectingNodes": "menghubungkan node",
"error.operations.modifyingWorkflow": "memodifikasi alur kerja",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Beritahu kami di <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Semua anggota ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Isi",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Isi harus mengandung {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Masukkan isi email",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Isi wajib diisi",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Mode Debug",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "Dalam mode debug, email hanya akan dikirim ke akun email Anda <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Lingkungan produksi tidak terpengaruh.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Tambah anggota workspace atau penerima eksternal",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Pilih",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Penerima",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Minimal satu penerima diperlukan",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Variabel URL permintaan adalah titik masuk pemicu untuk input manusia.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Subjek",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Masukkan subjek email",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Subjek wajib diisi",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Konfigurasi Email",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Email uji telah dikirim ke <email>{{email}}</email>. Silakan periksa kotak masuk Anda.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Mode debug diaktifkan.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Belakang",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Tambahkan deskripsi",
"nodes.llm.jsonSchema.doc": "Pelajari output terstruktur lebih lanjut",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Nama properti sudah ada",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Nama Bidang",
"nodes.llm.jsonSchema.generate": "Menghasilkan",
"nodes.llm.jsonSchema.generateJsonSchema": "Hasilkan Skema JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nome",
"chatVariable.modal.namePlaceholder": "Nome della variabile",
"chatVariable.modal.objectKey": "Chiave",
"chatVariable.modal.objectKeyPatternError": "La chiave può contenere solo lettere, numeri e trattini bassi",
"chatVariable.modal.objectKeyRequired": "La chiave dell'oggetto non può essere vuota",
"chatVariable.modal.objectType": "Tipo",
"chatVariable.modal.objectValue": "Valore Predefinito",
"chatVariable.modal.oneByOne": "Aggiungi uno alla volta",
@ -233,6 +235,7 @@
"common.runApp": "Esegui App",
"common.runHistory": "Cronologia esecuzioni",
"common.running": "In esecuzione",
"common.scheduleTriggerRunFailed": "Esecuzione del trigger pianificato non riuscita",
"common.searchVar": "Cerca variabile",
"common.setVarValuePlaceholder": "Imposta variabile",
"common.showRunHistory": "Mostra cronologia esecuzioni",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Visualizza dettagli",
"common.viewOnly": "Solo visualizzazione",
"common.viewRunHistory": "Visualizza cronologia esecuzioni",
"common.webhookDebugFailed": "Debug del Webhook non riuscito",
"common.webhookDebugRequestFailed": "Richiesta di debug del Webhook non riuscita",
"common.workflowAsTool": "Flusso di lavoro come Strumento",
"common.workflowAsToolDisabledHint": "Pubblica il flusso di lavoro più recente e assicurati che ci sia un nodo di Input Utente collegato prima di configurarlo come strumento.",
"common.workflowAsToolTip": "È richiesta una nuova configurazione dello strumento dopo l'aggiornamento del flusso di lavoro.",
@ -319,6 +324,7 @@
"env.modal.type": "Tipo",
"env.modal.value": "Valore",
"env.modal.valuePlaceholder": "valore env",
"env.modal.valueRequired": "Il valore non può essere vuoto",
"error.operations.addingNodes": "aggiunta di nodi",
"error.operations.connectingNodes": "collegamento dei nodi",
"error.operations.modifyingWorkflow": "modifica del flusso di lavoro",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Faccelo sapere a <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Tutti i membri ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Corpo",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Il corpo deve contenere {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Inserisci il corpo dell'email",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Il corpo è obbligatorio",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Modalità Debug",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "In modalità debug, l'email verrà inviata solo al tuo account email <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "L'ambiente di produzione non è interessato.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Aggiungi membri del workspace o destinatari esterni",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Seleziona",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Destinatario",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "È richiesto almeno un destinatario",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "La variabile URL richiesta è il punto di ingresso per l'input umano.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Oggetto",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Inserisci l'oggetto dell'email",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "L'oggetto è obbligatorio",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Configurazione Email",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Un'email di test è stata inviata a <email>{{email}}</email>. Controlla la tua casella di posta.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "La modalità debug è abilitata.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Indietro",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Aggiungi descrizione",
"nodes.llm.jsonSchema.doc": "Scopri di più sull'output strutturato",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Il nome della proprietà esiste già",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Nome del campo",
"nodes.llm.jsonSchema.generate": "Genera",
"nodes.llm.jsonSchema.generateJsonSchema": "Genera Schema JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "変数名",
"chatVariable.modal.namePlaceholder": "変数名を入力",
"chatVariable.modal.objectKey": "キー",
"chatVariable.modal.objectKeyPatternError": "キーは英字、数字、アンダースコアのみ使用できます",
"chatVariable.modal.objectKeyRequired": "オブジェクトキーは空にできません",
"chatVariable.modal.objectType": "タイプ",
"chatVariable.modal.objectValue": "デフォルト値",
"chatVariable.modal.oneByOne": "個別追加",
@ -207,6 +209,7 @@
"common.runApp": "アプリを実行",
"common.runHistory": "実行履歴",
"common.running": "実行中",
"common.scheduleTriggerRunFailed": "スケジュールトリガーの実行に失敗しました",
"common.searchVar": "変数を検索",
"common.setVarValuePlaceholder": "変数値を設定",
"common.showRunHistory": "実行履歴を表示",
@ -220,6 +223,8 @@
"common.viewDetailInTracingPanel": "詳細を表示",
"common.viewOnly": "閲覧のみ",
"common.viewRunHistory": "実行履歴を表示",
"common.webhookDebugFailed": "Webhookデバッグに失敗しました",
"common.webhookDebugRequestFailed": "Webhookデバッグリクエストに失敗しました",
"common.workflowAsTool": "ワークフローをツールとして公開する",
"common.workflowAsToolDisabledHint": "最新のワークフローを公開し、接続済みの User Input ノードを用意してからツールとして設定してください。",
"common.workflowAsToolTip": "ワークフロー更新後はツールの再設定が必要です",
@ -293,6 +298,7 @@
"env.modal.type": "タイプ",
"env.modal.value": "値",
"env.modal.valuePlaceholder": "変数値を入力",
"env.modal.valueRequired": "値は空にできません",
"error.operations.addingNodes": "ノード追加",
"error.operations.connectingNodes": "ノード接続",
"error.operations.modifyingWorkflow": "ワークフロー変更",
@ -510,7 +516,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "<email>support@dify.ai</email>までお知らせください。",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "全メンバー({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "本文",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "本文には{{field}}が必要です",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "メール本文を入力",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "本文は必須です",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "デバッグモード",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "デバッグモードでは、メールはアカウントのメールアドレス<email>{{email}}</email>にのみ送信されます。",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "本番環境には影響しません。",
@ -521,9 +529,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "ワークスペースメンバーまたは外部受信者を追加",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "選択",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "受信者",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "少なくとも1人の受信者が必要です",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "リクエストURL変数は人間の入力のトリガーエントリーです。",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "件名",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "メール件名を入力",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "件名は必須です",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "メール設定",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "テストメールが<email>{{email}}</email>に送信されました。受信箱を確認してください。",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "デバッグモードが有効です。",
@ -733,6 +743,7 @@
"nodes.llm.jsonSchema.back": "前に戻る",
"nodes.llm.jsonSchema.descriptionPlaceholder": "説明を入力",
"nodes.llm.jsonSchema.doc": "構造化出力の詳細を見る",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "プロパティ名はすでに存在します",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "フィールド名",
"nodes.llm.jsonSchema.generate": "生成",
"nodes.llm.jsonSchema.generateJsonSchema": "スキーマ生成",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "이름",
"chatVariable.modal.namePlaceholder": "변수 이름",
"chatVariable.modal.objectKey": "키",
"chatVariable.modal.objectKeyPatternError": "키는 영문자, 숫자, 밑줄만 포함할 수 있습니다",
"chatVariable.modal.objectKeyRequired": "객체 키는 비워둘 수 없습니다",
"chatVariable.modal.objectType": "유형",
"chatVariable.modal.objectValue": "기본값",
"chatVariable.modal.oneByOne": "하나씩 추가",
@ -233,6 +235,7 @@
"common.runApp": "앱 실행",
"common.runHistory": "실행 기록",
"common.running": "실행 중",
"common.scheduleTriggerRunFailed": "예약된 트리거 실행 실패",
"common.searchVar": "변수 검색",
"common.setVarValuePlaceholder": "변수 값 설정",
"common.showRunHistory": "실행 기록 보기",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "세부 정보 보기",
"common.viewOnly": "보기 전용",
"common.viewRunHistory": "실행 기록 보기",
"common.webhookDebugFailed": "Webhook 디버그 실패",
"common.webhookDebugRequestFailed": "Webhook 디버그 요청 실패",
"common.workflowAsTool": "도구로서의 워크플로우",
"common.workflowAsToolDisabledHint": "최신 워크플로를 게시하고 도구로 구성하기 전에 연결된 사용자 입력 노드가 있는지 확인하세요.",
"common.workflowAsToolTip": "워크플로우 업데이트 후 도구 재구성이 필요합니다.",
@ -319,6 +324,7 @@
"env.modal.type": "유형",
"env.modal.value": "값",
"env.modal.valuePlaceholder": "환경 값",
"env.modal.valueRequired": "값은 비워둘 수 없습니다",
"error.operations.addingNodes": "노드 추가",
"error.operations.connectingNodes": "노드 연결",
"error.operations.modifyingWorkflow": "워크플로 수정",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "<email>support@dify.ai</email>로 알려주세요.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "모든 멤버({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "본문",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "본문은 {{field}}을(를) 포함해야 합니다",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "이메일 본문 입력",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "본문은 필수입니다",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "디버그 모드",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "디버그 모드에서는 이메일이 계정 이메일 <email>{{email}}</email>로만 전송됩니다.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "프로덕션 환경은 영향을 받지 않습니다.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "워크스페이스 멤버 또는 외부 수신자 추가",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "선택",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "수신자",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "최소 한 명의 수신자가 필요합니다",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "요청 URL 변수는 사람 입력의 트리거 진입점입니다.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "제목",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "이메일 제목 입력",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "제목은 필수입니다",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "이메일 구성",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "테스트 이메일이 <email>{{email}}</email>로 전송되었습니다. 받은 편지함을 확인하세요.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "디버그 모드가 활성화되었습니다.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "뒤",
"nodes.llm.jsonSchema.descriptionPlaceholder": "설명을 추가하세요.",
"nodes.llm.jsonSchema.doc": "구조화된 출력에 대해 더 알아보세요.",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "속성 이름이 이미 존재합니다",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "필드 이름",
"nodes.llm.jsonSchema.generate": "생성",
"nodes.llm.jsonSchema.generateJsonSchema": "JSON 스키마 생성",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Name",
"chatVariable.modal.namePlaceholder": "Variable name",
"chatVariable.modal.objectKey": "Key",
"chatVariable.modal.objectKeyPatternError": "De sleutel mag alleen letters, cijfers en underscores bevatten",
"chatVariable.modal.objectKeyRequired": "Objectsleutel mag niet leeg zijn",
"chatVariable.modal.objectType": "Type",
"chatVariable.modal.objectValue": "Default Value",
"chatVariable.modal.oneByOne": "Add one by one",
@ -207,6 +209,7 @@
"common.runApp": "Run App",
"common.runHistory": "Run History",
"common.running": "Running",
"common.scheduleTriggerRunFailed": "Geplande trigger-uitvoering mislukt",
"common.searchVar": "Search variable",
"common.setVarValuePlaceholder": "Set variable",
"common.showRunHistory": "Show Run History",
@ -220,6 +223,8 @@
"common.viewDetailInTracingPanel": "View details",
"common.viewOnly": "View Only",
"common.viewRunHistory": "View run history",
"common.webhookDebugFailed": "Webhook-debugging mislukt",
"common.webhookDebugRequestFailed": "Webhook-debugverzoek mislukt",
"common.workflowAsTool": "Workflow as Tool",
"common.workflowAsToolDisabledHint": "Publish the latest workflow and ensure a connected User Input node before configuring it as a tool.",
"common.workflowAsToolTip": "Tool reconfiguration is required after the workflow update.",
@ -293,6 +298,7 @@
"env.modal.type": "Type",
"env.modal.value": "Value",
"env.modal.valuePlaceholder": "env value",
"env.modal.valueRequired": "Waarde mag niet leeg zijn",
"error.operations.addingNodes": "adding nodes",
"error.operations.connectingNodes": "connecting nodes",
"error.operations.modifyingWorkflow": "modifying workflow",
@ -510,7 +516,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Tell us at <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "All members ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Body",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "De inhoud moet {{field}} bevatten",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Enter email body",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Inhoud is verplicht",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Debug Mode",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "In debug mode, the email will only be sent to your account email <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "The production environment is not affected.",
@ -521,9 +529,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Add workspace members or external recipients",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Select",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Recipient",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Er is minimaal één ontvanger vereist",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "The request URL variable is the trigger entry for human input.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Subject",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Enter email subject",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Onderwerp is verplicht",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Email Configuration",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "A test email has been sent to <email>{{email}}</email>. Please check your inbox.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Debug mode is enabled.",
@ -733,6 +743,7 @@
"nodes.llm.jsonSchema.back": "Back",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Add description",
"nodes.llm.jsonSchema.doc": "Learn more about structured output",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Eigenschapsnaam bestaat al",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Field Name",
"nodes.llm.jsonSchema.generate": "Generate",
"nodes.llm.jsonSchema.generateJsonSchema": "Generate JSON Schema",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nazwa",
"chatVariable.modal.namePlaceholder": "Nazwa zmiennej",
"chatVariable.modal.objectKey": "Klucz",
"chatVariable.modal.objectKeyPatternError": "Klucz może zawierać tylko litery, cyfry i znaki podkreślenia",
"chatVariable.modal.objectKeyRequired": "Klucz obiektu nie może być pusty",
"chatVariable.modal.objectType": "Typ",
"chatVariable.modal.objectValue": "Wartość Domyślna",
"chatVariable.modal.oneByOne": "Dodawaj po kolei",
@ -233,6 +235,7 @@
"common.runApp": "Uruchom aplikację",
"common.runHistory": "Historia uruchomień",
"common.running": "Uruchamianie",
"common.scheduleTriggerRunFailed": "Niepowodzenie uruchomienia zaplanowanego wyzwalacza",
"common.searchVar": "Szukaj zmiennej",
"common.setVarValuePlaceholder": "Ustaw zmienną",
"common.showRunHistory": "Pokaż historię uruchomień",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Zobacz szczegóły",
"common.viewOnly": "Tylko do podglądu",
"common.viewRunHistory": "Zobacz historię uruchomień",
"common.webhookDebugFailed": "Niepowodzenie debugowania Webhook",
"common.webhookDebugRequestFailed": "Niepowodzenie żądania debugowania Webhook",
"common.workflowAsTool": "Przepływ pracy jako narzędzie",
"common.workflowAsToolDisabledHint": "Opublikuj najnowszy przepływ pracy i upewnij się, że węzeł Wprowadzanie danych użytkownika jest połączony przed skonfigurowaniem go jako narzędzie.",
"common.workflowAsToolTip": "Wymagana rekonfiguracja narzędzia po aktualizacji przepływu pracy.",
@ -319,6 +324,7 @@
"env.modal.type": "Typ",
"env.modal.value": "Wartość",
"env.modal.valuePlaceholder": "wartość środowiska",
"env.modal.valueRequired": "Wartość nie może być pusta",
"error.operations.addingNodes": "dodawanie węzłów",
"error.operations.connectingNodes": "łączące węzły",
"error.operations.modifyingWorkflow": "modyfikowanie przepływu pracy",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Daj nam znać na <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Wszyscy członkowie ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Treść",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Treść musi zawierać {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Wprowadź treść wiadomości e-mail",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Treść jest wymagana",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Tryb debugowania",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "W trybie debugowania wiadomość e-mail zostanie wysłana tylko na Twoje konto <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Środowisko produkcyjne nie jest dotknięte.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Dodaj członków obszaru roboczego lub odbiorców zewnętrznych",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Wybierz",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Odbiorca",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Wymagany jest co najmniej jeden odbiorca",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Zmienna URL żądania jest punktem wejścia dla danych wprowadzanych przez człowieka.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Temat",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Wprowadź temat wiadomości e-mail",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Temat jest wymagany",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Konfiguracja e-mail",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Testowy e-mail został wysłany na <email>{{email}}</email>. Sprawdź swoją skrzynkę odbiorczą.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Tryb debugowania jest włączony.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Tył",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Dodaj opis",
"nodes.llm.jsonSchema.doc": "Dowiedz się więcej o zorganizowanym wyjściu",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Nazwa właściwości już istnieje",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Nazwa pola",
"nodes.llm.jsonSchema.generate": "Generować",
"nodes.llm.jsonSchema.generateJsonSchema": "Generuj schemat JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nome",
"chatVariable.modal.namePlaceholder": "Nome da variável",
"chatVariable.modal.objectKey": "Chave",
"chatVariable.modal.objectKeyPatternError": "A chave só pode conter letras, números e sublinhados",
"chatVariable.modal.objectKeyRequired": "A chave do objeto não pode estar vazia",
"chatVariable.modal.objectType": "Tipo",
"chatVariable.modal.objectValue": "Valor Padrão",
"chatVariable.modal.oneByOne": "Adicionar um por um",
@ -233,6 +235,7 @@
"common.runApp": "Executar aplicativo",
"common.runHistory": "Histórico de execução",
"common.running": "Executando",
"common.scheduleTriggerRunFailed": "Falha na execução do gatilho agendado",
"common.searchVar": "Buscar variável",
"common.setVarValuePlaceholder": "Definir valor da variável",
"common.showRunHistory": "Mostrar histórico de execução",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Ver detalhes",
"common.viewOnly": "Apenas visualização",
"common.viewRunHistory": "Ver histórico de execução",
"common.webhookDebugFailed": "Falha na depuração do Webhook",
"common.webhookDebugRequestFailed": "Falha na solicitação de depuração do Webhook",
"common.workflowAsTool": "Fluxo de trabalho como ferramenta",
"common.workflowAsToolDisabledHint": "Publique o fluxo de trabalho mais recente e garanta que haja um nó de Entrada do Usuário conectado antes de configurá-lo como uma ferramenta.",
"common.workflowAsToolTip": "É necessária a reconfiguração da ferramenta após a atualização do fluxo de trabalho.",
@ -319,6 +324,7 @@
"env.modal.type": "Tipo",
"env.modal.value": "Valor",
"env.modal.valuePlaceholder": "valor da env",
"env.modal.valueRequired": "O valor não pode estar vazio",
"error.operations.addingNodes": "adicionando nós",
"error.operations.connectingNodes": "conectando nós",
"error.operations.modifyingWorkflow": "modificando o fluxo de trabalho",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Conte-nos em <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Todos os membros ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Corpo",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "O corpo deve conter {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Insira o corpo do e-mail",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "O corpo é obrigatório",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Modo de Depuração",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "No modo de depuração, o e-mail será enviado apenas para o e-mail da sua conta <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "O ambiente de produção não é afetado.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Adicionar membros do workspace ou destinatários externos",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Selecionar",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Destinatário",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Pelo menos um destinatário é necessário",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "A variável URL de solicitação é a entrada de gatilho para entrada humana.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Assunto",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Insira o assunto do e-mail",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "O assunto é obrigatório",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Configuração de E-mail",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Um e-mail de teste foi enviado para <email>{{email}}</email>. Verifique sua caixa de entrada.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "O modo de depuração está ativado.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Voltar",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Adicionar descrição",
"nodes.llm.jsonSchema.doc": "Saiba mais sobre saída estruturada",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "O nome da propriedade já existe",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Nome do Campo",
"nodes.llm.jsonSchema.generate": "Gerar",
"nodes.llm.jsonSchema.generateJsonSchema": "Gerar Esquema JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Nume",
"chatVariable.modal.namePlaceholder": "Numele variabilei",
"chatVariable.modal.objectKey": "Cheie",
"chatVariable.modal.objectKeyPatternError": "Cheia poate conține doar litere, cifre și caractere de subliniere",
"chatVariable.modal.objectKeyRequired": "Cheia obiectului nu poate fi goală",
"chatVariable.modal.objectType": "Tip",
"chatVariable.modal.objectValue": "Valoare Implicită",
"chatVariable.modal.oneByOne": "Adăugare una câte una",
@ -233,6 +235,7 @@
"common.runApp": "Rulează aplicația",
"common.runHistory": "Istoric rulări",
"common.running": "Rulând",
"common.scheduleTriggerRunFailed": "Eșec la rularea declanșatorului programat",
"common.searchVar": "Caută variabilă",
"common.setVarValuePlaceholder": "Setează valoarea variabilei",
"common.showRunHistory": "Afișează istoricul rulărilor",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Vezi detalii",
"common.viewOnly": "Vizualizare doar",
"common.viewRunHistory": "Vezi istoricul rulărilor",
"common.webhookDebugFailed": "Eșec la depanarea Webhook",
"common.webhookDebugRequestFailed": "Eșec la cererea de depanare Webhook",
"common.workflowAsTool": "Flux de lucru ca instrument",
"common.workflowAsToolDisabledHint": "Publicați fluxul de lucru cel mai recent și asigurați-vă că există un nod de Intrare Utilizator conectat înainte de a-l configura ca instrument.",
"common.workflowAsToolTip": "Reconfigurarea instrumentului este necesară după actualizarea fluxului de lucru.",
@ -319,6 +324,7 @@
"env.modal.type": "Tip",
"env.modal.value": "Valoare",
"env.modal.valuePlaceholder": "valoare mediu",
"env.modal.valueRequired": "Valoarea nu poate fi goală",
"error.operations.addingNodes": "adăugarea nodurilor",
"error.operations.connectingNodes": "conectarea nodurilor",
"error.operations.modifyingWorkflow": "modificarea fluxului de lucru",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Spuneți-ne la <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Toți membrii ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Conținut",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Corpul trebuie să conțină {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Introduceți conținutul emailului",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Corpul este obligatoriu",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Mod debug",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "În modul debug, emailul va fi trimis doar la adresa contului dvs. <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Mediul de producție nu este afectat.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Adăugați membri ai spațiului de lucru sau destinatari externi",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Selectați",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Destinatar",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Este necesar cel puțin un destinatar",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Variabila URL cerere este punctul de intrare pentru input-ul uman.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Subiect",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Introduceți subiectul emailului",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Subiectul este obligatoriu",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Configurare Email",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Un email de testare a fost trimis la <email>{{email}}</email>. Vă rugăm verificați inbox-ul.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Modul debug este activat.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Înapoi",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Adăugați o descriere",
"nodes.llm.jsonSchema.doc": "Aflați mai multe despre ieșirea structurată",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Numele proprietății există deja",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Numele câmpului",
"nodes.llm.jsonSchema.generate": "Generează",
"nodes.llm.jsonSchema.generateJsonSchema": "Generați schema JSON",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Имя",
"chatVariable.modal.namePlaceholder": "Имя переменной",
"chatVariable.modal.objectKey": "Ключ",
"chatVariable.modal.objectKeyPatternError": "Ключ может содержать только буквы, цифры и символы подчёркивания",
"chatVariable.modal.objectKeyRequired": "Ключ объекта не может быть пустым",
"chatVariable.modal.objectType": "Тип",
"chatVariable.modal.objectValue": "Значение по умолчанию",
"chatVariable.modal.oneByOne": "Добавлять по одному",
@ -233,6 +235,7 @@
"common.runApp": "Запустить приложение",
"common.runHistory": "История запусков",
"common.running": "Выполняется",
"common.scheduleTriggerRunFailed": "Не удалось выполнить запланированный триггер",
"common.searchVar": "Поиск переменной",
"common.setVarValuePlaceholder": "Установить значение переменной",
"common.showRunHistory": "Показать историю запусков",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Посмотреть подробности",
"common.viewOnly": "Только просмотр",
"common.viewRunHistory": "Посмотреть историю запусков",
"common.webhookDebugFailed": "Ошибка отладки Webhook",
"common.webhookDebugRequestFailed": "Ошибка запроса отладки Webhook",
"common.workflowAsTool": "Рабочий процесс как инструмент",
"common.workflowAsToolDisabledHint": "Опубликуйте последний рабочий процесс и убедитесь, что подключен узел ввода пользователя, прежде чем настраивать его как инструмент.",
"common.workflowAsToolTip": "После обновления рабочего процесса требуется перенастройка инструмента.",
@ -319,6 +324,7 @@
"env.modal.type": "Тип",
"env.modal.value": "Значение",
"env.modal.valuePlaceholder": "Значение переменной среды",
"env.modal.valueRequired": "Значение не может быть пустым",
"error.operations.addingNodes": "добавление узлов",
"error.operations.connectingNodes": "соединение узлов",
"error.operations.modifyingWorkflow": "изменение рабочего процесса",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Сообщите нам по адресу <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Все участники ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Содержание",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Тело должно содержать {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Введите текст письма",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Тело является обязательным",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Режим отладки",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "В режиме отладки письмо будет отправлено только на ваш аккаунт <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Производственная среда не затронута.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Добавить участников рабочего пространства или внешних получателей",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Выбрать",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Получатель",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Требуется хотя бы один получатель",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Переменная URL запроса является точкой входа для ввода человека.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Тема",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Введите тему письма",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Тема является обязательной",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Настройка электронной почты",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Тестовое письмо отправлено на <email>{{email}}</email>. Пожалуйста, проверьте ваш почтовый ящик.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Режим отладки включён.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Спина",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Добавить описание",
"nodes.llm.jsonSchema.doc": "Узнайте больше о структурированном выводе",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Имя свойства уже существует",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Название поля",
"nodes.llm.jsonSchema.generate": "Сгенерировать",
"nodes.llm.jsonSchema.generateJsonSchema": "Сгенерировать JSON-схему",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Ime",
"chatVariable.modal.namePlaceholder": "Ime spremenljivke",
"chatVariable.modal.objectKey": "Ključ",
"chatVariable.modal.objectKeyPatternError": "Ključ lahko vsebuje samo črke, številke in podčrtaje",
"chatVariable.modal.objectKeyRequired": "Ključ objekta ne sme biti prazen",
"chatVariable.modal.objectType": "Tip",
"chatVariable.modal.objectValue": "Privzeta vrednost",
"chatVariable.modal.oneByOne": "Dodaj eno po eno",
@ -233,6 +235,7 @@
"common.runApp": "Zaženi aplikacijo",
"common.runHistory": "Zgodovina izvajanja",
"common.running": "Tek",
"common.scheduleTriggerRunFailed": "Zagon načrtovanega sprožilnika ni uspel",
"common.searchVar": "Iskalna spremenljivka",
"common.setVarValuePlaceholder": "Nastavi spremenljivko",
"common.showRunHistory": "Prikaži zgodovino izvajanja",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Oglejte si podrobnosti",
"common.viewOnly": "Samo za ogled",
"common.viewRunHistory": "Poglej zgodovino izvajanja",
"common.webhookDebugFailed": "Razhroščevanje Webhook ni uspelo",
"common.webhookDebugRequestFailed": "Zahteva za razhroščevanje Webhook ni uspela",
"common.workflowAsTool": "Delovni potek kot orodje",
"common.workflowAsToolDisabledHint": "Objavite najnovejše delovne tokove in zagotovite, da je pred konfiguracijo kot orodje povezan vozel za vnos uporabnika.",
"common.workflowAsToolTip": "Zaradi posodobitve delovnega poteka je potrebna ponovna konfiguracija orodja.",
@ -319,6 +324,7 @@
"env.modal.type": "Tip",
"env.modal.value": "Vrednost",
"env.modal.valuePlaceholder": "vrednost okolja",
"env.modal.valueRequired": "Vrednost ne sme biti prazna",
"error.operations.addingNodes": "dodajanje vozlišč",
"error.operations.connectingNodes": "povezovalni vozel",
"error.operations.modifyingWorkflow": "spreminjanje delovnega toka",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Povejte nam na <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Vsi člani ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Vsebina",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Telo mora vsebovati {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Vnesite vsebino e-pošte",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Telo je obvezno",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Način odpravljanja napak",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "V načinu odpravljanja napak bo e-pošta poslana samo na vaš e-poštni naslov <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Produkcijsko okolje ni prizadeto.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Dodaj člane delovnega prostora ali zunanje prejemnike",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Izberi",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Prejemnik",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Potreben je vsaj en prejemnik",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Spremenljivka URL zahteve je vstopna točka za človeški vnos.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Zadeva",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Vnesite zadevo e-pošte",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Zadeva je obvezna",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Konfiguracija e-pošte",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Testna e-pošta je bila poslana na <email>{{email}}</email>. Preverite svoj nabiralnik.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Način odpravljanja napak je omogočen.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Nazaj",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Dodajte opis",
"nodes.llm.jsonSchema.doc": "Izvedite več o strukturiranem izhodu",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Ime lastnosti že obstaja",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Ime polja",
"nodes.llm.jsonSchema.generate": "Generirati",
"nodes.llm.jsonSchema.generateJsonSchema": "Generiraj JSON shemo",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "ชื่อ",
"chatVariable.modal.namePlaceholder": "ชื่อตัวแปร",
"chatVariable.modal.objectKey": "กุญแจ",
"chatVariable.modal.objectKeyPatternError": "คีย์สามารถมีได้เฉพาะตัวอักษร ตัวเลข และขีดล่าง",
"chatVariable.modal.objectKeyRequired": "คีย์ของออบเจกต์ไม่สามารถเป็นค่าว่างได้",
"chatVariable.modal.objectType": "ประเภท",
"chatVariable.modal.objectValue": "ค่าเริ่มต้น",
"chatVariable.modal.oneByOne": "เพิ่มทีละรายการ",
@ -233,6 +235,7 @@
"common.runApp": "เรียกใช้แอพ",
"common.runHistory": "ประวัติการวิ่ง",
"common.running": "กำลัง เรียก ใช้",
"common.scheduleTriggerRunFailed": "การทำงานของตัวทริกเกอร์ที่กำหนดเวลาล้มเหลว",
"common.searchVar": "ตัวแปรการค้นหา",
"common.setVarValuePlaceholder": "ตั้งค่าตัวแปร",
"common.showRunHistory": "แสดงประวัติการวิ่ง",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "ดูรายละเอียด",
"common.viewOnly": "ดูเท่านั้น",
"common.viewRunHistory": "ดูประวัติการวิ่ง",
"common.webhookDebugFailed": "การดีบัก Webhook ล้มเหลว",
"common.webhookDebugRequestFailed": "คำขอดีบัก Webhook ล้มเหลว",
"common.workflowAsTool": "เวิร์กโฟลว์เป็นเครื่องมือ",
"common.workflowAsToolDisabledHint": "เผยแพร่เวิร์กโฟลว์ล่าสุดและตรวจสอบให้แน่ใจว่ามีโหนดป้อนข้อมูลผู้ใช้เชื่อมต่อก่อนที่จะกำหนดค่าเป็นเครื่องมือ",
"common.workflowAsToolTip": "จําเป็นต้องมีการกําหนดค่าเครื่องมือใหม่หลังจากการอัปเดตเวิร์กโฟลว์",
@ -319,6 +324,7 @@
"env.modal.type": "ประเภท",
"env.modal.value": "ค่า",
"env.modal.valuePlaceholder": "ค่า env",
"env.modal.valueRequired": "ค่าไม่สามารถเป็นค่าว่างได้",
"error.operations.addingNodes": "เพิ่มโหนด",
"error.operations.connectingNodes": "การเชื่อมต่อโหนด",
"error.operations.modifyingWorkflow": "การปรับเปลี่ยนเวิร์กโฟลว์",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "แจ้งให้เราทราบที่ <email>support@dify.ai</email>",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "สมาชิกทั้งหมด ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "เนื้อหา",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "เนื้อหาต้องมี {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "กรอกเนื้อหาอีเมล",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "เนื้อหาเป็นสิ่งจำเป็น",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "โหมดดีบัก",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "ในโหมดดีบัก อีเมลจะถูกส่งไปที่อีเมลบัญชีของคุณ <email>{{email}}</email> เท่านั้น",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "สภาพแวดล้อมการผลิตไม่ได้รับผลกระทบ",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "เพิ่มสมาชิกพื้นที่ทำงานหรือผู้รับภายนอก",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "เลือก",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "ผู้รับ",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "ต้องมีผู้รับอย่างน้อยหนึ่งคน",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "ตัวแปร URL คำขอคือจุดเข้าใช้งานสำหรับข้อมูลจากมนุษย์",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "หัวเรื่อง",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "กรอกหัวเรื่องอีเมล",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "หัวเรื่องเป็นสิ่งจำเป็น",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "การกำหนดค่าอีเมล",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "ส่งอีเมลทดสอบไปที่ <email>{{email}}</email> แล้ว โปรดตรวจสอบกล่องจดหมายของคุณ",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "เปิดใช้งานโหมดดีบักแล้ว",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "กลับ",
"nodes.llm.jsonSchema.descriptionPlaceholder": "เพิ่มคำอธิบาย",
"nodes.llm.jsonSchema.doc": "เรียนรู้เพิ่มเติมเกี่ยวกับผลลัพธ์ที่มีโครงสร้าง",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "ชื่อคุณสมบัติมีอยู่แล้ว",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "ชื่อฟิลด์",
"nodes.llm.jsonSchema.generate": "สร้าง",
"nodes.llm.jsonSchema.generateJsonSchema": "สร้าง JSON Schema",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "İsim",
"chatVariable.modal.namePlaceholder": "Değişken adı",
"chatVariable.modal.objectKey": "Anahtar",
"chatVariable.modal.objectKeyPatternError": "Anahtar yalnızca harf, rakam ve alt çizgi içerebilir",
"chatVariable.modal.objectKeyRequired": "Nesne anahtarı boş olamaz",
"chatVariable.modal.objectType": "Tür",
"chatVariable.modal.objectValue": "Varsayılan Değer",
"chatVariable.modal.oneByOne": "Teker teker ekle",
@ -233,6 +235,7 @@
"common.runApp": "Uygulamayı Çalıştır",
"common.runHistory": "Çalıştırma Geçmişi",
"common.running": "Çalışıyor",
"common.scheduleTriggerRunFailed": "Zamanlanmış tetikleyici çalıştırma başarısız oldu",
"common.searchVar": "Değişkeni ara",
"common.setVarValuePlaceholder": "Değişkeni ayarla",
"common.showRunHistory": "Çalıştırma Geçmişini Göster",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Ayrıntıları görüntüle",
"common.viewOnly": "Sadece Görüntüleme",
"common.viewRunHistory": "Çalıştırma geçmişini görüntüle",
"common.webhookDebugFailed": "Webhook hata ayıklama başarısız oldu",
"common.webhookDebugRequestFailed": "Webhook hata ayıklama isteği başarısız oldu",
"common.workflowAsTool": "Araç Olarak İş Akışı",
"common.workflowAsToolDisabledHint": "En son iş akışını yayınlayın ve bunu bir araç olarak yapılandırmadan önce bağlı bir Kullanıcı Girdisi düğümünün olduğundan emin olun.",
"common.workflowAsToolTip": "İş Akışı güncellemesinden sonra araç yeniden yapılandırması gereklidir.",
@ -319,6 +324,7 @@
"env.modal.type": "Tür",
"env.modal.value": "Değer",
"env.modal.valuePlaceholder": "env değeri",
"env.modal.valueRequired": "Değer boş olamaz",
"error.operations.addingNodes": "düğüm ekleme",
"error.operations.connectingNodes": "düğümleri bağlama",
"error.operations.modifyingWorkflow": "iş akışını değiştirme",
@ -539,7 +545,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Bize <email>support@dify.ai</email> adresinden bildirin.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Tüm üyeler ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "İçerik",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Gövde {{field}} içermelidir",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "E-posta içeriğini girin",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Gövde zorunludur",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Hata Ayıklama Modu",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "Hata ayıklama modunda, e-posta yalnızca hesap e-postanız <email>{{email}}</email> adresine gönderilecektir.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Üretim ortamı etkilenmez.",
@ -550,9 +558,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Çalışma alanı üyeleri veya harici alıcılar ekle",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Seç",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Alıcı",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "En az bir alıcı gereklidir",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "İstek URL değişkeni, insan girdisi için tetikleyici giriş noktasıdır.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Konu",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "E-posta konusunu girin",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Konu zorunludur",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "E-posta Yapılandırması",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "<email>{{email}}</email> adresine bir test e-postası gönderildi. Lütfen gelen kutunuzu kontrol edin.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Hata ayıklama modu etkin.",
@ -767,6 +777,7 @@
"nodes.llm.jsonSchema.back": "Geri",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Açıklama ekleyin",
"nodes.llm.jsonSchema.doc": "Yapılandırılmış çıktı hakkında daha fazla bilgi edinin",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Özellik adı zaten mevcut",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Alan Adı",
"nodes.llm.jsonSchema.generate": "Oluştur",
"nodes.llm.jsonSchema.generateJsonSchema": "JSON Şeması Oluştur",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Назва",
"chatVariable.modal.namePlaceholder": "Назва змінної",
"chatVariable.modal.objectKey": "Ключ",
"chatVariable.modal.objectKeyPatternError": "Ключ може містити лише літери, цифри та символи підкреслення",
"chatVariable.modal.objectKeyRequired": "Ключ об'єкта не може бути порожнім",
"chatVariable.modal.objectType": "Тип",
"chatVariable.modal.objectValue": "Значення за замовчуванням",
"chatVariable.modal.oneByOne": "Додавати по одному",
@ -233,6 +235,7 @@
"common.runApp": "Запустити додаток",
"common.runHistory": "Історія запусків",
"common.running": "Запущено",
"common.scheduleTriggerRunFailed": "Помилка виконання запланованого тригера",
"common.searchVar": "Пошук змінної",
"common.setVarValuePlaceholder": "Встановити значення змінної",
"common.showRunHistory": "Показати історію запусків",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Переглянути деталі",
"common.viewOnly": "Тільки перегляд",
"common.viewRunHistory": "Переглянути історію запусків",
"common.webhookDebugFailed": "Помилка налагодження Webhook",
"common.webhookDebugRequestFailed": "Помилка запиту налагодження Webhook",
"common.workflowAsTool": "Робочий потік як інструмент",
"common.workflowAsToolDisabledHint": "Опублікуйте останній робочий процес і переконайтеся, що перед налаштуванням його як інструменту є підключений вузол введення користувача.",
"common.workflowAsToolTip": "Після оновлення робочого потоку необхідна переконфігурація інструменту.",
@ -319,6 +324,7 @@
"env.modal.type": "Тип",
"env.modal.value": "Значення",
"env.modal.valuePlaceholder": "значення середовища",
"env.modal.valueRequired": "Значення не може бути порожнім",
"error.operations.addingNodes": "додавання вузлів",
"error.operations.connectingNodes": "підключення вузлів",
"error.operations.modifyingWorkflow": "модифікація робочого процесу",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Повідомте нам на <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Всі учасники ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Вміст",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Тіло повинно містити {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Введіть текст листа",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Тіло є обов'язковим",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Режим налагодження",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "У режимі налагодження лист буде надіслано лише на ваш обліковий запис <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Виробниче середовище не постраждає.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Додати учасників робочого простору або зовнішніх одержувачів",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Вибрати",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Одержувач",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Потрібен принаймні один одержувач",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Змінна URL запиту є точкою входу для введення людини.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Тема",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Введіть тему листа",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Тема є обов'язковою",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Налаштування електронної пошти",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Тестовий лист надіслано на <email>{{email}}</email>. Будь ласка, перевірте свою поштову скриньку.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Режим налагодження увімкнено.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Назад",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Додати опис",
"nodes.llm.jsonSchema.doc": "Дізнайтеся більше про структурований вихід",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Ім'я властивості вже існує",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Назва поля",
"nodes.llm.jsonSchema.generate": "Генерувати",
"nodes.llm.jsonSchema.generateJsonSchema": "Згенерувати JSON Схему",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "Tên",
"chatVariable.modal.namePlaceholder": "Tên biến",
"chatVariable.modal.objectKey": "Khóa",
"chatVariable.modal.objectKeyPatternError": "Khóa chỉ có thể chứa chữ cái, số và dấu gạch dưới",
"chatVariable.modal.objectKeyRequired": "Khóa đối tượng không được để trống",
"chatVariable.modal.objectType": "Loại",
"chatVariable.modal.objectValue": "Giá Trị Mặc Định",
"chatVariable.modal.oneByOne": "Thêm từng cái một",
@ -233,6 +235,7 @@
"common.runApp": "Chạy ứng dụng",
"common.runHistory": "Lịch sử chạy",
"common.running": "Đang chạy",
"common.scheduleTriggerRunFailed": "Chạy trigger theo lịch thất bại",
"common.searchVar": "Tìm kiếm biến",
"common.setVarValuePlaceholder": "Đặt giá trị biến",
"common.showRunHistory": "Hiển thị lịch sử chạy",
@ -246,6 +249,8 @@
"common.viewDetailInTracingPanel": "Xem chi tiết",
"common.viewOnly": "Chỉ xem",
"common.viewRunHistory": "Xem lịch sử chạy",
"common.webhookDebugFailed": "Gỡ lỗi Webhook thất bại",
"common.webhookDebugRequestFailed": "Yêu cầu gỡ lỗi Webhook thất bại",
"common.workflowAsTool": "Quy trình làm việc như công cụ",
"common.workflowAsToolDisabledHint": "Xuất bản quy trình làm việc mới nhất và đảm bảo một nút Nhập liệu Người dùng kết nối trước khi cấu hình nó như một công cụ.",
"common.workflowAsToolTip": "Cần cấu hình lại công cụ sau khi cập nhật quy trình làm việc.",
@ -319,6 +324,7 @@
"env.modal.type": "Loại",
"env.modal.value": "Giá trị",
"env.modal.valuePlaceholder": "giá trị môi trường",
"env.modal.valueRequired": "Giá trị không được để trống",
"error.operations.addingNodes": "thêm nút",
"error.operations.connectingNodes": "kết nối các nút",
"error.operations.modifyingWorkflow": "chỉnh sửa quy trình công việc",
@ -536,7 +542,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "Hãy cho chúng tôi biết tại <email>support@dify.ai</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "Tất cả thành viên ({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "Nội dung",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "Nội dung phải chứa {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "Nhập nội dung email",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "Nội dung là bắt buộc",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "Chế độ gỡ lỗi",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "Trong chế độ gỡ lỗi, email sẽ chỉ được gửi đến email tài khoản của bạn <email>{{email}}</email>.",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "Môi trường sản xuất không bị ảnh hưởng.",
@ -547,9 +555,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "Thêm thành viên không gian làm việc hoặc người nhận bên ngoài",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "Chọn",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "Người nhận",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "Yêu cầu ít nhất một người nhận",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "Biến URL yêu cầu là điểm vào cho đầu vào của con người.",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "Chủ đề",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "Nhập chủ đề email",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "Chủ đề là bắt buộc",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "Cấu hình Email",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "Một email thử nghiệm đã được gửi đến <email>{{email}}</email>. Vui lòng kiểm tra hộp thư của bạn.",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "Chế độ gỡ lỗi đã được bật.",
@ -759,6 +769,7 @@
"nodes.llm.jsonSchema.back": "Quay lại",
"nodes.llm.jsonSchema.descriptionPlaceholder": "Thêm mô tả",
"nodes.llm.jsonSchema.doc": "Tìm hiểu thêm về đầu ra có cấu trúc",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "Tên thuộc tính đã tồn tại",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "Tên trường",
"nodes.llm.jsonSchema.generate": "Tạo ra",
"nodes.llm.jsonSchema.generateJsonSchema": "Tạo Schema JSON",

View File

@ -102,6 +102,8 @@
"chatVariable.modal.name": "名称",
"chatVariable.modal.namePlaceholder": "变量名",
"chatVariable.modal.objectKey": "属性",
"chatVariable.modal.objectKeyPatternError": "键只能包含字母、数字和下划线",
"chatVariable.modal.objectKeyRequired": "对象键不能为空",
"chatVariable.modal.objectType": "类型",
"chatVariable.modal.objectValue": "默认值",
"chatVariable.modal.oneByOne": "逐个添加",
@ -243,6 +245,7 @@
"common.runApp": "运行",
"common.runHistory": "运行历史",
"common.running": "运行中",
"common.scheduleTriggerRunFailed": "计划触发运行失败",
"common.searchAgent": "搜索 Agent...",
"common.searchVar": "搜索变量",
"common.setVarValuePlaceholder": "设置变量值",
@ -258,6 +261,8 @@
"common.viewInternals": "查看内部结构",
"common.viewOnly": "只读",
"common.viewRunHistory": "查看运行历史",
"common.webhookDebugFailed": "Webhook 调试失败",
"common.webhookDebugRequestFailed": "Webhook 调试请求失败",
"common.workflowAsTool": "发布为工具",
"common.workflowAsToolDisabledHint": "请先发布最新的工作流,并确保已连接的 User Input 节点后再配置为工具。",
"common.workflowAsToolTip": "工作流更新后需要重新配置工具参数",
@ -339,6 +344,7 @@
"env.modal.type": "类型",
"env.modal.value": "值",
"env.modal.valuePlaceholder": "变量值",
"env.modal.valueRequired": "值不能为空",
"error.operations.addingNodes": "添加节点",
"error.operations.connectingNodes": "连接节点",
"error.operations.modifyingWorkflow": "修改工作流",
@ -574,7 +580,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "请告诉我们 <email>support@dify.ai</email>",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "所有成员({{workspaceName}}",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "邮件正文",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "正文必须包含 {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "输入邮件正文",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "正文为必填项",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "调试模式",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "在调试模式下,电子邮件将仅发送到您的帐户电子邮件 <email>{{email}}</email>。",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "生产环境不受影响。",
@ -585,9 +593,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "添加工作区成员或外部收件人",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "选择",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "收件人",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "至少需要一个收件人",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "请求 URL 变量是人工介入的触发入口。",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "邮件主题",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "输入邮件主题",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "主题为必填项",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "电子邮件配置",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "测试邮件已发送到 <email>{{email}}</email>。请检查您的收件箱。",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "调试模式已启用。",
@ -816,6 +826,7 @@
"nodes.llm.jsonSchema.back": "返回",
"nodes.llm.jsonSchema.descriptionPlaceholder": "添加描述",
"nodes.llm.jsonSchema.doc": "了解有关结构化输出的更多信息",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "属性名称已存在",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "字段名",
"nodes.llm.jsonSchema.generate": "生成",
"nodes.llm.jsonSchema.generateJsonSchema": "生成 JSON Schema",

View File

@ -96,6 +96,8 @@
"chatVariable.modal.name": "名稱",
"chatVariable.modal.namePlaceholder": "變數名稱",
"chatVariable.modal.objectKey": "鍵",
"chatVariable.modal.objectKeyPatternError": "鍵只能包含字母、數字和底線",
"chatVariable.modal.objectKeyRequired": "物件鍵不能為空",
"chatVariable.modal.objectType": "類型",
"chatVariable.modal.objectValue": "預設值",
"chatVariable.modal.oneByOne": "逐一新增",
@ -235,6 +237,7 @@
"common.runApp": "運行",
"common.runHistory": "運行歷史",
"common.running": "運行中",
"common.scheduleTriggerRunFailed": "排程觸發執行失敗",
"common.searchAgent": "搜尋 Agent...",
"common.searchVar": "搜索變數",
"common.setVarValuePlaceholder": "設置變數值",
@ -250,6 +253,8 @@
"common.viewInternals": "檢視內部結構",
"common.viewOnly": "只讀",
"common.viewRunHistory": "查看運行歷史",
"common.webhookDebugFailed": "Webhook 除錯失敗",
"common.webhookDebugRequestFailed": "Webhook 除錯請求失敗",
"common.workflowAsTool": "發佈為工具",
"common.workflowAsToolDisabledHint": "發布最新的工作流程,並確保在將其配置為工具之前有一個已連接的使用者輸入節點。",
"common.workflowAsToolTip": "工作流更新後需要重新配置工具參數",
@ -324,6 +329,7 @@
"env.modal.type": "類型",
"env.modal.value": "值",
"env.modal.valuePlaceholder": "環境值",
"env.modal.valueRequired": "值不能為空",
"error.operations.addingNodes": "新增節點",
"error.operations.connectingNodes": "連接節點",
"error.operations.modifyingWorkflow": "修改工作流程",
@ -541,7 +547,9 @@
"nodes.humanInput.deliveryMethod.contactTip2": "請通過<email>support@dify.ai</email>告訴我們。",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "所有成員({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "正文",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "正文必須包含 {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "輸入郵件正文",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "正文為必填項",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "調試模式",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "在調試模式下,郵件僅發送到您的帳號郵箱<email>{{email}}</email>。",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "生產環境不受影響。",
@ -552,9 +560,11 @@
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "添加工作區成員或外部收件人",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "選擇",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "收件人",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "至少需要一位收件人",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "請求 URL 變量是人工輸入的觸發入口。",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "主題",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "輸入郵件主題",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "主旨為必填項",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "郵件配置",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "測試郵件已發送至<email>{{email}}</email>。請檢查您的收件箱。",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "已啟用調試模式。",
@ -777,6 +787,7 @@
"nodes.llm.jsonSchema.back": "返回",
"nodes.llm.jsonSchema.descriptionPlaceholder": "新增描述",
"nodes.llm.jsonSchema.doc": "了解更多有關結構化輸出的資訊",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "屬性名稱已存在",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "欄位名稱",
"nodes.llm.jsonSchema.generate": "生成",
"nodes.llm.jsonSchema.generateJsonSchema": "生成 JSON 架構",