Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-vi.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-vi.js
// Module:    /templates/listips/listips-vi
// Locale:    vi
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"A mapping with the public address “[_1]” already exists.":"Hiện tồn tại ánh xạ có địa chỉ công khai “[_1]”.","Address successfully validated.":"Xác thực địa chỉ thành công.","An error has occurred: [_1]":"Xảy ra lỗi: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Không xác định được địa chỉ IP công khai. Không kết nối được đến dịch vụ myip.","Confirm that entry for “[_1]” should be deleted.":"Xác nhận đã xóa mục nhập cho “[_1]”.","Edit “[_1]”":"Sửa “[_1]”","Editing public IP for “[_1]”.":"Đang sửa IP công khai cho “[_1]”.","Entry for “[_1]” not deleted.":"Không xóa mục nhập “[_1]”.","Entry for “[_1]” successfully deleted.":"Xóa thành công mục nhập cho “[_1]”.","Not Routable":"Không Khả Tuyến","Operation canceled. Entry for “[_1]” not deleted.":"Đã hủy thao tác. Không xóa mục nhập “[_1]”.","Operation canceled. Public IP change not saved.":"Đã hủy thao tác. Không lưu thay đổi đối với IP công khai.","Public IP for “[_1]” not changed.":"Không đổi IP Công Khai cho “[_1]”.","Public IP for “[_1]” successfully changed.":"Đổi thành công IP Công Khai cho “[_1]”.","Public address for “[_1]” is invalid.":"Địa chỉ công khai cho “[_1]” không hợp lệ.","Restoring previous value: [_1]":"Đang khôi phục giá trị trước: [_1]","The reported error message was: “[_1]”":"Thông báo lỗi báo cáo là: “[_1]”","Validating “[_1]”.":"Đang xác thực “[_1]”.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"Bạn đã tìm cách xóa địa chỉ IP trong một hàng khác. Vui lòng hoàn tất thao tác đó trước khi tiếp tục.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"Bạn đã sửa địa chỉ IP công khai trong một hàng khác. Vui lòng hoàn tất thao tác đó trước khi tiếp tục.","“[_1]” cannot be routed.":"Không định tuyến được cho “[_1]”.","“[_1]” is not a valid IP address.":"“[_1]” không phải là địa chỉ IP hợp lệ."};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager