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

vi.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e56dfc162ee080e3de77ff625ef8811cc5ce12d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Thông báo quản trị",
    "Notifications" : "Thông báo",
    "Dismiss all notifications" : "Bỏ qua tất cả thông báo",
    "No notifications" : "Không thông báo ",
    "Dismiss" : "Bỏ qua",
    "Failed to dismiss notification" : "Lỗi bỏ qua thông báo",
    "in {path}" : "trong {path}"
},
"nplurals=1; plural=0;");