aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/vi.js
blob: c0ff36d90c3971cb582ea61acae2b9aac9ee0825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 permanently" : "Xóa vĩnh vễn",
    "Error" : "Lỗi",
    "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",
    "Delete" : "Xóa"
},
"nplurals=1; plural=0;");