mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge branch 'feat/collaboration2' into feat/support-agent-sandbox
This commit is contained in:
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "متغيرات المحادثة",
|
||||
"chatVariable.storedContent": "المحتوى المخزن",
|
||||
"chatVariable.updatedAt": "تم التحديث في ",
|
||||
"comments.actions.deleteReply": "حذف الرد",
|
||||
"comments.actions.editReply": "تعديل الرد",
|
||||
"comments.aria.closeComment": "إغلاق التعليق",
|
||||
"comments.aria.deleteComment": "حذف المناقشة",
|
||||
"comments.aria.nextComment": "التعليق التالي",
|
||||
"comments.aria.previousComment": "التعليق السابق",
|
||||
"comments.aria.replyActions": "إجراءات الرد",
|
||||
"comments.aria.resolveComment": "حلّ",
|
||||
"comments.confirm.deleteReplyDesc": "سيتم حذف هذا الرد نهائيًا.",
|
||||
"comments.confirm.deleteReplyTitle": "حذف هذا الرد؟",
|
||||
"comments.confirm.deleteThreadDesc": "سيؤدي هذا الإجراء إلى حذف المناقشة وجميع الردود نهائيًا ولا يمكن التراجع عنه.",
|
||||
"comments.confirm.deleteThreadTitle": "حذف هذه المناقشة؟",
|
||||
"comments.fallback.user": "مستخدم",
|
||||
"comments.loading": "جارٍ التحميل…",
|
||||
"comments.noComments": "لا توجد تعليقات بعد",
|
||||
"comments.panelTitle": "التعليقات",
|
||||
"comments.placeholder.add": "أضف تعليقًا",
|
||||
"comments.placeholder.editReply": "تعديل الرد",
|
||||
"comments.placeholder.reply": "رد",
|
||||
"comments.reply": "رد",
|
||||
"common.ImageUploadLegacyTip": "يمكنك الآن إنشاء متغيرات نوع الملف في نموذج البداية. لن ندعم ميزة تحميل الصور في المستقبل. ",
|
||||
"common.accessAPIReference": "الوصول إلى مرجع API",
|
||||
"common.addBlock": "إضافة عقدة",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "فرع",
|
||||
"common.chooseDSL": "اختر ملف DSL",
|
||||
"common.chooseStartNodeToRun": "اختر عقدة البداية للتشغيل",
|
||||
"common.commentMode": "وضع التعليقات",
|
||||
"common.configure": "تكوين",
|
||||
"common.configureRequired": "التكوين مطلوب",
|
||||
"common.conversationLog": "سجل المحادثة",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "توزيع عمودي",
|
||||
"operator.horizontal": "أفقي",
|
||||
"operator.selectionAlignment": "محاذاة التحديد",
|
||||
"operator.showMiniMap": "الخريطة المصغرة",
|
||||
"operator.showUserComments": "التعليقات",
|
||||
"operator.showUserCursors": "مؤشرات المتعاونين",
|
||||
"operator.vertical": "عمودي",
|
||||
"operator.zoomIn": "تكبير",
|
||||
"operator.zoomOut": "تصغير",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "فشل حذف الإصدار",
|
||||
"versionHistory.action.deleteSuccess": "تم حذف الإصدار",
|
||||
"versionHistory.action.restoreFailure": "فشل استعادة الإصدار",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "تم استعادة الإصدار",
|
||||
"versionHistory.action.updateFailure": "فشل تحديث الإصدار",
|
||||
"versionHistory.action.updateSuccess": "تم تحديث الإصدار",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Gesprächsvariablen",
|
||||
"chatVariable.storedContent": "Gespeicherter Inhalt",
|
||||
"chatVariable.updatedAt": "Aktualisiert am ",
|
||||
"comments.actions.deleteReply": "Antwort löschen",
|
||||
"comments.actions.editReply": "Antwort bearbeiten",
|
||||
"comments.aria.closeComment": "Kommentar schließen",
|
||||
"comments.aria.deleteComment": "Kommentar löschen",
|
||||
"comments.aria.nextComment": "Nächster Kommentar",
|
||||
"comments.aria.previousComment": "Vorheriger Kommentar",
|
||||
"comments.aria.replyActions": "Antwortaktionen",
|
||||
"comments.aria.resolveComment": "Kommentar abschließen",
|
||||
"comments.confirm.deleteReplyDesc": "Diese Antwort wird dauerhaft entfernt.",
|
||||
"comments.confirm.deleteReplyTitle": "Diese Antwort löschen?",
|
||||
"comments.confirm.deleteThreadDesc": "Dadurch werden der Thread und alle Antworten dauerhaft gelöscht. Dies kann nicht rückgängig gemacht werden.",
|
||||
"comments.confirm.deleteThreadTitle": "Diesen Thread löschen?",
|
||||
"comments.fallback.user": "Benutzer",
|
||||
"comments.loading": "Laden…",
|
||||
"comments.noComments": "Noch keine Kommentare",
|
||||
"comments.panelTitle": "Kommentar",
|
||||
"comments.placeholder.add": "Kommentar hinzufügen",
|
||||
"comments.placeholder.editReply": "Antwort bearbeiten",
|
||||
"comments.placeholder.reply": "Antworten",
|
||||
"comments.reply": "Antworten",
|
||||
"common.ImageUploadLegacyTip": "Sie können jetzt Dateitypvariablen im Startformular erstellen. Wir werden die Funktion zum Hochladen von Bildern in Zukunft nicht mehr unterstützen.",
|
||||
"common.accessAPIReference": "API-Referenz aufrufen",
|
||||
"common.addBlock": "Knoten hinzufügen",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "ZWEIG",
|
||||
"common.chooseDSL": "Wählen Sie eine DSL(yml)-Datei",
|
||||
"common.chooseStartNodeToRun": "Wählen Sie den Startknoten zum Ausführen",
|
||||
"common.commentMode": "Kommentar-Modus",
|
||||
"common.configure": "Konfigurieren",
|
||||
"common.configureRequired": "Konfiguration erforderlich",
|
||||
"common.conversationLog": "Konversationsprotokoll",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Vertikal verteilen",
|
||||
"operator.horizontal": "Horizontal",
|
||||
"operator.selectionAlignment": "Ausrichtung der Auswahl",
|
||||
"operator.showMiniMap": "Minikarte",
|
||||
"operator.showUserComments": "Kommentare",
|
||||
"operator.showUserCursors": "Cursor von Mitarbeitenden",
|
||||
"operator.vertical": "Vertikal",
|
||||
"operator.zoomIn": "Vergrößern",
|
||||
"operator.zoomOut": "Verkleinern",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Version löschen fehlgeschlagen",
|
||||
"versionHistory.action.deleteSuccess": "Version gelöscht",
|
||||
"versionHistory.action.restoreFailure": "Wiederherstellung der Version fehlgeschlagen",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Version wiederhergestellt",
|
||||
"versionHistory.action.updateFailure": "Aktualisierung der Version fehlgeschlagen",
|
||||
"versionHistory.action.updateSuccess": "Version aktualisiert",
|
||||
|
||||
@ -109,6 +109,26 @@
|
||||
"chatVariable.panelTitle": "Conversation Variables",
|
||||
"chatVariable.storedContent": "Stored content",
|
||||
"chatVariable.updatedAt": "Updated at ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "You can now create file type variables in the start form. We will no longer support the image upload feature in the future. ",
|
||||
"common.accessAPIReference": "Access API Reference",
|
||||
"common.addBlock": "Add Node",
|
||||
@ -122,6 +142,7 @@
|
||||
"common.branch": "BRANCH",
|
||||
"common.chooseDSL": "Choose DSL file",
|
||||
"common.chooseStartNodeToRun": "Choose the start node to run",
|
||||
"common.commentMode": "Comment Mode",
|
||||
"common.configure": "Configure",
|
||||
"common.configureRequired": "Configure Required",
|
||||
"common.conversationLog": "Conversation Log",
|
||||
@ -987,6 +1008,9 @@
|
||||
"operator.horizontal": "Horizontal",
|
||||
"operator.makeGroup": "Make Group",
|
||||
"operator.selectionAlignment": "Selection Alignment",
|
||||
"operator.showMiniMap": "Minimap",
|
||||
"operator.showUserComments": "Comments",
|
||||
"operator.showUserCursors": "Collaborator cursors",
|
||||
"operator.vertical": "Vertical",
|
||||
"operator.zoomIn": "Zoom In",
|
||||
"operator.zoomOut": "Zoom Out",
|
||||
@ -1173,6 +1197,7 @@
|
||||
"versionHistory.action.deleteFailure": "Failed to delete version",
|
||||
"versionHistory.action.deleteSuccess": "Version deleted",
|
||||
"versionHistory.action.restoreFailure": "Failed to restore version",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Version restored",
|
||||
"versionHistory.action.updateFailure": "Failed to update version",
|
||||
"versionHistory.action.updateSuccess": "Version updated",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Variables de Conversación",
|
||||
"chatVariable.storedContent": "Contenido almacenado",
|
||||
"chatVariable.updatedAt": "Actualizado el ",
|
||||
"comments.actions.deleteReply": "Eliminar respuesta",
|
||||
"comments.actions.editReply": "Editar respuesta",
|
||||
"comments.aria.closeComment": "Cerrar comentario",
|
||||
"comments.aria.deleteComment": "Eliminar comentario",
|
||||
"comments.aria.nextComment": "Comentario siguiente",
|
||||
"comments.aria.previousComment": "Comentario anterior",
|
||||
"comments.aria.replyActions": "Acciones de respuesta",
|
||||
"comments.aria.resolveComment": "Resolver comentario",
|
||||
"comments.confirm.deleteReplyDesc": "Esta respuesta se eliminará de forma permanente.",
|
||||
"comments.confirm.deleteReplyTitle": "¿Eliminar esta respuesta?",
|
||||
"comments.confirm.deleteThreadDesc": "Esta acción eliminará permanentemente la conversación y todas sus respuestas. No se puede deshacer.",
|
||||
"comments.confirm.deleteThreadTitle": "¿Eliminar esta conversación?",
|
||||
"comments.fallback.user": "Usuario",
|
||||
"comments.loading": "Cargando…",
|
||||
"comments.noComments": "Aún no hay comentarios",
|
||||
"comments.panelTitle": "Comentario",
|
||||
"comments.placeholder.add": "Añadir un comentario",
|
||||
"comments.placeholder.editReply": "Editar respuesta",
|
||||
"comments.placeholder.reply": "Responder",
|
||||
"comments.reply": "Responder",
|
||||
"common.ImageUploadLegacyTip": "Ahora puede crear variables de tipo de archivo en el formulario de inicio. Ya no admitiremos la función de carga de imágenes en el futuro.",
|
||||
"common.accessAPIReference": "Acceder a la referencia de la API",
|
||||
"common.addBlock": "Agregar nodo",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "RAMA",
|
||||
"common.chooseDSL": "Elegir archivo DSL (yml)",
|
||||
"common.chooseStartNodeToRun": "Elige el nodo de inicio para ejecutar",
|
||||
"common.commentMode": "Modo de comentarios",
|
||||
"common.configure": "Configurar",
|
||||
"common.configureRequired": "Configuración requerida",
|
||||
"common.conversationLog": "Registro de conversación",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Espaciar verticalmente",
|
||||
"operator.horizontal": "Horizontal",
|
||||
"operator.selectionAlignment": "Alineación de selección",
|
||||
"operator.showMiniMap": "Minimapa",
|
||||
"operator.showUserComments": "Comentarios",
|
||||
"operator.showUserCursors": "Cursores de colaboradores",
|
||||
"operator.vertical": "Vertical",
|
||||
"operator.zoomIn": "Acercar",
|
||||
"operator.zoomOut": "Alejar",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Error al eliminar la versión",
|
||||
"versionHistory.action.deleteSuccess": "Versión eliminada",
|
||||
"versionHistory.action.restoreFailure": "Error al restaurar la versión",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Versión restaurada",
|
||||
"versionHistory.action.updateFailure": "Error al actualizar la versión",
|
||||
"versionHistory.action.updateSuccess": "Versión actualizada",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "متغیرهای مکالمه",
|
||||
"chatVariable.storedContent": "محتوای ذخیره شده",
|
||||
"chatVariable.updatedAt": "بهروزرسانی شده در ",
|
||||
"comments.actions.deleteReply": "حذف پاسخ",
|
||||
"comments.actions.editReply": "ویرایش پاسخ",
|
||||
"comments.aria.closeComment": "بستن دیدگاه",
|
||||
"comments.aria.deleteComment": "حذف دیدگاه",
|
||||
"comments.aria.nextComment": "دیدگاه بعدی",
|
||||
"comments.aria.previousComment": "دیدگاه قبلی",
|
||||
"comments.aria.replyActions": "عملیات پاسخ",
|
||||
"comments.aria.resolveComment": "حلکردن دیدگاه",
|
||||
"comments.confirm.deleteReplyDesc": "این پاسخ برای همیشه حذف خواهد شد.",
|
||||
"comments.confirm.deleteReplyTitle": "این پاسخ حذف شود؟",
|
||||
"comments.confirm.deleteThreadDesc": "این عملیات گفتگو و تمام پاسخهای آن را برای همیشه حذف میکند و قابل بازگردانی نیست.",
|
||||
"comments.confirm.deleteThreadTitle": "این گفتگو حذف شود؟",
|
||||
"comments.fallback.user": "کاربر",
|
||||
"comments.loading": "در حال بارگذاری…",
|
||||
"comments.noComments": "هنوز دیدگاهی ثبت نشده است",
|
||||
"comments.panelTitle": "دیدگاه",
|
||||
"comments.placeholder.add": "افزودن دیدگاه",
|
||||
"comments.placeholder.editReply": "ویرایش پاسخ",
|
||||
"comments.placeholder.reply": "پاسخ",
|
||||
"comments.reply": "پاسخ",
|
||||
"common.ImageUploadLegacyTip": "اکنون می توانید متغیرهای نوع فایل را در فرم شروع ایجاد کنید. ما دیگر از ویژگی آپلود تصویر در آینده پشتیبانی نخواهیم کرد.",
|
||||
"common.accessAPIReference": "دسترسی به مستندات API",
|
||||
"common.addBlock": "نود اضافه کنید",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "شاخه",
|
||||
"common.chooseDSL": "انتخاب فایل DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "گره شروع را برای اجرا انتخاب کنید",
|
||||
"common.commentMode": "حالت نظرات",
|
||||
"common.configure": "پیکربندی",
|
||||
"common.configureRequired": "پیکربندی مورد نیاز",
|
||||
"common.conversationLog": "گزارش مکالمات",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "توزیع عمودی",
|
||||
"operator.horizontal": "افقی",
|
||||
"operator.selectionAlignment": "تراز انتخاب",
|
||||
"operator.showMiniMap": "نقشه کوچک",
|
||||
"operator.showUserComments": "نظرات",
|
||||
"operator.showUserCursors": "نشانگرهای همکاران",
|
||||
"operator.vertical": "عمودی",
|
||||
"operator.zoomIn": "بزرگنمایی",
|
||||
"operator.zoomOut": "کوچکنمایی",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "حذف نسخه موفق نبود",
|
||||
"versionHistory.action.deleteSuccess": "نسخه حذف شد",
|
||||
"versionHistory.action.restoreFailure": "بازگرداندن نسخه ناموفق بود",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "نسخه بازگردانی شده",
|
||||
"versionHistory.action.updateFailure": "بهروزرسانی نسخه ناموفق بود",
|
||||
"versionHistory.action.updateSuccess": "نسخه بهروزرسانی شد",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Variables de Conversation",
|
||||
"chatVariable.storedContent": "Contenu stocké",
|
||||
"chatVariable.updatedAt": "Mis à jour le ",
|
||||
"comments.actions.deleteReply": "Supprimer la réponse",
|
||||
"comments.actions.editReply": "Modifier la réponse",
|
||||
"comments.aria.closeComment": "Fermer le commentaire",
|
||||
"comments.aria.deleteComment": "Supprimer le commentaire",
|
||||
"comments.aria.nextComment": "Commentaire suivant",
|
||||
"comments.aria.previousComment": "Commentaire précédent",
|
||||
"comments.aria.replyActions": "Actions de réponse",
|
||||
"comments.aria.resolveComment": "Résoudre le commentaire",
|
||||
"comments.confirm.deleteReplyDesc": "Cette réponse sera supprimée définitivement.",
|
||||
"comments.confirm.deleteReplyTitle": "Supprimer cette réponse ?",
|
||||
"comments.confirm.deleteThreadDesc": "Cette action supprimera définitivement la conversation et toutes ses réponses. Cette opération est irréversible.",
|
||||
"comments.confirm.deleteThreadTitle": "Supprimer cette conversation ?",
|
||||
"comments.fallback.user": "Utilisateur",
|
||||
"comments.loading": "Chargement…",
|
||||
"comments.noComments": "Aucun commentaire pour l’instant",
|
||||
"comments.panelTitle": "Commentaire",
|
||||
"comments.placeholder.add": "Ajouter un commentaire",
|
||||
"comments.placeholder.editReply": "Modifier la réponse",
|
||||
"comments.placeholder.reply": "Répondre",
|
||||
"comments.reply": "Répondre",
|
||||
"common.ImageUploadLegacyTip": "Vous pouvez désormais créer des variables de type de fichier dans le formulaire de démarrage. À l’avenir, nous ne prendrons plus en charge la fonctionnalité de téléchargement d’images.",
|
||||
"common.accessAPIReference": "Accéder à la référence API",
|
||||
"common.addBlock": "Ajouter un nœud",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "BRANCHE",
|
||||
"common.chooseDSL": "Choisir le fichier DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Choisissez le nœud de départ pour lancer",
|
||||
"common.commentMode": "Mode commentaires",
|
||||
"common.configure": "Configurer",
|
||||
"common.configureRequired": "Configuration requise",
|
||||
"common.conversationLog": "Journal de conversation",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Répartir verticalement",
|
||||
"operator.horizontal": "Horizontal",
|
||||
"operator.selectionAlignment": "Alignement de la sélection",
|
||||
"operator.showMiniMap": "Mini-carte",
|
||||
"operator.showUserComments": "Commentaires",
|
||||
"operator.showUserCursors": "Curseurs des collaborateurs",
|
||||
"operator.vertical": "Vertical",
|
||||
"operator.zoomIn": "Zoomer",
|
||||
"operator.zoomOut": "Dézoomer",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Échec de la suppression de la version",
|
||||
"versionHistory.action.deleteSuccess": "Version supprimée",
|
||||
"versionHistory.action.restoreFailure": "Échec de la restauration de la version",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Version restaurée",
|
||||
"versionHistory.action.updateFailure": "Échec de la mise à jour de la version",
|
||||
"versionHistory.action.updateSuccess": "Version mise à jour",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "वार्तालाप चर",
|
||||
"chatVariable.storedContent": "संग्रहीत सामग्री",
|
||||
"chatVariable.updatedAt": "अपडेट किया गया ",
|
||||
"comments.actions.deleteReply": "जवाब हटाएं",
|
||||
"comments.actions.editReply": "जवाब संपादित करें",
|
||||
"comments.aria.closeComment": "टिप्पणी बंद करें",
|
||||
"comments.aria.deleteComment": "टिप्पणी हटाएं",
|
||||
"comments.aria.nextComment": "अगली टिप्पणी",
|
||||
"comments.aria.previousComment": "पिछली टिप्पणी",
|
||||
"comments.aria.replyActions": "जवाब क्रियाएं",
|
||||
"comments.aria.resolveComment": "टिप्पणी समाधान करें",
|
||||
"comments.confirm.deleteReplyDesc": "यह जवाब हमेशा के लिए हटा दिया जाएगा।",
|
||||
"comments.confirm.deleteReplyTitle": "इस जवाब को हटाएं?",
|
||||
"comments.confirm.deleteThreadDesc": "यह क्रिया थ्रेड और उसकी सभी प्रतिक्रियाओं को स्थायी रूप से हटा देगी। इसे पूर्ववत नहीं किया जा सकता।",
|
||||
"comments.confirm.deleteThreadTitle": "इस थ्रेड को हटाएं?",
|
||||
"comments.fallback.user": "उपयोगकर्ता",
|
||||
"comments.loading": "लोड हो रहा है…",
|
||||
"comments.noComments": "अभी तक कोई टिप्पणी नहीं",
|
||||
"comments.panelTitle": "टिप्पणी",
|
||||
"comments.placeholder.add": "टिप्पणी जोड़ें",
|
||||
"comments.placeholder.editReply": "जवाब संपादित करें",
|
||||
"comments.placeholder.reply": "जवाब दें",
|
||||
"comments.reply": "जवाब दें",
|
||||
"common.ImageUploadLegacyTip": "अब आप प्रारंभ प्रपत्र में फ़ाइल प्रकार चर बना सकते हैं। हम अब भविष्य में छवि अपलोड सुविधा का समर्थन नहीं करेंगे।",
|
||||
"common.accessAPIReference": "एपीआई संदर्भ तक पहुंचें",
|
||||
"common.addBlock": "नोड जोड़ें",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "शाखा",
|
||||
"common.chooseDSL": "डीएसएल (वाईएमएल) फ़ाइल चुनें",
|
||||
"common.chooseStartNodeToRun": "चलाने के लिए प्रारंभ नोड चुनें",
|
||||
"common.commentMode": "टिप्पणी मोड",
|
||||
"common.configure": "कॉन्फ़िगर करें",
|
||||
"common.configureRequired": "कॉन्फ़िगरेशन आवश्यक",
|
||||
"common.conversationLog": "वार्तालाप लॉग",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "ऊर्ध्वाधर रूप से वितरित करें",
|
||||
"operator.horizontal": "क्षैतिज",
|
||||
"operator.selectionAlignment": "चयन संरेखण",
|
||||
"operator.showMiniMap": "मिनी मानचित्र",
|
||||
"operator.showUserComments": "टिप्पणियाँ",
|
||||
"operator.showUserCursors": "सहयोगी कर्सर",
|
||||
"operator.vertical": "ऊर्ध्वाधर",
|
||||
"operator.zoomIn": "ज़ूम इन",
|
||||
"operator.zoomOut": "ज़ूम आउट",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "संस्करण को हटाने में विफल",
|
||||
"versionHistory.action.deleteSuccess": "संस्करण हटाया गया",
|
||||
"versionHistory.action.restoreFailure": "संस्करण को पुनर्स्थापित करने में विफल",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "संस्करण पुनर्स्थापित किया गया",
|
||||
"versionHistory.action.updateFailure": "संस्करण अपडेट करने में विफल",
|
||||
"versionHistory.action.updateSuccess": "संस्करण अपडेट किया गया",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Variabel Percakapan",
|
||||
"chatVariable.storedContent": "Konten yang disimpan",
|
||||
"chatVariable.updatedAt": "Diperbarui pada",
|
||||
"comments.actions.deleteReply": "Hapus balasan",
|
||||
"comments.actions.editReply": "Edit balasan",
|
||||
"comments.aria.closeComment": "Tutup komentar",
|
||||
"comments.aria.deleteComment": "Hapus komentar",
|
||||
"comments.aria.nextComment": "Komentar berikutnya",
|
||||
"comments.aria.previousComment": "Komentar sebelumnya",
|
||||
"comments.aria.replyActions": "Aksi balasan",
|
||||
"comments.aria.resolveComment": "Selesaikan komentar",
|
||||
"comments.confirm.deleteReplyDesc": "Balasan ini akan dihapus secara permanen.",
|
||||
"comments.confirm.deleteReplyTitle": "Hapus balasan ini?",
|
||||
"comments.confirm.deleteThreadDesc": "Tindakan ini akan menghapus percakapan dan semua balasannya secara permanen. Tidak dapat dibatalkan.",
|
||||
"comments.confirm.deleteThreadTitle": "Hapus percakapan ini?",
|
||||
"comments.fallback.user": "Pengguna",
|
||||
"comments.loading": "Memuat…",
|
||||
"comments.noComments": "Belum ada komentar",
|
||||
"comments.panelTitle": "Komentar",
|
||||
"comments.placeholder.add": "Tambahkan komentar",
|
||||
"comments.placeholder.editReply": "Edit balasan",
|
||||
"comments.placeholder.reply": "Balas",
|
||||
"comments.reply": "Balas",
|
||||
"common.ImageUploadLegacyTip": "Anda sekarang dapat membuat variabel jenis file di formulir awal. Kami tidak akan lagi mendukung fitur unggah gambar di masa mendatang.",
|
||||
"common.accessAPIReference": "Referensi API Akses",
|
||||
"common.addBlock": "Tambahkan Node",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "CABANG",
|
||||
"common.chooseDSL": "Pilih file DSL",
|
||||
"common.chooseStartNodeToRun": "Pilih node awal untuk dijalankan",
|
||||
"common.commentMode": "Mode komentar",
|
||||
"common.configure": "Konfigurasikan",
|
||||
"common.configureRequired": "Konfigurasi yang Diperlukan",
|
||||
"common.conversationLog": "Log Percakapan",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Ruang Secara Vertikal",
|
||||
"operator.horizontal": "Horisontal",
|
||||
"operator.selectionAlignment": "Perataan Seleksi",
|
||||
"operator.showMiniMap": "Peta mini",
|
||||
"operator.showUserComments": "Komentar",
|
||||
"operator.showUserCursors": "Kursor kolaborator",
|
||||
"operator.vertical": "Vertikal",
|
||||
"operator.zoomIn": "Perbesar",
|
||||
"operator.zoomOut": "Perkecil",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Gagal menghapus versi",
|
||||
"versionHistory.action.deleteSuccess": "Versi dihapus",
|
||||
"versionHistory.action.restoreFailure": "Gagal memulihkan versi",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Versi dipulihkan",
|
||||
"versionHistory.action.updateFailure": "Gagal memperbarui versi",
|
||||
"versionHistory.action.updateSuccess": "Versi diperbarui",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Variabili di Conversazione",
|
||||
"chatVariable.storedContent": "Contenuto memorizzato",
|
||||
"chatVariable.updatedAt": "Aggiornato il ",
|
||||
"comments.actions.deleteReply": "Elimina risposta",
|
||||
"comments.actions.editReply": "Modifica risposta",
|
||||
"comments.aria.closeComment": "Chiudi commento",
|
||||
"comments.aria.deleteComment": "Elimina commento",
|
||||
"comments.aria.nextComment": "Commento successivo",
|
||||
"comments.aria.previousComment": "Commento precedente",
|
||||
"comments.aria.replyActions": "Azioni di risposta",
|
||||
"comments.aria.resolveComment": "Risolvi commento",
|
||||
"comments.confirm.deleteReplyDesc": "Questa risposta verrà rimossa definitivamente.",
|
||||
"comments.confirm.deleteReplyTitle": "Eliminare questa risposta?",
|
||||
"comments.confirm.deleteThreadDesc": "Questa azione eliminerà in modo permanente la conversazione e tutte le risposte. Non sarà possibile annullare.",
|
||||
"comments.confirm.deleteThreadTitle": "Eliminare questa conversazione?",
|
||||
"comments.fallback.user": "Utente",
|
||||
"comments.loading": "Caricamento…",
|
||||
"comments.noComments": "Ancora nessun commento",
|
||||
"comments.panelTitle": "Commento",
|
||||
"comments.placeholder.add": "Aggiungi un commento",
|
||||
"comments.placeholder.editReply": "Modifica risposta",
|
||||
"comments.placeholder.reply": "Rispondi",
|
||||
"comments.reply": "Rispondi",
|
||||
"common.ImageUploadLegacyTip": "Ora è possibile creare variabili di tipo file nel modulo iniziale. In futuro non supporteremo più la funzione di caricamento delle immagini.",
|
||||
"common.accessAPIReference": "Accedi alla Riferimento API",
|
||||
"common.addBlock": "Aggiungi nodo",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "RAMO",
|
||||
"common.chooseDSL": "Scegli file DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Scegli il nodo di partenza da eseguire",
|
||||
"common.commentMode": "Modalità commenti",
|
||||
"common.configure": "Configura",
|
||||
"common.configureRequired": "Configurazione Richiesta",
|
||||
"common.conversationLog": "Registro conversazioni",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Spazia verticalmente",
|
||||
"operator.horizontal": "Orizzontale",
|
||||
"operator.selectionAlignment": "Allineamento della selezione",
|
||||
"operator.showMiniMap": "Mini mappa",
|
||||
"operator.showUserComments": "Commenti",
|
||||
"operator.showUserCursors": "Cursori dei collaboratori",
|
||||
"operator.vertical": "Verticale",
|
||||
"operator.zoomIn": "Zoom In",
|
||||
"operator.zoomOut": "Zoom Out",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Impossibile eliminare la versione",
|
||||
"versionHistory.action.deleteSuccess": "Versione eliminata",
|
||||
"versionHistory.action.restoreFailure": "Impossibile ripristinare la versione",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Versione ripristinata",
|
||||
"versionHistory.action.updateFailure": "Impossibile aggiornare la versione",
|
||||
"versionHistory.action.updateSuccess": "Versione aggiornata",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "会話変数",
|
||||
"chatVariable.storedContent": "保存内容",
|
||||
"chatVariable.updatedAt": "最終更新:",
|
||||
"comments.actions.deleteReply": "返信を削除",
|
||||
"comments.actions.editReply": "返信を編集",
|
||||
"comments.aria.closeComment": "コメントを閉じる",
|
||||
"comments.aria.deleteComment": "スレッドを削除",
|
||||
"comments.aria.nextComment": "次のコメント",
|
||||
"comments.aria.previousComment": "前のコメント",
|
||||
"comments.aria.replyActions": "返信アクション",
|
||||
"comments.aria.resolveComment": "解決",
|
||||
"comments.confirm.deleteReplyDesc": "この返信は完全に削除されます。",
|
||||
"comments.confirm.deleteReplyTitle": "この返信を削除しますか?",
|
||||
"comments.confirm.deleteThreadDesc": "この操作によりスレッドとその返信がすべて完全に削除され、元に戻せません。",
|
||||
"comments.confirm.deleteThreadTitle": "このスレッドを削除しますか?",
|
||||
"comments.fallback.user": "ユーザー",
|
||||
"comments.loading": "読み込み中…",
|
||||
"comments.noComments": "まだコメントがありません",
|
||||
"comments.panelTitle": "コメント",
|
||||
"comments.placeholder.add": "コメントを追加",
|
||||
"comments.placeholder.editReply": "返信を編集",
|
||||
"comments.placeholder.reply": "返信",
|
||||
"comments.reply": "返信",
|
||||
"common.ImageUploadLegacyTip": "開始フォームでファイル型変数が作成可能になりました。画像アップロード機能は今後サポート終了となります。",
|
||||
"common.accessAPIReference": "API リファレンス",
|
||||
"common.addBlock": "ブロックを追加",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "ブランチ",
|
||||
"common.chooseDSL": "DSL(yml) ファイルを選択",
|
||||
"common.chooseStartNodeToRun": "実行する開始ノードを選択",
|
||||
"common.commentMode": "コメントモード",
|
||||
"common.configure": "設定",
|
||||
"common.configureRequired": "設定が必要",
|
||||
"common.conversationLog": "会話ログ",
|
||||
@ -964,6 +985,9 @@
|
||||
"operator.distributeVertical": "垂直方向に等間隔配置",
|
||||
"operator.horizontal": "水平",
|
||||
"operator.selectionAlignment": "選択の整列",
|
||||
"operator.showMiniMap": "ミニマップ",
|
||||
"operator.showUserComments": "コメント",
|
||||
"operator.showUserCursors": "協働者のカーソル",
|
||||
"operator.vertical": "垂直",
|
||||
"operator.zoomIn": "拡大",
|
||||
"operator.zoomOut": "縮小",
|
||||
@ -1070,6 +1094,7 @@
|
||||
"versionHistory.action.deleteFailure": "削除に失敗しました",
|
||||
"versionHistory.action.deleteSuccess": "削除が完了しました",
|
||||
"versionHistory.action.restoreFailure": "復元に失敗しました",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "復元が完了しました",
|
||||
"versionHistory.action.updateFailure": "更新に失敗しました",
|
||||
"versionHistory.action.updateSuccess": "更新が完了しました",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "대화 변수",
|
||||
"chatVariable.storedContent": "저장된 내용",
|
||||
"chatVariable.updatedAt": "업데이트 시간: ",
|
||||
"comments.actions.deleteReply": "답글 삭제",
|
||||
"comments.actions.editReply": "답글 편집",
|
||||
"comments.aria.closeComment": "댓글 닫기",
|
||||
"comments.aria.deleteComment": "댓글 삭제",
|
||||
"comments.aria.nextComment": "다음 댓글",
|
||||
"comments.aria.previousComment": "이전 댓글",
|
||||
"comments.aria.replyActions": "답글 작업",
|
||||
"comments.aria.resolveComment": "댓글 해결",
|
||||
"comments.confirm.deleteReplyDesc": "이 답글은 영구적으로 삭제됩니다.",
|
||||
"comments.confirm.deleteReplyTitle": "이 답글을 삭제하시겠습니까?",
|
||||
"comments.confirm.deleteThreadDesc": "이 작업을 수행하면 스레드와 모든 답글이 영구적으로 삭제되며 되돌릴 수 없습니다.",
|
||||
"comments.confirm.deleteThreadTitle": "이 스레드를 삭제하시겠습니까?",
|
||||
"comments.fallback.user": "사용자",
|
||||
"comments.loading": "불러오는 중…",
|
||||
"comments.noComments": "아직 댓글이 없습니다",
|
||||
"comments.panelTitle": "댓글",
|
||||
"comments.placeholder.add": "댓글 추가",
|
||||
"comments.placeholder.editReply": "답글 편집",
|
||||
"comments.placeholder.reply": "답글",
|
||||
"comments.reply": "답글",
|
||||
"common.ImageUploadLegacyTip": "이제 시작 양식에서 파일 형식 변수를 만들 수 있습니다. 앞으로 이미지 업로드 기능은 더 이상 지원되지 않습니다.",
|
||||
"common.accessAPIReference": "API 참조 접근",
|
||||
"common.addBlock": "노드 추가",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "브랜치",
|
||||
"common.chooseDSL": "DSL(yml) 파일 선택",
|
||||
"common.chooseStartNodeToRun": "실행할 시작 노드를 선택하세요",
|
||||
"common.commentMode": "댓글 모드",
|
||||
"common.configure": "구성",
|
||||
"common.configureRequired": "구성 필요",
|
||||
"common.conversationLog": "대화 로그",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "수직 등간격",
|
||||
"operator.horizontal": "가로",
|
||||
"operator.selectionAlignment": "선택 정렬",
|
||||
"operator.showMiniMap": "미니맵",
|
||||
"operator.showUserComments": "댓글",
|
||||
"operator.showUserCursors": "협업자 커서",
|
||||
"operator.vertical": "세로",
|
||||
"operator.zoomIn": "확대",
|
||||
"operator.zoomOut": "축소",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "버전을 삭제하지 못했습니다.",
|
||||
"versionHistory.action.deleteSuccess": "버전 삭제됨",
|
||||
"versionHistory.action.restoreFailure": "버전을 복원하지 못했습니다.",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "복원된 버전",
|
||||
"versionHistory.action.updateFailure": "버전 업데이트에 실패했습니다.",
|
||||
"versionHistory.action.updateSuccess": "버전이 업데이트되었습니다.",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Zmienne Konwersacji",
|
||||
"chatVariable.storedContent": "Przechowywana zawartość",
|
||||
"chatVariable.updatedAt": "Zaktualizowano ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Teraz można tworzyć zmienne typu pliku w formularzu startowym. W przyszłości nie będziemy już obsługiwać funkcji przesyłania obrazów.",
|
||||
"common.accessAPIReference": "Uzyskaj dostęp do dokumentacji API",
|
||||
"common.addBlock": "Dodaj węzeł",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "GAŁĄŹ",
|
||||
"common.chooseDSL": "Wybierz plik DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Wybierz węzeł początkowy, aby uruchomić",
|
||||
"common.commentMode": "Tryb komentarzy",
|
||||
"common.configure": "Skonfiguruj",
|
||||
"common.configureRequired": "Wymagana konfiguracja",
|
||||
"common.conversationLog": "Dziennik rozmów",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Rozmieść pionowo",
|
||||
"operator.horizontal": "Poziomy",
|
||||
"operator.selectionAlignment": "Wyrównanie zaznaczenia",
|
||||
"operator.showMiniMap": "Minimapa",
|
||||
"operator.showUserComments": "Komentarze",
|
||||
"operator.showUserCursors": "Kursory współpracowników",
|
||||
"operator.vertical": "Pionowy",
|
||||
"operator.zoomIn": "Powiększ",
|
||||
"operator.zoomOut": "Pomniejsz",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Nie udało się usunąć wersji",
|
||||
"versionHistory.action.deleteSuccess": "Wersja usunięta",
|
||||
"versionHistory.action.restoreFailure": "Nie udało się przywrócić wersji",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Wersja przywrócona",
|
||||
"versionHistory.action.updateFailure": "Nie udało się zaktualizować wersji",
|
||||
"versionHistory.action.updateSuccess": "Wersja zaktualizowana",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Variáveis de Conversação",
|
||||
"chatVariable.storedContent": "Conteúdo armazenado",
|
||||
"chatVariable.updatedAt": "Atualizado em ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Agora você pode criar variáveis de tipo de arquivo no formulário inicial. Não daremos mais suporte ao recurso de upload de imagens no futuro.",
|
||||
"common.accessAPIReference": "Acessar referência da API",
|
||||
"common.addBlock": "Adicionar Nó",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "RAMIFICAÇÃO",
|
||||
"common.chooseDSL": "Escolha o arquivo DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Escolha o nó inicial para executar",
|
||||
"common.commentMode": "Modo de comentários",
|
||||
"common.configure": "Configurar",
|
||||
"common.configureRequired": "Configuração necessária",
|
||||
"common.conversationLog": "Registro de conversa",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Distribuir verticalmente",
|
||||
"operator.horizontal": "Horizontal",
|
||||
"operator.selectionAlignment": "Alinhamento de seleção",
|
||||
"operator.showMiniMap": "Minimapa",
|
||||
"operator.showUserComments": "Comentários",
|
||||
"operator.showUserCursors": "Cursores dos colaboradores",
|
||||
"operator.vertical": "Vertical",
|
||||
"operator.zoomIn": "Aproximar",
|
||||
"operator.zoomOut": "Afastar",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Falha ao deletar versão",
|
||||
"versionHistory.action.deleteSuccess": "Versão excluída",
|
||||
"versionHistory.action.restoreFailure": "Falha ao restaurar versão",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Versão restaurada",
|
||||
"versionHistory.action.updateFailure": "Falha ao atualizar a versão",
|
||||
"versionHistory.action.updateSuccess": "Versão atualizada",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Variabile de Conversație",
|
||||
"chatVariable.storedContent": "Conținut stocat",
|
||||
"chatVariable.updatedAt": "Actualizat la ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Acum puteți crea variabile de tip de fișier în formularul de pornire. Nu vom mai accepta funcția de încărcare a imaginilor în viitor.",
|
||||
"common.accessAPIReference": "Accesează referința API",
|
||||
"common.addBlock": "Adaugă nod",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "RAMURĂ",
|
||||
"common.chooseDSL": "Alegeți fișierul DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Alegeți nodul de start pentru a rula",
|
||||
"common.commentMode": "Mod comentarii",
|
||||
"common.configure": "Configurează",
|
||||
"common.configureRequired": "Configurare necesară",
|
||||
"common.conversationLog": "Jurnal conversație",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Distribuie vertical",
|
||||
"operator.horizontal": "Orizontal",
|
||||
"operator.selectionAlignment": "Alinierea selecției",
|
||||
"operator.showMiniMap": "Mini-hartă",
|
||||
"operator.showUserComments": "Comentarii",
|
||||
"operator.showUserCursors": "Cursoarele colaboratorilor",
|
||||
"operator.vertical": "Vertical",
|
||||
"operator.zoomIn": "Mărește",
|
||||
"operator.zoomOut": "Micșorează",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Ștergerea versiunii a eșuat",
|
||||
"versionHistory.action.deleteSuccess": "Versiune ștearsă",
|
||||
"versionHistory.action.restoreFailure": "Restaurarea versiunii a eșuat",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Versiune restaurată",
|
||||
"versionHistory.action.updateFailure": "Actualizarea versiunii a eșuat",
|
||||
"versionHistory.action.updateSuccess": "Versiune actualizată",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Переменные разговора",
|
||||
"chatVariable.storedContent": "Сохраненный контент",
|
||||
"chatVariable.updatedAt": "Обновлено в ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Теперь вы можете создавать переменные типа файла в стартовой форме. В будущем мы больше не будем поддерживать функцию загрузки изображений.",
|
||||
"common.accessAPIReference": "Доступ к справочнику API",
|
||||
"common.addBlock": "Добавить узел",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "ВЕТКА",
|
||||
"common.chooseDSL": "Выберите файл DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Выберите начальный узел для запуска",
|
||||
"common.commentMode": "Режим комментариев",
|
||||
"common.configure": "Настроить",
|
||||
"common.configureRequired": "Требуется настройка",
|
||||
"common.conversationLog": "Журнал разговоров",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Распределить по вертикали",
|
||||
"operator.horizontal": "Горизонтальный",
|
||||
"operator.selectionAlignment": "Выравнивание выделения",
|
||||
"operator.showMiniMap": "Мини-карта",
|
||||
"operator.showUserComments": "Комментарии",
|
||||
"operator.showUserCursors": "Курсоры участников",
|
||||
"operator.vertical": "Вертикальный",
|
||||
"operator.zoomIn": "Увеличить",
|
||||
"operator.zoomOut": "Уменьшить",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Не удалось удалить версию",
|
||||
"versionHistory.action.deleteSuccess": "Версия удалена",
|
||||
"versionHistory.action.restoreFailure": "Не удалось восстановить версию",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Версия восстановлена",
|
||||
"versionHistory.action.updateFailure": "Не удалось обновить версию",
|
||||
"versionHistory.action.updateSuccess": "Версия обновлена",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Pogovor Spremenljivke",
|
||||
"chatVariable.storedContent": "Shranjena vsebina",
|
||||
"chatVariable.updatedAt": "Posodobljeno ob",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Zdaj lahko v začetni obliki ustvarite spremenljivke datotečnega tipa. V prihodnje ne bomo več podpirali funkcije nalaganja slik.",
|
||||
"common.accessAPIReference": "Dostop do referenčnega API-ja",
|
||||
"common.addBlock": "Dodaj vozlišče",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "VEJA",
|
||||
"common.chooseDSL": "Izberi DSL datoteko",
|
||||
"common.chooseStartNodeToRun": "Izberite začetno vozlišče za zagon",
|
||||
"common.commentMode": "Način komentarjev",
|
||||
"common.configure": "Konfiguriraj",
|
||||
"common.configureRequired": "Konfigurirajte zahteve",
|
||||
"common.conversationLog": "Pogovor Log",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Razporedi navpično",
|
||||
"operator.horizontal": "Vodoraven",
|
||||
"operator.selectionAlignment": "Poravnava izbora",
|
||||
"operator.showMiniMap": "Mini zemljevid",
|
||||
"operator.showUserComments": "Komentarji",
|
||||
"operator.showUserCursors": "Kazalci sodelavcev",
|
||||
"operator.vertical": "Navpičen",
|
||||
"operator.zoomIn": "Zoom in",
|
||||
"operator.zoomOut": "Zoomirati ven",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Brisanje različice ni uspelo",
|
||||
"versionHistory.action.deleteSuccess": "Različica izbrisana",
|
||||
"versionHistory.action.restoreFailure": "Obnavljanje različice ni uspelo",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Obnovljena različica",
|
||||
"versionHistory.action.updateFailure": "Posodobitev različice ni uspela",
|
||||
"versionHistory.action.updateSuccess": "Različica posodobljena",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "ตัวแปรการสนทนา",
|
||||
"chatVariable.storedContent": "เนื้อหาที่เก็บไว้",
|
||||
"chatVariable.updatedAt": "อัพเดทเมื่อ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "ตอนนี้คุณสามารถสร้างตัวแปรชนิดไฟล์ในฟอร์มเริ่มต้นได้แล้ว เราจะไม่รองรับฟีเจอร์การอัปโหลดรูปภาพอีกต่อไปในอนาคต",
|
||||
"common.accessAPIReference": "การอ้างอิง API การเข้าถึง",
|
||||
"common.addBlock": "เพิ่มโนด",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "กิ่ง",
|
||||
"common.chooseDSL": "เลือกไฟล์ DSL",
|
||||
"common.chooseStartNodeToRun": "เลือกโหนดเริ่มต้นเพื่อรัน",
|
||||
"common.commentMode": "โหมดความคิดเห็น",
|
||||
"common.configure": "กําหนดค่า",
|
||||
"common.configureRequired": "กําหนดค่าที่จําเป็น",
|
||||
"common.conversationLog": "บันทึกการสนทนา",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "ระยะห่างแนวตั้ง",
|
||||
"operator.horizontal": "แนวนอน",
|
||||
"operator.selectionAlignment": "การจัดตําแหน่งการเลือก",
|
||||
"operator.showMiniMap": "แผนที่ย่อ",
|
||||
"operator.showUserComments": "ความคิดเห็น",
|
||||
"operator.showUserCursors": "เคอร์เซอร์ของผู้ร่วมงาน",
|
||||
"operator.vertical": "แนวตั้ง",
|
||||
"operator.zoomIn": "ซูมเข้า",
|
||||
"operator.zoomOut": "ซูมออก",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "ลบเวอร์ชันไม่สำเร็จ",
|
||||
"versionHistory.action.deleteSuccess": "เวอร์ชันถูกลบ",
|
||||
"versionHistory.action.restoreFailure": "ไม่สามารถกู้คืนเวอร์ชันได้",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "เวอร์ชันที่กู้คืน",
|
||||
"versionHistory.action.updateFailure": "ไม่สามารถอัปเดตเวอร์ชันได้",
|
||||
"versionHistory.action.updateSuccess": "อัปเดตเวอร์ชัน",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Konuşma Değişkenleri",
|
||||
"chatVariable.storedContent": "Depolanan içerik",
|
||||
"chatVariable.updatedAt": "Güncellenme zamanı: ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Artık başlangıç formunda dosya türü değişkenleri oluşturabilirsiniz. Gelecekte resim yükleme özelliğini artık desteklemeyeceğiz.",
|
||||
"common.accessAPIReference": "API Referansına Eriş",
|
||||
"common.addBlock": "Düğüm Ekle",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "DAL",
|
||||
"common.chooseDSL": "DSL(yml) dosyasını seçin",
|
||||
"common.chooseStartNodeToRun": "Çalıştırmak için başlangıç düğümünü seçin",
|
||||
"common.commentMode": "Yorum modu",
|
||||
"common.configure": "Yapılandır",
|
||||
"common.configureRequired": "Yapılandırma Gerekli",
|
||||
"common.conversationLog": "Konuşma Günlüğü",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Dikey Dağıt",
|
||||
"operator.horizontal": "Yatay",
|
||||
"operator.selectionAlignment": "Seçim Hizalama",
|
||||
"operator.showMiniMap": "Mini harita",
|
||||
"operator.showUserComments": "Yorumlar",
|
||||
"operator.showUserCursors": "İşbirlikçi imleçleri",
|
||||
"operator.vertical": "Dikey",
|
||||
"operator.zoomIn": "Yakınlaştır",
|
||||
"operator.zoomOut": "Uzaklaştır",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Versiyonu silme işlemi başarısız oldu",
|
||||
"versionHistory.action.deleteSuccess": "Sürüm silindi",
|
||||
"versionHistory.action.restoreFailure": "Sürümü geri yüklemekte başarısız olundu",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Sürüm geri yüklendi",
|
||||
"versionHistory.action.updateFailure": "Sürüm güncellenemedi",
|
||||
"versionHistory.action.updateSuccess": "Sürüm güncellendi",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Змінні розмови",
|
||||
"chatVariable.storedContent": "Збережений вміст",
|
||||
"chatVariable.updatedAt": "Оновлено ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Тепер ви можете створювати змінні типу файлу у початковій формі. У майбутньому ми більше не підтримуватимемо функцію завантаження зображень.",
|
||||
"common.accessAPIReference": "Доступ до довідника API",
|
||||
"common.addBlock": "Додати вузол",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "ГІЛКА",
|
||||
"common.chooseDSL": "Виберіть файл DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Виберіть початковий вузол для запуску",
|
||||
"common.commentMode": "Режим коментарів",
|
||||
"common.configure": "Налаштувати",
|
||||
"common.configureRequired": "Потрібна конфігурація",
|
||||
"common.conversationLog": "Журнал розмов",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Розподілити по вертикалі",
|
||||
"operator.horizontal": "Горизонтальний",
|
||||
"operator.selectionAlignment": "Вирівнювання вибору",
|
||||
"operator.showMiniMap": "Мінікарта",
|
||||
"operator.showUserComments": "Коментарі",
|
||||
"operator.showUserCursors": "Курсори співучасників",
|
||||
"operator.vertical": "Вертикальний",
|
||||
"operator.zoomIn": "Збільшити",
|
||||
"operator.zoomOut": "Зменшити",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Не вдалося видалити версію",
|
||||
"versionHistory.action.deleteSuccess": "Версія видалена",
|
||||
"versionHistory.action.restoreFailure": "Не вдалося відновити версію",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Версія відновлена",
|
||||
"versionHistory.action.updateFailure": "Не вдалося оновити версію",
|
||||
"versionHistory.action.updateSuccess": "Версія оновлена",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "Biến Hội Thoại",
|
||||
"chatVariable.storedContent": "Nội dung đã lưu",
|
||||
"chatVariable.updatedAt": "Cập nhật lúc ",
|
||||
"comments.actions.deleteReply": "Delete reply",
|
||||
"comments.actions.editReply": "Edit reply",
|
||||
"comments.aria.closeComment": "Close comment",
|
||||
"comments.aria.deleteComment": "Delete thread",
|
||||
"comments.aria.nextComment": "Next comment",
|
||||
"comments.aria.previousComment": "Previous comment",
|
||||
"comments.aria.replyActions": "Reply actions",
|
||||
"comments.aria.resolveComment": "Resolve",
|
||||
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
|
||||
"comments.confirm.deleteReplyTitle": "Delete this reply?",
|
||||
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
|
||||
"comments.confirm.deleteThreadTitle": "Delete this thread?",
|
||||
"comments.fallback.user": "User",
|
||||
"comments.loading": "Loading…",
|
||||
"comments.noComments": "No comments yet",
|
||||
"comments.panelTitle": "Comment",
|
||||
"comments.placeholder.add": "Add a comment",
|
||||
"comments.placeholder.editReply": "Edit reply",
|
||||
"comments.placeholder.reply": "Reply",
|
||||
"comments.reply": "Reply",
|
||||
"common.ImageUploadLegacyTip": "Bây giờ bạn có thể tạo các biến loại tệp trong biểu mẫu bắt đầu. Chúng tôi sẽ không còn hỗ trợ tính năng tải lên hình ảnh trong tương lai.",
|
||||
"common.accessAPIReference": "Truy cập tài liệu API",
|
||||
"common.addBlock": "Thêm Node",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "NHÁNH",
|
||||
"common.chooseDSL": "Chọn tệp DSL(yml)",
|
||||
"common.chooseStartNodeToRun": "Chọn nút bắt đầu để chạy",
|
||||
"common.commentMode": "Chế độ bình luận",
|
||||
"common.configure": "Cấu hình",
|
||||
"common.configureRequired": "Yêu cầu cấu hình",
|
||||
"common.conversationLog": "Nhật ký cuộc trò chuyện",
|
||||
@ -937,6 +958,9 @@
|
||||
"operator.distributeVertical": "Phân bố theo chiều dọc",
|
||||
"operator.horizontal": "Ngang",
|
||||
"operator.selectionAlignment": "Căn chỉnh lựa chọn",
|
||||
"operator.showMiniMap": "Bản đồ nhỏ",
|
||||
"operator.showUserComments": "Bình luận",
|
||||
"operator.showUserCursors": "Con trỏ của cộng tác viên",
|
||||
"operator.vertical": "Dọc",
|
||||
"operator.zoomIn": "Phóng to",
|
||||
"operator.zoomOut": "Thu nhỏ",
|
||||
@ -1026,6 +1050,7 @@
|
||||
"versionHistory.action.deleteFailure": "Xóa phiên bản thất bại",
|
||||
"versionHistory.action.deleteSuccess": "Phiên bản đã bị xóa",
|
||||
"versionHistory.action.restoreFailure": "Không thể khôi phục phiên bản",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "Phiên bản đã được khôi phục",
|
||||
"versionHistory.action.updateFailure": "Cập nhật phiên bản không thành công",
|
||||
"versionHistory.action.updateSuccess": "Phiên bản đã được cập nhật",
|
||||
|
||||
@ -107,6 +107,26 @@
|
||||
"chatVariable.panelTitle": "会话变量",
|
||||
"chatVariable.storedContent": "存储内容",
|
||||
"chatVariable.updatedAt": "更新时间 ",
|
||||
"comments.actions.deleteReply": "删除回复",
|
||||
"comments.actions.editReply": "编辑回复",
|
||||
"comments.aria.closeComment": "关闭评论",
|
||||
"comments.aria.deleteComment": "删除讨论",
|
||||
"comments.aria.nextComment": "下一条评论",
|
||||
"comments.aria.previousComment": "上一条评论",
|
||||
"comments.aria.replyActions": "回复操作",
|
||||
"comments.aria.resolveComment": "解决",
|
||||
"comments.confirm.deleteReplyDesc": "此回复将被永久删除。",
|
||||
"comments.confirm.deleteReplyTitle": "删除此回复?",
|
||||
"comments.confirm.deleteThreadDesc": "此操作会永久删除该讨论及其所有回复,且无法恢复。",
|
||||
"comments.confirm.deleteThreadTitle": "删除此讨论?",
|
||||
"comments.fallback.user": "用户",
|
||||
"comments.loading": "加载中…",
|
||||
"comments.noComments": "暂无评论",
|
||||
"comments.panelTitle": "评论",
|
||||
"comments.placeholder.add": "添加评论",
|
||||
"comments.placeholder.editReply": "编辑回复",
|
||||
"comments.placeholder.reply": "回复",
|
||||
"comments.reply": "回复",
|
||||
"common.ImageUploadLegacyTip": "现在可以在 start 表单中创建文件类型变量。未来我们将不继续支持图片上传功能。",
|
||||
"common.accessAPIReference": "访问 API",
|
||||
"common.addBlock": "添加节点",
|
||||
@ -120,6 +140,7 @@
|
||||
"common.branch": "分支",
|
||||
"common.chooseDSL": "选择 DSL(yml) 文件",
|
||||
"common.chooseStartNodeToRun": "选择启动节点进行运行",
|
||||
"common.commentMode": "评论模式",
|
||||
"common.configure": "配置",
|
||||
"common.configureRequired": "需要进行配置",
|
||||
"common.conversationLog": "对话记录",
|
||||
@ -979,6 +1000,9 @@
|
||||
"operator.horizontal": "水平方向",
|
||||
"operator.makeGroup": "建立群组",
|
||||
"operator.selectionAlignment": "选择对齐",
|
||||
"operator.showMiniMap": "小地图",
|
||||
"operator.showUserComments": "评论",
|
||||
"operator.showUserCursors": "协作者光标",
|
||||
"operator.vertical": "垂直方向",
|
||||
"operator.zoomIn": "放大",
|
||||
"operator.zoomOut": "缩小",
|
||||
@ -1163,6 +1187,7 @@
|
||||
"versionHistory.action.deleteFailure": "删除失败",
|
||||
"versionHistory.action.deleteSuccess": "版本已删除",
|
||||
"versionHistory.action.restoreFailure": "回滚失败",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} 正在回滚到版本 {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "回滚成功",
|
||||
"versionHistory.action.updateFailure": "更新失败",
|
||||
"versionHistory.action.updateSuccess": "版本信息已更新",
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
"chatVariable.panelTitle": "對話變數",
|
||||
"chatVariable.storedContent": "已儲存內容",
|
||||
"chatVariable.updatedAt": "更新於 ",
|
||||
"comments.actions.deleteReply": "刪除回覆",
|
||||
"comments.actions.editReply": "編輯回覆",
|
||||
"comments.aria.closeComment": "關閉評論",
|
||||
"comments.aria.deleteComment": "刪除評論",
|
||||
"comments.aria.nextComment": "下一則評論",
|
||||
"comments.aria.previousComment": "上一則評論",
|
||||
"comments.aria.replyActions": "回覆操作",
|
||||
"comments.aria.resolveComment": "解決評論",
|
||||
"comments.confirm.deleteReplyDesc": "此回覆將被永久刪除。",
|
||||
"comments.confirm.deleteReplyTitle": "刪除此回覆?",
|
||||
"comments.confirm.deleteThreadDesc": "此操作會永久刪除該討論串及其所有回覆,且無法復原。",
|
||||
"comments.confirm.deleteThreadTitle": "刪除此討論串?",
|
||||
"comments.fallback.user": "使用者",
|
||||
"comments.loading": "載入中…",
|
||||
"comments.noComments": "暫無評論",
|
||||
"comments.panelTitle": "評論",
|
||||
"comments.placeholder.add": "新增評論",
|
||||
"comments.placeholder.editReply": "編輯回覆",
|
||||
"comments.placeholder.reply": "回覆",
|
||||
"comments.reply": "回覆",
|
||||
"common.ImageUploadLegacyTip": "現在,您可以在起始表單中創建檔案類型變數。我們將來不再支持圖片上傳功能。",
|
||||
"common.accessAPIReference": "訪問 API",
|
||||
"common.addBlock": "新增節點",
|
||||
@ -118,6 +138,7 @@
|
||||
"common.branch": "分支",
|
||||
"common.chooseDSL": "選擇 DSL(yml)檔",
|
||||
"common.chooseStartNodeToRun": "選擇要執行的起始節點",
|
||||
"common.commentMode": "評論模式",
|
||||
"common.configure": "配置",
|
||||
"common.configureRequired": "需要進行配置",
|
||||
"common.conversationLog": "對話記錄",
|
||||
@ -965,6 +986,9 @@
|
||||
"operator.distributeVertical": "垂直等間距",
|
||||
"operator.horizontal": "水平",
|
||||
"operator.selectionAlignment": "選擇對齊",
|
||||
"operator.showMiniMap": "小地圖",
|
||||
"operator.showUserComments": "評論",
|
||||
"operator.showUserCursors": "協作者游標",
|
||||
"operator.vertical": "垂直",
|
||||
"operator.zoomIn": "放大",
|
||||
"operator.zoomOut": "縮小",
|
||||
@ -1072,6 +1096,7 @@
|
||||
"versionHistory.action.deleteFailure": "無法刪除版本",
|
||||
"versionHistory.action.deleteSuccess": "版本已刪除",
|
||||
"versionHistory.action.restoreFailure": "無法恢復版本",
|
||||
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
|
||||
"versionHistory.action.restoreSuccess": "恢復版本",
|
||||
"versionHistory.action.updateFailure": "更新版本失敗",
|
||||
"versionHistory.action.updateSuccess": "版本已更新",
|
||||
|
||||
Reference in New Issue
Block a user