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

ur_PK.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9a042bc94fbca16f41345ee51ebe8b9ee2a0ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "settings",
    {
    "Invalid request" : "غلط درخواست",
    "Email sent" : "ارسال شدہ ای میل ",
    "Very weak password" : "بہت کمزور پاسورڈ",
    "Weak password" : "کمزور پاسورڈ",
    "So-so password" : "نص نص پاسورڈ",
    "Good password" : "اچھا پاسورڈ",
    "Strong password" : "مضبوط پاسورڈ",
    "Delete" : "حذف کریں",
    "Security Warning" : "حفاظتی انتباہ",
    "More" : "مزید",
    "Less" : "کم",
    "Password" : "پاسورڈ",
    "New password" : "نیا پاسورڈ",
    "Cancel" : "منسوخ کریں",
    "Other" : "دیگر",
    "Username" : "یوزر نیم"
},
"nplurals=2; plural=(n != 1);");