From 9e055f0567c2981390a81aacaa7792083a95f6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=C3=B4=20Qu=E1=BB=91c=20=C4=90=E1=BA=A1t?= Date: Mon, 22 Apr 2024 20:55:43 +0700 Subject: [PATCH] Correct pagination in vi translations --- locales/vi/php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/vi/php.json b/locales/vi/php.json index b82083fbdb5..b5e41247c8f 100644 --- a/locales/vi/php.json +++ b/locales/vi/php.json @@ -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ố.", @@ -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.",