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

vi.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e99f70c3a45a34e10ab634ff5d035401da3ad4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OC.L10N.register(
    "files_external",
    {
    "External storage" : "Lưu trữ ngoài",
    "Personal" : "Cá nhân",
    "Grant access" : "Cấp quyền truy cập",
    "Saved" : "Đã lưu",
    "Username" : "Tên đăng nhập",
    "Password" : "Mật khẩu",
    "Save" : "Lưu",
    "None" : "Không gì cả",
    "Port" : "Cổng",
    "Region" : "Vùng/miền",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Host" : "Máy chủ",
    "Location" : "Vị trí",
    "ownCloud" : "ownCloud",
    "Share" : "Chia sẻ",
    "Name" : "Tên",
    "External Storage" : "Lưu trữ ngoài",
    "Folder name" : "Tên thư mục",
    "Configuration" : "Cấu hình",
    "Add storage" : "Thêm bộ nhớ",
    "Delete" : "Xóa"
},
"nplurals=1; plural=0;");