Skip to content

Commit

Permalink
Merge pull request #4716 from datlechin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquochan authored Apr 23, 2024
2 parents 7c7bf2a + 9e055f0 commit d7a50df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/vi/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"missing_with": "Trường :attribute phải bị thiếu khi có :values.",
"missing_with_all": "Trường :attribute phải bị thiếu khi có :values trường.",
"multiple_of": "Trường :attribute phải là bội số của :value",
"next": "Trang trước »",
"next": "Trang sau »",
"not_in": "Giá trị đã chọn trong trường :attribute không hợp lệ.",
"not_regex": "Trường :attribute có định dạng không hợp lệ.",
"numeric": "Trường :attribute phải là một số.",
Expand All @@ -102,7 +102,7 @@
"present_unless": "Trường :attribute phải có mặt trừ khi :other là :value.",
"present_with": "Trường :attribute phải có mặt khi có :values.",
"present_with_all": "Trường :attribute phải có mặt khi có :values.",
"previous": "« Trang sau",
"previous": "« Trang trước",
"prohibited": "Trường :attribute bị cấm.",
"prohibited_if": "Trường :attribute bị cấm khi :other là :value.",
"prohibited_unless": "Trường :attribute bị cấm trừ khi :other là một trong :values.",
Expand Down

0 comments on commit d7a50df

Please sign in to comment.