@commercetools/nimbus-i18n 0.0.0-canary-20251113202104 → 0.0.0-canary-20251113220504

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.
@@ -75,6 +75,30 @@
75
75
  "value": "Toggle combobox"
76
76
  }
77
77
  ],
78
+ "Nimbus.DataTable.comfortable": [
79
+ {
80
+ "type": 0,
81
+ "value": "Comfortable"
82
+ }
83
+ ],
84
+ "Nimbus.DataTable.comfortableAriaLabel": [
85
+ {
86
+ "type": 0,
87
+ "value": "Comfortable section"
88
+ }
89
+ ],
90
+ "Nimbus.DataTable.compact": [
91
+ {
92
+ "type": 0,
93
+ "value": "Compact"
94
+ }
95
+ ],
96
+ "Nimbus.DataTable.compactAriaLabel": [
97
+ {
98
+ "type": 0,
99
+ "value": "Compact section"
100
+ }
101
+ ],
78
102
  "Nimbus.DataTable.dataTable": [
79
103
  {
80
104
  "type": 0,
@@ -99,24 +123,144 @@
99
123
  "value": "Expand rows"
100
124
  }
101
125
  ],
126
+ "Nimbus.DataTable.fullText": [
127
+ {
128
+ "type": 0,
129
+ "value": "Full text"
130
+ }
131
+ ],
132
+ "Nimbus.DataTable.fullTextAriaLabel": [
133
+ {
134
+ "type": 0,
135
+ "value": "Full text section"
136
+ }
137
+ ],
138
+ "Nimbus.DataTable.hiddenColumns": [
139
+ {
140
+ "type": 0,
141
+ "value": "Hidden columns"
142
+ }
143
+ ],
144
+ "Nimbus.DataTable.hiddenColumnsAriaLabel": [
145
+ {
146
+ "type": 0,
147
+ "value": "Hidden columns list"
148
+ }
149
+ ],
150
+ "Nimbus.DataTable.hideColumn": [
151
+ {
152
+ "type": 0,
153
+ "value": "Hide column"
154
+ }
155
+ ],
156
+ "Nimbus.DataTable.layoutSettings": [
157
+ {
158
+ "type": 0,
159
+ "value": "Layout settings"
160
+ }
161
+ ],
162
+ "Nimbus.DataTable.layoutSettingsAriaLabel": [
163
+ {
164
+ "type": 0,
165
+ "value": "Layout settings section"
166
+ }
167
+ ],
168
+ "Nimbus.DataTable.noHiddenColumns": [
169
+ {
170
+ "type": 0,
171
+ "value": "No Hidden columns"
172
+ }
173
+ ],
102
174
  "Nimbus.DataTable.pinRows": [
103
175
  {
104
176
  "type": 0,
105
177
  "value": "Pin rows"
106
178
  }
107
179
  ],
180
+ "Nimbus.DataTable.reset": [
181
+ {
182
+ "type": 0,
183
+ "value": "Reset columns"
184
+ }
185
+ ],
108
186
  "Nimbus.DataTable.resizeColumn": [
109
187
  {
110
188
  "type": 0,
111
189
  "value": "Resize column"
112
190
  }
113
191
  ],
192
+ "Nimbus.DataTable.rowDensity": [
193
+ {
194
+ "type": 0,
195
+ "value": "Row density"
196
+ }
197
+ ],
198
+ "Nimbus.DataTable.rowDensityAriaLabel": [
199
+ {
200
+ "type": 0,
201
+ "value": "Row density section"
202
+ }
203
+ ],
204
+ "Nimbus.DataTable.searchHiddenColumns": [
205
+ {
206
+ "type": 0,
207
+ "value": "Search..."
208
+ }
209
+ ],
114
210
  "Nimbus.DataTable.selectRow": [
115
211
  {
116
212
  "type": 0,
117
213
  "value": "Select row"
118
214
  }
119
215
  ],
