Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update validation.php with 100 percent accuracy. #1497

Merged
merged 1 commit into from Jan 13, 2021

Conversation

g-e-g-e-r-s-o-n
Copy link
Contributor

No description provided.

Copy link
Member

@caouecs caouecs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, but I don't know for the modification of tags. just confirm before

'boolean' => ':attribute უნდა იყოს true, false, 0 ან 1.',
'confirmed' => ':attribute არ ემთხვევა დადასტურებას.',
'boolean' => ':attribute ველი უნდა იყოს true ან false.',
'confirmed' => ':attribute-ის დადასტურება არ ემთხვევა.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:attribute-ის it's working ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, of course.

regex

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it on regex and :attribute-ის is correct and it's working properly.

'date' => ':attribute შეიცავს თარიღის არასწორ ფორმატს.',
'date_equals' => ':attribute თარიღი უნდა იყოს :date.',
'date_equals' => ':attribute უნდა იყოს :date-ის ტოლი თარიღი.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's working properly.

'date_format' => ':attribute არ ემთხვევა თარიღის ფორმატს: :format.',
'different' => ':attribute და :other არ უნდა ემთხვეოდეს ერთმანეთს.',
'digits' => ':attribute უნდა შედგებოდეს :digits ციფრისგან.',
'digits_between' => ':attribute უნდა შედგებოდეს :min-დან :max ციფრამბდე.',
'dimensions' => ':attribute შეიცავს სურათის არასწორ ზომებს.',
'distinct' => ':attribute უნდა იყოს უნიკალური.',
'distinct' => ':attribute-ის ველს აქვს დუბლირებული მნიშვნელობა.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's working properly.

@@ -79,43 +80,43 @@
'numeric' => ':attribute არ უნდა აღემატებოდეს :max-ს.',
'file' => ':attribute არ უნდა აღემატებოდეს :max კილობაიტს.',
'string' => ':attribute არ უნდა აღემატებოდეს :max სიმბოლოს.',
'array' => ':attribute-ის რაოდენობა არ უნდა აღემატებოდეს :max-ს.',
'array' => ':attribute-არ უნდა ჰქონდეს :max ელემენტზე მეტი.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's working properly

'min' => [
'numeric' => ':attribute უნდა იყოს მინიმუმ :min.',
'file' => ':attribute უნდა იყოს მინიმუმ :min კილობაიტი.',
'string' => ':attribute უნდა შეიცავდეს მინიმუმ :min სიმბოლოს.',
'array' => ':attribute უნდა იყოს მინიმუმ :min.',
'array' => ':attribute-ს უნდა ჰქონდეს მინიმუმ :min ელემენტი.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's working properly

@caouecs caouecs merged commit 80ec989 into Laravel-Lang:master Jan 13, 2021
@caouecs
Copy link
Member

caouecs commented Jan 13, 2021

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants