aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/vi.js
blob: cbf9f4a596648b30462f69cd913431c0e6e80d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",
    "Nothing in here. Your trash bin is empty!" : "Không có gì ở đây. Thùng rác của bạn rỗng!",
    "Name" : "Tên",
    "Deleted" : "Đã xóa",
    "Delete" : "Xóa"
},
"nplurals=1; plural=0;");