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

fa.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6ad82e05af532a60e75acb519a403446ecd0c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "mail",
    {
    "Mail" : "ایمیل",
    "Auto detect failed. Please use manual mode." : "شناسایی خودکار با شکست مواجه شد. لطفا از حالت دستی استفاده کنید.",
    "Connect" : "اتصال",
    "Sending …" : "در حال ارسال ...",
    "Message sent!" : "پیام ارسال شد!",
    "Send" : "ارسال",
    "Choose a folder to store the attachment in" : "لطفا پوشه ای را برای ذخیره سازی ضمیمه انتخاب کنید",
    "{from}\n{subject}" : "{from}\n{subject}",
    "Error loading message" : "خطا در بارگزاری پیام"
},
"nplurals=2; plural=(n > 1);");