decentraland-ui
Version:
Decentraland's UI components and styles
21 lines (19 loc) • 809 B
text/typescript
import { AssetStatus } from './AssetStatusFilter.types'
export const i18n = {
title: 'Status',
status: {
[ ]: 'Not For Sale',
[ ]: 'Only Listings',
[ ]: 'Only Available For Minting',
[ ]: 'On Sale'
},
tooltips: {
[ ]:
'Only includes items that are not being available for minting (buying directly from the creators) nor with available listings.',
[ ]: 'Only includes items that are being resold.',
[ ]:
'Only includes items that are available for minting (buying directly from the creators).',
[ ]:
'Includes items available for minting and/or with available listings.'
}
}