This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
114 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<?php | ||
|
||
return [ | ||
"addOption" => "افزودن گزینه", | ||
"allFieldsRemoved" => "همهی فیلدها حذف شدند.", | ||
"allowSelect" => "قابل انتخاب", | ||
"allowMultipleFiles" => "اجازه به همهی کاربران برای آپلود چند فایل", | ||
"autocomplete" => "خودنگار", | ||
"button" => "دکمه", | ||
"cannotBeEmpty" => "فیلد نمیتواند خالی باشد", | ||
"checkboxGroup" => "چکباکس گروهی", | ||
"checkbox" => "چکباکس", | ||
"checkboxes" => "چکباکس", | ||
"className" => "کلاس", | ||
"clearAllMessage" => "آیا از حذف همهی فیلدها مطمئن هستید؟", | ||
"clearAll" => "حذف همه", | ||
"close" => "بستن", | ||
"content" => "محتوا", | ||
"copy" => "کپی در کلیپبورد", | ||
"copyButton" => "+", | ||
"copyButtonTooltip" => "کپی", | ||
"dateField" => "فیلد تاریخ", | ||
"description" => "متن کمکی", | ||
"descriptionField" => "توضیح", | ||
"devMode" => "حالت ویرایشگر", | ||
"editNames" => "ویرایش نامها", | ||
"editorTitle" => "المانهای فرم", | ||
"editXML" => "ویرایش XML", | ||
"enableOther" => "فعال بودن گزینه "دیگر"", | ||
"enableOtherMsg" => "به کاربران اجازه دهید تا یک گزینهی لیستنشده را انتخاب کنند", | ||
"fieldVars" => "متغیرهای فیلد", | ||
"fieldNonEditable" => "این فیلد قابل ویرایش نیست.", | ||
"fieldRemoveWarning" => "از حذف این فیلد مطمئنید؟", | ||
"fileUpload" => "آپلود فایل", | ||
"formUpdated" => "فرم بروز شد", | ||
"getStarted" => "یک فیلد را از ستون کناری به اینجا بکشید.", | ||
"header" => "عنوان", | ||
"hide" => "ویرایش", | ||
"hidden" => "فیلد مخفی", | ||
"label" => "برچسب", | ||
"labelEmpty" => "عنوان فیلد نباید خالی باشد", | ||
"limitRole" => "محدودیت دسترسی به یک یا چند نقش زیر:", | ||
"mandatory" => "ضروری", | ||
"max" => "بیشینه", | ||
"maxlength" => "بیشترین طول", | ||
"min" => "کمینه", | ||
"minOptionMessage" => "این فیلد حداقل به ۲ گزینه نیاز دارد.", | ||
"multipleFiles" => "فایل چندگانه", | ||
"name" => "نام", | ||
"no" => "نه", | ||
"number" => "عدد", | ||
"off" => "خاموش", | ||
"on" => "روشن", | ||
"option" => "انتخاب", | ||
"optional" => "انتخابی", | ||
"optionLabelPlaceholder" => "برچسب", | ||
"optionValuePlaceholder" => "مقدار", | ||
"optionEmpty" => "انتخاب مقدار ضروری است", | ||
"other" => "دیگر", | ||
"paragraph" => "پاراگراف", | ||
"placeholder" => "مکاننما", | ||
"placeholders" => [ | ||
"value" => "مقدار", | ||
"label" => "برچسب", | ||
"text" => "", | ||
"textarea" => "", | ||
"email" => "ایمیل خود را وارد نمائید", | ||
"placeholder" => "", | ||
"className" => "کلاسها را فاصله جدا کنید", | ||
"password" => "رمز عبور خود را وارد نمائید" | ||
], | ||
"preview" => "پیشنمایش", | ||
"radioGroup" => "رادیوگروهی", | ||
"radio" => "رادیو", | ||
"removeMessage" => "حذف المان", | ||
"remove" => "×", | ||
"required" => "ضروری", | ||
"richText" => "ویرایشگر توانا", | ||
"roles" => "دسترسی", | ||
"save" => "ذخیره", | ||
"selectOptions" => "گزینهها", | ||
"select" => "انتخاب", | ||
"selectColor" => "انتخاب رنگ", | ||
"selectionsMessage" => "اجازه انتخاب چندگانه", | ||
"size" => "اندازه", | ||
"sizes" => [ | ||
"xs" => "خیلی کوچک", | ||
"sm" => "کوچک", | ||
"m" => "معمولی", | ||
"lg" => "بزرگ" | ||
], | ||
"step" => "طول گام", | ||
"style" => "استایل", | ||
"styles" => [ | ||
"btn" => [ | ||
"default" => "پیشفرض", | ||
"danger" => "خطر", | ||
"info" => "اطلاعات", | ||
"primary" => "اولیه", | ||
"success" => "موفق", | ||
"warning" => "اخطار" | ||
] | ||
], | ||
"subtype" => "نوع", | ||
"text" => "فیلد متن", | ||
"textArea" => "ناحیه متن", | ||
"toggle" => "تعویض", | ||
"warning" => "هشدار!", | ||
"value" => "مقدار", | ||
"viewJSON" => "{ }", | ||
"viewXML" => "</>", | ||
"yes" => "بله", | ||
]; |