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

zh_HK.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 152137b7d223738a81c1f4a96fca6a85f98d666b (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." : "允許用戶創建檔案的哈希校驗和(hash checksum)。\n可能的算法有 md5、sha1、sha256、sha384、sha512 和 crc32。\n\n只需打開檔案的詳細信息視圖(邊欄)。 應該有一個名為“校驗和”的新選項卡。\n選擇一個算法,它會嘗試生成一個散列。\n如果您想要其他算法,只需單擊重新加載按鈕。",
    "Choose Algorithm" : "選擇算法"
},
"nplurals=1; plural=0;");