owncloud/core

View on GitHub
apps/files_trashbin/l10n/vi.js

Summary

Maintainability
A
3 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Không thể xóa %s vĩnh viễn",
    "Couldn't restore %s" : "Không thể khôi phục %s",
    "Deleted files" : "File đã bị xóa",
    "Restore" : "Khôi phục",
    "Delete" : "Xóa",
    "Delete permanently" : "Xóa vĩnh vễn",
    "Error" : "Lỗi",
    "This operation is forbidden" : "Thao tác bị cấm",
    "This directory is unavailable, please check the logs or contact the administrator" : "Thư mục này không sẵn có, hãy kiểm tra log hoặc liên hệ người quản lý",
    "restored" : "khôi phục",
    "No deleted files" : "Không có tập tin bị xóa",
    "You will be able to recover deleted files from here" : "Bạn có thể phục hồi các file đã bị xóa từ đây",
    "No entries found in this folder" : "Chưa có mục nào trong thư mục",
    "Select all" : "Chọn tất cả",
    "Name" : "Tên",
    "Deleted" : "Đã xóa"
},
"nplurals=1; plural=0;");