@bigbinary/neeto-rules-frontend 2.7.11 → 2.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/ar.json +2 -2
- package/app/javascript/src/translations/bg.json +2 -2
- package/app/javascript/src/translations/ca.json +2 -2
- package/app/javascript/src/translations/cs.json +2 -2
- package/app/javascript/src/translations/da.json +2 -2
- package/app/javascript/src/translations/de.json +2 -2
- package/app/javascript/src/translations/en.json +2 -4
- package/app/javascript/src/translations/es-MX.json +2 -2
- package/app/javascript/src/translations/es.json +2 -2
- package/app/javascript/src/translations/et.json +2 -2
- package/app/javascript/src/translations/fi.json +2 -2
- package/app/javascript/src/translations/fil.json +2 -2
- package/app/javascript/src/translations/fr.json +2 -2
- package/app/javascript/src/translations/he.json +2 -2
- package/app/javascript/src/translations/hi.json +2 -2
- package/app/javascript/src/translations/hr.json +2 -2
- package/app/javascript/src/translations/hu.json +2 -2
- package/app/javascript/src/translations/id.json +2 -2
- package/app/javascript/src/translations/it.json +2 -2
- package/app/javascript/src/translations/ja.json +2 -2
- package/app/javascript/src/translations/ko.json +2 -2
- package/app/javascript/src/translations/nl.json +2 -2
- package/app/javascript/src/translations/pl.json +2 -2
- package/app/javascript/src/translations/pt-BR.json +2 -2
- package/app/javascript/src/translations/pt.json +2 -2
- package/app/javascript/src/translations/ro.json +2 -2
- package/app/javascript/src/translations/ru.json +2 -2
- package/app/javascript/src/translations/sk.json +2 -2
- package/app/javascript/src/translations/sl.json +2 -2
- package/app/javascript/src/translations/sv.json +2 -2
- package/app/javascript/src/translations/th.json +2 -2
- package/app/javascript/src/translations/tr.json +2 -2
- package/app/javascript/src/translations/uk.json +2 -2
- package/app/javascript/src/translations/vi.json +2 -2
- package/app/javascript/src/translations/zh-CN.json +2 -2
- package/app/javascript/src/translations/zh-TW.json +2 -2
- package/dist/.ready +1 -1
- package/dist/NeetoRulesBuilder.js +63 -12
- package/dist/NeetoRulesBuilder.js.map +1 -1
- package/dist/NeetoRulesForm.js +2 -2
- package/dist/cjs/NeetoRulesBuilder.js +63 -12
- package/dist/cjs/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/v2/NeetoRulesBuilder.js +2 -2
- package/dist/cjs/v2/NeetoRulesForm.js +2 -2
- package/dist/cjs/v2/index.js +2 -2
- package/dist/{index-DZzMQVUu.js → index-Bfe1tRHq.js} +6 -31
- package/dist/index-Bfe1tRHq.js.map +1 -0
- package/dist/{index-CqiiEJkf.js → index-C0gKo-ED.js} +6 -31
- package/dist/index-C0gKo-ED.js.map +1 -0
- package/dist/{index-CqnO-IZF.js → index-D7dZ7WdP.js} +2 -2
- package/dist/{index-CqnO-IZF.js.map → index-D7dZ7WdP.js.map} +1 -1
- package/dist/{index-DOW_ZlOp.js → index-DnM1MWRr.js} +2 -2
- package/dist/{index-DOW_ZlOp.js.map → index-DnM1MWRr.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/keyboardShortcuts-DNOhEY8h.js +88 -0
- package/dist/{keyboardShortcuts-Ow9vI9My.js.map → keyboardShortcuts-DNOhEY8h.js.map} +1 -1
- package/dist/keyboardShortcuts-SAk712q8.js +92 -0
- package/dist/{keyboardShortcuts-5radhjgX.js.map → keyboardShortcuts-SAk712q8.js.map} +1 -1
- package/dist/v2/NeetoRulesBuilder.js +2 -2
- package/dist/v2/NeetoRulesForm.js +2 -2
- package/dist/v2/index.js +2 -2
- package/package.json +7 -7
- package/dist/index-CqiiEJkf.js.map +0 -1
- package/dist/index-DZzMQVUu.js.map +0 -1
- package/dist/keyboardShortcuts-5radhjgX.js +0 -92
- package/dist/keyboardShortcuts-Ow9vI9My.js +0 -88
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "لا يمكن أن يكون التأخير أقل من {{min}}",
|
|
257
257
|
"invalidJsonBody": "يجب أن يكون الجسم عبارة عن JSON صالح",
|
|
258
258
|
"maximumPhoneNumbers": "يسمح فقط بحد أقصى {{max}} من أرقام الهاتف",
|
|
259
|
-
"maxLeadTime": "
|
|
259
|
+
"maxLeadTime": "يجب أن تكون المدة أقل من أو تساوي {{max}} لجميع الوحدات (الدقائق/الساعات/الأيام)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "هو",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "أدخل عناوين البريد الإلكتروني",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "المستلم",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "يجب أن تكون رسالتك نصية أقل من 160 حرفًا لتجنب تقسيم الرسائل النصية المتعددة. تعتبر المتغيرات الديناميكية أيضًا جزءًا من الحد الأقصى لعدد الأحرف.",
|
|
440
440
|
"noOptions": "لا توجد خيارات متاحة.",
|
|
441
441
|
"noOptionsFor": "لا توجد {{field}} متاحة."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Закъснението не може да бъде по-малко от {{min}}",
|
|
257
257
|
"invalidJsonBody": "Съдържанието трябва да бъде валиден JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Допустими са само до {{max}} телефонни номера",
|
|
259
|
-
"maxLeadTime": "Времето
|
|
259
|
+
"maxLeadTime": "Времето трябва да бъде по-малко или равно на {{max}} за всички единици (минути/часове/дни)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Е",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Въведете имейл адреси",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Получател",
|
|
439
|
-
"smsSegmentHint": "Дръжте
|
|
439
|
+
"smsSegmentHint": "Дръжте вашето SMS под 160 знака, за да избегнете множество SMS сегменти. Динамичните променливи също се считат за част от лимита на знаците.",
|
|
440
440
|
"noOptions": "Няма налични опции.",
|
|
441
441
|
"noOptionsFor": "Няма {{field}} налични."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "El retard no pot ser inferior a {{min}}",
|
|
257
257
|
"invalidJsonBody": "El cos ha de ser un JSON vàlid",
|
|
258
258
|
"maximumPhoneNumbers": "Només s'admeten fins a {{max}} números de telèfon",
|
|
259
|
-
"maxLeadTime": "El temps
|
|
259
|
+
"maxLeadTime": "El temps ha de ser igual o inferior a {{max}} per a totes les unitats (minuts/hores/dies)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "És",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Introdueix adreces de correu electrònic",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatari",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Mantingueu els vostres SMS per sota de 160 caràcters per evitar múltiples segments d'SMS. Les variables dinàmiques també compten per al límit de caràcters.",
|
|
440
440
|
"noOptions": "Sense opcions disponibles.",
|
|
441
441
|
"noOptionsFor": "Sense {{field}} disponibles."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Zpoždění nemůže být menší než {{min}}",
|
|
257
257
|
"invalidJsonBody": "Tělo by mělo být platné JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Povoleno pouze až {{max}} telefonních čísel",
|
|
259
|
-
"maxLeadTime": "Čas
|
|
259
|
+
"maxLeadTime": "Čas musí být menší nebo roven {{max}} pro všechny jednotky (minuty/hodiny/dny)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Je",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Zadejte e-mailové adresy",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Příjemce",
|
|
439
|
-
"smsSegmentHint": "Udržujte
|
|
439
|
+
"smsSegmentHint": "Udržujte svou SMS pod 160 znaky, abyste se vyhnuli vícero SMS segmentům. Dynamické proměnné se také počítají do limitu znaků.",
|
|
440
440
|
"noOptions": "Žádné možnosti nejsou k dispozici.",
|
|
441
441
|
"noOptionsFor": "Žádné {{field}} nedostupné."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Forsinkelsen må ikke være mindre end {{min}}",
|
|
257
257
|
"invalidJsonBody": "Kroppen skal være et gyldigt JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Kun op til {{max}} telefonnumre er tilladt",
|
|
259
|
-
"maxLeadTime": "Tid
|
|
259
|
+
"maxLeadTime": "Tid skal være mindre end eller lig med {{max}} for alle enheder (minutter/timer/dage)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Er",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Indtast e-mailadresser",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Modtager",
|
|
439
|
-
"smsSegmentHint": "Hold
|
|
439
|
+
"smsSegmentHint": "Hold din SMS under 160 tegn for at undgå multiple SMS-segmenter. Dynamiske variabler tæller også med i tegnbegrænsningen.",
|
|
440
440
|
"noOptions": "Ingen muligheder tilgængelige.",
|
|
441
441
|
"noOptionsFor": "Ingen {{field}} tilgængelige."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Die Verzögerung darf nicht weniger als {{min}} betragen",
|
|
257
257
|
"invalidJsonBody": "Inhalt sollte ein gültiges JSON sein",
|
|
258
258
|
"maximumPhoneNumbers": "Es sind nur bis zu {{max}} Telefonnummern erlaubt",
|
|
259
|
-
"maxLeadTime": "Die Zeit
|
|
259
|
+
"maxLeadTime": "Die Zeit muss weniger als oder gleich {{max}} für alle Einheiten (Minuten/Stunden/Tage) sein."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Ist",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "E-Mail-Adressen eingeben",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Empfänger",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Halte deine SMS unter 160 Zeichen, um mehrere SMS-Segmente zu vermeiden. Dynamische Variablen zählen ebenfalls zum Zeichenlimit.",
|
|
440
440
|
"noOptions": "Keine Optionen verfügbar.",
|
|
441
441
|
"noOptionsFor": "Keine {{field}} verfügbar."
|
|
442
442
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"emailPlaceholder": "Enter email addresses",
|
|
46
46
|
"exampleEmail": "oliver@example.com",
|
|
47
47
|
"recipient": "Recipient",
|
|
48
|
-
"smsSegmentHint": "Keep
|
|
48
|
+
"smsSegmentHint": "Keep your SMS under 160 characters to avoid multiple SMS segments. Dynamic variables also count toward the character limit.",
|
|
49
49
|
"noOptions": "No options available.",
|
|
50
50
|
"noOptionsFor": "No {{field}} available."
|
|
51
51
|
},
|
|
@@ -190,8 +190,6 @@
|
|
|
190
190
|
"labels": {
|
|
191
191
|
"active": "Active",
|
|
192
192
|
"body": "Body",
|
|
193
|
-
"characterCount_one": "{{count}} character",
|
|
194
|
-
"characterCount_other": "{{count}} characters",
|
|
195
193
|
"selectValues": "Select values",
|
|
196
194
|
"selectValue": "Select value",
|
|
197
195
|
"multipleValues": "Multiple values",
|
|
@@ -361,7 +359,7 @@
|
|
|
361
359
|
"maximumPhoneNumbers": "Only up to {{max}} phone numbers are allowed",
|
|
362
360
|
"maxDelay": "Delay can't be more than {{max}}",
|
|
363
361
|
"minDelay": "Delay can't be less than {{min}}",
|
|
364
|
-
"maxLeadTime": "Time
|
|
362
|
+
"maxLeadTime": "Time must be less than or equal to {{max}} for all units (minutes/hours/days).",
|
|
365
363
|
"invalidJsonBody": "Body should be a valid JSON"
|
|
366
364
|
},
|
|
367
365
|
"conditionVerbs": {
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "El retraso no puede ser menor a {{min}}",
|
|
257
257
|
"invalidJsonBody": "El cuerpo debe ser un JSON válido",
|
|
258
258
|
"maximumPhoneNumbers": "Solo se permiten hasta {{max}} números de teléfono",
|
|
259
|
-
"maxLeadTime": "El tiempo
|
|
259
|
+
"maxLeadTime": "El tiempo debe ser menor o igual a {{max}} para todas las unidades (minutos/hours/días)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Es",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Introduce direcciones de correo electrónico",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatario",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Mantenga su SMS por debajo de 160 caracteres para evitar múltiples segmentos de SMS. Las variables dinámicas también cuentan para el límite de caracteres.",
|
|
440
440
|
"noOptions": "No hay opciones disponibles.",
|
|
441
441
|
"noOptionsFor": "No hay {{field}} disponibles."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "El retraso no puede ser menor que {{min}}",
|
|
257
257
|
"invalidJsonBody": "El cuerpo debe ser un JSON válido",
|
|
258
258
|
"maximumPhoneNumbers": "Solo se permiten hasta {{max}} números de teléfono",
|
|
259
|
-
"maxLeadTime": "El tiempo
|
|
259
|
+
"maxLeadTime": "El tiempo debe ser menor o igual a {{max}} para todas las unidades (minutos/horas/días)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Es",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Ingresa direcciones de correo electrónico",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatario",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Mantenga su SMS por debajo de 160 caracteres para evitar múltiples segmentos de SMS. Las variables dinámicas también cuentan para el límite de caracteres.",
|
|
440
440
|
"noOptions": "Sin opciones disponibles.",
|
|
441
441
|
"noOptionsFor": "Sin {{field}} disponibles."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Viivitus ei tohi olla vähem kui {{min}}",
|
|
257
257
|
"invalidJsonBody": "Kehajahu peaks olema kehtiv JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Lubatud on ainult kuni {{max}} telefoninumbrit",
|
|
259
|
-
"maxLeadTime": "Aeg
|
|
259
|
+
"maxLeadTime": "Aeg peab olema väiksem või võrdne {{max}} kõigi üksuste (minutid/tunnid/päevad) jaoks."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "On",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Sisestage e-posti aadressid",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Saaja",
|
|
439
|
-
"smsSegmentHint": "Hoia
|
|
439
|
+
"smsSegmentHint": "Hoia oma SMS 160 tähemärgi jooksul, et vältida mitmeid SMS-segmente. Dünaamilised muutujad arvestatakse samuti tähemärgi limiidiga.",
|
|
440
440
|
"noOptions": "Valikuid pole saadaval.",
|
|
441
441
|
"noOptionsFor": "Ei ole saadaval {{field}}."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Viivästys ei voi olla vähemmän kuin {{min}}",
|
|
257
257
|
"invalidJsonBody": "Sisällön on oltava voimassa oleva JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Vain enintään {{max}} puhelinnumeroa on sallittua",
|
|
259
|
-
"maxLeadTime": "
|
|
259
|
+
"maxLeadTime": "Ajan on oltava enintään {{max}} kaikilla yksiköillä (minuutit/tunnit/päivät)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "On",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Syötä sähköpostiosoitteet",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Vastaanottaja",
|
|
439
|
-
"smsSegmentHint": "Pidä
|
|
439
|
+
"smsSegmentHint": "Pidä SMS-viestisi alle 160 merkin, jotta useita SMS-segmenttejä ei synny. Dynaamiset muuttujat lasketaan myös merkkirajaan.",
|
|
440
440
|
"noOptions": "Ei vaihtoehtoja saatavilla.",
|
|
441
441
|
"noOptionsFor": "Ei {{field}} saatavilla."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Hindi maaaring mas mababa sa {{min}} ang pagkaantala",
|
|
257
257
|
"invalidJsonBody": "Ang nilalaman ay dapat na isang wastong JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Hanggang {{max}} bilang ng mga numero ng telepono ang pinapayagan",
|
|
259
|
-
"maxLeadTime": "Ang oras ay
|
|
259
|
+
"maxLeadTime": "Ang oras ay dapat na mas mababa sa o katumbas ng {{max}} para sa lahat ng yunit (minuto/oras/araw)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Ay",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Ilagay ang mga email address",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Tumanggap",
|
|
439
|
-
"smsSegmentHint": "Panatilihin
|
|
439
|
+
"smsSegmentHint": "Panatilihin ang iyong SMS sa ilalim ng 160 na mga karakter upang maiwasan ang maramihang mga bahagi ng SMS. Ang mga dynamic na variable ay binibilang din sa limitasyon ng karakter.",
|
|
440
440
|
"noOptions": "Walang magagamit na mga pagpipilian.",
|
|
441
441
|
"noOptionsFor": "Walang {{field}} na magagamit."
|
|
442
442
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"minDelay": "Le délai ne peut pas être inférieur à {{min}}",
|
|
119
119
|
"invalidJsonBody": "Le corps doit être un JSON valide",
|
|
120
120
|
"maximumPhoneNumbers": "Un maximum de {{max}} numéros de téléphone est autorisé",
|
|
121
|
-
"maxLeadTime": "Le temps
|
|
121
|
+
"maxLeadTime": "Le temps doit être inférieur ou égal à {{max}} pour toutes les unités (minutes/heures/jours)."
|
|
122
122
|
},
|
|
123
123
|
"cannedResponses": {
|
|
124
124
|
"title": "Réponses préenregistrées"
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"emailPlaceholder": "Entrez les adresses e-mail",
|
|
438
438
|
"exampleEmail": "oliver@example.com",
|
|
439
439
|
"recipient": "Destinataire",
|
|
440
|
-
"smsSegmentHint": "
|
|
440
|
+
"smsSegmentHint": "Gardez votre SMS sous 160 caractères pour éviter plusieurs segments SMS. Les variables dynamiques comptent également dans la limite des caractères.",
|
|
441
441
|
"noOptions": "Aucune option disponible.",
|
|
442
442
|
"noOptionsFor": "Aucun {{field}} disponible."
|
|
443
443
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"minDelay": "העיכוב לא יכול להיות פחות מ{{min}}",
|
|
64
64
|
"invalidJsonBody": "הגוף צריך להיות JSON חוקי",
|
|
65
65
|
"maximumPhoneNumbers": "מותר רק עד {{max}} מספרי טלפון",
|
|
66
|
-
"maxLeadTime": "הזמן
|
|
66
|
+
"maxLeadTime": "הזמן חייב להיות פחות או שווה ל-{{max}} לכל היחידות (דקות/שעות/ימים)."
|
|
67
67
|
},
|
|
68
68
|
"conditionVerbs": {
|
|
69
69
|
"is": "הוא",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "הזן כתובות דוא\"ל",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "נמען",
|
|
439
|
-
"smsSegmentHint": "שמור על
|
|
439
|
+
"smsSegmentHint": "שמור על ה-SMS שלך מתחת ל-160 תווים כדי להימנע ממספר חלקי SMS. משתנים דינמיים סופרים גם לחריגת התווים.",
|
|
440
440
|
"noOptions": "אין אפשרויות זמינות.",
|
|
441
441
|
"noOptionsFor": "אין {{field}} זמינות."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "विलंब {{min}} से कम नहीं हो सकता",
|
|
257
257
|
"invalidJsonBody": "शरीर एक मान्य JSON होना चाहिए",
|
|
258
258
|
"maximumPhoneNumbers": "केवल {{max}} फ़ोन नंबरों की अनुमति है",
|
|
259
|
-
"maxLeadTime": "समय {{max}} से
|
|
259
|
+
"maxLeadTime": "सभी इकाइयों (मिनट/घंटे/दिन) के लिए समय {{max}} से कम या उसके बराबर होना चाहिए।"
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "है",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "ईमेल पते दर्ज करें",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "प्राप्तकर्ता",
|
|
439
|
-
"smsSegmentHint": "एक SMS
|
|
439
|
+
"smsSegmentHint": "एक SMS को 160 वर्णों के अंतर्गत रखें ताकि कई SMS खंडों से बचा जा सके। गतिशील चर भी वर्ण सीमा में शामिल होते हैं।",
|
|
440
440
|
"noOptions": "कोई विकल्प उपलब्ध नहीं।",
|
|
441
441
|
"noOptionsFor": "कोई {{field}} उपलब्ध नहीं।"
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Kašnjenje ne može biti manje od {{min}}",
|
|
257
257
|
"invalidJsonBody": "Tijelo treba biti valjani JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Dozvoljeno je samo do {{max}} brojeva telefona",
|
|
259
|
-
"maxLeadTime": "Vrijeme
|
|
259
|
+
"maxLeadTime": "Vrijeme mora biti manje ili jednako {{max}} za sve jedinice (minute/sati/dani)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Je",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Unesite email adrese",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Primatelj",
|
|
439
|
-
"smsSegmentHint": "Držite ispod 160 znakova kako biste
|
|
439
|
+
"smsSegmentHint": "Držite svoj SMS ispod 160 znakova kako biste izbjegli višestruke SMS segmente. Dinamičke varijable također se računaju prema ograničenju broja znakova.",
|
|
440
440
|
"noOptions": "Nema dostupnih opcija.",
|
|
441
441
|
"noOptionsFor": "Nema {{field}} dostupnih."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "A késleltetés nem lehet kevesebb, mint {{min}}",
|
|
257
257
|
"invalidJsonBody": "A törzsnek érvényes JSON-nak kell lennie",
|
|
258
258
|
"maximumPhoneNumbers": "Csak maximum {{max}} telefonszám engedélyezett",
|
|
259
|
-
"maxLeadTime": "Az
|
|
259
|
+
"maxLeadTime": "Az időnek kevesebbnek vagy egyenlőnek kell lennie {{max}}-nál minden egység esetében (percek/órák/napok)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Van",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Írja be az e-mail címeket",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Címzett",
|
|
439
|
-
"smsSegmentHint": "Tartsa 160
|
|
439
|
+
"smsSegmentHint": "Tartsa az SMS-t 160 karakter alatt, hogy elkerülje a több SMS szegmenst. A dinamikus változók is beleszámítanak a karakterkorlátozásba.",
|
|
440
440
|
"noOptions": "Nincs elérhető opció.",
|
|
441
441
|
"noOptionsFor": "Nincs {{field}} elérhető."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Penundaan tidak dapat kurang dari {{min}}",
|
|
257
257
|
"invalidJsonBody": "Isi harus berupa JSON yang valid",
|
|
258
258
|
"maximumPhoneNumbers": "Hanya sampai {{max}} nomor telepon yang diizinkan",
|
|
259
|
-
"maxLeadTime": "Waktu
|
|
259
|
+
"maxLeadTime": "Waktu harus kurang dari atau sama dengan {{max}} untuk semua unit (menit/jam/hari)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Adalah",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Masukkan alamat email",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Penerima",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Jaga SMS Anda di bawah 160 karakter untuk menghindari beberapa segmen SMS. Variabel dinamis juga dihitung ke dalam batas karakter.",
|
|
440
440
|
"noOptions": "Tidak ada opsi yang tersedia.",
|
|
441
441
|
"noOptionsFor": "Tidak ada {{field}} yang tersedia."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Il ritardo non può essere inferiore a {{min}}",
|
|
257
257
|
"invalidJsonBody": "Il corpo deve essere un JSON valido",
|
|
258
258
|
"maximumPhoneNumbers": "Sono consentiti solo fino a {{max}} numeri di telefono",
|
|
259
|
-
"maxLeadTime": "Il tempo
|
|
259
|
+
"maxLeadTime": "Il tempo deve essere inferiore o uguale a {{max}} per tutte le unità (minuti/ore/giorni)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "È",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Inserisci indirizzi email",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatario",
|
|
439
|
-
"smsSegmentHint": "Mantieni sotto 160 caratteri per
|
|
439
|
+
"smsSegmentHint": "Mantieni il tuo SMS sotto 160 caratteri per evitare più segmenti SMS. Le variabili dinamiche contano anche per il limite di caratteri.",
|
|
440
440
|
"noOptions": "Nessuna opzione disponibile.",
|
|
441
441
|
"noOptionsFor": "Nessun {{field}} disponibile."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "遅延は{{min}}を下回ることはできません",
|
|
257
257
|
"invalidJsonBody": "本文は有効なJSONである必要があります",
|
|
258
258
|
"maximumPhoneNumbers": "最大{{max}}件の電話番号のみが許可されています",
|
|
259
|
-
"maxLeadTime": "
|
|
259
|
+
"maxLeadTime": "すべての単位(分/時間/日)について、時間は{{max}}以下でなければなりません。"
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "は",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "メールアドレスを入力してください",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "受取人",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "SMSは160文字以内に収めて、複数のSMSセグメントを避けてください。動的変数も文字制限に含まれます。",
|
|
440
440
|
"noOptions": "利用可能なオプションはありません。",
|
|
441
441
|
"noOptionsFor": "{{field}}が利用できません。"
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "지연은 {{min}}보다 적을 수 없습니다.",
|
|
257
257
|
"invalidJsonBody": "본문은 유효한 JSON이어야 합니다.",
|
|
258
258
|
"maximumPhoneNumbers": "{{max}}개까지 전화번호를 입력할 수 있습니다.",
|
|
259
|
-
"maxLeadTime": "시간은 {{max}}
|
|
259
|
+
"maxLeadTime": "모든 단위(분/시간/일)에 대해 시간은 {{max}} 이하이어야 합니다."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "이것은",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "이메일 주소 입력",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "수신자",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "SMS는 160자 이하로 유지하여 여러 SMS 세그먼트를 피하십시오. 동적 변수도 문자 수 제한에 포함됩니다.",
|
|
440
440
|
"noOptions": "사용 가능한 옵션이 없습니다.",
|
|
441
441
|
"noOptionsFor": "{{field}}에 사용할 수 있는 항목이 없습니다."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Vertraging kan niet minder zijn dan {{min}}",
|
|
257
257
|
"invalidJsonBody": "Inhoud moet een geldige JSON zijn",
|
|
258
258
|
"maximumPhoneNumbers": "Maximaal {{max}} telefoonnummers zijn toegestaan",
|
|
259
|
-
"maxLeadTime": "
|
|
259
|
+
"maxLeadTime": "De tijd moet minder dan of gelijk aan {{max}} zijn voor alle eenheden (minuten/uren/dagen)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Is",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Voer e-mailadressen in",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Ontvanger",
|
|
439
|
-
"smsSegmentHint": "Houd
|
|
439
|
+
"smsSegmentHint": "Houd uw SMS onder de 160 tekens om meerdere SMS-segmenten te voorkomen. Dynamische variabelen tellen ook mee voor de tekenlimiet.",
|
|
440
440
|
"noOptions": "Geen opties beschikbaar.",
|
|
441
441
|
"noOptionsFor": "Geen {{field}} beschikbaar."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Opóźnienie nie może być mniejsze niż {{min}}",
|
|
257
257
|
"invalidJsonBody": "Treść powinna być prawidłowym JSON-em",
|
|
258
258
|
"maximumPhoneNumbers": "Dozwolone jest tylko do {{max}} numerów telefonów",
|
|
259
|
-
"maxLeadTime": "Czas
|
|
259
|
+
"maxLeadTime": "Czas musi być mniejszy lub równy {{max}} dla wszystkich jednostek (minuty/godziny/dni)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Jest",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Wprowadź adresy e-mail",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Odbiorca",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Zachowaj swoją SMS poniżej 160 znaków, aby uniknąć wielu segmentów SMS. Zmienne dynamiczne również wliczają się do limitu znaków.",
|
|
440
440
|
"noOptions": "Brak dostępnych opcji.",
|
|
441
441
|
"noOptionsFor": "Brak {{field}} dostępnych."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "O atraso não pode ser inferior a {{min}}",
|
|
257
257
|
"invalidJsonBody": "O corpo deve ser um JSON válido",
|
|
258
258
|
"maximumPhoneNumbers": "Apenas até {{max}} números de telefone são permitidos",
|
|
259
|
-
"maxLeadTime": "O tempo
|
|
259
|
+
"maxLeadTime": "O tempo deve ser menor ou igual a {{max}} para todas as unidades (minutos/horas/dias)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "É",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Digite endereços de e-mail",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatário",
|
|
439
|
-
"smsSegmentHint": "Mantenha abaixo de 160 caracteres para
|
|
439
|
+
"smsSegmentHint": "Mantenha seu SMS abaixo de 160 caracteres para evitar múltiplos segmentos de SMS. Variáveis dinâmicas também contam para o limite de caracteres.",
|
|
440
440
|
"noOptions": "Nenhuma opção disponível.",
|
|
441
441
|
"noOptionsFor": "Sem {{field}} disponível."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "O atraso não pode ser menor que {{min}}",
|
|
257
257
|
"invalidJsonBody": "O corpo deve ser um JSON válido",
|
|
258
258
|
"maximumPhoneNumbers": "São permitidos apenas até {{max}} números de telefone",
|
|
259
|
-
"maxLeadTime": "O tempo
|
|
259
|
+
"maxLeadTime": "O tempo deve ser menor ou igual a {{max}} para todas as unidades (minutos/horas/dias)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "É",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Digite os endereços de e-mail",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatário",
|
|
439
|
-
"smsSegmentHint": "Mantenha abaixo de 160 caracteres para
|
|
439
|
+
"smsSegmentHint": "Mantenha seu SMS abaixo de 160 caracteres para evitar múltiplos segmentos de SMS. Variáveis dinâmicas também contam para o limite de caracteres.",
|
|
440
440
|
"noOptions": "Nenhuma opção disponível.",
|
|
441
441
|
"noOptionsFor": "Nenhum {{field}} disponível."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Întârzierea nu poate fi mai mică de {{min}}",
|
|
257
257
|
"invalidJsonBody": "Corpul ar trebui să fie un JSON valid",
|
|
258
258
|
"maximumPhoneNumbers": "Sunt permise doar până la {{max}} numere de telefon",
|
|
259
|
-
"maxLeadTime": "Timpul
|
|
259
|
+
"maxLeadTime": "Timpul trebuie să fie mai mic sau egal cu {{max}} pentru toate unitățile (minute/ore/zi)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Este",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Introduceți adresele de email",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Destinatar",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Păstrați SMS-ul sub 160 de caractere pentru a evita segmentele SMS multiple. Variabilele dinamice contribuie de asemenea la limita de caractere.",
|
|
440
440
|
"noOptions": "Nu sunt disponibile opțiuni.",
|
|
441
441
|
"noOptionsFor": "Nu există {{field}} disponibile."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Задержка не может быть меньше {{min}}",
|
|
257
257
|
"invalidJsonBody": "Тело должно быть действительным JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Разрешено не более {{max}} номеров телефона",
|
|
259
|
-
"maxLeadTime": "Время
|
|
259
|
+
"maxLeadTime": "Время должно быть меньше или равно {{max}} для всех единиц измерения (минуты/часы/дни)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Является",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Введите адреса электронной почты",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Получатель",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Держите ваше SMS в пределах 160 символов, чтобы избежать нескольких сегментов SMS. Динамические переменные также учитываются в лимите символов.",
|
|
440
440
|
"noOptions": "Нет доступных вариантов.",
|
|
441
441
|
"noOptionsFor": "Нет {{field}} доступных."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Oneskorenie nemôže byť menšie ako {{min}}",
|
|
257
257
|
"invalidJsonBody": "Telo by malo byť platné JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Povolený počet telefónnych čísel je maximálne {{max}}",
|
|
259
|
-
"maxLeadTime": "Čas
|
|
259
|
+
"maxLeadTime": "Čas musí byť menší alebo rovný {{max}} pre všetky jednotky (minúty/hodiny/ dni)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Je",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Zadajte emailové adresy",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Príjemca",
|
|
439
|
-
"smsSegmentHint": "Udržujte
|
|
439
|
+
"smsSegmentHint": "Udržujte SMS správu pod 160 znakov, aby ste sa vyhli viacerým segmentom SMS. Dynamické premenné sa tiež počítajú do limitu znakov.",
|
|
440
440
|
"noOptions": "Žiadne možnosti nie sú k dispozícii.",
|
|
441
441
|
"noOptionsFor": "Žiadne {{field}} nie sú k dispozícii."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Zamuda ne more biti manjša od {{min}}",
|
|
257
257
|
"invalidJsonBody": "Vsebina mora biti veljavna JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Dovoljenih je le do {{max}} številk telefona",
|
|
259
|
-
"maxLeadTime": "Čas
|
|
259
|
+
"maxLeadTime": "Čas mora biti manjši ali enak {{max}} za vse enote (minute/ure/dni)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Je",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Vnesite e-poštne naslove",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Prejemnik",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "Ohranite svoje SMS sporočilo pod 160 znaki, da se izognete več segmentom SMS. Dinamične spremenljivke prav tako štejejo za omejitev znakov.",
|
|
440
440
|
"noOptions": "Brez razpoložljivih možnosti.",
|
|
441
441
|
"noOptionsFor": "Brez {{field}} razpoložljivih."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "Fördröjning kan inte vara mindre än {{min}}",
|
|
257
257
|
"invalidJsonBody": "Innehållet ska vara en giltig JSON",
|
|
258
258
|
"maximumPhoneNumbers": "Endast upp till {{max}} telefonnummer är tillåtna",
|
|
259
|
-
"maxLeadTime": "Tiden
|
|
259
|
+
"maxLeadTime": "Tiden måste vara mindre än eller lika med {{max}} för alla enheter (minuter/timmar/dagar)."
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "Är",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "Ange e-postadresser",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "Mottagare",
|
|
439
|
-
"smsSegmentHint": "Håll
|
|
439
|
+
"smsSegmentHint": "Håll ditt SMS under 160 tecken för att undvika flera SMS-segment. Dynamiska variabler räknas också med i teckengränsen.",
|
|
440
440
|
"noOptions": "Inga alternativ tillgängliga.",
|
|
441
441
|
"noOptionsFor": "Inga {{field}} tillgängliga."
|
|
442
442
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"minDelay": "การหน่วงเวลาไม่สามารถน้อยกว่า {{min}}",
|
|
257
257
|
"invalidJsonBody": "เนื้อหาควรเป็น JSON ที่ถูกต้อง",
|
|
258
258
|
"maximumPhoneNumbers": "อนุญาตเพียง {{max}} หมายเลขโทรศัพท์เท่านั้น",
|
|
259
|
-
"maxLeadTime": "
|
|
259
|
+
"maxLeadTime": "เวลาต้องน้อยกว่าหรือเท่ากับ {{max}} สำหรับหน่วยทั้งหมด (นาที/ชั่วโมง/วัน)"
|
|
260
260
|
},
|
|
261
261
|
"conditionVerbs": {
|
|
262
262
|
"is": "คือ",
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"emailPlaceholder": "กรุณากรอกที่อยู่อีเมล",
|
|
437
437
|
"exampleEmail": "oliver@example.com",
|
|
438
438
|
"recipient": "ผู้รับ",
|
|
439
|
-
"smsSegmentHint": "
|
|
439
|
+
"smsSegmentHint": "โปรดจำกัด SMS ของคุณให้ต่ำกว่า 160 ตัวอักษรเพื่อหลีกเลี่ยงการแบ่ง SMS หลายส่วน ตัวแปรที่เป็นพลศาสตร์ก็มีผลต่อขีดจำกัดตัวอักษรเช่นกัน",
|
|
440
440
|
"noOptions": "ไม่มีตัวเลือกที่มีอยู่",
|
|
441
441
|
"noOptionsFor": "ไม่มี {{field}} ที่มีอยู่"
|
|
442
442
|
},
|