nextcloud/apps/files_trashbin/l10n/vi.js

16 lines
463 B
JavaScript

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",
"Name" : "Tên",
"Deleted" : "Đã xóa",
"Delete" : "Xóa"
},
"nplurals=1; plural=0;");