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

vi.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd919e300626aff75b9bd2039c60d2e5292cec2f (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." : "Loại thuật toán \"%s\" không khả dụng hoặc là một loại thuật toán không được hỗ trợ.",
    "File not found." : "Không tìm thấy tệp tin.",
    "Checksum" : "Giá trị tổng kiểm",
    "Creating a hash checksum of a file." : "Đang tạo một mã băm giá trị tổng kiểm của tệp tin. ",
    "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." : "Cho phép người dùng tạo một mã băm giá trị tổng kiểm của một tệp tin.\n        Thuật tuán khả dụng bao gồm md5, sha1, sha256, sha384, sha512 and crc32.\n        Chỉ cần mở bảng xem chi tiết của tệp (Sidebar). Sẽ có một tab mới với tên gọi \"Giá trị tổng kiểm\".\n        Chọn một thuật toán và nó sẽ tính toán ra một mã băm phù hợp.\n        Nếu bạn muốn một thuật toán khác, chỉ cần bấm vào nút nạp lại.",
    "Choose Algorithm" : "Chọn Thuật Toán"
},
"nplurals=1; plural=0;");