-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete Vietnamese language. (#470)
* Complete Vietnamese language. Translate the complete Vietnamese language for CodeIgniter4. * Complete all translations for Vietnamese language. Co-Authored-By: John Paul E. Balandan, CPA <[email protected]> * Update VietnameseTranslationTest.php Co-Authored-By: John Paul E. Balandan, CPA <[email protected]> * Update VietnameseTranslationTest.php Co-Authored-By: John Paul E. Balandan, CPA <[email protected]> --------- Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
- Loading branch information
1 parent
200f0c1
commit 21fce8e
Showing
30 changed files
with
428 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Cookie language settings | ||
return [ | ||
'invalidExpiresTime' => 'Kiểu dữ liệu "{0}" không hợp lệ cho thuộc tính "Expires". Mong đợi: Chuỗi, Số nguyên, hoặc đối tượng DateTimeInterface.', | ||
'invalidExpiresValue' => 'Thời gian hết hạn của cookie không hợp lệ.', | ||
'invalidCookieName' => 'Cookie "{0}" chứa ký tự không hợp lệ.', | ||
'emptyCookieName' => 'Tên cookie không được để trống.', | ||
'invalidSecurePrefix' => 'Tiền tố "__Secure-" yêu cầu thuộc tính "Secure".', | ||
'invalidHostPrefix' => 'Việc sử dụng tiền tố "__Host-" phải đi kèm với cờ "Secure", không có thuộc tính "Domain", và đường dẫn (Path) phải được đặt là "/".', | ||
'invalidSameSite' => 'Cài đặt SameSite chỉ có thể là None, Lax, Strict, hoặc chuỗi trống. Đã nhận: {0}', | ||
'invalidSameSiteNone' => 'Nếu thuộc tính "SameSite=None" được thiết lập, thuộc tính "Secure" cũng phải được thiết lập.', | ||
'invalidCookieInstance' => 'Lớp "{0}" mong đợi mảng cookie là một thể hiện của "{1}", nhưng nhận được "{2}" tại chỉ số {3}.', | ||
'unknownCookieInstance' => 'Đối tượng cookie với tên "{0}" và tiền tố "{1}" không được tìm thấy trong bộ sưu tập.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Errors language settings | ||
return [ | ||
'pageNotFound' => '404 - Không tìm thấy trang', | ||
'sorryCannotFind' => 'Xin lỗi! Trang yêu cầu không thể tìm thấy.', | ||
'whoops' => 'Ôi!', | ||
'weHitASnag' => 'Chúng tôi gặp phải một vấn đề. Vui lòng thử lại sau...', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Fabricator language strings | ||
return [ | ||
'invalidModel' => 'Model không hợp lệ đã được chuyển đến Fabricator.', | ||
'missingFormatters' => 'Không có định dạng hợp lệ nào được định nghĩa.', | ||
'createFailed' => 'Fabricator không thể chèn {1} vào bảng {0}.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.