Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 508bfdc

Browse files
Mani Sankar Dbharathm03
Mani Sankar D
authored andcommitted
JS-49510 Need to change the locale text for string menu options from "startswith" to "StartsWith"
1 parent 889f0f4 commit 508bfdc

28 files changed

+28
-28
lines changed

l10n/ej.localetexts.ar-AE.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ if (ej.Grid) ej.Grid.Locale["ar-AE"] = {
444444
ExcelExport: "تصدير إكسل",
445445
WordExport: "تصدير كلمة",
446446
PdfExport: "PDF تصدير",
447-
StringMenuOptions: [{ text: "ابدا ب", value: "startswith" }, { text: "ينتهي مع", value: "endswith" }, { text: "يحتوي على", value: "contains" }, { text: "متساوي", value: "equal" }, { text: "غير متساوي", value: "notequal" }, ],
447+
StringMenuOptions: [{ text: "ابدا ب", value: "StartsWith" }, { text: "ينتهي مع", value: "EndsWith" }, { text: "يحتوي على", value: "Contains" }, { text: "متساوي", value: "Equal" }, { text: "غير متساوي", value: "NotEqual" }, ],
448448
NumberMenuOptions: [{ text: "أقل من", value: "LessThan" }, { text: "اعظم من", value: "GreaterThan" }, { text: "أقل من أو يساوي", value: "LessThanOrEqual" }, { text: "أكبر من أو يساوي", value: "GreaterThanOrEqual" }, { text: "متساوي", value: "Equal" }, { text: "غير متساوي", value: "NotEqual" }, ],
449449
PredicateAnd: "و",
450450
PredicateOr: "أو",

l10n/ej.localetexts.cs-CZ.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["cs-CZ"] = {
443443
ExcelExport: "Excel Export",
444444
WordExport: "Word Export",
445445
PdfExport: "Export do formátu PDF",
446-
StringMenuOptions: [{ text: "začíná s", value: "startswith"},{ text: "končí", value: "endswith"},{ text: "obsahuje", value: "contains"},{ text: "Rovnat se", value: "equal"},{ text: "není rovno", value: "notequal"},],
446+
StringMenuOptions: [{ text: "začíná s", value: "StartsWith"},{ text: "končí", value: "EndsWith"},{ text: "obsahuje", value: "Contains"},{ text: "Rovnat se", value: "Equal"},{ text: "není rovno", value: "NotEqual"},],
447447
NumberMenuOptions: [{ text: "Méně než", value: "LessThan" }, { text: "Větší než", value: "GreaterThan" }, { text: "Menší než nebo rovno", value: "LessThanOrEqual" }, { text: "Větší než nebo rovno", value: "GreaterThanOrEqual" }, { text: "Rovnat se", value: "Equal" }, { text: "není rovno", value: "NotEqual" }, ],
448448
PredicateAnd: "A",
449449
PredicateOr: "NEBO",

l10n/ej.localetexts.da-DK.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["da-DK"] = {
443443
ExcelExport: "Excel Export",
444444
WordExport: "Word Export",
445445
PdfExport: "PDF Export",
446-
StringMenuOptions: [{ text: "begynder med", value: "startswith"},{ text: "slutter med", value: "endswith"},{ text: "Indeholder", value: "contains"},{ text: "Lige", value: "equal"},{ text: "Ikke lig", value: "notequal"},],
446+
StringMenuOptions: [{ text: "begynder med", value: "StartsWith"},{ text: "slutter med", value: "EndsWith"},{ text: "Indeholder", value: "Contains"},{ text: "Lige", value: "Equal"},{ text: "Ikke lig", value: "NotEqual"},],
447447
NumberMenuOptions: [{ text: "Mindre end", value: "LessThan" }, { text: "Bedre end", value: "GreaterThan" }, { text: "Mindre end eller lig", value: "LessThanOrEqual" }, { text: "Større end eller lig", value: "GreaterThanOrEqual" }, { text: "Lige", value: "Equal" }, { text: "Ikke lig", value: "NotEqual" }, ],
448448
PredicateAnd: "OG",
449449
PredicateOr: "ELLER",

l10n/ej.localetexts.de-DE.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ if (ej.Grid) ej.Grid.Locale["de-DE"] = {
454454
ExcelExport: "Excel Export",
455455
WordExport: "Word-Export",
456456
PdfExport: "PDF-Export",
457-
StringMenuOptions: [{ text: "Beginnt mit", value: "startswith"},{ text: "Endet mit", value: "endswith"},{ text: "Enthält", value: "contains"},{ text: "Gleich", value: "equal"},{ text: "Nicht equal", value: "notequal"},],
457+
StringMenuOptions: [{ text: "Beginnt mit", value: "StartsWith"},{ text: "Endet mit", value: "EndsWith"},{ text: "Enthält", value: "Contains"},{ text: "Gleich", value: "Equal"},{ text: "Nicht equal", value: "NotEqual"},],
458458
NumberMenuOptions: [{ text: "Weniger als", value: "LessThan" }, { text: "Größer als", value: "GreaterThan" }, { text: "Kleiner als oder equal", value: "LessThanOrEqual" }, { text: "Größer als oder equal", value: "GreaterThanOrEqual" }, { text: "Gleich", value: "Equal" }, { text: "Nicht equal", value: "NotEqual" }, ],
459459
PredicateAnd: "UND",
460460
PredicateOr: "ODER",

l10n/ej.localetexts.en-GB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if (ej.Grid) ej.Grid.Locale["en-GB"] = {
134134
ExcelExport: "Excel Export",
135135
WordExport: "Word Export",
136136
PdfExport: "PDF Export",
137-
StringMenuOptions: [{ text: "StartsWith", value: "startswith" }, { text: "EndsWith", value: "endswith" }, { text: "Contains", value: "contains" }, { text: "Equal", value: "equal" }, { text: "NotEqual", value: "notequal" }],
137+
StringMenuOptions: [{ text: "StartsWith", value: "StartsWith" }, { text: "EndsWith", value: "EndsWith" }, { text: "Contains", value: "Contains" }, { text: "Equal", value: "Equal" }, { text: "NotEqual", value: "NotEqual" }],
138138
NumberMenuOptions: [{ text: "LessThan", value: "LessThan" }, { text: "GreaterThan", value: "GreaterThan" }, { text: "LessThanOrEqual", value: "LessThanOrEqual" }, { text: "GreaterThanOrEqual", value: "GreaterThanOrEqual" }, { text: "Equal", value: "Equal" }, { text: "NotEqual", value: "NotEqual" }],
139139
PredicateAnd: "AND",
140140
PredicateOr: "OR",

l10n/ej.localetexts.en-US.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ if (ej.Grid) ej.Grid.Locale["en-US"] = {
476476
ExcelExport: "Excel Export",
477477
WordExport: "Word Export",
478478
PdfExport: "PDF Export",
479-
StringMenuOptions: [{ text: "StartsWith", value: "startswith" }, { text: "EndsWith", value: "endswith" }, { text: "Contains", value: "contains" }, { text: "Equal", value: "equal" }, { text: "NotEqual", value: "notequal" }],
479+
StringMenuOptions: [{ text: "StartsWith", value: "StartsWith" }, { text: "EndsWith", value: "EndsWith" }, { text: "Contains", value: "Contains" }, { text: "Equal", value: "Equal" }, { text: "NotEqual", value: "NotEqual" }],
480480
NumberMenuOptions: [{ text: "LessThan", value: "LessThan" }, { text: "GreaterThan", value: "GreaterThan" }, { text: "LessThanOrEqual", value: "LessThanOrEqual" }, { text: "GreaterThanOrEqual", value: "GreaterThanOrEqual" }, { text: "Equal", value: "Equal" }, { text: "NotEqual", value: "NotEqual" }],
481481
PredicateAnd: "AND",
482482
PredicateOr: "OR",

l10n/ej.localetexts.es-ES.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ if (ej.Grid) ej.Grid.Locale["es-ES"] = {
449449
ExcelExport: "exportación Excel",
450450
WordExport: "palabra de exportación",
451451
PdfExport: "exportación PDF",
452-
StringMenuOptions: [{ text: "Comienza con", value: "startswith"},{ text: "Termina con", value: "endswith"},{ text: "contiene", value: "contains"},{ text: "Igual", value: "equal"},{ text: "No es equal", value: "notequal"},],
452+
StringMenuOptions: [{ text: "Comienza con", value: "StartsWith"},{ text: "Termina con", value: "EndsWith"},{ text: "contiene", value: "Contains"},{ text: "Igual", value: "Equal"},{ text: "No es equal", value: "NotEqual"},],
453453
NumberMenuOptions: [{ text: "Menos que", value: "LessThan" }, { text: "Mas grande que", value: "GreaterThan" }, { text: "Menor o equal", value: "LessThanOrEqual" }, { text: "Mayor que o equal", value: "GreaterThanOrEqual" }, { text: "Igual", value: "Equal" }, { text: "No es equal", value: "NotEqual" }, ],
454454
PredicateAnd: "Y",
455455
PredicateOr: "O",

l10n/ej.localetexts.fa-IR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ if (ej.Grid) ej.Grid.Locale["fa-IR"] = {
424424
ExcelExport: "اکسل صادرات",
425425
WordExport: "کلمه صادرات",
426426
PdfExport: "PDF صادرات",
427-
StringMenuOptions: [{ text: "شروع می شود با", value: "startswith"},{ text: "به پایان می رسد با", value: "endswith"},{ text: "شامل", value: "contains"},{ text: "برابر", value: "equal"},{ text: "نا برابر", value: "notequal"},],
427+
StringMenuOptions: [{ text: "شروع می شود با", value: "StartsWith"},{ text: "به پایان می رسد با", value: "EndsWith"},{ text: "شامل", value: "Contains"},{ text: "برابر", value: "Equal"},{ text: "نا برابر", value: "NotEqual"},],
428428
NumberMenuOptions: [{ text: "کمتر از", value: "LessThan" }, { text: "بزرگتر از", value: "GreaterThan" }, { text: "کمتر یا مساوی", value: "LessThanOrEqual" }, { text: "بزرگتر یا مساوی", value: "GreaterThanOrEqual" }, { text: "برابر", value: "Equal" }, { text: "نا برابر", value: "NotEqual" }, ],
429429
PredicateAnd: "و",
430430
PredicateOr: "یا",

l10n/ej.localetexts.fi-FI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["fi-FI"] = {
443443
ExcelExport: "Excel Vie",
444444
WordExport: "Word Export",
445445
PdfExport: "PDF Export",
446-
StringMenuOptions: [{ text: "alkaa", value: "startswith"},{ text: "Ends With", value: "endswith"},{ text: "Sisältää", value: "contains"},{ text: "yhtäläinen", value: "equal"},{ text: "ei Equal", value: "notequal"},],
446+
StringMenuOptions: [{ text: "alkaa", value: "StartsWith"},{ text: "Ends With", value: "EndsWith"},{ text: "Sisältää", value: "Contains"},{ text: "yhtäläinen", value: "Equal"},{ text: "ei Equal", value: "NotEqual"},],
447447
NumberMenuOptions: [{ text: "Vähemmän kuin", value: "LessThan" }, { text: "Suurempi kuin", value: "GreaterThan" }, { text: "Pienempi tai yhtä suuri", value: "LessThanOrEqual" }, { text: "Suurempi tai yhtä suuri", value: "GreaterThanOrEqual" }, { text: "yhtäläinen", value: "Equal" }, { text: "ei Equal", value: "NotEqual" }, ],
448448
PredicateAnd: "JA",
449449
PredicateOr: "TAI",

l10n/ej.localetexts.fr-FR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ if (ej.Grid) ej.Grid.Locale["fr-FR"] = {
442442
ExcelExport: "Excel Export",
443443
WordExport: "parole Export",
444444
PdfExport: "PDF Export",
445-
StringMenuOptions: [{ text: "Commence avec", value: "startswith" }, { text: "Se termine par", value: "endswith" }, { text: "contient", value: "contains" }, { text: "Égal", value: "equal" }, { text: "Inequal", value: "notequal" }, ],
445+
StringMenuOptions: [{ text: "Commence avec", value: "StartsWith" }, { text: "Se termine par", value: "EndsWith" }, { text: "contient", value: "Contains" }, { text: "Égal", value: "Equal" }, { text: "Inequal", value: "NotEqual" }, ],
446446
NumberMenuOptions: [{ text: "Moins que", value: "LessThan" }, { text: "Plus grand que", value: "GreaterThan" }, { text: "Inférieur ou equal", value: "LessThanOrEqual" }, { text: "Meilleur que ou equal", value: "GreaterThanOrEqual" }, { text: "Égal", value: "Equal" }, { text: "Inequal", value: "NotEqual" }, ],
447447
PredicateAnd: "ET",
448448
PredicateOr: "OU",

l10n/ej.localetexts.he-IL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ if (ej.Grid) ej.Grid.Locale["he-IL"] = {
444444
ExcelExport: "Excel ייצוא",
445445
WordExport: "Word יצוא",
446446
PdfExport: "ייצוא PDF",
447-
StringMenuOptions: [{ text: "מתחיל עם", value: "startswith" }, { text: "מסתיים", value: "endswith" }, { text: "מכיל", value: "contains" }, { text: "שווה", value: "equal" }, { text: "לא שווה", value: "notequal" }, ],
447+
StringMenuOptions: [{ text: "מתחיל עם", value: "StartsWith" }, { text: "מסתיים", value: "EndsWith" }, { text: "מכיל", value: "Contains" }, { text: "שווה", value: "Equal" }, { text: "לא שווה", value: "NotEqual" }, ],
448448
NumberMenuOptions: [{ text: "פחות מ", value: "LessThan" }, { text: "גדול מ", value: "GreaterThan" }, { text: "קטן או שווה", value: "LessThanOrEqual" }, { text: "גדול או שווה", value: "GreaterThanOrEqual" }, { text: "שווה", value: "Equal" }, { text: "לא שווה", value: "NotEqual" }, ],
449449
PredicateAnd: "ו",
450450
PredicateOr: "אוֹ",

l10n/ej.localetexts.hr-HR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["hr-HR"] = {
443443
ExcelExport: "Excel Izvoz",
444444
WordExport: "Riječ izvoz",
445445
PdfExport: "PDF Izvoz",
446-
StringMenuOptions: [{ text: "počinje s", value: "startswith" }, { text: "završava sa", value: "endswith" }, { text: "sadrži", value: "contains" }, { text: "Jednak", value: "equal" }, { text: "nije equalo", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "počinje s", value: "StartsWith" }, { text: "završava sa", value: "EndsWith" }, { text: "sadrži", value: "Contains" }, { text: "Jednak", value: "Equal" }, { text: "nije equalo", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "Manje od", value: "LessThan" }, { text: "veće od", value: "GreaterThan" }, { text: "Manje ili equalo", value: "LessThanOrEqual" }, { text: "Veće ili equalo", value: "GreaterThanOrEqual" }, { text: "Jednak", value: "Equal" }, { text: "nije equalo", value: "NotEqual" }, ],
448448
PredicateAnd: "I",
449449
PredicateOr: "ILI",

l10n/ej.localetexts.hu-HU.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["hu-HU"] = {
443443
ExcelExport: "Excel Export",
444444
WordExport: "szó Export",
445445
PdfExport: "PDF exportálása",
446-
StringMenuOptions: [{ text: "Kezdődik", value: "startswith" }, { text: "Végződik", value: "endswith" }, { text: "tartalmaz", value: "contains" }, { text: "Egyenlő", value: "equal" }, { text: "Nem equal", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "Kezdődik", value: "StartsWith" }, { text: "Végződik", value: "EndsWith" }, { text: "tartalmaz", value: "Contains" }, { text: "Egyenlő", value: "Equal" }, { text: "Nem equal", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "Kevesebb, mint", value: "LessThan" }, { text: "Nagyobb, mint", value: "GreaterThan" }, { text: "Kisebb vagy equal", value: "LessThanOrEqual" }, { text: "Nagyobb vagy equal", value: "GreaterThanOrEqual" }, { text: "Egyenlő", value: "Equal" }, { text: "Nem equal", value: "NotEqual" }, ],
448448
PredicateAnd: "ÉS",
449449
PredicateOr: "VAGY",

l10n/ej.localetexts.it-IT.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["it-IT"] = {
443443
ExcelExport: "Excel Export",
444444
WordExport: "Word Export",
445445
PdfExport: "esportazione in PDF",
446-
StringMenuOptions: [{ text: "Inizia con", value: "startswith" }, { text: "Finisce con", value: "endswith" }, { text: "contiene", value: "contains" }, { text: "Pari", value: "equal" }, { text: "Non uguale", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "Inizia con", value: "StartsWith" }, { text: "Finisce con", value: "EndsWith" }, { text: "contiene", value: "Contains" }, { text: "Pari", value: "Equal" }, { text: "Non uguale", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "Meno di", value: "LessThan" }, { text: "Più grande di", value: "GreaterThan" }, { text: "Minore o uguale", value: "LessThanOrEqual" }, { text: "Maggiore o uguale", value: "GreaterThanOrEqual" }, { text: "Pari", value: "Equal" }, { text: "Non uguale", value: "NotEqual" }, ],
448448
PredicateAnd: "E",
449449
PredicateOr: "O",

l10n/ej.localetexts.ja-JP.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["ja-JP"] = {
443443
ExcelExport: "Excelのエクスポート",
444444
WordExport: "Wordのエクスポート",
445445
PdfExport: "PDFエクスポート",
446-
StringMenuOptions: [{ text: "で始まります", value: "startswith" }, { text: "で終わります", value: "endswith" }, { text: "含まれています", value: "contains" }, { text: "等しい", value: "equal" }, { text: "等しくありません", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "で始まります", value: "StartsWith" }, { text: "で終わります", value: "EndsWith" }, { text: "含まれています", value: "Contains" }, { text: "等しい", value: "Equal" }, { text: "等しくありません", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "未満", value: "LessThan" }, { text: "より大きい", value: "GreaterThan" }, { text: "か等しいより小さい", value: "LessThanOrEqual" }, { text: "か等しいより大きい", value: "GreaterThanOrEqual" }, { text: "等しい", value: "Equal" }, { text: "等しくありません", value: "NotEqual" }, ],
448448
PredicateAnd: "そして",
449449
PredicateOr: "OR",

l10n/ej.localetexts.ko-KR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["ko-KR"] = {
443443
ExcelExport: "엑셀 내보내기",
444444
WordExport: "워드 내보내기",
445445
PdfExport: "PDF 내보내기",
446-
StringMenuOptions: [{ text: "시작", value: "startswith" }, { text: "로 종료", value: "endswith" }, { text: "포함", value: "contains" }, { text: "같은", value: "equal" }, { text: "같지 않음", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "시작", value: "StartsWith" }, { text: "로 종료", value: "EndsWith" }, { text: "포함", value: "Contains" }, { text: "같은", value: "Equal" }, { text: "같지 않음", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "보다 작음", value: "LessThan" }, { text: "보다 큰", value: "GreaterThan" }, { text: "거나 같음보다 적은", value: "LessThanOrEqual" }, { text: "아니면보다 크", value: "GreaterThanOrEqual" }, { text: "같은", value: "Equal" }, { text: "같지 않음", value: "NotEqual" }, ],
448448
PredicateAnd: "과",
449449
PredicateOr: "또는",

l10n/ej.localetexts.ms-MY.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["ms-MY"] = {
443443
ExcelExport: "Excel Export",
444444
WordExport: "Eksport Word",
445445
PdfExport: "PDF Eksport",
446-
StringMenuOptions: [{ text: "Bermula Dengan", value: "startswith" }, { text: "tamat Dengan", value: "endswith" }, { text: "mengandungi", value: "contains" }, { text: "sama", value: "equal" }, { text: "tidak Sama", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "Bermula Dengan", value: "StartsWith" }, { text: "tamat Dengan", value: "EndsWith" }, { text: "mengandungi", value: "Contains" }, { text: "sama", value: "Equal" }, { text: "tidak Sama", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "Kurang daripada", value: "LessThan" }, { text: "Lebih besar daripada", value: "GreaterThan" }, { text: "Kurang Atau Sama", value: "LessThanOrEqual" }, { text: "Lebih daripada atau sama", value: "GreaterThanOrEqual" }, { text: "sama", value: "Equal" }, { text: "tidak Sama", value: "NotEqual" }, ],
448448
PredicateAnd: "DAN",
449449
PredicateOr: "ATAU",

l10n/ej.localetexts.nb-NO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["nb-NO"] = {
443443
ExcelExport: "Excel Export",
444444
WordExport: "Word Export",
445445
PdfExport: "PDF Export",
446-
StringMenuOptions: [{ text: "begynner med", value: "startswith" }, { text: "slutter med", value: "endswith" }, { text: "inneholder", value: "contains" }, { text: "Lik", value: "equal" }, { text: "Ikke equal", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "begynner med", value: "StartsWith" }, { text: "slutter med", value: "EndsWith" }, { text: "inneholder", value: "Contains" }, { text: "Lik", value: "Equal" }, { text: "Ikke equal", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "Mindre enn", value: "LessThan" }, { text: "Større enn", value: "GreaterThan" }, { text: "Mindre enn eller equal", value: "LessThanOrEqual" }, { text: "Større enn eller equal", value: "GreaterThanOrEqual" }, { text: "Lik", value: "Equal" }, { text: "Ikke equal", value: "NotEqual" }, ],
448448
PredicateAnd: "OG",
449449
PredicateOr: "ELLER",

l10n/ej.localetexts.nl-NL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if (ej.Grid) ej.Grid.Locale["nl-NL"] = {
443443
ExcelExport: "Excel exporteren",
444444
WordExport: "Word Export",
445445
PdfExport: "PDF exporteren",
446-
StringMenuOptions: [{ text: "Begint met", value: "startswith" }, { text: "Eindigt met", value: "endswith" }, { text: "bevat", value: "contains" }, { text: "Gelijk", value: "equal" }, { text: "Niet equal", value: "notequal" }, ],
446+
StringMenuOptions: [{ text: "Begint met", value: "StartsWith" }, { text: "Eindigt met", value: "EndsWith" }, { text: "bevat", value: "Contains" }, { text: "Gelijk", value: "Equal" }, { text: "Niet equal", value: "NotEqual" }, ],
447447
NumberMenuOptions: [{ text: "Minder dan", value: "LessThan" }, { text: "Groter dan", value: "GreaterThan" }, { text: "Kleiner dan of equal", value: "LessThanOrEqual" }, { text: "Groter dan of equal", value: "GreaterThanOrEqual" }, { text: "Gelijk", value: "Equal" }, { text: "Niet equal", value: "NotEqual" }, ],
448448
PredicateAnd: "EN",
449449
PredicateOr: "OF",

l10n/ej.localetexts.pl-PL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ if (ej.Grid) ej.Grid.Locale["pl-PL"] = {
445445
ExcelExport: "Excel Export",
446446
WordExport: "słowo Export",
447447
PdfExport: "Eksport PDF",
448-
StringMenuOptions: [{ text: "Zaczynać z", value: "startswith" }, { text: "kończy się", value: "endswith" }, { text: "zawiera", value: "contains" }, { text: "Równy", value: "equal" }, { text: "Nie równe", value: "notequal" }, ],
448+
StringMenuOptions: [{ text: "Zaczynać z", value: "StartsWith" }, { text: "kończy się", value: "EndsWith" }, { text: "zawiera", value: "Contains" }, { text: "Równy", value: "Equal" }, { text: "Nie równe", value: "NotEqual" }, ],
449449
NumberMenuOptions: [{ text: "Mniej niż", value: "LessThan" }, { text: "Lepszy niż", value: "GreaterThan" }, { text: "Mniejszy lub equal", value: "LessThanOrEqual" }, { text: "Większe lub równe", value: "GreaterThanOrEqual" }, { text: "Równy", value: "Equal" }, { text: "Nie równe", value: "NotEqual" }, ],
450450
PredicateAnd: "I",
451451
PredicateOr: "LUB",

0 commit comments

Comments
 (0)