@cross-nft-marketplace/auction-house-nft-components
Version:
NFT Media Rendering Components
263 lines (262 loc) • 6.43 kB
TypeScript
export declare const Strings: {
/**
* Collected, used in the full page ownership view
* @default Collected by:
*/
COLLECTED: string;
/**
* Created by, used in the thumbnail image view
*/
CREATED: string;
/**
* Proof of authenticity box header
* @default Proof of authenticity
*/
PROOF_AUTHENTICITY: string;
/**
* Etherscan tx view in proof of authenticity box
* @default View on Etherscan
*/
ETHERSCAN_TXN: string;
/**
* View on IPFS in proof of authenticity box
* @default View on IPFS
*/
VIEW_IPFS: string;
/**
* View metadata in proof of authenticity box
* @default View Metadata
*/
VIEW_METADATA: string;
/**
* List price used in pricing components
* @default List price
*/
LIST_PRICE: string;
/**
* Highest Bid used in pricing components
* @default Highest bid
*/
HIGHEST_BID: string;
/**
* Reserve price used in pricing components
* @default Reserve price
*/
RESERVE_PRICE: string;
/**
* Available currencies pricing components
* @default Available currencies
*/
AVAILABLE_CURRENCIES: string;
/**
* Buy now price used in pricing components
* @default Buy now price
*/
BUY_NOW_PRICE: string;
/**
* Top bid used in pricing components
* @default Top bid
*/
TOP_BID: string;
/**
* Sold for used in pricing components
* @default Sold for
* @group test
*/
SOLD_FOR: string;
/**
* Sold at used in pricing components
*/
SOLD_AT: string;
/**
* Not applicable used in pricing components
*/
NOT_APPLICABLE: string;
/**
* Created by text in preview card
*/
CARD_CREATED_BY: string;
/**
* Owned by text in preview card
*/
CARD_OWNED_BY: string;
/**
* Ends in used in pricing components
* @default Ends in
*/
ENDS_IN: string;
/**
* Creator, used in the full page ownership view
* @default Creator
*/
CREATOR: string;
/**
* Artist, used in the full page ownership view
* @default Artist
*/
ARTIST: string;
/**
* Owner, used in the full page ownership view
* @default Owner
*/
OWNER: string;
/**
* Used for full page when the auction ends
* @default Auction ends
*/
AUCTION_ENDS: string;
/**
* Bidder display for full auction page
* @default Bidder
*/
BIDDER: string;
/**
* Header for NFT / bid history box on full view page
* @default History
*/
NFT_HISTORY: string;
/**
* Title for auction duration informationbox
* @default Auction duration
*/
AUCTION_PENDING_DURATION: string;
/**
* Header for the box to show categoeries
* @default Category
*/
CATEGORY: string;
/**
* Information for curator fee box header
* @default Curator fee
*/
CURATOR_FEE: string;
/**
* Header showing curator information on NFT full page
* @default of proceeds go to
*/
CURATOR_PROCEEDS_DESC: string;
/**
* Sold for view on full view page auction info box
* @default Sold for
*/
AUCTION_SOLD_FOR: string;
/**
* Placed a bid message for bid history box on full view page
* @default placed a bid of
*/
BID_HISTORY_BID: string;
/**
* Placed a bought message for bid history box on full view page
* @default bought for
*/
BID_HISTORY_PURCHASED_FOR: string;
/**
* Open offers from user box
* @default Open offers
*/
OPEN_OFFERS: string;
/**
* Winner of the auction on the full view page
* @default Winner
*/
WINNER: string;
/**
* Listed in bid history text
* @default listed the NFT
*/
BID_HISTORY_LISTED: string;
/**
* Won the auction in bid history text
* @default won the auction
*/
BID_HISTORY_WON_AUCTION: string;
/**
* Link to transaction details from bid history
* @default View Transaction
*/
BID_HISTORY_VIEW_TRANSACTION: string;
/**
* Minted by bid history text
* @default minted the NFT
*/
BID_HISTORY_MINTED: string;
/**
* Shown on media proposal card for proposed by user
* @default Proposed by
*/
PROPOSED_BY: string;
/**
* Shown on media proposal card for curator share
* @default Curator share
*/
PROPOSAL_CURATOR_SHARE: string;
/**
* Shown on media proposal card for accepted auctions
* @default Accepted
*/
PROPOSAL_ACCEPTED: string;
/**
* String to show while pricing is loading
* @default ...
*/
PRICING_LOADING: string;
/**
* String to show while pricing is loading
* @default ...
*/
PRICING_LOADING_LABEL: string;
/**
* No pricing placeholder, shown if no pricing information
* exists but content is loaded
* @default --
*/
NO_PRICING_PLACEHOLDER: string;
/**
* Play audio button description text
*
* @default Play audio
*/
AUDIO_CONTROLS_PLAY: string;
/**
* Pause audio description text
*
* @default Pause audio
*/
AUDIO_CONTROLS_PAUSE: string;
/**
* aria-label for video controls container, announced when user selects video controls
*
* @default Video playback controls
*/
VIDEO_CONTROLS_LABEL: string;
/**
* Fullscreen button accessible label
* i
* @default Fullscreen
*/
VIDEO_CONTROLS_FULLSCREEN: string;
/**
* Play video button description text
*
* @default Play
*/
VIDEO_CONTROLS_PLAY: string;
/**
* Pause video description text
*
* @default Pause
*/
VIDEO_CONTROLS_PAUSE: string;
/**
* Mute video controls description text
*
* @default Mute
*/
VIDEO_CONTROLS_MUTE: string;
/**
* Properties component title text
*
* @default Properties
*/
PROPERTIES_TITLE: string;
};