216
+ "Nimbus.DataTable.settings": [
217
+ {
218
+ "type": 0,
219
+ "value": "Table settings"
220
+ }
221
+ ],
222
+ "Nimbus.DataTable.textPreviews": [
223
+ {
224
+ "type": 0,
225
+ "value": "Text previews"
226
+ }
227
+ ],
228
+ "Nimbus.DataTable.textPreviewsAriaLabel": [
229
+ {
230
+ "type": 0,
231
+ "value": "Text previews section"
232
+ }
233
+ ],
234
+ "Nimbus.DataTable.textVisibility": [
235
+ {
236
+ "type": 0,
237
+ "value": "Text visibility"
238
+ }
239
+ ],
240
+ "Nimbus.DataTable.textVisibilityAriaLabel": [
241
+ {
242
+ "type": 0,
243
+ "value": "Text visibility section"
244
+ }
245
+ ],
246
+ "Nimbus.DataTable.visibleColumns": [
247
+ {
248
+ "type": 0,
249
+ "value": "Visible columns"
250
+ }
251
+ ],
252
+ "Nimbus.DataTable.visibleColumnsAria": [
253
+ {
254
+ "type": 0,
255
+ "value": "Visible columns list"
256
+ }
257
+ ],
258
+ "Nimbus.DataTable.visibleColumnsList": [
259
+ {
260
+ "type": 0,
261
+ "value": "Visible columns"
262
+ }
263
+ ],
120
264
  "Nimbus.DatePicker.Time.enterTime": [
121
265
  {
122
266
  "type": 0,
package/data/core.json CHANGED
@@ -47,6 +47,22 @@
47
47
  "developer_comment": "aria-label for the combobox toggle button",
48
48
  "string": "Toggle combobox"
49
49
  },
50
+ "Nimbus.DataTable.comfortable": {
51
+ "developer_comment": "title for the comfortable togglebutton in the data table manager layout",
52
+ "string": "Comfortable"
53
+ },
54
+ "Nimbus.DataTable.comfortableAriaLabel": {
55
+ "developer_comment": "aria-label for the comfortable togglebutton in the data table manager layout",
56
+ "string": "Comfortable section"
57
+ },
58
+ "Nimbus.DataTable.compact": {
59
+ "developer_comment": "title for the compact togglebutton in the data table manager layout",
60
+ "string": "Compact"
61
+ },
62
+ "Nimbus.DataTable.compactAriaLabel": {
63
+ "developer_comment": "aria-label for the compact togglebutton in the data table manager layout",
64
+ "string": "Compact section"
65
+ },
50
66
  "Nimbus.DataTable.dataTable": {
51
67
  "developer_comment": "aria-label for the data table element",
52
68
  "string": "Data table"
@@ -63,18 +79,98 @@
63
79
  "developer_comment": "aria-label for the expand rows column header",
64
80
  "string": "Expand rows"
65
81
  },
82
+ "Nimbus.DataTable.fullText": {
83
+ "developer_comment": "title for the full text section in the data table manager layout",
84
+ "string": "Full text"
85
+ },
86
+ "Nimbus.DataTable.fullTextAriaLabel": {
87
+ "developer_comment": "aria-label for the full text section in the data table manager layout",
88
+ "string": "Full text section"
89
+ },
90
+ "Nimbus.DataTable.hiddenColumns": {
91
+ "developer_comment": "title for the hidden columns section in the data table manager",
92
+ "string": "Hidden columns"
93
+ },
94
+ "Nimbus.DataTable.hiddenColumnsAriaLabel": {
95
+ "developer_comment": "aria-label for the hidden columns list in the data table manager",
96
+ "string": "Hidden columns list"
97
+ },
98
+ "Nimbus.DataTable.hideColumn": {
99
+ "developer_comment": "aria-label for the hide column button in the data table manager",
100
+ "string": "Hide column"
101
+ },
102
+ "Nimbus.DataTable.layoutSettings": {
103
+ "developer_comment": "title for the layout settings section in the data table manager",
104
+ "string": "Layout settings"
105
+ },
106
+ "Nimbus.DataTable.layoutSettingsAriaLabel": {
107
+ "developer_comment": "aria-label for the layout settings section in the data table manager",
108
+ "string": "Layout settings section"
109
+ },
110
+ "Nimbus.DataTable.noHiddenColumns": {
111
+ "developer_comment": "message when there is no hidden columns in the data table manager",
112
+ "string": "No Hidden columns"
113
+ },
66
114
  "Nimbus.DataTable.pinRows": {
67
115
  "developer_comment": "aria-label for the pin rows column header",
68
116
  "string": "Pin rows"
69
117
  },
118
+ "Nimbus.DataTable.reset": {
119
+ "developer_comment": "aria-label for the reset columns button in the data table manager",
120
+ "string": "Reset columns"
121
+ },
70
122
  "Nimbus.DataTable.resizeColumn": {
71
123
  "developer_comment": "aria-label for the column resizer",
72
124
  "string": "Resize column"
73
125
  },
126
+ "Nimbus.DataTable.rowDensity": {
127
+ "developer_comment": "title for the row density section in the data table manager layout",
128
+ "string": "Row density"
129
+ },
130
+ "Nimbus.DataTable.rowDensityAriaLabel": {
131
+ "developer_comment": "aria-label for the row density section in the data table manager layout",
132
+ "string": "Row density section"
133
+ },
134
+ "Nimbus.DataTable.searchHiddenColumns": {
135
+ "developer_comment": "placeholder for the search input in the hidden columns section in the data table manager",
136
+ "string": "Search..."
137
+ },
74
138
  "Nimbus.DataTable.selectRow": {
75
139
  "developer_comment": "aria-label for the row selection checkbox",
76
140
  "string": "Select row"
77
141
  },
142
+ "Nimbus.DataTable.settings": {
143
+ "developer_comment": "aria-label for the settings button in the data table manager",
144
+ "string": "Table settings"
145
+ },
146
+ "Nimbus.DataTable.textPreviews": {
147
+ "developer_comment": "title for the text previews section in the data table manager layout",
148
+ "string": "Text previews"
149
+ },
150
+ "Nimbus.DataTable.textPreviewsAriaLabel": {
151
+ "developer_comment": "aria-label for the text previews section in the data table manager layout",
152
+ "string": "Text previews section"
153
+ },
154
+ "Nimbus.DataTable.textVisibility": {
155
+ "developer_comment": "title for the text visibility section in the data table manager layout",
156
+ "string": "Text visibility"
157
+ },
158
+ "Nimbus.DataTable.textVisibilityAriaLabel": {
159
+ "developer_comment": "aria-label for the text visibility section in the data table manager layout",
160
+ "string": "Text visibility section"
161
+ },
162
+ "Nimbus.DataTable.visibleColumns": {
163
+ "developer_comment": "title for the visible columns section in the data table manager",
164
+ "string": "Visible columns"
165
+ },
166
+ "Nimbus.DataTable.visibleColumnsAria": {
167
+ "developer_comment": "aria-label for the visible columns list in the data table manager",
168
+ "string": "Visible columns list"
169
+ },
170
+ "Nimbus.DataTable.visibleColumnsList": {
171
+ "developer_comment": "title for the visible columns section in the data table manager",
172
+ "string": "Visible columns"
173
+ },
78
174
  "Nimbus.DatePicker.Time.enterTime": {
79
175
  "developer_comment": "aria-label for time input field in date picker",
80
176
  "string": "Enter time"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus-i18n",
3
3
  "description": "All translation messages from the Nimbus design system.",
4
- "version": "0.0.0-canary-20251113202104",
4
+ "version": "0.0.0-canary-20251113220504",
5
5
  "bugs": "https://github.com/commercetools/nimbus/issues",
6
6
  "repository": {
7
7
  "type": "git",