Files
sendico/frontend/pshared/lib/l10n/ru.arb
2025-12-24 13:20:25 +01:00

59 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"@@locale": "ru",
"statusReady": "Готово",
"statusRegistered": "Зарегистрирован",
"statusNotRegistered": "Не зарегистрирован",
"typeInternal": "Внутренний",
"typeExternal": "Внешний",
"operationStatusProcessing": "Обработка",
"@operationStatusProcessing": {
"description": "Label for the “processing” operation status"
},
"operationStatusSuccess": "Успех",
"@operationStatusSuccess": {
"description": "Label for the “success” operation status"
},
"operationStatusError": "Ошибка",
"@operationStatusError": {
"description": "Label for the “error” operation status"
},
"resourceLoadError": "Ошибка при загрузке данных. Попробуйте еще раз",
"@resourceLoadError": {
"description": "Default message shown when data loading fails"
},
"resourceEmpty": "Нет данных",
"@resourceEmpty": {
"description": "Default message shown when no data is available"
},
"chainNetworkUnspecified": "Сеть не указана",
"@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"
},
"chainNetworkTronMainnet": "Tron Mainnet",
"@chainNetworkTronMainnet": {
"description": "Label for the Tron mainnet network"
},
"chainNetworkTronNile": "Tron Nile (testnet)",
"@chainNetworkTronNile": {
"description": "Label for the Tron Nile testnet network"
}
}