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

mr.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 604ab948372e5b29610b06bff03dc6223cd1f125 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "नमस्कार %s",
    "Hello %s," : "नमस्कार %s,",
    "Notifications" : "अधिसूचना",
    "in {path}" : " {path} मध्ये",
    "Your settings have been updated." : "तुमच्या सेटिंग अद्ययावत करण्यात आल्या."
},
"nplurals=2; plural=(n != 1);");