blob: 7cd3a93fa146e537359dd63fb64bf6c2ae1b569e [file] [log] [blame]
Bill Yi22e8d882024-10-29 05:26:18 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2024 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19 <string name="app_name" msgid="5597111707986572208">"終端機"</string>
Bill Yi2b1f9a32024-11-27 16:57:28 -080020 <string name="terminal_display" msgid="4810127497644015237">"終端機顯示畫面"</string>
21 <string name="terminal_input" msgid="4602512831433433551">"游標"</string>
22 <string name="empty_line" msgid="5012067143408427178">"空白行"</string>
Bill Yic28632a2024-12-02 18:57:07 -080023 <!-- no translation found for double_tap_to_edit_text (7380095045491399890) -->
24 <skip />
Bill Yi44460bb2024-10-30 17:33:28 -070025 <string name="installer_title_text" msgid="500663060973466805">"安裝 Linux 終端機"</string>
Bill Yic28632a2024-12-02 18:57:07 -080026 <!-- no translation found for installer_desc_text_format (5935117404303982823) -->
27 <skip />
28 <!-- no translation found for installer_wait_for_wifi_checkbox_text (5812378362605046639) -->
29 <skip />
Bill Yi44460bb2024-10-30 17:33:28 -070030 <string name="installer_install_button_enabled_text" msgid="6142090640081511103">"安裝"</string>
31 <string name="installer_install_button_disabled_text" msgid="8651445004125422467">"正在安裝"</string>
Bill Yic28632a2024-12-02 18:57:07 -080032 <!-- no translation found for installer_install_network_error_message (6483202005746623398) -->
33 <skip />
Bill Yi44460bb2024-10-30 17:33:28 -070034 <string name="installer_notif_title_text" msgid="471160690081159042">"正在安裝 Linux 終端機"</string>
Bill Yic28632a2024-12-02 18:57:07 -080035 <!-- no translation found for installer_notif_desc_text (2353770076549425837) -->
36 <skip />
37 <!-- no translation found for installer_error_network (5627330072955876676) -->
38 <skip />
39 <!-- no translation found for installer_error_no_wifi (1180164894845030969) -->
40 <skip />
41 <!-- no translation found for installer_error_unknown (5657920711470180224) -->
42 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -070043 <string name="action_settings" msgid="5729342767795123227">"設定"</string>
44 <string name="vm_creation_message" msgid="6594953532721367502">"正在準備終端機"</string>
45 <string name="vm_stop_message" msgid="3978349856095529255">"正在停止終端機"</string>
46 <string name="vm_error_message" msgid="5231867246177661525">"終端機當機"</string>
Bill Yic28632a2024-12-02 18:57:07 -080047 <!-- no translation found for settings_disk_resize_title (8648082439414122069) -->
48 <skip />
49 <!-- no translation found for settings_disk_resize_sub_title (568100064927028058) -->
50 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -070051 <string name="settings_disk_resize_resize_message" msgid="5990475712303845087">"已設定磁碟大小"</string>
52 <string name="settings_disk_resize_resize_gb_assigned_format" msgid="109301857555401579">"已指派 <xliff:g id="ASSIGNED_SIZE">%1$s</xliff:g>"</string>
53 <string name="settings_disk_resize_resize_gb_max_format" msgid="6221210151688630371">"最多 <xliff:g id="MAX_SIZE">%1$s</xliff:g>"</string>
54 <string name="settings_disk_resize_resize_cancel" msgid="2182388126941686562">"取消"</string>
Bill Yic28632a2024-12-02 18:57:07 -080055 <!-- no translation found for settings_disk_resize_resize_restart_vm_to_apply (6651018335906339973) -->
56 <skip />
57 <!-- no translation found for settings_disk_resize_resize_confirm_dialog_message (6906352501525496328) -->
58 <skip />
59 <!-- no translation found for settings_disk_resize_resize_confirm_dialog_confirm (7347432999245803583) -->
60 <skip />
61 <!-- no translation found for settings_port_forwarding_title (4911743992816071205) -->
62 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -070063 <string name="settings_port_forwarding_sub_title" msgid="6848040752531535488">"設定連接埠轉送"</string>
Bill Yic28632a2024-12-02 18:57:07 -080064 <!-- no translation found for settings_port_forwarding_notification_title (6950621555592547524) -->
65 <skip />
66 <!-- no translation found for settings_port_forwarding_notification_content (5072621159244211971) -->
67 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -070068 <string name="settings_port_forwarding_notification_accept" msgid="3571520986524038185">"接受"</string>
69 <string name="settings_port_forwarding_notification_deny" msgid="636848749634710403">"拒絕"</string>
70 <string name="settings_recovery_title" msgid="6586840079226383285">"復原"</string>
Bill Yic28632a2024-12-02 18:57:07 -080071 <!-- no translation found for settings_recovery_sub_title (3906996270508262595) -->
72 <skip />
73 <!-- no translation found for settings_recovery_reset_title (5388842560910568731) -->
74 <skip />
75 <!-- no translation found for settings_recovery_reset_sub_title (1079896907344675995) -->
76 <skip />
Bill Yi4b4f67d2024-11-18 20:46:35 -080077 <string name="settings_recovery_reset_dialog_title" msgid="874946981716251094">"重設終端機"</string>
Bill Yic28632a2024-12-02 18:57:07 -080078 <!-- no translation found for settings_recovery_reset_dialog_message (851530339815113000) -->
79 <skip />
80 <!-- no translation found for settings_recovery_reset_dialog_confirm (6916237820754131902) -->
81 <skip />
Bill Yi5a73c942024-11-10 21:26:32 -080082 <string name="settings_recovery_reset_dialog_cancel" msgid="1666264288208459725">"取消"</string>
Bill Yi2b1f9a32024-11-27 16:57:28 -080083 <string name="settings_recovery_reset_dialog_backup_option" msgid="2079431035205584614">"將資料備份至 <xliff:g id="PATH">/mnt/backup</xliff:g>"</string>
Bill Yic28632a2024-12-02 18:57:07 -080084 <!-- no translation found for settings_recovery_error_due_to_backup (9034741074141274096) -->
85 <skip />
Bill Yi2b1f9a32024-11-27 16:57:28 -080086 <string name="settings_recovery_error" msgid="2451912941535666379">"無法復原"</string>
Bill Yic28632a2024-12-02 18:57:07 -080087 <!-- no translation found for settings_recovery_error_during_removing_backup (2447990797766248691) -->
88 <skip />
Bill Yi2b1f9a32024-11-27 16:57:28 -080089 <string name="settings_recovery_remove_backup_title" msgid="1540850288876158899">"移除備份資料"</string>
Bill Yic28632a2024-12-02 18:57:07 -080090 <!-- no translation found for settings_recovery_remove_backup_sub_title (7791375988320242059) -->
91 <skip />
92 <!-- no translation found for error_title (405150657301906598) -->
93 <skip />
94 <!-- no translation found for error_desc (1984714179775053347) -->
95 <skip />
Bill Yi2b1f9a32024-11-27 16:57:28 -080096 <string name="error_code" msgid="3585291676855383649">"錯誤代碼:<xliff:g id="ERROR_CODE">%s</xliff:g>"</string>
Bill Yi22e8d882024-10-29 05:26:18 -070097 <string name="service_notification_settings" msgid="1437365721184401135">"設定"</string>
98 <string name="service_notification_title" msgid="2918088850910713393">"終端機執行中"</string>
Bill Yic28632a2024-12-02 18:57:07 -080099 <!-- no translation found for service_notification_content (5772901142342308273) -->
100 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -0700101 <string name="service_notification_quit_action" msgid="4888327875869277455">"關閉"</string>
Bill Yic28632a2024-12-02 18:57:07 -0800102 <!-- no translation found for virgl_enabled (5242525588039698086) -->
Bill Yi2b1f9a32024-11-27 16:57:28 -0800103 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -0700104</resources>