54f52cd200
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
25 lines
1.5 KiB
XML
25 lines
1.5 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="next">下一步</string>
|
|
<string name="skip">略過</string>
|
|
<string name="start">開始</string>
|
|
<string name="ok">確定</string>
|
|
<string name="loading">請稍候\u2026</string>
|
|
<string name="emergency_call">緊急電話</string>
|
|
<string name="setup_sim_missing">沒有 SIM 卡</string>
|
|
<string name="sim_missing_summary" product="tablet">您的平板電腦中未發現 SIM 卡。若要插入一張 SIM 卡,請查閱您的裝置附贈的說明。</string>
|
|
<string name="sim_missing_summary" product="default">您的手機中未發現 SIM 卡。若要插入一張 SIM 卡,請查閱您的裝置附贈的說明。</string>
|
|
<string name="setup_datetime">日期&時間</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="services_os_nav_keys_label"><b>使用虛擬按鍵</b>而非實體按鍵。</string>
|
|
</resources>
|