54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
{
|
|
"@@locale": "en",
|
|
|
|
"statusReady": "Ready",
|
|
"statusRegistered": "Registered",
|
|
"statusNotRegistered": "Not Registered",
|
|
"typeInternal": "Internal",
|
|
"typeExternal": "External",
|
|
"operationStatusProcessing": "Processing",
|
|
"@operationStatusProcessing": {
|
|
"description": "Label for the “processing” operation status"
|
|
},
|
|
|
|
"operationStatusSuccess": "Success",
|
|
"@operationStatusSuccess": {
|
|
"description": "Label for the “success” operation status"
|
|
},
|
|
|
|
"operationStatusError": "Error",
|
|
"@operationStatusError": {
|
|
"description": "Label for the “error” operation status"
|
|
},
|
|
|
|
"resourceLoadError": "Error while loading data. Try again",
|
|
"@resourceLoadError": {
|
|
"description": "Default message shown when data loading fails"
|
|
},
|
|
|
|
"resourceEmpty": "Empty data",
|
|
"@resourceEmpty": {
|
|
"description": "Default message shown when no data is available"
|
|
},
|
|
|
|
"chainNetworkUnspecified": "Unspecified network",
|
|
"@chainNetworkUnspecified": {
|
|
"description": "Fallback label when the chain network is not known"
|
|
},
|
|
|
|
"chainNetworkEthereumMainnet": "Ethereum Mainnet",
|
|
"@chainNetworkEthereumMainnet": {
|
|
"description": "Label for the Ethereum mainnet network"
|
|
},
|
|
|
|
"chainNetworkArbitrumOne": "Arbitrum One",
|
|
"@chainNetworkArbitrumOne": {
|
|
"description": "Label for the Arbitrum One network"
|
|
},
|
|
|
|
"chainNetworkOtherEvm": "Other EVM chain",
|
|
"@chainNetworkOtherEvm": {
|
|
"description": "Label for any other EVM-compatible network"
|
|
}
|
|
}
|