@progress/kendo-angular-messages 1.61.0-develop.2 → 1.61.0-develop.3
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/bin/kendo-translate.js +5 -4
- package/messages/grid/grid.ar.yml +31 -1
- package/messages/grid/grid.bg-BG.yml +31 -1
- package/messages/grid/grid.cs-CZ.yml +31 -1
- package/messages/grid/grid.da-DK.yml +31 -1
- package/messages/grid/grid.de-AT.yml +31 -1
- package/messages/grid/grid.de-CH.yml +31 -1
- package/messages/grid/grid.de-DE.yml +31 -1
- package/messages/grid/grid.de-LI.yml +31 -1
- package/messages/grid/grid.en-AU.yml +31 -1
- package/messages/grid/grid.en-CA.yml +31 -1
- package/messages/grid/grid.en-GB.yml +31 -1
- package/messages/grid/grid.en-US.yml +31 -1
- package/messages/grid/grid.es-AR.yml +31 -1
- package/messages/grid/grid.es-BO.yml +31 -1
- package/messages/grid/grid.es-CL.yml +31 -1
- package/messages/grid/grid.es-CO.yml +31 -1
- package/messages/grid/grid.es-CR.yml +31 -1
- package/messages/grid/grid.es-DO.yml +31 -1
- package/messages/grid/grid.es-EC.yml +31 -1
- package/messages/grid/grid.es-ES.yml +31 -1
- package/messages/grid/grid.es-GT.yml +31 -1
- package/messages/grid/grid.es-HN.yml +31 -1
- package/messages/grid/grid.es-MX.yml +31 -1
- package/messages/grid/grid.es-NI.yml +31 -1
- package/messages/grid/grid.es-PA.yml +31 -1
- package/messages/grid/grid.es-PE.yml +31 -1
- package/messages/grid/grid.es-PR.yml +31 -1
- package/messages/grid/grid.es-PY.yml +31 -1
- package/messages/grid/grid.es-US.yml +31 -1
- package/messages/grid/grid.es-UY.yml +31 -1
- package/messages/grid/grid.es-VE.yml +31 -1
- package/messages/grid/grid.fa-IR.yml +31 -1
- package/messages/grid/grid.fi-FI.yml +31 -1
- package/messages/grid/grid.fr-BE.yml +31 -1
- package/messages/grid/grid.fr-CA.yml +31 -1
- package/messages/grid/grid.fr-CD.yml +31 -1
- package/messages/grid/grid.fr-CH.yml +31 -1
- package/messages/grid/grid.fr-CI.yml +31 -1
- package/messages/grid/grid.fr-CM.yml +31 -1
- package/messages/grid/grid.fr-FR.yml +31 -1
- package/messages/grid/grid.fr-HT.yml +31 -1
- package/messages/grid/grid.fr-LU.yml +31 -1
- package/messages/grid/grid.fr-MA.yml +31 -1
- package/messages/grid/grid.fr-MC.yml +31 -1
- package/messages/grid/grid.fr-ML.yml +31 -1
- package/messages/grid/grid.fr-SN.yml +31 -1
- package/messages/grid/grid.he-IL.yml +31 -1
- package/messages/grid/grid.hy-AM.yml +31 -1
- package/messages/grid/grid.it-CH.yml +31 -1
- package/messages/grid/grid.it-IT.yml +31 -1
- package/messages/grid/grid.ja-JP.yml +31 -1
- package/messages/grid/grid.ka-GE.yml +31 -1
- package/messages/grid/grid.nb-NO.yml +31 -1
- package/messages/grid/grid.nl-BE.yml +31 -1
- package/messages/grid/grid.nl-NL.yml +31 -1
- package/messages/grid/grid.pl-PL.yml +31 -1
- package/messages/grid/grid.pt-BR.yml +31 -1
- package/messages/grid/grid.pt-PT.yml +31 -1
- package/messages/grid/grid.ro-RO.yml +31 -1
- package/messages/grid/grid.ru-RU.yml +31 -1
- package/messages/grid/grid.sk-SK.yml +31 -1
- package/messages/grid/grid.sv-SE.yml +31 -1
- package/messages/grid/grid.tr-TR.yml +31 -1
- package/messages/grid/grid.uk-UA.yml +31 -1
- package/messages/grid/grid.zh-CN.yml +31 -1
- package/messages/grid/grid.zh-HK.yml +31 -1
- package/messages/grid/grid.zh-TW.yml +31 -1
- package/package.json +2 -2
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -268,7 +268,7 @@ kendo:
|
|
|
268
268
|
# The text of the remove item confirmation Dialog reject action button
|
|
269
269
|
removeConfirmationDialogRejectText: No
|
|
270
270
|
|
|
271
|
-
# The title of the built-in external editing form container
|
|
271
|
+
# The title of the built-in external editing form container when editing an item
|
|
272
272
|
externalEditingTitle: Edit
|
|
273
273
|
|
|
274
274
|
# The text of the external editing form Save button
|
|
@@ -276,3 +276,33 @@ kendo:
|
|
|
276
276
|
|
|
277
277
|
# The text of the external editing form Cancel button
|
|
278
278
|
externalEditingCancelText: Cancel
|
|
279
|
+
|
|
280
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
281
|
+
sortClearButton: Clear sorting
|
|
282
|
+
|
|
283
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
284
|
+
adaptiveCloseButtonTitle: Close
|
|
285
|
+
|
|
286
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
287
|
+
adaptiveBackButtonTitle: Back
|
|
288
|
+
|
|
289
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
290
|
+
filterClearAllButton: Clear all filters
|
|
291
|
+
|
|
292
|
+
# The text of the done sort button
|
|
293
|
+
sortDoneButton: Done
|
|
294
|
+
|
|
295
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
296
|
+
columnsSubtitle: Selected fields are visible
|
|
297
|
+
|
|
298
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
299
|
+
adaptiveFilterTitle: Filter by
|
|
300
|
+
|
|
301
|
+
# The title that is displayed in the Operators Action Sheet
|
|
302
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
303
|
+
|
|
304
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
305
|
+
adaptiveSortTitle: Sort by
|
|
306
|
+
|
|
307
|
+
# The title of the built-in external editing form container when adding a new item
|
|
308
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -274,7 +274,7 @@ kendo:
|
|
|
274
274
|
# The text of the remove item confirmation Dialog reject action button
|
|
275
275
|
removeConfirmationDialogRejectText: No
|
|
276
276
|
|
|
277
|
-
# The title of the built-in external editing form container
|
|
277
|
+
# The title of the built-in external editing form container when editing an item
|
|
278
278
|
externalEditingTitle: Edit
|
|
279
279
|
|
|
280
280
|
# The text of the external editing form Save button
|
|
@@ -282,3 +282,33 @@ kendo:
|
|
|
282
282
|
|
|
283
283
|
# The text of the external editing form Cancel button
|
|
284
284
|
externalEditingCancelText: Cancel
|
|
285
|
+
|
|
286
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
287
|
+
sortClearButton: Clear sorting
|
|
288
|
+
|
|
289
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
290
|
+
adaptiveCloseButtonTitle: Close
|
|
291
|
+
|
|
292
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
293
|
+
adaptiveBackButtonTitle: Back
|
|
294
|
+
|
|
295
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
296
|
+
filterClearAllButton: Clear all filters
|
|
297
|
+
|
|
298
|
+
# The text of the done sort button
|
|
299
|
+
sortDoneButton: Done
|
|
300
|
+
|
|
301
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
302
|
+
columnsSubtitle: Selected fields are visible
|
|
303
|
+
|
|
304
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
305
|
+
adaptiveFilterTitle: Filter by
|
|
306
|
+
|
|
307
|
+
# The title that is displayed in the Operators Action Sheet
|
|
308
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
309
|
+
|
|
310
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
311
|
+
adaptiveSortTitle: Sort by
|
|
312
|
+
|
|
313
|
+
# The title of the built-in external editing form container when adding a new item
|
|
314
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: No
|
|
275
275
|
|
|
276
|
-
# The title of the built-in external editing form container
|
|
276
|
+
# The title of the built-in external editing form container when editing an item
|
|
277
277
|
externalEditingTitle: Edit
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,33 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Cancel
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Clear sorting
|
|
287
|
+
|
|
288
|
+
# The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
289
|
+
adaptiveCloseButtonTitle: Close
|
|
290
|
+
|
|
291
|
+
# The title of the Back button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode
|
|
292
|
+
adaptiveBackButtonTitle: Back
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Clear all filters
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Done
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Selected fields are visible
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Filter by
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Operators
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Sort by
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Add
|