Skip to content

Commit bbaecfd

Browse files
feat: update translations
1 parent 01efc55 commit bbaecfd

2 files changed

Lines changed: 14 additions & 40 deletions

File tree

apps/demo/src/locales/en/ui.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -267,30 +267,17 @@
267267
"subtitle": "The Table component displays data in tabular format.",
268268
"usage": {
269269
"basic": "Basic table",
270-
"builtInActionColumn": "Table demonstrating built in actions column use case",
271-
"cellDataFormatting": "Table demonstrating cell content formatting",
272-
"filterable": "Table with filterable column",
273-
"sortable": "Table with sortable column",
274-
"rowSelection": "Table with row selection",
275-
"persistentState": "Table with persistent state",
276-
"customCellDataFormatting": "Table with custom cell data formatter",
277-
"customPagination": "Table with custom pagination",
278-
"customToolbarActions": "Table with custom toolbar actions",
279-
"columnTooltip": "Table with tooltip column",
280-
"columnAlignment": "Table cell content alignments",
270+
"cellDataFormatting": "Basic table(fr)",
281271
"columnAction": "Table with column action",
282-
"withFooter": "Table with footer",
283-
"withoutPagination": "Table without pagination",
284-
"withTitle": "Table with title",
285-
"withCustomFilter": "Table with custom filter component and filterFn",
286-
"withEqualServerFilter": "Table with equal server filterFn",
272+
"columnTooltip": "Table with tooltip column",
273+
"customPaginationToolbarFooter": "Table with custom pagination, toolbar and footer",
287274
"customStaticFilter": "Table with custom filter component and static filterFn",
288-
"divContent": "Table demonstrating center aligned content",
275+
"rowSelection": "Table with row selection",
276+
"rowSpecificActions": "Table with actions menu items filtered based on row data logic",
289277
"singleActionColumn": "Table with single action button",
290278
"singleActionColumnWithMenu": "Table with single action menu",
291-
"rowSpecificActions": "Table with actions menu items filtered based on row data logic",
292-
"tableBorderHorizontal": "Table with custom style for horizontal border",
293-
"tableBorderVertical": "Table with custom style for vertical border"
279+
"withCustomFilter": "Table with custom filter component and filterFn",
280+
"withEqualServerFilter": "Table with equal server filterFn"
294281
},
295282
"title": "Table"
296283
},

apps/demo/src/locales/fr/ui.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -267,30 +267,17 @@
267267
"subtitle": "The Table component displays data in tabular format. (fr)",
268268
"usage": {
269269
"basic": "Basic table (fr)",
270-
"builtInActionColumn": "Table demonstrating built in actions column use case (fr)",
271-
"cellDataFormatting": "Table demonstrating cell content formatting (fr)",
272-
"filterable": "Table with filterable column (fr)",
273-
"sortable": "Table with sortable column (fr)",
274-
"rowSelection": "Table with row selection (fr)",
275-
"persistentState": "Table with persistent state (fr)",
276-
"customCellDataFormatting": "Table with custom cell data formatter (fr)",
277-
"customPagination": "Table with custom pagination (fr)",
278-
"customToolbarActions": "Table with custom toolbar actions (fr)",
279-
"columnTooltip": "Table with tooltip column (fr)",
280-
"columnAlignment": "Table cell content alignments (fr)",
270+
"cellDataFormatting": "Basic table(fr)",
281271
"columnAction": "Table with column action (fr)",
282-
"withFooter": "Table with footer (fr)",
283-
"withoutPagination": "Table without pagination (fr)",
284-
"withTitle": "Table with title (fr)",
285-
"withCustomFilter": "Table with custom filter component and filterFn (fr)",
286-
"withEqualServerFilter": "Table with equal server filterFn (fr)",
272+
"columnTooltip": "Table with tooltip column (fr)",
273+
"customPaginationToolbarFooter": "Table with custom pagination, toolbar and footer (fr)",
287274
"customStaticFilter": "Table with custom filter component and static filterFn (fr)",
288-
"divContent": "Table demonstrating center aligned content (fr)",
275+
"rowSelection": "Table with row selection (fr)",
276+
"rowSpecificActions": "Table with actions menu items filtered based on row data logic (fr)",
289277
"singleActionColumn": "Table with single action button (fr)",
290278
"singleActionColumnWithMenu": "Table with single action menu (fr)",
291-
"rowSpecificActions": "Table with actions menu items filtered based on row data logic (fr)",
292-
"tableBorderHorizontal": "Table with custom style for horizontal border (fr)",
293-
"tableBorderVertical": "Table with custom style for vertical border (fr)"
279+
"withCustomFilter": "Table with custom filter component and filterFn (fr)",
280+
"withEqualServerFilter": "Table with equal server filterFn (fr)"
294281
},
295282
"title": "Table (fr)"
296283
},

0 commit comments

Comments
 (0)