You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/demo/src/locales/en/ui.json
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,6 @@
210
210
"title": "Files presentation"
211
211
},
212
212
"table": {
213
-
"title": "Table",
214
213
"cssCodeBlock": {
215
214
"title": "CSS code example",
216
215
"messages": {
@@ -219,6 +218,18 @@
219
218
"note": "Note:"
220
219
}
221
220
},
221
+
"placeholder": {
222
+
"country": "Select country",
223
+
"date": "Select date",
224
+
"endDate": "End date",
225
+
"max": "Max",
226
+
"min": "Min",
227
+
"startDate": "Start date",
228
+
"search": "Search",
229
+
"select": "Select city",
230
+
"status": "Select status"
231
+
},
232
+
"subtitle": "The Table component displays data in tabular format.",
222
233
"usage": {
223
234
"basic": "Basic table",
224
235
"builtInActionColumn": "Table demonstrating built in actions column use case",
@@ -246,17 +257,7 @@
246
257
"tableBorderHorizontal": "Table with custom style for horizontal border",
247
258
"tableBorderVertical": "Table with custom style for vertical border"
248
259
},
249
-
"placeholder": {
250
-
"country": "Select country",
251
-
"date": "Select date",
252
-
"endDate": "End date",
253
-
"max": "Max",
254
-
"min": "Min",
255
-
"startDate": "Start date",
256
-
"search": "Search",
257
-
"select": "Select city",
258
-
"status": "Select status"
259
-
}
260
+
"title": "Table"
260
261
},
261
262
"message": {
262
263
"subtitle": "The Message component displays contextual messages with optional icons and a closable action. It supports custom slots, making it flexible for various use cases.",
Copy file name to clipboardExpand all lines: apps/demo/src/locales/fr/ui.json
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,6 @@
210
210
"title": "Files presentation (fr)"
211
211
},
212
212
"table": {
213
-
"title": "Table (fr)",
214
213
"cssCodeBlock": {
215
214
"title": "CSS code example (fr)",
216
215
"messages": {
@@ -219,6 +218,18 @@
219
218
"note": "Note: (fr)"
220
219
}
221
220
},
221
+
"placeholder": {
222
+
"country": "Select country (fr)",
223
+
"date": "Select date (fr)",
224
+
"endDate": "End date (fr)",
225
+
"max": "Max (fr)",
226
+
"min": "Min (fr)",
227
+
"startDate": "Start date (fr)",
228
+
"search": "Search (fr)",
229
+
"select": "Select city (fr)",
230
+
"status": "Select status (fr)"
231
+
},
232
+
"subtitle": "The Table component displays data in tabular format. (fr)",
222
233
"usage": {
223
234
"basic": "Basic table (fr)",
224
235
"builtInActionColumn": "Table demonstrating built in actions column use case (fr)",
@@ -246,17 +257,7 @@
246
257
"tableBorderHorizontal": "Table with custom style for horizontal border (fr)",
247
258
"tableBorderVertical": "Table with custom style for vertical border (fr)"
248
259
},
249
-
"placeholder": {
250
-
"country": "Select country (fr)",
251
-
"date": "Select date (fr)",
252
-
"endDate": "End date (fr)",
253
-
"max": "Max (fr)",
254
-
"min": "Min (fr)",
255
-
"startDate": "Start date (fr)",
256
-
"search": "Search (fr)",
257
-
"select": "Select city (fr)",
258
-
"status": "Select status (fr)"
259
-
}
260
+
"title": "Table (fr)"
260
261
},
261
262
"message": {
262
263
"subtitle": "The Message component displays contextual messages with optional icons and a closable action. It supports custom slots, making it flexible for various use cases. (fr)",
0 commit comments