@progress/kendo-angular-messages 1.64.0 → 1.64.1
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/messages/grid/grid.ar.yml +13 -1
- package/messages/grid/grid.bg-BG.yml +13 -1
- package/messages/grid/grid.cs-CZ.yml +13 -1
- package/messages/grid/grid.da-DK.yml +13 -1
- package/messages/grid/grid.de-AT.yml +13 -1
- package/messages/grid/grid.de-CH.yml +13 -1
- package/messages/grid/grid.de-DE.yml +13 -1
- package/messages/grid/grid.de-LI.yml +13 -1
- package/messages/grid/grid.en-AU.yml +13 -1
- package/messages/grid/grid.en-CA.yml +13 -1
- package/messages/grid/grid.en-GB.yml +13 -1
- package/messages/grid/grid.en-US.yml +13 -1
- package/messages/grid/grid.es-AR.yml +13 -1
- package/messages/grid/grid.es-BO.yml +13 -1
- package/messages/grid/grid.es-CL.yml +13 -1
- package/messages/grid/grid.es-CO.yml +13 -1
- package/messages/grid/grid.es-CR.yml +13 -1
- package/messages/grid/grid.es-DO.yml +13 -1
- package/messages/grid/grid.es-EC.yml +13 -1
- package/messages/grid/grid.es-ES.yml +13 -1
- package/messages/grid/grid.es-GT.yml +13 -1
- package/messages/grid/grid.es-HN.yml +13 -1
- package/messages/grid/grid.es-MX.yml +13 -1
- package/messages/grid/grid.es-NI.yml +13 -1
- package/messages/grid/grid.es-PA.yml +13 -1
- package/messages/grid/grid.es-PE.yml +13 -1
- package/messages/grid/grid.es-PR.yml +13 -1
- package/messages/grid/grid.es-PY.yml +13 -1
- package/messages/grid/grid.es-US.yml +13 -1
- package/messages/grid/grid.es-UY.yml +13 -1
- package/messages/grid/grid.es-VE.yml +13 -1
- package/messages/grid/grid.fa-IR.yml +13 -1
- package/messages/grid/grid.fi-FI.yml +13 -1
- package/messages/grid/grid.fr-BE.yml +13 -1
- package/messages/grid/grid.fr-CA.yml +13 -1
- package/messages/grid/grid.fr-CD.yml +13 -1
- package/messages/grid/grid.fr-CH.yml +13 -1
- package/messages/grid/grid.fr-CI.yml +13 -1
- package/messages/grid/grid.fr-CM.yml +13 -1
- package/messages/grid/grid.fr-FR.yml +13 -1
- package/messages/grid/grid.fr-HT.yml +13 -1
- package/messages/grid/grid.fr-LU.yml +13 -1
- package/messages/grid/grid.fr-MA.yml +13 -1
- package/messages/grid/grid.fr-MC.yml +13 -1
- package/messages/grid/grid.fr-ML.yml +13 -1
- package/messages/grid/grid.fr-SN.yml +13 -1
- package/messages/grid/grid.he-IL.yml +13 -1
- package/messages/grid/grid.hy-AM.yml +13 -1
- package/messages/grid/grid.it-CH.yml +13 -1
- package/messages/grid/grid.it-IT.yml +13 -1
- package/messages/grid/grid.ja-JP.yml +13 -1
- package/messages/grid/grid.ka-GE.yml +13 -1
- package/messages/grid/grid.nb-NO.yml +13 -1
- package/messages/grid/grid.nl-BE.yml +13 -1
- package/messages/grid/grid.nl-NL.yml +13 -1
- package/messages/grid/grid.pl-PL.yml +13 -1
- package/messages/grid/grid.pt-BR.yml +13 -1
- package/messages/grid/grid.pt-PT.yml +13 -1
- package/messages/grid/grid.ro-RO.yml +13 -1
- package/messages/grid/grid.ru-RU.yml +13 -1
- package/messages/grid/grid.sk-SK.yml +13 -1
- package/messages/grid/grid.sv-SE.yml +13 -1
- package/messages/grid/grid.tr-TR.yml +13 -1
- package/messages/grid/grid.uk-UA.yml +13 -1
- package/messages/grid/grid.zh-CN.yml +13 -1
- package/messages/grid/grid.zh-HK.yml +13 -1
- package/messages/grid/grid.zh-TW.yml +13 -1
- package/package.json +1 -1
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Избери всички
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} избрани елементи'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Селекцията може да се приложи само когато е включена съответната грид опция."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Селекцията може да се приложи само когато режимът за селекция на редове е включен."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Селекцията може да се приложи само когато режимът за селекция на клетки е включен."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} избрани колони'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -359,4 +359,16 @@ kendo:
|
|
|
359
359
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
360
360
|
|
|
361
361
|
# The text for the multi-checkbox filter selected items count
|
|
362
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
362
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
363
|
+
|
|
364
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
365
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
366
|
+
|
|
367
|
+
# The message shown when AI selection requires row selection mode
|
|
368
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
369
|
+
|
|
370
|
+
# The message shown when AI selection requires cell selection mode
|
|
371
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
372
|
+
|
|
373
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
374
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|
|
@@ -358,4 +358,16 @@ kendo:
|
|
|
358
358
|
multiCheckboxFilterSelectAllLabel: Select all
|
|
359
359
|
|
|
360
360
|
# The text for the multi-checkbox filter selected items count
|
|
361
|
-
multiCheckboxFilterSelectedItemsCount: '
|
|
361
|
+
multiCheckboxFilterSelectedItemsCount: '{selectedItemsCount} selected items'
|
|
362
|
+
|
|
363
|
+
# The message shown when AI selection requires the Grid selectable option
|
|
364
|
+
aiAssistantSelectionNotEnabled: "Selection can be applied only when the Grid selectable option is enabled."
|
|
365
|
+
|
|
366
|
+
# The message shown when AI selection requires row selection mode
|
|
367
|
+
aiAssistantSelectionRowModeRequired: "Selection can be applied only when row selection mode is enabled."
|
|
368
|
+
|
|
369
|
+
# The message shown when AI selection requires cell selection mode
|
|
370
|
+
aiAssistantSelectionCellModeRequired: "Selection can be applied only when cell selection mode is enabled."
|
|
371
|
+
|
|
372
|
+
# The text displayed in the Column Chooser for the number of selected columns
|
|
373
|
+
columnChooserSelectedColumnsCount: '{selectedColumnsCount} Selected items'
|