diff --git a/web/i18n/ar-TN/workflow.json b/web/i18n/ar-TN/workflow.json index 5c8d1a2188..f5ad90ca62 100644 --- a/web/i18n/ar-TN/workflow.json +++ b/web/i18n/ar-TN/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "القيمة", "chatVariable.modal.description": "الوصف", "chatVariable.modal.descriptionPlaceholder": "وصف المتغير", + "chatVariable.modal.descriptionTooLong": "يجب ألا يتجاوز الوصف {{maxLength}} حرفًا", "chatVariable.modal.editInForm": "تعديل في النموذج", "chatVariable.modal.editInJSON": "تعديل في JSON", "chatVariable.modal.editTitle": "تعديل متغير محادثة", diff --git a/web/i18n/de-DE/workflow.json b/web/i18n/de-DE/workflow.json index fb2ebbf8fd..82e9966dfe 100644 --- a/web/i18n/de-DE/workflow.json +++ b/web/i18n/de-DE/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Wert", "chatVariable.modal.description": "Beschreibung", "chatVariable.modal.descriptionPlaceholder": "Beschreiben Sie die Variable", + "chatVariable.modal.descriptionTooLong": "Die Beschreibung darf maximal {{maxLength}} Zeichen lang sein", "chatVariable.modal.editInForm": "Im Formular bearbeiten", "chatVariable.modal.editInJSON": "In JSON bearbeiten", "chatVariable.modal.editTitle": "Gesprächsvariable bearbeiten", diff --git a/web/i18n/es-ES/workflow.json b/web/i18n/es-ES/workflow.json index 8c03cbab3e..1bde56032c 100644 --- a/web/i18n/es-ES/workflow.json +++ b/web/i18n/es-ES/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Valor", "chatVariable.modal.description": "Descripción", "chatVariable.modal.descriptionPlaceholder": "Describa la variable", + "chatVariable.modal.descriptionTooLong": "La descripción debe tener {{maxLength}} caracteres o menos", "chatVariable.modal.editInForm": "Editar en Formulario", "chatVariable.modal.editInJSON": "Editar en JSON", "chatVariable.modal.editTitle": "Editar Variable de Conversación", diff --git a/web/i18n/fa-IR/workflow.json b/web/i18n/fa-IR/workflow.json index a8da76a3ff..8a0d71095d 100644 --- a/web/i18n/fa-IR/workflow.json +++ b/web/i18n/fa-IR/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "مقدار", "chatVariable.modal.description": "توضیحات", "chatVariable.modal.descriptionPlaceholder": "توصیف متغیر", + "chatVariable.modal.descriptionTooLong": "توضیحات باید {{maxLength}} کاراکتر یا کمتر باشد", "chatVariable.modal.editInForm": "ویرایش در فرم", "chatVariable.modal.editInJSON": "ویرایش در JSON", "chatVariable.modal.editTitle": "ویرایش متغیر مکالمه", diff --git a/web/i18n/fr-FR/workflow.json b/web/i18n/fr-FR/workflow.json index 5d62f7309f..e4f9e3f9ed 100644 --- a/web/i18n/fr-FR/workflow.json +++ b/web/i18n/fr-FR/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Valeur", "chatVariable.modal.description": "Description", "chatVariable.modal.descriptionPlaceholder": "Décrivez la variable", + "chatVariable.modal.descriptionTooLong": "La description ne doit pas dépasser {{maxLength}} caractères", "chatVariable.modal.editInForm": "Éditer dans le Formulaire", "chatVariable.modal.editInJSON": "Éditer en JSON", "chatVariable.modal.editTitle": "Modifier une Variable de Conversation", diff --git a/web/i18n/hi-IN/workflow.json b/web/i18n/hi-IN/workflow.json index 68986b1434..f4cf49caee 100644 --- a/web/i18n/hi-IN/workflow.json +++ b/web/i18n/hi-IN/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "मान", "chatVariable.modal.description": "विवरण", "chatVariable.modal.descriptionPlaceholder": "चर का वर्णन करें", + "chatVariable.modal.descriptionTooLong": "विवरण {{maxLength}} वर्णों या उससे कम का होना चाहिए", "chatVariable.modal.editInForm": "फॉर्म में संपादित करें", "chatVariable.modal.editInJSON": "JSON में संपादित करें", "chatVariable.modal.editTitle": "वार्तालाप चर संपादित करें", diff --git a/web/i18n/id-ID/workflow.json b/web/i18n/id-ID/workflow.json index 5a9a3334ab..3ee4a0a0cc 100644 --- a/web/i18n/id-ID/workflow.json +++ b/web/i18n/id-ID/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Nilai", "chatVariable.modal.description": "Deskripsi", "chatVariable.modal.descriptionPlaceholder": "Jelaskan variabel", + "chatVariable.modal.descriptionTooLong": "Deskripsi harus {{maxLength}} karakter atau kurang", "chatVariable.modal.editInForm": "Edit dalam Formulir", "chatVariable.modal.editInJSON": "Edit dalam JSON", "chatVariable.modal.editTitle": "Edit Variabel Percakapan", diff --git a/web/i18n/it-IT/workflow.json b/web/i18n/it-IT/workflow.json index 6bcde7db74..60bcfb518c 100644 --- a/web/i18n/it-IT/workflow.json +++ b/web/i18n/it-IT/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Valore", "chatVariable.modal.description": "Descrizione", "chatVariable.modal.descriptionPlaceholder": "Descrivi la variabile", + "chatVariable.modal.descriptionTooLong": "La descrizione deve contenere al massimo {{maxLength}} caratteri", "chatVariable.modal.editInForm": "Modifica nel Modulo", "chatVariable.modal.editInJSON": "Modifica in JSON", "chatVariable.modal.editTitle": "Modifica Variabile di Conversazione", diff --git a/web/i18n/ja-JP/workflow.json b/web/i18n/ja-JP/workflow.json index 2c8c42df8a..baed1c62ff 100644 --- a/web/i18n/ja-JP/workflow.json +++ b/web/i18n/ja-JP/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "値", "chatVariable.modal.description": "説明", "chatVariable.modal.descriptionPlaceholder": "変数の説明を入力", + "chatVariable.modal.descriptionTooLong": "説明は {{maxLength}} 文字以内で入力してください", "chatVariable.modal.editInForm": "フォームで編集", "chatVariable.modal.editInJSON": "JSON で編集", "chatVariable.modal.editTitle": "会話変数を編集", diff --git a/web/i18n/ko-KR/workflow.json b/web/i18n/ko-KR/workflow.json index e8f0eaf550..44af1f27d3 100644 --- a/web/i18n/ko-KR/workflow.json +++ b/web/i18n/ko-KR/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "값", "chatVariable.modal.description": "설명", "chatVariable.modal.descriptionPlaceholder": "변수에 대해 설명하세요", + "chatVariable.modal.descriptionTooLong": "설명은 {{maxLength}}자 이하여야 합니다", "chatVariable.modal.editInForm": "양식에서 편집", "chatVariable.modal.editInJSON": "JSON 으로 편집", "chatVariable.modal.editTitle": "대화 변수 편집", diff --git a/web/i18n/nl-NL/workflow.json b/web/i18n/nl-NL/workflow.json index 310e73a6eb..76631b87d1 100644 --- a/web/i18n/nl-NL/workflow.json +++ b/web/i18n/nl-NL/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Value", "chatVariable.modal.description": "Description", "chatVariable.modal.descriptionPlaceholder": "Describe the variable", + "chatVariable.modal.descriptionTooLong": "Description must be {{maxLength}} characters or less", "chatVariable.modal.editInForm": "Edit in Form", "chatVariable.modal.editInJSON": "Edit in JSON", "chatVariable.modal.editTitle": "Edit Conversation Variable", diff --git a/web/i18n/pl-PL/workflow.json b/web/i18n/pl-PL/workflow.json index 269602edfd..75bfaef03b 100644 --- a/web/i18n/pl-PL/workflow.json +++ b/web/i18n/pl-PL/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Wartość", "chatVariable.modal.description": "Opis", "chatVariable.modal.descriptionPlaceholder": "Opisz zmienną", + "chatVariable.modal.descriptionTooLong": "Opis nie może mieć więcej niż {{maxLength}} znaków", "chatVariable.modal.editInForm": "Edytuj w Formularzu", "chatVariable.modal.editInJSON": "Edytuj w JSON", "chatVariable.modal.editTitle": "Edytuj Zmienną Konwersacji", diff --git a/web/i18n/pt-BR/workflow.json b/web/i18n/pt-BR/workflow.json index 006adb10ad..1a2f0107a0 100644 --- a/web/i18n/pt-BR/workflow.json +++ b/web/i18n/pt-BR/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Valor", "chatVariable.modal.description": "Descrição", "chatVariable.modal.descriptionPlaceholder": "Descreva a variável", + "chatVariable.modal.descriptionTooLong": "A descrição deve ter no máximo {{maxLength}} caracteres", "chatVariable.modal.editInForm": "Editar no Formulário", "chatVariable.modal.editInJSON": "Editar em JSON", "chatVariable.modal.editTitle": "Editar Variável de Conversação", diff --git a/web/i18n/ro-RO/workflow.json b/web/i18n/ro-RO/workflow.json index 540e979110..1f7d256ce6 100644 --- a/web/i18n/ro-RO/workflow.json +++ b/web/i18n/ro-RO/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Valoare", "chatVariable.modal.description": "Descriere", "chatVariable.modal.descriptionPlaceholder": "Descrieți variabila", + "chatVariable.modal.descriptionTooLong": "Descrierea trebuie să aibă cel mult {{maxLength}} caractere", "chatVariable.modal.editInForm": "Editare în Formular", "chatVariable.modal.editInJSON": "Editare în JSON", "chatVariable.modal.editTitle": "Editare Variabilă de Conversație", diff --git a/web/i18n/ru-RU/workflow.json b/web/i18n/ru-RU/workflow.json index 5de1bc1ed7..87f4923322 100644 --- a/web/i18n/ru-RU/workflow.json +++ b/web/i18n/ru-RU/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Значение", "chatVariable.modal.description": "Описание", "chatVariable.modal.descriptionPlaceholder": "Опишите переменную", + "chatVariable.modal.descriptionTooLong": "Описание должно содержать не более {{maxLength}} символов", "chatVariable.modal.editInForm": "Редактировать в форме", "chatVariable.modal.editInJSON": "Редактировать в JSON", "chatVariable.modal.editTitle": "Редактировать переменную разговора", diff --git a/web/i18n/sl-SI/workflow.json b/web/i18n/sl-SI/workflow.json index 7a0afa2c93..753f5661ea 100644 --- a/web/i18n/sl-SI/workflow.json +++ b/web/i18n/sl-SI/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Vrednost", "chatVariable.modal.description": "Opis", "chatVariable.modal.descriptionPlaceholder": "Opisujte spremenljivko", + "chatVariable.modal.descriptionTooLong": "Opis ne sme presegati {{maxLength}} znakov", "chatVariable.modal.editInForm": "Uredi v obrazcu", "chatVariable.modal.editInJSON": "Uredi v JSON", "chatVariable.modal.editTitle": "Uredi spremenljivko pogovora", diff --git a/web/i18n/th-TH/workflow.json b/web/i18n/th-TH/workflow.json index 9d6d310d51..f6998eecab 100644 --- a/web/i18n/th-TH/workflow.json +++ b/web/i18n/th-TH/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "ค่า", "chatVariable.modal.description": "คำอธิบาย", "chatVariable.modal.descriptionPlaceholder": "อธิบายตัวแปร", + "chatVariable.modal.descriptionTooLong": "คำอธิบายต้องมีความยาวไม่เกิน {{maxLength}} ตัวอักษร", "chatVariable.modal.editInForm": "แก้ไขในแบบฟอร์ม", "chatVariable.modal.editInJSON": "แก้ไขใน JSON", "chatVariable.modal.editTitle": "แก้ไขตัวแปรการสนทนา", diff --git a/web/i18n/tr-TR/workflow.json b/web/i18n/tr-TR/workflow.json index e5d4ebc71b..39bfb01a83 100644 --- a/web/i18n/tr-TR/workflow.json +++ b/web/i18n/tr-TR/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Değer", "chatVariable.modal.description": "Açıklama", "chatVariable.modal.descriptionPlaceholder": "Değişkeni açıklayın", + "chatVariable.modal.descriptionTooLong": "Açıklama {{maxLength}} karakter veya daha az olmalıdır", "chatVariable.modal.editInForm": "Formda düzenle", "chatVariable.modal.editInJSON": "JSON olarak düzenle", "chatVariable.modal.editTitle": "Konuşma Değişkenini Düzenle", diff --git a/web/i18n/uk-UA/workflow.json b/web/i18n/uk-UA/workflow.json index c9a559fc83..9be46ee2e5 100644 --- a/web/i18n/uk-UA/workflow.json +++ b/web/i18n/uk-UA/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Значення", "chatVariable.modal.description": "Опис", "chatVariable.modal.descriptionPlaceholder": "Опишіть змінну", + "chatVariable.modal.descriptionTooLong": "Опис має містити не більше {{maxLength}} символів", "chatVariable.modal.editInForm": "Редагувати у формі", "chatVariable.modal.editInJSON": "Редагувати в JSON", "chatVariable.modal.editTitle": "Редагувати змінну розмови", diff --git a/web/i18n/vi-VN/workflow.json b/web/i18n/vi-VN/workflow.json index 301b288d06..049f7f60bd 100644 --- a/web/i18n/vi-VN/workflow.json +++ b/web/i18n/vi-VN/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "Giá trị", "chatVariable.modal.description": "Mô tả", "chatVariable.modal.descriptionPlaceholder": "Mô tả biến", + "chatVariable.modal.descriptionTooLong": "Mô tả không được vượt quá {{maxLength}} ký tự", "chatVariable.modal.editInForm": "Chỉnh sửa trong Biểu mẫu", "chatVariable.modal.editInJSON": "Chỉnh sửa dưới dạng JSON", "chatVariable.modal.editTitle": "Chỉnh Sửa Biến Hội Thoại", diff --git a/web/i18n/zh-Hant/workflow.json b/web/i18n/zh-Hant/workflow.json index 2b81a10350..d8ebd94662 100644 --- a/web/i18n/zh-Hant/workflow.json +++ b/web/i18n/zh-Hant/workflow.json @@ -90,6 +90,7 @@ "chatVariable.modal.arrayValue": "值", "chatVariable.modal.description": "描述", "chatVariable.modal.descriptionPlaceholder": "描述此變數", + "chatVariable.modal.descriptionTooLong": "描述不能超過 {{maxLength}} 個字元", "chatVariable.modal.editInForm": "在表單中編輯", "chatVariable.modal.editInJSON": "以 JSON 編輯", "chatVariable.modal.editTitle": "編輯對話變數",