Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vi.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7170a995326b82f23d177dd83dcf91a9d17ca828 (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",
    {
    "Deleted files" : "File đã bị xóa",
    "restored" : "khôi phục",
    "Restore" : "Khôi phục",
    "Delete permanently" : "Xóa vĩnh vễn",
    "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ý",
    "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",
    "Actions" : "Hành động",
    "Deleted" : "Đã xóa",
    "Delete" : "Xóa"
},
"nplurals=1; plural=0;");