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: ec07510fec8a675594bab3881d34cf6b09d8c25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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",
    "seconds ago" : "vài giây trước",
    "Failed to dismiss notification" : "Lỗi bỏ qua thông báo",
    "in {path}" : "trong {path}"
},
"nplurals=1; plural=0;");