@commercetools-uikit/i18n 19.12.1 → 19.13.0

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.
@@ -29,6 +29,12 @@
29
29
  "value": "Today"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "Clear all"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Visible columns"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "Close"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
package/data/core.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Today"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Clear all"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Clear"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Visible columns"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Close"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Close"
@@ -3,6 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "19.12.1";
6
+ var version = "19.13.0";
7
7
 
8
8
  exports.version = version;
@@ -3,6 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "19.12.1";
6
+ var version = "19.13.0";
7
7
 
8
8
  exports.version = version;
@@ -1,4 +1,4 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "19.12.1";
2
+ var version = "19.13.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/i18n",
3
3
  "description": "All translation messages from the UI-Kit components.",
4
- "version": "19.12.1",
4
+ "version": "19.13.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",