diff --git a/web/i18n/ar-TN/workflow.json b/web/i18n/ar-TN/workflow.json index 4df2de3173..08825f5dbc 100644 --- a/web/i18n/ar-TN/workflow.json +++ b/web/i18n/ar-TN/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "يجب أن يبدأ معرف الإجراء بحرف أو شرطة سفلية، متبوعاً بأحرف أو أرقام أو شرطات سفلية", "nodes.humanInput.userActions.actionIdTooLong": "يجب أن يكون معرف الإجراء {{maxLength}} حرفاً أو أقل", "nodes.humanInput.userActions.actionNamePlaceholder": "اسم الإجراء", - "nodes.humanInput.userActions.buttonTextPlaceholder": "نص عرض الزر", + "nodes.humanInput.userActions.buttonTextPlaceholder": "قيمة الإجراء", "nodes.humanInput.userActions.buttonTextTooLong": "يجب أن يكون نص الزر {{maxLength}} حرفاً أو أقل", "nodes.humanInput.userActions.chooseStyle": "اختر نمط الزر", "nodes.humanInput.userActions.emptyTip": "انقر فوق الزر '+' لإضافة إجراءات المستخدم", "nodes.humanInput.userActions.title": "إجراءات المستخدم", - "nodes.humanInput.userActions.tooltip": "حدد الأزرار التي يمكن للمستخدمين النقر عليها للرد على هذا النموذج. يمكن لكل زر تشغيل مسارات سير عمل مختلفة. يجب أن يبدأ معرف الإجراء بحرف أو شرطة سفلية، متبوعاً بأحرف أو أرقام أو شرطات سفلية.", + "nodes.humanInput.userActions.tooltip": "حدد الأزرار التي يمكن للمستخدمين النقر عليها للرد على هذا النموذج. يتحكم معرف الإجراء في التفريع. يتم عرض قيمة الإجراء في المرحلة التالية كإخراج مدمج محدد. يجب أن يبدأ معرف الإجراء بحرف أو شرطة سفلية، متبوعاً بأحرف أو أرقام أو شرطات سفلية.", "nodes.humanInput.userActions.triggered": "تم تشغيل {{actionName}}", "nodes.ifElse.addCondition": "إضافة شرط", "nodes.ifElse.addSubVariable": "متغير فرعي", diff --git a/web/i18n/de-DE/workflow.json b/web/i18n/de-DE/workflow.json index e00d300f01..0133060080 100644 --- a/web/i18n/de-DE/workflow.json +++ b/web/i18n/de-DE/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "Aktions-ID muss mit einem Buchstaben oder Unterstrich beginnen, gefolgt von Buchstaben, Zahlen oder Unterstrichen", "nodes.humanInput.userActions.actionIdTooLong": "Aktions-ID darf höchstens {{maxLength}} Zeichen lang sein", "nodes.humanInput.userActions.actionNamePlaceholder": "Aktionsname", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Schaltflächen-Anzeigetext", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Aktionswert", "nodes.humanInput.userActions.buttonTextTooLong": "Schaltflächentext darf höchstens {{maxLength}} Zeichen lang sein", "nodes.humanInput.userActions.chooseStyle": "Wählen Sie einen Schaltflächenstil", "nodes.humanInput.userActions.emptyTip": "Klicken Sie auf die '+'-Schaltfläche, um Benutzeraktionen hinzuzufügen", "nodes.humanInput.userActions.title": "Benutzeraktionen", - "nodes.humanInput.userActions.tooltip": "Definieren Sie Schaltflächen, auf die Benutzer klicken können, um auf dieses Formular zu reagieren. Jede Schaltfläche kann unterschiedliche Workflow-Pfade auslösen. Aktions-ID muss mit einem Buchstaben oder Unterstrich beginnen, gefolgt von Buchstaben, Zahlen oder Unterstrichen.", + "nodes.humanInput.userActions.tooltip": "Definieren Sie Schaltflächen, auf die Benutzer klicken können, um auf dieses Formular zu reagieren. Die Aktions-ID steuert die Verzweigung. Der Aktionswert wird nachgelagert als ausgewählte integrierte Ausgabe bereitgestellt. Aktions-ID muss mit einem Buchstaben oder Unterstrich beginnen, gefolgt von Buchstaben, Zahlen oder Unterstrichen.", "nodes.humanInput.userActions.triggered": "{{actionName}} wurde ausgelöst", "nodes.ifElse.addCondition": "Bedingung hinzufügen", "nodes.ifElse.addSubVariable": "Untervariable", diff --git a/web/i18n/es-ES/workflow.json b/web/i18n/es-ES/workflow.json index c12a6f5cdd..57cf555831 100644 --- a/web/i18n/es-ES/workflow.json +++ b/web/i18n/es-ES/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "El ID de acción debe comenzar con una letra o guiones bajos, seguido de letras, números o guiones bajos", "nodes.humanInput.userActions.actionIdTooLong": "El ID de acción debe tener {{maxLength}} caracteres o menos", "nodes.humanInput.userActions.actionNamePlaceholder": "Nombre de Acción", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Texto de visualización del botón", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Valor de la Acción", "nodes.humanInput.userActions.buttonTextTooLong": "El texto del botón debe tener {{maxLength}} caracteres o menos", "nodes.humanInput.userActions.chooseStyle": "Elija un estilo de botón", "nodes.humanInput.userActions.emptyTip": "Haga clic en el botón '+' para agregar acciones del usuario", "nodes.humanInput.userActions.title": "Acciones del Usuario", - "nodes.humanInput.userActions.tooltip": "Defina botones en los que los usuarios puedan hacer clic para responder a este formulario. Cada botón puede activar diferentes rutas de flujo de trabajo. El ID de acción debe comenzar con una letra o guiones bajos, seguido de letras, números o guiones bajos.", + "nodes.humanInput.userActions.tooltip": "Defina botones en los que los usuarios puedan hacer clic para responder a este formulario. El ID de acción controla la ramificación. El Valor de la Acción se expone aguas abajo como la salida integrada seleccionada. El ID de acción debe comenzar con una letra o guiones bajos, seguido de letras, números o guiones bajos.", "nodes.humanInput.userActions.triggered": "{{actionName}} ha sido activado", "nodes.ifElse.addCondition": "Agregar condición", "nodes.ifElse.addSubVariable": "Sub Variable", diff --git a/web/i18n/fa-IR/workflow.json b/web/i18n/fa-IR/workflow.json index d9cb4c2c40..813931c74f 100644 --- a/web/i18n/fa-IR/workflow.json +++ b/web/i18n/fa-IR/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "شناسه عملیات باید با حرف یا زیرخط شروع شود و فقط شامل حروف، اعداد و زیرخط باشد", "nodes.humanInput.userActions.actionIdTooLong": "شناسه عملیات باید {{maxLength}} کاراکتر یا کمتر باشد", "nodes.humanInput.userActions.actionNamePlaceholder": "نام عملیات", - "nodes.humanInput.userActions.buttonTextPlaceholder": "متن نمایشی دکمه", + "nodes.humanInput.userActions.buttonTextPlaceholder": "مقدار عملیات", "nodes.humanInput.userActions.buttonTextTooLong": "متن دکمه باید {{maxLength}} کاراکتر یا کمتر باشد", "nodes.humanInput.userActions.chooseStyle": "انتخاب سبک دکمه", "nodes.humanInput.userActions.emptyTip": "برای افزودن عملیات کاربر روی '+' کلیک کنید", "nodes.humanInput.userActions.title": "عملیات کاربر", - "nodes.humanInput.userActions.tooltip": "دکمه‌هایی تعریف کنید که کاربر برای پاسخ به فرم روی آن‌ها کلیک کند. هر دکمه می‌تواند مسیر متفاوتی در گردش کار ایجاد کند. شناسه عملیات باید با حرف یا زیرخط شروع شود.", + "nodes.humanInput.userActions.tooltip": "دکمه‌هایی تعریف کنید که کاربر برای پاسخ به فرم روی آن‌ها کلیک کند. شناسه عملیات انشعاب را کنترل می‌کند. مقدار عملیات به عنوان خروجی داخلی انتخاب‌شده در مرحله پایین‌تر نمایش داده می‌شود. شناسه عملیات باید با حرف یا زیرخط شروع شود، و سپس حروف، اعداد یا زیرخط بیاید.", "nodes.humanInput.userActions.triggered": "عملیات {{actionName}} فعال شد", "nodes.ifElse.addCondition": "افزودن شرط", "nodes.ifElse.addSubVariable": "متغیر فرعی", diff --git a/web/i18n/fr-FR/workflow.json b/web/i18n/fr-FR/workflow.json index cabed62c22..8cc130cc02 100644 --- a/web/i18n/fr-FR/workflow.json +++ b/web/i18n/fr-FR/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "L'ID d'action doit commencer par une lettre ou des traits de soulignement, suivi de lettres, de chiffres ou de traits de soulignement", "nodes.humanInput.userActions.actionIdTooLong": "L'ID d'action doit comporter {{maxLength}} caractères ou moins", "nodes.humanInput.userActions.actionNamePlaceholder": "Nom de l'Action", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Texte d'affichage du bouton", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Valeur de l'action", "nodes.humanInput.userActions.buttonTextTooLong": "Le texte du bouton doit comporter {{maxLength}} caractères ou moins", "nodes.humanInput.userActions.chooseStyle": "Choisissez un style de bouton", "nodes.humanInput.userActions.emptyTip": "Cliquez sur le bouton '+' pour ajouter des actions utilisateur", "nodes.humanInput.userActions.title": "Actions Utilisateur", - "nodes.humanInput.userActions.tooltip": "Définissez les boutons sur lesquels les utilisateurs peuvent cliquer pour répondre à ce formulaire. Chaque bouton peut déclencher différents chemins de flux de travail. L'ID d'action doit commencer par une lettre ou des traits de soulignement, suivi de lettres, de chiffres ou de traits de soulignement.", + "nodes.humanInput.userActions.tooltip": "Définissez les boutons sur lesquels les utilisateurs peuvent cliquer pour répondre à ce formulaire. L'ID d'action contrôle la ramification. La Valeur de l'action est exposée en aval comme la sortie intégrée sélectionnée. L'ID d'action doit commencer par une lettre ou des traits de soulignement, suivi de lettres, de chiffres ou de traits de soulignement.", "nodes.humanInput.userActions.triggered": "{{actionName}} a été déclenché", "nodes.ifElse.addCondition": "Ajouter une condition", "nodes.ifElse.addSubVariable": "Sous-variable", diff --git a/web/i18n/hi-IN/workflow.json b/web/i18n/hi-IN/workflow.json index d16b9d0274..d5824f0039 100644 --- a/web/i18n/hi-IN/workflow.json +++ b/web/i18n/hi-IN/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "कार्रवाई आईडी एक अक्षर या अंडरस्कोर से शुरू होनी चाहिए, उसके बाद अक्षर, संख्याएं या अंडरस्कोर हो सकते हैं", "nodes.humanInput.userActions.actionIdTooLong": "कार्रवाई आईडी {{maxLength}} वर्ण या उससे कम होनी चाहिए", "nodes.humanInput.userActions.actionNamePlaceholder": "कार्रवाई नाम", - "nodes.humanInput.userActions.buttonTextPlaceholder": "बटन प्रदर्शित करने के लिए पाठ", + "nodes.humanInput.userActions.buttonTextPlaceholder": "क्रिया मूल्य", "nodes.humanInput.userActions.buttonTextTooLong": "बटन पाठ {{maxLength}} वर्ण या उससे कम होना चाहिए", "nodes.humanInput.userActions.chooseStyle": "बटन शैली चुनें", "nodes.humanInput.userActions.emptyTip": "उपयोगकर्ता कार्रवाइयां जोड़ने के लिए '+' बटन पर क्लिक करें", "nodes.humanInput.userActions.title": "उपयोगकर्ता कार्रवाइयां", - "nodes.humanInput.userActions.tooltip": "उन बटन को परिभाषित करें जिन पर उपयोगकर्ता इस फॉर्म का जवाब देने के लिए क्लिक कर सकते हैं। प्रत्येक बटन विभिन्न वर्कफ़्लो पथों को ट्रिगर कर सकता है। कार्रवाई आईडी एक अक्षर या अंडरस्कोर से शुरू होनी चाहिए, उसके बाद अक्षर, संख्याएं या अंडरस्कोर हो सकते हैं।", + "nodes.humanInput.userActions.tooltip": "उन बटन को परिभाषित करें जिन पर उपयोगकर्ता इस फॉर्म का जवाब देने के लिए क्लिक कर सकते हैं। कार्रवाई आईडी शाखाओं को नियंत्रित करती है। क्रिया मूल्य डाउनस्ट्रीम में चयनित बिल्ट-इन आउटपुट के रूप में उजागर होता है। कार्रवाई आईडी एक अक्षर या अंडरस्कोर से शुरू होनी चाहिए, उसके बाद अक्षर, संख्याएं या अंडरस्कोर हो सकते हैं।", "nodes.humanInput.userActions.triggered": "{{actionName}} ट्रिगर किया गया है", "nodes.ifElse.addCondition": "शर्त जोड़ें", "nodes.ifElse.addSubVariable": "उप चर", diff --git a/web/i18n/id-ID/workflow.json b/web/i18n/id-ID/workflow.json index dffc4ac5bf..7e60b33609 100644 --- a/web/i18n/id-ID/workflow.json +++ b/web/i18n/id-ID/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "ID tindakan harus dimulai dengan huruf atau garis bawah, diikuti dengan huruf, angka, atau garis bawah", "nodes.humanInput.userActions.actionIdTooLong": "ID tindakan harus {{maxLength}} karakter atau kurang", "nodes.humanInput.userActions.actionNamePlaceholder": "Nama Tindakan", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Teks Tampilan Tombol", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Nilai Tindakan", "nodes.humanInput.userActions.buttonTextTooLong": "Teks tombol harus {{maxLength}} karakter atau kurang", "nodes.humanInput.userActions.chooseStyle": "Pilih gaya tombol", "nodes.humanInput.userActions.emptyTip": "Klik tombol '+' untuk menambahkan tindakan pengguna", "nodes.humanInput.userActions.title": "Tindakan Pengguna", - "nodes.humanInput.userActions.tooltip": "Tentukan tombol yang dapat diklik pengguna untuk merespons formulir ini. Setiap tombol dapat memicu jalur alur kerja yang berbeda. ID tindakan harus dimulai dengan huruf atau garis bawah, diikuti dengan huruf, angka, atau garis bawah.", + "nodes.humanInput.userActions.tooltip": "Tentukan tombol yang dapat diklik pengguna untuk merespons formulir ini. ID tindakan mengontrol percabangan. Nilai Tindakan diekspos ke hilir sebagai output bawaan yang dipilih. ID tindakan harus dimulai dengan huruf atau garis bawah, diikuti dengan huruf, angka, atau garis bawah.", "nodes.humanInput.userActions.triggered": "{{actionName}} telah dipicu", "nodes.ifElse.addCondition": "Tambahkan Kondisi", "nodes.ifElse.addSubVariable": "Sub Variabel", diff --git a/web/i18n/it-IT/workflow.json b/web/i18n/it-IT/workflow.json index fc86bf1b2f..e8967d8b09 100644 --- a/web/i18n/it-IT/workflow.json +++ b/web/i18n/it-IT/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "L'ID azione deve iniziare con una lettera o underscore, seguito da lettere, numeri o underscore", "nodes.humanInput.userActions.actionIdTooLong": "L'ID azione deve essere di {{maxLength}} caratteri o meno", "nodes.humanInput.userActions.actionNamePlaceholder": "Nome Azione", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Testo del Pulsante da Visualizzare", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Valore dell'azione", "nodes.humanInput.userActions.buttonTextTooLong": "Il testo del pulsante deve essere di {{maxLength}} caratteri o meno", "nodes.humanInput.userActions.chooseStyle": "Scegli uno stile del pulsante", "nodes.humanInput.userActions.emptyTip": "Clicca il pulsante '+' per aggiungere azioni utente", "nodes.humanInput.userActions.title": "Azioni Utente", - "nodes.humanInput.userActions.tooltip": "Definisci i pulsanti su cui gli utenti possono cliccare per rispondere a questo modulo. Ogni pulsante può attivare percorsi di workflow diversi. L'ID azione deve iniziare con una lettera o underscore, seguito da lettere, numeri o underscore.", + "nodes.humanInput.userActions.tooltip": "Definisci i pulsanti su cui gli utenti possono cliccare per rispondere a questo modulo. L'ID azione controlla la ramificazione. Il Valore dell'azione viene esposto a valle come output integrato selezionato. L'ID azione deve iniziare con una lettera o underscore, seguito da lettere, numeri o underscore.", "nodes.humanInput.userActions.triggered": "{{actionName}} è stato attivato", "nodes.ifElse.addCondition": "Aggiungi Condizione", "nodes.ifElse.addSubVariable": "Variabile secondaria", diff --git a/web/i18n/ja-JP/workflow.json b/web/i18n/ja-JP/workflow.json index f00d49f6bf..c7db4c465a 100644 --- a/web/i18n/ja-JP/workflow.json +++ b/web/i18n/ja-JP/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "アクションIDは文字またはアンダースコアで始まり、その後に文字、数字、またはアンダースコアが続く必要があります", "nodes.humanInput.userActions.actionIdTooLong": "アクションIDは{{maxLength}}文字以下である必要があります", "nodes.humanInput.userActions.actionNamePlaceholder": "アクション名", - "nodes.humanInput.userActions.buttonTextPlaceholder": "ボタン表示テキスト", + "nodes.humanInput.userActions.buttonTextPlaceholder": "アクション値", "nodes.humanInput.userActions.buttonTextTooLong": "ボタンテキストは{{maxLength}}文字以下である必要があります", "nodes.humanInput.userActions.chooseStyle": "ボタンスタイルを選択", "nodes.humanInput.userActions.emptyTip": "'+'ボタンをクリックしてユーザーアクションを追加", "nodes.humanInput.userActions.title": "ユーザーアクション", - "nodes.humanInput.userActions.tooltip": "ユーザーがこのフォームに応答するためにクリックできるボタンを定義します。各ボタンは異なるワークフローパスをトリガーできます。アクションIDは文字またはアンダースコアで始まり、その後に文字、数字、またはアンダースコアが続く必要があります。", + "nodes.humanInput.userActions.tooltip": "ユーザーがこのフォームに応答するためにクリックできるボタンを定義します。アクションIDは分岐を制御します。アクション値は選択された組み込み出力として下流に公開されます。アクションIDは文字またはアンダースコアで始まり、その後に文字、数字、またはアンダースコアが続く必要があります。", "nodes.humanInput.userActions.triggered": "{{actionName}}がトリガーされました", "nodes.ifElse.addCondition": "条件を追加", "nodes.ifElse.addSubVariable": "サブ変数", diff --git a/web/i18n/ko-KR/workflow.json b/web/i18n/ko-KR/workflow.json index 06225bb1a1..7eb315f1d4 100644 --- a/web/i18n/ko-KR/workflow.json +++ b/web/i18n/ko-KR/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "작업 ID는 문자 또는 밑줄로 시작하고 그 뒤에 문자, 숫자 또는 밑줄이 와야 합니다", "nodes.humanInput.userActions.actionIdTooLong": "작업 ID는 {{maxLength}}자 이하여야 합니다", "nodes.humanInput.userActions.actionNamePlaceholder": "작업 이름", - "nodes.humanInput.userActions.buttonTextPlaceholder": "버튼 표시 텍스트", + "nodes.humanInput.userActions.buttonTextPlaceholder": "액션 값", "nodes.humanInput.userActions.buttonTextTooLong": "버튼 텍스트는 {{maxLength}}자 이하여야 합니다", "nodes.humanInput.userActions.chooseStyle": "버튼 스타일 선택", "nodes.humanInput.userActions.emptyTip": "'+' 버튼을 클릭하여 사용자 작업 추가", "nodes.humanInput.userActions.title": "사용자 작업", - "nodes.humanInput.userActions.tooltip": "사용자가 이 양식에 응답하기 위해 클릭할 수 있는 버튼을 정의합니다. 각 버튼은 다른 워크플로 경로를 트리거할 수 있습니다. 작업 ID는 문자 또는 밑줄로 시작하고 그 뒤에 문자, 숫자 또는 밑줄이 와야 합니다.", + "nodes.humanInput.userActions.tooltip": "사용자가 이 양식에 응답하기 위해 클릭할 수 있는 버튼을 정의합니다. 작업 ID는 분기를 제어합니다. 액션 값은 선택된 내장 출력으로 다운스트림에 노출됩니다. 작업 ID는 문자 또는 밑줄로 시작하고 그 뒤에 문자, 숫자 또는 밑줄이 와야 합니다.", "nodes.humanInput.userActions.triggered": "{{actionName}}이(가) 트리거되었습니다", "nodes.ifElse.addCondition": "조건 추가", "nodes.ifElse.addSubVariable": "하위 변수", diff --git a/web/i18n/nl-NL/workflow.json b/web/i18n/nl-NL/workflow.json index 86b6b89ea5..a9607b92df 100644 --- a/web/i18n/nl-NL/workflow.json +++ b/web/i18n/nl-NL/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "Action ID must start with a letter or underscores, followed by letters, numbers, or underscores", "nodes.humanInput.userActions.actionIdTooLong": "Action ID must be {{maxLength}} characters or less", "nodes.humanInput.userActions.actionNamePlaceholder": "Action Name", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Button display Text", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Actiewaarde", "nodes.humanInput.userActions.buttonTextTooLong": "Button text must be {{maxLength}} characters or less", "nodes.humanInput.userActions.chooseStyle": "Choose a button style", "nodes.humanInput.userActions.emptyTip": "Click the '+' button to add user actions", "nodes.humanInput.userActions.title": "User Actions", - "nodes.humanInput.userActions.tooltip": "Define buttons that users can click to respond to this form. Each button can trigger different workflow paths. Action ID must start with a letter or underscores, followed by letters, numbers, or underscores.", + "nodes.humanInput.userActions.tooltip": "Definieer knoppen waarop gebruikers kunnen klikken om op dit formulier te reageren. Actie-ID bepaalt de vertakking. De Actiewaarde wordt stroomafwaarts beschikbaar gesteld als de geselecteerde ingebouwde uitvoer. Actie-ID moet beginnen met een letter of onderstrepingsteken, gevolgd door letters, cijfers of onderstrepingstekens.", "nodes.humanInput.userActions.triggered": "{{actionName}} has been triggered", "nodes.ifElse.addCondition": "Add Condition", "nodes.ifElse.addSubVariable": "Sub Variable", diff --git a/web/i18n/pl-PL/workflow.json b/web/i18n/pl-PL/workflow.json index 1d4ac0ec8a..d8118a1bc5 100644 --- a/web/i18n/pl-PL/workflow.json +++ b/web/i18n/pl-PL/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "Identyfikator akcji musi zaczynać się od litery lub podkreślenia, po którym następują litery, cyfry lub podkreślenia", "nodes.humanInput.userActions.actionIdTooLong": "Identyfikator akcji musi mieć {{maxLength}} znaków lub mniej", "nodes.humanInput.userActions.actionNamePlaceholder": "Nazwa akcji", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Tekst wyświetlany na przycisku", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Wartość akcji", "nodes.humanInput.userActions.buttonTextTooLong": "Tekst przycisku musi mieć {{maxLength}} znaków lub mniej", "nodes.humanInput.userActions.chooseStyle": "Wybierz styl przycisku", "nodes.humanInput.userActions.emptyTip": "Kliknij przycisk '+', aby dodać akcje użytkownika", "nodes.humanInput.userActions.title": "Akcje użytkownika", - "nodes.humanInput.userActions.tooltip": "Zdefiniuj przyciski, które użytkownicy mogą klikać, aby odpowiedzieć na ten formularz. Każdy przycisk może uruchomić różne ścieżki przepływu pracy. Identyfikator akcji musi zaczynać się od litery lub podkreślenia, po którym następują litery, cyfry lub podkreślenia.", + "nodes.humanInput.userActions.tooltip": "Zdefiniuj przyciski, które użytkownicy mogą klikać, aby odpowiedzieć na ten formularz. Identyfikator akcji kontroluje rozgałęzianie. Wartość akcji jest udostępniana w dalszej części jako wybrane wbudowane wyjście. Identyfikator akcji musi zaczynać się od litery lub podkreślenia, po którym następują litery, cyfry lub podkreślenia.", "nodes.humanInput.userActions.triggered": "{{actionName}} został uruchomiony", "nodes.ifElse.addCondition": "Dodaj warunek", "nodes.ifElse.addSubVariable": "Zmienna podrzędna", diff --git a/web/i18n/pt-BR/workflow.json b/web/i18n/pt-BR/workflow.json index 77209ffaf1..f303905759 100644 --- a/web/i18n/pt-BR/workflow.json +++ b/web/i18n/pt-BR/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "O ID da ação deve começar com uma letra ou sublinhados, seguido de letras, números ou sublinhados", "nodes.humanInput.userActions.actionIdTooLong": "O ID da ação deve ter {{maxLength}} caracteres ou menos", "nodes.humanInput.userActions.actionNamePlaceholder": "Nome da Ação", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Texto de exibição do botão", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Valor da Ação", "nodes.humanInput.userActions.buttonTextTooLong": "O texto do botão deve ter {{maxLength}} caracteres ou menos", "nodes.humanInput.userActions.chooseStyle": "Escolha um estilo de botão", "nodes.humanInput.userActions.emptyTip": "Clique no botão '+' para adicionar ações do usuário", "nodes.humanInput.userActions.title": "Ações do Usuário", - "nodes.humanInput.userActions.tooltip": "Defina botões em que os usuários podem clicar para responder a este formulário. Cada botão pode acionar diferentes caminhos de fluxo de trabalho. O ID da ação deve começar com uma letra ou sublinhados, seguido de letras, números ou sublinhados.", + "nodes.humanInput.userActions.tooltip": "Defina botões em que os usuários podem clicar para responder a este formulário. O ID da ação controla a ramificação. O Valor da Ação é exposto posteriormente como a saída integrada selecionada. O ID da ação deve começar com uma letra ou sublinhados, seguido de letras, números ou sublinhados.", "nodes.humanInput.userActions.triggered": "{{actionName}} foi acionado", "nodes.ifElse.addCondition": "Adicionar condição", "nodes.ifElse.addSubVariable": "Subvariável", diff --git a/web/i18n/ro-RO/workflow.json b/web/i18n/ro-RO/workflow.json index 2151236135..aad60382da 100644 --- a/web/i18n/ro-RO/workflow.json +++ b/web/i18n/ro-RO/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "ID-ul acțiunii trebuie să înceapă cu o literă sau underscore, urmat de litere, cifre sau underscore", "nodes.humanInput.userActions.actionIdTooLong": "ID-ul acțiunii trebuie să fie de {{maxLength}} caractere sau mai puțin", "nodes.humanInput.userActions.actionNamePlaceholder": "Nume acțiune", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Text afișat pe buton", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Valoarea Acțiunii", "nodes.humanInput.userActions.buttonTextTooLong": "Textul butonului trebuie să fie de {{maxLength}} caractere sau mai puțin", "nodes.humanInput.userActions.chooseStyle": "Alegeți un stil de buton", "nodes.humanInput.userActions.emptyTip": "Faceți clic pe butonul '+' pentru a adăuga acțiuni utilizator", "nodes.humanInput.userActions.title": "Acțiuni utilizator", - "nodes.humanInput.userActions.tooltip": "Definiți butoane pe care utilizatorii le pot apăsa pentru a răspunde la acest formular. Fiecare buton poate declanșa căi de flux diferite. ID-ul acțiunii trebuie să înceapă cu o literă sau underscore, urmat de litere, cifre sau underscore.", + "nodes.humanInput.userActions.tooltip": "Definiți butoane pe care utilizatorii le pot apăsa pentru a răspunde la acest formular. ID-ul acțiunii controlează ramificarea. Valoarea Acțiunii este expusă în aval ca ieșirea integrată selectată. ID-ul acțiunii trebuie să înceapă cu o literă sau underscore, urmat de litere, cifre sau underscore.", "nodes.humanInput.userActions.triggered": "{{actionName}} a fost declanșat", "nodes.ifElse.addCondition": "Adăugați condiție", "nodes.ifElse.addSubVariable": "Subvariabilă", diff --git a/web/i18n/ru-RU/workflow.json b/web/i18n/ru-RU/workflow.json index 195f8ef988..8748f2a27d 100644 --- a/web/i18n/ru-RU/workflow.json +++ b/web/i18n/ru-RU/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "Идентификатор действия должен начинаться с буквы или подчеркивания, за которым следуют буквы, цифры или подчеркивания", "nodes.humanInput.userActions.actionIdTooLong": "Идентификатор действия должен содержать не более {{maxLength}} символов", "nodes.humanInput.userActions.actionNamePlaceholder": "Название действия", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Текст кнопки для отображения", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Значение действия", "nodes.humanInput.userActions.buttonTextTooLong": "Текст кнопки должен содержать не более {{maxLength}} символов", "nodes.humanInput.userActions.chooseStyle": "Выберите стиль кнопки", "nodes.humanInput.userActions.emptyTip": "Нажмите кнопку '+' для добавления действий пользователя", "nodes.humanInput.userActions.title": "Действия пользователя", - "nodes.humanInput.userActions.tooltip": "Определите кнопки, на которые пользователи могут нажимать, чтобы ответить на эту форму. Каждая кнопка может запускать разные пути рабочего процесса. Идентификатор действия должен начинаться с буквы или подчеркивания, за которым следуют буквы, цифры или подчеркивания.", + "nodes.humanInput.userActions.tooltip": "Определите кнопки, на которые пользователи могут нажимать, чтобы ответить на эту форму. Идентификатор действия управляет ветвлением. Значение действия передаётся далее как выбранный встроенный вывод. Идентификатор действия должен начинаться с буквы или подчеркивания, за которым следуют буквы, цифры или подчеркивания.", "nodes.humanInput.userActions.triggered": "{{actionName}} был запущен", "nodes.ifElse.addCondition": "Добавить условие", "nodes.ifElse.addSubVariable": "Подпеременная", diff --git a/web/i18n/sl-SI/workflow.json b/web/i18n/sl-SI/workflow.json index 3c3f4667f6..af8d236bf0 100644 --- a/web/i18n/sl-SI/workflow.json +++ b/web/i18n/sl-SI/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "ID dejanja se mora začeti s črko ali podčrtajem, ki mu sledijo črke, številke ali podčrtaji", "nodes.humanInput.userActions.actionIdTooLong": "ID dejanja mora biti {{maxLength}} znakov ali manj", "nodes.humanInput.userActions.actionNamePlaceholder": "Ime dejanja", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Besedilo za prikaz na gumbu", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Vrednost dejanja", "nodes.humanInput.userActions.buttonTextTooLong": "Besedilo gumba mora biti {{maxLength}} znakov ali manj", "nodes.humanInput.userActions.chooseStyle": "Izberite slog gumba", "nodes.humanInput.userActions.emptyTip": "Kliknite gumb '+' za dodajanje uporabniških dejanj", "nodes.humanInput.userActions.title": "Uporabniška dejanja", - "nodes.humanInput.userActions.tooltip": "Definirajte gumbe, ki jih lahko uporabniki kliknejo, da se odzovejo na ta obrazec. Vsak gumb lahko sproži različne poti delovnega toka. ID dejanja se mora začeti s črko ali podčrtajem, ki mu sledijo črke, številke ali podčrtaji.", + "nodes.humanInput.userActions.tooltip": "Definirajte gumbe, ki jih lahko uporabniki kliknejo, da se odzovejo na ta obrazec. ID dejanja nadzoruje razvejanje. Vrednost dejanja je izpostavljena navzdol kot izbrani vgrajeni izhod. ID dejanja se mora začeti s črko ali podčrtajem, ki mu sledijo črke, številke ali podčrtaji.", "nodes.humanInput.userActions.triggered": "{{actionName}} je bil sprožen", "nodes.ifElse.addCondition": "Dodaj pogoj", "nodes.ifElse.addSubVariable": "Podspremenljivka", diff --git a/web/i18n/th-TH/workflow.json b/web/i18n/th-TH/workflow.json index ecf8a1277f..b08d9fde0e 100644 --- a/web/i18n/th-TH/workflow.json +++ b/web/i18n/th-TH/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "ID การดำเนินการต้องเริ่มต้นด้วยตัวอักษรหรือขีดล่าง ตามด้วยตัวอักษร ตัวเลข หรือขีดล่าง", "nodes.humanInput.userActions.actionIdTooLong": "ID การดำเนินการต้องมีความยาว {{maxLength}} ตัวอักษรหรือน้อยกว่า", "nodes.humanInput.userActions.actionNamePlaceholder": "ชื่อการดำเนินการ", - "nodes.humanInput.userActions.buttonTextPlaceholder": "ข้อความแสดงบนปุ่ม", + "nodes.humanInput.userActions.buttonTextPlaceholder": "ค่าการดำเนินการ", "nodes.humanInput.userActions.buttonTextTooLong": "ข้อความบนปุ่มต้องมีความยาว {{maxLength}} ตัวอักษรหรือน้อยกว่า", "nodes.humanInput.userActions.chooseStyle": "เลือกสไตล์ปุ่ม", "nodes.humanInput.userActions.emptyTip": "คลิกปุ่ม '+' เพื่อเพิ่มการดำเนินการของผู้ใช้", "nodes.humanInput.userActions.title": "การดำเนินการของผู้ใช้", - "nodes.humanInput.userActions.tooltip": "กำหนดปุ่มที่ผู้ใช้สามารถคลิกเพื่อตอบสนองต่อแบบฟอร์มนี้ แต่ละปุ่มสามารถเรียกใช้เส้นทางเวิร์กโฟลว์ที่แตกต่างกัน ID การดำเนินการต้องเริ่มต้นด้วยตัวอักษรหรือขีดล่าง ตามด้วยตัวอักษร ตัวเลข หรือขีดล่าง", + "nodes.humanInput.userActions.tooltip": "กำหนดปุ่มที่ผู้ใช้สามารถคลิกเพื่อตอบสนองต่อแบบฟอร์มนี้ ID การดำเนินการควบคุมการแยกสาขา ค่าการดำเนินการถูกเปิดเผยในระดับถัดไปเป็นเอาต์พุตในตัวที่เลือก ID การดำเนินการต้องเริ่มต้นด้วยตัวอักษรหรือขีดล่าง ตามด้วยตัวอักษร ตัวเลข หรือขีดล่าง", "nodes.humanInput.userActions.triggered": "{{actionName}} ถูกเรียกใช้แล้ว", "nodes.ifElse.addCondition": "เพิ่มเงื่อนไข", "nodes.ifElse.addSubVariable": "ตัวแปรย่อย", diff --git a/web/i18n/tr-TR/workflow.json b/web/i18n/tr-TR/workflow.json index 018c5a6077..c9a6a77168 100644 --- a/web/i18n/tr-TR/workflow.json +++ b/web/i18n/tr-TR/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "Eylem kimliği bir harf veya alt çizgi ile başlamalı, ardından harf, rakam veya alt çizgi gelmelidir", "nodes.humanInput.userActions.actionIdTooLong": "Eylem kimliği {{maxLength}} karakter veya daha az olmalıdır", "nodes.humanInput.userActions.actionNamePlaceholder": "Eylem Adı", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Düğme Görüntüleme Metni", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Eylem Değeri", "nodes.humanInput.userActions.buttonTextTooLong": "Düğme metni {{maxLength}} karakter veya daha az olmalıdır", "nodes.humanInput.userActions.chooseStyle": "Bir düğme stili seçin", "nodes.humanInput.userActions.emptyTip": "Kullanıcı eylemleri eklemek için '+' düğmesine tıklayın", "nodes.humanInput.userActions.title": "Kullanıcı Eylemleri", - "nodes.humanInput.userActions.tooltip": "Kullanıcıların bu forma yanıt vermek için tıklayabileceği düğmeleri tanımlayın. Her düğme farklı iş akışı yollarını tetikleyebilir. Eylem kimliği bir harf veya alt çizgi ile başlamalı, ardından harf, rakam veya alt çizgi gelmelidir.", + "nodes.humanInput.userActions.tooltip": "Kullanıcıların bu forma yanıt vermek için tıklayabileceği düğmeleri tanımlayın. Eylem kimliği dallanmayı kontrol eder. Eylem Değeri, seçilen yerleşik çıktı olarak aşağı akışta sunulur. Eylem kimliği bir harf veya alt çizgi ile başlamalı, ardından harf, rakam veya alt çizgi gelmelidir.", "nodes.humanInput.userActions.triggered": "{{actionName}} tetiklendi", "nodes.ifElse.addCondition": "Koşul Ekle", "nodes.ifElse.addSubVariable": "Alt Değişken", diff --git a/web/i18n/uk-UA/workflow.json b/web/i18n/uk-UA/workflow.json index a7687edcc8..6fe9e4672f 100644 --- a/web/i18n/uk-UA/workflow.json +++ b/web/i18n/uk-UA/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "Ідентифікатор дії повинен починатися з літери або підкреслення, за яким слідують літери, цифри або підкреслення", "nodes.humanInput.userActions.actionIdTooLong": "Ідентифікатор дії повинен містити не більше {{maxLength}} символів", "nodes.humanInput.userActions.actionNamePlaceholder": "Назва дії", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Текст кнопки для відображення", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Значення дії", "nodes.humanInput.userActions.buttonTextTooLong": "Текст кнопки повинен містити не більше {{maxLength}} символів", "nodes.humanInput.userActions.chooseStyle": "Виберіть стиль кнопки", "nodes.humanInput.userActions.emptyTip": "Натисніть кнопку '+' для додавання дій користувача", "nodes.humanInput.userActions.title": "Дії користувача", - "nodes.humanInput.userActions.tooltip": "Визначте кнопки, на які користувачі можуть натискати, щоб відповісти на цю форму. Кожна кнопка може запускати різні шляхи робочого процесу. Ідентифікатор дії повинен починатися з літери або підкреслення, за яким слідують літери, цифри або підкреслення.", + "nodes.humanInput.userActions.tooltip": "Визначте кнопки, на які користувачі можуть натискати, щоб відповісти на цю форму. Ідентифікатор дії контролює розгалуження. Значення дії відкривається нижче за потоком як вибраний вбудований вивід. Ідентифікатор дії повинен починатися з літери або підкреслення, за яким слідують літери, цифри або підкреслення.", "nodes.humanInput.userActions.triggered": "{{actionName}} було запущено", "nodes.ifElse.addCondition": "Додати умову", "nodes.ifElse.addSubVariable": "Підзмінна", diff --git a/web/i18n/vi-VN/workflow.json b/web/i18n/vi-VN/workflow.json index db9d484b23..bbaccec6c6 100644 --- a/web/i18n/vi-VN/workflow.json +++ b/web/i18n/vi-VN/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "ID hành động phải bắt đầu bằng chữ cái hoặc dấu gạch dưới, theo sau là chữ cái, số hoặc dấu gạch dưới", "nodes.humanInput.userActions.actionIdTooLong": "ID hành động phải có {{maxLength}} ký tự trở xuống", "nodes.humanInput.userActions.actionNamePlaceholder": "Tên Hành động", - "nodes.humanInput.userActions.buttonTextPlaceholder": "Văn bản Hiển thị Nút", + "nodes.humanInput.userActions.buttonTextPlaceholder": "Giá trị Hành động", "nodes.humanInput.userActions.buttonTextTooLong": "Văn bản nút phải có {{maxLength}} ký tự trở xuống", "nodes.humanInput.userActions.chooseStyle": "Chọn kiểu nút", "nodes.humanInput.userActions.emptyTip": "Nhấp vào nút '+' để thêm hành động người dùng", "nodes.humanInput.userActions.title": "Hành động Người dùng", - "nodes.humanInput.userActions.tooltip": "Xác định các nút mà người dùng có thể nhấp để phản hồi biểu mẫu này. Mỗi nút có thể kích hoạt các đường dẫn quy trình làm việc khác nhau. ID hành động phải bắt đầu bằng chữ cái hoặc dấu gạch dưới, theo sau là chữ cái, số hoặc dấu gạch dưới.", + "nodes.humanInput.userActions.tooltip": "Xác định các nút mà người dùng có thể nhấp để phản hồi biểu mẫu này. ID hành động kiểm soát việc phân nhánh. Giá trị Hành động được hiển thị ở phía sau như là đầu ra tích hợp được chọn. ID hành động phải bắt đầu bằng chữ cái hoặc dấu gạch dưới, theo sau là chữ cái, số hoặc dấu gạch dưới.", "nodes.humanInput.userActions.triggered": "{{actionName}} đã được kích hoạt", "nodes.ifElse.addCondition": "Thêm điều kiện", "nodes.ifElse.addSubVariable": "Biến phụ", diff --git a/web/i18n/zh-Hans/workflow.json b/web/i18n/zh-Hans/workflow.json index 6536f5ccdc..951d60bfd8 100644 --- a/web/i18n/zh-Hans/workflow.json +++ b/web/i18n/zh-Hans/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "操作 ID 必须以字母或下划线开头,后跟字母、数字或下划线", "nodes.humanInput.userActions.actionIdTooLong": "操作 ID 不能超过 {{maxLength}} 个字符", "nodes.humanInput.userActions.actionNamePlaceholder": "操作名称", - "nodes.humanInput.userActions.buttonTextPlaceholder": "按钮显示文本", + "nodes.humanInput.userActions.buttonTextPlaceholder": "操作值", "nodes.humanInput.userActions.buttonTextTooLong": "按钮文本不能超过 {{maxLength}} 个字符", "nodes.humanInput.userActions.chooseStyle": "选择按钮样式", "nodes.humanInput.userActions.emptyTip": "点击 '+' 按钮添加用户操作", "nodes.humanInput.userActions.title": "用户操作", - "nodes.humanInput.userActions.tooltip": "定义用户可以点击以响应此表单的按钮。每个按钮都可以触发不同的工作流路径。操作 ID 必须以字母或下划线开头,后跟字母、数字或下划线。", + "nodes.humanInput.userActions.tooltip": "定义用户可以点击以响应此表单的按钮。操作 ID 控制分支。操作值作为所选内置输出在下游公开。操作 ID 必须以字母或下划线开头,后跟字母、数字或下划线。", "nodes.humanInput.userActions.triggered": "已触发{{actionName}}", "nodes.ifElse.addCondition": "添加条件", "nodes.ifElse.addSubVariable": "添加子变量", diff --git a/web/i18n/zh-Hant/workflow.json b/web/i18n/zh-Hant/workflow.json index 9544a4ba2e..bd7e1b20d1 100644 --- a/web/i18n/zh-Hant/workflow.json +++ b/web/i18n/zh-Hant/workflow.json @@ -646,12 +646,12 @@ "nodes.humanInput.userActions.actionIdFormatTip": "操作 ID 必須以字母或下劃線開頭,後跟字母、數字或下劃線", "nodes.humanInput.userActions.actionIdTooLong": "操作 ID 不能超過{{maxLength}}個字符", "nodes.humanInput.userActions.actionNamePlaceholder": "操作名稱", - "nodes.humanInput.userActions.buttonTextPlaceholder": "按鈕顯示文本", + "nodes.humanInput.userActions.buttonTextPlaceholder": "操作值", "nodes.humanInput.userActions.buttonTextTooLong": "按鈕文本不能超過{{maxLength}}個字符", "nodes.humanInput.userActions.chooseStyle": "選擇按鈕樣式", "nodes.humanInput.userActions.emptyTip": "點擊 '+' 按鈕添加用戶操作", "nodes.humanInput.userActions.title": "用戶操作", - "nodes.humanInput.userActions.tooltip": "定義用戶可以點擊以響應此表單的按鈕。每個按鈕可以觸發不同的工作流路徑。操作 ID 必須以字母或下劃線開頭,後跟字母、數字或下劃線。", + "nodes.humanInput.userActions.tooltip": "定義用戶可以點擊以響應此表單的按鈕。操作 ID 控制分支。操作值作為所選內置輸出在下游公開。操作 ID 必須以字母或下劃線開頭,後跟字母、數字或下劃線。", "nodes.humanInput.userActions.triggered": "{{actionName}}已被觸發", "nodes.ifElse.addCondition": "新增條件", "nodes.ifElse.addSubVariable": "子變數",