@progress/kendo-angular-messages 1.61.0-develop.2 → 1.61.0-develop.4
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 +43 -1
- package/messages/grid/grid.bg-BG.yml +43 -1
- package/messages/grid/grid.cs-CZ.yml +43 -1
- package/messages/grid/grid.da-DK.yml +43 -1
- package/messages/grid/grid.de-AT.yml +43 -1
- package/messages/grid/grid.de-CH.yml +43 -1
- package/messages/grid/grid.de-DE.yml +43 -1
- package/messages/grid/grid.de-LI.yml +43 -1
- package/messages/grid/grid.en-AU.yml +43 -1
- package/messages/grid/grid.en-CA.yml +43 -1
- package/messages/grid/grid.en-GB.yml +43 -1
- package/messages/grid/grid.en-US.yml +43 -1
- package/messages/grid/grid.es-AR.yml +43 -1
- package/messages/grid/grid.es-BO.yml +43 -1
- package/messages/grid/grid.es-CL.yml +43 -1
- package/messages/grid/grid.es-CO.yml +43 -1
- package/messages/grid/grid.es-CR.yml +43 -1
- package/messages/grid/grid.es-DO.yml +43 -1
- package/messages/grid/grid.es-EC.yml +43 -1
- package/messages/grid/grid.es-ES.yml +43 -1
- package/messages/grid/grid.es-GT.yml +43 -1
- package/messages/grid/grid.es-HN.yml +43 -1
- package/messages/grid/grid.es-MX.yml +43 -1
- package/messages/grid/grid.es-NI.yml +43 -1
- package/messages/grid/grid.es-PA.yml +43 -1
- package/messages/grid/grid.es-PE.yml +43 -1
- package/messages/grid/grid.es-PR.yml +43 -1
- package/messages/grid/grid.es-PY.yml +43 -1
- package/messages/grid/grid.es-US.yml +43 -1
- package/messages/grid/grid.es-UY.yml +43 -1
- package/messages/grid/grid.es-VE.yml +43 -1
- package/messages/grid/grid.fa-IR.yml +43 -1
- package/messages/grid/grid.fi-FI.yml +43 -1
- package/messages/grid/grid.fr-BE.yml +43 -1
- package/messages/grid/grid.fr-CA.yml +43 -1
- package/messages/grid/grid.fr-CD.yml +43 -1
- package/messages/grid/grid.fr-CH.yml +43 -1
- package/messages/grid/grid.fr-CI.yml +43 -1
- package/messages/grid/grid.fr-CM.yml +43 -1
- package/messages/grid/grid.fr-FR.yml +43 -1
- package/messages/grid/grid.fr-HT.yml +43 -1
- package/messages/grid/grid.fr-LU.yml +43 -1
- package/messages/grid/grid.fr-MA.yml +43 -1
- package/messages/grid/grid.fr-MC.yml +43 -1
- package/messages/grid/grid.fr-ML.yml +43 -1
- package/messages/grid/grid.fr-SN.yml +43 -1
- package/messages/grid/grid.he-IL.yml +43 -1
- package/messages/grid/grid.hy-AM.yml +43 -1
- package/messages/grid/grid.it-CH.yml +43 -1
- package/messages/grid/grid.it-IT.yml +43 -1
- package/messages/grid/grid.ja-JP.yml +43 -1
- package/messages/grid/grid.ka-GE.yml +43 -1
- package/messages/grid/grid.nb-NO.yml +43 -1
- package/messages/grid/grid.nl-BE.yml +43 -1
- package/messages/grid/grid.nl-NL.yml +43 -1
- package/messages/grid/grid.pl-PL.yml +43 -1
- package/messages/grid/grid.pt-BR.yml +43 -1
- package/messages/grid/grid.pt-PT.yml +43 -1
- package/messages/grid/grid.ro-RO.yml +43 -1
- package/messages/grid/grid.ru-RU.yml +43 -1
- package/messages/grid/grid.sk-SK.yml +43 -1
- package/messages/grid/grid.sv-SE.yml +43 -1
- package/messages/grid/grid.tr-TR.yml +43 -1
- package/messages/grid/grid.uk-UA.yml +43 -1
- package/messages/grid/grid.zh-CN.yml +43 -1
- package/messages/grid/grid.zh-HK.yml +43 -1
- package/messages/grid/grid.zh-TW.yml +43 -1
- package/messages/upload/upload.ru-RU.yml +14 -14
- package/package.json +2 -2
package/bin/kendo-translate.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
const glob = require('glob');
|
|
4
|
+
const {glob} = require('glob');
|
|
5
5
|
const path = require('path');
|
|
6
6
|
const yaml = require('js-yaml');
|
|
7
7
|
const fs = require('fs');
|
|
@@ -51,9 +51,10 @@ const complete = (reject, resolve) => (error, result) => {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
// findFiles :: String => Task [FilePath]
|
|
54
|
-
const findFiles = wildcard
|
|
55
|
-
|
|
56
|
-
});
|
|
54
|
+
const findFiles = (wildcard) =>
|
|
55
|
+
new Task((reject, resolve) => {
|
|
56
|
+
glob(wildcard, { nocase: true, root: msgRoot }).then(resolve).catch(reject);
|
|
57
|
+
});
|
|
57
58
|
|
|
58
59
|
// readFile :: FilePath -> Task FileContent
|
|
59
60
|
const readFile = filename => new Task((reject, resolve) => {
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -273,7 +273,7 @@ kendo:
|
|
|
273
273
|
# The text of the remove item confirmation Dialog reject action button
|
|
274
274
|
removeConfirmationDialogRejectText: Не
|
|
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: Редактиране
|
|
278
278
|
|
|
279
279
|
# The text of the external editing form Save button
|
|
@@ -281,3 +281,45 @@ kendo:
|
|
|
281
281
|
|
|
282
282
|
# The text of the external editing form Cancel button
|
|
283
283
|
externalEditingCancelText: Откажи
|
|
284
|
+
|
|
285
|
+
# The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool
|
|
286
|
+
sortClearButton: Изчисти сортирането
|
|
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: Затвори
|
|
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: Назад
|
|
293
|
+
|
|
294
|
+
# The text of the clear all filters button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool
|
|
295
|
+
filterClearAllButton: Изчисти всички филтри
|
|
296
|
+
|
|
297
|
+
# The text of the done sort button
|
|
298
|
+
sortDoneButton: Готово
|
|
299
|
+
|
|
300
|
+
# The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool
|
|
301
|
+
columnsSubtitle: Избраните колони са видими
|
|
302
|
+
|
|
303
|
+
# The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu
|
|
304
|
+
adaptiveFilterTitle: Филтрирай по
|
|
305
|
+
|
|
306
|
+
# The title that is displayed in the Operators Action Sheet
|
|
307
|
+
adaptiveFilterOperatorsTitle: Оператори
|
|
308
|
+
|
|
309
|
+
# The title that is displayed in the adaptive Sort Toolbar Tool
|
|
310
|
+
adaptiveSortTitle: Сортирай по
|
|
311
|
+
|
|
312
|
+
# The title of the built-in external editing form container when adding a new item
|
|
313
|
+
externalEditingAddTitle: Добави
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Групирай по
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Изчисти групирането
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Групирай
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Готово
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|
|
@@ -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,45 @@ 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
|
|
314
|
+
|
|
315
|
+
# The title that is displayed in the adaptive Group Toolbar Tool
|
|
316
|
+
adaptiveGroupTitle: Group by
|
|
317
|
+
|
|
318
|
+
# The text of the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
|
|
319
|
+
groupClearButton: Clear grouping
|
|
320
|
+
|
|
321
|
+
# The button text of the Group toolbar tool.
|
|
322
|
+
groupToolbarToolText: Group
|
|
323
|
+
|
|
324
|
+
# The text of the Done group button in the adaptive Group Toolbar Tool.
|
|
325
|
+
groupDoneButton: Done
|