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

ne.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5777a04402b4782759efc738d37687f4047b4276 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "नमस्ते %s",
    "Hello %s," : "नमस्ते %s,",
    "in {path}" : "{path} मा",
    "You need to set up your email address before you can receive notification emails." : "अग्रसूचना ईमेलहरू प्राप्त गर्नु अघि तपाईंले आफ्नो ईमेल ठेगाना सेट अप गर्न आवश्यक छ।",
    "Your settings have been updated." : "तपाईंको सेटिङहरू अद्यावधिक गरिएको छ।"
},
"nplurals=2; plural=(n != 1);");