forked from a1gard/xshop
Add fa lang
parent
1e277dd9d3
commit
df5f49417e
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
'failed' => 'مشخصات وارد شده با اطلاعات ما مطابقت ندارد.',
|
||||
'throttle' => 'دفعات تلاش شما برای ورود بیش از حد مجاز است. لطفا پس از :seconds ثانیه مجددا تلاش فرمایید.',
|
||||
'no_user' => 'کاربری با این نشانی ایمیل یافت نشد. شما میتوانید به عنوان کاربر جدید ثبت نام کنید.'
|
||||
];
|
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
'previous' => '« قبلی',
|
||||
'next' => 'بعدی »',
|
||||
];
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
'password' => 'گذرواژه باید حداقل شش کاراکتر بوده و با تائیدیه گذرواژه یکسان باشد.',
|
||||
'reset' => 'گذرواژه شما بازگردانی شد!',
|
||||
'sent' => 'لینک تغییر گذرواژه به ایمیل شما ارسال شد.',
|
||||
'token' => 'مشخصهی بازگردانی گذرواژه معتبر نیست.',
|
||||
'user' => 'ما کاربری با این نشانی ایمیل نداریم!',
|
||||
];
|
@ -0,0 +1,176 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
'accepted' => ':attribute باید پذیرفته شده باشد.',
|
||||
'active_url' => 'آدرس :attribute معتبر نیست',
|
||||
'after' => ':attribute باید تاریخی بعد از :date باشد.',
|
||||
'after_or_equal' => ':attribute باید تاریخی بعد از :date، یا مطابق با آن باشد.',
|
||||
'alpha' => ':attribute باید فقط حروف الفبا باشد.',
|
||||
'alpha_dash' => ':attribute باید فقط حروف الفبا، عدد و خط تیره(-) باشد.',
|
||||
'alpha_num' => ':attribute باید فقط حروف الفبا و عدد باشد.',
|
||||
'array' => ':attribute باید آرایه باشد.',
|
||||
'before' => ':attribute باید تاریخی قبل از :date باشد.',
|
||||
'before_or_equal' => ':attribute باید تاریخی قبل از :date، یا مطابق با آن باشد.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute باید بین :min و :max باشد.',
|
||||
'file' => ':attribute باید بین :min و :max کیلوبایت باشد.',
|
||||
'string' => ':attribute باید بین :min و :max کاراکتر باشد.',
|
||||
'array' => ':attribute باید بین :min و :max آیتم باشد.',
|
||||
],
|
||||
'boolean' => 'فیلد :attribute فقط میتواند صحیح و یا غلط باشد',
|
||||
'confirmed' => ':attribute با فیلد تکرار مطابقت ندارد.',
|
||||
'date' => ':attribute یک تاریخ معتبر نیست.',
|
||||
'date_format' => ':attribute با الگوی :format مطاقبت ندارد.',
|
||||
'different' => ':attribute و :other باید متفاوت باشند.',
|
||||
'digits' => ':attribute باید :digits رقم باشد.',
|
||||
'digits_between' => ':attribute باید بین :min و :max رقم باشد.',
|
||||
'dimensions' => 'ابعاد تصویر :attribute قابل قبول نیست.',
|
||||
'distinct' => 'فیلد :attribute تکراری است.',
|
||||
'email' => ':attribute باید یک ایمیل معتبر باشد',
|
||||
'exists' => ':attribute انتخاب شده، معتبر نیست.',
|
||||
'file' => ':attribute باید یک فایل باشد',
|
||||
'filled' => 'فیلد :attribute الزامی است',
|
||||
'gt' => [
|
||||
'numeric' => ':attribute باید بزرگتر از :value باشد',
|
||||
'file' => ':attribute باید بزرگتر از :value کیلوبایت باشد',
|
||||
'string' => ':attribute باید بزرگتر از :value کاراکتر باشد',
|
||||
'array' => ':attribute باید بزرگتر از :value آیتم باشد',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => ':attribute باید بزرگتر یا مساوی از :value باشد',
|
||||
'file' => ':attribute باید بزرگتر یا مساوی از :value کیلوبایت باشد',
|
||||
'string' => ':attribute باید بزرگتر یا مساوی از :value کاراکتر باشد',
|
||||
'array' => ':attribute باید بزرگتر یا مساوی از :value آیتم باشد',
|
||||
],
|
||||
'image' => ':attribute باید تصویر باشد.',
|
||||
'in' => ':attribute انتخاب شده، معتبر نیست.',
|
||||
'in_array' => 'فیلد :attribute در :other وجود ندارد.',
|
||||
'integer' => ':attribute باید عدد صحیح باشد.',
|
||||
'ip' => ':attribute باید IP معتبر باشد.',
|
||||
'ipv4' => ':attribute باید یک آدرس معتبر از نوع IPv4 باشد.',
|
||||
'ipv6' => ':attribute باید یک آدرس معتبر از نوع IPv6 باشد.',
|
||||
'json' => 'فیلد :attribute باید یک رشته از نوع JSON باشد.',
|
||||
'lt' => [
|
||||
'numeric' => ':attribute باید کوچکتر از :value باشد',
|
||||
'file' => ':attribute باید کوچکتر از :value کیلوبایت باشد',
|
||||
'string' => ':attribute باید کوچکتر از :value کاراکتر باشد',
|
||||
'array' => ':attribute باید کوچکتر از :value آیتم باشد',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => ':attribute باید کوچکتر یا مساوی از :value باشد',
|
||||
'file' => ':attribute باید کوچکتر یا مساوی از :value کیلوبایت باشد',
|
||||
'string' => ':attribute باید کوچکتر یا مساوی از :value کاراکتر باشد',
|
||||
'array' => ':attribute باید کوچکتر یا مساوی از :value آیتم باشد',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => ':attribute نباید بزرگتر از :max باشد.',
|
||||
'file' => ':attribute نباید بزرگتر از :max کیلوبایت باشد.',
|
||||
'string' => ':attribute نباید بیشتر از :max کاراکتر باشد.',
|
||||
'array' => ':attribute نباید بیشتر از :max آیتم باشد.',
|
||||
],
|
||||
'mimes' => ':attribute باید یکی از فرمت های :values باشد.',
|
||||
'mimetypes' => ':attribute باید یکی از فرمت های :values باشد.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute نباید کوچکتر از :min باشد.',
|
||||
'file' => ':attribute نباید کوچکتر از :min کیلوبایت باشد.',
|
||||
'string' => ':attribute نباید کمتر از :min کاراکتر باشد.',
|
||||
'array' => ':attribute نباید کمتر از :min آیتم باشد.',
|
||||
],
|
||||
'not_in' => ':attribute انتخاب شده، معتبر نیست.',
|
||||
'not_regex' => 'فرمت :attribute معتبر نیست.',
|
||||
'numeric' => ':attribute باید عدد باشد.',
|
||||
'present' => 'فیلد :attribute باید در پارامترهای ارسالی وجود داشته باشد.',
|
||||
'regex' => 'فرمت :attribute معتبر نیست.',
|
||||
'required' => 'فیلد :attribute الزامی است.',
|
||||
'required_if' => 'هنگامی که :other برابر با :value است، فیلد :attribute الزامی است.',
|
||||
'required_unless' => 'فیلد :attribute ضروری است، مگر آنکه :other در :values موجود باشد.',
|
||||
'required_with' => 'در صورت وجود فیلد :values، فیلد :attribute الزامی است.',
|
||||
'required_with_all' => 'در صورت وجود فیلدهای :values، فیلد :attribute الزامی است.',
|
||||
'required_without' => 'در صورت عدم وجود فیلد :values، فیلد :attribute الزامی است.',
|
||||
'required_without_all' => 'در صورت عدم وجود هر یک از فیلدهای :values، فیلد :attribute الزامی است.',
|
||||
'same' => ':attribute و :other باید مانند هم باشند.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute باید برابر با :size باشد.',
|
||||
'file' => ':attribute باید برابر با :size کیلوبایت باشد.',
|
||||
'string' => ':attribute باید برابر با :size کاراکتر باشد.',
|
||||
'array' => ':attribute باسد شامل :size آیتم باشد.',
|
||||
],
|
||||
'string' => 'فیلد :attribute باید متن باشد.',
|
||||
'timezone' => 'فیلد :attribute باید یک منطقه زمانی قابل قبول باشد.',
|
||||
'unique' => ':attribute قبلا انتخاب شده است.',
|
||||
'uploaded' => 'آپلود فایل :attribute موفقیت آمیز نبود.',
|
||||
'url' => 'فرمت آدرس :attribute اشتباه است.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
'custom' => [
|
||||
],
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
'attributes' => [
|
||||
'name' => 'نام',
|
||||
'username' => 'نام کاربری',
|
||||
'email' => 'ایمیل',
|
||||
'first_name' => 'نام',
|
||||
'last_name' => 'نام خانوادگی',
|
||||
'password' => 'رمز عبور',
|
||||
'password_confirmation' => 'تکرار رمز عبور',
|
||||
'city' => 'شهر',
|
||||
'country' => 'کشور',
|
||||
'address' => 'نشانی',
|
||||
'phone' => 'شماره ثابت',
|
||||
'mobile' => 'شماره همراه',
|
||||
'age' => 'سن',
|
||||
'sex' => 'جنسیت',
|
||||
'gender' => 'جنسیت',
|
||||
'day' => 'روز',
|
||||
'month' => 'ماه',
|
||||
'year' => 'سال',
|
||||
'hour' => 'ساعت',
|
||||
'minute' => 'دقیقه',
|
||||
'second' => 'ثانیه',
|
||||
'title' => 'عنوان',
|
||||
'text' => 'متن',
|
||||
'content' => 'محتوا',
|
||||
'description' => 'توضیحات',
|
||||
'excerpt' => 'گزیده مطلب',
|
||||
'date' => 'تاریخ',
|
||||
'time' => 'زمان',
|
||||
'available' => 'موجود',
|
||||
'size' => 'اندازه',
|
||||
'terms' => 'شرایط',
|
||||
'province' => 'استان',
|
||||
'value' => 'مقدار',
|
||||
'about' => 'درباره',
|
||||
'lat' => 'موقعیت',
|
||||
'percent' => 'درصد',
|
||||
'message'=>'پیام',
|
||||
'file'=>'فایل',
|
||||
'author'=>'نویسنده',
|
||||
'status'=>'وضعیت'
|
||||
],
|
||||
];
|
Loading…
Reference in New Issue