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

vi.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6aeaa3478aef9e7a291814efbc8aded1c7fc39d4 (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
OC.L10N.register(
    "richdocuments",
    {
    "Collabora Online" : "Cộng tác trực tuyến",
    "Can't create document" : "Không thể tạo tài liệu",
    "New Document.odt" : "Văn bảng mới.odt",
    "New Spreadsheet.ods" : "Bảng tính mới.ods",
    "New Presentation.odp" : "Trình bày mới.odp",
    "New Document.docx" : "Văn bảng mới.docx",
    "New Spreadsheet.xlsx" : "Bảng tính mới.xlsx",
    "New Presentation.pptx" : "Trình bày mới.pptx",
    "Saved" : "Đã lưu",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Đã lưu với lỗi: Collabora Online nên sử dụng cùng một giao thức với máy chủ.",
    "Save" : "Lưu",
    "New Document" : "Văn bảng mới",
    "New Spreadsheet" : "Bảng tính mới",
    "New Presentation" : "Trình bày mới",
    "Could not create file" : "Không thể tạo file",
    "Apply" : "Áp dụng",
    "Wrong password. Please retry." : "Mật khẩu không đúng. Vui lòng thử lại.",
    "Password" : "Mật khẩu",
    "OK" : "Chấp nhận",
    "Guest %s" : "Khách %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Liên kết này đã hết hạn hoặc không tồn tại. Vui lòng liên hệ với người đã chia sẻ nó để biết chi tiết."
},
"nplurals=1; plural=0;");