Files
SetupWizard/res/values-th/strings.xml
oxmc 54f52cd200 SetupWizard: Initial PawletOS fork
Forked from LineageOS android_packages_apps_SetupWizard.

Changes from upstream:
- Package renamed from org.lineageos.setupwizard to me.pawlet.setupwizard
- Module renamed from LineageSetupWizard to PawletSetupWizard
- Source tree moved from src/org/lineageos/ to src/me/pawlet/
- WelcomeActivity and FinishActivity migrated to Kotlin/Compose
- PawletTheme: Material3 lavender color scheme with Ubuntu font family
- WelcomeScreen and FinishScreen Compose composables
- Added Ubuntu font assets (regular/medium/bold)
- Added missing strings: setup_welcome_description, setup_complete_title,
  setup_complete_description; os_name set to PawletOS
- Android.bp: added Compose deps, pawlet-system framework API
- Privapp-permissions file renamed to me.pawlet.setupwizard.xml
- Helper scripts renamed from start_lineage_wizard to start_pawlet_wizard
- Removed unused org.lineageos.platform.internal dependency
2026-06-13 07:22:37 -07:00

33 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">เปิดใช้ครั้งแรก</string>
<string name="next">ถัดไป</string>
<string name="skip">ข้าม</string>
<string name="start">เริ่มต้น</string>
<string name="done">เสร็จสิ้น</string>
<string name="ok">ตกลง</string>
<string name="loading">รอสักครู่\u2026</string>
<string name="emergency_call">โทรฉุกเฉิน</string>
<string name="accessibility_settings">การตั้งค่าการเข้าถึง</string>
<string name="setup_locale">ภาษา</string>
<string name="sim_locale_changed">ตรวจพบซิม %1$s</string>
<string name="setup_sim_missing">ไม่พบซิมการ์ด</string>
<string name="sim_missing_summary" product="tablet">ไม่พบซิมการ์ดในแท็บเล็ตของคุณ ในการใส่ซิมการ์ด ให้อ่านคำแนะนำที่มาพร้อมกับอุปกรณ์ของคุณ</string>
<string name="sim_missing_summary" product="default">ไม่พบซิมการ์ดในโทรศัพท์ของคุณ การใส่ซิมการ์ดให้อ่านคำแนะนำที่มาพร้อมกับอุปกรณ์</string>
<string name="setup_datetime">วัน &amp; เวลา</string>
<string name="date_time_summary">ตั้งค่าเขตเวลาและวันที่ของคุณหากคุณต้องการ</string>
<string name="setup_current_date">วันที่ปัจจุบัน</string>
<string name="setup_current_time">เวลาปัจจุบัน</string>
<string name="setup_location">บริการตำแหน่งที่ตั้ง</string>
<string name="location_access_summary"><b>อนุญาตให้แอปที่ขออนุญาต</b> ใช้ข้อมูลตำแหน่งที่ตั้งของคุณ ซึ่งอาจรวมถึงตำแหน่งที่ตั้งปัจจุบันและที่ผ่านมา</string>
<string name="update_recovery_title">อัปเดตรุ่น Lineage Recovery</string>
<string name="setup_services">คุณสมบัติ LineageOS</string>
<string name="services_help_improve_cm">ช่วยปรับปรุง <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
<string name="services_os_nav_keys_label"><b>ใช้แถบนำทาง</b> แทนการใช้ปุ่มบนอุปกรณ์</string>
</resources>