Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ru.json « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a0f2518caf23966fea30d19651aab570863c4e0 (plain)
1
2
3
4
5
6
7
8
9
{ "translations": {
    "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Тип алгоритма \"%s\" не является допустимым или поддерживаемым типом алгоритма.",
    "File not found." : "Файл не найден.",
    "Checksum" : "Контрольная сумма",
    "Creating a hash checksum of a file." : "Создание контрольной суммы хэша файла.",
    "Allows users to create a hash checksum of a file.\n        Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n        Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n        Select a algorithm and it will try to generate a hash.\n        If you want an other algorithm, just click on the reload button." : "Позволяет пользователям создавать контрольную сумму хэша файла.\n        Возможными алгоритмами являются md5, sha1, sha256, sha384, sha512 и crc32.\n\n        Просто откройте представление сведений о файле (боковая панель). Там должна быть новая вкладка под названием \"Контрольная сумма\".\n        Выберите алгоритм, и он попытается сгенерировать хэш.\n         Если вам нужен другой алгоритм, просто нажмите на кнопку перезагрузить.",
    "Choose Algorithm" : "Выберите Алгоритм"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}