From d9bf73fffa788ba461d904ae2b2153ea9d8434c0 Mon Sep 17 00:00:00 2001 From: Shivendra Date: Thu, 21 Mar 2024 13:39:41 +0530 Subject: [PATCH 1/2] Refactor root languages --- lang/ar/auth.php | 5 +- lang/ar/pagination.php | 2 +- lang/ar/passwords.php | 10 +- lang/ar/validation.php | 289 +++++++++++++++++++----------------- lang/bn/auth.php | 5 +- lang/bn/pagination.php | 2 +- lang/bn/passwords.php | 10 +- lang/bn/validation.php | 258 +++++++++++++++++++------------- lang/de/auth.php | 5 +- lang/de/pagination.php | 4 +- lang/de/passwords.php | 10 +- lang/de/validation.php | 248 ++++++++++++++++++------------- lang/en/auth.php | 1 + lang/en/pagination.php | 2 +- lang/en/passwords.php | 10 +- lang/en/validation.php | 228 +++++++++++++++++------------ lang/es/auth.php | 5 +- lang/es/pagination.php | 2 +- lang/es/passwords.php | 12 +- lang/es/validation.php | 247 ++++++++++++++++++------------- lang/fa/auth.php | 8 +- lang/fa/pagination.php | 4 +- lang/fa/passwords.php | 14 +- lang/fa/validation.php | 294 +++++++++++++++++++------------------ lang/fr/auth.php | 3 +- lang/fr/pagination.php | 2 +- lang/fr/passwords.php | 10 +- lang/fr/validation.php | 208 ++++++++++++++++---------- lang/he/auth.php | 7 +- lang/he/pagination.php | 4 +- lang/he/passwords.php | 10 +- lang/he/validation.php | 256 +++++++++++++++++++------------- lang/hi_IN/auth.php | 3 +- lang/hi_IN/pagination.php | 4 +- lang/hi_IN/passwords.php | 8 +- lang/hi_IN/validation.php | 256 +++++++++++++++++++------------- lang/it/auth.php | 5 +- lang/it/pagination.php | 2 +- lang/it/passwords.php | 10 +- lang/it/validation.php | 244 ++++++++++++++++++------------- lang/ja/auth.php | 5 +- lang/ja/pagination.php | 2 +- lang/ja/passwords.php | 10 +- lang/ja/validation.php | 240 ++++++++++++++++++------------ lang/nl/auth.php | 6 +- lang/nl/pagination.php | 3 +- lang/nl/passwords.php | 13 +- lang/nl/validation.php | 299 ++++++++++++++++++++------------------ lang/pl/auth.php | 5 +- lang/pl/pagination.php | 2 +- lang/pl/passwords.php | 10 +- lang/pl/validation.php | 212 ++++++++++++++++----------- lang/pt_BR/auth.php | 5 +- lang/pt_BR/pagination.php | 2 +- lang/pt_BR/passwords.php | 10 +- lang/pt_BR/validation.php | 216 ++++++++++++++++++--------- lang/ru/auth.php | 5 +- lang/ru/pagination.php | 4 +- lang/ru/passwords.php | 10 +- lang/ru/validation.php | 262 +++++++++++++++++++-------------- lang/sin/auth.php | 5 +- lang/sin/pagination.php | 2 +- lang/sin/passwords.php | 10 +- lang/sin/validation.php | 254 +++++++++++++++++++------------- lang/tr/auth.php | 5 +- lang/tr/pagination.php | 2 +- lang/tr/passwords.php | 10 +- lang/tr/validation.php | 250 +++++++++++++++++-------------- lang/uk/auth.php | 5 +- lang/uk/pagination.php | 4 +- lang/uk/passwords.php | 10 +- lang/uk/validation.php | 234 +++++++++++++++++------------ lang/zh_CN/auth.php | 7 +- lang/zh_CN/pagination.php | 4 +- lang/zh_CN/passwords.php | 10 +- lang/zh_CN/validation.php | 261 +++++++++++++++++++-------------- 76 files changed, 2979 insertions(+), 2122 deletions(-) mode change 100755 => 100644 lang/en/auth.php mode change 100755 => 100644 lang/en/pagination.php mode change 100755 => 100644 lang/en/passwords.php mode change 100755 => 100644 lang/en/validation.php mode change 100755 => 100644 lang/fr/auth.php mode change 100755 => 100644 lang/fr/pagination.php mode change 100755 => 100644 lang/fr/passwords.php mode change 100755 => 100644 lang/fr/validation.php mode change 100755 => 100644 lang/he/auth.php mode change 100755 => 100644 lang/he/pagination.php mode change 100755 => 100644 lang/he/passwords.php mode change 100755 => 100644 lang/he/validation.php mode change 100755 => 100644 lang/hi_IN/auth.php mode change 100755 => 100644 lang/hi_IN/pagination.php mode change 100755 => 100644 lang/hi_IN/passwords.php mode change 100755 => 100644 lang/hi_IN/validation.php mode change 100755 => 100644 lang/it/auth.php mode change 100755 => 100644 lang/it/pagination.php mode change 100755 => 100644 lang/it/passwords.php mode change 100755 => 100644 lang/it/validation.php mode change 100755 => 100644 lang/ja/auth.php mode change 100755 => 100644 lang/ja/pagination.php mode change 100755 => 100644 lang/ja/passwords.php mode change 100755 => 100644 lang/ja/validation.php mode change 100755 => 100644 lang/pl/auth.php mode change 100755 => 100644 lang/pl/pagination.php mode change 100755 => 100644 lang/pl/passwords.php mode change 100755 => 100644 lang/pl/validation.php mode change 100755 => 100644 lang/pt_BR/auth.php mode change 100755 => 100644 lang/pt_BR/pagination.php mode change 100755 => 100644 lang/pt_BR/passwords.php mode change 100755 => 100644 lang/pt_BR/validation.php mode change 100755 => 100644 lang/ru/auth.php mode change 100755 => 100644 lang/ru/pagination.php mode change 100755 => 100644 lang/ru/passwords.php mode change 100755 => 100644 lang/ru/validation.php mode change 100755 => 100644 lang/sin/auth.php mode change 100755 => 100644 lang/sin/pagination.php mode change 100755 => 100644 lang/sin/passwords.php mode change 100755 => 100644 lang/sin/validation.php mode change 100755 => 100644 lang/uk/auth.php mode change 100755 => 100644 lang/uk/pagination.php mode change 100755 => 100644 lang/uk/passwords.php mode change 100755 => 100644 lang/uk/validation.php diff --git a/lang/ar/auth.php b/lang/ar/auth.php index 5cbaacbe29c..763e4e9a03c 100644 --- a/lang/ar/auth.php +++ b/lang/ar/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'ليس هناك حساب مسجل بهذه البيانات!', - 'throttle' => 'تم محاولة تسجيل الدخول عدة مرات! الرجاء المحاولة مرة أخرى خلاي :seconds ثواني.', + 'failed' => 'هذه البيانات لا تتطابق مع سجلاتنا.', + 'password' => 'كلمة المرور المقدمة غير صحيحة.', + 'throttle' => 'محاولات تسجيل الدخول كثيرة جداً. يرجى المحاولة مرة أخرى في :seconds ثواني.', ]; diff --git a/lang/ar/pagination.php b/lang/ar/pagination.php index 9a1276a8d4a..b2e4c466cfb 100644 --- a/lang/ar/pagination.php +++ b/lang/ar/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« السابق', 'next' => 'التالي »', + 'previous' => '« السابق', ]; diff --git a/lang/ar/passwords.php b/lang/ar/passwords.php index 36e57af94c8..750d9c60ee2 100644 --- a/lang/ar/passwords.php +++ b/lang/ar/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'يجب أن تتكون كلمة المرور من ستة أحرف على الأقل وأن تتطابق مع حقل تأكيدها!', - 'reset' => 'تم أعادة تعيين كلمة المرور!', - 'sent' => 'تم ارسال بريد الكتروني اليك به رابط إعادة تعيين كلمة المرور!', - 'token' => 'كود إعادة تعيين كلمة المرور هذا غير صالح!', - 'user' => 'لم نجد مستخدم مسجل لدينا بهذا البريد الألكتروني!', + 'reset' => 'تمت إعادة تعيين كلمة المرور الخاصة بك.', + 'sent' => 'لقد قمنا بإرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني.', + 'throttled' => 'يرجى الانتظار قبل المحاولة مرة أخرى.', + 'token' => 'هذا الرمز غير صالح لإعادة تعيين كلمة المرور.', + 'user' => "لا يمكننا العثور على مستخدم بهذا البريد الإلكتروني.", ]; diff --git a/lang/ar/validation.php b/lang/ar/validation.php index 66746eb9a77..568ef747bec 100644 --- a/lang/ar/validation.php +++ b/lang/ar/validation.php @@ -13,118 +13,166 @@ | */ - '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 عنصر.', + 'accepted' => 'الحقل :attribute يجب أن يتم قبوله.', + 'accepted_if' => 'الحقل :attribute يجب أن يتم قبوله عندما يكون :value :other.', + 'active_url' => 'الحقل :attribute يجب أن يكون رابط URL صالح.', + 'after' => 'الحقل :attribute يجب أن يكون تاريخًا بعد :date.', + 'after_or_equal' => 'الحقل :attribute يجب أن يكون تاريخًا بعد أو يساوي :date.', + 'alpha' => 'الحقل :attribute يجب أن يحتوي على أحرف فقط.', + 'alpha_dash' => 'الحقل :attribute يجب أن يحتوي على أحرف، أرقام، شرطات، وشرطات سفلية فقط.', + 'alpha_num' => 'الحقل :attribute يجب أن يحتوي على أحرف وأرقام فقط.', + 'array' => 'الحقل :attribute يجب أن يكون مصفوفة.', + 'ascii' => 'الحقل :attribute يجب أن يحتوي على أحرف أبجدية وأرقام ورموز فقط.', + 'before' => 'الحقل :attribute يجب أن يكون تاريخًا قبل :date.', + 'before_or_equal' => 'الحقل :attribute يجب أن يكون تاريخًا قبل أو يساوي :date.', + + 'between' => [ + 'array' => 'الحقل :attribute يجب أن يحتوي بين :min و :max عنصر.', + 'file' => 'الحقل :attribute يجب أن يكون بين :min و :max كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون بين :min و :max.', + 'string' => 'الحقل :attribute يجب أن يكون بين :min و :max حرف.', ], - 'boolean' => ':attribute يجب أن تكون true أو false.', - '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 عناصر.', + 'boolean' => 'الحقل :attribute يجب أن يكون صحيح أو خطأ.', + 'can' => 'الحقل :attribute يحتوي على قيمة غير مسموح بها.', + 'confirmed' => 'تأكيد الحقل :attribute لا يتطابق.', + 'current_password' => 'كلمة المرور غير صحيحة.', + 'date' => 'الحقل :attribute يجب أن يكون تاريخًا صالحًا.', + 'date_equals' => 'الحقل :attribute يجب أن يكون تاريخًا مساويًا ل :date.', + 'date_format' => 'الحقل :attribute يجب أن يتطابق مع التنسيق :format.', + 'decimal' => 'الحقل :attribute يجب أن يحتوي على :decimal أماكن عشرية.', + 'declined' => 'الحقل :attribute يجب أن يكون مرفوضًا.', + 'declined_if' => 'الحقل :attribute يجب أن يكون مرفوضًا عندما يكون :other :value.', + 'different' => 'الحقل :attribute و :other يجب أن يكونا مختلفين.', + 'digits' => 'الحقل :attribute يجب أن يكون :digits أرقام.', + 'digits_between' => 'الحقل :attribute يجب أن يكون بين :min و :max أرقام.', + 'dimensions' => 'الحقل :attribute يحتوي على أبعاد صورة غير صالحة.', + 'distinct' => 'الحقل :attribute يحتوي على قيمة مكررة.', + 'doesnt_end_with' => 'الحقل :attribute يجب ألا ينتهي بأحد القيم التالية: :values.', + 'doesnt_start_with' => 'الحقل :attribute يجب ألا يبدأ بأحد القيم التالية: :values.', + 'email' => 'الحقل :attribute يجب أن يكون عنوان بريد إلكتروني صالح.', + 'ends_with' => 'الحقل :attribute يجب أن ينتهي بأحد القيم التالية: :values.', + 'enum' => 'القيمة المحددة :attribute غير صالحة.', + 'exists' => 'القيمة المحددة :attribute غير صالحة.', + 'extensions' => 'الحقل :attribute يجب أن يحتوي على أحد الامتدادات التالية: :values.', + 'file' => 'الحقل :attribute يجب أن يكون ملفًا.', + 'filled' => 'الحقل :attribute يجب أن يحتوي على قيمة.', + + 'gt' => [ + 'array' => 'الحقل :attribute يجب أن يحتوي على أكثر من :value عنصر.', + 'file' => 'الحقل :attribute يجب أن يكون أكبر من :value كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون أكبر من :value.', + 'string' => 'الحقل :attribute يجب أن يكون أكبر من :value حرف.', ], - 'gte' => [ - 'numeric' => ':attribute يجب أن يكون أكبر من أو يساوي :value.', - 'file' => ':attribute يجب أن يكون أكبر من أو يساوي :value كيلو بايت.', - 'string' => ':attribute يجب أن يكون أكبر من أو يساوي :value حروف.', - 'array' => ':attribute يجب أن يكون لدية :value عناصر أو أكثر.', + 'gte' => [ + 'array' => 'الحقل :attribute يجب أن يحتوي على :value عنصر أو أكثر.', + 'file' => 'الحقل :attribute يجب أن يكون أكبر من أو يساوي :value كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون أكبر من أو يساوي :value.', + 'string' => 'الحقل :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 عناصر.', + 'hex_color' => 'الحقل :attribute يجب أن يكون لونًا سداسي عشريًا صالحًا.', + 'image' => 'الحقل :attribute يجب أن يكون صورة.', + 'in' => 'القيمة المحددة :attribute غير صالحة.', + 'in_array' => 'الحقل :attribute يجب أن يكون موجودًا في :other.', + 'integer' => 'الحقل :attribute يجب أن يكون عددًا صحيحًا.', + 'ip' => 'الحقل :attribute يجب أن يكون عنوان IP صالحًا.', + 'ipv4' => 'الحقل :attribute يجب أن يكون عنوان IPv4 صالحًا.', + 'ipv6' => 'الحقل :attribute يجب أن يكون عنوان IPv6 صالحًا.', + 'json' => 'الحقل :attribute يجب أن يكون سلسلة JSON صالحة.', + 'lowercase' => 'الحقل :attribute يجب أن يكون في حالة صغيرة.', + + 'lt' => [ + 'array' => 'الحقل :attribute يجب أن يحتوي على أقل من :value عنصر.', + 'file' => 'الحقل :attribute يجب أن يكون أصغر من :value كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون أصغر من :value.', + 'string' => 'الحقل :attribute يجب أن يكون أصغر من :value حرف.', ], - - 'lte' => [ - 'numeric' => ':attribute يجب أن يكون أقل من أو يساوي :value.', - 'file' => ':attribute يجب أن يكون أقل من أو يساوي :value كيلو بايت.', - 'string' => ':attribute يجب أن يكون أقل من أو يساوي :value حروف.', - 'array' => ':attribute يجب أن يكون لدية :value عناصر أو أقل.', + + 'lte' => [ + 'array' => 'الحقل :attribute يجب ألا يحتوي على أكثر من :value عنصر.', + 'file' => 'الحقل :attribute يجب أن يكون أصغر من أو يساوي :value كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون أصغر من أو يساوي :value.', + 'string' => 'الحقل :attribute يجب أن يكون أصغر من أو يساوي :value حرف.', ], - - 'max' => [ - 'numeric' => ':attribute يجب أن لا تكون أكبر من :max.', - 'file' => ':attribute يجب أن لا تكون أكبر من :max كيلو بايت.', - 'string' => ':attribute يجب أن لا تكون أكبر من :max حرووف.', - 'array' => ':attribute يجب أن لا تحتوى على أكبر من :max عنصر.', + + 'mac_address' => 'الحقل :attribute يجب أن يكون عنوان MAC صالحًا.', + + 'max' => [ + 'array' => 'الحقل :attribute يجب ألا يحتوي على أكثر من :max عنصر.', + 'file' => 'الحقل :attribute يجب ألا يكون أكبر من :max كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب ألا يكون أكبر من :max.', + 'string' => 'الحقل :attribute يجب ألا يكون أكبر من :max حرف.', ], - - 'mimes' => ':attribute يجب أن يكون ملف بواحد من هذه الأمتدادات :values.', - 'mimetypes' => ':attribute يجب أن يكون ملف بواحد من هذه الأمتدادات :values.', - - 'min' => [ - 'numeric' => ':attribute يجب أن يكون علي الأقل :min.', - 'file' => ':attribute يجب أن يكون علي الأقل :min كيلو بايت.', - 'string' => ':attribute يجب أن يكون علي الأقل :min حروف.', - 'array' => ':attribute يجب أن يكون علي الأقل :min عنصر.', + + 'max_digits' => 'الحقل :attribute يجب ألا يحتوي على أكثر من :max أرقام.', + 'mimes' => 'الحقل :attribute يجب أن يكون ملفًا من النوع: :values.', + 'mimetypes' => 'الحقل :attribute يجب أن يكون ملفًا من النوع: :values.', + + 'min' => [ + 'array' => 'الحقل :attribute يجب أن يحتوي على الأقل على :min عنصر.', + 'file' => 'الحقل :attribute يجب أن يكون على الأقل :min كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون على الأقل :min.', + 'string' => 'الحقل :attribute يجب أن يكون على الأقل :min حرف.', ], - 'not_in' => ':attribute المختارة غير صالحة.', - 'not_regex' => 'تنسيق :attribute هذا غير صالح.', - 'numeric' => ':attribute يجب أن يكون رقم.', - 'present' => 'حقل :attribute مطلوب.', - 'regex' => 'تنسيق :attribute هذا غير صالح.', - 'required' => 'حقل :attribute مطلوب.', - 'required_if' => 'حقل :attribute مطلوب عندما تكون قيمة :other هي :value.', - 'required_unless' => 'حقل :attribute مطلوب ما لم يكن :other في :values.', - 'required_with' => 'حقل :attribute مطلوب في وجود :values.', - 'required_with_all' => 'حقل :attribute مطلوب في وجود :values.', - 'required_without' => 'حقل :attribute مطلوب في عدم وجود :values.', - 'required_without_all' => 'حقل :attribute مطلوب عند عدم وجود أياً من :values.', - 'same' => ':attribute و :other يجب أن يكونوا متساويين.', - - 'size' => [ - 'numeric' => ':attribute يجب أن يكون :size.', - 'file' => ':attribute يجب أن يكون :size كيلو بايت.', - 'string' => ':attribute يجب أن يكون :size حروف.', - 'array' => ':attribute يجب أن تحتوي على :size عنصر.', + 'min_digits' => 'الحقل :attribute يجب أن يحتوي على الأقل :min أرقام.', + 'missing' => 'الحقل :attribute يجب أن يكون مفقودًا.', + 'missing_if' => 'الحقل :attribute يجب أن يكون مفقودًا عندما يكون :other :value.', + 'missing_unless' => 'الحقل :attribute يجب أن يكون مفقودًا ما لم يكن :other :value.', + 'missing_with' => 'الحقل :attribute يجب أن يكون مفقودًا عندما يكون :values موجودًا.', + 'missing_with_all' => 'الحقل :attribute يجب أن يكون مفقودًا عندما تكون :values موجودة.', + 'multiple_of' => 'الحقل :attribute يجب أن يكون مضاعفًا لـ :value.', + 'not_in' => 'القيمة المحددة :attribute غير صالحة.', + 'not_regex' => 'تنسيق الحقل :attribute غير صالح.', + 'numeric' => 'الحقل :attribute يجب أن يكون رقمًا.', + + 'password' => [ + 'letters' => 'الحقل :attribute يجب أن يحتوي على حرف واحد على الأقل.', + 'mixed' => 'الحقل :attribute يجب أن يحتوي على حرف كبير وحرف صغير على الأقل واحد من كل.', + 'numbers' => 'الحقل :attribute يجب أن يحتوي على رقم واحد على الأقل.', + 'symbols' => 'الحقل :attribute يجب أن يحتوي على رمز واحد على الأقل.', + 'uncompromised' => 'الـ :attribute المعطى قد ظهر في تسريب بيانات. يرجى اختيار :attribute مختلف.', + ], + + 'present' => 'الحقل :attribute يجب أن يكون موجودًا.', + 'present_if' => 'الحقل :attribute يجب أن يكون موجودًا عندما يكون :other :value.', + 'present_unless' => 'الحقل :attribute يجب أن يكون موجودًا ما لم يكن :other :value.', + 'present_with' => 'الحقل :attribute يجب أن يكون موجودًا عندما يكون :values موجودًا.', + 'present_with_all' => 'الحقل :attribute يجب أن يكون موجودًا عندما تكون :values موجودة.', + 'prohibited' => 'الحقل :attribute ممنوع.', + 'prohibited_if' => 'الحقل :attribute ممنوع عندما يكون :other :value.', + 'prohibited_unless' => 'الحقل :attribute ممنوع ما لم يكن :other في :values.', + 'prohibits' => 'الحقل :attribute يمنع :other من الوجود.', + 'regex' => 'تنسيق الحقل :attribute غير صالح.', + 'required' => 'الحقل :attribute مطلوب.', + 'required_array_keys' => 'الحقل :attribute يجب أن يحتوي على مفاتيح لـ :values.', + 'required_if' => 'الحقل :attribute مطلوب عندما يكون :other :value.', + 'required_if_accepted' => 'الحقل :attribute مطلوب عندما يكون :other مقبولًا.', + 'required_unless' => 'الحقل :attribute مطلوب ما لم يكن :other في :values.', + 'required_with' => 'الحقل :attribute مطلوب عندما يكون :values موجودًا.', + 'required_with_all' => 'الحقل :attribute مطلوب عندما تكون :values موجودة.', + 'required_without' => 'الحقل :attribute مطلوب عندما لا تكون :values موجودة.', + 'required_without_all' => 'الحقل :attribute مطلوب عندما لا تكون أيًا من :values موجودة.', + 'same' => 'الحقل :attribute يجب أن يتطابق مع :other.', + + 'size' => [ + 'array' => 'الحقل :attribute يجب أن يحتوي على :size عنصر.', + 'file' => 'الحقل :attribute يجب أن يكون :size كيلوبايت.', + 'numeric' => 'الحقل :attribute يجب أن يكون :size.', + 'string' => 'الحقل :attribute يجب أن يكون :size حرف.', ], - 'string' => ':attribute يجب أن يكون نص.', - 'timezone' => ':attribute يجب أن تكون منطقة صالحة.', - 'unique' => ':attribute مسجل مسبقاً.', - 'uploaded' => 'فشلت عملية رفع :attribute.', - 'url' => 'تنسيق :attribute غير صالح.', + 'starts_with' => 'الحقل :attribute يجب أن يبدأ بأحد القيم التالية: :values.', + 'string' => 'الحقل :attribute يجب أن يكون نصًا.', + 'timezone' => 'الحقل :attribute يجب أن يكون مدخلًا صحيحًا للمنطقة الزمنية.', + 'unique' => 'الـ :attribute تم اختياره بالفعل.', + 'uploaded' => 'فشل في تحميل الـ :attribute.', + 'uppercase' => 'الحقل :attribute يجب أن يكون في حالة كبيرة.', + 'url' => 'الحقل :attribute يجب أن يكون رابط URL صالحًا.', + 'ulid' => 'الحقل :attribute يجب أن يكون ULID صالحًا.', + 'uuid' => 'الحقل :attribute يجب أن يكون UUID صالحًا.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'custom-message', + 'rule-name' => 'رسالة مخصصة', ], ], @@ -148,45 +196,12 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ - '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' => 'المحافظة', - ], + 'attributes' => [], ]; diff --git a/lang/bn/auth.php b/lang/bn/auth.php index 1a91976ad93..29a920feafe 100644 --- a/lang/bn/auth.php +++ b/lang/bn/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'এই শংসাপত্রগুলি আমাদের রেকর্ডের সাথে মেলে না।', - 'throttle' => 'অনেকগুলি লগইন প্রচেষ্টা। অনুগ্রহ করে আবার চেষ্টা করুন :seconds সেকেন্ড.', + 'failed' => 'এই পরিচিতিগুলি আমাদের রেকর্ড সাথে মিলছে না।', + 'password' => 'প্রদত্ত পাসওয়ার্ড ভুল।', + 'throttle' => 'লগইনের অনেক চেষ্টা করা হয়েছে। দয়া করে :seconds সেকেন্ড পরে আবার চেষ্টা করুন।', ]; diff --git a/lang/bn/pagination.php b/lang/bn/pagination.php index 1c0e6d43ecf..bb1e3b291f5 100644 --- a/lang/bn/pagination.php +++ b/lang/bn/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« আগে', 'next' => 'পরবর্তী »', + 'previous' => '« পূর্ববর্তী', ]; diff --git a/lang/bn/passwords.php b/lang/bn/passwords.php index 9c642c7c427..a308bcab319 100644 --- a/lang/bn/passwords.php +++ b/lang/bn/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'পাসওয়ার্ড কমপক্ষে ছয় অক্ষরের হতে হবে এবং নিশ্চিতকরণের সাথে মেলে।', - 'reset' => 'আপনার পাসওয়ার্ড পুনরায় সেট করা হয়েছে!', - 'sent' => 'আমরা আপনার পাসওয়ার্ড রিসেট লিঙ্ক ই-মেইল করেছি!', - 'token' => 'এই পাসওয়ার্ড রিসেট টোকেন অবৈধ।', - 'user' => 'আমরা এই ই-মেইল ঠিকানার কোনো ব্যবহারকারী খুঁজে পাচ্ছি না।', + 'reset' => 'আপনার পাসওয়ার্ড রিসেট হয়েছে।', + 'sent' => 'আমরা আপনার পাসওয়ার্ড রিসেট লিঙ্ক ইমেইল করেছি।', + 'throttled' => 'পুনরায় চেষ্টা করার আগে অনুগ্রহ করে অপেক্ষা করুন।', + 'token' => 'এই পাসওয়ার্ড রিসেট টোকেন অবৈধ।', + 'user' => "আমরা ঐ ইমেল ঠিকানায় ব্যবহারকারী খুঁজে পাচ্ছি না।", ]; diff --git a/lang/bn/validation.php b/lang/bn/validation.php index 0695a7a81dc..c224f8fb136 100644 --- a/lang/bn/validation.php +++ b/lang/bn/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => ':attribute অবশ্যই গ্রহণ করতে হবে.', - 'active_url' => ':attribute একটি বৈধ URL নয়।', - '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 আইটেম।', + 'accepted' => 'ফিল্ড :attribute অবশ্যই গ্রহণযোগ্য হতে হবে।', + 'accepted_if' => 'যদি :other :value হয়, তবে :attribute ফিল্ড গ্রহণযোগ্য হতে হবে।', + 'active_url' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ URL হতে হবে।', + 'after' => 'ফিল্ড :attribute অবশ্যই :date এর পরের একটি তারিখ হতে হবে।', + 'after_or_equal' => 'ফিল্ড :attribute অবশ্যই :date এর পরে অথবা সমান হতে হবে।', + 'alpha' => 'ফিল্ড :attribute অবশ্যই শুধুমাত্র অক্ষর ধারণ করতে হবে।', + 'alpha_dash' => 'ফিল্ড :attribute অবশ্যই শুধুমাত্র অক্ষর, সংখ্যা, ড্যাশ, এবং আন্ডারস্কোর ধারণ করতে হবে।', + 'alpha_num' => 'ফিল্ড :attribute অবশ্যই শুধুমাত্র অক্ষর এবং সংখ্যা ধারণ করতে হবে।', + 'array' => 'ফিল্ড :attribute অবশ্যই একটি অ্যারে হতে হবে।', + 'ascii' => 'ফিল্ড :attribute অবশ্যই একটি একক-বাইট বর্ণান্ত অক্ষরিক এবং চিহ্ন ধারণ করতে হবে।', + 'before' => 'ফিল্ড :attribute অবশ্যই :date এর পূর্বের একটি তারিখ হতে হবে।', + 'before_or_equal' => 'ফিল্ড :attribute অবশ্যই :date এর পূর্বে অথবা সমান হতে হবে।', + + 'between' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :min এবং :max আইটেম মধ্যে হতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই :min এবং :max কিলোবাইট মধ্যে হতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :min এবং :max মধ্যে হতে হবে।', + 'string' => 'ফিল্ড :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 আইটেম এর থেকে বেশি থাকতে হবে।', + 'boolean' => 'ফিল্ড :attribute অবশ্যই সত্য বা মিথ্যা হতে হবে।', + 'can' => 'ফিল্ড :attribute অননুমোদিত মান ধারণ করছে।', + 'confirmed' => 'ফিল্ড :attribute নিশ্চিতকরণের মান মেলেনি।', + 'current_password' => 'পাসওয়ার্ড ভুল।', + 'date' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ তারিখ হতে হবে।', + 'date_equals' => 'ফিল্ড :attribute অবশ্যই :date এর সমান তারিখ হতে হবে।', + 'date_format' => 'ফিল্ড :attribute অবশ্যই :format ফর্ম্যাটের সাথে মেলে না।', + 'decimal' => 'ফিল্ড :attribute অবশ্যই :decimal দশমিক স্থান হতে হবে।', + 'declined' => 'ফিল্ড :attribute অবশ্যই প্রত্যাখ্যান করতে হবে।', + 'declined_if' => 'যদি :other :value হয়, তবে :attribute ফিল্ড অবশ্যই প্রত্যাখ্যান করতে হবে।', + 'different' => 'ফিল্ড :attribute এবং :other অবশ্যই আলাদা হতে হবে।', + 'digits' => 'ফিল্ড :attribute অবশ্যই :digits সংখ্যার হতে হবে।', + 'digits_between' => 'ফিল্ড :attribute অবশ্যই :min এবং :max সংখ্যার মধ্যে হতে হবে।', + 'dimensions' => 'ফিল্ড :attribute অবশ্যই অবৈধ চিত্র মাত্রা ধারণ করে।', + 'distinct' => 'ফিল্ড :attribute অননুকরণশীল মান ধারণ করে।', + 'doesnt_end_with' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত মধ্যে কোনটির সাথে শেষ হবে না: :values।', + 'doesnt_start_with' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত মধ্যে কোনটি দিয়ে শুরু হবে না: :values।', + 'email' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ ইমেল ঠিকানা হতে হবে।', + 'ends_with' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত মধ্যে কোনটিতে শেষ হতে হবে: :values।', + 'enum' => 'নির্বাচিত :attribute অবৈধ।', + 'exists' => 'নির্বাচিত :attribute অবৈধ।', + 'extensions' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত একটি এক্সটেনশন হতে হবে: :values।', + 'file' => 'ফিল্ড :attribute অবশ্যই একটি ফাইল হতে হবে।', + 'filled' => 'ফিল্ড :attribute অবশ্যই একটি মান ধারণ করতে হবে।', + + 'gt' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :value আইটেমের চেয়ে বেশি হতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই :value কিলোবাইটের চেয়ে বড় হতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে বড় হতে হবে।', + 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে বেশি হতে হবে।', ], - - 'gte' => [ - 'numeric' => ':attribute অবশ্যই :value এর চেয়ে বড় বা সমান হতে হবে।', - 'file' => ':attribute অবশ্যই :value কিলোবাইটের চেয়ে বড় বা সমান হতে হবে৷', - 'string' => ':attribute অবশ্যই :value অক্ষরের চেয়ে বড় বা সমান হতে হবে।', - 'array' => ':attribute এর অবশ্যই :value আইটেম বা তার বেশি থাকতে হবে।', + + 'gte' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :value আইটেম অথবা তার অধিক হতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই :value কিলোবাইটের চেয়ে বড় অথবা সমান হতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে বড় অথবা সমান হতে হবে।', + 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে বড় অথবা সমান হতে হবে।', ], - 'image' => ':attribute একটি ছবি হতে হবে।', - 'in' => 'নির্বাচিত :attribute অবৈধ।', - 'in_array' => ':attribute ক্ষেত্রটি :other মধ্যে বিদ্যমান নেই।', - 'integer' => ':attribute একটি পূর্ণসংখ্যা হতে হবে।', - 'ip' => ':attribute একটি বৈধ আইপি ঠিকানা হতে হবে।', - 'ipv4' => ':attribute একটি বৈধ IPv4 ঠিকানা হতে হবে।', - 'ipv6' => ':attribute একটি বৈধ IPv6 ঠিকানা হতে হবে।', - 'json' => ':attribute একটি বৈধ JSON স্ট্রিং হতে হবে।', - - 'lt' => [ - 'numeric' => ':attribute অবশ্যই :value-এর চেয়ে কম হতে হবে।', - 'file' => ':attribute অবশ্যই :value কিলোবাইটের চেয়ে কম হতে হবে।', - 'string' => ':attribute অবশ্যই :value অক্ষরের চেয়ে কম হতে হবে।', - 'array' => ':attribute এর থেকে কম :value আইটেম থাকতে হবে।', + 'hex_color' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ হেক্সাডেসিমাল রঙ হতে হবে।', + 'image' => 'ফিল্ড :attribute অবশ্যই একটি ছবি হতে হবে।', + 'in' => 'নির্বাচিত :attribute অবৈধ।', + 'in_array' => 'ফিল্ড :attribute অবশ্যই :other এর মধ্যে থাকতে হবে।', + 'integer' => 'ফিল্ড :attribute অবশ্যই একটি পূর্ণসংখ্যা হতে হবে।', + 'ip' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ IP ঠিকানা হতে হবে।', + 'ipv4' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ IPv4 ঠিকানা হতে হবে।', + 'ipv6' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ IPv6 ঠিকানা হতে হবে।', + 'json' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ JSON স্ট্রিং হতে হবে।', + 'lowercase' => 'ফিল্ড :attribute অবশ্যই ছো', + + 'lt' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :value আইটেমের চেয়ে কম হতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই :value কিলোবাইটের চেয়ে ছোট হতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে ছোট হতে হবে।', + 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে কম হতে হবে।', ], - - 'lte' => [ - 'numeric' => ':attribute অবশ্যই :value এর থেকে কম বা সমান হতে হবে।', - 'file' => ':attribute অবশ্যই :value কিলোবাইটের থেকে কম বা সমান হতে হবে।', - 'string' => ':attribute অবশ্যই :value অক্ষরের কম বা সমান হতে হবে।', - 'array' => ':attribute অবশ্যই :value আইটেমের বেশি থাকা উচিত নয়।', + + 'lte' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :value আইটেম অথবা তার কম হতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই :value কিলোবাইটের চেয়ে ছোট অথবা সমান হতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে ছোট অথবা সমান হতে হবে।', + 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে কম অথবা সমান হতে হবে।', ], - - 'max' => [ - 'numeric' => ':attribute :max এর থেকে বেশি নাও হতে পারে।', - 'file' => ':attribute :max kilobytes এর থেকে বেশি নাও হতে পারে৷', - 'string' => ':attributeটি :max অক্ষরের চেয়ে বেশি নাও হতে পারে।.', - 'array' => ':attribute এ :max এর বেশি আইটেম নাও থাকতে পারে।', + + 'mac_address' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ MAC ঠিকানা হতে হবে।', + + 'max' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :max আইটেমের বেশি হতে পারবে না।', + 'file' => 'ফিল্ড :attribute অবশ্যই :max কিলোবাইটের বেশি হতে পারবে না।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :max এর বেশি হতে পারবে না।', + 'string' => 'ফিল্ড :attribute অবশ্যই :max অক্ষরের বেশি হতে পারবে না।', ], - - 'mimes' => ':attribute টাইপের ফাইল হতে হবে: :values.', - 'mimetypes' => ':attribute টাইপের একটি ফাইল হতে হবে: :values.', - - 'min' => [ - 'numeric' => ':attribute অন্তত :min হতে হবে।', - 'file' => ':attribute অবশ্যই কমপক্ষে :min কিলোবাইট হতে হবে৷', - 'string' => ':attribute অন্তত :min অক্ষর হতে হবে।', - 'array' => ':attribute কমপক্ষে :min আইটেম থাকতে হবে।', + + 'max_digits' => 'ফিল্ড :attribute অবশ্যই :max ডিজিটের বেশি হতে পারবে না।', + 'mimes' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত ধরণের ফাইল হতে হবে: :values।', + 'mimetypes' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত ধরণের ফাইল হতে হবে: :values।', + + 'min' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই অন্তত :min আইটেম থাকতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই অন্তত :min কিলোবাইট থাকতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই অন্তত :min থাকতে হবে।', + 'string' => 'ফিল্ড :attribute অবশ্যই অন্তত :min অক্ষর থাকতে হবে।', + ], + + 'min_digits' => 'ফিল্ড :attribute অবশ্যই অন্তত :min ডিজিট থাকতে হবে।', + 'missing' => 'ফিল্ড :attribute অনুপস্থিত হতে হবে।', + 'missing_if' => ':other এর মান :value হলে ফিল্ড :attribute অনুপস্থিত হতে হবে।', + 'missing_unless' => ':other এর মান :value না হলে ফিল্ড :attribute অনুপস্থিত হতে হবে।', + 'missing_with' => ':values উপস্থিত হলে ফিল্ড :attribute অনুপস্থিত হতে হবে।', + 'missing_with_all' => ':values সবগুলি উপস্থিত হলে ফিল্ড :attribute অনুপস্থিত হতে হবে।', + 'multiple_of' => 'ফিল্ড :attribute অবশ্যই :value এর একটি গুণফল হতে হবে।', + 'not_in' => 'নির্বাচিত :attribute অবৈধ।', + 'not_regex' => 'ফিল্ড :attribute ফরম্যাট অবৈধ।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই একটি সংখ্যা হতে হবে।', + + 'password' => [ + 'letters' => 'ফিল্ড :attribute অবশ্যই কমপক্ষে একটি অক্ষর থাকতে হবে।', + 'mixed' => 'ফিল্ড :attribute অবশ্যই কমপক্ষে একটি বৃহত্তম এবং একটি ছোট্তম অক্ষর থাকতে হবে।', + 'numbers' => 'ফিল্ড :attribute অবশ্যই কমপক্ষে একটি সংখ্যা থাকতে হবে।', + 'symbols' => 'ফিল্ড :attribute অবশ্যই কমপক্ষে একটি চিহ্ন থাকতে হবে।', + 'uncompromised' => 'প্রদত্ত :attribute একটি ডেটা লিকে প্রকাশিত হয়েছে। অনুগ্রহ করে একটি পৃথক :attribute নির্বাচন করুন।', ], - 'not_in' => 'নির্বাচিত :attribute টি অবৈধ।', - 'not_regex' => ':attribute বিন্যাসটি অবৈধ।', - 'numeric' => ':attribute একটি সংখ্যা হতে হবে।', - 'present' => ':attribute ক্ষেত্রটি অবশ্যই উপস্থিত থাকতে হবে।', - 'regex' => ':attribute বিন্যাসটি অবৈধ।', - 'required' => ':attribute ক্ষেত্র প্রয়োজন।', - 'required_if' => ':attribute ফিল্ডের প্রয়োজন হয় যখন :other হয় :value ।', - 'required_unless' => ':attribute ক্ষেত্রটি আবশ্যক যদি না :other :value থাকে।', - 'required_with' => 'যখন :values ​​উপস্থিত থাকে তখন :attribute ফিল্ডের প্রয়োজন হয়।', - 'required_with_all' => 'যখন :values ​​উপস্থিত থাকে তখন :attribute ফিল্ডের প্রয়োজন হয়।', - 'required_without' => 'যখন :values ​​উপস্থিত না থাকে তখন :attribute ফিল্ডের প্রয়োজন হয়।', - 'required_without_all' => ':value র কোনোটি উপস্থিত না থাকলে :attribute ক্ষেত্রের প্রয়োজন হয়৷', - 'same' => ':attribute এবং :other অবশ্যই মিলবে।', - - 'size' => [ - 'numeric' => ':attribute অবশ্যই :size হতে হবে।', - 'file' => ':attribute অবশ্যই :size কিলোবাইট হতে হবে।', - 'string' => ':attribute অবশ্যই :size অক্ষর হতে হবে।', - 'array' => ':attribute এ অবশ্যই :size আইটেম থাকতে হবে।.', + 'present' => 'ফিল্ড :attribute অবশ্যই উপস্থিত হতে হবে।', + 'present_if' => ':other এর মান :value হলে ফিল্ড :attribute অবশ্যই উপস্থিত হতে হবে।', + 'present_unless' => ':other এর মান :value না হলে ফিল্ড :attribute অবশ্যই উপস্থিত হতে হবে।', + 'present_with' => ':values উপস্থিত হলে ফিল্ড :attribute অবশ্যই উপস্থিত হতে হবে।', + 'present_with_all' => ':values সবগুলি উপস্থিত হলে ফিল্ড :attribute অবশ্যই উপস্থিত হতে হবে।', + 'prohibited' => 'ফিল্ড :attribute নিষিদ্ধ।', + 'prohibited_if' => ':other এর মান :value হলে ফিল্ড :attribute নিষিদ্ধ।', + 'prohibited_unless' => ':other অন্তত একটি :values হলে ফিল্ড :attribute নিষিদ্ধ।', + 'prohibits' => 'ফিল্ড :attribute :other এর উপস্থিতিকে নিষিদ্ধ করে।', + 'regex' => 'ফিল্ড :attribute ফরম্যাট অবৈধ।', + 'required' => 'ফিল্ড :attribute প্রয়োজন।', + 'required_array_keys' => 'ফিল্ড :attribute অন্তর্ভুক্ত না :values এর জন্য কী দরকার।', + 'required_if' => ':other এর মান :value হলে ফিল্ড :attribute প্রয়োজন।', + 'required_if_accepted' => ':other এর মান গ্রহণ করা হলে ফিল্ড :attribute প্রয়োজন।', + 'required_unless' => ':other এর মান :values এর মধ্যে না থাকলে ফিল্ড :attribute প্রয়োজন।', + 'required_with' => ':values উপস্থিত হলে ফিল্ড :attribute প্রয়োজন।', + 'required_with_all' => ':values সব উপস্থিত হলে ফিল্ড :attribute প্রয়োজন।', + 'required_without' => ':values উপস্থিত না হলে ফিল্ড :attribute প্রয়োজন।', + 'required_without_all' => ':values কোনটি উপস্থিত না হলে ফিল্ড :attribute প্রয়োজন।', + 'same' => 'ফিল্ড :attribute অবশ্যই :other এর সাথে মেলে যাওয়া উচিত।', + + 'size' => [ + 'array' => 'ফিল্ড :attribute অবশ্যই :size আইটেম থাকতে হবে।', + 'file' => 'ফিল্ড :attribute অবশ্যই :size কিলোবাইট হতে হবে।', + 'numeric' => 'ফিল্ড :attribute অবশ্যই :size হতে হবে।', + 'string' => 'ফিল্ড :attribute অবশ্যই :size অক্ষর হতে হবে।', ], - - 'string' => ':attribute একটি স্ট্রিং হতে হবে।', - 'timezone' => ':attribute অবশ্যই একটি বৈধ অঞ্চল হতে হবে।', - 'unique' => ':attribute ইতিমধ্যে নেওয়া হয়েছে।', - 'uploaded' => ':attribute আপলোড করতে ব্যর্থ হয়েছে।', - 'url' => ':attribute বিন্যাসটি অবৈধ।', + + 'starts_with' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত মধ্যে একটি দিয়ে শুরু হতে হবে: :values।', + 'string' => 'ফিল্ড :attribute অবশ্যই একটি স্ট্রিং হতে হবে।', + 'timezone' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ সময় অঞ্চল হতে হবে।', + 'unique' => 'ফিল্ড :attribute ইতিমধ্যে নেওয়া হয়েছে।', + 'uploaded' => 'ফিল্ড :attribute আপলোড করা ব্যর্থ হয়েছে।', + 'uppercase' => 'ফিল্ড :attribute অবশ্যই বড় অক্ষরে হতে হবে।', + 'url' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ URL হতে হবে।', + 'ulid' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ ULID হতে হবে।', + 'uuid' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ UUID হতে হবে।', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'custom-message', + 'rule-name' => 'কাস্টম-বার্তা', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/de/auth.php b/lang/de/auth.php index 462d07376af..80ebfa7f9c8 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Diese Zugangsdaten stimmen nicht mit unseren Aufzeichnungen überein.', - 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds erneut.', + 'failed' => 'Diese Anmeldeinformationen stimmen nicht mit unseren Aufzeichnungen überein.', + 'password' => 'Das angegebene Passwort ist falsch.', + 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', ]; diff --git a/lang/de/pagination.php b/lang/de/pagination.php index 6ed0e30f0a2..970e461d6c5 100644 --- a/lang/de/pagination.php +++ b/lang/de/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Vorherige', - 'next' => 'Nächste »', + 'next' => 'Weiter »', + 'previous' => '« Zurück', ]; diff --git a/lang/de/passwords.php b/lang/de/passwords.php index f9a1330fd24..18fc38e7071 100644 --- a/lang/de/passwords.php +++ b/lang/de/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Die Passwörter müssen aus mindestens sechs Zeichen bestehen und mit der Bestätigung übereinstimmen.', - 'reset' => 'Ihr Passwort wurde zurückgesetzt!', - 'sent' => 'Wir haben Ihnen einen Link zum Zurücksetzen des Passworts per E-Mail geschickt!', - 'token' => 'Dieses Token zum Zurücksetzen des Passworts ist ungültig.', - 'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.', + 'reset' => 'Ihr Passwort wurde zurückgesetzt.', + 'sent' => 'Wir haben Ihren Passwort-Zurücksetzungslink per E-Mail gesendet.', + 'throttled' => 'Bitte warten Sie, bevor Sie es erneut versuchen.', + 'token' => 'Dieses Passwort-Zurücksetzungs-Token ist ungültig.', + 'user' => "Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.", ]; diff --git a/lang/de/validation.php b/lang/de/validation.php index 87242299b49..4a00fcb3936 100644 --- a/lang/de/validation.php +++ b/lang/de/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => 'Das Attribut :attribute muss akzeptiert werden.', - 'active_url' => 'Das :attribute ist keine gültige URL.', - 'after' => 'Das Attribut :attribute muss ein Datum nach :date sein.', - 'after_or_equal' => 'Das Attribut :attribute muss ein Datum nach oder gleich :date sein.', - 'alpha' => 'Das Attribut :attribute darf nur Buchstaben enthalten.', - 'alpha_dash' => 'Das Attribut :darf nur Buchstaben, Zahlen, Striche und Unterstriche enthalten.', - 'alpha_num' => 'Das Attribut :attribute darf nur Buchstaben und Zahlen enthalten.', - 'array' => 'Das :attribute muss ein Array sein.', - 'before' => 'Das Attribut :attribute muss ein Datum vor :date sein.', - 'before_or_equal' => 'Das Attribut :attribute muss ein Datum vor oder gleich :date sein.', - - 'between' => [ - 'numeric' => 'Das Attribut :attribute muss zwischen :min und :max liegen.', - 'file' => 'Das Attribut :attribute muss zwischen :min und :max Kilobyte liegen.', - 'string' => 'Das Attribut :attribute muss zwischen :min und :max Zeichen liegen.', - 'array' => 'Das Attribut :attribute muss zwischen :min und :max Elemente haben.', + 'accepted' => 'Das Feld :attribute muss akzeptiert werden.', + 'accepted_if' => 'Das Feld :attribute muss akzeptiert werden, wenn :other :value ist.', + 'active_url' => 'Das Feld :attribute muss eine gültige URL sein.', + 'after' => 'Das Feld :attribute muss ein Datum nach :date sein.', + 'after_or_equal' => 'Das Feld :attribute muss ein Datum nach oder gleich :date sein.', + 'alpha' => 'Das Feld :attribute darf nur Buchstaben enthalten.', + 'alpha_dash' => 'Das Feld :attribute darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten.', + 'alpha_num' => 'Das Feld :attribute darf nur Buchstaben und Zahlen enthalten.', + 'array' => 'Das Feld :attribute muss ein Array sein.', + 'ascii' => 'Das Feld :attribute darf nur ein Byte umfassende alphanumerische Zeichen und Symbole enthalten.', + 'before' => 'Das Feld :attribute muss ein Datum vor :date sein.', + 'before_or_equal' => 'Das Feld :attribute muss ein Datum vor oder gleich :date sein.', + + 'between' => [ + 'array' => 'Das Feld :attribute muss zwischen :min und :max Elemente haben.', + 'file' => 'Das Feld :attribute muss zwischen :min und :max Kilobytes groß sein.', + 'numeric' => 'Das Feld :attribute muss zwischen :min und :max liegen.', + 'string' => 'Das Feld :attribute muss zwischen :min und :max Zeichen lang sein.', ], - - 'boolean' => 'Das Feld :attribute muss wahr oder falsch sein.', - 'confirmed' => 'Die Bestätigung des :attribute stimmt nicht überein.', - 'date' => 'Das Attribut :attribute ist kein gültiges Datum.', - 'date_format' => 'Das Attribut :attribute entspricht nicht dem Format :format.', - 'different' => 'Das Attribut :attribute und :other müssen unterschiedlich sein.', - 'digits' => 'Das Attribut :attribute muss aus Ziffern bestehen.', - 'digits_between' => 'Das Attribut :attribute muss zwischen :min und :max Ziffern liegen.', - 'dimensions' => 'Das Attribut :attribute hat ungültige Bildabmessungen.', - 'distinct' => 'Das Feld :attribute hat einen doppelten Wert.', - 'email' => 'Das Attribut :attribute muss eine gültige E-Mail-Adresse sein.', - 'exists' => 'Das ausgewählte :attribute ist ungültig.', - 'file' => 'Das Attribut :attribute muss eine Datei sein.', - 'filled' => 'Das Feld :attribute muss einen Wert haben.', - - 'gt' => [ - 'numeric' => 'Das Attribut :attribute muss größer als :value sein.', - 'file' => 'Das Attribut :attribute muss größer als der Wert :value kilobytes sein.', - 'string' => 'Das Attribut :attribute muss größer als :value Zeichen sein.', - 'array' => 'Das Attribut :attribute muss mehr als :value items haben.', + + 'boolean' => 'Das Feld :attribute muss true oder false sein.', + 'can' => 'Das Feld :attribute enthält einen unautorisierten Wert.', + 'confirmed' => 'Die Bestätigung des Feldes :attribute stimmt nicht überein.', + 'current_password' => 'Das Passwort ist falsch.', + 'date' => 'Das Feld :attribute muss ein gültiges Datum sein.', + 'date_equals' => 'Das Feld :attribute muss ein Datum gleich :date sein.', + 'date_format' => 'Das Feld :attribute muss das Format :format haben.', + 'decimal' => 'Das Feld :attribute muss :decimal Dezimalstellen haben.', + 'declined' => 'Das Feld :attribute muss abgelehnt werden.', + 'declined_if' => 'Das Feld :attribute muss abgelehnt werden, wenn :other :value ist.', + 'different' => 'Das Feld :attribute und :other müssen sich unterscheiden.', + 'digits' => 'Das Feld :attribute muss :digits Ziffern haben.', + 'digits_between' => 'Das Feld :attribute muss zwischen :min und :max Ziffern haben.', + 'dimensions' => 'Das Feld :attribute hat ungültige Bildabmessungen.', + 'distinct' => 'Das Feld :attribute hat einen doppelten Wert.', + 'doesnt_end_with' => 'Das Feld :attribute darf nicht mit einem der folgenden enden: :values.', + 'doesnt_start_with' => 'Das Feld :attribute darf nicht mit einem der folgenden beginnen: :values.', + 'email' => 'Das Feld :attribute muss eine gültige E-Mail-Adresse sein.', + 'ends_with' => 'Das Feld :attribute muss mit einem der folgenden enden: :values.', + 'enum' => 'Die ausgewählte :attribute ist ungültig.', + 'exists' => 'Die ausgewählte :attribute ist ungültig.', + 'extensions' => 'Das Feld :attribute muss eine der folgenden Erweiterungen haben: :values.', + 'file' => 'Das Feld :attribute muss eine Datei sein.', + 'filled' => 'Das Feld :attribute muss einen Wert haben.', + + 'gt' => [ + 'array' => 'Das Feld :attribute muss mehr als :value Elemente haben.', + 'file' => 'Das Feld :attribute muss größer als :value Kilobytes sein.', + 'numeric' => 'Das Feld :attribute muss größer als :value sein.', + 'string' => 'Das Feld :attribute muss mehr als :value Zeichen haben.', ], - + 'gte' => [ - 'numeric' => 'Das Attribut :attribute muss größer oder gleich :value sein.', - 'file' => 'Das Attribut :attribute muss größer oder gleich :value kilobytes sein.', - 'string' => 'Das Attribut :attribute muss größer oder gleich :value Zeichen sein.', - 'array' => 'Das Attribut :attribute muss :value items oder mehr haben.', + 'array' => 'Das Feld :attribute muss :value Elemente oder mehr haben.', + 'file' => 'Das Feld :attribute muss größer oder gleich :value Kilobytes sein.', + 'numeric' => 'Das Feld :attribute muss größer oder gleich :value sein.', + 'string' => 'Das Feld :attribute muss größer oder gleich :value Zeichen haben.', ], - - 'image' => 'Das Attribut :attribute muss ein Bild sein.', - 'in' => 'Das ausgewählte :attribute ist ungültig.', - 'in_array' => 'Das Feld :attribute existiert nicht in :other.', - 'integer' => 'Das Attribut :attribute muss eine ganze Zahl sein.', - 'ip' => 'Das Attribut :attribute muss eine gültige IP-Adresse sein.', - 'ipv4' => 'Das :attribute muss eine gültige IPv4-Adresse sein.', - 'ipv6' => 'Das :attribute muss eine gültige IPv6-Adresse sein.', - 'json' => 'Das :attribute muss ein gültiger JSON-String sein.', - - 'lt' => [ - 'numeric' => 'Das Attribut :attribute muss kleiner als :value sein.', - 'file' => 'Das Attribut :attribute muss kleiner als der Wert :value kilobytes sein.', - 'string' => 'Das Attribut :attribute muss kleiner als :value Zeichen sein.', - 'array' => 'Das Attribut :attribute muss kleiner als :value items sein.', + + 'hex_color' => 'Das Feld :attribute muss eine gültige hexadezimale Farbe sein.', + 'image' => 'Das Feld :attribute muss ein Bild sein.', + 'in' => 'Die ausgewählte :attribute ist ungültig.', + 'in_array' => 'Das Feld :attribute muss in :other existieren.', + 'integer' => 'Das Feld :attribute muss eine ganze Zahl sein.', + 'ip' => 'Das Feld :attribute muss eine gültige IP-Adresse sein.', + 'ipv4' => 'Das Feld :attribute muss eine gültige IPv4-Adresse sein.', + 'ipv6' => 'Das Feld :attribute muss eine gültige IPv6-Adresse sein.', + 'json' => 'Das Feld :attribute muss ein gültiger JSON-String sein.', + 'lowercase' => 'Das Feld :attribute muss in Kleinbuchstaben sein.', + + 'lt' => [ + 'array' => 'Das Feld :attribute muss weniger als :value Elemente haben.', + 'file' => 'Das Feld :attribute muss kleiner als :value Kilobytes sein.', + 'numeric' => 'Das Feld :attribute muss kleiner als :value sein.', + 'string' => 'Das Feld :attribute muss weniger als :value Zeichen haben.', ], - + 'lte' => [ - 'numeric' => 'Das Attribut :attribute muss kleiner oder gleich :value sein.', - 'file' => 'Das Attribut :attribute muss kleiner oder gleich :value kilobytes sein.', - 'string' => 'Das Attribut :attribute muss kleiner oder gleich :value Zeichen sein.', - 'array' => 'Das Attribut :attribute darf nicht mehr als :value items haben.', + 'array' => 'Das Feld :attribute darf nicht mehr als :value Elemente haben.', + 'file' => 'Das Feld :attribute muss kleiner oder gleich :value Kilobytes sein.', + 'numeric' => 'Das Feld :attribute muss kleiner oder gleich :value sein.', + 'string' => 'Das Feld :attribute muss kleiner oder gleich :value Zeichen haben.', ], - + + 'mac_address' => 'Das Feld :attribute muss eine gültige MAC-Adresse sein.', + 'max' => [ - 'numeric' => 'Das Attribut :attribute darf nicht größer als :max sein.', - 'file' => 'Das Attribut :attribute darf nicht größer als :max Kilobytes sein.', - 'string' => 'Das Attribut :attribute darf nicht größer als :max Zeichen sein.', - 'array' => 'Das Attribut :attribute darf nicht mehr als :max Elemente enthalten.', + 'array' => 'Das Feld :attribute darf nicht mehr als :max Elemente haben.', + 'file' => 'Das Feld :attribute darf nicht größer als :max Kilobytes sein.', + 'numeric' => 'Das Feld :attribute darf nicht größer als :max sein.', + 'string' => 'Das Feld :attribute darf nicht größer als :max Zeichen sein.', ], - - 'mimes' => 'Das Attribut :attribute muss eine Datei vom Typ: :values sein.', - 'mimetypes' => 'Das Attribut :attribute muss eine Datei vom Typ: :values sein.', - - 'min' => [ - 'numeric' => 'Das Attribut :attribute muss mindestens :min. sein.', - 'file' => 'Das Attribut :attribute muss mindestens :min Kilobytes betragen.', - 'string' => 'Das Attribut :attribute muss aus mindestens :min Zeichen bestehen.', - 'array' => 'Das Attribut :attribute muss mindestens :min Elemente enthalten.', + + 'max_digits' => 'Das Feld :attribute darf nicht mehr als :max Ziffern haben.', + 'mimes' => 'Das Feld :attribute muss eine Datei vom Typ: :values sein.', + 'mimetypes' => 'Das Feld :attribute muss eine Datei vom Typ: :values sein.', + + 'min' => [ + 'array' => 'Das Feld :attribute muss mindestens :min Elemente haben.', + 'file' => 'Das Feld :attribute muss mindestens :min Kilobytes groß sein.', + 'numeric' => 'Das Feld :attribute muss mindestens :min sein.', + 'string' => 'Das Feld :attribute muss mindestens :min Zeichen haben.', + ], + + 'min_digits' => 'Das Feld :attribute muss mindestens :min Ziffern haben.', + 'missing' => 'Das Feld :attribute muss fehlen.', + 'missing_if' => 'Das Feld :attribute muss fehlen, wenn :other :value ist.', + 'missing_unless' => 'Das Feld :attribute muss fehlen, es sei denn, :other ist :value.', + 'missing_with' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden sind.', + 'missing_with_all' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden sind.', + 'multiple_of' => 'Das Feld :attribute muss ein Vielfaches von :value sein.', + 'not_in' => 'Die ausgewählte :attribute ist ungültig.', + 'not_regex' => 'Das Format des Feldes :attribute ist ungültig.', + 'numeric' => 'Das Feld :attribute muss eine Zahl sein.', + + 'password' => [ + 'letters' => 'Das Feld :attribute muss mindestens einen Buchstaben enthalten.', + 'mixed' => 'Das Feld :attribute muss mindestens einen Großbuchstaben und einen Kleinbuchstaben enthalten.', + 'numbers' => 'Das Feld :attribute muss mindestens eine Zahl enthalten.', + 'symbols' => 'Das Feld :attribute muss mindestens ein Symbol enthalten.', + 'uncompromised' => 'Das angegebene :attribute ist in einem Datenleck aufgetreten. Bitte wählen Sie ein anderes :attribute.', ], - 'not_in' => 'Das ausgewählte :attribute ist ungültig.', - 'not_regex' => 'Das Format des :attribute ist ungültig.', - 'numeric' => 'Das Attribut :attribute muss eine Zahl sein.', 'present' => 'Das Feld :attribute muss vorhanden sein.', - 'regex' => 'Das Format des :attribute ist ungültig.', + 'present_if' => 'Das Feld :attribute muss vorhanden sein, wenn :other :value ist.', + 'present_unless' => 'Das Feld :attribute muss vorhanden sein, es sei denn, :other ist :value.', + 'present_with' => 'Das Feld :attribute muss vorhanden sein, wenn :values vorhanden ist.', + 'present_with_all' => 'Das Feld :attribute muss vorhanden sein, wenn :values vorhanden sind.', + 'prohibited' => 'Das Feld :attribute ist verboten.', + 'prohibited_if' => 'Das Feld :attribute ist verboten, wenn :other :value ist.', + 'prohibited_unless' => 'Das Feld :attribute ist verboten, es sei denn, :other ist in :values.', + 'prohibits' => 'Das Feld :attribute verbietet :other.', + 'regex' => 'Das Format des Feldes :attribute ist ungültig.', 'required' => 'Das Feld :attribute ist erforderlich.', - 'required_if' => 'Das Feld :attribute wird benötigt, wenn :other der Wert :value ist.', - 'required_unless' => 'Das Feld :attribute ist erforderlich, es sei denn, :other steht in :values.', + 'required_array_keys' => 'Das Feld :attribute muss Einträge für: :values enthalten.', + 'required_if' => 'Das Feld :attribute ist erforderlich, wenn :other :value ist.', + 'required_if_accepted' => 'Das Feld :attribute ist erforderlich, wenn :other akzeptiert wird.', + 'required_unless' => 'Das Feld :attribute ist erforderlich, es sei denn, :other ist in :values.', 'required_with' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.', - 'required_with_all' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.', - 'required_without' => 'Das Attributfeld :attribute ist erforderlich, wenn :values nicht vorhanden ist.', - 'required_without_all' => 'Das Attributfeld :attribute wird benötigt, wenn keiner der :values vorhanden ist.', - 'same' => 'Das Attribut :attribute und :other müssen übereinstimmen.', - - 'size' => [ - 'numeric' => 'Das Attribut :attribute muss :size sein.', - 'file' => 'Das Attribut :attribute muss :size kilobytes sein.', - 'string' => 'Das Attribut :attribute muss :size Zeichen sein.', - 'array' => 'Das Attribut :attribute muss :size Elemente enthalten.', + 'required_with_all' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden sind.', + 'required_without' => 'Das Feld :attribute ist erforderlich, wenn :values nicht vorhanden ist.', + 'required_without_all' => 'Das Feld :attribute ist erforderlich, wenn keine der :values vorhanden ist.', + 'same' => 'Das Feld :attribute muss mit :other übereinstimmen.', + + 'size' => [ + 'array' => 'Das Feld :attribute muss :size Elemente enthalten.', + 'file' => 'Das Feld :attribute muss :size Kilobytes groß sein.', + 'numeric' => 'Das Feld :attribute muss :size sein.', + 'string' => 'Das Feld :attribute muss :size Zeichen haben.', ], - 'string' => 'Das :attribute muss eine Zeichenkette sein.', - 'timezone' => 'Das Attribut :attribute muss eine gültige Zone sein.', - 'unique' => 'Das Attribut :attribute wurde bereits vergeben.', - 'uploaded' => 'Das :attribute konnte nicht hochgeladen werden.', - 'url' => 'Das Format des :attribute ist ungültig.', + 'starts_with' => 'Das Feld :attribute muss mit einem der folgenden beginnen: :values.', + 'string' => 'Das Feld :attribute muss ein String sein.', + 'timezone' => 'Das Feld :attribute muss eine gültige Zeitzone sein.', + 'unique' => 'Das :attribute wurde bereits verwendet.', + 'uploaded' => 'Das :attribute konnte nicht hochgeladen werden.', + 'uppercase' => 'Das Feld :attribute muss großgeschrieben sein.', + 'url' => 'Das Feld :attribute muss eine gültige URL sein.', + 'ulid' => 'Das Feld :attribute muss eine gültige ULID sein.', + 'uuid' => 'Das Feld :attribute muss eine gültige UUID sein.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'kundenspezifische Nachricht', + 'rule-name' => 'benutzerdefinierte Nachricht', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/en/auth.php b/lang/en/auth.php old mode 100755 new mode 100644 index 6ef1a73308a..24e063b59de --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -14,6 +14,7 @@ */ 'failed' => 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; diff --git a/lang/en/pagination.php b/lang/en/pagination.php old mode 100755 new mode 100644 index fcab34b2531..ecbdce55285 --- a/lang/en/pagination.php +++ b/lang/en/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Previous', 'next' => 'Next »', + 'previous' => '« Previous', ]; diff --git a/lang/en/passwords.php b/lang/en/passwords.php old mode 100755 new mode 100644 index ffa19ba4070..5f822671efd --- a/lang/en/passwords.php +++ b/lang/en/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Passwords must be at least six characters and match the confirmation.', - 'reset' => 'Your password has been reset!', - 'sent' => 'We have e-mailed your password reset link!', - 'token' => 'This password reset token is invalid.', - 'user' => "We can't find a user with that e-mail address.", + 'reset' => 'Your password has been reset.', + 'sent' => 'We have emailed your password reset link.', + 'throttled' => 'Please wait before retrying.', + 'token' => 'This password reset token is invalid.', + 'user' => "We can't find a user with that email address.", ]; diff --git a/lang/en/validation.php b/lang/en/validation.php old mode 100755 new mode 100644 index c7e6c6a0ea2..714a4231e47 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', - - 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'accepted' => 'The :attribute field must be accepted.', + 'accepted_if' => 'The :attribute field must be accepted when :other is :value.', + 'active_url' => 'The :attribute field must be a valid URL.', + 'after' => 'The :attribute field must be a date after :date.', + 'after_or_equal' => 'The :attribute field must be a date after or equal to :date.', + 'alpha' => 'The :attribute field must only contain letters.', + 'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.', + 'alpha_num' => 'The :attribute field must only contain letters and numbers.', + 'array' => 'The :attribute field must be an array.', + 'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.', + 'before' => 'The :attribute field must be a date before :date.', + 'before_or_equal' => 'The :attribute field must be a date before or equal to :date.', + + 'between' => [ + 'array' => 'The :attribute field must have between :min and :max items.', + 'file' => 'The :attribute field must be between :min and :max kilobytes.', + 'numeric' => 'The :attribute field must be between :min and :max.', + 'string' => 'The :attribute field must be between :min and :max characters.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - - 'gt' => [ - 'numeric' => 'The :attribute must be greater than :value.', - 'file' => 'The :attribute must be greater than :value kilobytes.', - 'string' => 'The :attribute must be greater than :value characters.', - 'array' => 'The :attribute must have more than :value items.', + 'boolean' => 'The :attribute field must be true or false.', + 'can' => 'The :attribute field contains an unauthorized value.', + 'confirmed' => 'The :attribute field confirmation does not match.', + 'current_password' => 'The password is incorrect.', + 'date' => 'The :attribute field must be a valid date.', + 'date_equals' => 'The :attribute field must be a date equal to :date.', + 'date_format' => 'The :attribute field must match the format :format.', + 'decimal' => 'The :attribute field must have :decimal decimal places.', + 'declined' => 'The :attribute field must be declined.', + 'declined_if' => 'The :attribute field must be declined when :other is :value.', + 'different' => 'The :attribute field and :other must be different.', + 'digits' => 'The :attribute field must be :digits digits.', + 'digits_between' => 'The :attribute field must be between :min and :max digits.', + 'dimensions' => 'The :attribute field has invalid image dimensions.', + 'distinct' => 'The :attribute field has a duplicate value.', + 'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.', + 'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.', + 'email' => 'The :attribute field must be a valid email address.', + 'ends_with' => 'The :attribute field must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', + 'exists' => 'The selected :attribute is invalid.', + 'extensions' => 'The :attribute field must have one of the following extensions: :values.', + 'file' => 'The :attribute field must be a file.', + 'filled' => 'The :attribute field must have a value.', + + 'gt' => [ + 'array' => 'The :attribute field must have more than :value items.', + 'file' => 'The :attribute field must be greater than :value kilobytes.', + 'numeric' => 'The :attribute field must be greater than :value.', + 'string' => 'The :attribute field must be greater than :value characters.', ], - 'gte' => [ - 'numeric' => 'The :attribute must be greater than or equal :value.', - 'file' => 'The :attribute must be greater than or equal :value kilobytes.', - 'string' => 'The :attribute must be greater than or equal :value characters.', - 'array' => 'The :attribute must have :value items or more.', + 'gte' => [ + 'array' => 'The :attribute field must have :value items or more.', + 'file' => 'The :attribute field must be greater than or equal to :value kilobytes.', + 'numeric' => 'The :attribute field must be greater than or equal to :value.', + 'string' => 'The :attribute field must be greater than or equal to :value characters.', ], - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', - - 'lt' => [ - 'numeric' => 'The :attribute must be less than :value.', - 'file' => 'The :attribute must be less than :value kilobytes.', - 'string' => 'The :attribute must be less than :value characters.', - 'array' => 'The :attribute must have less than :value items.', + 'hex_color' => 'The :attribute field must be a valid hexadecimal color.', + 'image' => 'The :attribute field must be an image.', + 'in' => 'The selected :attribute is invalid.', + 'in_array' => 'The :attribute field must exist in :other.', + 'integer' => 'The :attribute field must be an integer.', + 'ip' => 'The :attribute field must be a valid IP address.', + 'ipv4' => 'The :attribute field must be a valid IPv4 address.', + 'ipv6' => 'The :attribute field must be a valid IPv6 address.', + 'json' => 'The :attribute field must be a valid JSON string.', + 'lowercase' => 'The :attribute field must be lowercase.', + + 'lt' => [ + 'array' => 'The :attribute field must have less than :value items.', + 'file' => 'The :attribute field must be less than :value kilobytes.', + 'numeric' => 'The :attribute field must be less than :value.', + 'string' => 'The :attribute field must be less than :value characters.', ], - 'lte' => [ - 'numeric' => 'The :attribute must be less than or equal :value.', - 'file' => 'The :attribute must be less than or equal :value kilobytes.', - 'string' => 'The :attribute must be less than or equal :value characters.', - 'array' => 'The :attribute must not have more than :value items.', + 'lte' => [ + 'array' => 'The :attribute field must not have more than :value items.', + 'file' => 'The :attribute field must be less than or equal to :value kilobytes.', + 'numeric' => 'The :attribute field must be less than or equal to :value.', + 'string' => 'The :attribute field must be less than or equal to :value characters.', ], - 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'mac_address' => 'The :attribute field must be a valid MAC address.', + + 'max' => [ + 'array' => 'The :attribute field must not have more than :max items.', + 'file' => 'The :attribute field must not be greater than :max kilobytes.', + 'numeric' => 'The :attribute field must not be greater than :max.', + 'string' => 'The :attribute field must not be greater than :max characters.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'max_digits' => 'The :attribute field must not have more than :max digits.', + 'mimes' => 'The :attribute field must be a file of type: :values.', + 'mimetypes' => 'The :attribute field must be a file of type: :values.', + + 'min' => [ + 'array' => 'The :attribute field must have at least :min items.', + 'file' => 'The :attribute field must be at least :min kilobytes.', + 'numeric' => 'The :attribute field must be at least :min.', + 'string' => 'The :attribute field must be at least :min characters.', + ], - 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'min_digits' => 'The :attribute field must have at least :min digits.', + 'missing' => 'The :attribute field must be missing.', + 'missing_if' => 'The :attribute field must be missing when :other is :value.', + 'missing_unless' => 'The :attribute field must be missing unless :other is :value.', + 'missing_with' => 'The :attribute field must be missing when :values is present.', + 'missing_with_all' => 'The :attribute field must be missing when :values are present.', + 'multiple_of' => 'The :attribute field must be a multiple of :value.', + 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute field format is invalid.', + 'numeric' => 'The :attribute field must be a number.', + + 'password' => [ + 'letters' => 'The :attribute field must contain at least one letter.', + 'mixed' => 'The :attribute field must contain at least one uppercase and one lowercase letter.', + 'numbers' => 'The :attribute field must contain at least one number.', + 'symbols' => 'The :attribute field must contain at least one symbol.', + 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'not_regex' => 'The :attribute format is invalid.', - 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', + 'present_if' => 'The :attribute field must be present when :other is :value.', + 'present_unless' => 'The :attribute field must be present unless :other is :value.', + 'present_with' => 'The :attribute field must be present when :values is present.', + 'present_with_all' => 'The :attribute field must be present when :values are present.', + 'prohibited' => 'The :attribute field is prohibited.', + 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', + 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', + 'prohibits' => 'The :attribute field prohibits :other from being present.', + 'regex' => 'The :attribute field format is invalid.', 'required' => 'The :attribute field is required.', + 'required_array_keys' => 'The :attribute field must contain entries for: :values.', 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_if_accepted' => 'The :attribute field is required when :other is accepted.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values are present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'same' => 'The :attribute field must match :other.', - 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'size' => [ + 'array' => 'The :attribute field must contain :size items.', + 'file' => 'The :attribute field must be :size kilobytes.', + 'numeric' => 'The :attribute field must be :size.', + 'string' => 'The :attribute field must be :size characters.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'starts_with' => 'The :attribute field must start with one of the following: :values.', + 'string' => 'The :attribute field must be a string.', + 'timezone' => 'The :attribute field must be a valid timezone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + 'uppercase' => 'The :attribute field must be uppercase.', + 'url' => 'The :attribute field must be a valid URL.', + 'ulid' => 'The :attribute field must be a valid ULID.', + 'uuid' => 'The :attribute field must be a valid UUID.', /* |-------------------------------------------------------------------------- @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/es/auth.php b/lang/es/auth.php index fb54e5bde74..7016bb793a8 100644 --- a/lang/es/auth.php +++ b/lang/es/auth.php @@ -14,6 +14,7 @@ */ 'failed' => 'Estas credenciales no coinciden con nuestros registros.', - 'throttle' => 'Demasiados intentos de acceso. Por favor inténtelo de nuevo en :seconds segundos.', - + 'password' => 'La contraseña proporcionada es incorrecta.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', + ]; diff --git a/lang/es/pagination.php b/lang/es/pagination.php index 325916dc39b..1d6374bf25d 100644 --- a/lang/es/pagination.php +++ b/lang/es/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Anterior', 'next' => 'Siguiente »', + 'previous' => '« Anterior', ]; diff --git a/lang/es/passwords.php b/lang/es/passwords.php index 134e48cb514..048a59b5242 100644 --- a/lang/es/passwords.php +++ b/lang/es/passwords.php @@ -13,10 +13,10 @@ | */ - 'reset' => '¡Su contraseña ha sido restablecida!', - 'sent' => '¡Recordatorio de contraseña enviado!', - 'token' => 'Este token de restablecimiento de contraseña es inválido.', - 'user' => 'No se ha encontrado un usuario con esa dirección de correo.', - 'throttled' => 'Por favor espere antes de volver a intentarlo.', - 'password' => 'Las contraseñas deben tener al menos seis caracteres y coincidir con la confirmación.', + 'reset' => 'Se ha restablecido su contraseña.', + 'sent' => 'Hemos enviado el enlace para restablecer su contraseña por correo electrónico.', + 'throttled' => 'Por favor, espere antes de volver a intentarlo.', + 'token' => 'Este token de restablecimiento de contraseña no es válido.', + 'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico.", + ]; diff --git a/lang/es/validation.php b/lang/es/validation.php index 3023a6f0088..63fcce03d46 100644 --- a/lang/es/validation.php +++ b/lang/es/validation.php @@ -13,123 +13,166 @@ | */ - 'accepted' => 'El campo :attribute debe ser aceptado.', - 'active_url' => 'El campo :attribute no es una URL válida.', - 'after' => 'El campo :attribute debe ser una fecha posterior a :date.', - 'after_or_equal' => 'El campo :attribute debe ser una fecha posterior o igual a :date.', - 'alpha' => 'El campo :attribute solo puede contener letras.', - 'alpha_dash' => 'El campo :attribute solo puede contener letras, números, guiones y guiones bajos.', - 'alpha_num' => 'El campo :attribute solo puede contener letras y números.', - 'array' => 'El campo :attribute debe ser un array.', - 'before' => 'El campo :attribute debe ser una fecha anterior a :date.', - 'before_or_equal' => 'El campo :attribute debe ser una fecha anterior o igual a :date.', - - 'between' => [ - 'numeric' => 'El campo :attribute debe ser un valor entre :min y :max.', - 'file' => 'El archivo :attribute debe pesar entre :min y :max kilobytes.', - 'string' => 'El campo :attribute debe contener entre :min y :max caracteres.', - 'array' => 'El campo :attribute debe contener entre :min y :max elementos.', + 'accepted' => 'El campo :attribute debe ser aceptado.', + 'accepted_if' => 'El campo :attribute debe ser aceptado cuando :other es :value.', + 'active_url' => 'El campo :attribute debe ser una URL válida.', + 'after' => 'El campo :attribute debe ser una fecha posterior a :date.', + 'after_or_equal' => 'El campo :attribute debe ser una fecha posterior o igual a :date.', + 'alpha' => 'El campo :attribute solo debe contener letras.', + 'alpha_dash' => 'El campo :attribute solo debe contener letras, números, guiones y guiones bajos.', + 'alpha_num' => 'El campo :attribute solo debe contener letras y números.', + 'array' => 'El campo :attribute debe ser un array.', + 'ascii' => 'El campo :attribute solo debe contener caracteres alfanuméricos y símbolos de un solo byte.', + 'before' => 'El campo :attribute debe ser una fecha anterior a :date.', + 'before_or_equal' => 'El campo :attribute debe ser una fecha anterior o igual a :date.', + + 'between' => [ + 'array' => 'El campo :attribute debe tener entre :min y :max elementos.', + 'file' => 'El campo :attribute debe tener entre :min y :max kilobytes.', + 'numeric' => 'El campo :attribute debe estar entre :min y :max.', + 'string' => 'El campo :attribute debe tener entre :min y :max caracteres.', ], - 'boolean' => 'El campo :attribute debe ser verdadero o falso.', - 'confirmed' => 'El campo confirmación de :attribute no coincide.', - 'date' => 'El campo :attribute no corresponde con una fecha válida.', - 'date_equals' => 'El campo :attribute debe ser una fecha igual a :date.', - 'date_format' => 'El campo :attribute no corresponde con el formato de fecha :format.', - 'different' => 'Los campos :attribute y :other deben ser diferentes.', - 'digits' => 'El campo :attribute debe ser un número de :digits dígitos.', - 'digits_between' => 'El campo :attribute debe contener entre :min y :max dígitos.', - 'dimensions' => 'El campo :attribute tiene dimensiones de imagen inválidas.', - 'distinct' => 'El campo :attribute tiene un valor duplicado.', - 'email' => 'El campo :attribute debe ser una dirección de correo válida.', - 'ends_with' => 'El campo :attribute debe finalizar con alguno de los siguientes valores: :values', - 'exists' => 'El campo :attribute seleccionado no existe.', - 'file' => 'El campo :attribute debe ser un archivo.', - 'filled' => 'El campo :attribute debe tener un valor.', - - 'gt' => [ - 'numeric' => 'El campo :attribute debe ser mayor a :value.', - 'file' => 'El archivo :attribute debe pesar más de :value kilobytes.', - 'string' => 'El campo :attribute debe contener más de :value caracteres.', - 'array' => 'El campo :attribute debe contener más de :value elementos.', + 'boolean' => 'El campo :attribute debe ser verdadero o falso.', + 'can' => 'El campo :attribute contiene un valor no autorizado.', + 'confirmed' => 'La confirmación del campo :attribute no coincide.', + 'current_password' => 'La contraseña es incorrecta.', + 'date' => 'El campo :attribute debe ser una fecha válida.', + 'date_equals' => 'El campo :attribute debe ser una fecha igual a :date.', + 'date_format' => 'El campo :attribute debe coincidir con el formato :format.', + 'decimal' => 'El campo :attribute debe tener :decimal lugares decimales.', + 'declined' => 'El campo :attribute debe ser rechazado.', + 'declined_if' => 'El campo :attribute debe ser rechazado cuando :other es :value.', + 'different' => 'El campo :attribute y :other deben ser diferentes.', + 'digits' => 'El campo :attribute debe tener :digits dígitos.', + 'digits_between' => 'El campo :attribute debe tener entre :min y :max dígitos.', + 'dimensions' => 'El campo :attribute tiene dimensiones de imagen no válidas.', + 'distinct' => 'El campo :attribute tiene un valor duplicado.', + 'doesnt_end_with' => 'El campo :attribute no debe terminar con ninguno de los siguientes: :values.', + 'doesnt_start_with' => 'El campo :attribute no debe comenzar con ninguno de los siguientes: :values.', + 'email' => 'El campo :attribute debe ser una dirección de correo electrónico válida.', + 'ends_with' => 'El campo :attribute debe terminar con uno de los siguientes: :values.', + 'enum' => 'El :attribute seleccionado es inválido.', + 'exists' => 'El :attribute seleccionado es inválido.', + 'extensions' => 'El campo :attribute debe tener una de las siguientes extensiones: :values.', + 'file' => 'El campo :attribute debe ser un archivo.', + 'filled' => 'El campo :attribute debe tener un valor.', + + 'gt' => [ + 'array' => 'El campo :attribute debe tener más de :value elementos.', + 'file' => 'El campo :attribute debe ser mayor que :value kilobytes.', + 'numeric' => 'El campo :attribute debe ser mayor que :value.', + 'string' => 'El campo :attribute debe tener más de :value caracteres.', ], - 'gte' => [ - 'numeric' => 'El campo :attribute debe ser mayor o igual a :value.', - 'file' => 'El archivo :attribute debe pesar :value o más kilobytes.', - 'string' => 'El campo :attribute debe contener :value o más caracteres.', - 'array' => 'El campo :attribute debe contener :value o más elementos.', + 'gte' => [ + 'array' => 'El campo :attribute debe tener :value elementos o más.', + 'file' => 'El campo :attribute debe ser mayor o igual que :value kilobytes.', + 'numeric' => 'El campo :attribute debe ser mayor o igual que :value.', + 'string' => 'El campo :attribute debe tener :value caracteres o más.', ], - 'image' => 'El campo :attribute debe ser una imagen.', - 'in' => 'El campo :attribute es inválido.', - 'in_array' => 'El campo :attribute no existe en :other.', - 'integer' => 'El campo :attribute debe ser un número entero.', - 'ip' => 'El campo :attribute debe ser una dirección IP válida.', - 'ipv4' => 'El campo :attribute debe ser una dirección IPv4 válida.', - 'ipv6' => 'El campo :attribute debe ser una dirección IPv6 válida.', - 'json' => 'El campo :attribute debe ser una cadena de texto JSON válida.', - - 'lt' => [ - 'numeric' => 'El campo :attribute debe ser menor a :value.', - 'file' => 'El archivo :attribute debe pesar menos de :value kilobytes.', - 'string' => 'El campo :attribute debe contener menos de :value caracteres.', - 'array' => 'El campo :attribute debe contener menos de :value elementos.', + 'hex_color' => 'El campo :attribute debe ser un color hexadecimal válido.', + 'image' => 'El campo :attribute debe ser una imagen.', + 'in' => 'El :attribute seleccionado es inválido.', + 'in_array' => 'El campo :attribute debe existir en :other.', + 'integer' => 'El campo :attribute debe ser un número entero.', + 'ip' => 'El campo :attribute debe ser una dirección IP válida.', + 'ipv4' => 'El campo :attribute debe ser una dirección IPv4 válida.', + 'ipv6' => 'El campo :attribute debe ser una dirección IPv6 válida.', + 'json' => 'El campo :attribute debe ser una cadena JSON válida.', + 'lowercase' => 'El campo :attribute debe estar en minúsculas.', + + 'lt' => [ + 'array' => 'El campo :attribute debe tener menos de :value elementos.', + 'file' => 'El campo :attribute debe ser menor que :value kilobytes.', + 'numeric' => 'El campo :attribute debe ser menor que :value.', + 'string' => 'El campo :attribute debe tener menos de :value caracteres.', ], - - 'lte' => [ - 'numeric' => 'El campo :attribute debe ser menor o igual a :value.', - 'file' => 'El archivo :attribute debe pesar :value o menos kilobytes.', - 'string' => 'El campo :attribute debe contener :value o menos caracteres.', - 'array' => 'El campo :attribute debe contener :value o menos elementos.', + + 'lte' => [ + 'array' => 'El campo :attribute no debe tener más de :value elementos.', + 'file' => 'El campo :attribute debe ser menor o igual que :value kilobytes.', + 'numeric' => 'El campo :attribute debe ser menor o igual que :value.', + 'string' => 'El campo :attribute debe ser menor o igual que :value caracteres.', ], - - 'max' => [ - 'numeric' => 'El campo :attribute no debe ser mayor a :max.', - 'file' => 'El archivo :attribute no debe pesar más de :max kilobytes.', - 'string' => 'El campo :attribute no debe contener más de :max caracteres.', - 'array' => 'El campo :attribute no debe contener más de :max elementos.', + + 'mac_address' => 'El campo :attribute debe ser una dirección MAC válida.', + + 'max' => [ + 'array' => 'El campo :attribute no debe tener más de :max elementos.', + 'file' => 'El campo :attribute no debe ser mayor que :max kilobytes.', + 'numeric' => 'El campo :attribute no debe ser mayor que :max.', + 'string' => 'El campo :attribute no debe ser mayor que :max caracteres.', ], - - 'mimes' => 'El campo :attribute debe ser un archivo de tipo: :values.', - 'mimetypes' => 'El campo :attribute debe ser un archivo de tipo: :values.', - - 'min' => [ - 'numeric' => 'El campo :attribute debe ser al menos :min.', - 'file' => 'El archivo :attribute debe pesar al menos :min kilobytes.', - 'string' => 'El campo :attribute debe contener al menos :min caracteres.', - 'array' => 'El campo :attribute debe contener al menos :min elementos.', + + 'max_digits' => 'El campo :attribute no debe tener más de :max dígitos.', + 'mimes' => 'El campo :attribute debe ser un archivo de tipo: :values.', + 'mimetypes' => 'El campo :attribute debe ser un archivo de tipo: :values.', + + 'min' => [ + 'array' => 'El campo :attribute debe tener al menos :min elementos.', + 'file' => 'El campo :attribute debe ser de al menos :min kilobytes.', + 'numeric' => 'El campo :attribute debe ser de al menos :min.', + 'string' => 'El campo :attribute debe tener al menos :min caracteres.', + ], + + 'min_digits' => 'El campo :attribute debe tener al menos :min dígitos.', + 'missing' => 'El campo :attribute debe faltar.', + 'missing_if' => 'El campo :attribute debe faltar cuando :other es :value.', + 'missing_unless' => 'El campo :attribute debe faltar a menos que :other sea :value.', + 'missing_with' => 'El campo :attribute debe faltar cuando :values está presente.', + 'missing_with_all' => 'El campo :attribute debe faltar cuando :values están presentes.', + 'multiple_of' => 'El campo :attribute debe ser un múltiplo de :value.', + 'not_in' => 'El :attribute seleccionado es inválido.', + 'not_regex' => 'El formato del campo :attribute es inválido.', + 'numeric' => 'El campo :attribute debe ser un número.', + + 'password' => [ + 'letters' => 'El campo :attribute debe contener al menos una letra.', + 'mixed' => 'El campo :attribute debe contener al menos una letra mayúscula y una minúscula.', + 'numbers' => 'El campo :attribute debe contener al menos un número.', + 'symbols' => 'El campo :attribute debe contener al menos un símbolo.', + 'uncompromised' => 'El :attribute dado ha aparecido en una filtración de datos. Por favor, elija un :attribute diferente.', ], - 'not_in' => 'El campo :attribute seleccionado es inválido.', - 'not_regex' => 'El formato del campo :attribute es inválido.', - 'numeric' => 'El campo :attribute debe ser un número.', - 'password' => 'La contraseña es incorrecta.', 'present' => 'El campo :attribute debe estar presente.', + 'present_if' => 'El campo :attribute debe estar presente cuando :other es :value.', + 'present_unless' => 'El campo :attribute debe estar presente a menos que :other sea :value.', + 'present_with' => 'El campo :attribute debe estar presente cuando :values está presente.', + 'present_with_all' => 'El campo :attribute debe estar presente cuando :values están presentes.', + 'prohibited' => 'El campo :attribute está prohibido.', + 'prohibited_if' => 'El campo :attribute está prohibido cuando :other es :value.', + 'prohibited_unless' => 'El campo :attribute está prohibido a menos que :other esté en :values.', + 'prohibits' => 'El campo :attribute prohíbe que :other esté presente.', 'regex' => 'El formato del campo :attribute es inválido.', 'required' => 'El campo :attribute es obligatorio.', - 'required_if' => 'El campo :attribute es obligatorio cuando el campo :other es :value.', - 'required_unless' => 'El campo :attribute es requerido a menos que :other se encuentre en :values.', + 'required_array_keys' => 'El campo :attribute debe contener entradas para: :values.', + 'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.', + 'required_if_accepted' => 'El campo :attribute es obligatorio cuando :other es aceptado.', + 'required_unless' => 'El campo :attribute es obligatorio a menos que :other esté en :values.', 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.', 'required_with_all' => 'El campo :attribute es obligatorio cuando :values están presentes.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', - 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de los campos :values están presentes.', - 'same' => 'Los campos :attribute y :other deben coincidir.', - - 'size' => [ - 'numeric' => 'El campo :attribute debe ser :size.', - 'file' => 'El archivo :attribute debe pesar :size kilobytes.', - 'string' => 'El campo :attribute debe contener :size caracteres.', + 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de los :values está presente.', + 'same' => 'El campo :attribute debe coincidir con :other.', + + 'size' => [ 'array' => 'El campo :attribute debe contener :size elementos.', + 'file' => 'El campo :attribute debe tener :size kilobytes.', + 'numeric' => 'El campo :attribute debe ser :size.', + 'string' => 'El campo :attribute debe tener :size caracteres.', ], - - 'starts_with' => 'El campo :attribute debe comenzar con uno de los siguientes valores: :values', - 'string' => 'El campo :attribute debe ser una cadena de caracteres.', - 'timezone' => 'El campo :attribute debe ser una zona horaria válida.', - 'unique' => 'El valor del campo :attribute ya está en uso.', - 'uploaded' => 'El campo :attribute no se pudo subir.', - 'url' => 'El formato del campo :attribute es inválido.', - 'uuid' => 'El campo :attribute debe ser un UUID válido.', + + 'starts_with' => 'El campo :attribute debe empezar con uno de los siguientes valores: :values.', + 'string' => 'El campo :attribute debe ser una cadena de texto.', + 'timezone' => 'El campo :attribute debe ser una zona horaria válida.', + 'unique' => 'El :attribute ya ha sido tomado.', + 'uploaded' => 'La carga del :attribute falló.', + 'uppercase' => 'El campo :attribute debe estar en mayúsculas.', + 'url' => 'El campo :attribute debe ser una URL válida.', + 'ulid' => 'El campo :attribute debe ser un ULID válido.', + 'uuid' => 'El campo :attribute debe ser un UUID válido.', /* |-------------------------------------------------------------------------- @@ -144,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'custom-message', + 'rule-name' => 'mensaje personalizado', ], ], @@ -153,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/fa/auth.php b/lang/fa/auth.php index 37b44a41c16..b8af1091d4d 100644 --- a/lang/fa/auth.php +++ b/lang/fa/auth.php @@ -1,6 +1,7 @@ 'مشخصات وارد شده با اطلاعات ما سازگار نیست.', - 'throttle' => 'دفعات تلاش شما برای ورود بیش از حد مجاز است. لطفا پس از :seconds ثانیه مجددا تلاش فرمایید.', - 'password' => 'رمز عبور شما معتبر نیست.', + 'failed' => 'این اعتبارات با سوابق ما مطابقت ندارد.', + 'password' => 'رمز عبور ارائه شده اشتباه است.', + 'throttle' => 'تلاش‌های ورود زیاد. لطفاً در :seconds ثانیه دوباره تلاش کنید.', + ]; diff --git a/lang/fa/pagination.php b/lang/fa/pagination.php index ee4a408ce20..efa370a4385 100644 --- a/lang/fa/pagination.php +++ b/lang/fa/pagination.php @@ -1,6 +1,7 @@ '« قبلی', 'next' => 'بعدی »', + 'previous' => '« قبلی', + ]; diff --git a/lang/fa/passwords.php b/lang/fa/passwords.php index 93b9c033ff1..75372525add 100644 --- a/lang/fa/passwords.php +++ b/lang/fa/passwords.php @@ -1,9 +1,10 @@ 'رمز عبور شما بازگردانی شد!', - 'sent' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد.', - 'throttled' => 'پیش از تلاش مجدد کمی صبر کنید.', - 'token' => 'مشخصه‌ی بازگردانی رمز عبور معتبر نیست.', - 'user' => 'ما کاربری با این نشانی ایمیل نداریم!', + 'reset' => 'رمز عبور شما بازنشانی شده است.', + 'sent' => 'ما لینک بازنشانی رمز عبور خود را به ایمیل شما ارسال کرده‌ایم.', + 'throttled' => 'لطفاً قبل از تلاش مجدد صبر کنید.', + 'token' => 'این نشانه بازنشانی رمز عبور نامعتبر است.', + 'user' => "ما نمی‌توانیم کاربری با آن آدرس ایمیل پیدا کنیم.", + ]; diff --git a/lang/fa/validation.php b/lang/fa/validation.php index 27aa574d059..cc7f9b5d2b4 100644 --- a/lang/fa/validation.php +++ b/lang/fa/validation.php @@ -1,6 +1,7 @@ ':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 فقط می‌تواند true و یا false باشد.', - 'confirmed' => ':attribute با فیلد تکرار مطابقت ندارد.', - 'date' => ':attribute یک تاریخ معتبر نیست.', - 'date_equals' => ':attribute باید یک تاریخ برابر با تاریخ :date باشد.', - 'date_format' => ':attribute با الگوی :format مطابقت ندارد.', - 'different' => ':attribute و :other باید از یکدیگر متفاوت باشند.', - 'digits' => ':attribute باید :digits رقم باشد.', - 'digits_between' => ':attribute باید بین :min و :max رقم باشد.', - 'dimensions' => 'ابعاد تصویر :attribute قابل قبول نیست.', - 'distinct' => 'فیلد :attribute مقدار تکراری دارد.', - 'email' => ':attribute باید یک ایمیل معتبر باشد.', - 'ends_with' => 'فیلد :attribute باید با یکی از مقادیر زیر خاتمه یابد: :values', - 'exists' => ':attribute انتخاب شده، معتبر نیست.', - 'file' => ':attribute باید یک فایل معتبر باشد.', - 'filled' => 'فیلد :attribute باید مقدار داشته باشد.', - - 'gt' => [ - 'numeric' => ':attribute باید بزرگتر از :value باشد.', - 'file' => ':attribute باید بزرگتر از :value کیلوبایت باشد.', - 'string' => ':attribute باید بیشتر از :value کاراکتر داشته باشد.', - 'array' => ':attribute باید بیشتر از :value آیتم داشته باشد.', + 'accepted' => 'فیلد :attribute باید پذیرفته شود.', + 'accepted_if' => 'فیلد :attribute باید پذیرفته شود زمانی که :other برابر با :value است.', + 'active_url' => 'فیلد :attribute باید یک URL معتبر باشد.', + 'after' => 'فیلد :attribute باید یک تاریخ پس از :date باشد.', + 'after_or_equal' => 'فیلد :attribute باید یک تاریخ بعد یا مساوی با :date باشد.', + 'alpha' => 'فیلد :attribute فقط باید شامل حروف باشد.', + 'alpha_dash' => 'فیلد :attribute فقط باید شامل حروف، اعداد، خط تیره و زیرخط باشد.', + 'alpha_num' => 'فیلد :attribute فقط باید شامل حروف و اعداد باشد.', + 'array' => 'فیلد :attribute باید یک آرایه باشد.', + 'ascii' => 'فیلد :attribute فقط باید شامل کاراکترهای الفبایی و عددی یک بایتی باشد.', + 'before' => 'فیلد :attribute باید یک تاریخ پیش از :date باشد.', + 'before_or_equal' => 'فیلد :attribute باید یک تاریخ قبل یا مساوی با :date باشد.', + + 'between' => [ + 'array' => 'فیلد :attribute باید بین :min و :max آیتم باشد.', + 'file' => 'فیلد :attribute باید بین :min و :max کیلوبایت باشد.', + 'numeric' => 'فیلد :attribute باید بین :min و :max باشد.', + 'string' => 'فیلد :attribute باید بین :min و :max کاراکتر باشد.', ], - 'gte' => [ - 'numeric' => ':attribute باید بزرگتر یا مساوی :value باشد.', - 'file' => ':attribute باید بزرگتر یا مساوی :value کیلوبایت باشد.', - 'string' => ':attribute باید بیشتر یا مساوی :value کاراکتر داشته باشد.', - 'array' => ':attribute باید بیشتر یا مساوی :value آیتم داشته باشد.', + 'boolean' => 'فیلد :attribute باید true یا false باشد.', + 'can' => 'مقدار :attribute شامل مقدار غیرمجاز است.', + 'confirmed' => 'تأییدیه فیلد :attribute با مطابقت ندارد.', + 'current_password' => 'رمز عبور اشتباه است.', + 'date' => 'فیلد :attribute باید یک تاریخ معتبر باشد.', + 'date_equals' => 'فیلد :attribute باید یک تاریخ مساوی با :date باشد.', + 'date_format' => 'فیلد :attribute باید با فرمت :format مطابقت داشته باشد.', + 'decimal' => 'فیلد :attribute باید :decimal رقم اعشار داشته باشد.', + 'declined' => 'فیلد :attribute باید رد شود.', + 'declined_if' => 'فیلد :attribute باید رد شود زمانی که :other برابر با :value است.', + 'different' => 'فیلد :attribute و :other باید متفاوت باشند.', + 'digits' => 'فیلد :attribute باید :digits رقم باشد.', + 'digits_between' => 'فیلد :attribute باید بین :min و :max رقم باشد.', + 'dimensions' => 'فیلد :attribute ابعاد تصویر نامعتبری دارد.', + 'distinct' => 'فیلد :attribute دارای مقدار تکراری است.', + 'doesnt_end_with' => 'فیلد :attribute نباید با یکی از موارد زیر پایان یابد: :values.', + 'doesnt_start_with' => 'فیلد :attribute نباید با یکی از موارد زیر شروع شود: :values.', + 'email' => 'فیلد :attribute باید یک آدرس ایمیل معتبر باشد.', + 'ends_with' => 'فیلد :attribute باید با یکی از موارد زیر پایان یابد: :values.', + 'enum' => 'مقدار انتخابی :attribute معتبر نیست.', + 'exists' => 'مقدار انتخابی :attribute معتبر نیست.', + 'extensions' => 'فیلد :attribute باید دارای یکی از پسوندهای زیر باشد: :values.', + 'file' => 'فیلد :attribute باید یک فایل باشد.', + 'filled' => 'فیلد :attribute باید دارای مقدار باشد.', + + 'gt' => [ + 'array' => 'فیلد :attribute باید بیشتر از :value آیتم داشته باشد.', + 'file' => 'اندازه فایل :attribute باید بیشتر از :value کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute باید بیشتر از :value باشد.', + 'string' => 'طول رشته :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 آیتم داشته باشد.', + 'gte' => [ + 'array' => 'فیلد :attribute باید حداقل شامل :value آیتم باشد.', + 'file' => 'اندازه فایل :attribute باید حداقل :value کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute باید حداقل :value باشد.', + 'string' => 'طول رشته :attribute باید حداقل :value کاراکتر باشد.', ], - 'lte' => [ - 'numeric' => ':attribute باید کوچکتر یا مساوی :value باشد.', - 'file' => ':attribute باید کوچکتر یا مساوی :value کیلوبایت باشد.', - 'string' => ':attribute باید کمتر یا مساوی :value کاراکتر داشته باشد.', - 'array' => ':attribute باید کمتر یا مساوی :value آیتم داشته باشد.', + 'hex_color' => 'فیلد :attribute باید یک رنگ شش‌زمینه‌ای معتبر باشد.', + 'image' => 'فیلد :attribute باید یک تصویر باشد.', + 'in' => 'مقدار انتخابی :attribute معتبر نیست.', + 'in_array' => 'فیلد :attribute باید در :other وجود داشته باشد.', + 'integer' => 'فیلد :attribute باید یک عدد صحیح باشد.', + 'ip' => 'فیلد :attribute باید یک آدرس IP معتبر باشد.', + 'ipv4' => 'فیلد :attribute باید یک آدرس IPv4 معتبر باشد.', + 'ipv6' => 'فیلد :attribute باید یک آدرس IPv6 معتبر باشد.', + 'json' => 'فیلد :attribute باید یک رشته JSON معتبر باشد.', + 'lowercase' => 'فیلد :attribute باید شامل حروف کوچک باشد.', + + 'lt' => [ + 'array' => 'فیلد :attribute باید کمتر از :value آیتم داشته باشد.', + 'file' => 'اندازه فایل :attribute باید کمتر از :value کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute باید کمتر از :value باشد.', + 'string' => 'طول رشته :attribute باید کمتر از :value کاراکتر باشد.', ], - 'max' => [ - 'numeric' => ':attribute نباید بزرگتر از :max باشد.', - 'file' => ':attribute نباید بزرگتر از :max کیلوبایت باشد.', - 'string' => ':attribute نباید بیشتر از :max کاراکتر داشته باشد.', - 'array' => ':attribute نباید بیشتر از :max آیتم داشته باشد.', + 'lte' => [ + 'array' => 'فیلد :attribute نباید بیشتر از :value آیتم داشته باشد.', + 'file' => 'اندازه فایل :attribute باید کمتر یا مساوی با :value کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute باید کمتر یا مساوی با :value باشد.', + 'string' => 'طول رشته :attribute باید کمتر یا مساوی با :value کاراکتر باشد.', ], - 'mimes' => 'فرمت‌های معتبر فایل عبارتند از: :values.', - 'mimetypes' => 'فرمت‌های معتبر فایل عبارتند از: :values.', + 'mac_address' => 'فیلد :attribute باید یک آدرس MAC معتبر باشد.', - 'min' => [ - 'numeric' => ':attribute نباید کوچکتر از :min باشد.', - 'file' => ':attribute نباید کوچکتر از :min کیلوبایت باشد.', - 'string' => ':attribute نباید کمتر از :min کاراکتر داشته باشد.', - 'array' => ':attribute نباید کمتر از :min آیتم داشته باشد.', + 'max' => [ + 'array' => 'فیلد :attribute نباید بیشتر از :max آیتم داشته باشد.', + 'file' => 'اندازه فایل :attribute نباید بیشتر از :max کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute نباید بیشتر از :max باشد.', + 'string' => 'طول رشته :attribute نباید بیشتر از :max کاراکتر باشد.', + ], + + 'max_digits' => 'فیلد :attribute نباید بیشتر از :max رقم داشته باشد.', + 'mimes' => 'فیلد :attribute باید یک فایل از نوع :values باشد.', + 'mimetypes' => 'فیلد :attribute باید یک فایل از نوع :values باشد.', + + 'min' => [ + 'array' => 'فیلد :attribute باید حداقل دارای :min آیتم باشد.', + 'file' => 'اندازه فایل :attribute باید حداقل :min کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute باید حداقل :min باشد.', + 'string' => 'طول رشته :attribute باید حداقل :min کاراکتر باشد.', + ], + + 'min_digits' => 'فیلد :attribute باید حداقل دارای :min رقم باشد.', + 'missing' => 'فیلد :attribute باید موجود باشد.', + 'missing_if' => 'فیلد :attribute باید موجود باشد زمانی که :other برابر با :value است.', + 'missing_unless' => 'فیلد :attribute باید موجود باشد مگر اینکه :other برابر با :value باشد.', + 'missing_with' => 'فیلد :attribute باید موجود باشد زمانی که :values موجود است.', + 'missing_with_all' => 'فیلد :attribute باید موجود باشد زمانی که :values موجود است.', + 'multiple_of' => 'فیلد :attribute باید یک ضریب از :value باشد.', + 'not_in' => 'مقدار انتخابی :attribute معتبر نیست.', + 'not_regex' => 'فرمت فیلد :attribute نامعتبر است.', + 'numeric' => 'فیلد :attribute باید یک عدد باشد.', + + 'password' => [ + 'letters' => 'فیلد :attribute باید حداقل شامل یک حرف باشد.', + 'mixed' => 'فیلد :attribute باید حداقل شامل یک حرف بزرگ و یک حرف کوچک باشد.', + 'numbers' => 'فیلد :attribute باید حداقل شامل یک عدد باشد.', + 'symbols' => 'فیلد :attribute باید حداقل شامل یک نماد باشد.', + 'uncompromised' => 'مقدار داده شده برای :attribute در یک نشست داده به نظر می‌رسد. لطفاً مقدار دیگری را انتخاب کنید.', ], - 'multiple_of' => 'مقدار :attribute باید مضربی از :value باشد.', - 'not_in' => ':attribute انتخاب شده، معتبر نیست.', - 'not_regex' => 'فرمت :attribute معتبر نیست.', - 'numeric' => ':attribute باید عدد یا رشته‌ای از اعداد باشد.', - 'password' => 'رمزعبور اشتباه است.', - 'present' => 'فیلد :attribute باید در پارامترهای ارسالی وجود داشته باشد.', - 'regex' => 'فرمت :attribute معتبر نیست.', + 'present' => 'فیلد :attribute باید موجود باشد.', + 'present_if' => 'فیلد :attribute باید موجود باشد زمانی که :other برابر با :value است.', + 'present_unless' => 'فیلد :attribute باید موجود باشد مگر اینکه :other برابر با :value باشد.', + 'present_with' => 'فیلد :attribute باید موجود باشد زمانی که :values موجود است.', + 'present_with_all' => 'فیلد :attribute باید موجود باشد زمانی که :values موجود است.', + 'prohibited' => 'فیلد :attribute ممنوع است.', + 'prohibited_if' => 'فیلد :attribute ممنوع است زمانی که :other برابر با :value است.', + 'prohibited_unless' => 'فیلد :attribute ممنوع است مگر اینکه :other در :values وجود داشته باشد.', + 'prohibits' => 'فیلد :attribute از حضور :other منع می‌کند.', + '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 آیتم باشد.', + 'required_array_keys' => 'فیلد :attribute باید شامل موارد: :values باشد.', + 'required_if' => 'فیلد :attribute الزامی است زمانی که :other برابر با :value باشد.', + 'required_if_accepted' => 'فیلد :attribute الزامی است زمانی که :other پذیرفته شود.', + 'required_unless' => 'فیلد :attribute الزامی است مگر اینکه :other در :values وجود داشته باشد.', + 'required_with' => 'فیلد :attribute الزامی است زمانی که :values موجود است.', + 'required_with_all' => 'فیلد :attribute الزامی است زمانی که :values موجود است.', + 'required_without' => 'فیلد :attribute الزامی است زمانی که :values موجود نیست.', + 'required_without_all' => 'فیلد :attribute الزامی است زمانی که هیچ یک از :values موجود نیست.', + 'same' => 'فیلد :attribute باید با :other همخوانی داشته باشد.', + + 'size' => [ + 'array' => 'فیلد :attribute باید شامل :size مورد باشد.', + 'file' => 'اندازه فایل :attribute باید :size کیلوبایت باشد.', + 'numeric' => 'مقدار :attribute باید :size باشد.', + 'string' => 'طول رشته :attribute باید :size کاراکتر باشد.', ], - - 'starts_with' => ':attribute باید با یکی از این ها شروع شود: :values', - 'string' => 'فیلد :attribute باید متن باشد.', - 'timezone' => 'فیلد :attribute باید یک منطقه زمانی معتبر باشد.', - 'unique' => ':attribute قبلا انتخاب شده است.', - 'uploaded' => 'بارگذاری فایل :attribute موفقیت آمیز نبود.', - 'url' => ':attribute معتبر نمی‌باشد.', - 'uuid' => ':attribute باید یک UUID معتبر باشد.', + + 'starts_with' => 'فیلد :attribute باید با یکی از موارد زیر شروع شود: :values.', + 'string' => 'فیلد :attribute باید یک رشته باشد.', + 'timezone' => 'فیلد :attribute باید یک منطقه زمانی معتبر باشد.', + 'unique' => 'مقدار :attribute قبلاً انتخاب شده است.', + 'uploaded' => 'آپلود فایل :attribute با شکست مواجه شد.', + 'uppercase' => 'فیلد :attribute باید با حروف بزرگ نوشته شود.', + 'url' => 'فیلد :attribute باید یک URL معتبر باشد.', + 'ulid' => 'فیلد :attribute باید یک ULID معتبر باشد.', + 'uuid' => 'فیلد :attribute باید یک UUID معتبر باشد.', /* |-------------------------------------------------------------------------- @@ -143,6 +186,9 @@ */ 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'پیام سفارشی', + ], ], /* @@ -150,44 +196,12 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ - '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' => 'استان', - ], + 'attributes' => [], + ]; diff --git a/lang/fr/auth.php b/lang/fr/auth.php old mode 100755 new mode 100644 index 2f3649dbe36..e02d14bb2da --- a/lang/fr/auth.php +++ b/lang/fr/auth.php @@ -14,6 +14,7 @@ */ 'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.', - 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', + 'password' => 'Le mot de passe fourni est incorrect.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', ]; diff --git a/lang/fr/pagination.php b/lang/fr/pagination.php old mode 100755 new mode 100644 index 9f07a5f9372..c2a2f0c84e8 --- a/lang/fr/pagination.php +++ b/lang/fr/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Précédent', 'next' => 'Suivant »', + 'previous' => '« Précédent', ]; diff --git a/lang/fr/passwords.php b/lang/fr/passwords.php old mode 100755 new mode 100644 index 7ca31265a6c..f664892850b --- a/lang/fr/passwords.php +++ b/lang/fr/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Les mots de passe doivent comporter au moins six caractères et correspondre à la confirmation.', - 'reset' => 'Votre mot de passe a été réinitialisé !', - 'sent' => 'Nous avons envoyé par e-mail le lien de réinitialisation de votre mot de passe !', - 'token' => 'Ce jeton de réinitialisation de mot de passe n\'est pas valide.', - 'user' => "Nous ne pouvons pas trouver d'utilisateur avec cette adresse e-mail.", + 'reset' => 'Votre mot de passe a été réinitialisé.', + 'sent' => 'Nous avons envoyé le lien de réinitialisation de votre mot de passe par e-mail.', + 'throttled' => 'Veuillez patienter avant de réessayer.', + 'token' => 'Ce jeton de réinitialisation de mot de passe n\'est pas valide.', + 'user' => "Nous ne trouvons aucun utilisateur avec cette adresse e-mail.", ]; diff --git a/lang/fr/validation.php b/lang/fr/validation.php old mode 100755 new mode 100644 index 80a3988f317..bd795431068 --- a/lang/fr/validation.php +++ b/lang/fr/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => 'Le champ :attribute doit être accepté.', - 'active_url' => 'Le champ :attribute n\'est pas une URL valide.', - 'after' => 'Le champ :attribute doit être une date après :date.', - 'after_or_equal' => 'Le champ :attribute doit être une date après ou égale à :date.', - 'alpha' => 'Le champ :attribute ne peut contenir que des lettres.', - 'alpha_dash' => 'Le champ :attribute peut contenir seulement des lettres, des chiffres, des tirets et des underscores.', - 'alpha_num' => 'Le champ :attribute ne peut contenir que des lettres et des chiffres.', - 'array' => 'Le champ :attribute doit être un tableau.', - 'before' => 'Le champ :attribute doit être une date avant :date.', - 'before_or_equal' => 'Le champ :attribute doit être une date avant ou égale à :date.', + 'accepted' => 'Le champ :attribute doit être accepté.', + 'accepted_if' => 'Le champ :attribute doit être accepté lorsque :other est :value.', + 'active_url' => 'Le champ :attribute doit être une URL valide.', + 'after' => 'Le champ :attribute doit être une date postérieure à :date.', + 'after_or_equal' => 'Le champ :attribute doit être une date postérieure ou égale à :date.', + 'alpha' => 'Le champ :attribute ne doit contenir que des lettres.', + 'alpha_dash' => 'Le champ :attribute ne doit contenir que des lettres, des chiffres, des tirets et des underscores.', + 'alpha_num' => 'Le champ :attribute ne doit contenir que des lettres et des chiffres.', + 'array' => 'Le champ :attribute doit être un tableau.', + 'ascii' => 'Le champ :attribute ne doit contenir que des caractères alphanumériques et des symboles d\'un seul octet.', + 'before' => 'Le champ :attribute doit être une date antérieure à :date.', + 'before_or_equal' => 'Le champ :attribute doit être une date antérieure ou égale à :date.', 'between' => [ + 'array' => 'Le champ :attribute doit avoir entre :min et :max éléments.', + 'file' => 'Le champ :attribute doit être compris entre :min et :max kilo-octets.', 'numeric' => 'Le champ :attribute doit être compris entre :min et :max.', - 'file' => 'Le champ :attribute doit être compris entre :min et :max kilobytes.', - 'string' => 'Le champ :attribute doit contenir entre :min et :max caractères.', - 'array' => 'Le champ :attribute doit contenir entre :min et :max éléments.', + 'string' => 'Le champ :attribute doit être compris entre :min et :max caractères.', ], - 'boolean' => 'Le champ :attribute doit être vrai ou faux.', - 'confirmed' => 'La confirmation du champ :attribute ne correspond pas.', - 'date' => 'Le champ :attribute n\'est pas une date valide.', - 'date_format' => 'Le champ :attribute ne correspond pas au format :format.', - 'different' => 'Le champ :attribute et :other doivent être différents.', - 'digits' => 'Le champ :attribute doit contenir :digits chiffres.', - 'digits_between' => 'Le champ :attribute doit contenir entre :min et :max chiffres.', - 'dimensions' => 'Les dimensions de l\'image :attribute ne sont pas valides.', - 'distinct' => 'Le champ :attribute a une valeur en double.', - 'email' => 'Le champ :attribute doit être une adresse e-mail valide.', - 'exists' => 'Le champ :attribute sélectionné est invalide.', - 'file' => 'Le champ :attribute doit être un fichier.', - 'filled' => 'Le champ :attribute doit avoir une valeur.', - + 'boolean' => 'Le champ :attribute doit être vrai ou faux.', + 'can' => 'Le champ :attribute contient une valeur non autorisée.', + 'confirmed' => 'La confirmation du champ :attribute ne correspond pas.', + 'current_password' => 'Le mot de passe est incorrect.', + 'date' => 'Le champ :attribute doit être une date valide.', + 'date_equals' => 'Le champ :attribute doit être une date égale à :date.', + 'date_format' => 'Le champ :attribute doit correspondre au format :format.', + 'decimal' => 'Le champ :attribute doit avoir :decimal décimales.', + 'declined' => 'Le champ :attribute doit être refusé.', + 'declined_if' => 'Le champ :attribute doit être refusé lorsque :other est :value.', + 'different' => 'Le champ :attribute et :other doivent être différents.', + 'digits' => 'Le champ :attribute doit comporter :digits chiffres.', + 'digits_between' => 'Le champ :attribute doit être compris entre :min et :max chiffres.', + 'dimensions' => 'Le champ :attribute a des dimensions d\'image non valides.', + 'distinct' => 'Le champ :attribute a une valeur en double.', + 'doesnt_end_with' => 'Le champ :attribute ne doit pas se terminer par l\'un des éléments suivants : :values.', + 'doesnt_start_with' => 'Le champ :attribute ne doit pas commencer par l\'un des éléments suivants : :values.', + 'email' => 'Le champ :attribute doit être une adresse email valide.', + 'ends_with' => 'Le champ :attribute doit se terminer par l\'un des éléments suivants : :values.', + 'enum' => 'La valeur sélectionnée pour :attribute est invalide.', + 'exists' => 'La valeur sélectionnée pour :attribute est invalide.', + 'extensions' => 'Le champ :attribute doit avoir l\'une des extensions suivantes : :values.', + 'file' => 'Le champ :attribute doit être un fichier.', + 'filled' => 'Le champ :attribute doit avoir une valeur.', + 'gt' => [ + 'array' => 'Le champ :attribute doit avoir plus de :value éléments.', + 'file' => 'Le champ :attribute doit être supérieur à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être supérieur à :value.', - 'file' => 'Le champ :attribute doit être supérieur à :value kilobytes.', - 'string' => 'Le champ :attribute doit contenir plus de :value caractères.', - 'array' => 'Le champ :attribute doit contenir plus de :value éléments.', + 'string' => 'Le champ :attribute doit être supérieur à :value caractères.', ], 'gte' => [ + 'array' => 'Le champ :attribute doit avoir :value éléments ou plus.', + 'file' => 'Le champ :attribute doit être supérieur ou égal à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être supérieur ou égal à :value.', - 'file' => 'Le champ :attribute doit être supérieur ou égal à :value kilobytes.', - 'string' => 'Le champ :attribute doit contenir au moins :value caractères.', - 'array' => 'Le champ :attribute doit contenir :value éléments ou plus.', + 'string' => 'Le champ :attribute doit être supérieur ou égal à :value caractères.', ], - 'image' => 'Le champ :attribute doit être une image.', - 'in' => 'Le champ :attribute sélectionné est invalide.', - 'in_array' => 'Le champ :attribute n\'existe pas dans :other.', - 'integer' => 'Le champ :attribute doit être un entier.', - 'ip' => 'Le champ :attribute doit être une adresse IP valide.', - 'ipv4' => 'Le champ :attribute doit être une adresse IPv4 valide.', - 'ipv6' => 'Le champ :attribute doit être une adresse IPv6 valide.', - 'json' => 'Le champ :attribute doit être une chaîne JSON valide.', + 'hex_color' => 'Le champ :attribute doit être une couleur hexadécimale valide.', + 'image' => 'Le champ :attribute doit être une image.', + 'in' => 'La valeur sélectionnée pour :attribute est invalide.', + 'in_array' => 'Le champ :attribute doit exister dans :other.', + 'integer' => 'Le champ :attribute doit être un entier.', + 'ip' => 'Le champ :attribute doit être une adresse IP valide.', + 'ipv4' => 'Le champ :attribute doit être une adresse IPv4 valide.', + 'ipv6' => 'Le champ :attribute doit être une adresse IPv6 valide.', + 'json' => 'Le champ :attribute doit être une chaîne JSON valide.', + 'lowercase' => 'Le champ :attribute doit être en minuscules.', 'lt' => [ + 'array' => 'Le champ :attribute doit avoir moins de :value éléments.', + 'file' => 'Le champ :attribute doit être inférieur à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être inférieur à :value.', - 'file' => 'Le champ :attribute doit être inférieur à :value kilobytes.', - 'string' => 'Le champ :attribute doit contenir moins de :value caractères.', - 'array' => 'Le champ :attribute doit contenir moins de :value éléments.', + 'string' => 'Le champ :attribute doit être inférieur à :value caractères.', ], 'lte' => [ + 'array' => 'Le champ :attribute ne doit pas avoir plus de :value éléments.', + 'file' => 'Le champ :attribute doit être inférieur ou égal à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être inférieur ou égal à :value.', - 'file' => 'Le champ :attribute doit être inférieur ou égal à :value kilobytes.', - 'string' => 'Le champ :attribute doit contenir au plus :value caractères.', - 'array' => 'Le champ :attribute ne doit pas contenir plus de :value éléments.', + 'string' => 'Le champ :attribute doit être inférieur ou égal à :value caractères.', ], + 'mac_address' => 'Le champ :attribute doit être une adresse MAC valide.', + 'max' => [ + 'array' => 'Le champ :attribute ne doit pas avoir plus de :max éléments.', + 'file' => 'Le champ :attribute ne doit pas dépasser :max kilo-octets.', 'numeric' => 'Le champ :attribute ne doit pas être supérieur à :max.', - 'file' => 'Le champ :attribute ne doit pas dépasser :max kilobytes.', - 'string' => 'Le champ :attribute ne doit pas contenir plus de :max caractères.', - 'array' => 'Le champ :attribute ne doit pas contenir plus de :max éléments.', + 'string' => 'Le champ :attribute ne doit pas dépasser :max caractères.', ], - 'mimes' => 'Le champ :attribute doit être un fichier de type :values.', - 'mimetypes' => 'Le champ :attribute doit être un fichier de type :values.', + 'max_digits' => 'Le champ :attribute ne doit pas comporter plus de :max chiffres.', + 'mimes' => 'Le champ :attribute doit être un fichier de type :values.', + 'mimetypes' => 'Le champ :attribute doit être un fichier de type :values.', 'min' => [ - 'numeric' => 'Le champ :attribute doit être au moins :min.', - 'file' => 'Le champ :attribute doit être d\'au moins :min kilobytes.', - 'string' => 'Le champ :attribute doit contenir au moins :min caractères.', - 'array' => 'Le champ :attribute doit contenir au moins :min éléments.', + 'array' => 'Le champ :attribute doit avoir au moins :min éléments.', + 'file' => 'Le champ :attribute doit être d\'au moins :min kilo-octets.', + 'numeric' => 'Le champ :attribute doit être d\'au moins :min.', + 'string' => 'Le champ :attribute doit comporter au moins :min caractères.', + ], + + 'min_digits' => 'Le champ :attribute doit comporter au moins :min chiffres.', + 'missing' => 'Le champ :attribute doit être manquant.', + 'missing_if' => 'Le champ :attribute doit être manquant lorsque :other est :value.', + 'missing_unless' => 'Le champ :attribute doit être manquant sauf si :other est :value.', + 'missing_with' => 'Le champ :attribute doit être manquant lorsque :values est présent.', + 'missing_with_all' => 'Le champ :attribute doit être manquant lorsque :values sont présents.', + 'multiple_of' => 'Le champ :attribute doit être un multiple de :value.', + 'not_in' => 'La valeur sélectionnée pour :attribute est invalide.', + 'not_regex' => 'Le format du champ :attribute est invalide.', + 'numeric' => 'Le champ :attribute doit être un nombre.', + + 'password' => [ + 'letters' => 'Le champ :attribute doit contenir au moins une lettre.', + 'mixed' => 'Le champ :attribute doit contenir au moins une lettre majuscule et une lettre minuscule.', + 'numbers' => 'Le champ :attribute doit contenir au moins un chiffre.', + 'symbols' => 'Le champ :attribute doit contenir au moins un symbole.', + 'uncompromised' => 'Le :attribute donné est apparu dans une fuite de données. Veuillez choisir un autre :attribute.', ], - 'not_in' => 'Le champ :attribute sélectionné est invalide.', - 'not_regex' => 'Le format du champ :attribute est invalide.', - 'numeric' => 'Le champ :attribute doit être un nombre.', 'present' => 'Le champ :attribute doit être présent.', + 'present_if' => 'Le champ :attribute doit être présent lorsque :other est :value.', + 'present_unless' => 'Le champ :attribute doit être présent sauf si :other est :value.', + 'present_with' => 'Le champ :attribute doit être présent lorsque :values est présent.', + 'present_with_all' => 'Le champ :attribute doit être présent lorsque :values sont présents.', + 'prohibited' => 'Le champ :attribute est interdit.', + 'prohibited_if' => 'Le champ :attribute est interdit lorsque :other est :value.', + 'prohibited_unless' => 'Le champ :attribute est interdit sauf si :other est dans :values.', + 'prohibits' => 'Le champ :attribute interdit la présence de :other.', 'regex' => 'Le format du champ :attribute est invalide.', - 'required' => 'Le champ :attribute est obligatoire.', - 'required_if' => 'Le champ :attribute est obligatoire lorsque :other est :value.', - 'required_unless' => 'Le champ :attribute est obligatoire sauf si :other est dans :values.', - 'required_with' => 'Le champ :attribute est obligatoire lorsque :values est présent.', - 'required_with_all' => 'Le champ :attribute est obligatoire lorsque :values sont présents.', - 'required_without' => 'Le champ :attribute est obligatoire lorsque :values n\'est pas présent.', - 'required_without_all' => 'Le champ :attribute est obligatoire lorsque aucun des :values ne sont présents.', - 'same' => 'Le champ :attribute et :other doivent correspondre.', - + 'required' => 'Le champ :attribute est requis.', + 'required_array_keys' => 'Le champ :attribute doit contenir des entrées pour :values.', + 'required_if' => 'Le champ :attribute est requis lorsque :other est :value.', + 'required_if_accepted' => 'Le champ :attribute est requis lorsque :other est accepté.', + 'required_unless' => 'Le champ :attribute est requis sauf si :other est dans :values.', + 'required_with' => 'Le champ :attribute est requis lorsque :values est présent.', + 'required_with_all' => 'Le champ :attribute est requis lorsque :values sont présents.', + 'required_without' => 'Le champ :attribute est requis lorsque :values n\'est pas présent.', + 'required_without_all' => 'Le champ :attribute est requis lorsque aucun de :values n\'est présent.', + 'same' => 'Le champ :attribute doit correspondre à :other.', + 'size' => [ + 'array' => 'Le champ :attribute doit contenir :size éléments.', + 'file' => 'Le champ :attribute doit être de :size kilo-octets.', 'numeric' => 'Le champ :attribute doit être :size.', - 'file' => 'Le champ :attribute doit être :size kilobytes.', 'string' => 'Le champ :attribute doit contenir :size caractères.', - 'array' => 'Le champ :attribute doit contenir :size éléments.', ], - - 'string' => 'Le champ :attribute doit être une chaîne de caractères.', - 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.', - 'unique' => 'Le champ :attribute a déjà été pris.', - 'uploaded' => 'Le chargement du champ :attribute a échoué.', - 'url' => 'Le format du champ :attribute est invalide.', + + 'starts_with' => 'Le champ :attribute doit commencer par l\'un des éléments suivants : :values.', + 'string' => 'Le champ :attribute doit être une chaîne de caractères.', + 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.', + 'unique' => 'Le champ :attribute a déjà été pris.', + 'uploaded' => 'Le chargement du fichier :attribute a échoué.', + 'uppercase' => 'Le champ :attribute doit être en majuscules.', + 'url' => 'Le format de l\'URL du champ :attribute est invalide.', + 'ulid' => 'Le champ :attribute doit être un ULID valide.', + 'uuid' => 'Le champ :attribute doit être un UUID valide.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'message personnalisé.', + 'rule-name' => 'message personnalisé', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/he/auth.php b/lang/he/auth.php old mode 100755 new mode 100644 index f2a4b9dddd4..afc6c25a91d --- a/lang/he/auth.php +++ b/lang/he/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'הפרטים אינם תואמים את הרשומות שלנו.', - 'throttle' => 'נסיונות כניסה רבים מדי. אנא נסי שוב בעוד :seconds שניות.', - + 'failed' => 'אלו פרטי הכניסה לא תואמים את הרשומות שלנו.', + 'password' => 'הסיסמה שסופקה אינה נכונה.', + 'throttle' => 'ניסיונות כניסה רבים מדי. נסה שוב בעוד :seconds שניות.', + ]; diff --git a/lang/he/pagination.php b/lang/he/pagination.php old mode 100755 new mode 100644 index 393b335cba2..da78a298744 --- a/lang/he/pagination.php +++ b/lang/he/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« הקודם', - 'next' => 'הבא »', + 'next' => 'הבא »', + 'previous' => '« הקודם', ]; diff --git a/lang/he/passwords.php b/lang/he/passwords.php old mode 100755 new mode 100644 index d51224745a8..9873825a102 --- a/lang/he/passwords.php +++ b/lang/he/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'סיסמאות חייבות להיות בעלות לפחות שש תווים ולהתאים לאישור.', - 'reset' => 'הסיסמה שלך אופסה!', - 'sent' => 'שלחנו לך אימייל עם קישור לאיפוס הסיסמה שלך!', - 'token' => 'טוקן איפוס הסיסמה הזה אינו חוקי.', - 'user' => 'לא ניתן למצוא משתמש עם כתובת האימייל הזו.', + 'reset' => 'הסיסמה שלך אופסה בהצלחה.', + 'sent' => 'שלחנו לך קישור לאיפוס הסיסמה בדוא"ל.', + 'throttled' => 'אנא המתן לפני שתנסה שוב.', + 'token' => 'אסימון איפוס הסיסמה הזה אינו תקף.', + 'user' => "לא ניתן למצוא משתמש עם כתובת הדוא''ל הזו.", ]; diff --git a/lang/he/validation.php b/lang/he/validation.php old mode 100755 new mode 100644 index caa1162a353..1dcaeb579b1 --- a/lang/he/validation.php +++ b/lang/he/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => ':attribute חייב להתקבל.', - 'active_url' => ':attribute אינו כתובת URL תקנית.', - '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 פריטים.', + 'accepted' => 'שדה :attribute חייב להתקבל.', + 'accepted_if' => 'שדה :attribute חייב להתקבל כאשר :other הוא :value.', + 'active_url' => 'שדה :attribute חייב להיות כתובת URL תקפה.', + 'after' => 'שדה :attribute חייב להיות תאריך אחרי :date.', + 'after_or_equal' => 'שדה :attribute חייב להיות תאריך אחרי או שווה ל־:date.', + 'alpha' => 'שדה :attribute יכול להכיל רק אותיות.', + 'alpha_dash' => 'שדה :attribute יכול להכיל רק אותיות, מספרים, מקפים וקווים תחתונים.', + 'alpha_num' => 'שדה :attribute יכול להכיל רק אותיות ומספרים.', + 'array' => 'שדה :attribute חייב להיות מערך.', + 'ascii' => 'שדה :attribute יכול להכיל רק תווים אלפאנומריים וסימנים בתצורה יחידתית.', + 'before' => 'שדה :attribute חייב להיות תאריך לפני :date.', + 'before_or_equal' => 'שדה :attribute חייב להיות תאריך לפני או שווה ל־:date.', + + 'between' => [ + 'array' => 'שדה :attribute חייב להכיל בין :min ל־:max פריטים.', + 'file' => 'שדה :attribute חייב להיות בין :min ל־:max קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות בין :min ל־:max.', + 'string' => 'שדה :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 פריטים.', + + 'boolean' => 'שדה :attribute חייב להיות אמת או שקר.', + 'can' => 'שדה :attribute מכיל ערך לא מורשה.', + 'confirmed' => 'אישור השדה :attribute אינו תואם.', + 'current_password' => 'הסיסמה שגויה.', + 'date' => 'שדה :attribute חייב להיות תאריך תקף.', + 'date_equals' => 'שדה :attribute חייב להיות תאריך שווה ל־:date.', + 'date_format' => 'שדה :attribute אינו תואם את הפורמט :format.', + 'decimal' => 'שדה :attribute חייב להיות עם :decimal ספרות אחרי הנקודה.', + 'declined' => 'השדה :attribute חייב להיות מדווח כמסריר.', + 'declined_if' => 'השדה :attribute חייב להיות מדווח כמסריר כאשר :other הוא :value.', + 'different' => 'השדה :attribute ו־:other חייבים להיות שונים.', + 'digits' => 'שדה :attribute חייב להיות בעל :digits ספרות.', + 'digits_between' => 'שדה :attribute חייב להיות בין :min ל־:max ספרות.', + 'dimensions' => 'התמונה בשדה :attribute יש מימדים לא תקינים.', + 'distinct' => 'שדה :attribute מכיל ערך כפול.', + 'doesnt_end_with' => 'שדה :attribute חייב לא להסתיים באחד מהערכים הבאים: :values.', + 'doesnt_start_with' => 'שדה :attribute חייב לא להתחיל באחד מהערכים הבאים: :values.', + 'email' => 'שדה :attribute חייב להיות כתובת דוא"ל תקינה.', + 'ends_with' => 'שדה :attribute חייב להסתיים באחד מהערכים הבאים: :values.', + 'enum' => 'הערך שנבחר עבור :attribute אינו תקין.', + 'exists' => 'הערך שנבחר עבור :attribute אינו תקין.', + 'extensions' => 'שדה :attribute חייב להכיל אחת מהסיומות הבאות: :values.', + 'file' => 'שדה :attribute חייב להיות קובץ.', + 'filled' => 'שדה :attribute חייב להכיל ערך.', + + 'gt' => [ + 'array' => 'שדה :attribute חייב להכיל יותר מ־:value פריטים.', + 'file' => 'שדה :attribute חייב להיות גדול מ־:value קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות גדול מ־:value.', + 'string' => 'שדה :attribute חייב להיות גדול מ־:value תווים.', ], - 'gte' => [ - 'numeric' => ':attribute חייב להיות גדול או שווה ל־:value.', - 'file' => ':attribute חייב להיות גדול או שווה ל־:value קילובייטים.', - 'string' => ':attribute חייב להיות גדול או שווה ל־:value תווים.', - 'array' => ':attribute חייב להכיל :value פריטים או יותר.', + 'gte' => [ + 'array' => 'שדה :attribute חייב להכיל :value פריטים או יותר.', + 'file' => 'שדה :attribute חייב להיות גדול או שווה ל־:value קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות גדול או שווה ל־:value.', + 'string' => 'שדה :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 פריטים.', + 'hex_color' => 'שדה :attribute חייב להיות קוד צבע הקסדצימלי תקין.', + 'image' => 'שדה :attribute חייב להיות תמונה.', + 'in' => 'הערך שנבחר עבור :attribute אינו תקין.', + 'in_array' => 'שדה :attribute חייב להיות קיים ב־:other.', + 'integer' => 'שדה :attribute חייב להיות מספר שלם.', + 'ip' => 'שדה :attribute חייב להיות כתובת IP תקינה.', + 'ipv4' => 'שדה :attribute חייב להיות כתובת IPv4 תקינה.', + 'ipv6' => 'שדה :attribute חייב להיות כתובת IPv6 תקינה.', + 'json' => 'שדה :attribute חייב להיות מחרוזת JSON תקינה.', + 'lowercase' => 'שדה :attribute חייב להיות באותיות קטנות בלבד.', + + 'lt' => [ + 'array' => 'שדה :attribute חייב להכיל פחות מ־:value פריטים.', + 'file' => 'שדה :attribute חייב להיות פחות מ־:value קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות פחות מ־:value.', + 'string' => 'שדה :attribute חייב להיות פחות מ־:value תווים.', ], - - 'lte' => [ - 'numeric' => ':attribute חייב להיות פחות או שווה ל־:value.', - 'file' => ':attribute חייב להיות פחות או שווה ל־:value קילובייטים.', - 'string' => ':attribute חייב להיות פחות או שווה ל־:value תווים.', - 'array' => ':attribute יכול להכיל עד :value פריטים.', + + 'lte' => [ + 'array' => 'שדה :attribute חייב להכיל :value פריטים או פחות.', + 'file' => 'שדה :attribute חייב להיות קטן או שווה ל־:value קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות קטן או שווה ל־:value.', + 'string' => 'שדה :attribute חייב להיות קטן או שווה ל־:value תווים.', ], - - 'max' => [ - 'numeric' => ':attribute לא יכול להיות גדול מ־:max.', - 'file' => ':attribute לא יכול להיות גדול מ־:max קילובייטים.', - 'string' => ':attribute לא יכול להיות גדול מ־:max תווים.', - 'array' => ':attribute לא יכול להכיל יותר מ־:max פריטים.', + + 'mac_address' => 'שדה :attribute חייב להיות כתובת MAC תקינה.', + + 'max' => [ + 'array' => 'שדה :attribute חייב להכיל לא יותר מ־:max פריטים.', + 'file' => 'שדה :attribute חייב להיות קטן מ־:max קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות קטן מ־:max.', + 'string' => 'שדה :attribute חייב להיות קטן מ־:max תווים.', ], - - 'mimes' => ':attribute חייב להיות קובץ מסוג: :values.', - 'mimetypes' => ':attribute חייב להיות קובץ מסוג: :values.', - - 'min' => [ - 'numeric' => ':attribute חייב להיות לפחות :min.', - 'file' => ':attribute חייב להיות לפחות :min קילובייטים.', - 'string' => ':attribute חייב להיות לפחות :min תווים.', - 'array' => ':attribute חייב להכיל לפחות :min פריטים.', + + 'max_digits' => 'שדה :attribute חייב להיות עד :max ספרות.', + 'mimes' => 'שדה :attribute חייב להיות קובץ מסוג: :values.', + 'mimetypes' => 'שדה :attribute חייב להיות קובץ מסוג: :values.', + + 'min' => [ + 'array' => 'שדה :attribute חייב להכיל לפחות :min פריטים.', + 'file' => 'שדה :attribute חייב להיות לפחות :min קילובייטים.', + 'numeric' => 'שדה :attribute חייב להיות לפחות :min.', + 'string' => 'שדה :attribute חייב להיות לפחות :min תווים.', ], - - 'not_in' => ':attribute אינו חוקי.', - 'not_regex' => 'הפורמט של :attribute אינו חוקי.', - 'numeric' => ':attribute חייב להיות מספר.', - 'present' => 'השדה :attribute חייב להיות נוכח.', - 'regex' => 'הפורמט של :attribute אינו חוקי.', - 'required' => 'שדה :attribute הוא שדה חובה.', + + 'min_digits' => 'שדה :attribute חייב להיות לפחות בעל :min ספרות.', + 'missing' => 'שדה :attribute חייב להיות חסר.', + 'missing_if' => 'שדה :attribute חייב להיות חסר כאשר :other הוא :value.', + 'missing_unless' => 'שדה :attribute חייב להיות חסר אלא אם :other הוא :value.', + 'missing_with' => 'שדה :attribute חייב להיות חסר כאשר :values נמצאים.', + 'missing_with_all' => 'שדה :attribute חייב להיות חסר כאשר :values נמצאים.', + 'multiple_of' => 'שדה :attribute חייב להיות מרובה של :value.', + 'not_in' => 'הערך שנבחר עבור :attribute אינו תקין.', + 'not_regex' => 'פורמט שדה :attribute אינו תקין.', + 'numeric' => 'שדה :attribute חייב להיות מספר.', + + 'password' => [ + 'letters' => 'שדה :attribute חייב לכלול לפחות אות אחת.', + 'mixed' => 'שדה :attribute חייב לכלול לפחות אות אחת באותיות גדולות ואחת באותיות קטנות.', + 'numbers' => 'שדה :attribute חייב לכלול לפחות מספר אחד.', + 'symbols' => 'שדה :attribute חייב לכלול לפחות סמל אחד.', + 'uncompromised' => 'ה־:attribute שנבחר הופיע בפרצת מידע. יש לבחור :attribute אחר.', + ], + + 'present' => 'שדה :attribute חייב להיות נוכח.', + 'present_if' => 'שדה :attribute חייב להיות נוכח כאשר :other הוא :value.', + 'present_unless' => 'שדה :attribute חייב להיות נוכח אלא אם :other הוא :value.', + 'present_with' => 'שדה :attribute חייב להיות נוכח כאשר :values נמצאים.', + 'present_with_all' => 'שדה :attribute חייב להיות נוכח כאשר :values נמצאים.', + 'prohibited' => 'שדה :attribute אסור.', + 'prohibited_if' => 'שדה :attribute אסור כאשר :other הוא :value.', + 'prohibited_unless' => 'שדה :attribute אסור אלא אם :other הוא ב־:values.', + 'prohibits' => 'שדה :attribute אסור מלהכיל את :other.', + 'regex' => 'פורמט השדה :attribute אינו תקין.', + 'required' => 'שדה :attribute הוא חובה.', + 'required_array_keys' => 'שדה :attribute חייב להכיל ערכים עבור: :values.', 'required_if' => 'שדה :attribute נדרש כאשר :other הוא :value.', - 'required_unless' => 'שדה :attribute נדרש אלא אם :other הוא בין הערכים :values.', - 'required_with' => 'שדה :attribute נדרש כאשר קיים :values.', - 'required_with_all' => 'שדה :attribute נדרש כאשר קיימים :values.', - 'required_without' => 'שדה :attribute נדרש כאשר אין :values.', - 'required_without_all' => 'שדה :attribute נדרש כאשר אין אף אחד מהערכים :values.', - 'same' => ':attribute ו־:other חייבים להיות תואמים.', - - 'size' => [ - 'numeric' => ':attribute חייב להיות בגודל של :size.', - 'file' => ':attribute חייב להיות בגודל של :size קילובייטים.', - 'string' => ':attribute חייב להיות בעל :size תווים.', - 'array' => ':attribute חייב להכיל :size פריטים.', + 'required_if_accepted' => 'שדה :attribute נדרש כאשר :other מתקבל.', + 'required_unless' => 'שדה :attribute נדרש אלא אם :other הוא ב־:values.', + 'required_with' => 'שדה :attribute נדרש כאשר :values נמצאים.', + 'required_with_all' => 'שדה :attribute נדרש כאשר :values נמצאים.', + 'required_without' => 'שדה :attribute נדרש כאשר :values לא נמצאים.', + 'required_without_all' => 'שדה :attribute נדרש כאשר אף אחד מהערכים :values לא נמצאים.', + 'same' => 'שדה :attribute חייב להתאים ל־:other.', + + 'size' => [ + 'array' => 'שדה :attribute חייב להכיל :size פריטים.', + 'file' => 'שדה :attribute חייב להיות בגודל של :size קילובייט.', + 'numeric' => 'שדה :attribute חייב להיות בגודל של :size.', + 'string' => 'שדה :attribute חייב להיות בגודל של :size תווים.', ], - - 'string' => ':attribute חייב להיות מחרוזת.', - 'timezone' => ':attribute חייב להיות אזור תקני.', - 'unique' => ':attribute כבר נמצא בשימוש.', - 'uploaded' => 'הטעינה של :attribute נכשלה.', - 'url' => ':attribute אינו כתובת URL תקנית.', + + 'starts_with' => 'שדה :attribute חייב להתחיל באחד מהערכים הבאים: :values.', + 'string' => 'שדה :attribute חייב להיות מחרוזת.', + 'timezone' => 'שדה :attribute חייב להיות איזור זמן תקין.', + 'unique' => 'ה־:attribute כבר תפוס.', + 'uploaded' => 'העלאת :attribute נכשלה.', + 'uppercase' => 'שדה :attribute חייב להיות באותיות גדולות בלבד.', + 'url' => 'שדה :attribute חייב להיות כתובת URL תקינה.', + 'ulid' => 'שדה :attribute חייב להיות ULID תקין.', + 'uuid' => 'שדה :attribute חייב להיות UUID תקין.', /* |-------------------------------------------------------------------------- @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/hi_IN/auth.php b/lang/hi_IN/auth.php old mode 100755 new mode 100644 index 60e751730f3..f1931044ef4 --- a/lang/hi_IN/auth.php +++ b/lang/hi_IN/auth.php @@ -14,6 +14,7 @@ */ 'failed' => 'ये क्रेडेंशियल हमारे रिकॉर्ड से मेल नहीं खाते।', - 'throttle' => 'बहुत अधिक लॉगिन प्रयास। कृपया :seconds सेकंड में पुन: प्रयास करें।', + 'password' => 'प्रदान किया गया पासवर्ड गलत है।', + 'throttle' => 'बहुत सारे लॉगिन प्रयास। कृपया :seconds सेकंड में पुन: प्रयास करें।', ]; diff --git a/lang/hi_IN/pagination.php b/lang/hi_IN/pagination.php old mode 100755 new mode 100644 index db0cdc7a000..bc488381c4f --- a/lang/hi_IN/pagination.php +++ b/lang/hi_IN/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« पहले का', - 'next' => 'अगला »', + 'next' => 'आगे »', + 'previous' => '« पिछला', ]; diff --git a/lang/hi_IN/passwords.php b/lang/hi_IN/passwords.php old mode 100755 new mode 100644 index 9a84c8d1068..2d405eed7e3 --- a/lang/hi_IN/passwords.php +++ b/lang/hi_IN/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'पासवर्ड कम से कम छह वर्णों का होना चाहिए और पुष्टि से मेल खाना चाहिए।', - 'reset' => 'आपका पासवर्ड बदला जा चुका है!', - 'sent' => 'हमने आपका पासवर्ड रीसेट लिंक ई-मेल कर दिया है!', + 'reset' => 'आपका पासवर्ड रीसेट कर दिया गया है।', + 'sent' => 'हमने आपके पासवर्ड रीसेट लिंक को ईमेल किया है।', + 'throttled' => 'कृपया पुनः प्रयास करने से पहले प्रतीक्षा करें।', 'token' => 'यह पासवर्ड रीसेट टोकन अमान्य है।', - 'user' => 'हम उस ई-मेल पते वाला उपयोगकर्ता नहीं ढूंढ सकते।', + 'user' => "हम उस ईमेल पते के साथ कोई उपयोगकर्ता नहीं ढूंढ सकते।", ]; diff --git a/lang/hi_IN/validation.php b/lang/hi_IN/validation.php old mode 100755 new mode 100644 index 03f12120633..dd70712e48f --- a/lang/hi_IN/validation.php +++ b/lang/hi_IN/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => ':attribute को स्वीकार किया जाना चाहिए।', - 'active_url' => ':attribute एक मान्य URL नहीं है।', - 'after' => 'द :attribute :डेट के बाद की तारीख होनी चाहिए।', - 'after_or_equal' => 'द :attribute :डेट के बाद या उसके बराबर की तारीख होनी चाहिए।', - 'alpha' => ':attribute में केवल अक्षर हो सकते हैं।', - 'alpha_dash' => ':attribute में केवल अक्षर, संख्याएं, डैश और अंडरस्कोर हो सकते हैं।', - 'alpha_num' => ':attribute में केवल अक्षर और संख्याएँ हो सकती हैं।', - 'array' => ':attribute एक सरणी होनी चाहिए।', - 'before' => 'द :attribute :डेट से पहले की तारीख होनी चाहिए।', - 'before_or_equal' => 'द :attribute :डेट से पहले या उसके बराबर की तारीख होनी चाहिए।', - - 'between' => [ - 'numeric' => ': विशेषता :min और :max के बीच होनी चाहिए।', - 'file' => ': विशेषता :min और :max किलोबाइट्स के बीच होनी चाहिए।', - 'string' => ': विशेषता :min और :max वर्णों के बीच होनी चाहिए।', - 'array' => ': विशेषता :min और :max आइटम के बीच होनी चाहिए।', + 'accepted' => 'फ़ील्ड :attribute स्वीकृत होना चाहिए।', + 'accepted_if' => 'जब :other :value हो, तो :attribute फ़ील्ड स्वीकृत होना चाहिए।', + 'active_url' => 'फ़ील्ड :attribute एक मान्य URL होना चाहिए।', + 'after' => 'फ़ील्ड :attribute :date के बाद की तारीख होनी चाहिए।', + 'after_or_equal' => 'फ़ील्ड :attribute :date के बाद या उसके बराबर की तारीख होनी चाहिए।', + 'alpha' => 'फ़ील्ड :attribute में केवल अक्षर होने चाहिए।', + 'alpha_dash' => 'फ़ील्ड :attribute में केवल अक्षर, संख्या, डैश और अंडरस्कोर होने चाहिए।', + 'alpha_num' => 'फ़ील्ड :attribute में केवल अक्षर और संख्याएँ होनी चाहिए।', + 'array' => 'फ़ील्ड :attribute एक एरे होना चाहिए।', + 'ascii' => 'फ़ील्ड :attribute केवल एकल-बाइट वाले अक्षरमाला और प्रतीक होने चाहिए।', + 'before' => 'फ़ील्ड :attribute :date के पहले की तारीख होनी चाहिए।', + 'before_or_equal' => 'फ़ील्ड :attribute :date के पहले या उसके बराबर की तारीख होनी चाहिए।', + + 'between' => [ + 'array' => 'फ़ील्ड :attribute में :min और :max आइटम्स होने चाहिए।', + 'file' => 'फ़ील्ड :attribute :min और :max किलोबाइट्स के बीच होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute :min और :max के बीच होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :min और :max वर्णों के बीच होना चाहिए।', ], - 'boolean' => ':attribute क्षेत्र सही या गलत होना चाहिए।', - 'confirmed' => ':attribute पुष्टि मेल नहीं खाती।', - 'date' => ':attribute मान्य तिथि नहीं है।', - 'date_format' => ':attribute प्रारूप :format से मेल नहीं खाती।', - 'different' => ':attribute और :अन्य अलग-अलग होने चाहिए।', - 'digits' => ':attribute :अंक अंक होना चाहिए।', - 'digits_between' => ':attribute :मिनट और :अधिकतम अंकों के बीच होनी चाहिए।', - '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 आइटम्स से अधिक होना चाहिए।', + 'boolean' => 'फ़ील्ड :attribute सही या गलत होना चाहिए।', + 'can' => 'फ़ील्ड :attribute अनधिकृत मान शामिल करता है।', + 'confirmed' => 'फ़ील्ड :attribute पुष्टिकरण मेल नहीं खाता।', + 'current_password' => 'पासवर्ड गलत है।', + 'date' => 'फ़ील्ड :attribute में एक मान्य तारीख होनी चाहिए।', + 'date_equals' => 'फ़ील्ड :attribute को :date के बराबर तारीख होनी चाहिए।', + 'date_format' => 'फ़ील्ड :attribute को :format स्वरूप के साथ मेल नहीं खाता।', + 'decimal' => 'फ़ील्ड :attribute में :decimal दशमलव स्थान होने चाहिए।', + 'declined' => 'फ़ील्ड :attribute को अस्वीकार किया जाना चाहिए।', + 'declined_if' => 'जब :other :value हो, तो :attribute फ़ील्ड को अस्वीकार किया जाना चाहिए।', + 'different' => 'फ़ील्ड :attribute और :other अलग होना चाहिए।', + 'digits' => 'फ़ील्ड :attribute में :digits अंक होने चाहिए।', + 'digits_between' => 'फ़ील्ड :attribute में :min और :max अंकों के बीच होने चाहिए।', + 'dimensions' => 'फ़ील्ड :attribute में अमान्य चित्र आयाम हैं।', + 'distinct' => 'फ़ील्ड :attribute में एक से अधिक मान नहीं हो सकते।', + 'doesnt_end_with' => 'फ़ील्ड :attribute को निम्नलिखित में से किसी एक के साथ समाप्त नहीं किया जाना चाहिए: :values।', + 'doesnt_start_with' => 'फ़ील्ड :attribute को निम्नलिखित में से किसी एक के साथ प्रारंभ नहीं किया जाना चाहिए: :values।', + 'email' => 'फ़ील्ड :attribute एक मान्य ईमेल पता होना चाहिए।', + 'ends_with' => 'फ़ील्ड :attribute को निम्नलिखित में से किसी एक के साथ समाप्त किया जाना चाहिए: :values।', + 'enum' => 'चयनित :attribute अमान्य है।', + 'exists' => 'चयनित :attribute अमान्य है।', + 'extensions' => 'फ़ील्ड :attribute में निम्नलिखित में से कोई भी एक एक्सटेंशन होना चाहिए: :values।', + 'file' => 'फ़ील्ड :attribute एक फ़ाइल होनी चाहिए।', + 'filled' => 'फ़ील्ड :attribute का मान होना आवश्यक है।', + + 'gt' => [ + 'array' => 'फ़ील्ड :attribute में :value आइटम्स से अधिक होने चाहिए।', + 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से अधिक होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute :value से अधिक होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :value वर्णों से अधिक होना चाहिए।', ], - 'gte' => [ - 'numeric' => ':attribute :value से अधिक या बराबर होनी चाहिए।', - 'file' => ':attribute से बड़ा या बराबर होना चाहिए:value किलोबाइट्स।', - 'string' => ': attribute इससे बड़ा या बराबर होना चाहिए:value वर्ण।', - 'array' => 'द :attribute में :value आइटम्स या अधिक होना चाहिए।', + 'gte' => [ + 'array' => 'फ़ील्ड :attribute में :value आइटम्स या उससे अधिक होने चाहिए।', + 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से अधिक या उसके बराबर होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute :value से अधिक या उसके बराबर होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :value वर्णों से अधिक या उसके बराबर होना चाहिए।', ], - - 'image' => ':attribute एक छवि होनी चाहिए।', - 'in' => 'चयनित :attribute अमान्य है।', - 'in_array' => "द :attribute फील्ड :other' में मौजूद नहीं है।", - 'integer' => ':attribute एक पूर्णांक होना चाहिए।', - 'ip' => ':attribute एक वैध आईपी पता होना चाहिए।', - 'ipv4' => ':attribute एक मान्य IPv4 पता होना चाहिए।', - 'ipv6' => ':attribute एक मान्य IPv6 पता होना चाहिए।', - 'json' => ':attribute एक वैध JSON स्ट्रिंग होनी चाहिए।', - - 'lt' => [ - 'numeric' => ':attribute :value से कम होनी चाहिए।', - 'file' => ':attribute :value किलोबाइट से कम होनी चाहिए।', - 'string' => ':attribute :value वर्णों से कम होनी चाहिए।', - 'array' => ':attribute में :value आइटम से कम होना चाहिए।', + + 'hex_color' => 'फ़ील्ड :attribute एक मान्य हेक्साडेसिमल रंग होना चाहिए।', + 'image' => 'फ़ील्ड :attribute एक छवि होनी चाहिए।', + 'in' => 'चयनित :attribute अमान्य है।', + 'in_array' => 'फ़ील्ड :attribute :other में मौजूद नहीं है।', + 'integer' => 'फ़ील्ड :attribute एक पूर्णांक होना चाहिए।', + 'ip' => 'फ़ील्ड :attribute एक मान्य IP पता होना चाहिए।', + 'ipv4' => 'फ़ील्ड :attribute एक मान्य IPv4 पता होना चाहिए।', + 'ipv6' => 'फ़ील्ड :attribute एक मान्य IPv6 पता होना चाहिए।', + 'json' => 'फ़ील्ड :attribute एक मान्य JSON स्ट्रिंग होनी चाहिए।', + 'lowercase' => 'फ़ील्ड :attribute लोअरकेस होना चाहिए।', + + 'lt' => [ + 'array' => 'फ़ील्ड :attribute में :value आइटम्स से कम होने चाहिए।', + 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से कम होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute :value से कम होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :value वर्णों से कम होना चाहिए।', ], - - 'lte' => [ - 'numeric' => ': attribute कम या बराबर होनी चाहिए: मान।', - 'file' => ': attribute कम या बराबर होनी चाहिए: मान किलोबाइट्स।', - 'string' => ': attribute कम या बराबर होनी चाहिए: मान वर्ण।', - 'array' => ': attribute में :value आइटम्स से अधिक नहीं होना चाहिए।', + + 'lte' => [ + 'array' => 'फ़ील्ड :attribute में :value आइटम्स से अधिक नहीं होना चाहिए।', + 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से अधिक या उसके बराबर होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute :value से अधिक या उसके बराबर होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :value वर्णों से अधिक नहीं होना चाहिए।', ], - 'max' => [ - 'numeric' => ":attribute :max' से अधिक नहीं हो सकती है।", - 'file' => ':attribute :max किलोबाइट से अधिक नहीं हो सकती है।', - 'string' => ':attribute :max वर्णों से अधिक नहीं हो सकती है।', - 'array' => ':attribute में :max आइटम्स से अधिक नहीं हो सकते हैं।', - ], + 'mac_address' => 'फ़ील्ड :attribute एक मान्य MAC पता होना चाहिए।', - 'mimes' => ':attribute एक प्रकार की फ़ाइल होनी चाहिए::value', - 'mimetypes' => ':attribute एक प्रकार की फ़ाइल होनी चाहिए::value', - - 'min' => [ - 'numeric' => ':attribute कम से कम :min होनी चाहिए।', - 'file' => ':attribute कम से कम :min किलोबाइट्स होनी चाहिए।', - 'string' => ':attribute कम से कम :min कैरेक्टर का होना चाहिए।', - 'array' => ':attribute में कम से कम :min आइटम होना चाहिए।', + 'max' => [ + 'array' => 'फ़ील्ड :attribute :max आइटम्स से अधिक नहीं होना चाहिए।', + 'file' => 'फ़ील्ड :attribute :max किलोबाइट्स से अधिक नहीं होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute :max से अधिक नहीं होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :max वर्णों से अधिक नहीं होना चाहिए।', ], - - 'not_in' => 'चयनित :attribute अमान्य है।', - 'not_regex' => ':attribute प्रारूप अमान्य है।', - 'numeric' => ':attribute एक संख्या होनी चाहिए।', - 'present' => ':attribute फ़ील्ड मौजूद होना चाहिए।', - 'regex' => ':attribute प्रारूप अमान्य है।', - 'required' => ':attribute फ़ील्ड आवश्यक है।', - 'required_if' => ':attribute फ़ील्ड आवश्यक है जब:other है: value', - 'required_unless' => ':attribute फ़ील्ड आवश्यक है जब तक कि :other :values में न हो।', - 'required_with' => ':attribute फ़ील्ड आवश्यक है जब:value मौजूद है।', - 'required_with_all' => ':attribute फ़ील्ड आवश्यक है जब:value मौजूद है।', - 'required_without' => ':attribute फ़ील्ड आवश्यक है जब:value मौजूद नहीं है।', - 'required_without_all' => ':attribute फ़ील्ड आवश्यक है जब कोई भी: value मौजूद नहीं है।', - 'same' => 'द :attribute और :other मैच होना चाहिए।', - - 'size' => [ - 'numeric' => ':attribute होना चाहिए:size', - 'file' => ':attribute होना चाहिए:size किलोबाइट्स।', - 'string' => ':attribute होना चाहिए:size वर्ण।', - 'array' => 'इस विशेषता में :size के आइटम शामिल होने चाहिए।', + + 'max_digits' => 'फ़ील्ड :attribute में :max अंकों से अधिक नहीं होना चाहिए।', + 'mimes' => 'फ़ील्ड :attribute एक फ़ाइल के प्रकार :values होनी चाहिए।', + 'mimetypes' => 'फ़ील्ड :attribute एक फ़ाइल के प्रकार :values होनी चाहिए।', + + 'min' => [ + 'array' => 'फ़ील्ड :attribute में कम से कम :min आइटम्स होने चाहिए।', + 'file' => 'फ़ील्ड :attribute कम से कम :min किलोबाइट्स होने चाहिए।', + 'numeric' => 'फ़ील्ड :attribute कम से कम :min होना चाहिए।', + 'string' => 'फ़ील्ड :attribute कम से कम :min वर्ण होने चाहिए।', + ], + + 'min_digits' => 'फ़ील्ड :attribute में कम से कम :min अंक होने चाहिए।', + 'missing' => 'फ़ील्ड :attribute अनुपस्थित होना चाहिए।', + 'missing_if' => 'फ़ील्ड :attribute :other :value होने पर अनुपस्थित होना चाहिए।', + 'missing_unless' => 'फ़ील्ड :attribute :other :value नहीं होने पर अनुपस्थित होना चाहिए।', + 'missing_with' => 'फ़ील्ड :attribute :values मौजूद होने पर अनुपस्थित होना चाहिए।', + 'missing_with_all' => 'फ़ील्ड :attribute :values मौजूद होने पर अनुपस्थित होना चाहिए।', + 'multiple_of' => 'फ़ील्ड :attribute :value की एक गुणा होनी चाहिए।', + 'not_in' => 'चयनित :attribute अमान्य है।', + 'not_regex' => 'फ़ील्ड :attribute का प्रारूप अमान्य है।', + 'numeric' => 'फ़ील्ड :attribute एक संख्या होनी चाहिए।', + + 'password' => [ + 'letters' => 'फ़ील्ड :attribute में कम से कम एक अक्षर होना चाहिए।', + 'mixed' => 'फ़ील्ड :attribute में कम से कम एक बड़ा और एक छोटा अक्षर होना चाहिए।', + 'numbers' => 'फ़ील्ड :attribute में कम से कम एक संख्या होनी चाहिए।', + 'symbols' => 'फ़ील्ड :attribute में कम से कम एक विशेष चिह्न होना चाहिए।', + 'uncompromised' => 'दी गई :attribute डेटा लीक में प्रकट हो चुका है। कृपया एक अलग :attribute चुनें।', ], - 'string' => ':attribute एक स्ट्रिंग होनी चाहिए।', - 'timezone' => ':attribute एक मान्य क्षेत्र होना चाहिए।', - 'unique' => ':attribute पहले ही ली जा चुकी है।', - 'uploaded' => ':attribute अपलोड करने में विफल रही।', - 'url' => ':attribute प्रारूप अमान्य है।', + 'present' => 'फ़ील्ड :attribute मौजूद होना चाहिए।', + 'present_if' => 'फ़ील्ड :attribute मौजूद होना चाहिए जब :other :value हो।', + 'present_unless' => 'फ़ील्ड :attribute मौजूद होना चाहिए जब तक :other :value नहीं है।', + 'present_with' => 'फ़ील्ड :attribute मौजूद होना चाहिए जब :values मौजूद है।', + 'present_with_all' => 'फ़ील्ड :attribute मौजूद होना चाहिए जब :values मौजूद हैं।', + 'prohibited' => 'फ़ील्ड :attribute निषिद्ध है।', + 'prohibited_if' => 'फ़ील्ड :attribute :other :value होने पर निषिद्ध है।', + 'prohibited_unless' => 'फ़ील्ड :attribute :other :values में नहीं होने पर निषिद्ध है।', + 'prohibits' => 'फ़ील्ड :attribute :other को मौजूद न होने देता है।', + 'regex' => 'फ़ील्ड :attribute का प्रारूप अमान्य है।', + 'required' => 'फ़ील्ड :attribute आवश्यक है।', + 'required_array_keys' => 'फ़ील्ड :attribute में निम्नलिखित लिए दर्ज की गई आइटम्स होने चाहिए: :values।', + 'required_if' => 'फ़ील्ड :attribute आवश्यक है जब :other :value हो।', + 'required_if_accepted' => 'फ़ील्ड :attribute आवश्यक है जब :other स्वीकृत हो।', + 'required_unless' => 'फ़ील्ड :attribute आवश्यक है जब तक :other :values में नहीं है।', + 'required_with' => 'फ़ील्ड :attribute आवश्यक है जब :values मौजूद है।', + 'required_with_all' => 'फ़ील्ड :attribute आवश्यक है जब :values मौजूद हैं।', + 'required_without' => 'फ़ील्ड :attribute आवश्यक है जब :values मौजूद नहीं है।', + 'required_without_all' => 'फ़ील्ड :attribute आवश्यक है जब :values में से कोई भी मौजूद नहीं हैं।', + 'same' => 'फ़ील्ड :attribute और :other मेल खाने चाहिए।', + + 'size' => [ + 'array' => 'फ़ील्ड :attribute में :size आइटम होने चाहिए।', + 'file' => 'फ़ील्ड :attribute :size किलोबाइट्स होना चाहिए।', + 'numeric' => 'फ़ील्ड :attribute का मान :size होना चाहिए।', + 'string' => 'फ़ील्ड :attribute :size अक्षरों का होना चाहिए।', + ], + + 'starts_with' => 'फ़ील्ड :attribute निम्नलिखित में से किसी एक से शुरू होना चाहिए: :values।', + 'string' => 'फ़ील्ड :attribute स्ट्रिंग होनी चाहिए।', + 'timezone' => 'फ़ील्ड :attribute मान्य समय क्षेत्र होना चाहिए।', + 'unique' => 'फ़ील्ड :attribute पहले से ही लिया गया है।', + 'uploaded' => 'फ़ाइल :attribute अपलोड करने में विफल रही।', + 'uppercase' => 'फ़ील्ड :attribute अपरकेस होना चाहिए।', + 'url' => 'फ़ील्ड :attribute मान्य URL होना चाहिए।', + 'ulid' => 'फ़ील्ड :attribute मान्य ULID होना चाहिए।', + 'uuid' => 'फ़ील्ड :attribute मान्य UUID होना चाहिए।', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'सीमा शुल्क संदेश', + 'rule-name' => 'custom-message', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/it/auth.php b/lang/it/auth.php old mode 100755 new mode 100644 index 45a9bcf0c76..ba0ba049777 --- a/lang/it/auth.php +++ b/lang/it/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Queste credenziali non combaciano con i nostri archivi.', - 'throttle' => 'Troppi tentativi di accesso. Ritenta tra :seconds secondi.', + 'failed' => 'Queste credenziali non corrispondono ai nostri record.', + 'password' => 'La password fornita non è corretta.', + 'throttle' => 'Troppi tentativi di accesso. Si prega di riprovare tra :seconds secondi.', ]; diff --git a/lang/it/pagination.php b/lang/it/pagination.php old mode 100755 new mode 100644 index e3c56142378..413b0059375 --- a/lang/it/pagination.php +++ b/lang/it/pagination.php @@ -13,7 +13,7 @@ | */ + 'next' => 'Avanti »', 'previous' => '« Precedente', - 'next' => 'Successivo »', ]; diff --git a/lang/it/passwords.php b/lang/it/passwords.php old mode 100755 new mode 100644 index 1a7e8d6d176..9c961873c00 --- a/lang/it/passwords.php +++ b/lang/it/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Le password devono avere almeno sei caratteri e corrispondere con la conferma.', - 'reset' => 'La tua password è stata resettata!', - 'sent' => 'Ti abbiamo inviato un link per il reset della tua password via mail', - 'token' => 'Questo token per il reset della password non è valido', - 'user' => "Non riusciamo a trovare un utente con quell' indirizzo email.", + 'reset' => 'La tua password è stata reimpostata.', + 'sent' => 'Abbiamo inviato il link per reimpostare la tua password via email.', + 'throttled' => 'Si prega di attendere prima di riprovare.', + 'token' => 'Questo token di reimpostazione password non è valido.', + 'user' => "Impossibile trovare un utente con quell'indirizzo email.", ]; diff --git a/lang/it/validation.php b/lang/it/validation.php old mode 100755 new mode 100644 index 3f7a9a1dc64..d183468a029 --- a/lang/it/validation.php +++ b/lang/it/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => "L'attributo :attribute deve essere accettato.", - 'active_url' => "L'attributo :attribute non è un URL valido.", - 'after' => "L'attributo :attribute deve essere una data successiva a :date.", - 'after_or_equal' => "L'attributo :attribute deve essere una data successiva o uguale a :date.", - 'alpha' => "L'attributo :attribute può contenere solo lettere.", - 'alpha_dash' => "L'attributo :attribute può contenere solo lettere, numeri, trattini e trattini bassi.", - 'alpha_num' => "L'attributo :attribute può contenere solo lettere e numeri.", - 'array' => "L'attributo :attribute deve essere un array.", - 'before' => "L'attributo :attribute deve essere una data precedente a :date.", - 'before_or_equal' => "L'attributo :attribute deve essere una data precedente o uguale a :date.", - - 'between' => [ - 'numeric' => "L'attributo :attribute deve essere una data tra :min e :max.", - 'file' => "L'attributo :attribute deve essere una data tra :min e :max kilobytes.", - 'string' => "L'attributo :attribute deve essere una data tra :min e :max caratteri.", - 'array' => "L'attributo :attribute deve essere una data tra :min e :max elementi.", + 'accepted' => 'Il campo :attribute deve essere accettato.', + 'accepted_if' => 'Il campo :attribute deve essere accettato quando :other è :value.', + 'active_url' => 'Il campo :attribute deve essere un URL valido.', + 'after' => 'Il campo :attribute deve essere una data successiva a :date.', + 'after_or_equal' => 'Il campo :attribute deve essere una data successiva o uguale a :date.', + 'alpha' => 'Il campo :attribute deve contenere solo lettere.', + 'alpha_dash' => 'Il campo :attribute può contenere solo lettere, numeri, trattini e trattini bassi.', + 'alpha_num' => 'Il campo :attribute può contenere solo lettere e numeri.', + 'array' => 'Il campo :attribute deve essere un array.', + 'ascii' => 'Il campo :attribute deve contenere solo caratteri alfanumerici e simboli a byte singolo.', + 'before' => 'Il campo :attribute deve essere una data precedente a :date.', + 'before_or_equal' => 'Il campo :attribute deve essere una data precedente o uguale a :date.', + + 'between' => [ + 'array' => 'Il campo :attribute deve avere tra :min e :max elementi.', + 'file' => 'Il campo :attribute deve essere tra :min e :max kilobyte.', + 'numeric' => 'Il campo :attribute deve essere compreso tra :min e :max.', + 'string' => 'Il campo :attribute deve essere compreso tra :min e :max caratteri.', ], - 'boolean' => 'Il campo :attribute deve essere vero o falso.', - 'confirmed' => 'La conferma di :attribute non coincide.', - 'date' => "L'attributo :attribute non è una data valida.", - 'date_format' => "L'attributo :attribute non coincide col formato :format.", - 'different' => ':attribute e :other devono essere diversi.', - 'digits' => "L'attributo :attribute deve avere :digits numeri.", - 'digits_between' => "L'attributo :attribute deve avere tra :min e :max numeri.", - 'dimensions' => "L'attributo :attribute ha delle dimensioni immagine non valide.", - 'distinct' => 'Il campo :attribute ha un valore duplicato.', - 'email' => "L'attributo :attribute deve essere un indirizzo email valido.", - 'exists' => "L'attributo :attribute selezionato non è valido.", - 'file' => "L'attributo :attribute deve essere un file.", - 'filled' => 'Il campo :attribute deve avere un valore.', - - 'gt' => [ - 'numeric' => "L'attributo :attribute deve essere più grande di :value.", - 'file' => "L'attributo :attribute deve essere più grande di :value kilobytes.", - 'string' => "L'attributo :attribute deve essere più di :value caratteri.", - 'array' => "L'attributo :attribute deve avere più di :value elementi.", + 'boolean' => 'Il campo :attribute deve essere vero o falso.', + 'can' => 'Il campo :attribute contiene un valore non autorizzato.', + 'confirmed' => 'La conferma del campo :attribute non corrisponde.', + 'current_password' => 'La password non è corretta.', + 'date' => 'Il campo :attribute deve essere una data valida.', + 'date_equals' => 'Il campo :attribute deve essere una data uguale a :date.', + 'date_format' => 'Il campo :attribute deve corrispondere al formato :format.', + 'decimal' => 'Il campo :attribute deve avere :decimal posizioni decimali.', + 'declined' => 'Il campo :attribute deve essere rifiutato.', + 'declined_if' => 'Il campo :attribute deve essere rifiutato quando :other è :value.', + 'different' => 'Il campo :attribute e :other devono essere diversi.', + 'digits' => 'Il campo :attribute deve essere composto da :digits cifre.', + 'digits_between' => 'Il campo :attribute deve essere compreso tra :min e :max cifre.', + 'dimensions' => 'Il campo :attribute ha dimensioni immagine non valide.', + 'distinct' => 'Il campo :attribute ha un valore duplicato.', + 'doesnt_end_with' => 'Il campo :attribute non deve terminare con uno dei seguenti valori: :values.', + 'doesnt_start_with' => 'Il campo :attribute non deve iniziare con uno dei seguenti valori: :values.', + 'email' => 'Il campo :attribute deve essere un indirizzo email valido.', + 'ends_with' => 'Il campo :attribute deve terminare con uno dei seguenti valori: :values.', + 'enum' => 'Il :attribute selezionato non è valido.', + 'exists' => 'Il :attribute selezionato non è valido.', + 'extensions' => 'Il campo :attribute deve avere una delle seguenti estensioni: :values.', + 'file' => 'Il campo :attribute deve essere un file.', + 'filled' => 'Il campo :attribute deve avere un valore.', + + 'gt' => [ + 'array' => 'Il campo :attribute deve avere più di :value elementi.', + 'file' => 'Il campo :attribute deve essere maggiore di :value kilobyte.', + 'numeric' => 'Il campo :attribute deve essere maggiore di :value.', + 'string' => 'Il campo :attribute deve essere più lungo di :value caratteri.', ], - 'gte' => [ - 'numeric' => "L'attributo :attribute deve essere più grande o uguale a :value.", - 'file' => "L'attributo :attribute deve essere più grande o uguale a :value kilobytes.", - 'string' => "L'attributo :attribute deve essere più grande o uguale a :value caratteri.", - 'array' => "L'attributo :attribute deve avere :value elementi o più.", + 'gte' => [ + 'array' => 'Il campo :attribute deve avere :value elementi o più.', + 'file' => 'Il campo :attribute deve essere maggiore o uguale a :value kilobyte.', + 'numeric' => 'Il campo :attribute deve essere maggiore o uguale a :value.', + 'string' => 'Il campo :attribute deve essere lungo almeno :value caratteri.', ], - 'image' => "L'attributo :attribute deve essere un'immagine.", - 'in' => "L'attributo selezionato :attribute non è valido.", - 'in_array' => 'Il campo :attribute non esiste in :other.', - 'integer' => "L'attributo :attribute deve essere un intero.", - 'ip' => "L'attributo :attribute deve essere un indirizzo IP valido.", - 'ipv4' => "L'attributo :attribute deve essere un indirizzo IPv4 valido.", - 'ipv6' => "L'attributo :attribute deve essere un indirizzo IPv6 valido.", - 'json' => "L'attributo :attribute deve essere una stringa JSON valida.", - - 'lt' => [ - 'numeric' => "L'attributo :attribute deve essere minore di :value.", - 'file' => "L'attributo :attribute deve essere minore di :value kilobytes.", - 'string' => "L'attributo :attribute deve essere minore di :value caratteri.", - 'array' => "L'attributo :attribute deve avere meno di :value elementi.", + 'hex_color' => 'Il campo :attribute deve essere un colore esadecimale valido.', + 'image' => 'Il campo :attribute deve essere un\'immagine.', + 'in' => 'Il :attribute selezionato non è valido.', + 'in_array' => 'Il campo :attribute deve esistere in :other.', + 'integer' => 'Il campo :attribute deve essere un numero intero.', + 'ip' => 'Il campo :attribute deve essere un indirizzo IP valido.', + 'ipv4' => 'Il campo :attribute deve essere un indirizzo IPv4 valido.', + 'ipv6' => 'Il campo :attribute deve essere un indirizzo IPv6 valido.', + 'json' => 'Il campo :attribute deve essere una stringa JSON valida.', + 'lowercase' => 'Il campo :attribute deve essere in minuscolo.', + + 'lt' => [ + 'array' => 'Il campo :attribute deve avere meno di :value elementi.', + 'file' => 'Il campo :attribute deve essere inferiore a :value kilobyte.', + 'numeric' => 'Il campo :attribute deve essere minore di :value.', + 'string' => 'Il campo :attribute deve essere inferiore a :value caratteri.', ], - 'lte' => [ - 'numeric' => "L'attributo :attribute deve essere minore o uguale a :value.", - 'file' => "L'attributo :attribute deve essere minore o uguale a :value kilobytes.", - 'string' => "L'attributo :attribute deve essere minore o uguale a :value caratteri.", - 'array' => "L'attributo :attribute non deve avere più di :value elementi.", + 'lte' => [ + 'array' => 'Il campo :attribute non deve avere più di :value elementi.', + 'file' => 'Il campo :attribute deve essere minore o uguale a :value kilobyte.', + 'numeric' => 'Il campo :attribute deve essere minore o uguale a :value.', + 'string' => 'Il campo :attribute deve essere minore o uguale a :value caratteri.', ], - 'max' => [ - 'numeric' => "L'attributo :attribute non deve essere più grande di :max.", - 'file' => "L'attributo :attribute non deve essere più grande di :max kilobytes.", - 'string' => "L'attributo :attribute non deve essere più grande di :max caratteri.", - 'array' => "L'attributo :attribute non deve avere più di :max elementi.", - ], + 'mac_address' => 'Il campo :attribute deve essere un indirizzo MAC valido.', - 'mimes' => "L'attributo :attribute deve essere un file di tipo: :values.", - 'mimetypes' => "L'attributo :attribute deve essere un file di tipo: :values.", + 'max' => [ + 'array' => 'Il campo :attribute non deve avere più di :max elementi.', + 'file' => 'Il campo :attribute non deve essere maggiore di :max kilobyte.', + 'numeric' => 'Il campo :attribute non deve essere maggiore di :max.', + 'string' => 'Il campo :attribute non deve essere più lungo di :max caratteri.', + ], - 'min' => [ - 'numeric' => "L'attributo :attribute deve essere almeno :min.", - 'file' => "L'attributo :attribute deve avere almeno :min kilobytes.", - 'string' => "L'attributo :attribute deve essere almeno di :min caratteri.", - 'array' => "L'attributo :attribute deve avere almento :min elementi.", + 'max_digits' => 'Il campo :attribute non deve avere più di :max cifre.', + 'mimes' => 'Il campo :attribute deve essere un file di tipo: :values.', + 'mimetypes' => 'Il campo :attribute deve essere un file di tipo: :values.', + + 'min' => [ + 'array' => 'Il campo :attribute deve avere almeno :min elementi.', + 'file' => 'Il campo :attribute deve essere almeno di :min kilobyte.', + 'numeric' => 'Il campo :attribute deve essere almeno :min.', + 'string' => 'Il campo :attribute deve essere di almeno :min caratteri.', + ], + + 'min_digits' => 'Il campo :attribute deve avere almeno :min cifre.', + 'missing' => 'Il campo :attribute deve essere mancante.', + 'missing_if' => 'Il campo :attribute deve essere mancante quando :other è :value.', + 'missing_unless' => 'Il campo :attribute deve essere mancante a meno che :other sia :value.', + 'missing_with' => 'Il campo :attribute deve essere mancante quando :values è presente.', + 'missing_with_all' => 'Il campo :attribute deve essere mancante quando :values sono presenti.', + 'multiple_of' => 'Il campo :attribute deve essere un multiplo di :value.', + 'not_in' => 'Il campo :attribute selezionato non è valido.', + 'not_regex' => 'Il formato del campo :attribute non è valido.', + 'numeric' => 'Il campo :attribute deve essere un numero.', + + 'password' => [ + 'letters' => 'Il campo :attribute deve contenere almeno una lettera.', + 'mixed' => 'Il campo :attribute deve contenere almeno una lettera maiuscola e una minuscola.', + 'numbers' => 'Il campo :attribute deve contenere almeno un numero.', + 'symbols' => 'Il campo :attribute deve contenere almeno un simbolo.', + 'uncompromised' => 'Il :attribute fornito è apparso in una violazione dei dati. Si prega di scegliere un :attribute diverso.', ], - 'not_in' => "L'attributo selezionato :attribute non è valido.", - 'not_regex' => "Il formato dell'attributo :attribute non è valido.", - 'numeric' => "L'attributo :attribute deve essere un numero.", 'present' => 'Il campo :attribute deve essere presente.', - 'regex' => "Il formato dell'attributo :attribute non è valido.", + 'present_if' => 'Il campo :attribute deve essere presente quando :other è :value.', + 'present_unless' => 'Il campo :attribute deve essere presente a meno che :other sia :value.', + 'present_with' => 'Il campo :attribute deve essere presente quando :values è presente.', + 'present_with_all' => 'Il campo :attribute deve essere presente quando :values sono presenti.', + 'prohibited' => 'Il campo :attribute è vietato.', + 'prohibited_if' => 'Il campo :attribute è vietato quando :other è :value.', + 'prohibited_unless' => 'Il campo :attribute è vietato a meno che :other sia in :values.', + 'prohibits' => 'Il campo :attribute vieta :other di essere presente.', + 'regex' => 'Il formato del campo :attribute non è valido.', 'required' => 'Il campo :attribute è richiesto.', + 'required_array_keys' => 'Il campo :attribute deve contenere voci per: :values.', 'required_if' => 'Il campo :attribute è richiesto quando :other è :value.', - 'required_unless' => 'Il campo :attribute è richiesto se :other non è in :values.', - 'required_with' => 'Il campo :attribute è richiesto se :values è presente.', - 'required_with_all' => 'Il campo :attribute è richiesto se :values è presente.', - 'required_without' => 'Il campo :attribute è richiesto se :values non è presente.', - 'required_without_all' => 'Il campo :attribute è richiesto se nessuno tra :values è presente.', - 'same' => 'Gli attributi :attribute e :other devono coincidere.', - - 'size' => [ - 'numeric' => "L'attributo :attribute deve essere :size.", - 'file' => "L'attributo :attribute deve essere di :size kilobytes.", - 'string' => "L'attributo :attribute deve essere di :size caratteri.", - 'array' => "L'attributo :attribute deve contenere :size elementi.", + 'required_if_accepted' => 'Il campo :attribute è richiesto quando :other è accettato.', + 'required_unless' => 'Il campo :attribute è richiesto a meno che :other non sia in :values.', + 'required_with' => 'Il campo :attribute è richiesto quando :values è presente.', + 'required_with_all' => 'Il campo :attribute è richiesto quando :values sono presenti.', + 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', + 'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values è presente.', + 'same' => 'Il campo :attribute deve corrispondere a :other.', + + 'size' => [ + 'array' => 'Il campo :attribute deve contenere :size elementi.', + 'file' => 'Il campo :attribute deve essere di :size kilobyte.', + 'numeric' => 'Il campo :attribute deve essere :size.', + 'string' => 'Il campo :attribute deve essere di :size caratteri.', ], - - 'string' => "L'attributo :attribute deve essere una stringa.", - 'timezone' => "L'attributo :attribute deve essere una zona valida.", - 'unique' => "L'attributo :attribute è già stato preso.", - 'uploaded' => "L'attributo :attribute ha fallito il caricamento.", - 'url' => "Il formato dell'attributo :attribute non è valido.", + + 'starts_with' => 'Il campo :attribute deve iniziare con uno dei seguenti: :values.', + 'string' => 'Il campo :attribute deve essere una stringa.', + 'timezone' => 'Il campo :attribute deve essere un fuso orario valido.', + 'unique' => 'Il :attribute è già stato preso.', + 'uploaded' => 'Il caricamento del :attribute non è riuscito.', + 'uppercase' => 'Il campo :attribute deve essere in maiuscolo.', + 'url' => 'Il campo :attribute deve essere un URL valido.', + 'ulid' => 'Il campo :attribute deve essere un ULID valido.', + 'uuid' => 'Il campo :attribute deve essere un UUID valido.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'messaggio-personalizzato', + 'rule-name' => 'messaggio personalizzato', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/ja/auth.php b/lang/ja/auth.php old mode 100755 new mode 100644 index 6ef1a73308a..e3fec79a9c8 --- a/lang/ja/auth.php +++ b/lang/ja/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'これらの資格情報は当社の記録と一致しません。', + 'password' => '提供されたパスワードが間違っています。', + 'throttle' => 'ログイン試行が多すぎます。:seconds 秒後に再試行してください。', ]; diff --git a/lang/ja/pagination.php b/lang/ja/pagination.php old mode 100755 new mode 100644 index 461c5e668f3..af4b6ce3058 --- a/lang/ja/pagination.php +++ b/lang/ja/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« 前へ', 'next' => '次へ »', + 'previous' => '« 前へ', ]; diff --git a/lang/ja/passwords.php b/lang/ja/passwords.php old mode 100755 new mode 100644 index 3207ac7ed1d..af52ec06a9a --- a/lang/ja/passwords.php +++ b/lang/ja/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'パスワードは少なくとも6文字で、確認用のパスワードと一致する必要があります。', - 'reset' => 'パスワードはリセットされました!', - 'sent' => 'パスワードリセットリンクをメールで送信しました!', - 'token' => 'このパスワードリセットトークンは無効です。', - 'user' => 'そのメールアドレスのユーザーが見つかりません。', + 'reset' => 'パスワードがリセットされました。', + 'sent' => 'パスワードリセットリンクをメールで送信しました。', + 'throttled' => '再試行する前にお待ちください。', + 'token' => 'このパスワードリセットトークンは無効です。', + 'user' => "そのメールアドレスを持つユーザーが見つかりません。", ]; diff --git a/lang/ja/validation.php b/lang/ja/validation.php old mode 100755 new mode 100644 index d8acdccb427..0155ad747c4 --- a/lang/ja/validation.php +++ b/lang/ja/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => ':attributeは受け入れる必要があります。', - 'active_url' => ':attributeは有効なURLではありません。', - '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の間である必要があります。', + 'accepted' => ':attributeの承認が必要です。', + 'accepted_if' => ':otherが:valueの場合、:attributeの承認が必要です。', + 'active_url' => ':attributeは有効なURLである必要があります。', + 'after' => ':attributeは:dateの後の日付でなければなりません。', + 'after_or_equal' => ':attributeは:date以降または同じ日付である必要があります。', + 'alpha' => ':attributeはアルファベットのみを含む必要があります。', + 'alpha_dash' => ':attributeは文字、数字、ダッシュ、アンダースコアのみを含む必要があります。', + 'alpha_num' => ':attributeは文字と数字のみを含む必要があります。', + 'array' => ':attributeは配列である必要があります。', + 'ascii' => ':attributeは半角英数字と記号のみを含む必要があります。', + 'before' => ':attributeは:dateの前の日付でなければなりません。', + 'before_or_equal' => ':attributeは:date以前または同じ日付である必要があります。', + + 'between' => [ + 'array' => ':attributeは:minから:maxの間のアイテムを持つ必要があります。', 'file' => ':attributeは:minから:maxキロバイトの間である必要があります。', + 'numeric' => ':attributeは:minから:maxの間である必要があります。', 'string' => ':attributeは:minから:max文字の間である必要があります。', - 'array' => ':attributeは:minから:max個のアイテムを持つ必要があります。', ], - 'boolean' => ':attributeフィールドはtrueまたはfalseである必要があります。', - '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より大きい必要があります。', + 'boolean' => ':attributeはtrueまたはfalseである必要があります。', + 'can' => ':attributeには認可されていない値が含まれています。', + 'confirmed' => ':attributeの確認が一致しません。', + 'current_password' => 'パスワードが間違っています。', + 'date' => ':attributeは有効な日付である必要があります。', + 'date_equals' => ':attributeは:dateと等しい日付である必要があります。', + 'date_format' => ':attributeは:formatという形式と一致する必要があります。', + 'decimal' => ':attributeは小数点以下:decimal桁である必要があります。', + 'declined' => ':attributeは拒否される必要があります。', + 'declined_if' => ':otherが:valueの場合、:attributeは拒否される必要があります。', + 'different' => ':attributeと:otherは異なる必要があります。', + 'digits' => ':attributeは:digits桁である必要があります。', + 'digits_between' => ':attributeは:minから:max桁の間である必要があります。', + 'dimensions' => ':attributeの画像サイズが無効です。', + 'distinct' => ':attributeは重複した値を持っています。', + 'doesnt_end_with' => ':attributeは以下のいずれかで終わってはいけません: :values。', + 'doesnt_start_with' => ':attributeは以下のいずれかで始まってはいけません: :values。', + 'email' => ':attributeは有効なメールアドレスである必要があります。', + 'ends_with' => ':attributeは以下のいずれかで終わる必要があります: :values。', + 'enum' => '選択された:attributeが無効です。', + 'exists' => '選択された:attributeが無効です。', + 'extensions' => ':attributeは以下の拡張子のいずれかを持っている必要があります: :values。', + 'file' => ':attributeはファイルである必要があります。', + 'filled' => ':attributeは値を持っている必要があります。', + + 'gt' => [ + 'array' => ':attributeは:value個より多くのアイテムを持つ必要があります。', 'file' => ':attributeは:valueキロバイトより大きい必要があります。', + 'numeric' => ':attributeは:valueより大きい必要があります。', 'string' => ':attributeは:value文字より大きい必要があります。', - 'array' => ':attributeは:value個以上のアイテムを持つ必要があります。', ], - - 'gte' => [ - 'numeric' => ':attributeは:value以上である必要があります。', + + 'gte' => [ + 'array' => ':attributeは:value個以上のアイテムを持つ必要があります。', 'file' => ':attributeは:valueキロバイト以上である必要があります。', + 'numeric' => ':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個未満のアイテムを持つ必要があります。', + + 'hex_color' => ':attributeは有効な16進カラーである必要があります。', + 'image' => ':attributeは画像である必要があります。', + 'in' => '選択された:attributeは無効です。', + 'in_array' => ':attributeは:other内に存在する必要があります。', + 'integer' => ':attributeは整数である必要があります。', + 'ip' => ':attributeは有効なIPアドレスである必要があります。', + 'ipv4' => ':attributeは有効なIPv4アドレスである必要があります。', + 'ipv6' => ':attributeは有効なIPv6アドレスである必要があります。', + 'json' => ':attributeは有効なJSON文字列である必要があります。', + 'lowercase' => ':attributeはすべて小文字である必要があります。', + + 'lt' => [ + 'array' => ':attributeは:value個より少ないアイテムを持つ必要があります。', + 'file' => ':attributeは:valueキロバイトより小さい必要があります。', + 'numeric' => ':attributeは:valueより小さい必要があります。', + 'string' => ':attributeは:value文字より小さい必要があります。', ], - - 'lte' => [ - 'numeric' => ':attributeは:value以下である必要があります。', + + 'lte' => [ + 'array' => ':attributeは:value個以下のアイテムを持つ必要があります。', 'file' => ':attributeは:valueキロバイト以下である必要があります。', + 'numeric' => ':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タイプのファイルである必要があります。', + 'mac_address' => ':attributeは有効なMACアドレスである必要があります。', - 'min' => [ - 'numeric' => ':attributeは:min以上である必要があります。', - 'file' => ':attributeは:minキロバイト以上である必要があります。', - 'string' => ':attributeは:min文字以上である必要があります。', - 'array' => ':attributeは:min個以上のアイテムを持つ必要があります。', + 'max' => [ + 'array' => ':attributeは:max個を超えてはいけません。', + 'file' => ':attributeは:maxキロバイトより大きくてはいけません。', + 'numeric' => ':attributeは:maxより大きくてはいけません。', + 'string' => ':attributeは:max文字より大きくてはいけません。', ], - - 'not_in' => '選択した:attributeは無効です。', - 'not_regex' => ':attributeのフォーマットが無効です。', - 'numeric' => ':attributeは数字である必要があります。', - 'present' => ':attributeフィールドは存在する必要があります。', - 'regex' => ':attributeのフォーマットが無効です。', - 'required' => ':attributeフィールドは必須です。', - 'required_if' => ':otherが:valueの場合、:attributeフィールドは必須です。', - 'required_unless' => ':otherが:valuesにない限り、:attributeフィールドは必須です。', - '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である必要があります。', + + 'max_digits' => ':attributeは:max桁を超えてはいけません。', + 'mimes' => ':attributeは:valuesのファイルである必要があります。', + 'mimetypes' => ':attributeは:valuesのファイルである必要があります。', + + 'min' => [ + 'array' => ':attributeは少なくとも:min個のアイテムを持つ必要があります。', + 'file' => ':attributeは少なくとも:minキロバイトである必要があります。', + 'numeric' => ':attributeは少なくとも:minである必要があります。', + 'string' => ':attributeは少なくとも:min文字である必要があります。', + ], + + 'min_digits' => ':attributeは少なくとも:min桁である必要があります。', + 'missing' => ':attributeは存在していません。', + 'missing_if' => ':otherが:valueの場合、:attributeは存在している必要があります。', + 'missing_unless' => ':otherが:valueでない限り、:attributeは存在している必要があります。', + 'missing_with' => ':valuesが存在する場合、:attributeは存在している必要があります。', + 'missing_with_all' => ':valuesが存在する場合、:attributeは存在している必要があります。', + 'multiple_of' => ':attributeは:valueの倍数でなければなりません。', + 'not_in' => '選択された:attributeは無効です。', + 'not_regex' => ':attributeの形式が無効です。', + 'numeric' => ':attributeは数値でなければなりません。', + + 'password' => [ + 'letters' => ':attributeには少なくとも1つの文字を含める必要があります。', + 'mixed' => ':attributeには少なくとも1つの大文字と1つの小文字を含める必要があります。', + 'numbers' => ':attributeには少なくとも1つの数字を含める必要があります。', + 'symbols' => ':attributeには少なくとも1つの記号を含める必要があります。', + 'uncompromised' => '指定された:attributeはデータリークに現れています。別の:attributeを選択してください。', + ], + + 'present' => ':attributeは存在している必要があります。', + 'present_if' => ':otherが:valueの場合、:attributeは存在している必要があります。', + 'present_unless' => ':otherが:valueでない限り、:attributeは存在している必要があります。', + 'present_with' => ':valuesが存在する場合、:attributeは存在している必要があります。', + 'present_with_all' => ':valuesが存在する場合、:attributeは存在している必要があります。', + 'prohibited' => ':attributeは禁止されています。', + 'prohibited_if' => ':otherが:valueの場合、:attributeは禁止されています。', + 'prohibited_unless' => ':otherが:valuesに含まれていない限り、:attributeは禁止されています。', + 'prohibits' => ':attributeは:otherが存在する場合、存在してはいけません。', + 'regex' => ':attributeの形式が無効です。', + 'required' => ':attributeは必須です。', + 'required_array_keys' => ':valuesに対する:attributeのエントリが必要です。', + 'required_if' => ':otherが:valueの場合、:attributeは必須です。', + 'required_if_accepted' => ':otherが受け入れられている場合、:attributeは必須です。', + 'required_unless' => ':otherが:valuesに含まれていない場合、:attributeは必須です。', + 'required_with' => ':valuesが存在する場合、:attributeは必須です。', + 'required_with_all' => ':valuesが存在する場合、:attributeは必須です。', + 'required_without' => ':valuesが存在しない場合、:attributeは必須です。', + 'required_without_all' => ':valuesのいずれも存在しない場合、:attributeは必須です。', + 'same' => ':attributeは:otherと一致している必要があります。', + + 'size' => [ + 'array' => ':attributeは:size個のアイテムを持つ必要があります。', 'file' => ':attributeは:sizeキロバイトである必要があります。', + 'numeric' => ':attributeは:sizeである必要があります。', 'string' => ':attributeは:size文字である必要があります。', - 'array' => ':attributeは:size個のアイテムを含む必要があります。', ], - - 'string' => ':attributeは文字列である必要があります。', - 'timezone' => ':attributeは有効なタイムゾーンである必要があります。', - 'unique' => ':attributeはすでに存在します。', - 'uploaded' => ':attributeのアップロードに失敗しました。', - 'url' => ':attributeは無効なURLフォーマットです。', + + 'starts_with' => ':attributeは次のいずれかで始まる必要があります: :values。', + 'string' => ':attributeは文字列である必要があります。', + 'timezone' => ':attributeは有効なタイムゾーンである必要があります。', + 'unique' => ':attributeはすでに使用されています。', + 'uploaded' => ':attributeのアップロードに失敗しました。', + 'uppercase' => ':attributeは大文字である必要があります。', + 'url' => ':attributeは有効なURLである必要があります。', + 'ulid' => ':attributeは有効なULIDである必要があります。', + 'uuid' => ':attributeは有効なUUIDである必要があります。', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'カスタムメッセージ', + 'rule-name' => 'custom-message', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/nl/auth.php b/lang/nl/auth.php index e87d22c4414..10ff710f18e 100644 --- a/lang/nl/auth.php +++ b/lang/nl/auth.php @@ -13,6 +13,8 @@ | */ - 'failed' => 'Deze combinatie van e-mailadres en wachtwoord is niet geldig.', - 'throttle' => 'Te veel mislukte loginpogingen. Probeer het over :seconds seconden nogmaals.', + 'failed' => 'Deze referenties komen niet overeen met onze gegevens.', + 'password' => 'Het opgegeven wachtwoord is onjuist.', + 'throttle' => 'Te veel inlogpogingen. Probeer het opnieuw in :seconds seconden.', + ]; diff --git a/lang/nl/pagination.php b/lang/nl/pagination.php index 5be678d50fc..eaefdf643c0 100644 --- a/lang/nl/pagination.php +++ b/lang/nl/pagination.php @@ -13,6 +13,7 @@ | */ - 'previous' => '« Vorige', 'next' => 'Volgende »', + 'previous' => '« Vorige', + ]; diff --git a/lang/nl/passwords.php b/lang/nl/passwords.php index e4a69530882..614330e81cb 100644 --- a/lang/nl/passwords.php +++ b/lang/nl/passwords.php @@ -4,7 +4,7 @@ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons @@ -13,9 +13,10 @@ | */ - 'password' => 'Wachtwoord moet minimaal zes tekens lang zijn en de wachtwoorden moeten overeenkomen.', - 'reset' => 'Het wachtwoord van uw account is gewijzigd.', - 'sent' => 'We hebben een e-mail verstuurd met instructies om een nieuw wachtwoord in te stellen.', - 'token' => 'Dit wachtwoordhersteltoken is ongeldig of verlopen.', - 'user' => 'Geen gebruiker bekend met het e-mailadres.', + 'reset' => 'Uw wachtwoord is gereset.', + 'sent' => 'We hebben de link voor het opnieuw instellen van uw wachtwoord per e-mail verzonden.', + 'throttled' => 'Wacht even voordat u het opnieuw probeert.', + 'token' => 'Deze wachtwoord-resettoken is ongeldig.', + 'user' => "We kunnen geen gebruiker vinden met dat e-mailadres.", + ]; diff --git a/lang/nl/validation.php b/lang/nl/validation.php index 98b022637f0..a97a78df179 100644 --- a/lang/nl/validation.php +++ b/lang/nl/validation.php @@ -9,124 +9,170 @@ | | 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. + | as the size rules. Feel free to tweak each of these messages here. | */ - 'accepted' => ':attribute moet geaccepteerd zijn.', - 'active_url' => ':attribute is geen geldige URL.', - 'after' => ':attribute moet een datum na :date zijn.', - 'after_or_equal' => ':attribute moet een datum na of gelijk aan :date zijn.', - 'alpha' => ':attribute mag alleen letters bevatten.', - 'alpha_dash' => ':attribute mag alleen letters, nummers, underscores (_) en streepjes (-) bevatten.', - 'alpha_num' => ':attribute mag alleen letters en nummers bevatten.', - 'array' => ':attribute moet geselecteerde elementen bevatten.', - 'before' => ':attribute moet een datum voor :date zijn.', - 'before_or_equal' => ':attribute moet een datum voor of gelijk aan :date zijn.', - - 'between' => [ - 'numeric' => ':attribute moet tussen :min en :max zijn.', - 'file' => ':attribute moet tussen :min en :max kilobytes zijn.', - 'string' => ':attribute moet tussen :min en :max karakters zijn.', - 'array' => ':attribute moet tussen :min en :max items bevatten.', + 'accepted' => 'Het veld :attribute moet worden geaccepteerd.', + 'accepted_if' => 'Het veld :attribute moet worden geaccepteerd wanneer :other :value is.', + 'active_url' => 'Het veld :attribute moet een geldige URL zijn.', + 'after' => 'Het veld :attribute moet een datum zijn na :date.', + 'after_or_equal' => 'Het veld :attribute moet een datum zijn na of gelijk aan :date.', + 'alpha' => 'Het veld :attribute mag alleen letters bevatten.', + 'alpha_dash' => 'Het veld :attribute mag alleen letters, cijfers, streepjes en underscores bevatten.', + 'alpha_num' => 'Het veld :attribute mag alleen letters en cijfers bevatten.', + 'array' => 'Het veld :attribute moet een array zijn.', + 'ascii' => 'Het veld :attribute mag alleen enkel-byte alfanumerieke tekens en symbolen bevatten.', + 'before' => 'Het veld :attribute moet een datum zijn voor :date.', + 'before_or_equal' => 'Het veld :attribute moet een datum zijn voor of gelijk aan :date.', + + 'between' => [ + 'array' => 'Het veld :attribute moet tussen :min en :max items bevatten.', + 'file' => 'Het veld :attribute moet tussen :min en :max kilobytes zijn.', + 'numeric' => 'Het veld :attribute moet tussen :min en :max zijn.', + 'string' => 'Het veld :attribute moet tussen :min en :max karakters zijn.', ], - - 'boolean' => ':attribute moet ja of nee zijn.', - 'confirmed' => ':attribute bevestiging komt niet overeen.', - 'date' => ':attribute moet een datum bevatten.', - 'date_format' => ':attribute moet een geldig datum formaat bevatten.', - 'different' => ':attribute en :other moeten verschillend zijn.', - 'digits' => ':attribute moet bestaan uit :digits cijfers.', - 'digits_between' => ':attribute moet bestaan uit minimaal :min en maximaal :max cijfers.', - 'dimensions' => ':attribute heeft geen geldige afmetingen voor afbeeldingen.', - 'distinct' => ':attribute heeft een dubbele waarde.', - 'email' => ':attribute is geen geldig e-mailadres.', - 'exists' => ':attribute bestaat niet.', - 'file' => ':attribute moet een bestand zijn.', - 'filled' => ':attribute is verplicht.', - - 'gt' => [ - 'numeric' => 'De :attribute moet groter zijn dan :value.', - 'file' => 'De :attribute moet groter zijn dan :value kilobytes.', - 'string' => 'De :attribute moet meer dan :value tekens bevatten.', - 'array' => 'De :attribute moet meer dan :value waardes bevatten.', + + 'boolean' => 'Het veld :attribute moet waar of onwaar zijn.', + 'can' => 'Het veld :attribute bevat een ongeautoriseerde waarde.', + 'confirmed' => 'De bevestiging van het veld :attribute komt niet overeen.', + 'current_password' => 'Het wachtwoord is onjuist.', + 'date' => 'Het veld :attribute moet een geldige datum zijn.', + 'date_equals' => 'Het veld :attribute moet een datum zijn gelijk aan :date.', + 'date_format' => 'Het veld :attribute moet overeenkomen met het formaat :format.', + 'decimal' => 'Het veld :attribute moet :decimal decimalen hebben.', + 'declined' => 'Het veld :attribute moet worden afgewezen.', + 'declined_if' => 'Het veld :attribute moet worden afgewezen wanneer :other :value is.', + 'different' => 'Het veld :attribute en :other moeten verschillend zijn.', + 'digits' => 'Het veld :attribute moet :digits cijfers zijn.', + 'digits_between' => 'Het veld :attribute moet tussen :min en :max cijfers zijn.', + 'dimensions' => 'Het veld :attribute heeft ongeldige afbeeldingsafmetingen.', + 'distinct' => 'Het veld :attribute heeft een dubbele waarde.', + 'doesnt_end_with' => 'Het veld :attribute mag niet eindigen met een van de volgende waarden: :values.', + 'doesnt_start_with' => 'Het veld :attribute mag niet beginnen met een van de volgende waarden: :values.', + 'email' => 'Het veld :attribute moet een geldig e-mailadres zijn.', + 'ends_with' => 'Het veld :attribute moet eindigen met een van de volgende waarden: :values.', + 'enum' => 'De geselecteerde :attribute is ongeldig.', + 'exists' => 'De geselecteerde :attribute is ongeldig.', + 'extensions' => 'Het veld :attribute moet een van de volgende extensies hebben: :values.', + 'file' => 'Het veld :attribute moet een bestand zijn.', + 'filled' => 'Het veld :attribute moet een waarde hebben.', + + 'gt' => [ + 'array' => 'Het veld :attribute moet meer dan :value items bevatten.', + 'file' => 'Het veld :attribute moet groter zijn dan :value kilobytes.', + 'numeric' => 'Het veld :attribute moet groter zijn dan :value.', + 'string' => 'Het veld :attribute moet meer dan :value karakters bevatten.', ], - - 'gte' => [ - 'numeric' => 'De :attribute moet groter of gelijk zijn aan :value.', - 'file' => 'De :attribute moet groter of gelijk zijn aan :value kilobytes.', - 'string' => 'De :attribute moet minimaal :value tekens bevatten.', - 'array' => 'De :attribute moet :value waardes of meer bevatten.', + + 'gte' => [ + 'array' => 'Het veld :attribute moet :value items of meer bevatten.', + 'file' => 'Het veld :attribute moet groter dan of gelijk aan :value kilobytes zijn.', + 'numeric' => 'Het veld :attribute moet groter dan of gelijk aan :value zijn.', + 'string' => 'Het veld :attribute moet groter dan of gelijk aan :value karakters zijn.', ], - - 'image' => ':attribute moet een afbeelding zijn.', - 'in' => ':attribute is ongeldig.', - 'in_array' => ':attribute bestaat niet in :other.', - 'integer' => ':attribute moet een getal zijn.', - 'ip' => ':attribute moet een geldig IP-adres zijn.', - 'ipv4' => ':attribute moet een geldig IPv4-adres zijn.', - 'ipv6' => ':attribute moet een geldig IPv6-adres zijn.', - 'json' => ':attribute moet een geldige JSON-string zijn.', - - 'lt' => [ - 'numeric' => 'De :attribute moet kleiner zijn dan :value.', - 'file' => 'De :attribute moet kleiner zijn dan :value kilobytes.', - 'string' => 'De :attribute moet minder dan :value tekens bevatten.', - 'array' => 'De :attribute moet minder dan :value waardes bevatten.', + + 'hex_color' => 'Het veld :attribute moet een geldige hexadecimale kleur zijn.', + 'image' => 'Het veld :attribute moet een afbeelding zijn.', + 'in' => 'De geselecteerde :attribute is ongeldig.', + 'in_array' => 'Het veld :attribute moet bestaan in :other.', + 'integer' => 'Het veld :attribute moet een geheel getal zijn.', + 'ip' => 'Het veld :attribute moet een geldig IP-adres zijn.', + 'ipv4' => 'Het veld :attribute moet een geldig IPv4-adres zijn.', + 'ipv6' => 'Het veld :attribute moet een geldig IPv6-adres zijn.', + 'json' => 'Het veld :attribute moet een geldige JSON-string zijn.', + 'lowercase' => 'Het veld :attribute moet in kleine letters zijn.', + + 'lt' => [ + 'array' => 'Het veld :attribute moet minder dan :value items bevatten.', + 'file' => 'Het veld :attribute moet kleiner zijn dan :value kilobytes.', + 'numeric' => 'Het veld :attribute moet kleiner zijn dan :value.', + 'string' => 'Het veld :attribute moet minder dan :value karakters bevatten.', ], - - 'lte' => [ - 'numeric' => 'De :attribute moet kleiner of gelijk zijn aan :value.', - 'file' => 'De :attribute moet kleiner of gelijk zijn aan :value kilobytes.', - 'string' => 'De :attribute moet maximaal :value tekens bevatten.', - 'array' => 'De :attribute moet :value waardes of minder bevatten.', + + 'lte' => [ + 'array' => 'Het veld :attribute mag niet meer dan :value items bevatten.', + 'file' => 'Het veld :attribute moet kleiner dan of gelijk aan :value kilobytes zijn.', + 'numeric' => 'Het veld :attribute moet kleiner dan of gelijk aan :value zijn.', + 'string' => 'Het veld :attribute moet kleiner dan of gelijk aan :value karakters zijn.', ], - - 'max' => [ - 'numeric' => ':attribute mag niet hoger dan :max zijn.', - 'file' => ':attribute mag niet meer dan :max kilobytes zijn.', - 'string' => ':attribute mag niet uit meer dan :max tekens bestaan.', - 'array' => ':attribute mag niet meer dan :max items bevatten.', + + 'mac_address' => 'Het veld :attribute moet een geldig MAC-adres zijn.', + + 'max' => [ + 'array' => 'Het veld :attribute mag niet meer dan :max items bevatten.', + 'file' => 'Het veld :attribute mag niet groter zijn dan :max kilobytes.', + 'numeric' => 'Het veld :attribute mag niet groter zijn dan :max.', + 'string' => 'Het veld :attribute mag niet groter zijn dan :max karakters.', ], - - 'mimes' => ':attribute moet een bestand zijn van het bestandstype :values.', - 'mimetypes' => ':attribute moet een bestand zijn van het bestandstype :values.', - - 'min' => [ - 'numeric' => ':attribute moet minimaal :min zijn.', - 'file' => ':attribute moet minimaal :min kilobytes zijn.', - 'string' => ':attribute moet minimaal :min tekens zijn.', - 'array' => ':attribute moet minimaal :min items bevatten.', + + 'max_digits' => 'Het veld :attribute mag niet meer dan :max cijfers bevatten.', + 'mimes' => 'Het veld :attribute moet een bestand zijn van het type: :values.', + 'mimetypes' => 'Het veld :attribute moet een bestand zijn van het type: :values.', + + 'min' => [ + 'array' => 'Het veld :attribute moet ten minste :min items bevatten.', + 'file' => 'Het veld :attribute moet ten minste :min kilobytes zijn.', + 'numeric' => 'Het veld :attribute moet ten minste :min zijn.', + 'string' => 'Het veld :attribute moet ten minste :min karakters bevatten.', ], - 'not_in' => 'Het formaat van :attribute is ongeldig.', - 'not_regex' => 'De :attribute formaat is ongeldig.', - 'numeric' => ':attribute moet een nummer zijn.', - 'present' => ':attribute moet bestaan.', - 'regex' => ':attribute formaat is ongeldig.', - 'required' => ':attribute is verplicht.', - 'required_if' => ':attribute is verplicht indien :other gelijk is aan :value.', - 'required_unless' => ':attribute is verplicht tenzij :other gelijk is aan :values.', - 'required_with' => ':attribute is verplicht i.c.m. :values', - 'required_with_all' => ':attribute is verplicht i.c.m. :values', - 'required_without' => ':attribute is verplicht als :values niet ingevuld is.', - 'required_without_all' => ':attribute is verplicht als :values niet ingevuld zijn.', - 'same' => ':attribute en :other moeten overeenkomen.', - - 'size' => [ - 'numeric' => ':attribute moet :size zijn.', - 'file' => ':attribute moet :size kilobyte zijn.', - 'string' => ':attribute moet :size tekens zijn.', - 'array' => ':attribute moet :size items bevatten.', + 'min_digits' => 'Het veld :attribute moet minimaal :min cijfers bevatten.', + 'missing' => 'Het veld :attribute moet ontbreken.', + 'missing_if' => 'Het veld :attribute moet ontbreken wanneer :other :value is.', + 'missing_unless' => 'Het veld :attribute moet ontbreken tenzij :other :value is.', + 'missing_with' => 'Het veld :attribute moet ontbreken wanneer :values aanwezig is.', + 'missing_with_all' => 'Het veld :attribute moet ontbreken wanneer :values aanwezig zijn.', + 'multiple_of' => 'Het veld :attribute moet een veelvoud zijn van :value.', + 'not_in' => 'De geselecteerde :attribute is ongeldig.', + 'not_regex' => 'Het formaat van het veld :attribute is ongeldig.', + 'numeric' => 'Het veld :attribute moet een nummer zijn.', + + 'password' => [ + 'letters' => 'Het veld :attribute moet minimaal één letter bevatten.', + 'mixed' => 'Het veld :attribute moet minimaal één hoofdletter en één kleine letter bevatten.', + 'numbers' => 'Het veld :attribute moet minimaal één nummer bevatten.', + 'symbols' => 'Het veld :attribute moet minimaal één symbool bevatten.', + 'uncompromised' => 'Het opgegeven :attribute is verschenen in een datalek. Kies alstublieft een ander :attribute.', ], - 'starts_with' => ':attribute moet starten met een van de volgende: :values', - 'string' => ':attribute moet een tekst zijn.', - 'timezone' => ':attribute moet een geldige tijdzone zijn.', - 'unique' => ':attribute is al in gebruik.', - 'uploaded' => 'Het uploaden van :attribute is mislukt.', - 'url' => ':attribute moet een geldig URL zijn.', - 'uuid' => ':attribute moet een geldig UUID zijn.', + 'present' => 'Het veld :attribute moet aanwezig zijn.', + 'present_if' => 'Het veld :attribute moet aanwezig zijn wanneer :other :value is.', + 'present_unless' => 'Het veld :attribute moet aanwezig zijn tenzij :other :value is.', + 'present_with' => 'Het veld :attribute moet aanwezig zijn wanneer :values aanwezig is.', + 'present_with_all' => 'Het veld :attribute moet aanwezig zijn wanneer :values aanwezig zijn.', + 'prohibited' => 'Het veld :attribute is verboden.', + 'prohibited_if' => 'Het veld :attribute is verboden wanneer :other :value is.', + 'prohibited_unless' => 'Het veld :attribute is verboden tenzij :other :values is.', + 'prohibits' => 'Het veld :attribute verbiedt :other om aanwezig te zijn.', + 'regex' => 'Het formaat van het veld :attribute is ongeldig.', + 'required' => 'Het veld :attribute is verplicht.', + 'required_array_keys' => 'Het veld :attribute moet invoergegevens bevatten voor: :values.', + 'required_if' => 'Het veld :attribute is verplicht wanneer :other :value is.', + 'required_if_accepted' => 'Het veld :attribute is verplicht wanneer :other is geaccepteerd.', + 'required_unless' => 'Het veld :attribute is verplicht tenzij :other in :values is.', + 'required_with' => 'Het veld :attribute is verplicht wanneer :values aanwezig is.', + 'required_with_all' => 'Het veld :attribute is verplicht wanneer :values aanwezig zijn.', + 'required_without' => 'Het veld :attribute is verplicht wanneer :values niet aanwezig is.', + 'required_without_all' => 'Het veld :attribute is verplicht wanneer geen van :values aanwezig is.', + 'same' => 'Het veld :attribute moet overeenkomen met :other.', + + 'size' => [ + 'array' => 'Het veld :attribute moet :size items bevatten.', + 'file' => 'Het veld :attribute moet :size kilobytes zijn.', + 'numeric' => 'Het veld :attribute moet :size zijn.', + 'string' => 'Het veld :attribute moet :size karakters bevatten.', + ], + + 'starts_with' => ':attribute moet beginnen met een van de volgende waarden: :values.', + 'string' => ':attribute moet een string zijn.', + 'timezone' => ':attribute moet een geldige tijdzone zijn.', + 'unique' => ':attribute is al in gebruik.', + 'uploaded' => 'Het uploaden van :attribute is mislukt.', + 'uppercase' => ':attribute moet hoofdletters bevatten.', + 'url' => ':attribute moet een geldige URL zijn.', + 'ulid' => ':attribute moet een geldige ULID zijn.', + 'uuid' => ':attribute moet een geldige UUID zijn.', /* |-------------------------------------------------------------------------- @@ -141,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'custom-message', + 'rule-name' => 'aangepast bericht', ], ], @@ -150,43 +196,12 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ - 'attributes' => [ - 'address' => 'adres', - 'age' => 'leeftijd', - 'available' => 'beschikbaar', - 'city' => 'stad', - 'content' => 'inhoud', - 'country' => 'land', - 'date' => 'datum', - 'day' => 'dag', - 'description' => 'omschrijving', - 'email' => 'e-mailadres', - 'excerpt' => 'uittreksel', - 'first_name' => 'voornaam', - 'gender' => 'geslacht', - 'hour' => 'uur', - 'last_name' => 'achternaam', - 'message' => 'boodschap', - 'minute' => 'minuut', - 'mobile' => 'mobiel', - 'month' => 'maand', - 'name' => 'naam', - 'password' => 'wachtwoord', - 'password_confirmation' => 'wachtwoordbevestiging', - 'phone' => 'telefoonnummer', - 'second' => 'seconde', - 'sex' => 'geslacht', - 'size' => 'grootte', - 'subject' => 'onderwerp', - 'time' => 'tijd', - 'title' => 'titel', - 'username' => 'gebruikersnaam', - 'year' => 'jaar', - ], + 'attributes' => [], + ]; diff --git a/lang/pl/auth.php b/lang/pl/auth.php old mode 100755 new mode 100644 index 3775ae65ad0..ecf35949243 --- a/lang/pl/auth.php +++ b/lang/pl/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Podane dane uwierzytelniające nie pasują do naszych zapisów.', - 'throttle' => 'Zbyt wiele prób logowania. Proszę spróbować ponownie za :seconds sekund.', + 'failed' => 'Te dane uwierzytelniające nie pasują do naszych rekordów.', + 'password' => 'Podane hasło jest nieprawidłowe.', + 'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds sekund.', ]; diff --git a/lang/pl/pagination.php b/lang/pl/pagination.php old mode 100755 new mode 100644 index 9ce84644090..c04137b35d7 --- a/lang/pl/pagination.php +++ b/lang/pl/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Poprzedni', 'next' => 'Następny »', + 'previous' => '« Poprzedni', ]; diff --git a/lang/pl/passwords.php b/lang/pl/passwords.php old mode 100755 new mode 100644 index 3358da7f572..ed89c4b96bc --- a/lang/pl/passwords.php +++ b/lang/pl/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Hasło musi mieć co najmniej sześć znaków i pasować do potwierdzenia.', - 'reset' => 'Twoje hasło zostało zresetowane!', - 'sent' => 'Wysłaliśmy link resetujący hasło na Twój adres e-mail!', - 'token' => 'Ten token resetowania hasła jest nieprawidłowy.', - 'user' => 'Nie możemy znaleźć użytkownika o tym adresie e-mail.', + 'reset' => 'Twoje hasło zostało zresetowane.', + 'sent' => 'Wysłaliśmy link do resetowania hasła na Twój adres e-mail.', + 'throttled' => 'Proszę poczekać przed ponowną próbą.', + 'token' => 'Ten token resetowania hasła jest nieprawidłowy.', + 'user' => "Nie możemy znaleźć użytkownika o podanym adresie e-mail.", ]; diff --git a/lang/pl/validation.php b/lang/pl/validation.php old mode 100755 new mode 100644 index c52a2d9a05e..435943ad20f --- a/lang/pl/validation.php +++ b/lang/pl/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => 'Pole :attribute musi być zaakceptowane.', - 'active_url' => 'Pole :attribute nie jest prawidłowym adresem URL.', - 'after' => 'Pole :attribute musi być datą po :date.', - 'after_or_equal' => 'Pole :attribute musi być datą równą lub po :date.', - 'alpha' => 'Pole :attribute może zawierać tylko litery.', - 'alpha_dash' => 'Pole :attribute może zawierać tylko litery, cyfry, myślniki i podkreślenia.', - 'alpha_num' => 'Pole :attribute może zawierać tylko litery i cyfry.', - 'array' => 'Pole :attribute musi być tablicą.', - 'before' => 'Pole :attribute musi być datą przed :date.', - 'before_or_equal' => 'Pole :attribute musi być datą przed lub równą :date.', - - 'between' => [ - 'numeric' => 'Pole :attribute musi mieścić się między :min a :max.', - 'file' => 'Pole :attribute musi mieścić się między :min a :max kilobajtów.', - 'string' => 'Pole :attribute musi mieścić się między :min a :max znaków.', - 'array' => 'Pole :attribute musi mieć od :min do :max elementów.', + 'accepted' => 'Pole :attribute musi być zaakceptowane.', + 'accepted_if' => 'Pole :attribute musi być zaakceptowane, gdy :other wynosi :value.', + 'active_url' => 'Pole :attribute musi być poprawnym adresem URL.', + 'after' => 'Pole :attribute musi być datą po :date.', + 'after_or_equal' => 'Pole :attribute musi być datą po lub równą :date.', + 'alpha' => 'Pole :attribute może zawierać tylko litery.', + 'alpha_dash' => 'Pole :attribute może zawierać tylko litery, cyfry, myślniki i podkreślenia.', + 'alpha_num' => 'Pole :attribute może zawierać tylko litery i cyfry.', + 'array' => 'Pole :attribute musi być tablicą.', + 'ascii' => 'Pole :attribute może zawierać tylko jednobajtowe znaki alfanumeryczne i symbole.', + 'before' => 'Pole :attribute musi być datą przed :date.', + 'before_or_equal' => 'Pole :attribute musi być datą przed lub równą :date.', + + 'between' => [ + 'array' => 'Pole :attribute musi zawierać od :min do :max elementów.', + 'file' => 'Plik :attribute musi mieć rozmiar między :min a :max kilobajtów.', + 'numeric' => 'Pole :attribute musi zawierać się między :min a :max.', + 'string' => 'Pole :attribute musi mieć od :min do :max znaków.', ], - 'boolean' => 'Pole :attribute musi być prawda lub fałsz.', - 'confirmed' => 'Potwierdzenie :attribute nie pasuje.', - 'date' => 'Pole :attribute nie jest prawidłową datą.', - 'date_format' => 'Pole :attribute nie pasuje do formatu :format.', - 'different' => 'Pole :attribute i :other muszą być różne.', - 'digits' => 'Pole :attribute musi mieć :digits cyfr.', - 'digits_between' => 'Pole :attribute musi mieścić się między :min a :max cyframi.', - 'dimensions' => 'Pole :attribute ma nieprawidłowe wymiary obrazu.', - 'distinct' => 'Pole :attribute ma zduplikowaną wartość.', - 'email' => 'Pole :attribute musi być prawidłowym adresem e-mail.', - 'exists' => 'Wybrane pole :attribute jest nieprawidłowe.', - 'file' => 'Pole :attribute musi być plikiem.', - 'filled' => 'Pole :attribute jest wymagane.', - - 'gt' => [ - 'numeric' => 'Pole :attribute musi być większe niż :value.', + 'boolean' => 'Pole :attribute musi mieć wartość prawda lub fałsz.', + 'can' => 'Pole :attribute zawiera niedozwoloną wartość.', + 'confirmed' => 'Potwierdzenie pola :attribute nie pasuje.', + 'current_password' => 'Hasło jest nieprawidłowe.', + 'date' => 'Pole :attribute musi być prawidłową datą.', + 'date_equals' => 'Pole :attribute musi być datą równą :date.', + 'date_format' => 'Pole :attribute musi być w formacie :format.', + 'decimal' => 'Pole :attribute musi mieć :decimal miejsc po przecinku.', + 'declined' => 'Pole :attribute musi być odrzucone.', + 'declined_if' => 'Pole :attribute musi być odrzucone, gdy :other wynosi :value.', + 'different' => 'Pole :attribute i :other muszą być różne.', + 'digits' => 'Pole :attribute musi składać się z :digits cyfr.', + 'digits_between' => 'Pole :attribute musi mieć od :min do :max cyfr.', + 'dimensions' => 'Pole :attribute ma nieprawidłowe wymiary obrazu.', + 'distinct' => 'Pole :attribute ma zduplikowaną wartość.', + 'doesnt_end_with' => 'Pole :attribute nie może kończyć się jednym z następujących: :values.', + 'doesnt_start_with' => 'Pole :attribute nie może zaczynać się jednym z następujących: :values.', + 'email' => 'Pole :attribute musi być prawidłowym adresem e-mail.', + 'ends_with' => 'Pole :attribute musi kończyć się jednym z następujących: :values.', + 'enum' => 'Wybrany :attribute jest nieprawidłowy.', + 'exists' => 'Wybrany :attribute jest nieprawidłowy.', + 'extensions' => 'Pole :attribute musi mieć jedno z następujących rozszerzeń: :values.', + 'file' => 'Pole :attribute musi być plikiem.', + 'filled' => 'Pole :attribute musi mieć wartość.', + + 'gt' => [ + 'array' => 'Pole :attribute musi zawierać więcej niż :value elementów.', 'file' => 'Pole :attribute musi być większe niż :value kilobajtów.', + 'numeric' => 'Pole :attribute musi być większe niż :value.', 'string' => 'Pole :attribute musi być dłuższe niż :value znaków.', - 'array' => 'Pole :attribute musi mieć więcej niż :value elementów.', ], - 'gte' => [ - 'numeric' => 'Pole :attribute musi być większe lub równe :value.', + 'gte' => [ + 'array' => 'Pole :attribute musi zawierać :value elementów lub więcej.', 'file' => 'Pole :attribute musi być większe lub równe :value kilobajtów.', + 'numeric' => 'Pole :attribute musi być większe lub równe :value.', 'string' => 'Pole :attribute musi być dłuższe lub równe :value znaków.', - 'array' => 'Pole :attribute musi mieć :value lub więcej elementów.', ], - 'image' => 'Pole :attribute musi być obrazem.', - 'in' => 'Wybrane pole :attribute jest nieprawidłowe.', - 'in_array' => 'Pole :attribute nie istnieje w :other.', - 'integer' => 'Pole :attribute musi być liczbą całkowitą.', - 'ip' => 'Pole :attribute musi być prawidłowym adresem IP.', - 'ipv4' => 'Pole :attribute musi być prawidłowym adresem IPv4.', - 'ipv6' => 'Pole :attribute musi być prawidłowym adresem IPv6.', - 'json' => 'Pole :attribute musi być prawidłowym ciągiem JSON.', - - 'lt' => [ - 'numeric' => 'Pole :attribute musi być mniejsze niż :value.', + 'hex_color' => 'Pole :attribute musi być prawidłowym kodem koloru szesnastkowego.', + 'image' => 'Pole :attribute musi być obrazem.', + 'in' => 'Wybrany :attribute jest nieprawidłowy.', + 'in_array' => 'Pole :attribute musi istnieć w :other.', + 'integer' => 'Pole :attribute musi być liczbą całkowitą.', + 'ip' => 'Pole :attribute musi być prawidłowym adresem IP.', + 'ipv4' => 'Pole :attribute musi być prawidłowym adresem IPv4.', + 'ipv6' => 'Pole :attribute musi być prawidłowym adresem IPv6.', + 'json' => 'Pole :attribute musi być prawidłowym ciągiem JSON.', + 'lowercase' => 'Pole :attribute musi być pisane małymi literami.', + + 'lt' => [ + 'array' => 'Pole :attribute musi zawierać mniej niż :value elementów.', 'file' => 'Pole :attribute musi być mniejsze niż :value kilobajtów.', + 'numeric' => 'Pole :attribute musi być mniejsze niż :value.', 'string' => 'Pole :attribute musi być krótsze niż :value znaków.', - 'array' => 'Pole :attribute musi mieć mniej niż :value elementów.', ], - 'lte' => [ - 'numeric' => 'Pole :attribute musi być mniejsze lub równe :value.', + 'lte' => [ + 'array' => 'Pole :attribute nie może zawierać więcej niż :value elementów.', 'file' => 'Pole :attribute musi być mniejsze lub równe :value kilobajtów.', + 'numeric' => 'Pole :attribute musi być mniejsze lub równe :value.', 'string' => 'Pole :attribute musi być krótsze lub równe :value znaków.', - 'array' => 'Pole :attribute nie może mieć więcej niż :value elementów.', ], - 'max' => [ - 'numeric' => 'Pole :attribute nie może być większe niż :max.', + 'mac_address' => 'Pole :attribute musi być prawidłowym adresem MAC.', + + 'max' => [ + 'array' => 'Pole :attribute nie może zawierać więcej niż :max elementów.', 'file' => 'Pole :attribute nie może być większe niż :max kilobajtów.', + 'numeric' => 'Pole :attribute nie może być większe niż :max.', 'string' => 'Pole :attribute nie może być dłuższe niż :max znaków.', - 'array' => 'Pole :attribute nie może mieć więcej niż :max elementów.', ], - 'mimes' => 'Pole :attribute musi być plikiem typu: :values.', - 'mimetypes' => 'Pole :attribute musi być plikiem typu: :values.', + 'max_digits' => 'Pole :attribute nie może zawierać więcej niż :max cyfr.', + 'mimes' => 'Pole :attribute musi być plikiem typu: :values.', + 'mimetypes' => 'Pole :attribute musi być plikiem typu: :values.', - 'min' => [ - 'numeric' => 'Pole :attribute musi mieć co najmniej :min.', + 'min' => [ + 'array' => 'Pole :attribute musi zawierać co najmniej :min elementów.', 'file' => 'Pole :attribute musi mieć co najmniej :min kilobajtów.', + 'numeric' => 'Pole :attribute musi być co najmniej :min.', 'string' => 'Pole :attribute musi mieć co najmniej :min znaków.', - 'array' => 'Pole :attribute musi mieć co najmniej :min elementów.', ], - 'not_in' => 'Wybrane pole :attribute jest nieprawidłowe.', - 'not_regex' => 'Format pola :attribute jest nieprawidłowy.', - 'numeric' => 'Pole :attribute musi być liczbą.', + 'min_digits' => 'Pole :attribute musi zawierać co najmniej :min cyfr.', + 'missing' => 'Pole :attribute musi być nieobecne.', + 'missing_if' => 'Pole :attribute musi być nieobecne, gdy :other ma wartość :value.', + 'missing_unless' => 'Pole :attribute musi być nieobecne, chyba że :other ma wartość :value.', + 'missing_with' => 'Pole :attribute musi być nieobecne, gdy :values są obecne.', + 'missing_with_all' => 'Pole :attribute musi być nieobecne, gdy :values są obecne.', + 'multiple_of' => 'Pole :attribute musi być wielokrotnością :value.', + 'not_in' => 'Wybrany :attribute jest nieprawidłowy.', + 'not_regex' => 'Format pola :attribute jest nieprawidłowy.', + 'numeric' => 'Pole :attribute musi być liczbą.', + + 'password' => [ + 'letters' => 'Pole :attribute musi zawierać przynajmniej jedną literę.', + 'mixed' => 'Pole :attribute musi zawierać przynajmniej jedną wielką literę i jedną małą literę.', + 'numbers' => 'Pole :attribute musi zawierać przynajmniej jedną liczbę.', + 'symbols' => 'Pole :attribute musi zawierać przynajmniej jeden symbol.', + 'uncompromised' => 'Podane :attribute pojawiło się w wycieku danych. Proszę wybrać inne :attribute.', + ], + 'present' => 'Pole :attribute musi być obecne.', + 'present_if' => 'Pole :attribute musi być obecne, gdy :other ma wartość :value.', + 'present_unless' => 'Pole :attribute musi być obecne, chyba że :other ma wartość :value.', + 'present_with' => 'Pole :attribute musi być obecne, gdy :values są obecne.', + 'present_with_all' => 'Pole :attribute musi być obecne, gdy :values są obecne.', + 'prohibited' => 'Pole :attribute jest zabronione.', + 'prohibited_if' => 'Pole :attribute jest zabronione, gdy :other ma wartość :value.', + 'prohibited_unless' => 'Pole :attribute jest zabronione, chyba że :other jest w :values.', + 'prohibits' => 'Pole :attribute zabrania obecności :other.', 'regex' => 'Format pola :attribute jest nieprawidłowy.', 'required' => 'Pole :attribute jest wymagane.', - 'required_if' => 'Pole :attribute jest wymagane, gdy :other jest :value.', + 'required_array_keys' => 'Pole :attribute musi zawierać wpisy dla: :values.', + 'required_if' => 'Pole :attribute jest wymagane, gdy :other ma wartość :value.', + 'required_if_accepted' => 'Pole :attribute jest wymagane, gdy :other jest zaakceptowane.', 'required_unless' => 'Pole :attribute jest wymagane, chyba że :other jest w :values.', - 'required_with' => 'Pole :attribute jest wymagane, gdy :values jest obecne.', - 'required_with_all' => 'Pole :attribute jest wymagane, gdy :values jest obecne.', - 'required_without' => 'Pole :attribute jest wymagane, gdy :values nie jest obecne.', - 'required_without_all' => 'Pole :attribute jest wymagane, gdy żadne z :values nie jest obecne.', - 'same' => 'Pole :attribute i :other muszą być takie same.', - - 'size' => [ - 'numeric' => 'Pole :attribute musi mieć rozmiar :size.', - 'file' => 'Pole :attribute musi mieć rozmiar :size kilobajtów.', - 'string' => 'Pole :attribute musi mieć rozmiar :size znaków.', + 'required_with' => 'Pole :attribute jest wymagane, gdy :values są obecne.', + 'required_with_all' => 'Pole :attribute jest wymagane, gdy :values są obecne.', + 'required_without' => 'Pole :attribute jest wymagane, gdy :values nie są obecne.', + 'required_without_all' => 'Pole :attribute jest wymagane, gdy żadne z :values nie są obecne.', + 'same' => 'Pole :attribute musi być takie samo jak :other.', + + 'size' => [ 'array' => 'Pole :attribute musi zawierać :size elementów.', + 'file' => 'Pole :attribute musi mieć :size kilobajtów.', + 'numeric' => 'Pole :attribute musi mieć :size.', + 'string' => 'Pole :attribute musi mieć :size znaków.', ], - 'string' => 'Pole :attribute musi być ciągiem znaków.', - 'timezone' => 'Pole :attribute musi być prawidłową strefą czasową.', - 'unique' => 'Pole :attribute już istnieje.', - 'uploaded' => 'Nie udało się przesłać pliku :attribute.', - 'url' => 'Format pola :attribute jest nieprawidłowy.', + 'starts_with' => 'Pole :attribute musi zaczynać się od jednego z następujących: :values.', + 'string' => 'Pole :attribute musi być ciągiem znaków.', + 'timezone' => 'Pole :attribute musi być prawidłową strefą czasową.', + 'unique' => ':attribute jest już zajęty.', + 'uploaded' => 'Wystąpił błąd podczas przesyłania pliku :attribute.', + 'uppercase' => 'Pole :attribute musi być zapisane wielkimi literami.', + 'url' => 'Pole :attribute musi być prawidłowym adresem URL.', + 'ulid' => 'Pole :attribute musi być prawidłowym ULID.', + 'uuid' => 'Pole :attribute musi być prawidłowym UUID.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'wlasna-wiadomosc', + 'rule-name' => 'Niestandardowa wiadomość', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/pt_BR/auth.php b/lang/pt_BR/auth.php old mode 100755 new mode 100644 index e11db4108d0..8b8fc182c6b --- a/lang/pt_BR/auth.php +++ b/lang/pt_BR/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Essas credenciais não correspondem aos nossos registros.', - 'throttle' => 'Muitas tentativas de login. Tente novamente em :seconds segundos.', + 'failed' => 'Estas credenciais não correspondem aos nossos registros.', + 'password' => 'A senha fornecida está incorreta.', + 'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.', ]; diff --git a/lang/pt_BR/pagination.php b/lang/pt_BR/pagination.php old mode 100755 new mode 100644 index 6a32f34ac01..846d45b1cfe --- a/lang/pt_BR/pagination.php +++ b/lang/pt_BR/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Anterior', 'next' => 'Próximo »', + 'previous' => '« Anterior', ]; diff --git a/lang/pt_BR/passwords.php b/lang/pt_BR/passwords.php old mode 100755 new mode 100644 index 05b21072415..513dcd2e3ad --- a/lang/pt_BR/passwords.php +++ b/lang/pt_BR/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'A senha e a confirmação devem combinar e possuir pelo menos seis caracteres.', - 'reset' => 'Sua senha foi redefinida!', - 'sent' => 'Enviamos seu link de redefinição de senha por e-mail!', - 'token' => 'Este token de redefinição de senha é inválido.', - 'user' => 'Não encontramos um usuário com esse endereço de e-mail.', + 'reset' => 'Sua senha foi redefinida.', + 'sent' => 'Enviamos o link de redefinição de senha para o seu e-mail.', + 'throttled' => 'Por favor, aguarde antes de tentar novamente.', + 'token' => 'Este token de redefinição de senha é inválido.', + 'user' => "Não conseguimos encontrar um usuário com esse endereço de e-mail.", ]; diff --git a/lang/pt_BR/validation.php b/lang/pt_BR/validation.php old mode 100755 new mode 100644 index d73c135376e..cbb5f02027e --- a/lang/pt_BR/validation.php +++ b/lang/pt_BR/validation.php @@ -13,88 +13,166 @@ | */ - 'accepted' => 'O campo :attribute deve ser aceito.', - 'active_url' => 'O campo :attribute não é uma URL válida.', - 'after' => 'O campo :attribute deve ser uma data posterior a :date.', - 'after_or_equal' => 'O campo :attribute deve ser uma data posterior ou igual a :date.', - 'alpha' => 'O campo :attribute só pode conter letras.', - 'alpha_dash' => 'O campo :attribute só pode conter letras, números e traços.', - 'alpha_num' => 'O campo :attribute só pode conter letras e números.', - 'array' => 'O campo :attribute deve ser uma matriz.', - 'before' => 'O campo :attribute deve ser uma data anterior :date.', - 'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.', - - 'between' => [ - 'numeric' => 'O campo :attribute deve ser entre :min e :max.', - 'file' => 'O campo :attribute deve ser entre :min e :max kilobytes.', - 'string' => 'O campo :attribute deve ser entre :min e :max caracteres.', + 'accepted' => 'O campo :attribute deve ser aceito.', + 'accepted_if' => 'O campo :attribute deve ser aceito quando :other é :value.', + 'active_url' => 'O campo :attribute deve ser uma URL válida.', + 'after' => 'O campo :attribute deve ser uma data posterior a :date.', + 'after_or_equal' => 'O campo :attribute deve ser uma data posterior ou igual a :date.', + 'alpha' => 'O campo :attribute deve conter apenas letras.', + 'alpha_dash' => 'O campo :attribute deve conter apenas letras, números, traços e sublinhados.', + 'alpha_num' => 'O campo :attribute deve conter apenas letras e números.', + 'array' => 'O campo :attribute deve ser um array.', + 'ascii' => 'O campo :attribute deve conter apenas caracteres alfanuméricos de um byte e símbolos.', + 'before' => 'O campo :attribute deve ser uma data anterior a :date.', + 'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.', + + 'between' => [ 'array' => 'O campo :attribute deve ter entre :min e :max itens.', + 'file' => 'O campo :attribute deve ter entre :min e :max kilobytes.', + 'numeric' => 'O campo :attribute deve estar entre :min e :max.', + 'string' => 'O campo :attribute deve ter entre :min e :max caracteres.', + ], + + 'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.', + 'can' => 'O campo :attribute contém um valor não autorizado.', + 'confirmed' => 'A confirmação do campo :attribute não corresponde.', + 'current_password' => 'A senha está incorreta.', + 'date' => 'O campo :attribute deve ser uma data válida.', + 'date_equals' => 'O campo :attribute deve ser uma data igual a :date.', + 'date_format' => 'O campo :attribute deve corresponder ao formato :format.', + 'decimal' => 'O campo :attribute deve ter :decimal casas decimais.', + 'declined' => 'O campo :attribute deve ser recusado.', + 'declined_if' => 'O campo :attribute deve ser recusado quando :other é :value.', + 'different' => 'O campo :attribute e :other devem ser diferentes.', + 'digits' => 'O campo :attribute deve ter :digits dígitos.', + 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', + 'dimensions' => 'O campo :attribute possui dimensões de imagem inválidas.', + 'distinct' => 'O campo :attribute tem um valor duplicado.', + 'doesnt_end_with' => 'O campo :attribute não deve terminar com nenhum dos seguintes: :values.', + 'doesnt_start_with' => 'O campo :attribute não deve começar com nenhum dos seguintes: :values.', + 'email' => 'O campo :attribute deve ser um endereço de email válido.', + 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values.', + 'enum' => 'O :attribute selecionado é inválido.', + 'exists' => 'O :attribute selecionado é inválido.', + 'extensions' => 'O campo :attribute deve ter uma das seguintes extensões: :values.', + 'file' => 'O campo :attribute deve ser um arquivo.', + 'filled' => 'O campo :attribute deve ter um valor.', + + 'gt' => [ + 'array' => 'O campo :attribute deve ter mais de :value itens.', + 'file' => 'O campo :attribute deve ser maior que :value kilobytes.', + 'numeric' => 'O campo :attribute deve ser maior que :value.', + 'string' => 'O campo :attribute deve ser maior que :value caracteres.', ], - 'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.', - 'confirmed' => 'O campo :attribute de confirmação não confere.', - 'date' => 'O campo :attribute não é uma data válida.', - 'date_format' => 'O campo :attribute não corresponde ao formato :format.', - 'different' => 'Os campos :attribute e :other devem ser diferentes.', - 'digits' => 'O campo :attribute deve ter :digits dígitos.', - 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', - 'dimensions' => 'O campo :attribute tem dimensões de imagem inválidas.', - 'distinct' => 'O campo :attribute campo tem um valor duplicado.', - 'email' => 'O campo :attribute deve ser um endereço de e-mail válido.', - 'exists' => 'O campo :attribute selecionado é inválido.', - 'file' => 'O campo :attribute deve ser um arquivo.', - 'filled' => 'O campo :attribute deve ter um valor.', - 'image' => 'O campo :attribute deve ser uma imagem.', - 'in' => 'O campo :attribute selecionado é inválido.', - 'in_array' => 'O campo :attribute não existe em :other.', - 'integer' => 'O campo :attribute deve ser um número inteiro.', - 'ip' => 'O campo :attribute deve ser um endereço de IP válido.', - 'ipv4' => 'O campo :attribute deve ser um endereço IPv4 válido.', - 'ipv6' => 'O campo :attribute deve ser um endereço IPv6 válido.', - 'json' => 'O campo :attribute deve ser uma string JSON válida.', - - 'max' => [ - 'numeric' => 'O campo :attribute não pode ser superior a :max.', - 'file' => 'O campo :attribute não pode ser superior a :max kilobytes.', - 'string' => 'O campo :attribute não pode ser superior a :max caracteres.', - 'array' => 'O campo :attribute não pode ter mais do que :max itens.', + 'gte' => [ + 'array' => 'O campo :attribute deve ter :value itens ou mais.', + 'file' => 'O campo :attribute deve ser maior ou igual a :value kilobytes.', + 'numeric' => 'O campo :attribute deve ser maior ou igual a :value.', + 'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.', ], - 'mimes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', - 'mimetypes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', + 'hex_color' => 'O campo :attribute deve ser uma cor hexadecimal válida.', + 'image' => 'O campo :attribute deve ser uma imagem.', + 'in' => 'O :attribute selecionado é inválido.', + 'in_array' => 'O campo :attribute deve existir em :other.', + 'integer' => 'O campo :attribute deve ser um número inteiro.', + 'ip' => 'O campo :attribute deve ser um endereço IP válido.', + 'ipv4' => 'O campo :attribute deve ser um endereço IPv4 válido.', + 'ipv6' => 'O campo :attribute deve ser um endereço IPv6 válido.', + 'json' => 'O campo :attribute deve ser uma string JSON válida.', + 'lowercase' => 'O campo :attribute deve estar em minúsculas.', - 'min' => [ - 'numeric' => 'O campo :attribute deve ser pelo menos :min.', + 'lt' => [ + 'array' => 'O campo :attribute deve ter menos de :value itens.', + 'file' => 'O campo :attribute deve ser menor que :value kilobytes.', + 'numeric' => 'O campo :attribute deve ser menor que :value.', + 'string' => 'O campo :attribute deve ser menor que :value caracteres.', + ], + + 'lte' => [ + 'array' => 'O campo :attribute não deve ter mais de :value itens.', + 'file' => 'O campo :attribute deve ser menor ou igual a :value kilobytes.', + 'numeric' => 'O campo :attribute deve ser menor ou igual a :value.', + 'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.', + ], + + 'mac_address' => 'O campo :attribute deve ser um endereço MAC válido.', + + 'max' => [ + 'array' => 'O campo :attribute não deve ter mais de :max itens.', + 'file' => 'O campo :attribute não deve ser maior que :max kilobytes.', + 'numeric' => 'O campo :attribute não deve ser maior que :max.', + 'string' => 'O campo :attribute não deve ser maior que :max caracteres.', + ], + + 'max_digits' => 'O campo :attribute não deve ter mais de :max dígitos.', + 'mimes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', + 'mimetypes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', + + 'min' => [ + 'array' => 'O campo :attribute deve ter pelo menos :min itens.', 'file' => 'O campo :attribute deve ter pelo menos :min kilobytes.', + 'numeric' => 'O campo :attribute deve ser pelo menos :min.', 'string' => 'O campo :attribute deve ter pelo menos :min caracteres.', - 'array' => 'O campo :attribute deve ter pelo menos :min itens.', ], - 'not_in' => 'O campo :attribute selecionado é inválido.', - 'numeric' => 'O campo :attribute deve ser um número.', + 'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos.', + 'missing' => 'O campo :attribute deve estar ausente.', + 'missing_if' => 'O campo :attribute deve estar ausente quando :other é :value.', + 'missing_unless' => 'O campo :attribute deve estar ausente a menos que :other seja :value.', + 'missing_with' => 'O campo :attribute deve estar ausente quando :values está presente.', + 'missing_with_all' => 'O campo :attribute deve estar ausente quando :values está presente.', + 'multiple_of' => 'O campo :attribute deve ser um múltiplo de :value.', + 'not_in' => 'O :attribute selecionado é inválido.', + 'not_regex' => 'O formato do campo :attribute é inválido.', + 'numeric' => 'O campo :attribute deve ser um número.', + + 'password' => [ + 'letters' => 'O campo :attribute deve conter pelo menos uma letra.', + 'mixed' => 'O campo :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.', + 'numbers' => 'O campo :attribute deve conter pelo menos um número.', + 'symbols' => 'O campo :attribute deve conter pelo menos um símbolo.', + 'uncompromised' => 'O :attribute fornecido apareceu em um vazamento de dados. Por favor, escolha um :attribute diferente.', + ], + 'present' => 'O campo :attribute deve estar presente.', - 'regex' => 'O campo :attribute tem um formato inválido.', + 'present_if' => 'O campo :attribute deve estar presente quando :other é :value.', + 'present_unless' => 'O campo :attribute deve estar presente a menos que :other seja :value.', + 'present_with' => 'O campo :attribute deve estar presente quando :values está presente.', + 'present_with_all' => 'O campo :attribute deve estar presente quando :values estão presentes.', + 'prohibited' => 'O campo :attribute é proibido.', + 'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.', + 'prohibited_unless' => 'O campo :attribute é proibido a menos que :other esteja em :values.', + 'prohibits' => 'O campo :attribute proíbe :other de estar presente.', + 'regex' => 'O formato do campo :attribute é inválido.', 'required' => 'O campo :attribute é obrigatório.', - 'required_if' => 'O campo :attribute é obrigatório quando :other for :value.', - 'required_unless' => 'O campo :attribute é obrigatório exceto quando :other for :values.', + 'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.', + 'required_if' => 'O campo :attribute é obrigatório quando :other é :value.', + 'required_if_accepted' => 'O campo :attribute é obrigatório quando :other é aceito.', + 'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja em :values.', 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.', - 'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.', + 'required_with_all' => 'O campo :attribute é obrigatório quando :values estão presentes.', 'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.', - 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values estão presentes.', - 'same' => 'Os campos :attribute e :other devem corresponder.', + 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.', + 'same' => 'O campo :attribute deve ser igual a :other.', - 'size' => [ - 'numeric' => 'O campo :attribute deve ser :size.', - 'file' => 'O campo :attribute deve ser :size kilobytes.', - 'string' => 'O campo :attribute deve ser :size caracteres.', + 'size' => [ 'array' => 'O campo :attribute deve conter :size itens.', + 'file' => 'O campo :attribute deve ter :size kilobytes.', + 'numeric' => 'O campo :attribute deve ser :size.', + 'string' => 'O campo :attribute deve ter :size caracteres.', ], - 'string' => 'O campo :attribute deve ser uma string.', - 'timezone' => 'O campo :attribute deve ser uma zona válida.', - 'unique' => 'O campo :attribute já está sendo utilizado.', - 'uploaded' => 'Ocorreu uma falha no upload do campo :attribute.', - 'url' => 'O campo :attribute tem um formato inválido.', + 'starts_with' => 'O campo :attribute deve começar com um dos seguintes: :values.', + 'string' => 'O campo :attribute deve ser uma string.', + 'timezone' => 'O campo :attribute deve ser um fuso horário válido.', + 'unique' => 'O :attribute já está sendo utilizado.', + 'uploaded' => 'Falha ao carregar o :attribute.', + 'uppercase' => 'O campo :attribute deve estar em maiúsculas.', + 'url' => 'O campo :attribute deve ser uma URL válida.', + 'ulid' => 'O campo :attribute deve ser um ULID válido.', + 'uuid' => 'O campo :attribute deve ser um UUID válido.', /* |-------------------------------------------------------------------------- @@ -106,9 +184,10 @@ | specify a specific custom language line for a given attribute rule. | */ + 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'custom-message', + 'rule-name' => 'mensagem personalizada', ], ], @@ -117,11 +196,12 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ + 'attributes' => [], ]; diff --git a/lang/ru/auth.php b/lang/ru/auth.php old mode 100755 new mode 100644 index e33d07fd19c..3a6fd9a3d5c --- a/lang/ru/auth.php +++ b/lang/ru/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Учетные данные не совпадают с нашими записями.', - 'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте снова через :seconds секунд.', + 'failed' => 'Эти учетные данные не соответствуют нашим записям.', + 'password' => 'Указанный пароль неверен.', + 'throttle' => 'Слишком много попыток входа. Пожалуйста, повторите попытку через :seconds секунд.', ]; diff --git a/lang/ru/pagination.php b/lang/ru/pagination.php old mode 100755 new mode 100644 index 002e4ae28f9..5d1a6cf0115 --- a/lang/ru/pagination.php +++ b/lang/ru/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Предыдущая', - 'next' => 'Следующая »', + 'next' => 'Далее »', + 'previous' => '« Назад', ]; diff --git a/lang/ru/passwords.php b/lang/ru/passwords.php old mode 100755 new mode 100644 index fe14436382d..452e8d007e1 --- a/lang/ru/passwords.php +++ b/lang/ru/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Пароль должен содержать минимум шесть символов и соответствовать подтверждению.', - 'reset' => 'Ваш пароль был сброшен!', - 'sent' => 'Мы отправили вам ссылку для сброса пароля на почту!', - 'token' => 'Этот токен сброса пароля недействителен.', - 'user' => 'Пользователь с таким адресом электронной почты не найден.', + 'reset' => 'Ваш пароль был сброшен.', + 'sent' => 'Мы отправили ссылку для сброса пароля на вашу электронную почту.', + 'throttled' => 'Пожалуйста, подождите перед повторной попыткой.', + 'token' => 'Этот токен сброса пароля недействителен.', + 'user' => "Мы не можем найти пользователя с этим адресом электронной почты.", ]; diff --git a/lang/ru/validation.php b/lang/ru/validation.php old mode 100755 new mode 100644 index 599cdd98597..57bb3332484 --- a/lang/ru/validation.php +++ b/lang/ru/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => ':attribute должно быть принято.', - 'active_url' => ':attribute не является допустимым URL.', - '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 элементами.', + 'accepted' => 'Поле :attribute должно быть принято.', + 'accepted_if' => 'Поле :attribute должно быть принято, когда :other равно :value.', + 'active_url' => 'Поле :attribute должно быть действительным URL.', + 'after' => 'Поле :attribute должно быть датой после :date.', + 'after_or_equal' => 'Поле :attribute должно быть датой после или равной :date.', + 'alpha' => 'Поле :attribute должно содержать только буквы.', + 'alpha_dash' => 'Поле :attribute должно содержать только буквы, цифры, тире и подчеркивания.', + 'alpha_num' => 'Поле :attribute должно содержать только буквы и цифры.', + 'array' => 'Поле :attribute должно быть массивом.', + 'ascii' => 'Поле :attribute должно содержать только однобайтовые алфавитно-цифровые символы и символы.', + 'before' => 'Поле :attribute должно быть датой до :date.', + 'before_or_equal' => 'Поле :attribute должно быть датой до или равной :date.', + + 'between' => [ + 'array' => 'Поле :attribute должно содержать от :min до :max элементов.', + 'file' => 'Поле :attribute должно быть между :min и :max килобайтами.', + 'numeric' => 'Поле :attribute должно быть между :min и :max.', + 'string' => 'Поле :attribute должно быть от :min до :max символов.', ], - 'boolean' => ':attribute поле должно быть true или false.', - '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 элементов.', + 'boolean' => 'Поле :attribute должно быть true или false.', + 'can' => 'Поле :attribute содержит недопустимое значение.', + 'confirmed' => 'Подтверждение поля :attribute не совпадает.', + 'current_password' => 'Неправильный пароль.', + 'date' => 'Поле :attribute должно быть действительной датой.', + 'date_equals' => 'Поле :attribute должно быть датой, равной :date.', + 'date_format' => 'Поле :attribute должно соответствовать формату :format.', + 'decimal' => 'Поле :attribute должно иметь :decimal десятичных знаков.', + 'declined' => 'Поле :attribute должно быть отклонено.', + 'declined_if' => 'Поле :attribute должно быть отклонено, когда :other равно :value.', + 'different' => 'Поле :attribute и :other должны отличаться.', + 'digits' => 'Поле :attribute должно быть :digits цифр.', + 'digits_between' => 'Поле :attribute должно быть между :min и :max цифрами.', + 'dimensions' => 'Поле :attribute имеет недопустимые размеры изображения.', + 'distinct' => 'Поле :attribute имеет повторяющееся значение.', + 'doesnt_end_with' => 'Поле :attribute не должно заканчиваться ни одним из следующих значений: :values.', + 'doesnt_start_with' => 'Поле :attribute не должно начинаться ни с одного из следующих значений: :values.', + 'email' => 'Поле :attribute должно быть действительным адресом электронной почты.', + 'ends_with' => 'Поле :attribute должно заканчиваться одним из следующих значений: :values.', + 'enum' => 'Выбранное значение :attribute недопустимо.', + 'exists' => 'Выбранное значение :attribute недействительно.', + 'extensions' => 'Поле :attribute должно иметь одно из следующих расширений: :values.', + 'file' => 'Поле :attribute должно быть файлом.', + 'filled' => 'Поле :attribute должно иметь значение.', + + 'gt' => [ + 'array' => 'Поле :attribute должно содержать более :value элементов.', + 'file' => 'Поле :attribute должно быть больше :value килобайт.', + 'numeric' => 'Поле :attribute должно быть больше :value.', + 'string' => 'Поле :attribute должно содержать больше :value символов.', ], - - 'gte' => [ - 'numeric' => ':attribute должно быть больше или равно :value.', - 'file' => ':attribute должно быть больше или равно :value килобайт.', - 'string' => ':attribute должно быть больше или равно :value символов.', - 'array' => ':attribute должно иметь :value элементов или больше.', + + 'gte' => [ + 'array' => 'Поле :attribute должно содержать :value элементов или больше.', + 'file' => 'Поле :attribute должно быть больше или равно :value килобайт.', + 'numeric' => 'Поле :attribute должно быть больше или равно :value.', + 'string' => 'Поле :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 элементов.', + + 'hex_color' => 'Поле :attribute должно быть допустимым шестнадцатеричным цветом.', + 'image' => 'Поле :attribute должно быть изображением.', + 'in' => 'Выбранное значение для :attribute недопустимо.', + 'in_array' => 'Поле :attribute должно существовать в :other.', + 'integer' => 'Поле :attribute должно быть целым числом.', + 'ip' => 'Поле :attribute должно быть действительным IP-адресом.', + 'ipv4' => 'Поле :attribute должно быть действительным IPv4-адресом.', + 'ipv6' => 'Поле :attribute должно быть действительным IPv6-адресом.', + 'json' => 'Поле :attribute должно быть допустимой JSON строкой.', + 'lowercase' => 'Поле :attribute должно быть в нижнем регистре.', + + 'lt' => [ + 'array' => 'Поле :attribute должно содержать менее :value элементов.', + 'file' => 'Поле :attribute должно быть меньше :value килобайт.', + 'numeric' => 'Поле :attribute должно быть меньше :value.', + 'string' => 'Поле :attribute должно содержать меньше :value символов.', ], - - 'lte' => [ - 'numeric' => ':attribute должно быть меньше или равно :value.', - 'file' => ':attribute должно быть меньше или равно :value килобайт.', - 'string' => ':attribute должно быть меньше или равно :value символов.', - 'array' => ':attribute не должно иметь больше чем :value элементов.', + + 'lte' => [ + 'array' => 'Поле :attribute не должно содержать более :value элементов.', + 'file' => 'Поле :attribute должно быть меньше или равно :value килобайт.', + 'numeric' => 'Поле :attribute должно быть меньше или равно :value.', + 'string' => 'Поле :attribute должно быть меньше или равно :value символов.', ], - - 'max' => [ - 'numeric' => ':attribute не может быть больше чем :max.', - 'file' => ':attribute не может быть больше чем :max килобайт.', - 'string' => ':attribute не может быть больше чем :max символов.', - 'array' => ':attribute не может иметь больше чем :max элементов.', + + 'mac_address' => 'Поле :attribute должно быть допустимым MAC-адресом.', + + 'max' => [ + 'array' => 'Поле :attribute не должно содержать более :max элементов.', + 'file' => 'Поле :attribute не должно быть больше :max килобайт.', + 'numeric' => 'Поле :attribute не должно быть больше :max.', + 'string' => 'Поле :attribute не должно быть больше :max символов.', ], - - 'mimes' => ':attribute должно быть файлом типа: :values.', - 'mimetypes' => ':attribute должно быть файлом типа: :values.', - - 'min' => [ - 'numeric' => ':attribute должно быть как минимум :min.', - 'file' => ':attribute должно быть как минимум :min килобайт.', - 'string' => ':attribute должно быть как минимум :min символов.', - 'array' => ':attribute должно иметь как минимум :min элементов.', + + 'max_digits' => 'Поле :attribute не должно содержать более :max цифр.', + 'mimes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.', + 'mimetypes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.', + + 'min' => [ + 'array' => 'Поле :attribute должно содержать как минимум :min элементов.', + 'file' => 'Поле :attribute должно быть как минимум :min килобайт.', + 'numeric' => 'Поле :attribute должно быть как минимум :min.', + 'string' => 'Поле :attribute должно быть как минимум :min символов.', ], - - 'not_in' => 'Выбранное :attribute недействительно.', - 'not_regex' => 'Формат :attribute недействителен.', - 'numeric' => ':attribute должно быть числом.', - 'present' => ':attribute поле должно присутствовать.', - 'regex' => 'Формат :attribute недействителен.', - 'required' => ':attribute поле обязательно для заполнения.', - 'required_if' => ':attribute поле обязательно, когда :other равно :value.', - 'required_unless' => ':attribute поле обязательно, если :other не в :values.', - 'required_with' => ':attribute поле обязательно, когда :values присутствует.', - 'required_with_all' => ':attribute поле обязательно, когда :values присутствует.', - 'required_without' => ':attribute поле обязательно, когда :values отсутствует.', - 'required_without_all' => ':attribute поле обязательно, когда ни одно из :values не присутствует.', - 'same' => ':attribute и :other должны совпадать.', - - 'size' => [ - 'numeric' => ':attribute должно быть размером :size.', - 'file' => ':attribute должно быть размером :size килобайт.', - 'string' => ':attribute должно быть размером :size символов.', - 'array' => ':attribute должно содержать :size элементов.', + + 'min_digits' => 'Поле :attribute должно содержать как минимум :min цифр.', + 'missing' => 'Поле :attribute должно отсутствовать.', + 'missing_if' => 'Поле :attribute должно отсутствовать, когда :other равно :value.', + 'missing_unless' => 'Поле :attribute должно отсутствовать, если :other не равно :value.', + 'missing_with' => 'Поле :attribute должно отсутствовать, когда :values присутствует.', + 'missing_with_all' => 'Поле :attribute должно отсутствовать, когда :values присутствуют.', + 'multiple_of' => 'Поле :attribute должно быть кратным :value.', + 'not_in' => 'Выбранное значение для :attribute недопустимо.', + 'not_regex' => 'Формат поля :attribute недопустим.', + 'numeric' => 'Поле :attribute должно быть числом.', + + 'password' => [ + 'letters' => 'Поле :attribute должно содержать как минимум одну букву.', + 'mixed' => 'Поле :attribute должно содержать как минимум одну заглавную и одну строчную букву.', + 'numbers' => 'Поле :attribute должно содержать как минимум одну цифру.', + 'symbols' => 'Поле :attribute должно содержать как минимум один символ.', + 'uncompromised' => 'Указанное значение :attribute встречается в утечках данных. Пожалуйста, выберите другое значение :attribute.', ], - - 'string' => ':attribute должно быть строкой.', - 'timezone' => ':attribute должно быть допустимой временной зоной.', - 'unique' => ':attribute уже было использовано.', - 'uploaded' => ':attribute не удалось загрузить.', - 'url' => 'Формат :attribute недействителен.', + + 'present' => 'Поле :attribute должно присутствовать.', + 'present_if' => 'Поле :attribute должно присутствовать, когда :other равно :value.', + 'present_unless' => 'Поле :attribute должно присутствовать, если :other не равно :value.', + 'present_with' => 'Поле :attribute должно присутствовать, когда :values присутствует.', + 'present_with_all' => 'Поле :attribute должно присутствовать, когда :values присутствуют.', + 'prohibited' => 'Поле :attribute запрещено.', + 'prohibited_if' => 'Поле :attribute запрещено, когда :other равно :value.', + 'prohibited_unless' => 'Поле :attribute запрещено, если :other находится в :values.', + 'prohibits' => 'Поле :attribute запрещает наличие :other.', + 'regex' => 'Формат поля :attribute недопустим.', + 'required' => 'Поле :attribute является обязательным.', + 'required_array_keys' => 'Поле :attribute должно содержать записи для: :values.', + 'required_if' => 'Поле :attribute является обязательным, когда :other равно :value.', + 'required_if_accepted' => 'Поле :attribute является обязательным, когда :other принято.', + 'required_unless' => 'Поле :attribute является обязательным, если :other не находится в :values.', + 'required_with' => 'Поле :attribute является обязательным, когда :values присутствует.', + 'required_with_all' => 'Поле :attribute является обязательным, когда :values присутствуют.', + 'required_without' => 'Поле :attribute является обязательным, когда :values отсутствует.', + 'required_without_all' => 'Поле :attribute является обязательным, когда отсутствуют все значения :values.', + 'same' => 'Поле :attribute должно совпадать с :other.', + + 'size' => [ + 'array' => 'Поле :attribute должно содержать :size элементов.', + 'file' => 'Поле :attribute должно быть :size килобайт.', + 'numeric' => 'Поле :attribute должно быть :size.', + 'string' => 'Поле :attribute должно быть :size символов.', + ], + + 'starts_with' => 'Поле :attribute должно начинаться с одного из следующих значений: :values.', + 'string' => 'Поле :attribute должно быть строкой.', + 'timezone' => 'Поле :attribute должно быть допустимым часовым поясом.', + 'unique' => 'Поле :attribute уже занято.', + 'uploaded' => 'Не удалось загрузить :attribute.', + 'uppercase' => 'Поле :attribute должно быть в верхнем регистре.', + 'url' => 'Поле :attribute должно быть допустимым URL-адресом.', + 'ulid' => 'Поле :attribute должно быть допустимым ULID.', + 'uuid' => 'Поле :attribute должно быть допустимым UUID.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'пользовательское-сообщение', + 'rule-name' => 'пользовательское сообщение', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/sin/auth.php b/lang/sin/auth.php old mode 100755 new mode 100644 index 4526667c82c..46c60db2c38 --- a/lang/sin/auth.php +++ b/lang/sin/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'මෙම හතරවටා අපගේ වාර්තා එකට එකක් නොගැලපෙනි.', - 'throttle' => ':seconds හැකියාවේ නැවත උත්සහ කරන්න.', + 'failed' => 'මෙම සත්කාර විස්තර අපේ වාර්තා සමග ගැලපෙන්නේ නැත.', + 'password' => 'ලබා දුන් මුර පදය වැරදි විය.', + 'throttle' => 'පිහිටවීම උත්සහ කිරීම විශාල වී ඇත. :seconds තත්පර පසු නැවත උත්සහ කරන්න.', ]; diff --git a/lang/sin/pagination.php b/lang/sin/pagination.php old mode 100755 new mode 100644 index 14a9cc7795d..b4566bdb34e --- a/lang/sin/pagination.php +++ b/lang/sin/pagination.php @@ -13,7 +13,7 @@ | */ + 'next' => 'ඊළඟ »', 'previous' => '« පෙර', - 'next' => 'ඊලඟ »', ]; diff --git a/lang/sin/passwords.php b/lang/sin/passwords.php old mode 100755 new mode 100644 index 9625d9f7edc..9cd4d78a60c --- a/lang/sin/passwords.php +++ b/lang/sin/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'මුරපදය අකුරු සහ තහවුරු නොවීය අයකින් ආරක්ෂා කළ යුතුය.', - 'reset' => 'ඔබගේ මුරපදය නැවත සකස් කර ඇත!', - 'sent' => 'අපි ඔබට ඔබගේ මුරපද නැවත සකස් කිරීමට ඊ-පිටුවේ ලින්ක් එකක් ඇති!', - 'token' => 'මෙම මුරපද නැවත සකස් කිරීම සුළු විය.', - 'user' => 'අපි එම වෙබ් ලිපිනය සමගින් පරිශීලකයෙකු හමු නොවේ.', + 'reset' => 'ඔබගේ මුරපදය නැවත සකස් කරන ලදි.', + 'sent' => 'ඔබගේ මුරපද නැවත සකස් කිරීමේ සබැඳිය ඊමේල් ලබා ගත ඇත.', + 'throttled' => 'නැවත උත්සාහ කිරීමට පෙර ඉවසීමක් කරන්න.', + 'token' => 'මෙම මුරපද නැවත සකස් කිරීමේ ටෝකනය සංවාදයකි.', + 'user' => "ඔබගේ ඊමේල් ලිපිනය සොයා ගත නොහැක.", ]; diff --git a/lang/sin/validation.php b/lang/sin/validation.php old mode 100755 new mode 100644 index 87a7c342004..312183ef9b0 --- a/lang/sin/validation.php +++ b/lang/sin/validation.php @@ -13,119 +13,167 @@ | */ - 'accepted' => ':attribute කළ යුතු ය.', - 'active_url' => ':attribute වලංගු URL නොවන ය.', - '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 ක්ලටරයක් වලංගු පෙරනිමි.', + 'accepted' => 'ප්‍රතිප්‍රශ්න :attribute යන්න පිළිතුරු විවෘත විය යුතුය.', + 'accepted_if' => 'ප්‍රතිප්‍රශ්න :attribute යන්න පවතී :other යාම :value ලෙස විය යුතුය.', + 'active_url' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු URL විය යුතුය.', + 'after' => 'ප්‍රතිප්‍රශ්න :attribute යන්න දිනය :date පසු විය යුතුය.', + 'after_or_equal' => 'ප්‍රතිප්‍රශ්න :attribute යන්න දිනය :date පසු හෝ සමාන විය යුතුය.', + 'alpha' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු සංඛ්‍යාවක් පමණක් ඇති යළි පෙර නැත.', + 'alpha_dash' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු සංඛ්‍යාවක්, අක්ෂිත හෝ පිරිත් සහ ඉතිරි ලේකම් පමණක් ඇති යළි පෙර නැත.', + 'alpha_num' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු සංඛ්‍යාවක් පමණක් ඇති සහ අක්ෂර අංක පමණක් ඇති යළි පෙර නැත.', + 'array' => 'ප්‍රතිප්‍රශ්න :attribute යන්න ප්‍රකාශ ලැයිස්තුවක් විය යුතුය.', + 'ascii' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු නිරූපනය සංඛ්‍යාවක් සහ සමානව අක්ෂර හෝ සංඛ්‍යා පොදු අක්ෂර විය යුතුය.', + 'before' => 'ප්‍රතිප්‍රශ්න :attribute යන්න දිනය :date පෙර විය යුතුය.', + 'before_or_equal' => 'ප්‍රතිප්‍රශ්න :attribute යන්න දිනය :date පෙරම හෝ සමාන විය යුතුය.', + + 'between' => [ + 'array' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු :min සහ :max අයිතම ඇති යළි පෙර විය යුතුය.', + 'file' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු :min සහ :max කිලෝ කිලෝ කිලෝ ප්‍රතිප්‍රශ්න තිබේ.', + 'numeric' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු :min සහ :max අයිතම ඇති යළි පෙර විය යුතුය.', + 'string' => 'ප්‍රතිප්‍රශ්න :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 ක්ලටරයක් වලට වැඩි වී යුතුය.', + 'boolean' => 'ප්‍රතිප්‍රශ්න :attribute ක්‍රියාත්මක හෝ අවිවිය විය යුතුය.', + 'can' => 'ප්‍රතිප්‍රශ්න :attribute ක්‍රියාත්මක අගයක් අඩංගු විය යුතුය.', + 'confirmed' => 'ප්‍රතිප්‍රශ්න :attribute සහිත තහවුරු නොගැලපෙන්නේ නැත.', + 'current_password' => 'මුරපදය වැරදිය.', + 'date' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු දිනය විය යුතුය.', + 'date_equals' => 'ප්‍රතිප්‍රශ්න :attribute විමසීම දිනය :date සමාන විය යුතුය.', + 'date_format' => 'ප්‍රතිප්‍රශ්න :attribute ආකෘතිය :format සමඟ ගැලපෙනු ඇතියි.', + 'decimal' => 'ප්‍රතිප්‍රශ්න :attribute විමසීම :decimal දශකයක් ඇති විය යුතුය.', + 'declined' => 'ප්‍රතිප්‍රශ්න :attribute ව්‍යාත්මක කිරීම විය යුතුය.', + 'declined_if' => 'ප්‍රතිප්‍රශ්න :attribute තවමත් :other :value වන විට ව්‍යාත්මක කිරීම විය යුතුය.', + 'different' => 'ප්‍රතිප්‍රශ්න :attribute සහ :other වෙනුවට වෙනස් විය යුතුය.', + 'digits' => 'ප්‍රතිප්‍රශ්න :attribute :digits අක්ෂරයකි.', + 'digits_between' => 'ප්‍රතිප්‍රශ්න :attribute :min සහ :max අක්ෂර අංකය අතර විය යුතුය.', + 'dimensions' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු රූපස් ප්‍රමාණයන් නොවේ.', + 'distinct' => 'ප්‍රතිප්‍රශ්න :attribute ක් අතරින් අංකය ඇත.', + 'doesnt_end_with' => 'ප්‍රතිප්‍රශ්න :attribute පහත ලැයිස්තුවේ එකක් අවසානය විය යුතුය: :values.', + 'doesnt_start_with' => 'ප්‍රතිප්‍රශ්න :attribute පහත ලැයිස්තුවේ එකක් ආරම්භය විය යුතුය: :values.', + 'email' => 'ප්‍රතිප්‍රශ්න :attribute වලංගු විද්‍යුත් ලිපිනය යුතුය.', + 'ends_with' => 'ප්‍රතිප්‍රශ්න :attribute පහත ලැයිස්තුවේ එකක් සමඟ අවසානය විය යුතුය: :values.', + 'enum' => 'තෝරාගත් :attribute වැරදිය.', + 'exists' => 'තෝරාගත් :attribute වැරදිය.', + 'extensions' => 'ප්‍රතිප්‍රශ්න :attribute ක්ෂේත්ර :values එකිනෙක් අතර තේරීම් ඇත.', + 'file' => 'ප්‍රතිප්‍රශ්න :attribute ගොනුව විය යුතුය.', + 'filled' => 'ප්‍රතිප්‍රශ්න :attribute විය යුතු අගයක් ඇති විය යුතුය.', + + 'gt' => [ + 'array' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම අගය :value වඩා වැඩි විය යුතුය.', + 'file' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value කිලෝ කිලෝ විය යුතුය.', + 'numeric' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value වඩා වැඩි විය යුතුය.', + 'string' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value අකුරු වඩා වැඩි විය යුතුය.', ], - - 'gte' => [ - 'numeric' => ':attribute :value වලට සහිත වී යුතුය.', - 'file' => ':attribute :value කිලෝබයිට් කිලෝබයිට් වලට සහිත වී යුතුය.', - 'string' => ':attribute :value අකුරු සංඛ්‍යාවක් වලට සහිත වී යුතුය.', - 'array' => ':attribute :value ක්ලටරයක් වලට සහිත වී යුතුය.', + + 'gte' => [ + 'array' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම අගය :value හෝ වඩා වැඩි විය යුතුය.', + 'file' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value කිලෝ හෝ වඩා ඇතිවිය යුතුය.', + 'numeric' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value හෝ වඩා ඇතිවිය යුතුය.', + 'string' => 'ප්‍රතිප්‍රශ්න :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 ක්ලටරයක් වලට අඩු වී යුතුය.', + 'hex_color' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු හෙස් වර්ගයේ විය යුතුය.', + 'image' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව රූපය විවෘත කළ යුතුය.', + 'in' => 'තෝරාගත් :attribute වලංගු නොවේ.', + 'in_array' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :other හි පවතී.', + 'integer' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව නිර්මාණය විය යුතුය.', + 'ip' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු IP ලිපිනය විවෘත කළ යුතුය.', + 'ipv4' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු IPv4 ලිපිනය විවෘත කළ යුතුය.', + 'ipv6' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු IPv6 ලිපිනය විවෘත කළ යුතුය.', + 'json' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු JSON ස්ථානය විවෘත කළ යුතුය.', + 'lowercase' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව හොදයින් විය යුතුය.', + + 'lt' => [ + 'array' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :value කිලෝ හඩ වන අතර එකතු කළ යුතුය.', + 'file' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :value කිලෝ වඩා වැඩි අකුරු විය යුතුය.', + 'numeric' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :value කිලෝ වඩා වැඩි අකුරු විය යුතුය.', + 'string' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :value කිලෝ වඩා වැඩි අකුරු විය යුතුය.', ], - 'lte' => [ - 'numeric' => ':attribute :value වලට සහිත වී යුතුය.', - 'file' => ':attribute :value කිලෝබයිට් කිලෝබයිට් වලට සහිත වී යුතුය.', - 'string' => ':attribute :value අකුරු සංඛ්‍යාවක් වලට සහිත වී යුතුය.', - 'array' => ':attribute :value ක්ලටරයක් වලට සහිත වී යුතුය.', + 'lte' => [ + 'array' => ':attribute කොටුවේ අනුමත දත්ත අගය :value ට වඩා හෝ සමාන විය යුතුය.', + 'file' => ':attribute කොටුවේ අනුමත කිලෝ හෝ සමාන විය යුතුය :value කිලෝ කිලෝබයක්.', + 'numeric' => ':attribute කොටුවේ අනුමත කිලෝ හෝ සමාන විය යුතුය :value.', + 'string' => ':attribute කොටුවේ අනුමත කිලෝ හෝ සමාන විය යුතුය :value අකුරු.', ], - - 'max' => [ - 'numeric' => ':attribute :max වලට වඩා වැඩි වී යුතුය.', - 'file' => ':attribute :max කිලෝබයිට් කිලෝබයිට් වලට වඩා වැඩි වී යුතුය.', - 'string' => ':attribute :max අකුරු වලට වඩා වැඩි වී යුතුය.', - 'array' => ':attribute :max ක්ලටරයක් වලට වඩා වැඩි වී යුතුය.', + + 'mac_address' => ':attribute කොටුව වලංගු MAC ලිපිනය විවෘත කළ යුතුය.', + + 'max' => [ + 'array' => ':attribute කොටුවේ අනුමත දත්ත අගය :max ට වඩා හෝ සමාන විය යුතුය.', + 'file' => ':attribute කොටුව අනුමත කිලෝ හෝ සමාන විය යුතුය :max කිලෝබයක්.', + 'numeric' => ':attribute කොටුව අනුමත කිලෝ හෝ සමාන විය යුතුය :max.', + 'string' => ':attribute කොටුව අනුමත කිලෝ හෝ සමාන විය යුතුය :max අකුරු.', ], - 'mimes' => ':attribute :values වලංගු වෙනස් කළ හැක.', - 'mimetypes' => ':attribute :values වලංගු වෙනස් කළ හැක.', - - 'min' => [ - 'numeric' => ':attribute වලංගු :min වනස් වී යුතුය.', - 'file' => ':attribute :min කිලෝබයිට් කිලෝබයිට් වලට වනස් වී යුතුය.', - 'string' => ':attribute :min අකුරු වලට වනස් වී යුතුය.', - 'array' => ':attribute :min ක්ලටරයක් වලට වනස් වී යුතුය.', + 'max_digits' => 'The :attribute කොටුව වල අනුමත අංක ගණන :max වලට වඩා වැඩි විය යුතුය.', + 'mimes' => ':attribute කොටුව විටින් ගොනුවේ වර්ගය :values නිසා විය යුතුය.', + 'mimetypes' => ':attribute කොටුව විටින් ගොනුවේ වර්ගය :values නිසා විය යුතුය.', + + 'min' => [ + 'array' => ':attribute කොටුව අනුමත දත්ත අගය අවට :min කිලෝ විය යුතුය.', + 'file' => ':attribute කොටුව අනුමත කිලෝ අහෝ සමාන විය යුතුය :min කිලෝබයක්.', + 'numeric' => ':attribute කොටුව අනුමත කිලෝ අහෝ සමාන විය යුතුය :min.', + 'string' => ':attribute කොටුව අනුමත කිලෝ අහෝ සමාන විය යුතුය :min අකුරු.', ], - 'not_in' => 'තෝරාගත් :attribute වලංගු වර්ගයක් වේ.', - 'not_regex' => ':attribute ආකෘතිය වලංගු වර්ගයක් වේ.', - 'numeric' => ':attribute වලංගු සංඛ්‍යාවක් වෙයි.', - 'present' => ':attribute ක්වය වෛර වී යුතුය.', - 'regex' => ':attribute ආකෘතිය වලංගු වර්ගයක් වෙයි.', - 'required' => ':attribute ක්වය අවශ්‍යයි.', - 'required_if' => ':attribute ක්වය :other :value වලට ඇතුලත් වී යුතුය.', - '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 ක්ලටරයක් වලට වනස් වී යුතුය.', + 'min_digits' => ':attribute කොටුවේ අනුමත අංක :min කිලෝ තිබිය යුතුය.', + 'missing' => ':attribute කොටුව අසාර්ථකයි.', + 'missing_if' => ':other වේ :value වෙතින් :attribute කොටුව අසාර්ථකයි.', + 'missing_unless' => ':other වේ :value වෙතින් :attribute කොටුව අසාර්ථකයි.', + 'missing_with' => ':values විය යුතුය වෙතින් :attribute කොටුව අසාර්ථකයි.', + 'missing_with_all' => ':values විය යුතුය වෙතින් :attribute කොටුව අසාර්ථකයි.', + 'multiple_of' => ':attribute කොටුව අනුකූල විය යුතුය :value විට.', + 'not_in' => 'තෝරාගත් :attribute වලින් අසමත් වනු ඇත.', + 'not_regex' => ':attribute කොටුව ආකෘතිය වලංගු නොවේ.', + 'numeric' => ':attribute කොටුව අංක විය යුතුය.', + + 'password' => [ + 'letters' => ':attribute කොටුව එකම අක්‍රියයි අඩංගු විය යුතුය.', + 'mixed' => ':attribute කොටුව එකම පහළ-උදවු සහ එකම උදවුවක් අනුරූප විය යුතුය.', + 'numbers' => ':attribute කොටුව එකම අංකයි විය යුතුය.', + 'symbols' => ':attribute කොටුව එකම සංකෝණයි විය යුතුය.', + 'uncompromised' => 'ලබා ගත් :attribute දත්ත වළකිරීම් තුල වෙනත් :attribute තෝරා ගන්නාගේ ලද ලේකමකි. කරුණාකර වෙනත් :attribute තෝරන්න.', ], - 'string' => ':attribute කුකුලයක් වෙයි.', - 'timezone' => ':attribute වලංගු ස්ථානයක් වෙයි.', - 'unique' => ':attribute වේලකාභයේ වලංගු වෙයි.', - 'uploaded' => ':attribute උඩුගත කර නොමැත.', - 'url' => ':attribute ෆෝමැට් වලංගු වෙනස් කර ඇත.', - + 'present' => ':attribute කොටුව විමසීමෙන් සඳහා අවශ්‍යයි.', + 'present_if' => ':other හි :value වලට :attribute කොටුව විමසීමෙන් සඳහා අවශ්‍යයි.', + 'present_unless' => ':other හි :value වලට වෙන්වීමෙන් :attribute කොටුව විමසීමෙන් සඳහා අවශ්‍යයි.', + 'present_with' => ':values වලට :attribute කොටුව විමසීමෙන් සඳහා අවශ්‍යයි.', + 'present_with_all' => ':values වලට :attribute කොටුව විමසීමෙන් සඳහා අවශ්‍යයි.', + 'prohibited' => ':attribute කොටුව තහවුරු කරන ලදි.', + 'prohibited_if' => ':other හි :value වලට :attribute කොටුව තහවුරු කරන ලදි.', + 'prohibited_unless' => ':other ව :values වෙත වෙන්වීමෙන් :attribute කොටුව තහවුරු කරන ලදි.', + 'prohibits' => ':attribute කොටුව දැනටමත් :other ව තිබිය යුතුය.', + 'regex' => ':attribute කොටුවේ ආකෘතිය වලංගු නොවේ.', + 'required' => ':attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_array_keys' => ':values සඳහා :attribute කොටුවෙන් ඇතුළත් කිරීමට අවශ්‍යයි.', + 'required_if' => ':other හි :value වලට :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_if_accepted' => ':other ව පිළිගන්නා ස්ථානයට :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_unless' => ':values වලට අනුපාතයි නම් :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_with' => ':values වලට :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_with_all' => ':values සමග :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_without' => ':values වලට නොමැති විට :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'required_without_all' => ':values සහිත විට :attribute කොටුව විමසීමට අවශ්‍යයි.', + 'same' => ':attribute කොටුව සම්පූර්ණ විය යුතුය :other සම්පූර්ණ කිරීමට.', + + 'size' => [ + 'array' => ':attribute කොටුව සියලුම අයිතම :size කිරීමෙන් ය.', + 'file' => ':attribute කොටුව :size කිලෝබයක් යොමු කළ යුතුය.', + 'numeric' => ':attribute කොටුව :size වේ.', + 'string' => ':attribute කොටුව :size අක්ෂාංකයක් යොමු කළ යුතුය.', + ], + + 'starts_with' => ':attribute කොටුව පහත ලැයිස්තුවක් සමඟ ආරම්භ විය යුතුය: :values.', + 'string' => ':attribute කොටුව සාමාන්‍ය වචන වේ.', + 'timezone' => ':attribute කොටුව වලංගු කාල කට්ටයක් විය යුතුය.', + 'unique' => ':attribute දැනටමත් ලබා ඇත.', + 'uploaded' => ':attribute උඩුගත කිරීම අසාර්ථක විය.', + 'uppercase' => ':attribute කොටුව ඉහළ අක්ෂර අකුරු විය යුතුය.', + 'url' => ':attribute කොටුව වලංගු URL විය යුතුය.', + 'ulid' => ':attribute කොටුව වලංගු ULID විය යුතුය.', + 'uuid' => ':attribute කොටුව වලංගු UUID විය යුතුය.', + /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'විස්තර-පනත', + 'rule-name' => 'custom-message', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/tr/auth.php b/lang/tr/auth.php index f26fbf0ffbe..46beb557966 100644 --- a/lang/tr/auth.php +++ b/lang/tr/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.', - 'throttle' => 'Çok fazla giriş denemesi. Lütfen :seconds içinde tekrar deneyin.', + 'failed' => 'Bu kimlik bilgileri kayıtlarımızla uyuşmuyor.', + 'password' => 'Sağlanan şifre yanlış.', + 'throttle' => 'Çok fazla giriş denemesi. Lütfen :seconds saniye sonra tekrar deneyin.', ]; diff --git a/lang/tr/pagination.php b/lang/tr/pagination.php index 18fd3e1f0d9..1f122f758e2 100644 --- a/lang/tr/pagination.php +++ b/lang/tr/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Önceki', 'next' => 'Sonraki »', + 'previous' => '« Önceki', ]; diff --git a/lang/tr/passwords.php b/lang/tr/passwords.php index c999e5f0cae..bc312ae702f 100644 --- a/lang/tr/passwords.php +++ b/lang/tr/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Şifreler en az altı karakterden oluşmalı ve onayla eşleşmelidir.', - 'reset' => 'Şifreniz sıfırlandı!', - 'sent' => 'Şifre sıfırlama bağlantınızı e-posta ile gönderdik!', - 'token' => 'Bu parola sıfırlama belirteci geçersiz.', - 'user' => 'Bu e-posta adresine sahip bir kullanıcı bulamıyoruz.', + 'reset' => 'Şifreniz sıfırlandı.', + 'sent' => 'Şifre sıfırlama bağlantınızı e-posta ile gönderdik.', + 'throttled' => 'Tekrar denemeden önce lütfen bekleyin.', + 'token' => 'Bu şifre sıfırlama belirteci geçersiz.', + 'user' => "Bu e-posta adresiyle bir kullanıcı bulamıyoruz.", ]; diff --git a/lang/tr/validation.php b/lang/tr/validation.php index ad3a27b337a..6a650f1e7f0 100644 --- a/lang/tr/validation.php +++ b/lang/tr/validation.php @@ -13,128 +13,166 @@ | */ - 'accepted' => ':attribute kabul edilmelidir.', - 'active_url' => ':attribute geçerli bir URL değil.', - 'after' => ':attribute, :date \'den sonraki bir tarih olmalıdır.', - 'after_or_equal' => ':attribute, :date \'den sonraki veya buna eşit bir tarih olmalıdır.', - 'alpha' => ':attribute yalnızca harf içermelidir.', - 'alpha_dash' => ':attribute yalnızca harf, sayı, tire ve alt çizgi içermelidir.', - 'alpha_num' => ':attribute yalnızca harf ve rakamlardan oluşmalıdır.', - 'array' => ':attribute bir dizi olmalıdır.', - 'before' => ':attribute, :date \'den önceki bir tarih olmalıdır.', - 'before_or_equal' => ':attribute, :date tarihinden önce veya buna eşit bir tarih olmalıdır.', - - 'between' => [ - 'numeric' => ':attribute :min ve :max arasında olmalıdır.', - 'file' => ':attribute :min ve :max kilobaytlar arasında olmalıdır.', - 'string' => ':attribute :min ve :max karakterleri arasında olmalıdır.', - 'array' => ':attribute, :min ve :max öğeleri arasında olmalıdır.', + 'accepted' => ':attribute alanı kabul edilmelidir.', + 'accepted_if' => ':other :value olduğunda :attribute alanı kabul edilmelidir.', + 'active_url' => ':attribute alanı geçerli bir URL olmalıdır.', + 'after' => ':attribute alanı :date tarihinden sonra bir tarih olmalıdır.', + 'after_or_equal' => ':attribute alanı :date tarihinden sonra veya aynı tarih olmalıdır.', + 'alpha' => ':attribute alanı sadece harfler içermelidir.', + 'alpha_dash' => ':attribute alanı sadece harfler, rakamlar, tireler ve alt çizgiler içermelidir.', + 'alpha_num' => ':attribute alanı sadece harfler ve rakamlar içermelidir.', + 'array' => ':attribute alanı bir dizi olmalıdır.', + 'ascii' => ':attribute alanı yalnızca tek baytlık alfasayısal karakterler ve semboller içermelidir.', + 'before' => ':attribute alanı :date tarihinden önce bir tarih olmalıdır.', + 'before_or_equal' => ':attribute alanı :date tarihinden önce veya aynı tarih olmalıdır.', + + 'between' => [ + 'array' => ':attribute alanı :min ile :max arasında öğe içermelidir.', + 'file' => ':attribute alanı :min ile :max kilobayt arasında olmalıdır.', + 'numeric' => ':attribute alanı :min ile :max arasında olmalıdır.', + 'string' => ':attribute alanı :min ile :max karakter arasında olmalıdır.', ], - 'boolean' => ':attribute alanı doğru veya yanlış olmalıdır.', - 'confirmed' => ':attribute onayı eşleşmiyor.', - 'current_password' => 'Şifre yanlış.', - 'date' => ':attribute geçerli bir tarih değil.', - 'date_equals' => ':attribute, :date değerine eşit bir tarih olmalıdır.', - 'date_format' => ':attribute, :format biçimiyle eşleşmiyor.', - 'different' => ':attribute ve :other farklı olmalıdır.', - 'digits' => ':attribute :digits rakamlardan oluşmalıdır.', - 'digits_between' => ':attribute :min ve :max basamakları arasında olmalıdır.', - 'dimensions' => ':attribute geçersiz resim boyutlarına sahip.', - 'distinct' => ':attribute alanı yinelenen bir değere sahip.', - 'email' => ':attribute geçerli bir e-posta adresi olmalıdır.', - 'ends_with' => ':attribute aşağıdakilerden biriyle bitmelidir: :values.', - 'exists' => 'Seçilen :attribute geçersiz.', - 'file' => ':attribute bir dosya olmalıdır.', - 'filled' => ':attribute alanının bir değeri olmalıdır.', - - 'gt' => [ - 'numeric' => ':attribute, :value değerinden büyük olmalıdır.', - 'file' => ':attribute, :value kilobayttan büyük olmalıdır.', - 'string' => ':attribute, :value karakterlerinden büyük olmalıdır.', - 'array' => ':attribute, :value öğelerinden daha fazlasına sahip olmalıdır.', + 'boolean' => ':attribute alanı true veya false olmalıdır.', + 'can' => ':attribute alanı yetkisiz bir değer içeriyor.', + 'confirmed' => ':attribute alanı onayı eşleşmiyor.', + 'current_password' => 'Şifre yanlış.', + 'date' => ':attribute alanı geçerli bir tarih olmalıdır.', + 'date_equals' => ':attribute alanı :date ile aynı tarihte olmalıdır.', + 'date_format' => ':attribute alanı :format formatına uygun olmalıdır.', + 'decimal' => ':attribute alanı :decimal ondalık basamağa sahip olmalıdır.', + 'declined' => ':attribute alanı reddedilmelidir.', + 'declined_if' => ':other :value olduğunda :attribute alanı reddedilmelidir.', + 'different' => ':attribute alanı ve :other farklı olmalıdır.', + 'digits' => ':attribute alanı :digits basamaklı olmalıdır.', + 'digits_between' => ':attribute alanı :min ile :max arasında basamak olmalıdır.', + 'dimensions' => ':attribute alanı geçersiz resim boyutlarına sahiptir.', + 'distinct' => ':attribute alanı tekrarlanan bir değere sahiptir.', + 'doesnt_end_with' => ':attribute alanı aşağıdakilerden biriyle bitmemelidir: :values.', + 'doesnt_start_with' => ':attribute alanı aşağıdakilerden biriyle başlamamalıdır: :values.', + 'email' => ':attribute alanı geçerli bir e-posta adresi olmalıdır.', + 'ends_with' => ':attribute alanı aşağıdakilerden biriyle bitmelidir: :values.', + 'enum' => 'Seçilen :attribute geçersiz.', + 'exists' => 'Seçilen :attribute geçersiz.', + 'extensions' => ':attribute alanı şu uzantılardan birine sahip olmalıdır: :values.', + 'file' => ':attribute alanı bir dosya olmalıdır.', + 'filled' => ':attribute alanı bir değere sahip olmalıdır.', + + 'gt' => [ + 'array' => ':attribute alanı :value öğeden daha fazla olmalıdır.', + 'file' => ':attribute alanı :value kilobayttan büyük olmalıdır.', + 'numeric' => ':attribute alanı :value\'dan büyük olmalıdır.', + 'string' => ':attribute alanı :value karakterden büyük olmalıdır.', ], - + 'gte' => [ - 'numeric' => ':attribute, :value değerinden büyük veya ona eşit olmalıdır.', - 'file' => ':attribute, :value kilobayttan büyük veya ona eşit olmalıdır.', - 'string' => ':attribute, :value karakterlerinden büyük veya ona eşit olmalıdır.', - 'array' => ':attribute, :value öğelerine veya daha fazlasına sahip olmalıdır.', + 'array' => ':attribute alanı :value öğeden veya daha fazlasına sahip olmalıdır.', + 'file' => ':attribute alanı :value kilobayttan büyük veya eşit olmalıdır.', + 'numeric' => ':attribute alanı :value\'dan büyük veya eşit olmalıdır.', + 'string' => ':attribute alanı :value karakterden büyük veya eşit olmalıdır.', ], - 'image' => ':attribute bir resim olmalıdır.', - 'in' => 'Seçilen :attribute geçersiz.', - 'in_array' => ':attribute alanı :other içinde mevcut değil.', - 'integer' => ':attribute bir tamsayı olmalıdır.', - 'ip' => ':attribute geçerli bir IP adresi olmalıdır.', - 'ipv4' => ':attribute geçerli bir IPv4 adresi olmalıdır.', - 'ipv6' => ':attribute geçerli bir IPv6 adresi olmalıdır.', - 'json' => ':attribute geçerli bir JSON dizesi olmalıdır.', - - 'lt' => [ - 'numeric' => ':attribute, :value değerinden küçük olmalıdır.', - 'file' => ':attribute, :value kilobayttan küçük olmalıdır.', - 'string' => ':attribute, :value karakterlerinden daha az olmalıdır.', - 'array' => ':attribute, :value öğelerinden daha azına sahip olmalıdır.', + 'hex_color' => ':attribute alanı geçerli bir onaltılık renk olmalıdır.', + 'image' => ':attribute alanı bir resim olmalıdır.', + 'in' => 'Seçilen :attribute geçersizdir.', + 'in_array' => ':attribute alanı :other\'da mevcut olmalıdır.', + 'integer' => ':attribute alanı bir tam sayı olmalıdır.', + 'ip' => ':attribute alanı geçerli bir IP adresi olmalıdır.', + 'ipv4' => ':attribute alanı geçerli bir IPv4 adresi olmalıdır.', + 'ipv6' => ':attribute alanı geçerli bir IPv6 adresi olmalıdır.', + 'json' => ':attribute alanı geçerli bir JSON dizisi olmalıdır.', + 'lowercase' => ':attribute alanı küçük harf olmalıdır.', + + 'lt' => [ + 'array' => ':attribute alanı :value öğeden daha az olmalıdır.', + 'file' => ':attribute alanı :value kilobayttan küçük olmalıdır.', + 'numeric' => ':attribute alanı :value\'dan küçük olmalıdır.', + 'string' => ':attribute alanı :value karakterden az olmalıdır.', ], - + 'lte' => [ - 'numeric' => ':attribute, :value değerinden küçük veya ona eşit olmalıdır.', - 'file' => ':attribute :value kilobayttan küçük veya ona eşit olmalıdır.', - 'string' => ':attribute, :value karakterlerinden küçük veya ona eşit olmalıdır.', - 'array' => ':attribute, :value öğelerinden daha fazlasına sahip olmamalıdır.', + 'array' => ':attribute alanı :value öğeden fazla olmamalıdır.', + 'file' => ':attribute alanı :value kilobayttan küçük veya eşit olmalıdır.', + 'numeric' => ':attribute alanı :value\'dan küçük veya eşit olmalıdır.', + 'string' => ':attribute alanı :value karakterden az veya eşit olmalıdır.', ], - + + 'mac_address' => ':attribute alanı geçerli bir MAC adresi olmalıdır.', + 'max' => [ - 'numeric' => ':attribute :max değerinden büyük olmamalıdır.', - 'file' => ':attribute, :max kilobayttan büyük olmamalıdır.', - 'string' => ':attribute, :max karakterlerinden büyük olmamalıdır.', - 'array' => ':attribute öğesi, :max öğelerinden daha fazlasına sahip olmamalıdır.', + 'array' => ':attribute alanı :max öğeden fazla olmamalıdır.', + 'file' => ':attribute alanı :max kilobayttan büyük olmamalıdır.', + 'numeric' => ':attribute alanı :max\'dan büyük olmamalıdır.', + 'string' => ':attribute alanı :max karakterden fazla olmamalıdır.', ], - - 'mimes' => ':attribute, :values ​​türünde bir dosya olmalıdır.', - 'mimetypes' => ':attribute, :values ​​türünde bir dosya olmalıdır.', - - 'min' => [ - 'numeric' => ':attribute en az :min olmalıdır.', - 'file' => ':attribute en az :min kilobayt olmalıdır.', - 'string' => ':attribute en az :min karakter olmalıdır.', - 'array' => ':attribute en az :min öğelerine sahip olmalıdır.', + + 'max_digits' => ':attribute alanı :max basamaktan fazla olmamalıdır.', + 'mimes' => ':attribute alanı şu türde bir dosya olmalıdır: :values.', + 'mimetypes' => ':attribute alanı şu türde bir dosya olmalıdır: :values.', + + 'min' => [ + 'array' => ':attribute alanı en az :min öğe içermelidir.', + 'file' => ':attribute alanı en az :min kilobayt olmalıdır.', + 'numeric' => ':attribute alanı en az :min olmalıdır.', + 'string' => ':attribute alanı en az :min karakter olmalıdır.', ], - 'multiple_of' => ':attribute, :value \'nun katı olmalıdır.', - 'not_in' => 'Seçilen :attribute geçersiz.', - 'not_regex' => ':attribute biçimi geçersiz.', - 'numeric' => ':attribute bir sayı olmalıdır.', - 'password' => 'Şifre yanlış.', + 'min_digits' => ':attribute alanı en az :min basamağa sahip olmalıdır.', + 'missing' => ':attribute alanı eksik olmalıdır.', + 'missing_if' => ':other :value olduğunda :attribute alanı eksik olmalıdır.', + 'missing_unless' => ':other :value olmadığında :attribute alanı eksik olmalıdır.', + 'missing_with' => ':values mevcut olduğunda :attribute alanı eksik olmalıdır.', + 'missing_with_all' => ':values mevcut olduğunda :attribute alanı eksik olmalıdır.', + 'multiple_of' => ':attribute alanı :value\'nin katı olmalıdır.', + 'not_in' => 'Seçilen :attribute geçersizdir.', + 'not_regex' => ':attribute alanı formatı geçersizdir.', + 'numeric' => ':attribute alanı bir sayı olmalıdır.', + + 'password' => [ + 'letters' => ':attribute alanı en az bir harf içermelidir.', + 'mixed' => ':attribute alanı en az bir büyük harf ve bir küçük harf içermelidir.', + 'numbers' => ':attribute alanı en az bir rakam içermelidir.', + 'symbols' => ':attribute alanı en az bir sembol içermelidir.', + 'uncompromised' => 'Verilen :attribute bir veri sızıntısında göründü. Lütfen farklı bir :attribute seçin.', + ], + 'present' => ':attribute alanı mevcut olmalıdır.', - 'regex' => ':attribute biçimi geçersiz.', - 'required' => ':attribute alanı gereklidir.', - 'required_if' => ':attribute alanı, :other :value olduğunda gereklidir.', - 'required_unless' => ':attribute alanı, :other :values ​​içinde olmadığı sürece gereklidir.', - 'required_with' => ':attribute alanı, :values ​​mevcut olduğunda gereklidir.', - 'required_with_all' => ':attribute alanı, :değerler mevcut olduğunda gereklidir.', - 'required_without' => ':attribute alanı, :values ​​olmadığında gereklidir.', - 'required_without_all' => ':attribute alanı, :values ​​değerlerinin hiçbiri mevcut olmadığında gereklidir.', + 'present_if' => ':other :value olduğunda :attribute alanı mevcut olmalıdır.', + 'present_unless' => ':other :value olmadığında :attribute alanı mevcut olmalıdır.', + 'present_with' => ':values mevcut olduğunda :attribute alanı mevcut olmalıdır.', + 'present_with_all' => ':values mevcut olduğunda :attribute alanı mevcut olmalıdır.', 'prohibited' => ':attribute alanı yasaktır.', - 'prohibited_if' => ':attribute alanı :other :value olduğunda yasaktır.', - 'prohibited_unless' => ':attribute alanı, :other :values ​​içinde olmadığı sürece yasaktır.', - 'same' => ':attribute ve :other eşleşmelidir.', - - 'size' => [ - 'numeric' => ':attribute :size olmalıdır.', - 'file' => ':attribute :size kilobayt olmalıdır.', - 'string' => ':attribute :size karakter olmalıdır.', - 'array' => ':attribute :size öğeleri içermelidir.', + 'prohibited_if' => ':other :value olduğunda :attribute alanı yasaktır.', + 'prohibited_unless' => ':other :values içinde olmadığında :attribute alanı yasaktır.', + 'prohibits' => ':attribute alanı :other\'in mevcut olmasını engeller.', + 'regex' => ':attribute alanı formatı geçersizdir.', + 'required' => ':attribute alanı gereklidir.', + 'required_array_keys' => ':values için :attribute alanı girişler içermelidir.', + 'required_if' => ':other :value olduğunda :attribute alanı gereklidir.', + 'required_if_accepted' => ':other kabul edildiğinde :attribute alanı gereklidir.', + 'required_unless' => ':other :values içinde olmadığında :attribute alanı gereklidir.', + 'required_with' => ':values mevcut olduğunda :attribute alanı gereklidir.', + 'required_with_all' => ':values mevcut olduğunda :attribute alanı gereklidir.', + 'required_without' => ':values mevcut olmadığında :attribute alanı gereklidir.', + 'required_without_all' => ':values mevcut olmadığında :attribute alanı gereklidir.', + 'same' => ':attribute alanı :other ile eşleşmelidir.', + + 'size' => [ + 'array' => ':attribute alanı :size öğe içermelidir.', + 'file' => ':attribute alanı :size kilobayt olmalıdır.', + 'numeric' => ':attribute alanı :size olmalıdır.', + 'string' => ':attribute alanı :size karakter olmalıdır.', ], - - 'starts_with' => ':attribute aşağıdakilerden biriyle başlamalıdır: :values.', - 'string' => ':attribute bir dize olmalıdır.', - 'timezone' => ':attribute geçerli bir saat dilimi olmalıdır.', - 'unique' => ':attribute zaten alınmış.', + + 'starts_with' => ':attribute alanı şu değerlerden biriyle başlamalıdır: :values.', + 'string' => ':attribute alanı bir dize olmalıdır.', + 'timezone' => ':attribute alanı geçerli bir saat dilimi olmalıdır.', + 'unique' => ':attribute zaten alınmıştır.', 'uploaded' => ':attribute yüklenemedi.', - 'url' => ':attribute geçerli bir URL olmalıdır.', - 'uuid' => ':attribute geçerli bir UUID olmalıdır.', + 'uppercase' => ':attribute alanı büyük harf olmalıdır.', + 'url' => ':attribute alanı geçerli bir URL olmalıdır.', + 'ulid' => ':attribute alanı geçerli bir ULID olmalıdır.', + 'uuid' => ':attribute alanı geçerli bir UUID olmalıdır.', /* |-------------------------------------------------------------------------- @@ -149,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'custom-message', + 'rule-name' => 'özel mesaj', ], ], diff --git a/lang/uk/auth.php b/lang/uk/auth.php old mode 100755 new mode 100644 index 08a6ce83930..c4e1fd41f2d --- a/lang/uk/auth.php +++ b/lang/uk/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => 'Ці дані не відповідають нашим записам.', - 'throttle' => 'Забагато спроб входу. Спробуйте ще раз через :seconds секунд.', + 'failed' => 'Ці облікові дані не відповідають нашим записам.', + 'password' => 'Введений пароль невірний.', + 'throttle' => 'Забагато спроб входу. Будь ласка, спробуйте знову через :seconds секунд.', ]; diff --git a/lang/uk/pagination.php b/lang/uk/pagination.php old mode 100755 new mode 100644 index 4755a459981..a65aa1e1ba7 --- a/lang/uk/pagination.php +++ b/lang/uk/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« Попередня', - 'next' => 'Наступна »', + 'next' => 'Наступний »', + 'previous' => '« Попередній', ]; diff --git a/lang/uk/passwords.php b/lang/uk/passwords.php old mode 100755 new mode 100644 index 2d330737731..b95637e0f85 --- a/lang/uk/passwords.php +++ b/lang/uk/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => 'Пароль повинен містити щонайменше шість символів і відповідати підтвердженню.', - 'reset' => 'Ваш пароль був скинутий!', - 'sent' => 'Ми відправили вам посилання для скидання пароля на вашу електронну пошту!', - 'token' => 'Цей токен для скидання пароля недійсний.', - 'user' => 'Ми не можемо знайти користувача за вказаною адресою електронної пошти.', + 'reset' => 'Ваш пароль був скинутий.', + 'sent' => 'Ми відправили посилання для скидання пароля на вашу електронну пошту.', + 'throttled' => 'Будь ласка, зачекайте перед повторною спробою.', + 'token' => 'Цей токен скидання пароля недійсний.', + 'user' => "Ми не можемо знайти користувача за цією адресою електронної пошти.", ]; diff --git a/lang/uk/validation.php b/lang/uk/validation.php old mode 100755 new mode 100644 index 4d807f90712..c12a4405e84 --- a/lang/uk/validation.php +++ b/lang/uk/validation.php @@ -13,118 +13,166 @@ | */ - 'accepted' => 'Поле :attribute повинно бути прийнято.', - 'active_url' => 'Поле :attribute має невірний URL.', - '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 символів.', + 'accepted' => 'Поле :attribute повинно бути прийнято.', + 'accepted_if' => 'Поле :attribute повинно бути прийнято, коли :other дорівнює :value.', + 'active_url' => 'Поле :attribute повинно бути дійсним URL.', + 'after' => 'Поле :attribute повинно бути датою після :date.', + 'after_or_equal' => 'Поле :attribute повинно бути датою після або дорівнює :date.', + 'alpha' => 'Поле :attribute повинно містити лише букви.', + 'alpha_dash' => 'Поле :attribute може містити лише букви, цифри, тире та підкреслення.', + 'alpha_num' => 'Поле :attribute може містити лише букви та цифри.', + 'array' => 'Поле :attribute повинно бути масивом.', + 'ascii' => 'Поле :attribute повинно містити лише однобайтові буквено-цифрові символи та символи.', + 'before' => 'Поле :attribute повинно бути датою перед :date.', + 'before_or_equal' => 'Поле :attribute повинно бути датою перед або дорівнює :date.', + + 'between' => [ 'array' => 'Поле :attribute повинно містити від :min до :max елементів.', + 'file' => 'Поле :attribute повинно бути від :min до :max кілобайт.', + 'numeric' => 'Поле :attribute повинно бути від :min до :max.', + 'string' => 'Поле :attribute повинно бути від :min до :max символів.', ], - 'boolean' => 'Поле :attribute повинно бути true або false.', - '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 символів.', + 'boolean' => 'Поле :attribute повинно бути true або false.', + 'can' => 'Поле :attribute містить несанкціоноване значення.', + 'confirmed' => 'Поле :attribute підтвердження не співпадає.', + 'current_password' => 'Пароль невірний.', + 'date' => 'Поле :attribute повинно бути дійсною датою.', + 'date_equals' => 'Поле :attribute повинно бути датою, рівною :date.', + 'date_format' => 'Поле :attribute повинно відповідати формату :format.', + 'decimal' => 'Поле :attribute повинно мати :decimal десяткових знаків.', + 'declined' => 'Поле :attribute повинно бути відхилено.', + 'declined_if' => 'Поле :attribute повинно бути відхилено, коли :other дорівнює :value.', + 'different' => 'Поля :attribute та :other повинні бути різними.', + 'digits' => 'Поле :attribute повинно мати :digits цифр.', + 'digits_between' => 'Поле :attribute повинно бути від :min до :max цифр.', + 'dimensions' => 'Поле :attribute має недійсні розміри зображення.', + 'distinct' => 'Поле :attribute має значення, яке дублюється.', + 'doesnt_end_with' => 'Поле :attribute не повинно закінчуватися на один із наступних: :values.', + 'doesnt_start_with' => 'Поле :attribute не повинно починатися з одного із наступних: :values.', + 'email' => 'Поле :attribute повинно бути дійсною електронною адресою.', + 'ends_with' => 'Поле :attribute повинно закінчуватися одним із наступних: :values.', + 'enum' => 'Обране :attribute недійсне.', + 'exists' => 'Обране :attribute недійсне.', + 'extensions' => 'Поле :attribute повинно мати одне з наступних розширень: :values.', + 'file' => 'Поле :attribute повинно бути файлом.', + 'filled' => 'Поле :attribute повинно мати значення.', + + 'gt' => [ 'array' => 'Поле :attribute повинно містити більше ніж :value елементів.', + 'file' => 'Поле :attribute повинно бути більше ніж :value кілобайт.', + 'numeric' => 'Поле :attribute повинно бути більше ніж :value.', + 'string' => 'Поле :attribute повинно бути більше ніж :value символів.', ], - 'gte' => [ - 'numeric' => 'Поле :attribute повинно бути більше або рівним :value.', - 'file' => 'Поле :attribute повинно бути більше або рівним :value кілобайтів.', - 'string' => 'Поле :attribute повинно містити більше або рівно :value символів.', + 'gte' => [ 'array' => 'Поле :attribute повинно містити :value елементів або більше.', + 'file' => 'Поле :attribute повинно бути більше або дорівнювати :value кілобайт.', + 'numeric' => 'Поле :attribute повинно бути більше або дорівнювати :value.', + 'string' => 'Поле :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 символів.', + 'hex_color' => 'Поле :attribute повинно бути дійсним шестнадцятковим кольором.', + 'image' => 'Поле :attribute повинно бути зображенням.', + 'in' => 'Вибране значення :attribute недійсне.', + 'in_array' => 'Поле :attribute повинно існувати в :other.', + 'integer' => 'Поле :attribute повинно бути цілим числом.', + 'ip' => 'Поле :attribute повинно бути дійсною IP-адресою.', + 'ipv4' => 'Поле :attribute повинно бути дійсною IPv4-адресою.', + 'ipv6' => 'Поле :attribute повинно бути дійсною IPv6-адресою.', + 'json' => 'Поле :attribute повинно бути дійсним JSON-рядком.', + 'lowercase' => 'Поле :attribute повинно бути в нижньому регістрі.', + + 'lt' => [ 'array' => 'Поле :attribute повинно містити менше ніж :value елементів.', + 'file' => 'Поле :attribute повинно бути менше ніж :value кілобайт.', + 'numeric' => 'Поле :attribute повинно бути менше ніж :value.', + 'string' => 'Поле :attribute повинно бути менше ніж :value символів.', ], - 'lte' => [ - 'numeric' => 'Поле :attribute повинно бути менше або рівним :value.', - 'file' => 'Поле :attribute повинно бути менше або рівним :value кілобайтів.', - 'string' => 'Поле :attribute повинно містити менше або рівно :value символів.', - 'array' => 'Поле :attribute повинно містити не більше ніж :value елементів.', + 'lte' => [ + 'array' => 'Поле :attribute не повинно містити більше ніж :value елементів.', + 'file' => 'Поле :attribute повинно бути менше або дорівнювати :value кілобайт.', + 'numeric' => 'Поле :attribute повинно бути менше або дорівнювати :value.', + 'string' => 'Поле :attribute повинно бути менше або дорівнювати :value символів.', ], - 'max' => [ - 'numeric' => 'Поле :attribute не може бути більше ніж :max.', - 'file' => 'Поле :attribute не може бути більше ніж :max кілобайтів.', - 'string' => 'Поле :attribute не може бути більше ніж :max символів.', - 'array' => 'Поле :attribute не може містити більше ніж :max елементів.', + 'mac_address' => 'Поле :attribute повинно бути дійсною MAC-адресою.', + + 'max' => [ + 'array' => 'Поле :attribute не повинно містити більше ніж :max елементів.', + 'file' => 'Поле :attribute не повинно бути більше ніж :max кілобайт.', + 'numeric' => 'Поле :attribute не повинно бути більше ніж :max.', + 'string' => 'Поле :attribute не повинно бути більше ніж :max символів.', ], - 'mimes' => 'Поле :attribute повинно бути файлом типу: :values.', - 'mimetypes' => 'Поле :attribute повинно бути файлом типу: :values.', + 'max_digits' => 'Поле :attribute не повинно містити більше ніж :max цифр.', + 'mimes' => 'Поле :attribute повинно бути файлом типу: :values.', + 'mimetypes' => 'Поле :attribute повинно бути файлом типу: :values.', - 'min' => [ - 'numeric' => 'Поле :attribute повинно бути принаймні :min.', - 'file' => 'Поле :attribute повинно бути принаймні :min кілобайтів.', - 'string' => 'Поле :attribute повинно містити принаймні :min символів.', + 'min' => [ 'array' => 'Поле :attribute повинно містити принаймні :min елементів.', + 'file' => 'Поле :attribute повинно бути принаймні :min кілобайт.', + 'numeric' => 'Поле :attribute повинно бути принаймні :min.', + 'string' => 'Поле :attribute повинно бути принаймні :min символів.', + ], + + 'min_digits' => 'Поле :attribute повинно містити принаймні :min цифри.', + 'missing' => 'Поле :attribute повинно бути відсутнім.', + 'missing_if' => 'Поле :attribute повинно бути відсутнім, коли :other є :value.', + 'missing_unless' => 'Поле :attribute повинно бути відсутнім, якщо :other не є :value.', + 'missing_with' => 'Поле :attribute повинно бути відсутнім, коли :values присутній.', + 'missing_with_all' => 'Поле :attribute повинно бути відсутнім, коли :values присутні.', + 'multiple_of' => 'Поле :attribute повинно бути кратним :value.', + 'not_in' => 'Вибране значення :attribute недійсне.', + 'not_regex' => 'Формат поля :attribute недійсний.', + 'numeric' => 'Поле :attribute повинно бути числом.', + + 'password' => [ + 'letters' => 'Поле :attribute повинно містити принаймні одну літеру.', + 'mixed' => 'Поле :attribute повинно містити принаймні одну велику та одну малу літеру.', + 'numbers' => 'Поле :attribute повинно містити принаймні одну цифру.', + 'symbols' => 'Поле :attribute повинно містити принаймні один символ.', + 'uncompromised' => 'Вказаний :attribute з\'явився у витоку даних. Будь ласка, виберіть інший :attribute.', ], - 'not_in' => 'Обране значення поля :attribute є недійсним.', - 'not_regex' => 'Формат поля :attribute є недійсним.', - 'numeric' => 'Поле :attribute повинно бути числом.', 'present' => 'Поле :attribute повинно бути присутнім.', - 'regex' => 'Формат поля :attribute є недійсним.', - 'required' => 'Поле :attribute є обов’язковим.', - 'required_if' => 'Поле :attribute є обов’язковим, коли :other є :value.', - 'required_unless' => 'Поле :attribute є обов’язковим, якщо :other не є в :values.', - 'required_with' => 'Поле :attribute є обов’язковим, коли :values присутні.', - 'required_with_all' => 'Поле :attribute є обов’язковим, коли всі значення :values присутні.', - 'required_without' => 'Поле :attribute є обов’язковим, коли значення :values відсутні.', - 'required_without_all' => 'Поле :attribute є обов’язковим, коли всі значення :values відсутні.', - 'same' => 'Поля :attribute і :other повинні співпадати.', - - 'size' => [ - 'numeric' => 'Поле :attribute повинно бути розміром :size.', - 'file' => 'Поле :attribute повинно бути розміром :size кілобайтів.', - 'string' => 'Поле :attribute повинно містити :size символів.', + 'present_if' => 'Поле :attribute повинно бути присутнім, коли :other є :value.', + 'present_unless' => 'Поле :attribute повинно бути присутнім, якщо :other не є :value.', + 'present_with' => 'Поле :attribute повинно бути присутнім, коли :values присутній.', + 'present_with_all' => 'Поле :attribute повинно бути присутнім, коли :values присутні.', + 'prohibited' => 'Поле :attribute заборонено.', + 'prohibited_if' => 'Поле :attribute заборонено, коли :other є :value.', + 'prohibited_unless' => 'Поле :attribute заборонено, якщо :other знаходиться в :values.', + 'prohibits' => 'Поле :attribute забороняє :other бути присутнім.', + 'regex' => 'Формат поля :attribute недійсний.', + 'required' => 'Поле :attribute є обов\'язковим.', + 'required_array_keys' => 'Поле :attribute повинно містити записи для: :values.', + 'required_if' => 'Поле :attribute є обов\'язковим, коли :other є :value.', + 'required_if_accepted' => 'Поле :attribute є обов\'язковим, коли :other прийнятий.', + 'required_unless' => 'Поле :attribute є обов\'язковим, якщо :other не знаходиться в :values.', + 'required_with' => 'Поле :attribute є обов\'язковим, коли :values присутній.', + 'required_with_all' => 'Поле :attribute є обов\'язковим, коли :values присутні.', + 'required_without' => 'Поле :attribute є обов\'язковим, коли :values відсутній.', + 'required_without_all' => 'Поле :attribute є обов\'язковим, коли ні одне з :values не присутнє.', + 'same' => 'Поле :attribute повинно збігатися з :other.', + + 'size' => [ 'array' => 'Поле :attribute повинно містити :size елементів.', + 'file' => 'Поле :attribute повинно бути :size кілобайт.', + 'numeric' => 'Поле :attribute повинно бути :size.', + 'string' => 'Поле :attribute повинно бути :size символів.', ], - - 'string' => 'Поле :attribute повинно бути рядком.', - 'timezone' => 'Поле :attribute повинно бути дійсним часовим поясом.', - 'unique' => 'Поле :attribute вже існує.', - 'uploaded' => 'Поле :attribute не вдалося завантажити.', - 'url' => 'Формат поля :attribute є недійсним.', + + 'starts_with' => 'Поле :attribute повинно починатися з одного з наступних: :values.', + 'string' => 'Поле :attribute повинно бути рядком.', + 'timezone' => 'Поле :attribute повинно бути дійсною часовою зоною.', + 'unique' => 'Поле :attribute вже зайняте.', + 'uploaded' => 'Не вдалося завантажити :attribute.', + 'uppercase' => 'Поле :attribute повинно бути великими літерами.', + 'url' => 'Поле :attribute повинно бути дійсною URL-адресою.', + 'ulid' => 'Поле :attribute повинно бути дійсним ULID.', + 'uuid' => 'Поле :attribute повинно бути дійсним UUID.', /* |-------------------------------------------------------------------------- @@ -139,7 +187,7 @@ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'власне-повідомлення', + 'rule-name' => 'custom-message', ], ], @@ -148,9 +196,9 @@ | 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/lang/zh_CN/auth.php b/lang/zh_CN/auth.php index dc133376fe3..d1c58074095 100644 --- a/lang/zh_CN/auth.php +++ b/lang/zh_CN/auth.php @@ -13,7 +13,8 @@ | */ - 'failed' => '这些凭据与我们的记录不符.', - 'throttle' => '登录尝试次数过多。 请在 :seconds 秒后重试.', - + 'failed' => '这些凭据与我们的记录不符。', + 'password' => '提供的密码不正确。', + 'throttle' => '登录尝试过多。 请在 :seconds 秒后重试。', + ]; diff --git a/lang/zh_CN/pagination.php b/lang/zh_CN/pagination.php index c7c6455faf6..8a35823c897 100644 --- a/lang/zh_CN/pagination.php +++ b/lang/zh_CN/pagination.php @@ -13,7 +13,7 @@ | */ - 'previous' => '« 以前的', - 'next' => '下一个 »', + 'next' => '下一步 »', + 'previous' => '« 上一页', ]; diff --git a/lang/zh_CN/passwords.php b/lang/zh_CN/passwords.php index 5fb03ffaee5..0ad94ddd429 100644 --- a/lang/zh_CN/passwords.php +++ b/lang/zh_CN/passwords.php @@ -13,10 +13,10 @@ | */ - 'password' => '密码必须至少为六个字符并与确认信息相匹配.', - 'reset' => '您的密码已重置!', - 'sent' => '我们已通过电子邮件发送您的密码重置链接!', - 'token' => '此密码重置令牌无效.', - 'user' => '我们找不到具有该电子邮件地址的用户.', + 'reset' => '您的密码已重置。', + 'sent' => '我们已通过电子邮件发送了您的密码重置链接。', + 'throttled' => '请等待后重试。', + 'token' => '此密码重置令牌无效。', + 'user' => "我们找不到使用该电子邮件地址的用户。", ]; diff --git a/lang/zh_CN/validation.php b/lang/zh_CN/validation.php index 1e1f607a452..11c843d7309 100644 --- a/lang/zh_CN/validation.php +++ b/lang/zh_CN/validation.php @@ -7,123 +7,172 @@ | Validation Language Lines |-------------------------------------------------------------------------- | - | 这个 following language lines contain the default error messages used by + | 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 不是有效的 URL.', - '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 项目.', + 'accepted' => '必须接受 :attribute。', + 'accepted_if' => '当 :other 为 :value 时,必须接受 :attribute。', + 'active_url' => ':attribute 不是一个有效的URL。', + 'after' => ':attribute 必须是 :date 之后的日期。', + 'after_or_equal' => ':attribute 必须是 :date 之后或相同的日期。', + 'alpha' => ':attribute 只能包含字母。', + 'alpha_dash' => ':attribute 只能包含字母、数字、破折号和下划线。', + 'alpha_num' => ':attribute 只能包含字母和数字。', + 'array' => ':attribute 必须是一个数组。', + 'ascii' => ':attribute 只能包含单字节的字母数字字符和符号。', + 'before' => ':attribute 必须是 :date 之前的日期。', + 'before_or_equal' => ':attribute 必须是 :date 之前或相同的日期。', + + 'between' => [ + 'array' => ':attribute 必须在 :min 和 :max 之间。', + 'file' => ':attribute 必须在 :min 和 :max 千字节之间。', + 'numeric' => ':attribute 必须在 :min 和 :max 之间。', + 'string' => ':attribute 必须在 :min 和 :max 个字符之间。', ], - - 'boolean' => '这个 :attribute 字段必须为真或假.', - 'confirmed' => '这个 :attribute 确认不匹配.', - 'date' => '这个 :attribute 不是有效日期.', - 'date_format' => '这个 :attribute 与 :格式格式不匹配.', - 'different' => '这个 :attribute 和 :other 必须不同.', - 'digits' => '这个 :attribute 必须是 :digits 数字.', - 'digits_between' => '这个 :attribute 必须介于 :min 和 :max 数字.', - 'dimensions' => '这个 :attribute 图片尺寸无效.', - 'distinct' => '这个 :attribute 字段具有重复值.', - 'email' => '这个 :attribute 必须是一个有效的E-mail地址.', - 'exists' => '这个 已选择的 :attribute 是无效的.', - 'file' => '这个 :attribute 必须是文件.', - 'filled' => '这个 :attribute 字段必须有值.', - - 'gt' => [ - 'numeric' => '这个 :attribute 必须大于 :value.', - 'file' => '这个 :attribute 必须大于 :value 千字节.', - 'string' => '这个 :attribute 必须大于 :value 字符.', - 'array' => '这个 :attribute 必须有超过 :value 项目.', + + 'boolean' => ':attribute 字段必须是 true 或 false。', + 'can' => ':attribute 字段包含未经授权的值。', + 'confirmed' => ':attribute 确认不匹配。', + 'current_password' => '密码不正确。', + 'date' => ':attribute 必须是一个有效的日期。', + 'date_equals' => ':attribute 必须等于 :date。', + 'date_format' => ':attribute 必须与格式 :format 匹配。', + 'decimal' => ':attribute 必须有 :decimal 位小数。', + 'declined' => ':attribute 必须被拒绝。', + 'declined_if' => '当 :other 为 :value 时,:attribute 必须被拒绝。', + 'different' => ':attribute 和 :other 必须不同。', + 'digits' => ':attribute 必须是 :digits 位数字。', + 'digits_between' => ':attribute 必须介于 :min 和 :max 位数字之间。', + 'dimensions' => ':attribute 具有无效的图像尺寸。', + 'distinct' => ':attribute 字段具有重复的值。', + 'doesnt_end_with' => ':attribute 不能以以下任何一个结尾: :values。', + 'doesnt_start_with' => ':attribute 不能以以下任何一个开始: :values。', + 'email' => ':attribute 必须是一个有效的电子邮件地址。', + 'ends_with' => ':attribute 必须以以下任何一个结尾: :values。', + 'enum' => '所选 :attribute 无效。', + 'exists' => '所选 :attribute 无效。', + 'extensions' => ':attribute 必须具有以下扩展名之一: :values。', + 'file' => ':attribute 必须是一个文件。', + 'filled' => ':attribute 必须有一个值。', + + 'gt' => [ + 'array' => ':attribute 字段必须拥有超过 :value 项。', + 'file' => ':attribute 字段必须大于 :value 千字节。', + 'numeric' => ':attribute 字段必须大于 :value。', + 'string' => ':attribute 字段必须大于 :value 个字符。', ], - - 'gte' => [ - 'numeric' => '这个 :attribute 必须大于或等于 :value.', - 'file' => '这个 :attribute 必须大于或等于 :value 千字节.', - 'string' => '这个 :attribute 必须大于或等于 :value 字符.', - 'array' => '这个 :attribute 必须有 :value 项目或者更多.', + + 'gte' => [ + 'array' => ':attribute 字段必须拥有 :value 项或更多。', + 'file' => ':attribute 字段必须大于或等于 :value 千字节。', + 'numeric' => ':attribute 字段必须大于或等于 :value。', + 'string' => ':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 项目.', + + 'hex_color' => ':attribute 字段必须是有效的十六进制颜色。', + 'image' => ':attribute 字段必须是图像。', + 'in' => '所选 :attribute 无效。', + 'in_array' => ':attribute 字段必须存在于 :other 中。', + 'integer' => ':attribute 字段必须是整数。', + 'ip' => ':attribute 字段必须是有效的 IP 地址。', + 'ipv4' => ':attribute 字段必须是有效的 IPv4 地址。', + 'ipv6' => ':attribute 字段必须是有效的 IPv6 地址。', + 'json' => ':attribute 字段必须是有效的 JSON 字符串。', + 'lowercase' => ':attribute 字段必须是小写的。', + + 'lt' => [ + 'array' => ':attribute 字段必须拥有少于 :value 项。', + 'file' => ':attribute 字段必须小于 :value 千字节。', + 'numeric' => ':attribute 字段必须小于 :value。', + 'string' => ':attribute 字段必须小于 :value 个字符。', ], - - 'lte' => [ - 'numeric' => '这个 :attribute 必须小于或等于 :value.', - 'file' => '这个 :attribute 必须小于或等于 :value 千字节.', - 'string' => '这个 :attribute 必须小于或等于 :value 字符.', - 'array' => '这个 :attribute 不得超过 :value 项目.', + + 'lte' => [ + 'array' => ':attribute 字段不能拥有超过 :value 项。', + 'file' => ':attribute 字段必须小于或等于 :value 千字节。', + 'numeric' => ':attribute 字段必须小于或等于 :value。', + 'string' => ':attribute 字段必须小于或等于 :value 个字符。', ], - - 'max' => [ - 'numeric' => '这个 :attribute 不得大于 :max.', - 'file' => '这个 :attribute 不得大于 :max 千字节.', - 'string' => '这个 :attribute 不得大于 :max 字符.', - 'array' => '这个 :attribute 可能不超过 :max 项目.', + + 'mac_address' => ':attribute 字段必须是有效的 MAC 地址。', + + 'max' => [ + 'array' => ':attribute 字段不能拥有超过 :max 项。', + 'file' => ':attribute 字段不能大于 :max 千字节。', + 'numeric' => ':attribute 字段不能大于 :max。', + 'string' => ':attribute 字段不能大于 :max 个字符。', ], - 'mimes' => '这个 :attribute 必须是文件类型: :values.', - 'mimetypes' => '这个 :attribute 必须是文件类型: :values.', - - 'min' => [ - 'numeric' => '这个 :attribute 必须至少 :min.', - 'file' => '这个 :attribute 必须至少 :min 千字节.', - 'string' => '这个 :attribute 必须至少 :min 字符.', - 'array' => '这个 :attribute 必须有至少 :min 项目.', + + 'max_digits' => ':attribute 字段不能拥有超过 :max 位数字。', + 'mimes' => ':attribute 字段必须是类型为 :values 的文件。', + 'mimetypes' => ':attribute 字段必须是类型为 :values 的文件。', + + 'min' => [ + 'array' => ':attribute 字段必须拥有至少 :min 项。', + 'file' => ':attribute 字段必须至少为 :min 千字节。', + 'numeric' => ':attribute 字段必须至少为 :min。', + 'string' => ':attribute 字段必须至少为 :min 个字符。', ], - - 'not_in' => '这个 已选择的 :attribute 是无效的.', - 'not_regex' => '这个 :attribute 格式是无效的.', - 'numeric' => '这个 :attribute 必须是数字.', - 'present' => '这个 :attribute 字段必须存在.', - 'regex' => '这个 :attribute 格式是无效的.', - 'required' => '这个 :attribute 字段是必需的.', - 'required_if' => '这个 :attribute 字段是必需的当 :other 是 :value.', - 'required_unless' => '这个 :attribute 字段是必需的除非 :other 是在 :values 中.', - 'required_with' => '这个 :attribute 字段是必需的当 :values 是存在的.', - 'required_with_all' => '这个 :attribute 字段是必需的当 :values 是存在的.', - 'required_without' => '这个 :attribute 字段是必需的当 :values 是不存在的.', - 'required_without_all' => '这个 :attribute 字段是必需的当 没有 :values 是存在的.', - 'same' => '这个 :attribute 和 :other 必须匹配.', - - 'size' => [ - 'numeric' => '这个 :attribute 必须是 :size.', - 'file' => '这个 :attribute 必须是 :size 千字节.', - 'string' => '这个 :attribute 必须是 :size 字符.', - 'array' => '这个 :attribute 必须包含 :size 项目.', + + 'min_digits' => ':attribute 字段必须至少包含 :min 位数字。', + 'missing' => ':attribute 字段必须缺失。', + 'missing_if' => '当 :other 为 :value 时,:attribute 字段必须缺失。', + 'missing_unless' => '除非 :other 为 :value,否则 :attribute 字段必须缺失。', + 'missing_with' => '当 :values 存在时,:attribute 字段必须缺失。', + 'missing_with_all' => '当 :values 存在时,:attribute 字段必须缺失。', + 'multiple_of' => ':attribute 字段必须是 :value 的倍数。', + 'not_in' => '所选 :attribute 无效。', + 'not_regex' => ':attribute 字段格式无效。', + 'numeric' => ':attribute 字段必须是数字。', + + 'password' => [ + 'letters' => ':attribute 字段必须至少包含一个字母。', + 'mixed' => ':attribute 字段必须至少包含一个大写字母和一个小写字母。', + 'numbers' => ':attribute 字段必须至少包含一个数字。', + 'symbols' => ':attribute 字段必须至少包含一个符号。', + 'uncompromised' => '给定的 :attribute 出现在数据泄露中。请选择一个不同的 :attribute。', ], - 'string' => '这个 :attribute 必须是 一个字符串.', - 'timezone' => '这个 :attribute 必须是 有效区域.', - 'unique' => '这个 :attribute 已有人带走了.', - 'uploaded' => '这个 :attribute 上传失败.', - 'url' => '这个 :attribute 格式是无效的.', + 'present' => ':attribute 字段必须存在。', + 'present_if' => '当 :other 为 :value 时,:attribute 字段必须存在。', + 'present_unless' => '除非 :other 为 :value,否则 :attribute 字段必须存在。', + 'present_with' => '当 :values 存在时,:attribute 字段必须存在。', + 'present_with_all' => '当 :values 存在时,:attribute 字段必须存在。', + 'prohibited' => ':attribute 字段被禁止。', + 'prohibited_if' => '当 :other 为 :value 时,:attribute 字段被禁止。', + 'prohibited_unless' => '除非 :other 在 :values 中,否则 :attribute 字段被禁止。', + 'prohibits' => ':attribute 字段禁止 :other 存在。', + 'regex' => ':attribute 字段格式无效。', + 'required' => ':attribute 字段是必填的。', + 'required_array_keys' => ':attribute 字段必须包含以下条目: :values。', + 'required_if' => '当 :other 为 :value 时,:attribute 字段是必填的。', + 'required_if_accepted' => '当 :other 被接受时,:attribute 字段是必填的。', + 'required_unless' => '除非 :other 在 :values 中,否则 :attribute 字段是必填的。', + 'required_with' => '当 :values 存在时,:attribute 字段是必填的。', + 'required_with_all' => '当 :values 存在时,:attribute 字段是必填的。', + 'required_without' => '当 :values 不存在时,:attribute 字段是必填的。', + 'required_without_all' => '当 :values 全部不存在时,:attribute 字段是必填的。', + 'same' => ':attribute 字段必须与 :other 匹配。', + + 'size' => [ + 'array' => ':attribute 字段必须包含 :size 项。', + 'file' => ':attribute 字段必须为 :size 千字节。', + 'numeric' => ':attribute 字段必须为 :size。', + 'string' => ':attribute 字段必须为 :size 个字符。', + ], + + 'starts_with' => ':attribute 字段必须以以下之一开头: :values。', + 'string' => ':attribute 字段必须是字符串。', + 'timezone' => ':attribute 字段必须是有效的时区。', + 'unique' => ':attribute 已经被占用。', + 'uploaded' => ':attribute 上传失败。', + 'uppercase' => ':attribute 字段必须为大写。', + 'url' => ':attribute 字段必须是有效的 URL。', + 'ulid' => ':attribute 字段必须是有效的 ULID。', + 'uuid' => ':attribute 字段必须是有效的 UUID。', /* |-------------------------------------------------------------------------- @@ -147,9 +196,9 @@ | Custom Validation Attributes |-------------------------------------------------------------------------- | - | 这个 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. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ From 1e464968dfb0b8e1330f0b7a78b5a3e60a096cf5 Mon Sep 17 00:00:00 2001 From: Shivendra Date: Thu, 21 Mar 2024 13:43:19 +0530 Subject: [PATCH 2/2] Fixed pint testcase --- lang/ar/auth.php | 2 +- lang/ar/passwords.php | 2 +- lang/ar/validation.php | 18 +++++++++--------- lang/bn/auth.php | 2 +- lang/bn/passwords.php | 2 +- lang/bn/validation.php | 20 ++++++++++---------- lang/de/auth.php | 2 +- lang/de/passwords.php | 2 +- lang/de/validation.php | 22 +++++++++++----------- lang/es/auth.php | 2 +- lang/es/passwords.php | 2 +- lang/es/validation.php | 18 +++++++++--------- lang/fa/auth.php | 2 +- lang/fa/passwords.php | 2 +- lang/fa/validation.php | 16 ++++++++-------- lang/fr/auth.php | 2 +- lang/fr/passwords.php | 2 +- lang/fr/validation.php | 8 ++++---- lang/he/auth.php | 2 +- lang/he/validation.php | 22 +++++++++++----------- lang/hi_IN/auth.php | 2 +- lang/hi_IN/passwords.php | 2 +- lang/hi_IN/validation.php | 18 +++++++++--------- lang/it/auth.php | 2 +- lang/it/validation.php | 12 ++++++------ lang/ja/passwords.php | 2 +- lang/ja/validation.php | 24 ++++++++++++------------ lang/nl/passwords.php | 2 +- lang/nl/validation.php | 24 ++++++++++++------------ lang/pl/passwords.php | 2 +- lang/pt_BR/passwords.php | 2 +- lang/ru/passwords.php | 2 +- lang/ru/validation.php | 26 +++++++++++++------------- lang/sin/passwords.php | 2 +- lang/sin/validation.php | 14 +++++++------- lang/tr/passwords.php | 2 +- lang/tr/validation.php | 26 +++++++++++++------------- lang/uk/passwords.php | 2 +- lang/uk/validation.php | 6 +++--- lang/zh_CN/auth.php | 2 +- lang/zh_CN/passwords.php | 2 +- lang/zh_CN/validation.php | 28 ++++++++++++++-------------- 42 files changed, 177 insertions(+), 177 deletions(-) diff --git a/lang/ar/auth.php b/lang/ar/auth.php index 763e4e9a03c..66f74f94add 100644 --- a/lang/ar/auth.php +++ b/lang/ar/auth.php @@ -15,6 +15,6 @@ 'failed' => 'هذه البيانات لا تتطابق مع سجلاتنا.', 'password' => 'كلمة المرور المقدمة غير صحيحة.', - 'throttle' => 'محاولات تسجيل الدخول كثيرة جداً. يرجى المحاولة مرة أخرى في :seconds ثواني.', + 'throttle' => 'محاولات تسجيل الدخول كثيرة جداً. يرجى المحاولة مرة أخرى في :seconds ثواني.', ]; diff --git a/lang/ar/passwords.php b/lang/ar/passwords.php index 750d9c60ee2..1b76001aaa0 100644 --- a/lang/ar/passwords.php +++ b/lang/ar/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'لقد قمنا بإرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني.', 'throttled' => 'يرجى الانتظار قبل المحاولة مرة أخرى.', 'token' => 'هذا الرمز غير صالح لإعادة تعيين كلمة المرور.', - 'user' => "لا يمكننا العثور على مستخدم بهذا البريد الإلكتروني.", + 'user' => 'لا يمكننا العثور على مستخدم بهذا البريد الإلكتروني.', ]; diff --git a/lang/ar/validation.php b/lang/ar/validation.php index 568ef747bec..f4adc3731e5 100644 --- a/lang/ar/validation.php +++ b/lang/ar/validation.php @@ -89,27 +89,27 @@ 'numeric' => 'الحقل :attribute يجب أن يكون أصغر من :value.', 'string' => 'الحقل :attribute يجب أن يكون أصغر من :value حرف.', ], - + 'lte' => [ 'array' => 'الحقل :attribute يجب ألا يحتوي على أكثر من :value عنصر.', 'file' => 'الحقل :attribute يجب أن يكون أصغر من أو يساوي :value كيلوبايت.', 'numeric' => 'الحقل :attribute يجب أن يكون أصغر من أو يساوي :value.', 'string' => 'الحقل :attribute يجب أن يكون أصغر من أو يساوي :value حرف.', ], - + 'mac_address' => 'الحقل :attribute يجب أن يكون عنوان MAC صالحًا.', - + 'max' => [ 'array' => 'الحقل :attribute يجب ألا يحتوي على أكثر من :max عنصر.', 'file' => 'الحقل :attribute يجب ألا يكون أكبر من :max كيلوبايت.', 'numeric' => 'الحقل :attribute يجب ألا يكون أكبر من :max.', 'string' => 'الحقل :attribute يجب ألا يكون أكبر من :max حرف.', ], - + 'max_digits' => 'الحقل :attribute يجب ألا يحتوي على أكثر من :max أرقام.', 'mimes' => 'الحقل :attribute يجب أن يكون ملفًا من النوع: :values.', 'mimetypes' => 'الحقل :attribute يجب أن يكون ملفًا من النوع: :values.', - + 'min' => [ 'array' => 'الحقل :attribute يجب أن يحتوي على الأقل على :min عنصر.', 'file' => 'الحقل :attribute يجب أن يكون على الأقل :min كيلوبايت.', @@ -127,7 +127,7 @@ 'not_in' => 'القيمة المحددة :attribute غير صالحة.', 'not_regex' => 'تنسيق الحقل :attribute غير صالح.', 'numeric' => 'الحقل :attribute يجب أن يكون رقمًا.', - + 'password' => [ 'letters' => 'الحقل :attribute يجب أن يحتوي على حرف واحد على الأقل.', 'mixed' => 'الحقل :attribute يجب أن يحتوي على حرف كبير وحرف صغير على الأقل واحد من كل.', @@ -135,7 +135,7 @@ 'symbols' => 'الحقل :attribute يجب أن يحتوي على رمز واحد على الأقل.', 'uncompromised' => 'الـ :attribute المعطى قد ظهر في تسريب بيانات. يرجى اختيار :attribute مختلف.', ], - + 'present' => 'الحقل :attribute يجب أن يكون موجودًا.', 'present_if' => 'الحقل :attribute يجب أن يكون موجودًا عندما يكون :other :value.', 'present_unless' => 'الحقل :attribute يجب أن يكون موجودًا ما لم يكن :other :value.', @@ -156,7 +156,7 @@ 'required_without' => 'الحقل :attribute مطلوب عندما لا تكون :values موجودة.', 'required_without_all' => 'الحقل :attribute مطلوب عندما لا تكون أيًا من :values موجودة.', 'same' => 'الحقل :attribute يجب أن يتطابق مع :other.', - + 'size' => [ 'array' => 'الحقل :attribute يجب أن يحتوي على :size عنصر.', 'file' => 'الحقل :attribute يجب أن يكون :size كيلوبايت.', @@ -172,7 +172,7 @@ 'uppercase' => 'الحقل :attribute يجب أن يكون في حالة كبيرة.', 'url' => 'الحقل :attribute يجب أن يكون رابط URL صالحًا.', 'ulid' => 'الحقل :attribute يجب أن يكون ULID صالحًا.', - 'uuid' => 'الحقل :attribute يجب أن يكون UUID صالحًا.', + 'uuid' => 'الحقل :attribute يجب أن يكون UUID صالحًا.', /* |-------------------------------------------------------------------------- diff --git a/lang/bn/auth.php b/lang/bn/auth.php index 29a920feafe..33b6dccf6e1 100644 --- a/lang/bn/auth.php +++ b/lang/bn/auth.php @@ -15,6 +15,6 @@ 'failed' => 'এই পরিচিতিগুলি আমাদের রেকর্ড সাথে মিলছে না।', 'password' => 'প্রদত্ত পাসওয়ার্ড ভুল।', - 'throttle' => 'লগইনের অনেক চেষ্টা করা হয়েছে। দয়া করে :seconds সেকেন্ড পরে আবার চেষ্টা করুন।', + 'throttle' => 'লগইনের অনেক চেষ্টা করা হয়েছে। দয়া করে :seconds সেকেন্ড পরে আবার চেষ্টা করুন।', ]; diff --git a/lang/bn/passwords.php b/lang/bn/passwords.php index a308bcab319..99016c069c0 100644 --- a/lang/bn/passwords.php +++ b/lang/bn/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'আমরা আপনার পাসওয়ার্ড রিসেট লিঙ্ক ইমেইল করেছি।', 'throttled' => 'পুনরায় চেষ্টা করার আগে অনুগ্রহ করে অপেক্ষা করুন।', 'token' => 'এই পাসওয়ার্ড রিসেট টোকেন অবৈধ।', - 'user' => "আমরা ঐ ইমেল ঠিকানায় ব্যবহারকারী খুঁজে পাচ্ছি না।", + 'user' => 'আমরা ঐ ইমেল ঠিকানায় ব্যবহারকারী খুঁজে পাচ্ছি না।', ]; diff --git a/lang/bn/validation.php b/lang/bn/validation.php index c224f8fb136..10e6612b894 100644 --- a/lang/bn/validation.php +++ b/lang/bn/validation.php @@ -25,7 +25,7 @@ 'ascii' => 'ফিল্ড :attribute অবশ্যই একটি একক-বাইট বর্ণান্ত অক্ষরিক এবং চিহ্ন ধারণ করতে হবে।', 'before' => 'ফিল্ড :attribute অবশ্যই :date এর পূর্বের একটি তারিখ হতে হবে।', 'before_or_equal' => 'ফিল্ড :attribute অবশ্যই :date এর পূর্বে অথবা সমান হতে হবে।', - + 'between' => [ 'array' => 'ফিল্ড :attribute অবশ্যই :min এবং :max আইটেম মধ্যে হতে হবে।', 'file' => 'ফিল্ড :attribute অবশ্যই :min এবং :max কিলোবাইট মধ্যে হতে হবে।', @@ -64,7 +64,7 @@ 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে বড় হতে হবে।', 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে বেশি হতে হবে।', ], - + 'gte' => [ 'array' => 'ফিল্ড :attribute অবশ্যই :value আইটেম অথবা তার অধিক হতে হবে।', 'file' => 'ফিল্ড :attribute অবশ্যই :value কিলোবাইটের চেয়ে বড় অথবা সমান হতে হবে।', @@ -89,33 +89,33 @@ 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে ছোট হতে হবে।', 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে কম হতে হবে।', ], - + 'lte' => [ 'array' => 'ফিল্ড :attribute অবশ্যই :value আইটেম অথবা তার কম হতে হবে।', 'file' => 'ফিল্ড :attribute অবশ্যই :value কিলোবাইটের চেয়ে ছোট অথবা সমান হতে হবে।', 'numeric' => 'ফিল্ড :attribute অবশ্যই :value এর চেয়ে ছোট অথবা সমান হতে হবে।', 'string' => 'ফিল্ড :attribute অবশ্যই :value অক্ষরের চেয়ে কম অথবা সমান হতে হবে।', ], - + 'mac_address' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ MAC ঠিকানা হতে হবে।', - + 'max' => [ 'array' => 'ফিল্ড :attribute অবশ্যই :max আইটেমের বেশি হতে পারবে না।', 'file' => 'ফিল্ড :attribute অবশ্যই :max কিলোবাইটের বেশি হতে পারবে না।', 'numeric' => 'ফিল্ড :attribute অবশ্যই :max এর বেশি হতে পারবে না।', 'string' => 'ফিল্ড :attribute অবশ্যই :max অক্ষরের বেশি হতে পারবে না।', ], - + 'max_digits' => 'ফিল্ড :attribute অবশ্যই :max ডিজিটের বেশি হতে পারবে না।', 'mimes' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত ধরণের ফাইল হতে হবে: :values।', 'mimetypes' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত ধরণের ফাইল হতে হবে: :values।', - + 'min' => [ 'array' => 'ফিল্ড :attribute অবশ্যই অন্তত :min আইটেম থাকতে হবে।', 'file' => 'ফিল্ড :attribute অবশ্যই অন্তত :min কিলোবাইট থাকতে হবে।', 'numeric' => 'ফিল্ড :attribute অবশ্যই অন্তত :min থাকতে হবে।', 'string' => 'ফিল্ড :attribute অবশ্যই অন্তত :min অক্ষর থাকতে হবে।', - ], + ], 'min_digits' => 'ফিল্ড :attribute অবশ্যই অন্তত :min ডিজিট থাকতে হবে।', 'missing' => 'ফিল্ড :attribute অনুপস্থিত হতে হবে।', @@ -127,7 +127,7 @@ 'not_in' => 'নির্বাচিত :attribute অবৈধ।', 'not_regex' => 'ফিল্ড :attribute ফরম্যাট অবৈধ।', 'numeric' => 'ফিল্ড :attribute অবশ্যই একটি সংখ্যা হতে হবে।', - + 'password' => [ 'letters' => 'ফিল্ড :attribute অবশ্যই কমপক্ষে একটি অক্ষর থাকতে হবে।', 'mixed' => 'ফিল্ড :attribute অবশ্যই কমপক্ষে একটি বৃহত্তম এবং একটি ছোট্তম অক্ষর থাকতে হবে।', @@ -163,7 +163,7 @@ 'numeric' => 'ফিল্ড :attribute অবশ্যই :size হতে হবে।', 'string' => 'ফিল্ড :attribute অবশ্যই :size অক্ষর হতে হবে।', ], - + 'starts_with' => 'ফিল্ড :attribute অবশ্যই নিম্নলিখিত মধ্যে একটি দিয়ে শুরু হতে হবে: :values।', 'string' => 'ফিল্ড :attribute অবশ্যই একটি স্ট্রিং হতে হবে।', 'timezone' => 'ফিল্ড :attribute অবশ্যই একটি বৈধ সময় অঞ্চল হতে হবে।', diff --git a/lang/de/auth.php b/lang/de/auth.php index 80ebfa7f9c8..056f25acf80 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -15,6 +15,6 @@ 'failed' => 'Diese Anmeldeinformationen stimmen nicht mit unseren Aufzeichnungen überein.', 'password' => 'Das angegebene Passwort ist falsch.', - 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', + 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', ]; diff --git a/lang/de/passwords.php b/lang/de/passwords.php index 18fc38e7071..997c09bc5a1 100644 --- a/lang/de/passwords.php +++ b/lang/de/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Wir haben Ihren Passwort-Zurücksetzungslink per E-Mail gesendet.', 'throttled' => 'Bitte warten Sie, bevor Sie es erneut versuchen.', 'token' => 'Dieses Passwort-Zurücksetzungs-Token ist ungültig.', - 'user' => "Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.", + 'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.', ]; diff --git a/lang/de/validation.php b/lang/de/validation.php index 4a00fcb3936..5f8f84a307e 100644 --- a/lang/de/validation.php +++ b/lang/de/validation.php @@ -32,7 +32,7 @@ 'numeric' => 'Das Feld :attribute muss zwischen :min und :max liegen.', 'string' => 'Das Feld :attribute muss zwischen :min und :max Zeichen lang sein.', ], - + 'boolean' => 'Das Feld :attribute muss true oder false sein.', 'can' => 'Das Feld :attribute enthält einen unautorisierten Wert.', 'confirmed' => 'Die Bestätigung des Feldes :attribute stimmt nicht überein.', @@ -64,14 +64,14 @@ 'numeric' => 'Das Feld :attribute muss größer als :value sein.', 'string' => 'Das Feld :attribute muss mehr als :value Zeichen haben.', ], - + 'gte' => [ 'array' => 'Das Feld :attribute muss :value Elemente oder mehr haben.', 'file' => 'Das Feld :attribute muss größer oder gleich :value Kilobytes sein.', 'numeric' => 'Das Feld :attribute muss größer oder gleich :value sein.', 'string' => 'Das Feld :attribute muss größer oder gleich :value Zeichen haben.', ], - + 'hex_color' => 'Das Feld :attribute muss eine gültige hexadezimale Farbe sein.', 'image' => 'Das Feld :attribute muss ein Bild sein.', 'in' => 'Die ausgewählte :attribute ist ungültig.', @@ -82,41 +82,41 @@ 'ipv6' => 'Das Feld :attribute muss eine gültige IPv6-Adresse sein.', 'json' => 'Das Feld :attribute muss ein gültiger JSON-String sein.', 'lowercase' => 'Das Feld :attribute muss in Kleinbuchstaben sein.', - + 'lt' => [ 'array' => 'Das Feld :attribute muss weniger als :value Elemente haben.', 'file' => 'Das Feld :attribute muss kleiner als :value Kilobytes sein.', 'numeric' => 'Das Feld :attribute muss kleiner als :value sein.', 'string' => 'Das Feld :attribute muss weniger als :value Zeichen haben.', ], - + 'lte' => [ 'array' => 'Das Feld :attribute darf nicht mehr als :value Elemente haben.', 'file' => 'Das Feld :attribute muss kleiner oder gleich :value Kilobytes sein.', 'numeric' => 'Das Feld :attribute muss kleiner oder gleich :value sein.', 'string' => 'Das Feld :attribute muss kleiner oder gleich :value Zeichen haben.', ], - + 'mac_address' => 'Das Feld :attribute muss eine gültige MAC-Adresse sein.', - + 'max' => [ 'array' => 'Das Feld :attribute darf nicht mehr als :max Elemente haben.', 'file' => 'Das Feld :attribute darf nicht größer als :max Kilobytes sein.', 'numeric' => 'Das Feld :attribute darf nicht größer als :max sein.', 'string' => 'Das Feld :attribute darf nicht größer als :max Zeichen sein.', ], - + 'max_digits' => 'Das Feld :attribute darf nicht mehr als :max Ziffern haben.', 'mimes' => 'Das Feld :attribute muss eine Datei vom Typ: :values sein.', 'mimetypes' => 'Das Feld :attribute muss eine Datei vom Typ: :values sein.', - + 'min' => [ 'array' => 'Das Feld :attribute muss mindestens :min Elemente haben.', 'file' => 'Das Feld :attribute muss mindestens :min Kilobytes groß sein.', 'numeric' => 'Das Feld :attribute muss mindestens :min sein.', 'string' => 'Das Feld :attribute muss mindestens :min Zeichen haben.', ], - + 'min_digits' => 'Das Feld :attribute muss mindestens :min Ziffern haben.', 'missing' => 'Das Feld :attribute muss fehlen.', 'missing_if' => 'Das Feld :attribute muss fehlen, wenn :other :value ist.', @@ -127,7 +127,7 @@ 'not_in' => 'Die ausgewählte :attribute ist ungültig.', 'not_regex' => 'Das Format des Feldes :attribute ist ungültig.', 'numeric' => 'Das Feld :attribute muss eine Zahl sein.', - + 'password' => [ 'letters' => 'Das Feld :attribute muss mindestens einen Buchstaben enthalten.', 'mixed' => 'Das Feld :attribute muss mindestens einen Großbuchstaben und einen Kleinbuchstaben enthalten.', diff --git a/lang/es/auth.php b/lang/es/auth.php index 7016bb793a8..447cd2cd500 100644 --- a/lang/es/auth.php +++ b/lang/es/auth.php @@ -16,5 +16,5 @@ 'failed' => 'Estas credenciales no coinciden con nuestros registros.', 'password' => 'La contraseña proporcionada es incorrecta.', 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', - + ]; diff --git a/lang/es/passwords.php b/lang/es/passwords.php index 048a59b5242..2b56f73b4fa 100644 --- a/lang/es/passwords.php +++ b/lang/es/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Hemos enviado el enlace para restablecer su contraseña por correo electrónico.', 'throttled' => 'Por favor, espere antes de volver a intentarlo.', 'token' => 'Este token de restablecimiento de contraseña no es válido.', - 'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico.", + 'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.', ]; diff --git a/lang/es/validation.php b/lang/es/validation.php index 63fcce03d46..b7307d81612 100644 --- a/lang/es/validation.php +++ b/lang/es/validation.php @@ -89,34 +89,34 @@ 'numeric' => 'El campo :attribute debe ser menor que :value.', 'string' => 'El campo :attribute debe tener menos de :value caracteres.', ], - + 'lte' => [ 'array' => 'El campo :attribute no debe tener más de :value elementos.', 'file' => 'El campo :attribute debe ser menor o igual que :value kilobytes.', 'numeric' => 'El campo :attribute debe ser menor o igual que :value.', 'string' => 'El campo :attribute debe ser menor o igual que :value caracteres.', ], - + 'mac_address' => 'El campo :attribute debe ser una dirección MAC válida.', - + 'max' => [ 'array' => 'El campo :attribute no debe tener más de :max elementos.', 'file' => 'El campo :attribute no debe ser mayor que :max kilobytes.', 'numeric' => 'El campo :attribute no debe ser mayor que :max.', 'string' => 'El campo :attribute no debe ser mayor que :max caracteres.', ], - + 'max_digits' => 'El campo :attribute no debe tener más de :max dígitos.', 'mimes' => 'El campo :attribute debe ser un archivo de tipo: :values.', 'mimetypes' => 'El campo :attribute debe ser un archivo de tipo: :values.', - + 'min' => [ 'array' => 'El campo :attribute debe tener al menos :min elementos.', 'file' => 'El campo :attribute debe ser de al menos :min kilobytes.', 'numeric' => 'El campo :attribute debe ser de al menos :min.', 'string' => 'El campo :attribute debe tener al menos :min caracteres.', ], - + 'min_digits' => 'El campo :attribute debe tener al menos :min dígitos.', 'missing' => 'El campo :attribute debe faltar.', 'missing_if' => 'El campo :attribute debe faltar cuando :other es :value.', @@ -127,7 +127,7 @@ 'not_in' => 'El :attribute seleccionado es inválido.', 'not_regex' => 'El formato del campo :attribute es inválido.', 'numeric' => 'El campo :attribute debe ser un número.', - + 'password' => [ 'letters' => 'El campo :attribute debe contener al menos una letra.', 'mixed' => 'El campo :attribute debe contener al menos una letra mayúscula y una minúscula.', @@ -156,14 +156,14 @@ 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de los :values está presente.', 'same' => 'El campo :attribute debe coincidir con :other.', - + 'size' => [ 'array' => 'El campo :attribute debe contener :size elementos.', 'file' => 'El campo :attribute debe tener :size kilobytes.', 'numeric' => 'El campo :attribute debe ser :size.', 'string' => 'El campo :attribute debe tener :size caracteres.', ], - + 'starts_with' => 'El campo :attribute debe empezar con uno de los siguientes valores: :values.', 'string' => 'El campo :attribute debe ser una cadena de texto.', 'timezone' => 'El campo :attribute debe ser una zona horaria válida.', diff --git a/lang/fa/auth.php b/lang/fa/auth.php index b8af1091d4d..6f05c976ccf 100644 --- a/lang/fa/auth.php +++ b/lang/fa/auth.php @@ -16,5 +16,5 @@ 'failed' => 'این اعتبارات با سوابق ما مطابقت ندارد.', 'password' => 'رمز عبور ارائه شده اشتباه است.', 'throttle' => 'تلاش‌های ورود زیاد. لطفاً در :seconds ثانیه دوباره تلاش کنید.', - + ]; diff --git a/lang/fa/passwords.php b/lang/fa/passwords.php index 75372525add..12278e5bd2c 100644 --- a/lang/fa/passwords.php +++ b/lang/fa/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'ما لینک بازنشانی رمز عبور خود را به ایمیل شما ارسال کرده‌ایم.', 'throttled' => 'لطفاً قبل از تلاش مجدد صبر کنید.', 'token' => 'این نشانه بازنشانی رمز عبور نامعتبر است.', - 'user' => "ما نمی‌توانیم کاربری با آن آدرس ایمیل پیدا کنیم.", + 'user' => 'ما نمی‌توانیم کاربری با آن آدرس ایمیل پیدا کنیم.', ]; diff --git a/lang/fa/validation.php b/lang/fa/validation.php index cc7f9b5d2b4..fdaded8d450 100644 --- a/lang/fa/validation.php +++ b/lang/fa/validation.php @@ -25,7 +25,7 @@ 'ascii' => 'فیلد :attribute فقط باید شامل کاراکترهای الفبایی و عددی یک بایتی باشد.', 'before' => 'فیلد :attribute باید یک تاریخ پیش از :date باشد.', 'before_or_equal' => 'فیلد :attribute باید یک تاریخ قبل یا مساوی با :date باشد.', - + 'between' => [ 'array' => 'فیلد :attribute باید بین :min و :max آیتم باشد.', 'file' => 'فیلد :attribute باید بین :min و :max کیلوبایت باشد.', @@ -82,7 +82,7 @@ 'ipv6' => 'فیلد :attribute باید یک آدرس IPv6 معتبر باشد.', 'json' => 'فیلد :attribute باید یک رشته JSON معتبر باشد.', 'lowercase' => 'فیلد :attribute باید شامل حروف کوچک باشد.', - + 'lt' => [ 'array' => 'فیلد :attribute باید کمتر از :value آیتم داشته باشد.', 'file' => 'اندازه فایل :attribute باید کمتر از :value کیلوبایت باشد.', @@ -105,18 +105,18 @@ 'numeric' => 'مقدار :attribute نباید بیشتر از :max باشد.', 'string' => 'طول رشته :attribute نباید بیشتر از :max کاراکتر باشد.', ], - + 'max_digits' => 'فیلد :attribute نباید بیشتر از :max رقم داشته باشد.', 'mimes' => 'فیلد :attribute باید یک فایل از نوع :values باشد.', 'mimetypes' => 'فیلد :attribute باید یک فایل از نوع :values باشد.', - + 'min' => [ 'array' => 'فیلد :attribute باید حداقل دارای :min آیتم باشد.', 'file' => 'اندازه فایل :attribute باید حداقل :min کیلوبایت باشد.', 'numeric' => 'مقدار :attribute باید حداقل :min باشد.', 'string' => 'طول رشته :attribute باید حداقل :min کاراکتر باشد.', ], - + 'min_digits' => 'فیلد :attribute باید حداقل دارای :min رقم باشد.', 'missing' => 'فیلد :attribute باید موجود باشد.', 'missing_if' => 'فیلد :attribute باید موجود باشد زمانی که :other برابر با :value است.', @@ -127,7 +127,7 @@ 'not_in' => 'مقدار انتخابی :attribute معتبر نیست.', 'not_regex' => 'فرمت فیلد :attribute نامعتبر است.', 'numeric' => 'فیلد :attribute باید یک عدد باشد.', - + 'password' => [ 'letters' => 'فیلد :attribute باید حداقل شامل یک حرف باشد.', 'mixed' => 'فیلد :attribute باید حداقل شامل یک حرف بزرگ و یک حرف کوچک باشد.', @@ -156,14 +156,14 @@ 'required_without' => 'فیلد :attribute الزامی است زمانی که :values موجود نیست.', 'required_without_all' => 'فیلد :attribute الزامی است زمانی که هیچ یک از :values موجود نیست.', 'same' => 'فیلد :attribute باید با :other همخوانی داشته باشد.', - + 'size' => [ 'array' => 'فیلد :attribute باید شامل :size مورد باشد.', 'file' => 'اندازه فایل :attribute باید :size کیلوبایت باشد.', 'numeric' => 'مقدار :attribute باید :size باشد.', 'string' => 'طول رشته :attribute باید :size کاراکتر باشد.', ], - + 'starts_with' => 'فیلد :attribute باید با یکی از موارد زیر شروع شود: :values.', 'string' => 'فیلد :attribute باید یک رشته باشد.', 'timezone' => 'فیلد :attribute باید یک منطقه زمانی معتبر باشد.', diff --git a/lang/fr/auth.php b/lang/fr/auth.php index e02d14bb2da..d9006f05d68 100644 --- a/lang/fr/auth.php +++ b/lang/fr/auth.php @@ -15,6 +15,6 @@ 'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.', 'password' => 'Le mot de passe fourni est incorrect.', - 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', ]; diff --git a/lang/fr/passwords.php b/lang/fr/passwords.php index f664892850b..ca71db974b5 100644 --- a/lang/fr/passwords.php +++ b/lang/fr/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Nous avons envoyé le lien de réinitialisation de votre mot de passe par e-mail.', 'throttled' => 'Veuillez patienter avant de réessayer.', 'token' => 'Ce jeton de réinitialisation de mot de passe n\'est pas valide.', - 'user' => "Nous ne trouvons aucun utilisateur avec cette adresse e-mail.", + 'user' => 'Nous ne trouvons aucun utilisateur avec cette adresse e-mail.', ]; diff --git a/lang/fr/validation.php b/lang/fr/validation.php index bd795431068..4a45aa1e9e3 100644 --- a/lang/fr/validation.php +++ b/lang/fr/validation.php @@ -57,7 +57,7 @@ 'extensions' => 'Le champ :attribute doit avoir l\'une des extensions suivantes : :values.', 'file' => 'Le champ :attribute doit être un fichier.', 'filled' => 'Le champ :attribute doit avoir une valeur.', - + 'gt' => [ 'array' => 'Le champ :attribute doit avoir plus de :value éléments.', 'file' => 'Le champ :attribute doit être supérieur à :value kilo-octets.', @@ -116,7 +116,7 @@ 'numeric' => 'Le champ :attribute doit être d\'au moins :min.', 'string' => 'Le champ :attribute doit comporter au moins :min caractères.', ], - + 'min_digits' => 'Le champ :attribute doit comporter au moins :min chiffres.', 'missing' => 'Le champ :attribute doit être manquant.', 'missing_if' => 'Le champ :attribute doit être manquant lorsque :other est :value.', @@ -156,14 +156,14 @@ 'required_without' => 'Le champ :attribute est requis lorsque :values n\'est pas présent.', 'required_without_all' => 'Le champ :attribute est requis lorsque aucun de :values n\'est présent.', 'same' => 'Le champ :attribute doit correspondre à :other.', - + 'size' => [ 'array' => 'Le champ :attribute doit contenir :size éléments.', 'file' => 'Le champ :attribute doit être de :size kilo-octets.', 'numeric' => 'Le champ :attribute doit être :size.', 'string' => 'Le champ :attribute doit contenir :size caractères.', ], - + 'starts_with' => 'Le champ :attribute doit commencer par l\'un des éléments suivants : :values.', 'string' => 'Le champ :attribute doit être une chaîne de caractères.', 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.', diff --git a/lang/he/auth.php b/lang/he/auth.php index afc6c25a91d..1135a52b605 100644 --- a/lang/he/auth.php +++ b/lang/he/auth.php @@ -16,5 +16,5 @@ 'failed' => 'אלו פרטי הכניסה לא תואמים את הרשומות שלנו.', 'password' => 'הסיסמה שסופקה אינה נכונה.', 'throttle' => 'ניסיונות כניסה רבים מדי. נסה שוב בעוד :seconds שניות.', - + ]; diff --git a/lang/he/validation.php b/lang/he/validation.php index 1dcaeb579b1..fc1f1964497 100644 --- a/lang/he/validation.php +++ b/lang/he/validation.php @@ -25,14 +25,14 @@ 'ascii' => 'שדה :attribute יכול להכיל רק תווים אלפאנומריים וסימנים בתצורה יחידתית.', 'before' => 'שדה :attribute חייב להיות תאריך לפני :date.', 'before_or_equal' => 'שדה :attribute חייב להיות תאריך לפני או שווה ל־:date.', - + 'between' => [ 'array' => 'שדה :attribute חייב להכיל בין :min ל־:max פריטים.', 'file' => 'שדה :attribute חייב להיות בין :min ל־:max קילובייטים.', 'numeric' => 'שדה :attribute חייב להיות בין :min ל־:max.', 'string' => 'שדה :attribute חייב להיות בין :min ל־:max תווים.', ], - + 'boolean' => 'שדה :attribute חייב להיות אמת או שקר.', 'can' => 'שדה :attribute מכיל ערך לא מורשה.', 'confirmed' => 'אישור השדה :attribute אינו תואם.', @@ -82,30 +82,30 @@ 'ipv6' => 'שדה :attribute חייב להיות כתובת IPv6 תקינה.', 'json' => 'שדה :attribute חייב להיות מחרוזת JSON תקינה.', 'lowercase' => 'שדה :attribute חייב להיות באותיות קטנות בלבד.', - + 'lt' => [ 'array' => 'שדה :attribute חייב להכיל פחות מ־:value פריטים.', 'file' => 'שדה :attribute חייב להיות פחות מ־:value קילובייטים.', 'numeric' => 'שדה :attribute חייב להיות פחות מ־:value.', 'string' => 'שדה :attribute חייב להיות פחות מ־:value תווים.', ], - + 'lte' => [ 'array' => 'שדה :attribute חייב להכיל :value פריטים או פחות.', 'file' => 'שדה :attribute חייב להיות קטן או שווה ל־:value קילובייטים.', 'numeric' => 'שדה :attribute חייב להיות קטן או שווה ל־:value.', 'string' => 'שדה :attribute חייב להיות קטן או שווה ל־:value תווים.', ], - + 'mac_address' => 'שדה :attribute חייב להיות כתובת MAC תקינה.', - + 'max' => [ 'array' => 'שדה :attribute חייב להכיל לא יותר מ־:max פריטים.', 'file' => 'שדה :attribute חייב להיות קטן מ־:max קילובייטים.', 'numeric' => 'שדה :attribute חייב להיות קטן מ־:max.', 'string' => 'שדה :attribute חייב להיות קטן מ־:max תווים.', ], - + 'max_digits' => 'שדה :attribute חייב להיות עד :max ספרות.', 'mimes' => 'שדה :attribute חייב להיות קובץ מסוג: :values.', 'mimetypes' => 'שדה :attribute חייב להיות קובץ מסוג: :values.', @@ -116,7 +116,7 @@ 'numeric' => 'שדה :attribute חייב להיות לפחות :min.', 'string' => 'שדה :attribute חייב להיות לפחות :min תווים.', ], - + 'min_digits' => 'שדה :attribute חייב להיות לפחות בעל :min ספרות.', 'missing' => 'שדה :attribute חייב להיות חסר.', 'missing_if' => 'שדה :attribute חייב להיות חסר כאשר :other הוא :value.', @@ -127,7 +127,7 @@ 'not_in' => 'הערך שנבחר עבור :attribute אינו תקין.', 'not_regex' => 'פורמט שדה :attribute אינו תקין.', 'numeric' => 'שדה :attribute חייב להיות מספר.', - + 'password' => [ 'letters' => 'שדה :attribute חייב לכלול לפחות אות אחת.', 'mixed' => 'שדה :attribute חייב לכלול לפחות אות אחת באותיות גדולות ואחת באותיות קטנות.', @@ -135,7 +135,7 @@ 'symbols' => 'שדה :attribute חייב לכלול לפחות סמל אחד.', 'uncompromised' => 'ה־:attribute שנבחר הופיע בפרצת מידע. יש לבחור :attribute אחר.', ], - + 'present' => 'שדה :attribute חייב להיות נוכח.', 'present_if' => 'שדה :attribute חייב להיות נוכח כאשר :other הוא :value.', 'present_unless' => 'שדה :attribute חייב להיות נוכח אלא אם :other הוא :value.', @@ -163,7 +163,7 @@ 'numeric' => 'שדה :attribute חייב להיות בגודל של :size.', 'string' => 'שדה :attribute חייב להיות בגודל של :size תווים.', ], - + 'starts_with' => 'שדה :attribute חייב להתחיל באחד מהערכים הבאים: :values.', 'string' => 'שדה :attribute חייב להיות מחרוזת.', 'timezone' => 'שדה :attribute חייב להיות איזור זמן תקין.', diff --git a/lang/hi_IN/auth.php b/lang/hi_IN/auth.php index f1931044ef4..d301cb7b30f 100644 --- a/lang/hi_IN/auth.php +++ b/lang/hi_IN/auth.php @@ -15,6 +15,6 @@ 'failed' => 'ये क्रेडेंशियल हमारे रिकॉर्ड से मेल नहीं खाते।', 'password' => 'प्रदान किया गया पासवर्ड गलत है।', - 'throttle' => 'बहुत सारे लॉगिन प्रयास। कृपया :seconds सेकंड में पुन: प्रयास करें।', + 'throttle' => 'बहुत सारे लॉगिन प्रयास। कृपया :seconds सेकंड में पुन: प्रयास करें।', ]; diff --git a/lang/hi_IN/passwords.php b/lang/hi_IN/passwords.php index 2d405eed7e3..a1e16cb3a4c 100644 --- a/lang/hi_IN/passwords.php +++ b/lang/hi_IN/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'हमने आपके पासवर्ड रीसेट लिंक को ईमेल किया है।', 'throttled' => 'कृपया पुनः प्रयास करने से पहले प्रतीक्षा करें।', 'token' => 'यह पासवर्ड रीसेट टोकन अमान्य है।', - 'user' => "हम उस ईमेल पते के साथ कोई उपयोगकर्ता नहीं ढूंढ सकते।", + 'user' => 'हम उस ईमेल पते के साथ कोई उपयोगकर्ता नहीं ढूंढ सकते।', ]; diff --git a/lang/hi_IN/validation.php b/lang/hi_IN/validation.php index dd70712e48f..fd6b383f1d8 100644 --- a/lang/hi_IN/validation.php +++ b/lang/hi_IN/validation.php @@ -25,7 +25,7 @@ 'ascii' => 'फ़ील्ड :attribute केवल एकल-बाइट वाले अक्षरमाला और प्रतीक होने चाहिए।', 'before' => 'फ़ील्ड :attribute :date के पहले की तारीख होनी चाहिए।', 'before_or_equal' => 'फ़ील्ड :attribute :date के पहले या उसके बराबर की तारीख होनी चाहिए।', - + 'between' => [ 'array' => 'फ़ील्ड :attribute में :min और :max आइटम्स होने चाहिए।', 'file' => 'फ़ील्ड :attribute :min और :max किलोबाइट्स के बीच होना चाहिए।', @@ -57,7 +57,7 @@ 'extensions' => 'फ़ील्ड :attribute में निम्नलिखित में से कोई भी एक एक्सटेंशन होना चाहिए: :values।', 'file' => 'फ़ील्ड :attribute एक फ़ाइल होनी चाहिए।', 'filled' => 'फ़ील्ड :attribute का मान होना आवश्यक है।', - + 'gt' => [ 'array' => 'फ़ील्ड :attribute में :value आइटम्स से अधिक होने चाहिए।', 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से अधिक होना चाहिए।', @@ -71,7 +71,7 @@ 'numeric' => 'फ़ील्ड :attribute :value से अधिक या उसके बराबर होना चाहिए।', 'string' => 'फ़ील्ड :attribute :value वर्णों से अधिक या उसके बराबर होना चाहिए।', ], - + 'hex_color' => 'फ़ील्ड :attribute एक मान्य हेक्साडेसिमल रंग होना चाहिए।', 'image' => 'फ़ील्ड :attribute एक छवि होनी चाहिए।', 'in' => 'चयनित :attribute अमान्य है।', @@ -82,14 +82,14 @@ 'ipv6' => 'फ़ील्ड :attribute एक मान्य IPv6 पता होना चाहिए।', 'json' => 'फ़ील्ड :attribute एक मान्य JSON स्ट्रिंग होनी चाहिए।', 'lowercase' => 'फ़ील्ड :attribute लोअरकेस होना चाहिए।', - + 'lt' => [ 'array' => 'फ़ील्ड :attribute में :value आइटम्स से कम होने चाहिए।', 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से कम होना चाहिए।', 'numeric' => 'फ़ील्ड :attribute :value से कम होना चाहिए।', 'string' => 'फ़ील्ड :attribute :value वर्णों से कम होना चाहिए।', ], - + 'lte' => [ 'array' => 'फ़ील्ड :attribute में :value आइटम्स से अधिक नहीं होना चाहिए।', 'file' => 'फ़ील्ड :attribute :value किलोबाइट्स से अधिक या उसके बराबर होना चाहिए।', @@ -105,18 +105,18 @@ 'numeric' => 'फ़ील्ड :attribute :max से अधिक नहीं होना चाहिए।', 'string' => 'फ़ील्ड :attribute :max वर्णों से अधिक नहीं होना चाहिए।', ], - + 'max_digits' => 'फ़ील्ड :attribute में :max अंकों से अधिक नहीं होना चाहिए।', 'mimes' => 'फ़ील्ड :attribute एक फ़ाइल के प्रकार :values होनी चाहिए।', 'mimetypes' => 'फ़ील्ड :attribute एक फ़ाइल के प्रकार :values होनी चाहिए।', - + 'min' => [ 'array' => 'फ़ील्ड :attribute में कम से कम :min आइटम्स होने चाहिए।', 'file' => 'फ़ील्ड :attribute कम से कम :min किलोबाइट्स होने चाहिए।', 'numeric' => 'फ़ील्ड :attribute कम से कम :min होना चाहिए।', 'string' => 'फ़ील्ड :attribute कम से कम :min वर्ण होने चाहिए।', ], - + 'min_digits' => 'फ़ील्ड :attribute में कम से कम :min अंक होने चाहिए।', 'missing' => 'फ़ील्ड :attribute अनुपस्थित होना चाहिए।', 'missing_if' => 'फ़ील्ड :attribute :other :value होने पर अनुपस्थित होना चाहिए।', @@ -163,7 +163,7 @@ 'numeric' => 'फ़ील्ड :attribute का मान :size होना चाहिए।', 'string' => 'फ़ील्ड :attribute :size अक्षरों का होना चाहिए।', ], - + 'starts_with' => 'फ़ील्ड :attribute निम्नलिखित में से किसी एक से शुरू होना चाहिए: :values।', 'string' => 'फ़ील्ड :attribute स्ट्रिंग होनी चाहिए।', 'timezone' => 'फ़ील्ड :attribute मान्य समय क्षेत्र होना चाहिए।', diff --git a/lang/it/auth.php b/lang/it/auth.php index ba0ba049777..9881b80245b 100644 --- a/lang/it/auth.php +++ b/lang/it/auth.php @@ -15,6 +15,6 @@ 'failed' => 'Queste credenziali non corrispondono ai nostri record.', 'password' => 'La password fornita non è corretta.', - 'throttle' => 'Troppi tentativi di accesso. Si prega di riprovare tra :seconds secondi.', + 'throttle' => 'Troppi tentativi di accesso. Si prega di riprovare tra :seconds secondi.', ]; diff --git a/lang/it/validation.php b/lang/it/validation.php index d183468a029..aa1ca60d04e 100644 --- a/lang/it/validation.php +++ b/lang/it/validation.php @@ -25,7 +25,7 @@ 'ascii' => 'Il campo :attribute deve contenere solo caratteri alfanumerici e simboli a byte singolo.', 'before' => 'Il campo :attribute deve essere una data precedente a :date.', 'before_or_equal' => 'Il campo :attribute deve essere una data precedente o uguale a :date.', - + 'between' => [ 'array' => 'Il campo :attribute deve avere tra :min e :max elementi.', 'file' => 'Il campo :attribute deve essere tra :min e :max kilobyte.', @@ -109,14 +109,14 @@ 'max_digits' => 'Il campo :attribute non deve avere più di :max cifre.', 'mimes' => 'Il campo :attribute deve essere un file di tipo: :values.', 'mimetypes' => 'Il campo :attribute deve essere un file di tipo: :values.', - + 'min' => [ 'array' => 'Il campo :attribute deve avere almeno :min elementi.', 'file' => 'Il campo :attribute deve essere almeno di :min kilobyte.', 'numeric' => 'Il campo :attribute deve essere almeno :min.', 'string' => 'Il campo :attribute deve essere di almeno :min caratteri.', ], - + 'min_digits' => 'Il campo :attribute deve avere almeno :min cifre.', 'missing' => 'Il campo :attribute deve essere mancante.', 'missing_if' => 'Il campo :attribute deve essere mancante quando :other è :value.', @@ -127,7 +127,7 @@ 'not_in' => 'Il campo :attribute selezionato non è valido.', 'not_regex' => 'Il formato del campo :attribute non è valido.', 'numeric' => 'Il campo :attribute deve essere un numero.', - + 'password' => [ 'letters' => 'Il campo :attribute deve contenere almeno una lettera.', 'mixed' => 'Il campo :attribute deve contenere almeno una lettera maiuscola e una minuscola.', @@ -156,14 +156,14 @@ 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', 'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values è presente.', 'same' => 'Il campo :attribute deve corrispondere a :other.', - + 'size' => [ 'array' => 'Il campo :attribute deve contenere :size elementi.', 'file' => 'Il campo :attribute deve essere di :size kilobyte.', 'numeric' => 'Il campo :attribute deve essere :size.', 'string' => 'Il campo :attribute deve essere di :size caratteri.', ], - + 'starts_with' => 'Il campo :attribute deve iniziare con uno dei seguenti: :values.', 'string' => 'Il campo :attribute deve essere una stringa.', 'timezone' => 'Il campo :attribute deve essere un fuso orario valido.', diff --git a/lang/ja/passwords.php b/lang/ja/passwords.php index af52ec06a9a..a606d7fa3b5 100644 --- a/lang/ja/passwords.php +++ b/lang/ja/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'パスワードリセットリンクをメールで送信しました。', 'throttled' => '再試行する前にお待ちください。', 'token' => 'このパスワードリセットトークンは無効です。', - 'user' => "そのメールアドレスを持つユーザーが見つかりません。", + 'user' => 'そのメールアドレスを持つユーザーが見つかりません。', ]; diff --git a/lang/ja/validation.php b/lang/ja/validation.php index 0155ad747c4..80a9e64985f 100644 --- a/lang/ja/validation.php +++ b/lang/ja/validation.php @@ -25,7 +25,7 @@ 'ascii' => ':attributeは半角英数字と記号のみを含む必要があります。', 'before' => ':attributeは:dateの前の日付でなければなりません。', 'before_or_equal' => ':attributeは:date以前または同じ日付である必要があります。', - + 'between' => [ 'array' => ':attributeは:minから:maxの間のアイテムを持つ必要があります。', 'file' => ':attributeは:minから:maxキロバイトの間である必要があります。', @@ -64,14 +64,14 @@ 'numeric' => ':attributeは:valueより大きい必要があります。', 'string' => ':attributeは:value文字より大きい必要があります。', ], - + 'gte' => [ 'array' => ':attributeは:value個以上のアイテムを持つ必要があります。', 'file' => ':attributeは:valueキロバイト以上である必要があります。', 'numeric' => ':attributeは:value以上である必要があります。', 'string' => ':attributeは:value文字以上である必要があります。', ], - + 'hex_color' => ':attributeは有効な16進カラーである必要があります。', 'image' => ':attributeは画像である必要があります。', 'in' => '選択された:attributeは無効です。', @@ -82,14 +82,14 @@ 'ipv6' => ':attributeは有効なIPv6アドレスである必要があります。', 'json' => ':attributeは有効なJSON文字列である必要があります。', 'lowercase' => ':attributeはすべて小文字である必要があります。', - + 'lt' => [ 'array' => ':attributeは:value個より少ないアイテムを持つ必要があります。', 'file' => ':attributeは:valueキロバイトより小さい必要があります。', 'numeric' => ':attributeは:valueより小さい必要があります。', 'string' => ':attributeは:value文字より小さい必要があります。', ], - + 'lte' => [ 'array' => ':attributeは:value個以下のアイテムを持つ必要があります。', 'file' => ':attributeは:valueキロバイト以下である必要があります。', @@ -105,18 +105,18 @@ 'numeric' => ':attributeは:maxより大きくてはいけません。', 'string' => ':attributeは:max文字より大きくてはいけません。', ], - + 'max_digits' => ':attributeは:max桁を超えてはいけません。', 'mimes' => ':attributeは:valuesのファイルである必要があります。', 'mimetypes' => ':attributeは:valuesのファイルである必要があります。', - + 'min' => [ 'array' => ':attributeは少なくとも:min個のアイテムを持つ必要があります。', 'file' => ':attributeは少なくとも:minキロバイトである必要があります。', 'numeric' => ':attributeは少なくとも:minである必要があります。', 'string' => ':attributeは少なくとも:min文字である必要があります。', ], - + 'min_digits' => ':attributeは少なくとも:min桁である必要があります。', 'missing' => ':attributeは存在していません。', 'missing_if' => ':otherが:valueの場合、:attributeは存在している必要があります。', @@ -127,7 +127,7 @@ 'not_in' => '選択された:attributeは無効です。', 'not_regex' => ':attributeの形式が無効です。', 'numeric' => ':attributeは数値でなければなりません。', - + 'password' => [ 'letters' => ':attributeには少なくとも1つの文字を含める必要があります。', 'mixed' => ':attributeには少なくとも1つの大文字と1つの小文字を含める必要があります。', @@ -135,7 +135,7 @@ 'symbols' => ':attributeには少なくとも1つの記号を含める必要があります。', 'uncompromised' => '指定された:attributeはデータリークに現れています。別の:attributeを選択してください。', ], - + 'present' => ':attributeは存在している必要があります。', 'present_if' => ':otherが:valueの場合、:attributeは存在している必要があります。', 'present_unless' => ':otherが:valueでない限り、:attributeは存在している必要があります。', @@ -156,14 +156,14 @@ 'required_without' => ':valuesが存在しない場合、:attributeは必須です。', 'required_without_all' => ':valuesのいずれも存在しない場合、:attributeは必須です。', 'same' => ':attributeは:otherと一致している必要があります。', - + 'size' => [ 'array' => ':attributeは:size個のアイテムを持つ必要があります。', 'file' => ':attributeは:sizeキロバイトである必要があります。', 'numeric' => ':attributeは:sizeである必要があります。', 'string' => ':attributeは:size文字である必要があります。', ], - + 'starts_with' => ':attributeは次のいずれかで始まる必要があります: :values。', 'string' => ':attributeは文字列である必要があります。', 'timezone' => ':attributeは有効なタイムゾーンである必要があります。', diff --git a/lang/nl/passwords.php b/lang/nl/passwords.php index 614330e81cb..bec2d9a14f7 100644 --- a/lang/nl/passwords.php +++ b/lang/nl/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'We hebben de link voor het opnieuw instellen van uw wachtwoord per e-mail verzonden.', 'throttled' => 'Wacht even voordat u het opnieuw probeert.', 'token' => 'Deze wachtwoord-resettoken is ongeldig.', - 'user' => "We kunnen geen gebruiker vinden met dat e-mailadres.", + 'user' => 'We kunnen geen gebruiker vinden met dat e-mailadres.', ]; diff --git a/lang/nl/validation.php b/lang/nl/validation.php index a97a78df179..3b430ae8c5b 100644 --- a/lang/nl/validation.php +++ b/lang/nl/validation.php @@ -25,14 +25,14 @@ 'ascii' => 'Het veld :attribute mag alleen enkel-byte alfanumerieke tekens en symbolen bevatten.', 'before' => 'Het veld :attribute moet een datum zijn voor :date.', 'before_or_equal' => 'Het veld :attribute moet een datum zijn voor of gelijk aan :date.', - + 'between' => [ 'array' => 'Het veld :attribute moet tussen :min en :max items bevatten.', 'file' => 'Het veld :attribute moet tussen :min en :max kilobytes zijn.', 'numeric' => 'Het veld :attribute moet tussen :min en :max zijn.', 'string' => 'Het veld :attribute moet tussen :min en :max karakters zijn.', ], - + 'boolean' => 'Het veld :attribute moet waar of onwaar zijn.', 'can' => 'Het veld :attribute bevat een ongeautoriseerde waarde.', 'confirmed' => 'De bevestiging van het veld :attribute komt niet overeen.', @@ -64,14 +64,14 @@ 'numeric' => 'Het veld :attribute moet groter zijn dan :value.', 'string' => 'Het veld :attribute moet meer dan :value karakters bevatten.', ], - + 'gte' => [ 'array' => 'Het veld :attribute moet :value items of meer bevatten.', 'file' => 'Het veld :attribute moet groter dan of gelijk aan :value kilobytes zijn.', 'numeric' => 'Het veld :attribute moet groter dan of gelijk aan :value zijn.', 'string' => 'Het veld :attribute moet groter dan of gelijk aan :value karakters zijn.', ], - + 'hex_color' => 'Het veld :attribute moet een geldige hexadecimale kleur zijn.', 'image' => 'Het veld :attribute moet een afbeelding zijn.', 'in' => 'De geselecteerde :attribute is ongeldig.', @@ -82,34 +82,34 @@ 'ipv6' => 'Het veld :attribute moet een geldig IPv6-adres zijn.', 'json' => 'Het veld :attribute moet een geldige JSON-string zijn.', 'lowercase' => 'Het veld :attribute moet in kleine letters zijn.', - + 'lt' => [ 'array' => 'Het veld :attribute moet minder dan :value items bevatten.', 'file' => 'Het veld :attribute moet kleiner zijn dan :value kilobytes.', 'numeric' => 'Het veld :attribute moet kleiner zijn dan :value.', 'string' => 'Het veld :attribute moet minder dan :value karakters bevatten.', ], - + 'lte' => [ 'array' => 'Het veld :attribute mag niet meer dan :value items bevatten.', 'file' => 'Het veld :attribute moet kleiner dan of gelijk aan :value kilobytes zijn.', 'numeric' => 'Het veld :attribute moet kleiner dan of gelijk aan :value zijn.', 'string' => 'Het veld :attribute moet kleiner dan of gelijk aan :value karakters zijn.', ], - + 'mac_address' => 'Het veld :attribute moet een geldig MAC-adres zijn.', - + 'max' => [ 'array' => 'Het veld :attribute mag niet meer dan :max items bevatten.', 'file' => 'Het veld :attribute mag niet groter zijn dan :max kilobytes.', 'numeric' => 'Het veld :attribute mag niet groter zijn dan :max.', 'string' => 'Het veld :attribute mag niet groter zijn dan :max karakters.', ], - + 'max_digits' => 'Het veld :attribute mag niet meer dan :max cijfers bevatten.', 'mimes' => 'Het veld :attribute moet een bestand zijn van het type: :values.', 'mimetypes' => 'Het veld :attribute moet een bestand zijn van het type: :values.', - + 'min' => [ 'array' => 'Het veld :attribute moet ten minste :min items bevatten.', 'file' => 'Het veld :attribute moet ten minste :min kilobytes zijn.', @@ -156,14 +156,14 @@ 'required_without' => 'Het veld :attribute is verplicht wanneer :values niet aanwezig is.', 'required_without_all' => 'Het veld :attribute is verplicht wanneer geen van :values aanwezig is.', 'same' => 'Het veld :attribute moet overeenkomen met :other.', - + 'size' => [ 'array' => 'Het veld :attribute moet :size items bevatten.', 'file' => 'Het veld :attribute moet :size kilobytes zijn.', 'numeric' => 'Het veld :attribute moet :size zijn.', 'string' => 'Het veld :attribute moet :size karakters bevatten.', ], - + 'starts_with' => ':attribute moet beginnen met een van de volgende waarden: :values.', 'string' => ':attribute moet een string zijn.', 'timezone' => ':attribute moet een geldige tijdzone zijn.', diff --git a/lang/pl/passwords.php b/lang/pl/passwords.php index ed89c4b96bc..134f0d4498c 100644 --- a/lang/pl/passwords.php +++ b/lang/pl/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Wysłaliśmy link do resetowania hasła na Twój adres e-mail.', 'throttled' => 'Proszę poczekać przed ponowną próbą.', 'token' => 'Ten token resetowania hasła jest nieprawidłowy.', - 'user' => "Nie możemy znaleźć użytkownika o podanym adresie e-mail.", + 'user' => 'Nie możemy znaleźć użytkownika o podanym adresie e-mail.', ]; diff --git a/lang/pt_BR/passwords.php b/lang/pt_BR/passwords.php index 513dcd2e3ad..8af07b0a1f0 100644 --- a/lang/pt_BR/passwords.php +++ b/lang/pt_BR/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Enviamos o link de redefinição de senha para o seu e-mail.', 'throttled' => 'Por favor, aguarde antes de tentar novamente.', 'token' => 'Este token de redefinição de senha é inválido.', - 'user' => "Não conseguimos encontrar um usuário com esse endereço de e-mail.", + 'user' => 'Não conseguimos encontrar um usuário com esse endereço de e-mail.', ]; diff --git a/lang/ru/passwords.php b/lang/ru/passwords.php index 452e8d007e1..f4c130cbf6a 100644 --- a/lang/ru/passwords.php +++ b/lang/ru/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Мы отправили ссылку для сброса пароля на вашу электронную почту.', 'throttled' => 'Пожалуйста, подождите перед повторной попыткой.', 'token' => 'Этот токен сброса пароля недействителен.', - 'user' => "Мы не можем найти пользователя с этим адресом электронной почты.", + 'user' => 'Мы не можем найти пользователя с этим адресом электронной почты.', ]; diff --git a/lang/ru/validation.php b/lang/ru/validation.php index 57bb3332484..afbe9708035 100644 --- a/lang/ru/validation.php +++ b/lang/ru/validation.php @@ -64,14 +64,14 @@ 'numeric' => 'Поле :attribute должно быть больше :value.', 'string' => 'Поле :attribute должно содержать больше :value символов.', ], - + 'gte' => [ 'array' => 'Поле :attribute должно содержать :value элементов или больше.', 'file' => 'Поле :attribute должно быть больше или равно :value килобайт.', 'numeric' => 'Поле :attribute должно быть больше или равно :value.', 'string' => 'Поле :attribute должно быть больше или равно :value символов.', ], - + 'hex_color' => 'Поле :attribute должно быть допустимым шестнадцатеричным цветом.', 'image' => 'Поле :attribute должно быть изображением.', 'in' => 'Выбранное значение для :attribute недопустимо.', @@ -82,41 +82,41 @@ 'ipv6' => 'Поле :attribute должно быть действительным IPv6-адресом.', 'json' => 'Поле :attribute должно быть допустимой JSON строкой.', 'lowercase' => 'Поле :attribute должно быть в нижнем регистре.', - + 'lt' => [ 'array' => 'Поле :attribute должно содержать менее :value элементов.', 'file' => 'Поле :attribute должно быть меньше :value килобайт.', 'numeric' => 'Поле :attribute должно быть меньше :value.', 'string' => 'Поле :attribute должно содержать меньше :value символов.', ], - + 'lte' => [ 'array' => 'Поле :attribute не должно содержать более :value элементов.', 'file' => 'Поле :attribute должно быть меньше или равно :value килобайт.', 'numeric' => 'Поле :attribute должно быть меньше или равно :value.', 'string' => 'Поле :attribute должно быть меньше или равно :value символов.', ], - + 'mac_address' => 'Поле :attribute должно быть допустимым MAC-адресом.', - + 'max' => [ 'array' => 'Поле :attribute не должно содержать более :max элементов.', 'file' => 'Поле :attribute не должно быть больше :max килобайт.', 'numeric' => 'Поле :attribute не должно быть больше :max.', 'string' => 'Поле :attribute не должно быть больше :max символов.', ], - + 'max_digits' => 'Поле :attribute не должно содержать более :max цифр.', 'mimes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.', 'mimetypes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.', - + 'min' => [ 'array' => 'Поле :attribute должно содержать как минимум :min элементов.', 'file' => 'Поле :attribute должно быть как минимум :min килобайт.', 'numeric' => 'Поле :attribute должно быть как минимум :min.', 'string' => 'Поле :attribute должно быть как минимум :min символов.', ], - + 'min_digits' => 'Поле :attribute должно содержать как минимум :min цифр.', 'missing' => 'Поле :attribute должно отсутствовать.', 'missing_if' => 'Поле :attribute должно отсутствовать, когда :other равно :value.', @@ -127,7 +127,7 @@ 'not_in' => 'Выбранное значение для :attribute недопустимо.', 'not_regex' => 'Формат поля :attribute недопустим.', 'numeric' => 'Поле :attribute должно быть числом.', - + 'password' => [ 'letters' => 'Поле :attribute должно содержать как минимум одну букву.', 'mixed' => 'Поле :attribute должно содержать как минимум одну заглавную и одну строчную букву.', @@ -135,7 +135,7 @@ 'symbols' => 'Поле :attribute должно содержать как минимум один символ.', 'uncompromised' => 'Указанное значение :attribute встречается в утечках данных. Пожалуйста, выберите другое значение :attribute.', ], - + 'present' => 'Поле :attribute должно присутствовать.', 'present_if' => 'Поле :attribute должно присутствовать, когда :other равно :value.', 'present_unless' => 'Поле :attribute должно присутствовать, если :other не равно :value.', @@ -156,14 +156,14 @@ 'required_without' => 'Поле :attribute является обязательным, когда :values отсутствует.', 'required_without_all' => 'Поле :attribute является обязательным, когда отсутствуют все значения :values.', 'same' => 'Поле :attribute должно совпадать с :other.', - + 'size' => [ 'array' => 'Поле :attribute должно содержать :size элементов.', 'file' => 'Поле :attribute должно быть :size килобайт.', 'numeric' => 'Поле :attribute должно быть :size.', 'string' => 'Поле :attribute должно быть :size символов.', ], - + 'starts_with' => 'Поле :attribute должно начинаться с одного из следующих значений: :values.', 'string' => 'Поле :attribute должно быть строкой.', 'timezone' => 'Поле :attribute должно быть допустимым часовым поясом.', diff --git a/lang/sin/passwords.php b/lang/sin/passwords.php index 9cd4d78a60c..491595d786e 100644 --- a/lang/sin/passwords.php +++ b/lang/sin/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'ඔබගේ මුරපද නැවත සකස් කිරීමේ සබැඳිය ඊමේල් ලබා ගත ඇත.', 'throttled' => 'නැවත උත්සාහ කිරීමට පෙර ඉවසීමක් කරන්න.', 'token' => 'මෙම මුරපද නැවත සකස් කිරීමේ ටෝකනය සංවාදයකි.', - 'user' => "ඔබගේ ඊමේල් ලිපිනය සොයා ගත නොහැක.", + 'user' => 'ඔබගේ ඊමේල් ලිපිනය සොයා ගත නොහැක.', ]; diff --git a/lang/sin/validation.php b/lang/sin/validation.php index 312183ef9b0..21857882467 100644 --- a/lang/sin/validation.php +++ b/lang/sin/validation.php @@ -64,7 +64,7 @@ 'numeric' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value වඩා වැඩි විය යුතුය.', 'string' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value අකුරු වඩා වැඩි විය යුතුය.', ], - + 'gte' => [ 'array' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම අගය :value හෝ වඩා වැඩි විය යුතුය.', 'file' => 'ප්‍රතිප්‍රශ්න :attribute කියවීම :value කිලෝ හෝ වඩා ඇතිවිය යුතුය.', @@ -82,7 +82,7 @@ 'ipv6' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු IPv6 ලිපිනය විවෘත කළ යුතුය.', 'json' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව වලංගු JSON ස්ථානය විවෘත කළ යුතුය.', 'lowercase' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව හොදයින් විය යුතුය.', - + 'lt' => [ 'array' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :value කිලෝ හඩ වන අතර එකතු කළ යුතුය.', 'file' => 'ප්‍රතිප්‍රශ්න :attribute කොටුව :value කිලෝ වඩා වැඩි අකුරු විය යුතුය.', @@ -96,9 +96,9 @@ 'numeric' => ':attribute කොටුවේ අනුමත කිලෝ හෝ සමාන විය යුතුය :value.', 'string' => ':attribute කොටුවේ අනුමත කිලෝ හෝ සමාන විය යුතුය :value අකුරු.', ], - + 'mac_address' => ':attribute කොටුව වලංගු MAC ලිපිනය විවෘත කළ යුතුය.', - + 'max' => [ 'array' => ':attribute කොටුවේ අනුමත දත්ත අගය :max ට වඩා හෝ සමාන විය යුතුය.', 'file' => ':attribute කොටුව අනුමත කිලෝ හෝ සමාන විය යුතුය :max කිලෝබයක්.', @@ -109,7 +109,7 @@ 'max_digits' => 'The :attribute කොටුව වල අනුමත අංක ගණන :max වලට වඩා වැඩි විය යුතුය.', 'mimes' => ':attribute කොටුව විටින් ගොනුවේ වර්ගය :values නිසා විය යුතුය.', 'mimetypes' => ':attribute කොටුව විටින් ගොනුවේ වර්ගය :values නිසා විය යුතුය.', - + 'min' => [ 'array' => ':attribute කොටුව අනුමත දත්ත අගය අවට :min කිලෝ විය යුතුය.', 'file' => ':attribute කොටුව අනුමත කිලෝ අහෝ සමාන විය යුතුය :min කිලෝබයක්.', @@ -163,7 +163,7 @@ 'numeric' => ':attribute කොටුව :size වේ.', 'string' => ':attribute කොටුව :size අක්ෂාංකයක් යොමු කළ යුතුය.', ], - + 'starts_with' => ':attribute කොටුව පහත ලැයිස්තුවක් සමඟ ආරම්භ විය යුතුය: :values.', 'string' => ':attribute කොටුව සාමාන්‍ය වචන වේ.', 'timezone' => ':attribute කොටුව වලංගු කාල කට්ටයක් විය යුතුය.', @@ -173,7 +173,7 @@ 'url' => ':attribute කොටුව වලංගු URL විය යුතුය.', 'ulid' => ':attribute කොටුව වලංගු ULID විය යුතුය.', 'uuid' => ':attribute කොටුව වලංගු UUID විය යුතුය.', - + /* |-------------------------------------------------------------------------- | Custom Validation Language Lines diff --git a/lang/tr/passwords.php b/lang/tr/passwords.php index bc312ae702f..c0e9f8dc48d 100644 --- a/lang/tr/passwords.php +++ b/lang/tr/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Şifre sıfırlama bağlantınızı e-posta ile gönderdik.', 'throttled' => 'Tekrar denemeden önce lütfen bekleyin.', 'token' => 'Bu şifre sıfırlama belirteci geçersiz.', - 'user' => "Bu e-posta adresiyle bir kullanıcı bulamıyoruz.", + 'user' => 'Bu e-posta adresiyle bir kullanıcı bulamıyoruz.', ]; diff --git a/lang/tr/validation.php b/lang/tr/validation.php index 6a650f1e7f0..40d1939789a 100644 --- a/lang/tr/validation.php +++ b/lang/tr/validation.php @@ -25,7 +25,7 @@ 'ascii' => ':attribute alanı yalnızca tek baytlık alfasayısal karakterler ve semboller içermelidir.', 'before' => ':attribute alanı :date tarihinden önce bir tarih olmalıdır.', 'before_or_equal' => ':attribute alanı :date tarihinden önce veya aynı tarih olmalıdır.', - + 'between' => [ 'array' => ':attribute alanı :min ile :max arasında öğe içermelidir.', 'file' => ':attribute alanı :min ile :max kilobayt arasında olmalıdır.', @@ -57,14 +57,14 @@ 'extensions' => ':attribute alanı şu uzantılardan birine sahip olmalıdır: :values.', 'file' => ':attribute alanı bir dosya olmalıdır.', 'filled' => ':attribute alanı bir değere sahip olmalıdır.', - + 'gt' => [ 'array' => ':attribute alanı :value öğeden daha fazla olmalıdır.', 'file' => ':attribute alanı :value kilobayttan büyük olmalıdır.', 'numeric' => ':attribute alanı :value\'dan büyük olmalıdır.', 'string' => ':attribute alanı :value karakterden büyük olmalıdır.', ], - + 'gte' => [ 'array' => ':attribute alanı :value öğeden veya daha fazlasına sahip olmalıdır.', 'file' => ':attribute alanı :value kilobayttan büyük veya eşit olmalıdır.', @@ -82,34 +82,34 @@ 'ipv6' => ':attribute alanı geçerli bir IPv6 adresi olmalıdır.', 'json' => ':attribute alanı geçerli bir JSON dizisi olmalıdır.', 'lowercase' => ':attribute alanı küçük harf olmalıdır.', - + 'lt' => [ 'array' => ':attribute alanı :value öğeden daha az olmalıdır.', 'file' => ':attribute alanı :value kilobayttan küçük olmalıdır.', 'numeric' => ':attribute alanı :value\'dan küçük olmalıdır.', 'string' => ':attribute alanı :value karakterden az olmalıdır.', ], - + 'lte' => [ 'array' => ':attribute alanı :value öğeden fazla olmamalıdır.', 'file' => ':attribute alanı :value kilobayttan küçük veya eşit olmalıdır.', 'numeric' => ':attribute alanı :value\'dan küçük veya eşit olmalıdır.', 'string' => ':attribute alanı :value karakterden az veya eşit olmalıdır.', ], - + 'mac_address' => ':attribute alanı geçerli bir MAC adresi olmalıdır.', - + 'max' => [ 'array' => ':attribute alanı :max öğeden fazla olmamalıdır.', 'file' => ':attribute alanı :max kilobayttan büyük olmamalıdır.', 'numeric' => ':attribute alanı :max\'dan büyük olmamalıdır.', 'string' => ':attribute alanı :max karakterden fazla olmamalıdır.', ], - + 'max_digits' => ':attribute alanı :max basamaktan fazla olmamalıdır.', 'mimes' => ':attribute alanı şu türde bir dosya olmalıdır: :values.', 'mimetypes' => ':attribute alanı şu türde bir dosya olmalıdır: :values.', - + 'min' => [ 'array' => ':attribute alanı en az :min öğe içermelidir.', 'file' => ':attribute alanı en az :min kilobayt olmalıdır.', @@ -127,7 +127,7 @@ 'not_in' => 'Seçilen :attribute geçersizdir.', 'not_regex' => ':attribute alanı formatı geçersizdir.', 'numeric' => ':attribute alanı bir sayı olmalıdır.', - + 'password' => [ 'letters' => ':attribute alanı en az bir harf içermelidir.', 'mixed' => ':attribute alanı en az bir büyük harf ve bir küçük harf içermelidir.', @@ -135,7 +135,7 @@ 'symbols' => ':attribute alanı en az bir sembol içermelidir.', 'uncompromised' => 'Verilen :attribute bir veri sızıntısında göründü. Lütfen farklı bir :attribute seçin.', ], - + 'present' => ':attribute alanı mevcut olmalıdır.', 'present_if' => ':other :value olduğunda :attribute alanı mevcut olmalıdır.', 'present_unless' => ':other :value olmadığında :attribute alanı mevcut olmalıdır.', @@ -156,14 +156,14 @@ 'required_without' => ':values mevcut olmadığında :attribute alanı gereklidir.', 'required_without_all' => ':values mevcut olmadığında :attribute alanı gereklidir.', 'same' => ':attribute alanı :other ile eşleşmelidir.', - + 'size' => [ 'array' => ':attribute alanı :size öğe içermelidir.', 'file' => ':attribute alanı :size kilobayt olmalıdır.', 'numeric' => ':attribute alanı :size olmalıdır.', 'string' => ':attribute alanı :size karakter olmalıdır.', ], - + 'starts_with' => ':attribute alanı şu değerlerden biriyle başlamalıdır: :values.', 'string' => ':attribute alanı bir dize olmalıdır.', 'timezone' => ':attribute alanı geçerli bir saat dilimi olmalıdır.', diff --git a/lang/uk/passwords.php b/lang/uk/passwords.php index b95637e0f85..fec8cf07481 100644 --- a/lang/uk/passwords.php +++ b/lang/uk/passwords.php @@ -17,6 +17,6 @@ 'sent' => 'Ми відправили посилання для скидання пароля на вашу електронну пошту.', 'throttled' => 'Будь ласка, зачекайте перед повторною спробою.', 'token' => 'Цей токен скидання пароля недійсний.', - 'user' => "Ми не можемо знайти користувача за цією адресою електронної пошти.", + 'user' => 'Ми не можемо знайти користувача за цією адресою електронної пошти.', ]; diff --git a/lang/uk/validation.php b/lang/uk/validation.php index c12a4405e84..61904339a2d 100644 --- a/lang/uk/validation.php +++ b/lang/uk/validation.php @@ -25,7 +25,7 @@ 'ascii' => 'Поле :attribute повинно містити лише однобайтові буквено-цифрові символи та символи.', 'before' => 'Поле :attribute повинно бути датою перед :date.', 'before_or_equal' => 'Поле :attribute повинно бути датою перед або дорівнює :date.', - + 'between' => [ 'array' => 'Поле :attribute повинно містити від :min до :max елементів.', 'file' => 'Поле :attribute повинно бути від :min до :max кілобайт.', @@ -156,14 +156,14 @@ 'required_without' => 'Поле :attribute є обов\'язковим, коли :values відсутній.', 'required_without_all' => 'Поле :attribute є обов\'язковим, коли ні одне з :values не присутнє.', 'same' => 'Поле :attribute повинно збігатися з :other.', - + 'size' => [ 'array' => 'Поле :attribute повинно містити :size елементів.', 'file' => 'Поле :attribute повинно бути :size кілобайт.', 'numeric' => 'Поле :attribute повинно бути :size.', 'string' => 'Поле :attribute повинно бути :size символів.', ], - + 'starts_with' => 'Поле :attribute повинно починатися з одного з наступних: :values.', 'string' => 'Поле :attribute повинно бути рядком.', 'timezone' => 'Поле :attribute повинно бути дійсною часовою зоною.', diff --git a/lang/zh_CN/auth.php b/lang/zh_CN/auth.php index d1c58074095..65cff865a5c 100644 --- a/lang/zh_CN/auth.php +++ b/lang/zh_CN/auth.php @@ -16,5 +16,5 @@ 'failed' => '这些凭据与我们的记录不符。', 'password' => '提供的密码不正确。', 'throttle' => '登录尝试过多。 请在 :seconds 秒后重试。', - + ]; diff --git a/lang/zh_CN/passwords.php b/lang/zh_CN/passwords.php index 0ad94ddd429..dee3994cb98 100644 --- a/lang/zh_CN/passwords.php +++ b/lang/zh_CN/passwords.php @@ -17,6 +17,6 @@ 'sent' => '我们已通过电子邮件发送了您的密码重置链接。', 'throttled' => '请等待后重试。', 'token' => '此密码重置令牌无效。', - 'user' => "我们找不到使用该电子邮件地址的用户。", + 'user' => '我们找不到使用该电子邮件地址的用户。', ]; diff --git a/lang/zh_CN/validation.php b/lang/zh_CN/validation.php index 11c843d7309..6e66505e60d 100644 --- a/lang/zh_CN/validation.php +++ b/lang/zh_CN/validation.php @@ -25,14 +25,14 @@ 'ascii' => ':attribute 只能包含单字节的字母数字字符和符号。', 'before' => ':attribute 必须是 :date 之前的日期。', 'before_or_equal' => ':attribute 必须是 :date 之前或相同的日期。', - + 'between' => [ 'array' => ':attribute 必须在 :min 和 :max 之间。', 'file' => ':attribute 必须在 :min 和 :max 千字节之间。', 'numeric' => ':attribute 必须在 :min 和 :max 之间。', 'string' => ':attribute 必须在 :min 和 :max 个字符之间。', ], - + 'boolean' => ':attribute 字段必须是 true 或 false。', 'can' => ':attribute 字段包含未经授权的值。', 'confirmed' => ':attribute 确认不匹配。', @@ -64,14 +64,14 @@ 'numeric' => ':attribute 字段必须大于 :value。', 'string' => ':attribute 字段必须大于 :value 个字符。', ], - + 'gte' => [ 'array' => ':attribute 字段必须拥有 :value 项或更多。', 'file' => ':attribute 字段必须大于或等于 :value 千字节。', 'numeric' => ':attribute 字段必须大于或等于 :value。', 'string' => ':attribute 字段必须大于或等于 :value 个字符。', ], - + 'hex_color' => ':attribute 字段必须是有效的十六进制颜色。', 'image' => ':attribute 字段必须是图像。', 'in' => '所选 :attribute 无效。', @@ -82,41 +82,41 @@ 'ipv6' => ':attribute 字段必须是有效的 IPv6 地址。', 'json' => ':attribute 字段必须是有效的 JSON 字符串。', 'lowercase' => ':attribute 字段必须是小写的。', - + 'lt' => [ 'array' => ':attribute 字段必须拥有少于 :value 项。', 'file' => ':attribute 字段必须小于 :value 千字节。', 'numeric' => ':attribute 字段必须小于 :value。', 'string' => ':attribute 字段必须小于 :value 个字符。', ], - + 'lte' => [ 'array' => ':attribute 字段不能拥有超过 :value 项。', 'file' => ':attribute 字段必须小于或等于 :value 千字节。', 'numeric' => ':attribute 字段必须小于或等于 :value。', 'string' => ':attribute 字段必须小于或等于 :value 个字符。', ], - + 'mac_address' => ':attribute 字段必须是有效的 MAC 地址。', - + 'max' => [ 'array' => ':attribute 字段不能拥有超过 :max 项。', 'file' => ':attribute 字段不能大于 :max 千字节。', 'numeric' => ':attribute 字段不能大于 :max。', 'string' => ':attribute 字段不能大于 :max 个字符。', ], - + 'max_digits' => ':attribute 字段不能拥有超过 :max 位数字。', 'mimes' => ':attribute 字段必须是类型为 :values 的文件。', 'mimetypes' => ':attribute 字段必须是类型为 :values 的文件。', - + 'min' => [ 'array' => ':attribute 字段必须拥有至少 :min 项。', 'file' => ':attribute 字段必须至少为 :min 千字节。', 'numeric' => ':attribute 字段必须至少为 :min。', 'string' => ':attribute 字段必须至少为 :min 个字符。', ], - + 'min_digits' => ':attribute 字段必须至少包含 :min 位数字。', 'missing' => ':attribute 字段必须缺失。', 'missing_if' => '当 :other 为 :value 时,:attribute 字段必须缺失。', @@ -127,7 +127,7 @@ 'not_in' => '所选 :attribute 无效。', 'not_regex' => ':attribute 字段格式无效。', 'numeric' => ':attribute 字段必须是数字。', - + 'password' => [ 'letters' => ':attribute 字段必须至少包含一个字母。', 'mixed' => ':attribute 字段必须至少包含一个大写字母和一个小写字母。', @@ -156,14 +156,14 @@ 'required_without' => '当 :values 不存在时,:attribute 字段是必填的。', 'required_without_all' => '当 :values 全部不存在时,:attribute 字段是必填的。', 'same' => ':attribute 字段必须与 :other 匹配。', - + 'size' => [ 'array' => ':attribute 字段必须包含 :size 项。', 'file' => ':attribute 字段必须为 :size 千字节。', 'numeric' => ':attribute 字段必须为 :size。', 'string' => ':attribute 字段必须为 :size 个字符。', ], - + 'starts_with' => ':attribute 字段必须以以下之一开头: :values。', 'string' => ':attribute 字段必须是字符串。', 'timezone' => ':attribute 字段必须是有效的时区。',