Updated language strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-05-24 15:07:14 -07:00
parent 72799973e7
commit 5be7dee3d3
645 changed files with 4672 additions and 1193 deletions
+5 -1
View File
@@ -64,7 +64,7 @@ return [
'string' => ':attribute phải ít nhất :min ký tự.',
'array' => 'Thuộc tính: phải có ít nhất: min items.',
],
'starts_with' => 'The :attribute must start with one of the following: :values.',
'starts_with' => 'Trường :attribute phải kết thúc bằng một trong những giá trị sau: :values',
'not_in' => ':attribute đã chọn không hợp lý.',
'numeric' => ':attribute phải là một số.',
'present' => 'Trường thuộc tính: phải có mặt.',
@@ -91,6 +91,10 @@ return [
'url' => 'Định dạng :attribute thì không hợp lý.',
'unique_undeleted' => 'Thuộc tính: phải là duy nhất.',
'non_circular' => 'The :attribute must not create a circular reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/*
|--------------------------------------------------------------------------