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

fa.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84e2ad06791d58e11c9ce525961599de08a58bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "ثبت نام",
    "Saved" : "ذخیره شد",
    "None" : "هیچ‌کدام",
    "Username" : "نام کاربری",
    "Password" : "کلمه عبور",
    "Create account" : "ساخت حساب",
    "Email" : "email"
},
"nplurals=2; plural=(n > 1);");