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

zh_TW.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 748699b11dd0bee1d9fe8bae5f5069c17fd45a53 (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若要挑選其他演算法,僅需按下重新整理按鈕。",
    "Choose Algorithm" : "選擇演算法"
},
"nplurals=1; plural=0;");