Skip to content

Commit 49f767f

Browse files
committed
lang: add vi language
1 parent bb82564 commit 49f767f

4 files changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Copyright (C) 2023 Ilya Fomichev
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
18+
<resources>
19+
<string name="ackpine_prompt_install_message">Vui lòng xác nhận cài đặt.</string>
20+
<string name="ackpine_prompt_install_message_with_label">Xác nhận cài đặt từ tệp %s.</string>
21+
<string name="ackpine_prompt_install_title">Cài đặt</string>
22+
<string name="ackpine_prompt_uninstall_message">Vui lòng xác nhận gỡ cài đặt.</string>
23+
<string name="ackpine_prompt_uninstall_message_with_label">Xác nhận gỡ cài đặt ứng dụng %s.</string>
24+
<string name="ackpine_prompt_uninstall_title">Gỡ cài đặt</string>
25+
<string name="ackpine_notification_channel_description">Tắt tùy chọn này sẽ làm hỏng chức năng cài đặt gói.</string>
26+
<string name="ackpine_notification_channel_name">Cài đặt và gỡ bỏ</string>
27+
</resources>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="install">Cài đặt</string>
4+
<string name="button_install">Cài đặt</string>
5+
<string name="cancel">Huỷ</string>
6+
<string name="error">Có lỗi</string>
7+
<string name="error_with_reason">Lỗi: %s</string>
8+
</resources>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="screen_title_install">Cài đặt</string>
4+
<string name="screen_title_uninstall">Gỡ cài đặt</string>
5+
<string name="cancel">Huỷ</string>
6+
<string name="fab_install">Cài đặt</string>
7+
<string name="uninstall">Gỡ cài đặt</string>
8+
<string name="session_error">Lỗi</string>
9+
<string name="session_error_with_reason">Lỗi: %s</string>
10+
<string name="no_install_sessions">Không có quá trình cài đặt nào</string>
11+
<string name="no_installed_applications">Chưa có ứng dụng nào được cài đặt</string>
12+
<string name="error_no_base_apk">Không tìm thấy tệp APK gốc(base.apk)</string>
13+
<string name="error_conflicting_base_apk">Có nhiều hơn một tệp APK gốc(base.apk)</string>
14+
<string name="error_conflicting_split_name">Tên split bị trùng: %s</string>
15+
<string name="error_conflicting_package_name">Xung đột tên gói. Mong đợi: %1$s, nhưng tìm thấy: %2$s (tên: %3$s)</string>
16+
<string name="error_conflicting_version_code">Mã phiên bản bị xung đột. Mong đợi: %1$s, nhưng tìm thấy: %2$s (tên: %3$s)</string>
17+
</resources>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="screen_title_install">Cài đặt</string>
4+
<string name="screen_title_uninstall">Gỡ cài đặt</string>
5+
<string name="cancel">Huỷ</string>
6+
<string name="fab_install">Cài đặt</string>
7+
<string name="uninstall">Gỡ cài đặt</string>
8+
<string name="session_error">Lỗi</string>
9+
<string name="session_error_with_reason">Lỗi: %s</string>
10+
<string name="no_install_sessions">Không có quá trình cài đặt nào</string>
11+
<string name="no_installed_applications">Chưa có ứng dụng nào được cài đặt</string>
12+
<string name="error_no_base_apk">Không tìm thấy tệp APK gốc(base.apk)</string>
13+
<string name="error_conflicting_base_apk">Có nhiều hơn một tệp APK gốc(base.apk)</string>
14+
<string name="error_conflicting_split_name">Tên split bị trùng: %s</string>
15+
<string name="error_conflicting_package_name">Xung đột tên gói. Mong đợi: %1$s, nhưng tìm thấy: %2$s (tên: %3$s)</string>
16+
<string name="error_conflicting_version_code">Mã phiên bản bị xung đột. Mong đợi: %1$s, nhưng tìm thấy: %2$s (tên: %3$s)</string>
17+
</resources>

0 commit comments

Comments
 (0)