From ca132cf5609db7662cec2fa15f7bc95470c81008 Mon Sep 17 00:00:00 2001 From: ppizarror Date: Wed, 17 Aug 2022 16:49:20 -0400 Subject: [PATCH] Fix notEnds/notStarts for searchBuilder plugin --- i18n/ar.json | 4 ++-- i18n/bn.json | 4 ++-- i18n/ca.json | 4 ++-- i18n/cs.json | 4 ++-- i18n/de-DE.json | 4 ++-- i18n/en-GB.json | 4 ++-- i18n/es-ES.json | 4 ++-- i18n/es-MX.json | 4 ++-- i18n/et.json | 4 ++-- i18n/fa.json | 4 ++-- i18n/fr-FR.json | 4 ++-- i18n/he.json | 4 ++-- i18n/it-IT.json | 4 ++-- i18n/ja.json | 4 ++-- i18n/nl-NL.json | 4 ++-- i18n/pt-BR.json | 4 ++-- i18n/pt-PT.json | 4 ++-- i18n/ru.json | 4 ++-- i18n/sr-SP.json | 4 ++-- i18n/tr.json | 4 ++-- i18n/vi.json | 4 ++-- i18n/zh-HANT.json | 4 ++-- 22 files changed, 44 insertions(+), 44 deletions(-) diff --git a/i18n/ar.json b/i18n/ar.json index 32b9113..38e62f6 100644 --- a/i18n/ar.json +++ b/i18n/ar.json @@ -91,8 +91,8 @@ "endsWith": "تنتهي ب", "equals": "تساوي", "notContains": "لا تحتوي", - "notStarts": "لا تبدأ بـ", - "notEnds": "لا تنتهي بـ" + "notStartsWith": "لا تبدأ بـ", + "notEndsWith": "لا تنتهي بـ" }, "array": { "equals": "تساوي", diff --git a/i18n/bn.json b/i18n/bn.json index 604b535..9de8934 100644 --- a/i18n/bn.json +++ b/i18n/bn.json @@ -187,8 +187,8 @@ "notEmpty": "খালি নয়", "startsWith": "শুরু হয়", "notContains": "বিদ্যমান নয়", - "notStarts": "শুরু হয় না", - "notEnds": "শেষ হয় না" + "notStartsWith": "শুরু হয় না", + "notEndsWith": "শেষ হয় না" }, "array": { "equals": "সমান", diff --git a/i18n/ca.json b/i18n/ca.json index 80c3adc..53b4762 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -168,8 +168,8 @@ "not": "No", "notEmpty": "No buit", "startsWith": "Comença amb", - "notEnds": "No acaba amb", - "notStarts": "No comença amb", + "notEndsWith": "No acaba amb", + "notStartsWith": "No comença amb", "notContains": "No inclou" }, "array": { diff --git a/i18n/cs.json b/i18n/cs.json index c8586dc..94359e0 100644 --- a/i18n/cs.json +++ b/i18n/cs.json @@ -47,8 +47,8 @@ "notEmpty": "není prázdné", "startsWith": "začíná na", "notContains": "Podmínka", - "notStarts": "Nezačíná", - "notEnds": "Nekončí" + "notStartsWith": "Nezačíná", + "notEndsWith": "Nekončí" }, "array": { "equals": "rovno", diff --git a/i18n/de-DE.json b/i18n/de-DE.json index 70a4de5..8e871f2 100644 --- a/i18n/de-DE.json +++ b/i18n/de-DE.json @@ -97,8 +97,8 @@ "notEmpty": "Nicht leer", "startsWith": "Startet mit", "notContains": "enthält nicht", - "notStarts": "startet nicht mit", - "notEnds": "endet nicht mit" + "notStartsWith": "startet nicht mit", + "notEndsWith": "endet nicht mit" }, "array": { "equals": "ist gleich", diff --git a/i18n/en-GB.json b/i18n/en-GB.json index f7876f8..9ccd76c 100644 --- a/i18n/en-GB.json +++ b/i18n/en-GB.json @@ -93,8 +93,8 @@ "notEmpty": "Not Empty", "startsWith": "Starts With", "notContains": "Does Not Contain", - "notStarts": "Does Not Start With", - "notEnds": "Does Not End With" + "notStartsWith": "Does Not Start With", + "notEndsWith": "Does Not End With" }, "array": { "without": "Without", diff --git a/i18n/es-ES.json b/i18n/es-ES.json index aea6912..f106d61 100644 --- a/i18n/es-ES.json +++ b/i18n/es-ES.json @@ -92,8 +92,8 @@ "startsWith": "Empieza con", "not": "Diferente de", "notContains": "No Contiene", - "notStarts": "No empieza con", - "notEnds": "No termina con" + "notStartsWith": "No empieza con", + "notEndsWith": "No termina con" }, "array": { "not": "Diferente de", diff --git a/i18n/es-MX.json b/i18n/es-MX.json index 84b2d79..2619e58 100644 --- a/i18n/es-MX.json +++ b/i18n/es-MX.json @@ -96,8 +96,8 @@ "startsWith": "Inicia con", "notEmpty": "No vacío", "notContains": "No Contiene", - "notEnds": "No Termina", - "notStarts": "No Comienza" + "notEndsWith": "No Termina", + "notStartsWith": "No Comienza" }, "array": { "equals": "Igual a", diff --git a/i18n/et.json b/i18n/et.json index 7768f23..41f43c9 100644 --- a/i18n/et.json +++ b/i18n/et.json @@ -135,8 +135,8 @@ "not": "Ei ole", "notContains": "Ei sisalda", "notEmpty": "Ei ole tühi", - "notEnds": "Ei lõppe", - "notStarts": "Ei alga", + "notEndsWith": "Ei lõppe", + "notStartsWith": "Ei alga", "startsWith": "Algab" } }, diff --git a/i18n/fa.json b/i18n/fa.json index dcf6575..9ad3f91 100644 --- a/i18n/fa.json +++ b/i18n/fa.json @@ -86,8 +86,8 @@ "notEmpty": "خالی نباشد", "startsWith": "شروع شود با", "notContains": "نباشد حاوی", - "notEnds": "پایان نیابد با", - "notStarts": "شروع نشود با" + "notEndsWith": "پایان نیابد با", + "notStartsWith": "شروع نشود با" }, "array": { "equals": "برابر", diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json index b3ab04b..b738073 100644 --- a/i18n/fr-FR.json +++ b/i18n/fr-FR.json @@ -59,8 +59,8 @@ "startsWith": "Commence par", "equals": "Égal à", "notContains": "Ne contient pas", - "notEnds": "Ne termine pas par", - "notStarts": "Ne commence pas par" + "notEndsWith": "Ne termine pas par", + "notStartsWith": "Ne commence pas par" }, "array": { "empty": "Vide", diff --git a/i18n/he.json b/i18n/he.json index 60e8e4e..5ffbd63 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -163,8 +163,8 @@ "notEmpty": "לא ריק", "startsWith": "מתחיל ב", "notContains": "לא מכיל", - "notEnds": "לא מסתיים ב", - "notStarts": "לא מתחיל ב" + "notEndsWith": "לא מסתיים ב", + "notStartsWith": "לא מתחיל ב" }, "array": { "equals": "שווה", diff --git a/i18n/it-IT.json b/i18n/it-IT.json index e1f4764..18212b0 100644 --- a/i18n/it-IT.json +++ b/i18n/it-IT.json @@ -91,8 +91,8 @@ "notEmpty": "Non Vuoto", "startsWith": "Inizia Con", "notContains": "Non Contiene", - "notStarts": "Non Inizia Con", - "notEnds": "Non Finisce Con" + "notStartsWith": "Non Inizia Con", + "notEndsWith": "Non Finisce Con" }, "array": { "equals": "Uguale A", diff --git a/i18n/ja.json b/i18n/ja.json index 77648f6..41c8f8d 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -64,8 +64,8 @@ "notEmpty": "空白ではない", "startsWith": "次の文字から始まる", "notContains": "次の文字を含まない", - "notStarts": "次の文字で始まらない", - "notEnds": "次の文字で終わらない" + "notStartsWith": "次の文字で始まらない", + "notEndsWith": "次の文字で終わらない" } }, "data": "項目", diff --git a/i18n/nl-NL.json b/i18n/nl-NL.json index 027c04b..063c25f 100644 --- a/i18n/nl-NL.json +++ b/i18n/nl-NL.json @@ -89,8 +89,8 @@ "notEmpty": "Niet leeg", "startsWith": "Start met", "notContains": "Zonder", - "notEnds": "Eindigt niet met", - "notStarts": "Begint niet met" + "notEndsWith": "Eindigt niet met", + "notStartsWith": "Begint niet met" }, "array": { "equals": "Gelijk aan", diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index de78265..d63f588 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -106,8 +106,8 @@ "notEmpty": "Não Vazio", "startsWith": "Começa Com", "notContains": "Não contém", - "notStarts": "Não começa com", - "notEnds": "Não termina com" + "notStartsWith": "Não começa com", + "notEndsWith": "Não termina com" }, "array": { "contains": "Contém", diff --git a/i18n/pt-PT.json b/i18n/pt-PT.json index a7eef09..a7ec6a4 100644 --- a/i18n/pt-PT.json +++ b/i18n/pt-PT.json @@ -91,8 +91,8 @@ "notEmpty": "Não está vazio", "startsWith": "Começa em", "notContains": "Não contém", - "notStarts": "Não começa com", - "notEnds": "Não termina com" + "notStartsWith": "Não começa com", + "notEndsWith": "Não termina com" }, "array": { "equals": "Igual", diff --git a/i18n/ru.json b/i18n/ru.json index 1f6bc99..3b6ce3d 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -43,8 +43,8 @@ "not": "Не", "notEmpty": "Не пусто", "notContains": "Не содержит", - "notStarts": "Не начинается на", - "notEnds": "Не заканчивается на" + "notStartsWith": "Не начинается на", + "notEndsWith": "Не заканчивается на" }, "date": { "after": "После", diff --git a/i18n/sr-SP.json b/i18n/sr-SP.json index a9e0f9e..fc7d92a 100644 --- a/i18n/sr-SP.json +++ b/i18n/sr-SP.json @@ -123,8 +123,8 @@ "notEmpty": "Nije prazan", "startsWith": "Počinje sa", "notContains": "Ne sadrži", - "notStarts": "Ne počinje sa", - "notEnds": "Ne završava se sa" + "notStartsWith": "Ne počinje sa", + "notEndsWith": "Ne završava se sa" }, "array": { "equals": "Jednako", diff --git a/i18n/tr.json b/i18n/tr.json index 84139f3..c677d03 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -105,8 +105,8 @@ "notEmpty": "Dolu", "startsWith": "İle başlar", "notContains": "İçermeyen", - "notStarts": "Başlamayan", - "notEnds": "Bitmeyen" + "notStartsWith": "Başlamayan", + "notEndsWith": "Bitmeyen" }, "array": { "contains": "İçerir", diff --git a/i18n/vi.json b/i18n/vi.json index 84844dd..e7685e4 100644 --- a/i18n/vi.json +++ b/i18n/vi.json @@ -97,8 +97,8 @@ "notEmpty": "Không rỗng", "startsWith": "Bắt đầu với", "notContains": "Không chứa", - "notEnds": "Không kết thúc với", - "notStarts": "Không bắt đầu với" + "notEndsWith": "Không kết thúc với", + "notStartsWith": "Không bắt đầu với" }, "array": { "equals": "Bằng", diff --git a/i18n/zh-HANT.json b/i18n/zh-HANT.json index 74ef35d..ff5d988 100644 --- a/i18n/zh-HANT.json +++ b/i18n/zh-HANT.json @@ -101,8 +101,8 @@ "notEmpty": "不為空", "startsWith": "字首為", "notContains": "不含", - "notStarts": "開頭不是", - "notEnds": "結尾不是" + "notStartsWith": "開頭不是", + "notEndsWith": "結尾不是" } }, "data": "欄位",