forms/l10n/fa.js

23 lines
1.7 KiB
JavaScript
Raw Normal View History

2019-09-19 05:02:28 +02:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "فرم‌ها",
2020-01-16 04:23:25 +01:00
"A forms app, similar to Google Forms." : "یک برنامه فرم ، شبیه به فرم های Google.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "یک برنامه فرم ، شبیه به فرم های Google با امکان محدود کردن دسترسی (اعضا ، گروه ها / کاربران خاص و عمومی).",
2020-04-28 05:17:00 +02:00
"Create new form" : "ایجاد فرم جدید",
2020-03-27 04:22:15 +01:00
"Delete form" : "حذف فرم",
"Cannot copy, please copy the link manually" : "کپی کردن امکان پذیر نیست ، لطفا پیوند را به صورت دستی کپی کنید",
2019-09-19 05:02:28 +02:00
"Group" : "گروه",
2019-12-22 05:14:19 +01:00
"Title" : "عنوان",
"Description" : "توضیحات",
2020-03-27 04:22:15 +01:00
"Name of user or group" : "نام کاربر یا گروه",
"Expiration date" : "تاریخ انقضا",
2020-01-16 04:23:25 +01:00
"Form Expired" : "فرم منقضی شده است",
"This Form has expired and is no longer taking answers." : "این فرم منقضی شده است و دیگر جواب نمی گیرید.",
"Access denied" : "دسترسی رد شد",
"You are not allowed to view this form or the form does not exist." : "شما مجاز به مشاهده این فرم نیستید یا فرم موجود نیست.",
"You are not allowed to edit this form or the form does not exist." : "شما مجاز به ویرایش این فرم نیستید یا فرم موجود نیست.",
"You are either not allowed to delete this form or it doesn't exist." : "شما مجاز به حذف این فرم نیستید یا وجود ندارد."
2019-09-19 05:02:28 +02:00
},
"nplurals=2; plural=(n > 1);");