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

az.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3fafd952e65b8965187cf24b5723462916d6e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "Hello %s," : "Salam %s,",
    "Notifications" : "Xəbərdarlıqlar",
    "seconds ago" : "saniyələr öncə",
    "You need to set up your email address before you can receive notification emails." : "Xəbərdarlıq məktubları almazdan öncə, siz mail ünvanınızı təyin etməlisiniz.",
    "Never" : "Heç vaxt",
    "Your settings have been updated." : "Sizin configləriniz yenilendi."
},
"nplurals=2; plural=(n != 1);");