@commercetools-uikit/i18n 19.12.0 → 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.
package/compiled-data/core.json
CHANGED
|
@@ -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"
|
package/package.json
CHANGED