From 26ba4ae40cf778095b44179cb466b3f8fa598d43 Mon Sep 17 00:00:00 2001 From: saeid Date: Sun, 28 Nov 2021 11:53:37 +0330 Subject: [PATCH] feat: add translate --- resources/lang/fa/validation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php index 81eb67d..76170c3 100644 --- a/resources/lang/fa/validation.php +++ b/resources/lang/fa/validation.php @@ -27,6 +27,7 @@ return [ "string" => ":attribute باید بین :min و :max کاراکتر باشد.", "array" => ":attribute باید بین :min و :max آیتم باشد.", ], + "after_or_equal" => ":attribute باید بزرگتر یا مساوی :date باشد.", "boolean" => "The :attribute field must be true or false", "confirmed" => ":attribute با تاییدیه مطابقت ندارد.", "date" => ":attribute یک تاریخ معتبر نیست.", @@ -109,6 +110,7 @@ return [ */ 'attributes' => [ + 'today' => 'امروز', 'blog_category_id' => 'دسته بندی', 'slug' => 'نام انگلیسی', 'email' => 'آدرس پست الکترونیکی',