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

si.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b87147cce4e7d48e6996333857a57b3d9c4b511a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "ආයුබෝවන් %s",
    "Hello %s," : "ආයුබෝවන් %s,",
    "Notifications" : "දැනුම්දීම්",
    "seconds ago" : "තත්පර කිහිපයකට පෙර",
    "in {path}" : "{path} තුළ",
    "1 hour" : "හෝරා 1 යි",
    "3 hours" : "හෝරා 3 යි",
    "Your settings have been updated." : "ඔබගේ සැකසුම් යාවත්කාලීන කර ඇත."
},
"nplurals=2; plural=(n != 1);");