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

fa.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04632ac44feb4f30a7230260d6ff280d0ff346d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "checksum",
    {
    "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" : "انتخاب الگوریتم"
},
"nplurals=2; plural=(n > 1);");