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: 29338f3327e7b42bd2901dcc99a45ba360e5e9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;");