ZencashOfficial/arizen

View on GitHub
app/lang/lang_ru.json

Summary

Maintainability
Test Coverage
{
  "languageName": "Русский",
  "languageValue": "ru",
  "langFileVersion": "1",
  "login": {
    "label": "Arizen: Войти",
    "username": "Имя пользователя",
    "password": "Пароль",
    "loginButton": "Войти",
    "createWalletLink": "Создать кошелёк",
    "warningWrongUsernameOrPassword": "Неверное <strong>имя пользователя</strong> или <strong>пароль</strong>",
    "dataImportFailed1": "Data import failed, possible reason is wrong credentials or file is corrupted.",
    "dataImportFailed2": "Импорт данных не удался, возможная причина неверные учётные данные",
    "fileReplace": "Вы действительно хотите заменить файл?",
    "walletReplace": "Заменить кошелёк?",
    "walletReplaceMsg": "Это действие заменит Ваш нынешний кошелёк. Вы уверенны?",
    "walletImported": "Кошелёк успешно импортирован",
    "walletImportFailed": "Не удалось импортировать",
    "yes": "Да",
    "no": "Нет"
  },
  "createWallet": {
    "label": "Arizen: Создать кошелёк",
    "username": "Имя пользователя",
    "password": "Пароль",
    "passwordAgain": "Повторите пароль",
    "oldUsername": "Предыдущее имя пользователя: ",
    "oldPassword": "Предыдущий пароль: ",
    "selectWallet": "Выбрать кошелёк",
    "selectWalletButton": "Поиск",
    "createWalletButton": "Создать кошелёк",
    "loginLink": "Войти",
    "warningUsername": "Имя пользователя должно соответствовать данным требованиям:",
    "warningUsernameLength": "Как минимум <strong>четыри буквы</strong>",
    "warningPassword": "Пароль должен соответствовать данным требованиям:",
    "warningPasswordLetter": "Как минимум <strong>одна буква</strong>",
    "warningPasswordCapitalLetter": "Как минимум <strong>одна заглавная буква</strong>",
    "warningPasswordNumber": "Как минимум <strong>одна цифра</strong>",
    "warningPasswordSpecial": "Как минимум <strong>один специальный символ</strong>",
    "warningPasswordLength": "Содержать как минимум <strong>8 букв</strong>",
    "warningPasswordAgain": "Пароль должен соответствовать данным требованиям:",
    "warningPasswordAgainIdentical": "<strong>Идентичный</strong>",
    "errorCreationFailed": "Не удалось создать кошелёк",
    "errorFailedResponse": "Нет ответа",
    "haveBackup": "Do you have previous backup?"
  },
  "notification": {
    "settingsUpdated": "Настройки обновлены",
    "balanceUpdated": "Баланс обновлён",
    "newTransactions": "Новая транзакция"
  },
  "importExportPks": {
    "chooseFileExport": "Выберите файл для хранения приватных ключей",
    "chooseFileImport": "Выберите файл с приватными ключами",
    "InvalidLinePk": "Неверная строка ${0} в файле с приватными ключами",
    "InvalidPk": "Неверный приватный ключ в строке ${0} в файле с приватными ключами"
  },
  "wallet": {
    "showSettingsDialogButton": "Настройки",
    "showAboutDialogButton": "О программе",
    "refreshWallet": "Обновить",
    "logout": "Сменить пользователя",
    "exit": "Выйти",
    "date": "Дата",
    "from": "От",
    "to": "Кому",
    "amount": "Сумма",
    "balance": "Баланс",
    "totalBalance": "Общий Баланс",
    "lastUpdate": "Последнее Обновление",
    "showExplorer": "Показать в ZEN Explorer",
    "listOfAddresses": "Список Адресов",
    "showBatchWithdrawDialog": "Массовое Снятие",
    "notLoggedIn": "Не вошли в пользователя",
    "addressNotFound": "адрес не найден",
    "nameNotFound": "имя не найдено",
    "renameWalletSetTo": "Адресс ${0} переименован в ${1}",
    "fetchBlockchainFailed": "Ошибка обновления изменений в блокчейне:",
    "save": "Сохранить",
    "pdfExported": "PDF экспортирован",
    "tabOverview": {
      "label": "Обзор",
      "showZeroBalances": "Показывать нулевые балансы",
      "newAddress": "Получить новый адрес",
      "unnamedAddress": "Адрес без имени",
      "newAddressExists": "Адрес ${0} уже есть в списке"
    },
    "tabDeposit": {
      "label": "Получить",
      "help": "Нажмите на зелёную кнопку возле необходимого адреса для депозита.",
      "saveQrcode": "Сохранить QR код",
      "messages": {
        "emptyToAddr": "Отсутствует адрес получателя",
        "unknownToAddr": "Адрес отправителя отсутствует на этом кошельке",
        "zeroAmount": "Сумма не положительная"
      }
    },
    "tabWithdraw": {
      "label": "Отправить",
      "help": "Нажмите на красную кнопку возле необходимого адреса для снятия.",
      "availableBalance": "Доступный баланс",
      "fee": "Комиссия",
      "txStatus": "Статус транзакции",
      "withdrawConfirmQuestion": "Вы уверенны что хотите совершить эту транзакцию?",
      "messages": {
        "emptyFromAddr": "Отсутствует адрес отправителя",
        "unknownFromAddr": "Адреса отправителя нет на Вашем кошельке",
        "insufficientFirstSource": "Недостаточно средств в 1 источнике (Минимум: пороговое значение + комиссия)!",
        "insufficientNextSource": "Недостаточно средств в 2 и следующих источниках (Минимум: пороговое значение)!",
        "numberOfKeys": "# приватных ключей и # адресов не совпадают!",
        "sumLowerThanFee": "Ваш суммарный баланс со всех адрессов меньше комиссии за транзакцию!",
        "zenApi": "Zen API не установлен в настройках!",
        "unknownAddress": "Адресс отправителя отсутствует в Вашем кошельке!",
        "insufficientFundsSourceAddr": "Недостаточно средств на адресе отправителя",
        "emptyToAddr": "Отсутствует адрес получателя",
        "zeroAmount": "Сумма не положительная",
        "insufficientFunds": "Недостаточно средств на адресе отправителя",
        "fromAddressBadLength": "Неверная длинна адреса отправителя!",
        "fromAddressBadPrefix": "Неверный префикс адреса отправителя - он должен начинаться с 'zn'!",
        "toAddressBadLength": "Неверная длинна адреса получателя!",
        "toAddressBadPrefix": "Неверный префикс адреса получателя - он должен начинаться с 'zn'!",
        "amounNotNumber": "Сумма не является числом",
        "amountIsZero": "Сумма должна быть больше нуля!",
        "feeNotNumber": "Комиссия не является числом!",
        "feeIsNegative": "Комиссия должна быть более или равняться нулю!",
        "error": "Ошибка",
        "success": "Транзакция была успешно отправлена",
        "isCoinbaseUTXO": "Your address contains newly mined coins, also called coinbase unspent transaction outputs (coinbase UTXO). These need to be shielded and unshielded first before they can be spent, please import the private key of this address into a full wallet like Swing and then send all your coins from this address to a Z-address and then back to this T-address. You will be then able to spend them in Arizen as well.",
        "tooManyUTXOs": "Your address consists of too many UTXOs, it is not possible to send this transaction via API!",
        "noSourceAddress": "No source address was selected!"
      }
    },
    "transactionHistory": {
      "label": "История Транзакций",
      "unconfirmed": "НЕПОДТВЕРЖДЕНО",
      "replaceAttempt": "Попытка заменить транзакцию в блоке"
    },
    "transactionDetail": {
      "label": "Детали Транзакции",
      "txid": "Номер Транзакции",
      "blockHeight": "Размер Блока",
      "unconfirmedTx": "НЕПОДТВЕРЖДЕННАЯ ТРАНЗАКЦИЯ"
    },
    "addressDetail": {
      "label": "Детали Адреса",
      "name": "Имя",
      "address": "Адрес",
      "saveButton": "Сохранить изменения"
    },
    "newAddress": {
      "label": "Создать Новый Адрес",
      "name": "Имя (опционально)",
      "createButton": "Создать"
    },
    "about": {
      "label": "Про Arizen",
      "homepage": "Домашняя Страница",
      "version": "Версия",
      "license": "Лицензия",
      "authors": "Разработчики"
    },
    "settings": {
      "label": "Настройки",
      "limit": "Лимит транзакции",
      "items": "items",
      "language": "Язык",
      "explorerUrl": "Ссылка на ZEN Explorer",
      "apiUrl": "Ссылка на API",
      "fiat": "Денежный Эквивалент",
      "save": "Сохранить",
      "enableNotifications": "Desktop notifications",
      "enableDomainFronting": "Domain fronting",
      "secureNodeFQDN": "Secure Node FQDN",
      "sshPrivateKey": "Path to SSH private key file",
      "sshPassphrase": "Passphrase for SSH private key file (if necessary)",
      "sshUsername": "SSH username",
      "sshPassword": "SSH password",
      "sshPort": "SSH port",
      "secureNodePort": "Secure Node Port (see zen.conf)",
      "secureNodeUsername": "Secure Node Username (see zen.conf)",
      "secureNodePassword": "Secure Node Password (see zen.conf)",
      "readyTimeout": "Ready Timeout (default: 10000)",
      "forwardTimeout": "Forward Timeout (default: 10000)",
      "domainFrontingUrl": "Domain fronting public base URL",
      "domainFrontingHost": "Domain fronting private host",
      "autoLogOffEnable": "Enable automatic log off",
      "autoLogOffTimeout": "Auto log off timeout in seconds",
      "chooseKeyPath": "Browse"
    },
    "paperWallet": {
      "label": "Бумажный кошелёк",
      "generateNewWallet": "Создать новый кошелёк",
      "name": "Имя (опционально)",
      "addWalletToArizen": "Добавить этот кошелёк в Arizen",
      "horizenWalletLabel": "Horizen кошелёк",
      "tAddrLabel": "Публичный Ключ - T Адрес",
      "privateKeyLabel": "Приватный Ключ",
      "namePrint": "Имя",
      "exportPDFLabel": "Экспортировать в PDF"
    },
    "batchWithdraw": {
      "label": "Массовое Снятие",
      "keepAmount": "Оставить Сумму"
    },
    "importSinglePrivateKey": {
      "openButtonLabel": "Import Private Key",
      "titleLabel": "Import Single Private Key",
      "privateKeyLabel": "Private Key",
      "importButtonLabel": "Import",
      "warningNotValidAddress": "Z address exist in your wallet",
      "warningNotValidPK": "This is not a valid Private Key."
    },
    "autoLogOffLabel": "Log off in ",
    "changePassword": {
      "title": "Change Wallet Password",
      "warningText": "WARNING: Wallet backups won't be re-encrypted! If you need to use them, you will have to use current password.",
      "currentPassword": "Current Password",
      "newPassword1": "New Password",
      "newPassword2": "New Password (Retype)"
    },
    "rpcConsole": {
      "title": "RPC",
      "command": "Command",
      "test": "Test Me",
      "results": "RPC Results ...",
      "status": "Status: ",
      "testFunctionButton": "Test Function"
    },
    "batchSplit": {
      "label": "Batch Split",
      "splitToAmounts": "Split to amounts",
      "toAddresses": "To addresses:",
      "splitButtonLabel": "Split",
      "messages": {
        "splitToIsZero": "Split to amounts have to be greater than zero!",
        "unknownAddress": "One of your destination address is not in your wallet!",
        "tooManyInputsOutputs": "Your transaction contains too many inputs/outputs addresses, please try less address!"
      }
    },
    "max": "Max",
    "showBatchSplitDialog": "Batch Split"
  },
  "menu": {
    "file": "Файл",
    "backupEncrypted": "Создать резервную копию ЗАШИФРОВАННОГО кошелька",
    "backupUnencrypted": "Создать резервную копию НЕЗАШИФРОВАННОГО кошелька",
    "importEncrypted": "Импортировать ЗАШИФРОВАННЫЙ Arizen кошелёк",
    "importUnencrypted": "Импортировать НЕЗАШИФРОВАННЫЙ Arizen кошелёк",
    "importPrivateKeys": "Импортировать приватные ключи",
    "exportPrivateKeys": "Экспортировать приватные ключи",
    "exit": "Выйти",
    "edit": "Изменить",
    "editSubmenu": {
      "undo": "Отменить",
      "redo": "Вернуть",
      "cut": "Вырезать",
      "copy": "Копировать",
      "paste": "Вставить",
      "selectAll": "Выбрать всё"
    },
    "help": "Help",
    "helpSubmenu": {
      "arizenManual": "User Manual",
      "support": "Support",
      "horizen": "Horizen"
    },
    "changeWalletPassword": "Change wallet password"
  },
  "warmingMessages": {
    "userWarningImportFileWithPKs": "New address(es) and a private key(s) will be imported. Your previous back-ups do not include the newly imported addresses or the corresponding private keys. Please use the backup feature of Arizen to make new backup file and replace your existing Arizen wallet backup. By pressing 'I understand' you declare that you understand this. For further information please refer to the help menu of Arizen.",
    "userWarningExportWalletUnencrypted": "You are going to export an UNENCRYPTED wallet ( ie your private keys) in plain text. That means that anyone with this file can control your ZENs. Store this file in a safe place. By pressing 'I understand' you declare that you understand this. For further information please refer to the help menu of Arizen.",
    "userWarningExportWalletEncrypted": "You are going to export an ENCRYPTED wallet and your private keys will be encrypted. That means that in order to access your private keys you need to know the corresponding wallet name and password. In case you don't know them you cannot control the ZENs that are controled by these private keys. By pressing 'I understand' you declare that you understand this. For further information please refer to the help menu of Arizen.",
    "userWarningImportPK": "A new address and a private key will be imported. Your previous back-ups do not include the newly imported address or the corresponding private key. Please use the backup feature of Arizen to make new backup file and replace your existing Arizen wallet backup. By pressing 'I understand' you declare that you understand this. For further information please refer to the help menu of Arizen.",
    "userWarningCreateNewAddress": "A new address and a private key will be created. Your previous back-ups do not include this newly generated address or the corresponding private key. Please use the backup feature of Arizen to make new backup file and replace your existing Arizen wallet backup. By pressing 'I understand' you declare that you understand this. For further information please refer to the help menu of Arizen.",
    "userWarningIUnderstand": "I understand",
    "cancel": "Cancel",
    "userWarningImportPkUserZendRescan": "The balance of the Z address you imported will be visible after you rescan the blockchain. Please run 'zen-cli stop && sleep 8 && zend -rescan' in your secure node (linux)."
  },
  "common": {
    "selectAll": "Select all",
    "clearAll": "Clear all",
    "okButtonText": "OK",
    "cancelButtonText": "Cancel"
  }
}