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

vi.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73af486686a1087a7e1e049abed726898b41c0c5 (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
28
29
30
31
32
OC.L10N.register(
    "mail",
    {
    "Mail" : "Mail",
    "Name" : "Tên",
    "Password" : "Mật khẩu",
    "None" : "Không có",
    "Save" : "Lưu",
    "Connect" : "Kết nối",
    "Keyboard shortcuts" : "Phím tắt",
    "Upload attachment" : "Tải lên một đính kèm",
    "Go back" : "Quay lại",
    "Send" : "Gởi",
    "Delete" : "Xóa",
    "Reply" : "Trả l",
    "Settings" : "Thiết lập",
    "Add folder" : "Add folder",
    "Delete account" : "Delete account",
    "Mark all as read" : "Đánh dấu tất cả như đã ",
    "General" : "Tổng hợp",
    "User" : "Người dùng",
    "Host" : "Máy chủ",
    "Port" : "Cổng",
    "Search" : "Tìm",
    "Refresh" : "Làm mới",
    "All" : "Tất cả",
    "Archive" : "Lưu trữ",
    "Favorites" : "Ưa thích",
    "Sent" : "Đã gửi",
    "Trash" : "Thùng rác"
},
"nplurals=1; plural=0;");