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

vi.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 666b578bd9f68c9910aab72ff653910edfa327f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "groupfolders",
    {
    "Deny" : "Từ chối",
    "Allow" : "Cho phép",
    "Read" : "Đọc",
    "Create" : "Tạo mới",
    "Delete" : "Xóa",
    "Share" : "Chia sẻ",
    "You" : "Bạn",
    "Group" : "Nhóm",
    "Folder name" : "Tên thư mục",
    "Groups" : "Nhóm",
    "Quota" : "Hạn ngạch"
},
"nplurals=1; plural=0;");