Continue Frontend localization (#9909)
Translation more content on the frontend
This commit is contained in:
@ -8019,7 +8019,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
|
||||
type: 'UUID',
|
||||
name: 'linkedObjectMetadataId',
|
||||
label: 'Linked Object Metadata Id',
|
||||
description: 'inked Object Metadata Id',
|
||||
description: 'Linked Object Metadata Id',
|
||||
icon: 'IconAbc',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import { TableMetadata } from '@/ui/layout/table/types/TableMetadata';
|
||||
import { msg } from '@lingui/core/macro';
|
||||
|
||||
export type MockedTableType = {
|
||||
labelPlural: string;
|
||||
@ -12,13 +13,13 @@ export const mockedTableMetadata: TableMetadata<MockedTableType> = {
|
||||
fieldName: 'labelPlural',
|
||||
fieldType: 'string',
|
||||
align: 'left',
|
||||
fieldLabel: 'Name',
|
||||
fieldLabel: msg`Name`,
|
||||
},
|
||||
{
|
||||
fieldName: 'fieldsCount',
|
||||
fieldType: 'number',
|
||||
align: 'right',
|
||||
fieldLabel: 'Fields Count',
|
||||
fieldLabel: msg`Fields Count`,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user