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

lv.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d7ec9de516ec70ad9ee2862eed9419ca609aa86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Sveiki, %s",
    "Hello %s," : "Sveiki, %s,",
    "Admin notifications" : "Adminu paziņojumi",
    "Notifications" : "Paziņojumi",
    "Dismiss" : "Atmest",
    "seconds ago" : "pirms mirkļa",
    "Failed to dismiss notification" : "Neizdevās atmest paziņojumu",
    "in {path}" : "{path}",
    "No notifications" : "Nav paziņojumu",
    "You need to set up your email address before you can receive notification emails." : "Lai saņemtu paziņojumus e-pastā, jūsu profilā ir nepieciešams uzstādīt e-pasta adresi.",
    "Never" : "Nekad",
    "1 hour" : "1 stunda",
    "3 hours" : "3 stundas",
    "Your settings have been updated." : "Jūsu uzstādījumi ir atjaunoti."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");