blob: 6a6e1a880b98b52fa525f0e83a5880f55ea0bb35 [file] [log] [blame]
Bill Yi1b155b92024-10-29 01:17:42 -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 Yi6f4db1d2024-11-26 06:43:23 -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 Yicba323e2024-12-05 19:21:17 -080023 <!-- no translation found for double_tap_to_edit_text (2344363097580051316) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080024 <skip />
Bill Yi94d6a232024-10-30 11:22:01 -070025 <string name="installer_title_text" msgid="500663060973466805">"Linux டெர்மினலை நிறுவுதல்"</string>
Bill Yicba323e2024-12-05 19:21:17 -080026 <string name="installer_desc_text_format" msgid="5935117404303982823">"Linux டெர்மினலைத் தொடங்க, நெட்வொர்க் மூலம் நீங்கள் சுமார் <xliff:g id="EXPECTED_SIZE">%1$s</xliff:g> தரவைப் பதிவிறக்க வேண்டும்.\nதொடர விரும்புகிறீர்களா?"</string>
27 <string name="installer_wait_for_wifi_checkbox_text" msgid="5812378362605046639">"வைஃபையைப் பயன்படுத்தி மட்டும் பதிவிறக்கு"</string>
Bill Yi94d6a232024-10-30 11:22:01 -070028 <string name="installer_install_button_enabled_text" msgid="6142090640081511103">"நிறுவு"</string>
29 <string name="installer_install_button_disabled_text" msgid="8651445004125422467">"நிறுவுகிறது"</string>
Bill Yicba323e2024-12-05 19:21:17 -080030 <string name="installer_install_network_error_message" msgid="6483202005746623398">"நெட்வொர்க்கில் பிழை காரணமாக நிறுவ முடியவில்லை. இணைய இணைப்பைச் சரிபார்த்துவிட்டு மீண்டும் முயலவும்."</string>
Bill Yi94d6a232024-10-30 11:22:01 -070031 <string name="installer_notif_title_text" msgid="471160690081159042">"Linux டெர்மினலை நிறுவுகிறது"</string>
Bill Yicba323e2024-12-05 19:21:17 -080032 <string name="installer_notif_desc_text" msgid="2353770076549425837">"நிறுவப்பட்டதும் Linux டெர்மினல் தொடங்கும்"</string>
33 <string name="installer_error_network" msgid="5627330072955876676">"நெட்வொர்க் சிக்கல் காரணமாக நிறுவ முடியவில்லை"</string>
34 <string name="installer_error_no_wifi" msgid="1180164894845030969">"வைஃபை கிடைக்காததால் நிறுவ முடியவில்லை"</string>
35 <string name="installer_error_unknown" msgid="5657920711470180224">"நிறுவ முடியவில்லை. மீண்டும் முயலவும்."</string>
Bill Yi1b155b92024-10-29 01:17:42 -070036 <string name="action_settings" msgid="5729342767795123227">"அமைப்புகள்"</string>
37 <string name="vm_creation_message" msgid="6594953532721367502">"டெர்மினலைத் தயார்செய்கிறது"</string>
38 <string name="vm_stop_message" msgid="3978349856095529255">"டெர்மினல் நிறுத்தப்படுகிறது"</string>
39 <string name="vm_error_message" msgid="5231867246177661525">"டெர்மினல் சிதைவடைந்தது"</string>
Bill Yicba323e2024-12-05 19:21:17 -080040 <string name="settings_disk_resize_title" msgid="8648082439414122069">"டிஸ்க் அளவை மாற்றுதல்"</string>
41 <string name="settings_disk_resize_sub_title" msgid="568100064927028058">"ரூட் பார்டிஷன் அளவை மாற்றுதல்"</string>
Bill Yi1b155b92024-10-29 01:17:42 -070042 <string name="settings_disk_resize_resize_message" msgid="5990475712303845087">"டிஸ்க் அளவு அமைக்கப்பட்டது"</string>
43 <string name="settings_disk_resize_resize_gb_assigned_format" msgid="109301857555401579">"<xliff:g id="ASSIGNED_SIZE">%1$s</xliff:g> ஒதுக்கப்பட்டது"</string>
44 <string name="settings_disk_resize_resize_gb_max_format" msgid="6221210151688630371">"அதிகபட்சம் <xliff:g id="MAX_SIZE">%1$s</xliff:g>"</string>
45 <string name="settings_disk_resize_resize_cancel" msgid="2182388126941686562">"ரத்துசெய்"</string>
Bill Yicba323e2024-12-05 19:21:17 -080046 <string name="settings_disk_resize_resize_restart_vm_to_apply" msgid="6651018335906339973">"பயன்படுத்து"</string>
47 <string name="settings_disk_resize_resize_confirm_dialog_message" msgid="6906352501525496328">"டிஸ்க் அளவை மாற்ற டெர்மினல் மீண்டும் தொடங்கப்படும்"</string>
48 <string name="settings_disk_resize_resize_confirm_dialog_confirm" msgid="7347432999245803583">"உறுதிசெய்"</string>
49 <!-- no translation found for settings_port_forwarding_title (4971368519093858377) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080050 <skip />
Bill Yicba323e2024-12-05 19:21:17 -080051 <!-- no translation found for settings_port_forwarding_sub_title (6547942778715654953) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080052 <skip />
Bill Yicba323e2024-12-05 19:21:17 -080053 <!-- no translation found for settings_port_forwarding_active_ports_title (1841436780635889858) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080054 <skip />
Bill Yicba323e2024-12-05 19:21:17 -080055 <!-- no translation found for settings_port_forwarding_other_enabled_ports_title (2644381842623436676) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080056 <skip />
Bill Yicba323e2024-12-05 19:21:17 -080057 <!-- no translation found for settings_port_forwarding_dialog_title (2734992099990516463) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080058 <skip />
Bill Yicba323e2024-12-05 19:21:17 -080059 <!-- no translation found for settings_port_forwarding_dialog_textview_hint (3514035855169269600) -->
Bill Yi6dde27f2024-12-02 20:56:26 -080060 <skip />
Bill Yicba323e2024-12-05 19:21:17 -080061 <!-- no translation found for settings_port_forwarding_dialog_save (1097831033824718393) -->
62 <skip />
63 <!-- no translation found for settings_port_forwarding_dialog_cancel (1972597831318470889) -->
64 <skip />
65 <string name="settings_port_forwarding_notification_title" msgid="6950621555592547524">"டெர்மினல் புதிய போர்ட்டைத் திறக்குமாறு கேட்கிறது"</string>
66 <string name="settings_port_forwarding_notification_content" msgid="5072621159244211971">"போர்ட் கேட்கப்பட்டுள்ளது: <xliff:g id="PORT_NUMBER">%d</xliff:g>"</string>
Bill Yi1b155b92024-10-29 01:17:42 -070067 <string name="settings_port_forwarding_notification_accept" msgid="3571520986524038185">"ஏற்கிறேன்"</string>
68 <string name="settings_port_forwarding_notification_deny" msgid="636848749634710403">"நிராகரி"</string>
69 <string name="settings_recovery_title" msgid="6586840079226383285">"மீட்டெடுத்தல்"</string>
Bill Yicba323e2024-12-05 19:21:17 -080070 <string name="settings_recovery_sub_title" msgid="3906996270508262595">"பார்டிஷன் மீட்டெடுப்பு விருப்பங்கள்"</string>
71 <string name="settings_recovery_reset_title" msgid="5388842560910568731">"தொடக்கப் பதிப்பிற்கு மீட்டமைத்தல்"</string>
72 <string name="settings_recovery_reset_sub_title" msgid="1079896907344675995">"அனைத்துத் தரவையும் அகற்றுதல்"</string>
Bill Yi3fcfa922024-11-18 18:29:20 -080073 <string name="settings_recovery_reset_dialog_title" msgid="874946981716251094">"டெர்மினலை மீட்டமைத்தல்"</string>
Bill Yicba323e2024-12-05 19:21:17 -080074 <string name="settings_recovery_reset_dialog_message" msgid="851530339815113000">"தரவு அகற்றப்படும்"</string>
75 <string name="settings_recovery_reset_dialog_confirm" msgid="6916237820754131902">"மீட்டமை"</string>
Bill Yi3fcfa922024-11-18 18:29:20 -080076 <string name="settings_recovery_reset_dialog_cancel" msgid="1666264288208459725">"ரத்துசெய்"</string>
Bill Yi709196e2024-11-21 19:31:37 -080077 <string name="settings_recovery_reset_dialog_backup_option" msgid="2079431035205584614">"<xliff:g id="PATH">/mnt/backup</xliff:g> இல் உள்ள தரவைக் காப்புப் பிரதி எடுத்தல்"</string>
Bill Yicba323e2024-12-05 19:21:17 -080078 <string name="settings_recovery_error_due_to_backup" msgid="9034741074141274096">"காப்புப் பிரதி எடுப்பதில் பிழை ஏற்பட்டதால் மீட்டெடுக்க முடியவில்லை"</string>
Bill Yi709196e2024-11-21 19:31:37 -080079 <string name="settings_recovery_error" msgid="2451912941535666379">"மீட்டெடுக்க முடியவில்லை"</string>
Bill Yicba323e2024-12-05 19:21:17 -080080 <string name="settings_recovery_error_during_removing_backup" msgid="2447990797766248691">"காப்புப் பிரதி எடுக்கப்பட்ட தரவை அகற்ற முடியவில்லை"</string>
Bill Yi709196e2024-11-21 19:31:37 -080081 <string name="settings_recovery_remove_backup_title" msgid="1540850288876158899">"காப்புப் பிரதித் தரவை அகற்றுதல்"</string>
Bill Yicba323e2024-12-05 19:21:17 -080082 <string name="settings_recovery_remove_backup_sub_title" msgid="7791375988320242059">"<xliff:g id="PATH">/mnt/backup</xliff:g> ஐ அகற்றுதல்"</string>
83 <string name="error_title" msgid="405150657301906598">"சரிசெய்ய முடியாத பிழை"</string>
84 <string name="error_desc" msgid="1984714179775053347">"பிழையில் இருந்து மீட்டெடுக்க முடியவில்லை.\nநீங்கள் டெர்மினலை மீண்டும் தொடங்கி முயன்று பார்க்கலாம் அல்லது மீட்டெடுப்பு விருப்பங்களில் ஒன்றைப் பயன்படுத்திப் பார்க்கலாம்."</string>
Bill Yi6f4db1d2024-11-26 06:43:23 -080085 <string name="error_code" msgid="3585291676855383649">"பிழைக் குறியீடு: <xliff:g id="ERROR_CODE">%s</xliff:g>"</string>
Bill Yi1b155b92024-10-29 01:17:42 -070086 <string name="service_notification_settings" msgid="1437365721184401135">"அமைப்புகள்"</string>
87 <string name="service_notification_title" msgid="2918088850910713393">"டெர்மினல் இயக்கத்தில் உள்ளது"</string>
Bill Yicba323e2024-12-05 19:21:17 -080088 <string name="service_notification_content" msgid="5772901142342308273">"டெர்மினலைத் திறக்க கிளிக் செய்யுங்கள்"</string>
Bill Yi1b155b92024-10-29 01:17:42 -070089 <string name="service_notification_quit_action" msgid="4888327875869277455">"மூடு"</string>
Bill Yicba323e2024-12-05 19:21:17 -080090 <string name="virgl_enabled" msgid="5242525588039698086">"<xliff:g id="ID_1">VirGL</xliff:g> இயக்கப்பட்டது"</string>
Bill Yi1b155b92024-10-29 01:17:42 -070091</resources>