@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.
Files changed (68) hide show
  1. package/messages/grid/grid.ar.yml +13 -1
  2. package/messages/grid/grid.bg-BG.yml +13 -1
  3. package/messages/grid/grid.cs-CZ.yml +13 -1
  4. package/messages/grid/grid.da-DK.yml +13 -1
  5. package/messages/grid/grid.de-AT.yml +13 -1
  6. package/messages/grid/grid.de-CH.yml +13 -1
  7. package/messages/grid/grid.de-DE.yml +13 -1
  8. package/messages/grid/grid.de-LI.yml +13 -1
  9. package/messages/grid/grid.en-AU.yml +13 -1
  10. package/messages/grid/grid.en-CA.yml +13 -1
  11. package/messages/grid/grid.en-GB.yml +13 -1
  12. package/messages/grid/grid.en-US.yml +13 -1
  13. package/messages/grid/grid.es-AR.yml +13 -1
  14. package/messages/grid/grid.es-BO.yml +13 -1
  15. package/messages/grid/grid.es-CL.yml +13 -1
  16. package/messages/grid/grid.es-CO.yml +13 -1
  17. package/messages/grid/grid.es-CR.yml +13 -1
  18. package/messages/grid/grid.es-DO.yml +13 -1
  19. package/messages/grid/grid.es-EC.yml +13 -1
  20. package/messages/grid/grid.es-ES.yml +13 -1
  21. package/messages/grid/grid.es-GT.yml +13 -1
  22. package/messages/grid/grid.es-HN.yml +13 -1
  23. package/messages/grid/grid.es-MX.yml +13 -1
  24. package/messages/grid/grid.es-NI.yml +13 -1
  25. package/messages/grid/grid.es-PA.yml +13 -1
  26. package/messages/grid/grid.es-PE.yml +13 -1
  27. package/messages/grid/grid.es-PR.yml +13 -1
  28. package/messages/grid/grid.es-PY.yml +13 -1
  29. package/messages/grid/grid.es-US.yml +13 -1
  30. package/messages/grid/grid.es-UY.yml +13 -1
  31. package/messages/grid/grid.es-VE.yml +13 -1
  32. package/messages/grid/grid.fa-IR.yml +13 -1
  33. package/messages/grid/grid.fi-FI.yml +13 -1
  34. package/messages/grid/grid.fr-BE.yml +13 -1
  35. package/messages/grid/grid.fr-CA.yml +13 -1
  36. package/messages/grid/grid.fr-CD.yml +13 -1
  37. package/messages/grid/grid.fr-CH.yml +13 -1
  38. package/messages/grid/grid.fr-CI.yml +13 -1
  39. package/messages/grid/grid.fr-CM.yml +13 -1
  40. package/messages/grid/grid.fr-FR.yml +13 -1
  41. package/messages/grid/grid.fr-HT.yml +13 -1
  42. package/messages/grid/grid.fr-LU.yml +13 -1
  43. package/messages/grid/grid.fr-MA.yml +13 -1
  44. package/messages/grid/grid.fr-MC.yml +13 -1
  45. package/messages/grid/grid.fr-ML.yml +13 -1
  46. package/messages/grid/grid.fr-SN.yml +13 -1
  47. package/messages/grid/grid.he-IL.yml +13 -1
  48. package/messages/grid/grid.hy-AM.yml +13 -1
  49. package/messages/grid/grid.it-CH.yml +13 -1
  50. package/messages/grid/grid.it-IT.yml +13 -1
  51. package/messages/grid/grid.ja-JP.yml +13 -1
  52. package/messages/grid/grid.ka-GE.yml +13 -1
  53. package/messages/grid/grid.nb-NO.yml +13 -1
  54. package/messages/grid/grid.nl-BE.yml +13 -1
  55. package/messages/grid/grid.nl-NL.yml +13 -1
  56. package/messages/grid/grid.pl-PL.yml +13 -1
  57. package/messages/grid/grid.pt-BR.yml +13 -1
  58. package/messages/grid/grid.pt-PT.yml +13 -1
  59. package/messages/grid/grid.ro-RO.yml +13 -1
  60. package/messages/grid/grid.ru-RU.yml +13 -1
  61. package/messages/grid/grid.sk-SK.yml +13 -1
  62. package/messages/grid/grid.sv-SE.yml +13 -1
  63. package/messages/grid/grid.tr-TR.yml +13 -1
  64. package/messages/grid/grid.uk-UA.yml +13 -1
  65. package/messages/grid/grid.zh-CN.yml +13 -1
  66. package/messages/grid/grid.zh-HK.yml +13 -1
  67. package/messages/grid/grid.zh-TW.yml +13 -1
  68. 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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" избрани елементи'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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: '"{selectedItemsCount}" selected items'
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'