feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'distinct' => [
|
||||
'must_be_selected' => 'Ít nhất một trường :attribute phải được chọn.',
|
||||
'only_one_must_be_selected' => 'Chỉ có một trường :attribute được chọn.',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user