mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
8a1c778731
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 lines
1,014 B
JavaScript
19 lines
1,014 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"restored" : "khôi phục",
|
|
"Deleted files" : "File đã bị xóa",
|
|
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Các tệp và thư mục đã xóa trong thùng rác (có thể hết hạn trong quá trình xuất nếu bạn sắp hết dung lượng lưu trữ)",
|
|
"Restore" : "Khôi phục",
|
|
"Unknown" : "Không xác định",
|
|
"All files" : "Tất cả tệp tin",
|
|
"You" : "You",
|
|
"Deleted" : "Đã xóa",
|
|
"A long time ago" : "Một khoảng thời gian trước",
|
|
"Cancel" : "Hủy bỏ",
|
|
"Deletion cancelled" : "Thao tác xóa bị hủy",
|
|
"List of files that have been deleted." : "Danh sách các tập tin đã bị xóa.",
|
|
"No deleted files" : "Không có tập tin bị xóa",
|
|
"Files and folders you have deleted will show up here" : "Các tập tin và thư mục bạn đã xóa sẽ hiển thị ở đây"
|
|
},
|
|
"nplurals=1; plural=0;");
|