Files
sendico/frontend/pshared/lib/l10n/en.arb
2026-03-04 17:43:18 +03:00

84 lines
2.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"
},
"operationStatusPending": "Pending",
"@operationStatusPending": {
"description": "Label for the “pending” operation status"
},
"operationStatusRetrying": "Retrying",
"@operationStatusRetrying": {
"description": "Label for the “retrying” operation status"
},
"operationStatusSuccess": "Success",
"@operationStatusSuccess": {
"description": "Label for the “success” operation status"
},
"operationStatusSkipped": "Skipped",
"@operationStatusSkipped": {
"description": "Label for the “skipped” operation status"
},
"operationStatusCancelled": "Cancelled",
"@operationStatusCancelled": {
"description": "Label for the “cancelled” operation status"
},
"operationStatusNeedsAttention": "Needs attention",
"@operationStatusNeedsAttention": {
"description": "Label for the “needs attention” 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"
},
"chainNetworkArbitrumSepolia": "Arbitrum Sepolia",
"@chainNetworkArbitrumSepolia": {
"description": "Label for the Arbitrum Sepolia network"
},
"chainNetworkTronMainnet": "Tron Mainnet",
"@chainNetworkTronMainnet": {
"description": "Label for the Tron mainnet network"
},
"chainNetworkTronNile": "Tron Nile (testnet)",
"@chainNetworkTronNile": {
"description": "Label for the Tron Nile testnet network"
}
}