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

ps.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce012dd6b9ec5b5b8277dd1e0bd21a88b162a75d (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);");