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

[fa] add missing keys generator.className.test & field_exists #443

Merged
merged 2 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Language/fa/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'migration' => 'نام کلاس Migration',
'model' => 'نام کلاس Model',
'seeder' => 'نام کلاس Seeder',
'test' => 'نام کلاس Test',
'validation' => 'نام کلاس Validation',
],
'commandType' => 'نوع Command',
Expand Down
1 change: 1 addition & 0 deletions Language/fa/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'differs' => 'فیلد {field} باید با فیلد {param} متفاوت باشد.',
'equals' => 'فیلد {field} باید دقیقا برابر "{param}" باشد.',
'exact_length' => 'طول فیلد {field} باید دقیقا {param} کاراکتر باشد.',
'field_exists' => 'فیلد {field} باید وجود داشته باشد.',
'greater_than' => 'فیلد {field} باید عددی بزرگتر از {param} باشد.',
'greater_than_equal_to' => 'فیلد {field} باید عددی بزرگتر یا مساوی {param} باشد.',
'hex' => 'فیلد {field} فقط می‌تواند شامل کاراکتر های هگزادسیمال باشد.',
Expand Down