Added Vietnamese translations (#1758)
This commit is contained in:
52
translations/exceptions.vi.xlf
Normal file
52
translations/exceptions.vi.xlf
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en" target-language="vi" datatype="plaintext" original="exceptions.en.xlf">
|
||||
<body>
|
||||
<trans-unit id="access.denied">
|
||||
<source>access.denied</source>
|
||||
<target>Truy cập đã bị từ chối</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="stacktrace">
|
||||
<source>stacktrace</source>
|
||||
<target>Vấn đề xảy ra ở đây</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error.title">
|
||||
<source>http_error.title</source>
|
||||
<target>Lỗi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error.description">
|
||||
<source>http_error.description</source>
|
||||
<target>Có cái gì đó không đúng</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error.suggestion">
|
||||
<source>http_error.suggestion</source>
|
||||
<target>
|
||||
Xảy ra lỗi nghiêm trọng, vui lòng thử lại.
|
||||
Bạn có thể đã tìm thấy sự cố phần mềm, vui lòng liên hệ với quản trị viên của bạn nếu sự cố vẫn còn.
|
||||
</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error_404.description">
|
||||
<source>http_error_404.description</source>
|
||||
<target>Không tìm thấy trang</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error_404.suggestion">
|
||||
<source>http_error_404.suggestion</source>
|
||||
<target>
|
||||
Chúng tôi không thể tìm thấy trang bạn đang tìm kiếm.
|
||||
Vui lòng quay lại bảng điều khiển của bạn và bắt đầu lại.
|
||||
</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error_403.description">
|
||||
<source>http_error_403.description</source>
|
||||
<target>Trang bị hạn chế</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="http_error_403.suggestion">
|
||||
<source>http_error_403.suggestion</source>
|
||||
<target>
|
||||
Xin lỗi, nhưng bạn không có đủ quyền để xem trang này.
|
||||
Vui lòng nói chuyện với quản trị viên của bạn nếu bạn nghĩ rằng đây là một lỗi.
|
||||
</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user