Merge changes Icd3e0c93,I8932e80c into main
* changes:
TopologyScale: limit vertical padding
TopologyScale values for scaling the topology pane
diff --git a/Android.bp b/Android.bp
index fccbfca..a160785 100644
--- a/Android.bp
+++ b/Android.bp
@@ -135,6 +135,7 @@
"android.app.flags-aconfig",
"android.provider.flags-aconfig",
"android.security.flags-aconfig",
+ "keyboard_flags",
],
}
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7d335c3..db2e0d4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -852,10 +852,15 @@
</activity>
<activity android:name=".network.SimOnboardingActivity"
- android:exported="false"
+ android:exported="true"
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"
android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
- android:theme="@style/Theme.SpaLib.BottomSheetDialog"/>
+ android:theme="@style/Theme.SpaLib.BottomSheetDialog">
+ <intent-filter android:priority="1">
+ <action android:name="android.settings.SIM_PREFERENCE_SETTINGS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
<activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
android:exported="false"
@@ -1230,6 +1235,21 @@
android:value="@string/menu_key_system"/>
</activity>
+ <activity android:name="Settings$PhysicalKeyboardLayoutPickerActivity"
+ android:label="@string/physical_keyboard_layout_picker_title"
+ android:exported="true"
+ android:clearTaskOnLaunch="true"
+ android:featureFlag="com.android.settings.keyboard.keyboard_and_touchpad_a11y_new_page_enabled">
+ <intent-filter android:priority="1">
+ <action android:name="android.settings.HARD_KEYBOARD_LAYOUT_PICKER_SETTINGS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
+ android:value="com.android.settings.inputmethod.NewKeyboardLayoutEnabledLocalesFragment" />
+ <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
+ android:value="@string/menu_key_system"/>
+ </activity>
+
<!-- Keep compatibility with old shortcuts. -->
<activity-alias android:name="LanguageSettings"
android:label="@string/language_input_gesture_title"
@@ -2824,6 +2844,10 @@
android:exported="false"
android:theme="@style/GlifTheme.Light"
android:taskAffinity="com.android.settings.root" />
+ <activity android:name=".biometrics.fingerprint.FingerprintEnroll$AddAdditionalFingerprint"
+ android:exported="false"
+ android:theme="@style/GlifTheme.Light"
+ android:taskAffinity="com.android.settings.root" />
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor"
android:exported="false"
diff --git a/res-product/values-af/strings.xml b/res-product/values-af/strings.xml
index 1fb00ed..d3b04af 100644
--- a/res-product/values-af/strings.xml
+++ b/res-product/values-af/strings.xml
@@ -25,20 +25,20 @@
<string name="bluetooth_footer_mac_message" product="device" msgid="8944917742814573320">"Toestel se Bluetooth-adres: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
<string name="bluetooth_ask_discovery" product="tablet" msgid="7430581669309228387">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil jou tablet <xliff:g id="TIMEOUT">%2$d</xliff:g> sekondes lank vir ander Bluetooth-toestelle sigbaar maak."</string>
<string name="bluetooth_ask_discovery" product="default" msgid="3947027393224406367">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil jou foon <xliff:g id="TIMEOUT">%2$d</xliff:g> sekondes lank vir ander Bluetooth-toestelle sigbaar maak."</string>
- <string name="bluetooth_ask_discovery_no_name" product="tablet" msgid="440976482246291783">"\'n Program wil jou tablet <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander Bluetooth-toestelle sigbaar maak."</string>
- <string name="bluetooth_ask_discovery_no_name" product="default" msgid="5164413774312648842">"\'n Program wil jou foon <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander Bluetooth-toestelle sigbaar maak."</string>
+ <string name="bluetooth_ask_discovery_no_name" product="tablet" msgid="440976482246291783">"\'n App wil jou tablet <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander Bluetooth-toestelle sigbaar maak."</string>
+ <string name="bluetooth_ask_discovery_no_name" product="default" msgid="5164413774312648842">"\'n App wil jou foon <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander Bluetooth-toestelle sigbaar maak."</string>
<string name="bluetooth_ask_lasting_discovery" product="tablet" msgid="750347558570909906">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil jou tablet vir ander Bluetooth-toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
<string name="bluetooth_ask_lasting_discovery" product="default" msgid="5844129004156080891">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil jou foon vir ander Bluetooth-toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
- <string name="bluetooth_ask_lasting_discovery_no_name" product="tablet" msgid="1062185767225450964">"\'n Program wil jou tablet vir ander Bluetooth-toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
- <string name="bluetooth_ask_lasting_discovery_no_name" product="default" msgid="7909547303183236140">"\'n Program wil jou foon vir ander Bluetooth-toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
+ <string name="bluetooth_ask_lasting_discovery_no_name" product="tablet" msgid="1062185767225450964">"\'n App wil jou tablet vir ander Bluetooth-toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
+ <string name="bluetooth_ask_lasting_discovery_no_name" product="default" msgid="7909547303183236140">"\'n App wil jou foon vir ander Bluetooth-toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
<string name="bluetooth_ask_enablement_and_discovery" product="tablet" msgid="6187874232925632790">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil Bluetooth aanskakel en jou tablet <xliff:g id="TIMEOUT">%2$d</xliff:g> sekondes lank vir ander toestelle sigbaar maak."</string>
<string name="bluetooth_ask_enablement_and_discovery" product="default" msgid="1018495685727482700">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil Bluetooth aanskakel en jou foon <xliff:g id="TIMEOUT">%2$d</xliff:g> sekondes lank vir ander toestelle sigbaar maak."</string>
<string name="bluetooth_ask_enablement_and_discovery_no_name" product="tablet" msgid="3469927640700478737">"\'n Program wil Bluetooth aanskakel en jou tablet <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander toestelle sigbaar maak."</string>
- <string name="bluetooth_ask_enablement_and_discovery_no_name" product="default" msgid="4847493437698663706">"\'n Program wil Bluetooth aanskakel en jou foon <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander toestelle sigbaar maak."</string>
+ <string name="bluetooth_ask_enablement_and_discovery_no_name" product="default" msgid="4847493437698663706">"\'n App wil Bluetooth aanskakel en jou foon <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes lank vir ander toestelle sigbaar maak."</string>
<string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet" msgid="487436507630570730">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil Bluetooth aanskakel en jou tablet vir ander toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
<string name="bluetooth_ask_enablement_and_lasting_discovery" product="default" msgid="5169934906530139494">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil Bluetooth aanskakel en jou foon vir ander toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
- <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="tablet" msgid="505214056751470551">"\'n Program wil Bluetooth aanskakel en jou tablet vir ander toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
- <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="default" msgid="6187216564831513193">"\'n Program wil Bluetooth aanskakel en jou foon vir ander toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
+ <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="tablet" msgid="505214056751470551">"\'n App wil Bluetooth aanskakel en jou tablet vir ander toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
+ <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="default" msgid="6187216564831513193">"\'n App wil Bluetooth aanskakel en jou foon vir ander toestelle sigbaar maak. Jy kan dit later in Bluetooth-instellings verander."</string>
<string name="encryption_and_credential_settings_summary" product="default" msgid="3741475436042800617">"Foon is geënkripteer"</string>
<string name="not_encrypted_summary" product="default" msgid="330652312169527734">"Foon is nie geënkripteer nie"</string>
<string name="encryption_and_credential_settings_summary" product="tablet" msgid="2220021007677215054">"Toestel is geënkripteer"</string>
diff --git a/res-product/values-es/strings.xml b/res-product/values-es/strings.xml
index 4726f33..1d615ac 100644
--- a/res-product/values-es/strings.xml
+++ b/res-product/values-es/strings.xml
@@ -322,13 +322,13 @@
<string name="ambient_display_title" product="tablet" msgid="2347746118188465334">"Doble toque para consultar la tablet"</string>
<string name="ambient_display_title" product="device" msgid="6306105102175823199">"Doble toque para consultar el dispositivo"</string>
<string name="ambient_display_pickup_title" product="default" msgid="6753194901596847876">"Levantar teléfono para consultarlo"</string>
- <string name="ambient_display_pickup_title" product="tablet" msgid="1166999144900082897">"Levantar para consultar la tablet"</string>
+ <string name="ambient_display_pickup_title" product="tablet" msgid="1166999144900082897">"Levantar tablet para consultarla"</string>
<string name="ambient_display_pickup_title" product="device" msgid="2091669267677915975">"Levantar el dispositivo para comprobar las notificaciones"</string>
<string name="ambient_display_pickup_summary" product="default" msgid="135853288202686097">"Coge el teléfono para consultar la hora, las notificaciones y otra información"</string>
<string name="ambient_display_pickup_summary" product="tablet" msgid="1638055271563107384">"Coge la tablet para consultar la hora, las notificaciones y otra información."</string>
<string name="ambient_display_pickup_summary" product="device" msgid="964509644539692482">"Coge el dispositivo para consultar la hora, las notificaciones y otra información."</string>
<string name="ambient_display_tap_screen_title" product="default" msgid="4098147293617084955">"Tocar teléfono para consultarlo"</string>
- <string name="ambient_display_tap_screen_title" product="tablet" msgid="7748346447393988408">"Toca para comprobar la tablet"</string>
+ <string name="ambient_display_tap_screen_title" product="tablet" msgid="7748346447393988408">"Tocar tablet para consultarla"</string>
<string name="ambient_display_tap_screen_title" product="device" msgid="5710618387229771616">"Toca para comprobar el dispositivo"</string>
<string name="fingerprint_swipe_for_notifications_summary" product="default" msgid="9220919404923939167">"Para ver tus notificaciones, desliza el dedo hacia abajo en el sensor de huellas digitales de la parte trasera del teléfono."</string>
<string name="fingerprint_swipe_for_notifications_summary" product="tablet" msgid="8352977484297938140">"Para ver tus notificaciones, desliza el dedo hacia abajo en el sensor de huellas digitales de la parte trasera del tablet."</string>
diff --git a/res-product/values-sk/strings.xml b/res-product/values-sk/strings.xml
index f04d5c6..cd8fb42 100644
--- a/res-product/values-sk/strings.xml
+++ b/res-product/values-sk/strings.xml
@@ -106,7 +106,7 @@
<string name="security_settings_face_settings_footer_class3_attention_not_supported" product="default" msgid="5512898803063743303">"Odomykajte telefón alebo overujte svoju totožnosť tvárou, napríklad keď sa prihlasujete do aplikácií alebo schvaľujete nákup.\n\nUpozornenie:\nNaraz môžete mať nastavenú iba jednu tvár. Ak chcete pridať ďalšiu tvár, odstráňte aktuálnu.\n\nTelefón môžete neúmyselne odomknúť pohľadom.\n\nMôže ho odomknúť iná osoba, ak vám ho pridrží pred tvárou, a to aj v prípade, že máte zatvorené oči.\n\nMôže ho odomknúť aj niekto, kto sa na vás veľmi podobá, napríklad dvojča."</string>
<string name="security_settings_face_settings_footer_class3_attention_not_supported" product="tablet" msgid="6790505667764631343">"Odomykajte tablet alebo overujte svoju totožnosť tvárou, napríklad keď sa prihlasujete do aplikácií alebo schvaľujete nákup.\n\nUpozornenie:\nNaraz môžete mať nastavenú iba jednu tvár. Ak chcete pridať ďalšiu tvár, odstráňte aktuálnu.\n\nTablet môžete neúmyselne odomknúť pohľadom.\n\nMôže ho odomknúť iná osoba, ak vám ho pridrží pred tvárou, a to aj v prípade, že máte zatvorené oči.\n\nMôže ho odomknúť aj niekto, kto sa na vás veľmi podobá, napríklad dvojča."</string>
<string name="security_settings_face_settings_footer_class3_attention_not_supported" product="device" msgid="7858917821957779752">"Odomykajte zariadenie alebo overujte svoju totožnosť tvárou, napríklad keď sa prihlasujete do aplikácií alebo schvaľujete nákup.\n\nUpozornenie:\nNaraz môžete mať nastavenú iba jednu tvár. Ak chcete pridať ďalšiu tvár, odstráňte aktuálnu.\n\nZariadenie môžete neúmyselne odomknúť pohľadom.\n\nMôže ho odomknúť iná osoba, ak vám ho pridrží pred tvárou, a to aj v prípade, že máte zatvorené oči.\n\nMôže ho odomknúť aj niekto, kto sa na vás veľmi podobá, napríklad dvojča."</string>
- <string name="security_settings_fingerprint_enroll_introduction_v3_message" msgid="2145273491174234191">"Odomykajte zariadenie <xliff:g id="DEVICENAME">%s</xliff:g> a overujte svoju totožnosť odtlačkom prsta, napríklad keď sa prihlasujete do aplikácií alebo schvaľujete nákup"</string>
+ <string name="security_settings_fingerprint_enroll_introduction_v3_message" msgid="2145273491174234191">"Odomykajte zariadenie <xliff:g id="DEVICENAME">%s</xliff:g> a overujte svoju totožnosť odtlačkom prsta, napríklad keď sa prihlasujete do aplikácií alebo schvaľujete nákup."</string>
<string name="security_settings_fingerprint_enroll_introduction_consent_message" product="default" msgid="5101253231118659496">"Povoľte svojmu dieťaťu odomykať telefón a overovať jeho totožnosť odtlačkom prsta. Bude k tomu dochádzať pri prihlasovaní do aplikácií, schvaľovaní nákupov a ďalších činnostiach."</string>
<string name="security_settings_fingerprint_enroll_introduction_consent_message" product="tablet" msgid="3063978167545799342">"Povoľte svojmu dieťaťu odomykať tablet a overovať totožnosť jeho odtlačkom prsta. Bude sa to vyžadovať pri prihlasovaní do aplikácií, schvaľovaní nákupov a ďalších akciách."</string>
<string name="security_settings_fingerprint_enroll_introduction_consent_message" product="device" msgid="4399560001732497632">"Povoľte svojmu dieťaťu odomykať telefón a overovať totožnosť jeho odtlačkom prsta. Bude sa to vyžadovať pri prihlasovaní do aplikácií, schvaľovaní nákupov a ďalších akciách."</string>
diff --git a/res/drawable-night/double_tap_power_for_wallet.xml b/res/drawable-night/double_tap_power_for_wallet.xml
new file mode 100644
index 0000000..9c3de36
--- /dev/null
+++ b/res/drawable-night/double_tap_power_for_wallet.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ Copyright (C) 2024 The Android Open Source Project
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="412dp"
+ android:height="300dp"
+ android:viewportHeight="300"
+ android:viewportWidth="412">
+ <path
+ android:fillColor="#000000"
+ android:pathData="M384.2 300H27.8C12.5 300 0 287.2 0 271.5V28.5C0 12.8 12.5 0 27.8 0H384.3C399.5 0 412 12.8 412 28.5V271.7C412 287.2 399.5 300 384.2 300Z" />
+ <path
+ android:fillColor="#D2E3FC"
+ android:pathData="M272.5 77.2V82.9C277.9 82.9 282.3 87.3 282.3 92.7C282.3 98.1 277.9 102.5 272.5 102.5V108.2C281.1 108.2 288 101.2 288 92.7C288 84.2 281 77.2 272.5 77.2Z" />
+ <path
+ android:fillColor="#669DF6"
+ android:pathData="M282.3 92.7C282.3 87.3 277.9 82.9 272.5 82.9V102.6C277.9 102.6 282.3 98.2 282.3 92.7Z" />
+ <path
+ android:fillColor="#80868B"
+ android:pathData="M274.9 97.7V88.2C274.9 86.9 273.8 85.8 272.5 85.8V35.9C272.5 29.3 267.2 24 260.6 24H151.3C144.7 24 139.4 29.3 139.4 35.9V264.1C139.4 270.7 144.7 276 151.3 276H260.7C267.3 276 272.6 270.7 272.6 264.1V147.6C273.9 147.6 275 146.5 275 145.2V121.4C275 120.1 273.9 119 272.6 119V100C273.9 100.1 274.9 99 274.9 97.7ZM270.2 264.1C270.2 269.3 265.9 273.6 260.7 273.6H151.3C146.1 273.6 141.8 269.3 141.8 264.1V35.9C141.8 30.7 146.1 26.4 151.3 26.4H260.7C265.9 26.4 270.2 30.7 270.2 35.9V264.1Z" />
+ <path
+ android:fillColor="#E8EAED"
+ android:pathData="M270.2 264.1C270.2 269.3 265.9 273.6 260.7 273.6H151.3C146.1 273.6 141.8 269.3 141.8 264.1V35.9C141.8 30.7 146.1 26.4 151.3 26.4H260.7C265.9 26.4 270.2 30.7 270.2 35.9V264.1Z" />
+ <path
+ android:fillColor="#000000"
+ android:pathData="M194.64 151.3C192.292 151.3 190.281 150.464 188.609 148.791C186.936 147.119 186.1 145.109 186.1 142.76V125.68C186.1 123.332 186.936 121.321 188.609 119.649C190.281 117.976 192.292 117.14 194.64 117.14H220.26C222.608 117.14 224.619 117.976 226.291 119.649C227.964 121.321 228.8 123.332 228.8 125.68V142.76C228.8 145.109 227.964 147.119 226.291 148.791C224.619 150.464 222.608 151.3 220.26 151.3H194.64ZM194.64 126.214H220.26C221.292 126.214 222.253 126.374 223.142 126.694C224.067 127.014 224.886 127.477 225.597 128.082V125.68C225.597 124.186 225.082 122.922 224.05 121.89C223.018 120.858 221.754 120.343 220.26 120.343H194.64C193.145 120.343 191.882 120.858 190.85 121.89C189.818 122.922 189.303 124.186 189.303 125.68V128.082C190.014 127.477 190.815 127.014 191.704 126.694C192.63 126.374 193.608 126.214 194.64 126.214ZM189.463 133.473L214.922 139.611C215.172 139.682 215.421 139.7 215.67 139.664C215.954 139.593 216.186 139.469 216.364 139.291L224.904 132.138C224.441 131.32 223.801 130.662 222.982 130.164C222.164 129.665 221.256 129.416 220.26 129.416H194.64C193.395 129.416 192.292 129.808 191.331 130.591C190.37 131.338 189.747 132.298 189.463 133.473Z" />
+</vector>
\ No newline at end of file
diff --git a/res/drawable-night/satellite_sos_illustration.xml b/res/drawable-night/satellite_sos_illustration.xml
new file mode 100644
index 0000000..91c8609
--- /dev/null
+++ b/res/drawable-night/satellite_sos_illustration.xml
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (C) 2024 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:width="380dp"
+ android:height="276dp"
+ android:viewportWidth="380"
+ android:viewportHeight="276"
+ tools:ignore="all">
+ <path
+ android:pathData="M353.46,276H25.58C11.5,276 0,264.13 0,249.78V26.22C0,11.78 11.5,0 25.58,0H353.56C367.54,0 379.04,11.78 379.04,26.22V249.96C379.04,264.13 367.54,276 353.46,276Z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M28,0L351,0A28,28 0,0 1,379 28L379,248A28,28 0,0 1,351 276L28,276A28,28 0,0 1,0 248L0,28A28,28 0,0 1,28 0z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M354.75,228.66H27.08V230.39H354.75V228.66Z"
+ android:fillColor="#3C4043"/>
+ <path
+ android:pathData="M191.82,54.37C190.76,54.37 189.71,54.38 188.66,54.4L188.63,52.58C189.69,52.56 190.75,52.55 191.82,52.55C192.89,52.55 193.95,52.56 195.02,52.58L194.98,54.4C193.93,54.38 192.87,54.37 191.82,54.37ZM182.37,54.64C180.27,54.76 178.17,54.92 176.09,55.12L175.91,53.3C178.02,53.1 180.13,52.94 182.26,52.81L182.36,54.63L182.37,54.64ZM207.57,55.13C205.49,54.93 203.39,54.77 201.28,54.64L201.38,52.82C203.51,52.94 205.63,53.11 207.74,53.31L207.56,55.13H207.57ZM169.83,55.84C167.74,56.12 165.67,56.44 163.61,56.8L163.3,55C165.38,54.64 167.48,54.31 169.59,54.03L169.83,55.84ZM220.07,56.83C218.01,56.47 215.93,56.14 213.84,55.86L214.09,54.05C216.2,54.34 218.3,54.67 220.39,55.03L220.07,56.83ZM157.43,58.01C155.37,58.45 153.33,58.93 151.3,59.45L150.85,57.68C152.9,57.15 154.97,56.67 157.05,56.22L157.43,58V58.01ZM232.4,59.5C230.37,58.97 228.32,58.49 226.26,58.04L226.65,56.26C228.74,56.71 230.8,57.2 232.86,57.74L232.4,59.51V59.5ZM145.23,61.13C143.21,61.73 141.21,62.37 139.23,63.05L138.64,61.32C140.65,60.64 142.67,59.99 144.71,59.38L145.23,61.13ZM244.49,63.14C242.5,62.46 240.5,61.81 238.48,61.2L239.01,59.45C241.05,60.06 243.08,60.72 245.08,61.41L244.49,63.13V63.14ZM133.31,65.2C131.35,65.96 129.4,66.75 127.48,67.58L126.76,65.9C128.71,65.06 130.67,64.26 132.66,63.5L133.32,65.2H133.31ZM256.25,67.71C254.32,66.87 252.38,66.07 250.41,65.31L251.07,63.61C253.06,64.38 255.02,65.19 256.97,66.04L256.24,67.71H256.25ZM121.75,70.18C119.85,71.09 117.98,72.03 116.12,73L115.27,71.39C117.15,70.4 119.04,69.45 120.96,68.53L121.75,70.18ZM267.62,73.18C265.76,72.2 263.89,71.25 261.99,70.33L262.78,68.69C264.7,69.61 266.6,70.57 268.48,71.57L267.62,73.18ZM110.61,76.04C108.79,77.09 106.99,78.17 105.22,79.29L104.25,77.75C106.05,76.62 107.86,75.52 109.7,74.46L110.61,76.04ZM278.53,79.52C276.76,78.39 274.96,77.3 273.14,76.24L274.06,74.66C275.9,75.73 277.72,76.83 279.51,77.97L278.53,79.51V79.52ZM99.95,82.75C98.22,83.94 96.51,85.16 94.82,86.41L93.73,84.95C95.43,83.68 97.16,82.45 98.91,81.25L99.94,82.76L99.95,82.75ZM288.92,86.68C287.24,85.42 285.53,84.19 283.8,83L284.84,81.5C286.59,82.71 288.32,83.95 290.02,85.22L288.93,86.68H288.92ZM89.84,90.26C88.2,91.58 86.59,92.92 85.01,94.3L83.81,92.92C85.41,91.53 87.04,90.16 88.69,88.83L89.83,90.25L89.84,90.26ZM298.72,94.63C297.14,93.24 295.53,91.89 293.89,90.56L295.04,89.14C296.69,90.48 298.32,91.85 299.92,93.25L298.72,94.62V94.63ZM80.34,98.53C78.81,99.97 77.31,101.44 75.84,102.93L74.54,101.65C76.03,100.14 77.55,98.65 79.09,97.2L80.34,98.53ZM307.89,103.3C306.42,101.8 304.92,100.32 303.39,98.87L304.64,97.55C306.18,99.01 307.7,100.5 309.19,102.02L307.89,103.3ZM71.51,107.5C70.1,109.05 68.71,110.63 67.36,112.24L65.97,111.07C67.34,109.45 68.74,107.85 70.17,106.28L71.52,107.51L71.51,107.5ZM316.36,112.65C315.01,111.04 313.63,109.45 312.21,107.89L313.56,106.67C314.99,108.25 316.39,109.85 317.75,111.48L316.35,112.65H316.36ZM63.39,117.13C62.1,118.78 60.84,120.47 59.62,122.17L58.14,121.11C59.38,119.39 60.65,117.68 61.96,116.01L63.4,117.13H63.39ZM324.09,122.63C322.87,120.92 321.61,119.23 320.32,117.57L321.76,116.45C323.06,118.13 324.33,119.84 325.57,121.57L324.09,122.63ZM56.04,127.36C54.88,129.11 53.76,130.88 52.67,132.68L51.11,131.73C52.21,129.91 53.35,128.12 54.52,126.35L56.04,127.36ZM331.02,133.17C329.93,131.37 328.81,129.59 327.65,127.83L329.17,126.83C330.34,128.61 331.47,130.41 332.57,132.23L331.01,133.17H331.02ZM49.51,138.12C48.49,139.95 47.51,141.81 46.56,143.68L44.93,142.86C45.89,140.96 46.88,139.09 47.91,137.23L49.5,138.11L49.51,138.12ZM337.12,144.21C336.17,142.33 335.19,140.47 334.18,138.63L335.78,137.75C336.81,139.61 337.8,141.49 338.76,143.39L337.13,144.21H337.12ZM43.83,149.36C42.96,151.27 42.12,153.19 41.32,155.14L39.63,154.45C40.44,152.48 41.28,150.54 42.16,148.61L43.82,149.37L43.83,149.36ZM342.35,155.7C341.55,153.75 340.72,151.82 339.85,149.91L341.51,149.15C342.39,151.08 343.23,153.04 344.04,155.01L342.35,155.7ZM39.05,161.01C38.33,162.98 37.65,164.96 37,166.97L35.26,166.41C35.91,164.39 36.6,162.38 37.33,160.39L39.04,161.02L39.05,161.01ZM346.66,167.56C346.02,165.55 345.34,163.56 344.62,161.59L346.33,160.97C347.06,162.96 347.74,164.98 348.39,167.01L346.65,167.57L346.66,167.56ZM35.19,172.99C34.91,174 34.64,175.02 34.37,176.03C34.11,177.04 33.84,178.21 33.56,179.55L31.77,179.18C32.05,177.81 32.33,176.61 32.6,175.57C32.87,174.54 33.14,173.51 33.43,172.49L35.19,172.98V172.99ZM349.28,176.65C349.02,175.63 348.75,174.61 348.46,173.6L350.22,173.11C350.5,174.14 350.78,175.16 351.04,176.2C351.29,177.16 351.55,178.36 351.82,179.77L350.03,180.11C349.77,178.73 349.51,177.56 349.28,176.65ZM32.37,186.71C32.08,188.84 31.81,191.25 31.57,193.94L29.75,193.78C29.99,191.06 30.27,188.63 30.56,186.46L32.37,186.7V186.71ZM352.02,194.33C351.76,191.76 351.47,189.36 351.18,187.19L352.99,186.94C353.29,189.13 353.58,191.55 353.84,194.14L352.02,194.32V194.33ZM31.06,201.21C30.93,203.47 30.83,205.9 30.75,208.5L28.93,208.45C29.01,205.84 29.11,203.4 29.24,201.11L31.06,201.21ZM353.05,208.67C352.94,206.2 352.8,203.8 352.63,201.49L354.45,201.36C354.62,203.68 354.76,206.1 354.87,208.59L353.05,208.67ZM30.61,215.79C30.6,216.98 30.59,218.2 30.59,219.45H28.77C28.77,218.19 28.77,216.97 28.79,215.77L30.61,215.79ZM353.29,219.45C353.29,218.24 353.28,217.04 353.26,215.85L355.08,215.82C355.1,217.02 355.11,218.22 355.11,219.44H353.29V219.45Z"
+ android:fillColor="#3C4043"
+ android:fillType="evenOdd"/>
+ <path
+ android:pathData="M298.47,120.96C315.85,120.96 329.94,106.87 329.94,89.48C329.94,72.09 315.85,58 298.47,58C281.09,58 267,72.09 267,89.48C267,106.87 281.09,120.96 298.47,120.96Z"
+ android:fillColor="#000000"/>
+ <group>
+ <clip-path
+ android:pathData="M322,64H274V112H322V64Z"/>
+ <group>
+ <clip-path
+ android:pathData="M317.2,68.8H278.8V107.2H317.2V68.8Z"/>
+ <path
+ android:pathData="M316.32,88H314.57C314.1,88 313.73,88.37 313.71,88.84C313.29,96.86 306.87,103.4 298.86,103.72C298.39,103.74 298.01,104.1 298.01,104.58V106.12C298.01,106.81 298.42,107.22 298.91,107.19C308.79,106.73 316.74,98.78 317.2,88.9C317.22,88.41 316.81,87.99 316.32,87.99V88Z"
+ android:fillColor="#669DF6"/>
+ <path
+ android:pathData="M309.14,88C309.83,88 310.25,88.42 310.21,88.92C309.76,94.95 304.94,99.77 298.91,100.22C298.41,100.26 297.99,99.84 297.99,99.34V97.59C297.99,97.12 298.36,96.76 298.82,96.72C303,96.33 306.5,93.03 306.74,88.88C306.77,88.4 307.13,88.01 307.61,88.01H309.14V88Z"
+ android:fillColor="#669DF6"/>
+ <path
+ android:pathData="M297.38,92.94L293.53,89.09L291.29,91.33L293.45,93.44C294.84,94.8 294.85,97.03 293.48,98.4L290.95,100.94C290.27,101.62 289.37,101.97 288.48,101.97C287.59,101.97 286.69,101.63 286.01,100.94L279.82,94.74C278.47,93.39 278.46,91.21 279.78,89.85L282.17,87.33C282.85,86.62 283.77,86.27 284.68,86.27C285.59,86.27 286.44,86.6 287.12,87.26L289.42,89.51L291.69,87.25L282.91,78.48C282.57,78.14 282.57,77.59 282.91,77.25L287.23,72.93C287.57,72.59 288.12,72.59 288.46,72.93L297.24,81.7L299.46,79.48L297.28,77.3C295.93,75.95 295.92,73.77 297.24,72.41L299.63,69.89C300.31,69.18 301.23,68.83 302.14,68.83C303.05,68.83 303.9,69.16 304.58,69.82L310.91,76.01C312.3,77.37 312.31,79.6 310.94,80.97L308.41,83.51C307.73,84.19 306.83,84.54 305.94,84.54C305.05,84.54 304.15,84.2 303.47,83.51L301.31,81.34L299.09,83.55L302.94,87.4C303.28,87.74 303.28,88.29 302.94,88.63L298.62,92.95C298.28,93.29 297.73,93.29 297.39,92.95L297.38,92.94ZM303.79,78.84L305.33,80.4C305.67,80.74 306.23,80.75 306.57,80.4L307.85,79.11C308.19,78.77 308.19,78.21 307.85,77.87L306.29,76.35L303.8,78.84H303.79ZM300.38,75.39L301.95,76.98L304.41,74.52L302.77,72.92C302.42,72.58 301.86,72.59 301.53,72.95L300.36,74.19C300.04,74.53 300.04,75.07 300.37,75.4L300.38,75.39ZM286.95,91.97L285.31,90.37C284.96,90.03 284.4,90.04 284.07,90.4L282.9,91.64C282.58,91.98 282.58,92.52 282.91,92.85L284.48,94.44L286.95,91.98V91.97ZM290.38,95.32L288.82,93.8L286.33,96.29L287.87,97.85C288.21,98.19 288.77,98.2 289.11,97.85L290.39,96.56C290.73,96.22 290.73,95.66 290.39,95.32H290.38Z"
+ android:fillColor="#669DF6"/>
+ </group>
+ </group>
+ <path
+ android:pathData="M91.98,229.49H124.82L114.81,215.42H122.02L108.01,195.73L93.59,215.42H100.8L91.99,229.49H91.98Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M308.14,193.9H340.98L330.97,179.83H338.18L324.16,160.14L309.74,179.83H316.95L308.14,193.9Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M63.7,207.59H75.56V229.49H63.7V207.59Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M318.48,194H330.48V229H318.48V194Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M240.65,213.97H252.51V229.48H240.65V213.97Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M274.39,229.49H311.79L300.39,214.43H308.6L292.64,193.44L276.22,214.43H284.43L274.4,229.49H274.39Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M50.93,207.59H88.33L76.93,188.88H85.14L69.18,162.87L52.76,188.88H60.97L50.94,207.59H50.93Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M229.7,213.97H262.53L251.13,198H259.34L246.11,177.47L231.52,198H239.73L229.7,213.97Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#3C4043"/>
+ <path
+ android:pathData="M216.01,229.18L196.69,229.28C195.34,229.28 194.29,228.22 194.29,226.97V217.35H203.04L217.17,224.18C218.04,224.66 218.61,225.53 218.61,226.58C218.71,227.93 217.55,229.18 216.01,229.18Z"
+ android:fillColor="#34373A"/>
+ <path
+ android:pathData="M197.14,229.18L177.82,229.28C176.47,229.28 175.42,228.22 175.42,226.97L177.65,214.62L186.51,216.34L198.3,224.18C199.17,224.66 199.74,225.53 199.74,226.58C199.84,227.93 198.68,229.18 197.14,229.18Z"
+ android:fillColor="#3C4043"/>
+ <path
+ android:pathData="M194.66,149.74C187.64,149.74 182.06,155.32 181.87,162.24L181.49,173.83L175.4,215.77L190.81,218.01L193.58,201.47V217.74H206.44V162.53C206.44,155.51 201.67,149.74 194.65,149.74H194.66Z"
+ android:fillColor="#669DF6"/>
+ <path
+ android:strokeWidth="1"
+ android:pathData="M190.82,218.01L197,176.75V171.64"
+ android:fillColor="#00000000"
+ android:strokeColor="#000000"/>
+ <path
+ android:pathData="M226.47,149.78C226.83,149.39 226.54,148.77 225.61,148.88C225.79,148.81 227.45,149.03 227.38,147.96C227.33,147.48 226.38,147.51 226.17,147.51C226.3,147.51 227.75,147.45 227.55,146.6C227.43,146.05 226.11,146.08 226.24,146.08C226.8,146.08 227.41,145.18 226.92,144.85C226.32,144.45 222.13,144.61 220.98,144.61C221.31,144.54 221.63,144.48 221.95,144.39C222.45,144.23 222.92,144.13 223.33,143.77C223.65,143.47 223.79,142.95 223.37,142.65C223,142.39 222.56,142.63 222.15,142.67C221.89,142.7 221.63,142.71 221.37,142.72C220.77,142.74 220.16,142.76 219.57,142.84C218.33,142.99 217.04,143.38 216.22,144.35C214.29,146.59 214.93,148.88 217.31,149.77C219.16,150.6 224.87,150.87 226.48,149.77V149.79L226.47,149.78Z"
+ android:fillColor="#915A49"/>
+ <path
+ android:pathData="M193.54,124.87L200.85,127.61L198.74,133.23L189.72,131.47L193.54,124.87Z"
+ android:fillColor="#FCC934"/>
+ <path
+ android:pathData="M205.51,124.13C204.96,123.42 205.17,122.88 205.57,121.43C205.61,121.15 205.7,120.95 205.74,120.67C205.51,118.57 202.45,115.76 199.53,114.11C196.55,112.38 193.29,115.02 191.61,117.59C190.01,120.09 190.48,123.64 190.58,123.94C190.89,124.83 191.35,125.75 191.84,126.38C194.21,129.6 198.31,131.48 201.65,130.41C204.99,129.34 205.48,126.05 205.48,126.05C205.54,126.13 205.68,126.15 205.68,126.15C205.77,126.17 205.87,126.18 205.96,126.19C206.04,126.13 206.18,126.15 206.18,126.15C206.26,126.09 206.34,126.03 206.42,125.97C206.71,125.37 206.13,124.94 205.51,124.14V124.13Z"
+ android:fillColor="#A56A53"/>
+ <path
+ android:pathData="M200.59,120.22C202.26,121.07 204.1,121.17 205.8,120.74C205.98,119.34 205.77,117.6 204.71,115.9C203.99,114.81 202.11,113.36 199.77,112.78L199.63,112.76C199.43,112.66 199.21,112.71 199.01,112.61C198.92,112.6 198.82,112.58 198.73,112.57C198.45,112.53 198.31,112.52 198.09,112.56C197.95,112.54 197.81,112.52 197.73,112.59C197.59,112.57 197.37,112.62 197.23,112.59C197.09,112.57 197.01,112.63 196.87,112.62L196.73,112.6C196.29,112.69 195.85,112.77 195.4,113C195.1,113.1 191.69,115.23 188.59,117.26C186.19,118.73 186.37,122.39 188.98,123.65C190.25,124.31 191.77,124.15 192.87,123.29L194.13,122.31C193.67,122.04 193.34,121.78 193.04,121.39C192.73,121 192.59,120.48 192.44,119.96C192.44,119.46 192.43,118.96 192.64,118.42C192.77,117.94 193.11,117.55 193.52,117.11C193.92,116.8 194.37,116.58 194.89,116.43C195.41,116.28 195.91,116.28 196.45,116.49C196.93,116.62 197.4,116.89 197.78,117.23C198.16,117.56 198.39,118.02 198.62,118.48L198.74,118.64C199.03,119.18 199.74,119.76 200.6,120.23L200.59,120.22Z"
+ android:fillColor="#5B3A1C"/>
+ <path
+ android:pathData="M194.25,144.36L199.92,135.27L200.91,137.19C202.76,139.15 202.96,140.84 211.16,141.24L222.49,141.28L222.47,153.25L211.14,153.21C205.12,153.17 199.34,150.66 195.25,146.14L194.25,144.36Z"
+ android:fillColor="#E5B130"/>
+ <path
+ android:pathData="M234.97,144.16L234.88,143.85C234.7,143.22 234.42,142.96 234.24,143.01L223.19,145.56C223.01,145.61 222.92,145.98 223.1,146.61L223.19,146.92C223.37,147.55 223.65,147.81 223.83,147.75L234.88,145.2C235.06,145.15 235.15,144.78 234.97,144.15V144.16Z"
+ android:fillColor="#BDC1C6"/>
+ <path
+ android:pathData="M229.02,151.7C229.3,151.25 228.9,150.69 228.01,150.98C228.17,150.88 229.85,150.79 229.58,149.74C229.45,149.28 228.51,149.48 228.31,149.52C228.44,149.5 229.86,149.17 229.49,148.36C229.26,147.84 227.98,148.12 228.11,148.1C228.66,147.99 229.09,147 228.55,146.77C227.89,146.49 223.8,147.43 222.67,147.64C222.98,147.51 223.29,147.39 223.58,147.24C224.04,146.99 224.48,146.81 224.81,146.37C225.07,146.02 225.11,145.48 224.64,145.27C224.23,145.09 223.84,145.41 223.45,145.52C223.21,145.6 222.95,145.66 222.69,145.71C222.1,145.84 221.51,145.98 220.94,146.17C219.75,146.55 218.56,147.18 217.93,148.28C216.45,150.84 217.5,152.97 220.01,153.4C221.99,153.87 227.65,153.07 229.02,151.68V151.7Z"
+ android:fillColor="#A56A53"/>
+ <path
+ android:pathData="M195.63,130.71C189.53,128.78 182.34,132.99 180.41,139.09C178.57,144.9 181.64,151.11 187.21,153.4L197.79,156.75C201.03,157.78 204.32,157.98 207.51,157.52L221.95,155.28L220.15,143.39L205.61,145.6C205.61,145.6 205.24,145.67 205.03,145.7C204.1,145.85 203.96,145.93 203.27,145.74C205.89,139.16 201.54,132.58 195.63,130.72V130.71Z"
+ android:fillColor="#FCC934"/>
+ <path
+ android:pathData="M281.74,99.83C282.11,100.24 282.08,100.87 281.67,101.24L281.31,101.57C280.9,101.94 280.27,101.91 279.89,101.5C279.52,101.1 279.55,100.46 279.96,100.09L280.33,99.76C280.74,99.39 281.37,99.42 281.74,99.83ZM277.71,103.49C278.08,103.9 278.05,104.53 277.64,104.91L276.91,105.57C276.5,105.94 275.86,105.91 275.49,105.5C275.12,105.1 275.15,104.46 275.56,104.09L276.29,103.43C276.7,103.05 277.33,103.08 277.71,103.49ZM273.31,107.49C273.68,107.9 273.65,108.53 273.24,108.91L272.51,109.57C272.1,109.94 271.46,109.91 271.09,109.5C270.72,109.1 270.75,108.46 271.16,108.09L271.89,107.43C272.3,107.05 272.93,107.08 273.31,107.49ZM268.91,111.49C269.28,111.9 269.25,112.53 268.84,112.91L268.11,113.57C267.7,113.94 267.07,113.91 266.69,113.5C266.32,113.1 266.35,112.46 266.76,112.09L267.49,111.43C267.9,111.05 268.54,111.08 268.91,111.49ZM264.51,115.49C264.88,115.9 264.85,116.53 264.44,116.91L263.71,117.57C263.3,117.94 262.67,117.91 262.29,117.5C261.92,117.1 261.95,116.46 262.36,116.09L263.09,115.43C263.5,115.05 264.14,115.08 264.51,115.49ZM260.11,119.49C260.48,119.9 260.45,120.53 260.04,120.91L259.31,121.57C258.9,121.94 258.27,121.91 257.89,121.5C257.52,121.1 257.55,120.46 257.96,120.09L258.69,119.43C259.1,119.05 259.73,119.08 260.11,119.49ZM255.71,123.49C256.08,123.9 256.05,124.53 255.64,124.91L254.91,125.57C254.5,125.94 253.87,125.91 253.49,125.5C253.12,125.1 253.15,124.46 253.56,124.09L254.29,123.43C254.7,123.05 255.34,123.08 255.71,123.49ZM251.31,127.49C251.68,127.9 251.65,128.53 251.24,128.91L250.51,129.57C250.1,129.94 249.46,129.91 249.09,129.51C248.72,129.1 248.75,128.46 249.16,128.09L249.89,127.43C250.3,127.05 250.93,127.08 251.31,127.49ZM246.91,131.49C247.28,131.9 247.25,132.53 246.84,132.91L246.11,133.57C245.7,133.94 245.07,133.91 244.69,133.51C244.32,133.1 244.35,132.46 244.76,132.09L245.49,131.43C245.9,131.05 246.54,131.09 246.91,131.49ZM242.51,135.49C242.88,135.9 242.85,136.53 242.44,136.91L241.71,137.57C241.3,137.94 240.66,137.91 240.29,137.51C239.92,137.1 239.95,136.46 240.36,136.09L241.09,135.43C241.5,135.05 242.13,135.09 242.51,135.49ZM238.11,139.49C238.48,139.9 238.45,140.53 238.04,140.91L237.67,141.24C237.26,141.61 236.63,141.58 236.26,141.17C235.89,140.76 235.92,140.13 236.33,139.76L236.69,139.43C237.1,139.05 237.74,139.09 238.11,139.49Z"
+ android:fillColor="#EE675C"
+ android:fillType="evenOdd"/>
+</vector>
\ No newline at end of file
diff --git a/res/drawable/account_circle_24dp.xml b/res/drawable/account_circle_24dp.xml
new file mode 100644
index 0000000..50004d9
--- /dev/null
+++ b/res/drawable/account_circle_24dp.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:pathData="M234,684q51,-39 114,-61.5T480,600q69,0 132,22.5T726,684q35,-41 54.5,-93T800,480q0,-133 -93.5,-226.5T480,160q-133,0 -226.5,93.5T160,480q0,59 19.5,111t54.5,93ZM480,520q-59,0 -99.5,-40.5T340,380q0,-59 40.5,-99.5T480,240q59,0 99.5,40.5T620,380q0,59 -40.5,99.5T480,520ZM480,880q-83,0 -156,-31.5T197,763q-54,-54 -85.5,-127T80,480q0,-83 31.5,-156T197,197q54,-54 127,-85.5T480,80q83,0 156,31.5T763,197q54,54 85.5,127T880,480q0,83 -31.5,156T763,763q-54,54 -127,85.5T480,880ZM480,800q53,0 100,-15.5t86,-44.5q-39,-29 -86,-44.5T480,680q-53,0 -100,15.5T294,740q39,29 86,44.5T480,800ZM480,440q26,0 43,-17t17,-43q0,-26 -17,-43t-43,-17q-26,0 -43,17t-17,43q0,26 17,43t43,17ZM480,380ZM480,740Z"
+ android:fillColor="#e8eaed"/>
+</vector>
diff --git a/res/drawable/contact_emergency_24dp.xml b/res/drawable/contact_emergency_24dp.xml
new file mode 100644
index 0000000..0f3badc
--- /dev/null
+++ b/res/drawable/contact_emergency_24dp.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:pathData="M690,480h60v-68l59,34 30,-52 -59,-34 59,-34 -30,-52 -59,34v-68h-60v68l-59,-34 -30,52 59,34 -59,34 30,52 59,-34v68ZM80,840q-33,0 -56.5,-23.5T0,760v-560q0,-33 23.5,-56.5T80,120h800q33,0 56.5,23.5T960,200v560q0,33 -23.5,56.5T880,840L80,840ZM636,760h244v-560L80,200v560h4q42,-75 116,-117.5T360,600q86,0 160,42.5T636,760ZM360,560q50,0 85,-35t35,-85q0,-50 -35,-85t-85,-35q-50,0 -85,35t-35,85q0,50 35,85t85,35ZM182,760h356q-34,-38 -80.5,-59T360,680q-51,0 -97,21t-81,59ZM360,480q-17,0 -28.5,-11.5T320,440q0,-17 11.5,-28.5T360,400q17,0 28.5,11.5T400,440q0,17 -11.5,28.5T360,480ZM480,480Z"
+ android:fillColor="#e8eaed"/>
+</vector>
diff --git a/res/drawable/double_tap_power_for_wallet.xml b/res/drawable/double_tap_power_for_wallet.xml
new file mode 100644
index 0000000..606c337
--- /dev/null
+++ b/res/drawable/double_tap_power_for_wallet.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ Copyright (C) 2024 The Android Open Source Project
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="412dp"
+ android:height="300dp"
+ android:viewportHeight="300"
+ android:viewportWidth="412">
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M384.2 300H27.8C12.5 300 0 287.2 0 271.5V28.5C0 12.8 12.5 0 27.8 0H384.3C399.5 0 412 12.8 412 28.5V271.7C412 287.2 399.5 300 384.2 300Z" />
+ <path
+ android:fillColor="#8AB4F8"
+ android:pathData="M272.5 77.2V82.9C277.9 82.9 282.3 87.3 282.3 92.7C282.3 98.1 277.9 102.5 272.5 102.5V108.2C281.1 108.2 288 101.2 288 92.7C288 84.2 281 77.2 272.5 77.2Z" />
+ <path
+ android:fillColor="#669DF6"
+ android:pathData="M282.3 92.7C282.3 87.3 277.9 82.9 272.5 82.9V102.6C277.9 102.6 282.3 98.2 282.3 92.7Z" />
+ <path
+ android:fillColor="#DADCE0"
+ android:pathData="M274.9 97.7V88.2C274.9 86.9 273.8 85.8 272.5 85.8V35.9C272.5 29.3 267.2 24 260.6 24H151.3C144.7 24 139.4 29.3 139.4 35.9V264.1C139.4 270.7 144.7 276 151.3 276H260.7C267.3 276 272.6 270.7 272.6 264.1V147.6C273.9 147.6 275 146.5 275 145.2V121.4C275 120.1 273.9 119 272.6 119V100C273.9 100.1 274.9 99 274.9 97.7ZM270.2 264.1C270.2 269.3 265.9 273.6 260.7 273.6H151.3C146.1 273.6 141.8 269.3 141.8 264.1V35.9C141.8 30.7 146.1 26.4 151.3 26.4H260.7C265.9 26.4 270.2 30.7 270.2 35.9V264.1Z" />
+ <path
+ android:fillColor="#3C4043"
+ android:pathData="M270.2 264.1C270.2 269.3 265.9 273.6 260.7 273.6H151.3C146.1 273.6 141.8 269.3 141.8 264.1V35.9C141.8 30.7 146.1 26.4 151.3 26.4H260.7C265.9 26.4 270.2 30.7 270.2 35.9V264.1Z" />
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M194.64 151.3C192.292 151.3 190.281 150.464 188.609 148.791C186.936 147.119 186.1 145.109 186.1 142.76V125.68C186.1 123.332 186.936 121.321 188.609 119.649C190.281 117.976 192.292 117.14 194.64 117.14H220.26C222.608 117.14 224.619 117.976 226.291 119.649C227.964 121.321 228.8 123.332 228.8 125.68V142.76C228.8 145.109 227.964 147.119 226.291 148.791C224.619 150.464 222.608 151.3 220.26 151.3H194.64ZM194.64 126.214H220.26C221.292 126.214 222.253 126.374 223.142 126.694C224.067 127.014 224.886 127.477 225.597 128.082V125.68C225.597 124.186 225.082 122.922 224.05 121.89C223.018 120.858 221.754 120.343 220.26 120.343H194.64C193.145 120.343 191.882 120.858 190.85 121.89C189.818 122.922 189.303 124.186 189.303 125.68V128.082C190.014 127.477 190.815 127.014 191.704 126.694C192.63 126.374 193.608 126.214 194.64 126.214ZM189.463 133.473L214.922 139.611C215.172 139.682 215.421 139.7 215.67 139.664C215.954 139.593 216.186 139.469 216.364 139.291L224.904 132.138C224.441 131.32 223.801 130.662 222.982 130.164C222.164 129.665 221.256 129.416 220.26 129.416H194.64C193.395 129.416 192.292 129.808 191.331 130.591C190.37 131.338 189.747 132.298 189.463 133.473Z" />
+</vector>
diff --git a/res/drawable/satellite_sos_counter_1.xml b/res/drawable/satellite_sos_counter_1.xml
new file mode 100644
index 0000000..14cce3c
--- /dev/null
+++ b/res/drawable/satellite_sos_counter_1.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:pathData="M480,880q-83,0 -156,-31.5T197,763q-54,-54 -85.5,-127T80,480q0,-83 31.5,-156T197,197q54,-54 127,-85.5T480,80q83,0 156,31.5T763,197q54,54 85.5,127T880,480q0,83 -31.5,156T763,763q-54,54 -127,85.5T480,880ZM480,800q134,0 227,-93t93,-227q0,-134 -93,-227t-227,-93q-134,0 -227,93t-93,227q0,134 93,227t227,93ZM480,480ZM460,680h80v-400L380,280v80h80v320Z"
+ android:fillColor="#e8eaed"/>
+</vector>
diff --git a/res/drawable/satellite_sos_counter_2.xml b/res/drawable/satellite_sos_counter_2.xml
new file mode 100644
index 0000000..3f59d0b
--- /dev/null
+++ b/res/drawable/satellite_sos_counter_2.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:pathData="M480,880q-83,0 -156,-31.5T197,763q-54,-54 -85.5,-127T80,480q0,-83 31.5,-156T197,197q54,-54 127,-85.5T480,80q83,0 156,31.5T763,197q54,54 85.5,127T880,480q0,83 -31.5,156T763,763q-54,54 -127,85.5T480,880ZM480,800q134,0 227,-93t93,-227q0,-134 -93,-227t-227,-93q-134,0 -227,93t-93,227q0,134 93,227t227,93ZM480,480ZM360,680h240v-80L440,600v-80h80q33,0 56.5,-23.5T600,440v-80q0,-33 -23.5,-56.5T520,280L360,280v80h160v80h-80q-33,0 -56.5,23.5T360,520v160Z"
+ android:fillColor="#e8eaed"/>
+</vector>
diff --git a/res/drawable/satellite_sos_counter_3.xml b/res/drawable/satellite_sos_counter_3.xml
new file mode 100644
index 0000000..0b92388
--- /dev/null
+++ b/res/drawable/satellite_sos_counter_3.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:pathData="M480,880q-83,0 -156,-31.5T197,763q-54,-54 -85.5,-127T80,480q0,-83 31.5,-156T197,197q54,-54 127,-85.5T480,80q83,0 156,31.5T763,197q54,54 85.5,127T880,480q0,83 -31.5,156T763,763q-54,54 -127,85.5T480,880ZM480,800q134,0 227,-93t93,-227q0,-134 -93,-227t-227,-93q-134,0 -227,93t-93,227q0,134 93,227t227,93ZM480,480ZM360,680h160q33,0 56.5,-23.5T600,600v-60q0,-26 -17,-43t-43,-17q26,0 43,-17t17,-43v-60q0,-33 -23.5,-56.5T520,280L360,280v80h160v80h-80v80h80v80L360,600v80Z"
+ android:fillColor="#e8eaed"/>
+</vector>
diff --git a/res/drawable/satellite_sos_illustration.xml b/res/drawable/satellite_sos_illustration.xml
new file mode 100644
index 0000000..332b478
--- /dev/null
+++ b/res/drawable/satellite_sos_illustration.xml
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (C) 2024 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:width="380dp"
+ android:height="276dp"
+ android:viewportWidth="380"
+ android:viewportHeight="276"
+ tools:ignore="all">
+ <path
+ android:pathData="M28,0L351,0A28,28 0,0 1,379 28L379,248A28,28 0,0 1,351 276L28,276A28,28 0,0 1,0 248L0,28A28,28 0,0 1,28 0z"
+ android:fillColor="#ffffff"/>
+ <path
+ android:pathData="M354.75,228.66H27.08V230.39H354.75V228.66Z"
+ android:fillColor="#E8EAED"/>
+ <path
+ android:pathData="M191.82,54.37C190.76,54.37 189.71,54.38 188.66,54.4L188.63,52.58C189.69,52.56 190.75,52.55 191.82,52.55C192.89,52.55 193.95,52.56 195.02,52.58L194.98,54.4C193.93,54.38 192.87,54.37 191.82,54.37ZM182.37,54.64C180.27,54.76 178.17,54.92 176.09,55.12L175.91,53.3C178.02,53.1 180.13,52.94 182.26,52.81L182.36,54.63L182.37,54.64ZM207.57,55.13C205.49,54.93 203.39,54.77 201.28,54.64L201.38,52.82C203.51,52.94 205.63,53.11 207.74,53.31L207.56,55.13H207.57ZM169.83,55.84C167.74,56.12 165.67,56.44 163.61,56.8L163.3,55C165.38,54.64 167.48,54.31 169.59,54.03L169.83,55.84ZM220.07,56.83C218.01,56.47 215.93,56.14 213.84,55.86L214.09,54.05C216.2,54.34 218.3,54.67 220.39,55.03L220.07,56.83ZM157.43,58.01C155.37,58.45 153.33,58.93 151.3,59.45L150.85,57.68C152.9,57.15 154.97,56.67 157.05,56.22L157.43,58V58.01ZM232.4,59.5C230.37,58.97 228.32,58.49 226.26,58.04L226.65,56.26C228.74,56.71 230.8,57.2 232.86,57.74L232.4,59.51V59.5ZM145.23,61.13C143.21,61.73 141.21,62.37 139.23,63.05L138.64,61.32C140.65,60.64 142.67,59.99 144.71,59.38L145.23,61.13ZM244.49,63.14C242.5,62.46 240.5,61.81 238.48,61.2L239.01,59.45C241.05,60.06 243.08,60.72 245.08,61.41L244.49,63.13V63.14ZM133.31,65.2C131.35,65.96 129.4,66.75 127.48,67.58L126.76,65.9C128.71,65.06 130.67,64.26 132.66,63.5L133.32,65.2H133.31ZM256.25,67.71C254.32,66.87 252.38,66.07 250.41,65.31L251.07,63.61C253.06,64.38 255.02,65.19 256.97,66.04L256.24,67.71H256.25ZM121.75,70.18C119.85,71.09 117.98,72.03 116.12,73L115.27,71.39C117.15,70.4 119.04,69.45 120.96,68.53L121.75,70.18ZM267.62,73.18C265.76,72.2 263.89,71.25 261.99,70.33L262.78,68.69C264.7,69.61 266.6,70.57 268.48,71.57L267.62,73.18ZM110.61,76.04C108.79,77.09 106.99,78.17 105.22,79.29L104.25,77.75C106.05,76.62 107.86,75.52 109.7,74.46L110.61,76.04ZM278.53,79.52C276.76,78.39 274.96,77.3 273.14,76.24L274.06,74.66C275.9,75.73 277.72,76.83 279.51,77.97L278.53,79.51V79.52ZM99.95,82.75C98.22,83.94 96.51,85.16 94.82,86.41L93.73,84.95C95.43,83.68 97.16,82.45 98.91,81.25L99.94,82.76L99.95,82.75ZM288.92,86.68C287.24,85.42 285.53,84.19 283.8,83L284.84,81.5C286.59,82.71 288.32,83.95 290.02,85.22L288.93,86.68H288.92ZM89.84,90.26C88.2,91.58 86.59,92.92 85.01,94.3L83.81,92.92C85.41,91.53 87.04,90.16 88.69,88.83L89.83,90.25L89.84,90.26ZM298.72,94.63C297.14,93.24 295.53,91.89 293.89,90.56L295.04,89.14C296.69,90.48 298.32,91.85 299.92,93.25L298.72,94.62V94.63ZM80.34,98.53C78.81,99.97 77.31,101.44 75.84,102.93L74.54,101.65C76.03,100.14 77.55,98.65 79.09,97.2L80.34,98.53ZM307.89,103.3C306.42,101.8 304.92,100.32 303.39,98.87L304.64,97.55C306.18,99.01 307.7,100.5 309.19,102.02L307.89,103.3ZM71.51,107.5C70.1,109.05 68.71,110.63 67.36,112.24L65.97,111.07C67.34,109.45 68.74,107.85 70.17,106.28L71.52,107.51L71.51,107.5ZM316.36,112.65C315.01,111.04 313.63,109.45 312.21,107.89L313.56,106.67C314.99,108.25 316.39,109.85 317.75,111.48L316.35,112.65H316.36ZM63.39,117.13C62.1,118.78 60.84,120.47 59.62,122.17L58.14,121.11C59.38,119.39 60.65,117.68 61.96,116.01L63.4,117.13H63.39ZM324.09,122.63C322.87,120.92 321.61,119.23 320.32,117.57L321.76,116.45C323.06,118.13 324.33,119.84 325.57,121.57L324.09,122.63ZM56.04,127.36C54.88,129.11 53.76,130.88 52.67,132.68L51.11,131.73C52.21,129.91 53.35,128.12 54.52,126.35L56.04,127.36ZM331.02,133.17C329.93,131.37 328.81,129.59 327.65,127.83L329.17,126.83C330.34,128.61 331.47,130.41 332.57,132.23L331.01,133.17H331.02ZM49.51,138.12C48.49,139.95 47.51,141.81 46.56,143.68L44.93,142.86C45.89,140.96 46.88,139.09 47.91,137.23L49.5,138.11L49.51,138.12ZM337.12,144.21C336.17,142.33 335.19,140.47 334.18,138.63L335.78,137.75C336.81,139.61 337.8,141.49 338.76,143.39L337.13,144.21H337.12ZM43.83,149.36C42.96,151.27 42.12,153.19 41.32,155.14L39.63,154.45C40.44,152.48 41.28,150.54 42.16,148.61L43.82,149.37L43.83,149.36ZM342.35,155.7C341.55,153.75 340.72,151.82 339.85,149.91L341.51,149.15C342.39,151.08 343.23,153.04 344.04,155.01L342.35,155.7ZM39.05,161.01C38.33,162.98 37.65,164.96 37,166.97L35.26,166.41C35.91,164.39 36.6,162.38 37.33,160.39L39.04,161.02L39.05,161.01ZM346.66,167.56C346.02,165.55 345.34,163.56 344.62,161.59L346.33,160.97C347.06,162.96 347.74,164.98 348.39,167.01L346.65,167.57L346.66,167.56ZM35.19,172.99C34.91,174 34.64,175.02 34.37,176.03C34.11,177.04 33.84,178.21 33.56,179.55L31.77,179.18C32.05,177.81 32.33,176.61 32.6,175.57C32.87,174.54 33.14,173.51 33.43,172.49L35.19,172.98V172.99ZM349.28,176.65C349.02,175.63 348.75,174.61 348.46,173.6L350.22,173.11C350.5,174.14 350.78,175.16 351.04,176.2C351.29,177.16 351.55,178.36 351.82,179.77L350.03,180.11C349.77,178.73 349.51,177.56 349.28,176.65ZM32.37,186.71C32.08,188.84 31.81,191.25 31.57,193.94L29.75,193.78C29.99,191.06 30.27,188.63 30.56,186.46L32.37,186.7V186.71ZM352.02,194.33C351.76,191.76 351.47,189.36 351.18,187.19L352.99,186.94C353.29,189.13 353.58,191.55 353.84,194.14L352.02,194.32V194.33ZM31.06,201.21C30.93,203.47 30.83,205.9 30.75,208.5L28.93,208.45C29.01,205.84 29.11,203.4 29.24,201.11L31.06,201.21ZM353.05,208.67C352.94,206.2 352.8,203.8 352.63,201.49L354.45,201.36C354.62,203.68 354.76,206.1 354.87,208.59L353.05,208.67ZM30.61,215.79C30.6,216.98 30.59,218.2 30.59,219.45H28.77C28.77,218.19 28.77,216.97 28.79,215.77L30.61,215.79ZM353.29,219.45C353.29,218.24 353.28,217.04 353.26,215.85L355.08,215.82C355.1,217.02 355.11,218.22 355.11,219.44H353.29V219.45Z"
+ android:fillColor="#E8EAED"
+ android:fillType="evenOdd"/>
+ <path
+ android:pathData="M298.47,120.96C315.85,120.96 329.94,106.87 329.94,89.48C329.94,72.09 315.85,58 298.47,58C281.09,58 267,72.09 267,89.48C267,106.87 281.09,120.96 298.47,120.96Z"
+ android:fillColor="#ffffff"/>
+ <group>
+ <clip-path
+ android:pathData="M322,64H274V112H322V64Z"/>
+ <group>
+ <clip-path
+ android:pathData="M317.2,68.8H278.8V107.2H317.2V68.8Z"/>
+ <path
+ android:pathData="M316.32,88H314.57C314.1,88 313.73,88.37 313.71,88.84C313.29,96.86 306.87,103.4 298.86,103.72C298.39,103.74 298.01,104.1 298.01,104.58V106.12C298.01,106.81 298.42,107.22 298.91,107.19C308.79,106.73 316.74,98.78 317.2,88.9C317.22,88.41 316.81,87.99 316.32,87.99V88Z"
+ android:fillColor="#1A73E8"/>
+ <path
+ android:pathData="M309.14,88C309.83,88 310.25,88.42 310.21,88.92C309.76,94.95 304.94,99.77 298.91,100.22C298.41,100.26 297.99,99.84 297.99,99.34V97.59C297.99,97.12 298.36,96.76 298.82,96.72C303,96.33 306.5,93.03 306.74,88.88C306.77,88.4 307.13,88.01 307.61,88.01H309.14V88Z"
+ android:fillColor="#1A73E8"/>
+ <path
+ android:pathData="M297.38,92.94L293.53,89.09L291.29,91.33L293.45,93.44C294.84,94.8 294.85,97.03 293.48,98.4L290.95,100.94C290.27,101.62 289.37,101.97 288.48,101.97C287.59,101.97 286.69,101.63 286.01,100.94L279.82,94.74C278.47,93.39 278.46,91.21 279.78,89.85L282.17,87.33C282.85,86.62 283.77,86.27 284.68,86.27C285.59,86.27 286.44,86.6 287.12,87.26L289.42,89.51L291.69,87.25L282.91,78.48C282.57,78.14 282.57,77.59 282.91,77.25L287.23,72.93C287.57,72.59 288.12,72.59 288.46,72.93L297.24,81.7L299.46,79.48L297.28,77.3C295.93,75.95 295.92,73.77 297.24,72.41L299.63,69.89C300.31,69.18 301.23,68.83 302.14,68.83C303.05,68.83 303.9,69.16 304.58,69.82L310.91,76.01C312.3,77.37 312.31,79.6 310.94,80.97L308.41,83.51C307.73,84.19 306.83,84.54 305.94,84.54C305.05,84.54 304.15,84.2 303.47,83.51L301.31,81.34L299.09,83.55L302.94,87.4C303.28,87.74 303.28,88.29 302.94,88.63L298.62,92.95C298.28,93.29 297.73,93.29 297.39,92.95L297.38,92.94ZM303.79,78.84L305.33,80.4C305.67,80.74 306.23,80.75 306.57,80.4L307.85,79.11C308.19,78.77 308.19,78.21 307.85,77.87L306.29,76.35L303.8,78.84H303.79ZM300.38,75.39L301.95,76.98L304.41,74.52L302.77,72.92C302.42,72.58 301.86,72.59 301.53,72.95L300.36,74.19C300.04,74.53 300.04,75.07 300.37,75.4L300.38,75.39ZM286.95,91.97L285.31,90.37C284.96,90.03 284.4,90.04 284.07,90.4L282.9,91.64C282.58,91.98 282.58,92.52 282.91,92.85L284.48,94.44L286.95,91.98V91.97ZM290.38,95.32L288.82,93.8L286.33,96.29L287.87,97.85C288.21,98.19 288.77,98.2 289.11,97.85L290.39,96.56C290.73,96.22 290.73,95.66 290.39,95.32H290.38Z"
+ android:fillColor="#1A73E8"/>
+ </group>
+ </group>
+ <path
+ android:pathData="M91.98,229.49H124.82L114.81,215.42H122.02L108.01,195.73L93.59,215.42H100.8L91.99,229.49H91.98Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M308.14,193.9H340.98L330.97,179.83H338.18L324.16,160.14L309.74,179.83H316.95L308.14,193.9Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M63.7,207.59H75.56V229.49H63.7V207.59Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M318.48,194H330.48V229H318.48V194Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M240.65,213.97H252.51V229.48H240.65V213.97Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M274.39,229.49H311.79L300.39,214.43H308.6L292.64,193.44L276.22,214.43H284.43L274.4,229.49H274.39Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M50.93,207.59H88.33L76.93,188.88H85.14L69.18,162.87L52.76,188.88H60.97L50.94,207.59H50.93Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M229.7,213.97H262.53L251.13,198H259.34L246.11,177.47L231.52,198H239.73L229.7,213.97Z"
+ android:strokeWidth="1.82"
+ android:fillColor="#00000000"
+ android:strokeColor="#E8EAED"/>
+ <path
+ android:pathData="M216.01,229.18L196.69,229.28C195.34,229.28 194.29,228.22 194.29,226.97V217.35H203.04L217.17,224.18C218.04,224.66 218.61,225.53 218.61,226.58C218.71,227.93 217.55,229.18 216.01,229.18Z"
+ android:fillColor="#34373A"/>
+ <path
+ android:pathData="M197.14,229.18L177.82,229.28C176.47,229.28 175.42,228.22 175.42,226.97L177.65,214.62L186.51,216.34L198.3,224.18C199.17,224.66 199.74,225.53 199.74,226.58C199.84,227.93 198.68,229.18 197.14,229.18Z"
+ android:fillColor="#3C4043"/>
+ <path
+ android:pathData="M194.66,149.74C187.64,149.74 182.06,155.32 181.87,162.24L181.49,173.83L175.4,215.77L190.81,218.01L193.58,201.47V217.74H206.44V162.53C206.44,155.51 201.67,149.74 194.65,149.74H194.66Z"
+ android:fillColor="#1A73E8"/>
+ <path
+ android:strokeWidth="1"
+ android:pathData="M190.82,218.01L197,176.75V171.64"
+ android:fillColor="#00000000"
+ android:strokeColor="#ffffff"/>
+ <path
+ android:pathData="M226.47,149.78C226.83,149.39 226.54,148.77 225.61,148.88C225.79,148.81 227.45,149.03 227.38,147.96C227.33,147.48 226.38,147.51 226.17,147.51C226.3,147.51 227.75,147.45 227.55,146.6C227.43,146.05 226.11,146.08 226.24,146.08C226.8,146.08 227.41,145.18 226.92,144.85C226.32,144.45 222.13,144.61 220.98,144.61C221.31,144.54 221.63,144.48 221.95,144.39C222.45,144.23 222.92,144.13 223.33,143.77C223.65,143.47 223.79,142.95 223.37,142.65C223,142.39 222.56,142.63 222.15,142.67C221.89,142.7 221.63,142.71 221.37,142.72C220.77,142.74 220.16,142.76 219.57,142.84C218.33,142.99 217.04,143.38 216.22,144.35C214.29,146.59 214.93,148.88 217.31,149.77C219.16,150.6 224.87,150.87 226.48,149.77V149.79L226.47,149.78Z"
+ android:fillColor="#915A49"/>
+ <path
+ android:pathData="M193.54,124.87L200.85,127.61L198.74,133.23L189.72,131.47L193.54,124.87Z"
+ android:fillColor="#F9AB00"/>
+ <path
+ android:pathData="M205.51,124.13C204.96,123.42 205.17,122.88 205.57,121.43C205.61,121.15 205.7,120.95 205.74,120.67C205.51,118.57 202.45,115.76 199.53,114.11C196.55,112.38 193.29,115.02 191.61,117.59C190.01,120.09 190.48,123.64 190.58,123.94C190.89,124.83 191.35,125.75 191.84,126.38C194.21,129.6 198.31,131.48 201.65,130.41C204.99,129.34 205.48,126.05 205.48,126.05C205.54,126.13 205.68,126.15 205.68,126.15C205.77,126.17 205.87,126.18 205.96,126.19C206.04,126.13 206.18,126.15 206.18,126.15C206.26,126.09 206.34,126.03 206.42,125.97C206.71,125.37 206.13,124.94 205.51,124.14V124.13Z"
+ android:fillColor="#A56A53"/>
+ <path
+ android:pathData="M200.59,120.22C202.26,121.07 204.1,121.17 205.8,120.74C205.98,119.34 205.77,117.6 204.71,115.9C203.99,114.81 202.11,113.36 199.77,112.78L199.63,112.76C199.43,112.66 199.21,112.71 199.01,112.61C198.92,112.6 198.82,112.58 198.73,112.57C198.45,112.53 198.31,112.52 198.09,112.56C197.95,112.54 197.81,112.52 197.73,112.59C197.59,112.57 197.37,112.62 197.23,112.59C197.09,112.57 197.01,112.63 196.87,112.62L196.73,112.6C196.29,112.69 195.85,112.77 195.4,113C195.1,113.1 191.69,115.23 188.59,117.26C186.19,118.73 186.37,122.39 188.98,123.65C190.25,124.31 191.77,124.15 192.87,123.29L194.13,122.31C193.67,122.04 193.34,121.78 193.04,121.39C192.73,121 192.59,120.48 192.44,119.96C192.44,119.46 192.43,118.96 192.64,118.42C192.77,117.94 193.11,117.55 193.52,117.11C193.92,116.8 194.37,116.58 194.89,116.43C195.41,116.28 195.91,116.28 196.45,116.49C196.93,116.62 197.4,116.89 197.78,117.23C198.16,117.56 198.39,118.02 198.62,118.48L198.74,118.64C199.03,119.18 199.74,119.76 200.6,120.23L200.59,120.22Z"
+ android:fillColor="#5B3A1C"/>
+ <path
+ android:pathData="M194.25,144.36L199.92,135.27L200.91,137.19C202.76,139.15 202.96,140.84 211.16,141.24L222.49,141.28L222.47,153.25L211.14,153.21C205.12,153.17 199.34,150.66 195.25,146.14L194.25,144.36Z"
+ android:fillColor="#E19A00"/>
+ <path
+ android:pathData="M234.97,144.16L234.88,143.85C234.7,143.22 234.42,142.96 234.24,143.01L223.19,145.56C223.01,145.61 222.92,145.98 223.1,146.61L223.19,146.92C223.37,147.55 223.65,147.81 223.83,147.75L234.88,145.2C235.06,145.15 235.15,144.78 234.97,144.15V144.16Z"
+ android:fillColor="#BDC1C6"/>
+ <path
+ android:pathData="M229.02,151.7C229.3,151.25 228.9,150.69 228.01,150.98C228.17,150.88 229.85,150.79 229.58,149.74C229.45,149.28 228.51,149.48 228.31,149.52C228.44,149.5 229.86,149.17 229.49,148.36C229.26,147.84 227.98,148.12 228.11,148.1C228.66,147.99 229.09,147 228.55,146.77C227.89,146.49 223.8,147.43 222.67,147.64C222.98,147.51 223.29,147.39 223.58,147.24C224.04,146.99 224.48,146.81 224.81,146.37C225.07,146.02 225.11,145.48 224.64,145.27C224.23,145.09 223.84,145.41 223.45,145.52C223.21,145.6 222.95,145.66 222.69,145.71C222.1,145.84 221.51,145.98 220.94,146.17C219.75,146.55 218.56,147.18 217.93,148.28C216.45,150.84 217.5,152.97 220.01,153.4C221.99,153.87 227.65,153.07 229.02,151.68V151.7Z"
+ android:fillColor="#A56A53"/>
+ <path
+ android:pathData="M195.63,130.71C189.53,128.78 182.34,132.99 180.41,139.09C178.57,144.9 181.64,151.11 187.21,153.4L197.79,156.75C201.03,157.78 204.32,157.98 207.51,157.52L221.95,155.28L220.15,143.39L205.61,145.6C205.61,145.6 205.24,145.67 205.03,145.7C204.1,145.85 203.96,145.93 203.27,145.74C205.89,139.16 201.54,132.58 195.63,130.72V130.71Z"
+ android:fillColor="#F9AB00"/>
+ <path
+ android:pathData="M281.74,99.83C282.11,100.24 282.08,100.87 281.67,101.24L281.31,101.57C280.9,101.94 280.27,101.91 279.89,101.5C279.52,101.1 279.55,100.46 279.96,100.09L280.33,99.76C280.74,99.39 281.37,99.42 281.74,99.83ZM277.71,103.49C278.08,103.9 278.05,104.53 277.64,104.91L276.91,105.57C276.5,105.94 275.86,105.91 275.49,105.5C275.12,105.1 275.15,104.46 275.56,104.09L276.29,103.43C276.7,103.05 277.33,103.08 277.71,103.49ZM273.31,107.49C273.68,107.9 273.65,108.53 273.24,108.91L272.51,109.57C272.1,109.94 271.46,109.91 271.09,109.5C270.72,109.1 270.75,108.46 271.16,108.09L271.89,107.43C272.3,107.05 272.93,107.08 273.31,107.49ZM268.91,111.49C269.28,111.9 269.25,112.53 268.84,112.91L268.11,113.57C267.7,113.94 267.07,113.91 266.69,113.5C266.32,113.1 266.35,112.46 266.76,112.09L267.49,111.43C267.9,111.05 268.54,111.08 268.91,111.49ZM264.51,115.49C264.88,115.9 264.85,116.53 264.44,116.91L263.71,117.57C263.3,117.94 262.67,117.91 262.29,117.5C261.92,117.1 261.95,116.46 262.36,116.09L263.09,115.43C263.5,115.05 264.14,115.08 264.51,115.49ZM260.11,119.49C260.48,119.9 260.45,120.53 260.04,120.91L259.31,121.57C258.9,121.94 258.27,121.91 257.89,121.5C257.52,121.1 257.55,120.46 257.96,120.09L258.69,119.43C259.1,119.05 259.73,119.08 260.11,119.49ZM255.71,123.49C256.08,123.9 256.05,124.53 255.64,124.91L254.91,125.57C254.5,125.94 253.87,125.91 253.49,125.5C253.12,125.1 253.15,124.46 253.56,124.09L254.29,123.43C254.7,123.05 255.34,123.08 255.71,123.49ZM251.31,127.49C251.68,127.9 251.65,128.53 251.24,128.91L250.51,129.57C250.1,129.94 249.46,129.91 249.09,129.51C248.72,129.1 248.75,128.46 249.16,128.09L249.89,127.43C250.3,127.05 250.93,127.08 251.31,127.49ZM246.91,131.49C247.28,131.9 247.25,132.53 246.84,132.91L246.11,133.57C245.7,133.94 245.07,133.91 244.69,133.51C244.32,133.1 244.35,132.46 244.76,132.09L245.49,131.43C245.9,131.05 246.54,131.09 246.91,131.49ZM242.51,135.49C242.88,135.9 242.85,136.53 242.44,136.91L241.71,137.57C241.3,137.94 240.66,137.91 240.29,137.51C239.92,137.1 239.95,136.46 240.36,136.09L241.09,135.43C241.5,135.05 242.13,135.09 242.51,135.49ZM238.11,139.49C238.48,139.9 238.45,140.53 238.04,140.91L237.67,141.24C237.26,141.61 236.63,141.58 236.26,141.17C235.89,140.76 235.92,140.13 236.33,139.76L236.69,139.43C237.1,139.05 237.74,139.09 238.11,139.49Z"
+ android:fillColor="#D93025"
+ android:fillType="evenOdd"/>
+</vector>
\ No newline at end of file
diff --git a/res/drawable/satellite_sos_quantum_gm_ic_hand_gesture_vd_20.xml b/res/drawable/satellite_sos_quantum_gm_ic_hand_gesture_vd_20.xml
new file mode 100644
index 0000000..2aff18f
--- /dev/null
+++ b/res/drawable/satellite_sos_quantum_gm_ic_hand_gesture_vd_20.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (C) 2024 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="20dp"
+ android:height="20dp"
+ android:viewportWidth="20"
+ android:viewportHeight="20"
+ android:tint="?attr/colorControlNormal">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M4.81,6.31l1.69,-0.81l-1.69,-0.81l-0.81,-1.69l-0.81,1.69l-1.69,0.81l1.69,0.81l0.81,1.69z"/>
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M16,12.05l-0.97,-2.03l-0.98,2.03l-2.02,0.97l2.02,0.98l0.98,2.02l0.97,-2.02l2.03,-0.98z"/>
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M8.89,16c-0.28,0 -0.55,-0.12 -0.74,-0.33l-3.17,-3.53l0.56,-0.42L8,13.37c0,0 0,-1.18 0,-7.87C8,5.22 8.22,5 8.5,5S9,5.22 9,5.5C9,5.98 9,10 9,10h1c0,0 0,-0.24 0,-4.5v-1C10,4.22 10.22,4 10.5,4S11,4.22 11,4.5v1c0,0.48 0,-0.29 0,4.5h1c0,-1.14 0,-0.24 0,-4.5C12,5.22 12.22,5 12.5,5S13,5.22 13,5.5v1c0,0.35 0,3.5 0,3.5h1c0,0 0,-0.45 0,-3.5C14,6.22 14.22,6 14.5,6S15,6.22 15,6.5V9h1V6.5C16,5.67 15.33,5 14.5,5c-0.2,0 -0.39,0.04 -0.56,0.11C13.77,4.47 13.19,4 12.5,4c-0.2,0 -0.39,0.04 -0.56,0.11C11.77,3.47 11.19,3 10.5,3S9.23,3.47 9.06,4.11C8.89,4.04 8.7,4 8.5,4C7.67,4 7,4.67 7,5.5V9v2.5l-0.91,-0.61c-0.01,-0.01 -0.58,-0.4 -1.15,0.03L3.5,12l3.9,4.34C7.78,16.76 8.32,17 8.89,17H13l-1,-1H8.89z"/>
+</vector>
\ No newline at end of file
diff --git a/res/layout/modes_edit_name.xml b/res/layout/modes_edit_name.xml
index ed8b3c9..78b5b46 100644
--- a/res/layout/modes_edit_name.xml
+++ b/res/layout/modes_edit_name.xml
@@ -41,6 +41,7 @@
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:minHeight="48dp"
android:maxLines="1"
android:inputType="text|textCapSentences"
android:imeOptions="actionDone"
diff --git a/res/layout/preference_battery_header_text.xml b/res/layout/preference_battery_header_text.xml
index 72bdbf6..616984e 100644
--- a/res/layout/preference_battery_header_text.xml
+++ b/res/layout/preference_battery_header_text.xml
@@ -18,8 +18,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
- android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart"
+ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
+ android:layout_marginTop="-6dp"
android:paddingBottom="16dp">
<TextView
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 869c891..d9bc379 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -101,8 +101,8 @@
<string name="device_picker" msgid="2427027896389445414">"Kies Bluetooth-toestel"</string>
<string name="bluetooth_ask_enablement" msgid="1529030199895339199">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil Bluetooth aanskakel"</string>
<string name="bluetooth_ask_disablement" msgid="1879788777942714761">"<xliff:g id="APP_NAME">%1$s</xliff:g> wil Bluetooth afskakel"</string>
- <string name="bluetooth_ask_enablement_no_name" msgid="5091401961637405417">"\'n Program wil Bluetooth aanskakel"</string>
- <string name="bluetooth_ask_disablement_no_name" msgid="382299750909188822">"\'n Program wil Bluetooth afskakel"</string>
+ <string name="bluetooth_ask_enablement_no_name" msgid="5091401961637405417">"\'n App wil Bluetooth aanskakel"</string>
+ <string name="bluetooth_ask_disablement_no_name" msgid="382299750909188822">"\'n App wil Bluetooth afskakel"</string>
<string name="bluetooth_turning_on" msgid="3842613808709024730">"Skakel tans Bluetooth af…"</string>
<string name="bluetooth_turning_off" msgid="7406309124247701148">"Skakel tans Bluetooth af…"</string>
<string name="bluetooth_connection_permission_request" msgid="8793131019383198861">"Bluetooth-verbindingsversoek"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Voeg ’n taal by"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Streekvoorkeur"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Voer taalnaam in"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Meer taalinstellings"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Streeksvoorkeure"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Stel eenheid- en nommervoorkeure"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Lig apps in oor jou streekvoorkeure sodat hulle jou ervaring kan personaliseer."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps sal waar moontlik jou streekvoorkeure gebruik."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Streeksvoorkeure"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatuur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Eerste dag van die week"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Nommervoorkeure"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Aan"</string>
<string name="external_display_off" msgid="5634413756025351374">"Af"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Eksterne skerm"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Gebruik eksterne skerm"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Skermresolusie"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Eksterne skerm is ontkoppel"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"As jy rotasie of resolusie verander, kan dit enige apps stop wat tans gebruik word"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Jou toestel moet aan ’n eksterne skerm gekoppel wees om jou skerm te weerspieël"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Meer opsies"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hou en sleep om skerms te herrangskik."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Saai uit"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"weerspieël"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Aktiveer draadlose skermdeling"</string>
@@ -943,7 +948,7 @@
<string name="android_beam_on_summary" msgid="6067720758437490896">"Gereed om programinhoud te stuur via NFC"</string>
<string name="android_beam_off_summary" msgid="5693961375631325042">"Af"</string>
<string name="nfc_disabled_summary" msgid="8737797364522502351">"Nie beskikbaar nie want NFC is afgeskakel"</string>
- <string name="android_beam_explained" msgid="5684416131846701256">"Wanneer hierdie kenmerk aangeskakel is, kan jy programinhoud na \'n ander toestel met NFC-vermoë straal deur die toestelle na aan mekaar te hou. Jy kan byvoorbeeld webbladsye, YouTube-video\'s, kontakte en meer straal.\n\nHou eenvoudig die toestelle bymekaar (gewoonlik rug aan rug) en tik dan op jou skerm. Die program bepaal wat gestraal word."</string>
+ <string name="android_beam_explained" msgid="5684416131846701256">"Wanneer hierdie kenmerk aangeskakel is, kan jy appinhoud na \'n ander toestel met NFC-vermoë straal deur die toestelle na aan mekaar te hou. Jy kan byvoorbeeld webbladsye, YouTube-video\'s, kontakte en meer straal.\n\nHou eenvoudig die toestelle bymekaar (gewoonlik rug aan rug) en tik dan op jou skerm. Die app bepaal wat gestraal word."</string>
<string name="wifi_settings" msgid="8313301946393559700">"Wi-fi"</string>
<string name="wifi_settings_primary_switch_title" msgid="628360786662947258">"Gebruik Wi-Fi"</string>
<string name="wifi_settings_category" msgid="3523464780563778321">"Wi-Fi-instellings"</string>
@@ -1076,7 +1081,7 @@
<string name="wifi_no_domain_warning" msgid="1452133316532366772">"Moet \'n domein spesifiseer."</string>
<string name="wifi_no_user_cert_warning" msgid="8466376918835248956">"Sertifikaat word vereis."</string>
<string name="wifi_scan_always_turnon_message" msgid="2165909441512029921">"Om liggingsakkuraatheid te verbeter en vir ander doele, wil <xliff:g id="APP_NAME">%1$s</xliff:g> netwerkskandering aanskakel, selfs wanneer Wi-Fi af is.\n\n Laat dit toe vir alle programme wat wil skandeer?"</string>
- <string name="wifi_scan_always_turn_on_message_unknown" msgid="4903345360745717385">"\'n Onbekende program wil netwerkskandering aanskakel om liggingakkuraatheid te verbeter en vir ander doeleindes, selfs wanneer Wi‑Fi af is.\n\nLaat dit toe vir alle programme wat wil skandeer?"</string>
+ <string name="wifi_scan_always_turn_on_message_unknown" msgid="4903345360745717385">"\'n Onbekende app wil netwerkskandering aanskakel om liggingakkuraatheid te verbeter en vir ander doeleindes, selfs wanneer Wi‑Fi af is.\n\nLaat dit toe vir alle apps wat wil skandeer?"</string>
<string name="wifi_scan_always_confirm_allow" msgid="4154200627800959777">"Laat toe"</string>
<string name="wifi_scan_always_confirm_deny" msgid="6997087934558839256">"Weier"</string>
<string name="no_internet_access_text" msgid="3611993143350310936">"Hierdie netwerk het nie internettoegang nie. Bly gekoppel?"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Meer inligting oor outodraai"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Skermresolusie"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Hoë resolusie"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Volle resolusie"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Volle resolusie gebruik meer van jou battery. As jy jou resolusie oorskakel, sal sommige programme dalk herbegin."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Gekies"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Kleure"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natuurlik"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Slaaptydmodus-instellings"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modusse kan ook donkertema aktiveer}=1{{mode_1} aktiveer ook donkertema}=2{{mode_1} en {mode_2} aktiveer ook donkertema}=3{{mode_1}, {mode_2} en {mode_3} aktiveer ook donkertema}other{{mode_1}, {mode_2} en nog # aktiveer ook donkertema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Modusinstellings"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Nog dowwer"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Ekstra donker"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Laat toestel toe om dowwer as gewoonlik te word"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Skermuitteltyd"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Na <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> se onaktiwiteit"</string>
@@ -1472,10 +1479,10 @@
<string name="storage_wizard_format_progress_body" msgid="1044024044955390417">"Moenie die <xliff:g id="NAME">^1</xliff:g> verwyder terwyl dit geformateer word nie."</string>
<string name="storage_wizard_ready_title" msgid="3631022511474086605">"<xliff:g id="NAME">^1</xliff:g> is geformateer"</string>
<string name="storage_wizard_move_confirm_title" msgid="6812469630804101590">"Skuif <xliff:g id="APP">^1</xliff:g>"</string>
- <string name="storage_wizard_move_confirm_body" msgid="1713022828842263574">"Dit sal \'n kort rukkie vat om <xliff:g id="APP">^1</xliff:g> en sy data na <xliff:g id="NAME_0">^2</xliff:g> te skuif. Jy sal nie die program kan gebruik voordat dit klaar geskuif is nie. \n\nMoenie die <xliff:g id="NAME_1">^2</xliff:g> verwyder terwyl daar geskuif word nie."</string>
+ <string name="storage_wizard_move_confirm_body" msgid="1713022828842263574">"Dit sal \'n kort rukkie vat om <xliff:g id="APP">^1</xliff:g> en sy data na <xliff:g id="NAME_0">^2</xliff:g> te skuif. Jy sal nie die app kan gebruik voordat dit klaar geskuif is nie. \n\nMoenie die <xliff:g id="NAME_1">^2</xliff:g> verwyder terwyl daar geskuif word nie."</string>
<string name="storage_wizard_move_unlock" msgid="14651384927767749">"Jy moet gebruiker <xliff:g id="APP">^1</xliff:g> ontsluit om data te skuif."</string>
<string name="storage_wizard_move_progress_title" msgid="3912406225614672391">"Skuif tans <xliff:g id="APP">^1</xliff:g> …"</string>
- <string name="storage_wizard_move_progress_body" msgid="2396714553394935094">"Moenie die <xliff:g id="NAME">^1</xliff:g> verwyder terwyl daar geskuif word nie. \n\nDie <xliff:g id="APP">^2</xliff:g>-program in hierdie toestel sal nie beskikbaar wees voordat dit klaar geskuif is nie."</string>
+ <string name="storage_wizard_move_progress_body" msgid="2396714553394935094">"Moenie die <xliff:g id="NAME">^1</xliff:g> verwyder terwyl daar geskuif word nie. \n\nDie <xliff:g id="APP">^2</xliff:g>-app in hierdie toestel sal nie beskikbaar wees voordat dit klaar geskuif is nie."</string>
<string name="storage_wizard_init_v2_title" msgid="2538630338392381113">"Hoe sal jy hierdie <xliff:g id="NAME">^1</xliff:g> gebruik?"</string>
<string name="storage_wizard_init_v2_or" msgid="5558706089661158026">"Of"</string>
<string name="storage_wizard_init_v2_external_title" msgid="2786416384217054112">"Formateer SD-kaart vir draagbare berging"</string>
@@ -1618,9 +1625,9 @@
<string name="tethering_help_button_text" msgid="2823655011510912001">"Hulp"</string>
<string name="network_settings_title" msgid="4663717899931613176">"Mobiele netwerk"</string>
<string name="sms_application_title" msgid="4791107002724108809">"SMS-app"</string>
- <string name="sms_change_default_dialog_title" msgid="2343439998715457307">"Verander SMS-program?"</string>
- <string name="sms_change_default_dialog_text" msgid="8777606240342982531">"Gebruik <xliff:g id="NEW_APP">%1$s</xliff:g> in plaas van <xliff:g id="CURRENT_APP">%2$s</xliff:g> as jou SMS-program?"</string>
- <string name="sms_change_default_no_previous_dialog_text" msgid="6215622785087181275">"Gebruik <xliff:g id="NEW_APP">%s</xliff:g> as jou SMS-program?"</string>
+ <string name="sms_change_default_dialog_title" msgid="2343439998715457307">"Verander SMS-app?"</string>
+ <string name="sms_change_default_dialog_text" msgid="8777606240342982531">"Gebruik <xliff:g id="NEW_APP">%1$s</xliff:g> in plaas van <xliff:g id="CURRENT_APP">%2$s</xliff:g> as jou SMS-app?"</string>
+ <string name="sms_change_default_no_previous_dialog_text" msgid="6215622785087181275">"Gebruik <xliff:g id="NEW_APP">%s</xliff:g> as jou SMS-app?"</string>
<string name="network_scorer_change_active_dialog_title" msgid="7005220310238618141">"Verander Wi-Fi-assistent?"</string>
<string name="network_scorer_change_active_dialog_text" msgid="7006057749370850706">"Gebruik <xliff:g id="NEW_APP">%1$s</xliff:g> in plaas van <xliff:g id="CURRENT_APP">%2$s</xliff:g> om jou netwerkverbindings te bestuur?"</string>
<string name="network_scorer_change_active_no_previous_dialog_text" msgid="680685773455072321">"Gebruik <xliff:g id="NEW_APP">%s</xliff:g> om jou netwerkverbindings te bestuur?"</string>
@@ -1785,7 +1792,7 @@
<string name="lock_settings_profile_unified_summary" msgid="777095092175037385">"Dieselfde as toestelskermslot"</string>
<string name="manageapplications_settings_title" msgid="9198876415524237657">"Bestuur programme"</string>
<string name="applications_settings" msgid="1941993743933425622">"Appinligting"</string>
- <string name="applications_settings_header" msgid="3154670675856048015">"Program-instellings"</string>
+ <string name="applications_settings_header" msgid="3154670675856048015">"App-instellings"</string>
<string name="install_applications" msgid="3921609656584369901">"Onbekende bronne"</string>
<string name="install_applications_title" msgid="7890233747559108106">"Laat alle programbronne toe"</string>
<string name="recent_app_category_title" msgid="189758417804427533">"Apps wat onlangs oopgemaak is"</string>
@@ -1815,7 +1822,7 @@
<string name="restoring_step_four" msgid="8966846882470446209">"Stel tans terug …"</string>
<string name="total_size_label" msgid="2052185048749658866">"Totaal"</string>
<string name="application_size_label" msgid="6407051020651716729">"Programgrootte"</string>
- <string name="external_code_size_label" msgid="7375146402660973743">"USB-berging-program"</string>
+ <string name="external_code_size_label" msgid="7375146402660973743">"USB-berging-app"</string>
<string name="data_size_label" msgid="7814478940141255234">"Gebruikerdata"</string>
<string name="uninstall_text" msgid="315764653029060126">"Verwyder"</string>
<string name="uninstall_all_users_text" msgid="5924715251087176474">"Deïnstalleer vir alle gebruikers"</string>
@@ -1826,12 +1833,12 @@
<string name="app_factory_reset" msgid="8974044931667015201">"Deïnstalleer opdaterings"</string>
<string name="app_restricted_settings_lockscreen_title" msgid="5993061278264872648">"Laat beperkte instellings toe"</string>
<string name="auto_launch_enable_text" msgid="8912714475823807798">"Sommige aktiwiteite wat jy gekies het, maak by verstek in hierdie program oop."</string>
- <string name="always_allow_bind_appwidgets_text" msgid="2069415023986858324">"Jy het gekies om toe te laat dat hierdie program legstukke skep en by hulle data ingaan."</string>
+ <string name="always_allow_bind_appwidgets_text" msgid="2069415023986858324">"Jy het gekies om toe te laat dat hierdie app legstukke skep en by hulle data ingaan."</string>
<string name="auto_launch_disable_text" msgid="502648841250936209">"Verstek instellings nie opgestel nie."</string>
<string name="clear_activities" msgid="488089228657585700">"Vee verstekvoorkeure uit"</string>
- <string name="screen_compatibility_text" msgid="5915767835411020274">"Hierdie program is dalk nie vir jou skerm ontwerp nie; jy kan hier beheer hoe dit by jou skerm aanpas."</string>
+ <string name="screen_compatibility_text" msgid="5915767835411020274">"Hierdie app is dalk nie vir jou skerm ontwerp nie; jy kan hier beheer hoe dit by jou skerm aanpas."</string>
<string name="ask_compatibility" msgid="8388397595148476565">"Vra wanneer laat loop word"</string>
- <string name="enable_compatibility" msgid="1163387233622859712">"Skaleer program"</string>
+ <string name="enable_compatibility" msgid="1163387233622859712">"Skaleer app"</string>
<string name="unknown" msgid="8192160131923461175">"Onbekend"</string>
<string name="sort_order_alpha" msgid="3400680865280266582">"Rangskik volgens naam"</string>
<string name="sort_order_size" msgid="7731928486199737223">"Rangskik volgens grootte"</string>
@@ -1860,8 +1867,8 @@
<string name="dlg_ok" msgid="1421350367857960997">"OK"</string>
<string name="dlg_cancel" msgid="5164705061530774899">"Kanselleer"</string>
<string name="dlg_delete" msgid="1790919205039397659">"Vee uit"</string>
- <string name="app_not_found_dlg_text" msgid="8634675268730513704">"Die program is nie in die lys geïnstalleerde programme gevind nie."</string>
- <string name="clear_failed_dlg_text" msgid="6866741916836125732">"Kon nie berging vir program uitvee nie."</string>
+ <string name="app_not_found_dlg_text" msgid="8634675268730513704">"Die app is nie in die lys geïnstalleerde apps gevind nie."</string>
+ <string name="clear_failed_dlg_text" msgid="6866741916836125732">"Kon nie berging vir app uitvee nie."</string>
<string name="computing_size" msgid="4915310659841174866">"Bereken tans..."</string>
<string name="invalid_size_value" msgid="7017371543563259201">"Kon nie pakketgrootte bereken nie."</string>
<string name="version_text" msgid="7628938665256107608">"weergawe <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string>
@@ -1872,14 +1879,14 @@
<string name="restoring_in_progress" msgid="7787443682651146115">"<xliff:g id="PACKAGE_LABEL">%1$s</xliff:g> word teruggestel"</string>
<string name="another_migration_already_in_progress" msgid="6550546307856052261">"\'n Ander migrasie is reeds aan die gang."</string>
<string name="insufficient_storage" msgid="8115088042669030558">"Nie genoeg stoorplek nie."</string>
- <string name="does_not_exist" msgid="6499163879348776120">"Program bestaan nie."</string>
+ <string name="does_not_exist" msgid="6499163879348776120">"App bestaan nie."</string>
<string name="invalid_location" msgid="8013853455355520557">"Installeer-ligging is nie geldig nie."</string>
<string name="system_package" msgid="7559476279008519360">"Stelselopdaterings kan nie op eksterne media geïnstalleer word nie."</string>
<string name="move_error_device_admin" msgid="1561502976834303626">"Toesteladministrasieprogram kan nie op eksterne media geïnstalleer word nie"</string>
<string name="force_stop_dlg_title" msgid="86745852555490146">"Verplig stop?"</string>
<string name="force_stop_dlg_text" msgid="1527286468544457368">"As jy ’n app verplig om te stop, kan dit verkeerd optree."</string>
<string name="app_disable_dlg_positive" msgid="1414218905322009505">"Deaktiveer app"</string>
- <string name="app_disable_dlg_text" msgid="2449382902751908916">"As jy hierdie program deaktiveer, sal Android en ander programme dalk nie meer soos bedoel werk nie. Hou in gedagte dat jy nie hierdie program kan uitvee nie, want dit is vooraf op jou toestel geïnstalleer. Deur dit te deaktiveer, skakel jy hierdie program af en versteek jy dit op jou toestel."</string>
+ <string name="app_disable_dlg_text" msgid="2449382902751908916">"As jy hierdie app deaktiveer, sal Android en ander apps dalk nie meer soos bedoel werk nie. Hou in gedagte dat jy nie hierdie app kan uitvee nie, want dit is vooraf op jou toestel geïnstalleer. Deur dit te deaktiveer, skakel jy hierdie app af en versteek jy dit op jou toestel."</string>
<string name="app_install_details_group_title" msgid="1172114479073704677">"Winkel"</string>
<string name="app_install_details_title" msgid="7783556181897142187">"Appbesonderhede"</string>
<string name="app_install_details_summary" msgid="2013043219249992373">"App is vanaf <xliff:g id="APP_STORE">%1$s</xliff:g> geïnstalleer"</string>
@@ -1891,7 +1898,7 @@
<string name="service_restarting" msgid="5104563288155809226">"Begin weer"</string>
<string name="cached" msgid="5379485147573438201">"Gekaste agtergrondprosesse"</string>
<string name="no_running_services" msgid="9079738069349859373">"Niks loop nie."</string>
- <string name="service_started_by_app" msgid="6845028506417670179">"Begin deur program"</string>
+ <string name="service_started_by_app" msgid="6845028506417670179">"Begin deur app"</string>
<!-- no translation found for service_client_name (2210898622981598861) -->
<skip />
<string name="service_background_processes" msgid="2800539421534521948">"<xliff:g id="MEMORY">%1$s</xliff:g> beskikbaar"</string>
@@ -1906,21 +1913,21 @@
<string name="running_processes_item_description_p_s" msgid="8957061449107822282">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> prosesse en <xliff:g id="NUMSERVICES">%2$d</xliff:g> diens"</string>
<string name="running_processes_item_description_p_p" msgid="3292999232897469679">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> prosesse en <xliff:g id="NUMSERVICES">%2$d</xliff:g> dienste"</string>
<string name="running_processes_header_title" msgid="558961782589967366">"Toestelberging"</string>
- <string name="running_processes_header_footer" msgid="2726092156680487584">"Program se RAM-gebruik"</string>
+ <string name="running_processes_header_footer" msgid="2726092156680487584">"App se RAM-gebruik"</string>
<string name="running_processes_header_system_prefix" msgid="8819527769608555124">"Stelsel"</string>
<string name="running_processes_header_apps_prefix" msgid="4151874328324238133">"Apps"</string>
<string name="running_processes_header_free_prefix" msgid="4271100378295864738">"Gratis"</string>
<string name="running_processes_header_used_prefix" msgid="5205762402234243007">"Gebruik"</string>
<string name="running_processes_header_cached_prefix" msgid="839132595831993521">"Gekas"</string>
<string name="running_processes_header_ram" msgid="3014991380467004685">"<xliff:g id="RAM_0">%1$s</xliff:g> van RAM"</string>
- <string name="runningservicedetails_settings_title" msgid="1057845389092757121">"Lopende program"</string>
+ <string name="runningservicedetails_settings_title" msgid="1057845389092757121">"Lopende app"</string>
<string name="no_services" msgid="3898812785511572899">"Onaktief"</string>
<string name="runningservicedetails_services_title" msgid="11853795112787355">"Dienste"</string>
<string name="runningservicedetails_processes_title" msgid="5292271587797234038">"Prosesse"</string>
<string name="service_stop" msgid="5712522600201308795">"Stop"</string>
<string name="service_manage" msgid="3896322986828332075">"Instellings"</string>
- <string name="service_stop_description" msgid="6327742632400026677">"Hierdie diens is deur sy program begin. As dit gestop word, kan die program misluk."</string>
- <string name="heavy_weight_stop_description" msgid="3086419998820881290">"Hierdie program kan nie met veiligheid gestop word nie. As jy dit stop, kan jy sommige van jou huidige werk verloor."</string>
+ <string name="service_stop_description" msgid="6327742632400026677">"Hierdie diens is deur sy app begin. As dit gestop word, kan die app misluk."</string>
+ <string name="heavy_weight_stop_description" msgid="3086419998820881290">"Hierdie app kan nie met veiligheid gestop word nie. As jy dit stop, kan jy sommige van jou huidige werk verloor."</string>
<string name="background_process_stop_description" msgid="4792038933517438037">"Dit is \'n ou programproses wat nog steeds loop ingeval dit weer benodig word. Daar is gewoonlik geen rede om dit te stop nie."</string>
<string name="service_manage_description" msgid="6615788996428486121">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: word tans gebruik. Tik op Instellings om dit te beheer."</string>
<string name="main_running_process_description" msgid="6685973937935027773">"Hoofproses wat gebruik word."</string>
@@ -1947,7 +1954,7 @@
<string name="auto_punctuate_summary" msgid="3549190848611386748">"Druk spasie-sleutel twee keer om \".\" in te voeg"</string>
<string name="show_password" msgid="7101900779571040117">"Wys wagwoorde"</string>
<string name="show_password_summary" msgid="9025960283785111619">"Wys karakters kortliks terwyl jy tik"</string>
- <string name="spellchecker_security_warning" msgid="2016059050608271820">"Hierdie speltoetser is dalk in staat om al die teks wat jy invoer te versamel, insluitend persoonlike inligting soos wagwoorde en kredietkaartnommers. Dit kom van die <xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g>-program. Gebruik hierdie speltoetser?"</string>
+ <string name="spellchecker_security_warning" msgid="2016059050608271820">"Hierdie speltoetser is dalk in staat om al die teks wat jy invoer te versamel, insluitend persoonlike inligting soos wagwoorde en kredietkaartnommers. Dit kom van die <xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g>-app. Gebruik hierdie speltoetser?"</string>
<string name="spellchecker_quick_settings" msgid="6449414356743946577">"Instellings"</string>
<string name="spellchecker_language" msgid="8905487366580285282">"Taal"</string>
<string name="keyboard_and_input_methods_category" msgid="5296847777802891649">"Sleutelborde"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opsies"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Toeganklikheid"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fisiese sleutelbord"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Hopsleutels"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Die sleutelbord ignoreer vinnig herhaalde drukke van dieselfde sleutel"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Bonssleuteldrempel"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik onder regs"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klik op die raakpaneel se hoek onder regs vir meer opsies"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Wyserspoed"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Gebruik drievingertik"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Wyserkleur"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Verander wyserinvulstyl na swart"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Verander wyserinvulstyl na groen"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Leer raakpaneelgebare"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"stuurpaneel, stuurpaneel, muis, skermpyltjie, rollees, swiep, regsklik, klik, wyser"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"regsklik, tik"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Middelklik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Begin Assistent"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Gaan na tuisskerm"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Gaan terug"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Bekyk onlangse apps"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Gaan na tuisskerm"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Swiep op met drie vingers enige plek op jou raakpaneel"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Gaan terug"</string>
@@ -2396,7 +2399,7 @@
<string name="accessibility_color_inversion_about_title" msgid="8275754480247040136">"Meer oor kleuromkering"</string>
<string name="accessibility_color_inversion_footer_learn_more_content_description" msgid="5382579548498952445">"Meer inligting oor kleuromkering"</string>
<string name="accessibility_captioning_primary_switch_title" msgid="3663677340286206100">"Wys onderskrifte"</string>
- <string name="accessibility_captioning_primary_switch_summary" msgid="2544094070306830218">"Net vir gesteunde program"</string>
+ <string name="accessibility_captioning_primary_switch_summary" msgid="2544094070306830218">"Net vir gesteunde app"</string>
<string name="captioning_appearance_title" msgid="3128792092290011408">"Grootte en styl van onderskrif"</string>
<string name="captioning_appearance_summary" msgid="4620682807315588019">"<xliff:g id="ACCESSIBILITY_FONT_SIZE">%1$s</xliff:g> teksgrootte"</string>
<string name="captioning_more_options_title" msgid="3484496882942539652">"Meer opsies"</string>
@@ -2502,7 +2505,7 @@
<string name="color_yellow" msgid="5957551912912679058">"Geel"</string>
<string name="color_magenta" msgid="8943538189219528423">"Magenta"</string>
<string name="capabilities_list_title" msgid="1225853611983394386">"<xliff:g id="SERVICE">%1$s</xliff:g> moet:"</string>
- <string name="touch_filtered_warning" msgid="4225815157460318241">"Instellings kan nie jou antwoord verifieer nie omdat \'n program \'n toestemmingversoek verberg."</string>
+ <string name="touch_filtered_warning" msgid="4225815157460318241">"Instellings kan nie jou antwoord verifieer nie omdat \'n app \'n toestemmingversoek verberg."</string>
<string name="accessibility_dialog_button_allow" msgid="8274918676473216697">"Laat toe"</string>
<string name="accessibility_dialog_button_deny" msgid="2037249860078259284">"Weier"</string>
<string name="accessibility_dialog_button_stop" msgid="7584815613743292151">"Skakel af"</string>
@@ -2571,10 +2574,10 @@
<string name="power_usage_detail_screen_time" msgid="6027274749498485283">"Skermtyd"</string>
<string name="power_usage_detail_background_time" msgid="3661437083554322691">"Agtergrondtyd"</string>
<string name="low_battery_summary" msgid="4458925347316501953">"Lae battery"</string>
- <string name="background_activity_summary" msgid="3817376868497046016">"Laat die program toe om in die agtergrond te loop"</string>
+ <string name="background_activity_summary" msgid="3817376868497046016">"Laat die app toe om in die agtergrond te loop"</string>
<string name="background_activity_warning_dialog_title" msgid="3449566823290744823">"Beperk agtergrondaktiwiteit?"</string>
- <string name="background_activity_warning_dialog_text" msgid="8202776985767701095">"As jy agtergrondaktiwiteit vir \'n program beperk, kan dit verkeerd werk"</string>
- <string name="background_activity_disabled_dialog_text" msgid="4053170297325882494">"Hierdie program is nie gestel om batterykrag te optimeer nie en daarom kan jy dit nie beperk nie.\n\nOm die program te beperk, moet jy eers batterykrag-optimering aanskakel."</string>
+ <string name="background_activity_warning_dialog_text" msgid="8202776985767701095">"As jy agtergrondaktiwiteit vir \'n app beperk, kan dit verkeerd werk"</string>
+ <string name="background_activity_disabled_dialog_text" msgid="4053170297325882494">"Hierdie app is nie gestel om batterykrag te optimeer nie en daarom kan jy dit nie beperk nie.\n\nOm die app te beperk, moet jy eers batterykrag-optimering aanskakel."</string>
<string name="manager_battery_usage_category_title" msgid="1493303237531629961">"Bestuur batterygebruik"</string>
<string name="manager_battery_usage_allow_background_usage_settings_title" msgid="8150026934645052635">"Laat agtergrondgebruik toe"</string>
<string name="manager_battery_usage_allow_background_usage_title" msgid="6294649996820358852">"Laat agtergrondgebruik toe"</string>
@@ -2624,12 +2627,12 @@
<string name="battery_tip_restrict_summary" msgid="7539469590829235277">"{count,plural, =1{{label} se agtergrondbatterygebruik is hoog}other{# apps se agtergrondbatterygebruik is hoog}}"</string>
<string name="battery_tip_restrict_handled_summary" msgid="3535697154547199190">"{count,plural, =1{Hierdie app kan nie op die agtergrond loop nie}other{Hierdie apps kan nie op die agtergrond loop nie}}"</string>
<string name="battery_tip_restrict_app_dialog_title" msgid="1649476357343160240">"{count,plural, =1{Beperk app?}other{Beperk # apps?}}"</string>
- <string name="battery_tip_restrict_app_dialog_message" msgid="137856003724730751">"Verhoed <xliff:g id="APP">%1$s</xliff:g> om die battery op die agtergrond te gebruik om so batterykrag te bespaar. Hierdie program sal dalk nie behoorlik werk nie en kennisgewings sal dalk vertraag word."</string>
+ <string name="battery_tip_restrict_app_dialog_message" msgid="137856003724730751">"Verhoed <xliff:g id="APP">%1$s</xliff:g> om die battery op die agtergrond te gebruik om so batterykrag te bespaar. Hierdie app sal dalk nie behoorlik werk nie en kennisgewings sal dalk vertraag word."</string>
<string name="battery_tip_restrict_apps_less_than_5_dialog_message" msgid="5894648804112181324">"Verhoed hierdie programme om die battery op die agtergrond te gebruik om so batterykrag te bespaar. Beperkte programme sal dalk nie behoorlik werk nie en kennisgewings sal dalk vertraag word.\n\nProgramme:"</string>
<string name="battery_tip_restrict_apps_more_than_5_dialog_message" msgid="4546838397423565138">"Verhoed hierdie programme om die battery op die agtergrond te gebruik om so batterykrag te bespaar. Beperkte programme sal dalk nie behoorlik werk nie en kennisgewings sal dalk vertraag word.\n\nProgramme:\n<xliff:g id="APP_LIST">%1$s</xliff:g>."</string>
<string name="battery_tip_restrict_app_dialog_ok" msgid="7025027696689301916">"Beperk"</string>
<string name="battery_tip_unrestrict_app_dialog_title" msgid="5501997201160532301">"Verwyder beperking?"</string>
- <string name="battery_tip_unrestrict_app_dialog_message" msgid="215449637818582819">"Hierdie program sal batterykrag op die agtergrond kan gebruik. Jou battery sal dalk gouer as verwag afloop."</string>
+ <string name="battery_tip_unrestrict_app_dialog_message" msgid="215449637818582819">"Hierdie app sal batterykrag op die agtergrond kan gebruik. Jou battery sal dalk gouer as verwag afloop."</string>
<string name="battery_tip_unrestrict_app_dialog_ok" msgid="7940183167721998470">"Verwyder"</string>
<string name="battery_tip_unrestrict_app_dialog_cancel" msgid="4968135709160207507">"Kanselleer"</string>
<string name="battery_tip_charge_to_full_button" msgid="9172893341338732733">"Ignoreer"</string>
@@ -2780,7 +2783,7 @@
<string name="voice_service_preference_section_title" msgid="4807795449147187497">"Steminvoerdienste"</string>
<string name="voice_interactor_preference_summary" msgid="3942881638813452880">"Volle aktiveerwoord en interaksie"</string>
<string name="voice_recognizer_preference_summary" msgid="9195427725367463336">"Eenvoudige spraak na teks"</string>
- <string name="voice_interaction_security_warning" msgid="7962884055885987671">"Hierdie steminvoerdiens sal altyd-aan-stemmonitering kan verrig en stemgeaktiveerde programme namens jou kan beheer. Dit kom van die <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g>-program af. Wil jy die gebruik van hierdie diens aktiveer?"</string>
+ <string name="voice_interaction_security_warning" msgid="7962884055885987671">"Hierdie steminvoerdiens sal altyd-aan-stemmonitering kan verrig en stemgeaktiveerde apps namens jou kan beheer. Dit kom van die <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g>-app af. Wil jy die gebruik van hierdie diens aktiveer?"</string>
<string name="on_device_recognition_settings" msgid="6503160369314598069">"Herkenninginstellings op toestel"</string>
<string name="on_device_recognition_settings_title" msgid="7137599722039096545">"Herkenning op toestel"</string>
<string name="on_device_recognition_settings_summary" msgid="3292736423223499348">"Spraakherkenning op toestel"</string>
@@ -2791,7 +2794,7 @@
<string name="tts_install_voice_title" msgid="5133545696447933812">"Stemme"</string>
<string name="tts_spoken_language" msgid="4652894245474520872">"Gesproke taal"</string>
<string name="tts_install_voices_title" msgid="6505257816336165782">"Installeer stemme"</string>
- <string name="tts_install_voices_text" msgid="902408506519246362">"Gaan voort na die <xliff:g id="TTS_APP_NAME">%s</xliff:g>-program om stemme te installeer"</string>
+ <string name="tts_install_voices_text" msgid="902408506519246362">"Gaan voort na die <xliff:g id="TTS_APP_NAME">%s</xliff:g>-app om stemme te installeer"</string>
<string name="tts_install_voices_open" msgid="919034855418197668">"Maak app oop"</string>
<string name="tts_install_voices_cancel" msgid="5179154684379560628">"Kanselleer"</string>
<string name="tts_reset" msgid="9047681050813970031">"Stel terug"</string>
@@ -2866,17 +2869,17 @@
<string name="backup_data_management_title" msgid="6596830198441939702">"Bestuur rugsteunrekening"</string>
<string name="include_app_data_title" msgid="2969603876620594523">"Sluit programdata in"</string>
<string name="auto_restore_title" msgid="4124345897936637561">"Outomatiese teruglaai"</string>
- <string name="auto_restore_summary" msgid="6830198851045584001">"Wanneer \'n program weer geïnstalleer word, herstel gerugsteunde instellings en data"</string>
+ <string name="auto_restore_summary" msgid="6830198851045584001">"Wanneer \'n app weer geïnstalleer word, herstel gerugsteunde instellings en data"</string>
<string name="backup_inactive_title" msgid="6753265378043349277">"Rugsteundiens is nie aktief nie"</string>
<string name="backup_configure_account_default_summary" msgid="5323225330966306690">"Geen rekening stoor tans gerugsteunde data nie"</string>
<string name="backup_erase_dialog_title" msgid="5892431263348766484"></string>
<string name="backup_erase_dialog_message" msgid="2250872501409574331">"Hou op om jou Wi-Fi-wagwoorde, boekmerke, ander instellings en programdata te rugsteun en vee al die kopieë op Google-bedieners uit?"</string>
<string name="fullbackup_erase_dialog_message" msgid="2379053988557486162">"Staak die rugsteun van toesteldata (soos Wi-Fi-wagwoorde en oproepgeskiedenis) en programdata (soos instellings en lêers wat deur programme geberg is), en vee ook alle kopieë op afgeleë bedieners uit?"</string>
- <string name="fullbackup_data_summary" msgid="971587401251601473">"Rugsteun toesteldata (soos Wi-Fi-wagwoorde en oproepgeskiedenis) en programdata (soos instellings en lêers wat deur programme geberg is) outomaties oor \'n afstand.\n\nWanneer jy outomatiese rugsteun aanskakel, word toestel- en programdata van tyd tot tyd oor \'n afstand gestoor. Programdata kan enige data wees wat \'n program gestoor het (op grond van ontwikkelaarinstellings), insluitend potensieel sensitiewe data, soos kontakte, boodskappe en foto\'s."</string>
+ <string name="fullbackup_data_summary" msgid="971587401251601473">"Rugsteun toesteldata (soos Wi-Fi-wagwoorde en oproepgeskiedenis) en appdata (soos instellings en lêers wat deur apps geberg is) outomaties oor \'n afstand.\n\nWanneer jy outomatiese rugsteun aanskakel, word toestel- en appdata van tyd tot tyd oor \'n afstand gestoor. Appdata kan enige data wees wat \'n app gestoor het (op grond van ontwikkelaarinstellings), insluitend potensieel sensitiewe data, soos kontakte, boodskappe en foto\'s."</string>
<string name="device_admin_settings_title" msgid="31392408594557070">"Toesteladministrateurinstellings"</string>
<string name="active_device_admin_msg" msgid="7744106305636543184">"Toesteladministrasie-app"</string>
<string name="remove_device_admin" msgid="3143059558744287259">"Deaktiveer hierdie toesteladministrasie-app"</string>
- <string name="uninstall_device_admin" msgid="4481095209503956916">"Deïnstalleer program"</string>
+ <string name="uninstall_device_admin" msgid="4481095209503956916">"Deïnstalleer app"</string>
<string name="remove_and_uninstall_device_admin" msgid="707912012681691559">"Deaktiveer en deïnstalleer"</string>
<string name="select_device_admin_msg" msgid="5501360309040114486">"Toesteladministrateurprogramme"</string>
<string name="no_device_admins" msgid="8888779888103079854">"Geen toesteladministrateurprogramme beskikbaar nie"</string>
@@ -2886,7 +2889,7 @@
<string name="device_admin_add_title" msgid="6087481040932322289">"Toesteladministrateur"</string>
<string name="device_admin_warning" msgid="1889160106787280321">"As hierdie toesteladministrasie-app geaktiveer word, sal die app <xliff:g id="APP_NAME">%1$s</xliff:g> toegelaat word om die volgende bewerkings uit te voer."</string>
<string name="device_admin_warning_simplified" msgid="2715756519899116115">"Hierdie toestel sal deur <xliff:g id="APP_NAME">%1$s</xliff:g> bestuur en gemonitor word."</string>
- <string name="device_admin_status" msgid="6332571781623084064">"Hierdie administrasieprogram is aktief en laat die program <xliff:g id="APP_NAME">%1$s</xliff:g> toe om die volgende bewerkings uit te voer:"</string>
+ <string name="device_admin_status" msgid="6332571781623084064">"Hierdie administrasie-app is aktief en laat die app <xliff:g id="APP_NAME">%1$s</xliff:g> toe om die volgende bewerkings uit te voer:"</string>
<string name="profile_owner_add_title" msgid="2774489881662331549">"Aktiveer profielbestuurder?"</string>
<string name="profile_owner_add_title_simplified" msgid="2320828996993774182">"Laat toesig toe?"</string>
<string name="adding_profile_owner_warning" msgid="6868275476058020513">"Deur voort te gaan, sal jou gebruiker deur jou administrateur bestuur word, wat moontlik in staat sal wees om benewens jou persoonlike data ook geassosieerde data te berg.\n\nJou administrateur het die vermoë om instellings, toegang, programme en data wat met hierdie gebruiker geassosieer word, insluitend netwerkaktiwiteit en jou toestel se ligginginligting, te monitor en te bestuur."</string>
@@ -2974,9 +2977,9 @@
<string name="data_usage_app_settings" msgid="5693524672522122485">"Programinstellings"</string>
<string name="data_usage_app_restrict_background" msgid="5728840276368097276">"Agtergronddata"</string>
<string name="data_usage_app_restrict_background_summary" msgid="2997942775999602794">"Aktiveer die gebruik van mobiele data op die agtergrond"</string>
- <string name="data_usage_app_restrict_background_summary_disabled" msgid="8213268097024597864">"Om agtergronddata vir hierdie program te beperk, moet jy eers \'n mobieldatalimiet stel."</string>
+ <string name="data_usage_app_restrict_background_summary_disabled" msgid="8213268097024597864">"Om agtergronddata vir hierdie app te beperk, moet jy eers \'n mobieldatalimiet stel."</string>
<string name="data_usage_app_restrict_dialog_title" msgid="5383874438677899255">"Beperk agtergronddata?"</string>
- <string name="data_usage_app_restrict_dialog" msgid="5534272311979978297">"Hierdie funksie kan veroorsaak dat \'n program wat afhanklik is van agtergronddata, ophou werk wanneer slegs mobiele netwerke beskikbaar is.\n\nJy kan meer geskikte datagebruik-kontroles vind in die instellings wat in die program self beskikbaar is."</string>
+ <string name="data_usage_app_restrict_dialog" msgid="5534272311979978297">"Hierdie funksie kan veroorsaak dat \'n app wat afhanklik is van agtergronddata, ophou werk wanneer slegs mobiele netwerke beskikbaar is.\n\nJy kan meer geskikte datagebruik-kontroles vind in die instellings wat in die app self beskikbaar is."</string>
<string name="data_usage_restrict_denied_dialog" msgid="8599940395497268584">"Agtergronddata kan net beperk word as jy \'n mobieldatalimiet gestel het."</string>
<string name="data_usage_auto_sync_on_dialog_title" msgid="2048411447974361181">"Moet die outomatiese sinkronisering van data aangeskakel word?"</string>
<string name="data_usage_auto_sync_off_dialog_title" msgid="1783917145440587470">"Moet die outomatiese sinkronisering van data afgeskakel word?"</string>
@@ -3030,7 +3033,7 @@
<string name="vpn_replace_vpn_message" msgid="1094297700371463386">"Jy is reeds aan \'n VPN gekoppel. As jy aan \'n ander een koppel, sal jou bestaande VPN vervang word."</string>
<string name="vpn_turn_on" msgid="3568307071295211187">"Skakel aan"</string>
<string name="vpn_cant_connect_title" msgid="5670787575925519386">"<xliff:g id="VPN_NAME">%1$s</xliff:g> kan nie koppel nie"</string>
- <string name="vpn_cant_connect_message" msgid="2139148820719163694">"Hierdie program steun nie altyd-aan VPN nie"</string>
+ <string name="vpn_cant_connect_message" msgid="2139148820719163694">"Hierdie app steun nie altyd-aan-VPN nie"</string>
<string name="vpn_title" msgid="3068868814145870274">"VPN"</string>
<string name="vpn_create" msgid="7546073242936894638">"Voeg VPN-profiel by"</string>
<string name="vpn_menu_edit" msgid="5100387853773792379">"Redigeer profiel"</string>
@@ -3038,7 +3041,7 @@
<string name="vpn_menu_lockdown" msgid="5284041663859541007">"Altydaan-VPN"</string>
<string name="vpn_no_vpns_added" msgid="7387080769821533728">"Geen VPN\'e is bygevoeg nie"</string>
<string name="vpn_always_on_summary" msgid="2171252372476858166">"Bly te alle tye aan VPN gekoppel"</string>
- <string name="vpn_always_on_summary_not_supported" msgid="9084872130449368437">"Nie gesteun deur hierdie program nie"</string>
+ <string name="vpn_always_on_summary_not_supported" msgid="9084872130449368437">"Nie gesteun deur hierdie app nie"</string>
<string name="vpn_always_on_summary_active" msgid="175877594406330387">"Altyd aan"</string>
<string name="vpn_insecure_summary" msgid="4450920215186742859">"Nie veilig nie"</string>
<string name="vpn_require_connection" msgid="1027347404470060998">"Blokkeer verbindings sonder VPN"</string>
@@ -3135,7 +3138,7 @@
<string name="open_app_button" msgid="5025229765547191710">"Maak <xliff:g id="APP_NAME">%1$s</xliff:g> oop"</string>
<string name="application_restrictions" msgid="276179173572729205">"Laat programme en inhoud toe"</string>
<string name="apps_with_restrictions_header" msgid="5277698582872267931">"Programme met beperkings"</string>
- <string name="apps_with_restrictions_settings_button" msgid="2648355133416902221">"Brei instellings vir program uit"</string>
+ <string name="apps_with_restrictions_settings_button" msgid="2648355133416902221">"Brei instellings vir app uit"</string>
<string name="user_choose_copy_apps_to_another_user" msgid="5914037067347012870">"Kies programme om te installeer"</string>
<string name="user_copy_apps_menu_title" msgid="5354300105759670300">"Installeer beskikbare programme"</string>
<string name="nfc_payment_settings_title" msgid="2043139180030485500">"Kontaklose betalings"</string>
@@ -3207,12 +3210,12 @@
<string name="auto_data_switch_title" msgid="5862200603753603464">"Skakel outomaties oor na mobiele data"</string>
<string name="auto_data_switch_summary" msgid="1934340931995429057">"Gebruik hierdie netwerk wanneer dit meer beskikbaar is"</string>
<string name="work_sim_title" msgid="8999872928646924429">"Werk-SIM"</string>
- <string name="user_restrictions_title" msgid="4068914244980335993">"Program- en inhoudtoegang"</string>
+ <string name="user_restrictions_title" msgid="4068914244980335993">"App- en inhoudtoegang"</string>
<string name="user_rename" msgid="8735940847878484249">"HERNOEM"</string>
- <string name="app_restrictions_custom_label" msgid="6949268049087435132">"Stel program-beperkings"</string>
+ <string name="app_restrictions_custom_label" msgid="6949268049087435132">"Stel appbeperkings"</string>
<string name="user_restrictions_controlled_by" msgid="2821526006742851624">"Beheer deur <xliff:g id="APP">%1$s</xliff:g>"</string>
- <string name="app_sees_restricted_accounts" msgid="3526008344222566318">"Hierdie program kan toegang tot jou rekeninge kry"</string>
- <string name="app_sees_restricted_accounts_and_controlled_by" msgid="8338520379923447143">"Hierdie program het toegang tot jou rekeninge. Word beheer deur <xliff:g id="APP">%1$s</xliff:g>"</string>
+ <string name="app_sees_restricted_accounts" msgid="3526008344222566318">"Hierdie app kan toegang tot jou rekeninge kry"</string>
+ <string name="app_sees_restricted_accounts_and_controlled_by" msgid="8338520379923447143">"Hierdie app het toegang tot jou rekeninge. Word beheer deur <xliff:g id="APP">%1$s</xliff:g>"</string>
<string name="restriction_wifi_config_title" msgid="2630656989926554685">"Wi‑Fi en selfoon"</string>
<string name="restriction_wifi_config_summary" msgid="920419010472168694">"Laat die wysiging van Wi‑Fi en mobiele instellings toe"</string>
<string name="restriction_bluetooth_config_title" msgid="220586273589093821">"Bluetooth"</string>
@@ -3400,7 +3403,7 @@
<string name="notification_volume_disabled_summary" msgid="8679988555852056079">"Onbeskikbaar omdat luitoon gedemp is"</string>
<string name="ringtone_title" msgid="3271453110387368088">"Foonluitoon"</string>
<string name="notification_ringtone_title" msgid="6924501621312095512">"Verstekkennisgewingklank"</string>
- <string name="notification_unknown_sound_title" msgid="1319708450698738980">"Klank deur program verskaf"</string>
+ <string name="notification_unknown_sound_title" msgid="1319708450698738980">"Klank deur app verskaf"</string>
<string name="notification_sound_default" msgid="8630353701915294299">"Verstekkennisgewingklank"</string>
<string name="alarm_ringtone_title" msgid="6680761007731764726">"Verstekwekkerklank"</string>
<string name="vibrate_when_ringing_option_ramping_ringer" msgid="2798848945803840348">"Vibreer eers en lui dan geleidelik"</string>
@@ -3543,7 +3546,7 @@
<string name="zen_mode_settings_dnd_manual_end_time" msgid="8251503918238985549">"Moenie Steur Nie bly aan tot <xliff:g id="FORMATTED_TIME">%s</xliff:g>"</string>
<string name="zen_mode_settings_dnd_manual_indefinite" msgid="1436568478062106132">"Moenie Steur Nie sal aan bly totdat jy dit afskakel"</string>
<string name="zen_mode_settings_dnd_automatic_rule" msgid="1958092329238152236">"\'n Skedule (<xliff:g id="RULE_NAME">%s</xliff:g>) het Moenie Steur Nie outomaties aangeskakel"</string>
- <string name="zen_mode_settings_dnd_automatic_rule_app" msgid="3401685760954156067">"\'n Program <xliff:g id="APP_NAME">%s</xliff:g> het Moenie Steur Nie outomaties aangeskakel"</string>
+ <string name="zen_mode_settings_dnd_automatic_rule_app" msgid="3401685760954156067">"\'n App <xliff:g id="APP_NAME">%s</xliff:g> het Moenie Steur Nie outomaties aangeskakel"</string>
<string name="zen_mode_settings_dnd_custom_settings_footer" msgid="6566115866660865385">"Moenie Steur Nie is aan vir <xliff:g id="RULE_NAMES">%s</xliff:g> met gepasmaakte instellings."</string>
<string name="zen_mode_settings_dnd_custom_settings_footer_link" msgid="8255159194653341835">" "<annotation id="link">"Bekyk gepasmaakte instellings"</annotation></string>
<string name="zen_interruption_level_priority" msgid="4854123502362861192">"Net prioriteit"</string>
@@ -3689,7 +3692,7 @@
<string name="notification_silence_title" msgid="4085829874452944989">"Stil"</string>
<string name="notification_alert_title" msgid="1632401211722199217">"Verstek"</string>
<string name="allow_interruption" msgid="5237201780159482716">"Laat onderbrekings toe"</string>
- <string name="allow_interruption_summary" msgid="9044131663518112543">"Laat die program \'n geluid maak, vibreer en/of kennisgewings op die skerm wys"</string>
+ <string name="allow_interruption_summary" msgid="9044131663518112543">"Laat die app \'n geluid maak, vibreer en/of kennisgewings op die skerm wys"</string>
<string name="notification_priority_title" msgid="5554834239080425229">"Prioriteit"</string>
<string name="notification_channel_summary_priority" msgid="7225362351439076913">"Wys boaan die gespreksafdeling, verskyn as \'n swewende borrel, wys profielfoto op sluitskerm"</string>
<string name="convo_not_supported_summary" msgid="4285471045268268048">"<xliff:g id="APP_NAME">%1$s</xliff:g> steun nie die meeste gesprekskenmerke nie. Jy kan nie \'n gesprek as prioriteit stel nie, en gesprekke sal nie as swewende borrels verskyn nie."</string>
@@ -3760,7 +3763,7 @@
<string name="display_vr_pref_low_persistence" msgid="7039841277157739871">"Verminder wasigheid (aanbeveel)"</string>
<string name="display_vr_pref_off" msgid="4008841566387432721">"Verminder flikker"</string>
<string name="picture_in_picture_title" msgid="9001594281840542493">"Beeld-in-beeld"</string>
- <string name="picture_in_picture_empty_text" msgid="9123600661268731579">"Geen geïnstalleerde program steun beeld-in-beeld nie"</string>
+ <string name="picture_in_picture_empty_text" msgid="9123600661268731579">"Geen geïnstalleerde app steun beeld-in-beeld nie"</string>
<string name="picture_in_picture_keywords" msgid="3605379820551656253">"beeld-in-beeld-prent in"</string>
<string name="picture_in_picture_app_detail_title" msgid="4442235098255164650">"Beeld-in-beeld"</string>
<string name="picture_in_picture_app_detail_switch" msgid="8544190716075624017">"Laat beeld-in-beeld toe"</string>
@@ -3798,7 +3801,7 @@
<string name="app_notifications_not_send_desc" msgid="5683060986735070528">"Hierdie app stuur nie kennisgewings nie"</string>
<string name="notification_channels" msgid="1502969522886493799">"Kategorieë"</string>
<string name="notification_channels_other" msgid="18159805343647908">"Ander"</string>
- <string name="no_channels" msgid="4716199078612071915">"Hierdie program het nie enige kennisgewings geplaas nie"</string>
+ <string name="no_channels" msgid="4716199078612071915">"Hierdie app het nie enige kennisgewings geplaas nie"</string>
<string name="no_recent_channels" msgid="5068574296267584043">"Wys ongebruikte kategorieë"</string>
<string name="app_settings_link" msgid="6725453466705333311">"Bykomende instellings in die app"</string>
<string name="show_unused_channels" msgid="4956292847964439078">"Wys ongebruikte kategorieë"</string>
@@ -3829,8 +3832,8 @@
<string name="zen_mode_choose_rule_type" msgid="7656308563653982975">"Kies soort skedule"</string>
<string name="zen_mode_delete_rule_confirmation" msgid="6195069346439736688">"Vee \"<xliff:g id="RULE">%1$s</xliff:g>\"-reël uit?"</string>
<string name="zen_mode_delete_rule_button" msgid="8328729110756882244">"Vee uit"</string>
- <string name="zen_mode_app_set_behavior" msgid="4319517270279704677">"Hierdie instellings kan nie nou onmiddellik verander word nie. \'n Program (<xliff:g id="APP_NAME">%1$s</xliff:g>) het Moenie Steur Nie outomaties aangeskakel met gepasmaakte gedrag."</string>
- <string name="zen_mode_unknown_app_set_behavior" msgid="8544413884273894104">"Hierdie instellings kan nie nou onmiddellik verander word nie. \'n Program het Moenie Steur Nie outomaties aangeskakel met gepasmaakte gedrag."</string>
+ <string name="zen_mode_app_set_behavior" msgid="4319517270279704677">"Hierdie instellings kan nie nou onmiddellik verander word nie. \'n App (<xliff:g id="APP_NAME">%1$s</xliff:g>) het Moenie Steur Nie outomaties aangeskakel met gepasmaakte gedrag."</string>
+ <string name="zen_mode_unknown_app_set_behavior" msgid="8544413884273894104">"Hierdie instellings kan nie nou onmiddellik verander word nie. \'n App het Moenie Steur Nie outomaties aangeskakel met gepasmaakte gedrag."</string>
<string name="zen_mode_qs_set_behavior" msgid="3805244555649172848">"Hierdie instellings kan nie nou onmiddellik verander word nie. Moenie Steur Nie is self aangeskakel met gepasmaakte gedrag."</string>
<string name="zen_schedule_rule_type_name" msgid="8071428540221112090">"Tyd"</string>
<string name="zen_event_rule_type_name" msgid="1921166617081971754">"Geleentheid"</string>
@@ -4186,20 +4189,20 @@
<string name="memory_maximum_usage" msgid="2047013391595835607">"Maksimum gebruik"</string>
<string name="no_data_usage" msgid="4665617440434654132">"Geen data is gebruik nie"</string>
<string name="zen_access_warning_dialog_title" msgid="6323325813123130154">"Laat toegang tot Moenie Steur Nie vir <xliff:g id="APP">%1$s</xliff:g> toe?"</string>
- <string name="zen_access_warning_dialog_summary" msgid="8468714854067428987">"Die program sal Moenie Steur Nie aan of af kan skakel en veranderinge aan verwante instellings kan aanbring."</string>
+ <string name="zen_access_warning_dialog_summary" msgid="8468714854067428987">"Die app sal Moenie Steur Nie aan of af kan skakel en veranderinge aan verwante instellings kan aanbring."</string>
<string name="zen_access_disabled_package_warning" msgid="6565908224294537889">"Moet aangeskakel bly want kennisgewingtoegang is aan"</string>
<string name="zen_access_revoke_warning_dialog_title" msgid="7377261509261811449">"Herroep <xliff:g id="APP">%1$s</xliff:g> se toegang tot Moenie Steur Nie?"</string>
- <string name="zen_access_revoke_warning_dialog_summary" msgid="8689801842914183595">"Alle Moenie Steur Nie-reëls wat deur hierdie program geskep is, sal verwyder word."</string>
+ <string name="zen_access_revoke_warning_dialog_summary" msgid="8689801842914183595">"Alle Moenie Steur Nie-reëls wat deur hierdie app geskep is, sal verwyder word."</string>
<string name="zen_modes_access_warning_dialog_title" msgid="8372164559156809659">"Laat toegang tot Modusse toe vir <xliff:g id="APP">%1$s</xliff:g>?"</string>
<string name="zen_modes_access_warning_dialog_summary" msgid="2432178679607798200">"Die app sal Moenie Steur Nie kan aan- of afskakel, Modusse kan bestuur en aktiveer, en veranderinge aan verwante instellings kan aanbring."</string>
<string name="zen_modes_access_revoke_warning_dialog_title" msgid="189454396436517964">"Herroep toegang tot Modusse vir <xliff:g id="APP">%1$s</xliff:g>?"</string>
<string name="zen_modes_access_revoke_warning_dialog_summary" msgid="4669243849023204217">"Alle modusse wat deur hierdie app geskep is, sal verwyder word."</string>
<string name="ignore_optimizations_on" msgid="6865583039303804932">"Moenie optimaliseer nie"</string>
<string name="ignore_optimizations_off" msgid="9186557038453586295">"Optimaliseer"</string>
- <string name="ignore_optimizations_on_desc" msgid="1280043916460939932">"Sal jou battery dalk vinniger laat afloop. Program sal nie meer beperk word om agtergrondbattery te gebruik nie."</string>
+ <string name="ignore_optimizations_on_desc" msgid="1280043916460939932">"Sal jou battery dalk vinniger laat afloop. App sal nie meer beperk word om agtergrondbattery te gebruik nie."</string>
<string name="ignore_optimizations_off_desc" msgid="3324571675983286177">"Aanbeveel vir beter batterylewe"</string>
<string name="app_list_preference_none" msgid="1635406344616653756">"Geen"</string>
- <string name="work_profile_usage_access_warning" msgid="3477719910927319122">"Jou administrateur kan steeds datagebruik vir programme in jou werkprofiel naspoor selfs al skakel jy gebruikstoegang vir hierdie program af"</string>
+ <string name="work_profile_usage_access_warning" msgid="3477719910927319122">"Jou administrateur kan steeds datagebruik vir apps in jou werkprofiel naspoor selfs al skakel jy gebruikstoegang vir hierdie app af"</string>
<string name="draw_overlay" msgid="7902083260500573027">"Wys bo-oor ander apps"</string>
<string name="system_alert_window_settings" msgid="6458633954424862521">"Wys bo-oor ander apps"</string>
<string name="permit_draw_overlay" msgid="4468994037192804075">"Laat toe dat dit bo-oor ander apps wys"</string>
@@ -4259,7 +4262,7 @@
<string name="disabled_by_policy_title_sms" msgid="8951840850778406831">"Kan nie SMS\'e stuur nie"</string>
<string name="disabled_by_policy_title_camera" msgid="6616508876399613773">"Kan nie kamera gebruik nie"</string>
<string name="disabled_by_policy_title_screen_capture" msgid="6085100101044105811">"Kan nie skermskote neem nie"</string>
- <string name="disabled_by_policy_title_suspend_packages" msgid="4223983156635729793">"Kan nie hierdie program oopmaak nie"</string>
+ <string name="disabled_by_policy_title_suspend_packages" msgid="4223983156635729793">"Kan nie hierdie app oopmaak nie"</string>
<string name="disabled_by_policy_title_financed_device" msgid="2328740314082888228">"Geblokkeer deur jou kredietverskaffer"</string>
<string name="disabled_by_policy_title_biometric_parental_consent" msgid="2463673997797134678">"Ouer word benodig"</string>
<string name="disabled_by_policy_content_biometric_parental_consent" msgid="7124116806784305206">"Gee die foon vir jou ouer om dit te begin opstel"</string>
@@ -4431,7 +4434,7 @@
<string name="page_tab_title_support" msgid="3235725053332345773">"Wenke en steundiens"</string>
<string name="developer_smallest_width" msgid="632354817870920911">"Kleinste breedte"</string>
<string name="premium_sms_none" msgid="4718916765158062108">"Geen geïnstalleerde apps het Premium-SMS versoek nie"</string>
- <string name="premium_sms_warning" msgid="2192300872411073324">"Betaalde SMS\'e kan jou geld kos en die koste sal by jou diensverskafferfakture gevoeg word. As jy toestemming vir \'n program aktiveer, sal jy betaalde SMS\'e met daardie program kan stuur."</string>
+ <string name="premium_sms_warning" msgid="2192300872411073324">"Betaalde SMS\'e kan jou geld kos en die koste sal by jou diensverskafferfakture gevoeg word. As jy toestemming vir \'n app aktiveer, sal jy betaalde SMS\'e met daardie app kan stuur."</string>
<string name="premium_sms_access" msgid="8487315743197916530">"Premium-SMS"</string>
<string name="bluetooth_disabled" msgid="835838280837359514">"Af"</string>
<string name="bluetooth_connected_summary" msgid="8043167194934315712">"Gekoppel aan <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -4547,7 +4550,7 @@
<string name="enterprise_privacy_device_access_category" msgid="140157499478630004">"Jou toegang tot hierdie toestel"</string>
<string name="enterprise_privacy_enterprise_data" msgid="3963070078195245028">"Data wat met jou werkrekening geassosieer word, soos e-pos en kalender"</string>
<string name="enterprise_privacy_installed_packages" msgid="6707006112254572820">"Lys programme op jou toestel"</string>
- <string name="enterprise_privacy_usage_stats" msgid="6328506963853465534">"Hoeveelheid tyd en data wat in elke program bestee is"</string>
+ <string name="enterprise_privacy_usage_stats" msgid="6328506963853465534">"Hoeveelheid tyd en data wat in elke app bestee is"</string>
<string name="enterprise_privacy_network_logs" msgid="3081744541193695887">"Mees onlangse netwerkverkeer-loglêer"</string>
<string name="enterprise_privacy_bug_reports" msgid="2635897583413134123">"Mees onlangse foutverslag"</string>
<string name="enterprise_privacy_security_logs" msgid="8494681624247959075">"Mees onlangse sekuriteitloglêer"</string>
@@ -4630,7 +4633,7 @@
<string name="storage_trash_dialog_confirm" msgid="1707723334982760436">"Maak asblik leeg"</string>
<string name="storage_usage_summary" msgid="4591121727356723463">"<xliff:g id="NUMBER">%1$s</xliff:g> <xliff:g id="UNIT">%2$s</xliff:g> gebruik"</string>
<string name="storage_total_summary" msgid="7163360249534964272">"Altesaam <xliff:g id="NUMBER">%1$s</xliff:g><xliff:g id="UNIT">%2$s</xliff:g>"</string>
- <string name="clear_instant_app_data" msgid="5951258323364386357">"Maak program skoon"</string>
+ <string name="clear_instant_app_data" msgid="5951258323364386357">"Maak app skoon"</string>
<string name="clear_instant_app_confirmation" msgid="3964731334459209482">"Wil jy hierdie kitsprogram verwyder?"</string>
<string name="launch_instant_app" msgid="8503927414339606561">"Maak oop"</string>
<string name="game_storage_settings" msgid="2521393115726178837">"Speletjies"</string>
@@ -4649,7 +4652,7 @@
<string name="credman_button_change" msgid="4072629639218503790">"Verander"</string>
<string name="credman_button_open" msgid="7519871964170816850">"Maak oop"</string>
<string name="credman_app_list_preference_none" msgid="2509646651254971448">"Niks is gekies nie"</string>
- <string name="autofill_confirmation_message" msgid="4888767934273494272">"<b>Maak seker dat jy hierdie program vertrou</b> <br/> <br/> <xliff:g id=app_name example=Google Outovul>%1$s</xliff:g> gebruik wat op jou skerm is om te bepaal wat outomaties ingevul kan word."</string>
+ <string name="autofill_confirmation_message" msgid="4888767934273494272">"<b>Maak seker dat jy hierdie app vertrou</b> <br/> <br/> <xliff:g id=app_name example=Google Outovul>%1$s</xliff:g> gebruik wat op jou skerm is om te bepaal wat outomaties ingevul kan word."</string>
<string name="credman_autofill_confirmation_message" msgid="843829628024668466">"<b>Gebruik <xliff:g id=app_name example=Provider>%1$s</xliff:g>?</b> <br/> <br/> Nuwe wagwoorde, toegangsleutels en ander inligting sal van nou af hier gestoor word. <xliff:g id=app_name example=Provider>%1$s</xliff:g> kan dalk gebruik wat op jou skerm is om te bepaal wat outomaties ingevul kan word."</string>
<string name="credman_picker_title" msgid="8442086614222006564">"Voorkeurdiens vir wagwoorde, toegangsleutels en outovul"</string>
<string name="credman_confirmation_message_title" msgid="8847900085593880729">"Skakel %1$s af?"</string>
@@ -4693,10 +4696,10 @@
<string name="disabled_feature" msgid="7151433782819744211">"Kenmerk is nie beskikbaar nie"</string>
<string name="disabled_feature_reason_slow_down_phone" msgid="5743569256308510404">"Hierdie kenmerk is afgeskakel omdat dit jou foon stadiger maak"</string>
<string name="show_first_crash_dialog" msgid="1696584857732637389">"Wys altyd omvaldialoog"</string>
- <string name="show_first_crash_dialog_summary" msgid="4692334286984681111">"Wys dialoog elke keer as \'n program omval"</string>
- <string name="angle_enabled_app" msgid="6044941043384239076">"Kies ANGLE-geaktiveerde program"</string>
- <string name="angle_enabled_app_not_set" msgid="4472572224881726067">"Geen ANGLE-gekativeerde program gestel nie"</string>
- <string name="angle_enabled_app_set" msgid="7811829383833353021">"ANGLE-geaktiveerde program: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
+ <string name="show_first_crash_dialog_summary" msgid="4692334286984681111">"Wys dialoog elke keer as \'n app omval"</string>
+ <string name="angle_enabled_app" msgid="6044941043384239076">"Kies ANGLE-geaktiveerde app"</string>
+ <string name="angle_enabled_app_not_set" msgid="4472572224881726067">"Geen ANGLE-geaktiveerde app gestel nie"</string>
+ <string name="angle_enabled_app_set" msgid="7811829383833353021">"ANGLE-geaktiveerde app: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
<string name="graphics_driver_dashboard_title" msgid="5661084817492587796">"Grafikadrywervoorkeure"</string>
<string name="graphics_driver_dashboard_summary" msgid="6348759885315793654">"Wysig grafikadrywerinstellings"</string>
<string name="graphics_driver_footer_text" msgid="5123754522284046790">"Wanneer daar veelvuldige grafikadrywers is, kan jy kies om die opgedateerde grafikadrywer te gebruik vir programme wat op die toestel geïnstalleer is."</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellietboodskappe"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Stuur en ontvang teksboodskappe via satelliet. Ingesluit by jou rekening."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Stuur en ontvang teksboodskappe via satelliet. Nie by jou rekening ingesluit nie."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellietboodskappe"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Meer oor satellietboodskappe"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Jy kan as deel van ’n kwalifiserende <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-rekening teksboodskappe via satelliet stuur en ontvang."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Jou <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-pakket"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellietboodskappe is by jou rekening ingesluit"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellietboodskappe is nie by jou rekening ingesluit nie"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Kry meer inligting"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Hoe dit werk"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Jou foon sal outomaties aan ’n satelliet verbind. Vir die beste verbinding, maak seker jy kan die lug duidelik sien."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Nadat jou foon aan ’n satelliet verbind"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Jy kan ’n teksboodskap na enigiemand stuur, insluitend nooddienste. Jou foon sal weer aan ’n selnetwerk verbind wanneer dit beskikbaar is."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellietboodskappe kan langer neem en is net in sekere gebiede beskikbaar. Die weer en sekere strukture kan jou satellietverbinding affekteer. Satellietoproepe is nie beskikbaar nie. Noodfoonoproepe kan steeds verbind.\n\nDit kan \'n tyd neem vir rekeningveranderinge om te wys in Instellings. Kontak jou diensverskaffer vir besonderhede"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Meer oor satellietboodskappe"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Kan nie <xliff:g id="FUNCTION">%1$s</xliff:g> aanskakel nie"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Beëindig eers die satellietverbinding om <xliff:g id="FUNCTION">%1$s</xliff:g> aan te skakel."</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellietkonnektiwiteit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Toegangspuntname"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -4973,7 +5022,7 @@
<string name="network_connection_request_dialog_summary" msgid="7693038309792726170">"<xliff:g id="APPNAME">%1$s</xliff:g>-program wil \'n tydelike Wi‑Fi-netwerk gebruik om aan jou toestel te koppel"</string>
<string name="network_connection_timeout_dialog_message" msgid="598509083077743772">"Geen toestelle gekry nie. Maak seker dat toestelle aangeskakel is en beskikbaar is om te koppel."</string>
<string name="network_connection_timeout_dialog_ok" msgid="6022675321823723755">"Probeer weer"</string>
- <string name="network_connection_errorstate_dialog_message" msgid="3360714322047603239">"Iets het voorgeval. Die program het die versoek gekanselleer om \'n toestel te kies."</string>
+ <string name="network_connection_errorstate_dialog_message" msgid="3360714322047603239">"Iets het voorgeval. Die app het die versoek gekanselleer om \'n toestel te kies."</string>
<string name="network_connection_connect_successful" msgid="2587314077675642476">"Verbinding suksesvol"</string>
<string name="network_connection_connect_failure" msgid="6803313816657494319">"Kon nie koppel nie"</string>
<string name="network_connection_request_dialog_showall" msgid="6392059758456994944">"Wys alles"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Jy is in die 16 KB-modus van die niebladgebonde modus. Die sagteware se integriteit kan nie in hierdie modus gewaarborg word nie, en enige data wat op die foon gestoor word terwyl die selflaaiprogram ontsluit is, is dalk in gevaar. Sommige kenmerke sal gedeaktiveer word in hierdie modusse, so sommige apps sal dalk nie werk nie. Jy moet terugskakel na 4 KB-modus en dan die selflaaiprogram van die toestel sluit om weer in die produksiemodus te gaan. Dit sal weer ’n fabriekterugstelling op die toestel doen en dit na produksie-instellings terugstel. Jy moet die OEM-ontsluiting in Ontwikkelaaropsies deaktiveer nadat die toestel suksesvol in Android geselflaai het. As die toestel nie in Android kon selflaai nie of onstabiel is, moet jy die toestel herflits met die jongste fabriekstelselkopie vanaf <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> of gebruik <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> en kies “Vee toestel skoon”, “Sluit selflaaiprogram” en “Verpligflits alle afdelings”."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB-bladsy-agnostiese modus"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lees meer"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Laat loop app met bladsygrootte-versoenbaarheidmodus"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"App sal op bladsygrootte-versoenbaarheidmodus loop op 16 KB-toestelwisselfunksie."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Foutverslaghanteerder"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Bepaal watter program die Foutverslag-kortpad op jou toestel hanteer."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Persoonlik"</string>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 7c03c7b..e43aee2 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ቋንቋ ያክሉ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"የክልል ምርጫ"</string>
<string name="search_language_hint" msgid="1739082427104506694">"የቋንቋ ስም ይተይቡ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ተጨማሪ የቋንቋ ቅንብሮች"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ክልላዊ ምርጫዎች"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"አሃዶች እና የቁጥር ምርጫዎችን ያቀናብሩ"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"መተግበሪያዎች ተሞክሮዎን ግላዊነት ማላበስ ይችሉ ዘንድ የእርስዎን ክልላዊ ምርጫዎች ያሳውቋቸው።"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"በሚቻልበት ቦታ ላይ መተግበሪያዎች የእርስዎን ክልላዊ ምርጫዎች ይጠቀማሉ።"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ክልላዊ ምርጫዎች"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"የሙቀት መጠን"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"የሳምንቱ የመጀመሪያ ቀን"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"የቁጥሮች አማራጮች"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"በርቷል"</string>
<string name="external_display_off" msgid="5634413756025351374">"ጠፍቷል"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ውጫዊ ማሳያ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ውጫዊ ማሳያ ይጠቀሙ"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"የማሳያ ጥራት"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"የውጫዊ ማሳያ ግንኙነት ተቋርጧል"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ማዞር ወይም ጥራትን መለወጥ በአሁኑ ጊዜ እየሄዱ ያሉ ማናቸውንም መተግበሪያዎች ሊያቆም ይችላል"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ማያ ገፅዎን ለማንጸባረቅ መሣሪያዎ ከውጫዊ ማሳያ ጋር መገናኘት አለበት"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ተጨማሪ አማራጮች"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ማሳያዎችን ዳግም ለመደርደር ይያዙ እና ይጎትቱ።"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"መስታወት"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ገመድ-አልባ ማሳየትን ያንቁ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ስለራስ-አዙር የበለጠ ይረዱ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"የማያ ገፅ ጥራት"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ከፍተኛ ጥራት"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ሙሉ ጥራት"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ሙሉ ጥራት የባትሪዎን ተጨማሪ ይጠቀማል። ጥራትዎን መቀየር አንዳንድ መተግበሪያዎች እንደገና እንዲጀምሩ ሊያስደርግ ይችላል።"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ተመርጧል"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ቀለማት"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ተፈጥሯዊ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"የመኝታ ሰዓት ሁነታ ቅንብሮች"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ሁነታዎች እንዲሁም ጠቆር ያለ ገጽታን ማንቃት ይችላሉ}=1{{mode_1} እንዲሁም ጠቆር ያለ ገጽታን ያነቃል}=2{{mode_1} እና {mode_2} እንዲሁም ጠቆር ያለ ገጽታን ያነቃሉ}=3{{mode_1}፣ {mode_2} እና {mode_3} እንዲሁም ጠቆር ያለ ገጽታን ያነቃሉ}one{{mode_1}፣ {mode_2} እና # ሌላ እንዲሁም ጠቆር ያለ ገጽታን ያነቃሉ}other{{mode_1}፣ {mode_2} እና # ሌሎችም እንዲሁም ጠቆር ያለ ገጽታን ያነቃሉ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"የሁነታዎች ቅንብሮች"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"የበለጠ ይደብዝዝ"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ተጨማሪ ደብዛዛ"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"መሣሪያው ከወትሮው እንዲደበዝዝ ይፍቀዱለት"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ማያ ጊዜው እረፍት"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"ከ <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> የእንቅስቃሴ አለመኖር በኋላ"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"አማራጮች"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ተደራሽነት"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"አካላዊ ቁልፍ ሰሌዳ"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"የመንጠሪያ ቁልፎች"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ቁልፍ ሰሌዳው ተመሳሳዩ ቁልፍ በፍጥነት መጫኖችን ችላ ይላል"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"የወጡ ቁልፎች መባቻ"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"የታችኛው ቀኝ ጠቅታ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"ለተጨማሪ አማራጮች የመዳሰሻ ሰሌዳውን የታችኛው ቀኝ ጠርዝ ጠቅ ያድርጉ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"የጠቋሚ ፍጥነት"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ባለ ሦስት ጣት መታ ማድረግ ይጠቀሙ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"የጠቋሚ ቀለም"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"የጠቋሚ ሙሌት ቅጥን ወደ ጥቁር ይለውጡ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"የጠቋሚ ሙሌት ቅጥን ወደ አረንጓዴ ይለውጡ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"የመዳሰሻ ሰሌዳ ምልክቶችን ይወቁ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"የመከታተያ ፓድ፣ የትራክ ፓድ፣ መዳፊት፣ ጠቋሚ፣ ሸብልል፣ ማንሸራተት፣ የቀኝ ጠቅታ፣ ጠቅ ያድርጉ፣ ጠቋሚ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"የቀኝ ጠቅታ፣ መታ ያድርጉ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"የመካከል ጠቅታ"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"የማስጀመር ረዳት"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ወደ መነሻ ሂድ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ወደኋላ ተመለስ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"የቅርብ ጊዜ መተግበሪያዎችን አሳይ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ወደ መነሻ ይሂዱ"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"በመዳሰሻ ሰሌዳዎ ማንኛውም ቦታ ላይ በሦስት ጣቶች ወደ ላይ ያንሸራትቱ"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ይመለሱ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"በሳተላይት መልዕክት መላላክ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ኤስኤምኤሶችን በሳተላይት ይላኩ እና ይቀበሉ። ከመለያዎ ጋር ተካትቷል።"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ኤስኤምኤሶችን በሳተላይት ይላኩ እና ይቀበሉ። በመለያዎ ውስጥ አልተካተተም።"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"በሳተላይት መልዕክት መላላክ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"በሳተላይት መልክት ስለመላላክ"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"የብቁ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> መለያ አካል እንደመሆንዎ ኤስኤምኤሶችን በሳተላይት መላክ እና መቀበል ይችላሉ"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"የእርስዎ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> እቅድ"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"በሳተላይት መልዕክት መላላክ ከመለያዎ ጋር ተካትቷል"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"በሳተላይት መልዕክት መላላክ ከመለያዎ ጋር አልተካተተም"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"የበለጠ ለመረዳት"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"እንዴት እንደሚሠራ"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ስልክዎ ከሳተላይት ጋር በራስ-ሰር ይገናኛል። ለምርጥ ግንኙነት፣ የሰማይ ጥርት ያለ ዕይታ ይኑርዎት።"</string>
<string name="title_supported_service" msgid="4275535165812691571">"ስልክዎ ከሳተላይት ጋር ከተገናኘ በኋላ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"ድንገተኛ አደጋ አገልግሎቶችን ጨምሮ ለማንም ሰው መላክ ይችላሉ። የተንቀሳቃሽ ስልክ አውታረ መረብ ሲገኝ ከስልክዎ ጋር እንደገና ይገናኛል።"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"የሳተላይት መልዕክት መላላክ ረዘም ያለ ጊዜ ሊወስድ ይችላል እና በአንዳንድ አካባቢዎች ብቻ ሊገኝ ይችላል። የአየር ሁኔታ እና አንዳንድ መዋቅሮች በሳተላይት ግንኙነትዎ ላይ ተጽዕኖ ሊያሳድሩ ይችላሉ። በሳተላይት መደወል አይገኝም። የአደጋ ጥሪዎች አሁንም ሊገናኙ ይችላሉ።\n\nየመለያ ለውጦች በቅንብሮች ውስጥ እስኪታዩ ድረስ የተወሰነ ጊዜ ሊወስድ ይችላል። ለዝርዝሮች አገልግሎት አቅራቢዎን ያነጋግሩ።"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"በሳተላይት መልዕክት ስለመላላክ ተጨማሪ መረጃ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ማብራት አልተቻለም"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ለማብራት መጀመሪያ የሳተላይት ግንኙነቱን ያጠናቅቁ"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"የሳተላይት ግንኙነት"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"የመዳረሻ ነጥብ ስም"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"ኤፒኤን"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"የገጽ-አግኖስቲክ ሁነታ የ16 ኪባ ሁነታ ላይ ነዎት። የሶፍትዌር ታማኝነት በዚህ ሁነታ ሊረጋገጥ አይችልም፣ እና bootloader ክፍት ሆኖ ሳለ በስልኩ ላይ የተከማቸ ማንኛውም ውሂብ ለአደጋ ሊጋለጥ ይችላል። አንዳንድ ባህሪያት በእነዚህ ሁነታዎች ላይ ይሰናከላሉ፣ ስለዚህ አንዳንድ መተግበሪያዎች ላይሰሩ ይችላሉ። ወደ የምርት ሁነታ እንደገና ለመግባት ወደ የ4ኪባ ሁነታ መመለስ እና ከዚያ የመሣሪያውን bootloader መቆለፍ አለብዎት። ይህ መሣሪያውን ወደ የፋብሪካ ዳግም ያስጀምረዋል እና የምርት ቅንብሮችን ወደነበሩበት ይመልሳል። መሣሪያው በተሳካ ሁኔታ ወደ Android ከተነሳ በኋላ በገንቢ አማራጮች ውስጥ የOEM መክፈቻን ያሰናክሉ። መሣሪያው ወደ Android መነሳት ካልቻለ ወይም ያልተረጋጋ ከሆነ መሣሪያውን ከ<a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> በመጡ የቅርብ ጊዜዎቹ የፋብሪካ ምስሎች ዳግም ፍላሽ ያድርጉት ወይም <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ይጠቀሙ እና «መሣሪያን ጥረግ»፣ «Bootloaderን ቆልፍ» እና «የሁሉንም ክፍልፋዮች ፍላሽ አስገድድ» የሚለውን ይምረጡ።"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"የ16 ኪባ ለሁሉም ገጽ ተስማሚ ሁነታ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ተጨማሪ ያንብቡ"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"መተግበሪያን በገፅ መጠን ተኳኋኝ ሁነታ ያሂዱ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"መተግበሪያ በገፅ መጠን ተኳኋኝነት ሁነታ ውስጥ በ16 ኪባ መሣሪያ ሲቀያየር ይሄዳል።"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"የሳንካ ሪፖርት ተቆጣጣሪ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"በእርስዎ መሣሪያ ላይ የሳንካ ሪፖርት አቋራጭን የትኛው መተግበሪያ እንደሚቆጣጠር ይወስናል።"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"የግል"</string>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index af1a1dc..7db2c2d 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"إضافة لغة"</string>
<string name="country_selection_title" msgid="5376929821458644732">"تفضيل المنطقة"</string>
<string name="search_language_hint" msgid="1739082427104506694">"اكتب اسم اللغة"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"المزيد من إعدادات اللغة"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"الإعدادات المفضّلة لمنطقتك"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"يمكنك ضبط الإعدادات المفضّلة لوحدات القياس والأرقام"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"السماح للتطبيقات بمعرفة الإعدادات المفضّلة لمنطقتك لتتمكن من تخصيص تجربتك"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"ستستخدم التطبيقات الإعدادات المفضّلة لمنطقتك كلما أمكن."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"الإعدادات المفضّلة للمنطقة"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"درجة الحرارة"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"أول يوم في الأسبوع"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"الإعدادات المفضّلة لنظام الأرقام"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"مشغَّلة"</string>
<string name="external_display_off" msgid="5634413756025351374">"مطفأة"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"الشاشة الخارجية"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"استخدام الشاشة الخارجية"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"دقة الشاشة"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"الشاشة الخارجية غير متصلة"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"عند تغيير زاوية الدوران أو درجة الدقة، قد تتوقف أي تطبيقات تعمل حاليًا"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"يجب توصيل جهازك بشاشة خارجية لنسخ محتوى شاشتك بشكل مطابق"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"خيارات إضافية"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"اضغط مع الاستمرار واسحب لإعادة ترتيب الشاشات."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"البث"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"انعكاس"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"تفعيل عرض شاشة لاسلكي"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"مزيد من المعلومات عن التدوير التلقائي"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"دقة الشاشة"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"دقة عالية"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"دقة كاملة"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"تستخدِم الدقة الكاملة قدرًا أكبر من طاقة بطاريتك. وقد يؤدي تبديل الدقة إلى إعادة تشغيل بعض التطبيقات."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"تم الاختيار"</string>
<string name="color_mode_title" msgid="8666690832113906028">"الألوان"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"طبيعية"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"إعدادات وضع \"وقت النوم\""</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{\"الأوضاع\" يمكنها تفعيل \"المظهر الداكن\" أيضًا}=1{يمكن لوضع \"{mode_1}\" تفعيل \"المظهر الداكن\" أيضًا}=2{يمكن لوضع \"{mode_1}\" ووضع \"{mode_2}\" تفعيل \"المظهر الداكن\" أيضًا}=3{يمكن لوضع \"{mode_1}\" ووضع \"{mode_2}\" ووضع \"{mode_3}\" تفعيل \"المظهر الداكن\" أيضًا}few{يمكن لوضع \"{mode_1}\" ووضع \"{mode_2}\" و# أوضاع أخرى تفعيل \"المظهر الداكن\" أيضًا}many{يمكن لوضع \"{mode_1}\" ووضع \"{mode_2}\" و# وضعًا آخر تفعيل \"المظهر الداكن\" أيضًا}other{يمكن لوضع \"{mode_1}\" ووضع \"{mode_2}\" و# وضع آخر تفعيل \"المظهر الداكن\" أيضًا}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"إعدادات \"الأوضاع\""</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"زيادة تعتيم الشاشة"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"زيادة تعتيم الشاشة"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"السماح للجهاز بزيادة تعتيم الشاشة أكثر من المعتاد"</string>
<string name="screen_timeout" msgid="7709947617767439410">"المهلة قبل غلق الشاشة"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"بعد <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> من عدم النشاط"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"الخيارات"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"تسهيل الاستخدام"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"لوحة المفاتيح الخارجية"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"تجاهُل النقرات المتكرّرة"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"تتجاهل لوحة المفاتيح الضغطات المتكررة بسرعة على المفتاح نفسه"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"حدّ تجاهُل النقرات المتكرّرة"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"النقر أسفل يمين لوحة اللمس"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"انقر أسفل يمين لوحة اللمس للحصول على مزيد من الخيارات"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"سرعة المؤشر"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"استخدام النقر بثلاثة أصابع"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"لون المؤشر"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"تغيير نمط منتصف المؤشر إلى الأسود"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"تغيير نمط منتصف المؤشر إلى الأخضر"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"التعرّف على إيماءات لوحة اللمس"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"لوحة اللمس، لوحة لمس، ماوس، مؤشر، الانتقال للأسفل أو للأعلى، تمرير سريع، النقر بزر الماوس الأيمن، نقرة، مؤشر"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"النقر بزر الماوس الأيمن، النقر"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"النقر بزر الماوس الأوسط"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"تشغيل \"مساعد Google\""</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"الانتقال إلى الشاشة الرئيسية"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"رجوع"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"عرض التطبيقات المستخدَمة مؤخرًا"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"الانتقال إلى الشاشة الرئيسية"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"مرّر سريعًا للأعلى باستخدام 3 أصابع بأي مكان على لوحة اللمس."</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"الرجوع"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"المراسلة باستخدام القمر الصناعي"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"يمكنك إرسال رسائل نصية واستلامها باستخدام القمر الصناعي. هذه الميزة مدرجة ضمن حسابك."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"يمكن إرسال رسائل نصية واستلامها باستخدام القمر الصناعي، ولكن هذه الميزة غير متوفّرة على حسابك."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"المراسلة باستخدام القمر الصناعي"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"لمحة عن المراسلة باستخدام القمر الصناعي"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"يمكنك إرسال الرسائل النصية واستلامها عبر الأقمار الصناعية كجزء من حساب <xliff:g id="CARRIER_NAME">%1$s</xliff:g> مؤهَّل."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"خطّتك من <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ميزة المراسلة باستخدام القمر الصناعي مدرجة ضمن حسابك"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ميزة المراسلة باستخدام القمر الصناعي غير مدرجة ضمن حسابك"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"مزيد من المعلومات"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"طريقة العمل"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"سيتصل هاتفك تلقائيًا بالقمر الصناعي. للحصول على أفضل تجربة اتصال، يُرجى البقاء في مكان مفتوح بدون عوائق بين الجهاز والسماء."</string>
<string name="title_supported_service" msgid="4275535165812691571">"بعد اتصال الهاتف بالقمر الصناعي"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"يمكنك إرسال رسائل نصية إلى أي شخص، وكذلك الاستفادة من خدمات الطوارئ. سيحاول هاتفك الاتصال بشبكة جوّال مجددًا عند توفُّرها."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"قد تستغرق المراسلة باستخدام القمر الصناعي وقتًا أطول ولا تتوفّر إلا في بعض المناطق. وقد يؤثّر الطقس وبعض المباني في اتصالك بالقمر الصناعي. لا تتوفّر إمكانية الاتصال باستخدام القمر الصناعي. قد تظل مكالمات الطوارئ مفعَّلة.\n\nقد يستغرق ظهور التغييرات في حسابك ضمن \"الإعدادات\" بعض الوقت. يمكنك التواصل مع مشغِّل شبكة الجوّال للتعرّف على التفاصيل."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"مزيد من المعلومات حول ميزة المراسلة باستخدام القمر الصناعي"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"يتعذّر تفعيل <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"لتفعيل <xliff:g id="FUNCTION">%1$s</xliff:g>، عليك أولاً إنهاء الاتصال بالقمر الصناعي"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"إمكانية الاتصال بالقمر الصناعي"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"أسماء نقاط الوصول"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"عدم التوفُّر عند الربط بمشغّل شبكة الجوّال <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"جهازك الآن في الوضع 16 كيلوبايت ضِمن الوضع غير المستند إلى حجم الصفحة. وفي هذا الوضع، لا يمكن ضمان سلامة برنامج النظام. وعندما يكون برنامج الإقلاع غير مقفل، قد تصبح بياناتك المخزَّنة على الهاتف معرَّضة للخطر. وسيتم إيقاف بعض الميزات في هذين الوضعين، وبالتالي قد لا تعمل بعض التطبيقات. لإعادة تفعيل وضع الإنتاج، عليك التبديل مرة أخرى إلى الوضع 4 كيلوبايت وقفل برنامج الإقلاع للجهاز. سيؤدي هذا الإجراء إلى إعادة ضبط الجهاز على الإعدادات الأصلية لوضع الإنتاج. بعد تشغيل نظام Android على الجهاز بنجاح، أوقِف الإعداد \"فتح قفل المصنّع الأصلي للجهاز\" ضِمن \"خيارات المطوّرين\". إذا تعذَّر تشغيل نظام Android أو كان يعمل بشكل غير مستقر، عليك إعادة تثبيت أحدث نُسخ برامج الجهة المصنِّعة من خلال <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> أو استخدام <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>، وتحديد الخيارات التالية: \"حجب بيانات الجهاز\" (Wipe Device)، و\"قفل برنامج الإقلاع\" (Lock Bootloader)، و\"فرض تثبيت البيانات في جميع الأقسام\" (Force Flash all partitions)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"الوضع 16 كيلوبايت غير المستند إلى حجم الصفحة"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"قراءة المزيد"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"تشغيل التطبيق في وضع التوافق مع حجم الصفحة"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"سيتم تشغيل التطبيق في وضع التوافق مع حجم الصفحة على جهاز يعرض الصفحة بحجم 16 كيلوبايت."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"معالِج تقارير الأخطاء"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"يحدّد هذا الإعداد التطبيق الذي سيعالج اختصار \"تقرير الأخطاء\" على جهازك."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"شخصي"</string>
@@ -5232,7 +5284,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"النطاق الفائق العرض (UWB) غير متاح في الموقع الجغرافي الحالي."</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"استخدام شبكة Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"تساعد شبكة Thread في ربط أجهزة المنزل الذكية بالهاتف، ما يعزِّز كفاءتها وأدائها.\n\nيصبح الجهاز مؤهَّلاً لاستخدام شبكة Thread عند تفعيلها عليه، ما يتيح التحكّم في الأجهزة المتوافقة مع معيار Matter من خلال هذا الهاتف."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"تساعد شبكة Thread في ربط أجهزة المنزل الذكية بالهاتف، ما يعزِّز كفاءتها وأداءها.\n\nيصبح الجهاز مؤهَّلاً لاستخدام شبكة Thread عند تفعيلها عليه، ما يتيح التحكّم في الأجهزة المتوافقة مع معيار Matter من خلال هذا الهاتف."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"مزيد من المعلومات عن شبكة Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"الوصول إلى الكاميرا"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"الوصول إلى الميكروفون"</string>
diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml
index 904e8d9..2f4853e 100644
--- a/res/values-as/strings.xml
+++ b/res/values-as/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"এটা ভাষা যোগ দিয়ক"</string>
<string name="country_selection_title" msgid="5376929821458644732">"অঞ্চলৰ অগ্ৰাধিকাৰ"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ভাষাৰ নাম লিখক"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"অধিক ভাষাৰ ছেটিং"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"আঞ্চলিক অগ্ৰাধিকাৰ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"একক আৰু সংখ্যাৰ অগ্ৰাধিকাৰ ছেট কৰক"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"এপ্সমূহক আপোনাৰ আঞ্চলিক অগ্ৰাধিকাৰসমূহ জানিবলৈ দিয়ক যাতে সেইবোৰে আপোনাৰ অভিজ্ঞতা ব্যক্তিগতকৰণ কৰিব পাৰে।"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"এপ্সমূহে য’ত সম্ভৱ হয় তাত আপোনাৰ আঞ্চলিক অগ্ৰাধিকাৰসমূহ ব্যৱহাৰ কৰিব।"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"আঞ্চলিক অগ্ৰাধিকাৰ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"উষ্ণতা"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"সপ্তাহৰ প্ৰথম দিন"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"সংখ্যাৰ অগ্ৰাধিকাৰ"</string>
@@ -562,7 +564,7 @@
<string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"আঙুলিটো আঁতৰাওক আৰু ছেন্সৰটো আকৌ স্পৰ্শ কৰক"</string>
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"ফিংগাৰপ্ৰিণ্ট ছেন্সৰ ব্যৱহাৰ কৰিব নোৱাৰি"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"মেৰামতি সেৱা প্ৰদানকাৰী কোনো প্ৰতিষ্ঠানলৈ যাওক।"</string>
- <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"স্ক্ৰীনখন অফ হৈ আছে ফিংগাৰপ্ৰিণ্ট আনলক"</string>
+ <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"স্ক্ৰীন অফ হৈ থকা অৱস্থাত ফিংগাৰপ্ৰিণ্ট আনলক ব্যৱহাৰ কৰক"</string>
<string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"স্ক্ৰীনখন অফ থকা অৱস্থাতো ফিংগাৰপ্ৰিণ্ট আনলক ব্যৱহাৰ কৰক"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"স্ক্ৰীনখন অফ হৈ আছে, আনলক কৰক"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"সুৰক্ষা সম্পৰ্কীয় অধিক ছেটিং"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"অন আছে"</string>
<string name="external_display_off" msgid="5634413756025351374">"অফ আছে"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"বাহ্যিক ডিছপ্লে’"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"বাহ্যিক ডিছপ্লে’ ব্যৱহাৰ কৰক"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ডিছপ্লে’ৰ ৰিজ’লিউশ্বন"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"বাহ্যিক ডিছপ্লে’ বিচ্ছিন্ন কৰা হৈছে"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ঘূৰ্ণন বা ৰিজ’লিউশ্বন সলনি কৰিলে বৰ্তমান চলি থকা যিকোনো এপ্ বন্ধ হ’ব পাৰে"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"আপোনাৰ স্ক্ৰীনখনৰ প্ৰতিবিম্বকৰণ কৰিবলৈ আপোনাৰ ডিভাইচটো এখন বাহ্যিক ডিছপ্লে’ৰ সৈতে সংযোগ কৰিবই লাগিব"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"অধিক বিকল্প"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ডিছপ্লে’সমূহ পুনৰ সজাবলৈ হেঁচি ধৰি টানি আনক।"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"কাষ্ট"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"আইনা"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"বেতাঁৰ ডিছপ্লে’ সক্ষম কৰক"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"স্বয়ং-ঘূৰ্ণনৰ বিষয়ে অধিক জানক"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"স্ক্ৰীনৰ ৰিজ\'লিউশ্বন"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"উচ্চ ৰিজ\'লিউশ্বন"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"সম্পূৰ্ণ ৰিজ’লিউশ্বন"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"সম্পূৰ্ণ ৰিজ’লিউশ্বনে আপোনাৰ অধিক বেটাৰী ব্যৱহাৰ কৰে। আপোনাৰ ৰিজ’লিউশ্বন সলনি কৰিলে কিছুমান এপ্ ৰিষ্টাৰ্ট হ’ব পাৰে।"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"বাছনি কৰা হৈছে"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ৰংবোৰ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"প্ৰাকৃতিক"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"শোৱাৰ সময়ৰ ম’ডটোৰ ছেটিং"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ম’ডে গাঢ় ৰঙৰ থীমো সক্ৰিয় কৰিব পাৰে}=1{{mode_1}এ গাঢ় ৰঙৰ থীমো সক্ৰিয় কৰে}=2{{mode_1} আৰু {mode_2}এ গাঢ় ৰঙৰ থীমো সক্ৰিয় কৰে}=3{{mode_1}, {mode_2} আৰু {mode_3}এ গাঢ় ৰঙৰ থীমো সক্ৰিয় কৰে}one{{mode_1}, {mode_2} আৰু #এ গাঢ় ৰঙৰ থীমো সক্ৰিয় কৰে}other{{mode_1}, {mode_2} আৰু #এ গাঢ় ৰঙৰ থীমো সক্ৰিয় কৰে}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ম’ডৰ ছেটিং"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"আৰু অনুজ্জ্বল"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"এক্সট্ৰা ডিম"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ডিভাইচটোক সচৰাচৰতকৈ অনুজ্জ্বল হ’বলৈ দিয়ক"</string>
<string name="screen_timeout" msgid="7709947617767439410">"স্ক্ৰীন টাইমআউট"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> নিস্ক্ৰিয় হৈ থকাৰ পাছত"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"বিকল্পসমূহ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"সাধ্য সুবিধা"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"কায়িক কীব\'ৰ্ড"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"বাউন্স কী"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"কীব’ৰ্ডে একেটা কী ক্ষিপ্ৰতাৰে বাবে বাৰে টিপাটো আওকাণ কৰে"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"বাউন্স কীৰ সীমা"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"সোঁফালে তলত ক্লিক কৰা"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"অধিক বিকল্পৰ বাবে টাচ্চপেডৰ একেবাৰে তলৰ সোঁকোণত ক্লিক কৰক"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"পইণ্টাৰৰ গতিবেগ"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"তিনিটা আঙুলিৰে টিপাৰ সুবিধাটো ব্যৱহাৰ কৰক"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"পইণ্টাৰৰ ৰং"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"পইণ্টাৰ পূৰ কৰাৰ শৈলী ক’লা কৰক"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"পইণ্টাৰ পূৰ কৰাৰ শৈলী সেউজীয়া কৰক"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"টাচ্চপেডৰ নিৰ্দেশসমূহ শিকক"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ট্ৰেকপেড, ট্ৰেক পেড, মাউছ, কাৰ্ছৰ, স্ক্ৰ’ল কৰক, ছোৱাইপ কৰক, ৰাইট ক্লিক কৰক, ক্লিক কৰক, পইণ্টাৰ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ৰাইট ক্লিক কৰক, টিপক"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"মিড্ল ক্লিক"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant লঞ্চ কৰক"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"গৃহ পৃষ্ঠালৈ যাওক"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"উভতি যাওক"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"শেহতীয়া এপ্সমূহ চাওক"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"গৃহ পৃষ্ঠালৈ যাওক"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"আপোনাৰ টাচ্চপেডৰ যিকোনো ঠাইত তিনিটা আঙুলিৰে ওপৰলৈ ছোৱাইপ কৰক"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"উভতি যাওক"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰা"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"উপগ্ৰহৰ জৰিয়তে পাঠ বাৰ্তা পঠিয়াওক আৰু লাভ কৰক। আপোনাৰ একাউণ্টত অন্তৰ্ভুক্ত কৰা হয়।"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"উপগ্ৰহৰ জৰিয়তে পাঠ বাৰ্তা পঠিয়াওক আৰু লাভ কৰক। আপোনাৰ একাউণ্টৰ সৈতে অন্তৰ্ভুক্ত নহয়।"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰা"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰাৰ বিষয়ে"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"এটা যোগ্য <xliff:g id="CARRIER_NAME">%1$s</xliff:g> একাউণ্টৰ অংশ হিচাপে আপুনি উপগ্ৰহৰ জৰিয়তে পাঠ বাৰ্তা পঠিয়াব বা লাভ কৰিব পাৰে"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"আপোনাৰ <xliff:g id="CARRIER_NAME">%1$s</xliff:g>ৰ আঁচনি"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰাটো আপোনাৰ একাউণ্টত অন্তৰ্ভুক্ত কৰা হয়"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰাটো আপোনাৰ একাউণ্টত অন্তৰ্ভুক্ত কৰা নহয়"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"অধিক জানক"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ই কেনেকৈ কাম কৰে"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"আপোনাৰ ফ’নটো এটা উপগ্ৰহৰ সৈতে স্বয়ংক্ৰিয়ভাৱে সংযুক্ত হ’ব। আটাইতকৈ ভাল সংযোগৰ বাবে, আকাশখন ভালকৈ দেখাকৈ ৰাখক।"</string>
<string name="title_supported_service" msgid="4275535165812691571">"আপোনাৰ ফ’নটো এটা উপগ্ৰহৰ সৈতে সংযুক্ত হোৱাৰ পাছত"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"আপুনি জৰুৰীকালীন সেৱাকে ধৰি যিকোনো ব্যক্তিকে পাঠ বাৰ্তা পঠিয়াব পাৰে। আপোনাৰ ফ’নটোৱে উপলব্ধ হ’লে কোনো ম’বাইল নেটৱৰ্কৰ সৈতে পুনৰ সংযোগ কৰিব।"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰোঁতে অধিক সময় লাগিব পাৰে আৰু ই কেৱল কিছুমান অঞ্চলতহে উপলব্ধ। বতৰ আৰু নিৰ্দিষ্ট কিছুমান গাঁথনিয়ে আপোনাৰ উপগ্ৰহৰ সংযোগত প্ৰভাৱ পেলাব পাৰে। উপগ্ৰহৰ জৰিয়তে কল কৰাৰ সুবিধাটো উপলব্ধ নহয়। জৰুৰীকালীন কলসমূহ তথাপি সংযোগ হ\'ব পাৰে।\n\nএকাউণ্টৰ সালসলনিসমূহ ছেটিঙত দেখুৱাবলৈ কিছু সময় লাগিব পাৰে। সবিশেষৰ বাবে আপোনাৰ বাহকৰ সৈতে যোগাযোগ কৰক।"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"উপগ্ৰহৰ জৰিয়তে বাৰ্তা বিনিময় কৰাৰ বিষয়ে অধিক"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> অন কৰিব নোৱাৰি"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> অন কৰিবলৈ, প্ৰথমে উপগ্ৰহৰ সংযোগ সমাপ্ত কৰক"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"উপগ্ৰহৰ সংযোগ"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"এক্সেছ পইণ্টৰ নাম"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"এপিএন"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"আপুনি পেজ-এগন’ষ্টিক ম’ডৰ ১৬ কেবি ম’ডত আছে। এই ম’ডত ছফ্টৱেৰৰ অখণ্ডতা নিশ্চিত কৰিব নোৱাৰি আৰু বুটল’ডাৰ আনলক হৈ থকাৰ সময়ত ফ’নত ষ্ট’ৰ কৰা যিকোনো ডেটাৰ ক্ষেত্ৰত বিপদাশংকা থাকিব পাৰে। এই ম’ডসমূহত কিছুমান সুবিধা অক্ষম কৰা হ’ব, গতিকে কিছুমান এপ্লিকেশ্বনে কাম নকৰিবও পাৰে। উৎপাদন ম’ডত পুনৰ প্ৰৱেশ কৰিবলৈ, আপুনি ৪ কেবি ম’ডলৈ উভতি যাবই লাগিব আৰু তাৰ পাছত ডিভাইচৰ বুটল’ডাৰ লক কৰিবই লাগিব। ই ডিভাইচটো পুনৰ ফেক্টৰী ৰিছেট কৰিব আৰু সেইটোক উৎপাদন ছেটিঙলৈ পুনঃস্থাপন কৰিব। ডিভাইচটোৱে Androidত সফলতাৰে বুট কৰাৰ পাছত, বিকাশকৰ্তাৰ বিকল্পসমূহত OEM আনলক কৰাটো অক্ষম কৰক। যদি ডিভাইচটো Androidত বুট কৰিব পৰা নাযায় বা অস্থিৰ হয়, তেন্তে <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>ৰ পৰা শেহতীয়া ফেক্টৰী প্ৰতিচ্ছবিসমূহৰ সৈতে ডিভাইচটো পুনৰ ফ্লেশ্ব কৰক আৰু \'ডিভাইচৰ ডেটা মচি পেলাওক\', \'বুটল’ডাৰ লক কৰক\' আৰু \'আটাইবোৰ বিভাজন বলপূৰ্বক ফ্লেশ্ব কৰক\' বাছনি কৰক।"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"১৬ কেবি পেজ-এগন’ষ্টিক ম’ড"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"অধিক পঢ়ক"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"এপ্টো পৃষ্ঠাৰ আকাৰৰ সুসমতা ম’ডৰ জৰিয়তে চলাওক"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"এপ্টো ১৬ কেবি ডিভাইচ ট’গলত পৃষ্ঠাৰ আকাৰৰ সুসমতা ম’ডত চলোৱা হ’ব।"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"বাগ ৰিপ’ৰ্ট নিয়ন্ত্ৰণ কৰোঁতা"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"আপোনাৰ ডিভাইচত কোনটো এপে বাগ ৰিপ’ৰ্টৰ শ্বৰ্টকাট নিয়ন্ত্ৰণ কৰে সেয়া নিৰ্ধাৰণ কৰে।"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ব্যক্তিগত"</string>
diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml
index 33796ef..6bc37af 100644
--- a/res/values-az/strings.xml
+++ b/res/values-az/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dil əlavə edin"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Region seçimi"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Dil adını daxil edin"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Digər dil ayarları"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regional tərcihlər"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Vahidlər və nömrə tərcihlərini ayarlayın"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Tətbiqlərə regional tərcihlərinizi bildirin ki, təcrübənizi fərdiləşdirə bilsinlər."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Tətbiqlər mümkün olduqda regional tərcihlərinizdən istifadə edəcək."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regional tərcihlər"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Həftənin ilk günü"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Rəqəm tərcihləri"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Aktiv"</string>
<string name="external_display_off" msgid="5634413756025351374">"Deaktiv"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Xarici displey"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Xarici displeyi istifadə edin"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Displeyin ayırdetmə dəqiqliyi"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Xarici displeyin əlaqəsi kəsilib"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Fırlanma və ya ayırdetmə dəqiqliyinin dəyişdirilməsi hazırda işləyən tətbiqləri dayandıra bilər"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Ekranı əks etdirmək üçün cihaz xarici displeyə qoşulmalıdır"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Digər seçimlər"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Displeyləri yenidən tənzimləmək üçün basıb saxlayın və dartın."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Yayım"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"güzgü"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Naqilsiz displeyi aktivləşdirin"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Avtodönüş haqqında ətraflı məlumat"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ekran dəqiqliyi"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Yüksək ayırdetmə dəqiqliyi"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Tam ayırdetmə dəqiqliyi"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Tam ayırdetmə dəqiqliyi batareyanızdan daha çox istifadə edir. Ayırdetmə dəqiqliyinin keçirilməsi bəzi tətbiqlərin yenidən başladılmasına səbəb ola bilər."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Seçilib"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Rənglər"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Təbii"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Yuxu vaxtı rejimi ayarları"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Rejimlər tünd temanı da aktivləşdirə bilər}=1{{mode_1} tünd temanı da aktivləşdirir}=2{{mode_1} və {mode_2} tünd temanı da aktivləşdirir}=3{{mode_1}, {mode_2} və {mode_3} tünd temanı da aktivləşdirir}other{{mode_1}, {mode_2}, və # rejim tünd temanı da aktivləşdirir}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Rejim ayarları"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Daha qaranlıq"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Əlavə qaraltma"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Cihazın həmişəkindən daha çox qaralmasına icazə verin"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Avtomatik ekran sönməsi"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> fəaliyyətsizlikdən sonra"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Seçimlər"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Əlçatımlıq"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fiziki klaviatura"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Sıçrama düymələri"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klaviatura eyni düymənin təkrarən basılmasını nəzərə almır"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Sıçrayan klaviş üzrə hədd"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Aşağı sağ tərəfə klikləyin"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Digər seçimlər üçün taçpedin aşağı sağ küncünə klikləyin"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Kursor sürəti"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Üç barmaqla toxunuşdan istifadə edin"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Göstərici rəngi"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Poynter doldurma üslubunu qaraya dəyişin"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Poynter doldurma üslubunu yaşıla dəyişin"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Taçped jestlərini öyrənin"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trekped, trek ped, maus, kursor, sürüşdürün, çəkin, sağ düymə ilə toxunun, klikləyin, poynter"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"sağ düymə ilə toxunun, basın"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Ortaya klikləyin"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistenti başladın"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Əsas səhifəyə qayıdın"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Geri qayıdın"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Son tətbiqlərə baxın"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Əsas səhifəyə keçin"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Taçpedin istənilən yerində üç barmağınızla yuxarı sürüşdürün"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Geri qayıdın"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Peyk vasitəsilə mesajlaşma"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Peyk vasitəsilə mətn mesajları göndərin və qəbul edin. Hesaba daxil edilib."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Peyk vasitəsilə mətn mesajları göndərin və qəbul edin. Hesabınıza daxil deyil."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Peyk vasitəsilə mesajlaşma"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Peyk vasitəsilə mesajlaşma haqqında"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Uyğun <xliff:g id="CARRIER_NAME">%1$s</xliff:g> hesabında peyk vasitəsilə mətn mesajları göndərə və qəbul edə bilərsiniz"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> planınız"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Peyk vasitəsilə mesajlaşma hesaba daxil edilib"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Peyk vasitəsilə mesajlaşma hesaba daxil edilməyib"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Ətraflı Məlumat"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Haqqında"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefon peykə avtomatik qoşulacaq. Yaxşı bağlantı üçün səma aydın görünməlidir."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Telefon peykə qoşulduqdan sonra"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Təcili xidmətlər daxil olmaqla istədiyiniz şəxsə mesaj yaza bilərsiniz. Əlçatan olduqda telefon mobil şəbəkəyə yenidən qoşulacaq."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Peyk vasitəsilə mesajlaşma uzun çəkə bilər və yalnız bəzi ərazilərdə əlçatandır. Hava və müəyyən strukturlar peyk bağlantısına təsir edə bilər. Peyk vasitəsilə zənglər hələ əlçatan deyil. Təcili zənglər yenə qoşula bilər.\n\nHesab dəyişikliklərinin Ayarlarda görünməsi bir müddət çəkə bilər. Ətraflı məlumat üçün operator ilə əlaqə saxlayın."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Peyk vasitəsilə mesajlaşma haqqında ətraflı"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> funksiyasını yandırmaq olmur"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> funksiyasını yandırmaq üçün əvvəlcə peyk bağlantısını sonlandırın"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Peyk bağlantısı"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Giriş nöqtəsi adları"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Səhifədən asılı olmayan rejimin 16 KB rejimindəsiniz. Bu rejimdə proqram təminatının bütövlüyü təmin edilə bilməz və yükləyicinin kilidi açıq halda telefonda saxlanılan data risk altında ola bilər. Bu rejimlərdə bəzi funksiyalar deaktiv ediləcək, buna görə də bəzi tətbiqlər işləməyə bilər. İstehsal rejiminə yenidən daxil olmaq üçün yenidən 4 KB rejiminə keçməli və sonra cihazın yükləyicisini kilidləməlisiniz. Bununla cihaz yenidən zavod ayarlarına qayıdacaq və istehsal ayarları bərpa ediləcək. Cihaz Android-ə yükləndikdən sonra Developer seçimlərində OEM kiliddən çıxarılmasını deaktiv edin. Cihaz Android-ə yüklənmirsə və ya qeyri-sabitdirsə, cihazı buradan əldə edilən ən son fabrik şəkilləri ilə yenidən işə salın: <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> yaxud <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> istifadə edin və \"Cihaz datasını silin\", \"Yükləyicini kilidləyin\" və \"Bütün hissələri məcburi yükləyin\" seçin."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB səhifə-aqnostik rejimi"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Ətraflı məlumat"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Tətbiqi səhifə ölçüsü uyğunluq rejimi ilə işə salın"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Tətbiq aktiv edilmiş 16 KB-lıq cihazda səhifə ölçüsü uyğunluğu rejimində işləyəcək."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Baq hesabatı idarəedicisi"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Seçilmiş tətbiq xəta hesabatının göndərilməsi düyməsini basanda işə salınacaq."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Şəxsi"</string>
diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml
index 74f8431..6558688 100644
--- a/res/values-b+sr+Latn/strings.xml
+++ b/res/values-b+sr+Latn/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dodajte jezik"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Podešavanje regiona"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Unesite naziv jezika"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Još podešavanja jezika"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionalna podešavanja"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Izaberite podešavanja jedinica i brojeva"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Omogućite aplikacijama da saznaju vaša regionalna podešavanja kako bi mogle da personalizuju vaš doživljaj."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikacije će koristiti regionalna podešavanja kada je to moguće."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionalna podešavanja"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Prvi dan nedelje"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Podešavanja brojeva"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Uključeno"</string>
<string name="external_display_off" msgid="5634413756025351374">"Isključeno"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Spoljni ekran"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Koristi spoljni ekran"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rezolucija ekrana"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Spoljni ekran je isključen"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Promena rotacije ili rezolucije može da zaustavi sve aplikacije koje su trenutno aktivne"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Uređaj mora da bude povezan sa spoljnim ekranom da bi se preslikao ceo ekran"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Još opcija"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Zadržite i prevucite da biste prerasporedili prikaz na ekranima."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Prebacivanje"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"preslikati"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Omogući bežični prikaz"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Saznajte više o automatskom rotiranju"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rezolucija ekrana"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Visoka rezolucija"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Puna rezolucija"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Puna rezolucija koristi više baterije. Ako pređete na ovu rezoluciju, neke aplikacije će se možda restartovati."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Izabrano je"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Boje"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Prirodne"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Podešavanja režima za spavanje"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Režimi mogu i da aktiviraju tamnu temu}=1{{mode_1} aktivira i tamnu temu}=2{{mode_1} i {mode_2} aktiviraju i tamnu temu}=3{{mode_1}, {mode_2} i {mode_3} aktiviraju i tamnu temu}one{{mode_1}, {mode_2} i još # aktiviraju i tamnu temu}few{{mode_1}, {mode_2} i još # aktiviraju i tamnu temu}other{{mode_1}, {mode_2} i još # aktiviraju i tamnu temu}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Podešavanja režima"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Još slabije osvetljenje"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Dodatno zatamnjeno"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Dozvolite da osvetljenje uređaja bude slabije nego obično"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Gašenje ekrana"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Posle <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> neaktivnosti"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcije"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Pristupačnost"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fizička tastatura"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Duži odziv tastera"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastatura zanemaruje brze pritiske istog tastera koji se ponavljaju"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Prag za duži odziv tastera"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik dole desno"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Za više opcija, kliknite na donji desni ugao tačpeda"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Brzina pokazivača"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Koristite dodir pomoću tri prsta"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Boja pokazivača"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Promenite stil popune u crno"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Promenite stil popune u zeleno"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Naučite pokrete za tačped"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"dodirna tabla, miš, kursor, skrolovanje, prevlačenje, desni klik, klik, pokazivač"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"desni klik, dodir"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Srednji klik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Pokreni Pomoćnik"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Idi na početni ekran"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Nazad"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Prikaži nedavne aplikacije"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Idi na početni ekran"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Prevucite nagore sa tri prsta bilo gde na tačpedu"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Nazad"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satelitska razmena poruka"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Šaljite i primajte tekstualne poruke preko satelita. Obuhvaćeno je nalogom."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Šaljite i primajte tekstualne poruke preko satelita. Nije obuhvaćeno nalogom."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satelitska razmena poruka"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"O satelitskoj razmeni poruka"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Ako kod mobilnog operatera <xliff:g id="CARRIER_NAME">%1$s</xliff:g> imate nalog koji ispunjava uslove, možete da šaljete i primate tekstualne poruke preko satelita."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Paket kod mobilnog operatera <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satelitska razmena poruka je obuhvaćena nalogom"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelitska razmena poruka nije obuhvaćena nalogom"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Saznajte više"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Princip rada"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefon će se automatski povezati na satelit. Za najbolji kvalitet veze, uverite se da vam ništa ne zaklanja pogled na nebo."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Kad se telefon poveže na satelit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Možete da šaljete poruke bilo kome, uključujući hitne službe. Telefon će se ponovo povezati na mobilnu mrežu kada bude dostupna."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satelitska razmena poruka može da traje duže i dostupna je samo u određenim oblastima. Vremenski uslovi i određene strukture mogu da utiču na satelitsku vezu. Pozivanje putem satelita nije dostupno. Hitni pozivi i dalje mogu da se obave.\n\nTreba malo vremena da se promene naloga pojave u Podešavanjima. Obratite se mobilnom operateru za detalje."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Više o satelitskoj razmeni poruka"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Ne može da se uključi <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Da biste uključili <xliff:g id="FUNCTION">%1$s</xliff:g>, prvo završite satelitsku vezu"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelitska veza"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nazivi pristupnih tačaka"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"Naziv pristupne tačke"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Nedostupno kada je povezano sa: <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Koristite režim od 16 KB u okviru režima nezavisnog od veličine stranice. U ovom režimu ne može da se garantuje integritet softvera, pa mogu biti ugroženi podaci koji se čuvaju na telefonu dok je pokretački program otključan. Neke funkcije su onemogućene u ovim režimima, što znači da neke aplikacije možda neće raditi. Da biste uređaj ponovo vratili u proizvodni režim, morate da ga vratite na režim od 4 KB i zaključate pokretački program uređaja. To će ponovo resetovati uređaj na fabrička podešavanja i vratiti ga na proizvodna podešavanja. Kada se na uređaju uključi Android, onemogućite OEM otključavanje u Opcijama za programera. Ako je uređaj nestabilan ili se na njemu ne uključi Android, ponovo ga flešujte koristeći najnovije slike sa fabričkim podešavanjima sa <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>. Možete i da koristite <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> i izaberete Obriši uređaj, Zaključaj pokretački program i Prinudno flešuj sve particije."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Režim od 16 kB nezavisan od veličine stranice"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Pročitajte više"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Pokrenite aplikaciju u režimu kompatibilnosti veličine stranice"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikacija će se pokretati u režimu kompatibilnosti veličine stranice na uređaju na kom je uključena veličina stranice od 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Obrađivač izveštaja o grešci"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Određuje koja aplikacija upravlja prečicom za izveštaj o grešci na uređaju."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Lično"</string>
@@ -5504,7 +5556,7 @@
<string name="audio_streams_main_page_password_dialog_format_alert" msgid="4129498127640454717">"Lozinka mora da sadrži od 4 do 16 znakova i može da sadrži samo slova, brojeve i simbole"</string>
<string name="audio_streams_qr_code_scanner_label" msgid="8799703301071378034">"Skener QR koda"</string>
<string name="audio_streams_qr_code_help_with_link" msgid="5542328067190486479"><annotation id="link">"Treba vam pomoć?"</annotation></string>
- <string name="homepage_search" msgid="6759334912284663559">"Podešavanja pretrage"</string>
+ <string name="homepage_search" msgid="6759334912284663559">"Pretražite podešavanja"</string>
<string name="keywords_contacts_storage" msgid="9061213057165337893">"kontakti, memorijski prostor, nalog"</string>
<string name="contacts_storage_settings_title" msgid="1574030546525203810">"Memorijski prostor za kontakte"</string>
<string name="contacts_storage_device_only_preference_label" msgid="970250816918108264">"Samo uređaj"</string>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 72e755f..93bfb6f 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Дадаць мову"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Параметры рэгіёна"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Увядзіце назву мовы"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Іншыя налады мовы"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Рэгіянальныя налады"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Задаць налады адзінак вымярэння і лічбаў"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"З мэтай персаналізацыі задайце для праграм рэгіянальныя налады."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Праграмы пры магчымасці будуць выкарыстоўваць вашы рэгіянальныя налады."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Рэгіянальныя налады"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Тэмпература"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Першы дзень тыдня"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Налады лічбаў"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Уключаны"</string>
<string name="external_display_off" msgid="5634413756025351374">"Выключаны"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Знешні дысплэй"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Выкарыстоўваць знешні дысплэй"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Раздзяляльнасць дысплэя"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Знешні дысплэй адключаны"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Змяненне налад павароту або раздзяляльнасці можа прывесці да спынення актыўных праграм"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Для дубліравання экрана неабходна падключыць прыладу да знешняга дысплэя"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Дадатковыя параметры"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Націсніце і ўтрымлівайце, каб змяніць парадак дысплэяў."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Трансляцыя"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"адлюстраванне"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Уключыць бесправадны дысплей"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Даведацца больш пра аўтапаварот"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Раздзяляльнасць экрана"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Высокая раздзяляльнасць"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Поўная раздзяляльнасць"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Пры поўнай раздзяляльнасці хутчэй разраджаецца акумулятар. Пераключэнне на вашу раздзяляльнасць можа прывесці да перазапуску некаторых праграм."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Выбрана"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Колеры"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Натуральныя"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Налады начнога рэжыму"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Рэжымы могуць таксама актываваць цёмную тэму}=1{Рэжым \"{mode_1}\" можа таксама актываваць цёмную тэму}=2{Рэжымы \"{mode_1}\" і \"{mode_2}\" могуць таксама актываваць цёмную тэму}=3{Рэжымы \"{mode_1}\", \"{mode_2}\" і \"{mode_3}\" могуць таксама актываваць цёмную тэму}one{Рэжымы \"{mode_1}\", \"{mode_2}\" і яшчэ # могуць таксама актываваць цёмную тэму}few{Рэжымы \"{mode_1}\", \"{mode_2}\" і яшчэ # могуць таксама актываваць цёмную тэму}many{Рэжымы \"{mode_1}\", \"{mode_2}\" і яшчэ # могуць таксама актываваць цёмную тэму}other{Рэжымы \"{mode_1}\", \"{mode_2}\" і яшчэ # могуць таксама актываваць цёмную тэму}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Налады рэжымаў"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Яшчэ менш яркасці"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Дадатковае памяншэнне яркасці"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Дазвольце прыладзе рабіць экран больш цьмяным, чым звычайна"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Час да выключэння экрана"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Пасля бяздзейнасці: <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Іншыя версіі"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Спецыяльныя магчымасці"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Фізічная клавіятура"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Ігнараванне паўторнага націскання"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Хуткія паўторныя націсканні адной і той жа клавішы ігнаруюцца"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Ігнараванне паўторнага націскання"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Націск у ніжнім правым вугле"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Каб адкрыць дадатковыя параметры, націсніце ў ніжнім правым вугле сэнсарнай панэлі"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Хуткасць указальніка"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Выкарыстоўваць націсканне трыма пальцамі"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Колер паказальніка"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Змяніць стыль заліўкі на чорны"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Змяніць стыль заліўкі на зялёны"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Даведацца пра жэсты сэнсарнай панэлі"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"сэнсарная панэль, мыш, курсор, прагартаць, правесці пальцам, націснуць правай кнопкай мышы, націснуць, націсканне, паказальнік"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"націснуць правай кнопкай мышы, дакрануцца, націснуць, дотык"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Націсканне пасярэдзіне"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Запусціць Памочніка"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"На галоўную старонку"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Назад"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Праглядзець нядаўнія праграмы"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"На галоўную старонку"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Правядзіце трыма пальцамі ўверх у любым месцы сэнсарнай панэлі"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Назад"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Абмен паведамленнямі па спадарожнікавай сувязі"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Адпраўка і атрыманне тэкставых паведамленняў па спадарожнікавай сувязі даступныя для вашага ўліковага запісу."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Адпраўляйце і атрымлівайце тэкставыя паведамленні па спадарожнікавай сувязі. Паслуга не ўключана ва ўліковы запіс."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Абмен паведамленнямі па спадарожнікавай сувязі"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Пра абмен паведамленнямі па спадарожнікавай сувязі"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Ваш уліковы запіс ад аператара \"<xliff:g id="CARRIER_NAME">%1$s</xliff:g>\" дазваляе вам адпраўляць і атрымліваць тэкставыя паведамленні па спадарожнікавай сувязі"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Ваш тарыфны план ад аператара \"<xliff:g id="CARRIER_NAME">%1$s</xliff:g>\""</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Функцыя абмену паведамленнямі па спадарожнікавай сувязі даступная для вашага ўліковага запісу."</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Функцыя абмену паведамленнямі па спадарожнікавай сувязі недаступная для вашага ўліковага запісу."</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Даведацца больш"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Як гэта працуе"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Ваш тэлефон аўтаматычна падключыцца да спадарожнікавай сувязі. Для аптымальнай якасці падключэння вам лепш знаходзіцца на вуліцы пад адкрытым небам"</string>
<string name="title_supported_service" msgid="4275535165812691571">"Пасля падключэння тэлефона да спадарожнікавай сувязі"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Вы можаце адпраўляць тэкставыя паведамленні каму хочаце, у тым ліку экстранным службам. Ваш тэлефон зноў падключыцца да мабільнай сеткі, калі яна стане даступнай."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Абмен паведамленнямі па спадарожнікавай сувязі можа займаць больш часу і быць даступным толькі ў некаторых рэгіёнах. На якасць спадарожнікавага падключэння могуць уплываць надвор’е і некаторыя віды пабудоў. Выклікі праз спадарожнікавую сувязь недаступныя. Пры гэтым дапускаецца магчымасць ажыццяўлення экстранных выклікаў.\n\nМожа спатрэбіцца некаторы час, каб змяненні ў вашым уліковым запісе з’явіліся ў наладах. Звяжыцеся з аператарам, каб даведацца больш."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Падрабязней пра абмен паведамленнямі па спадарожнікавай сувязі"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Не ўдалося ўключыць функцыю \"<xliff:g id="FUNCTION">%1$s</xliff:g>\""</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Каб уключыць функцыю \"<xliff:g id="FUNCTION">%1$s</xliff:g>\", спачатку выканайце падключэнне да спадарожніка"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Спадарожнікавае падключэнне"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Назвы пунктаў доступу"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"У вас уключаны рэжым, які не залежыць ад памеру старонкі памяці і працуе з ядром для старонак памяці памерам 16 КБ. У гэтым рэжыме цэласнасць праграмнага забеспячэння не гарантуецца і ёсць рызыка страціць даныя, якія захоўваюцца на тэлефоне пры разблакіраваным загрузчыку. Асобныя функцыі будуць адключаны ў гэтых рэжымах, з-за чаго некаторыя праграмы могуць не працаваць. Каб паўторна ўвайсці ў эксплуатацыйны рэжым, пераключыцеся на рэжым 4 КБ і заблакіруйце загрузчык на прыладзе. Пасля гэтага адбудзецца яе паўторны скід да заводскіх налад. Пасля загрузкі Android выключыце разблакіроўку OEM у Параметрах распрацоўшчыка. Калі на прыладзе не ўдаецца запусціць АС Android ці яе праца нестабільная, перапрашыйце прыладу, выкарыстоўваючы апошнія версіі заводскіх вобразаў, якія можна спампаваць тут: <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>. Або перайдзіце па спасылцы <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> і выберыце \"Ачысціць прыладу\", \"Заблакіраваць загрузчык\" і \"Перапрашыць усе раздзелы\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Рэжым, які не залежыць ад памеру старонкі памяці і працуе з ядром для старонак памяці памерам 16 КБ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Чытаць далей"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Запусціць праграму ў рэжыме сумяшчальнасці з памерам старонкі"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Праграма будзе запушчана ў рэжыме сумяшчальнасці з памерам старонкі на прыладзе з падтрымкай 16 КБ."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Апрацоўшчык справаздачы пра памылкі"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Праграма, якая запускаецца пры націсканні на ярлык для адпраўкі справаздачы пра памылку."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Асабістая"</string>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 498f077..a16e708 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Добавяне на език"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Предпочитание за региона"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Въведете име на език"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Още езикови настройки"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Регионални предпочитания"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Задаване на предпочитания за мерните единици и цифрите"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Разрешете на приложенията да осъществяват достъп до регионалните ви предпочитания, за да могат да персонализират практическата ви работа."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Приложенията ще използват регионалните ви предпочитания, когато е възможно."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Регионални предпочитания"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температура"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Първи ден от седмицата"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Предпочитания за числата"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Вкл."</string>
<string name="external_display_off" msgid="5634413756025351374">"Изкл."</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Външен екран"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Използване на външен екран"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Разделителна способност на екрана"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Връзката с външния екран е прекратена"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Промяната на настройката за завъртане или разделителна способност може да спре някои от приложенията, които се изпълняват в момента"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Устройството ви трябва да е свързано с външен екран, за да дублирате съдържанието на екрана си"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Още опции"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Задръжте и плъзнете, за да пренаредите екраните."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Предаване"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"дублиране"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Активир. на безжичния дисплей"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Научете повече за автоматичното завъртане"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Разделит. способност на екрана"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Висока разделителна способност"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Пълна разделителна способност"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Пълната разделителна способност изразходва батерията ви в по-голяма степен. Превключването на разделителната способност може да доведе до рестартирането на някои приложения."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Избрано"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Цветове"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Естествени"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Настройки за режима „Време за сън“"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Режимите могат да активират и тъмната тема}=1{{mode_1} активира и тъмната тема}=2{{mode_1} и {mode_2} активират и тъмната тема}=3{{mode_1}, {mode_2} и {mode_3} активират и тъмната тема}other{{mode_1}, {mode_2} и още # активират и тъмната тема}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Настройки за режимите"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Допълнително затъмняване"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Допълнително затъмняване"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Разрешаване на допълнително затъмняване на екрана на устройството"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Време до автоматично изключване на екрана"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"След <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> неактивност"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Опции"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Достъпност"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Физическа клавиатура"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Игнориране на многократ. натискане"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Клавиатурата игнорира бързите повтарящи се натискания на един и същ клавиш"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Игнор. на многокр. натискане (праг)"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Кликване долу вдясно"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"За още опции кликнете в долния десен ъгъл на сензорния панел"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Скорост на курсора"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Използване на докосване с три пръста"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Цвят на курсора"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Запълване на курсора в черно"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Запълване на курсора в зелено"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Жестове със сензорния панел: Урок"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"тракпад, мишка, курсор, превъртане, плъзгане, кликване с десния бутон, кликване, показалец"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"кликване с десния бутон, докосване"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Кликване със средния бутон"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Стартиране на Асистент"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Към началото"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Назад"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Преглед на скорошните приложения"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Към началния екран"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Прекарайте три пръста нагоре по сензорния панел"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Връщане назад"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Сателитни съобщения"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Изпращайте и получавайте текстови съобщения чрез сателит. Услугата е включена с профила ви."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Изпращайте и получавайте текстови съобщения чрез сателит. Услугата не се предлага с профила ви."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Сателитни съобщения"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Информация за сателитните съобщения"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Можете да изпращате и получавате текстови съобщения чрез сателит, ако имате отговарящ на условията профил от <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Вашият план от <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Услугата за сателитни съобщения е включена с профила ви"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Услугата за сателитни съобщения не е включена с профила ви"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Научете повече"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Начин на работа"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Телефонът ви ще се свърже автоматично със сателит. За оптимална връзка трябва да сте на място с ясен изглед към небето."</string>
<string name="title_supported_service" msgid="4275535165812691571">"След като телефонът ви се свърже със сателит"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Можете да изпращате текстови съобщения на когото пожелаете, включително на службите за спешни случаи. Телефонът ви ще се свърже отново с мобилна мрежа, когато е възможно."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Доставянето на сателитни съобщения може да отнеме по-дълго време. Услугата се предлага само в някои райони и сателитната връзка може да бъде повлияна от времето и определени структури. Не се поддържат обаждания чрез сателит, но е възможно спешните обаждания да бъдат извършени.\n\nМоже да измине известно време, докато промените в профила ви се покажат в настройките. За подробности се обърнете към оператора си."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Още за сателитните съобщения"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> не може да се включи"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"За да включите <xliff:g id="FUNCTION">%1$s</xliff:g>, първо прекратете сателитната връзка"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Свързване със сателит"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Имена на точки за достъп"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"име на точката за достъп"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Не е налице, когато е установена връзка с(ъс) <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Използвате опцията 16 KB за режима за съвместимост със страниците. Целостта на софтуера не може да се гарантира в този режим. Също така данните, съхранявани на телефона, може да са изложени на риск, докато програмата за първоначално зареждане е отключена. Определени функции ще бъдат деактивирани в тези режими, така че някои приложения може да не работят. За да активирате отново производствения режим, трябва да превключите обратно към режим 4 KB и след това да заключите програмата за първоначално зареждане на устройството. Това отново ще възстанови фабричните настройки на устройството, както и тези на производствения режим. След като то стартира Android, деактивирайте настройката за отключване чрез OEM от опциите за програмисти. Ако устройството не стартира Android или е нестабилно, преинсталирайте го посредством най-новите фабрични образи на адрес <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> или използвайте <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> и изберете опцията за изчистване на всички данни от устройството, „Заключване на програмата за първоначално зареждане“ и опцията за принудително инсталиране на всички дялове."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Режим за съвместимост със страниците (16 KB)"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Прочетете още"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Изпълняване на приложението в режим на съвместимост с размера на страницата"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Приложението ще се изпълнява в режим на съвместимост с размера на страниците на устройства, с активиран превключвател 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Манипулатор за сигналите за програмни грешки"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Определя кое приложение да обработва прекия път за сигнали за програмни грешки на устройството ви."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Лично"</string>
diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml
index dd40e8d..ddb2189 100644
--- a/res/values-bn/strings.xml
+++ b/res/values-bn/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"একটি ভাষা যোগ করুন"</string>
<string name="country_selection_title" msgid="5376929821458644732">"পছন্দের অঞ্চল"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ভাষার নাম লিখুন"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ভাষার আরও সেটিংস"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"আঞ্চলিক অভিরুচি"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ইউনিট ও নম্বর সংক্রান্ত পছন্দ সেট করুন"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"অ্যাপকে আপনার আঞ্চলিক অভিরুচি সম্পর্কে জানতে দিন, যাতে সেগুলি আপনার অভিজ্ঞতা পছন্দমতো করে তুলতে পারে।"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"যেখানে সম্ভব অ্যাপ সেখানে আপনার আঞ্চলিক অভিরুচি ব্যবহার করবে।"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"আঞ্চলিক পছন্দ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"তাপমাত্রা"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"সপ্তাহের প্রথম দিন"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"নম্বর সংক্রান্ত পছন্দ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"চালু আছে"</string>
<string name="external_display_off" msgid="5634413756025351374">"বন্ধ আছে"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"এক্সটার্নাল ডিসপ্লে"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"এক্সটার্নাল ডিসপ্লে ব্যবহার করুন"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ডিসপ্লে রেজোলিউশন"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"এক্সটার্নাল ডিসপ্লে ডিসকানেক্ট হয়ে গেছে"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"রোটেশন বা রেজোলিউশন পরিবর্তন করা হলে, বর্তমানে চালু থাকা যেকোনও অ্যাপ বন্ধ হয়ে যেতে পারে"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"আপনার স্ক্রিন মিরর করার জন্য আপনার ডিভাইসকে কোনও এক্সটার্নাল ডিসপ্লের সাথে কানেক্ট করা থাকতে হবে"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"আরও বিকল্প"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ডিসপ্লে আবার সাজাতে হোল্ড করে টেনে আনুন।"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"কাস্ট করুন"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"মিরর"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ওয়্যারলেস প্রদর্শন সক্ষম করুন"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"\'নিজে থেকে ঘুরবে\' সেটিং সম্পর্কে আরও জানুন"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"স্ক্রিন রেজোলিউশন"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"হাই রেজোলিউশন"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"সম্পূর্ণ রেজোলিউশন"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"সম্পূর্ণ রেজোলিউশন ব্যবহার করলে আপনার ব্যাটারির চার্জ বেশি খরচ হয়। রেজোলিউশন পরিবর্তন করা হলে কিছু অ্যাপ রিস্টার্ট হতে পারে।"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"বেছে নেওয়া হয়েছে"</string>
<string name="color_mode_title" msgid="8666690832113906028">"রঙ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"স্বাভাবিক"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"বেডটাইম মোডের সেটিংস"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{এছাড়া, মোড, ডার্ক থিম চালু করতে পারে}=1{এছাড়া, {mode_1} ডার্ক থিম চালু করে}=2{এছাড়া, {mode_1} ও {mode_2} ডার্ক থিম চালু করে}=3{এছাড়া, {mode_1}, {mode_2} ও {mode_3} ডার্ক থিম চালু করে}one{{mode_1}, {mode_2} ও আরও #টি মোড ডার্ক থিম চালু করে}other{{mode_1}, {mode_2} ও আরও #টি মোড ডার্ক থিম চালু করে}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"মোড সেটিংস"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"সাধারণ রেঞ্জের থেকেও কম"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"অতিরিক্ত কম ব্রাইটনেস"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ডিভাইসের স্ক্রিনের আলো স্বাভাবিক মাত্রার চেয়ে কম রাখুন"</string>
<string name="screen_timeout" msgid="7709947617767439410">"স্ক্রিন টাইমআউট"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ধরে নিষ্ক্রিয়তার পরে"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"বিকল্প"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"অ্যাক্সেসিবিলিটি"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ফিজিক্যাল কীবোর্ড"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"বাউন্স \'কী\'"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"একই \'কী\' দ্রুত বারবার প্রেস করলে কীবোর্ড তা উপেক্ষা করে"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"বাউন্স কী থ্রেশহোল্ড"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"একদম নিচে ডানদিকে ক্লিক করুন"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"আরও বিকল্পের জন্য টাচপ্যাডের নিচে ডানদিকের কোণায় ক্লিক করুন"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"পয়েন্টারের গতি"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"তিনটি আঙুল দিয়ে ট্যাপ করুন"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"পয়েন্টারের রঙ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"পয়েন্টার ফিল স্টাইল বদলে কালো করুন"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"পয়েন্টার ফিল স্টাইল বদলে সবুজ করুন"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"টাচপ্যাডের জেসচার সম্পর্কে জানুন"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ট্র্যাকপ্যাড, ট্র্যাক প্যাড, মাউস, কার্সর, স্ক্রল, সোয়াইপ, ডানদিকের বোতামে ক্লিক, ক্লিক, পয়েন্টার"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ডানদিকের বোতামে ক্লিক, ট্যাপ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"মাঝের বোতামে ক্লিক করুন"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant চালু করুন"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"হোমে যান"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ফিরে যান"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"সম্প্রতি ব্যবহার করা অ্যাপ দেখুন"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"হোম স্ক্রিনে যান"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"আপনার টাচপ্যাডে তিনটি আঙুলের সাহায্যে উপরের দিকে সোয়াইপ করুন"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ফিরে যান"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"স্যাটেলাইট মেসেজিং"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"স্যাটেলাইটের মাধ্যমে টেক্সট মেসেজ পাঠান ও পান। আপনার অ্যাকাউন্টে অন্তর্ভুক্ত।"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"স্যাটেলাইটের মাধ্যমে টেক্সট মেসেজ পাঠান ও পান। আপনার অ্যাকাউন্টের সাথে যোগ করা হয়নি।"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"স্যাটেলাইট মেসেজিং"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"স্যাটেলাইট মেসেজিং সম্পর্কে"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"উপযুক্ত <xliff:g id="CARRIER_NAME">%1$s</xliff:g> অ্যাকাউন্টের অংশ হিসেবে আপনি স্যাটেলাইটের মাধ্যমে টেক্সট মেসেজ পেতে ও পাঠাতে পারবেন"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"আপনার <xliff:g id="CARRIER_NAME">%1$s</xliff:g> প্ল্যান"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"আপনার অ্যাকাউন্টে স্যাটেলাইট মেসেজিং অন্তর্ভুক্ত আছে"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"আপনার অ্যাকাউন্টে স্যাটেলাইট মেসেজিং অন্তর্ভুক্ত নেই"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"আরও জানুন"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"এটি কীভাবে কাজ করে"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"আপনার ফোন স্যাটেলাইটের সাথে অটোমেটিক কানেক্ট হয়ে যাবে। সবচেয়ে ভাল কানেকশনের জন্য পরিষ্কার আকাশ দেখা যায় এমন জায়গায় থাকুন।"</string>
<string name="title_supported_service" msgid="4275535165812691571">"আপনার ফোন স্যাটেলাইটে কানেক্ট করার পরে"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"আপনি জরুরি পরিষেবা সহ যেকোনও ব্যক্তিকে মেসেজ পাঠাতে পারেন। মোবাইল নেটওয়ার্ক পাওয়া গেলে ফোন সেটির সাথে আবার কানেক্ট করবে।"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"স্যাটেলাইট মেসেজিংয়ে আরও বেশি সময় লাগতে পারে এবং এটি শুধু কিছু জায়গাতে উপলভ্য। আবহাওয়া এবং নির্দিষ্ট স্ট্রাকচার আপনার স্যাটেলাইট কানেকশন প্রভাবিত করতে পারে। স্যাটেলাইটের মাধ্যমে কল করার সুবিধা উপলভ্য নেই। জরুরি কলের জন্য এখনও কানেক্ট করা যেতে পারে।\n\n\'সেটিংস\'-এ অ্যাকাউন্ট পরিবর্তনের বিষয়টি দেখানোর জন্য কিছুটা সময় লাগতে পারে। বিবরণের জন্য আপনার পরিষেবা প্রদানকারীর সাথে যোগাযোগ করুন।"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"স্যাটেলাইট মেসেজিং সম্পর্কে আরও তথ্য"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> চালু করা যাচ্ছে না"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> চালু করতে, প্রথমে স্যাটেলাইট কানেকশন বন্ধ করুন"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"স্যাটেলাইট কানেক্টিভিটি"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"অ্যাক্সেস পয়েন্টের নাম"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"আপনি পেজ-অ্যাগনোস্টিক মোডের ১৬কেবি মোডে আছেন। এই মোডে সফ্টওয়্যার ইন্টিগ্রিটির গ্যারান্টি দেওয়া যায় না এবং বুটলোডার আনলক করা অবস্থায় ফোনে সেভ করে রাখা ডেটা নিয়ে ঝুঁকি থাকতে পারে। এই মোডে কিছু ফিচার বন্ধ করা থাকে, তাই কোনও কোনও অ্যাপ্লিকেশন কাজ নাও করতে পারে। প্রোডাকশন মোডে আবার যেতে চাইলে, আপনাকে অবশ্যই ৪কেবি মোডে ফিরে যেতে হবে ও তারপরে ডিভাইসের বুটলোডার লক করতে হবে। এটি ডিভাইসটিকে আবার ফ্যাক্টরি রিসেট করবে এবং এটির প্রোডাকশন সেটিংস আগের মতো হয়ে যাবে। ডিভাইস Android-এ বুট হয়ে গেলে, ডেভেলপার বিকল্প থেকে OEM আনলক বন্ধ করুন। ডিভাইসটি Android-এ বুট করা না গেলে বা স্থিতিশীল না হলে, <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> থেকে সাম্প্রতিক ফ্যাক্টরি ইমেজের সাথে ডিভাইসটি আবার ফ্ল্যাশ করুন অথবা <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ব্যবহার করুন এবং \'ডিভাইস ওয়াইপ করুন\', \'বুটলোডার লক করুন\' ও \'সব পার্টিশন ফোর্স ফ্ল্যাশ করুন\' বিকল্প বেছে নিন।"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"১৬ কেবি পেজ-অ্যাগনোস্টিক মোড"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"আরও পড়ুন"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"পেজ সাইজ কম্প্যাটিবিলিটি মোডে অ্যাপ রান করুন"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"১৬ কেবি ডিভাইসে অ্যাপকে পেজ সাইজ কম্প্যাটিবিলিটি মোডে চালানো হবে।"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"সমস্যার রিপোর্টের পরিচালক"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"আপনার ডিভাইসে কোন অ্যাপটি সমস্যার রিপোর্টের শর্টকাট পরিচালনা করবে তা নির্ধারণ করে।"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ব্যক্তিগত"</string>
diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml
index db28808..38c25c1 100644
--- a/res/values-bs/strings.xml
+++ b/res/values-bs/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dodajte jezik"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Izbor regije"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Upišite ime jezika"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Više postavki jezika"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionalne postavke"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Postavite preference za jedinice i brojeve"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Omogućite aplikacijama da znaju vaše regionalne postavke da mogu personalizirati vaše iskustvo."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikacije će koristiti vaše regionalne postavke kada je to moguće."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionalne postavke"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Prvi dan u sedmici"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Postavke brojeva"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Uključeno"</string>
<string name="external_display_off" msgid="5634413756025351374">"Isključeno"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Vanjski ekran"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Koristi vanjski ekran"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rezolucija ekrana"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Veza s vanjskim ekranom je prekinuta"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Promjena rotacije ili rezolucije može zaustaviti sve trenutno pokrenute aplikacije"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Da preslikate ekran, uređaj mora biti povezan s vanjskim ekranom"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Više opcija"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Zadržite i prevucite da promijenite redoslijed ekrana."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Emitiranje"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"preslikavanje"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Omogući bežični prikaz"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Saznajte više o automatskom rotiranju"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rezolucija ekrana"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Visoka rezolucija"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Puna rezolucija"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Puna rezolucija troši više baterije. Prebacivanje rezolucije može uzrokovati ponovo pokretanje nekih aplikacija."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Odabrano"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Boje"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Prirodne"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Postavke načina rada za spavanje"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Načini rada također mogu aktivirati tamnu temu}=1{Način rada {mode_1} također aktivira tamnu temu}=2{Načini rada {mode_1} i {mode_2} također aktiviraju tamnu temu}=3{Načini rada {mode_1}, {mode_2} i {mode_3} također aktiviraju tamnu temu}one{Načini rada {mode_1} i {mode_2} te još # način rada također aktiviraju tamnu temu}few{Načini rada {mode_1} i {mode_2} te još # načina rada također aktiviraju tamnu temu}other{Načini rada {mode_1} i {mode_2} te još # načina rada također aktiviraju tamnu temu}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Postavke načina rada"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Još tamnije"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Dodatno zatamnjenje"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Dozvolite uređaju da bude tamniji nego inače"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Istek vremena ekrana"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Nakon <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> neaktivnosti"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcije"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Pristupačnost"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fizička tastatura"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Slučajni pritisci tipki"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastatura zanemaruje brzo ponavljane pritiske iste tipke"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Prag zanemarivanja slučajnih pritisaka"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik u donjem desnom uglu"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Kliknite u donjem desnom uglu dodirne podloge za više opcija"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Brzina pokazivača"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Koristi dodir s tri prsta"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Boja pokazivača"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Promjena ispune pokazivača u crnu"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Promjena ispune pokazivača u zelenu"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Naučite pokrete dodirne podloge"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"dodirna tabla, tabla na dodir, miš, kursor, klizanje, prevlačenje, desni klik, klik, pokazivač"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"desni klik, dodir"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Srednji klik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Pokreni Asistenta"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Idi na početnu stranicu"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Nazad"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Prikaži nedavne aplikacije"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Idite na početni ekran"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Prevucite nagore s tri prsta bilo gdje na dodirnoj podlozi"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Nazad"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satelitska razmjena poruka"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Šaljite i primajte poruke putem satelita. Uključeno je uz račun."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Šaljite i primajte poruke putem satelita. Nije uključeno uz vaš račun."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satelitska razmjena poruka"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"O satelitskoj razmjeni poruka"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Mogućnost slanja i primanja poruka putem satelita imate u okviru računa kod operatera <xliff:g id="CARRIER_NAME">%1$s</xliff:g> koji ispunjava uslove"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Vaš paket kod operatera <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satelitska razmjena poruka je uključena uz račun"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelitska razmjena poruka nije uključena uz račun"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Saznajte više"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Kako funkcionira"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefon će se automatski povezati sa satelitom. Da veza bude najbolja, pogled na nebo ne smije biti zapriječen."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Nakon što se telefon poveže sa satelitom"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Poruke možete slati svakome, uključujući hitne službe. Telefon će se ponovo povezati s mobilnom mrežom kada bude dostupna."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satelitska razmjena poruka može trajati duže i dostupna je samo u nekim područjima. Vremenske prilike i određeni objekti mogu uticati na satelitsku vezu. Pozivanje putem satelita nije dostupno. Hitni pozivi se i dalje mogu uspostavljati.\n\nMože proći neko vrijeme dok se promjene računa ne prikažu u Postavkama. Za detalje se obratite operateru."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Više o satelitskoj razmjeni poruka"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nije moguće uključiti <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Da uključite <xliff:g id="FUNCTION">%1$s</xliff:g>, prvo prekinite satelitsku vezu"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelitska povezivost"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nazivi pristupne tačke"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"U načinu ste rada od 16 kB neovisnom o veličini stranice. Integritet softvera se ne može garantirati u ovom načinu rada i svi podaci pohranjeni na telefonu dok je program za učitavanje operativnog sistema otključan bi mogli biti izloženi riziku. Neke funkcije će biti onemogućene u ovim načinima rada, pa neke aplikacije možda neće funkcionirati. Da ponovo uđete u proizvodni način rada, morate se vratiti u način rada od 4 kB i zatim otključati program za učitavanje operativnog sistema na uređaju. To će ponovo vratiti uređaj na fabričke postavke i vratiti proizvodne postavke. Nakon što se uređaj uspješno pokrene u Androidu, onemogućite OEM otključavanje u Opcijama za programere. Ako se uređaj ne pokrene u Androidu ili ako je nestabilan, reprogramirajte uređaj najnovijim fabričkim slikama sa <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ili upotrijebite <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> i odaberite \"Uništi sve podatke na uređaju\"\', \"Zaključaj program za učitavanje operativnog sistema\" i \"Prisilno programiraj sve particije\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Način rada od 16 kB neovisan o veličini stranice"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Pročitajte više"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Pokrenite aplikaciju u načinu rada za kompatibilnost s veličinom stranice"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikacija će raditi u načinu rada za kompatibilnost s veličinom stranice na uređaju na kojem je veličina od 16 kB uključena."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Obrađivač izvještaja o greškama"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Određuje koja aplikacija obrađuje prečicu za Izvještaj o greškama na uređaju."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Lično"</string>
@@ -5228,7 +5279,7 @@
<string name="uwb_settings_summary" msgid="3074271396764672268">"Pomoć pri određivanju relativnog položaja uređaja u blizini koji imaju ultra široki opseg"</string>
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"Isključite način rada u avionu da koristite UWB"</string>
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"Ultra široki opseg nije dostupan na trenutnoj lokaciji"</string>
- <string name="thread_network_settings_title" msgid="4212301030523859220">"Nit"</string>
+ <string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Koristi Thread"</string>
<string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread vam pomaže da povežete pametne kućne uređaje te povećate efikasnost i performanse.\n\nKada je ovo omogućeno, uređaj ispunjava uslove pridruživanja Thread mreži, što vam omogućava da upravljate uređajima s podržanim Matterom putem telefona."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Saznajte više o Threadu"</string>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index 0219f41..07582a8 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -139,7 +139,7 @@
<string name="previous_connected_see_all" msgid="7759413145713251328">"Mostra-ho tot"</string>
<string name="connected_device_fast_pair_device_see_all" msgid="4898279230458128620">"Mostra-ho tot"</string>
<string name="stylus_device_details_title" msgid="7618295136015480864">"Llapis òptic"</string>
- <string name="stylus_default_notes_app" msgid="4165657465911764628">"Prem el botó del darrere"</string>
+ <string name="stylus_default_notes_app" msgid="4165657465911764628">"Premuda del botó del darrere"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (perfil de treball)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"Escriu als camps de text"</string>
<string name="stylus_ignore_button" msgid="7734540973145241391">"Ignora totes les premudes del botó del llapis òptic"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Afegeix un idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferència de regió"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Escriu el nom de l\'idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Més opcions de configuració d\'idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferències regionals"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Estableix preferències d\'unitats i de números"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permet a les aplicacions conèixer les preferències regionals perquè puguin personalitzar la teva experiència."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Les aplicacions utilitzaran les teves preferències regionals quan sigui possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferències regionals"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primer dia de la setmana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferències de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activat"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desactivat"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Pantalla externa"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Utilitza la pantalla externa"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolució de la pantalla"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"La pantalla externa està desconnectada"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Canviar la rotació o la resolució pot aturar les aplicacions que s\'estiguin executant ara mateix"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"El dispositiu ha d\'estar connectat a una pantalla externa per duplicar la pantalla"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Més opcions"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Mantén premut i arrossega per reorganitzar les pantalles."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Emet"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"duplicar"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Activa pantalla sense fil"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Més informació sobre el gir automàtic"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolució de pantalla"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolució"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Resolució completa"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"La resolució completa consumeix més bateria. Si canvies la resolució, és possible que algunes aplicacions es reiniciïn."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Seleccionada"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colors"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturals"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Configuració del mode Hora de dormir"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Els modes també poden activar el tema fosc}=1{{mode_1} també activa el tema fosc}=2{{mode_1} i {mode_2} també activen el tema fosc}=3{{mode_1}, {mode_2} i {mode_3} també activen el tema fosc}other{{mode_1}, {mode_2} i # més també activen el tema fosc}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Configuració dels modes"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Encara més atenuat"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Atenuació extra"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permet que el dispositiu s\'atenuï més de l\'habitual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Temps d\'espera de la pantalla"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Després de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> d\'inactivitat"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcions"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibilitat"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclat físic"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Tecles de rebot"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"El teclat ignora les pulsacions repetides ràpidament de la mateixa tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Llindar de la tecla de rebot"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Fes clic a la part inferior dreta"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Fes clic a l\'extrem inferior dret del ratolí per a més opcions"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Velocitat del punter"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Utilitza el toc amb tres dits"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Color del punter"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Canvia emplenament del punter a negre"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Canvia emplenament del punter a verd"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Aprèn els gestos del ratolí tàctil"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ratolí tàctil, ratolí, cursor, desplaçar-se, lliscar, fer clic amb el botó dret, fer clic, punter"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"fer clic amb el botó dret, tocar"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic central"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Inicia l\'Assistent"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ves a la pàgina d\'inici"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Torna"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Mostra les aplicacions recents"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ves a la pàgina d\'inici"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Fes lliscar tres dits cap amunt al ratolí tàctil"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Torna"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Missatges per satèl·lit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envia i rep missatges de text per satèl·lit. S\'inclou amb el teu compte."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envia i rep missatges de text per satèl·lit. No s\'inclou amb el teu compte."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Missatges per satèl·lit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Sobre els missatges per satèl·lit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Pots enviar i rebre missatges de text per satèl·lit com a part d\'un compte de <xliff:g id="CARRIER_NAME">%1$s</xliff:g> apte"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"El teu pla de <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Els missatges per satèl·lit s\'inclouen amb el teu compte"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Els missatges per satèl·lit no s\'inclouen amb el teu compte"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Més informació"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Com funciona"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"El telèfon es connectarà automàticament a un satèl·lit. Per obtenir la millor connexió possible, has de ser en una zona en què es vegi bé el cel."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Quan el telèfon es connecti a un satèl·lit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Pots enviar missatges de text a qualsevol persona, inclosos els serveis d\'emergències. El telèfon es tornarà a connectar a una xarxa mòbil quan estigui disponible."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Els missatges per satèl·lit poden tardar més i només estan disponibles en algunes zones. Les condicions meteorològiques i determinades estructures poden afectar la teva connexió per satèl·lit. Les trucades per satèl·lit no estan disponibles. És possible que puguis continuar fent trucades d\'emergència.\n\nÉs possible que els canvis al teu compte tardin una estona a mostrar-se a Configuració. Contacta amb l\'operador per obtenir-ne més informació."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Més informació sobre els missatges per satèl·lit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"No es pot activar <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Per activar <xliff:g id="FUNCTION">%1$s</xliff:g>, primer finalitza la connexió per satèl·lit"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Connectivitat per satèl·lit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Noms de punts d\'accés"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"No està disponible quan està connectat a <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Estàs utilitzant l\'opció de 16 kB del mode independent de la pàgina. No es pot garantir la integritat del programari en aquest mode, i les dades que estiguin emmagatzemades al dispositiu mentre el bootloader està desbloquejat poden estar en perill. Com que es desactivaran algunes funcions en aquests modes, és possible que algunes aplicacions no funcionin. Per entrar al mode de producció de nou, has de tornar al mode de 4 kB i, a continuació, bloquejar el bootloader del dispositiu. Aquesta acció tornarà a restablir les dades de fàbrica del dispositiu i en restaurarà la configuració de producció. Quan el dispositiu s\'iniciï a Android correctament, desactiva el desbloqueig OEM a Opcions per a desenvolupadors. Si el dispositiu no es pot iniciar a Android o és inestable, torna a instal·lar-hi les darreres imatges de fàbrica des de <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> o utilitza <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> i selecciona Neteja el dispositiu, Bloqueja el bootloader i Força la instal·lació de totes les particions."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Mode independent de la pàgina de 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Més informació"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Executa l\'aplicació amb el mode de compatibilitat amb la mida de la pàgina"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"L\'aplicació s\'executarà en el mode de compatibilitat amb la mida de la pàgina en el dispositiu de 16 kB que s\'hagi activat."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Gestor d\'informes d\'errors"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina quina aplicació gestiona la drecera de l\'informe d\'errors al dispositiu."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index a7c3cd0..904451d 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Přidání jazyka"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferovaná oblast"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Zadejte jazyk"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Další jazyková nastavení"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionální preference"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Nastavení předvoleb jednotek a čísel"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Sdělte aplikacím své regionální preference, aby vám mohly přizpůsobit prostředí."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikace vaše regionální preference použijí všude, kde je to možné."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionální preference"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Teplota"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"První den týdne"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Předvolby číslic"</string>
@@ -374,7 +376,7 @@
<string name="security_settings_face_settings_context_subtitle" msgid="8284262560781442403">"Odemykejte telefon pomocí obličeje"</string>
<string name="security_settings_fingerprint" msgid="6387775386189204201">"Otisk prstu"</string>
<string name="security_settings_fingerprint_preference_title" msgid="2484965173528415458">"Otisk prstu"</string>
- <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Při odemykání otiskem prstu"</string>
+ <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Použivání funkce Odemknutí otiskem prstu"</string>
<string name="security_settings_work_fingerprint_preference_title" msgid="2076006873519745979">"Otisk prstu pro práci"</string>
<string name="fingerprint_add_title" msgid="1837610443487902050">"Přidat otisk prstu"</string>
<string name="security_settings_fingerprint_preference_summary" msgid="8486134175759676037">"{count,plural, =1{Otisk byl přidán}few{Byly přidány # otisky}many{Bylo přidáno # otisku}other{Bylo přidáno # otisků}}"</string>
@@ -382,7 +384,7 @@
<string name="security_settings_fingerprint_enroll_introduction_title" msgid="7931650601996313070">"Nastavení otisku prstu"</string>
<string name="security_settings_fingerprint_enroll_consent_introduction_title" msgid="2278592030102282364">"Povolit odemk. otiskem prstu"</string>
<string name="security_settings_fingerprint_enroll_introduction_title_unlock_disabled" msgid="1911710308293783998">"Použití otisku prstu"</string>
- <string name="security_settings_fingerprint_settings_footer_learn_more" msgid="2508322993726483601">"Další informace o odemknutí otiskem prstu"</string>
+ <string name="security_settings_fingerprint_settings_footer_learn_more" msgid="2508322993726483601">"Další informace o funkci Odemknutí otiskem prstu"</string>
<string name="security_settings_fingerprint_enroll_introduction_footer_title_1" msgid="6808124116419325722">"Vše máte ve svých rukou"</string>
<string name="security_settings_fingerprint_enroll_introduction_footer_title_consent_1" msgid="1122676690472680734">"Vy a dítě máte vše pod kontrolou"</string>
<string name="security_settings_fingerprint_enroll_introduction_footer_title_2" msgid="5663733424583416266">"Upozornění"</string>
@@ -563,7 +565,7 @@
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"Snímač otisků prstů nelze použít"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"Navštivte servis."</string>
<string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Odemknutí otiskem prstu při vypnuté obrazovce"</string>
- <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Použijte odemknutí otiskem prstu, i když je obrazovka vypnutá"</string>
+ <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Používat funkci Odemknutí otiskem prstu, i když je obrazovka vypnutá"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"Vypnutá obrazovka, odemknutí"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"Další nastavení zabezpečení"</string>
<string name="security_advanced_settings_work_profile_settings_summary" msgid="7295451997961973175">"Zámek pracovního profilu, šifrování a další"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Zapnuto"</string>
<string name="external_display_off" msgid="5634413756025351374">"Vypnuto"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Externí displej"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Použít externí displej"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rozlišení displeje"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Externí displej je odpojen"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Změna otočení nebo rozlišení může zastavit všechny aktuálně spuštěné aplikace"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Aby bylo možné zrcadlit obrazovku, musí být zařízení připojeno k externímu displeji"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Další možnosti"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Uspořádání displejů můžete změnit přetažením."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Odesílání"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"zrcadlení"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Povolit bezdrátové zobrazení"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Další informace o automatickém otáčení"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rozlišení obrazovky"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Vysoké rozlišení"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Plné rozlišení"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Plné rozlišení využívá baterii intenzivněji. Po přepnutí rozlišení se některé aplikace mohou restartovat."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Vybráno"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Barvy"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Přirozené"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Nastavení režimu nočního klidu"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Režimy mohou také aktivovat tmavý motiv}=1{Režim {mode_1} také aktivuje tmavý motiv}=2{Režimy {mode_1} a {mode_2} také aktivují tmavý motiv}=3{Režimy {mode_1}, {mode_2} a {mode_3} také aktivují tmavý motiv}few{Režimy {mode_1}, {mode_2} a # další také aktivují tmavý motiv}many{Režimy {mode_1}, {mode_2} a # dalšího také aktivují tmavý motiv}other{Režimy {mode_1}, {mode_2} a # dalších také aktivují tmavý motiv}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Nastavení režimů"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ještě tmavší"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Velmi tmavé"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Povolit větší ztmavení zařízení než obvykle"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Interval vypnutí obrazovky"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> nečinnosti"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Možnosti"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Přístupnost"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fyzická klávesnice"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Ignorovat opakovaná stisknutí"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klávesnice ignoruje opakovaná stisknutí jedné klávesy"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Limit opakovaného stisknutí"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Kliknutí pravým tlačítkem dole"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Kliknutím na pravý dolní roh touchpadu zobrazíte další možnosti"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Rychlost kurzoru"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Klepnutí třemi prsty"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Barva ukazatele"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Změnit vyplnění ukazatele na černé"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Změnit vyplnění ukazatele na zelené"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Naučte se gesta touchpadu"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, myš, kurzor, posouvání, přejetí, kliknutí pravým tlačítkem, kliknutí, ukazatel"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"kliknutí pravým tlačítkem, klepnutí"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Kliknutí prostředním tlačítkem"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Asistent spuštění"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Přejít na domovskou stránku"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Zpět"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Zobrazit nedávné aplikace"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Přejít na domovskou stránku"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Přejeďte třemi prsty nahoru kdekoli na touchpadu"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Zpět"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satelitní zprávy"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Odesílání a přijímání textových zpráv přes satelit. Je součástí vašeho účtu."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Odesílání a příjem textových zpráv přes satelit. Ve vašem účtu není zahrnuto."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satelitní zprávy"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Informace o satelitních zprávách"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Můžete odesílat a přijímat textové zprávy přes satelit v rámci způsobilého účtu <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Váš tarif <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satelitní zprávy jsou součástí vašeho účtu"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelitní zprávy nejsou součástí vašeho účtu"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Další informace"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Jak to funguje"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Váš telefon se automaticky připojí k satelitu. Nejlepšího připojení dosáhnete na otevřeném prostranství."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Jakmile se telefon připojí k satelitu"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Můžete posílat textové zprávy komukoli, včetně tísňových linek. Telefon se opět připojí k mobilní síti, až bude k dispozici."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Odesílání satelitních zpráv může trvat déle a je dostupné pouze v některých oblastech. Na satelitní připojení může mít vliv počasí i některé stavby. Volání přes satelit není dostupné. Tísňová volání se můžou spojit.\n\nMůže chvíli trvat, než se změny účtu projeví v Nastavení. Na podrobnosti se zeptejte mobilního operátora."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Další informace o satelitních zprávách"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> nelze zapnout"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Pokud chcete zapnout <xliff:g id="FUNCTION">%1$s</xliff:g>, nejdřív ukončete satelitní připojení"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Připojení přes satelit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Názvy přístupových bodů"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Při připojení k operátorovi <xliff:g id="CARRIER">%1$s</xliff:g> nedostupné"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Aktuálně používáte 16KB verzi stránkově agnostického režimu. V tomto režimu nelze zaručit integritu softwaru a veškerá data uložená v telefonu při odemknutém bootloaderu mohou být ohrožena. Některé funkce budou v těchto režimech zakázány, takže některé aplikace nemusí fungovat. Pokud chcete znovu aktivovat produkční režim, musíte přepnout zpět na 4KB režim a poté uzamknout bootloader zařízení. Tím zařízení znovu resetujete do továrního nastavení zařízení a obnovíte v něm produkční nastavení. Až se systém Android v zařízení úspěšně spustí, vypněte v sekci Pro vývojáře možnost Odemknutí OEM. Pokud se systém Android v zařízení nespustí nebo nebude stabilní, flashujte zařízení na nejnovější tovární obrazy ze stránky <a href=\"https://developers.google.com/android/images\">https://developers .google.com/android/images</a> nebo použijte nástroj <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> a vyberte Wipe Device (Vymazat zařízení), Lock Bootloader (Zamknout bootloader) a Force Flash all partitions (Flashovat všechny oddíly)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB stránkově agnostický režim"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Další informace"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Spustit aplikaci v režimu kompatibility s velikostí stránky"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikace se na zařízení s 16 KB spustí v režimu kompatibility s velikostí stránky."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Nástroj pro zprávy o chybách"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Určuje, která aplikace na vašem zařízení zpracovává zkratku k odeslání zprávy o chybě."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Osobní"</string>
@@ -5230,7 +5282,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB v aktuální lokalitě není k dispozici"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Použít síť Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread pomáhá propojit zařízení pro chytrou domácnost a zvyšuje přitom efektivitu i výkon.\n\nKdyž je tato možnost povolená, toto zařízení se může připojit k síti Thread, což umožní ovládat prostřednictvím tohoto telefonu zařízení podporující standard Matter."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread pomáhá propojit zařízení pro chytrou domácnost a zvyšuje přitom její efektivitu i výkon.\n\nKdyž je tato možnost zapnutá, toto zařízení se může připojit k síti Thread. To vám umožní ovládat podporovaná zařízení Matter tímto telefonem."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Další informace o síti Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Přístup k fotoaparátu"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Přístup k mikrofonu"</string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 4e8e3bc..e2164d0 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Tilføj et sprog"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regionpræferencer"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Angiv sprog"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Flere sprogindstillinger"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionsindstillinger"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Angiv præferencer for måleenheder og numre"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Giv apps besked om dine regionsindstillinger, så de kan foretage personlig tilpasning af din brugeroplevelse."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps anvender dine regionsindstillinger, når det er muligt."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionsindstillinger"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Ugens første dag"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Præferencer for tal"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Til"</string>
<string name="external_display_off" msgid="5634413756025351374">"Fra"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ekstern skærm"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Brug ekstern skærm"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Skærmopløsning"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Forbindelse til ekstern skærm afbrudt"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Hvis skærmretningen eller opløsningen ændres, kan du risikere, at aktive apps stopper"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Din enhed skal have forbindelse til en ekstern skærm for at spejle skærmen"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Flere valgmuligheder"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hold og træk for at omarrangere skærmene."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"spejl"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Aktivér trådløs skærm"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Få flere oplysninger om automatisk rotering"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Skærmopløsning"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Høj opløsning"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Fuld opløsning"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Fuld opløsning bruger mere batteri. Nogle apps genstarter muligvis, hvis du skifter opløsning."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Valgt"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Farver"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturlige"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Indstillinger for sengetid"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Tilstande kan også aktivere mørkt tema}=1{{mode_1} aktiverer også mørkt tema}=2{{mode_1} og {mode_2} aktiverer også mørkt tema}=3{{mode_1}, {mode_2} og {mode_3} aktiverer også mørkt tema}one{{mode_1}, {mode_2} og # anden aktiverer også mørkt tema}other{{mode_1}, {mode_2} og # andre aktiverer også mørkt tema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Indstillinger for tilstande"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Nedton yderligere"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Ekstra dæmpet belysning"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Tillad, at enheden nedtones mere end normalt"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Timeout for skærmen"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Efter <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> med inaktivitet"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Valgmuligheder"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Hjælpefunktioner"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fysisk tastatur"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Elastiktaster"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastaturet ignorerer gentagende, hurtige tryk på den samme tast"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Grænse for elastiktaster"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik nederst til højre"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klik nederst til højre på touchpladen for flere valgmuligheder"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Markørens hastighed"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Tryk med tre fingre"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Markørfarve"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Skift udfyldningsstil for markør til sort"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Skift udfyldningsstil for markør til grøn"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Se bevægelser på touchpladen"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"touchplade, touch plade, mus, markør, rul, stryg, højreklik, klik, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"højreklik, tryk"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Midterklik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Åbn Assistent"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Gå til startsiden"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Gå tilbage"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Se seneste apps"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Gå til startskærmen"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Stryg opad med tre fingre et vilkårligt sted på touchpladen"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Gå tilbage"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellitbeskeder"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Send og modtag beskeder via satellit. Inkluderet på din konto."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Send og modtag beskeder via satellit. Ikke tilgængeligt på din konto."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellitbeskeder"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Om satellitbeskeder"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Du kan sende og modtage beskeder via satellit som en del af en kvalificeret <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-konto"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Dit <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-abonnement"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Din konto omfatter satellitbeskeder"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Din konto omfatter ikke satellitbeskeder"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Få flere oplysninger"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Sådan fungerer det"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Din telefon opretter automatisk forbindelse til en satellit. Du opnår den bedst mulige forbindelse, hvis du står udenfor med frit udsyn til himlen."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Når din telefon har oprettet forbindelse til en satellit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Du kan sende en besked til alle, herunder nødtjenester. Din telefon opretter forbindelse til et mobilnetværk igen, når det er tilgængeligt."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellitbeskeder kan tage længere tid og er kun tilgængelige i nogle regioner. Vejret og visse fysiske betingelser kan påvirke din satellitforbindelse. Opkald via satellit er ikke muligt. Nødopkald kan muligvis stadig gå igennem.\n\nDer kan gå lidt tid, før kontoændringerne vises i Indstillinger. Kontakt dit mobilselskab for at få flere oplysninger."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Flere oplysninger om satellitbeskeder"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> kan ikke aktiveres"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Hvis du vil aktivere <xliff:g id="FUNCTION">%1$s</xliff:g>, skal du først afslutte satellitforbindelsen"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellitforbindelse"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Adgangspunkter"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Du er i den sideagnostiske tilstand med 16 kB. Softwareintegriteten kan ikke garanteres i denne tilstand, og eventuelle data, der gemmes på telefonen, mens bootloaderen er ulåst, kan være sårbare. Nogle funktioner deaktiveres i disse tilstande, så nogle apps fungerer muligvis ikke. Hvis du vil vende tilbage til produktionstilstand, skal du skifte tilbage til tilstanden med 4 kB og derefter låse bootloaderen på enheden. Denne handling gendanner enhedens fabriksindstillinger til produktionsindstillingerne. Når enheden er startet i Android, skal du deaktivere OEM-oplåsning via Indstillinger for udviklere. Hvis enheden ikke kan starte i Android, eller hvis den er ustabil, skal du flashe enheden igen med de oprindelige systembilleder fra <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> eller bruge <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> og vælge \"Ryd enhed\", \"Lås bootloader\" og \"Gennemtving flash af alle partitioner\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Den sideagnostiske tilstanden med 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Læs mere"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Kør appen i kompatibilitetstilstand for sidestørrelse"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Appen kører i kompatibilitetstilstand for sidestørrelse på enheder, der understøtter sidestørrelser på 16 kB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Håndtering af fejlrapport"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Afgør, hvilken app der håndterer genvejen til fejlrapporten på din enhed."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personlig"</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index d2a3683..d1c6509 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Sprache hinzufügen"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Region auswählen"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Sprache eingeben"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Weitere Spracheinstellungen"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionale Einstellungen"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Einstellungen für Einheiten und Zahlen festlegen"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Wenn du Apps deine regionalen Einstellungen mitteilst, können ihre Dienste für dich personalisiert werden."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps verwenden regionale Einstellungen, wo immer dies möglich ist."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionale Einstellungen"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Erster Tag der Woche"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Einstellungen für Zahlen"</string>
@@ -570,7 +572,7 @@
<string name="security_advanced_settings_no_work_profile_settings_summary" msgid="345336447137417638">"Verschlüsselung, Anmeldedaten und mehr"</string>
<string name="security_advanced_settings_keywords" msgid="5294945170370974974">"Sicherheit, weitere Sicherheitseinstellungen, weitere Einstellungen, erweiterte Sicherheitseinstellungen"</string>
<string name="privacy_advanced_settings" msgid="8828215456566937719">"Weitere Datenschutzeinstellungen"</string>
- <string name="more_security_privacy_settings" msgid="123465614090328851">"Mehr Sicherheit und Datenschutz"</string>
+ <string name="more_security_privacy_settings" msgid="123465614090328851">"Mehr Sicherheit & Datenschutz"</string>
<string name="security_header" msgid="961514795852103424">"Sicherheit"</string>
<string name="privacy_header" msgid="5526002421324257007">"Datenschutz"</string>
<string name="work_profile_category_header" msgid="85707750968948517">"Arbeitsprofil"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"An"</string>
<string name="external_display_off" msgid="5634413756025351374">"Aus"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Externes Display"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Externes Display verwenden"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Displayauflösung"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Das externe Display ist nicht verbunden"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Das Ändern der Ausrichtung oder der Auflösung kann dazu führen, dass Apps, die momentan ausgeführt werden, angehalten werden"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Dein Gerät muss mit einem externen Display verbunden sein, um deinen Bildschirm spiegeln zu können"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Weitere Optionen"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Zum Neuanordnen der Displays halten und ziehen."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Streamen"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"spiegeln"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Kabellose Übertragung aktivieren"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Weitere Informationen zum automatischen Drehen"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Bildschirmauflösung"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Hohe Auflösung"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Volle Auflösung"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Die volle Auflösung verbraucht mehr Akku. Wenn du die Auflösung änderst, werden einige Apps möglicherweise neu gestartet."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Ausgewählt"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Farben"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natürlich"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Schlafenszeitmodus – Einstellungen"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modi können auch das dunkle Design aktivieren}=1{{mode_1} aktiviert auch das dunkle Design}=2{{mode_1} und {mode_2} aktivieren auch das dunkle Design}=3{{mode_1}, {mode_2} und {mode_3} aktivieren auch das dunkle Design}other{{mode_1}, {mode_2} und # weitere Modi aktivieren auch das dunkle Design}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Einstellungen für Modi"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Noch dunkler"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extradunkel"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Erlauben, dass das Gerät dunkler als normal wird"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Display automatisch ausschalten"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ohne Aktivität"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Optionen"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Barrierefreiheit"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Physische Tastatur"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Bounce-Tasten"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Schnell aufeinanderfolgende Betätigungen derselben Taste auf der Tastatur werden ignoriert"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Grenzwert für Bounce-Tasten"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"In rechte untere Ecke tippen"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Unten rechts auf das Touchpad tippen, um weitere Optionen anzuzeigen"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Zeigergeschwindigkeit"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"„Mit drei Fingern tippen“ verwenden"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Zeigerfarbe"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Zeigerfüllfarbe in Schwarz ändern"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Zeigerfüllfarbe in Grün ändern"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Informationen zu Touchpad-Gesten"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"Touchpad, Touch-Pad, Maus, Cursor, scrollen, wischen, rechtsklicken, klicken, Zeiger"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"rechtsklicken, tippen"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Mit mittlerer Maustaste klicken"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant starten"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Zur Startseite"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Zurück"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Letzte Apps aufrufen"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Zum Startbildschirm"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Wische irgendwo auf dem Touchpad mit drei Fingern nach oben"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Zurück"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Nachrichten per Satellit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Nachrichten per Satellitenfunk senden und empfangen. Dein Konto unterstützt diesen Dienst."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Nachrichten per Satellitenfunk senden und empfangen. Dein Konto unterstützt diesen Dienst nicht."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Nachrichten per Satellit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Über Nachrichten per Satellit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Mit einem berechtigten <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-Konto kannst du Nachrichten per Satellitenfunk versenden und empfangen."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Mein <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-Vertrag"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Dein Konto unterstützt Nachrichten per Satellit"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Dein Konto unterstützt keine Nachrichten per Satellit"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Weitere Informationen"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"So funktionierts"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Dein Smartphone stellt automatisch eine Satellitenverbindung her. Für die bestmögliche Verbindung sollte eine freie Sicht zum Himmel bestehen."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Nach Verbindung deines Smartphones mit einem Satelliten"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Du kannst Nachrichten an beliebige Empfänger versenden, auch an den Rettungsdienst. Sobald wieder ein Mobilfunknetz verfügbar ist, verbindet sich dein Smartphone damit."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Das Senden von Nachrichten per Satellit kann länger dauern und ist nicht überall verfügbar. Wetterbedingungen und bestimmte Gebäude, Bäume usw. können die Satellitenverbindung beeinträchtigen. Anrufe per Satellit sind nicht verfügbar. Notrufe werden eventuell trotzdem verbunden.\n\nEs kann einige Zeit dauern, bis Kontoänderungen in den Einstellungen angezeigt werden. Weitere Informationen erhältst du bei deinem Mobilfunkanbieter."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mehr zu Nachrichten per Satellit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Aktivieren von „<xliff:g id="FUNCTION">%1$s</xliff:g>“ fehlgeschlagen"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Um die Funktion „<xliff:g id="FUNCTION">%1$s</xliff:g>“ zu aktivieren, beende zuerst die Satellitenverbindung"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellitenverbindung"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Zugangspunkte (APNs)"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Du befindest dich im 16‑KB-Modus des speicherseitenunabhängigen Modus. Beachte, dass bei entsperrtem Bootloader die Softwareintegrität nicht sichergestellt werden kann und alle auf dem Smartphone gespeicherten Daten gefährdet sind. Einige Funktionen werden in diesen Modi deaktiviert, weshalb bestimmte Anwendungen möglicherweise nicht funktionieren. Wenn du wieder in den Produktionsmodus wechseln möchtest, musst du zurück zum 4‑KB-Modus wechseln und dann den Bootloader des Geräts sperren. Dadurch wird das Gerät wieder auf die Werkseinstellungen zurückgesetzt und die Produktionseinstellungen werden wiederhergestellt. Nachdem das Gerät hochgefahren und Android gestartet wurde, deaktiviere in den Entwickleroptionen die OEM-Entsperrung. Wenn Android auf dem Gerät nicht gestartet werden kann oder das Gerät instabil ist, flashe das aktuelle Factory Image unter <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> oder verwende <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> und wähle „Gerätedaten löschen“, „Bootloader sperren“ und „Flashen aller Partitionen erzwingen“ aus."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Speicherseitenunabhängiger 16‑KB-Modus"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Weitere Informationen"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"App im Kompatibilitätsmodus für die Seitengröße ausführen"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Die App wird auf aktivierten 16‑KB-Geräten im Kompatibilitätsmodus für die Seitengröße ausgeführt."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Fehlerbericht-Handler"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Bestimmt, welche App die Verknüpfung zum Fehlerbericht auf deinem Gerät verarbeitet"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Persönlich"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB ist an deinem derzeitigen Standort nicht verfügbar"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread verwenden"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Ein Thread kann deine Smart-Home-Geräte verbinden und dabei helfen, die Effizienz und Leistung zu steigern.\n\nWenn diese Option aktiviert ist, kann dieses Gerät einem Thread-Netzwerk beitreten, was die Steuerung von Matter-kompatiblen Geräte über dieses Smartphone ermöglicht."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread kann deine Smart-Home-Geräte verbinden und dabei helfen, die Effizienz und Leistung zu steigern.\n\nWenn diese Option aktiviert ist, kann dieses Gerät einem Thread-Netzwerk beitreten, was die Steuerung von Matter-kompatiblen Geräten über dieses Smartphone ermöglicht."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Weitere Informationen zu Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Kamerazugriff"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Mikrofonzugriff"</string>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index d65e596..dad5e98 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Προσθήκη γλώσσας"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Προτίμηση περιοχής"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Εισαγ. όνομα γλώσσας"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Περισσότερες ρυθμίσεις γλώσσας"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Προτιμήσεις περιοχής"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Ορισμός προτιμήσεων μονάδων και αριθμών"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Επιτρέψτε στις εφαρμογές να γνωρίζουν τις προτιμήσεις περιοχής, ώστε να εξατομικεύουν την εμπειρία σας"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Οι εφαρμογές θα χρησιμοποιούν τις προτιμήσεις περιοχής όποτε αυτό είναι δυνατόν."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Προτιμήσεις περιοχής"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Θερμοκρασία"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Πρώτη ημέρα της εβδομάδας"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Προτιμήσεις για αριθμούς"</string>
@@ -374,7 +376,7 @@
<string name="security_settings_face_settings_context_subtitle" msgid="8284262560781442403">"Χρησιμοποιήστε τη λειτουργία Ξεκλείδωμα με το πρόσωπο για το ξεκλείδωμα του τηλεφώνου σας."</string>
<string name="security_settings_fingerprint" msgid="6387775386189204201">"Δακτυλικό αποτύπωμα"</string>
<string name="security_settings_fingerprint_preference_title" msgid="2484965173528415458">"Δακτυλικό αποτύπωμα"</string>
- <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Στη χρήση του Ξεκλειδώματος με δακτυλικό αποτύπωμα"</string>
+ <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Κατά τη χρήση του Ξεκλειδώματος με δακτυλικό αποτύπωμα"</string>
<string name="security_settings_work_fingerprint_preference_title" msgid="2076006873519745979">"Δακτυλικό αποτύπωμα για επ. χρήση"</string>
<string name="fingerprint_add_title" msgid="1837610443487902050">"Προσθήκη δακτ. αποτυπώματος"</string>
<string name="security_settings_fingerprint_preference_summary" msgid="8486134175759676037">"{count,plural, =1{Προστέθηκε δακτυλικό αποτύπωμα}other{Προστέθηκαν # δακτυλικά αποτυπώματα}}"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Ενεργή"</string>
<string name="external_display_off" msgid="5634413756025351374">"Ανενεργή"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Εξωτερική οθόνη"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Χρήση εξωτερικής οθόνης"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ανάλυση οθόνης"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Η εξωτερική οθόνη δεν είναι συνδεδεμένη"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Εάν αλλάξετε την περιστροφή ή την ανάλυση, ενδέχεται να σταματήσουν τυχόν εφαρμογές που εκτελούνται αυτή τη στιγμή"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Η συσκευή σας πρέπει να είναι συνδεδεμένη σε μια εξωτερική οθόνη προκειμένου να είναι δυνατός ο κατοπτρισμός της οθόνης σας"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Περισσότερες επιλογές"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Πατήστε παρατεταμένα και σύρετε για αναδιάταξη των οθονών."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Μετάδοση"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"κατοπτρισμός"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Ενεργοποίηση ασύρματης οθόνης"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Μάθετε περισσότερα σχετικά με την αυτόματη περιστροφή"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ανάλυση οθόνης"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Υψηλή ανάλυση"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Πλήρης ανάλυση"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Η πλήρης ανάλυση χρησιμοποιεί περισσότερο την μπαταρία. Η αλλαγή της ανάλυσης μπορεί να προκαλέσει επανεκκίνηση ορισμένων εφαρμογών."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Επιλέχθηκε"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Χρώματα"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Φυσικό"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Ρυθμίσεις λειτουργίας Ώρα για ύπνο"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Οι λειτουργίες μπορούν επίσης να ενεργοποιούν το σκούρο θέμα}=1{Η λειτουργία {mode_1} ενεργοποιεί επίσης το σκούρο θέμα}=2{Οι λειτουργίες {mode_1} και {mode_2} ενεργοποιούν επίσης το σκούρο θέμα}=3{Οι λειτουργίες {mode_1}, {mode_2} και {mode_3} ενεργοποιούν επίσης το σκούρο θέμα}other{Οι λειτουργίες {mode_1}, {mode_2} και # ακόμη ενεργοποιούν επίσης το σκούρο θέμα}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Ρυθμίσεις λειτουργιών"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ακόμα χαμηλότερη φωτεινότητα"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Επιπλέον μείωση φωτεινότητας"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Να επιτρέπεται χαμηλότερη φωτεινότητα στη συσκευή απ\' ό,τι συνήθως"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Λήξη χρονικού ορίου οθόνης"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Μετά από <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> αδράνειας"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Επιλογές"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Προσβασιμότητα"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Φυσικό πληκτρολόγιο"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Ελαστικά πλήκτρα"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Το πληκτρολόγιο αγνοεί τα γρήγορα, επαναλαμβανόμενα πατήματα του ίδιου πλήκτρου"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Όριο ελαστικών πλήκτρων"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Πατήστε κάτω δεξιά για δεξί κλικ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Πατήστε κάτω δεξιά στην επιφάνεια αφής για άλλες επιλογές"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Ταχύτητα δείκτη"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Χρήση πατήματος με τρία δάχτυλα"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Χρώμα δείκτη"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Αλλαγή στιλ γεμίσμ. δείκτη σε μαύρο"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Αλλαγή στιλ γεμίσ. δείκ. σε πράσινο"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Μάθετε κινήσεις επιφάνειας αφής"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"επιφάνειας αφής, επιφάνεια, ποντίκι, δείκτης, κύλιση, σάρωση, δεξί κλικ, κλικ, δείκτης"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"δεξί κλικ, πάτημα"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Μεσαίο κλικ"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Εκκίνηση Βοηθού"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Μετάβαση στην αρχική σελίδα"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Επιστροφή"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Προβολή πρόσφατων εφαρμογών"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Μετάβαση στην αρχική οθόνη"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Σύρετε επάνω με τρία δάχτ. από οποιοδ. σημείο της επιφ. αφής"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Επιστροφή"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Ανταλλαγή μηνυμάτων μέσω δορυφόρου"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Στείλτε και λάβετε μηνύματα κειμένου μέσω δορυφόρου. Περιλαμβάνεται στον λογαριασμό σας."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Στείλτε και λάβετε μηνύματα κειμένου μέσω δορυφόρου. Δεν περιλαμβάνεται στον λογαριασμό σας."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Ανταλλαγή μηνυμάτων μέσω δορυφόρου"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Πληροφορίες για την ανταλλαγή μηνυμάτων μέσω δορυφόρου"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Μπορείτε να στέλνετε και να λαμβάνετε μηνύματα κειμένου μέσω δορυφόρου στο πλαίσιο ενός κατάλληλου λογαριασμού <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Το πρόγραμμά σας <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Η ανταλλαγή μηνυμάτων μέσω δορυφόρου συμπεριλαμβάνεται στον λογαριασμό σας"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Η ανταλλαγή μηνυμάτων μέσω δορυφόρου δεν συμπεριλαμβάνεται στον λογαριασμό σας"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Μάθετε περισσότερα"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Πώς λειτουργεί"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Το τηλέφωνό σας θα συνδεθεί αυτόματα με έναν δορυφόρο. Για την καλύτερη δυνατή σύνδεση, φροντίστε να φαίνεται ο ουρανός χωρίς να παρεμβάλλονται εμπόδια."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Μετά τη σύνδεση του τηλεφώνου σας με έναν δορυφόρο"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Μπορείτε να στέλνετε μηνύματα σε οποιονδήποτε, ακόμα και στις υπηρεσίες έκτακτης ανάγκης. Το τηλέφωνό σας θα συνδεθεί ξανά σε ένα δίκτυο κινητής τηλεφωνίας όταν είναι διαθέσιμο."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Η ανταλλαγή μηνυμάτων μέσω δορυφόρου μπορεί να διαρκέσει περισσότερο και είναι διαθέσιμη μόνο σε ορισμένες περιοχές. Ο καιρός και ορισμένες κατασκευές ενδέχεται να επηρεάσουν τη δορυφορική σύνδεση. Η σύνδεση μέσω δορυφόρου δεν είναι διαθέσιμη. Μπορεί να υπάρχει ακόμη δυνατότητα για κλήσεις έκτακτης ανάγκης.\n\nΊσως χρειαστεί λίγος χρόνος για να εμφανιστούν οι αλλαγές λογαριασμού στις Ρυθμίσεις. Επικοινωνήστε με την εταιρεία κινητής τηλεφωνίας που χρησιμοποιείτε για λεπτομέρειες."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Περισσότερες πληροφορίες για την ανταλλαγή μηνυμάτων μέσω δορυφόρου"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Δεν είναι δυνατή η ενεργοποίηση της επιλογής <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Για να ενεργοποιήσετε την επιλογή <xliff:g id="FUNCTION">%1$s</xliff:g>, αρχικά τερματίστε τη σύνδεση μέσω δορυφόρου"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Δορυφορική συνδεσιμότητα"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Ονόματα σημείων πρόσβασης"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Δεν διατίθεται κατά τη σύνδεση σε <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Βρίσκεστε στη λειτουργία 16 KB της λειτουργίας που δεν εξαρτάται από το μέγεθος σελίδας. Δεν είναι δυνατή η εγγύηση της ακεραιότητας του λογισμικού σε αυτή τη λειτουργία. Επίσης, τυχόν δεδομένα τα οποία αποθηκεύονται στο τηλέφωνο ενώ είναι ξεκλειδωμένο το πρόγραμμα φόρτωσης εκκίνησης ενδέχεται να κινδυνεύουν. Ορισμένες δυνατότητες θα απενεργοποιηθούν σε αυτές τις λειτουργίες, επομένως ορισμένες εφαρμογές ενδέχεται να μην λειτουργούν. Για να εισέλθετε ξανά στη λειτουργία παραγωγής, πρέπει να μεταβείτε ξανά στη λειτουργία 4 KB και κατόπιν να κλειδώσετε το πρόγραμμα φόρτωσης εκκίνησης της συσκευής. Αυτή η ενέργεια θα είχε ως αποτέλεσμα την εκ νέου επαναφορά των εργοστασιακών ρυθμίσεων, καθώς και την επαναφορά της συσκευής στις ρυθμίσεις παραγωγής. Μετά την επιτυχημένη εκκίνηση της συσκευής στο Android, απενεργοποιήστε το OEM ξεκλείδωμα στις Επιλογές για προγραμματιστές. Αν η συσκευή δεν ολοκληρώσει την εκκίνηση στο Android με επιτυχία ή είναι ασταθής, εγκαταστήστε εκ νέου τις πιο πρόσφατες εργοστασιακές εικόνες στη συσκευή από τη διεύθυνση <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ή χρησιμοποιήστε το <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> και επιλέξτε Εκκαθάριση συσκευής, Κλείδωμα προγράμματος φόρτωσης εκκίνησης και Αναγκαστικό flash όλων των διαμερισμάτων."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Λειτουργία 16 KB που δεν εξαρτάται από το μέγεθος σελίδας"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Διαβάστε περισσότερα"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Εκτέλεση εφαρμογής σε λειτουργία συμβατότητας με μέγεθος σελίδας"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Η εφαρμογή θα εκτελείται σε λειτουργία συμβατότητας με μέγεθος σελίδας σε συσκευή 16 KB που έχει αλλάξει."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Χειρισμός Αναφοράς σφάλματος"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Καθορίζει ποια εφαρμογή διαχειρίζεται τη συντόμευση της Αναφοράς σφάλματος στη συσκευή σας."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Προσωπικό"</string>
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index af08a39..ee46572 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Add a language"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Region preference"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Type language name"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"More language settings"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regional preferences"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Set units and number preferences"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Let apps know your regional preferences so that they can personalise your experience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps will use your regional preferences where possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regional preferences"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperature"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"First day of week"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numbers preferences"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"On"</string>
<string name="external_display_off" msgid="5634413756025351374">"Off"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"External display"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Use external display"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Display resolution"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"External display is disconnected"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Changing rotation or resolution may stop any apps that are currently running"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Your device must be connected to an external display to mirror your screen"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"More options"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hold and drag to rearrange displays."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirror"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Enable wireless display"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Learn more about auto-rotate"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Screen resolution"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"High resolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full resolution"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full resolution uses more of your battery. Switching your resolution may cause some apps to restart."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selected"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colours"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natural"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Bedtime mode settings"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modes can also activate Dark theme}=1{{mode_1} also activates Dark theme}=2{{mode_1} and {mode_2} also activate Dark theme}=3{{mode_1}, {mode_2} and {mode_3} also activate Dark theme}other{{mode_1}, {mode_2} and # more also activate Dark theme}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Modes settings"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Even dimmer"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extra dim"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Allow device to go dimmer than usual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Screen timeout"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"After <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> of inactivity"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Options"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibility"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Physical keyboard"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Bounce keys"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"The keyboard ignores quickly repeated presses of the same key"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Bounce key threshold"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Bottom-right click"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Click in the bottom right-hand corner of the touchpad for more options"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Pointer speed"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Use three-finger tap"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Pointer colour"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Change pointer fill style to black"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Change pointer fill style to green"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Learn touchpad gestures"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, scroll, swipe, right-click, click, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"right click, tap"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Middle click"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Launch Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Go home"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Go back"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"View recent apps"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Go home"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Swipe up with three fingers anywhere on your touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Go back"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellite messaging"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Send and receive text messages by satellite. Included with your account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Send and receive text messages by satellite. Not included with your account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellite messaging"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"About satellite messaging"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"You can send and receive text messages by satellite as part of an eligible <xliff:g id="CARRIER_NAME">%1$s</xliff:g> account"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Your <xliff:g id="CARRIER_NAME">%1$s</xliff:g> plan"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellite messaging is included with your account"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellite messaging isn’t included with your account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Learn more"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"How it works"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Your phone will auto-connect to a satellite. For the best connection, keep a clear view of the sky."</string>
<string name="title_supported_service" msgid="4275535165812691571">"After your phone connects to a satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"You can text anyone, including emergency services. Your phone will reconnect to a mobile network when available."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellite messaging may take longer and is only available in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn’t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact your operator for details."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"More about satellite messaging"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Can\'t turn on <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"To turn on <xliff:g id="FUNCTION">%1$s</xliff:g>, first end the satellite connection"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellite connectivity"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Access point names"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Unavailable when connected to <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"You are in the 16 KB mode of the page-agnostic mode. Software integrity cannot be guaranteed in this mode, and any data stored on the phone while the bootloader is unlocked may be at risk. Some features will be disabled in these modes, so some applications may not work. In order to re-enter the production mode, you must switch back to 4 KB mode and then lock the bootloader of the device. This would factory reset the device again and restore it to production settings. Once the device successfully boots into Android, disable OEM unlocking in Developer options. If the device fails to boot into Android or is unstable, re-flash the device with the latest factory images from <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> and select \'Wipe device\', \'Lock bootloader\' and \'Force flash all partitions\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB page-agnostic mode"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Read more"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Run app with page size compat mode"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"App will be run in page size compatibility mode on 16 KB device toggled."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Bug report handler"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determines which app handles the bug report shortcut on your device."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml
index 4037b5a..7cd6c1a 100644
--- a/res/values-en-rCA/strings.xml
+++ b/res/values-en-rCA/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Add a language"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Region preference"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Type language name"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"More language settings"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regional preferences"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Set units and number preferences"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Let apps know your regional preferences so they can personalize your experience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps will use your regional preferences where possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regional preferences"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperature"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"First day of week"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numbers preferences"</string>
@@ -896,6 +898,7 @@
<string name="external_display_on" msgid="2560104443500154333">"On"</string>
<string name="external_display_off" msgid="5634413756025351374">"Off"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"External Display"</string>
+ <string name="builtin_display_settings_category" msgid="3441388849060771885">"Built-in display"</string>
<string name="external_display_use_title" msgid="8198257340836261386">"Use external display"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Display resolution"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"External display is disconnected"</string>
@@ -907,6 +910,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Changing rotation or resolution may stop any apps that are currently running"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Your device must be connected to an external display to mirror your screen"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"More options"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hold and drag to rearrange displays."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirror"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Enable wireless display"</string>
@@ -1240,8 +1244,8 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Learn more about auto-rotate"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Screen resolution"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"High resolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full resolution"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full resolution uses more of your battery. Switching your resolution may cause some apps to restart."</string>
+ <string name="screen_resolution_option_full" msgid="4456839315039000517">"Max resolution"</string>
+ <string name="screen_resolution_footer" msgid="1230761249204935717">"Max resolution uses more of your battery. Switching your resolution may cause some apps to restart."</string>
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selected"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colors"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natural"</string>
@@ -1320,7 +1324,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Bedtime mode settings"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modes can also activate dark theme}=1{{mode_1} also activates dark theme}=2{{mode_1} and {mode_2} also activate dark theme}=3{{mode_1}, {mode_2}, and {mode_3} also activate dark theme}other{{mode_1}, {mode_2}, and # more also activate dark theme}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Modes settings"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Even dimmer"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extra dim"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Allow device to go dimmer than usual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Screen timeout"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"After <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> of inactivity"</string>
@@ -1958,6 +1962,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Options"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibility"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Physical keyboard"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Bounce keys"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"The keyboard ignores quickly repeated presses of the same key"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Bounce key threshold"</string>
@@ -4853,11 +4859,11 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellite messaging"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Send and receive text messages by satellite. Included with your account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Send and receive text messages by satellite. Not included with your account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellite messaging"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"About satellite messaging"</string>
+ <string name="keywords_satellite_setting" msgid="613553612424945946">"Satellite messaging, satellite connectivity"</string>
+ <string name="category_name_about_satellite_messaging" msgid="4978095955643523120">"About <xliff:g id="SUBJECT">%1$s</xliff:g>"</string>
<string name="title_about_satellite_setting" msgid="9212860038048311345">"You can send and receive text messages by satellite as part of an eligible <xliff:g id="CARRIER_NAME">%1$s</xliff:g> account"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Your <xliff:g id="CARRIER_NAME">%1$s</xliff:g> plan"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellite messaging is included with your account"</string>
+ <string name="title_have_satellite_plan" msgid="857337944804101443">"Messaging is included with your account"</string>
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellite messaging isn’t included with your account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Learn More"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"How it works"</string>
@@ -4865,11 +4871,32 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Your phone will auto-connect to a satellite. For the best connection, keep a clear view of the sky."</string>
<string name="title_supported_service" msgid="4275535165812691571">"After your phone connects to a satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"You can text anyone, including emergency services. Your phone will reconnect to a mobile network when available."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellite messaging may take longer and is available only in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn’t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact your carrier for details."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"More about satellite messaging"</string>
+ <string name="satellite_setting_summary_more_information" msgid="1028146147094166868">"<xliff:g id="SUBJECT">%1$s</xliff:g> may take longer and is available only in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn’t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact <xliff:g id="CARRIER_NAME">%1$s</xliff:g> for details."</string>
+ <string name="more_about_satellite_messaging" msgid="1039277943532711584">"More about <xliff:g id="SUBJECT">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Can’t turn on <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"To turn on <xliff:g id="FUNCTION">%1$s</xliff:g>, first end the satellite connection"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellite connectivity"</string>
+ <string name="title_satellite_setting_connectivity" msgid="488626710934668313">"Satellite connectivity"</string>
+ <string name="description_satellite_setting_connectivity" msgid="7337311015334186655">"satellite connectivity"</string>
+ <string name="description_satellite_setting_messaging" msgid="4367494645429198805">"satellite messaging"</string>
+ <string name="title_have_satellite_data_plan" msgid="5614932315409789011">"Use of data is included with your account"</string>
+ <string name="title_for_satellite_sos" msgid="4608739357329147285">"Satellite SOS"</string>
+ <string name="summary_for_satellite_sos_entry" msgid="4981480371923329605">"Message with emergency services when you can’t connect to a mobile or Wi‑Fi network"</string>
+ <string name="keywords_satellite_sos" msgid="6275777197418023949">"satellite sos, sos"</string>
+ <string name="category_title_about_satellite_sos" msgid="7229724397303154919">"About Satellite SOS"</string>
+ <string name="satellite_sos_introduction" msgid="4670230212117495751">"You can message with emergency services and share your location when you can’t connect to a mobile or Wi-Fi network. This service may not be available at all times in all locations or circumstances."</string>
+ <string name="satellite_sos_how_it_works_step_1" msgid="4669862942425306921">"Call or text emergency services"</string>
+ <string name="satellite_sos_how_it_works_step_2" msgid="3558248744927579016">"Answer questions about the emergency"</string>
+ <string name="satellite_sos_how_it_works_step_3" msgid="4496038314890474893">"Follow steps to connect to the satellite"</string>
+ <string name="satellite_sos_how_it_works_summary_1" msgid="4497178023367920284">"If you don’t have a mobile network, you’ll see an option to use Satellite SOS"</string>
+ <string name="satellite_sos_how_it_works_summary_2" msgid="1302661361673503362">"Send answers to emergency services to get you the right kind of help"</string>
+ <string name="satellite_sos_how_it_works_summary_3" msgid="4612675365617172405">"Once you’re connected, you can message with emergency services"</string>
+ <string name="satellite_sos_try_demo" msgid="1915233782211344468">"Try a demo"</string>
+ <string name="satellite_sos_footer_text" msgid="4454885538165117230">"When you connect with emergency services by satellite, your name, email, phone number, location, device information (IMEI, language, model, battery level), and emergency contact information are shared with emergency services and satellite service providers. \n\nTo use Satellite SOS, Google Messages must be your default SMS app. \n\nIf automatic network selection is off, it will be turned on, and your device will automatically connect to any network."</string>
+ <string name="satellite_sos_sharing_preferences_subheader_title" msgid="5701538329333628267">"Sharing preferences"</string>
+ <string name="satellite_sos_sharing_preferences_step_1" msgid="3106774199702637359">"Emergency contacts"</string>
+ <string name="satellite_sos_sharing_preferences_step_2" msgid="738246589687762115">"Your Google Account"</string>
+ <string name="satellite_sos_sharing_preferences_description" msgid="782508188142964342">"Review or update info that will be shared with emergency services"</string>
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Access Point Names"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Unavailable when connected to <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5056,6 +5083,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"You are in the 16KB mode of the page-agnostic mode. Software integrity cannot be guaranteed in this mode, and any data stored on the phone while the bootloader is unlocked may be at risk. Some features will be disabled in these modes, so some applications may not work. In order to re-enter the production mode, you must, switch back to 4KB mode and then lock the bootloader of the device. This would factory reset the device again and restore it to production settings. After the device successfully boots into Android, disable OEM unlocking in Developer options. If the device fails to boot into Android or is unstable, re-flash the device with the latest factory images from <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> and select \'Wipe Device\', \'Lock Bootloader\' and \'Force Flash all partitions\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB Page-agnostic Mode"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Read more"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Run app with page size compat mode"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"App will be run in page size compatibility mode on 16 KB device toggled."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Bug report handler"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determines which app handles the Bug Report shortcut on your device."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 9b43fd1..79060c1 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Add a language"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Region preference"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Type language name"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"More language settings"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regional preferences"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Set units and number preferences"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Let apps know your regional preferences so that they can personalise your experience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps will use your regional preferences where possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regional preferences"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperature"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"First day of week"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numbers preferences"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"On"</string>
<string name="external_display_off" msgid="5634413756025351374">"Off"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"External display"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Use external display"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Display resolution"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"External display is disconnected"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Changing rotation or resolution may stop any apps that are currently running"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Your device must be connected to an external display to mirror your screen"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"More options"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hold and drag to rearrange displays."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirror"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Enable wireless display"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Learn more about auto-rotate"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Screen resolution"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"High resolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full resolution"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full resolution uses more of your battery. Switching your resolution may cause some apps to restart."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selected"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colours"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natural"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Bedtime mode settings"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modes can also activate Dark theme}=1{{mode_1} also activates Dark theme}=2{{mode_1} and {mode_2} also activate Dark theme}=3{{mode_1}, {mode_2} and {mode_3} also activate Dark theme}other{{mode_1}, {mode_2} and # more also activate Dark theme}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Modes settings"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Even dimmer"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extra dim"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Allow device to go dimmer than usual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Screen timeout"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"After <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> of inactivity"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Options"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibility"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Physical keyboard"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Bounce keys"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"The keyboard ignores quickly repeated presses of the same key"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Bounce key threshold"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Bottom-right click"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Click in the bottom right-hand corner of the touchpad for more options"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Pointer speed"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Use three-finger tap"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Pointer colour"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Change pointer fill style to black"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Change pointer fill style to green"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Learn touchpad gestures"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, scroll, swipe, right-click, click, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"right click, tap"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Middle click"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Launch Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Go home"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Go back"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"View recent apps"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Go home"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Swipe up with three fingers anywhere on your touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Go back"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellite messaging"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Send and receive text messages by satellite. Included with your account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Send and receive text messages by satellite. Not included with your account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellite messaging"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"About satellite messaging"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"You can send and receive text messages by satellite as part of an eligible <xliff:g id="CARRIER_NAME">%1$s</xliff:g> account"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Your <xliff:g id="CARRIER_NAME">%1$s</xliff:g> plan"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellite messaging is included with your account"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellite messaging isn’t included with your account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Learn more"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"How it works"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Your phone will auto-connect to a satellite. For the best connection, keep a clear view of the sky."</string>
<string name="title_supported_service" msgid="4275535165812691571">"After your phone connects to a satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"You can text anyone, including emergency services. Your phone will reconnect to a mobile network when available."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellite messaging may take longer and is only available in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn’t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact your operator for details."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"More about satellite messaging"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Can\'t turn on <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"To turn on <xliff:g id="FUNCTION">%1$s</xliff:g>, first end the satellite connection"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellite connectivity"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Access point names"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Unavailable when connected to <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"You are in the 16 KB mode of the page-agnostic mode. Software integrity cannot be guaranteed in this mode, and any data stored on the phone while the bootloader is unlocked may be at risk. Some features will be disabled in these modes, so some applications may not work. In order to re-enter the production mode, you must switch back to 4 KB mode and then lock the bootloader of the device. This would factory reset the device again and restore it to production settings. Once the device successfully boots into Android, disable OEM unlocking in Developer options. If the device fails to boot into Android or is unstable, re-flash the device with the latest factory images from <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> and select \'Wipe device\', \'Lock bootloader\' and \'Force flash all partitions\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB page-agnostic mode"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Read more"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Run app with page size compat mode"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"App will be run in page size compatibility mode on 16 KB device toggled."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Bug report handler"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determines which app handles the bug report shortcut on your device."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index fe47334..93fecbb 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Add a language"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Region preference"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Type language name"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"More language settings"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regional preferences"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Set units and number preferences"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Let apps know your regional preferences so that they can personalise your experience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps will use your regional preferences where possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regional preferences"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperature"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"First day of week"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numbers preferences"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"On"</string>
<string name="external_display_off" msgid="5634413756025351374">"Off"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"External display"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Use external display"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Display resolution"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"External display is disconnected"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Changing rotation or resolution may stop any apps that are currently running"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Your device must be connected to an external display to mirror your screen"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"More options"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hold and drag to rearrange displays."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirror"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Enable wireless display"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Learn more about auto-rotate"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Screen resolution"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"High resolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full resolution"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full resolution uses more of your battery. Switching your resolution may cause some apps to restart."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selected"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colours"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natural"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Bedtime mode settings"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modes can also activate Dark theme}=1{{mode_1} also activates Dark theme}=2{{mode_1} and {mode_2} also activate Dark theme}=3{{mode_1}, {mode_2} and {mode_3} also activate Dark theme}other{{mode_1}, {mode_2} and # more also activate Dark theme}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Modes settings"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Even dimmer"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extra dim"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Allow device to go dimmer than usual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Screen timeout"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"After <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> of inactivity"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Options"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibility"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Physical keyboard"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Bounce keys"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"The keyboard ignores quickly repeated presses of the same key"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Bounce key threshold"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Bottom-right click"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Click in the bottom right-hand corner of the touchpad for more options"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Pointer speed"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Use three-finger tap"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Pointer colour"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Change pointer fill style to black"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Change pointer fill style to green"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Learn touchpad gestures"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, scroll, swipe, right-click, click, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"right click, tap"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Middle click"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Launch Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Go home"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Go back"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"View recent apps"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Go home"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Swipe up with three fingers anywhere on your touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Go back"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellite messaging"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Send and receive text messages by satellite. Included with your account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Send and receive text messages by satellite. Not included with your account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellite messaging"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"About satellite messaging"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"You can send and receive text messages by satellite as part of an eligible <xliff:g id="CARRIER_NAME">%1$s</xliff:g> account"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Your <xliff:g id="CARRIER_NAME">%1$s</xliff:g> plan"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellite messaging is included with your account"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellite messaging isn’t included with your account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Learn more"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"How it works"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Your phone will auto-connect to a satellite. For the best connection, keep a clear view of the sky."</string>
<string name="title_supported_service" msgid="4275535165812691571">"After your phone connects to a satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"You can text anyone, including emergency services. Your phone will reconnect to a mobile network when available."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellite messaging may take longer and is only available in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn’t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact your operator for details."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"More about satellite messaging"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Can\'t turn on <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"To turn on <xliff:g id="FUNCTION">%1$s</xliff:g>, first end the satellite connection"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellite connectivity"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Access point names"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Unavailable when connected to <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"You are in the 16 KB mode of the page-agnostic mode. Software integrity cannot be guaranteed in this mode, and any data stored on the phone while the bootloader is unlocked may be at risk. Some features will be disabled in these modes, so some applications may not work. In order to re-enter the production mode, you must switch back to 4 KB mode and then lock the bootloader of the device. This would factory reset the device again and restore it to production settings. Once the device successfully boots into Android, disable OEM unlocking in Developer options. If the device fails to boot into Android or is unstable, re-flash the device with the latest factory images from <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> and select \'Wipe device\', \'Lock bootloader\' and \'Force flash all partitions\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB page-agnostic mode"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Read more"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Run app with page size compat mode"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"App will be run in page size compatibility mode on 16 KB device toggled."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Bug report handler"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determines which app handles the bug report shortcut on your device."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index c0f21d0..6a95bc2 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Agregar un idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferencia de región"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Nombre del idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Más parámetros de configuración de idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferencias regionales"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Establece tus preferencias de unidades y números"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permite que las apps sepan tus preferencias regionales para que puedan personalizar la experiencia."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Las apps usarán tus preferencias regionales cuando sea posible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferencias regionales"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primer día de la semana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferencias de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activado"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desactivado"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Pantalla externa"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usar pantalla externa"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolución de pantalla"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Pantalla externa desconectada"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Cambiar la rotación o la resolución puede detener cualquier app que se esté ejecutando en ese momento"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"El dispositivo debe estar conectado a una pantalla externa para duplicar tu pantalla"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Más opciones"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Mantén presionado y arrastra para reorganizar las pantallas."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Transmitir"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"duplicar"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Habilitar pantalla inalámbrica"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Más información sobre girar automáticamente"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolución de pantalla"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolución"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Máxima resolución"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"La máxima resolución consume más batería. Es posible que, si cambias la resolución, algunas apps se reinicien."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Seleccionada"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colores"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturales"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Configuración del Modo hora de dormir"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Los modos también pueden activar el tema oscuro}=1{{mode_1} también activa el tema oscuro}=2{{mode_1} y {mode_2} también activan el tema oscuro}=3{{mode_1}, {mode_2} y {mode_3} también activan el tema oscuro}other{{mode_1}, {mode_2} y otros # modos también activan el tema oscuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Configuración de los modos"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Aún más tenue"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Atenuación extra"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permite que el dispositivo se atenúe más que de costumbre"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tiempo de espera de la pantalla"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Después de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inactividad"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opciones"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accesibilidad"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclado físico"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Rechazo de teclas"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"El teclado ignora las presiones repetidas con rapidez de la misma tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Umbral de rechazo de teclas"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clic de la parte inferior derecha"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Más opciones en la esquina inferior derecha del panel táctil"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Velocidad del puntero"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Presionar con tres dedos"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Color del puntero"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Cambia el estilo de relleno a negro"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Cambia el estilo de relleno a verde"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Aprende los gestos del panel táctil"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"panel táctil, panel, táctil,mouse, cursor, desplazar, deslizar, hacer clic con el botón derecho, clic, puntero"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"hacer clic con el botón derecho, presionar"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic central"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Iniciar Asistente"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ir a la pantalla principal"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Atrás"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ver apps recientes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ir a la pantalla principal"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Desliza hacia arriba con tres dedos en el panel táctil"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Atrás"</string>
@@ -4214,12 +4217,9 @@
<string name="full_screen_intent_title" msgid="5888548315628268674">"Notificaciones de pantalla completa"</string>
<string name="permit_full_screen_intent" msgid="2414307667550523630">"Permitir notificaciones de pantalla completa de esta app"</string>
<string name="footer_description_full_screen_intent" msgid="7716518411349225528">"Permite que esta app muestre notificaciones que ocupan toda la pantalla cuando el dispositivo está bloqueado. Las apps pueden usarlas para destacar alarmas, llamadas entrantes y otras notificaciones urgentes."</string>
- <!-- no translation found for write_system_preferences_page_title (4775435310385611055) -->
- <skip />
- <!-- no translation found for write_system_preferences_switch_title (213522354119233085) -->
- <skip />
- <!-- no translation found for write_system_preferences_footer_description (8645052087619752514) -->
- <skip />
+ <string name="write_system_preferences_page_title" msgid="4775435310385611055">"Escribe preferencias del sistema"</string>
+ <string name="write_system_preferences_switch_title" msgid="213522354119233085">"Permite que esta app modifique las preferencias del sistema en tu nombre"</string>
+ <string name="write_system_preferences_footer_description" msgid="8645052087619752514">"Permite que una app modifique las preferencias principales del sistema."</string>
<string name="media_management_apps_title" msgid="8222942355578724582">"Apps de administración de multimedia"</string>
<string name="media_management_apps_toggle_label" msgid="166724270857067456">"Permitir que la app administre contenido multimedia"</string>
<string name="media_management_apps_description" msgid="8000565658455268524">"Si lo permites, esta app puede modificar o borrar archivos multimedia creados con otras apps sin preguntarte. La app debe tener permiso para acceder a los archivos y al contenido multimedia."</string>
@@ -4862,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mensajería satelital"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envía y recibe mensajes de texto a través de satélites (incluido con tu cuenta)."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envía y recibe mensajes de texto a través de satélites No se incluye con tu cuenta."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mensajería satelital"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Información sobre la mensajería satelital"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Puedes enviar y recibir mensajes de texto por satélite como parte de una cuenta de <xliff:g id="CARRIER_NAME">%1$s</xliff:g> apta"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Tu plan de <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"La mensajería satelital está incluida con tu cuenta"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"La mensajería satelital no está incluida con tu cuenta"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Más información"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Cómo funciona"</string>
@@ -4874,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Tu teléfono se conectará automáticamente a un satélite. Para tener una mejor conexión, mantén una vista clara del cielo."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Luego de que tu teléfono se conecta a un satélite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Puedes enviar mensajes de texto a quien quieras, incluidos los servicios de emergencia. Tu teléfono se volverá a conectar a la red móvil cuando esté disponible."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"La mensajería satelital podría demorar más y solo está disponible en ciertas áreas. El clima y ciertas estructuras podrían afectar su conexión. Las llamadas satelitales no están disponibles. Es posible que puedas realizar las llamadas de emergencia.\n\nLos cambios en la cuenta podrían demorar en mostrarse en Configuración. Para obtener más detalles, comunícate con tu operador."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Más información sobre la mensajería satelital"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"No se puede activar <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para activar <xliff:g id="FUNCTION">%1$s</xliff:g>, primero termina la conexión satelital"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conectividad satelital"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nombres de puntos de acceso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"No está disponible cuando el dispositivo está conectado a <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5065,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Estás en el modo de 16 KB del modo independiente de la página. No se puede garantizar la integridad del software en este modo, y los datos almacenados en el teléfono podrían estar en riesgo durante el desbloqueo del bootloader. Algunas funciones quedan inhabilitadas en estos modos, así que algunas aplicaciones podrían no ejecutarse. Para volver a entrar al modo de producción, debes volver al modo de 4 KB y bloquear el bootloader del dispositivo. Esta acción restablecerá el dispositivo a la configuración de fábrica y hará que sus parámetros de configuración vuelvan a los de producción. Una vez que el dispositivo se inicie correctamente ejecutando Android, inhabilita el desbloqueo para OEM en Opciones para desarrolladores. Si el dispositivo no se puede iniciar ejecutando Android o si es inestable, actualízalo con las imágenes de fábrica más recientes de <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>, o bien usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> y selecciona \"Limpiar el dispositivo\", \"Bloquear el bootloader\" y \"Forzar la escritura de todas las particiones en la memoria flash\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modo independiente de la página de 16 KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Leer más"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Ejecuta la app con el modo de compatibilidad de tamaño de página"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"La app se ejecutará en el modo de compatibilidad de tamaño de página en el dispositivo de 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Controlador de informes de errores"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina qué app controla el acceso directo a los informes de errores en el dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 781b5bf..cced724 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Añadir un idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferencia de región"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Escribe el idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Más ajustes de idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferencias regionales"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Define preferencias de unidades y números"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permite que las aplicaciones sepan tus preferencias regionales para que puedan personalizar tu experiencia."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Las aplicaciones usarán tus preferencias regionales siempre que sea posible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferencias regionales"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primer día de la semana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferencias de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activada"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desactivada"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Pantalla externa"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usar pantalla externa"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolución de pantalla"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"La pantalla externa está desconectada"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Si cambias la rotación o la resolución, puede que se detengan las aplicaciones que están en funcionamiento"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Tu dispositivo debe estar conectado a una pantalla externa para proyectar tu pantalla"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Más opciones"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Mantén pulsado y arrastra las pantallas para reorganizarlas."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Enviar"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"proyectar"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Habilitar pantalla inalámbrica"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Más información sobre el giro automático"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolución de pantalla"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolución"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Resolución completa"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"La resolución completa consume más batería. Cambiar la resolución puede provocar que algunas aplicaciones se reinicien."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Seleccionado"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colores"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturales"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Ajustes del modo Descanso"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Los modos también pueden activar el tema oscuro}=1{{mode_1} también activa el tema oscuro}=2{{mode_1} y {mode_2} también activan el tema oscuro}=3{{mode_1}, {mode_2} y {mode_3} también activan el tema oscuro}other{{mode_1}, {mode_2} y # más también activan el tema oscuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Ajustes de modos"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Más tenue"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Atenuación extra"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permite que el dispositivo se atenúe más de lo normal"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tiempo de espera de la pantalla"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inactividad"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opciones"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accesibilidad"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclado físico"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Teclas de rebote"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"El teclado ignora las pulsaciones rápidas repetidas de la misma tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Umbral de tecla de rebote"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clic en la esquina inferior derecha"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Haz clic en la esquina inferior derecha del panel táctil para ver más opciones"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Velocidad del puntero"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Usar toque con tres dedos"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Color del puntero"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Cambiar relleno del puntero a negro"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Cambiar relleno del puntero a verde"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Consultar gestos del panel táctil"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"panel táctil, ratón, cursor, desplazar, deslizar, hacer clic con el botón derecho, clic, puntero"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"hacer clic con el botón derecho, tocar"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic central"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Iniciar el Asistente"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ir a Inicio"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Volver"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ver aplicaciones recientes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ir a inicio"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Desliza tres dedos hacia arriba en el panel táctil"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Ir atrás"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mensajes por satélite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envía y recibe mensajes de texto por satélite. Incluido con tu cuenta."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envía y recibe mensajes de texto por satélite. No incluido con tu cuenta."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mensajes por satélite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Acerca de los mensajes por satélite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Puedes enviar y recibir mensajes de texto por satélite como parte de una cuenta de <xliff:g id="CARRIER_NAME">%1$s</xliff:g> apta"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Tu plan de <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Los mensajes por satélite están incluidos en tu cuenta"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Los mensajes por satélite no están incluidos en tu cuenta"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Más información"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Cómo funciona"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Tu teléfono se conectará automáticamente a un satélite. Para obtener la mejor conexión, debes estar en una zona en la que se vea bien el cielo."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Cuando tu teléfono se conecte a un satélite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Puedes intercambiar mensajes de texto con cualquiera, incluidos los servicios de emergencias. Tu teléfono se volverá a conectar a una red móvil cuando esté disponible."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Los mensajes por satélite pueden tardar más y solo están disponibles en ciertas zonas. Las condiciones meteorológicas y algunas estructuras pueden afectar a tu conexión por satélite. Las llamadas por satélite no están disponibles. Puede que las llamadas de emergencia sí funcionen.\n\nLos cambios en tu cuenta pueden tardar un poco en aparecer en Ajustes. Ponte en contacto con tu operador para obtener más información al respecto."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Más información sobre los mensajes por satélite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"No se puede activar <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para activar <xliff:g id="FUNCTION">%1$s</xliff:g>, primero finaliza la conexión por satélite"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conectividad por satélite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nombres de puntos de acceso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Estás en el modo de 16 KB del modo independiente de la página. En este modo no se puede garantizar la integridad del software, y los datos que haya almacenados en el teléfono mientras el bootloader está desbloqueado pueden correr peligro. Algunas funciones se inhabilitarán en estos modos, por lo que es posible que algunas aplicaciones no funcionen. Para volver al modo de producción, debes volver al modo de 4 KB y luego bloquear el bootloader del dispositivo. Esta acción restablecerá de nuevo el estado de fábrica del dispositivo y restaurará los ajustes de producción. Una vez que el dispositivo se inicie correctamente en Android, inhabilita el desbloqueo de OEM en Opciones para desarrolladores. Si el dispositivo no se puede iniciar en Android o es inestable, vuelve a instalar las últimas imágenes de fábrica de <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> o usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> y selecciona Wipe Device (Borrar los datos del dispositivo), Lock Bootloader (Bloquear bootloader) y Force Flash all partitions (Forzar la instalación de todas las particiones)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modo independiente de la página de 16 KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Más información"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Ejecutar aplicación con el modo de compatibilidad de tamaño de página"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"La aplicación se ejecutará con el modo de compatibilidad de tamaño de página activado en dispositivos de 16 kB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Controlador de informes de errores"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina qué aplicación controla el acceso directo a los informes de errores del dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB no está disponible en esta ubicación"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Usar Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread permite conectar tus dispositivos domésticos inteligentes, lo que mejora la eficacia y el rendimiento.\n\n Cuando este ajuste está activado, el dispositivo puede unirse a una red Thread, lo que permite controlar los dispositivos compatibles con Matter a través de este teléfono."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread permite conectar tus dispositivos domésticos inteligentes, lo que mejora la eficiencia y el rendimiento.\n\nCuando este ajuste está activado, este dispositivo puede unirse a una red Thread, lo que permite controlar los dispositivos compatibles con Matter a través de este teléfono."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Más información sobre Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Acceso a la cámara"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Acceso al micrófono"</string>
diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml
index 3c2748c..6d64e84 100644
--- a/res/values-et/strings.xml
+++ b/res/values-et/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Keele lisamine"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Piirkonnaeelistus"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Sisestage keele nimi"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Rohkem keeleseadeid"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Piirkondlikud eelistused"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Ühikute ja numbrite eelistuste määramine"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Esitage rakendustele oma piirkondlikud eelistused, et need saaks teie kasutuskogemust isikupärastada."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Rakendused kasutavad võimaluse korral teie piirkondlikke eelistusi."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Piirkondlikud eelistused"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatuur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Nädala esimene päev"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numbrite eelistused"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Sees"</string>
<string name="external_display_off" msgid="5634413756025351374">"Väljas"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Väline ekraan"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Välise ekraani kasutamine"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ekraani eraldusvõime"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ühendatud on väline ekraan"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Pööramise või eraldusvõime muutmine võib peatada mis tahes rakendused, mis praegu töötavad"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Teie ekraanikuva peegeldamiseks peab teie seade olema ühendatud välise ekraaniga"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Rohkem valikuid"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Kuvade ümberkorraldamiseks hoidke all ja lohistage."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Ülekandmine"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"peegeldamine"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Luba juhtmeta ekraaniühendus"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Lisateave automaatse pööramise kohta"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ekraani eraldusvõime"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Kõrge eraldusvõime"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Täiseraldusvõime"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Täiseraldusvõime kasutab rohkem akut. Eraldusvõime vahetamine võib mõne rakenduse taaskäivitada."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Valitud"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Värvid"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Loomulikud"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Magamamineku režiimi seaded"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Režiimid võivad samuti tumeda teema aktiveerida}=1{{mode_1} aktiveerib samuti tumeda teema}=2{{mode_1} ja {mode_2} aktiveerivad samuti tumeda teema}=3{{mode_1}, {mode_2} ja {mode_3} aktiveerivad samuti tumeda teema}other{{mode_1}, {mode_2} ja # veel aktiveerivad samuti tumeda teema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Režiimide seaded"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Veelgi hämaram"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Eriti tume"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Luba seadmel hämardada rohkem kui tavaliselt"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Ekraani ajalõpp"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Pärast <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> tegevusetust"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Valikud"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Juurdepääsetavus"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Füüsiline klaviatuur"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Põrkeklahvid"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klaviatuur eirab kiiresti tehtud sama klahvi korduvaid vajutusi"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Põrkeklahvi lävi"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Paremas allnurgas klõpsamine"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Lisavalikute jaoks klõpsake puuteplaadi paremas allnurgas"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Kursori kiirus"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Kolme sõrmega topeltpuudutamine"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Hiirekursori värv"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Kursori sisu muutmine mustaks"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Kursori sisu muutmine roheliseks"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Õppige puuteplaadi liigutusi"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"puuteplaat, hiir, kursor, kerimine, pühkimine, sõrmega tõmbamine, paremklõps, klõpsamine"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"paremklõps, puudutamine"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Keskmine klikk"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Käivita assistent"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Avalehele"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Tagasi"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Hiljutiste rakenduste vaatamine"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Avalehele liikumine"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Pühkige puuteplaadil kolme sõrmega üles"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Tagasiliikumine"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellidipõhine sõnumside"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Tekstisõnumite saatmine ja vastuvõtmine satelliidi kaudu. On teie kontoga lubatud."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Tekstsõnumite saatmine ja vastuvõtmine satelliidi kaudu. Ei sisaldu teie kontos."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellidipõhine sõnumside"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Teave satelliidipõhise sõnumside kohta"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Saate saata ja vastu võtta tekstisõnumeid satelliidi kaudu, kui teil on sobilik operaatori <xliff:g id="CARRIER_NAME">%1$s</xliff:g> konto"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Teie operaatori <xliff:g id="CARRIER_NAME">%1$s</xliff:g> pakett"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellidipõhine sõnumside on teie konto osa"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelliidipõhine sõnumside ei ole teie konto osa"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Lisateave"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Tööpõhimõtted"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Teie telefon ühendatakse satelliidiga automaatselt. Parima ühenduse tagamiseks asuge taeva all."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Kui telefon on satelliidiga ühenduse loonud"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Saate sõnumeid saata kellele tahes, sealhulgas hädaabiteenustele. Teie telefon loob uuesti ühenduse mobiilsidevõrguga, kui see on saadaval."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellidipõhine sõnumside võib võtta kauem aega ja on saadaval ainult teatud piirkondades. Ilm ja teatud struktuurid võivad mõjutada teie satelliidiühendust. Satelliidi kaudu helistamine pole saadaval. Hädaabikõned võivad siiski toimida.\n\nKontol tehtud muudatuste jõustumiseks seadetes võib kuluda veidi aega. Lisateavet küsige operaatorilt."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Lisateave satellidipõhise sõnumside kohta"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Funktsiooni <xliff:g id="FUNCTION">%1$s</xliff:g> ei saa sisse lülitada"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Funktsiooni <xliff:g id="FUNCTION">%1$s</xliff:g> sisselülitamiseks katkestage esmalt satelliitühendus"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelliidi ühenduvus"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Pääsupunktide nimed"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Pole saadaval, kui on ühendus on loodud operaatoriga <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Olete lehest sõltumatus 16 kB režiimis. Selles režiimis ei saa garanteerida tarkvara terviklust ja andmed, mis salvestatakse telefoni, kui käivituslaadur on avatud, võivad olla ohus. Mõned funktsioonid on nendes režiimides keelatud, mistõttu ei pruugi kõik rakendused töötada. Selleks et viia seade uuesti tavarežiimile, peate lülituma tagasi 4 kB režiimile ja seejärel lukustama seadme käivituslaaduri. Selle toiminguga lähtestatakse seade jälle tehaseseadetele ja taastatakse tavarežiimi seaded. Pärast seda, kui seade on Androidi käivitanud, keelake arendaja valikutes OEM-tootjaluku avamine. Kui seadmel ei õnnestu Androidi käivitada või see on ebastabiilne, uuendage kogu püsivara uuesti, kasutades tehaseoleku süsteemikujutisi aadressilt <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>, ning tehke valikud „Tühjenda seade“, „Lukusta käivituslaadur“ ja „Sunduuenda kõiki sektsioone“."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Lehest sõltumatu 16 kB režiim"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lisateave"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Käitage rakendust lehe suuruse ühilduvusrežiimis"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Rakendust käitatakse 16 KB lülitatud seadmes lehe suuruse ühilduvusrežiimis."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Veaaruannete töötleja"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Määrab, milline rakendus kasutab teie seadmes veaaruannete otseteed."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Isiklik"</string>
diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml
index 731ee57..a88f13f 100644
--- a/res/values-eu/strings.xml
+++ b/res/values-eu/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Gehitu hizkuntza bat"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Lurralde-hobespena"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Adierazi hizkuntza"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Hizkuntza-ezarpen gehiago"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Lurraldeko hobespenak"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Ezarri unitate- eta zenbaki-hobespenak"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Eman lurraldeko hobespenen berri aplikazioei zerbitzuak pertsonaliza ditzaten."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Posible denean, aplikazioek lurraldeko hobespenak erabiliko dituzte."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Lurraldeko hobespenak"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Tenperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Asteko lehen eguna"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Zenbaki-hobespenak"</string>
@@ -374,7 +376,7 @@
<string name="security_settings_face_settings_context_subtitle" msgid="8284262560781442403">"Erabili aurpegi bidez desblokeatzeko eginbidea telefonoa desblokeatzeko"</string>
<string name="security_settings_fingerprint" msgid="6387775386189204201">"Hatz-marka"</string>
<string name="security_settings_fingerprint_preference_title" msgid="2484965173528415458">"Hatz-marka digitala"</string>
- <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Hatz-marka bidez desblokeatzeko eginbidea erabiltzean"</string>
+ <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Hatz-marka bidez desblokeatzea erabiltzean"</string>
<string name="security_settings_work_fingerprint_preference_title" msgid="2076006873519745979">"Lanerako hatz-marka"</string>
<string name="fingerprint_add_title" msgid="1837610443487902050">"Gehitu hatz-marka bat"</string>
<string name="security_settings_fingerprint_preference_summary" msgid="8486134175759676037">"{count,plural, =1{1 hatz-marka gehitu da}other{# hatz-marka gehitu dira}}"</string>
@@ -562,8 +564,8 @@
<string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"Jaso hatza eta sakatu berriro sentsorea"</string>
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"Ezin da erabili hatz-marken sentsorea"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"Joan konponketak egiten dituen hornitzaile baten webgunera edo dendara."</string>
- <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Pantaila itzalita dagoela hatz-marka bidez desblokeatzeko eginbidea"</string>
- <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Erabili hatz-marka bidez desblokeatzeko eginbidea pantaila itzalita badago ere"</string>
+ <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Hatz-marka bidez desblokeatzea pantaila itzalita dagoela"</string>
+ <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Erabili Hatz-marka bidez desblokeatzea pantaila itzalita badago ere"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"Pantaila itzalita dagoela desblokeatzeko eginbidea"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"Segurtasun-ezarpen gehiago"</string>
<string name="security_advanced_settings_work_profile_settings_summary" msgid="7295451997961973175">"Laneko profilaren blokeoa, enkriptatzea eta abar"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Aktibatuta"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desaktibatuta"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Kanpoko pantaila"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Erabili kanpoko pantaila"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Pantailaren bereizmena"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Kanpoko pantaila deskonektatuta dago"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Biratzea edo bereizmena aldatuz gero, baliteke abian den aplikazioren bat gelditzea"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Gailuak kanpoko pantaila batera konektatuta egon behar du zure pantaila islatu ahal izateko"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Aukera gehiago"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Pantailak berrantolatzeko, eduki itzazu sakatuta eta arrasta itzazu."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Igorpena"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"islatzea"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Gaitu hari gabeko bistaratzea"</string>
@@ -946,7 +951,7 @@
<string name="android_beam_explained" msgid="5684416131846701256">"Eginbide hau aktibatzen baduzu, NFC bidez parteka dezakezu aplikazioen edukia NFC gaitasuna duten beste gailu batzuekin, gailuak bata bestearengana hurbilduta. Besteak beste, web-orriak, YouTube-ko bideoak, kontaktuak eta beste hainbat gauza parteka ditzakezu.\n\nHori egiteko, hurbildu gailuak bata bestearengana (atzealdeak elkartu behar izan ohi dira), eta sakatu zure pantaila. Aplikazioak zehaztuko du partekatu beharrekoa zer den."</string>
<string name="wifi_settings" msgid="8313301946393559700">"Wifia"</string>
<string name="wifi_settings_primary_switch_title" msgid="628360786662947258">"Erabili wifi-konexioa"</string>
- <string name="wifi_settings_category" msgid="3523464780563778321">"Wi-Fi ezarpenak"</string>
+ <string name="wifi_settings_category" msgid="3523464780563778321">"Wifiaren ezarpenak"</string>
<string name="wifi_select_network" msgid="6692897876718813259">"Hautatu wifi-sarea"</string>
<string name="wifi_starting" msgid="6147022683967506341">"Wifi-konexioa aktibatzen…"</string>
<string name="wifi_stopping" msgid="4471699665741299711">"Wi-Fia desaktibatzen…"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Lortu automatikoki biratzeko aukerari buruzko informazio gehiago"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Pantailaren bereizmena"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Bereizmen handia"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Bereizmen osoa"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Bereizmen osoarekin bateria gehiago kontsumitzen da. Bereizmena aldatuz gero, baliteke aplikazio batzuk berrabiaraztea."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Hautatuta"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Koloreak"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturalak"</string>
@@ -1303,24 +1310,24 @@
<string name="dark_ui_auto_mode_never" msgid="3980412582267787662">"Bat ere ez"</string>
<string name="dark_ui_auto_mode_auto" msgid="6658909029498623375">"Ilunabarretik egunsentira"</string>
<string name="dark_ui_auto_mode_custom" msgid="3800138185265182170">"Ordu jakinetan"</string>
- <string name="dark_ui_auto_mode_custom_bedtime" msgid="8465023741946439266">"Lo egiteko garaia hastean"</string>
+ <string name="dark_ui_auto_mode_custom_bedtime" msgid="8465023741946439266">"Lotara joateko garaia hastean"</string>
<string name="dark_ui_status_title" msgid="3505119141437774329">"Egoera"</string>
<string name="dark_ui_summary_off_auto_mode_never" msgid="5828281549475697398">"Ez da aktibatuko inoiz automatikoki"</string>
<string name="dark_ui_summary_off_auto_mode_auto" msgid="6766831395970887213">"Ilunabarrean aktibatuko da automatikoki"</string>
<string name="dark_ui_summary_off_auto_mode_custom" msgid="1345906088326708376">"Ordu honetan aktibatuko da automatikoki: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
- <string name="dark_ui_summary_off_auto_mode_custom_bedtime" msgid="7759826673214624622">"Automatikoki aktibatuko da lo egiteko garaia hastean"</string>
+ <string name="dark_ui_summary_off_auto_mode_custom_bedtime" msgid="7759826673214624622">"Automatikoki aktibatuko da lotara joateko garaia hastean"</string>
<string name="dark_ui_summary_off_auto_mode_modes" msgid="2672694802103388896">"<xliff:g id="ID_1">%1$s</xliff:g> hastean aktibatuko da"</string>
<string name="dark_ui_summary_on_auto_mode_never" msgid="2468597062391435521">"Ez da inoiz desaktibatuko automatikoki"</string>
<string name="dark_ui_summary_on_auto_mode_auto" msgid="5553376115092648636">"Egunsentian desaktibatuko da automatikoki"</string>
<string name="dark_ui_summary_on_auto_mode_custom" msgid="2526935680241734784">"Ordu honetan desaktibatuko da automatikoki: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
- <string name="dark_ui_summary_on_auto_mode_custom_bedtime" msgid="1976993025762551246">"Automatikoki desaktibatuko da lo egiteko garaia amaitzean"</string>
+ <string name="dark_ui_summary_on_auto_mode_custom_bedtime" msgid="1976993025762551246">"Automatikoki desaktibatuko da lotara joateko garaia amaitzean"</string>
<string name="dark_ui_summary_on_auto_mode_modes" msgid="7769594183411785087">"<xliff:g id="ID_1">%1$s</xliff:g> amaitzean desaktibatuko da"</string>
<string name="dark_ui_text" msgid="4392646155331126666">"Gai ilunak atzeko plano beltza erabiltzen du bateriak gehiago iraun dezan pantaila batzuetan. Gai ilunaren programazioak ez dira aktibatzen pantaila itzaltzen den arte."</string>
- <string name="dark_ui_bedtime_footer_summary" msgid="5576501833145170581">"Une honetan, gai iluna lo egiteko garaiaren moduaren programazioarekin bat dator"</string>
- <string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Lo egiteko garaiaren moduaren ezarpenak"</string>
+ <string name="dark_ui_bedtime_footer_summary" msgid="5576501833145170581">"Une honetan, gai iluna lotara joateko moduaren programazioarekin bat dator"</string>
+ <string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Lotara joateko moduaren ezarpenak"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Moduek ere gai iluna aktiba dezakete}=1{{mode_1} moduak ere gai iluna aktibatzen du}=2{{mode_1} eta {mode_2} moduek ere gai iluna aktibatzen dute}=3{{mode_1}, {mode_2} eta {mode_3} moduek ere gai iluna aktibatzen dute}other{{mode_1}, {mode_2} eta beste # moduk ere gai iluna aktibatzen dute}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Moduen ezarpenak"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Are ilunago"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Are ilunago"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Eman ohi baino gehiago iluntzeko baimena gailuari"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Pantailaren denbora-muga"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> inaktibo egon ondoren"</string>
@@ -1335,7 +1342,7 @@
<string name="style_suggestion_summary" msgid="4271131877800968159">"Probatu askotariko estiloak, horma-paperak, etab."</string>
<string name="screensaver_settings_title" msgid="3588535639672365395">"Pantaila-babeslea"</string>
<string name="keywords_screensaver" msgid="7249337959432229172">"pantailarako babeslea"</string>
- <string name="screensaver_settings_when_to_dream_bedtime" msgid="3279310576803094771">"Ez dago erabilgarri, lo egiteko garaiaren modua aktibatuta dagoelako"</string>
+ <string name="screensaver_settings_when_to_dream_bedtime" msgid="3279310576803094771">"Ez dago erabilgarri, lotara joateko modua aktibatuta dagoelako"</string>
<string name="screensaver_settings_toggle_title" msgid="6194634226897244374">"Erabili pantaila-babeslea"</string>
<string name="screensaver_settings_summary_either_long" msgid="371949139331896271">"Kargatzen ari denean edo oinarrian dagoenean"</string>
<string name="screensaver_settings_summary_dock_and_charging" msgid="8485905100159376156">"Oinarrian kargatzen ari denean"</string>
@@ -1784,7 +1791,7 @@
<string name="lock_settings_profile_unification_dialog_uncompliant_confirm" msgid="8509287115116369677">"Erabili blokeo bakarra"</string>
<string name="lock_settings_profile_unified_summary" msgid="777095092175037385">"Gailuaren pantailaren blokeo bera"</string>
<string name="manageapplications_settings_title" msgid="9198876415524237657">"Kudeatu aplikazioak"</string>
- <string name="applications_settings" msgid="1941993743933425622">"Aplikazioaren informazioa"</string>
+ <string name="applications_settings" msgid="1941993743933425622">"Aplikazioari buruzko informazioa"</string>
<string name="applications_settings_header" msgid="3154670675856048015">"Aplikazioaren ezarpenak"</string>
<string name="install_applications" msgid="3921609656584369901">"Iturburu ezezagunak"</string>
<string name="install_applications_title" msgid="7890233747559108106">"Onartu iturburu guztiak"</string>
@@ -1794,7 +1801,7 @@
<string name="forgot_password_text" msgid="2583194470767613163">"PINa, eredua edo pasahitza berrezartzen lagunduko dizu"</string>
<string name="advanced_settings" msgid="2368905204839169094">"Ezarpen aurreratuak"</string>
<string name="advanced_settings_summary" msgid="1823765348195530035">"Gaitu ezarpenen aukera gehiago"</string>
- <string name="application_info_label" msgid="1015706497694165866">"Aplikazioaren informazioa"</string>
+ <string name="application_info_label" msgid="1015706497694165866">"Aplikazioari buruzko informazioa"</string>
<string name="storage_label" msgid="2522307545547515733">"Memoria"</string>
<string name="auto_launch_label" msgid="4069860409309364872">"Ireki modu lehenetsian"</string>
<string name="auto_launch_label_generic" msgid="5033137408273064599">"Balio lehenetsiak"</string>
@@ -1958,7 +1965,9 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Aukerak"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Erabilerraztasuna"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teklatu fisikoa"</string>
- <string name="bounce_keys" msgid="7419450970351743904">"Errebote-teklak"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
+ <string name="bounce_keys" msgid="7419450970351743904">"Tekla-sakatze errepikatuak"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Teklatuak ez ikusi egiten du tekla bera behin eta berriro bizkor sakatzen bada"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Tekla-sakatze errepikatuen atalasea"</string>
<string name="bounce_keys_dialog_subtitle" msgid="5640575860258120026">"Aukeratu zer iraupenarekin egiten duen teklatuak ez ikusi tekla bera behin eta berriro sakatzen bada"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Beheko eskuineko izkina sakatzea"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Aukera gehiago ikusteko, sakatu ukipen-panelaren beheko eskuineko izkina"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Erakuslearen abiadura"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Sakatu 3 hatzekin"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Erakuslearen kolorea"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Aldatu erakusle-betetzearen estiloa beltzera"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Aldatu erakusle-betetzearen estiloa berdera"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Lortu ukipen-panelean erabiltzeko keinuei buruzko informazioa"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ukipen-panela, ukipena, panela, sagua, kurtsorea, gora egin, behera egin, hatza pasatu, eskuineko botoiarekin klik egin, klik, klikatu, erakuslea"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"eskuineko botoiarekin klik egin, sakatu"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Egin klik erdiko botoiarekin"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Exekutatu Laguntzailea"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Joan orri nagusira"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Egin atzera"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ikusi azkenaldiko aplikazioak"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Orri nagusira joan"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Ukipen-panelean, pasatu hiru hatz gora"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Atzera egin"</string>
@@ -2065,7 +2068,7 @@
<string name="modifier_keys_picker_title" msgid="244545904150587851">"Aukeratu tekla aldatzailea"</string>
<string name="modifier_keys_picker_summary" msgid="739397232249560785">"Aukeratu <xliff:g id="MODIFIER_KEY_DEFAULT_NAME">%1$s</xliff:g> teklarako beste tekla bat:"</string>
<string name="keyboard_a11y_settings" msgid="2564659018555385728">"Teklatu fisikoaren erabilerraztasuna"</string>
- <string name="keyboard_a11y_settings_summary" msgid="1698531156574098722">"Tekla itsaskorrak, errebote-teklak, saguaren teklak"</string>
+ <string name="keyboard_a11y_settings_summary" msgid="1698531156574098722">"Tekla itsaskorrak, tekla-sakatze errepikatuak, saguaren teklak"</string>
<string name="keyboard_repeat_keys_title" msgid="6346877755243280735">"Errepikatutako teklak"</string>
<string name="keyboard_repeat_keys_timeout_title" msgid="3411871149974652293">"Errepikatu aurreko tartea"</string>
<string name="keyboard_repeat_keys_delay_title" msgid="7323531750483922943">"Errepikapen-abiadura"</string>
@@ -2584,7 +2587,7 @@
<string name="manager_battery_usage_restricted_title" msgid="7702863764130323118">"Mugatua"</string>
<string name="manager_battery_usage_unrestricted_summary" msgid="6819279865465667692">"Eman bateria atzeko planoan mugarik gabe erabiltzeko baimena. Baliteke bateria gehiago erabiltzea."</string>
<string name="manager_battery_usage_optimized_summary" msgid="1332545476428039900">"Optimizatu erabileran oinarrituta. Aplikazio gehienetarako gomendatua."</string>
- <string name="manager_battery_usage_restricted_summary" msgid="8324695640704416905">"Murriztu bateria-erabilera atzeko planoan. Baliteke aplikazioak behar bezala ez funtzionatzea. Agian jakinarazpenak atzeratu egingo dira."</string>
+ <string name="manager_battery_usage_restricted_summary" msgid="8324695640704416905">"Murriztu bateria-erabilera atzeko planoan. Baliteke aplikazioak behar bezala ez funtzionatzea. Agian jakinarazpenak atzeratuko dira."</string>
<string name="manager_battery_usage_footer" msgid="2635906573922553766">"Aplikazio baten bateria erabiltzeko modua aldatzeak haren errendimenduan eragina izan dezake."</string>
<string name="manager_battery_usage_footer_limited" msgid="5180776148877306780">"Aplikazio honek bateria-erabilera <xliff:g id="STATE">%1$s</xliff:g> behar du."</string>
<string name="manager_battery_usage_unrestricted_only" msgid="3646162131339418216">"mugagabea"</string>
@@ -3900,10 +3903,10 @@
<string name="zen_mode_system_summary" msgid="7225581762792177522">"Teklatu eta bestelako botoietako soinuak"</string>
<string name="zen_mode_system_list" msgid="2256218792042306434">"sakatze-soinuak"</string>
<string name="zen_mode_system_list_first" msgid="8590078626001067855">"Ukipen-soinuak"</string>
- <string name="zen_mode_reminders" msgid="1970224691551417906">"Abisuak"</string>
- <string name="zen_mode_reminders_summary" msgid="3961627037429412382">"Zeregin eta abisuetakoak"</string>
- <string name="zen_mode_reminders_list" msgid="3133513621980999858">"abisuak"</string>
- <string name="zen_mode_reminders_list_first" msgid="1130470396012190814">"Abisuak"</string>
+ <string name="zen_mode_reminders" msgid="1970224691551417906">"Gogorarazpenak"</string>
+ <string name="zen_mode_reminders_summary" msgid="3961627037429412382">"Zeregin eta gogorarazpenetakoak"</string>
+ <string name="zen_mode_reminders_list" msgid="3133513621980999858">"gogorarazpenak"</string>
+ <string name="zen_mode_reminders_list_first" msgid="1130470396012190814">"Gogorarazpenak"</string>
<string name="zen_mode_events" msgid="7425795679353531794">"Egutegiko gertaerak"</string>
<string name="zen_mode_events_summary" msgid="3241903481309766428">"Datozen egunetarako egutegiko gertaeretakoak"</string>
<string name="zen_mode_events_list" msgid="7191316245742097229">"gertaerak"</string>
@@ -3961,7 +3964,7 @@
<string name="zen_mode_edit_name_empty_error" msgid="5788063278827188275">"Moduaren izena ezin da hutsik egon"</string>
<string name="zen_mode_edit_choose_icon_title" msgid="6452801577128788362">"Aukeratu ikono bat"</string>
<string name="zen_mode_trigger_title_schedule_calendar" msgid="9206609438617550331">"Egutegiko gertaerak"</string>
- <string name="zen_mode_trigger_title_bedtime" msgid="3287241454965736913">"Lo egiteko garaiko ohitura"</string>
+ <string name="zen_mode_trigger_title_bedtime" msgid="3287241454965736913">"Lotara joateko garaiko ohitura"</string>
<string name="zen_mode_trigger_title_driving" msgid="7890990983453164403">"Gidatu bitartean"</string>
<string name="zen_mode_trigger_title_generic" msgid="1347753445938095789">"Aplikazioen ezarpenak"</string>
<string name="zen_mode_trigger_summary_settings_in_app" msgid="4860667191183702601">"<xliff:g id="APP_NAME">%1$s</xliff:g> aplikazioan dituzu informazioa eta ezarpenak"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satelite bidezko mezularitza"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Bidali eta jaso testu-mezuak satelite bidez. Kontuarekin dator."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Bidali eta jaso testu-mezuak satelite bidez. Ez dator kontuarekin."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satelite bidezko mezularitza"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Satelite bidezko mezularitzari buruz"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Baldintzak betetzen dituen <xliff:g id="CARRIER_NAME">%1$s</xliff:g> operadoreko kontu bat duzunez, testu-mezuak satelite bidez bidali eta jaso ditzakezu"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> operadorearekin kontratatuta daukazun tarifa"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satelite bidezko mezularitza kontuarekin dator"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelite bidezko mezularitza ez dator kontuarekin"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Lortu informazio gehiago"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Nola funtzionatzen du?"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefonoa automatikoki konektatuko da satelite batera. Ahalik eta konexio onena izateko, ziurtatu zerua argi ikus dezakezula."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Telefonoa satelite batera konektatu ondoren"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Edonori bidal diezazkiokezu testu-mezuak, baita larrialdi-zerbitzuei ere. Telefonoa sare mugikor batera konektatuko da berriro, halakorik erabilgarri dagoenean."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Baliteke denbora gehiago behar izatea satelite bidezko mezuak bidaltzeko, eta eremu batzuetan soilik daude erabilgarri. Litekeena da satelite bidezko konexioak eguraldiaren eta egitura jakin batzuen eragina jasatea. Satelite bidez deitzeko aukera ez dago erabilgarri. Baliteke larrialdi-deiak konektatzea, halere.\n\nBaliteke denbora pixka bat behar izatea kontuan egindako aldaketak ezarpenetan agertzeko. Horri buruzko xehetasunak lortzeko, jarri operadorearekin harremanetan."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Satelite bidezko mezularitzari buruzko informazio gehiago"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Ezin da aktibatu <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> aktibatzeko, amaitu satelite bidezko konexioa"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelite bidezko konexioa"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Sarbide-puntuen izenak"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APNa"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Orri guztiekin bateragarria den moduko 16 kB-ko moduan zaude. Modu horretan ezin da bermatu softwarearen osotasuna, eta baliteke telefonoan gordetako datuak arriskuan egotea sistema eragilearen abiarazlea desblokeatuta dagoen bitartean. Modu horietan, eginbide batzuk desgaituko dira; beraz, baliteke aplikazio batzuek ez funtzionatzea. Jatorrizko modura itzultzeko, aldatu berriro 4 kB-ko modura eta blokeatu gailuaren sistema eragilearen abiarazlea. Gailuaren jatorrizko datuak berrezarriko dira, eta jatorrizko ezarpenetara leheneratuko. Gailuak Android behar bezala abiarazten duenean, desgaitu OEMa desblokeatzeko aukera Garatzaileentzako aukerak atalean. Gailuak Android abiarazi ezin badu edo ezegonkorra bada, instala itzazu fabrikako firmwarearen azken irudiak (<a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> helbidetik) gailuan. Bestela, erabili <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> eta hautatu \"Wipe Device\" (xahutu gailua), \"Lock Bootloader\" (blokeatu sistema eragilearen abiarazlea) eta \"Force Flash all partitions\" (behartu partizio guztiak berriro instalatzera)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Orri-tamaina guztiekin bateragarria den 16 kB-ko modua"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Irakurri informazio gehiago"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Exekutatu aplikazioa orriaren tamainarekin bateragarria den modua erabilita"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 kB-ko gailuetan, orriaren tamainarekin bateragarria den modua erabilita exekutatuko da aplikazioa."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Akatsen txostenen kudeatzailea"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Gailuko Akatsen txostenaren lasterbidea zein aplikaziok kontrolatzen duen zehazten du."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Pertsonala"</string>
@@ -5169,7 +5220,7 @@
<string name="mobile_data_disable_message" msgid="7829414836454769970">"Ezingo duzu erabili <xliff:g id="CARRIER">%s</xliff:g> operadorearen datu-konexioa Internet atzitzeko. Wifi-sare baten bidez soilik konektatu ahal izango zara Internetera."</string>
<string name="mobile_data_disable_message_default_carrier" msgid="4449469407705838612">"zure"</string>
<string name="not_allowed_by_ent" msgid="1958611623122304411">"Erakundeak ez du baimenik eman"</string>
- <string name="aware_summary_when_bedtime_on" msgid="2063856008597376344">"Ez dago erabilgarri, lo egiteko garaiaren modua aktibatuta dagoelako"</string>
+ <string name="aware_summary_when_bedtime_on" msgid="2063856008597376344">"Ez dago erabilgarri, lotara joateko modua aktibatuta dagoelako"</string>
<string name="reset_importance_completed" msgid="3595536767426097205">"Berrezarri da jakinarazpenen garrantzia."</string>
<string name="apps_dashboard_title" msgid="3269953499954393706">"Aplikazioak"</string>
<string name="bluetooth_message_access_notification_content" msgid="5111712860712823893">"Gailu batek zure mezuak atzitu nahi ditu. Sakatu xehetasunak ikusteko."</string>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 6c8a2b9..ccf09a5 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -180,7 +180,7 @@
<string name="all_supported_app_locales_title" msgid="5479289964316009026">"همه زبانها"</string>
<string name="suggested_locales_title" msgid="119908696638862861">"پیشنهادی"</string>
<string name="all_supported_locales_title" msgid="2535112632133166546">"همه زبانها"</string>
- <string name="all_supported_locales_regions_title" msgid="8756303246586846613">"همه منطقهها"</string>
+ <string name="all_supported_locales_regions_title" msgid="8756303246586846613">"همه مناطق"</string>
<string name="all_supported_numbering_system_title" msgid="7926472764452490800">"همه سیستمهای شمارهگذاری"</string>
<string name="preference_of_system_locale_title" msgid="8067226276038751504">"زبان سیستم"</string>
<string name="preference_of_system_locale_summary" msgid="5612241394431188535">"پیشفرض سیستم"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"افزودن زبان"</string>
<string name="country_selection_title" msgid="5376929821458644732">"اولویتهای منطقه"</string>
<string name="search_language_hint" msgid="1739082427104506694">"نام زبان را تایپ کنید"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"تنظیمات زبان بیشتر"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"اولویتهای منطقهای"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"تنظیم اولویتهای واحد و عدد"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"به برنامهها اجازه میدهد اولویتهای منطقهای شما را بدانند تا بتوانند تجربهتان را شخصیسازی کنند."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"برنامهها هر زمان ممکن باشد از اولویتهای منطقهای شما استفاده خواهند کرد."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"اولویتهای منطقهای"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"دما"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"اولین روز هفته"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"اولویتهای اعداد"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"روشن"</string>
<string name="external_display_off" msgid="5634413756025351374">"خاموش"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"نمایشگر خارجی"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"استفاده از نمایشگر خارجی"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"وضوح صفحهنمایش"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"نمایشگر خارجی قطع شده است"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"تغییر چرخش یا وضوح ممکن است باعث شود برنامههایی که اکنون درحال اجرا هستند متوقف شوند"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"برای قرینهسازی صفحهنمایش، دستگاهتان باید به یک نمایشگر خارجی متصل باشد"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"گزینههای بیشتر"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"برای تغییر دادن ترتیب نمایشگرها، نگه دارید و بکشید"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"پخش محتوا"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"قرینهسازی"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"فعال کردن نمایش بیسیم"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"درباره چرخش خودکار بیشتر بدانید"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"وضوح صفحه"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"وضوح بالا"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"وضوح کامل"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"«وضوح کامل» از شارژ باتری بیشتری استفاده میکند. تغییر دادن وضوح ممکن است باعث شود برخیاز برنامهها بازراهاندازی شوند."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"انتخابشده"</string>
<string name="color_mode_title" msgid="8666690832113906028">"رنگ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"طبیعی"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"تنظیمات «حالت وقت خواب»"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{«حالتها» هم میتوانند «زمینه تیره» را فعال کنند}=1{{mode_1} هم میتواند «زمینه تیره» را فعال کند}=2{{mode_1} و {mode_2} هم میتوانند «زمینه تیره» را فعال کنند}=3{{mode_1}، {mode_2}، و {mode_3} هم میتوانند «زمینه تیره» را فعال کنند}one{{mode_1}، {mode_2}، و # حالت دیگر هم میتوانند «زمینه تیره» را فعال کنند}other{{mode_1}، {mode_2}، و # حالت دیگر هم میتوانند «زمینه تیره» را فعال کنند}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"تنظیمات حالتها"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"کمنورتر"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"بسیار کمنور"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"به دستگاه اجازه داده میشود کمنورتر از حالت عادی شود"</string>
<string name="screen_timeout" msgid="7709947617767439410">"زمان خاموش شدن صفحه"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> پس از غیرفعال بودن"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"گزینهها"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"دسترسپذیری"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"صفحهکلید فیزیکی"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"کلیدهای واگشت"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"صفحهکلید فشردنهای تکراری و سریع یک کلید را نادیده میگیرد"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"آستانه کلیدهای ضدتکرار"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"کلیک پایین راست"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"برای گزینههای بیشتر، روی پایین گوشه راست صفحه لمسی کلیک کنید"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"سرعت اشارهگر"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"استفاده از تکضرب سهانگشتی"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"رنگ اشارهگر"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"تغییر سبک رنگ نشانگر به سیاه"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"تغییر سبک رنگ نشانگر به سبز"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"آشنایی با اشارههای صفحه لمسی"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"پد لمسی، پدلمسی، موشواره، مکاننما، پیمایش، تند کشیدن، کلیک راست، کلیک، اشارهگر"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"کلیک راست، ضربه زدن"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"کلیک میانی"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"راهاندازی «دستیار»"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"رفتن به صفحه اصلی"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"برگشتن"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"مشاهده برنامههای اخیر"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"رفتن به صفحه اصلی"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"هر جایی از صفحه لمسی را با سه انگشت تند بهبالا بکشید"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"برگشتن"</string>
@@ -2689,7 +2692,7 @@
<string name="battery_saver_auto_percentage" msgid="558533724806281980">"براساس درصد"</string>
<string name="battery_saver_auto_routine_summary" msgid="3913145448299472628">"اگر احتمال داشته باشد باتری قبل از شارژ عادی بعدی تمام شود، «بهینهسازی باتری» روشن میشود"</string>
<string name="battery_saver_auto_percentage_summary" msgid="6190884450723824287">"در <xliff:g id="PERCENT">%1$s</xliff:g> روشن خواهد شد"</string>
- <string name="battery_saver_schedule_settings_title" msgid="3688019979950082237">"تنظیم زمانبندی"</string>
+ <string name="battery_saver_schedule_settings_title" msgid="3688019979950082237">"تنظیم برنامه زمانی"</string>
<string name="battery_saver_turn_on_summary" msgid="1433919417587171160">"افزایش عمر باتری"</string>
<string name="battery_saver_sticky_title_new" msgid="5942813274115684599">"وقتی شارژ شد خاموش شود"</string>
<string name="battery_saver_sticky_title_percentage" msgid="1178162022087559148">"خاموش شدن در <xliff:g id="BATTERY_PERCENTAGE">%1$s</xliff:g>"</string>
@@ -4293,7 +4296,7 @@
<string name="condition_device_muted_summary" msgid="3772178424510397327">"برای تماسها و اعلانها"</string>
<string name="condition_device_vibrate_title" msgid="9058943409545158583">"فقط لرزش"</string>
<string name="condition_device_vibrate_summary" msgid="7537724181691903202">"برای تماسها و اعلانها"</string>
- <string name="night_display_suggestion_title" msgid="5418911386429667704">"تنظیم زمانبندی نور شب"</string>
+ <string name="night_display_suggestion_title" msgid="5418911386429667704">"تنظیم برنامه زمانی نور شب"</string>
<string name="night_display_suggestion_summary" msgid="4218017907425509769">"هر شب صفحهنمایش بهطور خودکار تهرنگ بگیرد"</string>
<string name="condition_night_display_title" msgid="1072880897812554421">"«نور شب» روشن است"</string>
<string name="condition_night_display_summary" msgid="3278349775875166984">"صفحهنمایش کهربایی شد"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"پیامرسانی ماهوارهای"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"پیامکها را ازطریق ماهواره ارسال و دریافت کنید. با حساب شما ارائه شده است."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"پیامکها را ازطریق ماهواره ارسال و دریافت کنید. در حساب شما گنجانده نشده است."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"پیامرسانی ماهوارهای"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"درباره پیامرسانی ماهوارهای"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"بهعنوان بخشی از حساب واجدشرایط <xliff:g id="CARRIER_NAME">%1$s</xliff:g>، میتوانید پیامکها را ازطریق ماهواره ارسال و دریافت کنید"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"طرح <xliff:g id="CARRIER_NAME">%1$s</xliff:g> شما"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"پیامرسانی ماهوارهای با حسابتان ارائه شده است"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"پیامرسانی ماهوارهای با حسابتان ارائه نشده است"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"بیشتر بدانید"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"روش کار"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"تلفن شما بهطور خودکار به ماهواره متصل خواهد شد. برای داشتن بهترین اتصال، به فضای بازی بروید که دید واضحی به آسمان داشته باشید."</string>
<string name="title_supported_service" msgid="4275535165812691571">"بعداز اتصال تلفن به ماهواره"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"میتوانید برای هرکسی پیام ارسال کنید، ازجمله خدمات اضطراری. هروقت شبکه تلفن همراه دردسترس قرار بگیرد، تلفن دوباره به آن متصل خواهد شد."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"پیامرسانی ماهوارهای ممکن است مدت زمان بیشتری طول بکشد و فقط در برخی مناطق دردسترس است. ممکن است وضعیت آبوهوا و برخی ساختمانها بر اتصال ماهواره اثر بگذارند. تماس ماهوارهای دردسترس نیست. ممکن است تماسهای اضطراری همچنان وصل شود.\n\nشاید کمی طول بکشد تا تغییرات حساب در «تنظیمات» نمایش داده شود. برای اطلاع از جزئیات با شرکت مخابراتیتان تماس بگیرید."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"اطلاعات بیشتر درباره پیامرسانی ماهوارهای"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> روشن نشد"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"برای روشن کردن <xliff:g id="FUNCTION">%1$s</xliff:g>، ابتدا اتصال ماهواره را قطع کنید"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"اتصالپذیری ماهواره"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"نامهای نقطه دسترسی"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"هنگام اتصال به <xliff:g id="CARRIER">%1$s</xliff:g>، دردسترس نیست"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"در حالت ۱۶ کیلوبایتی حالت مستقل از صفحه هستید. نمیتوان تمامیت نرمافزار را در این حالت تضمین کرد و هرگونه دادهای که درمدت باز بودن قفل bootloader در تلفن ذخیره میشود میتواند درمعرض خطر باشد. برخیاز ویژگیها در این حالتها غیرفعال میشوند بنابراین ممکن است بعضیاز برنامهها کار نکنند. برای ورود دوباره به حالت تولید، باید به حالت ۴ کیلوبایتی برگردید و سپس bootloader دستگاه را قفل کنید. با این کار، دستگاه دوباره بازنشانی کارخانهای میشود و به تنظیمات تولید بازگردانده میشود. پساز آنکه دستگاه باموفقیت با سیستمعامل Android راهاندازی شد، «باز کردن قفل سازنده اصلی محصول» را در «گزینههای توسعهدهندگان» غیرفعال کنید. اگر دستگاه نتوانست باموفقیت با سیستمعامل Android راهاندازی شود یا ناپایدار بود، دستگاه را با جدیدترین تصویر تنظیمات کارخانه از <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> دوباره فلاش کنید و «محو کردن دادههای دستگاه»، «قفل کردن Bootloader»، و «فلاش کردن اجباری همه پارتیشنها» را انتخاب کنید."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"حالت مستقل از صفحه ۱۶ کیلوبایتی"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"خواندن شرح بلندتر"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"اجرای برنامه در حالت سازگاری با اندازه صفحه"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"برنامه در دستگاه ۱۶ کیلوبایتی در حالت سازگاری با اندازه صفحه اجرا خواهد شد."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"کنترلکننده گزارش اشکال"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"تعیین میکند کدام برنامه میانبر «گزارش اشکال» را در دستگاه کنترل کند."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"شخصی"</string>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 4b0ad8a..fe6d266 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -141,7 +141,7 @@
<string name="stylus_device_details_title" msgid="7618295136015480864">"Näyttökynä"</string>
<string name="stylus_default_notes_app" msgid="4165657465911764628">"Näyttökynäpainikkeen painallus"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (työprofiili)"</string>
- <string name="stylus_textfield_handwriting" msgid="2363579035338976327">"Kirjoittaminen tekstikenttiin"</string>
+ <string name="stylus_textfield_handwriting" msgid="2363579035338976327">"Kirjoita tekstikenttiin"</string>
<string name="stylus_ignore_button" msgid="7734540973145241391">"Ohita kaikki näyttökynäpainikkeen painallukset"</string>
<string name="stylus_connected_devices_title" msgid="2823967577941359812">"Näyttökynä"</string>
<string name="date_and_time" msgid="1788358029823431692">"Päivämäärä ja aika"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Lisää kieli"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Alueasetus"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Anna kielen nimi"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Lisää kieliasetuksia"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Alueelliset valinnat"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Valitse yksikkö- ja numeroasetukset"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Ilmoita alueellisista valinnoista sovelluksille, jotta ne voivat personoida kokemuksesi."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Sovellukset käyttävät alueellisia valintoja, mikäli mahdollista."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Alueelliset valinnat"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Lämpötila"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Viikon ensimmäinen päivä"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numeroasetukset"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Päällä"</string>
<string name="external_display_off" msgid="5634413756025351374">"Pois päältä"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ulkoinen näyttö"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Käytä ulkoista näyttöä"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Näytön resoluutio"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Yhteys ulkoiseen näyttöön katkaistu"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Näytön kierron tai resoluution muutokset voivat keskeyttää tällä hetkellä käynnissä olevat sovellukset"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Laitteen täytyy olla yhdistettynä ulkoiseen näyttöön, jotta näytön peilaus onnistuu"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Lisäasetukset"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Järjestele näyttöjä painamalla pitkään ja vetämällä."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Striimaus"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"peilaus"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Ota langaton näyttö käyttöön"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Lue lisää automaattisesta käännöstä"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Näytön resoluutio"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Korkea resoluutio"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Täysi resoluutio"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Täysi resoluutio kuluttaa enemmän akkua. Jotkin sovellukset käynnistyvät uudelleen, kun vaihdat resoluutiota."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Valittu"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Värit"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Luonnollinen"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Nukkuma-aikamoodin asetukset"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Tiloilla voi myös aktivoida tumman teeman}=1{{mode_1} aktivoi myös tumman teeman}=2{{mode_1} ja {mode_2} aktivoivat myös tumman teeman}=3{{mode_1}, {mode_2} ja {mode_3} aktivoivat myös tumman teeman}other{{mode_1}, {mode_2} ja # muuta aktivoivat myös tumman teeman}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Tilojen asetukset"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Vielä himmeämpi"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Erittäin himmeä"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Salli että laite on tavallista himmeämpi"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Näytön aikakatkaisu"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Laitteen oltua käyttämättä <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Vaihtoehdot"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Saavutettavuus"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fyysinen näppäimistö"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Toistuvien painallusten ohitus"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Näppäimistö ei huomioi nopeasti toistettuja saman näppäimen painalluksia"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Toistuvan painalluksen ohituskynnys"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klikkaa oikeaa alakulmaa"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Lisäasetukset: klikkaa kosketuslevyn oikeaa alakulmaa"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Osoittimen nopeus"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Napauta kolmella sormella"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Osoittimen väri"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Musta osoittimen täytön tyyli"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Vihreä osoittimen täytön tyyli"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Opettele kosketuslevyn eleitä"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ohjauslevy, ohjaus levy, hiiri, kohdistin, vieritä, pyyhkäise, klikkaa kakkospainikkeella, klikkaa, osoitin"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"klikkaa kakkospainikkeella, napauta"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Klikkaa keskimmäistä"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Julkaisuavustaja"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Siirry etusivulle"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Takaisin"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Katso viimeisimmät sovellukset"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Siirry aloitusnäytölle"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Pyyhkäise ylös 3 sormella mistä tahansa kosketuslevyllä"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Takaisin"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satelliittiviestintä"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Lähetä ja vastaanota tekstiviestejä satelliitin kautta. Sisältyy tiliin."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Lähetä ja vastaanota tekstiviestejä satelliitin kautta. Ei sisälly tiliin."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satelliittiviestintä"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Tietoa satelliittiviestinnästä"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Voit lähettää ja vastaanottaa tekstiviestejä satelliitin kautta osana ehdot täyttävää <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ‑tiliä"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> ‑pakettisi"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satelliittiviestintä on osa tiliäsi"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelliittiviestintä ei sisälly tiliisi"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Lue lisää"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Näin se toimii"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Puhelimesi yhdistää satelliittiin automaattisesti. Yhteyden laatu on paras, kun pysyt ulkona avoimella paikalla."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Kun puhelin on yhdistänyt satelliittiin"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Voit lähettää tekstiviestin kenelle tahansa, mukaan lukien hätäkeskukselle. Puhelimesi yhdistää mobiiliverkkoon, kun se on mahdollista."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satelliittiviestintä voi olla hitaampaa ja on saatavilla vain tietyillä alueilla. Sää ja jotkin rakenteet voivat vaikuttaa satelliittiyhteyteen. Satelliittiyhteydellä ei voi soittaa puheluja. Hätäpuhelut saattavat kuitenkin onnistua.\n\nVoi mennä jonkin aikaa ennen kuin muutokset näkyvät asetuksissa. Lisätietoa saat operaattorilta."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Tietoa satelliittiviestinnästä"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ei ole käytettävissä"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Katkaise satelliittiyhteys, jotta <xliff:g id="FUNCTION">%1$s</xliff:g> voidaan laittaa päälle"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelliittiyhteys"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Yhteysosoitteet"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Olet sivusta riippumattoman tilan 16 kt:n tilassa. Ohjelmiston eheyttä ei voida taata tässä tilassa. Kaikki tälle puhelimelle tallennettu data voi olla vaarassa, kun käynnistysohjelmaa ei ole lukittu. Jotkin ominaisuudet on poistettu käytöstä näissä tiloissa, eivätkä kaikki sovellukset välttämättä toimi. Jos haluat siirtyä tuotantotilaan uudelleen, sinun on vaihdettava takaisin 4 kt:n tilaan ja lukittava käynnistysohjelma. Tämä palauttaa laitteen tehdasasetukset uudelleen ja palauttaa sen tuotantoasetuksiin. Kun laite käynnistyy Androidissa, poista OEM-avaus käytöstä kehittäjäasetuksista. Jos laitteen käynnistäminen Androidiin epäonnistuu tai se on epävakaa, suorita Flash uudelleen viimeisimmillä tehdasasetusten näköistiedostoilla osoitteesta <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> tai käytä <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ja valitse \"Pyyhi laite\", \"Lukitse käynnistysohjelma\" tai \"Pakota Flash kaikille osioille\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 kt:n sivusta riippumaton tila"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lue lisää"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Käynnistä sovellus sivukoon yhteensopivuustilassa"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Sovellus käynnistetään sivukoon yhteensopivuustilassa, kun 16 kt:n laite on päällä."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Virheraportin käsittelijä"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Valitsee, mikä sovellus käsittelee laitteen virheraportti-pikanäppäintä."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Henkilökohtainen"</string>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index 051a965..b01890f 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -139,7 +139,7 @@
<string name="previous_connected_see_all" msgid="7759413145713251328">"Tout afficher"</string>
<string name="connected_device_fast_pair_device_see_all" msgid="4898279230458128620">"Tout afficher"</string>
<string name="stylus_device_details_title" msgid="7618295136015480864">"Stylet"</string>
- <string name="stylus_default_notes_app" msgid="4165657465911764628">"Appui du bouton supérieur"</string>
+ <string name="stylus_default_notes_app" msgid="4165657465911764628">"Appui sur le bouton supérieur"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (profil professionnel)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"Écrire dans les champs de texte"</string>
<string name="stylus_ignore_button" msgid="7734540973145241391">"Ignorer toutes les pressions sur les boutons du stylet"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Ajouter une langue"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Préférences régionales"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Entrez la langue"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Plus de paramètres de langue"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Préférences régionales"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Définissez les préférences relatives aux unités et aux chiffres"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Indiquez aux applis vos préférences régionales afin qu\'elles puissent personnaliser votre expérience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Les applis utiliseront vos préférences régionales quand c\'est possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Préférences régionales"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Température"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Premier jour de la semaine"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Préférences relatives aux chiffres"</string>
@@ -374,7 +376,7 @@
<string name="security_settings_face_settings_context_subtitle" msgid="8284262560781442403">"Utilisez le déverrouillage par reconnaissance faciale pour déverrouiller votre téléphone"</string>
<string name="security_settings_fingerprint" msgid="6387775386189204201">"Empreinte digitale"</string>
<string name="security_settings_fingerprint_preference_title" msgid="2484965173528415458">"Empreintes digitales"</string>
- <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Lors de l\'utilisation du Déverrouillage par empreinte digitale"</string>
+ <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"Quand le Déverrouillage par empreinte digitale est utilisé"</string>
<string name="security_settings_work_fingerprint_preference_title" msgid="2076006873519745979">"Empreinte digitale pour le travail"</string>
<string name="fingerprint_add_title" msgid="1837610443487902050">"Ajouter une empreinte digitale"</string>
<string name="security_settings_fingerprint_preference_summary" msgid="8486134175759676037">"{count,plural, =1{Empreinte digitale ajoutée}one{# empreinte digitale ajoutée}other{# empreintes digitales ajoutées}}"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activé"</string>
<string name="external_display_off" msgid="5634413756025351374">"Désactivé"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Écran externe"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Utiliser un écran externe"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Résolution de l\'écran"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"L\'écran externe est déconnecté"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Changer la rotation ou la résolution pourrait arrêter toute appli en cours d\'exécution"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Votre appareil doit être connecté à un écran externe pour dupliquer votre écran"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Autres options"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Maintenez le doigt sur les écrans et faites-les glisser pour les réorganiser."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Diffusion"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"miroir"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Activer l\'affichage sans fil"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"En savoir plus sur la rotation automatique"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Résolution de l\'écran"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Haute résolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Résolution intégrale"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"La résolution intégrale sollicite davantage votre pile. Le changement de résolution peut entraîner le redémarrage de certaines applis."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Sélectionnée"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Couleurs"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturelles"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Paramètres du mode Nuit"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Les modes peuvent également activer le thème sombre}=1{{mode_1} active également le thème sombre}=2{{mode_1} et {mode_2} activent également le thème sombre}=3{{mode_1}, {mode_2} et {mode_3} activent également le thème sombre}one{{mode_1}, {mode_2} et # autre activent également le thème sombre}other{{mode_1}, {mode_2} et # autres activent également le thème sombre}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Paramètres des modes"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Réduire davantage la luminosité"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Réduction supplémentaire de la luminosité"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Autoriser l\'appareil à réduire la luminosité plus que d\'habitude"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Mise en veille de l\'écran"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Après <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> d\'inactivité"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Options"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibilité"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Clavier physique"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Touches non répétées"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Le clavier ignore les appuis répétés rapidement sur la même touche"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Seuil de la touche non répétée"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clic en bas à droite"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Cliquez dans le coin inférieur droit du pavé tactile pour plus d\'options"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Vitesse du pointeur"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Utiliser le toucher à trois doigts"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Couleur du pointeur"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Changez le style du pointeur à noir"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Changez le style du pointeur à vert"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Apprendre les gestes du pavé tactile"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"pavé tactile, souris, curseur, faire défiler, balayer, faire un clic droit, cliquer, pointeur"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"faire un clic droit, toucher"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic au centre"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Lancer l\'Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Retour à la page d\'accueil"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Retour"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Afficher les applis récentes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Retour à la page d\'accueil"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Balayez votre pavé tactile vers le haut avec trois doigts"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Retour"</string>
@@ -3994,7 +3997,7 @@
<string name="restr_pin_enter_admin_pin" msgid="4435410646541671918">"Entrez le NIP d\'administrateur"</string>
<string name="switch_on_text" msgid="5664542327776075105">"Activé"</string>
<string name="switch_off_text" msgid="1315547447393646667">"Désactivé"</string>
- <string name="nfc_setting_on" msgid="7701896496026725772">"Activée"</string>
+ <string name="nfc_setting_on" msgid="7701896496026725772">"Activé"</string>
<string name="nfc_setting_off" msgid="7142103438532732309">"Désactivée"</string>
<string name="screen_pinning_switch_on_text" msgid="6971386830247542552">"Activé"</string>
<string name="screen_pinning_switch_off_text" msgid="5032105155623003875">"Désactivé"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Messagerie par satellite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envoyez et recevez des messages texte par satellite. Compris dans votre compte."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envoyez et recevez des messages texte par satellite. Non inclus avec votre compte."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Messagerie par satellite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"À propos de la messagerie par satellite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Vous pouvez envoyer et recevoir des messages texte par satellite à l\'aide d\'un compte <xliff:g id="CARRIER_NAME">%1$s</xliff:g> admissible"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Votre forfait <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"La messagerie par satellite est comprise dans votre compte"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"La messagerie par satellite n\'est pas comprise dans votre compte"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"En savoir plus"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Fonctionnement"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Votre téléphone se connectera automatiquement à un satellite. Pour une connexion optimale, tenez le téléphone sous un ciel dégagé."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Une fois que votre téléphone s\'est connecté à un satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Vous pouvez envoyer des messages texte à n\'importe qui, y compris aux services d\'urgence. Votre téléphone se reconnectera à un réseau cellulaire lorsqu\'il sera accessible."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"La messagerie par satellite peut prendre plus de temps et est accessible seulement dans certaines régions. Les conditions météorologiques et certaines structures peuvent avoir une incidence sur votre connexion par satellite. Les appels par satellite ne sont pas accessibles. Les appels d\'urgence pourraient tout de même se connecter.\n\nIl peut s\'écouler un certain temps avant que les modifications apportées à votre compte s\'affichent dans les paramètres. Communiquez avec votre opérateur pour en savoir plus."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"En savoir plus sur la messagerie par satellite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Impossible d\'activer la fonctionnalité <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Pour activer la fonctionnalité <xliff:g id="FUNCTION">%1$s</xliff:g>, mettez d\'abord fin à la connexion par satellite"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Connectivité par satellite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Noms des points d\'accès"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"nom du point d\'accès"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Vous êtes dans le mode 16 Ko du mode indépendant de la page. L\'intégrité du logiciel ne peut pas être garantie dans ce mode, et toutes les données stockées sur le téléphone pendant que le programme d\'amorçage est déverrouillé pourraient être compromises. Certaines fonctionnalités seront désactivées dans ces modes, de sorte que certaines applications peuvent ne pas fonctionner. Pour repasser en mode production, vous devez basculer vers le mode 4 Ko, puis verrouiller le programme d\'amorçage de l\'appareil. Cette opération réinitialisera à nouveau l\'appareil et rétablira ses paramètres par défaut. Une fois que l\'appareil a bien démarré sous Android, désactivez le déverrouillage par le fabricant d\'équipement d\'origine dans les Options pour les développeurs. Si l\'appareil ne démarre pas sous Android ou s\'il est instable, flashez à nouveau l\'appareil avec les dernières images par défaut à partir de la page <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou utilisez la page <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> et sélectionnez « Nettoyer l\'appareil », « Verrouiller le programme d\'amorçage » et « Forcer le flash de toutes les partitions »."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Mode agnostique de page 16 Ko"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lire la suite"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Exécuter l\'appli avec le mode de compatibilité de taille de page"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"L\'appli sera exécutée en mode de compatibilité de taille de page sur un appareil de 16 Ko activé."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Gestionnaire de rapport de bogue"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Détermine quelle appli gère le raccourci de rapport de bogue sur votre appareil."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personnel"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"La BUL n\'est pas accessible à l\'emplacement actuel"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Utiliser Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread permet de connecter vos appareil pour maison intelligente et d\'en améliorer l\'efficacité et les performances.\n\nUne fois activé, cet appareil peut rejoindre un réseau Thread, permettant de contrôler les appareils pris en charge par Matter à partir de ce téléphone."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread permet de connecter vos appareil pour maison intelligente et d\'en améliorer l\'efficacité et les performances.\n\nUne fois activé, cet appareil peut rejoindre un réseau Thread, ce qui vous permet de contrôler les appareils pris en charge par Matter à partir de ce téléphone."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"En savoir plus sur Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Accès à la caméra"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Accès au microphone"</string>
@@ -5316,7 +5367,7 @@
<string name="aspect_ratio_main_summary_text" msgid="5544816872094235840">"Essayez d\'autres proportions pour afficher une appli si elle n\'a pas été conçue pour s\'adapter à votre <xliff:g id="DEVICE_NAME">%1$s</xliff:g>. Il se peut que certaines applis ne soient pas optimisées pour certaines proportions."</string>
<string name="user_aspect_ratio_suggested_apps_label" msgid="8085934042329632039">"Applis suggérées"</string>
<string name="user_aspect_ratio_changed_apps_label" msgid="2096614916172567672">"Applis modif."</string>
- <string name="user_aspect_ratio_app_default" msgid="270065763307617837">"Appli par défaut"</string>
+ <string name="user_aspect_ratio_app_default" msgid="270065763307617837">"Proportions par défaut de l\'appli"</string>
<string name="user_aspect_ratio_fullscreen" msgid="1843427242540081996">"Plein écran"</string>
<string name="user_aspect_ratio_half_screen" msgid="1015852057094310209">"Moitié de l\'écran"</string>
<string name="user_aspect_ratio_device_size" msgid="2339820985120881199">"Proportions de l\'appareil"</string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 2e49c04..ab8bf47 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Ajouter une langue"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Préférences régionales"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Saisissez la langue"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Autres paramètres de langue"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Préférences régionales"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Définir les préférences d\'unités et de nombres"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Indiquez vos préférences régionales aux applis pour qu\'elles puissent personnaliser votre expérience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Les applis utiliseront vos préférences régionales dans la mesure du possible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Préférences régionales"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Température"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Premier jour de la semaine"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Préférences liées aux chiffres"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activé"</string>
<string name="external_display_off" msgid="5634413756025351374">"Désactivé"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Écran externe"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Utiliser un écran externe"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Résolution de l\'écran"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"L\'écran externe est déconnecté"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"La modification de la rotation ou de la résolution peut entraîner l\'arrêt des applis en cours d\'exécution"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Votre appareil doit être connecté à un écran externe pour dupliquer votre écran"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Autres options"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Appuyez de manière prolongée et faites glisser pour réorganiser les écrans."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"duplication d\'écran"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Activer l\'affichage sans fil"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"En savoir plus sur la rotation automatique"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Résolution d\'écran"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Haute résolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Pleine résolution"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"La pleine résolution consomme davantage de batterie. Changer de résolution peut entraîner le redémarrage de certaines applis."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Sélectionnée"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Couleurs"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturelles"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Paramètres du mode Coucher"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Les modes peuvent également activer le thème sombre}=1{{mode_1} active également le thème sombre}=2{{mode_1} et {mode_2} activent également le thème sombre}=3{{mode_1}, {mode_2} et {mode_3} activent également le thème sombre}one{{mode_1}, {mode_2} et # autre mode activent également le thème sombre}other{{mode_1}, {mode_2} et # autres modes activent également le thème sombre}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Paramètres des modes"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Luminosité ultra-réduite"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Luminosité ultra-réduite"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Autoriser une diminution plus importante de la luminosité de l\'appareil"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Délai de mise en veille de l\'écran"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Après <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> d\'inactivité"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Options"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibilité"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Clavier physique"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Touches à rebonds"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Le clavier ignore les frappes rapides et consécutives d\'une même touche"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Seuil de touches filtres"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clic en bas à droite"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Pour plus d\'options, cliquez en bas à droite du pavé tactile"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Vitesse du pointeur"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Appuyer avec trois doigts"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Couleur du pointeur"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Définir le remplissage du pointeur sur noir"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Définir le remplissage du pointeur sur vert"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Découvrir gestes au pavé tactile"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"pavé tactile, pavé tactile, souris, curseur, faire défiler, balayer, clic droit, clic, pointeur"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"clic droit, appuyer"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic au milieu"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Lancer l\'Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Retour à l\'accueil"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Retour"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Afficher les applis récentes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Retour à l\'accueil"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Balayez vers le haut avec trois doigts sur le pavé tactile"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Retour"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Messagerie par satellite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envoyez et recevez des messages par satellite. Inclus dans votre compte."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envoyez et recevez des messages par satellite. Non inclus dans votre compte."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Messagerie par satellite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"À propos de la messagerie par satellite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Vous pouvez envoyer et recevoir des messages par satellite dans le cadre d\'un compte <xliff:g id="CARRIER_NAME">%1$s</xliff:g> éligible."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Votre forfait <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"La messagerie par satellite est incluse dans votre compte"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"La messagerie par satellite n\'est pas incluse dans votre compte"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"En savoir plus"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Fonctionnement"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Votre téléphone se connectera automatiquement à un satellite. Pour obtenir une meilleure connexion, restez à l\'extérieur avec une vue dégagée du ciel."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Une fois que votre téléphone se connecte à un satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Vous pouvez envoyer un message à n\'importe qui, y compris les services d\'urgence. Votre téléphone se reconnectera à un réseau mobile le cas échéant."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"L\'envoi de messages par satellite peut prendre plus de temps et n\'est disponible que dans certaines zones. La météo et certaines structures peuvent avoir une incidence sur votre connexion satellite. Il n\'est pas possible d\'appeler par satellite. Il est toutefois possible de se connecter aux appels d\'urgence.\n\nLa prise en compte de ces modifications dans Paramètres peut prendre un certain temps. Pour en savoir plus, contactez votre opérateur."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"En savoir plus sur la messagerie par satellite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Impossible d\'activer le <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Pour activer le <xliff:g id="FUNCTION">%1$s</xliff:g>, coupez d\'abord la connexion satellite"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Connectivité satellite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Noms des points d\'accès"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Vous utilisez le mode 16 Ko du mode agnostique de page mémoire. L\'intégrité du logiciel ne peut pas être garantie dans ce mode, et toute donnée stockée sur le téléphone alors que le bootloader est déverrouillé peut être exposée à un risque. Certaines fonctionnalités seront désactivées dans ces modes, et certaines applications sont susceptibles de ne pas fonctionner. Pour remettre l\'appareil en mode Production, vous devez repasser au mode 4 Ko, puis verrouiller le bootloader de l\'appareil. Cela permet de rétablir la configuration d\'usine de l\'appareil à nouveau et d\'en rétablir les paramètres de production. Une fois que l\'appareil a bien démarré sous Android, désactivez le déverrouillage OEM dans les Options pour les développeurs. Si l\'appareil ne parvient pas à démarrer sous Android ou s\'il est instable, flashez de nouveau l\'appareil à l\'aide des dernières images d\'usine disponibles à l\'adresse <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou utilisez <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> et sélectionnez \"Nettoyer l\'appareil\", \"Verrouiller le bootloader\", puis \"Forcer le flash de l\'ensemble des partitions\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Mode agnostique de page mémoire 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lire la suite"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Exécuter l\'appli en mode de compatibilité de taille de page"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"L\'appli sera exécutée en mode de compatibilité de taille de page sur l\'appareil 16 ko."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Gestionnaire de rapport de bug"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Détermine quelle application gère le raccourci vers le rapport de bug sur votre appareil."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personnel"</string>
diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml
index 8d40d43..39654f4 100644
--- a/res/values-gl/strings.xml
+++ b/res/values-gl/strings.xml
@@ -27,7 +27,7 @@
<string name="show_dev_countdown" msgid="2936506773086395069">"{count,plural, =1{Agora estás a # paso de converterte na persoa encargada de programar.}other{Agora estás a # pasos de converterte na persoa encargada de programar.}}"</string>
<string name="show_dev_on" msgid="2840850085134853754">"Agora xa es programador!"</string>
<string name="show_dev_already" msgid="7041756429707644630">"Non é necesario, xa es un programador."</string>
- <string name="dev_settings_disabled_warning" msgid="6971867026249671244">"Activa primeiro as opcións para programadores."</string>
+ <string name="dev_settings_disabled_warning" msgid="6971867026249671244">"Activa primeiro as opcións de programación."</string>
<string name="dev_settings_available_to_admin_only_warning" msgid="3408243404879083111">"Só os usuarios con acceso de administración poden acceder á configuración para programadores."</string>
<string name="header_category_system" msgid="1665516346845259058">"Sistema"</string>
<string name="radioInfo_service_in" msgid="9088637745836646271">"En servizo"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Engadir un idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferencia de rexión"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Escribe o nome do idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Máis opcións de configuración de idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferencias rexionais"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Configura as preferencias de números e unidades"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permite que as aplicacións coñezan as túas preferencias rexionais para que poidan personalizar a túa experiencia."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"As aplicacións usarán as túas preferencias rexionais cando sexa posible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferencias rexionais"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primeiro día da semana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferencias de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activada"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desactivada"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Pantalla externa"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usar pantalla externa"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolución da pantalla"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"A pantalla externa está desconectada"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"O cambio de ángulo ou resolución pode deter as aplicacións que se estean executando"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"O dispositivo ten que estar conectado a unha pantalla externa para que se proxecte a túa"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Máis opcións"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Mantén premido e arrastra para reordenar as pantallas."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Emitir"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"proxección"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Activar visualización sen fíos"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Máis información sobre xirar automaticamente"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolución da pantalla"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolución"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Máxima resolución"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"A máxima resolución consome máis batería. Se cambias a resolución, pode que se reinicien algunhas aplicacións."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Seleccionada"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Cores"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturais"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Configuración do modo Hora de durmir"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Os modos tamén poden activar o tema escuro}=1{O modo {mode_1} tamén activa o tema escuro}=2{Os modos {mode_1} e {mode_2} tamén activan o tema escuro}=3{Os modos {mode_1}, {mode_2} e {mode_3} tamén activan o tema escuro}other{Os modos {mode_1}, {mode_2} e # máis tamén activan o tema escuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Configuración de modos"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Máis atenuado aínda"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Atenuación extra"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permite que o dispositivo se atenúe máis do habitual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tempo de espera da pantalla"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inactividade"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcións"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accesibilidade"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclado físico"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Teclas de rebote"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"O teclado ignorará as pulsacións repetidas rapidamente da mesma tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Límite das teclas de rebote"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clic na esquina inferior dereita"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Fai clic na esquina inferior dereita do panel para máis opcións"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Velocidade do punteiro"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Usar o toque con tres dedos"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Cor do punteiro"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Cambiar recheo do punteiro a negro"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Cambiar recheo do punteiro a verde"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Consultar xestos do panel táctil"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"panel táctil, rato, cursor, desprazar, pasar o dedo, facer clic co botón dereito, facer clic, punteiro"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"facer clic co botón dereito, tocar"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic no medio"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Iniciar Asistente"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ir á páxina de inicio"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Volver"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ver aplicacións recentes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ir a Inicio"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Pasa 3 dedos cara arriba en calquera parte do panel táctil"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Atrás"</string>
@@ -4589,7 +4592,7 @@
<string name="financed_privacy_safe_mode" msgid="5362149445732602578">"Reiniciar o dispositivo no modo seguro"</string>
<string name="financed_privacy_multi_users" msgid="1727194928477613081">"Engadir varios usuarios"</string>
<string name="financed_privacy_config_date_time" msgid="8567370445374984365">"Cambiar a data, a hora e os fusos horarios"</string>
- <string name="financed_privacy_developer_options" msgid="7602001474669831672">"Usar opcións de programador"</string>
+ <string name="financed_privacy_developer_options" msgid="7602001474669831672">"Usar opcións de programación"</string>
<string name="financed_privacy_credit_provider_capabilities_category" msgid="8737902277892987998">"A entidade de crédito pode:"</string>
<string name="financed_privacy_IMEI" msgid="1852413860963824799">"Acceder ao teu número IMEI"</string>
<string name="financed_privacy_factory_reset" msgid="5505016667590160732">"Se se produce algún erro, restablece a configuración de fábrica do dispositivo"</string>
@@ -4673,7 +4676,7 @@
<string name="autofill_max_partitions" msgid="7342195529574406366">"Máximo de solicitudes por sesión"</string>
<string name="autofill_max_visible_datasets" msgid="4970201981694392229">"Máximo de conxuntos de datos visibles"</string>
<string name="autofill_reset_developer_options" msgid="6425613608979498608">"Restablecer valores predeterminados"</string>
- <string name="autofill_reset_developer_options_complete" msgid="1276741935956594965">"Restablecéronse as opcións para programadores da función de autocompletar"</string>
+ <string name="autofill_reset_developer_options_complete" msgid="1276741935956594965">"Restablecéronse as opcións de programación da función de autocompletar"</string>
<string name="location_category" msgid="3496759112306219062">"Localización"</string>
<string name="location_indicator_settings_title" msgid="6655916258720093451">"Indicador de localización da barra de estado"</string>
<string name="location_indicator_settings_description" msgid="2888022085372804021">"Mostrar para todas as localizacións, como a rede e a conectividade"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mensaxaría por satélite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envía e recibe mensaxes de texto por satélite. Inclúese na túa conta."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envía e recibe mensaxes de texto por satélite. Servizo non incluído na túa conta."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mensaxaría por satélite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Acerca da mensaxaría por satélite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Podes enviar e recibir mensaxes de texto por satélite como parte dunha conta de <xliff:g id="CARRIER_NAME">%1$s</xliff:g> que cumpre os requisitos"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"O teu plan de <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"A mensaxaría por satélite inclúese na túa conta"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"A mensaxaría por satélite non se inclúe na túa conta"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Máis información"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Como funciona?"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"O teu teléfono conectarase automaticamente cun satélite. Para ter unha mellor conexión, debes situarte nunha zona onde o ceo estea despexado."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Despois de que o teléfono se conecte a un satélite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Podes intercambiar mensaxes de texto con calquera persoa, mesmo cos servizos de emerxencia. O teléfono volverá conectarse a unha rede de telefonía móbil en canto haxa unha dispoñible."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"A mensaxaría por satélite pode tardar máis e só está dispoñible en certas zonas. As condiciones meteorolóxicas e algunhas estruturas poden afectar á túa conexión por satélite. A función de chamada por satélite non está dispoñible. É posible que poidas facer chamadas de emerxencia.\n\nOs cambios na conta poden tardar algo en aparecer na configuración. Contacta co operador para obter información."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Máis información sobre a mensaxaría por satélite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Non se pode activar a función <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para activar a función <xliff:g id="FUNCTION">%1$s</xliff:g>, primeiro pecha a conexión por satélite"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conectividade por satélite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nomes dos puntos de acceso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5044,25 +5093,27 @@
<string name="enable_16k_pages" msgid="8001470927566110689">"Arrancar con páxinas de 16 kB"</string>
<string name="enable_16k_pages_summary" msgid="1964363364670306912">"Arrancar co núcleo compatible con páxinas de 16 kB"</string>
<string name="confirm_enable_16k_pages_title" msgid="611010487387251491">"Cambiar do modo de 4 kB ao modo de 16 kB"</string>
- <string name="confirm_enable_16k_pages_text" msgid="6129208614283750541">"Estás no modo independente de páxina executando un núcleo de 4 kB e vas cambiar ao modo de 16 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Esta acción reiniciará o dispositivo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque, o que restablecerá a configuración de fábrica do dispositivo. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programador."</string>
+ <string name="confirm_enable_16k_pages_text" msgid="6129208614283750541">"Estás no modo independente de páxina executando un núcleo de 4 kB e vas cambiar ao modo de 16 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Esta acción reiniciará o dispositivo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque, o que restablecerá a configuración de fábrica do dispositivo. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programación."</string>
<string name="confirm_enable_4k_pages_title" msgid="3210360137887034659">"Cambiar do modo de 16 kB ao modo de 4 kB"</string>
- <string name="confirm_enable_4k_pages_text" msgid="155070605667160083">"Estás no modo independente de páxina executando un núcleo de 16 kB e vas cambiar ao modo de 4 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Esta acción reiniciará o dispositivo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que bloquear o cargador de arranque, o que restablecerá a configuración de fábrica do dispositivo. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programador."</string>
+ <string name="confirm_enable_4k_pages_text" msgid="155070605667160083">"Estás no modo independente de páxina executando un núcleo de 16 kB e vas cambiar ao modo de 4 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Esta acción reiniciará o dispositivo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que bloquear o cargador de arranque, o que restablecerá a configuración de fábrica do dispositivo. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programación."</string>
<string name="toast_16k_update_failed_text" msgid="8888858987184345567">"Produciuse un erro a actualizar o núcleo compatible con páxinas de 16 kB."</string>
<string name="progress_16k_ota_title" msgid="2117218313875523741">"Aplicando cambio"</string>
<string name="confirm_format_ext4_title" msgid="6696191800594435577">"Cambiar o formato a ext4? (obrigatorio para o modo de 16 kB)"</string>
- <string name="confirm_format_ext4_text" msgid="7940372488624630214">"Esta partición de datos do dispositivo debe converterse a ext4 antes de utilizar a opción de programador de 16 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Para activar a opción de 16 kB será necesario reiniciar o dispositivo unha vez máis. Unha vez que esteas neste modo, poderás alternar entre o modo de 4 kB e 16 kB só cun reinicio. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque, o que restablecerá a configuración de fábrica do dispositivo. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programador. Tras a confirmación, borraranse os datos do dispositivo e cambiarase o sistema de ficheiros a ext4. Unha vez completada esta operación, volve para activar de novo o modo de 16 kB."</string>
+ <string name="confirm_format_ext4_text" msgid="7940372488624630214">"Esta partición de datos do dispositivo debe converterse a ext4 antes de utilizar a opción de programador de 16 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Para activar a opción de 16 kB será necesario reiniciar o dispositivo unha vez máis. Unha vez que esteas neste modo, poderás alternar entre o modo de 4 kB e 16 kB só cun reinicio. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque, o que restablecerá a configuración de fábrica do dispositivo. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programación. Tras a confirmación, borraranse os datos do dispositivo e cambiarase o sistema de ficheiros a ext4. Unha vez completada esta operación, volve para activar de novo o modo de 16 kB."</string>
<string name="confirm_ext4_button_text" msgid="6045501984773738407">"Borrar todos os datos"</string>
<string name="format_ext4_failure_toast" msgid="8059453995800471549">"Produciuse un erro ao borrar a partición de datos e cambiar o formato a ext4."</string>
<string name="confirm_oem_unlock_for_16k_title" msgid="6062041826568112078">"Cómpre desbloquear o cargador de arranque"</string>
<string name="confirm_oem_unlock_for_16k_text" msgid="3583604865119937957">"Cómpre desbloquear o cargador de arranque deste dispositivo antes de utilizar a opción de programador de 16 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Borraranse todos os datos e opcións de configuración do usuario cando se active o modo de 16 kB. Despois de desbloquear o cargador de arranque, haberá que reiniciar o dispositivo dúas veces para activar a opción de 16 kB. Unha vez que esteas neste modo, poderás alternar entre o modo de 4 kB e 16 kB só cun reinicio. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que o dispositivo retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque ou o fabricante do equipo orixinal, o que restablecerá a configuración de fábrica do dispositivo. Desbloquea o cargador de arranque e téntao de novo. Podes consultar as instrucións deste proceso en <a href=\"https://source.android.com/docs/core/architecture/bootloader/locking_unlocking\">https://source.android.com/docs/core/architecture/bootloader/locking_unlocking</a>"</string>
<string name="page_agnostic_4k_pages_title" msgid="1184703958249093215">"Estase usando o modo independente de páxina de 4 kB"</string>
<string name="page_agnostic_4k_pages_text_short" msgid="2894243902906666242">"Estás usando o modo independente de páxina de 4 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que retorne ao modo de produción, terás que bloquear o cargador de arranque do dispositivo. Toca para obter máis información."</string>
- <string name="page_agnostic_4k_pages_text" msgid="8284806650260868833">"Estás usando o modo independente de páxina de 4 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que retorne ao modo de produción, terás que bloquear o cargador de arranque do dispositivo. Esta acción restablecerá de novo a configuración de fábrica do dispositivo e restaurará a súa configuración de produción. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programador. Se o dispositivo non arranca en Android ou é inestable, volve instalar as últimas imaxes de fábrica desde <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecciona as opcións de borrar datos do dispositivo, bloquear o cargador de arranque e forzar a instalación de todas as particións."</string>
+ <string name="page_agnostic_4k_pages_text" msgid="8284806650260868833">"Estás usando o modo independente de páxina de 4 kB. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que retorne ao modo de produción, terás que bloquear o cargador de arranque do dispositivo. Esta acción restablecerá de novo a configuración de fábrica do dispositivo e restaurará a súa configuración de produción. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programación. Se o dispositivo non arranca en Android ou é inestable, volve instalar as últimas imaxes de fábrica desde <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecciona as opcións de borrar datos do dispositivo, bloquear o cargador de arranque e forzar a instalación de todas as particións."</string>
<string name="page_agnostic_16k_pages_title" msgid="7762533464569818498">"Estase usando o modo independente de páxina de 16 kB"</string>
<string name="page_agnostic_16k_pages_text_short" msgid="3282018880292691631">"Estás na opción de 16 kB do modo independente de páxina. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque do dispositivo. Toca para obter máis información."</string>
- <string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Estás na opción de 16 kB do modo independente de páxina. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque do dispositivo. Esta acción restablecerá de novo a configuración de fábrica do dispositivo e restaurará a súa configuración de produción. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programador. Se o dispositivo non arranca en Android ou é inestable, volve instalar as últimas imaxes de fábrica desde <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecciona as opcións de borrar datos do dispositivo, bloquear o cargador de arranque e forzar a instalación de todas as particións."</string>
+ <string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Estás na opción de 16 kB do modo independente de páxina. A integridade do software non se pode garantir neste modo, e os datos almacenados no teléfono mentres está desbloqueado o cargador de arranque poden correr perigo. Desactivaranse algunhas funcións nestes modos, polo que pode que non funcionen algunhas aplicacións. Para facer que retorne ao modo de produción, terás que volver ao modo de 4 kB e bloquear o cargador de arranque do dispositivo. Esta acción restablecerá de novo a configuración de fábrica do dispositivo e restaurará a súa configuración de produción. Despois de que o dispositivo se inicie correctamente en Android, desactiva o desbloqueo do fabricante do equipo orixinal en Opcións de programación. Se o dispositivo non arranca en Android ou é inestable, volve instalar as últimas imaxes de fábrica desde <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecciona as opcións de borrar datos do dispositivo, bloquear o cargador de arranque e forzar a instalación de todas as particións."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modo independente de páxina de 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Ler máis"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Executar a aplicación no modo de compatibilidade co tamaño de páxina"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"A aplicación executarase no modo de compatibilidade co tamaño de páxina activado en dispositivos de 16 kB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Controlador do Informe de erros"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina que aplicación xestiona o atallo aos informes de erros no teu dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Persoal"</string>
@@ -5189,7 +5240,7 @@
<string name="prevent_ringing_main_switch_title" msgid="4726252811262086643">"Usar Evitar que soe"</string>
<string name="use_wifi_hotsopt_main_switch_title" msgid="3909731167290690539">"Usar zona wifi"</string>
<string name="app_pinning_main_switch_title" msgid="5465506660064032876">"Usar fixación de aplicación"</string>
- <string name="developer_options_main_switch_title" msgid="1720074589554152501">"Usar opcións para programadores"</string>
+ <string name="developer_options_main_switch_title" msgid="1720074589554152501">"Usar opcións de programación"</string>
<string name="default_print_service_main_switch_title" msgid="4697133737128324036">"Usar servizo de impresión"</string>
<string name="multiple_users_main_switch_title" msgid="9158796544835843201">"Permitir cambiar de usuario"</string>
<string name="multiple_users_main_switch_keywords" msgid="4845954458094134356">"permitir, varios, usuario, deixar, moitos"</string>
diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml
index 2334e34..5ac37e0 100644
--- a/res/values-gu/strings.xml
+++ b/res/values-gu/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ભાષા ઉમેરો"</string>
<string name="country_selection_title" msgid="5376929821458644732">"પ્રદેશ પસંદગી"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ભાષાનું નામ ટાઇપ કરો"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ભાષાના વધુ સેટિંગ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"પ્રાદેશિક પસંદગીઓ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"એકમો અને સંખ્યાની પસંદગીઓ સેટ કરો"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"તમારા અનુભવને મનગમતો બનાવી શકે તે માટે ઍપને તમારી પ્રાદેશિક પસંદગીઓ જણાવો."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"શક્ય હોય ત્યાં ઍપ તમારી પ્રાદેશિક પસંદગીઓનો ઉપયોગ કરશે."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"પ્રાદેશિક પસંદગીઓ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"તાપમાન"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"અઠવાડિયાનો પહેલો દિવસ"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"નંબરની પસંદગીઓ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ચાલુ"</string>
<string name="external_display_off" msgid="5634413756025351374">"બંધ"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"બાહ્ય ડિસ્પ્લે"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"બાહ્ય ડિસ્પ્લેનો ઉપયોગ કરો"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ડિસ્પ્લેનું રિઝોલ્યુશન"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"બાહ્ય ડિસ્પ્લે ડિસ્કનેક્ટેડ છે"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"રોટેશન અથવા રિઝોલ્યુશન બદલવાથી હાલમાં ચાલી રહેલી કોઈપણ ઍપ બંધ થઈ શકે છે"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"તમારી સ્ક્રીનને મિરર કરવા માટે તમારું ડિવાઇસ બાહ્ય ડિસ્પ્લે સાથે કનેક્ટેડ હોવું આવશ્યક છે"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"વધુ વિકલ્પો"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ડિસ્પ્લેનો ક્રમ બદલવા માટે દબાવી રાખીને ખેંચો."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"કાસ્ટ કરો"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"મીરર"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"વાયરલેસ ડિસ્પ્લે સક્ષમ કરો"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ઑટો રોટેટ (સ્ક્રીનની ઑટોમૅટિક રીતે ફરવાની ક્રિયા) વિશે વધુ જાણો"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"સ્ક્રીન રિઝોલ્યુશન"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"વધુ રિઝોલ્યુશન"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"પૂર્ણ રિઝોલ્યુશન"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"પૂર્ણ રિઝોલ્યુશનથી તમારી બૅટરીનો વપરાશ વધુ થાય છે. તમારું રિઝોલ્યુશન સ્વિચ કરવાથી કેટલીક ઍપ કદાચ ફરી શરૂ થઈ શકે છે."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"પસંદ કર્યું"</string>
<string name="color_mode_title" msgid="8666690832113906028">"રંગો"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"કુદરતી"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"બેડટાઇમ મોડનાં સેટિંગ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{મોડ ડાર્ક થીમને પણ સક્રિય કરી શકે છે}=1{{mode_1} ડાર્ક થીમને પણ સક્રિય કરી શકે છે}=2{{mode_1} અને {mode_2} ડાર્ક થીમને પણ સક્રિય કરી શકે છે}=3{{mode_1}, {mode_2} અને {mode_3} ડાર્ક થીમને પણ સક્રિય કરી શકે છે}one{{mode_1}, {mode_2} અને વધુ # ડાર્ક થીમને પણ સક્રિય કરી શકે છે}other{{mode_1}, {mode_2} અને વધુ # ડાર્ક થીમને પણ સક્રિય કરી શકે છે}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"મોડના સેટિંગ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"હજી વધુ ઝાંખું"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"એક્સ્ટ્રા ડિમ"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ડિવાઇસને સામાન્ય કરતાં વધુ ઝાંખું થવા દો"</string>
<string name="screen_timeout" msgid="7709947617767439410">"સ્ક્રીનનો ઑટોમૅટિક સમાપ્તિ સમય"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"નિષ્ક્રિયતાના <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> પછી"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"વિકલ્પો"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ઍક્સેસિબિલિટી"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ભૌતિક કીબોર્ડ"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"બાઉન્સ કી"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"એક જ કીને વારંવાર ઝડપથી દબાવવાની પ્રક્રિયાની કીબોર્ડ અવગણના કરે છે"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"બાઉન્સ કી સંબંધિત મર્યાદા"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"સૌથી નીચે-રાઇટ ક્લિક કરો"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"વધુ વિકલ્પો માટે, ટચપૅડના સૌથી નીચેના જમણા ખૂણા પર ક્લિક કરો"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"પૉઇન્ટરની ઝડપ"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"\"ત્રણ આંગળી વડે ટૅપ\"નો ઉપયોગ કરો"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"પૉઇન્ટરનો રંગ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"પૉઇન્ટર ફીલ શૈલીને કાળામાં બદલો"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"પૉઇન્ટર ફીલ શૈલીને લીલામાં બદલો"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ટચપૅડના સંકેતો વિશે જાણો"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ટ્રૅકપૅડ, ટ્રૅક પૅડ, માઉસ, કર્સર, સ્ક્રોલ કરો, સ્વાઇપ કરો, રાઇટ ક્લિક કરો, ક્લિક કરો, પૉઇન્ટર"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"રાઇટ ક્લિક કરો, ટૅપ કરો"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"વચલું ક્લિક કરો"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant લૉન્ચ કરો"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"હોમ પર જાઓ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"પાછા જાઓ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"તાજેતરની ઍપ જુઓ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"હોમ પર જાઓ"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"તમારા ટચપૅડ પર ગમે ત્યાં ત્રણ આંગળી વડે ઉપરની તરફ સ્વાઇપ કરો"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"પાછા જાઓ"</string>
@@ -3748,7 +3751,7 @@
<string name="notification_polite_work" msgid="8823596456640216391">"ઑફિસની પ્રોફાઇલ પર લાગુ કરો"</string>
<string name="notification_polite_work_summary" msgid="5014189280132951378">"ઑફિસની પ્રોફાઇલ ઍપ પર લાગુ કરો"</string>
<string name="notification_bundle_title" msgid="460988459835922719">"બંડલ બનાવેલા નોટિફિકેશન"</string>
- <string name="notification_bundle_on" msgid="1596327200778050642">"ચાલુ"</string>
+ <string name="notification_bundle_on" msgid="1596327200778050642">"ચાલુ છે"</string>
<string name="notification_bundle_off" msgid="1550261372988157377">"બંધ"</string>
<string name="notification_bundle_main_control_title" msgid="4746182488388939403">"નોટિફિકેશન બંડલ બનાવવાની પ્રક્રિયાનો ઉપયોગ કરો"</string>
<string name="notification_bundle_description" msgid="3896142878395333784">"વધુ શાંત અનુભવ માટે સમાન થીમવાળા નોટિફિકેશનને સાઇલન્ટ કરીને એકસાથે ગ્રૂપ કરવામાં આવશે. બંડલ બનાવવાની પ્રક્રિયા ઍપના પોતાના નોટિફિકેશનના સેટિંગને ઓવરરાઇડ કરશે."</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"સૅટલાઇટ મેસેજિંગ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"સૅટલાઇટ મારફતે ટેક્સ્ટ મેસેજ મોકલો અને પ્રાપ્ત કરો. તમારા એકાઉન્ટમાં શામેલ છે."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"સૅટલાઇટ મારફતે ટેક્સ્ટ મેસેજ મોકલો અને પ્રાપ્ત કરો. તમારા એકાઉન્ટ સાથે શામેલ નથી."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"સૅટલાઇટ મેસેજિંગ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"સૅટલાઇટ મેસેજિંગ સેવા વિશે"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"યોગ્ય <xliff:g id="CARRIER_NAME">%1$s</xliff:g> એકાઉન્ટના ભાગ તરીકે તમે સૅટલાઇટ મારફતે ટેક્સ્ટ મેસેજ મોકલી અને પ્રાપ્ત કરી શકો છો"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"તમારો <xliff:g id="CARRIER_NAME">%1$s</xliff:g> પ્લાન"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"સૅટલાઇટ મેસેજિંગ તમારા એકાઉન્ટમાં શામેલ છે"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"સૅટલાઇટ મેસેજિંગ તમારા એકાઉન્ટમાં શામેલ નથી"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"વધુ જાણો"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"તેની કામ કરવાની રીત"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"તમારો ફોન સૅટલાઇટ સાથે ઑટોમૅટિક રીતે કનેક્ટ કરવામાં આવશે. શ્રેષ્ઠ કનેક્શન માટે, સ્પષ્ટ રીતે આકાશ જોઈ શકાય તે રીતે બહાર રહો."</string>
<string name="title_supported_service" msgid="4275535165812691571">"તમારો ફોન સૅટલાઇટ સાથે કનેક્ટ થયા પછી"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"તમે ઇમર્જન્સી સર્વિસ સહિત કોઈને પણ ટેક્સ્ટ કરી શકો છો. જ્યારે કોઈ મોબાઇલ નેટવર્ક ઉપલબ્ધ હશે, ત્યારે તમારો ફોન તેની સાથે ફરીથી કનેક્ટ કરવામાં આવશે."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"સૅટલાઇટ મેસેજિંગને વધુ સમય લાગી શકે છે અને તે માત્ર અમુક વિસ્તારોમાં જ ઉપલબ્ધ છે. વાતાવરણ અને ચોક્કસ સંરચનાઓ તમારા સૅટલાઇટ કનેક્શનને અસર કરી શકે છે. સૅટલાઇટ મારફતે કૉલ કરવાની સુવિધા ઉપલબ્ધ નથી. છતાં પણ ઇમર્જન્સી કૉલ કનેક્ટ થઈ શકે છે.\n\nએકાઉન્ટમાં કરવામાં આવેલા ફેરફારોને સેટિંગમાં દેખાવામાં થોડો સમય લાગી શકે છે. વિગતો માટે તમારા મોબાઇલ ઑપરેટરનો સંપર્ક કરો."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"સૅટલાઇટ મેસેજિંગ વિશે વધુ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ચાલુ કરી શકતા નથી"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ચાલુ કરવા માટે, પહેલા સૅટલાઇટ કનેક્શન સમાપ્ત કરો"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"સૅટલાઇટની કનેક્ટિવિટી"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ઍક્સેસ પૉઇન્ટના નામ"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"તમે પેજ-એગ્નોસ્ટિક મોડના 16KB મોડમાં છો. આ મોડમાં સૉફ્ટવેરની સંપૂર્ણતાની ગૅરંટી આપી શકાતી નથી અને જ્યારે બૂટલોડર અનલૉક કરેલું હોય ત્યારે ફોનમાં સ્ટોર કરેલો કોઈપણ ડેટા જોખમમાં હોઈ શકે છે. આ મોડમાં અમુક સુવિધાઓ બંધ કરવામાં આવશે, તેથી અમુક ઍપ્લિકેશનો કામ ન કરે એવું બની શકે છે. પ્રોડક્શન મોડમાં ફરીથી દાખલ થવા માટે, તમારે 4KB મોડ પર પાછા સ્વિચ કરવું આવશ્યક છે અને પછી ડિવાઇસના બૂટલોડરને લૉક કરો. આ ડિવાઇસને ફરીથી ફેક્ટરી રીસેટ કરશે અને તેને પ્રોડક્શન સેટિંગમાં રિસ્ટોર કરશે. ડિવાઇસ સફળતાપૂર્વક Androidમાં બૂટ થાય તે પછી, ડેવલપરના વિકલ્પોમાં OEM અનલૉક કરવાના સેટિંગને બંધ કરો. જો ડિવાઇસ Android OSથી બૂટ થવાનું નિષ્ફળ રહે અથવા અસ્થિર હોય, તો ડિવાઇસને <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>ની નવીનતમ ફેક્ટરી છબીઓથી OS ફરીથી ફ્લૅશ કરો અથવા <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>નો ઉપયોગ કરો તેમજ \'ડિવાઇસનો ડેટા વાઇપ કરો\', \'બૂટલોડર લૉક કરો\' અને \'તમામ પાર્ટિશન ફરજિયાત રીતે ફલૅશ કરો\' પસંદ કરો."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB પેજ એગ્નોસ્ટિક મોડ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"વધુ વાંચો"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"પેજના કદ સુસંગતતા મોડમાં ઍપને ચલાવો"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 KB ટૉગલ કરેલા ડિવાઇસ પર, પેજના કદ સુસંગતતા મોડમાં ઍપને ચલાવવામાં આવશે."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"બગ રિપોર્ટ હૅન્ડલ કરનાર"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"તમારા ડિવાઇસ પર કઈ ઍપ ખામીની જાણકારીના શૉર્ટકટને હૅન્ડલ કરે તે નક્કી કરે છે."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"વ્યક્તિગત"</string>
@@ -5227,7 +5278,7 @@
<string name="uwb_settings_summary" msgid="3074271396764672268">"UWB ધરાવતા નજીકના ડિવાઇસનું સંબંધિત અંતર ઓળખવામાં સહાય કરે છે"</string>
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"UWBનો ઉપયોગ કરવા માટે એરપ્લેન મોડ બંધ કરો"</string>
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"હાલના લોકેશનમાં UWB અનુપલબ્ધ છે"</string>
- <string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
+ <string name="thread_network_settings_title" msgid="4212301030523859220">"થ્રેડ"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"થ્રેડનો ઉપયોગ કરો"</string>
<string name="thread_network_settings_footer_title" msgid="7385600318850220927">"થ્રેડ તમારા સ્માર્ટ ઘરના સ્માર્ટ ડિવાઇસ કનેક્ટ કરવામાં, કાર્યક્ષમતા અને પર્ફોર્મન્સને બહેતર બનાવવામાં સહાય કરે છે.\n\nજ્યારે ચાલુ હોય, ત્યારે આ ડિવાઇસ થ્રેડ નેટવર્કમાં જોડાવા માટે યોગ્ય છે, જે આ ફોન મારફતે Matter દ્વારા સપોર્ટ કરવામાં આવતા ડિવાઇસના નિયંત્રણની મંજૂરી આપે છે."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"થ્રેડ વિશે વધુ જાણો"</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index bd65c15..9a16522 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -139,10 +139,10 @@
<string name="previous_connected_see_all" msgid="7759413145713251328">"सभी देखें"</string>
<string name="connected_device_fast_pair_device_see_all" msgid="4898279230458128620">"सभी देखें"</string>
<string name="stylus_device_details_title" msgid="7618295136015480864">"स्टाइलस"</string>
- <string name="stylus_default_notes_app" msgid="4165657465911764628">"स्टाइलस बटन दबाने पर यह ऐप्लिकेशन खुले"</string>
+ <string name="stylus_default_notes_app" msgid="4165657465911764628">"टेल बटन दबाने पर खुले"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (वर्क प्रोफ़ाइल)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"टेक्स्ट फ़ील्ड में कुछ लिखें"</string>
- <string name="stylus_ignore_button" msgid="7734540973145241391">"स्टाइलस के बटन के सभी इनपुट को नज़रअंदाज़ करें"</string>
+ <string name="stylus_ignore_button" msgid="7734540973145241391">"स्टाइलस बटन के सभी इनपुट नज़रअंदाज़ करें"</string>
<string name="stylus_connected_devices_title" msgid="2823967577941359812">"स्टाइलस"</string>
<string name="date_and_time" msgid="1788358029823431692">"तारीख और समय"</string>
<string name="proxy_settings_title" msgid="4201866858226087066">"प्रॉक्सी"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"कोई भाषा जोड़ें"</string>
<string name="country_selection_title" msgid="5376929821458644732">"क्षेत्र प्राथमिकता"</string>
<string name="search_language_hint" msgid="1739082427104506694">"भाषा का नाम लिखें"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"भाषा की ज़्यादा सेटिंग"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"जगह के हिसाब से प्राथमिकताएं"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"यूनिट और नंबर की प्राथमिकताएं तय करें"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"ऐप्लिकेशन को जगह के हिसाब से तय की गई अपनी प्राथमिकताओं का ऐक्सेस दें, ताकि आपको मनमुताबिक अनुभव मिल सके."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"ऐप्लिकेशन, जगह के हिसाब से तय की गई आपकी प्राथमिकताओं का इस्तेमाल करेंगे."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"जगह के हिसाब से प्राथमिकताएं"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"तापमान"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"हफ़्ते का पहला दिन"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"नंबर की प्राथमिकताएं"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"चालू है"</string>
<string name="external_display_off" msgid="5634413756025351374">"बंद है"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"बाहरी डिसप्ले"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"बाहरी डिसप्ले का इस्तेमाल करें"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"डिसप्ले का रिज़ॉल्यूशन"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"बाहरी डिसप्ले डिसकनेक्ट कर दिया गया है"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"रोटेशन या रिज़ॉल्यूशन बदलने की वजह से, बैकग्राउंड में चल रहे ऐप्लिकेशन बंद हो सकते हैं"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"डिवाइस की स्क्रीन को किसी बाहरी डिसप्ले पर दिखाने के लिए, इनका आपस में कनेक्ट होना ज़रूरी है"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ज़्यादा विकल्प"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"डिसप्ले का क्रम बदलने के लिए, उन्हें दबाकर रखें और खींचकर छोड़ें."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"कास्ट करने की सेटिंग"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"स्क्रीन शेयर करें"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"बिना वायर के स्क्रीन दिखाना (वायरलेस डिसप्ले) चालू करें"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"स्क्रीन के अपने-आप घूम जाने (ऑटो-रोटेट) की सुविधा के बारे में ज़्यादा जानें"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"स्क्रीन रिज़ॉल्यूशन"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"हाई रिज़ॉल्यूशन"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"फ़ुल रिज़ॉल्यूशन"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"फ़ुल रिज़ॉल्यूशन में ज़्यादा बैटरी खर्च होती है. रिज़ॉल्यूशन बदलने पर, कुछ ऐप्लिकेशन रीस्टार्ट हो सकते हैं."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"चुना गया"</string>
<string name="color_mode_title" msgid="8666690832113906028">"रंग"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"बिना किसी बदलाव के"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"बेडटाइम मोड की सेटिंग"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{मोड के हिसाब से भी गहरे रंग वाली थीम चालू हो सकती है}=1{{mode_1} से भी गहरे रंग वाली थीम चालू हो जाती है}=2{{mode_1} और {mode_2} से भी गहरे रंग वाली थीम चालू हो जाती है}=3{{mode_1}, {mode_2}, और {mode_3} से भी गहरे रंग वाली थीम चालू हो जाती है}one{{mode_1}, {mode_2}, और # अन्य मोड से भी गहरे रंग वाली थीम चालू हो जाती है}other{{mode_1}, {mode_2}, और # अन्य मोड से भी गहरे रंग वाली थीम चालू हो जाती है}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"मोड की सेटिंग"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"सामान्य लेवल से भी कम"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"स्क्रीन की रोशनी को सामान्य लेवल से और कम करने की सुविधा"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"डिवाइस की रोशनी को सामान्य लेवल से भी कम रखें"</string>
<string name="screen_timeout" msgid="7709947617767439410">"स्क्रीन इतनी देर में बंद हो जाए"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> तक इस्तेमाल न होने पर"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"अन्य विकल्प"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"सुलभता सुविधा"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"सामान्य कीबोर्ड"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"बाउंस बटन"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"एक ही बटन को बार-बार दबाने पर, कीबोर्ड तुरंत कोई कार्रवाई नहीं करेगा"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"बाउंस बटन का थ्रेशोल्ड"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"सबसे नीचे दाईं ओर क्लिक करें"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"टचपैड के सबसे नीचे दाएं कोने पर क्लिक करके अन्य विकल्प पाएं"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"पॉइंटर की स्पीड"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"तीन उंगलियों से टैप करें"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"पॉइंटर का कलर"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"पॉइंटर फ़िल स्टाइल, ब्लैक में बदलें"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"पॉइंटर फ़िल स्टाइल, ग्रीन में बदलें"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"टचपैड पर हाथ के जेस्चर जानें"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ट्रैकपैड, ट्रैक पैड, माउस, कर्सर, स्क्रोल, स्वाइप, राइट क्लिक, क्लिक, पॉइंटर"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"राइट क्लिक, टैप"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"बीच में क्लिक करें"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant को लॉन्च करें"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"होम स्क्रीन पर जाएं"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"वापस जाएं"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"हाल ही में इस्तेमाल किए गए ऐप देखें"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"होम स्क्रीन पर जाएं"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"टचपैड पर तीन उंगलियों से कहीं भी ऊपर की ओर स्वाइप करें"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"वापस जाएं"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"सैटलाइट के ज़रिए मैसेज भेजने की सुविधा"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"सैटलाइट के ज़रिए मैसेज भेजें और पाएं. यह सुविधा, आपके खाते के लिए उपलब्ध नहीं है."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"सैटलाइट के ज़रिए मैसेज भेजें और पाएं. आपके खाते से इस सुविधा का इस्तेमाल नहीं किया जा सकता."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"सैटलाइट के ज़रिए मैसेज भेजने की सुविधा"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"सैटलाइट के ज़रिए मैसेज भेजने की सुविधा के बारे में जानकारी"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"अगर आपके पास <xliff:g id="CARRIER_NAME">%1$s</xliff:g> खाता है, तो आपके लिए सैटलाइट के ज़रिए मैसेज भेजने और पाने की सुविधा उपलब्ध है"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"आपका <xliff:g id="CARRIER_NAME">%1$s</xliff:g> प्लान"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"आपके खाते के प्लान में सैटलाइट के ज़रिए मैसेज भेजने की सुविधा शामिल है"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"आपके खाते के प्लान में सैटलाइट के ज़रिए मैसेज भेजने की सुविधा शामिल नहीं है"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ज़्यादा जानें"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"यह सुविधा कैसे काम करती है"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"आपका फ़ोन, सैटलाइट से अपने-आप कनेक्ट हो जाएगा. अच्छे कनेक्शन के लिए, यह ज़रूरी है कि आप किसी खुली जगह में हों और आसमान साफ़ हो."</string>
<string name="title_supported_service" msgid="4275535165812691571">"फ़ोन के सैटलाइट के साथ कनेक्ट होने पर"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"इस सुविधा के ज़रिए किसी को भी मैसेज किया जा सकता है. इसमें आपातकालीन सेवाएं भी शामिल हैं. मोबाइल नेटवर्क के उपलब्ध होने पर, आपका फ़ोन फिर से कनेक्ट हो जाएगा."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"सैटलाइट के ज़रिए मैसेज भेजने में ज़्यादा समय लग सकता है. यह सुविधा, कुछ ही जगहों पर इस्तेमाल की जा सकती है. मौसम और ऊंची इमारतों, पहाड़ों वगैरह की वजह से, आपके सैटलाइट कनेक्शन पर असर पड़ सकता है. सैटलाइट के ज़रिए कॉल करने की सुविधा उपलब्ध नहीं है. हालांकि, आपातकालीन कॉल कनेक्ट हो सकती हैं.\n\nखाते में हुए बदलावों को सेटिंग पर दिखने में थोड़ा समय लग सकता है. ज़्यादा जानकारी के लिए, मोबाइल और इंटरनेट सेवा देने वाली कंपनी से संपर्क करें."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"सैटलाइट के ज़रिए मैसेज भेजने की सुविधा के बारे में ज़्यादा जानकारी"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> चालू नहीं किया जा सकता"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> चालू करने के लिए, पहले सैटलाइट कनेक्शन बंद करें"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"सैटलाइट कनेक्टिविटी"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ऐक्सेस पॉइंट नेम"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"एपीएन"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"<xliff:g id="CARRIER">%1$s</xliff:g> से कनेक्ट होने पर उपलब्ध नहीं है"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"आप पेज-ऐग्नोस्टिक मोड के 16 केबी मोड में हैं. इस मोड में, सॉफ़्टवेयर के रखरखाव की गारंटी नहीं है. साथ ही, बूटलोडर अनलॉक होने के दौरान आपके फ़ोन में सेव डेटा की सुरक्षा खतरे में हो सकती है. इन मोड में, कुछ सुविधाएं बंद हो जाएंगी. इसलिए, ऐसा हो सकता है कि कुछ ऐप्लिकेशन काम न करें. प्रोडक्शन मोड पर वापस जाने के लिए, आपको 4 केबी मोड पर फिर से स्विच करना होगा. इसके बाद, आपको डिवाइस का बूटलोडर लॉक करना होगा. ऐसा करने पर, डिवाइस फिर से फ़ैक्ट्री रीसेट हो जाएगा और इसकी प्रोडक्शन सेटिंग पहले जैसी हो जाएंगी. डिवाइस के Android में बूट हो जाने के बाद, \'डेवलपर के लिए सेटिंग और टूल\' में जाकर ओईएम से अनलॉक करने की सेटिंग बंद करें. अगर डिवाइस Android में बूट नहीं होता या ठीक से काम नहीं करता, तो <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> पर जाकर नई फ़ैक्ट्री इमेज का इस्तेमाल करके डिवाइस को फिर से फ़्लैश करें या <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> पर दिए गए टूल का इस्तेमाल करें. इसके बाद, \'डिवाइस वाइप करें\', \'बूटलोडर को लॉक करें\', और \'सभी हिस्से ज़बरदस्ती फ़्लैश करें\' को चुनें."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 केबी पेज-एग्नोस्टिक मोड"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ज़्यादा पढ़ें"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ऐप्लिकेशन को पेज साइज़ कंपैटबिलिटी मोड में चलाएं"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 केबी वाले डिवाइस पर, ऐप्लिकेशन को पेज साइज़ कंपैटबिलिटी मोड में चलाया जाएगा."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"गड़बड़ी की रिपोर्ट हैंडल करने वाला"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"तय करें कि आपके डिवाइस पर कौनसा ऐप्लिकेशन गड़बड़ी की रिपोर्ट के शॉर्टकट का इस्तेमाल करता है."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"निजी"</string>
@@ -5228,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"यूडब्ल्यूबी टेक्नोलॉजी मौजूदा जगह पर उपलब्ध नहीं है"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread का इस्तेमाल करें"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread, स्मार्ट होम डिवाइसों को कनेक्ट करने, उनके काम करने की क्षमता बढ़ाने, और उनकी परफ़ॉर्मेंस बेहतर करने में मदद करते हैं.\n\nचालू करने पर, डिवाइस को Thread नेटवर्क से कनेक्ट किया जा सकता है. इससे Matter की सुविधा वाले डिवाइसों को फ़ोन से कंट्रोल किया जा सकेगा."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread, स्मार्ट होम डिवाइसों को कनेक्ट करने, उनकी क्षमता बढ़ाने, और उनकी परफ़ॉर्मेंस बेहतर करने में मदद करते हैं.\n\nचालू होने पर, इस डिवाइस को Thread नेटवर्क से कनेक्ट किया जा सकता है. इससे Matter की सुविधा वाले डिवाइसों को फ़ोन से कंट्रोल किया जा सकेगा."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread के बारे में ज़्यादा जानें"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"कैमरे का ऐक्सेस"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"माइक्रोफ़ोन का ऐक्सेस"</string>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 32a9d47..3b20d00 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -67,7 +67,7 @@
<string name="bluetooth_pairing_pref_title" msgid="3497193027590444598">"Uparite novi uređaj"</string>
<string name="keywords_add_bt_device" msgid="4533191164203174011">"bluetooth"</string>
<string name="bluetooth_screen_auto_on_title" msgid="2203993262483477532">"Automatski uključi sutra"</string>
- <string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"Ako isključite Bluetooth, ponovo se uključuje sljedeći dan"</string>
+ <string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"Ako ga isključite, Bluetooth će se ponovo uključiti sljedeći dan"</string>
<string name="bluetooth_pair_right_ear_button" msgid="3979894494803078852">"Upari desno uho"</string>
<string name="bluetooth_pair_left_ear_button" msgid="1019938875726073791">"Upari lijevo uho"</string>
<string name="bluetooth_pair_other_ear_dialog_title" msgid="3814943511999984012">"Uparite drugo uho"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dodajte jezik"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Postavke regije"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Unesite naziv jezika"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Više postavki jezika"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionalne preferencije"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Odredite kako će se prikazivati mjerne jedinice i brojke"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Unesite svoje regionalne preferencije u aplikacije kako bi mogle personalizirati vaš doživljaj."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikacije će upotrebljavati vaše regionalne preferencije kad je to moguće."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionalne preferencije"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Prvi dan u tjednu"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Postavke brojeva"</string>
@@ -563,7 +565,7 @@
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"Senzor otiska prsta ne može se koristiti"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"Posjetite servisera."</string>
<string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Otključavanje otiskom prsta kad je zaslon isključen"</string>
- <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Upotreba otključavanja otiskom prsta čak i kad je zaslon isključen"</string>
+ <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Koristi se otključavanje otiskom prsta čak i kad je zaslon isključen"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"Isključivanje zaslona, otključavanje"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"Više sigurnosnih postavki"</string>
<string name="security_advanced_settings_work_profile_settings_summary" msgid="7295451997961973175">"Zaključavanje poslovnog profila, šifriranje i drugo"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Uključeno"</string>
<string name="external_display_off" msgid="5634413756025351374">"Isključeno"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Vanjski zaslon"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Koristi vanjski zaslon"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Razlučivost zaslona"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Prekinuta je veza vanjskog zaslona"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Promjenom rotacije ili razlučivosti mogu se zaustaviti sve aplikacije koje su trenutačno pokrenute"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Da biste zrcalili svoj zaslon, vaš uređaj mora biti povezan s vanjskim zaslonom"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Više opcija"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Zadržite i povucite da biste promijenili raspored zaslona."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Emitiranje"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"zrcalo"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Omogući bežični prikaz"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Saznajte više o automatskom zakretanju"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Razlučivost zaslona"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Visoka razlučivost"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Puna razlučivost"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Puna razlučivost troši više baterije. Promjena razlučivosti može dovesti do ponovnog pokretanja nekih aplikacija."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Odabrano"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Boje"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Prirodno"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Postavke načina rada za spavanje"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Načini rada mogu aktivirati i tamnu temu}=1{{mode_1} aktivira i tamnu temu}=2{{mode_1} i {mode_2} aktiviraju i tamnu temu}=3{{mode_1}, {mode_2} i {mode_3} aktiviraju i tamnu temu}one{{mode_1}, {mode_2} i još # aktiviraju tamnu temu}few{{mode_1}, {mode_2} i još # aktiviraju tamnu temu}other{{mode_1}, {mode_2} i još # aktiviraju tamnu temu}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Postavke načina rada"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Još tamnije"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Dodatno zatamnjenje"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Omogući da se uređaj zatamni više nego obično"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Automatsko isključivanje zaslona"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Nakon <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> neaktivnosti"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcije"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Pristupačnost"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fizička tipkovnica"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Zanemari slučajne pritiske tipki"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tipkovnica zanemaruje brzo ponovljene pritiske iste tipke"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Prag zanemarivanja slučajnih pritisaka"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik dolje desno"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Kliknite donji desni kut dodirne podloge za više opcija"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Brzina pokazivača"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Koristi dodir s tri prsta"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Boja pokazivača"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Promjena ispunj. pokaz. na crno"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Promjena ispunj. pokaz. na zeleno"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Učenje pokreta za dodirnu podlogu"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"dodirna površina, miš, pokazivač, pomicanje, prijeći prstom, kliknuti desnom tipkom, kliknuti, pokazivači"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"kliknuti desnom tipkom, dodirnuti"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Srednji klik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Pokreni Asistenta"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Na početni zaslon"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Natrag"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Prikaži nedavne aplikacije"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Na početni zaslon"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Prijeđite trima prstima nagore bilo gdje na dodirnoj podlozi"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Natrag"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Slanje poruka putem satelita"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Šaljite i primajte tekstne poruke putem satelita. Uključeno s vašim računom."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Šaljite i primajte tekstne poruke putem satelita. Nije uključeno s vašim računom."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Slanje poruka putem satelita"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"O slanju poruka putem satelita"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Možete razmjenjivati tekstne poruke putem satelita u sklopu računa pri mobilnom operateru <xliff:g id="CARRIER_NAME">%1$s</xliff:g> koji ispunjava kriterije"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Vaš paket pri mobilnom operateru <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Slanje poruka putem satelita uključeno je s vašim računom"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Slanje poruka putem satelita nije uključeno s vašim računom"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Saznajte više"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Kako to funkcionira"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Vaš telefon automatski će se povezati sa satelitom. Za najbolju vezu potreban je jasan pogled na nebo."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Nakon što se vaš telefon poveže sa satelitom"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Možete slati poruke svima, uključujući hitne službe. Vaš telefon ponovno će se povezati s mobilnom mrežom kad bude dostupna."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Slanje poruka putem satelita moglo bi potrajati dulje, a dostupno je samo u nekim područjima. Na vašu satelitsku vezu mogu utjecati vremenski uvjeti i određene strukture. Pozivanje putem satelita nije dostupno. Hitni pozivi i dalje se mogu povezati.\n\nMože proći neko vrijeme da promjene računa budu vidljive u postavkama. Više informacija zatražite od svog operatera."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Više o slanju poruka putem satelita"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nije moguće uključiti funkciju <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Da biste uključili funkciju <xliff:g id="FUNCTION">%1$s</xliff:g>, najprije prekinite satelitsku vezu"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelitska povezivost"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nazivi pristupnih točaka"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Aktivan je način rada od 16 KB koji ne ovisi o veličini stranice. U ovom se načinu ne može zajamčiti integritet softvera, a svi podaci pohranjeni na telefonu mogu biti ugroženi dok je pokretač operativnog sustava otključan. Neke će značajke biti onemogućene u tim načinima, pa neke aplikacije možda neće funkcionirati. Da biste ponovno ušli u produkcijski način rada, morate se vratiti na način od 4 KB, a zatim zaključati pokretač operativnog sustava. To će ponovno vratiti uređaj na tvorničke postavke i vratiti ga na produkcijske postavke. Nakon što uređaj uspješno pokrene Android, onemogućite OEM otključavanje u opcijama za razvojne programere. Ako uređaj ne uspije pokrenuti Android ili ako nije stabilan, ponovno instalirajte sliku sustava na uređaju s najnovijim tvorničkim verzijama firmwarea s web-lokacije <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ili upotrijebite web-lokaciju <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>, a zatim odaberite opcije Izbriši uređaj, Zaključaj pokretač operativnog sustava i Prisilno instaliraj sliku sustava na svim particijama."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Način 16 od KB koji ne ovisi o veličini stranice"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Pročitajte više"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Pokretanje aplikacije s načinom kompatibilnosti veličine stranice"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikacija će se pokrenuti u načinu kompatibilnosti veličine stranice na uređaju koji se izvodi u načinu rada od 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Rukovatelj izvješćem o programskim pogreškama"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Određuje koja je aplikacija zadužena za prečac Izvješće o programskim pogreškama na vašem uređaju."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Osobno"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"Isključite način rada u zrakoplovu da biste koristili UWB"</string>
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB nije dostupan na trenutačnoj lokaciji"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
- <string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Upotrebljavajte Thread"</string>
+ <string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Koristi Thread"</string>
<string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread vam pomaže da povežete svoje pametne kućanske uređaje te potiče učinkovitost i izvedbu.\n\nKad je omogućen, ovaj uređaj ispunjava kriterije za pridruživanje mreži Thread, čime se omogućuje kontrola nad uređajima koji podržavaju Matter putem ovog telefona."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Saznajte više o Threadu"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Pristup kameri"</string>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index c7667ac..8aa0607 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Nyelv hozzáadása"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Régió beállítása"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Adja meg a nyelvet"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"További nyelvi beállítások"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionális preferenciák"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Mértékegységekkel és számokkal kapcsolatos preferenciák beállítása"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Tudassa az alkalmazásokkal a regionális preferenciáit, hogy személyre szabhassák a felhasználói élményt."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Ahol lehetséges, ott az alkalmazások az Ön regionális preferenciáit használják majd."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionális preferenciáik"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Hőmérséklet"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"A hét első napja"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Számbeállítások"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Be"</string>
<string name="external_display_off" msgid="5634413756025351374">"Ki"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Külső kijelző"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Külső kijelző használata"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Kijelző felbontása"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Nem csatlakozik külső kijelző"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Az elforgatás vagy a felbontás módosítása leállíthatja az aktuálisan futó alkalmazásokat"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"A képernyő tükrözéséhez az eszköznek csatlakoznia kell egy külső kijelzőhöz"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"További lehetőségek"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"A kijelzők átrendezéséhez tartsa lenyomva és húzza őket."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Tartalomátküldés"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"tükrözés"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Vezeték nélküli kijelző engedélyezése"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"További információ az automatikus forgatásról"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Képernyőfelbontás"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Nagy felbontás"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Teljes felbontás"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"A teljes felbontás jobban igénybe veszi az akkumulátort. A felbontás váltásakor előfordulhat, hogy néhány alkalmazás újraindul."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Kijelölve"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Színek"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Természetes"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Az Alvásidő mód beállításai"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{A módok a sötét témát is aktiválhatják}=1{A(z) {mode_1} a sötét témát is aktiválja}=2{A(z) {mode_1} és a(z) {mode_2} a sötét témát is aktiválja}=3{A(z) {mode_1}, a(z) {mode_2} és a(z) {mode_3} a sötét témát is aktiválja}other{A(z) {mode_1}, a(z) {mode_2} és # további a sötét témát is aktiválja}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Módbeállítások"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Még kevesebb fényerő"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extrasötét"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Engedélyezi az eszköz számára, hogy a szokásosnál kevesebb fényerővel működjön"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Képernyő időkorlátja"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> inaktivitás után"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opciók"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Kisegítő lehetőségek"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fizikai billentyűzet"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Billentyűblokkolás"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"A billentyűzet nem veszi figyelembe, ha ugyanazt a billentyűt gyorsan egymás után többször is lenyomja."</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Billentyűblokkolás küszöbértéke"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Kattintás a jobb alsó sarokban"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Több beállítás: kattintson az érintőpad jobb alsó sarkában"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Mutató sebessége"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Koppintás három ujjal"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Mutató színe"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Mutatókitöltés-stílus módosítása: fekete"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Mutatókitöltés-stílus módosítása: zöld"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Érintőpad-kézmozdulatok megismerése"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"érintőpad, érintő pad, egér, kurzor, görgetés, csúsztatás, kattintás jobb egérgombbal, kattintás, mutató"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"kattintás jobb egérgombbal, koppintás"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Középső gombos kattintás"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"A Segéd indítása"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ugrás a kezdőképernyőre"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Vissza"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Legutóbbi alkalmazások megtekintése"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ugrás a főoldalra"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Csúsztasson gyorsan felfelé 3 ujjával bárhol az érintőpadon"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Vissza"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Műholdas üzenetváltás"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Szöveges üzeneteket küldhet és fogadhat műholdon keresztül. A szolgáltatás rendelkezésre áll a fiókjában."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Szöveges üzeneteket küldhet és fogadhat műholdon keresztül. A szolgáltatás nem áll rendelkezésre a fiókjában."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Műholdas üzenetváltás"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"A műholdas üzenetváltásról"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Jogosult <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-fiók részeként szöveges üzeneteket küldhet és fogadhat műholdas kapcsolaton keresztül."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"A <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-csomag"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"A műholdas üzenetváltás szolgáltatás rendelkezésre áll a fiókjában"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"A műholdas üzenetváltás szolgáltatás nem áll rendelkezésre a fiókjában"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"További információ"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Hogyan működik?"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"A telefon automatikusan csatlakozik az egyik műholdhoz. A jobb kapcsolat érdekében biztosítsa az eszköz szabad rálátását az égre."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Miután telefonja műholdhoz kapcsolódik"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Bárkinek küldhet szöveges üzeneteket, a segélyhívó szolgálatokat is beleértve. A telefon újracsatlakozik az adott mobilhálózatra (ha rendelkezésre áll)."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"A műholdas üzenetváltás hosszabb időt vehet igénybe, és csak bizonyos területeken áll rendelkezésre. Az időjárás és bizonyos építmények befolyásolhatják a műholdas kapcsolatot. Műholdas telefonálásra nincs lehetőség. Ettől függetlenül előfordulhat, hogy a segélyhívásokat kapcsolják.\n\nNémi időbe telhet, amíg a fiókkal kapcsolatos változások megjelennek a Beállításoknál. További információért forduljon a szolgáltatójához."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"További információ a műholdas üzenetváltásról"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nem lehetséges a(z) <xliff:g id="FUNCTION">%1$s</xliff:g> bekapcsolása"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"A(z) <xliff:g id="FUNCTION">%1$s</xliff:g> bekapcsolásához előbb szakítsa meg a műholdas kapcsolatot"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Műholdas kapcsolat"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Hozzáférési pontok nevei"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Ön jelenleg a lapmérettől független mód 16 kB-os módjában van. A szoftverek integritása nem garantálható ebben a módban, és a telefonon tárolt összes adat veszélyben lehet, amíg a rendszerindító zárolása fel van oldva. Egyes funkciók le lesznek tiltva ezekben a módokban, ezért előfordulhat, hogy néhány alkalmazás nem működik. Ha szeretne visszalépni az éles üzemmódba, váltson vissza a 4 kB-os módra, majd zárolja az eszköz rendszerindítóját. Ezzel újra visszaállítja az eszközt a gyári beállításokra, és egyúttal az éles beállításokra is. Miután az eszköz sikeresen elindította az Android rendszert, tiltsa le az OEM-feloldást a Fejlesztői beállítások funkcióban. Ha az eszköz nem indítja el az Android rendszert, vagy nem stabil, telepítse újra az eszközt a legújabb gyári képfájlokkal a következő oldalon leírt módon: <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>. Másik megoldásként használhatja a <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> webhelyet is, ahol válassza a következő lehetőségeket: „Wipe Device” (Eszközadatok visszaállíthatatlan törlése), „Lock Bootloader” (Rendszerindító zárolása) és „Force Flash all partitions” (Összes partíció telepítésének kényszerítése)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 kB-os, lapmérettől független mód"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Továbbiak"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Alkalmazás futtatása oldalméret-kompatibilitási módban"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Az alkalmazás oldalméret-kompatibilitási módban fog futni 16 kB-os eszközökön."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Hibajelentés kezelője"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Meghatározza, hogy melyik alkalmazás kezeli a Hibajelentés gyorsparancsot az eszközön."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Személyes"</string>
diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml
index 38a7a4a..055c56f 100644
--- a/res/values-hy/strings.xml
+++ b/res/values-hy/strings.xml
@@ -133,7 +133,7 @@
<string name="connected_device_fast_pair_device_title" msgid="543124539265592392">"Կապված է հաշվի հետ"</string>
<string name="connected_device_previously_associated_fast_pair_device_title" msgid="8353405823992023457">"Նախկինում օգտագործվել են այս հաշվի հետ"</string>
<string name="connected_device_add_device_summary" msgid="8671009879957120802">"Bluetooth-ը կմիանա զուգակցման համար"</string>
- <string name="connected_device_connections_title" msgid="4164120115341579170">"Միացման կարգավորումներ"</string>
+ <string name="connected_device_connections_title" msgid="4164120115341579170">"Միացման պարամետրեր"</string>
<string name="connected_device_previously_connected_screen_title" msgid="8823331744788100605">"Նախկինում միացված սարքեր"</string>
<string name="connected_device_bluetooth_turned_on_toast" msgid="144664089794199928">"Bluetooth-ը միացված է"</string>
<string name="previous_connected_see_all" msgid="7759413145713251328">"Տեսնել բոլորը"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Լեզվի ավելացում"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Նախընտրելի տարածաշրջան"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Մուտքագրեք լեզուն"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Լեզվի այլ կարգավորումներ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Տարածաշրջանային կարգավորումներ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Սահմանել չափման միավորների և թվերի կարգավորումներ"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Հասանելի դարձրեք հավելվածներին ձեր տարածաշրջանային կարգավորումները, որպեսզի նրանք կարողանան անհատականացնել իրենց ծառայությունները"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Հավելվածները, որտեղ միգուցե կօգտագործեն ձեր տարածաշրջանային կարգավորումները"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Տարածաշրջանային կարգավորումներ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Ջերմաստիճան"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Շաբաթվա առաջին օրը"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Թվերի կարգավորումներ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Միացված է"</string>
<string name="external_display_off" msgid="5634413756025351374">"Անջատված է"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Արտաքին էկրան"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Արտաքին էկրանի օգտագործում"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Էկրանի լուծաչափ"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Արտաքին էկրանն անջատված է"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Եթե փոխեք էկրանի դիրքը կամ լուծաչափը, գործարկված հավելվածները կարող են փակվել"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Էկրանը հայելապատճենելու համար ձեր սարքը պետք է միացված լինի արտաքին էկրանի"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Այլ ընտրանքներ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Պահեք և քաշեք՝ էկրանները վերադասավորելու համար։"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Հեռարձակում"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"հայելապատճենում"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Միացնել անլար էկրանը"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Իմանալ ավելին ինքնապտտման մասին"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Էկրանի լուծաչափը"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Բարձր լուծաչափ"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Լրիվ լուծաչափ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Լրիվ լուծաչափը մարտկոցի լիցքն ավելի շատ է սպառում։ Այս լուծաչափին անցնելու դեպքում որոշ հավելվածներ կարող են վերագործարկվել։"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Ընտրված է"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Գույներ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Բնական"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"«Քնելու ժամ» ռեժիմի կարգավորումներ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Ռեժիմները կարող են նաև ակտիվացնել մուգ թեման}=1{{mode_1} ռեժիմը նաև ակտիվացնում է մուգ թեման}=2{{mode_1} և {mode_2} ռեժիմները նաև ակտիվացնում են մուգ թեման}=3{{mode_1}, {mode_2} և {mode_3} ռեժիմները նաև ակտիվացնում են մուգ թեման}one{{mode_1}, {mode_2} ու ևս # ռեժիմներ նաև ակտիվացնում են մուգ թեման}other{{mode_1}, {mode_2} ու ևս # ռեժիմներ նաև ակտիվացնում են մուգ թեման}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Ռեժիմների կարգավորումներ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ավելի խամրեցված"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Հավելյալ խամրեցում"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Թույլատրել սովորականից ավելի շատ խամրեցնել սարքի էկրանը"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Էկրանի անջատում"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> անգործուն լինելուց հետո"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Տարբերակներ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Հատուկ գործառույթներ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Ֆիզիկական ստեղնաշար"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Կրկնակի սեղմման անտեսում"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Ստեղնաշարը անտեսում է միևնույն ստեղնի կրկնվող արագ սեղմումները"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Կրկնվող սեղմումների անտեսման շեմ"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Սեղմում ներքևի անկյունին"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Այլ տարբերակների համար սեղմեք հպահարթակի ներքևի աջ անկյունին"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Նշորդի արագությունը"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Երեք մատով հպում"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Նշորդի գույնը"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Ցուցիչի լցման ոճը դարձնել սև"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Ցուցիչի լցման ոճը դարձնել կանաչ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Սովորել հպահարթակի ժեստերը"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"հպահարթակ, մկնիկ, նշորդ, ոլորել, թերթել, աջ սեղմել, սեղմում, ցուցիչ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"սեղմել մկնիկի աջ կոճակը, հպել"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Մեջտեղի սեղմում"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Գործարկել Օգնականը"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Անցնել գլխավոր էջ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Հետ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Դիտել վերջին հավելվածները"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Վերադարձ հիմնական էկրան"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Հպահարթակի վրա երեք մատը սահեցրեք վերև"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Հետ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Արբանյակային կապով հաղորդագրում"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Տեքստային հաղորդագրությունների ուղարկում և ստացում արբանյակային կապի միջոցով։ Ներառված է ձեր հաշվում։"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Տեքստային հաղորդագրությունների ուղարկում և ստացում արբանյակային կապի միջոցով։ Հասանելի չէ ձեր հաշվի համար։"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Արբանյակային կապով հաղորդագրում"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Արբանյակային կապով հաղորդագրման մասին"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Ձեր <xliff:g id="CARRIER_NAME">%1$s</xliff:g> հաշիվը թույլ է տալիս տեքստային հաղորդագրություններ ուղարկել և ստանալ արբանյակային կապի միջոցով"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Ձեր <xliff:g id="CARRIER_NAME">%1$s</xliff:g> պլանը"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Արբանյակային կապով հաղորդագրումը ներառված է ձեր հաշվում"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Արբանյակային կապով հաղորդագրումը ներառված չէ ձեր հաշվում"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Իմանալ ավելին"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Ինչպես է դա աշխատում"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Ձեր հեռախոսն ավտոմատ կմիանա արբանյակային կապին։ Կապի օպտիմալ որակի համար պետք է դրսում լինեք, և երկինքը պետք է պարզ երևա։"</string>
<string name="title_supported_service" msgid="4275535165812691571">"Երբ հեռախոսը միանա արբանյակային կապին"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Դուք կարող եք տեքստային հաղորդագրություններ ուղարկել ցանկացած համարի, այդ թվում՝ արտակարգ իրավիճակների ծառայություններին։ Ձեր հեռախոսը նորից կմիանա բջջային ցանցին, երբ այն հասանելի դառնա։"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Արբանյակային կապով հաղորդագրումը կարող է ավելի երկար տևել և հասանելի է միայն որոշ տարածաշրջաններում։ Եղանակը և որոշակի կառույցներ կարող են ազդել արբանյակային կապի վրա։ Արբանյակային կապի միջոցով զանգերը հասանելի չեն՝ բացառությամբ շտապ կանչերի։\n\nԿարող է որոշակի ժամանակ պահանջվել, որպեսզի ձեր հաշվի փոփոխությունները ցուցադրվեն Կարգավորումներում։ Մանրամասների համար դիմեք կապի օպերատորին։"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Լրացուցիչ տեղեկություններ արբանյակային կապով հաղորդագրման մասին"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Հնարավոր չէ միացնել այս գործառույթը (<xliff:g id="FUNCTION">%1$s</xliff:g>)"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Այս գործառույթը (<xliff:g id="FUNCTION">%1$s</xliff:g>) միացնելու համար նախ անջատեք արբանյակային կապը"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Արբանյակային կապ"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Մուտքի կետերի անունները"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Հասանելի չէ <xliff:g id="CARRIER">%1$s</xliff:g>-ին միանալու դեպքում"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Դուք էջի չափսից չկախված ռեժիմի 16 ԿԲ ռեժիմում եք։ Ծրագրի ամբողջականությունը հնարավոր չէ երաշխավորել այս ռեժիմում, և ցանկացած տվյալ, որը պահվում է հեռախոսում, քանի դեռ բեռնիչը ապակողպված է, կարող է վտանգված լինել։ Որոշ գործառույթներ կանջատվեն այս ռեժիմներում, ուստի հնարավոր է՝ ոչ բոլոր հավելվածներն աշխատեն։ Արտադրական ռեժիմին վերադառնալու համար պետք է նորից անցնեք 4 ԿԲ ռեժիմին և կողպեք սարքի օպերացիոն համակարգի բեռնիչը։ Սարքի գործարանային կարգավորումները նորից կվերականգնվեն, և այն կանցնի արտադրական կարգավորումների ռեժիմ։ Android-ը հաջողությամբ գործարկելուց հետո Մշակողի ընտրանքներում անջատեք OEM-ի ապակողպումը։ Եթե սարքն անկայուն է աշխատում, կամ չհաջողվի այն գործարկել Android-ով, թարմացրեք սարքը՝ օգտագործելով գործարանային պատկերներ <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> էջից կամ անցեք <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> և ընտրեք «Սրբել սարքը», «Կողպել օպերացիոն համակարգի բեռնիչը» և «Ստիպողաբար թարմացնել բոլոր բաժինները»։"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Էջաչափից անկախ 16 ԿԲ ռեժիմ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Կարդալ ավելին"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Հավելվածի գործարկում էջի չափսի համատեղելիության ռեժիմում"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Հավելվածը կգործարկվի էջի չափսի համատեղելիության ռեժիմում 16 ԿԲ հիշողությամբ սարքում։"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Վրիպակների մասին հաշվետվությունների մշակիչ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Որոշում է, թե որ հավելվածն է ձեր սարքում կառավարում վրիպակների մասին հաշվետվության դյուրանցումը:"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Անձնական"</string>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index 17496d8..3672e2a 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Tambahkan bahasa"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferensi wilayah"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Ketik nama bahasa"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Setelan bahasa lainnya"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferensi regional"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Setel preferensi satuan dan angka"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Izinkan aplikasi mengetahui preferensi regional Anda sehingga dapat mempersonalisasi pengalaman Anda."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikasi akan menggunakan preferensi regional Anda jika memungkinkan."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferensi regional"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Suhu"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Hari pertama dalam seminggu"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferensi angka"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Aktif"</string>
<string name="external_display_off" msgid="5634413756025351374">"Nonaktif"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Layar Eksternal"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Gunakan layar eksternal"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolusi layar"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Layar eksternal tidak terhubung"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Mengubah rotasi atau resolusi dapat menghentikan aplikasi yang sedang berjalan"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Perangkat harus terhubung ke layar eksternal untuk mencerminkan layar Anda"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Opsi lainnya"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Tahan dan tarik untuk mengatur ulang tampilan."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Transmisi"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"cermin"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Aktifkan layar nirkabel"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Pelajari putar otomatis lebih lanjut"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolusi layar"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Resolusi tinggi"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Resolusi penuh"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Resolusi penuh menggunakan lebih banyak daya baterai. Mengganti resolusi dapat menyebabkan beberapa aplikasi dimulai ulang."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Dipilih"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Warna"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Alami"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Setelan Mode Waktu Tidur"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Mode juga dapat mengaktifkan tema gelap}=1{{mode_1} juga mengaktifkan tema gelap}=2{{mode_1} dan {mode_2} juga mengaktifkan tema gelap}=3{{mode_1}, {mode_2}, dan {mode_3} juga mengaktifkan tema gelap}other{{mode_1}, {mode_2}, dan # lainnya juga mengaktifkan tema gelap}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Setelan Mode"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Lebih redup"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Ekstra redup"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Mungkinkan perangkat menjadi lebih redup dari biasanya"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Waktu tunggu layar"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Setelah tidak aktif selama <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opsi"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Aksesibilitas"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Keyboard fisik"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Tombol pantul"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Keyboard mengabaikan penekanan tombol yang sama secara berulang dan cepat"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Batas tombol pantul"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik kanan bawah"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klik pojok kanan bawah touchpad untuk melihat opsi lainnya"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Kecepatan kursor"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Gunakan ketuk dengan tiga jari"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Warna kursor"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Ubah gaya isian pointer ke warna hitam"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Ubah gaya isian pointer ke warna hijau"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Pelajari gestur touchpad"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, kursor, scroll, geser, klik kanan, klik, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"klik kanan, ketuk"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Klik tengah"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Luncurkan Asisten"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Buka layar utama"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Kembali"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Lihat aplikasi terbaru"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Membuka layar utama"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Geser ke atas dengan tiga jari di touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Kembali"</string>
@@ -2691,7 +2694,7 @@
<string name="battery_saver_auto_percentage_summary" msgid="6190884450723824287">"Akan aktif saat baterai <xliff:g id="PERCENT">%1$s</xliff:g>"</string>
<string name="battery_saver_schedule_settings_title" msgid="3688019979950082237">"Setel jadwal"</string>
<string name="battery_saver_turn_on_summary" msgid="1433919417587171160">"Memperpanjang masa pakai baterai"</string>
- <string name="battery_saver_sticky_title_new" msgid="5942813274115684599">"Nonaktifkan saat daya penuh"</string>
+ <string name="battery_saver_sticky_title_new" msgid="5942813274115684599">"Nonaktifkan saat daya cukup terisi"</string>
<string name="battery_saver_sticky_title_percentage" msgid="1178162022087559148">"Nonaktifkan pada <xliff:g id="BATTERY_PERCENTAGE">%1$s</xliff:g>"</string>
<string name="battery_saver_sticky_description_new" msgid="8543277078136947874">"Penghemat Baterai dinonaktifkan saat daya baterai terisi lebih dari <xliff:g id="BATTERY_PERCENTAGE">%1$s</xliff:g>"</string>
<!-- no translation found for battery_saver_seekbar_title (3712266470054006641) -->
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Fitur pesan satelit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Kirim dan terima pesan teks melalui satelit. Disertakan dengan akun Anda."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Mengirim dan menerima pesan teks melalui satelit. Tidak disertakan di akun Anda."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Fitur pesan satelit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Tentang fitur pesan satelit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Anda dapat mengirim dan menerima pesan teks melalui satelit sebagai bagian dari akun <xliff:g id="CARRIER_NAME">%1$s</xliff:g> yang valid"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Paket <xliff:g id="CARRIER_NAME">%1$s</xliff:g> Anda"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Fitur pesan satelit disertakan pada akun Anda"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Fitur pesan satelit tidak disertakan pada akun Anda"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Pelajari Lebih Lanjut"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Cara kerjanya"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Ponsel Anda akan terhubung otomatis ke satelit. Untuk koneksi terbaik, pastikan langit terlihat tanpa terhalang."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Setelah ponsel Anda terhubung ke satelit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Anda dapat mengirim pesan kepada siapa pun, termasuk layanan darurat. Ponsel Anda akan terhubung kembali ke jaringan seluler jika tersedia."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Fitur pesan satelit mungkin memakan waktu lebih lama dan hanya tersedia di wilayah tertentu. Cuaca dan struktur tertentu dapat memengaruhi koneksi satelit Anda. Menelepon dengan bantuan satelit tidak tersedia. Panggilan darurat masih dapat terhubung.\n\nMungkin perlu waktu beberapa saat agar perubahan akun ditampilkan di Setelan. Hubungi operator untuk mengetahui detailnya."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Lebih lanjut tentang fitur pesan satelit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Tidak dapat mengaktifkan <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Untuk mengaktifkan <xliff:g id="FUNCTION">%1$s</xliff:g>, akhiri koneksi satelit terlebih dahulu"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Konektivitas satelit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nama Titik Akses"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Tidak tersedia saat terhubung ke <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Anda berada dalam mode 16 KB dari mode yang tidak terikat ukuran halaman. Integritas software tidak dapat dijamin dalam mode ini, dan data apa pun yang disimpan di ponsel saat bootloader dibuka kuncinya dapat berpotensi terkena bahaya. Beberapa fitur akan dinonaktifkan dalam mode ini, sehingga beberapa aplikasi mungkin tidak berfungsi. Agar dapat kembali masuk ke mode produksi, Anda harus beralih kembali ke mode 4 KB dan kemudian mengunci bootloader perangkat. Tindakan ini akan mereset perangkat ke setelan pabrik dan memulihkannya ke setelan produksi. Setelah perangkat berhasil melakukan booting ke Android, nonaktifkan pembukaan kunci OEM di Opsi developer. Jika perangkat gagal melakukan booting ke Android atau tidak stabil, flash ulang perangkat dengan setelan pabrik terbaru dari <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> atau gunakan <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> dan pilih \'Hapus Total Perangkat\', \'Kunci Bootloader\', dan \'Paksa Flash semua partisi\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Mode Agnostik halaman 16KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Baca selengkapnya"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Jalankan aplikasi dengan mode kompatibilitas ukuran halaman"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikasi akan dijalankan dalam mode kompatibilitas ukuran halaman di perangkat yang mengaktifkan mode 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Pengendali laporan bug"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Menentukan aplikasi mana yang menangani pintasan Laporan Bug di perangkat."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Pribadi"</string>
@@ -5228,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB tidak tersedia di lokasi saat ini"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Gunakan Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread membantu menghubungkan perangkat smart home Anda, meningkatkan efisiensi, dan performa.\n\nJika diaktifkan, perangkat ini memenuhi syarat untuk bergabung dengan jaringan Thread sehingga memungkinkan kontrol atas perangkat yang didukung Matter melalui ponsel ini."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread membantu menghubungkan perangkat smart home Anda, meningkatkan efisiensi, dan performa.\n\nJika diaktifkan, perangkat ini memenuhi syarat untuk bergabung dalam jaringan Thread sehingga perangkat yang didukung Matter dapat dikontrol melalui ponsel ini."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Pelajari lebih lanjut Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Akses kamera"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Akses mikrofon"</string>
diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml
index 81885d1..1886e86 100644
--- a/res/values-is/strings.xml
+++ b/res/values-is/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Bæta tungumáli við"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Svæðisval"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Sláðu inn heiti tungumáls"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Fleiri tungumálastillingar"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Kjörstillingar svæðis"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Stilla mælieininga- og númeraval"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Veittu forritum aðgang að kjörstillingum svæðisins svo þau geti sérsniðið upplifun þína."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Forrit munu nota kjörstillingar svæðisins þar sem það er í boði."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Staðsetningarstillingar"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Hitastig"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Fyrsti dagur vikunnar"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Kjörstillingar númera"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Kveikt"</string>
<string name="external_display_off" msgid="5634413756025351374">"Slökkt"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ytri skjár"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Nota ytri skjá"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Skjáupplausn"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ytri skjár er ekki tengdur"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Breytingar á snúningi eða upplausn geta stöðvað forrit sem verið er að keyra"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Til að spegla skjá þarf tækið þitt að vera tengt við ytri skjá"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Fleiri valkostir"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Halda inni og draga til að endurraða skjábirtingu."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Útsending"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"spegla"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Leyfa þráðlausan skjá"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Nánar um sjálfvirkan snúning"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Skjáupplausn"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Há upplausn"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full upplausn"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full upplausn gengur hraðar á rafhlöðuna. Hugsanlega eru einhver forrit endurræst þegar skipt er um upplausn."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Valið"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Litir"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Náttúrulegir"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Valkostir háttatímastillingar"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Stillingar geta einnig virkjað dökkt þema}=1{{mode_1} virkjar einnig dökkt þema}=2{{mode_1} og {mode_2} virkja einnig dökkt þema}=3{{mode_1}, {mode_2} og {mode_3} virkja einnig dökkt þema}one{{mode_1}, {mode_2} og # til viðbótar virkja einnig dökkt þema}other{{mode_1}, {mode_2} og # til viðbótar virkja einnig dökkt þema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Stillingar"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Enn dimmara"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Mjög dökkt"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Heimila tæki að verða dimmara en venjulega"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tími þar til skjár slekkur á sér"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Eftir <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> af aðgerðaleysi"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Valkostir"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Aðgengi"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Vélbúnaðarlyklaborð"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Endurkastslyklar"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Lyklaborðið hunsar þegar þú ýtir snöggt og endurtekið á sama lykilinn"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Mörk endurkastslykils"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Smellur neðst til hægri"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Smelltu neðst í hægra hornið á snertifletinum til að sjá fleiri valkosti"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Hraði bendils"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Ýta með þremur fingrum"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Litur bendils"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Breyta stíl bendilfyllingar í svartan"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Breyta stíl bendilfyllingar í grænan"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Nánar um bendingar á snertifleti"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"snertiflötur, hljóðrásarhnappur, mús, bendill, fletta, strjúka, hægrismella, smella, bendill"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"hægrismella, ýta"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Miðjusmellur"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Ræsa Hjálpara"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Fara á upphafssíðu"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Til baka"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Sjá nýleg forrit"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Fara á upphafssíðu"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Strjúktu upp með þremur fingrum hvar sem er á snertifletinum"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Til baka"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Gervihnattarskilaboð"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Sendu og taktu á móti SMS-skilaboðum um gervihnött. Hluti af reikningnum þínum."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Sendu og taktu á móti SMS-skilaboðum um gervihnött. Fylgir ekki með reikningnum þínum."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Gervihnattarskilaboð"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Um gervihnattarskilaboð"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Þú getur sent og tekið á móti SMS-skilaboðum um gervihnött ef þú ert með gjaldgengann reikning hjá <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Áskriftin þín hjá <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Gervihnattarskilaboð eru hluti af reikningnum þínum"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Gervihnattarskilaboð eru ekki hluti af reikningnum þínum"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Nánar"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Svona virkar þetta"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Síminn mun tengjast gervihnetti sjálfkrafa. Vertu utandyra þar sem himininn sést vel til að ná sem bestri tengingu."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Eftir að síminn tengist gervihnetti"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Þú getur sent hverjum sem er skilaboð, þ.m.t. neyðarþjónustu. Síminn mun tengjast farsímakerfi aftur þegar það er tiltækt."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Gervihnattarskilaboð gætu tekið lengri tíma og eru aðeins í boði á tilteknum svæðum. Veður og ákveðin mannvirki kunna að hafa áhrif á gervihnattartenginguna. Gervihnattarsímtöl eru ekki í boði. Neyðarsímtöl gætu náð sambandi.\n\nÞað gæti tekið smátíma fyrir breytingar á reikningnum að sjást í Stillingum. Hafðu samband við símafyrirtækið til að fá frekari upplýsingar."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Nánar um gervihnattarskilaboð"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Get ekki kveikt á <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Til að kveikja á <xliff:g id="FUNCTION">%1$s</xliff:g> skaltu byrja á að slökkva á gervihnattartengingunni"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Tengigeta við gervihnött"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Heiti aðgangsstaða"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"Aðgangsstaður"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Þú ert að nota 16 kB-stillingu óháðrar síðustillingar. Ekki er hægt að tryggja heilleika hugbúnaðarins í þessari stillingu og öll gögn símans kunna að vera í hættu á meðan ræsiforritið er ólæst. Í þessum stillingum er slökkt á tilteknum eiginleikum og því munu einhver forrit ekki virka. Til að kveikja á framleiðslustillingu tækisins á ný þarftu að skipta aftur yfir í 4 kB-stillingu og læsa ræsiforriti tækisins. Við þetta mun tækið núllstillast og kveikja á framleiðslustillingu á ný. Slökktu síðan á „Taka ræsiforrit úr lás“ í forritunarkostunum þegar tækið hefur ræst Android. Ef tækið er óstöðugt eða því tekst ekki að ræsa Android skaltu uppfæra tækið aftur með nýjustu útgáfu núllstillingarmynda af <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> eða fara á <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> og velja „Strauja tæki“, „Læsa ræsiforriti“ og „Þvinga uppfærslu allra skiptinga“."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 kB-stilling óháðrar síðustillingar"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lesa meira"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Keyra forrit með samhæfisstillingu síðustærðar"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Forrit verður keyrt með samhæfisstillingu síðustærðar í 16 kB tæki valið/afvalið."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Meðhöndlun villutilkynningar"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Ákvarðar hvaða forrit meðhöndlar flýtileiðir í villutilkynningu í tækinu þínu."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Persónulegt"</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index ac5f811..9693404 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Aggiungi una lingua"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regione preferita"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Digita nome lingua"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Altre impostazioni della lingua"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferenze locali"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Imposta le preferenze per unità e numeri"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Consenti alle app di conoscere le tue preferenze locali affinché possano personalizzare la tua esperienza."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Le app useranno le tue preferenze locali quando è possibile."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferenze locali"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primo giorno della settimana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferenze per i numeri"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"On"</string>
<string name="external_display_off" msgid="5634413756025351374">"Off"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Display esterno"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usa display esterno"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Risoluzione del display"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Display esterno disconnesso"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Se modifichi la rotazione o la risoluzione, le eventuali app in esecuzione potrebbero interrompersi"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Il dispositivo deve essere connesso a un display esterno per eseguire il mirroring dello schermo"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Altre opzioni"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Tieni premuto e trascina per riordinare i display."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Trasmissione"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirroring"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Attiva display wireless"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Scopri di più sulla rotazione automatica"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Risoluzione dello schermo"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta risoluzione"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Massima risoluzione"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Se usi la massima risoluzione, viene consumata più batteria. La modifica della risoluzione potrebbe causare il riavvio di alcune app."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selezionata"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Colori"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturali"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Impostazioni modalità Riposo"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Le modalità possono anche attivare il tema scuro}=1{{mode_1} attiva anche il tema scuro}=2{{mode_1} e {mode_2} attivano anche il tema scuro}=3{{mode_1}, {mode_2} e {mode_3} attivano anche il tema scuro}other{{mode_1}, {mode_2} e # altre attivano anche il tema scuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Impostazioni modalità"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ancora meno luminoso"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Attenuazione extra"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Consenti al dispositivo di abbassare ulteriormente la luminosità"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Spegnimento dello schermo"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Dopo <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> di inattività"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opzioni"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibilità"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Tastiera fisica"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Antirimbalzo dei tasti"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"La tastiera ignora le pressioni ripetute velocemente dello stesso tasto"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Soglia antirimbalzo dei tasti"</string>
@@ -2020,8 +2029,7 @@
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursore, scorrimento, scorrere, clic con il tasto destro del mouse, clic, puntatore"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"clic con il tasto destro del mouse, tocco"</string>
<string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic con tasto centrale"</string>
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Avvia l\'assistente"</string>
<string name="three_finger_tap_go_home" msgid="6526301745535089812">"Vai alla schermata Home"</string>
<string name="three_finger_tap_go_back" msgid="2898205524575684271">"Indietro"</string>
<string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Visualizza app recenti"</string>
@@ -4854,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Messaggistica satellitare"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Invia e ricevi messaggi via satellite. Disponibile con il tuo account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Invia e ricevi messaggi via satellite. Funzione non disponibile con il tuo account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Messaggistica satellitare"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Informazioni sulla messaggistica satellitare"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Puoi scambiare messaggi via satellite come parte di un account <xliff:g id="CARRIER_NAME">%1$s</xliff:g> idoneo"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Il tuo piano di <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"La messaggistica satellitare è inclusa nel tuo account"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"La messaggistica satellitare non è inclusa nel tuo account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Scopri di più"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Come funziona"</string>
@@ -4866,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Lo smartphone si connetterà automaticamente a un satellite. Per ottenere la migliore connessione possibile, mantieni una visuale sgombra del cielo."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Dopo che lo smartphone si è connesso a un satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Puoi inviare un messaggio a chiunque, anche ai servizi di emergenza. Quando sarà disponibile, lo smartphone si riconnetterà a una rete mobile."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"La messaggistica satellitare potrebbe essere più lenta ed essere disponibile solo in alcune zone. Il meteo e determinate strutture potrebbero influire sulla connessione satellitare. Le chiamate via satellite non sono disponibili. Le chiamate di emergenza potrebbero invece ancora riuscire.\n\nPotrebbe passare del tempo prima che le modifiche al tuo account siano visibili nelle Impostazioni. Contatta il tuo operatore per avere informazioni dettagliate."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Scopri di più sulla messaggistica satellitare"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Impossibile attivare la modalità <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Per attivare la funzionalità <xliff:g id="FUNCTION">%1$s</xliff:g>, devi prima terminare la connessione satellitare"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Connettività satellitare"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nomi punti di accesso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5058,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Hai attivato l\'opzione a 16 kB della modalità page-agnostic. Non è possibile garantire l\'integrità del software in questa modalità e i dati archiviati sullo smartphone potrebbero essere a rischio finché il bootloader è sbloccato. Alcune funzionalità verranno disattivate in queste modalità, pertanto alcune applicazioni potrebbero non funzionare. Per tornare alla modalità di produzione, devi tornare alla modalità a 4 kB e bloccare il bootloader del dispositivo. Questo eseguirà nuovamente il ripristino dei dati di fabbrica del dispositivo e ripristinerà le impostazioni di produzione. Dopo che Android viene avviato correttamente sul dispositivo, disattiva lo sblocco OEM nelle Opzioni sviluppatore. Se l\'avvio di Android sul dispositivo non riesce o è instabile, esegui nuovamente il flashing del dispositivo con le immagini del produttore più recenti da <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> o usa <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e seleziona \"Cancella dati dispositivo\", \"Blocca bootloader\" e \"Esegui il flash forzato di tutte le partizioni\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modalità indipendente dalla pagina a 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Leggi tutto"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Esegui l\'app con la modalità di compatibilità con dimensioni pagina"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"L\'app verrà eseguita in modalità di compatibilità con dimensioni pagina su un dispositivo a 16 kB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Gestore segnalazione di bug"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Consente di stabilire quale app gestisce la scorciatoia per la segnalazione di bug sul dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personale"</string>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 4ae8c3d..a890bd1 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"הוספת שפה"</string>
<string name="country_selection_title" msgid="5376929821458644732">"העדפת אזור"</string>
<string name="search_language_hint" msgid="1739082427104506694">"יש להקליד את שם השפה"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"עוד הגדרות שפה"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"העדפות פורמט ומידות"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"הגדרת העדפות של יחידות ומספרים"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"הרשאת גישה לאפליקציות להעדפות פורמט ומידות כדי שיתאימו אישית את חוויית המשתמש."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"אפליקציות ישתמשו בהעדפות הפורמט והמידות במידת האפשר."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"העדפות הפורמט והמידות"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"טמפרטורה"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"היום הראשון של השבוע"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"העדפות שקשורות למספרים"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"מצב מופעל"</string>
<string name="external_display_off" msgid="5634413756025351374">"מצב מושבת"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"מסך חיצוני"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"שימוש במסך החיצוני"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"רזולוציית המסך"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"המסך החיצוני לא מחובר"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"שינוי של מידת הסיבוב או של הרזולוציה עלול להפסיק את כל האפליקציות שפועלות כרגע"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"כדי לשקף את המסך, המכשיר חייב להיות מחובר למסך חיצוני"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"אפשרויות נוספות"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"כדי לשנות את סדר התצוגות, לוחצים לחיצה ארוכה על תצוגה וגוררים אותה."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"הפעלת Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"העברה (csat)"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"הפעלת תצוגת WiFi"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"מידע נוסף על הסיבוב האוטומטי"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"רזולוציית המסך"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"רזולוציה גבוהה"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"רזולוציה מלאה"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"רזולוציה מלאה מובילה לשימוש גבוה בסוללה. שינוי הרזולוציה עשוי לגרום להפעלה מחדש של חלק מהאפליקציות."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"נבחרה"</string>
<string name="color_mode_title" msgid="8666690832113906028">"צבעים"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"גוון טבעי"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"הגדרות של מצב שעת השינה"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{יכול להיות שהעיצוב הכהה יופעל במצבים באופן אוטומטי}=1{יכול להיות שהעיצוב הכהה יופעל באופן אוטומטי ב{mode_1}}=2{יכול להיות שהעיצוב הכהה יופעל באופן אוטומטי ב{mode_1} וב{mode_2}}=3{יכול להיות שהעיצוב הכהה יופעל באופן אוטומטי ב{mode_1}, ב{mode_2} וב{mode_3}}one{יכול להיות שהעיצוב הכהה יופעל באופן אוטומטי ב{mode_1}, ב{mode_2} ובעוד # מצבים}other{יכול להיות שהעיצוב הכהה יופעל באופן אוטומטי ב{mode_1}, ב{mode_2} ובעוד # מצבים}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"הגדרות של מצבים"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"מעומעם במיוחד"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"מעומעם במיוחד"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"המכשיר יכול להתעמעם יותר מהרגיל"</string>
<string name="screen_timeout" msgid="7709947617767439410">"זמן קצוב לכיבוי המסך"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"לאחר <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> של חוסר פעילות"</string>
@@ -1560,10 +1567,10 @@
<string name="reset_bluetooth_wifi_complete_toast" msgid="5893439291030574365">"חיבורי Bluetooth ו-Wi‑Fi אופסו"</string>
<string name="reset_esim_title" msgid="4194570573425902754">"מחיקה של כרטיסי eSIM"</string>
<string name="reset_esim_desc" msgid="6125192435907740751">"הפעולה הזו לא תבטל את חבילת השירות הסלולרי. כדי לקבל כרטיס SIM חלופי, עליך ליצור קשר עם הספק."</string>
- <string name="reset_network_button_text" msgid="2281476496459610071">"איפוס הגדרות"</string>
+ <string name="reset_network_button_text" msgid="2281476496459610071">"איפוס ההגדרות"</string>
<string name="reset_network_final_desc" msgid="5304365082065278425">"לאפס את כל הגדרות הרשת? לא ניתן לבטל את הפעולה הזו."</string>
<string name="reset_network_final_desc_esim" msgid="1129251284212847939">"לאפס את כל הגדרות הרשת ולמחוק את כרטיסי ה-eSIM? לא ניתן לבטל את הפעולה הזו."</string>
- <string name="reset_network_final_button_text" msgid="2433867118414000462">"איפוס הגדרות"</string>
+ <string name="reset_network_final_button_text" msgid="2433867118414000462">"איפוס ההגדרות"</string>
<string name="reset_network_confirm_title" msgid="913014422184481270">"האם לאפס?"</string>
<string name="network_reset_not_available" msgid="1966334631394607829">"המשתמש הזה לא יכול לאפס את הגדרות הרשת"</string>
<string name="reset_network_complete_toast" msgid="1367872474130621115">"הגדרות הרשת אופסו"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"אפשרויות"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"נגישות"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"מקלדת פיזית"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"מקשים חוזרים"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"המערכת מתעלמת מהקשות מהירות חוזרות על אותו המקש במקלדת"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"הסף לסינון הקשות חוזרות"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"לחיצה ימנית למטה"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"לוחצים על הפינה הימנית התחתונה של לוח המגע לאפשרויות נוספות"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"מהירות המצביע"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"שימוש בהקשה בשלוש אצבעות"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"הצבע של סמן העכבר"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"שינוי סגנון המילוי של המצביע לשחור"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"שינוי סגנון המילוי של המצביע לירוק"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"מידע על התנועות בלוח המגע"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"משטח-מגע, משטח מגע, עכבר, סמן, גלילה, החלקה, לחיצה ימנית, לחיצה, מצביע"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"לחיצה ימנית, הקשה"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"לחיצה אמצעית"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"הפעלת Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"חזרה לדף הבית"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"חזרה"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"הצגת האפליקציות האחרונות"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"מעבר לדף הבית"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"מחליקים כלפי מעלה עם שלוש אצבעות על לוח המגע"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"הקודם"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"העברת הודעות באמצעות לוויין"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"שליחה וקבלה של הודעות טקסט באמצעות לוויין. השירות נכלל בחשבון שלך."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"שליחה וקבלה של הודעות טקסט באמצעות לוויין. השירות לא נכלל בחשבון שלך."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"העברת הודעות באמצעות לוויין"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"מידע על העברת הודעות באמצעות לוויין"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"אפשר לשלוח ולקבל הודעות טקסט באמצעות לוויין כחלק מחשבון שעומד בתנאים אצל <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"חבילת הגלישה אצל <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"העברת הודעות באמצעות לוויין כלולה בחשבון"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"העברת הודעות באמצעות לוויין לא כלולה בחשבון"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"מידע נוסף"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"איך זה עובד"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"הטלפון יתחבר אוטומטית ללוויין. כדי להתחבר בצורה הטובה ביותר צריך להיות בחוץ, מתחת לכיפת השמיים."</string>
<string name="title_supported_service" msgid="4275535165812691571">"אחרי שהטלפון מתחבר ללוויין"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"אפשר לשלוח הודעות טקסט לכל אחד, כולל לשירותי החירום. הטלפון יתחבר מחדש לרשת סלולרית כשהיא תהיה זמינה."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"העברת הודעות באמצעות לוויין אורכת זמן רב יותר וזמינה רק בחלק מהאזורים. מזג אוויר ומבנים מסוימים עשויים להשפיע על חיבור הלוויין. אי אפשר להתקשר באמצעות לוויין. יכול להיות שאפשר לבצע שיחות חירום.\n\nיכול להיות שהשינויים בחשבון יופיעו ב\'הגדרות\' לאחר זמן מה. למידע נוסף, ניתן לפנות לספק הסלולרי."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"מידע נוסף על העברת הודעות באמצעות לוויין"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"אי אפשר להפעיל <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"כדי להפעיל <xliff:g id="FUNCTION">%1$s</xliff:g>, צריך להשבית קודם את חיבור הלוויין"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"קישוריות ללוויין"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"שמות של נקודות גישה (APN)"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"המכשיר נמצא במצב שמסתגל לגודל הדף, והגודל הנוכחי הוא 16KB. במצב הזה, תקינות התוכנה לא מובטחת. כל הנתונים שמאוחסנים בטלפון נמצאים בסיכון בזמן שתוכנת האתחול לא נעולה. חלק מהתכונות מושבתות במצב כזה, ולכן יש אפליקציות שלא יעבדו. כדי לחזור למצב ייצור, צריך לחזור למצב 4KB לנעול את תוכנת האתחול של המכשיר. הפעולה הזו תחזיר את המכשיר למצב מאופס, עם ההגדרות הייצור המקוריות. אחרי שהמכשיר יאותחל ומערכת Android תיטען כראוי, עליך להשבית את האפשרות \'ביטול נעילה של OEM\' בדף \'אפשרויות למפתחים\'. אם אתחול המכשיר נכשל ומערכת Android לא נטענת כראוי, או שהמכשיר לא מתפקד ביציבות, צריך לבצע התקנת ROM של קובצי האימג\' העדכניים של הקושחה המקורית. כדי לעשות את זה, עוברים לכתובת <a href=\"https://developers.google.com/android/images\">https://developers .google.com/android/images</a> או משתמשים ב-<a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ובוחרים באפשרות \'איפוס נתונים במכשיר\' > \'נעילת תוכנת האתחול\' > \'כפיית עדכון על כל המחיצות\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"מצב לא מותאם לדף של 16KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"עוד פרטים"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"הפעלת האפליקציה במצב של תאימות לגודל הדף"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"הוחלף המצב של האפשרות שהאפליקציה תופעל במצב תאימות לגודל הדף במכשיר 16KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"טיפול בדוחות על באגים"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"הגדרה זו קובעת איזו אפליקציה מטפלת במקש הקיצור של הדוח על הבאג במכשיר."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"אישי"</string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index e39a644..92c5175 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -66,7 +66,7 @@
<string name="bluetooth_disconnect_title" msgid="4581951246357823044">"デバイスの接続を解除しますか?"</string>
<string name="bluetooth_pairing_pref_title" msgid="3497193027590444598">"新しいデバイスとペア設定"</string>
<string name="keywords_add_bt_device" msgid="4533191164203174011">"Bluetooth"</string>
- <string name="bluetooth_screen_auto_on_title" msgid="2203993262483477532">"明日自動的に ON にする"</string>
+ <string name="bluetooth_screen_auto_on_title" msgid="2203993262483477532">"日付が変わったら自動的に ON にする"</string>
<string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"Bluetooth を OFF にしても、翌日に再び ON になります"</string>
<string name="bluetooth_pair_right_ear_button" msgid="3979894494803078852">"右耳をペア設定"</string>
<string name="bluetooth_pair_left_ear_button" msgid="1019938875726073791">"左耳をペア設定"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"言語の追加"</string>
<string name="country_selection_title" msgid="5376929821458644732">"地域設定"</string>
<string name="search_language_hint" msgid="1739082427104506694">"言語名を入力"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"その他の言語設定"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"地域別の設定"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"使用する単位と数字を指定します"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"地域別の設定を行えば、アプリが機能をパーソナライズします。"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"地域別の設定があればそちらが使用されます。"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"地域別の設定"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"温度"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"週最初の曜日"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Numbers の設定"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ON"</string>
<string name="external_display_off" msgid="5634413756025351374">"OFF"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"外部ディスプレイ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"外部ディスプレイを使用する"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ディスプレイ解像度"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"外部ディスプレイに接続されていません"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"回転や解像度を変更すると、現在実行中のアプリが停止する可能性があります"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"画面をミラーリングするには、デバイスを外部ディスプレイに接続する必要があります"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"その他のオプション"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ディスプレイを並べ替えるには長押ししてドラッグします。"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"キャスト"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ミラー"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ワイヤレス ディスプレイの有効化"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"自動回転の詳細"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"画面解像度"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"高解像度"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"最大解像度"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"最大解像度ではバッテリー消費量が多くなります。解像度を切り替えると、一部のアプリが再起動することがあります。"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"選択中"</string>
<string name="color_mode_title" msgid="8666690832113906028">"カラー"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ナチュラル"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"おやすみ時間モードの設定"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{モードの設定により、ダークモードも有効になります}=1{{mode_1} に設定すると、ダークモードも有効になります}=2{{mode_1} と {mode_2} に設定すると、ダークモードも有効になります}=3{{mode_1}、{mode_2}、{mode_3} に設定すると、ダークモードも有効になります}other{{mode_1}、{mode_2}、他 # 個のモードに設定すると、ダークモードも有効になります}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"モードの設定"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"さらに暗くする"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"さらに輝度を下げる"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"デバイスを通常より暗くできます"</string>
<string name="screen_timeout" msgid="7709947617767439410">"画面消灯"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"操作が行われない状態で <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>経過後"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"オプション"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ユーザー補助"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"物理キーボード"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"バウンスキー"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"キーボードの同じキーが連続で押された場合は、その操作を無視します"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"バウンスキーのしきい値"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"右下をクリック"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"タッチパッドの右下をクリックするとオプションが表示されます"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ポインタの速度"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"3 本の指でタップ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"ポインタの色"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"ポインターの塗りつぶしを黒色に変更"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"ポインターの塗りつぶしを緑色に変更"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"タッチパッド ジェスチャーを学ぶ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"トラックパッド, マウス, カーソル, スクロール, スワイプ, 右クリック, クリック, ポインタ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"右クリック, タップ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"ミドルクリック"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"アシスタントを起動"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ホームに移動"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"戻る"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"最近使ったアプリを表示"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ホームに移動"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"タッチパッドを 3 本の指で上にスワイプします"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"戻る"</string>
@@ -4467,7 +4470,7 @@
<string name="system_navigation_title" msgid="4890381153527184636">"ナビゲーション モード"</string>
<string name="swipe_up_to_switch_apps_title" msgid="6677266952021118342">"2 ボタン ナビゲーション"</string>
<string name="swipe_up_to_switch_apps_summary" msgid="1415457307836359560">"アプリを切り替えるには、ホームボタンを上にスワイプします。すべてのアプリを表示するには、もう一度上にスワイプします。戻るには、[戻る] ボタンをタップします。"</string>
- <string name="emergency_settings_preference_title" msgid="6183455153241187148">"緊急情報と緊急通報"</string>
+ <string name="emergency_settings_preference_title" msgid="6183455153241187148">"安全性と緊急情報"</string>
<string name="emergency_dashboard_summary" msgid="401033951074039302">"緊急 SOS、医療情報、アラート"</string>
<string name="edge_to_edge_navigation_title" msgid="714427081306043819">"ジェスチャー ナビゲーション"</string>
<string name="edge_to_edge_navigation_summary" msgid="818109176611921504">"ホームに移動するには、画面の下部から上にスワイプします。アプリを切り替えるには、下から上にスワイプして長押ししてから離します。戻るには、左端または右端からスワイプします。"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"衛星通信メッセージ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"衛星通信によりテキスト メッセージを送受信します。お客様のアカウントに含まれています。"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"衛星通信によりテキスト メッセージを送受信します。お客様のアカウントではご利用になれません。"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"衛星通信メッセージ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"衛星通信メッセージについて"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"対象の <xliff:g id="CARRIER_NAME">%1$s</xliff:g> アカウントの一部として、衛星通信によるテキスト メッセージの送受信を行えます"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> のプラン"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"衛星通信メッセージはお客様のアカウントに含まれています"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"衛星通信メッセージはお客様のアカウントに含まれていません"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"詳細"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"仕組み"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"お使いのスマートフォンを衛星通信に自動接続します。接続を最大限良好にするには、外に出て、空がよく見える場所に移動してください"</string>
<string name="title_supported_service" msgid="4275535165812691571">"スマートフォンが衛星通信に接続された後"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"テキスト メッセージは、緊急サービスを含め誰にでも送信できます。モバイル ネットワークが利用できる状態になると再接続されます。"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"衛星通信メッセージは、利用できるエリアが制限され、通常より時間がかかることがあります。天候やなんらかの構造物が、衛星通信の接続に影響することがあります。衛星通信による通話はご利用いただけませんが、緊急通報はつながる場合があります。\n\n変更内容がアカウントの [設定] に反映されるまでに時間がかかることがあります。詳しくは携帯通信会社にお問い合わせください。"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"衛星通信メッセージの詳細"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> を有効にできません"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> を有効にするには、衛星通信との接続を解除してください"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"衛星接続"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"アクセス ポイント名"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"<xliff:g id="CARRIER">%1$s</xliff:g> への接続時は利用できません"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"16KB のページ非依存モードです。ソフトウェアの完全性はこのモードでは保証されないため、ブートローダーのロック解除中にスマートフォンに保存されているデータが失われる恐れがあります。これらのモードで無効になる機能があるため、一部のアプリが動作しないことがあります。再び本番環境モードにするには、4KB モードに戻してから、デバイスのブートローダーをロックする必要があります。この操作で、デバイスは再び出荷時の設定にリセットされ、製品版の設定に復元されます。デバイスが Android で起動したら、開発者向けオプションで [OEM のロック解除] を無効にします。デバイスが Android で起動しなかった場合や不安定な場合は、<a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> の最新のファクトリー イメージでデバイスの再書き込みを行うか、<a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> を使用し、[Wipe Device]、[Lock Bootloader]、[Force Flash all partitions] を選択してください。"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB のページ非依存モード"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"詳細"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ページサイズ互換モードでアプリを実行する"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 KB デバイスに切り替わると、アプリはページサイズ互換モードで実行されます。"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"バグレポート ハンドラ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"デバイスでバグレポートのショートカットを処理するアプリを選択します。"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"個人用"</string>
@@ -5227,8 +5279,8 @@
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"UWB を使用するには機内モードを OFF にしてください"</string>
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"現在の場所では UWB は利用できません"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
- <string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread を使用"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread を使用すると、スマートホーム デバイスを接続して、効率とパフォーマンスを高めることができます。\n\nこのデバイスを有効にすると、Thread ネットワークに接続して、このスマートフォンから Matter 対応デバイスを管理できるようになります。"</string>
+ <string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread を使用する"</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread を使用すると、スマートホーム デバイスを接続して、効率とパフォーマンスを高めることができます。\n\nこの設定を有効にすると、Thread ネットワークに接続して、このスマートフォンから Matter 対応デバイスを管理できるようになります。"</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread の詳細"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"カメラへのアクセス"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"マイクへのアクセス"</string>
diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml
index a5abc5d..cbc6ea3 100644
--- a/res/values-ka/strings.xml
+++ b/res/values-ka/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ენის დამატება"</string>
<string name="country_selection_title" msgid="5376929821458644732">"რეგიონის პარამეტრები"</string>
<string name="search_language_hint" msgid="1739082427104506694">"აკრიფეთ ენის სახელი"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ენის დამატებითი პარამეტრები"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"რეგიონული პარამეტრები"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"რაოდენობის და საზომი ერთეულების პარამეტრების დაყენება"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"აცნობეთ აპებს თქვენი რეგიონული პარამეტრების შესახებ, რათა მათ თქვენი გამოცდილების პერსონალიზება შეძლოს."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"აპები საჭიროებისამებრ გამოიყენებს თქვენს რეგიონულ პარამეტრებს."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"რეგიონული პარამეტრები"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"ტემპერატურა"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"კვირის პირველი დღე"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ნომრების უპირატესობები"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ჩართული"</string>
<string name="external_display_off" msgid="5634413756025351374">"გამორთული"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"გარე ეკრანი"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"გარე ეკრანის გამოყენება"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ეკრანის გარჩევადობა"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"გარე ეკრანთან კავშირი გაწყვეტილია"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"შეტრიალების ან გარჩევადობის შეცვლამ შეიძლება შეწყვიტოს მიმდინარე აპების მუშაობა"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"თქვენი მოწყობილობა დაკავშირებული უნდა იყოს გარე ეკრანთან, რათა თქვენი ეკრანის გამოსახულების ასლი შეიქმნას"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"სხვა ვარიანტები"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ჩავლებით გადაიტანეთ ეკრანების თანმიმდევრობის გადასაწყობად."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ტრანსლირება"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"გამოსახულების ასლი"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"უსადენო ეკრანის ჩართვა"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"შეიტყვეთ მეტი ავტომატური შეტრიალების შესახებ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"ეკრანის გარჩევადობა"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"მაღალი გარჩევადობა"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"სრული გარჩევადობა"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"სრული გარჩევადობა მეტად მოიხმარს ბატარეას. თქვენი გარჩევადობის გადართვამ შეიძლება გამოიწვიოს ზოგიერთი აპის გადატვირთვა."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"არჩეულია"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ფერები"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ბუნებრივი"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ძილის დროის რეჟიმის პარამეტრები"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{რეჟიმებმა შეიძლება მუქი თემაც გაააქტიუროს}=1{{mode_1} ასევე ააქტიურებს მუქ თემას}=2{{mode_1} და {mode_2} ასევე ააქტიურებს მუქ თემას}=3{{mode_1}, {mode_2} და {mode_3} ასევე ააქტიურებს მუქ თემას}other{{mode_1}, {mode_2} და # სხვა ასევე ააქტიურებს მუქ თემას}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"რეჟიმების პარამეტრები"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"უფრო მეტად დაბნელება"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"დამატებითი დაბინდვა"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ჩვეულებრივზე უფრო მეტად დააბნელეთ მოწყობილობა"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ეკრანის დროის ლიმიტი"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> უმოქმედობის შემდეგ"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ვარიანტები"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"წვდომა"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ფიზიკური კლავიატურა"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"კლავიშების ასხლეტა"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"კლავიატურა აიგნორებს ერთსა და იმავე კლავიშზე სწრაფ, განმეორებით დაჭერებს"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"კლავიშების ასხლეტის ზღურბლი"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"ქვედა მარჯვენა დაწკაპუნება"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"დამატებითი ვარიანტებისთვის დააწკაპუნეთ სენსორული პანელის ქვედა მარჯვენა კუთხეში"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"მანიშნებლის სიჩქარე"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"სამი თითის შეხების გამოყენება"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"კურსორის ფერი"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"კურსორის სტილის შეცვლა შავად"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"კურსორის სტილის შეცვლა მწვანედ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"გაეცანით სენსორული ეკრანის ჟესტებს"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ტრეკპედი, ტრეკ პედი, მაუსი, კურსორი, გადაადგილება, გადაფურცვლა, მარჯვენა დაწკაპუნება, დაწკაპუნება, მანიშნებელი"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"მარჯვენა დაწკაპუნება, შეხება"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"შუა დაწკაპუნება"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"ასისტენტის გაშვება"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"მთავარზე გადასვლა"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"უკან დაბრუნება"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ბოლო აპების ნახვა"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"მთავარზე გადასვლა"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"სენსორ. პანელზე სამი თითით გადაფურცლეთ ნებისმ. მიმართულებით"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"უკან დაბრუნება"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"შეტყობინებების სატელიტური მიმოცვლა"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"მიიღეთ და გაგზავნეთ ტექსტური შეტყობინებები სატელიტის მეშვეობით. არ შედის თქვენს ანგარიშში."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"მიიღეთ და გაგზავნეთ ტექსტური შეტყობინებები სატელიტის მეშვეობით. არ შედის თქვენს ანგარიშში."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"შეტყობინებების სატელიტური მიმოცვლა"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"სატელიტური შეტყობინებების მიმოცვლის შესახებ"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"თქვენ, როგორც მოთხოვნის შესაბამისი <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-ის ანგარიშის წევრს, შეგიძლიათ სატელიტის მეშვეობით გააგზავნოთ და მიიღოთ ტექსტური შეტყობინებები."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"თქვენი <xliff:g id="CARRIER_NAME">%1$s</xliff:g> გეგმა"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"შეტყობინებების სატელიტური მიმოცვლის ფუნქცია შედის თქვენს ანგარიშში"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"შეტყობინებების სატელიტური მიმოცვლის ფუნქცია არ შედის თქვენს ანგარიშში"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"შეიტყვეთ მეტი"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"მუშაობის პრინციპი"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"თქვენი ტელეფონი ავტომატურად დაუკავშირდება სატელიტს. საუკეთესო კავშირისთვის იყავთ ისეთ ადგილას, სადაც ცის ნათელი ხედია."</string>
<string name="title_supported_service" msgid="4275535165812691571">"თქვენი ტელეფონის სატელიტთან დაკავშირების შემდეგ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"შეტყობინების ყველგან გაგზავნა შეგიძლიათ, მათ შორის გადაუდებელი დახმარების სამსახურებში. თქვენი ტელეფონი დაუკავშირდება მობილური ქსელს, მისი ხელმისაწვდომობის შემთხვევაში."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"შეტყობინებების სატელიტურ მიმოცვლას შეიძლება უფრო მეტი დრო დასჭირდეს და ხელმისაწვდომია მხოლოდ გარკვეულ ტერიტორიაზე. ამინდმა და გარკვეულმა კონსტრუქციებმა შეიძლება გავლენა მოახდინოს თქვენს კავშირზე სატელიტთან. სატელიტით დარეკვა მიუწვდომელია. გადაუდებელი ზარის განხორციელება მიანც შესაძლებელია.\n\nშესაძლოა გარკვეული დრო დასჭირდეს ანგარიშის პარამეტრების ცვლილებების ასახვას. დეტალური ინფორმაციისთვის მიმართეთ ოპერატორს."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"მეტი ინფორმაცია შეტყობინებების სატელიტური მიმოცვლის შესახებ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g>-ის ჩართვა ვერ ხერხდება"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g>-ის ჩასართავად ჯერ დაასრულეთ სატელიტური კავშირი"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"სატელიტური კავშირი"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"წვდომის წერტილების სახელები"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"თქვენ იმყოფებით გვერდ-აგნოსტიკური რეჟიმის 16-კილობაიტიან რეჟიმში. აღნიშნულ რეჟიმში პროგრამული უზრუნველყოფის მთლიანობა ვერ იქნება გარანტირებული და სანამ ჩამტვირთავი განბლოკილია, ტელეფონში შენახული ნებისმიერი მონაცემი შეიძლება რისკის ქვეშ იყოს. ამ რეჟიმებში ზოგი ფუნქცია გაითიშება, რის გამოც გარკვეულმა აპლიკაციებმა შეიძლება არ იმუშაოს. მოწყობილობის წარმოების რეჟიმში ხელახლა შესასვლელად უნდა გადაერთოთ 4-კილობაიტიან რეჟიმზე და შემდეგ ჩაკეტოთ მოწყობილობის ჩამტვირთავი. ეს მოწყობილობას კვლავ ქარხნულ პარამეტრებზე დააბრუნებს და შესაბამისად, აღადგენს მისი წარმოების პარამეტრებს. მოწყობილობის Android-ში წარმატებით ჩატვირთვის შემდეგ, დეველოპერთა პარამეტრებში გათიშეთ OEM-ის მხრიდან განბლოკვა. თუ მოწყობილობა ვერ იტვირთება Android-ში ან არასტაბილურია, განაახლეთ ჩაშენებული პროგრამული უზრუნველყოფა უახლესი ქარხნული იმიჯებით შემდეგი ბმულიდან: <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> და აირჩიეთ „მოწყობილობის წაშლა“, „ჩამტვირთავის ჩაკეტვა“ და „ყველა დანაყოფზე იძულებითი ჩატვირთვა“."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16-კბაიტიანი გვერდ-აგნოსტიკური რეჟიმი"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ვრცლად"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ამუშავეთ აპი გვერდის ზომის თავსებადობის რეჟიმში"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"აპი იმუშავებს გვერდის ზომის თავსებადობის რეჟიმში, როდესაც გადაირთვება 16 კბაიტიან მოწყობილობაზე."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"სისტემის ხარვეზის ანგარიშის დამმუშავებელი"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"განსაზღვრავს, რომელი აპი მართავს სისტემის ხარვეზის ანგარიშის მალსახმობს თქვენს მოწყობილობაზე."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"პირადი"</string>
diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml
index 88af380..fbc442c 100644
--- a/res/values-kk/strings.xml
+++ b/res/values-kk/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Тіл қосу"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Аймақ параметрі"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Тіл атауын теріңіз"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Басқа да тіл параметрлері"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Аймақтық параметрлер"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Бірліктер мен сан параметрлерін орнату"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Қолданбалар сізге арнайы бейімделуі үшін, оларға аймақтық параметрлер туралы ақпарат алуға мүмкіндік беріңіз."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Мүмкіндік болғанда, қолданбалар аймақтық параметрлеріңізді пайдаланады."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Аймақтық параметрлер"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температура"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Аптаның бірінші күні"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Сан параметрлері"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Қосулы"</string>
<string name="external_display_off" msgid="5634413756025351374">"Өшірулі"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Сыртқы дисплей"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Сыртқы дисплейді пайдалану"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Дисплей ажыратымдылығы"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Сыртқы дисплей ажыратылған."</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Бұру шамасын немесе ажыратымдылықты өзгертсе, қазір жұмыс істеп тұрған қолданбалар тоқтауы мүмкін"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Экран көшірмесін көрсету үшін құрылғы сыртқы дисплейге қосылуы керек."</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Басқа опциялар"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Дисплейлердің ретін өзгерту үшін басып тұрып, сүйреңіз."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Трансляция"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"айна"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Сымсыз дисплейді қосу"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Автоматты бұру туралы толық ақпарат"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Экран ажыратымдылығы"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Жоғары ажыратымдылық"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Толық ажыратымдылық"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Толық ажыратымдылық батарея зарядын көбірек пайдаланады. Ажыратымдылықты ауыстырсаңыз, кейбір қолданбалар өшіп қосылады."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Таңдалды."</string>
<string name="color_mode_title" msgid="8666690832113906028">"Түстер"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Табиғи"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"\"Ұйқы\" режимі параметрлері"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Қараңғы режим басқа режимдердің ықпалынан да қосылуы мүмкін.}=1{Қараңғы режим {mode_1} режимінің ықпалынан да қосылуы мүмкін.}=2{Қараңғы режим {mode_1} және {mode_2} режимдерінің ықпалынан да қосылуы мүмкін.}=3{Қараңғы режим {mode_1}, {mode_2} және {mode_3} режимдерінің ықпалынан да қосылуы мүмкін.}other{Қараңғы режим {mode_1}, {mode_2} және тағы # режимнің ықпалынан да қосылуы мүмкін.}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Режим параметрлері"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Жарықтығын бұрынғыдан азайту"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Экранды қарайту"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Құрылғы жарықтығын әдеттегіден азайтып пайдалану"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Экранның өшуі"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Әрекетсіз <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> тұрған соң"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Опциялар"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Арнайы мүмкіндіктер"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Физикалық пернетақта"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Қайтару пернелері"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Пернетақта бір перненің тез арада қайталап басылуын елемейді."</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Пернелердің байқаусызда басылуын елемеу шегі"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Төменгі оң жақты басу"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Қосымша опцияларды көру үшін сенсорлық тақтаның төменгі оң жақ бұрышын басыңыз."</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Меңзер жылдамдығы"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Үш саусақпен түрту параметрін пайдалану"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Меңзер түсі"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Меңзердің бояу стилін қара түске өзгертеді."</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Меңзердің бояу стилін жасыл түске өзгертеді."</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Сенсорлық тақта қимылдарын үйрену"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"сенсорлық тақта, тінтуір, курсор, айналдыру, сырғыту, тінтуірдің оң жақ түймесін басу, басу, клик, меңзер"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"тінтуірдің оң жақ түймесін басу, түрту"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Ортасын басу"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant-ті іске қосу"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Негізгі бетке өту"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Артқа"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Соңғы қолданбаларды көру"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Негізгі экранға өту"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Үш саусақпен сенсорлық тақта бетінің кез келген жерінен жоғары сырғытыңыз."</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Артқа"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Жерсерік қызметі арқылы хабар алмасу"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Жерсерік көмегімен мәтіндік хабарлар жіберуге және алуға болады. Бұл мүмкіндік аккаунтыңызда бар."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Жерсерік көмегімен мәтіндік хабарлар жіберуге және алуға болады. Аккаунтыңызға енгізілмеген."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Жерсерік қызметі арқылы хабар алмасу"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Жерсерік қызметі арқылы хабар алмасу туралы"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> аккаунтыңыз жерсерік арқылы мәтіндік хабарларды жіберуге және алуға мүмкіндік береді."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> тарифтік жоспарыңыз"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Аккаунтыңызда жерсерік қызметі арқылы хабар алмасу мүмкіндігі бар"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Аккаунтыңызда жерсерік қызметі арқылы хабар алмасу мүмкіндігі жоқ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Толық ақпарат"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Бұл қалай жұмыс істейді?"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Телефоныңыз автоматты түрде жерсерікке қосылады. Қосылу сапасы жоғары болуы үшін, аспан анық көрінетін жерде болыңыз."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Телефон жерсерікке қосылған соң"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Кез келген адамға, соның ішінде құтқару қызметтеріне мәтіндік хабар жібере аласыз. Мобильдік желі болған кезде, телефоныңыз оған қайта қосылады."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Жерсерік қызметі арқылы хабар алмасу көп уақытты алуы мүмкін және кейбір аймақтарда ғана істейді. Жерсерік байланысына ауа райы мен кейбір құрылыс объектілері әсер етуі мүмкін. Жерсерік арқылы қоңырау шалу мүмкін емес. Құтқару қызметіне бұрынғыша қоңырау шалуға болады.\n\nАккаунтқа енгізілген өзгерістердің параметрлерде шығуына біраз уақыт кетуі мүмкін. Мәлімет алу үшін операторға хабарласыңыз."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Жерсерік қызметі арқылы хабар алмасу туралы толық ақпарат"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> функциясын өшіру мүмкін емес"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> функциясын қосу үшін алдымен жерсерік байланысын тоқтатыңыз."</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Жерсерікке қосылу мүмкіндігі"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Кіру нүктесінің атауы"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Бет өлшеміне тәуелсіз режимдегі 16 КБ режимінде жұмыс істеп отырсыз. Бұл режимде бағдарламалық құрал тұтастығына кепілдік берілмейді және жүктегіш құлпы ашық кезде телефоныңызда сақталған деректерге қауіп төнуі мүмкін. Бұл режимдерде кейбір функциялар өшірілетіндіктен, белгілі бір қолданбалар жұмыс істемеуі мүмкін. Жұмыс күйіне қайта оралу үшін 4 КБ режиміне қайта ауысып, құрылғының жүктегішін құлыптау керек. Мұндайда құрылғы қайтадан зауыттық параметрлерге қайтарылып, жұмыс параметрлері қалпына келтіріледі. Құрылғы Android жүйесіне жүктелгенде, \"Әзірлеуші опциялары\" параметрлерінен жүктегіш құлпын ашу параметрін өшіріңіз. Құрылғы Android жүйесіне жүктелмесе немесе дұрыс жұмыс істемесе, құрылғыны <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> немесе <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> сілтемесіндегі зауыттық образдармен қайта бағдарламалап, \"Құрылғыны тазарту\", \"Жүктегішті құлыптау\" және \"Барлық бөлікті бағдарламау\" опцияларын таңдаңыз."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Бетке тәуелсіз 16 КБ режимі"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Толық ақпарат"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Қолданбаны бет көлеміне сәйкес үйлесімді режимде іске қосу"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Қолданба бет көлеміне сәйкес үйлесімді режимде 16 КБ-тық ауыстырғышы бар құрылғылармен іске қосылады."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Қате туралы есеп өңдеу құралы"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Құрылғыдағы қате туралы есепті жіберу үшін жылдам әрекетпен қандай қолданба ашылатынын анықтайды."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Жеке"</string>
@@ -5227,10 +5278,10 @@
<string name="uwb_settings_summary" msgid="3074271396764672268">"UWB технологиясын пайдаланатын маңайдағы құрылғылардың қатысты орнын анықтауға көмектеседі."</string>
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"UWB технологиясын пайдалану үшін ұшақ режимі өшіріледі."</string>
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"Қазіргі локацияда кеңжолақты байланыс жоқ."</string>
- <string name="thread_network_settings_title" msgid="4212301030523859220">"Тізбек"</string>
- <string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Тізбекті пайдалану"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Тізбек желісі тиімділік мен өнімділік деңгейін арттырып, смарт үй құрылғыларын жалғауға көмектеседі.\n\nЕгер қосулы болса, бұл құрылғы Тізбек желісіне қосыла алады. Осылайша Matter стандартына қолдау көрсететін құрылғыларды осы телефон арқылы басқару мүмкін болады."</string>
- <string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Тізбек туралы толық ақпарат"</string>
+ <string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
+ <string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread желісін пайдалану"</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread смарт үй құрылғыларын өзара жалғап, тиімділік мен өнімділік деңгейін арттырады.\n\nЕгер қосулы болса, бұл құрылғы Thread желісіне қосыла алады. Осылайша Matter стандартына қолдау көрсететін құрылғыларды осы телефон арқылы басқаруға болады."</string>
+ <string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread туралы толық ақпарат"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Камераны пайдалану"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Микрофонды пайдалану"</string>
<string name="perm_toggle_description" msgid="5754629581767319022">"Қолданбалар мен қызметтерге арналған."</string>
diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml
index 6ad2573..bfc20bd 100644
--- a/res/values-km/strings.xml
+++ b/res/values-km/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"បញ្ចូលភាសា"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ចំណូលចិត្តតំបន់"</string>
<string name="search_language_hint" msgid="1739082427104506694">"វាយបញ្ចូលឈ្មោះភាសា"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ការកំណត់ភាសាច្រើនទៀត"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ចំណូលចិត្តតាមតំបន់"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"កំណត់ចំណូលចិត្តលេខ និងខ្នាត"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"អនុញ្ញាតឱ្យកម្មវិធីដឹងពីចំណូលចិត្តតាមតំបន់របស់អ្នក ដើម្បីឱ្យកម្មវិធីទាំងនោះអាចកំណត់បទពិសោធន៍ប្រើប្រាស់របស់អ្នកឱ្យមានលក្ខណៈផ្ទាល់ខ្លួន។"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"កម្មវិធីនឹងប្រើចំណូលចិត្តតាមតំបន់របស់អ្នក ប្រសិនបើអាច។"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ចំណូលចិត្តតាមតំបន់"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"សីតុណ្ហភាព"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ថ្ងៃដំបូងនៃសប្ដាហ៍"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ចំណូលចិត្តលេខ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"បើក"</string>
<string name="external_display_off" msgid="5634413756025351374">"បិទ"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ផ្ទាំងអេក្រង់ខាងក្រៅ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ប្រើផ្ទាំងអេក្រង់ខាងក្រៅ"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"កម្រិតគុណភាពផ្ទាំងអេក្រង់"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ផ្ទាំងអេក្រង់ខាងក្រៅត្រូវបានផ្ដាច់"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ការប្ដូរការបង្វិល ឬកម្រិតគុណភាពអាចបញ្ឈប់កម្មវិធីទាំងឡាយដែលកំពុងដំណើរការនាពេលបច្ចុប្បន្ន"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ត្រូវតែភ្ជាប់ឧបករណ៍របស់អ្នកជាមួយផ្ទាំងអេក្រង់ខាងក្រៅ ដើម្បីបញ្ចាំងអេក្រង់របស់អ្នក"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ជម្រើសច្រើនទៀត"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"សង្កត់ឱ្យជាប់ រួចអូស ដើម្បីរៀបចំផ្ទាំងអេក្រង់ឡើងវិញ។"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ភ្ជាប់"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"កញ្ចក់"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"បើកការបង្ហាញឥតខ្សែ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ស្វែងយល់បន្ថែមអំពីការបង្វិលស្វ័យប្រវត្តិ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"កម្រិតច្បាស់នៃអេក្រង់"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"កម្រិតច្បាស់ខ្ពស់"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"កម្រិតគុណភាពពេញលេញ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"កម្រិតច្បាស់ពេញលេញប្រើថ្មរបស់អ្នកច្រើនជាង។ ការប្ដូរកម្រិតគុណភាពរបស់អ្នកអាចបណ្តាលឱ្យកម្មវិធីមួយចំនួនចាប់ផ្តើមឡើងវិញ។"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"បានជ្រើសរើស"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ពណ៌"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ធម្មជាតិ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ការកំណត់មុខងារម៉ោងគេង"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{មុខងារក៏អាចបើកដំណើរការទម្រង់រចនាងងឹតបានផងដែរ}=1{{mode_1} ក៏បើកដំណើរការទម្រង់រចនាងងឹតផងដែរ}=2{{mode_1} និង {mode_2} ក៏បើកដំណើរការទម្រង់រចនាងងឹតផងដែរ}=3{{mode_1}, {mode_2} និង {mode_3} ក៏បើកដំណើរការទម្រង់រចនាងងឹតផងដែរ}other{{mode_1}, {mode_2} និង # ទៀតក៏បើកដំណើរការទម្រង់រចនាងងឹតផងដែរ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ការកំណត់មុខងារ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"កាន់តែងងឹត"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ងងឹតខ្លាំង"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"អនុញ្ញាតឱ្យឧបករណ៍មានពន្លឺងងឹតជាងធម្មតា"</string>
<string name="screen_timeout" msgid="7709947617767439410">"រយៈពេលទម្រាំអេក្រង់បិទ"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"បន្ទាប់ពីអសកម្ម <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ជម្រើស"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ភាពងាយស្រួល"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ក្ដារចុចរូបវ័ន្ត"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"គ្រាប់ចុចឡង"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ក្ដារចុចមិនអើពើនឹងការចុចដដែលៗយ៉ាងរហ័សនៃគ្រាប់ចុចដដែល"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"កម្រិតកំណត់គ្រាប់ចុចឡង"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"ចុចខាងក្រោមផ្នែកខាងស្ដាំ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"ចុចជ្រុងខាងស្ដាំផ្នែកខាងក្រោមនៃផ្ទាំងប៉ះសម្រាប់ជម្រើសបន្ថែម"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ល្បឿនទស្សន៍ទ្រនិច"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ប្រើការចុចដោយប្រើម្រាមដៃបី"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"ពណ៌សញ្ញាព្រួញ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"ប្ដូរស្តាយល៍បំពេញរបស់ព្រួញទៅខ្មៅ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"ប្ដូរស្តាយល៍បំពេញរបស់ព្រួញទៅបៃតង"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ស្វែងយល់អំពីចលនាផ្ទាំងប៉ះ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ផ្ទាំងប៉ះ, ផ្ទាំងសម្រាប់ប៉ះ, ម៉ៅស៍, ទស្សន៍ទ្រនិច, រំកិល, អូស, ចុចម៉ៅស៍ខាងស្ដាំ, ចុច, ទ្រនិចរំកិល"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ចុចម៉ៅស៍ខាងស្ដាំ, ចុច"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"ចុចកណ្ដុរកណ្ដាល"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"បើកដំណើរការ Google Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ទៅទំព័រដើម"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ថយក្រោយ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"មើលកម្មវិធីថ្មីៗ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ទៅអេក្រង់ដើម"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"អូសឡើងលើដោយប្រើម្រាមដៃបីនៅកន្លែងណាមួយនៅលើផ្ទាំងប៉ះរបស់អ្នក"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ថយក្រោយ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"ការផ្ញើសារតាមផ្កាយរណប"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ផ្ញើ និងទទួលសារជាអក្សរតាមផ្កាយរណប។ រួមបញ្ចូលជាមួយគណនីរបស់អ្នក។"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ផ្ញើ និងទទួលសារជាអក្សរតាមផ្កាយរណប។ មិនរួមបញ្ចូលជាមួយគណនីរបស់អ្នកទេ។"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"ការផ្ញើសារតាមផ្កាយរណប"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"អំពីការផ្ញើសារតាមផ្កាយរណប"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"អ្នកអាចផ្ញើ និងទទួលសារជាអក្សរតាមផ្កាយរណបជាផ្នែកនៃគណនី <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ដែលមានសិទ្ធិ"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"គម្រោង <xliff:g id="CARRIER_NAME">%1$s</xliff:g> របស់អ្នក"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ការផ្ញើសារតាមផ្កាយរណបត្រូវបានរួមបញ្ចូលជាមួយគណនីរបស់អ្នក"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ការផ្ញើសារតាមផ្កាយរណបមិនត្រូវបានរួមបញ្ចូលជាមួយគណនីរបស់អ្នកទេ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ស្វែងយល់បន្ថែម"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"របៀបដែលវាដំណើរការ"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ទូរសព្ទរបស់អ្នកនឹងភ្ជាប់ទៅផ្កាយរណបដោយស្វ័យប្រវត្តិ។ ដើម្បីទទួលបានការតភ្ជាប់ល្អបំផុត សូមស្ថិតនៅក្រោមផ្ទៃមេឃស្រឡះ។"</string>
<string name="title_supported_service" msgid="4275535165812691571">"បន្ទាប់ពីទូរសព្ទរបស់អ្នកភ្ជាប់ទៅផ្កាយរណប"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"អ្នកអាចផ្ញើសារជាអក្សរទៅអ្នកណាក៏បាន រួមទាំងសេវាសង្គ្រោះបន្ទាន់។ ទូរសព្ទរបស់អ្នកនឹងភ្ជាប់ឡើងវិញ នៅពេលមានបណ្ដាញទូរសព្ទចល័ត។"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"ការផ្ញើសារតាមផ្កាយរណបអាចចំណាយពេលកាន់តែយូរ និងអាចប្រើបាននៅក្នុងតំបន់មួយចំនួនតែប៉ុណ្ណោះ។ អាកាសធាតុ និងរចនាសម្ព័ន្ធមួយចំនួនអាចប៉ះពាល់ដល់ការតភ្ជាប់ផ្កាយរណបរបស់អ្នក។ មិនអាចធ្វើការហៅទូរសព្ទតាមផ្កាយរណបបានទេ។ ការហៅទៅលេខសង្គ្រោះបន្ទាន់នៅតែអាចភ្ជាប់បាន។\n\nការផ្លាស់ប្ដូរចំពោះគណនីអាចចំណាយពេលបន្តិច ដើម្បីបង្ហាញនៅក្នុង \"ការកំណត់\"។ សូមទាក់ទងទៅក្រុមហ៊ុនសេវាទូរសព្ទរបស់អ្នក ដើម្បីទទួលបានព័ត៌មានលម្អិត។"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ព័ត៌មានបន្ថែមអំពីការផ្ញើសារតាមផ្កាយរណប"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"មិនអាចបើក <xliff:g id="FUNCTION">%1$s</xliff:g> បានទេ"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"ដើម្បីបើក <xliff:g id="FUNCTION">%1$s</xliff:g> សូមបញ្ចប់ការតភ្ជាប់ផ្កាយរណបជាមុនសិន"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"ការតភ្ជាប់ផ្កាយរណប"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ឈ្មោះចំណុចចូលប្រើប្រាស់"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"អ្នកកំពុងប្រើមុខងារ 16KB នៃមុខងារ Page-Agnostic។ មិនអាចធានាសុក្រឹតភាពកម្មវិធីនៅក្នុងមុខងារនេះទេ ហើយទិន្នន័យទាំងឡាយដែលបានរក្សាទុកនៅលើទូរសព្ទ នៅពេលកម្មវិធីដំណើរការប្រព័ន្ធត្រូវបានដោះសោ អាចប្រឈមនឹងហានិភ័យ។ មុខងារមួយចំនួននឹងត្រូវបានបិទនៅក្នុងមុខងារទាំងនេះ ដូច្នេះកម្មវិធីមួយចំនួនប្រហែលជាមិនដំណើរការទេ។ ដើម្បីចូលទៅក្នុងមុខងារផលិតកម្មឡើងវិញ អ្នកត្រូវតែប្ដូរត្រឡប់ទៅមុខងារ 4KB បន្ទាប់មកចាក់សោកម្មវិធីដំណើរការប្រព័ន្ធរបស់ឧបករណ៍។ ដំណើរការនេះនឹងកំណត់ឧបករណ៍ដូចចេញពីរោងចក្រ រួចត្រឡប់ឧបករណ៍ទៅការកំណត់ផលិតកម្មវិញ។ បន្ទាប់ពីឧបករណ៍ចាប់ផ្ដើមចូល Android ដោយជោគជ័យ សូមបិទការដោះសោ OEM នៅក្នុងជម្រើសសម្រាប់អ្នកអភិវឌ្ឍន៍។ ប្រសិនបើឧបករណ៍មិនអាចចាប់ផ្ដើមប្រព័ន្ធប្រតិបត្តិការ Android ឬមិនមានស្ថិរភាព សូមជំនួសកម្មវិធីឧបករណ៍ឡើងវិញដោយប្រើរូបភាពពីរោងចក្រចុងក្រោយបំផុតពី <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ឬប្រើ <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> រួចជ្រើសរើស \'ឈូសឧបករណ៍\' \'ចាក់សោកម្មវិធីដំណើរការប្រព័ន្ធ\' និង \'បង្ខំឱ្យជំនួសផ្នែកទាំងអស់\'។"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"មុខងារ Page-Agnostic 16KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"អានបន្ថែម"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ដំណើរការកម្មវិធីដោយប្រើមុខងារត្រូវគ្នានឹងទំហំទំព័រ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"កម្មវិធីនឹងត្រូវបានដំណើរការក្នុងមុខងារត្រូវគ្នានឹងទំហំទំព័រ ពេលប្ដូរទៅឧបករណ៍ 16 KB។"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ឧបករណ៍ដោះស្រាយរបាយការណ៍អំពីបញ្ហា"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"កំណត់ថាតើកម្មវិធីមួយណាដែលត្រូវចាត់ចែងផ្លូវកាត់សម្រាប់របាយការណ៍អំពីបញ្ហានៅលើឧបករណ៍របស់អ្នក។"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ផ្ទាល់ខ្លួន"</string>
diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml
index 8b5b1cd..17740d4 100644
--- a/res/values-kn/strings.xml
+++ b/res/values-kn/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ಭಾಷೆಯನ್ನು ಸೇರಿಸಿ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ಪ್ರದೇಶ ಪ್ರಾಶಸ್ತ್ಯ"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ಭಾಷೆ ಹೆಸರನ್ನು ಟೈಪ್ ಮಾಡಿ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ಇನ್ನಷ್ಟು ಭಾಷೆ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ಪ್ರಾದೇಶಿಕ ಆದ್ಯತೆಗಳು"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ಯೂನಿಟ್ಗಳು ಹಾಗೂ ಸಂಖ್ಯೆಯ ಆದ್ಯತೆಗಳನ್ನು ಸೆಟ್ ಮಾಡಿ"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"ನಿಮ್ಮ ಪ್ರಾದೇಶಿಕ ಆದ್ಯತೆಗಳನ್ನು ಆ್ಯಪ್ಗಳಿಗೆ ತಿಳಿಸಿ, ಇದರಿಂದ ಅವುಗಳು ನಿಮ್ಮ ಅನುಭವವನ್ನು ವೈಯಕ್ತೀಕರಿಸಬಹುದು."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"ಆ್ಯಪ್ಗಳಿಗೆ ಸಾಧ್ಯವಾದರೆ, ನಿಮ್ಮ ಪ್ರಾದೇಶಿಕ ಆದ್ಯತೆಗಳನ್ನು ಬಳಸುತ್ತವೆ."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ಪ್ರಾದೇಶಿಕ ಆದ್ಯತೆಗಳು"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"ತಾಪಮಾನ"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ವಾರದ ಮೊದಲ ದಿನ"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ಸಂಖ್ಯೆಗಳ ಆದ್ಯತೆಗಳು"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ಆನ್ ಆಗಿದೆ"</string>
<string name="external_display_off" msgid="5634413756025351374">"ಆಫ್ ಆಗಿದೆ"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ಬಾಹ್ಯ ಡಿಸ್ಪ್ಲೇ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ಬಾಹ್ಯ ಡಿಸ್ಪ್ಲೇ ಬಳಸಿ"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ಡಿಸ್ಪ್ಲೇ ರೆಸಲ್ಯೂಷನ್"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ಬಾಹ್ಯ ಡಿಸ್ಪ್ಲೇ ಕನೆಕ್ಷನ್ ಕಡಿತಗೊಂಡಿದೆ"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ತಿರುಗುವಿಕೆ ಅಥವಾ ರೆಸಲ್ಯೂಶನ್ ಅನ್ನು ಬದಲಾಯಿಸುವುದರಿಂದ ಪ್ರಸ್ತುತ ಚಾಲನೆಯಲ್ಲಿರುವ ಯಾವುದೇ ಆ್ಯಪ್ಗಳನ್ನು ನಿಲ್ಲಿಸಬಹುದು"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ನಿಮ್ಮ ಸ್ಕ್ರೀನ್ ಅನ್ನು ಪ್ರತಿಬಿಂಬಿಸಲು ನಿಮ್ಮ ಸಾಧನವನ್ನು ಬಾಹ್ಯ ಡಿಸ್ಪ್ಲೇಗೆ ಕನೆಕ್ಟ್ ಮಾಡಬೇಕು"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ಪ್ರದರ್ಶನಗಳನ್ನು ಮರುಹೊಂದಿಸಲು ಹೋಲ್ಡ್ ಮಾಡಿ ಮತ್ತು ಡ್ರ್ಯಾಗ್ ಮಾಡಿ."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ಕ್ಯಾಸ್ಟ್ ಮಾಡುವಿಕೆ"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ಕನ್ನಡಿ"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ವೈರ್ಲೆಸ್ ಪ್ರದರ್ಶನ ಸಕ್ರಿಯಗೊಳಿಸಿ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ಸ್ವಯಂ-ತಿರುಗುವಿಕೆ ಕುರಿತು ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"ಸ್ಕ್ರೀನ್ ರೆಸಲ್ಯೂಷನ್"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ಹೆಚ್ಚಿನ ರೆಸಲ್ಯೂಷನ್"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ಪೂರ್ಣ ರೆಸಲ್ಯೂಶನ್"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ಪೂರ್ಣ ರೆಸಲ್ಯೂಶನ್ ನಿಮ್ಮ ಬ್ಯಾಟರಿಯನ್ನು ಹೆಚ್ಚು ಬಳಸುತ್ತದೆ. ನಿಮ್ಮ ರೆಸಲ್ಯೂಶನ್ ಅನ್ನು ಬದಲಿಸುವುದರಿಂದ ಕೆಲವು ಆ್ಯಪ್ಗಳು ಮರುಪ್ರಾರಂಭವಾಗಬಹುದು."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ಬಣ್ಣಗಳು"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ಸ್ವಾಭಾವಿಕ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ಬೆಡ್ಟೈಮ್ ಮೋಡ್ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ಮೋಡ್ಗಳು ಡಾರ್ಕ್ ಥೀಮ್ ಅನ್ನು ಸಹ ಸಕ್ರಿಯಗೊಳಿಸಬಹುದು}=1{{mode_1} ಸಹ ಡಾರ್ಕ್ ಥೀಮ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುತ್ತದೆ}=2{{mode_1} ಮತ್ತು {mode_2} ಸಹ ಡಾರ್ಕ್ ಥೀಮ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುತ್ತವೆ}=3{{mode_1}, {mode_2} ಮತ್ತು {mode_3} ಸಹ ಡಾರ್ಕ್ ಥೀಮ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುತ್ತವೆ}one{{mode_1}, {mode_2} ಮತ್ತು # ಇನ್ನಷ್ಟು ಡಾರ್ಕ್ ಥೀಮ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುತ್ತವೆ}other{{mode_1}, {mode_2} ಮತ್ತು # ಇನ್ನಷ್ಟು ಡಾರ್ಕ್ ಥೀಮ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುತ್ತವೆ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ಮೋಡ್ಗಳ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"ಇನ್ನೂ ಹೆಚ್ಚು ಡಿಮ್"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ಇನ್ನಷ್ಟು ಮಬ್ಬು"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ಸಾಧನವು ಸಾಮಾನ್ಯಕ್ಕಿಂತ ಹೆಚ್ಚು ಡಿಮ್ ಆಗಿರಲು ಅನುಮತಿಸಿ"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ಸ್ಕ್ರೀನ್ ಟೈಮ್ಔಟ್"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"ನಿಷ್ಕ್ರಿಯತೆಯ <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ಆದ ಮೇಲೆ"</string>
@@ -1683,7 +1690,7 @@
<string name="lockpassword_choose_your_profile_pin_header" msgid="4581749963670819048">"ಕೆಲಸದ ಪಿನ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_pattern_header" msgid="5674909390779586252">"ಪ್ಯಾಟರ್ನ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_pattern_description" msgid="6808109256008481046">"ಹೆಚ್ಚಿನ ಭದ್ರತೆಗಾಗಿ, ಸಾಧನವನ್ನು ಅನ್ಲಾಕ್ ಮಾಡುವುದಕ್ಕಾಗಿ ಪ್ಯಾಟರ್ನ್ ಅನ್ನು ಸೆಟ್ ಮಾಡಿ"</string>
- <string name="lockpassword_choose_your_profile_pattern_header" msgid="3101811498330756641">"ಕೆಲಸದ ಪ್ಯಾಟರ್ನ್ ಹೊಂದಿಸಿ"</string>
+ <string name="lockpassword_choose_your_profile_pattern_header" msgid="3101811498330756641">"ಕೆಲಸದ ಪ್ಯಾಟರ್ನ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_password_header_for_fingerprint" msgid="3167261267229254090">"ಫಿಂಗರ್ಪ್ರಿಂಟ್ ಬಳಸಲು, ಪಾಸ್ವರ್ಡ್ ಹೊಂದಿಸಿ"</string>
<string name="lockpassword_choose_your_pattern_header_for_fingerprint" msgid="4707788269512303400">"ಪಿಂಗರ್ಪ್ರಿಂಟ್ ಬಳಸಲು ಪ್ಯಾಟರ್ನ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_pin_message" msgid="7230665212172041837">"ಸುರಕ್ಷತೆಗಾಗಿ, ಪಿನ್ ಅನ್ನು ಹೊಂದಿಸಿ"</string>
@@ -1703,9 +1710,9 @@
<string name="lockpassword_password_set_toast" msgid="6615759749393973795">"ಪಾಸ್ವರ್ಡ್ ಹೊಂದಿಸಲಾಗಿದೆ"</string>
<string name="lockpassword_pin_set_toast" msgid="5415783847198570890">"ಪಿನ್ ಅನ್ನು ಹೊಂದಿಸಲಾಗಿದೆ"</string>
<string name="lockpassword_pattern_set_toast" msgid="3090582314362416762">"ನಮೂನೆಯನ್ನು ಹೊಂದಿಸಲಾಗಿದೆ"</string>
- <string name="lockpassword_choose_your_password_header_for_face" msgid="622276003801157839">"ಫೇಸ್ ಅನ್ಲಾಕ್ ಬಳಸಲು, ಪಾಸ್ವರ್ಡ್ ಹೊಂದಿಸಿ"</string>
- <string name="lockpassword_choose_your_pattern_header_for_face" msgid="7333603579958317102">"ಫೇಸ್ ಅನ್ಲಾಕ್ ಬಳಸಲು ಪ್ಯಾಟರ್ನ್ ಹೊಂದಿಸಿ"</string>
- <string name="lockpassword_choose_your_pin_header_for_face" msgid="704061826984851309">"ಫೇಸ್ ಅನ್ಲಾಕ್ ಅನ್ನು ಬಳಸಲು ಪಿನ್ ಹೊಂದಿಸಿ"</string>
+ <string name="lockpassword_choose_your_password_header_for_face" msgid="622276003801157839">"ಫೇಸ್ ಅನ್ಲಾಕ್ ಬಳಸಲು, ಪಾಸ್ವರ್ಡ್ ಸೆಟ್ ಮಾಡಿ"</string>
+ <string name="lockpassword_choose_your_pattern_header_for_face" msgid="7333603579958317102">"ಫೇಸ್ ಅನ್ಲಾಕ್ ಬಳಸಲು ಪ್ಯಾಟರ್ನ್ ಸೆಟ್ ಮಾಡಿ"</string>
+ <string name="lockpassword_choose_your_pin_header_for_face" msgid="704061826984851309">"ಫೇಸ್ ಅನ್ಲಾಕ್ ಅನ್ನು ಬಳಸಲು ಪಿನ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_password_header_for_biometrics" msgid="2053366309272487015">"ಮುಖ ಅಥವಾ ಫಿಂಗರ್ಪ್ರಿಂಟ್ ಅನ್ನು ಬಳಸಲು ಪಾಸ್ವರ್ಡ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_pattern_header_for_biometrics" msgid="4038476475293734905">"ಫಿಂಗರ್ ಪ್ರಿಂಟ್ ಅಥವಾ ಫೇಸ್ ಲಾಕ್ ಬಳಸಲು ಪ್ಯಾಟರ್ನ್ ಸೆಟ್ ಮಾಡಿ"</string>
<string name="lockpassword_choose_your_pin_header_for_biometrics" msgid="9086039918921009380">"ಮುಖ ಅಥವಾ ಫಿಂಗರ್ಪ್ರಿಂಟ್ ಅನ್ನು ಬಳಸಲು ಪಿನ್ ಸೆಟ್ ಮಾಡಿ"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ಆಯ್ಕೆಗಳು"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ಆ್ಯಕ್ಸೆಸಿಬಿಲಿಟಿ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ಭೌತಿಕ ಕೀಬೋರ್ಡ್"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"ಬೌನ್ಸ್ ಕೀಗಳು"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ಒಂದೇ ಕೀನ ತ್ವರಿತ ಪುನರಾವರ್ತಿತ ಪ್ರೆಸ್ಗಳನ್ನು ಕೀಬೋರ್ಡ್ ನಿರ್ಲಕ್ಷಿಸುತ್ತದೆ"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"ಬೌನ್ಸ್ ಕೀ ಥ್ರೆಶೋಲ್ಡ್"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"ಕೆಳಗಿನ-ಬಲಭಾಗದ ಕ್ಲಿಕ್"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗೆ ಟಚ್ಪ್ಯಾಡ್ನ ಕೆಳ ಬಲ ಮೂಲೆಯನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ಪಾಯಿಂಟರ್ ವೇಗ"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ಮೂರು ಬೆರಳಿನ ಟ್ಯಾಪ್ ಅನ್ನು ಬಳಸಿ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"ಪಾಯಿಂಟರ್ನ ಬಣ್ಣ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"ಬ್ಲಾಕ್ಗೆ ಪಾಯಿಂಟರ್ ಫಿಲ್ ಶೈಲಿ ಬದಲಿಸಿ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"ಹಸಿರಿಗೆ ಪಾಯಿಂಟರ್ ಫಿಲ್ ಶೈಲಿ ಬದಲಿಸಿ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ಟಚ್ಪ್ಯಾಡ್ ಗೆಸ್ಚರ್ಗಳನ್ನು ಕಲಿಯಿರಿ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ಟ್ರ್ಯಾಕ್ಪ್ಯಾಡ್, ಟ್ರ್ಯಾಕ್ ಪ್ಯಾಡ್, ಮೌಸ್, ಕರ್ಸರ್, ಸ್ಕ್ರಾಲ್, ಸ್ವೈಪ್, ಬಲ-ಕ್ಲಿಕ್, ಕ್ಲಿಕ್, ಪಾಯಿಂಟರ್"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ಬಲ ಕ್ಲಿಕ್, ಟ್ಯಾಪ್ ಮಾಡಿ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"ಮಧ್ಯೆ ಕ್ಲಿಕ್"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant ಅನ್ನು ಪ್ರಾರಂಭಿಸಿ"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ಮುಖಪುಟಕ್ಕೆ ಹೋಗಿ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ಹಿಂದಿರುಗಿ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ಇತ್ತೀಚಿನ ಆ್ಯಪ್ಗಳನ್ನು ವೀಕ್ಷಿಸಿ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ಹೋಮ್ಗೆ ಹೋಗಿ"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ಟಚ್ಪ್ಯಾಡ್ನಲ್ಲಿ ಎಲ್ಲಿಯಾದರೂ ಮೂರು ಬೆರಳಿಂದ ಮೇಲಕ್ಕೆ ಸ್ವೈಪ್ ಮಾಡಿ"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ಹಿಂದಿರುಗಿ"</string>
@@ -2523,7 +2526,7 @@
<string name="keywords_display_size" msgid="5286419615221231518">"ಸ್ಕ್ರೀನ್ ಗಾತ್ರ, ದೊಡ್ಡ ಸ್ಕ್ರೀನ್"</string>
<string name="keywords_bold_text" msgid="6257418169207099589">"ಹೆಚ್ಚಿನ ಕಾಂಟ್ರಾಸ್ಟ್, ಕಡಿಮೆ ವಿಷನ್, ಬೋಲ್ಡ್ ಫಾಂಟ್, ಬೋಲ್ಡ್ ಫೇಸ್"</string>
<string name="keywords_select_to_speak" msgid="2872704811610888719"></string>
- <string name="keywords_color_correction" msgid="8540442886990423681">"ಬಣ್ಣವನ್ನು ಹೊಂದಿಸಿ"</string>
+ <string name="keywords_color_correction" msgid="8540442886990423681">"ಬಣ್ಣವನ್ನು ಅಡ್ಜಸ್ಟ್ ಮಾಡಿ"</string>
<string name="keywords_color_inversion" msgid="4291058365873221962">"ಸ್ಕ್ರೀನ್ ಅನ್ನು ಗಾಢವಾಗಿಸಿ, ಸ್ಕ್ರೀನ್ ಅನ್ನು ಲೈಟ್ ಆಗಿಸಿ"</string>
<string name="keywords_accessibility_menu" msgid="4300579436464706608"></string>
<string name="keywords_switch_access" msgid="5813094504384313402"></string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ಸ್ಯಾಟಲೈಟ್ ಮೂಲಕ ಪಠ್ಯ ಸಂದೇಶಗಳನ್ನು ಕಳುಹಿಸಿ ಮತ್ತು ಸ್ವೀಕರಿಸಿ. ನಿಮ್ಮ ಖಾತೆಯ ಜೊತೆಗೆ ಸೇರಿಸಲಾಗಿದೆ."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ಸ್ಯಾಟಲೈಟ್ ಮೂಲಕ ಪಠ್ಯ ಸಂದೇಶಗಳನ್ನು ಕಳುಹಿಸಿ ಮತ್ತು ಸ್ವೀಕರಿಸಿ. ನಿಮ್ಮ ಖಾತೆಯೊಂದಿಗೆ ಸೇರಿಸಲಾಗಿಲ್ಲ."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆ ಕುರಿತಾಗಿ"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"ಅರ್ಹ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ಖಾತೆಯ ಭಾಗವಾಗಿ, ನೀವು ಸ್ಯಾಟಲೈಟ್ನ ಮೂಲಕ ಪಠ್ಯ ಸಂದೇಶಗಳನ್ನು ಕಳುಹಿಸಬಹುದು ಮತ್ತು ಸ್ವೀಕರಿಸಬಹುದು"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"ನಿಮ್ಮ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ಪ್ಲಾನ್"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆಯು ನಿಮ್ಮ ಖಾತೆಯ ಜೊತೆಯಲ್ಲಿ ಸೇರಿದೆ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆಯು ನಿಮ್ಮ ಖಾತೆಯ ಜೊತೆಯಲ್ಲಿ ಸೇರಿಲ್ಲ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ಇದು ಹೇಗೆ ಕೆಲಸ ಮಾಡುತ್ತದೆ"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ನಿಮ್ಮ ಫೋನ್ ಸ್ಯಾಟಲೈಟ್ಗೆ ಆಟೋ-ಕನೆಕ್ಟ್ ಆಗುತ್ತದೆ. ಉತ್ತಮ ಕನೆಕ್ಷನ್ಗಾಗಿ, ಆಕಾಶ ಸ್ಪಷ್ಟವಾಗಿ ಕಾಣುವ ಹಾಗೆ ಇರಿಸಿ."</string>
<string name="title_supported_service" msgid="4275535165812691571">"ನಿಮ್ಮ ಫೋನ್ ಸ್ಯಾಟಲೈಟ್ಗೆ ಕನೆಕ್ಟ್ ಆದ ನಂತರ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"ತುರ್ತು ಸೇವೆಗಳಿಗೂ ಸಹಿತ, ನೀವು ಯಾರಿಗಾದರೂ ಸಂದೇಶ ಕಳುಹಿಸಬಹುದು. ಲಭ್ಯವಿರುವಾಗ ನಿಮ್ಮ ಫೋನ್ ಮೊಬೈಲ್ ನೆಟ್ವರ್ಕ್ಗೆ ರೀಕನೆಕ್ಟ್ ಆಗುತ್ತದೆ."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆಯು ಹೆಚ್ಚು ಸಮಯ ತೆಗೆದುಕೊಳ್ಳಬಹುದು ಮತ್ತು ಇದು ಕೆಲವು ಪ್ರದೇಶಗಳಲ್ಲಿ ಮಾತ್ರ ಲಭ್ಯವಿರುತ್ತದೆ. ಹವಾಮಾನ ಮತ್ತು ಕೆಲವೊಂದು ರಚನೆಗಳು ನಿಮ್ಮ ಸ್ಯಾಟಲೈಟ್ ಕನೆಕ್ಷನ್ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರಬಹುದು. ಸ್ಯಾಟಲೈಟ್ ಮೂಲಕ ಕರೆ ಮಾಡುವ ಸೌಲಭ್ಯ ಲಭ್ಯವಿಲ್ಲ. ಹಾಗಿದ್ದರೂ ತುರ್ತು ಕರೆಗಳು ಕನೆಕ್ಟ್ ಆಗಬಹುದು.\n\nಖಾತೆಗೆ ಮಾಡಿರುವ ಬದಲಾವಣೆಗಳು ಸೆಟ್ಟಿಂಗ್ಗಳಲ್ಲಿ ಕಾಣಿಸಿಕೊಳ್ಳಲು ಸ್ವಲ್ಪ ಸಮಯ ತೆಗೆದುಕೊಳ್ಳಬಹುದು. ವಿವರಗಳಿಗಾಗಿ ನಿಮ್ಮ ವಾಹಕ ಕಂಪನಿಯನ್ನು ಸಂಪರ್ಕಿಸಿ."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ಸ್ಯಾಟಲೈಟ್ ಸಂದೇಶ ಕಳುಹಿಸುವಿಕೆ ಕುರಿತಾಗಿ ಇನ್ನಷ್ಟು"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ಅನ್ನು ಆನ್ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ಅನ್ನು ಆನ್ ಮಾಡಲು, ಮೊದಲು ಸ್ಯಾಟಲೈಟ್ ಕನೆಕ್ಷನ್ ಅನ್ನು ಕೊನೆಗೊಳಿಸಿ"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"ಸ್ಯಾಟಲೈಟ್ ಕನೆಕ್ಟಿವಿಟಿ"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ಆ್ಯಕ್ಸೆಸ್ ಪಾಯಿಂಟ್ ಹೆಸರುಗಳು"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"ನೀವು ಪೇಜ್-ಅಗ್ನಾಸ್ಟಿಕ್ ಮೋಡ್ನ 16KB ಮೋಡ್ನಲ್ಲಿರುವಿರಿ. ಈ ಮೋಡ್ನಲ್ಲಿ ಸಾಫ್ಟ್ವೇರ್ ಇಂಟಿಗ್ರಿಟಿಯ ಭರವಸೆ ನೀಡಲಾಗುವುದಿಲ್ಲ ಮತ್ತು ಬೂಟ್ಲೋಡರ್ ಅನ್ಲಾಕ್ ಆಗಿರುವಾಗ ಫೋನ್ನಲ್ಲಿ ಸಂಗ್ರಹವಾಗಿರುವ ಯಾವುದೇ ಡೇಟಾ ಅಪಾಯದಲ್ಲಿರಬಹುದು. ಈ ಮೋಡ್ಗಳಲ್ಲಿ ಕೆಲವು ಫೀಚರ್ಗಳನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗುತ್ತದೆ, ಹಾಗಾಗಿ ಕೆಲವು ಆ್ಯಪ್ಗಳು ಕಾರ್ಯನಿರ್ವಹಿಸದೇ ಇರಬಹುದು. ಪ್ರೊಡಕ್ಷನ್ ಮೋಡ್ ಅನ್ನು ಮರು-ಪ್ರವೇಶಿಸಲು, ನೀವು 4KB ಮೋಡ್ಗೆ ಹಿಂತಿರುಗಿ ಮತ್ತು ನಂತರ ಸಾಧನದ ಬೂಟ್ಲೋಡರ್ ಅನ್ನು ಲಾಕ್ ಮಾಡಬೇಕು. ಇದು ಸಾಧನವನ್ನು ಮತ್ತೆ ಫ್ಯಾಕ್ಟರಿ ರೀಸೆಟ್ ಮಾಡುತ್ತದೆ ಮತ್ತು ಅದನ್ನು ಪ್ರೊಡಕ್ಷನ್ ಸೆಟ್ಟಿಂಗ್ಗಳಿಗೆ ಮರುಸ್ಥಾಪಿಸುತ್ತದೆ. ಸಾಧನವು ಯಶಸ್ವಿಯಾಗಿ Android ಗೆ ಬೂಟ್ ಆದ ನಂತರ, ಡೆವಲಪರ್ ಆಯ್ಕೆಗಳಲ್ಲಿ OEM ಅನ್ಲಾಕಿಂಗ್ ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ. ಸಾಧನವು Android ಗೆ ಬೂಟ್ ಮಾಡಲು ವಿಫಲವಾದಲ್ಲಿ ಅಥವಾ ಸ್ಥಿರವಾಗಿಲ್ಲದಿದ್ದರೆ, <a href=\"https://developers.google.com/android/images\">https://developers ನಿಂದ ಇತ್ತೀಚಿನ ಫ್ಯಾಕ್ಟರಿ ಚಿತ್ರಗಳೊಂದಿಗೆ ಸಾಧನವನ್ನು ಮರು-ಫ್ಲಾಶ್ ಮಾಡಿ .google.com/android/images</a> ಅಥವಾ <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ಮತ್ತು \'ವೈಪ್ ಡಿವೈಸ್\', \'ಲಾಕ್ ಬೂಟ್ಲೋಡರ್\' ಮತ್ತು \'ಎಲ್ಲಾ ಪಾರ್ಟಿಶನ್ಗಳನ್ನು ಫೋರ್ಸ್ ಫ್ಲ್ಯಾಶ್ ಮಾಡಿ\' ಎಂಬುದನ್ನು ಆಯ್ಕೆಮಾಡಿ."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB ಪೇಜ್-ಅಗ್ನೋಸ್ಟಿಕ್ ಮೋಡ್"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ಇನ್ನಷ್ಟು ಓದಿ"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ಪುಟ ಗಾತ್ರದ ಹೊಂದಾಣಿಕೆ ಮೋಡ್ನೊಂದಿಗೆ ಆ್ಯಪ್ ಅನ್ನು ರನ್ ಮಾಡಿ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"ಟಾಗಲ್ ಮಾಡಿದ 16 KB ಸಾಧನದಲ್ಲಿ ಆ್ಯಪ್ ಅನ್ನು ಪುಟ ಗಾತ್ರದ ಹೊಂದಾಣಿಕೆ ಮೋಡ್ನಲ್ಲಿ ರನ್ ಮಾಡಲಾಗುತ್ತದೆ."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ಬಗ್ ವರದಿ ಹ್ಯಾಂಡ್ಲರ್"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"ನಿಮ್ಮ ಸಾಧನದಲ್ಲಿ ಬಗ್ ವರದಿ ಮಾಡುವಿಕೆ ಶಾರ್ಟ್ಕಟ್ ಅನ್ನು ಯಾವ ಆ್ಯಪ್ ಹ್ಯಾಂಡಲ್ ಮಾಡುತ್ತದೆ ಎಂದು ನಿರ್ಧರಿಸುತ್ತದೆ."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ವೈಯಕ್ತಿಕ"</string>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 6fc66a2..258dd60 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"언어 추가"</string>
<string name="country_selection_title" msgid="5376929821458644732">"지역 환경설정"</string>
<string name="search_language_hint" msgid="1739082427104506694">"언어 이름 입력"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"언어 설정 더보기"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"지역 설정"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"단위 및 숫자 환경설정"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"앱 환경을 맞춤설정할 수 있도록 지역 설정을 알려주세요."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"가능한 경우 앱에서 지역 설정을 사용합니다."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"지역 설정"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"온도"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"일주일 중 첫날"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"숫자 환경설정"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"사용"</string>
<string name="external_display_off" msgid="5634413756025351374">"사용 안함"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"외부 디스플레이"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"외부 디스플레이 사용"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"디스플레이 해상도"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"외부 디스플레이가 연결되지 않았습니다"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"회전 또는 해상도를 변경하면 현재 실행 중인 앱이 중지될 수 있습니다"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"화면을 미러링하려면 기기가 외부 디스플레이에 연결되어 있어야 합니다"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"옵션 더보기"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"길게 터치하고 드래그하여 디스플레이를 재정렬하세요."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"전송"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"미러링"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"무선 디스플레이 사용"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"자동 회전에 관해 자세히 알아보기"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"화면 해상도"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"고해상도"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"원본 해상도"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"원본 해상도 사용 시 배터리 사용량이 증가합니다. 해상도를 전환하면 일부 앱이 다시 시작될 수 있습니다."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"선택됨"</string>
<string name="color_mode_title" msgid="8666690832113906028">"색상"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"자연스럽게"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"취침 모드 설정"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{모드에서도 어두운 테마를 활성화할 수 있습니다.}=1{{mode_1}에서도 어두운 테마가 활성화됩니다.}=2{{mode_1} 및 {mode_2}에서도 어두운 테마가 활성화됩니다.}=3{{mode_1}, {mode_2}, {mode_3}에서도 어두운 테마가 활성화됩니다.}other{{mode_1}, {mode_2} 외 #개 모드에서도 어두운 테마가 활성화됩니다.}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"모드 설정"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"더 어둡게"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"더 어둡게"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"기기 화면을 평소보다 어둡게 설정"</string>
<string name="screen_timeout" msgid="7709947617767439410">"화면 자동 잠금 시간"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> 이상 동작이 없을 때"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"옵션"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"접근성"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"물리적 키보드"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"바운스 키"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"동일한 키를 빠르게 반복해서 누를 시 키보드에서 이를 무시합니다."</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"바운스 키 기준점"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"오른쪽 하단 클릭"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"더 많은 옵션을 확인하려면 터치패드 오른쪽 하단을 클릭합니다"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"포인터 속도"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"세 손가락으로 탭하기 사용"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"포인터 색상"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"포인터 채움 스타일을 검은색으로 변경"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"포인터 채움 스타일을 초록색으로 변경"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"터치패드 동작 알아보기"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"트랙패드, 트랙 패드, 마우스, 커서, 스크롤, 스와이프, 마우스 오른쪽 버튼으로 클릭, 클릭, 포인터"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"마우스 오른쪽 버튼으로 클릭, 탭"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"가운데 버튼 클릭"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"어시스턴트 실행"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"홈으로 이동"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"뒤로"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"최근 앱 보기"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"홈으로 이동"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"터치패드 아무 곳에서나 세 손가락을 사용해 위로 스와이프하세요."</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"돌아가기"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"위성 메시지"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"위성을 통해 문자 메시지를 주고받습니다. 계정에 포함되어 있습니다."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"위성을 통해 문자 메시지를 주고받습니다. 계정에 포함되어 있지 않습니다."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"위성 메시지"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"위성 메시지 정보"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"대상 <xliff:g id="CARRIER_NAME">%1$s</xliff:g> 계정에 포함되어 있는 경우 위성으로 문자 메시지를 주고 받을 수 있습니다"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"사용 중인 <xliff:g id="CARRIER_NAME">%1$s</xliff:g> 요금제"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"위성 메시지가 계정에 포함되어 있음"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"위성 메시지가 계정에 포함되어 있지 않음"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"자세히 알아보기"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"작동 방식"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"휴대전화가 위성에 자동 연결됩니다. 최적의 연결을 위해 하늘이 잘 보이는 상태를 유지하세요."</string>
<string name="title_supported_service" msgid="4275535165812691571">"휴대전화가 위성에 연결된 후"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"응급 서비스를 포함해 누구에게나 문자 메시지를 보낼 수 있습니다. 모바일 네트워크가 사용 가능해지면 휴대전화가 네트워크에 다시 연결됩니다."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"위성 메시지는 시간이 더 오래 소요될 수 있으며 일부 지역에서만 사용 가능합니다. 날씨 및 특정 구조물이 위성 연결에 영향을 미칠 수 있습니다. 위성 통화를 사용할 수 없습니다. 긴급 전화는 연결될 수 있습니다.\n\n계정 변경사항이 설정에 표시되는 데 다소 시간이 걸릴 수 있습니다. 자세한 내용은 이동통신사에 문의하세요."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"위성 메시지 자세히 알아보기"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> 기능을 사용 설정할 수 없음"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> 기능을 사용 설정하려면 먼저 위성 연결을 해제하세요."</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"위성 연결"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"액세스 포인트 네임(APN)"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"현재 페이지 크기에 구속받지 않는 16KB 모드입니다. 이 모드에서는 소프트웨어 무결성이 보장되지 않기 때문에 부트로더가 잠금 해제된 상태에서는 휴대전화에 저장된 모든 데이터가 위험에 노출될 수 있습니다. 이 모드에서는 일부 기능이 사용 중지되므로 일부 애플리케이션이 작동하지 않을 수 있습니다. 프로덕션 모드로 다시 들어가려면 4KB 모드로 다시 전환한 후 기기의 부트로더를 잠가야 합니다. 이렇게 하면 기기가 다시 초기화되고 프로덕션 설정으로 복원됩니다. 기기를 Android로 부팅 완료한 후에는 개발자 옵션에서 OEM 잠금 해제를 사용 중지하세요. 기기가 Android로 부팅되지 않거나 불안정한 경우 <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>의 최신 공장 출고 시 이미지로 기기를 다시 플래시하거나 <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>을 사용하여 \'기기 완전 삭제\', \'부트로더 잠금\', \'모든 파티션 강제 플래시\'를 선택하세요."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"페이지에 구속받지 않는 16KB 모드"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"자세히 알아보기"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"페이지 크기 호환 모드로 앱 실행"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16KB 기기에서 앱이 페이지 크기 호환성 모드로 실행됩니다."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"버그 신고 핸들러"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"어떤 앱이 기기의 버그 신고 바로가기를 처리하는지 정합니다."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"개인"</string>
diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml
index fb5d8fd..c405ece 100644
--- a/res/values-ky/strings.xml
+++ b/res/values-ky/strings.xml
@@ -67,7 +67,7 @@
<string name="bluetooth_pairing_pref_title" msgid="3497193027590444598">"Жаңы түзмөк кошуу"</string>
<string name="keywords_add_bt_device" msgid="4533191164203174011">"bluetooth"</string>
<string name="bluetooth_screen_auto_on_title" msgid="2203993262483477532">"Эртең автоматтык түрдө күйгүзүлсүн"</string>
- <string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"Эгер Bluetooth\'ду өчүрсөңүз, эртеси күнү ал кайра күйгүзүлөт"</string>
+ <string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"Өчүп турган Bluetooth эртеси өзү эле күйүп калат"</string>
<string name="bluetooth_pair_right_ear_button" msgid="3979894494803078852">"Оң кулакты жупташтыруу"</string>
<string name="bluetooth_pair_left_ear_button" msgid="1019938875726073791">"Сол кулакты жупташтыруу"</string>
<string name="bluetooth_pair_other_ear_dialog_title" msgid="3814943511999984012">"Экинчи кулагыңызды жупташтырыңыз"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Тил кошуу"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Чөлкөмдүк жөндөөлөр"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Тилди киргизиңиз"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Дагы башка тил параметрлери"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Чөлкөмдүк параметрлер"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Бирдик жана сан параметрлерин тууралайсыз"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Колдонмолор ушул параметрлер аркылуу кызматты жекелештиришет."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Колдонмолор мүмкүн болгон жерлерде чөлкөмдүк параметрлериңизди колдонот."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Өлкөгө ылайыктап тууралоо"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температура"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Аптанын биринчи күнү"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Сан параметрлери"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Күйүк"</string>
<string name="external_display_off" msgid="5634413756025351374">"Өчүк"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Тышкы экран"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Тышкы экранды колдонуу"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Экрандын дааналыгы"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Тышкы экран ажыратылды"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Буруу же дааналыгын өзгөртүү учурда иштеп жаткан колдонмолорду токтотушу мүмкүн"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Башка экранга чыгаруу үчүн түзмөгүңүз тышкы экранга туташтырылышы керек"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Башка варианттар"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Экрандардын иретин өзгөртүү үчүн кармап туруп, сүйрөңүз."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Тышкы экранга чыгаруу"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"күзгү"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Зымсыз мониторду иштетүү"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Автоматтык түрдө бурулуу жөнүндө кененирээк маалымат"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Экрандын дааналыгы"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Жогорку дааналык"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Толук дааналык"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Толук дааналык режиминде батареяңыз тез отуруп калат. Дааналыкты өзгөртсөңүз, айрым колдонмолор өчүп кайра күйүшү мүмкүн."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Тандалды"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Түстөр"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Табигый"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Уйку режиминин параметрлери"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Режимдерде караңгы тема да иштетилиши мүмкүн}=1{{mode_1} режиминде караңгы тема да иштетилет}=2{{mode_1} жана {mode_2} режимдеринде караңгы тема да иштетилет}=3{{mode_1}, {mode_2} жана {mode_3} режимдеринде караңгы тема да иштетилет}other{{mode_1}, {mode_2} жана дагы # режимде караңгы тема да иштетилет}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Режимдердин параметрлери"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Күңүртүрөөк"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Кошумча караңгылатуу"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Экранды адаттагыдан күңүртүрөөк кыласыз"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Экран канчадан кийин өчөт"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> колдонулбагандан кийин"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Параметрлер"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Атайын мүмкүнчүлүктөр"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Аппараттык баскычтоп"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Кайтаруу баскычтары"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Бир эле баскычтын удаа басылганы этибарга алынбайт"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Удаа басылган баскычтардын мааниси"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Ылдыйкы оң бурчун чыкылдатуу"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Дагы параметрлерди көрүү үчүн сенсордук тактанын ылдыйкы оң бурчун басыңыз"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Көрсөткүчтүн ылдамдыгы"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Үч манжа менен таптоо параметрин колдонуу"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Курсордун түсү"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Толтуруу стилин карага өзгөртүү"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Толтуруу стилин жашылга өзгөртүү"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Сенсордук тактанын жаңсоолорун үйрөнүү"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"трекпад, трекпад, чычкан, курсор, сыдыруу, сүрүү, оң баскычын чыкылдатуу, чыкылдатуу, көрсөткүч"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"оң баскычын чыкылдатуу, таптап коюу"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Ортосун чыкылдатуу"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Жардамчыны иштетүү"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Башкы бетке өтүү"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Артка кайтуу"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Акыркы колдонмолорду көрүү"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Башкы бетке өтүү"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Сенсордук тактанын каалаган жерин үч манжаңыз менен жогору сүрүңүз"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Артка кайтуу"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Спутник аркылуу жазышуу"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Спутник аркылуу текст билдирүүлөрдү алып же жөнөтүңүз. Аккаунтуңузда бул мүмкүнчүлүк бар."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Спутник аркылуу текст билдирүүлөрдү алып же жөнөтүңүз. Аккаунтуңузга кошулган эмес."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Спутник аркылуу жазышуу"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Спутник аркылуу жазышуу тууралуу"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Эгер сизде жарамдуу <xliff:g id="CARRIER_NAME">%1$s</xliff:g> аккаунту болсо, спутник аркылуу текст билдирүүлөрдү жөнөтүп же ала аласыз"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> тарифтик планыңыз"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Аккаунтуңузда Спутник аркылуу жазышуу мүмкүнчүлүгү бар"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Аккаунтуңузда Спутник аркылуу жазышуу мүмкүнчүлүгү жок"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Кеңири маалымат"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Ал кантип иштейт"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Телефонуңуз спутникке автоматтык түрдө туташат. Асман ачык көрүнгөн жерде болушуңуз керек."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Телефонуңуз спутникке туташкандан кийин"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Сиз каалаган адамга, анын ичинде кырсыктаганда жардамга келчү кызматтарга текст билдирүү жөнөтө аласыз. Телефонуңуз мүмкүн болгондо мобилдик тармакка кайра туташат."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Спутник аркылуу жазышуу көбүрөөк убакытты алышы мүмкүн жана кээ бир аймактарда гана жеткиликтүү. Аба ырайы жана айрым нерселер спутник менен байланышыңызга таасирин тийгизиши мүмкүн. Спутник аркылуу чалууга болбойт. Шашылыш чалуу жеткиликтүү болушу мүмкүн.\n\nАккаунтка киргизилген өзгөртүүлөр Параметрлерде бир аздан кийин көрүнөт. Кеңири маалымат үчүн байланыш операторуңузга кайрылыңыз."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Спутник аркылуу жазышуу тууралуу кеңири маалымат"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> күйгүзүлбөй жатат"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> функциясын иштетүү үчүн алгач спутник менен байланышты токтотуңуз"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Спутник байланышы"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Байланыш түйүнүнүн аталыштары"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Беттин көлөмүнө көз каранды эмес режимдин 16 Кб режиминдесиз. Бул режимде программанын бүтүндүгүнө кепилдик берилбейт. Операциялык тутумду жүктөгүчтүн кулпусу ачылып турганда телефондо сакталган бардык маалыматтар коркунучта болушу мүмкүн. Бул режимдерде айрым функциялар өчүрүлөт, андыктан кээ бир колдонмолор иштебей калышы мүмкүн. Өндүрүш режимине кайра кирүү үчүн 4 Кб режимине кайтып, андан кийин түзмөктүн операциялык тутумунун жүктөгүчүн кулпулашыңыз керек. Бул түзмөктү кайра баштапкы абалга келтирип, өндүрүш параметрлерине кайтарат. Түзмөк Android\'ге ийгиликтүү жүктөлгөндөн кийин, иштеп чыгуучунун параметрлеринен OEM ачууну өчүрүңүз. Түзмөк Android\'ге жүктөлбөй калса же туруксуз болсо, <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> дарегиндеги баштапкы сүрөттөр менен акыркы версияга кайтарып, \"Түзмөктү тазалоо\", \"Операциялык тутумду жүктөгүчтү кулпулоо\" жана \'Бардык бөлүктөрүн мажбурлап программалоо\" параметрлерин тандаңыз."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Беттен көз карандысыз 16Кб өлчөмүндөгү режим"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Дагы окуу"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Колдонмону барактын өлчөмүнө шайкештирүү режиминде иштетүү"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 Кб түзмөктө колдонмо барактын өлчөмүнө шайкештирүү режиминде иштейт."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Мүчүлүштүк тууралуу кабар берүүнү иштеткич"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Түзмөгүңүздөгү Мүчүлүштүк тууралуу кабарлоо ыкчам баскычын кайсы колдонмо иштетерин аныктайт."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Жеке"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB учурдагы жерде жеткиликсиз"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread\'ди колдонуу"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread акылдуу үйдүн түзмөктөрүн туташтырып жана майнаптуулукту жогорулатууга жардам берет.\n\nИштетилсе, түзмөк Thread тармагына кошулуп, ушул телефондон Matter колдоого алынган түзмөктөрдү көзөмөлдөөгө өбөлгө түзүлөт."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread акылдуу үйдөгү түзмөктөрдү туташтырып, аларды жакшыраак иштеткенге жардам берет.\n\nБул параметр күйгүзүлсө, бул түзмөктү Thread тармагына кошуп, ал аркылуу Matter орнотулган түзмөктөрдү башкарууга болот."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread жөнүндө кеңири маалымат алыңыз"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Камераны колдонуу"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Микрофонду колдонуу"</string>
diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml
index 082d586..5bdd61a 100644
--- a/res/values-lo/strings.xml
+++ b/res/values-lo/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ເພີ່ມພາສາ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ການຕັ້ງຄ່າພາກພື້ນ"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ພິມຊື່ພາສາ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ການຕັ້ງຄ່າພາສາເພີ່ມເຕີມ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ການຕັ້ງຄ່າຕາມພາກພື້ນ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ກຳນົດການຕັ້ງຄ່າຫົວໜ່ວຍ ແລະ ຕົວເລກ"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"ບອກໃຫ້ແອັບຮູ້ການຕັ້ງຄ່າຕາມພາກພື້ນຂອງທ່ານເພື່ອໃຫ້ແອັບສາມາດປັບແຕ່ງປະສົບການຂອງທ່ານໃຫ້ເປັນແບບສ່ວນຕົວໄດ້."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"ແອັບຈະໃຊ້ການຕັ້ງຄ່າຕາມພາກພື້ນຂອງທ່ານຫາກເປັນໄປໄດ້."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ການຕັ້ງຄ່າຕາມພາກພື້ນ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"ອຸນຫະພູມ"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ມື້ທຳອິດຂອງອາທິດ"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ການຕັ້ງຄ່າຕົວເລກ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ເປີດ"</string>
<string name="external_display_off" msgid="5634413756025351374">"ປິດ"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ຈໍສະແດງຜົນພາຍນອກ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ໃຊ້ຈໍສະແດງຜົນພາຍນອກ"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ຄວາມລະອຽດຂອງຈໍສະແດງຜົນ"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ຍົກເລີກການເຊື່ອມຕໍ່ຈໍສະແດງຜົນພາຍນອກແລ້ວ"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ການປ່ຽນການໝຸນ ຫຼື ຄວາມລະອຽດອາດຢຸດແອັບໃດກໍຕາມທີ່ກຳລັງເຮັດວຽກຢູ່ໃນປັດຈຸບັນ"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ອຸປະກອນຂອງທ່ານຕ້ອງເຊື່ອມຕໍ່ກັບຈໍສະແດງຜົນພາຍນອກເພື່ອສະທ້ອນໜ້າຈໍຂອງທ່ານ"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ຕົວເລືອກເພີ່ມເຕີມ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ກົດຄ້າງແລ້ວລາກເພື່ອຈັດຮຽງຈໍສະແດງຜົນຄືນໃໝ່."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ການສົ່ງສັນຍານ"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ແວ່ນສະທ້ອນ"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ເປີດໃຊ້ງານການສະແດງພາບໄຮ້ສາຍ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ສຶກສາເພີ່ມເຕີມກ່ຽວກັບການໝຸນອັດຕະໂນມັດ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"ຄວາມລະອຽດໜ້າຈໍ"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ຄວາມລະອຽດສູງ"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ຄວາມລະອຽດເຕັມ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ຄວາມລະອຽດເຕັມຈະໃຊ້ແບັດເຕີຣີຂອງທ່ານຫຼາຍຂຶ້ນ. ການສະຫຼັບໄປໃຊ້ຄວາມລະອຽດຂອງທ່ານອາດເຮັດໃຫ້ບາງແອັບຣີສະຕາດໄດ້."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ເລືອກແລ້ວ"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ສີ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ທຳມະຊາດ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ການຕັ້ງຄ່າໂໝດເວລານອນ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ໂໝດຍັງສາມາດເປີດໃຊ້ຮູບແບບສີສັນມືດນຳ}=1{{mode_1} ຍັງສາມາດເປີດໃຊ້ຮູບແບບສີສັນມືດນຳ}=2{{mode_1} ແລະ {mode_2} ຍັງສາມາດເປີດໃຊ້ຮູບແບບສີສັນມືດນຳ}=3{{mode_1}, {mode_2} ແລະ {mode_3} ຍັງສາມາດເປີດໃຊ້ຮູບແບບສີສັນມືດນຳ}other{{mode_1}, {mode_2} ແລະ ອີກ # ໂໝດຍັງສາມາດເປີດໃຊ້ຮູບແບບສີສັນມືດນຳ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ການຕັ້ງຄ່າໂໝດ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"ມົວລົງ"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ຫຼຸດແສງເປັນພິເສດ"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ອະນຸຍາດໃຫ້ອຸປະກອນມົວລົງກວ່າປົກກະຕິ"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ໄລຍະໝົດເວລາໜ້າຈໍ"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"ຫຼັງຈາກ <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ທີ່ບໍ່ໄດ້ເຮັດຫຍັງ"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ຕົວເລືອກ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ການຊ່ວຍເຂົ້າເຖິງ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ແປ້ນພິມພາຍນອກ"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"ປຸ່ມດີດກັບ"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ແປ້ນພິມຈະບໍ່ສົນໃຈການກົດປຸ່ມຊ້ຳໆໄວໆຂອງປຸ່ມດຽວກັນ"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"ເກນການຍົກເລີກການກົດປຸ່ມຊໍ້າໆ"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"ຄລິກຂວາລຸ່ມສຸດ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"ຄລິກຢູ່ແຈຂວາລຸ່ມສຸດຂອງແຜ່ນສຳຜັດເພື່ອເບິ່ງຕົວເລືອກເພີ່ມເຕີມ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ຄວາມໄວຂອງຕົວຊີ້"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ໃຊ້ສາມນິ້ວແຕະ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"ສີຂອງຕົວຊີ້"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"ປ່ຽນຮູບແບບການຕື່ມຕົວຊີ້ເປັນສີດຳ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"ຮູບແບບການຕື່ມຕົວຊີ້ເປັນສີຂຽວ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ສຶກສາທ່າທາງຂອງແຜ່ນສຳຜັດ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ແທຣັກແຜດ, ແທຣັກ ແຜດ, ເມົ້າ, ເຄີເຊີ, ເລື່ອນ, ປັດ, ຄລິກຂວາ, ຄລິກ, ຕົວຊີ້"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ຄລິກຂວາ, ແຕະ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"ຄລິກເຄິ່ງກາງ"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"ເປີດໃຊ້ຜູ້ຊ່ວຍ"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ໄປຫາໜ້າຫຼັກ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ກັບຄືນ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ເບິ່ງແອັບຫຼ້າສຸດ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ໄປຫາໜ້າຫຼັກ"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ໃຊ້ 3 ນິ້ວປັດຂຶ້ນຈາກຕຳແໜ່ງໃດກໍໄດ້ຢູ່ແຜ່ນສຳຜັດຂອງທ່ານ"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ກັບຄືນ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"ການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ສົ່ງ ແລະ ຮັບຂໍ້ຄວາມຜ່ານດາວທຽມ. ຮວມຢູ່ໃນບັນຊີຂອງທ່ານ."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ສົ່ງ ແລະ ຮັບຂໍ້ຄວາມຜ່ານດາວທຽມ. ບໍ່ຮວມມາກັບບັນຊີຂອງທ່ານ."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"ການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"ກ່ຽວກັບການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມ"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"ທ່ານສາມາດສົ່ງ ແລະ ຮັບຂໍ້ຄວາມຜ່ານດາວທຽມໄດ້ໂດຍເປັນພາກສ່ວນໜຶ່ງຂອງບັນຊີ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ທີ່ມີສິດ"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"ແພັກເກດ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ຂອງທ່ານ"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມຮວມຢູ່ໃນບັນຊີຂອງທ່ານ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມບໍ່ໄດ້ຮວມຢູ່ໃນບັນຊີຂອງທ່ານ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ສຶກສາເພີ່ມເຕີມ"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ມັນເຮັດວຽກແນວໃດ"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ໂທລະສັບຂອງທ່ານຈະເຊື່ອມຕໍ່ກັບດາວທຽມໂດຍອັດຕະໂນມັດ. ສຳລັບການເຊື່ອມຕໍ່ທີ່ດີທີ່ສຸດ, ກະລຸນາຢູ່ໃນພື້ນທີ່ທີ່ເບິ່ງເຫັນທ້ອງຟ້າໄດ້ຢ່າງຊັດເຈນ."</string>
<string name="title_supported_service" msgid="4275535165812691571">"ຫຼັງຈາກທີ່ໂທລະສັບຂອງທ່ານເຊື່ອມຕໍ່ກັບດາວທຽມ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"ທ່ານສາມາດສົ່ງຂໍ້ຄວາມຫາໃຜກໍໄດ້, ເຊິ່ງຮວມທັງບໍລິການສຸກເສີນ. ໂທລະສັບຂອງທ່ານຈະເຊື່ອມຕໍ່ກັບເຄືອຂ່າຍມືຖືອີກຄັ້ງເມື່ອມີໃຫ້ໃຊ້."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"ການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມອາດໃຊ້ເວລາດົນກວ່າປົກກະຕິ ແລະ ພ້ອມໃຫ້ບໍລິການໃນບາງພື້ນທີ່ເທົ່ານັ້ນ. ສະພາບອາກາດ ແລະ ໂຄງສ້າງບາງຢ່າງອາດສົ່ງຜົນຕໍ່ການເຊື່ອມຕໍ່ຜ່ານດາວທຽມຂອງທ່ານ. ການໂທຜ່ານດາວທຽມບໍ່ພ້ອມໃຫ້ບໍລິການ. ການໂທສຸກເສີນອາດຍັງເຊື່ອມຕໍ່ຢູ່.\n\nລະບົບອາດໃຊ້ເວລາໄລຍະໜຶ່ງຈົນກວ່າການປ່ຽນແປງໃນບັນຊີຈະສະແດງໃນການຕັ້ງຄ່າ. ກະລຸນາຕິດຕໍ່ຜູ້ໃຫ້ບໍລິການຂອງທ່ານສຳລັບລາຍລະອຽດ."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບການຮັບສົ່ງຂໍ້ຄວາມຜ່ານດາວທຽມ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"ບໍ່ສາມາດເປີດ <xliff:g id="FUNCTION">%1$s</xliff:g> ໄດ້"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"ເພື່ອເປີດ <xliff:g id="FUNCTION">%1$s</xliff:g>, ໃຫ້ສິ້ນສຸດການເຊື່ອມຕໍ່ດາວທຽມກ່ອນ"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"ການເຊື່ອມຕໍ່ຜ່ານດາວທຽມ"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ຊື່ຈຸດເຂົ້າເຖິງ (APN)"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"ບໍ່ສາມາດໃຊ້ໄດ້ເມື່ອເຊື່ອມຕໍ່ກັບ <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"ທ່ານຢູ່ໃນໂໝດ 16KB ຂອງໂໝດບໍ່ຂຶ້ນກັບໜ້າ. ບໍ່ຮັບປະກັນຄວາມສົມບູນຂອງຊອບແວໃນໂໝດນີ້ ແລະ ຂໍ້ມູນໃດກໍຕາມທີ່ຈັດເກັບໃນໂທລະສັບໃນລະຫວ່າງທີ່ Bootloader ປົດລັອກຢູ່ອາດມີຄວາມສ່ຽງ. ຄຸນສົມບັດບາງຢ່າງອາດຖືກປິດການນຳໃຊ້ໃນໂໝດເຫຼົ່ານີ້, ດັ່ງນັ້ນບາງແອັບພລິເຄຊັນຈຶ່ງອາດບໍ່ເຮັດວຽກ. ເພື່ອກັບຄືນເປັນໂໝດໂປຣດັກຊັນອີກເທື່ອໜຶ່ງ, ທ່ານຕ້ອງປ່ຽນກັບໄປໃຊ້ໂໝດ 4KB ຈາກນັ້ນລັອກ Bootloader ຂອງອຸປະກອນ. ການດຳເນີນການນີ້ຈະຣີເຊັດອຸປະກອນເປັນຄ່າຈາກໂຮງງານອີກເທື່ອໜຶ່ງ ແລະ ກູ້ຄືນເປັນການຕັ້ງຄ່າໂປຣດັກຊັນ. ຫຼັງຈາກທີ່ອຸປະກອນເປີດເຂົ້າເປັນ Android ໄດ້ສຳເລັດ, ໃຫ້ປິດການນຳໃຊ້ການປົດລັອກ OEM ໃນຕົວເລືອກນັກພັດທະນາ. ຫາກອຸປະກອນບໍ່ສາມາດເປີດເຂົ້າເປັນ Android ຫຼື ບໍ່ສະຖຽນ, ໃຫ້ແຟລຊອຸປະກອນອີກເທື່ອໜຶ່ງໂດຍໃຊ້ຮູບພາບໂຮງງານຫຼ້າສຸດຈາກ <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ຫຼື ໃຊ້ <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ແລະ ເລືອກ \'ລ້າງຂໍ້ມູນອຸປະກອນ\', \'ລັອກ Bootloader\' ແລະ \'ບັງຄັບໃຫ້ແຟລຊທຸກພາທິຊັນ\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"ໂໝດບໍ່ເນັ້ນການໃຊ້ໜ້າ ໂດຍໃຊ້ຂະໜາດ 16KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ອ່ານເພີ່ມເຕີມ"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ເອີ້ນໃຊ້ແອັບດ້ວຍໂໝດຄວາມເຂົ້າກັນໄດ້ກັບຂະໜາດໜ້າ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"ແອັບຈະຖືກເອີ້ນໃຊ້ໃນໂໝດຄວາມເຂົ້າກັນໄດ້ກັບຂະໜາດໜ້າຢູ່ອຸປະກອນ 16 KB ທີ່ມີການສະຫຼັບ."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ເຄື່ອງຈັດການລາຍງານຂໍ້ຜິດພາດ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"ເລືອກແອັບທີ່ຈະໃຫ້ຈັດການທາງລັດລາຍງານຂໍ້ຜິດພາດຢູ່ອຸປະກອນຂອງທ່ານ."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ສ່ວນຕົວ"</string>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index cc8f638..df4d16c 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Pridėti kalbą"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regiono nuostata"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Įveskite kalbos pav."</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Daugiau kalbos nustatymų"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Tinkamumo nustatymai pagal regioną"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Nustatyti vienetus ir numerių nuostatas"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Leiskite programoms žinoti jūsų tinkamumo nustatymus pagal regioną, kad galėtų suasmeninti funkcijas."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Programos naudos jūsų tinkamumo nustatymus pagal regioną, kai bus galima."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Tinkamumo nustatymai pagal regioną"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatūra"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Pirma savaitės diena"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Skaičių nuostatos"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Įjungta"</string>
<string name="external_display_off" msgid="5634413756025351374">"Išjungta"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Išorinis vaizdo įrenginys"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Išorinio vaizdo įrenginio naudojimas"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ekrano skyra"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Išorinis vaizdo įrenginys atjungtas"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Pakeitus pasukimą arba skyrą, gali būti sustabdytos šiuo metu veikiančios programos"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Įrenginys turi būti prijungtas prie išorinio vaizdo įrenginio, kad būtų galima bendrinti ekrano vaizdą"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Daugiau parinkčių"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Laikykite ir vilkite, kad pertvarkytumėte ekranus."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Perdavimas"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ekrano vaizdo bendrinimas"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Įgalinti belaidį rodymą"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Sužinokite daugiau apie automatinį pasukimą"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ekrano skyra"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Didelė skyra"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Visa skyra"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Esant visai skyrai eikvojama daugiau akumuliatoriaus energijos. Perjungus skyrą, kai kurios programos gali būti paleistos iš naujo."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Pasirinkta"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Spalvos"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natūrali"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Miego režimo nustatymai"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Režimai taip pat gali suaktyvinti tamsiąją temą}=1{Režimas „{mode_1}“ taip pat suaktyvina tamsiąją temą}=2{Režimai „{mode_1}“ ir „{mode_2}“ taip pat suaktyvina tamsiąją temą}=3{Režimai „{mode_1}“, „{mode_2}“ ir „{mode_3}“ taip pat suaktyvina tamsiąją temą}one{„{mode_1}“, „{mode_2}“ ir dar # režimas taip pat suaktyvina tamsiąją temą}few{„{mode_1}“, „{mode_2}“ ir dar # režimai taip pat suaktyvina tamsiąją temą}many{„{mode_1}“, „{mode_2}“ ir dar # režimo taip pat suaktyvina tamsiąją temą}other{„{mode_1}“, „{mode_2}“ ir dar # režimų taip pat suaktyvina tamsiąją temą}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Režimų nustatymai"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Dar blankesnis"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Itin blanku"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Leisti blankesnį įrenginio ekraną nei įprastai"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Ekrano skirtasis laikas"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> neveiklumo"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Parinktys"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Pritaikomumas"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fizinė klaviatūra"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Peradresavimo klavišai"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klaviatūra nepaiso greitai kartojamų to paties klavišo paspaudimų"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Peradresavimo klavišų slenkstis"</string>
@@ -2020,8 +2029,7 @@
<string name="keywords_touchpad" msgid="8159846254066666032">"jutiklinė dalis, pelė, žymeklis, slinkti, perbraukti, spustelėti dešiniuoju klavišu, spustelėti"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"spustelėti dešiniuoju klavišu, paliesti"</string>
<string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Spustelėjimas viduriniuoju klavišu"</string>
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Paleisti Padėjėją"</string>
<string name="three_finger_tap_go_home" msgid="6526301745535089812">"Eiti į pagrindinį puslapį"</string>
<string name="three_finger_tap_go_back" msgid="2898205524575684271">"Grįžti"</string>
<string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Peržiūrėti naujausias programas"</string>
@@ -4854,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Palydoviniai pranešimai"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Siųskite ir gaukite teksto pranešimus per palydovą. Įtraukiama į jūsų paskyrą."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Siųskite ir gaukite teksto pranešimus per palydovą. Neįtraukiama į jūsų paskyrą."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Palydoviniai pranešimai"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Apie palydovinius pranešimus"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Galite siųsti ir gauti teksto pranešimus palydovo ryšiu, jei turite tinkamą „<xliff:g id="CARRIER_NAME">%1$s</xliff:g>“ paskyrą"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Jūsų „<xliff:g id="CARRIER_NAME">%1$s</xliff:g>“ planas"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Palydoviniai pranešimai įtraukti į jūsų paskyrą"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Palydoviniai pranešimai neįtraukti į jūsų paskyrą"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Sužinokite daugiau"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Kaip tai veikia"</string>
@@ -4866,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefonas bus automatiškai prijungtas prie palydovo. Kad užtikrintumėte geriausią ryšį, turi būti aiškiai matomas dangus."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Kai telefonas prisijungia prie palydovo"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Galite siųsti teksto pranešimą bet kam, įskaitant pagalbos tarnybas. Telefonas bus iš naujo prijungtas prie mobiliojo ryšio tinklo, kai jis bus pasiekiamas."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Palydoviniai pranešimai gali užtrukti ilgiau ir būti pasiekiami tik tam tikruose regionuose. Orų sąlygos ir tam tikros struktūros gali turėti įtakos palydovo ryšiui. Skambinti per palydovą negalima. Skambučiai pagalbos numeriu gali būti sujungiami.\n\nGali šiek tiek užtrukti, kol paskyros pakeitimai bus rodomi Nustatymuose. Jei reikia išsamios informacijos, susisiekite su operatoriumi."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Daugiau apie palydovinius pranešimus"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nepavyko įjungti „<xliff:g id="FUNCTION">%1$s</xliff:g>“"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Jei norite įjungti „<xliff:g id="FUNCTION">%1$s</xliff:g>“, pirmiausia nutraukite palydovinį ryšį"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Palydovinis ryšys"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Prieigos taškų pavadinimai"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"Prieigos taško pavadinimas"</string>
@@ -5058,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Dirbate 16 KB puslapio agnostikos režimu. Šiuo režimu negalima garantuoti programinės įrangos vientisumo ir visiems telefone saugomiems duomenims, kai paleidyklė atrakinta, gali kilti pavojus. Kai kurios funkcijos gali būti išjungtos šiais režimais, todėl kai kurios programos gali neveikti. Jei norite vėl įjungti generavimo režimą, turite vėl perjungti į 4 KB režimą ir užrakinti įrenginio paleidyklę. Tada vėl bus atkurti įrenginio gamykliniai nustatymai. Kai įrenginys bus sėkmingai paleistas sistemoje „Android“, išjunkite OĮG operatoriaus pasirinkimo ribojimo panaikinimą skiltyje „Kūrėjo parinktys“. Jei nepavyksta paleisti įrenginio sistemoje „Android“ arba jis nestabilus, iš naujo įdiekite įrenginį „Android“ ROM vidinėje atmintyje su naujausiais gamykliniais disko atvaizdžiais iš <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> arba naudokite <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ir pasirinkite „Naikinti įrenginio duomenis“, „Užrakinti paleidyklę“ ir „Priverstinai įdiegti visus skaidinius „Android“ ROM vidinėje atmintyje“."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB nepriklausomo puslapio dydžio režimas"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Skaityti daugiau"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Programos paleidimas naudojant puslapio dydžio suderinamumo režimą"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Programa bus paleista naudojant puslapio dydžio suderinamumo režimą, kai perjungta į 16 KB įrenginį."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Pranešimų apie riktus doroklė"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Nustatoma, kuri programa apdoroja pranešimo apie riktą spartųjį klavišą įrenginyje."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Asmeninė"</string>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index b429be0..6e1826d 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Valodas pievienošana"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Reģiona preference"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Ierakstiet valodas nosaukumu"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Citi valodas iestatījumi"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Reģionālās preferences"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Iestatiet vienību un skaitļu preferences."</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Atklājiet lietotnēm savas reģionālās preferences, lai lietotnes varētu personalizēt jums pieejamās iespējas."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Lietotnēs tiks izmantotas jūsu reģionālās preferences, kad tas būs iespējams."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Reģionālās preferences"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatūra"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Pirmā nedēļas diena"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Skaitļu preferences"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Ieslēgts"</string>
<string name="external_display_off" msgid="5634413756025351374">"Izslēgts"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ārējais displejs"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Izmantot ārējo displeju"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Displeja izšķirtspēja"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ārējais displejs ir atvienots"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Mainot virzienu vai izšķirtspēju, var tikt apturētas lietotnes, kas pašlaik darbojas"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Lai varētu spoguļot ekrānu, ierīcei jābūt savienotai ar ārēju displeju"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Citas iespējas"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Lai pārkārtotu displejus, turiet un velciet."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Apraide"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"spogulis"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Bezvadu attēlošanas iespējošana"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Uzzināt vairāk par automātisko pagriešanu"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ekrāna izšķirtspēja"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Augsta izšķirtspēja"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Pilna izšķirtspēja"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Izmantojot pilnu izšķirtspēju, tiek patērēts vairāk akumulatora enerģijas. Ja mainīsiet izšķirtspēju, noteiktas lietotnes var tikt restartētas."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Atlasīta"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Krāsas"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Dabiska"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Gulēšanas režīma iestatījumi"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Režīmi var arī aktivizēt tumšo motīvu.}=1{Režīms “{mode_1}” arī aktivizē tumšo motīvu.}=2{Režīmi “{mode_1}” un “{mode_2}” arī aktivizē tumšo motīvu.}=3{Režīmi “{mode_1}”, “{mode_2}” un “{mode_3}” arī aktivizē tumšo motīvu.}zero{Režīmi “{mode_1}”, “{mode_2}” un vēl # režīmi arī aktivizē tumšo motīvu.}one{Režīmi “{mode_1}”, “{mode_2}” un vēl # režīms arī aktivizē tumšo motīvu.}other{Režīmi “{mode_1}”, “{mode_2}” un vēl # režīmi arī aktivizē tumšo motīvu.}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Režīmu iestatījumi"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Aptumšot papildus"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Papildu aptumšošana"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Varat atļaut aptumšot ierīci vairāk nekā parasti."</string>
<string name="screen_timeout" msgid="7709947617767439410">"Ekrāna noildze"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Pēc <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> neaktivitātes"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcijas"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Pieejamība"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fiziskā tastatūra"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Atlēcienu taustiņi"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastatūra ignorē ātri atkārtotu viena taustiņa nospiešanu."</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Atlēcienu taustiņu slieksnis"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Noklikšķināt apakšējā labajā stūrī"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Citas iespējas: skārienpaliktņa labais apakšējais stūris"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Rādītāja ātrums"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Izmantot skārienu ar trim pirkstiem"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Rādītāja krāsa"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Mainīt aizpildījuma stilu uz melnu"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Mainīt aizpildījuma stilu uz zaļu"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Apgūt skārienpaliktņa žestus"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"skārienpaliktnis, pele, kursors, ritināt, vilkt, noklikšķināt ar peles labo pogu, noklikšķināt, rādītājs"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"noklikšķināt ar peles labo pogu, pieskarties"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Noklikšķināt ar peles vidējo pogu"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Palaist Asistentu"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Doties uz sākuma ekrānu"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Doties atpakaļ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Skatīt nesen izmantotās lietotnes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Došanās uz sākuma ekrānu"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Ar trīs pirkstiem velciet augšup pa skārienpaliktni"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Došanās atpakaļ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Ziņojumapmaiņa, izmantojot satelītu"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Sūtiet un saņemiet īsziņas, izmantojot satelītu. Šī iespēja ir iekļauta jūsu kontā."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Sūtiet un saņemiet īsziņas, izmantojot satelītu. Šī iespēja nav pieejama ar jūsu kontu."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Ziņojumapmaiņa, izmantojot satelītu"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Par ziņojumapmaiņu, izmantojot satelītu"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Varat sūtīt un saņemt īsziņas, izmantojot satelītu, ja jums ir prasībām atbilstošs <xliff:g id="CARRIER_NAME">%1$s</xliff:g> konts"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Jūsu <xliff:g id="CARRIER_NAME">%1$s</xliff:g> plāns"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Ziņojumapmaiņa, izmantojot satelītu, ir iekļauta jūsu kontā"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Ziņojumapmaiņa, izmantojot satelītu, nav iekļauta jūsu kontā"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Uzzināt vairāk"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Darbības principi"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Tālrunī tiks automātiski izveidots savienojums ar satelītu. Vislabākais savienojums ir zem klajas debess."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Kad tālrunī ir izveidots savienojums ar satelītu"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Varat sūtīt īsziņu ikvienam, tostarp ārkārtas palīdzības dienestiem. Tālrunī tiks atkārtoti izveidots savienojums ar mobilo tīklu, tiklīdz tas būs pieejams."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Ziņojumapmaiņai, izmantojot satelītu, var būt nepieciešams ilgāks laiks, un tā ir pieejama tikai noteiktos apgabalos. Laikapstākļi un noteiktas būves var ietekmēt savienojumu ar satelītu. Zvanīšana, izmantojot satelītu, nav pieejama. Var būt iespējami ārkārtas izsaukumi.\n\nVar būt nepieciešams laiks, lai kontā veiktās izmaiņas būtu redzamas iestatījumos. Lai iegūtu detalizētu informāciju, sazinieties ar savu mobilo sakaru operatoru."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Vairāk par ziņojumapmaiņu, izmantojot satelītu"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nevar ieslēgt <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Lai ieslēgtu <xliff:g id="FUNCTION">%1$s</xliff:g>, vispirms pārtrauciet savienojumu ar satelītu."</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satelīta savienojamība"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Piekļuves punktu nosaukumi"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Pašlaik izmantojat 16 KB režīmu, kas nav atkarīgs no lappušatmiņas lieluma. Šajā režīmā nevar garantēt programmatūras integritāti, un tālrunī glabātie dati var būt apdraudēti, kamēr operētājsistēmu ielādes rīks ir atbloķēts. Šajos režīmos dažas funkcijas tiks atspējotas, tāpēc dažas lietojumprogrammas var nedarboties. Lai atjaunotu produkcijas režīmu, jums būs atkal jāpāriet uz 4 KB režīmu un pēc tam jābloķē ierīces operētājsistēmu ielādes rīks. Tādējādi ierīcē tiks atkal atiestatīti rūpnīcas dati un atjaunoti produkcijas iestatījumi. Kad ierīcē būs sekmīgi palaista operētājsistēma Android, izstrādātāju opcijās atspējojiet OAR atbloķēšanu. Ja ierīcē neizdodas palaist operētājsistēmu Android vai tā nav stabila, atkārtoti instalējiet lasāmatmiņu ierīces iekšējā atmiņā, izmantojot jaunākos rūpnīcas attēlus no vietnes <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> vai apmeklējiet vietni <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> un atlasiet “Wipe Device” (Notīrīt ierīci), “Lock Bootloader” (Bloķēt operētājsistēmu ielādes rīku) un “Force Flash all partitions” (Piespiedu kārtā instalēt lasāmatmiņu visos ierīces iekšējās atmiņas nodalījumos)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB režīms, kas nav atkarīgs no lappušatmiņas lieluma"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Uzzināt vairāk"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Palaist lietotni ar lapas lieluma saderības režīmu"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Pārslēgts: 16 KB ierīcē lietotne darbosies lapas lieluma saderības režīmā."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Kļūdu pārskatu apstrādātājs"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Šeit varat noteikt, kurai lietotnei jūsu ierīcē jāapstrādā kļūdu pārskatu saīsne."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personiskais profils"</string>
diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml
index c48cddc..83c97a1 100644
--- a/res/values-mk/strings.xml
+++ b/res/values-mk/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Додајте јазик"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Претпочитувања за регион"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Внесете име на јазик"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Повеќе поставки за јазик"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Регионални поставки"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Одредете поставки за мерни единици и броеви"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Дозволете им на апликациите да пристапуваат до вашите регионални поставки за да ви овозможат персонализирано доживување."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Апликациите ќе ги користат регионалните поставки онаму каде што е можно."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Регионални поставки"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температура"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Прв ден од седмицата"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Поставки за бројки"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Вклучено"</string>
<string name="external_display_off" msgid="5634413756025351374">"Исклучено"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Надворешен екран"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Користи надворешен екран"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Резолуција на екранот"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Надворешниот екран е исклучен"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Промената на ротацијата или резолуцијата може да ги сопре сите апликации што се извршуваат во моментов"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Вашиот уред мора да биде поврзан со надворешен екран за да го отсликува вашиот екран"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Повеќе опции"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Задржете и повлечете за преуредување на екраните."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Емитување"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"огледало"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Овозможи приказ на безжични мрежи"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Дознајте повеќе за „Автоматско ротирање“"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Резолуција на екранот"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Висока резолуција"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Полна резолуција"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Полната резолуција троши повеќе батерија. Ако ја смените резолуцијата, некои апликации можеби ќе се рестартираат."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Избрано"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Бои"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Природни"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Поставки за „Режимот за спиење“"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Режимите може да активираат и „Темна тема“}=1{{mode_1} активира и „Темна тема“}=2{{mode_1} и {mode_2} активираат и „Темна тема“}=3{{mode_1}, {mode_2} и {mode_3} активираат и „Темна тема“}one{{mode_1}, {mode_2} и уште # активираат и „Темна тема“}other{{mode_1}, {mode_2} и уште # активираат и „Темна тема“}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Поставки за режими"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Уште потемно"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Дополнително затемнување"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Дозволете уредот да стане потемен од вообичаено"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Исклучување на екранот"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"По <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> неактивност"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Опции"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Пристапност"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Физичка тастатура"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Игнорирај повторени притискања"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Тастатурата игнорира брзи притискања на истото копче што се повторуваат"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Праг на игнор. на повт. притискање"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Кликнете го долниот десен агол"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Кликнете го долниот десен агол од допирната подлога за опции"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Брзина на покажувачот"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Користете допир со три прста"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Боја на покажувачот"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Промена на стил. на покаж. во црн"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Промена на стил. на покаж. во зелен"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Научете движења за подлога за допир"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"подлога на допир, допирна подлога, глувче, курсор, лизгање, повлекување, кликнување со десното копче, клик, покажувач"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"кликнување со десното копче, допир"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Средно кликнување"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Стартувај го „Помошникот“"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Оди на почетната страница"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Назад"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Прикажи ги неодамнешните апликации"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Оди на почетен екран"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Повлечете нагоре со 3 прсти каде било на подлогата за допир"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Врати се назад"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Размена на пораки преку сателит"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Испраќајте и примајте текстуални пораки преку сателит. Опфатено е во вашата сметка."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Испраќајте и примајте текстуални пораки преку сателит. Ова не доаѓа со вашата сметка."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Размена на пораки преку сателит"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"За размена на пораки преку сателит"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Може да испраќате и примате текстуални пораки преку сателит како дел од подобна сметка на <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Вашиот пакет од <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Размената на пораки преку сателит е опфатена со вашата сметка"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Размената на пораки преку сателит не е опфатена со вашата сметка"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Дознајте повеќе"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Дознајте како функционира"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Вашиот телефон ќе се поврзе на сателит автоматски. За најдобра врска, погрижете се да имате јасен поглед кон небото."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Откако телефонот ќе ви се поврзе на сателит"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Може да испраќате пораки до сите, меѓу кои и службите за итни случаи. Вашиот телефон повторно ќе се поврзе на мобилна мрежа кога ќе биде достапна."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Размената на пораки преку сателит може да трае подолго и е достапна само во некои области. Временските услови и одредени структури може да влијаат на вашата сателитска врска. Повикувањето преку сателит не е достапно. Итните повици можеби и понатаму ќе се поврзуваат.\n\nМоже да биде потребно некое време за да се прикажат промените на сметката во „Поставки“. Контактирајте со операторот за детали."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Дознајте повеќе за размената на пораки преку сателит"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Не може да се вклучи <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"За да вклучите <xliff:g id="FUNCTION">%1$s</xliff:g>, прво прекинете ја сателитската врска"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Сателитска врска"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Имиња на пристапни точки"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Вие сте во режимот од 16 KB на режимот за компатибилност на мемориски страници. Во овој режим не може да се гарантира интегритетот на софтверот, а податоците складирани на телефонот додека е отклучен вчитувачот на систем може да бидат изложени на ризик. Некои функции ќе бидат оневозможени во овие режими, па некои апликации можеби нема да функционираат. За да влезете во работен режим повторно, мора да се вратите во режим од 4 KB, па да го заклучите вчитувачот на систем на уредот. Ова ќе го ресетира уредот на фабрички поставки повторно и ќе го врати на поставките за работен режим. Откако уредот успешно ќе се подигне во Android, оневозможете го отклучувањето OEM во „Програмерски опции“. Ако уредот не може да се подигне во Android или е нестабилен, преинсталирајте ги најновите фабрички слики на уредот од <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> или користете <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> и изберете „Трајно избриши ги податоците на уредот“, „Заклучи го вчитувачот на системот“ и „Force Flash all partitions“ (Наметни инсталирање на сите партиции)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Режим за компатибилност со мемориски страници од 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Прочитајте повеќе"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Извршувајте ја апликацијата со „Режим на компатибилност“ со големина на страницата"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Апликацијата ќе се извршува на уред со вклучен „Режим на компатибилност“ со големина на страницата од 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Ракувач со извештајот за грешки"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Одредува која апликација ќе ракува со кратенката за извештајот за грешки на уредот."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Лични"</string>
diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml
index 4afb57a..e8a966a 100644
--- a/res/values-ml/strings.xml
+++ b/res/values-ml/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ഒരു ഭാഷ ചേർക്കുക"</string>
<string name="country_selection_title" msgid="5376929821458644732">"മേഖലാ മുൻഗണന"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ഭാഷ ടൈപ്പ് ചെയ്യുക"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"കൂടുതൽ ഭാഷാ ക്രമീകരണം"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"പ്രാദേശിക മുൻഗണനകൾ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"യൂണിറ്റ്, നമ്പർ മുൻഗണനകൾ സജ്ജീകരിക്കുക"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"നിങ്ങളുടെ പ്രാദേശിക മുൻഗണനകൾ ആപ്പുകളെ അറിയിക്കുന്നതിലൂടെ അവയ്ക്ക് നിങ്ങളുടെ അനുഭവം വ്യക്തിപരമാക്കാനാകും."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"സാധ്യമാകുന്നിടത്ത് ആപ്പുകൾ നിങ്ങളുടെ പ്രാദേശിക മുൻഗണനകൾ ഉപയോഗിക്കും."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"പ്രാദേശിക മുൻഗണനകൾ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"താപനില"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ആഴ്ചയിലെ ആദ്യ ദിവസം"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"സംഖ്യാ മുൻഗണനകൾ"</string>
@@ -562,7 +564,7 @@
<string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"വിരൽ ഉയർത്തുക, തുടർന്ന് സെൻസർ വീണ്ടും തൊടുക"</string>
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"ഫിംഗർപ്രിന്റ് സെൻസർ ഉപയോഗിക്കാനാകുന്നില്ല"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"റിപ്പയർ കേന്ദ്രം സന്ദർശിക്കുക."</string>
- <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"സ്ക്രീൻ ഓഫാക്കൽ, ഫിംഗർപ്രിന്റ് അൺലോക്ക്"</string>
+ <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"സ്ക്രീൻ ഓഫ് ഫിംഗർപ്രിന്റ് അൺലോക്ക്"</string>
<string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"സ്ക്രീൻ ഓഫായിരിക്കുമ്പോൾ പോലും ഫിംഗർപ്രിന്റ് അൺലോക്ക് ഉപയോഗിക്കുക"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"സ്ക്രീൻ ഓഫാക്കൽ, അൺലോക്ക്"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"കൂടുതൽ സുരക്ഷാ ക്രമീകരണം"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ഓണാണ്"</string>
<string name="external_display_off" msgid="5634413756025351374">"ഓഫാണ്"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ബാഹ്യ ഡിസ്പ്ലേ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ബാഹ്യ ഡിസ്പ്ലേ ഉപയോഗിക്കുക"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ഡിസ്പ്ലേ റെസല്യൂഷൻ"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ബാഹ്യ ഡിസ്പ്ലേ വിച്ഛേദിച്ചിരിക്കുന്നു"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"റൊട്ടേഷൻ അല്ലെങ്കിൽ റെസല്യൂഷൻ മാറ്റുന്നത് നിലവിൽ റൺ ചെയ്യുന്ന ഏത് ആപ്പിന്റെയും പ്രവർത്തനം അവസാനിപ്പിക്കും"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"സ്ക്രീൻ മിറർ ചെയ്യാൻ നിങ്ങളുടെ ഉപകരണം ഒരു ബാഹ്യ ഡിസ്പ്ലേയിലേക്ക് കണക്റ്റ് ചെയ്യേണ്ടതുണ്ട്"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"കൂടുതൽ ഓപ്ഷനുകൾ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ഡിസ്പ്ലേകൾ പുനഃക്രമീകരിക്കാൻ വലിച്ചിടുക."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"കാസ്റ്റ് ചെയ്യുക"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"മിറർ"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"വയർലസ്ഡിസ്പ്ലേ സജീവമാക്കൂ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"സ്വയമേവ തിരിയുക ക്രമീകരണത്തെ കുറിച്ച് കൂടുതലറിയുക"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"സ്ക്രീൻ റെസല്യൂഷൻ"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"കൂടിയ റെസല്യൂഷൻ"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"പൂർണ്ണ റെസല്യൂഷൻ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"പൂർണ്ണ റെസല്യൂഷൻ കൂടുതൽ ബാറ്ററി ചാർജ് ഉപയോഗിക്കുന്നു. നിങ്ങളുടെ റെസല്യൂഷൻ മാറ്റുന്നത് ചില ആപ്പുകൾ റീസ്റ്റാർട്ട് ചെയ്യാൻ കാരണമായേക്കാം."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"തിരഞ്ഞെടുത്തു"</string>
<string name="color_mode_title" msgid="8666690832113906028">"നിറങ്ങൾ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"സ്വാഭാവികം"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ഉറക്ക സമയ മോഡ് ക്രമീകരണം"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{മോഡുകൾക്ക് ഡാർക്ക് തീം സജീവമാക്കാനും കഴിയും}=1{{mode_1} മോഡ് ഡാർക്ക് തീം സജീവമാക്കുകയും ചെയ്യുന്നു}=2{{mode_1}, {mode_2} മോഡുകൾ ഡാർക്ക് തീം സജീവമാക്കുകയും ചെയ്യുന്നു}=3{{mode_1}, {mode_2}, {mode_3} മോഡുകൾ ഡാർക്ക് തീം സജീവമാക്കുകയും ചെയ്യുന്നു}other{{mode_1}, {mode_2} എന്നിവയും മറ്റ് # മോഡുകളും ഡാർക്ക് തീം സജീവമാക്കുകയും ചെയ്യുന്നു}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"മോഡുകൾ ക്രമീകരണം"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"കൂടുതൽ മങ്ങിയത്"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"കൂടുതൽ ഡിം ചെയ്യൽ"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ഉപകരണത്തെ പതിവിൽ കൂടുതൽ മങ്ങാൻ അനുവദിക്കുക"</string>
<string name="screen_timeout" msgid="7709947617767439410">"സ്ക്രീൻ തെളിഞ്ഞിരിക്കുന്ന സമയപരിധി"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> നിഷ്ക്രിയത്വത്തിന് ശേഷം"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ഓപ്ഷനുകൾ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ഉപയോഗസഹായി"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ഫിസിക്കൽ കീബോർഡ്"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"ബൗൺസ് കീകൾ"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ഒരേ കീ അതിവേഗം ആവർത്തിച്ച് അമർത്തുന്നത് കീബോർഡ് അവഗണിക്കും"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"ബൗൺസ് കീ ത്രെഷോൾഡ്"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"താഴെ വലതുവശത്ത് ക്ലിക്ക് ചെയ്യൽ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"കൂടുതൽ ഓപ്ഷനുകൾക്ക് ടച്ച്പാഡിന് താഴെ വലതുമൂല ക്ലിക്ക് ചെയ്യൂ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"പോയിന്റർ വേഗത"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"മൂന്ന് വിരൽ ടാപ്പ് ഉപയോഗിക്കുക"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"പോയിന്റർ നിറം"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"പോയിന്റർ ഫിൽ സ്റ്റൈൽ കറുപ്പാക്കൂ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"പോയിന്റർ ഫിൽ സ്റ്റൈൽ പച്ചയാക്കൂ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ടച്ച്പാഡ് ജെസ്ച്ചറുകൾ മനസ്സിലാക്കുക"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ട്രാക്ക്പാഡ്, ട്രാക്ക് പാഡ്, മൗസ്, കഴ്സർ, സ്ക്രോൾ, സ്വൈപ്പ്, വലത് ക്ലിക്ക്, ക്ലിക്ക്, പോയിന്റർ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"വലത് ക്ലിക്ക്, ടാപ്പ്"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"മിഡിൽ ക്ലിക്ക്"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant ലോഞ്ച് ചെയ്യുക"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ഹോമിലേക്ക് പോകുക"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"മടങ്ങുക"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"അടുത്തിടെയുള്ള ആപ്പുകൾ കാണുക"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ഹോമിലേക്ക് പോകുക"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ടച്ച്പാഡിൽ മൂന്ന് വിരൽ കൊണ്ട് മുകളിലേക്ക് സ്വൈപ്പ് ചെയ്യുക"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"മടങ്ങുക"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കൽ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"സാറ്റലൈറ്റ് വഴി ടെക്സ്റ്റ് മെസേജുകൾ അയയ്ക്കുക, സ്വീകരിക്കുക. നിങ്ങളുടെ അക്കൗണ്ടിൽ ഉൾപ്പെടുത്തിയിരിക്കുന്നു."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"സാറ്റലൈറ്റ് വഴി ടെക്സ്റ്റ് മെസേജുകൾ അയയ്ക്കുക, സ്വീകരിക്കുക. നിങ്ങളുടെ അക്കൗണ്ടിൽ ഉൾപ്പെടുത്തിയിട്ടില്ല."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കൽ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കലിനെ കുറിച്ച്"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"യോഗ്യതയുള്ള <xliff:g id="CARRIER_NAME">%1$s</xliff:g> അക്കൗണ്ടിന്റെ ഭാഗമായി, സാറ്റലൈറ്റ് വഴി ടെക്സ്റ്റ് മെസേജുകൾ അയയ്ക്കാനും സ്വീകരിക്കാനും നിങ്ങൾക്ക് കഴിയും"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"നിങ്ങളുടെ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> പ്ലാൻ"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"നിങ്ങളുടെ അക്കൗണ്ടിൽ സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കൽ ഉൾപ്പെടുത്തിയിട്ടുണ്ട്"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"നിങ്ങളുടെ അക്കൗണ്ടിൽ സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കൽ ഉൾപ്പെടുത്തിയിട്ടില്ല"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"കൂടുതലറിയുക"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ഇത് പ്രവർത്തിക്കുന്നത് എങ്ങനെയാണ്"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"നിങ്ങളുടെ ഫോൺ ഒരു സാറ്റലൈറ്റുമായി സ്വയമേവ കണക്റ്റ് ചെയ്യും. മികച്ച കണക്ഷൻ ലഭിക്കാൻ, ആകാശം വ്യക്തമായി കാണുന്നിടത്ത് നിൽക്കുക."</string>
<string name="title_supported_service" msgid="4275535165812691571">"നിങ്ങളുടെ ഫോൺ സാറ്റലൈറ്റുമായി കണക്റ്റ് ചെയ്തതിന് ശേഷം"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"അടിയന്തര സേവനങ്ങൾക്ക് ഉൾപ്പെടെ ഏതൊരാൾക്കും ടെക്സ്റ്റ് ചെയ്യാൻ നിങ്ങൾക്ക് കഴിയും. ഒരു മൊബൈൽ നെറ്റ്വർക്ക് ലഭ്യമാകുമ്പോൾ നിങ്ങളുടെ ഫോൺ അതിലേക്ക് വീണ്ടും കണക്റ്റ് ചെയ്യും."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കലിന് കൂടുതൽ സമയമെടുത്തേക്കാം, ചില പ്രദേശങ്ങളിൽ മാത്രമേ അത് ലഭ്യമാകൂ. കാലാവസ്ഥയും ചില ഘടനകളും നിങ്ങളുടെ സാറ്റലൈറ്റ് കണക്ഷനെ ബാധിച്ചേക്കാം. സാറ്റലൈറ്റ് വഴി കോളുകൾ ചെയ്യുന്നത് ലഭ്യമല്ല. എമർജൻസി കോളുകൾ തുടർന്നും കണക്റ്റ് ചെയ്തേക്കാം.\n\nഅക്കൗണ്ടിലെ മാറ്റങ്ങൾ, ക്രമീകരണത്തിൽ ദൃശ്യമാകാൻ കുറച്ച് സമയമെടുത്തേക്കാം. വിശദാംശങ്ങൾക്ക് നിങ്ങളുടെ സേവനദാതാവിനെ ബന്ധപ്പെടുക."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"സാറ്റലൈറ്റ് സന്ദേശമയയ്ക്കലിനെ കുറിച്ചുള്ള കൂടുതൽ വിവരങ്ങൾ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ഓണാക്കാനാകുന്നില്ല"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ഓണാക്കാൻ, ആദ്യം സാറ്റലൈറ്റ് കണക്ഷൻ അവസാനിപ്പിക്കുക"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"സാറ്റലൈറ്റ് കണക്റ്റിവിറ്റി"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ആക്സസ് പോയിന്റ് പേരുകൾ"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"<xliff:g id="CARRIER">%1$s</xliff:g> എന്നതിലേക്ക് കണക്റ്റ് ചെയ്തിരിക്കുമ്പോൾ ലഭ്യമല്ല"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"നിങ്ങൾ പേജ് വലുപ്പം തിരിച്ചറിയൽ മോഡിന്റെ 16KB മോഡിലാണ്. ഈ മോഡിൽ സോഫ്റ്റ്വെയർ സമഗ്രത സംബന്ധിച്ച് ഉറപ്പ് നൽകാനാകില്ല, കൂടാതെ ബൂട്ട് ലോഡർ അൺലോക്ക് ചെയ്തിരിക്കുമ്പോൾ ഫോണിൽ സംഭരിച്ചിരിക്കുന്ന ഏതെങ്കിലും ഡാറ്റ അപകടത്തിലായേക്കാം. ഈ മോഡുകളിൽ ചില ഫീച്ചറുകൾ പ്രവർത്തനരഹിതമാക്കുന്നതിനാൽ, ചില ആപ്പുകൾ പ്രവർത്തിച്ചേക്കില്ല. പ്രൊഡക്ഷൻ മോഡിൽ തിരികെ പ്രവേശിക്കുന്നതിന്, നിങ്ങൾ 4KB മോഡിലേക്ക് തിരികെ മാറുകയും ഉപകരണത്തിന്റെ ബൂട്ട് ലോഡർ ലോക്ക് ചെയ്യുകയും വേണം. ഇത് ഉപകരണത്തെ വീണ്ടും ഫാക്ടറി റീസെറ്റ് ചെയ്യുകയും പ്രൊഡക്ഷൻ ക്രമീകരണത്തിലേക്ക് പുനഃസ്ഥാപിക്കുകയും ചെയ്യും. ഉപകരണം വിജയകരമായി Android-ലേക്ക് ബൂട്ട് ചെയ്ത് കഴിഞ്ഞ്, ഡെവലപ്പർ ഓപ്ഷനുകളിൽ OEM അൺലോക്ക് ചെയ്യൽ പ്രവർത്തനരഹിതമാക്കുക. ഉപകരണം Android-ലേക്ക് ബൂട്ട് ചെയ്യാനായില്ലെങ്കിലോ അസ്ഥിരമാണെങ്കിലോ, <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> -ൽ നിന്നുള്ള ഏറ്റവും പുതിയ ഫാക്ടറി ഇമേജുകൾ ഉപയോഗിച്ച് ഉപകരണം വീണ്ടും ഫ്ലാഷ് ചെയ്യുക അല്ലെങ്കിൽ <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ഉപയോഗിക്കുക, തുടർന്ന് \'ഉപകരണം തുടച്ചുനീക്കുക\', \'ബൂട്ട് ലോഡർ ലോക്ക് ചെയ്യുക\', \'എല്ലാ പാർട്ടീഷനുകളും ഫോഴ്സ് ഫ്ലാഷ് ചെയ്യുക\' എന്നിവ തിരഞ്ഞെടുക്കുക."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB പേജ്-ആഗ്നോസ്റ്റിക് മോഡ്"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"കൂടുതൽ വായിക്കുക"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"പേജ് വലുപ്പത്തിന് അനുയോജ്യമായ മോഡ് ഉപയോഗിച്ച് ആപ്പ് റൺ ചെയ്യുക"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 KB ഉപകരണങ്ങളിൽ, ആപ്പ് പേജ് വലുപ്പത്തിന് അനുയോജ്യമായ മോഡിൽ റൺ ചെയ്യുന്നു."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ബഗ് റിപ്പോർട്ട് ഹാൻഡ്ലർ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"നിങ്ങളുടെ ഉപകരണത്തിലെ ബഗ് റിപ്പോർട്ട് കുറുക്കുവഴി കൈകാര്യം ചെയ്യുന്നത് ഏത് ആപ്പാണെന്ന് നിർണ്ണയിക്കുന്നു."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"വ്യക്തിപരം"</string>
@@ -5226,7 +5278,7 @@
<string name="uwb_settings_summary" msgid="3074271396764672268">"UWB ഉള്ള സമീപമുള്ള ഉപകരണങ്ങളുടെ ആപേക്ഷിക സ്ഥാനം തിരിച്ചറിയാൻ സഹായിക്കുന്നു"</string>
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"UWB ഉപയോഗിക്കാൻ ഫ്ലൈറ്റ് മോഡ് ഓഫാക്കുക"</string>
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"നിലവിലെ ലൊക്കേഷനിൽ UWB ലഭ്യമല്ല"</string>
- <string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
+ <string name="thread_network_settings_title" msgid="4212301030523859220">"ത്രെഡ്"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"ത്രെഡ് ഉപയോഗിക്കുക"</string>
<string name="thread_network_settings_footer_title" msgid="7385600318850220927">"സ്മാർട്ട് ഹോം ഉപകരണങ്ങൾ കണക്റ്റ് ചെയ്യുന്നതിനും കാര്യക്ഷമതയും പ്രകടനശേഷിയും വർദ്ധിപ്പിക്കുന്നതിനും ത്രെഡ് സഹായിക്കുന്നു.\n\nപ്രവർത്തനക്ഷമമാക്കുമ്പോൾ, ഈ ഉപകരണം ത്രെഡ് നെറ്റ്വർക്കിലേക്ക് കണക്റ്റ് ചെയ്യാൻ യോഗ്യമാകുന്നു, ഈ ഫോണിലൂടെ Matter പിന്തുണയ്ക്കുന്ന ഉപകരണങ്ങളെ നിയന്ത്രിക്കുന്നതിന് നിങ്ങളെ ഇത് അനുവദിക്കുന്നു."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"ത്രെഡിനെ കുറിച്ച് കൂടുതലറിയുക"</string>
diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml
index b4ee731..0e6ea06 100644
--- a/res/values-mn/strings.xml
+++ b/res/values-mn/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Хэл нэмэх"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Бүс нутгийн тохиргоо"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Хэлний нэрийг бичнэ үү"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Хэлний бусад тохиргоо"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Бүс нутгийн тохиргоо"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Нэгж болон тооны сонголтыг тохируулна уу"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Аппуудад бүс нутгийн тохиргоогоо мэдэгдсэнээр тэд таны хэрэглээг хувийн болгох боломжтой."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Аппууд боломжтой үедээ таны бүс нутгийн тохиргоог ашиглана."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Бүс нутгийн тохиргоо"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температур"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Долоо хоногийн эхний өдөр"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Тооны сонголт"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Асаалттай"</string>
<string name="external_display_off" msgid="5634413756025351374">"Унтраалттай"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Гаднын дэлгэц"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Гаднын дэлгэц ашиглах"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Дэлгэцийн нягтрал"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Гаднын дэлгэц салсан"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Эргүүлэлт эсвэл нягтралыг өөрчлөх нь одоо ажиллаж буй аливаа аппыг зогсоож магадгүй"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Таны дэлгэцийн тусгалыг үүсгэхийн тулд таны төхөөрөмж гаднын дэлгэцэд холбогдсон байх ёстой"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Бусад сонголт"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Дэлгэцүүдийг дахин эмхлэхийн тулд удаан дараад, чирнэ үү."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Дамжуулах"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"тусгал"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Утасгүй дэлгэцийг идэвхжүүлэх"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Автоматаар эргүүлэх талаар нэмэлт мэдээлэл авах"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Дэлгэцийн нягтрал"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Өндөр нягтрал"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Бүрэн нягтрал"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Бүрэн нягтрал таны батарейг илүү их ашиглана. Нягтралаа сэлгэх нь зарим аппыг дахин эхлэхэд хүргэж магадгүй."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Сонгосон"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Өнгө"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Байгалийн"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Унтлагын цагийн горимын тохиргоо"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Горим мөн бараан загварыг идэвхжүүлэх боломжтой}=1{{mode_1} мөн бараан загварыг идэвхжүүлнэ}=2{{mode_1} болон {mode_2} мөн бараан загварыг идэвхжүүлнэ}=3{{mode_1}, {mode_2}, {mode_3} мөн бараан загварыг идэвхжүүлнэ}other{{mode_1}, {mode_2} болон өөр # горим мөн бараан загварыг идэвхжүүлнэ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Горимын тохиргоо"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Илүү бүдэг"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Хэт бүүдгэр"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Төхөөрөмжид ердийнхөөс илүү бүдэг болохыг нь зөвшөөрөх"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Дэлгэц автоматаар амрах"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Идэвхгүй <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> болсны дараа"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Сонголт"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Хандалт"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Биет гар"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Ойх түлхүүрүүд"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Гар нэг товчийн давтагдсан шуурхай даралтыг үл хэрэгсэнэ"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Ойх товчийн босго"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Баруун доор товших"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Бусад сонголтыг харах бол мэдрэгч самбарын баруун доор товш"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Заагчийн хурд"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Гурван хураагаар товшихыг ашиглах"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Заагчийн өнгө"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Заагчийг дүүргэх загварыг хар болго"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Заагчийг дүүргэх загварыг ногоон болго"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Мэдрэгч самбарын зангааг мэдэж авах"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"мэдрэгч самбар, мэдрэгч самбар, хулгана, курсор, гүйлгэх, шудрах, баруун талыг товших, товших, заагч"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"баруун талыг товших, товших"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Голд товших"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Туслахыг эхлүүлэх"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Нүүр хуудас руу очих"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Буцах"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Саяхны аппуудыг харах"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Үндсэн нүүр лүү очих"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Мэдрэгч самбарын аль ч хэсэгт 3 хуруугаараа дээш шударна уу"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Буцах"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Хиймэл дагуулаар мессеж бичих"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Хиймэл дагуулаар мессеж илгээж, хүлээн авна уу. Таны бүртгэлд багтсан."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Хиймэл дагуулаар мессеж илгээж, хүлээн авна уу. Таны бүртгэлд багтаагүй."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Хиймэл дагуулаар мессеж бичих"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Хиймэл дагуулаар мессеж бичих тухай"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Та зохих эрхтэй <xliff:g id="CARRIER_NAME">%1$s</xliff:g> бүртгэлийн нэг хэсэг байдлаар хиймэл дагуулаар мессеж илгээх болон хүлээн авах боломжтой"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Таны <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-н багц"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Хиймэл дагуулаар мессеж бичих нь таны бүртгэлд багтсан"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Хиймэл дагуулаар мессеж бичих нь таны бүртгэлд багтаагүй"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Нэмэлт мэдээлэл авах"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Энэ хэрхэн ажилладаг вэ?"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Таны утас хиймэл дагуулд автоматаар холбогдоно. Шилдэг холболтыг авах бол тэнгэр тод харагдах газар байгаарай."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Таны утас хиймэл дагуулд холбогдсоны дараа"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Та яаралтай тусламжийн үйлчилгээнүүдийг оруулаад дурын хүн рүү мессеж бичих боломжтой. Таны утас хөдөлгөөнт холбооны сүлжээг боломжтой үед үүнд дахин холбогдоно."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Хиймэл дагуулаар мессеж бичихэд илүү удаж болох ба зөвхөн зарим бүсэд боломжтой. Цаг агаар болон тодорхой байгууламжууд таны хиймэл дагуулын холболтод нөлөөлж болно. Хиймэл дагуулаар дуудлага хийх боломжгүй. Яаралтай дуудлагад холбогдсон хэвээр байж магадгүй.\n\nТаны бүртгэлийн өөрчлөлтүүд Тохиргоонд харагдах хүртэл хэсэг хугацаа зарцуулагдаж болно. Дэлгэрэнгүй мэдээлэл авах бол оператор компанитайгаа холбогдоно уу."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Хиймэл дагуулаар мессеж бичих талаарх нэмэлт мэдээлэл"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g>-г асаах боломжгүй"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g>-г асаахын тулд эхлээд хиймэл дагуулын холболтыг тасална уу"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Хиймэл дагуулын холболт"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Хандах цэгийн нэрс (APN)"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Та хуудасны хэмжээ сэлгэх горимын 16 КБ горимд байна. Энэ горимд программ хангамжийн халдашгүй байдалд баталгаа өгөх боломжгүй бөгөөд эхэлж ачаалагчийн түгжээг тайлсан байхад утсан дээр хадгалсан аливаа өгөгдөл эрсдэлд орж магадгүй. Зарим онцлогийг эдгээр горимд идэвхгүй болгох тул зарим аппликэйшн ажиллахгүй байж магадгүй. Үйлдвэрлэлийн горимд дахин орохын тулд та 4 КБ горим руу буцаж сэлгээд, дараа нь төхөөрөмжийн эхэлж ачаалагчийг түгжих ёстой. Энэ нь төхөөрөмжийг үйлдвэрийн тохиргоонд дахин шинэчилж, үйлдвэрлэлийн тохиргоо руу сэргээнэ. Тухайн төхөөрөмжийг Android руу амжилттай ачаалсны дараа Хөгжүүлэгчийн тохиргоонд OEM түгжээг тайлахыг идэвхгүй болгоно уу. Хэрэв төхөөрөмжийг Android руу ачаалж чадаагүй эсвэл энэ нь тогтворгүй байвал <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> дээрээс төхөөрөмжийг хамгийн сүүлийн үеийн үйлдвэрийн зургаар солих эсвэл <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>-г ашиглаад, \'Төхөөрөмжийг арчих\', \'Эхэлж ачаалагчийг түгжих\', \'Бүх хуваалтыг хүчээр солих\'-ыг сонгоно уу."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 КБ дурын хэмжээтэй хуудасны (page-agnostic) горим"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Цааш унших"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Хуудасны хэмжээнд тохирох горимоор аппыг ажиллуулах"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Апп 16 КБ-ын хэмжээтэй хуудсыг асаасан төхөөрөмж дээр хуудасны хэмжээнд тохирох горимд ажиллана."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Алдааны мэдээний удирдагч"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Алдааны мэдээний товчлолыг таны төхөөрөмж дээр ямар апп удирддаг болохыг тодорхойлдог."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Хувийн"</string>
diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml
index 28db713..cf222a3 100644
--- a/res/values-mr/strings.xml
+++ b/res/values-mr/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"भाषा जोडा"</string>
<string name="country_selection_title" msgid="5376929821458644732">"प्रदेश प्राधान्य"</string>
<string name="search_language_hint" msgid="1739082427104506694">"भाषा नाव टाइप करा"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"भाषेसंबंधित आणखी सेटिंग्ज"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"प्रादेशिक प्राधान्ये"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"युनिट आणि नंबर प्राधान्ये सेट करा"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"अॅप्सना तुमची प्रादेशिक प्राधान्ये सांगा ज्यामुळे ते तुमचा अनुभव पर्सनलाइझ करतील."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"शक्य असेल तेथे ॲप्स तुमची प्रादेशिक प्राधान्ये वापरतील."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"प्रादेशिक प्राधान्ये"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"तापमान"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"आठवड्याचा पहिला दिवस"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"क्रमांकांची प्राधान्ये"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"सुरू आहे"</string>
<string name="external_display_off" msgid="5634413756025351374">"बंद आहे"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"बाह्य डिस्प्ले"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"बाह्य डिस्प्ले वापरा"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"डिस्प्ले रेझोल्यूशन"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"बाह्य डिस्प्ले डिस्कनेक्ट केला आहे"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"रोटेशन किंवा रेझोल्यूशन बदलल्याने सध्या सुरू असलेली कोणतीही अॅप्स थांबू शकतात"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"तुमची स्क्रीन मिरर करण्यासाठी तुमचे डिव्हाइस बाह्य डिस्प्लेशी कनेक्ट केलेले असणे आवश्यक आहे"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"आणखी पर्याय"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"डिस्प्ले पुन्हा संगतवार लावण्यासाठी धरून ठेवून ड्रॅग करा."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"कास्ट करा"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"मिरर करा"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"वायरलेस डिस्प्ले सुरू करा"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ऑटो-रोटेटबद्दल अधिक जाणून घ्या"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"स्क्रीन रेझोल्यूशन"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"उच्च रेझोल्यूशन"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"पूर्ण रेझाेल्यूशन"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"पूर्ण रेझोल्यूशन तुमची बॅटरी जास्त वापरते. तुमचे रेझोल्यूशन स्विच केल्याने काही ॲप्स रीस्टार्ट होऊ शकतात."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"निवडले"</string>
<string name="color_mode_title" msgid="8666690832113906028">"रंग"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"नैसर्गिक"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"बेडटाइम मोडशी संबंधित सेटिंग्ज"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{मोड गडद थीमदेखील अॅक्टिव्हेट करू शकतात}=1{{mode_1} गडद थीमदेखील अॅक्टिव्हेट करतो}=2{{mode_1} आणि {mode_2} हे गडद थीमदेखील अॅक्टिव्हेट करतात}=3{{mode_1}, {mode_2} आणि {mode_3} हे गडद थीमदेखील अॅक्टिव्हेट करतात}other{{mode_1}, {mode_2} आणि आणखी # हे गडद थीमदेखील अॅक्टिव्हेट करतात}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"मोडची सेटिंग्ज"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"आणखी मंद"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"आणखी डिम"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"डिव्हाइसचा प्रकाश नेहमीपेक्षा मंद असू द्या"</string>
<string name="screen_timeout" msgid="7709947617767439410">"स्क्रीन टाइमआउट"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"इनॅक्टिव्हिटीच्या <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> नंतर"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"पर्याय"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"अॅक्सेसिबिलिटी"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"वास्तविक कीबोर्ड"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"बाउन्स की"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"कीबोर्ड एकसारख्या की झटपट वारंवार प्रेस करण्याकडे दुर्लक्ष करतो"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"बाउन्स कीची मर्यादा"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"तळाशी उजवीकडे क्लिक करा"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"अधिक पर्यायांसाठी टचपॅडच्या तळाशी उजव्या कोपऱ्यावर क्लिक करा"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"पॉइंटर वेग"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"तीन बोट वापरून टॅप करा"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"पॉइंटरचा रंग"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"पॉइंटर फिलची शैली बदलून काळी करा"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"पॉइंटर फिलची शैली बदलून हिरवी करा"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"टचपॅड जेश्चर जाणून घ्या"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ट्रॅकपॅड, ट्रॅक पॅड, माउस, कर्सर, स्क्रोल करा, स्वाइप करा, राइट-क्लिक करा, क्लिक करा, पॉइंटर"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"राइट-क्लिक करा, टॅप करा"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"मध्यभागी क्लिक करा"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant लाँच करा"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"होमवर जा"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"मागे जा"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"अलीकडील अॅप्स पहा"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"होमवर जा"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"तुमच्या टचपॅडवर कुठेही तीन बोटांनी वरती स्वाइप करा"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"मागे जा"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"उपग्रह मेसेजिंग"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"उपग्रहाद्वारे एसएमएस पाठवा आणि मिळवा. तुमच्या खात्यामध्ये समावेश आहे."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"सॅटेलाइटद्वारे एसएमएस पाठवा आणि मिळवा. तुमच्या खात्यात समाविष्ट नाही."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"उपग्रह मेसेजिंग"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"उपग्रह मेसेजिंगबद्दल"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"तुम्ही <xliff:g id="CARRIER_NAME">%1$s</xliff:g> खात्याच्या पात्रतेचा भाग म्हणून उपग्रहाद्वारे एसएमएस पाठवू आणि मिळवू शकता"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"तुमचा <xliff:g id="CARRIER_NAME">%1$s</xliff:g> प्लॅन"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"तुमच्या खात्यामध्ये उपग्रह मेसेजिंगचा समावेश आहे"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"उपग्रह मेसेजिंगचा तुमच्या खात्यामध्ये समावेश केलेला नाही"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"अधिक जाणून घ्या"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ते कसे काम करते"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"तुमचा फोन उपग्रहाशी ऑटो-कनेक्ट होईल. सर्वोत्तम कनेक्शनसाठी, आकाश स्पष्ट दिसेल अशा ठिकाणी बाहेर उभे रहा."</string>
<string name="title_supported_service" msgid="4275535165812691571">"तुमचा फोन उपग्रहाशी जोडल्यानंतर"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"आणीबाणी सेवांसह तुम्ही कोणालाही एसएमएस पाठवू शकता. उपलब्ध असेल, तेव्हा तुमचा फोन मोबाइल नेटवर्कशी पुन्हा कनेक्ट होईल."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"उपग्रह मेसेजिंगला जास्त वेळ लागू शकतो आणि ते फक्त काही भागांमध्येच उपलब्ध आहे. हवामान आणि विशिष्ट संरचना तुमच्या उपग्रह कनेक्शनवर परिणाम करू शकतात. उपग्रहाद्वारे कॉल करणे उपलब्ध नाही. आणीबाणी कॉल अजूनही कनेक्ट होऊ शकतात.\n\nखात्यामधील बदल सेटिंग्ज मध्ये दिसण्यासाठी काही वेळ लागू शकतो. तपशिलांसाठी तुमच्या वाहकाशी संपर्क साधा."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"उपग्रह मेसेजिंगबद्दल अधिक"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> सुरू करू शकत नाही"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> सुरू करण्यासाठी, सर्वप्रथम उपग्रह कनेक्शन बंद करा"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"सॅटेलाइट कनेक्टिव्हिटी"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"अॅक्सेस पॉइंट"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"तुम्ही पेज-अॅग्नॉस्टिक मोडच्या १६KB मोडमध्ये आहात. या मोडमध्ये सॉफ्टवेअर इंटेग्रिटीची हमी देता येणार नाही आणि बूटलोडर अनलॉक केलेला असताना फोनवर स्टोअर केलेल्या कोणत्याही डेटाला धोका असू शकतो. या मोडमध्ये काही वैशिष्ट्ये बंद केली जातील, त्यामुळे काही अॅप्लिकेशन कदाचित काम करणार नाहीत. उत्पादन मोडमध्ये पुन्हा एंटर करण्यासाठी, तुम्हाला ४KB मोडवर परत स्विच करावे लागेल आणि त्यानंतर डिव्हाइसचा बूटलोडर लॉक करावा लागेल. यामुळे डिव्हाइस पुन्हा फॅक्टरी रीसेट होईल आणि उत्पादन सेटिंग्जवर रिस्टोअर केले जाईल. Android मध्ये डिव्हाइस यशस्वीरीत्या बूट झाल्यानंतर, डेव्हलपर पर्यायांमध्ये OEM अनलॉक करणे हे बंद करा. डिव्हाइस Android मध्ये बूट होत नसल्यास किंवा ते अस्थिर असल्यास, <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> येथील नवीनतम फॅक्टरी इमेजच्या मदतीने डिव्हाइस पुन्हा फ्लॅश करा किंवा <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> वापरा आणि \'डिव्हाइस पुसून टाका\', \'बूटलोडर लॉक करा\' व \'सर्व पार्टिशन सक्तीने फ्लॅश करा\' हे निवडा."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"१६KB पेज अज्ञात मोड"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"आणखी वाचा"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"पेज आकार कंपॅटिबिलिटी मोडसह रन करा"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"ॲप हे टॉगल केलेल्या १६ KB डिव्हाइसवर पेज आकार कंपॅटिबिलिटी मोडमध्ये रन केले जाईल."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"बग रिपोर्ट हँडलर"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"कोणते ॲप तुमच्या डिव्हाइसवरील बग रिपोर्ट शॉर्टकट हाताळेल हे निर्धारित करते."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"वैयक्तिक"</string>
diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml
index 4705b17..ce9144b 100644
--- a/res/values-ms/strings.xml
+++ b/res/values-ms/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Tambahkan bahasa"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Pilihan wilayah"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Taipkan nama bahasa"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Lebih banyak tetapan bahasa"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Tetapan wilayah"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Tetapkan pilihan unit dan nombor"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Beritahu apl tetapan wilayah anda supaya apl boleh memeribadikan pengalaman anda."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apl akan menggunakan tetapan wilayah anda jika boleh."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Tetapan wilayah"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Suhu"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Hari pertama dalam minggu"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Pilihan nombor"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Hidup"</string>
<string name="external_display_off" msgid="5634413756025351374">"Mati"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Paparan Luaran"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Gunakan paparan luaran"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Peleraian paparan"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Paparan luaran diputuskan sambungan"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Penukaran putaran atau peleraian boleh menghentikan mana-mana apl yang sedang dijalankan"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Peranti anda mestilah disambungkan kepada paparan luaran untuk mencerminkan skrin anda"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Lagi pilihan"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Tahan dan seret untuk menyusun semula paparan."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"cermin"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Dayakan paparan wayarles"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Ketahui lebih lanjut tentang autoputar"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Peleraian skrin"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Peleraian tinggi"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Peleraian penuh"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Peleraian penuh menggunakan lebih banyak bateri. Penukaran peleraian mungkin menyebabkan sesetengah apl dimulakan semula."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Dipilih"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Warna"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Asli"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Tetapan mod waktu tidur"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Mod juga boleh mengaktifkan tema gelap}=1{{mode_1} turut mengaktifkan tema gelap}=2{{mode_1} dan {mode_2} turut mengaktifkan tema gelap}=3{{mode_1}, {mode_2} dan {mode_3} turut mengaktifkan tema gelap}other{{mode_1}, {mode_2} dan # lagi turut mengaktifkan tema gelap}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Tetapan mod"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Lebih malap"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Amat malap"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Benarkan peranti menjadi lebih malap daripada biasa"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tamat masa skrin"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Selepas <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> tanpa aktiviti"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Pilihan"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Kebolehaksesan"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Papan kekunci fizikal"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Kekunci lantun"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Papan kekunci mengabaikan tekanan kekunci yang sama secara berulang"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Ambang kekunci lantun"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik bahagian bawah sebelah kanan"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klik penjuru bawah sebelah kanan pad sentuh untuk lagi pilihan"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Kelajuan penuding"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Gunakan ketikan tiga jari"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Warna penuding"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Tukar gaya isian penunjuk kepada warna hitam"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Tukar gaya isian penunjuk kepada warna hijau"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Ketahui gerak isyarat pad sentuh"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"pad jejak, pad jejak, tetikus, kursor, tatal, leret, klik kanan, klik, penuding"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"klik kanan, ketik"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Klik tengah"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Lancarkan Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Akses laman utama"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Kembali"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Lihat apl terbaharu"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Pergi ke skrin utama"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Leret ke atas dengan tiga jari di mana-mana sahaja pada pad sentuh anda"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Kembali"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Pemesejan satelit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Hantar dan terima mesej teks melalui satelit. Disertakan dengan akaun anda."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Hantar dan terima mesej teks melalui satelit. Tidak disertakan dengan akaun anda."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Pemesejan satelit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Perihal pemesejan satelit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Anda boleh menghantar dan menerima mesej teks melalui satelit sebagai sebahagian daripada akaun <xliff:g id="CARRIER_NAME">%1$s</xliff:g> yang layak"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Pelan <xliff:g id="CARRIER_NAME">%1$s</xliff:g> anda"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Pemesejan satelit disertakan dengan akaun anda"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Pemesejan satelit tidak disertakan dengan akaun anda"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Ketahui Lebih Lanjut"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Cara ciri ini berfungsi"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefon anda akan disambungkan secara automatik kepada satelit. Untuk mendapatkan sambungan terbaik, pastikan anda berada di kawasan dengan pandangan langit yang jelas."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Selepas telefon anda disambungkan kepada satelit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Anda boleh menghantar teks kepada sesiapa sahaja, termasuk perkhidmatan kecemasan. Telefon anda akan disambungkan semula kepada rangkaian mudah alih jika tersedia."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Pemesejan satelit mungkin mengambil masa lebih lama dan tersedia di beberapa kawasan sahaja. Cuaca dan struktur tertentu boleh menjejaskan sambungan satelit anda. Panggilan melalui satelit tidak tersedia. Panggilan kecemasan masih boleh disambungkan.\n\nPerubahan pada akaun mungkin memerlukan sedikit masa untuk dipaparkan dalam Tetapan. Hubungi pembawa anda untuk mendapatkan butiran."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Lagi tentang pemesejan satelit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Tidak dapat menghidupkan <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Untuk menghidupkan <xliff:g id="FUNCTION">%1$s</xliff:g>, tamatkan sambungan satelit dahulu"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Kesambungan satelit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nama Titik Akses"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Tidak tersedia apabila disambungkan ke <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Anda menggunakan mod 16KB bagi mod halaman agnostik. Integriti perisian tidak boleh dijamin dalam mod ini dan sebarang data yang disimpan pada telefon semasa pemuat but tidak berkunci mungkin dalam risiko. Sesetengah ciri akan dilumpuhkan dalam mod ini, maka sesetengah aplikasi mungkin tidak berfungsi. Untuk memasuki semula mod pengeluaran, anda perlu beralih kembali kepada mod 4KB dan mengunci pemuat but peranti. Tindakan ini akan menetapkan semula peranti kepada tetapan kilang dan memulihkan peranti pada tetapan pengeluaran. Selepas peranti berjaya dibut masuk dalam Android, lumpuhkan pembukaan kunci OEM dalam Pilihan pembangun. Jika peranti gagal mengebut masuk dalam Android atau tidak stabil, denyar semula peranti dengan imej kilang terkini daripada <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> dan pilih \'Hapuskan Peranti\', \'Kunci Pemuat But\' dan \'Denyar Paksa semua pemetakan\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Mod Halaman agnostik 16KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Baca lebih lanjut"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Jalankan apl dengan mod keserasian saiz halaman"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Apl akan dijalankan dalam mod keserasian saiz halaman pada peranti 16 KB yang ditogol."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Pengendali laporan pepijat"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Menentukan apl yang mengendalikan pintasan Laporan Pepijat pada peranti anda."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Peribadi"</string>
@@ -5503,7 +5555,7 @@
<string name="audio_streams_main_page_password_dialog_format_alert" msgid="4129498127640454717">"Kata laluan anda mestilah mengandungi 4-16 aksara dan hanya menggunakan huruf, nombor dan simbol"</string>
<string name="audio_streams_qr_code_scanner_label" msgid="8799703301071378034">"Pengimbas kod QR"</string>
<string name="audio_streams_qr_code_help_with_link" msgid="5542328067190486479"><annotation id="link">"Perlukan bantuan?"</annotation></string>
- <string name="homepage_search" msgid="6759334912284663559">"Carian Tetapan"</string>
+ <string name="homepage_search" msgid="6759334912284663559">"Cari dalam Tetapan"</string>
<string name="keywords_contacts_storage" msgid="9061213057165337893">"kenalan, storan, akaun"</string>
<string name="contacts_storage_settings_title" msgid="1574030546525203810">"Storan kenalan"</string>
<string name="contacts_storage_device_only_preference_label" msgid="970250816918108264">"Peranti sahaja"</string>
diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml
index 9c1b95f..a8c04a3 100644
--- a/res/values-my/strings.xml
+++ b/res/values-my/strings.xml
@@ -139,7 +139,7 @@
<string name="previous_connected_see_all" msgid="7759413145713251328">"အားလုံး ကြည့်ရန်"</string>
<string name="connected_device_fast_pair_device_see_all" msgid="4898279230458128620">"အားလုံးကြည့်ရန်"</string>
<string name="stylus_device_details_title" msgid="7618295136015480864">"စတိုင်လပ်စ်"</string>
- <string name="stylus_default_notes_app" msgid="4165657465911764628">"စွတ်ကြောင်းခလုတ်ကို နှိပ်လျှင်"</string>
+ <string name="stylus_default_notes_app" msgid="4165657465911764628">"ခလုတ်နှိပ်ခြင်းကို ခြေရာခံရန်"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (အလုပ်ပရိုဖိုင်)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"စာသားအကွက်များတွင် ရေးရန်"</string>
<string name="stylus_ignore_button" msgid="7734540973145241391">"စတိုင်လပ်စ်ခလုတ်နှိပ်ခြင်းအားလုံးကို လစ်လျူရှုရန်"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ဘာသာစကား ထည့်ပါ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ဒေသရွေးချယ်မှု"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ဘာသာစကားအမည် ထည့်ပါ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"နောက်ထပ် ဘာသာစကားဆက်တင်များ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ဒေသဆိုင်ရာ သတ်မှတ်ချက်များ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ယူနစ်နှင့် နံပါတ်သတ်မှတ်ချက်များ ချမှတ်ရန်"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"သင်၏ ဒေသဆိုင်ရာ သတ်မှတ်ချက်များကို အက်ပ်များအား အသိပေးလျှင် သင့်အသုံးပြုမှုကို ပုဂ္ဂိုလ်ရေးသီးသန့်ပြုလုပ်ပေးနိုင်သည်။"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"အက်ပ်များသည် ဖြစ်နိုင်ပါက သင်၏ ဒေသဆိုင်ရာ သတ်မှတ်ချက်များကို သုံးပါမည်။"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ဒေသဆိုင်ရာ သတ်မှတ်ချက်များ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"အပူချိန်"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ရက်သတ္တပတ်၏ ပထမဆုံးနေ့"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"နံပါတ် သတ်မှတ်ချက်များ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ဖွင့်"</string>
<string name="external_display_off" msgid="5634413756025351374">"ပိတ်"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ပြင်ပဖန်သားပြင်"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ပြင်ပဖန်သားပြင် သုံးရန်"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ဖန်သားပြင် ပုံရိပ်ပြတ်သားကိန်း"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ပြင်ပဖန်သားပြင်နှင့် ချိတ်ဆက်မှုမရှိပါ"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ပုံရိပ်ပြတ်သားကိန်း (သို့) လှည့်ခြင်းကို ပြောင်းလိုက်ပါက လက်ရှိဖွင့်ထားသော အက်ပ်များ ရပ်သွားနိုင်သည်"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"သင့်ဖန်သားပြင်ကို စကရင်ပွားရန် သင့်စက်ကို ပြင်ပဖန်သားပြင်နှင့် ချိတ်ဆက်ထားရမည်"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"နောက်ထပ် ရွေးစရာများ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ပြကွက်များ ပြန်စီရန် ဖိဆွဲပါ"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ကာစ်"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"စကရင်ပွားရန်"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ကြိုးမဲ့ ပြသမှုကို ဖွင့်ရန်"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"အလိုအလျောက်လှည့်ခြင်းအကြောင်း ပိုမိုလေ့လာနိုင်သည်"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"စခရင်ပုံရိပ်ပြတ်သားကိန်း"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ပုံရိပ်ပြတ်သားကိန်းမြင့်"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ပုံရိပ်ပြတ်သားကိန်းအပြည့်"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ပုံရိပ်ပြတ်သားကိန်းအပြည့်သုံးပါက ဘက်ထရီ ပိုသုံးပါမည်။ ပုံရိပ်ပြတ်သားကိန်းကို ပြောင်းခြင်းကြောင့် အချို့အက်ပ်များကို ပြန်စစေနိုင်သည်။"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ရွေးထားသည်"</string>
<string name="color_mode_title" msgid="8666690832113906028">"အရောင်များ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"သဘာဝ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"အိပ်ချိန်မုဒ် ဆက်တင်များ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{မုဒ်များက အမှောင်နောက်ခံကိုလည်း သုံးနိုင်သည်}=1{{mode_1} က အမှောင်နောက်ခံကိုလည်း သုံးသည်}=2{{mode_1} နှင့် {mode_2} တို့က အမှောင်နောက်ခံကိုလည်း သုံးသည်}=3{{mode_1}၊ {mode_2} နှင့် {mode_3} တို့က အမှောင်နောက်ခံကိုလည်း သုံးသည်}other{{mode_1}၊ {mode_2} နှင့် နောက်ထပ် # ခုတို့က အမှောင်နောက်ခံကိုလည်း သုံးသည်}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"မုဒ်ဆက်တင်များ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"ပို၍ပင် မှိန်စေခြင်း"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ပိုမှိန်ခြင်း"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"စက်ကို ပုံမှန်ထက် ပိုမှိန်ရန် ခွင့်ပြုနိုင်သည်"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ဖန်သားပြင် အချိန်ကုန်သွားခြင်း"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>ကြာ အသုံးပြုမှု မရှိလျှင်"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ရွေးစရာများ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"အများသုံးနိုင်မှု"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"စက်၏ ကီးဘုတ်"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"ပြန်ကန်ကီးများ"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ကီးဘုတ်သည် ကီးတစ်ခုတည်း အကြိမ်ကြိမ် အမြန်နှိပ်ခြင်းကို လျစ်လျူရှုသည်"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"ကြိမ်ထပ်နှိပ်ခြင်းများ သတ်မှတ်ချက်"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"အောက်ခြေညာဘက်ခလုတ်ကို နှိပ်ခြင်း"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"နောက်ထပ်ရွေးစရာအတွက် တာ့ချ်ပက်၏ အောက်ခြေညာထောင့်ကို နှိပ်နိုင်သည်"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"မြားရွေ့နှုန်း"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"လက်သုံးချောင်းဖြင့်တို့ရန် သုံးခြင်း"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"မြားအရောင်"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"မြား ဖြည့်စွက်ပုံစံကို အမည်း ပြောင်းရန်"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"မြား ဖြည့်စွက်ပုံစံကို အစိမ်း ပြောင်းရန်"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"တာ့ချ်ပက်လက်ဟန်များကို လေ့လာရန်"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"တာ့ချ်ပက်၊ တာ့ချ်ပက်၊ မောက်စ်၊ ကာဆာ၊ လှိမ့်၊ ပွတ်ဆွဲ၊ ညာဘက်ခလုတ်ကို နှိပ်၊ နှိပ်၊ မြား"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ညာဘက်ခလုတ်ကို နှိပ်၊ တို့"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"အလယ်ကလစ်"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant စတင်ရန်"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ပင်မစာမျက်နှာသို့ သွားရန်"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"နောက်သို့"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"လတ်တလောအက်ပ်များ ကြည့်ရန်"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ပင်မစာမျက်နှာသို့ သွားရန်"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"တာ့ချ်ပက် တစ်နေရာရာ၌ လက်သုံးချောင်းဖြင့် အပေါ်ပွတ်ဆွဲပါ"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"နောက်သို့"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်း"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ဂြိုဟ်တုဖြင့် မိုဘိုင်းမက်ဆေ့ဂျ် ပို့နိုင်၊ လက်ခံနိုင်သည်။ သင့်အကောင့်တွင် ပါဝင်သည်။"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ဂြိုဟ်တုဖြင့် မိုဘိုင်းမက်ဆေ့ဂျ် ပို့နိုင်၊ လက်ခံနိုင်သည်။ သင့်အကောင့်တွင် မပါဝင်ပါ။"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်း"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်းအကြောင်း"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"သတ်မှတ်ချက်ပြည့်မီသော <xliff:g id="CARRIER_NAME">%1$s</xliff:g> အကောင့် တစ်စိတ်တစ်ဒေသအဖြစ် သင်သည် ဂြိုဟ်တုဖြင့် မိုဘိုင်းမက်ဆေ့ဂျ် ပို့နိုင်၊ လက်ခံနိုင်သည်"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"သင့် <xliff:g id="CARRIER_NAME">%1$s</xliff:g> အစီအစဉ်"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်းသည် သင့်အကောင့်တွင် ပါဝင်သည်"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်းသည် သင့်အကောင့်တွင် မပါဝင်ပါ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ပိုမိုလေ့လာရန်"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"အလုပ်လုပ်ပုံ"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"သင့်ဖုန်းသည် ဂြိုဟ်တုနှင့် အလိုအလျောက်ချိတ်ဆက်မည်။ အကောင်းဆုံးချိတ်ဆက်မှုအတွက် ကောင်းကင်ကို ရှင်းလင်းစွာမြင်နိုင်အောင် ထားပါ။"</string>
<string name="title_supported_service" msgid="4275535165812691571">"သင့်ဖုန်းက ဂြိုဟ်တုနှင့် ချိတ်ဆက်ပြီးသည့်အခါ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"အရေးပေါ်ဝန်ဆောင်မှု ဌာနများအပါအဝင် မည်သူ့ထံမဆို စာတိုပို့နိုင်သည်။ ရနိုင်သည့်အခါ သင့်ဖုန်းသည် မိုဘိုင်းကွန်ရက်နှင့် ပြန်ချိတ်ဆက်ပါမည်။"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်းသည် အချိန်ပိုကြာနိုင်ပြီး နေရာအချို့တွင်သာ ရနိုင်သည်။ မိုးလေဝသအခြေအနေနှင့် အဆောက်အအုံအချို့သည် သင့်ဂြိုဟ်တုချိတ်ဆက်မှုအပေါ် သက်ရောက်နိုင်သည်။ ဂြိုဟ်တုဖြင့် ဖုန်းခေါ်ဆို၍ မရနိုင်ပါ။ အရေးပေါ်ဖုန်းခေါ်ခြင်းကို ချိတ်ဆက်နိုင်သေးသည်။\n\nဆက်တင်များတွင် အကောင့်ပြောင်းလဲမှုများကိုပြရန် အချိန်အနည်းငယ် ကြာနိုင်သည်။ အသေးစိတ်အတွက် သင့်ဖုန်းကုမ္ပဏီကို ဆက်သွယ်ပါ။"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ဂြိုဟ်တုမက်ဆေ့ဂျ်ပို့ခြင်းအကြောင်း ပိုမိုသိရှိရန်"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ကို ဖွင့်၍မရပါ"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ကို ဖွင့်ရန် ဂြိုဟ်တုချိတ်ဆက်မှုကို ဦးစွာအဆုံးသတ်ပါ"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"ဂြိုဟ်တုချိတ်ဆက်နိုင်မှု"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"APN အချိတ်အဆက် အမည်များ"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"သင်သည် စာမျက်နှာအမျိုးမျိုးနှင့် အသုံးပြုနိုင်သောမုဒ်၏ ၁၆ KB မုဒ်တွင် ရှိနေပါသည်။ ဤမုဒ်တွင် ဆော့ဖ်ဝဲစစ်မှန်မှုကို အာမ မခံနိုင်သည့်အပြင် စနစ်စတင်မှု ဖွင့်ထားချိန်၌ ဖုန်းတွင် သိုလှောင်ထားသည့် မည်သည့်ဒေတာမဆို ဆုံးရှုံးနိုင်ခြေ ရှိပါသည်။ ဤမုဒ်များတွင် အင်္ဂါရပ်အချို့ကို ပိတ်ထားမည်ဖြစ်သဖြင့် အချို့အပလီကေးရှင်းများ အလုပ်မလုပ်နိုင်ပါ။ ထုတ်ကုန်မုဒ်သို့ ပြန်ဝင်ရန် ၄ KB mode မုဒ်သို့ ပြန်ပြောင်းပြီး စက်၏ စနစ်စတင်မှုကို လော့ခ်ချရပါမည်။ ၎င်းသည် စက်ကို စက်ရုံထုတ်အတိုင်း ပြင်ဆင်သတ်မှတ်ပေးပြီး ထုတ်ကုန် ဆက်တင်များအတိုင်း ပြန်ပြောင်းပေးပါမည်။ စက်ကို Android သို့ စတင်ပြီးနောက် ‘ဆော့ဖ်ဝဲရေးသူအတွက် ရွေးစရာများ’ ရှိ OEM ဖွင့်ခြင်းကို ပိတ်ပါ။ စက်ကို Android သို့ စတင်၍မရပါက သို့မဟုတ် မတည်ငြိမ်ပါက href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a&gt မှ နောက်ဆုံးပေါ် စက်ရုံထုတ် မူလပုံများဖြင့် စက်ကို ပြန်မွမ်းမံပါ သို့မဟုတ် <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a&gt ကို အသုံးပြုကာ ‘စက်ရှင်းလင်းရန်’၊ ‘စနစ်စတင်မှု လော့ခ်ချရန်’ နှင့် ‘အပိုင်းအားလုံး မဖြစ်မနေ မွမ်းမံရန်’ ကို ရွေးပါ။"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"စာမျက်နှာအမျိုးမျိုးနှင့် အသုံးပြုနိုင်သော ၁၆KB မုဒ်"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"နောက်ထပ်ဖတ်ရန်"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"စာမျက်နှာအရွယ်အစားချုံ့မုဒ်ဖြင့် အက်ပ်ကိုလုပ်ဆောင်ရန်"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"၁၆ KB စက်ဖွင့်ထားပြီး စာမျက်နှာအရွယ်အစား တွဲသုံးနိုင်မှုမုဒ်ဖြင့် အက်ပ်ကို လုပ်ဆောင်ပါမည်။"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ချွတ်ယွင်းချက်အစီရင်ခံစာ စီမံသူ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"သင့်စက်တွင် မည်သည့်အက်ပ်က ချွတ်ယွင်းမှုအစီရင်ခံစာ ဖြတ်လမ်းလင့်ခ်အား ကိုင်တွယ်မည်ဆိုသည်ကို ဆုံးဖြတ်သည်။"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ကိုယ်ပိုင်"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB ကို လက်ရှိတည်နေရာတွင် မရနိုင်ပါ"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread သုံးရန်"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread သည် သင့်အဆင့်မြင့် အိမ်သုံးကိရိယာများကို ကူညီချိတ်ဆက်ပေးပြီး ထိရောက်မှုနှင့် စွမ်းဆောင်ရည်တို့ကို မြှင့်တင်ပေးသည်။\n\nဖွင့်ထားသောအခါ ဤစက်သည် Thread ကွန်ရက်တစ်ခုတွင် ပါဝင်နိုင်သဖြင့် Matter ပံ့ပိုးပေးထားသော စက်ပစ္စည်းများကို ဤဖုန်းဖြင့် ထိန်းချုပ်နိုင်သည်။"</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread သည် သင့်အဆင့်မြင့် အိမ်သုံးကိရိယာများကို ကူညီချိတ်ဆက်ပေးပြီး ထိရောက်မှုနှင့် စွမ်းဆောင်ရည်တို့ကို မြှင့်တင်ပေးသည်။\n\nဖွင့်ထားသောအခါ ဤစက်သည် Thread ကွန်ရက်တစ်ခုတွင် ပါဝင်ခွင့်ရနိုင်သဖြင့် Matter ပံ့ပိုးပေးထားသော စက်ပစ္စည်းများကို ဤဖုန်းဖြင့် ထိန်းချုပ်နိုင်သည်။"</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread အကြောင်း ပိုမိုလေ့လာရန်"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"ကင်မရာသုံးခွင့်"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"မိုက်ခရိုဖုန်းသုံးခွင့်"</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index 0b2fca7..59a983a 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Legg til et språk"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regionsinnstilling"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Skriv inn språknavn"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Flere språkinnstillinger"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionsinnstillinger"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Angi innstillinger for enheter og tall"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"La apper bruke regionsinnstillingene dine til å tilpasse opplevelsen din"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apper bruker regionsinnstillingene dine når det er mulig."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionsinnstillinger"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Første dag i uken"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Tallpreferanser"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"På"</string>
<string name="external_display_off" msgid="5634413756025351374">"Av"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ekstern skjerm"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Bruk ekstern skjerm"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Skjermoppløsning"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ekstern skjerm er frakoblet"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Hvis rotasjon eller oppløsning endres, kan apper som kjører nå, stoppe"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Enheten må være koblet til en ekstern skjerm for å speile skjermen din"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Flere alternativer"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Hold og dra for å omorganisere skjermer."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"speil"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Slå på trådløs skjermdeling"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Finn ut mer om automatisk rotasjon"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Skjermoppløsning"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Høy oppløsning"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full oppløsning"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full oppløsning bruker mer batteri. Hvis du endrer oppløsningen, kan det føre til at noen apper starter på nytt."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Valgt"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Farger"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturlig"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Innstillinger for sengetidsmodus"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Moduser kan også slå på mørkt tema}=1{{mode_1} slår også på mørkt tema}=2{{mode_1} og {mode_2} slår også på mørkt tema}=3{{mode_1}, {mode_2} og {mode_3} slår også på mørkt tema}other{{mode_1}, {mode_2} og # til slår også på mørkt tema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Modusinnstillinger"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Enda mørkere"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Ekstra dimmet"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"La enheten bli mørkere enn normalt"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Skjermsparer"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Etter <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> med inaktivitet"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Alternativer"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Tilgjengelighet"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fysisk tastatur"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Filtertaster"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastaturet ignorerer raskt gjentatte trykk på samme tast"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Grense for filtertaster"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klikk nederst til høyre"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klikk nede til høyre på styreflaten for flere alternativer"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Pekerhastighet"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Bruk trykk med tre fingre"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Pekerfarge"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Endre markørfyllstilen til svart"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Endre markørfyllstilen til grønn"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Lær styreflatebevegelser"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"styreflate, styre flate, mus, markør, rull, sveip, høyreklikk, klikk, peker"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"høyreklikk, trykk"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Midtklikk"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Start Assistent"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Gå til startsiden"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Gå tilbake"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Se nylige apper"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Gå til startsiden"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Sveip opp med tre fingre hvor som helst på styreflaten"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Gå tilbake"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellittmeldinger"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Send og motta tekstmeldinger via satellitt. Inkludert med kontoen din."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Send og motta tekstmeldinger via satellitt. Ikke inkludert med kontoen din."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellittmeldinger"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Om satellittmeldinger"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Du kan sende og motta tekstmeldinger via satellitt som en del av en kvalifisert <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-konto"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g>-abonnementet ditt"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellittmeldinger er inkludert med kontoen din"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellittmeldinger er ikke inkludert med kontoen din"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Finn ut mer"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Slik fungerer det"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefonen kobles automatisk til en satellitt. Du får best tilkobling på steder med åpen himmel."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Når telefonen kobles til en satellitt"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Du kan sende melding til hvem som helst, inkludert nødtjenester. Telefonen kobles til et mobilnettverk igjen når det er tilgjengelig."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellittmeldinger kan ta lengre tid og er bare tilgjengelige i noen områder. Været og visse bygninger kan påvirke satellittilkoblingen. Anrop via satellitt er ikke tilgjengelig. Nødanrop kan fortsatt kobles til.\n\nDet kan ta litt tid før kontoendringer vises i innstillingene. Kontakt operatøren din for å få vite mer."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mer om satellittmeldinger"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Kan ikke slå på <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"For å slå på <xliff:g id="FUNCTION">%1$s</xliff:g>, avslutt først satellittilkoblingen"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellittilkobling"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Navn på tilgangspunkt"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Du er i modusen for 16 kB av den sideagnostiske modusen. I denne modusen kan ikke programvareintegriteten garanteres, og eventuelle data som er lagret på telefonen mens oppstartsinnlasteren er låst opp, kan være i fare. Noen funksjoner deaktiveres i disse modusene, så det er ikke sikkert at alle apper fungerer. For å gå tilbake til produksjonsmodusen må du bytte tilbake til modusen for 4 Kb og låse oppstartsinnlasteren på enheten. Da tilbakestilles enheten til fabrikkstandard, og produksjonsinnstillingene gjenopprettes. Når enheten har startet i Android, kan du deaktivere fjerning av produsentsperre i utvikleralternativene. Hvis enheten ikke starter opp i Android, eller hvis den er ustabil, bør du flashe enheten på nytt med de siste fabrikkavbildningene fra <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> eller bruke <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> og velge «Wipe Device» (visk ut alt på enheten), «Lock Bootloader» (lås oppstartsinnlasteren) og «Force Flash all partitions» (tving gjennom flashing av alle partisjoner)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Sideagnostisk modus for 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Les mer"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Kjør appen i modus for kompatibilitet med sidestørrelse"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Appen kjøres i modus for kompatibilitet med sidestørrelse på 16 kB-enheter."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Feilrapporthåndtering"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Fastslår hvilken app som håndterer Feilrapport-snarveien på enheten din."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personlig"</string>
diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml
index f363e72..290d284 100644
--- a/res/values-ne/strings.xml
+++ b/res/values-ne/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"भाषा हाल्नुहोस्"</string>
<string name="country_selection_title" msgid="5376929821458644732">"क्षेत्रको प्राथमिकता"</string>
<string name="search_language_hint" msgid="1739082427104506694">"भाषाको नाम टाइप गर्नुहोस्"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"भाषासम्बन्धी थप सेटिङ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"क्षेत्रीय प्राथमिकताहरू"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"एकाइ तथा सङ्ख्यासम्बन्धी प्राथमिकताहरू तोक्नुहोस्"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"एपहरूले तपाईंलाई पर्सनलाइज गरिएका सुविधा प्रदान गर्न सकुन् भन्नाका लागि ती एपहरूलाई तपाईंका क्षेत्रीय प्राथमिकताहरू बारेमा जानकारी दिनुहोस्।"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"एपहरूले सम्भव भएसम्म तपाईंले तोकेका क्षेत्रीय प्राथमिकताहरू प्रयोग गर्ने छ।"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"क्षेत्रीय प्राथमिकताहरू"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"तापक्रम"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"हप्ताको पहिलो दिन"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"नम्बरसम्बन्धी प्राथमिकताहरू"</string>
@@ -562,7 +564,7 @@
<string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"औँला उठाएर फेरि सेंसर छुनुहोस्"</string>
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"फिंगरप्रिन्ट सेन्सर प्रयोग गर्न मिल्दैन"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"फिंगरप्रिन्ट सेन्सर मर्मत गर्ने सेवा प्रदायक कम्पनीमा सम्पर्क गर्नुहोस्।"</string>
- <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"स्क्रिन अफ हुँदा फिंगरप्रिन्टमार्फत अनलक गर्ने सुविधा"</string>
+ <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"स्क्रिन अफ हुँदा फिंगरप्रिन्टले अनलक गर्ने सुविधा"</string>
<string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"स्क्रिन अफ भएका बेलामा पनि फिंगरप्रिन्ट अनलक प्रयोग गर्नुहोस्"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"स्क्रिन अफ हुँदा अनलक गर्ने सुविधा"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"सुरक्षासम्बन्धी थप सेटिङ"</string>
@@ -811,7 +813,7 @@
<string name="lock_last_password_attempt_before_wipe_profile" msgid="253673907244112643">"तपाईंले अर्को प्रयासमा गलत पासवर्ड प्रविष्ट गर्नुभयो भने तपाईंको कार्य प्रोफाइल र यसको डेटा मेटाइने छ"</string>
<string name="lockpassword_password_too_short" msgid="1938086368137797700">"{count,plural, =1{अनिवार्य रूपमा कम्तीमा पनि # वर्ण समावेश हुनु पर्छ}other{अनिवार्य रूपमा कम्तीमा पनि # वटा वर्ण हुनु पर्छ}}"</string>
<string name="lockpassword_password_too_short_all_numeric" msgid="4301294924022401502">"{count,plural, =1{तपाईं सङ्ख्या मात्र प्रयोग गर्दै हुनुहुन्छ भने उक्त सङ्ख्यामा कम्तीमा एउटा अङ्क हुनु पर्छ}other{तपाईं सङ्ख्या मात्र प्रयोग गर्दै हुनुहुन्छ भने उक्त सङ्ख्यामा कम्तीमा # वटा अङ्क हुनु पर्छ}}"</string>
- <string name="lockpassword_pin_too_short" msgid="8910105226463085689">"{count,plural, =1{PIN मा अनिवार्य रूपमा कम्तीमा # अङ्क समावेश हुनु पर्छ}other{PIN मा अनिवार्य रूपमा कम्तीमा # वटा अङ्क हुनु पर्छ}}"</string>
+ <string name="lockpassword_pin_too_short" msgid="8910105226463085689">"{count,plural, =1{PIN मा कम्तीमा पनि # अङ्क समावेश हुनु पर्छ}other{PIN मा कम्तीमा पनि # वटा अङ्क समावेश हुनु पर्छ}}"</string>
<string name="lockpassword_pin_too_short_autoConfirm_extra_message" msgid="3271351502900762571">"{count,plural, =1{PIN मा अनिवार्य रूपमा कम्तीमा # अङ्क समावेश हुनु पर्छ तर अतिरिक्त सुरक्षाका निम्ति {minAutoConfirmLen} अङ्कको PIN हाल्न सिफारिस गरिन्छ}other{PIN मा अनिवार्य रूपमा कम्तीमा # अङ्क समावेश हुनु पर्छ तर अतिरिक्त सुरक्षाका निम्ति {minAutoConfirmLen} अङ्कको PIN हाल्न सिफारिस गरिन्छ}}"</string>
<string name="lockpassword_password_too_long" msgid="1940345313260498308">"{count,plural, =1{अनिवार्य रूपमा # भन्दा कम वर्ण हुनु पर्छ}other{अनिवार्य रूपमा # भन्दा कम वर्ण हुनु पर्छ}}"</string>
<string name="lockpassword_pin_too_long" msgid="1678212054564388576">"{count,plural, =1{अनिवार्य रूपमा # भन्दा कम अङ्क हुनु पर्छ}other{अनिवार्य रूपमा # भन्दा कम अङ्क हुनु पर्छ}}"</string>
@@ -820,7 +822,7 @@
<string name="lockpassword_password_requires_letters" msgid="7058340182953750553">"{count,plural, =1{अनिवार्य रूपमा कम्तीमा पनि १ अक्षर समावेश हुनु पर्छ}other{अनिवार्य रूपमा कम्तीमा पनि # वटा अक्षर समावेश हुनु पर्छ}}"</string>
<string name="lockpassword_password_requires_lowercase" msgid="3286121470522077547">"{count,plural, =1{अनिवार्य रूपमा कम्तीमा पनि १ लोअरकेस अक्षर समावेश हुनु पर्छ}other{अनिवार्य रूपमा कम्तीमा पनि # वटा लोअरकेस अक्षर समावेश हुनु पर्छ}}"</string>
<string name="lockpassword_password_requires_uppercase" msgid="720312543910397772">"{count,plural, =1{अनिवार्य रूपमा कम्तीमा पनि १ अप्परकेस अक्षर समावेश हुनु पर्छ}other{अनिवार्य रूपमा कम्तीमा पनि # वटा अप्परकेस अक्षर समावेश हुनु पर्छ}}"</string>
- <string name="lockpassword_password_requires_numeric" msgid="3886918493600507548">"{count,plural, =1{अनिवार्य रूपमा कम्तीमा पनि १ अङ्क समावेश हुनु पर्छ}other{अनिवार्य रूपमा कम्तीमा पनि # वटा अङ्क समावेश हुनु पर्छ}}"</string>
+ <string name="lockpassword_password_requires_numeric" msgid="3886918493600507548">"{count,plural, =1{कम्तीमा पनि १ अङ्क समावेश हुनु पर्छ}other{कम्तीमा पनि # वटा अङ्क समावेश हुनु पर्छ}}"</string>
<string name="lockpassword_password_requires_symbols" msgid="2904870551002210131">"{count,plural, =1{अनिवार्य रूपमा कम्तीमा पनि १ विशेष चिन्ह समावेश हुनु पर्छ}other{अनिवार्य रूपमा कम्तीमा पनि # वटा विशेष चिन्ह समावेश हुनु पर्छ}}"</string>
<string name="lockpassword_password_requires_nonletter" msgid="1185342065898300006">"{count,plural, =1{अनिवार्य रूपमा अक्षरबाहेकका कम्तीमा पनि १ वर्ण समावेश हुनु पर्छ}other{अनिवार्य रूपमा अक्षरबाहेकका कम्तीमा पनि # वर्ण समावेश हुनु पर्छ}}"</string>
<string name="lockpassword_password_requires_nonnumerical" msgid="389687423482993365">"{count,plural, =1{अनिवार्य रूपमा अङ्कबाहेकका कम्तीमा पनि १ वर्ण समावेश हुनु पर्छ}other{अनिवार्य रूपमा अङ्कबाहेकका कम्तीमा पनि # वटा वर्ण समावेश हुनु पर्छ}}"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"अन छ"</string>
<string name="external_display_off" msgid="5634413756025351374">"अफ छ"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"बाह्य डिस्प्ले"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"बाह्य डिस्प्ले प्रयोग गर्नुहोस्"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"डिस्प्लेको रिजोल्युसन"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"बाह्य डिस्प्ले डिस्कनेक्ट गरिएको छ"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"तपाईंले रोटेसन वा रिजोल्युसन बदल्नुभयो भने हाल चलिरहेका एपहरू बन्द हुन सक्छन्"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"तपाईंको डिभाइस बाह्य डिस्प्लेमा कनेक्ट गरिएको छ भने मात्र डिभाइसको स्क्रिन मिरर गर्न सकिन्छ"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"थप विकल्पहरू"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"डिस्प्लेहरू पुनः मिलाउन होल्ड गरी ड्र्याग गर्नुहोस्।"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"स्क्रिन मिरर गर्नुहोस्"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"वायरलेस प्रदर्शन सक्षम गर्नुहोस्"</string>
@@ -1054,7 +1059,7 @@
<string name="wifi_dpp_could_not_add_device" msgid="6865710911186601933">"यन्त्र थप्न सकिएन"</string>
<string name="wifi_dpp_device_found" msgid="633646744759830603">"यन्त्र भेटियो"</string>
<string name="wifi_dpp_sharing_wifi_with_this_device" msgid="7250369936882080107">"यो सेवामार्फत Wi‑Fi आदान प्रदान गर्दै…"</string>
- <string name="wifi_dpp_connecting" msgid="2312769193202897589">"जडान गर्दै…"</string>
+ <string name="wifi_dpp_connecting" msgid="2312769193202897589">"कनेक्ट गर्दै…"</string>
<string name="wifi_dpp_share_hotspot" msgid="6186452780604755316">"हटस्पट सेयर गर्नुहोस्"</string>
<string name="wifi_dpp_lockscreen_title" msgid="5246641326066972419">"आफ्नो पहिचान पुष्टि गर्नुहोस्"</string>
<string name="wifi_dpp_wifi_password" msgid="4992986319806934381">"Wi-Fi को पासवर्ड: <xliff:g id="PASSWORD">%1$s</xliff:g>"</string>
@@ -1089,7 +1094,7 @@
<string name="lost_internet_access_persist" msgid="6813604557672782197">"फेरि कहिल्यै नदेखाउनुहोस्"</string>
<string name="wifi_connect" msgid="2481467560349907397">"कनेक्ट गर्नुहोस्"</string>
<string name="wifi_connected_to_message" msgid="8976048616505112896">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g> मा कनेक्ट गरियो"</string>
- <string name="wifi_connecting" msgid="7450277833386859724">"जडान गर्दै…"</string>
+ <string name="wifi_connecting" msgid="7450277833386859724">"कनेक्ट गर्दै…"</string>
<string name="wifi_failed_connect_message" msgid="8538000546604347894">"सञ्जालमा जडान गर्न विफल"</string>
<string name="wifi_not_in_range_message" msgid="3885327464037574739">"नेटवर्क दायरामा छैन"</string>
<string name="wifi_forget" msgid="3485573280364015620">"बिर्सनुहोस्"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"अटोरोटेटका बारेमा थप जान्नुहोस्"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"स्क्रिन रिजोल्युसन"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"उच्च रिजोल्युसन"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"फुल रिजोल्युसन"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"फुल रिजोल्युसन प्रयोग गर्दा तपाईंको डिभाइसको ब्याट्री बढी खपत हुन्छ। तपाईंले रोजेको रिजोल्युसन प्रयोग गर्नुभयो भने केही एपहरू रिस्टार्ट हुन सक्छन्।"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"चयन गरियो"</string>
<string name="color_mode_title" msgid="8666690832113906028">"रङ्गहरू"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"प्राकृतिक"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"बेडटाइम मोडसम्बन्धी सेटिङहरू"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{मोडहरूले अँध्यारो थिम अन गर्न पनि सक्छन्}=1{{mode_1} ले अँध्यारो थिम पनि अन गर्छ}=2{{mode_1} र {mode_2} ले अँध्यारो थिम पनि अन गर्छन्}=3{{mode_1}, {mode_2} र {mode_3} ले अँध्यारो थिम पनि अन गर्छन्}other{{mode_1}, {mode_2} र थप # वटा मोडले अँध्यारो थिम पनि अन गर्छन्}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"मोडहरूसम्बन्धी सेटिङ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"अझ मधुरो"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"अझै मधुरो"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"डिभाइस चमक सदाको भन्दा बढी मधुरो बनाउन दिनुहोस्"</string>
<string name="screen_timeout" msgid="7709947617767439410">"स्क्रिन टाइम आउट हुने समय"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>को निष्क्रियतापछि"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"विकल्पहरू"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"एक्सेसिबिलिटी सुविधा"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"फिजिकल किबोर्ड"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"बाउन्स की"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"एउटै की बारम्बार थिच्दा किबोर्डले तुरुन्तै बेवास्ता गर्छ"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"बाउन्स कीको सीमा"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"बटम-राइट क्लिक"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"थप विकल्प हेर्न टचप्याडको पुछारको दायाँ कुनामा क्लिक गर्नुहोस्"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"पोइन्टरको गति"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"तीन औँलाले ट्याप गर्नुहोस्"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"पोइन्टरको रङ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"पोइन्टर फिलको शैली बदलेर कालो बनाउनुहोस्"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"पोइन्टर फिलको शैली बदलेर हरियो बनाउनुहोस्"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"टचप्याड जेस्चरका बारेमा जानकारी"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ट्र्याकप्याड, ट्र्याक प्याड, माउस, कर्सर, स्क्रोल, स्वाइप, राइट क्लिक, क्लिक, पोइन्टर"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"राइट क्लिक, ट्याप"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"बिचमा क्लिक गर्नुहोस्"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"सहायक सुरु गर्नुहोस्"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"होममा जानुहोस्"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"पछाडि जानुहोस्"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"हालसालै चलाइएका एपहरू हेर्नुहोस्"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"होमपेजमा जाने तरिका"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"टचप्याडको जुनसुकै ठाउँमा तीन वटा औँलाले माथितिर स्वाइप गर्नुहोस्"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"पछाडि जाने तरिका"</string>
@@ -4756,7 +4759,7 @@
<string name="choose_network_title" msgid="5355609223363859430">"नेटवर्क छनौट गर्नुहोस्"</string>
<string name="network_disconnected" msgid="8281188173486212661">"डिस्कनेक्ट गरियो"</string>
<string name="network_connected" msgid="7637745547242487795">"कनेक्ट भएको छ"</string>
- <string name="network_connecting" msgid="6856124847029124041">"जडान गर्दै…"</string>
+ <string name="network_connecting" msgid="6856124847029124041">"कनेक्ट गर्दै…"</string>
<string name="network_could_not_connect" msgid="676574629319069922">"जडान गर्न सकिएन"</string>
<string name="empty_networks_list" msgid="6519489879480673428">"कुनै पनि नेटवर्क भेटिएन।"</string>
<string name="network_query_error" msgid="6406348372070035274">"नेटवर्कहरू फेला पार्न सकिएन। फेरि प्रयास गर्नुहोस्।"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधा"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"स्याटलाइटमार्फत टेक्स्ट म्यासेजहरू पठाउनुहोस् र प्राप्त गर्नुहोस्। यो सुविधा तपाईंको खातामा उपलब्ध छ।"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"स्याटलाइटमार्फत टेक्स्ट म्यासेजहरू पठाउनुहोस् र प्राप्त गर्नुहोस्। यो सुविधा तपाईंको खातामार्फत प्रयोग गर्न मिल्दैन।"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधा"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधासम्बन्धी जानकारी"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"तपाईं योग्य <xliff:g id="CARRIER_NAME">%1$s</xliff:g> खाताका भागका रूपमा स्याटलाइटमार्फत टेक्स्ट म्यासेज पठाउन र प्राप्त गर्न सक्नुहुन्छ"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> सम्बन्धी योजना"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधा तपाईंको खातामा समावेश गरिएको हुन्छ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधा तपाईंको खातामा समावेश गरिएको हुँदैन"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"थप जान्नुहोस्"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"यसले काम गर्ने तरिका"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"तपाईंको फोन स्याटलाइटमा स्वतः कनेक्ट हुने छ। उत्कृष्ट कनेक्सन प्राप्त गर्न आफ्नो फोन आकाश राम्रोसँग देखिने ठाउँमा राखिराख्नुहोस्।"</string>
<string name="title_supported_service" msgid="4275535165812691571">"तपाईंको फोन स्याटलाइटमा कनेक्ट भएपछि"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"तपाईं आपत्कालीन सेवालगायत सबै जनालाई टेक्स्ट म्यासेज पठाउन सक्नुहुन्छ। तपाईंको फोन मोबाइल नेटवर्क उपलब्ध भएका बेला उक्त नेटवर्कमा रिकनेक्ट हुने छ।"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधा प्रयोग गर्दा सामान्यभन्दा बढी समय लाग्न सक्छ र यो सुविधा केही क्षेत्रहरूमा मात्र उपलब्ध छ। मौसम र निश्चित संरचनाहरूले स्याटलाइट कनेक्सनमा असर गर्न सक्छ। स्याटलाइटमार्फत कल गर्ने सुविधा उपलब्ध छैन। आपत्कालीन कल अझै पनि कनेक्ट हुन सक्छ।\n\nतपाईंको खातामा गरिएका परिवर्तनहरू सेटिङमा देखिन केही समय लाग्न सक्छ। यससम्बन्धी थप जानकारी प्राप्त गर्न आफ्नो सेवा प्रदायकलाई सम्पर्क गर्नुहोस्।"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"स्याटलाइटमार्फत म्यासेज पठाउने सुविधाका बारेमा थप जानकारी"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> अन गर्न सकिँदैन"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> अन गर्न सर्वप्रथम स्याटलाइट कनेक्सन अन्त्य गर्नुहोस्।"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"स्याटलाइट कनेक्टिभिटी"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"एक्सेस पोइन्ट नेम"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"तपाईं पेज एग्नोस्टिक मोडअन्तर्गतको १६ के.बि. मोड प्रयोग गर्दै हुनुहुन्छ। यो मोडमा सफ्टवेयरको पूर्णताको ग्यारेन्टी गर्न सकिँदैन र बुटलोडर अनलक गरिएका बेला फोनमा भण्डारण गरिएको सबै डेटा जोखिममा पर्न सक्छ। यी मोडमा केही सुविधाहरू अफ हुने हुनाले केही एपहरू नचल्न सक्छन्। तपाईंले ४ के.बि. मोडमा फर्किएर डिभाइसको बुटलोडर लक गरेपछि मात्र तपाईं प्रोडक्सन मोडमा फेरि प्रवेश गर्न सक्नुहुन्छ। यसो गरेपछि डिभाइस फेरि फ्याक्ट्री रिसेट हुने छ र त्यसका सेटिङ रिस्टोर भई प्रोडक्सन सेटिङ कायम हुने छ। डिभाइस Android मा बुट भएपछि विकासकर्ता मोडमा गई OEM अनलक सेटिङ अफ गर्नुहोस्। डिभाइस Android मा बुट भएन वा डिभाइसको पर्फर्मेन्स अस्थिर भयो भने <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> मा भएको नवीनतम फ्याक्ट्री इमेज प्रयोग गरी डिभाइस रिफ्ल्यास गर्नुहोस् वा <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> प्रयोग गर्नुहोस् र \'डिभाइस मेटाउनुहोस्\', \'बुटलोडर लक गर्नुहोस्\' र \'सबै पार्टिसन बलपूर्वक फ्ल्यास गर्नुहोस्\' चयन गर्नुहोस्।"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"१६ के.बि. पेज एग्नोस्टिक मोड"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"थप पढ्नुहोस्"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"यो एप पेज साइज कम्प्याटिबिलिटी मोडमा चलाउनुहोस्"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"यो एप १६ के.बि. भएको टगल गरिएको डिभाइसमा पेज साइज कम्प्याटिबिलिटी मोडमा चलाइने छ।"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"बग रिपोर्ट ह्यान्ड्लर"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"तपाईंको डिभाइसमा कुन एपले बग रिपोर्टसम्बन्धी सर्टकट ह्यान्डल गर्दछ भन्ने कुरा निर्धारण गर्दछ।"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"व्यक्तिगत"</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index f1bf978..03e91da 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Een taal toevoegen"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regiovoorkeur"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Typ de naam van een taal"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Meer taalinstellingen"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionale voorkeuren"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Stel voorkeuren voor eenheden en cijfers in"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Stel je regionale voorkeuren in voor apps, zodat ze de functionaliteit kunnen personaliseren."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Apps gebruiken waar mogelijk je regionale voorkeuren."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionale voorkeuren"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatuur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Eerste dag van de week"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Cijfervoorkeuren"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Aan"</string>
<string name="external_display_off" msgid="5634413756025351374">"Uit"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Extern scherm"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Extern scherm gebruiken"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Schermresolutie"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Extern scherm is losgekoppeld"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Als je de rotatie of resolutie wijzigt, kunnen actieve apps worden gestopt"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Je apparaat moet verbonden zijn met een extern scherm om je scherm te mirroren"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Meer opties"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Houd vast en sleep om schermen opnieuw te ordenen."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Casten"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirroren"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Draadloze weergave aanzetten"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Meer informatie over automatisch draaien"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Schermresolutie"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Hoge resolutie"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Volledige resolutie"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Volledige resolutie gebruikt meer batterijlading. Als je de resolutie wijzigt, worden sommige apps misschien opnieuw opgestart."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Geselecteerd"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Kleuren"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natuurlijk"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Instellingen voor Bedtijdmodus"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modi kunnen ook het donkere thema activeren}=1{{mode_1} activeert ook het donkere thema}=2{{mode_1} en {mode_2} activeren ook het donkere thema}=3{{mode_1}, {mode_2} en {mode_3} activeren ook het donkere thema}other{{mode_1}, {mode_2} en nog # activeren ook het donkere thema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Instellingen voor modi"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Nog meer dimmen"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extra dimmen"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Sta toe dat apparaat nog meer wordt gedimd"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Time-out voor scherm"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Na <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> inactiviteit"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opties"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Toegankelijkheid"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fysiek toetsenbord"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Bouncetoetsen"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Het toetsenbord negeert snel herhaald indrukken van dezelfde toets"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Drempelwaarde voor stuitertoetsen"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Rechtsonder klikken"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klik rechtsonder op de touchpad voor meer opties"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Snelheid van aanwijzer"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Tikken met 3 vingers gebruiken"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Kleur van aanwijzer"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Vulstijl voor aanwijzer wijzigen in zwart"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Vulstijl voor aanwijzer wijzigen in groen"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Touchpadgebaren leren"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, muis, cursor, aanwijzer, scrollen, swipen, vegen, klikken met de rechtermuisknop, rechtsklikken, klikken, klik"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"klikken met de rechtermuisknop, rechtsklikken, tikken"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Klikken met de middenknop"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistent starten"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Naar startscherm"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Terug"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Recente apps bekijken"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Naar de homepage"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Swipe ergens op je touchpad omhoog met 3 vingers"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Terug"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellietberichten"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Stuur en ontvang tekstberichten per satelliet. Inbegrepen bij je account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Stuur en krijg tekstberichten per satelliet. Niet inbegrepen bij je account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellietberichten"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Over satellietberichten"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Je kunt tekstberichten via satelliet sturen en ontvangen als onderdeel van een geschikt <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-account"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Je <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-abonnement"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellietberichten zijn inbegrepen bij je account"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellietberichten zijn niet inbegrepen bij je account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Meer informatie"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Hoe het werkt"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Je telefoon maakt automatisch verbinding met een satelliet. Voor de beste verbinding moet je vrij zicht op de lucht houden."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Nadat je telefoon verbinding maakt met een satelliet"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Je kunt iedereen een tekstbericht sturen, ook hulpdiensten. Je telefoon maakt opnieuw verbinding met een mobiel netwerk zodra het beschikbaar is."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellietberichten kunnen langer duren en zijn alleen in bepaalde gebieden beschikbaar. Het weer en bepaalde constructies kunnen je satellietverbinding beïnvloeden. Bellen via satelliet is niet beschikbaar. Noodoproepen kunnen nog steeds worden verbonden.\n\nHet kan even duren voordat accountwijzigingen in Instellingen worden getoond. Neem contact op met je provider voor meer informatie."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Meer informatie over satellietberichten"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Kan <xliff:g id="FUNCTION">%1$s</xliff:g> niet aanzetten"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Als je <xliff:g id="FUNCTION">%1$s</xliff:g> wilt aanzetten, verbreek je eerst de satellietverbinding"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellietverbinding"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Toegangspuntnamen"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Niet beschikbaar wanneer verbonden met <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Je zit in de 16 KB-modus van de niet-paginagebonden modus. In deze modus kan de software-integriteit niet worden gegarandeerd en kunnen alle gegevens die op de telefoon zijn opgeslagen terwijl de bootloader is ontgrendeld, gevaar lopen. Sommige functies worden in deze modi uitgezet, dus sommige apps werken misschien niet. Als je wilt terugkeren naar de productiemodus, moet je teruggaan naar de 4 KB-modus en daarna de bootloader van het apparaat vergrendelen. Hierdoor worden de fabrieksinstellingen teruggezet en worden de productie-instellingen hersteld op het apparaat. Nadat het apparaat succesvol is opgestart in Android, zet je OEM-ontgrendeling uit via Ontwikkelaarsopties. Als het apparaat niet opstart in Android of instabiel is, flash het apparaat dan opnieuw met de nieuwste fabrieksimages van <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> of gebruik <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> en selecteer Apparaat wissen, Bootloader vergrendelen en Alle partities geforceerd flashen."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Niet-paginagebonden 16 KB-modus"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Meer lezen"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"App uitvoeren met compatibiliteitsmodus voor paginagrootte"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"De app wordt uitgevoerd in de compatibiliteitsmodus voor paginagrootte op een apparaat met 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"App voor verwerking bugrapport"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Hierdoor wordt bepaald welke app de snelkoppeling voor het bugrapport verwerkt op je apparaat."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Privé"</string>
diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml
index 69a02fd..ef8d35a 100644
--- a/res/values-or/strings.xml
+++ b/res/values-or/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ଏକ ଭାଷା ଯୋଗ କରନ୍ତୁ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ପସନ୍ଦର ଅଞ୍ଚଳ"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ଭାଷାର ନାମ ଟାଇପ କରନ୍ତୁ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ଅଧିକ ଭାଷା ସେଟିଂସ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ଆଞ୍ଚଳିକ ପସନ୍ଦଗୁଡ଼ିକ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ୟୁନିଟ ଏବଂ ସଂଖ୍ୟାର ପସନ୍ଦଗୁଡ଼ିକୁ ସେଟ କରନ୍ତୁ"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"ଆପ୍ସକୁ ଆପଣଙ୍କ ଆଞ୍ଚଳିକ ପସନ୍ଦଗୁଡ଼ିକ ଜଣାନ୍ତୁ ଯାହା ଫଳରେ ସେଗୁଡ଼ିକ ଆପଣଙ୍କ ଅନୁଭୂତିକୁ ପର୍ସନାଲାଇଜ କରିପାରିବ।"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"ସମ୍ଭବ ସ୍ଥଳେ ଆପ୍ସ ଆପଣଙ୍କ ଆଞ୍ଚଳିକ ପସନ୍ଦଗୁଡ଼ିକୁ ବ୍ୟବହାର କରିବ।"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ଆଞ୍ଚଳିକ ପସନ୍ଦ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"ତାପମାତ୍ରା"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ସପ୍ତାହର ପ୍ରଥମ ଦିନ"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ନମ୍ବର ପସନ୍ଦଗୁଡ଼ିକ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ଚାଲୁ ଅଛି"</string>
<string name="external_display_off" msgid="5634413756025351374">"ବନ୍ଦ ଅଛି"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ଏକ୍ସଟର୍ନଲ ଡିସପ୍ଲେ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ଏକ୍ସଟର୍ନଲ ଡିସପ୍ଲେ ବ୍ୟବହାର କରନ୍ତୁ"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ଡିସପ୍ଲେ ରିଜୋଲ୍ୟୁସନ"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ଏକ୍ସଟର୍ନଲ ଡିସପ୍ଲେକୁ ଡିସକନେକ୍ଟ କରାଯାଇଛି"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ରୋଟେସନ କିମ୍ବା ରିଜୋଲ୍ୟୁସନକୁ ପରିବର୍ତ୍ତନ କରିବା ଫଳରେ ଏହା ବର୍ତ୍ତମାନ ଚାଲୁଥିବା ଯେ କୌଣସି ଆପ୍ସକୁ ବନ୍ଦ କରିପାରେ"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ଆପଣଙ୍କ ସ୍କ୍ରିନକୁ ମିରର କରିବା ପାଇଁ ଆପଣଙ୍କର ଡିଭାଇସକୁ ଏକ ଏକ୍ସଟର୍ନଲ ଡିସପ୍ଲେ ସହ କନେକ୍ଟ କରାଯିବା ଆବଶ୍ୟକ"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ଅଧିକ ବିକଳ୍ପ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ଡିସପ୍ଲେ ପୁଣି ସଜାଇବା ପାଇଁ ହୋଲ୍ଡ କରି ଟାଣନ୍ତୁ।"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"କାଷ୍ଟ"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ମିରର୍"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ୱେୟାରଲେସ୍ ପ୍ରଦର୍ଶନ ସକ୍ଷମ କରନ୍ତୁ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ଅଟୋ-ରୋଟେଟ ବିଷୟରେ ଅଧିକ ଜାଣନ୍ତୁ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"ସ୍କ୍ରିନ ରିଜୋଲ୍ୟୁସନ"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ଉଚ୍ଚ ରିଜୋଲ୍ୟୁସନ"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ପୂର୍ଣ୍ଣ ରିଜୋଲ୍ୟୁସନ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ପୂର୍ଣ୍ଣ ରିଜୋଲ୍ୟୁସନ ଆପଣଙ୍କ ବେଟେରୀକୁ ଅଧିକ ବ୍ୟବହାର କରେ। ଆପଣଙ୍କ ରିଜୋଲ୍ୟୁସନକୁ ସ୍ୱିଚ କରିବା ଫଳରେ କିଛି ଆପ୍ସ ରିଷ୍ଟାର୍ଟ ହୋଇପାରେ।"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ଚୟନ କରାଯାଇଛି"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ରଙ୍ଗ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ପ୍ରାକୃତିକ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ଶୋଇବା ସମୟ ମୋଡ ସେଟିଂସ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ମୋଡଗୁଡ଼ିକ ମଧ୍ୟ ଡାର୍କ ଥିମକୁ ସକ୍ରିୟ କରିପାରିବ}=1{{mode_1} ମଧ୍ୟ ଡାର୍କ ଥିମକୁ ସକ୍ରିୟ କରିପାରିବ}=2{{mode_1} ଏବଂ {mode_2} ମଧ୍ୟ ଡାର୍କ ଥିମକୁ ସକ୍ରିୟ କରିପାରିବ}=3{{mode_1}, {mode_2} ଏବଂ {mode_3} ମଧ୍ୟ ଡାର୍କ ଥିମକୁ ସକ୍ରିୟ କରିପାରିବ}other{{mode_1}, {mode_2} ଏବଂ ଅଧିକ # ମଧ୍ୟ ଡାର୍କ ଥିମକୁ ସକ୍ରିୟ କରିପାରିବ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ମୋଡ ସେଟିଂସ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"ଆହୁରି ଡିମ"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ଅତିରିକ୍ତ ଡିମ"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ସାଧାରଣ ଅପେକ୍ଷା ଅଧିକ ଡିମ ହେବା ପାଇଁ ଡିଭାଇସକୁ ଅନୁମତି ଦିଅନ୍ତୁ"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ସ୍କ୍ରିନ ଟାଇମଆଉଟ"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"ନିଷ୍କ୍ରିୟତାର <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ପରେ"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ବିକଳ୍ପଗୁଡ଼ିକ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ଆକ୍ସେସିବିଲିଟୀ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ଫିଜିକାଲ୍ କୀବୋର୍ଡ"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"ବାଉନ୍ସ କୀଗୁଡ଼ିକ"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"କୀବୋର୍ଡ ସମାନ କୀ ଶୀଘ୍ର ବାରମ୍ବାର ଦବାଇବାକୁ ଅଣଦେଖା କରେ"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"ବାଉନ୍ସ କୀ ଥ୍ରେସହୋଲ୍ଡ"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"ନିମ୍ନରେ ଡାହାଣପଟେ କ୍ଲିକ କରନ୍ତୁ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"ଅଧିକ ବିକଳ୍ପ ପାଇଁ ଟଚପେଡର ନିମ୍ନ ଡାହାଣ କୋଣରେ କ୍ଲିକ କରନ୍ତୁ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ପଏଣ୍ଟରର ସ୍ପିଡ"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ତିନି ଆଙ୍ଗୁଠି ଟାପ ବ୍ୟବହାର କରନ୍ତୁ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"ପଏଣ୍ଟରର ରଙ୍ଗ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"ପଏଣ୍ଟର ଫିଲ ଷ୍ଟାଇଲକୁ କଳାରେ ବଦଳାନ୍ତୁ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"ପଏଣ୍ଟର ଫିଲ ଷ୍ଟାଇଲକୁ ସବୁଜରେ ବଦଳାନ୍ତୁ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ଟଚପେଡର ଜେଶ୍ଚରଗୁଡ଼ିକ ବିଷୟରେ ଜାଣନ୍ତୁ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ଟ୍ରାକପେଡ ଟ୍ରାକ ପେଡ, ମାଉସ, କର୍ସର, ସ୍କ୍ରୋଲ, ସ୍ୱାଇପ, ଡାହାଣ କ୍ଲିକ, କ୍ଲିକ, ପଏଣ୍ଟର"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ଡାହାଣ କ୍ଲିକ, ଟାପ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"ମଝି ବଟନ କ୍ଲିକ କରନ୍ତୁ"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant ଲଞ୍ଚ କରନ୍ତୁ"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ହୋମକୁ ଯାଆନ୍ତୁ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ପଛକୁ ଫେରନ୍ତୁ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ବର୍ତ୍ତମାନର ଆପ୍ସ ଭ୍ୟୁ କରନ୍ତୁ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ହୋମକୁ ଯାଆନ୍ତୁ"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ଟଚପେଡରେ ଯେ କୌଣସି ସ୍ଥାନରେ ତିନୋଟି ଆଙ୍ଗୁଠିରେ ଉପରକୁ ସ୍ୱାଇପ କର"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ପଛକୁ ଫେରନ୍ତୁ"</string>
@@ -4860,11 +4863,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"ସେଟେଲାଇଟ ମେସେଜିଂ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ସେଟେଲାଇଟ ମାଧ୍ୟମରେ ଟେକ୍ସଟ ମେସେଜଗୁଡ଼ିକ ପଠାନ୍ତୁ ଏବଂ ପାଆନ୍ତୁ। ଆପଣଙ୍କ ଆକାଉଣ୍ଟରେ ଅନ୍ତର୍ଭୁକ୍ତ।"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ସେଟେଲାଇଟ ମାଧ୍ୟମରେ ଟେକ୍ସଟ ମେସେଜଗୁଡ଼ିକ ପଠାନ୍ତୁ ଏବଂ ପାଆନ୍ତୁ। ଆପଣଙ୍କ ଆକାଉଣ୍ଟ ସହ ଅନ୍ତର୍ଭୁକ୍ତ ନାହିଁ।"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"ସେଟେଲାଇଟ ମେସେଜିଂ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"ସେଟେଲାଇଟ ମେସେଜିଂ ବିଷୟରେ"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"ଆପଣ ଏକ ଯୋଗ୍ୟ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ଆକାଉଣ୍ଟର ଅଂଶ ଭାବରେ ସେଟେଲାଇଟ ମାଧ୍ୟମରେ ଟେକ୍ସଟ ମେସେଜ ପଠାଇପାରିବେ ଓ ପାଇପାରିବେ"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"ଆପଣଙ୍କ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ପ୍ଲାନ"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ଆପଣଙ୍କ ଆକାଉଣ୍ଟ ସହ ସେଟେଲାଇଟ ମେସେଜିଂ ଅନ୍ତର୍ଭୁକ୍ତ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ଆପଣଙ୍କ ଆକାଉଣ୍ଟ ସହ ସେଟେଲାଇଟ ମେସେଜିଂ ଅନ୍ତର୍ଭୁକ୍ତ ନୁହେଁ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ଅଧିକ ଜାଣନ୍ତୁ"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ଏହା କିପରି କାମ କରେ"</string>
@@ -4872,11 +4878,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ଆପଣଙ୍କ ଫୋନ ଏକ ସେଟେଲାଇଟ ସହ ସ୍ୱତଃ-କନେକ୍ଟ ହେବ। ସର୍ବୋତ୍ତମ କନେକ୍ସନ ପାଇଁ ଆକାଶର ଏକ ସ୍ପଷ୍ଟ ଭ୍ୟୁ ରଖନ୍ତୁ।"</string>
<string name="title_supported_service" msgid="4275535165812691571">"ଆପଣଙ୍କ ଫୋନ ଏକ ସେଟେଲାଇଟରେ କନେକ୍ଟ ହେବା ପରେ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"ଜରୁରୀକାଳୀନ ସେବାଗୁଡ଼ିକ ସମେତ ଆପଣ ଯେ କୌଣସି ବ୍ୟକ୍ତିଙ୍କୁ ଟେକ୍ସଟ କରିପାରିବେ। ଉପଲବ୍ଧ ଥିଲେ ଆପଣଙ୍କ ଫୋନ ଏକ ମୋବାଇଲ ନେଟୱାର୍କ ସହ ପୁଣି କନେକ୍ଟ କରିବ।"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"ସେଟେଲାଇଟ ମେସେଜିଂ ପାଇଁ ଅଧିକ ସମୟ ଲାଗିପାରେ ଏବଂ ଏହା କେବଳ କିଛି ଏରିଆରେ ଉପଲବ୍ଧ ଅଟେ। ପାଣିପାଗ ଏବଂ ନିର୍ଦ୍ଦିଷ୍ଟ ଷ୍ଟ୍ରକଚରଗୁଡ଼ିକ ଆପଣଙ୍କ ସେଟେଲାଇଟ କନେକ୍ସନକୁ ପ୍ରଭାବିତ କରିପାରେ। ସେଟେଲାଇଟ ମାଧ୍ୟମରେ କଲିଂ ଉପଲବ୍ଧ ନାହିଁ। ଜରୁରୀକାଳୀନ କଲଗୁଡ଼ିକ ଏବେ ବି କନେକ୍ଟ ହୋଇପାରେ।\n\nସେଟିଂସରେ ଆକାଉଣ୍ଟ ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ଦେଖାଯିବା ପାଇଁ କିଛି ସମୟ ଲାଗିପାରେ। ବିବରଣୀ ପାଇଁ ଆପଣଙ୍କ କେରିଅର ସହ କଣ୍ଟାକ୍ଟ କରନ୍ତୁ।"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ସେଟେଲାଇଟ ମେସେଜିଂ ବିଷୟରେ ଅଧିକ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g>କୁ ଚାଲୁ କରାଯାଇପାରିବ ନାହିଁ"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g>କୁ ଚାଲୁ କରିବା ପାଇଁ ପ୍ରଥମେ ସେଟେଲାଇଟ କନେକ୍ସନକୁ ସମାପ୍ତ କରନ୍ତୁ"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"ସେଟେଲାଇଟ କନେକ୍ଟିଭିଟି"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ଆକ୍ସେସ ପଏଣ୍ଟ ନାମ"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5064,6 +5113,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"ଆପଣ ପୃଷ୍ଠା-ଆଗ୍ନୋଷ୍ଟିକ ମୋଡର 16KB ମୋଡରେ ଅଛନ୍ତି। ଏହି ମୋଡରେ ସଫ୍ଟୱେର ଇଣ୍ଟିଗ୍ରିଟିକୁ ଗେରେଣ୍ଟି ଦିଆଯାଇପାରିବ ନାହିଁ ଏବଂ ବୁଟଲୋଡର ଅନଲକ ଥିବା ସମୟରେ ଫୋନରେ ଷ୍ଟୋର କରାଯାଇଥିବା ଯେ କୌଣସି ଡାଟା ବିପଦରେ ପଡ଼ିପାରେ। ଏହି ମୋଡଗୁଡ଼ିକରେ କିଛି ଫିଚରକୁ ଅକ୍ଷମ କରିଦିଆଯିବ, ଯାହା ଫଳରେ କିଛି ଆପ୍ଲିକେସନ କାମ କରିନପାରେ। ପ୍ରଡକ୍ସନ ମୋଡରେ ପୁଣି-ପ୍ରବେଶ କରିବା ପାଇଁ ଆପଣଙ୍କୁ 4KB ମୋଡକୁ ପୁଣି ସୁଇଚ କରି ତା\'ପରେ ଡିଭାଇସର ବୁଟଲୋଡରକୁ ଲକ କରିବା ଆବଶ୍ୟକ। ଏହା ଡିଭାଇସକୁ ପୁଣି ଫେକ୍ଟୋରୀ ରିସେଟ କରି ପ୍ରଡକ୍ସନ ସେଟିଂସରେ ରିଷ୍ଟୋର କରିବ। Androidରେ ସଫଳତାର ସହ ଡିଭାଇସ ବୁଟ ହେବା ପରେ ଡେଭେଲପର ବିକଳ୍ପରେ OEM ଅନଲକିଂକୁ ଅକ୍ଷମ କରନ୍ତୁ। ଯଦି ଡିଭାଇସ Androidରେ ବୁଟ ହେବାରେ ବିଫଳ ହୁଏ କିମ୍ବା ଏହା ଅସ୍ଥିର ଅଟେ, ତେବେ <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>ରୁ ନବୀନତମ ଫେକ୍ଟୋରୀ ଇମେଜଗୁଡ଼ିକ ସହ ଡିଭାଇସକୁ ପୁଣି-ଫ୍ଲାସ କରନ୍ତୁ କିମ୍ବା <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ବ୍ୟବହାର କରନ୍ତୁ ଏବଂ \'ଡିଭାଇସକୁ ୱାଇପ କରନ୍ତୁ\', \'ବୁଟଲୋଡରକୁ ଲକ କରନ୍ତୁ\' ଓ \'ସବୁ ପାର୍ଟିସନକୁ ଫୋର୍ସ ଫ୍ଲାସ କରନ୍ତୁ\'କୁ ଚୟନ କରନ୍ତୁ।"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB ପୃଷ୍ଠା-ଆଗ୍ନୋଷ୍ଟିକ ମୋଡ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ଅଧିକ ପଢ଼ନ୍ତୁ"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ପୃଷ୍ଠା ସାଇଜ କମ୍ପାଟିବଲିଟୀ ମୋଡ ସହ ଆପକୁ ଚଲାନ୍ତୁ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 KB ଡିଭାଇସରେ ଟୋଗଲ କରି ପେଜ ସାଇଜ କମ୍ପାଟିବଲିଟୀ ମୋଡରେ ଆପଟି ଚାଲିବ।"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ବଗ ରିପୋର୍ଟ ହେଣ୍ଡଲର"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"ଆପଣଙ୍କ ଡିଭାଇସ୍ରେ କେଉଁ ଆପ୍ ବଗ୍ ରିପୋର୍ଟ ସର୍ଟକର୍ଟ ପରିଚାଳନା କରେ, ତାହା ନିର୍ଦ୍ଧାରଣ କରେ।"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ବ୍ୟକ୍ତିଗତ"</string>
@@ -5230,7 +5281,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"ବର୍ତ୍ତମାନର ଲୋକେସନରେ UWB ଉପଲବ୍ଧ ନାହିଁ"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"ଥ୍ରେଡ"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"ଥ୍ରେଡ ବ୍ୟବହାର କରନ୍ତୁ"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"ଥ୍ରେଡ ଆପଣଙ୍କ ସ୍ମାର୍ଟ ହୋମ ଡିଭାଇସଗୁଡ଼ିକୁ କନେକ୍ଟ କରିବା, ଦକ୍ଷତା ଏବଂ ପରଫରମାନ୍ସକୁ ଉନ୍ନତ କରିବାରେ ସାହାଯ୍ୟ କରେ।\n\nସକ୍ଷମ କରାଗଲେ ଏହି ଡିଭାଇସଟି ଏକ ଥ୍ରେଡ ନେଟୱାର୍କରେ ଯୋଗ ଦେବାକୁ ଯୋଗ୍ୟ ଅଟେ, ଏହି ଫୋନ ମାଧ୍ୟମରେ Matter ସମର୍ଥିତ ଡିଭାଇସଗୁଡ଼ିକୁର ନିୟନ୍ତ୍ରଣ କରିବାକୁ ଅନୁମତି ଦିଏ।"</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"ଥ୍ରେଡ ଆପଣଙ୍କ ସ୍ମାର୍ଟ ହୋମ ଡିଭାଇସଗୁଡ଼ିକୁ କନେକ୍ଟ କରିବା, ଦକ୍ଷତା ଏବଂ ପରଫରମାନ୍ସକୁ ଉନ୍ନତ କରିବାରେ ସାହାଯ୍ୟ କରେ।\n\nସକ୍ଷମ କରାଗଲେ ଏହି ଡିଭାଇସଟି ଏକ ଥ୍ରେଡ ନେଟୱାର୍କରେ ଯୋଗ ଦେବାକୁ ଯୋଗ୍ୟ ଅଟେ, ଏହି ଫୋନ ମାଧ୍ୟମରେ Matter ସମର୍ଥିତ ଡିଭାଇସଗୁଡ଼ିକର ନିୟନ୍ତ୍ରଣ କରିବାକୁ ଅନୁମତି ଦିଏ।"</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"ଥ୍ରେଡ ବିଷୟରେ ଅଧିକ ଜାଣନ୍ତୁ"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"କେମେରା ଆକ୍ସେସ"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"ମାଇକ୍ରୋଫୋନ୍ ଆକ୍ସେସ୍"</string>
diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml
index 8f7e0c8..9918acf 100644
--- a/res/values-pa/strings.xml
+++ b/res/values-pa/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ਕੋਈ ਭਾਸ਼ਾ ਸ਼ਾਮਲ ਕਰੋ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ਖੇਤਰ ਤਰਜੀਹ"</string>
<string name="search_language_hint" msgid="1739082427104506694">"ਭਾਸ਼ਾ ਦਾ ਨਾਮ ਟਾਈਪ ਕਰੋ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"ਭਾਸ਼ਾ ਸੰਬੰਧੀ ਹੋਰ ਸੈਟਿੰਗਾਂ"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ਖੇਤਰੀ ਤਰਜੀਹਾਂ"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ਇਕਾਈਆਂ ਅਤੇ ਨੰਬਰ ਸੰਬੰਧੀ ਤਰਜੀਹਾਂ ਨੂੰ ਸੈੱਟ ਕਰੋ"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"ਐਪਾਂ ਨੂੰ ਤੁਹਾਡੀਆਂ ਖੇਤਰੀ ਤਰਜੀਹਾਂ ਜਾਣਨ ਦਿਓ ਤਾਂ ਜੋ ਉਹ ਤੁਹਾਡੇ ਅਨੁਭਵ ਨੂੰ ਵਿਅਕਤੀਗਤ ਬਣਾ ਸਕਣ।"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"ਜਿੱਥੇ ਸੰਭਵ ਹੋਇਆ ਐਪਾਂ ਤੁਹਾਡੀਆਂ ਖੇਤਰੀ ਤਰਜੀਹਾਂ ਦੀ ਵਰਤੋਂ ਕਰਨਗੀਆਂ।"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ਖੇਤਰੀ ਤਰਜੀਹਾਂ"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"ਤਾਪਮਾਨ"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ਹਫ਼ਤੇ ਦਾ ਪਹਿਲਾ ਦਿਨ"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ਨੰਬਰਾਂ ਸੰਬੰਧੀ ਤਰਜੀਹਾਂ"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ਚਾਲੂ"</string>
<string name="external_display_off" msgid="5634413756025351374">"ਬੰਦ ਹੈ"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ਬਾਹਰੀ ਡਿਸਪਲੇ"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ਬਾਹਰੀ ਡਿਸਪਲੇ ਦੀ ਵਰਤੋਂ ਕਰੋ"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ਡਿਸਪਲੇ ਰੈਜ਼ੋਲਿਊਸ਼ਨ"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ਬਾਹਰੀ ਡਿਸਪਲੇ ਡਿਸਕਨੈਕਟ ਹੈ"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"ਘੁਮਾਅ ਜਾਂ ਰੈਜ਼ੋਲਿਊਸ਼ਨ ਨੂੰ ਬਦਲਣ ਨਾਲ ਫ਼ਿਲਹਾਲ ਚੱਲ ਰਹੀਆਂ ਕੁਝ ਐਪਾਂ ਬੰਦ ਹੋ ਸਕਦੀਆਂ ਹਨ"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ਤੁਹਾਡੀ ਸਕ੍ਰੀਨ ਨੂੰ ਪ੍ਰਤਿਬਿੰਬਿਤ ਕਰਨ ਲਈ, ਤੁਹਾਡੇ ਡੀਵਾਈਸ ਨੂੰ ਇੱਕ ਬਾਹਰੀ ਡਿਸਪਲੇ ਨਾਲ ਕਨੈਕਟ ਕੀਤਾ ਜਾਣਾ ਲਾਜ਼ਮੀ ਹੈ"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ਹੋਰ ਵਿਕਲਪ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ਡਿਸਪਲੇਆਂ ਨੂੰ ਮੁੜ-ਵਿਵਸਥਿਤ ਕਰਨ ਲਈ ਦਬਾ ਕੇ ਰੱਖੋ ਅਤੇ ਘਸੀਟੋ।"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ਕਾਸਟ ਕਰੋ"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ਸ਼ੀਸ਼ਾ"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"ਵਾਇਰਲੈਸ ਡਿਸਪਲੇ ਚਾਲੂ ਕਰੋ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ਸਵੈ-ਘੁਮਾਉਣ ਬਾਰੇ ਹੋਰ ਜਾਣੋ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"ਸਕ੍ਰੀਨ ਰੈਜ਼ੋਲਿਊਸ਼ਨ"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ਜ਼ਿਆਦਾ ਰੈਜ਼ੋਲਿਊਸ਼ਨ"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ਪੂਰਾ ਰੈਜ਼ੋਲਿਊਸ਼ਨ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ਪੂਰਾ ਰੈਜ਼ੋਲਿਊਸ਼ਨ ਤੁਹਾਡੀ ਬੈਟਰੀ ਦੀ ਜ਼ਿਆਦਾ ਵਰਤੋਂ ਕਰਦਾ ਹੈ। ਤੁਹਾਡੇ ਰੈਜ਼ੋਲਿਊਸ਼ਨ ਵਿੱਚ ਸਵਿੱਚ ਕਰਨ ਕਰਕੇ ਕੁਝ ਐਪਾਂ ਮੁੜ-ਸ਼ੁਰੂ ਹੋ ਸਕਦੀਆਂ ਹਨ।"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ਚੁਣਿਆ ਗਿਆ"</string>
<string name="color_mode_title" msgid="8666690832113906028">"ਰੰਗ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ਕੁਦਰਤੀ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"ਬੈੱਡਟਾਈਮ ਮੋਡ ਸੰਬੰਧੀ ਸੈਟਿੰਗਾਂ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ਮੋਡ ਗੂੜ੍ਹੇ ਥੀਮ ਨੂੰ ਵੀ ਕਿਰਿਆਸ਼ੀਲ ਕਰ ਸਕਦਾ ਹੈ}=1{{mode_1} ਗੂੜ੍ਹੇ ਥੀਮ ਨੂੰ ਵੀ ਕਿਰਿਆਸ਼ੀਲ ਕਰ ਸਕਦਾ ਹੈ}=2{{mode_1} ਅਤੇ {mode_2} ਗੂੜ੍ਹੇ ਥੀਮ ਨੂੰ ਵੀ ਕਿਰਿਆਸ਼ੀਲ ਕਰ ਸਕਦੇ ਹਨ}=3{{mode_1}, {mode_2} ਅਤੇ {mode_3} ਗੂੜ੍ਹੇ ਥੀਮ ਨੂੰ ਵੀ ਕਿਰਿਆਸ਼ੀਲ ਕਰ ਸਕਦੇ ਹਨ}other{{mode_1}, {mode_2} ਅਤੇ # ਹੋਰ ਗੂੜ੍ਹੇ ਥੀਮ ਨੂੰ ਵੀ ਕਿਰਿਆਸ਼ੀਲ ਕਰ ਸਕਦੇ ਹਨ}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ਮੋਡਾਂ ਦੀਆਂ ਸੈਟਿੰਗਾਂ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"ਹੋਰ ਵੀ ਘੱਟ ਚਮਕਦਾਰ"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"ਜ਼ਿਆਦਾ ਘੱਟ ਚਮਕ"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"ਡੀਵਾਈਸ ਨੂੰ ਆਮ ਨਾਲੋਂ ਘੱਟ ਚਮਕਦਾਰ ਹੋਣ ਦੀ ਆਗਿਆ ਦਿਓ"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ਸਕ੍ਰੀਨ ਸਮਾਂ ਸਮਾਪਤੀ"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ਤੱਕ ਕੋਈ ਸਰਗਰਮੀ ਨਾ ਹੋਣ \'ਤੇ"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ਵਿਕਲਪ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ਪਹੁੰਚਯੋਗਤਾ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"ਭੌਤਿਕ ਕੀ-ਬੋਰਡ"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"ਬਾਊਂਸ ਕੁੰਜੀਆਂ"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ਵਾਰ-ਵਾਰ ਇੱਕੋ ਕੁੰਜੀ ਨੂੰ ਦਬਾਉਂਦੇ ਰਹਿਣ \'ਤੇ ਕੀ-ਬੋਰਡ ਉਸਨੂੰ ਅਣਡਿੱਠ ਕਰ ਦਿੰਦਾ ਹੈ"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"ਬਾਊਂਸ-ਕੀ ਦੀ ਨਿਊਨਤਮ ਸੀਮਾ"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"ਹੇਠਲਾ-ਸੱਜਾ-ਕਲਿੱਕ"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"ਹੋਰ ਵਿਕਲਪਾਂ ਲਈ ਟੱਚਪੈਡ ਦੇ ਹੇਠਲੇ ਸੱਜੇ ਕੋਨੇ \'ਤੇ ਕਲਿੱਕ ਕਰੋ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ਪੁਆਇੰਟਰ ਸਪੀਡ"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ਤਿੰਨ-ਉਂਗਲਾਂ ਨਾਲ ਟੈਪ ਕਰੋ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"ਪੁਆਇੰਟਰ ਦਾ ਰੰਗ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"ਪੁਆਇੰਟਰ ਭਰਨ ਦਾ ਸਟਾਈਲ ਕਾਲੇ ਵਿੱਚ ਬਦਲੋ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"ਪੁਆਇੰਟਰ ਭਰਨ ਦਾ ਸਟਾਈਲ ਹਰੇ ਵਿੱਚ ਬਦਲੋ"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ਟੱਚਪੈਡ ਇਸ਼ਾਰਿਆਂ ਬਾਰੇ ਜਾਣੋ"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ਟਰੈਕਪੈਡ, ਟਰੈਕ ਪੈਡ, ਮਾਊਸ, ਕਰਸਰ, ਸਕ੍ਰੋਲ ਕਰੋ, ਸਵਾਈਪ ਕਰੋ, ਸੱਜਾ ਕਲਿੱਕ, ਕਲਿੱਕ ਕਰੋ, ਪੁਆਇੰਟ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"ਸੱਜਾ ਕਲਿੱਕ, ਟੈਪ ਕਰੋ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"ਵਿਚਕਾਰਲਾ ਕਲਿੱਕ"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistant ਨੂੰ ਲਾਂਚ ਕਰੋ"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ਹੋਮ \'ਤੇ ਜਾਓ"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ਵਾਪਸ ਜਾਓ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ਹਾਲੀਆ ਐਪਾਂ ਦੇਖੋ"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ਹੋਮ \'ਤੇ ਜਾਓ"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ਆਪਣੇ ਟੱਚਪੈਡ \'ਤੇ ਕਿਤੇ ਵੀ ਤਿੰਨ ਉਂਗਲਾਂ ਨਾਲ ਉੱਪਰ ਵੱਲ ਸਵਾਈਪ ਕਰੋ"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ਵਾਪਸ ਜਾਓ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹਾ"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"ਸੈਟੇਲਾਈਟ ਰਾਹੀਂ ਲਿਖਤ ਸੁਨੇਹੇ ਭੇਜੋ ਅਤੇ ਪ੍ਰਾਪਤ ਕਰੋ। ਤੁਹਾਡੇ ਖਾਤੇ ਵਿੱਚ ਸ਼ਾਮਲ ਹੈ।"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"ਸੈਟੇਲਾਈਟ ਰਾਹੀਂ ਲਿਖਤ ਸੁਨੇਹੇ ਭੇਜੋ ਅਤੇ ਪ੍ਰਾਪਤ ਕਰੋ। ਤੁਹਾਡੇ ਖਾਤੇ ਨਾਲ ਇਸ ਸੁਵਿਧਾ ਦੀ ਵਰਤੋਂ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ।"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹਾ"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹਾ ਸੇਵਾ ਬਾਰੇ"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"ਤੁਸੀਂ ਯੋਗ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ਖਾਤੇ ਦੇ ਹਿੱਸੇ ਵਜੋਂ ਸੈਟੇਲਾਈਟ ਰਾਹੀਂ ਲਿਖਤ ਸੁਨੇਹੇ ਭੇਜ ਅਤੇ ਪ੍ਰਾਪਤ ਕਰ ਸਕਦੇ ਹੋ"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"ਤੁਹਾਡਾ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ਪਲਾਨ"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹਾ ਸੇਵਾ ਤੁਹਾਡੇ ਖਾਤੇ ਵਿੱਚ ਸ਼ਾਮਲ ਹੈ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹਾ ਸੇਵਾ ਤੁਹਾਡੇ ਖਾਤੇ ਵਿੱਚ ਸ਼ਾਮਲ ਨਹੀਂ ਹੈ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ਹੋਰ ਜਾਣੋ"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ਇਹ ਕਿਵੇਂ ਕੰਮ ਕਰਦਾ ਹੈ"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ਤੁਹਾਡਾ ਫ਼ੋਨ ਸੈਟੇਲਾਈਟ ਨਾਲ ਸਵੈ-ਕਨੈਕਟ ਹੋ ਜਾਵੇਗਾ। ਵਧੀਆ ਕੁਨੈਕਸ਼ਨ ਲਈ, ਅਸਮਾਨ ਦਾ ਸਾਫ਼ ਦ੍ਰਿਸ਼ ਨੂੰ ਬਰਕਰਾਰ ਰੱਖੋ।"</string>
<string name="title_supported_service" msgid="4275535165812691571">"ਤੁਹਾਡਾ ਫ਼ੋਨ ਸੈਟੇਲਾਈਟ ਨਾਲ ਕਨੈਕਟ ਹੋ ਜਾਣ ਤੋਂ ਬਾਅਦ"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"ਤੁਸੀਂ ਐਮਰਜੈਂਸੀ ਸੇਵਾਵਾਂ ਸਮੇਤ ਕਿਸੇ ਨੂੰ ਵੀ ਲਿਖਤ ਸੁਨੇਹਾ ਭੇਜ ਸਕਦੇ ਹੋ। ਉਪਲਬਧ ਹੋਣ \'ਤੇ ਤੁਹਾਡਾ ਫ਼ੋਨ ਮੋਬਾਈਲ ਨੈੱਟਵਰਕ ਨਾਲ ਮੁੜ-ਕਨੈਕਟ ਹੋ ਜਾਵੇਗਾ।"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹੇ ਸੇਵਾ ਵਿੱਚ ਜ਼ਿਆਦਾ ਸਮਾਂ ਲੱਗ ਸਕਦਾ ਹੈ ਅਤੇ ਇਹ ਸਿਰਫ਼ ਕੁਝ ਖੇਤਰਾਂ ਵਿੱਚ ਉਪਲਬਧ ਹੈ। ਮੌਸਮ ਅਤੇ ਕੁਝ ਢਾਂਚੇ ਤੁਹਾਡੇ ਸੈਟੇਲਾਈਟ ਕਨੈਕਸ਼ਨ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰ ਸਕਦੇ ਹਨ। ਸੈਟੇਲਾਈਟ ਰਾਹੀਂ ਕਾਲ ਕਰਨ ਦੀ ਸੁਵਿਧਾ ਉਪਲਬਧ ਨਹੀਂ ਹੈ। ਐਮਰਜੈਂਸੀ ਕਾਲਾਂ ਹਾਲੇ ਵੀ ਕਨੈਕਟ ਹੋ ਸਕਦੀਆਂ ਹਨ।\n\nਖਾਤਾ ਤਬਦੀਲੀਆਂ ਨੂੰ ਸੈਟਿੰਗਾਂ ਵਿੱਚ ਦਿਖਾਈ ਦੇਣ ਵਿੱਚ ਕੁਝ ਸਮਾਂ ਲੱਗ ਸਕਦਾ ਹੈ। ਵੇਰਵਿਆਂ ਲਈ ਆਪਣੇ ਕੈਰੀਅਰ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ਸੈਟੇਲਾਈਟ ਸੁਨੇਹਾ ਸੇਵਾ ਬਾਰੇ ਹੋਰ ਜਾਣਕਾਰੀ"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ਨੂੰ ਚਾਲੂ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ਨੂੰ ਚਾਲੂ ਕਰੋ, ਪਹਿਲਾਂ ਸੈਟੇਲਾਈਟ ਕਨੈਕਸ਼ਨ ਨੂੰ ਬੰਦ ਕਰੋ"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"ਸੈਟੇਲਾਈਟ ਕਨੈਕਟੀਵਿਟੀ"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ਐਕਸੈੱਸ ਪੁਆਇੰਟ ਨਾਮ"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"ਤੁਸੀਂ ਪੇਜ-ਐਗਨੌਸਟਿਕ ਮੋਡ ਦੇ 16KB ਮੋਡ ਵਿੱਚ ਹੋ। ਇਸ ਮੋਡ ਵਿੱਚ ਸਾਫ਼ਟਵੇਅਰ ਅਖੰਡਤਾ ਦੀ ਗਰੰਟੀ ਨਹੀਂ ਦਿੱਤੀ ਜਾ ਸਕਦੀ ਅਤੇ ਬੂਟਲੋਡਰ ਦੇ ਅਣਲਾਕ ਹੋਣ ਵੇਲੇ ਫ਼ੋਨ ਵਿੱਚ ਸਟੋਰ ਕੀਤਾ ਡਾਟਾ ਜੋਖਮ ਵਿੱਚ ਹੋ ਸਕਦਾ ਹੈ। ਇਨ੍ਹਾਂ ਮੋਡਾਂ ਵਿੱਚ ਕੁਝ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਬੰਦ ਹੋ ਜਾਣਗੀਆਂ, ਇਸ ਲਈ ਸ਼ਾਇਦ ਕੁਝ ਐਪਲੀਕੇਸ਼ਨਾਂ ਕੰਮ ਨਾ ਕਰਨ। ਪ੍ਰੋਡਕਸ਼ਨ ਮੋਡ ਵਿੱਚ ਮੁੜ-ਦਾਖਲ ਹੋਣ ਲਈ, ਤੁਹਾਡਾ 4KB ਮੋਡ \'ਤੇ ਵਾਪਸ ਸਵਿੱਚ ਕਰ ਕੇ ਡੀਵਾਈਸ ਦੇ ਬੂਟਲੋਡਰ ਨੂੰ ਲਾਕ ਕਰਨਾ ਲਾਜ਼ਮੀ ਹੈ। ਇਸ ਨਾਲ ਡੀਵਾਈਸ ਦੁਬਾਰਾ ਫੈਕਟਰੀ ਰੀਸੈੱਟ ਹੋ ਕੇ ਪ੍ਰੋਡਕਸ਼ਨ ਸੈਟਿੰਗਾਂ ਵਿੱਚ ਮੁੜ-ਬਹਾਲ ਹੋ ਜਾਵੇਗਾ। ਡੀਵਾਈਸ ਦੇ Android ਵਿੱਚ ਸਫਲਤਾਪੂਰਵਕ ਬੂਟ ਹੋਣ ਤੋਂ ਬਾਅਦ, ਵਿਕਾਸਕਾਰ ਵਿਕਲਪਾਂ ਵਿੱਚ OEM ਅਣਲਾਕ ਸੈਟਿੰਗ ਨੂੰ ਬੰਦ ਕਰੋ। ਜੇ ਡੀਵਾਈਸ Android ਵਿੱਚ ਬੂਟ ਹੋਣ ਵਿੱਚ ਅਸਫਲ ਰਹਿੰਦਾ ਹੈ ਜਾਂ ਅਸਥਿਰ ਹੈ, ਤਾਂ <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ਤੋਂ ਨਵੇਂ ਫੈਕਟਰੀ ਪ੍ਰਤਿਬਿੰਬਾਂ ਨਾਲ ਡੀਵਾਈਸ ਨੂੰ ਮੁੜ-ਫਲੈਸ਼ ਕਰੋ ਜਾਂ <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ਵਰਤੋ ਅਤੇ \'ਡੀਵਾਈਸ ਸਾਫ਼ ਕਰੋ\', \'ਬੂਟਲੋਡਰ ਨੂੰ ਲਾਕ ਕਰੋ\' ਅਤੇ \'ਸਾਰਿਆਂ ਹਿੱਸਿਆਂ ਨੂੰ ਜ਼ਬਰਦਸਤੀ ਫਲੈਸ਼ ਕਰੋ\'।"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB ਪੇਜ-ਐਗਨੌਸਟਿਕ ਮੋਡ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"ਹੋਰ ਪੜ੍ਹੋ"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ਐਪ ਨੂੰ ਪੰਨਾ ਆਕਾਰ ਅਨੁਰੂਪਤਾ ਮੋਡ ਵਿੱਚ ਚਲਾਓ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"ਐਪ ਟੌਗਲ ਕੀਤੇ 16 KB ਡੀਵਾਈਸ \'ਤੇ ਪੰਨਾ ਆਕਾਰ ਅਨੁਰੂਪਤਾ ਮੋਡ ਵਿੱਚ ਚਲਾਈ ਜਾਵੇਗੀ।"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"ਬੱਗ ਰਿਪੋਰਟ ਹੈਂਡਲਰ"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"ਨਿਰਧਾਰਤ ਕਰੋ ਕਿ ਕਿਹੜੀ ਐਪ ਤੁਹਾਡੇ ਡੀਵਾਈਸ \'ਤੇ ਬੱਗ ਰਿਪੋਰਟ ਸ਼ਾਰਟਕੱਟ ਦੀ ਸਾਂਭ-ਸੰਭਾਲ ਕਰੇਗੀ।"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ਨਿੱਜੀ"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"ਮੌਜੂਦਾ ਟਿਕਾਣੇ \'ਤੇ UWB ਉਪਲਬਧ ਨਹੀਂ ਹੈ"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread ਵਰਤੋ"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread ਤੁਹਾਡੇ ਸਮਾਰਟ ਹੋਮ ਡੀਵਾਈਸਾਂ ਨੂੰ ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਮਦਦ ਕਰਦਾ ਹੈ, ਜਿਸ ਨਾਲ ਸਮਰੱਥਾ ਅਤੇ ਕਾਰਗੁਜ਼ਾਰੀ ਵਿੱਚ ਵਾਧਾ ਹੁੰਦਾ ਹੈ।\n\nਚਾਲੂ ਕਰਨ \'ਤੇ, ਇਹ ਡੀਵਾਈਸ Thread ਨੈੱਟਵਰਕ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਯੋਗ ਹੋ ਜਾਂਦਾ ਹੈ, ਜਿਸ ਨਾਲ Matter ਸਮਰਥਿਤ ਡੀਵਾਈਸਾਂ ਨੂੰ ਇਸ ਫ਼ੋਨ ਰਾਹੀਂ ਕੰਟਰੋਲ ਦੀ ਆਗਿਆ ਮਿਲਦੀ ਹੈ।"</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread ਤੁਹਾਡੇ ਸਮਾਰਟ ਹੋਮ ਡੀਵਾਈਸਾਂ ਨੂੰ ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਮਦਦ ਕਰਦਾ ਹੈ, ਜਿਸ ਨਾਲ ਸਮਰੱਥਾ ਅਤੇ ਕਾਰਗੁਜ਼ਾਰੀ ਵਿੱਚ ਵਾਧਾ ਹੁੰਦਾ ਹੈ।\n\nਚਾਲੂ ਕਰਨ \'ਤੇ, ਇਹ ਡੀਵਾਈਸ Thread ਨੈੱਟਵਰਕ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਯੋਗ ਹੋ ਜਾਂਦਾ ਹੈ, ਜਿਸ ਨਾਲ Matter ਸਮਰਥਿਤ ਡੀਵਾਈਸਾਂ ਨੂੰ ਇਸ ਫ਼ੋਨ ਰਾਹੀਂ ਕੰਟਰੋਲ ਕਰਨ ਦੀ ਆਗਿਆ ਮਿਲਦੀ ਹੈ।"</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread ਬਾਰੇ ਹੋਰ ਜਾਣੋ"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"ਕੈਮਰਾ ਪਹੁੰਚ"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"ਮਾਈਕ੍ਰੋਫ਼ੋਨ ਪਹੁੰਚ"</string>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index e3c5fa1..1fb45f9 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -126,7 +126,7 @@
<string name="bluetooth_show_leaudio_device_details" msgid="3306637862550475370">"Pokazuj przełącznik LE Audio w Szczegółach urządzenia"</string>
<string name="bluetooth_bypass_leaudio_allowlist" msgid="7392319491894565552">"Omijaj listę dozwolonych Bluetooth LE Audio"</string>
<string name="bluetooth_bypass_leaudio_allowlist_summary" msgid="8999245286359656738">"Używaj domyślnie technologii LE Audio, nawet jeśli urządzenie peryferyjne LE Audio nie zostało zweryfikowane jako spełniające kryteria listy dozwolonych"</string>
- <string name="connected_device_media_device_title" msgid="3783388247594566734">"Nośniki danych"</string>
+ <string name="connected_device_media_device_title" msgid="3783388247594566734">"Urządzenia multimedialne"</string>
<string name="connected_device_call_device_title" msgid="88732390601723608">"Urządzenia telefoniczne"</string>
<string name="connected_device_other_device_title" msgid="4652120430615729193">"Inne urządzenia"</string>
<string name="connected_device_saved_title" msgid="5607274378851905959">"Zapisane urządzenia"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dodaj język"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Ustawienie regionu"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Wpisz nazwę języka"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Więcej ustawień języka"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferencje regionalne"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Ustaw preferencje dotyczące jednostek i liczb"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Powiadom aplikacje o swoich preferencjach regionalnych, aby mogły dokonać personalizacji."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikacje będą korzystać z preferencji regionalnych, o ile to będzie możliwe."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferencje regionalne"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Pierwszy dzień tygodnia"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferencje dotyczące liczb"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Włączony"</string>
<string name="external_display_off" msgid="5634413756025351374">"Wyłączony"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Wyświetlacz zewnętrzny"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Używaj wyświetlacza zewnętrznego"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rozdzielczość wyświetlacza"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Wyświetlacz zewnętrzny jest odłączony"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Obrót wyświetlacza lub zmiana rozdzielczości mogą spowodować zatrzymanie uruchomionych aktualnie aplikacji"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Aby można było wyświetlać odbicie lustrzane ekranu, urządzenie musi być podłączone do wyświetlacza zewnętrznego"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Więcej opcji"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Przytrzymaj i przeciągnij, aby zmienić kolejność wyświetlaczy."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Przesyłanie ekranu"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"odbicie lustrzane"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Wyświetlacz bezprzewodowy"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Dowiedz się więcej o autoobracaniu"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rozdzielczość ekranu"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Wysoka rozdzielczość"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Pełna rozdzielczość"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Pełna rozdzielczość bardziej zużywa baterię. Po przełączeniu rozdzielczości niektóre aplikacje mogą wymagać ponownego uruchomienia."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Wybrano"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Kolory"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturalne"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Ustawienia trybu nocnego"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Tryby mogą też aktywować ciemny motyw}=1{Tryb {mode_1} aktywuje też ciemny motyw}=2{Tryby {mode_1} i {mode_2} aktywują też ciemny motyw}=3{Tryby {mode_1}, {mode_2} i {mode_3} aktywują też ciemny motyw}few{Tryb ciemny jest też włączony w przypadku trybów {mode_1}, {mode_2} i jeszcze # trybów}many{Tryb ciemny jest też włączony w przypadku trybów {mode_1}, {mode_2} i jeszcze # trybów}other{Tryb ciemny jest też włączony w przypadku trybów {mode_1}, {mode_2} i jeszcze # trybu}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Ustawienia trybów"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Jeszcze ciemniej"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Dodatkowe przyciemnienie"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Zezwalaj na przyciemnianie ekranu urządzenia bardziej niż zwykle"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Automatyczne wygaszanie"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> bezczynności"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opcje"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Ułatwienia dostępu"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Klawiatura fizyczna"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Klawisze z filtrem powtórzeń"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klawiatura ignoruje szybko powtarzane naciśnięcia tego samego klawisza"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Próg klawisza z filtrem powtórzeń"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Kliknięcie w prawym dolnym rogu"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Kliknij prawy dolny róg touchpada, aby zobaczyć więcej opcji"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Szybkość wskaźnika"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Używaj kliknięcia trzema palcami"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Kolor wskaźnika"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Zmień styl wypełnienia na czarny"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Zmień styl wypełnienia na zielony"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Poznaj gesty na touchpada"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mysz, myszka, kursor, przewijanie, przesuwanie, kliknięcie prawym przyciskiem, klikanie, wskaźnik"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"kliknięcie prawym przyciskiem, klikanie, dotknięcie, wybranie, naciśnięcie"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Kliknięcie środkowym przyciskiem"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Asystent uruchamiania"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Otwórz stronę główną"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Wstecz"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Wyświetlanie ostatnich aplikacji"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Przejście na ekran główny"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Przesuń 3 palcami w górę w dowolnym miejscu na touchpadzie"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Przechodzenie wstecz"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Przesyłanie wiadomości przez satelitę"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Wysyłanie i odbieranie SMS-ów przez satelitę. Twoje konto obejmuje tę funkcję."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Wysyłanie i odbieranie SMS-ów przez satelitę. Twoje konto tego nie obejmuje."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Przesyłanie wiadomości przez satelitę"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Informacje o przesyłaniu wiadomości przez satelitę"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Możesz wymieniać wiadomości przez satelitę w ramach odpowiedniego konta u operatora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Twój abonament u operatora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Twoje konto obejmuje funkcję przesyłania wiadomości przez satelitę"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Twoje konto nie obejmuje funkcji przesyłania wiadomości przez satelitę"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Więcej informacji"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Jak to działa"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Twój telefon automatycznie połączy się z satelitą. Aby uzyskać najlepszą jakość połączenia, stań w miejscu, w którym nic nie zasłania widoku nieba."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Gdy Twój telefon połączy się z satelitą"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Możesz wysyłać SMS-y do dowolnego adresata, w tym również do służb ratunkowych. Twój telefon ponownie połączy się z siecią komórkową, gdy będzie ona dostępna."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Przesyłanie wiadomości przez satelitę może zająć dłuższą chwilę. Funkcja jest dostępna wyłącznie na niektórych obszarach. Pogoda i inne czynniki mogą wpływać na Twoje połączenie satelitarne. Połączenia przez satelitę są niedostępne. Połączenia alarmowe mogą nadal być nawiązywane.\n\nMoże upłynąć trochę czasu, zanim zmiany dotyczące konta będą widoczne w Ustawieniach. Aby uzyskać szczegółowe informacje, skontaktuj się z operatorem."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Więcej informacji o przesyłaniu wiadomości przez satelitę"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nie można włączyć funkcji <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Aby włączyć funkcję <xliff:g id="FUNCTION">%1$s</xliff:g>, najpierw zakończ połączenie satelitarne"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Łączność satelitarna"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nazwy punktów dostępu"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Niedostępne po połączeniu z siecią <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Korzystasz z ogólnego trybu strony 16 KB. W tym trybie nie można zagwarantować integralności oprogramowania. Kiedy program rozruchowy będzie odblokowany, dane zapisane na telefonie mogą być zagrożone. W tych trybach niektóre funkcje będą wyłączone, a część aplikacji może nie działać. Aby wrócić do trybu produkcyjnego, musisz przełączyć się z powrotem na tryb 4 KB i zablokować program rozruchowy urządzenia. Spowoduje to ponowne zresetowanie urządzenia i przywrócenie na nim ustawień produkcyjnych. Gdy na urządzeniu uruchomi się Android, wyłącz zdjęcie blokady OEM w Opcjach programisty. Jeśli nie uda się uruchomić Androida lub będzie on działać niestabilnie, sflashuj na urządzeniu najnowszy obraz fabryczny pobrany ze strony <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> lub użyj narzędzia <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> i wybierz kolejno opcje „Wyczyść pamięć urządzenia”, „Zablokuj program rozruchowy” i „Wymuś flashowanie wszystkich partycji”."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Ogólny tryb strony 16 kB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Więcej informacji"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Uruchamiaj aplikację w trybie zgodności z rozmiarem strony"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikacja będzie uruchamiana w trybie zgodności z rozmiarem strony na urządzeniu z przełączonym trybem 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Obsługiwanie zgłaszania błędów"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Określa, która aplikacja ma obsługiwać skrót do zgłaszania błędów na urządzeniu."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Osobista"</string>
@@ -5263,8 +5315,8 @@
<string name="reboot_dialog_enable_freeform_support" msgid="3697462756493543645">"Włączenie obsługi okien o dowolnym rozmiarze wymaga ponownego uruchomienia."</string>
<string name="reboot_dialog_override_desktop_mode" msgid="7480950772574354130">"Aktualizacja dostępności dowolnego rozmiaru okien wymaga ponownego uruchomienia."</string>
<string name="reboot_dialog_enable_desktop_mode_on_secondary_display" msgid="1153621881052401924">"Włączenie dowolnego rozmiaru okien na dodatkowych ekranach wymaga ponownego uruchomienia."</string>
- <string name="reboot_dialog_reboot_now" msgid="235616015988522355">"Uruchom ponownie teraz"</string>
- <string name="reboot_dialog_reboot_later" msgid="4261717094186904568">"Uruchom ponownie później"</string>
+ <string name="reboot_dialog_reboot_now" msgid="235616015988522355">"Uruchom teraz"</string>
+ <string name="reboot_dialog_reboot_later" msgid="4261717094186904568">"Uruchom później"</string>
<string name="bluetooth_details_spatial_audio_title" msgid="1368071116994002707">"Dźwięk przestrzenny"</string>
<string name="bluetooth_details_spatial_audio_summary" msgid="5026859623681482668">"Jeszcze lepsza jakość dźwięku z kompatybilnych multimediów"</string>
<string name="bluetooth_details_head_tracking_title" msgid="5416972521040337799">"Monitorowanie ruchów głowy"</string>
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index 83d0280..a574f05 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Adicionar um idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferência de região"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Digite o nome do idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Mais configurações de idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferências regionais"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Definir preferências de número e unidades"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permita que os apps saibam suas preferências regionais para personalizar sua experiência."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Os apps vão usar suas preferências regionais quando possível."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferências regionais"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primeiro dia da semana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferências de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Ligada"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desligada"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Tela externa"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usar tela externa"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolução da tela"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"A tela externa está desconectada"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Mudar a rotação ou a resolução pode interromper qualquer app que está sendo executado"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"O dispositivo precisa estar conectado a uma tela externa para espelhar a exibição"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Mais opções"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Pressione e arraste para reorganizar as telas."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Transmitir"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"espelho"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Ativar tela sem fio"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Saiba mais sobre o giro automático"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolução da tela"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolução"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Resolução máxima"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"A resolução máxima consome mais bateria. A troca de resolução pode fazer com que alguns apps sejam reiniciados."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selecionada"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Cores"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturais"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Configurações do Modo hora de dormir"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Alguns modos também ativam o tema escuro}=1{O modo {mode_1} também ativa o tema escuro}=2{Os modos {mode_1} e {mode_2} também ativam o tema escuro}=3{Os modos {mode_1}, {mode_2} e {mode_3} também ativam o tema escuro}one{Os modos {mode_1}, {mode_2} e mais # também ativam o tema escuro}other{Os modos {mode_1}, {mode_2} e mais # também ativam o tema escuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Configurações de modos"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ainda mais escuro"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Escurecer a tela"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permitir que o dispositivo fique mais escuro do que o normal"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tempo limite da tela"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Depois de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inatividade"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opções"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Acessibilidade"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclado físico"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Teclas de filtragem"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"O teclado ignora pressionamentos rápidos e repetidos da mesma tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Limite da tecla de filtragem"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clicar no canto inferior direito"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Clique no canto inferior direito do touchpad para mais opções"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Velocidade do cursor"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Usar o toque com três dedos"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Cor do ponteiro"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Mudar preenchimento para preto"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Mudar preenchimento para verde"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Aprender gestos do touchpad"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, rolar, deslizar, clicar com o botão direito do mouse, clicar, ponteiro"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"clicar com o botão direito do mouse, tocar"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clicar no botão do meio"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Iniciar Assistente"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ir para a página inicial"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Voltar"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ver os apps recentes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ir para a tela inicial"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Deslize para cima com três dedos em qualquer lugar do touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Voltar"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mensagem via satélite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Enviar e receber mensagens de texto via satélite. Incluído na sua conta."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Enviar e receber mensagens de texto via satélite. Recurso não incluído na sua conta."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mensagem via satélite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Sobre mensagens via satélite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"É possível enviar e receber mensagens de texto via satélite como parte de uma conta qualificada da operadora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Seu plano da operadora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Mensagens via satélite estão incluídas na sua conta"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Mensagens via satélite não estão incluídas na sua conta"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Saiba mais"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Como funciona"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Seu smartphone vai se conectar automaticamente a um satélite. Para conseguir a melhor conexão, vá até um local com céu aberto."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Depois que o smartphone se conectar a um satélite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"É possível enviar mensagens de texto para qualquer pessoa, inclusive para serviços de emergência. O smartphone vai se reconectar a uma rede móvel quando estiver disponível."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"As mensagens via satélite podem demorar mais e estão disponíveis apenas em algumas áreas. O clima e determinadas estruturas podem afetar a conexão por satélite. A ligação via satélite não está disponível. Talvez chamadas de emergência ainda possam ser feitas.\n\nPode levar algum tempo para mudanças na conta aparecerem nas Configurações. Entre em contato com sua operadora para saber mais."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mais informações sobre mensagens via satélite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Não é possível ativar o <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para ativar o <xliff:g id="FUNCTION">%1$s</xliff:g>, primeiro encerre a conexão via satélite"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conectividade via satélite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nomes dos pontos de acesso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Você está no modo agnóstico de páginas de 16 KB. A integridade do software não é garantida nesse modo, e todos os dados armazenados no smartphone enquanto o carregador de inicialização está desbloqueado podem ser expostos a riscos. Como alguns recursos serão desativados nesses modos, alguns aplicativos podem não funcionar. Para entrar de novo no modo de produção, volte para o modo 4 KB e, em seguida, bloqueie o carregador de inicialização no dispositivo. Essa ação vai fazer a redefinição de fábrica do dispositivo novamente. Depois que o dispositivo for inicializado corretamente no Android, desative o desbloqueio de OEM nas Opções do desenvolvedor. Se o dispositivo não for inicializado no Android ou estiver instável, atualize-o novamente com as imagens de fábrica mais recentes especificadas em <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecione \"Excluir o dispositivo permanentemente\", \"Bloquear carregador de inicialização\" e \"Forçar a atualização de todas as partições\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modo agnóstico de páginas de 16 KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Leia mais"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Executar app com o modo de compatibilidade de tamanho de página"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"O app será executado no modo de compatibilidade de tamanho de página em um dispositivo de 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Gerenciador de relatórios de bugs"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina qual app gerencia o atalho para o Relatório de bug no dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Pessoais"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB indisponível no local atual"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Usar o Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"O protocolo Thread ajuda a conectar seus dispositivos de casa inteligente, aumentando a eficácia e o desempenho deles.\n\nQuando o recurso está ativado, este dispositivo fica qualificado para ingressar em uma rede Thread, permitindo que você controle dispositivos com suporte do Matter por este smartphone."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"O protocolo Thread ajuda a conectar seus dispositivos de casa inteligente, aumentando a eficácia e o desempenho deles.\n\nQuando o recurso está ativado, este aparelho pode ingressar em uma rede Thread, permitindo que você controle dispositivos compatíveis com Matter por este smartphone."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Saiba mais sobre o Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Acesso à câmera"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Acesso ao microfone"</string>
@@ -5504,7 +5555,7 @@
<string name="audio_streams_main_page_password_dialog_format_alert" msgid="4129498127640454717">"A senha precisa ter de 4 a 16 caracteres e usar apenas letras, números e símbolos"</string>
<string name="audio_streams_qr_code_scanner_label" msgid="8799703301071378034">"Leitor de QR code"</string>
<string name="audio_streams_qr_code_help_with_link" msgid="5542328067190486479"><annotation id="link">"Precisa de ajuda?"</annotation></string>
- <string name="homepage_search" msgid="6759334912284663559">"Pesquisar configurações"</string>
+ <string name="homepage_search" msgid="6759334912284663559">"Pesquisar nas configurações"</string>
<string name="keywords_contacts_storage" msgid="9061213057165337893">"contatos, armazenamento, conta"</string>
<string name="contacts_storage_settings_title" msgid="1574030546525203810">"Armazenamento de contatos"</string>
<string name="contacts_storage_device_only_preference_label" msgid="970250816918108264">"Somente dispositivo"</string>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 48be6ae..b7f8213 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Adicione um idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferência de região"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Introduza o idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Mais definições de idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferências regionais"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Defina preferências de números e unidades"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permita que as apps conheçam as suas preferências regionais para poderem personalizar a sua experiência."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"As apps vão usar as suas preferências regionais sempre que possível."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferências regionais"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primeiro dia da semana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferências de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Ativado"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desativado"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ecrã externo"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usar ecrã externo"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolução do ecrã"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"O ecrã externo está desligado"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Alterar a rotação ou a resolução pode parar as apps que estejam em execução"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"O seu dispositivo tem de estar ligado a um ecrã externo para espelhar o seu ecrã"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Mais opções"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Toque sem soltar e arraste para reorganizar os ecrãs."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Transmitir"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"espelhar"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Ativar display sem fios"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Saiba mais sobre a rotação automática"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolução de ecrã"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolução"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Resolução total"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"A resolução total consome mais bateria. Se mudar a resolução, algumas apps podem ser reiniciadas."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selecionada"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Cores"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturais"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Definições do Modo de hora de dormir"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Os modos também podem ativar o tema escuro}=1{{mode_1} também ativa o tema escuro}=2{{mode_1} e {mode_2} também ativam o tema escuro}=3{{mode_1}, {mode_2} e {mode_3} também ativam o tema escuro}other{{mode_1}, {mode_2} e mais # também ativam o tema escuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Definições de modos"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Escurecer ainda mais"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Escurecimento extra"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permita que o dispositivo fique mais escuro do que o habitual"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Limite de tempo do ecrã"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Depois de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inatividade"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opções"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Acessibilidade"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclado físico"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Evitar pressão repetida"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"O teclado ignora as pressões rápidas repetidas da mesma tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Limiar para evitar pressão repetida"</string>
@@ -2020,8 +2029,7 @@
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, rato, cursor, deslocar, deslizar, clicar com o botão direito do rato, clicar, ponteiro"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"clique com o botão direito do rato, toque"</string>
<string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clicar no meio"</string>
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Iniciar Assistente"</string>
<string name="three_finger_tap_go_home" msgid="6526301745535089812">"Aceder ao ecrã principal"</string>
<string name="three_finger_tap_go_back" msgid="2898205524575684271">"Voltar"</string>
<string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ver apps recentes"</string>
@@ -4854,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mensagens por satélite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Envie e receba mensagens de texto por satélite. Incluído na sua conta."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Envie e receba mensagens de texto por satélite. Não está incluído na sua conta."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mensagens por satélite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Acerca das mensagens por satélite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Pode enviar e receber mensagens de texto por satélite através de uma conta elegível da operadora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"O seu plano da operadora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"As mensagens por satélite estão incluídas na sua conta"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"As mensagens por satélite não estão incluídas na sua conta"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Saiba mais"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Como funciona"</string>
@@ -4866,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"O seu telemóvel vai ligar-se automaticamente a um satélite. Para conseguir a melhor ligação, procure uma vista desimpedida para o céu."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Depois de o seu telemóvel estabelecer ligação a um satélite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Pode enviar mensagens de texto a qualquer pessoa, incluindo aos serviços de emergência. O seu telemóvel vai voltar a ligar-se a uma rede móvel quando esta estiver disponível."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"As mensagens por satélite podem demorar mais tempo e só estão disponíveis em algumas zonas. As condições meteorológicas e determinadas estruturas podem afetar a sua ligação por satélite. As chamadas por satélite não estão disponíveis. Pode continuar a fazer chamadas de emergência.\n\nPode demorar algum tempo até que as alterações à conta sejam apresentadas nas Definições. Contacte a sua operadora para mais detalhes."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mais acerca das mensagens por satélite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Não é possível ativar a função <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para ativar a função <xliff:g id="FUNCTION">%1$s</xliff:g>, termine primeiro a ligação por satélite"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conetividade por satélite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nomes dos pontos de acesso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Indisponível quando ligado a <xliff:g id="CARRIER">%1$s</xliff:g>."</string>
@@ -5057,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Está ativado o modo de 16 KB do modo sem página. A integridade do software não pode ser garantida neste modo e quaisquer dados armazenados no telemóvel enquanto o carregador de arranque estiver desbloqueado podem estar em risco. Algumas funcionalidades são desativadas nestes modos, por isso, algumas apps podem não funcionar. Para voltar a ativar o modo de produção, tem de voltar ao modo de 4 KB e, de seguida, bloquear o carregador de arranque do dispositivo. Esta ação permite fazer uma reposição de fábrica do dispositivo e restaurá-lo para as definições de produção. Depois de o dispositivo arrancar com êxito no Android, desative o desbloqueio pelo OEM nas Opções de programador. Se o dispositivo não conseguir arrancar no Android ou estiver instável, volte a atualizar o dispositivo com as imagens de fábrica mais recentes de <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecione \"Limpar dispositivo\", \"Bloquear carregador de arranque\" e \"Forçar a atualização de todas as partições\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modo sem página de 16 KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Ler mais"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Execute a app com o modo de compatibilidade com o tamanho da página"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"A app vai ser executada com o modo de compatibilidade com o tamanho da página ativado em dispositivos de 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Controlador do relatório de erro"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina que aplicação processa o atalho para Relatório de erro no seu dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Pessoal"</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 83d0280..a574f05 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Adicionar um idioma"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferência de região"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Digite o nome do idioma"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Mais configurações de idioma"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferências regionais"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Definir preferências de número e unidades"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Permita que os apps saibam suas preferências regionais para personalizar sua experiência."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Os apps vão usar suas preferências regionais quando possível."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferências regionais"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Primeiro dia da semana"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferências de números"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Ligada"</string>
<string name="external_display_off" msgid="5634413756025351374">"Desligada"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Tela externa"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Usar tela externa"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolução da tela"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"A tela externa está desconectada"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Mudar a rotação ou a resolução pode interromper qualquer app que está sendo executado"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"O dispositivo precisa estar conectado a uma tela externa para espelhar a exibição"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Mais opções"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Pressione e arraste para reorganizar as telas."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Transmitir"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"espelho"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Ativar tela sem fio"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Saiba mais sobre o giro automático"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolução da tela"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Alta resolução"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Resolução máxima"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"A resolução máxima consome mais bateria. A troca de resolução pode fazer com que alguns apps sejam reiniciados."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selecionada"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Cores"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturais"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Configurações do Modo hora de dormir"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Alguns modos também ativam o tema escuro}=1{O modo {mode_1} também ativa o tema escuro}=2{Os modos {mode_1} e {mode_2} também ativam o tema escuro}=3{Os modos {mode_1}, {mode_2} e {mode_3} também ativam o tema escuro}one{Os modos {mode_1}, {mode_2} e mais # também ativam o tema escuro}other{Os modos {mode_1}, {mode_2} e mais # também ativam o tema escuro}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Configurações de modos"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ainda mais escuro"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Escurecer a tela"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permitir que o dispositivo fique mais escuro do que o normal"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Tempo limite da tela"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Depois de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inatividade"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opções"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Acessibilidade"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Teclado físico"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Teclas de filtragem"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"O teclado ignora pressionamentos rápidos e repetidos da mesma tecla"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Limite da tecla de filtragem"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clicar no canto inferior direito"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Clique no canto inferior direito do touchpad para mais opções"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Velocidade do cursor"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Usar o toque com três dedos"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Cor do ponteiro"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Mudar preenchimento para preto"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Mudar preenchimento para verde"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Aprender gestos do touchpad"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, rolar, deslizar, clicar com o botão direito do mouse, clicar, ponteiro"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"clicar com o botão direito do mouse, tocar"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clicar no botão do meio"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Iniciar Assistente"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ir para a página inicial"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Voltar"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ver os apps recentes"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ir para a tela inicial"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Deslize para cima com três dedos em qualquer lugar do touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Voltar"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mensagem via satélite"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Enviar e receber mensagens de texto via satélite. Incluído na sua conta."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Enviar e receber mensagens de texto via satélite. Recurso não incluído na sua conta."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mensagem via satélite"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Sobre mensagens via satélite"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"É possível enviar e receber mensagens de texto via satélite como parte de uma conta qualificada da operadora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Seu plano da operadora <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Mensagens via satélite estão incluídas na sua conta"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Mensagens via satélite não estão incluídas na sua conta"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Saiba mais"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Como funciona"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Seu smartphone vai se conectar automaticamente a um satélite. Para conseguir a melhor conexão, vá até um local com céu aberto."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Depois que o smartphone se conectar a um satélite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"É possível enviar mensagens de texto para qualquer pessoa, inclusive para serviços de emergência. O smartphone vai se reconectar a uma rede móvel quando estiver disponível."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"As mensagens via satélite podem demorar mais e estão disponíveis apenas em algumas áreas. O clima e determinadas estruturas podem afetar a conexão por satélite. A ligação via satélite não está disponível. Talvez chamadas de emergência ainda possam ser feitas.\n\nPode levar algum tempo para mudanças na conta aparecerem nas Configurações. Entre em contato com sua operadora para saber mais."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mais informações sobre mensagens via satélite"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Não é possível ativar o <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para ativar o <xliff:g id="FUNCTION">%1$s</xliff:g>, primeiro encerre a conexão via satélite"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conectividade via satélite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Nomes dos pontos de acesso"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Você está no modo agnóstico de páginas de 16 KB. A integridade do software não é garantida nesse modo, e todos os dados armazenados no smartphone enquanto o carregador de inicialização está desbloqueado podem ser expostos a riscos. Como alguns recursos serão desativados nesses modos, alguns aplicativos podem não funcionar. Para entrar de novo no modo de produção, volte para o modo 4 KB e, em seguida, bloqueie o carregador de inicialização no dispositivo. Essa ação vai fazer a redefinição de fábrica do dispositivo novamente. Depois que o dispositivo for inicializado corretamente no Android, desative o desbloqueio de OEM nas Opções do desenvolvedor. Se o dispositivo não for inicializado no Android ou estiver instável, atualize-o novamente com as imagens de fábrica mais recentes especificadas em <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ou use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> e selecione \"Excluir o dispositivo permanentemente\", \"Bloquear carregador de inicialização\" e \"Forçar a atualização de todas as partições\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modo agnóstico de páginas de 16 KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Leia mais"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Executar app com o modo de compatibilidade de tamanho de página"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"O app será executado no modo de compatibilidade de tamanho de página em um dispositivo de 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Gerenciador de relatórios de bugs"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determina qual app gerencia o atalho para o Relatório de bug no dispositivo."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Pessoais"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB indisponível no local atual"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Usar o Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"O protocolo Thread ajuda a conectar seus dispositivos de casa inteligente, aumentando a eficácia e o desempenho deles.\n\nQuando o recurso está ativado, este dispositivo fica qualificado para ingressar em uma rede Thread, permitindo que você controle dispositivos com suporte do Matter por este smartphone."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"O protocolo Thread ajuda a conectar seus dispositivos de casa inteligente, aumentando a eficácia e o desempenho deles.\n\nQuando o recurso está ativado, este aparelho pode ingressar em uma rede Thread, permitindo que você controle dispositivos compatíveis com Matter por este smartphone."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Saiba mais sobre o Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Acesso à câmera"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Acesso ao microfone"</string>
@@ -5504,7 +5555,7 @@
<string name="audio_streams_main_page_password_dialog_format_alert" msgid="4129498127640454717">"A senha precisa ter de 4 a 16 caracteres e usar apenas letras, números e símbolos"</string>
<string name="audio_streams_qr_code_scanner_label" msgid="8799703301071378034">"Leitor de QR code"</string>
<string name="audio_streams_qr_code_help_with_link" msgid="5542328067190486479"><annotation id="link">"Precisa de ajuda?"</annotation></string>
- <string name="homepage_search" msgid="6759334912284663559">"Pesquisar configurações"</string>
+ <string name="homepage_search" msgid="6759334912284663559">"Pesquisar nas configurações"</string>
<string name="keywords_contacts_storage" msgid="9061213057165337893">"contatos, armazenamento, conta"</string>
<string name="contacts_storage_settings_title" msgid="1574030546525203810">"Armazenamento de contatos"</string>
<string name="contacts_storage_device_only_preference_label" msgid="970250816918108264">"Somente dispositivo"</string>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index b087988..024a09f 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Adaugă o limbă"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regiunea preferată"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Numele limbii"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Mai multe setări de limbă"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferințe regionale"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Setează preferințele pentru unități și cifre"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Setează preferințele regionale pentru ca aplicațiile să-ți poată personaliza experiența."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplicațiile vor folosi preferințele tale regionale, dacă este posibil."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferințe regionale"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatură"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Prima zi a săptămânii"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferințe numerice"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Activat"</string>
<string name="external_display_off" msgid="5634413756025351374">"Dezactivat"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ecran extern"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Folosește ecranul extern"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rezoluția ecranului"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ecranul extern este deconectat"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Modificarea rotirii sau a rezoluției poate opri aplicațiile care rulează"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Dispozitivul trebuie să fie conectat la un ecran extern pentru a-ți oglindi ecranul"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Mai multe opțiuni"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Ține apăsat și trage pentru a rearanja afișările."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Proiectare"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"oglindă"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Activează ecranul wireless"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Află mai multe despre rotirea automată"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rezoluția ecranului"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Rezoluție înaltă"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Rezoluție maximă"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Rezoluția maximă consumă mai multă baterie. Dacă schimbi rezoluția, unele aplicații pot reporni."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Selectată"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Culori"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturale"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Setările modului Ora de culcare"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modurile pot și să activeze tema întunecată}=1{{mode_1} activează tema întunecată}=2{{mode_1} și {mode_2} activează tema întunecată}=3{{mode_1}, {mode_2} și {mode_3} activează tema întunecată}few{{mode_1}, {mode_2} și încă # activează tema întunecată}other{{mode_1}, {mode_2} și încă # activează tema întunecată}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Setările pentru Moduri"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Chiar mai întunecat"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Luminozitate redusă suplimentar"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Permite ca dispozitivul să fie mai întunecat ca de obicei"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Durată până la dezactivarea ecranului"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"După <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> de inactivitate"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opțiuni"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accesibilitate"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Tastatură fizică"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Taste nerepetate"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastatura ignoră apăsările repetate rapid ale aceleiași taste"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Pragul pentru evitarea apăsării repetate"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Clic în dreapta jos"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Dă clic în colțul din dreapta jos pe touchpad pentru opțiuni"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Viteza cursorului"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Folosește atingerea cu trei degete"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Culoarea cursorului"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Schimbă stilul de umplere în negru"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Schimbă stilul de umplere în verde"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Învață gesturi pentru touchpad"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, derulează, glisează, dă clic dreapta, dă clic, indicator"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"dă clic dreapta, atinge"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Clic pe butonul din mijloc"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Lansează Asistentul"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Înapoi la pagina de pornire"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Înapoi"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Vezi aplicațiile recente"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Înapoi la ecranul de pornire"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Glisează în sus cu trei degete oriunde pe touchpad"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Înapoi"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Mesaje prin satelit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Trimite și primește mesaje text prin satelit. Opțiunea este inclusă în contul tău."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Trimite și primește mesaje text prin satelit. Opțiunea nu este inclusă în contul tău."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Mesaje prin satelit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Despre mesajele prin satelit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Dacă ai un cont <xliff:g id="CARRIER_NAME">%1$s</xliff:g> eligibil, poți să trimiți și să primești mesaje text prin satelit"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Planul tău <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Mesajele prin satelit sunt incluse în contul tău"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Mesajele prin satelit nu sunt incluse în contul tău"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Află mai multe"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Cum funcționează"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefonul se va conecta automat la un satelit. Pentru o conexiune optimă, trebuie să vezi cerul clar."</string>
<string name="title_supported_service" msgid="4275535165812691571">"După conectarea telefonului la un satelit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Poți să trimiți mesaje oricui, inclusiv serviciilor de urgență. Telefonul se va reconecta la o rețea mobilă când va fi disponibilă."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Trimiterea mesajelor prin satelit poate dura mai mult și este disponibilă doar în anumite zone. Condițiile meteo și anumite structuri pot afecta conexiunea prin satelit. Apelarea prin satelit nu este disponibilă. Este posibil ca apelurile de urgență să se conecteze în continuare.\n\nPoate dura un timp pentru ca modificările aduse contului să apară în Setări. Contactează operatorul pentru detalii."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mai multe despre mesajele prin satelit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Nu se poate activa <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Ca să activezi <xliff:g id="FUNCTION">%1$s</xliff:g>, oprește conexiunea prin satelit"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Conectivitate prin satelit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Numele punctelor de acces"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Ești în modul pe 16 KB independent de dimensiunea paginii. Integritatea software-ului nu poate fi garantată în acest mod și toate datele stocate pe telefon cât timp bootloaderul este deblocat pot fi în pericol. Unele funcții vor fi dezactivate în aceste moduri, prin urmare este posibil ca unele aplicații să nu funcționeze. Pentru a intra din nou în modul de producție, trebuie să revii la modul pe 4 KB, apoi să blochezi bootloaderul dispozitivului. Astfel, dispozitivul revine din nou la setările din fabrică și este restabilit la setările de producție. După ce dispozitivul pornește în sistemul Android, dezactivează deblocarea OEM în Opțiuni pentru dezvoltatori. Dacă dispozitivul nu pornește în sistemul Android sau este instabil, reinstalează cele mai recente configurații din fabrică pe dispozitiv de la <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> sau accesează <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> și selectează Wipe Device (Șterge datele de pe dispozitiv) > Lock Bootloader (Blochează bootloaderul) > Force Flash all partitions (Instalează forțat pe toate partițiile)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modul pe 16 KB independent de dimensiunea paginii"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Citește mai multe"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Rulează aplicația în modul de compatibilitate cu dimensiunea paginii"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplicația va rula în modul de compatibilitate cu dimensiunea paginii pe dispozitivul de 16 KB selectat."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Handler pentru rapoartele de eroare"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Stabilește ce aplicație gestionează comanda rapidă pentru Raportul de eroare pe dispozitivul tău."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 239a150..a7632fe 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Добавить язык"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Региональные настройки"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Введите название языка"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Другие языковые настройки"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Региональные настройки"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Укажите предпочтительные единицы измерения и форматы отображения чисел"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Приложения используют эти параметры для персонализации."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Приложения по возможности будут использовать ваши региональные настройки."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Региональные настройки"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Единицы измерения температуры"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Первый день недели"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Настройки чисел"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Включено"</string>
<string name="external_display_off" msgid="5634413756025351374">"Отключено"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Внешний дисплей"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Использование внешнего дисплея"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Разрешение экрана"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Внешний дисплей отключен"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"При изменении положения или разрешения экрана запущенные приложения могут быть закрыты"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Чтобы дублировать экран, к устройству должен быть подключен внешний дисплей"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Ещё"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Чтобы изменить расположение экранов, перетащите их."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Трансляция"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"дублирование"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Включить"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Подробнее об автоповороте"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Разрешение экрана"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Высокое разрешение"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Исходное разрешение"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Исходное разрешение расходует больше заряда. При смене разрешения некоторые приложения могут перезапуститься."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Выбрано"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Цвета"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Натуральные"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Настройки ночного режима"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Режимы могут также включать тёмную тему.}=1{Режим \"{mode_1}\" также включает тёмную тему.}=2{Режимы \"{mode_1}\" и \"{mode_2}\" также включают тёмную тему.}=3{Режимы \"{mode_1}\", \"{mode_2}\" и \"{mode_3}\" также включают тёмную тему.}one{Режимы \"{mode_1}\", \"{mode_2}\" и ещё # также включают тёмную тему.}few{Режимы \"{mode_1}\", \"{mode_2}\" и ещё # также включают тёмную тему.}many{Режимы \"{mode_1}\", \"{mode_2}\" и ещё # также включают тёмную тему.}other{Режимы \"{mode_1}\", \"{mode_2}\" и ещё # также включают тёмную тему.}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Настройки режимов"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Яркость ниже минимума"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Дополнительное уменьшение яркости"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Разрешить уменьшать яркость экрана ниже обычного"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Время отключения экрана"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"После <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> бездействия"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Параметры"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Специальные возможности"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Физическая клавиатура"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Контроль повторного нажатия"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Быстро повторяющиеся нажатия одной клавиши на клавиатуре будут игнорироваться"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Интервал между повторными нажатиями"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Нажатие на правый нижний угол"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Доп. опции: нажмите на правый нижний угол сенсорной панели"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Скорость указателя"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Нажатие тремя пальцами"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Цвет указателя"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Изменить стиль заливки на черный"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Изменить стиль заливки на зеленый"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Узнать о жестах на сенсорной панели"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"сенсорная панель, мышь, указатель мыши, прокрутить, провести по экрану, нажать правую кнопку мыши, нажать"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"нажать правую кнопку мыши, нажать"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Нажатие средней кнопки мыши"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Запустить Ассистента"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Возврат на главный экран"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Переход назад"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Просмотр недавних приложений"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Возврат на главный экран"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Проведите по сенсорной панели тремя пальцами вверх."</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Назад"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Обмен сообщениями по спутниковой связи"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Обмен текстовыми сообщениями по спутниковой связи включен для вашего аккаунта."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Обмен текстовыми сообщениями по спутниковой связи. Недоступен для вашего аккаунта."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Обмен сообщениями по спутниковой связи"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Об обмене сообщениями по спутниковой связи"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Ваш аккаунт оператора \"<xliff:g id="CARRIER_NAME">%1$s</xliff:g>\" позволяет обмениваться текстовыми сообщениями по спутниковой связи."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Ваш тарифный план оператора \"<xliff:g id="CARRIER_NAME">%1$s</xliff:g>\""</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"В вашем аккаунте есть возможность обмениваться сообщениями по спутниковой связи"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"В вашем аккаунте нет возможности обмениваться сообщениями по спутниковой связи"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Подробнее"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Как это работает"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Ваш телефон автоматически подключится к спутниковой связи. Для оптимального качества соединения найдите место, где хорошо видно небо."</string>
<string name="title_supported_service" msgid="4275535165812691571">"После подключения телефона к спутниковой связи"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Вы можете отправлять текстовые сообщения кому угодно, в том числе экстренным службам. Ваш телефон повторно подключится к мобильной сети, когда она станет доступна."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Обмен сообщениями по спутниковой связи может занять больше времени и доступен только в некоторых регионах. На качество соединения могут влиять погода и внешние препятствия, такие как деревья, стены, мосты и здания. Звонки по спутниковой связи недоступны (кроме экстренных).\n\nМожет пройти некоторое время, прежде чем изменения в вашем аккаунте появятся в настройках. За подробными сведениями обращайтесь к своему оператору связи."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Подробнее об обмене сообщениями по спутниковой связи…"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Не удается включить функцию \"<xliff:g id="FUNCTION">%1$s</xliff:g>\""</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Чтобы включить функцию \"<xliff:g id="FUNCTION">%1$s</xliff:g>\", сначала отключите спутниковую связь."</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Обмен данными со спутником"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Точки доступа"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"точка доступа"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Вы используете режим, независимый от размера страницы, с размером страницы 16 кБ. Гарантировать целостность программного обеспечения при этом невозможно. Пока разблокирован загрузчик операционной системы, любые данные, хранящиеся на телефоне, подвергаются риску. Некоторые функции будут отключены, поэтому отдельные приложения могут не работать. Чтобы вернуться в производственный режим, уменьшите размер страницы памяти до 4 кБ и заблокируйте загрузчик операционной системы. Настройки устройства при этом будут сброшены. После запуска Android отключите разблокировку загрузчика в разделе \"Для разработчиков\". Перепрошейте устройство, если оно работает нестабильно или Android на нем не запускается. Для этого используйте последние заводские образы с сайта <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> или <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a>. Затем нажмите \"Удалить данные с устройства\", \"Заблокировать загрузчик операционной системы\" и \"Принудительно прошить все разделы\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Режим работы, который не зависит от страниц, с размером страницы 16 кБ."</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Ещё"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Запустить приложение в режиме совместимости с размером страницы"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Приложение будет работать в режиме совместимости на устройстве, где установлен размер страницы 16 КБ"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Обработчик отчетов об ошибках"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Выбранное приложение будет запускаться при нажатии быстрой клавиши для отправки отчета об ошибке."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Личный профиль"</string>
@@ -5231,7 +5282,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"Сверхширокополосная связь недоступна в вашем регионе"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Использовать Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread помогает связать устройства умного дома, повышая экономичность эффективность всей системы\n\nЕсли настройка включена, этот телефон можно присоединить к сети Thread и с него управлять устройствами с поддержкой Matter."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread помогает связать устройства умного дома, повышая эффективность всей системы.\n\nЕсли настройка включена, этот телефон можно присоединить к сети Thread и с него управлять устройствами с поддержкой Matter."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Подробнее о Thread…"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Доступ к камере"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Доступ к микрофону"</string>
diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml
index 65569fd..cf2167a 100644
--- a/res/values-si/strings.xml
+++ b/res/values-si/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"භාෂාවක් එක් කරන්න"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ප්රදේශ මනාපය"</string>
<string name="search_language_hint" msgid="1739082427104506694">"භාෂා නම ටයිප් කරන්න"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"තවත් භාෂා සැකසීම්"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"කලාපීය මනාප"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ඒකක සහ අංක මනාප සකසන්න"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"යෙදුම්වලට ඔබේ අත්දැකීම පෞද්ගලීකරණය කළ හැකි පරිදි ඒවාට ඔබේ කලාපීය මනාපයන් දැන ගැනීමට සලස්වන්න."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"යෙදුම් හැකි සෑම විටම ඔබේ කලාපීය මනාප භාවිතා කරනු ඇත."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"කලාපීය මනාප"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"උෂ්ණත්වය"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"සතියෙහි පළමු දිනය"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"අංක මනාප"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ක්රියාත්මකයි"</string>
<string name="external_display_off" msgid="5634413756025351374">"ක්රියාවිරහිතයි"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"බාහිර සංදර්ශකය"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"බාහිර සංදර්ශකය භාවිතා කරන්න"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"සංදර්ශක විභේදනය"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"බාහිර සංදර්ශකය විසන්ධි කර ඇත"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"කරකැවීම හෝ විභේදනය වෙනස් කිරීම දැනට ධාවනය වන ඕනෑම යෙදුමක් නැවැත්විය හැක"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"ඔබේ තිරය පිළිබිඹු කිරීමට ඔබේ උපාංගය බාහිර සංදර්ශකයකට සම්බන්ධ කළ යුතු යි"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"තවත් විකල්ප"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"සංදර්ශක නැවත සකස් කිරීමට අල්ලාගෙන අදින්න."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"දර්පණය"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"රැහැන් රහිත දර්ශනය සබල කරන්න"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ස්වයංක්රිය කරකැවීම ගැන තව දැන ගන්න"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"තිර විභේදනය"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ඉහළ විභේදනය"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"පූර්ණ විභේදනය"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"පූර්ණ විභේදනය ඔබේ බැටරිය වැඩියෙන් භාවිත කරයි. ඔබේ විභේදනය මාරු කිරීම සමහර යෙදුම් නැවත ආරම්භ කිරීමට හේතු විය හැක."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"තෝරා ඇත"</string>
<string name="color_mode_title" msgid="8666690832113906028">"වර්ණ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ස්වභාවික"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"නින්දට යන වේලාවේ ප්රකාර සැකසීම්"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{ප්රකාර අඳුරු තේමාව ද සක්රිය කළ හැක}=1{{mode_1} අඳුරු තේමාව ද සක්රිය කරයි}=2{{mode_1} සහ {mode_2} අඳුරු තේමාව ද සක්රිය කරයි}=3{{mode_1}, {mode_2}, සහ {mode_3} අඳුරු තේමාව ද සක්රිය කරයි}one{{mode_1}, {mode_2}, සහ තව #ක් අඳුරු තේමාව ද සක්රිය කරයි}other{{mode_1}, {mode_2}, සහ තව #ක් අඳුරු තේමාව ද සක්රිය කරයි}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"ප්රකාර සැකසීම්"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"තවත් අඳුරු"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"තවත් අඳුරු"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"උපාංගයට සාමාන්යයට වඩා අඳුරු වීමට ඉඩ දෙන්න"</string>
<string name="screen_timeout" msgid="7709947617767439410">"තිර කල් ඉකුත්වීම"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"අක්රියතාවයෙන් <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> පසු"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"විකල්ප"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ප්රවේශ්යතාව"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"භෞතික යතුරු පුවරුව"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"පනින යතුරු"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"යතුරු පුවරුව එකම යතුර ඉක්මනින් නැවත නැවතත් එබීම නොසලකා හරියි"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"උඩ පනින යතුරු සීමාව"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"පහළ-දකුණ ක්ලික් කරන්න"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"තවත් විකල්ප සඳහා ස්පර්ශ පුවරුව හි පහළ දකුණු කෙළවරේ ක්ලික් කරන්න"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"දර්ශක වේගය"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ඇඟිලි තුනේ තට්ටුවක් භාවිතා කරන්න"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"දර්ශක වර්ණය"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"දර්ශක පිරවුම් විලාසය කළු පැහැයට වෙනස් කරන්න"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"දර්ශක පිරවුම් විලාසය කොළ පැහැයට වෙනස් කරන්න"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ස්පර්ශක පුවරු අභිනයන් ඉගෙන ගන්න"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ට්රැක්පෑඩ්, ට්රැක් පෑඩ්, මූසිකය, කර්සරය, අනුචලනය, ස්වයිප්, දකුණු ක්ලික්, ක්ලික්, දර්ශකය"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"දකුණු ක්ලික් කරන්න, තට්ටු කරන්න"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"මැද ක්ලිකය"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"සහායක දියත් කරන්න"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"මුල් පිටුවට යන්න"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ආපසු යන්න"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"මෑත යෙදුම් බලන්න"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"මුල් පිටුවට යන්න"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ඔබේ ස්පර්ශපුවරුවේ ඕනෑම තැනක ඇඟිලි තුනකින් ඉහළට ස්වයිප් කරන්න"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ආපසු යන්න"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"චන්ද්රිකා පණිවුඩ යැවීම"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"චන්ද්රිකා මඟින් කෙටි පණිවුඩ යැවීම සහ ලබා ගැනීම. ඔබේ ගිණුම සමග ඇතුළත් කර ඇත."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"චන්ද්රිකා මඟින් කෙටි පණිවුඩ යැවීම සහ ලබා ගැනීම. ඔබගේ ගිණුම සමග ඇතුළත් කර නැත."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"චන්ද්රිකා පණිවුඩ යැවීම"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"චන්ද්රිකා පණිවුඩ යැවීම ගැන"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"ඔබට සුදුසුකම් ලත් <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ගිණුමක කොටසක් ලෙස චන්ද්රිකා මඟින් කෙටි පණිවුඩ යැවීමට සහ ලැබීමට හැක"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"ඔබේ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> සැලැස්ම"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"ඔබේ ගිණුම සමග චන්ද්රිකා පණිවුඩ යැවීම ඇතුළත් වේ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"ඔබේ ගිණුම සමග චන්ද්රිකා පණිවුඩ යැවීම ඇතුළත් නොවේ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"තව දැන ගන්න"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"එය ක්රියා කරන ආකාරය"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"ඔබේ දුරකථනය චන්ද්රිකාවකට ස්වයංක්රීයව සම්බන්ධ වේ. හොඳම සම්බන්ධතාව සඳහා, අහසේ පැහැදිලි දර්ශනයක් තබා ගන්න."</string>
<string name="title_supported_service" msgid="4275535165812691571">"ඔබේ දුරකථනය චන්ද්රිකාවකට සම්බන්ධ වූ පසු"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"හදිසි සේවා ඇතුළුව ඔබට ඕනෑම කෙනෙකුට කෙටි පණිවුඩයක් යැවිය හැක. පවතින විට ඔබේ දුරකථනය ජංගම ජාලයකට නැවත සම්බන්ධ වේ."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"චන්ද්රිකා පණිවිඩ යැවීමට වැඩි කාලයක් ගත විය හැකි අතර සමහර ප්රදේශවල පමණක් ලබා ගත හැක. කාලගුණය සහ ඇතැම් ව්යුහයන් ඔබේ චන්ද්රිකා සම්බන්ධතාවයට බලපෑ හැක. චන්ද්රිකා මගින් ඇමතීම ලබා ගත නොහැක. හදිසි අවස්ථා ඇමතුම් තවමත් සම්බන්ධ විය හැක.\n\nගිණුම් වෙනස්කම් සැකසීම් තුළ පෙන්වීමට යම් කාලයක් ගත විය හැක. විස්තර සඳහා ඔබේ වාහකය සම්බන්ධ කර ගන්න."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"චන්ද්රිකා පණිවුඩ යැවීම ගැන වැඩි විස්තර"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ක්රියාත්මක කළ නොහැක"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ක්රියාත්මක කිරීමට, පළමුව චන්ද්රිකා සම්බන්ධතාවය නිමා කරන්න"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"චන්ද්රිකා සබැඳුම් හැකියාව"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ප්රවේශ ලක්ෂ්ය නම්"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"ඔබ සිටින්නේ පිටු-දෘෂ්ටික ප්රකාරයේ 16KB ප්රකාරයේ ය. මෙම ප්රකාරයේ මෘදුකාංග අඛණ්ඩතාව සහතික කළ නොහැකි අතර, ආරම්භකය අගුලු හැර ඇති විට දුරකථනයේ ගබඩා කර ඇති ඕනෑම දත්තක් අවදානමට ලක් වේවි. මෙම ප්රකාර තුළ සමහර විශේෂාංග අබල වෙයි, එබැවින් සමහර යෙදුම් ක්රියා නොකරයි. නිෂ්පාදන ප්රකාරයට නැවත ඇතුළු වීමට, ඔබ 4KB ප්රකාරයට ආපසු මාරු කර උපාංගයේ ආරම්භකය අගුළු දැමිය යුතු ය. මෙමඟින් උපාංගයට නැවත කර්මාන්තශාලා යළි සැකසීම සිදු කරන අතර එය නිෂ්පාදන සැකසුම් වෙත ප්රතිසාධනය කරයි. උපාංගය සාර්ථකව Android සමග ආරම්භ වූ පසු, සංවර්ධක විකල්ප තුළ OEM අගුලු හැරීම අබල කරන්න. උපාංගය Android වෙත පණ ගැන්වීමට අපොහොසත් වුවහොත් හෝ අස්ථායී නම්, <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> වෙතින් නවතම කර්මාන්තශාලා පින්තූර සමග උපාංගය නැවත ෆ්ලෑෂ් කර; \'උපාංගය පිස දමන්න\', \'අගුළු ආරම්භකය\' සහ \'සියලුම කොටස් ෆ්ලෑෂ් කිරීමට බල කරන්න\' තෝරන්න."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB පිටු-දෘෂ්ටික ප්රකාරය"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"තව කියවන්න"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"පිටු ප්රමාණයේ සංයුක්ත ප්රකාරය සමග යෙදුම ධාවනය කරන්න"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"යෙදුම ටොගල් කළ 16 KB උපාංගයේ පිටු ප්රමාණයේ ගැළපුම් ආකාරයෙන් ධාවනය වනු ඇත."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"දෝෂ වාර්තා හසුරුවනය"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"ඔබේ උපාංගයේ දෝෂ වර්තා කෙටිමග හසුරුවන්නේ කුමන යෙදුමදැයි තීරණය කරයි."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"පුද්ගලික"</string>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 96d38c7..fc91b08 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Pridajte jazyk"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferovaný región"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Zadajte názov jazyka"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Ďalšie nastavenia jazyka"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionálne nastavenia"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Nastavte predvoľby jednotiek a čísiel"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Keď používate regionálne nastavenia, aplikácie vám môžu prispôsobiť svoje prostredie."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikácie budú podľa možností používať vaše regionálne nastavenia."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionálne nastavenia"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Teplota"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Prvý deň v týždni"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Predvoľby čísiel"</string>
@@ -562,7 +564,7 @@
<string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"Zdvihnite prst, potom sa opäť dotknite senzora"</string>
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"Senzor odtlačkov prstov nie je možné používať"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"Navštívte poskytovateľa opráv."</string>
- <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Odomknutie odtlačkom prsta pri vypnutej obrazovke"</string>
+ <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Odomykať odtlačkom prsta pri vypnutej obrazovke"</string>
<string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Používajte odomknutie odtlačkom prsta aj keď je obrazovka vypnutá"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"Vypnutá obrazovka, odomknutie"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"Ďalšie nastavenia zabezpečenia"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Zapnuté"</string>
<string name="external_display_off" msgid="5634413756025351374">"Vypnuté"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Externá obrazovka"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Použiť externú obrazovku"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rozlíšenie displeja"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Externá obrazovka je odpojená"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Zmena otočenia alebo rozlíšenia môže zastaviť všetky aktuálne spustené aplikácie"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Ak chcete zrkadliť obrazovku, zariadenie musí byť pripojené k externej obrazovke"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Ďalšie možnosti"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Pridržaním a presunutím môžete usporiadať obrazovky."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Prenos"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"zrkadlenie"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Povoliť bezdrôtové zobrazenie"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Ďalšie informácie o automatickom otáčaní"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rozlíšenie obrazovky"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Vysoké rozlíšenie"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Plné rozlíšenie"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Plné rozlíšenie využíva vo väčšej miere batériu. Ak rozlíšenie prepnete, niektoré aplikácie sa môžu reštartovať."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Vybrané"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Farby"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Prirodzené"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Nastavenia režimu večierky"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Tmavý motív môžu aktivovať aj režimy}=1{Tmavý motív aktivuje aj režim {mode_1}}=2{Tmavý motív aktivujú aj režimy {mode_1} a {mode_2}}=3{Tmavý motív aktivujú aj režimy {mode_1}, {mode_2} a {mode_3}}few{Tmavý motív aktivujú aj režimy {mode_1}, {mode_2} a # ďalšie}many{{mode_1}, {mode_2}, and # more also activate dark theme}other{Tmavý motív aktivujú aj režimy {mode_1}, {mode_2} a # ďalších}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Nastavenia režimov"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ešte tmavšie"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Mimoriadne stmavenie"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Umožnite zariadeniu stmaviť sa viac ako zvyčajne"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Časový limit obrazovky"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> nečinnosti"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Možnosti"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Dostupnosť"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fyzická klávesnica"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Opakované stlačenia"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klávesnica ignoruje rýchle opakované stlačenia rovnakého klávesa"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Prah opakovaného stlačenia"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Kliknutie vpravo dole"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Kliknutím v pravom dolnom rohu touchpadu zobrazíte ďalšie možnosti"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Rýchlosť kurzora"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Použitie klepnutia troma prstami"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Farba kurzora"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Zmena farby kurzora na čiernu"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Zmena farby kurzora na zelenú"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Naučiť sa gestá touchpadu"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, myš, kurzor, posúvať, potiahnuť, kliknúť pravým tlačidlom, kliknúť, ukazovateľ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"kliknúť pravým tlačidlom, klepnúť"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Kliknutie stredným tlačidlom"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Spustiť Asistenta"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Prejdenie na plochu"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Prejsť späť"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Zobraziť nedávne aplikácie"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Prechod na plochu"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Kdekoľvek na touchpade potiahnite troma prstami nahor"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Prejdenie späť"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Správy cez satelit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Odosielajte a prijímajte textové správy cez satelit. Táto možnosť je zahrnutá vo vašom účte."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Odosielajte a prijímajte textové správy cez satelit. Táto možnosť nie je vo vašom účte k dispozícii."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Správy cez satelit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Správy cez satelit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Textová správy môžete odosielať a prijímať cez satelit, pretože váš účet <xliff:g id="CARRIER_NAME">%1$s</xliff:g> spĺňa podmienky."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Vaša tarifa <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Správy cez satelit sú zahrnuté vo vašom účte"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Správy cez satelit nie sú zahrnuté vo vašom účte"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Ďalšie informácie"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Ako to funguje"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Váš telefón sa automaticky pripojí k satelitu. V záujme čo najlepšieho pripojenia choďte na miesto, odkiaľ je dobrý výhľad na oblohu."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Keď sa váš telefón pripojí k satelitu"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Textové správy môžete posielať komukoľvek, aj tiesňovej linke. Keď bude k dispozícii mobilná sieť, váš telefón sa k nej znova pripojí."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Odosielanie a prijímanie správ cez satelit môže trvať dlhšie a v niektorých oblastiach nie je k dispozícii. Počasie a určité budovy môžu mať vplyv na pripojenie cez satelit. Volanie cez satelit nie je k dispozícii. Tiesňové volania môžu byť prepojené.\n\nMôže chvíľu trvať, kým sa zmeny účtu zobrazia v Nastaveniach. Podrobnosti vám poskytne váš operátor."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Viac o správach cez satelit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> sa nedá zapnúť"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Ak chcete zapnúť <xliff:g id="FUNCTION">%1$s</xliff:g>, zrušte pripojenie cez satelit"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Pripojenie cez satelit"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Názvy prístupových bodov"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Ste v režime 16 kB, ktorý nezohľadňuje stránkovanie. V tomto režime nie je možné zaručiť integritu softvéru a všetky dáta uložené v telefóne môžu byť počas odomknutia zavádzacieho programu systému ohrozené. Niektoré funkcie budú v týchto režimoch vypnuté, takže určité aplikácie nemusia fungovať. Ak chcete znova prejsť do ostrého režimu, musíte prepnúť späť do režimu 4 kB a potom uzamknúť zavádzací program systému zariadenia. Tým sa v zariadení znova obnovia výrobné nastavenia na nastavenia ostrého režimu. Po úspešnom zapnutí zariadenia do Androidu vypnite odomknutie OEM v sekcii Pre vývojárov. Ak sa zariadeniu nepodarí spustiť Android alebo bude nestabilné, znova nainštalujte najnovšie výrobné obrazy systému z webu <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> alebo prejdite na <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> a vyberte Vymazať zariadenie, Uzamknúť zavádzací program systému a Vynútiť inštaláciu obrazu systému vo všetkých oddieloch."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Režim 16 kB nezohľadňujúci stránkovanie"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Ďalšie informácie"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Spustiť aplikáciu v režime kompatibility s veľkosťou stránok"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikácia sa v zariadení s 16 kB spustí v režime kompatibility s veľkosťou stránok."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Obsluha hlásení chýb"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Určuje, ktorá aplikácia vo vašom zariadení obsluhuje odkaz na hlásenie chýb."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Osobné"</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index c1f66a8..74fe58a 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dodajanje jezika"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Nastavitev območja"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Vnesite ime jezika"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Več jezikovnih nastavitev"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regijske nastavitve"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Določite nastavitve za enote in številke."</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Aplikacijam sporočite svoje regijske nastavitve, da bodo lahko prilagodile izkušnjo za vas."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikacije bodo uporabile vaše regijske nastavitve povsod, kjer bo to mogoče."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regijske nastavitve"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Prvi dan v tednu"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Nastavitve številk"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Vklopljeno"</string>
<string name="external_display_off" msgid="5634413756025351374">"Izklopljeno"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Zunanji zaslon"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Uporabi zunanji zaslon"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ločljivost zaslona"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Zunanji zaslon ni povezan"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Če spremenite zasuk z vrtenjem ali ločljivost, lahko s tem ustavite vse aplikacije, ki se trenutno izvajajo"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Če želite zrcaliti zaslon, mora biti naprava povezana z zunanjim zaslonom"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Več možnosti"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Pridržite in povlecite, da prerazporedite zaslone."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Predvajanje"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"zrcaljenje"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Omogočanje brezžičnega zaslona"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Več o samodejnem zasuku"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ločljivost zaslona"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Visoka ločljivost"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Polna ločljivost"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Za polno ločljivost se porablja več energije baterije. Ob spremembi ločljivosti se bodo morda nekatere aplikacije znova zagnale."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Izbrano"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Barve"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naravne"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Nastavitve načina za spanje"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Načini lahko prav tako aktivirajo temno temo}=1{Način »{mode_1}« prav tako aktivira temno temo}=2{Načina »{mode_1}« in »{mode_2}« prav tako aktivirata temno temo}=3{Načini »{mode_1}«, »{mode_2}« in »{mode_3}« prav tako aktivirajo temno temo}one{Načina »{mode_1}« in »{mode_2}« ter še # drug način prav tako aktivirajo temno temo}two{Načina »{mode_1}« in »{mode_2}« ter še # druga načina prav tako aktivirajo temno temo}few{Načina »{mode_1}« in »{mode_2}« ter še # drugi načini prav tako aktivirajo temno temo}other{Načina »{mode_1}« in »{mode_2}« ter še # drugih načinov prav tako aktivirajo temno temo}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Nastavitve načinov"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Še temnejše"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Zelo zatemnjeno"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Dovolite, da je zaslon naprave še temnejši kot običajno"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Časovna omejitev za zaslon"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Po toliko časa nedejavnosti: <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Možnosti"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Dostopnost"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fizična tipkovnica"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Zaznava večkratnih pritiskov tipk"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tipkovnica prezre hitro ponovljene pritiske iste tipke"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Prag za prezrtje pritiskov tipk"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klik v spodnjem desnem kotu"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Za več možnosti kliknite sledilno ploščico spodaj desno"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Hitrost kazalca"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Uporaba dotika s tremi prsti"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Barva kazalca"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"V črni slog zapolnitve kazalca"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"V zeleni slog zapolnitve kazalca"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Učenje potez na sledilni ploščici"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"sledilna ploščica, miška, kazalec, drsenje, vlečenje, desni klik, klik"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"desni klik, dotik"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Srednji klik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Zagon Pomočnika"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Na začetni zaslon"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Nazaj"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Ogled nedavnih aplikacij"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Pomik na začetni zaslon"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"S tremi prsti povlecite navzgor po sledilni ploščici."</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Pomik nazaj"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satelitska sporočila"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Pošiljanje in prejemanje sporočil po satelitski povezavi. Je vključeno v vašem računu."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Pošiljanje in prejemanje sporočil po satelitski povezavi. Ni vključeno v vašem računu."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satelitska sporočila"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"O satelitskih sporočilih"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Sporočila lahko pošiljate in prejemate po satelitski povezavi v sklopu ustreznega računa pri operaterju <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Vaš paket pri operaterju <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satelitska sporočila so vključena v vašem računu"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satelitska sporočila niso vključena v vašem računu"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Več o tem"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Kako deluje"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefon se bo samodejno povezal s satelitom. Za najboljšo povezavo zagotovite neoviran pogled v nebo."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Po vzpostavitvi povezave telefona s satelitom"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Sporočilo lahko pošljete vsakomur, tudi reševalnim službam. Telefon se bo znova povezal z mobilnim omrežjem, ko bo to na voljo."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Izmenjava satelitskih sporočil morda traja dalj časa in je na voljo le na nekaterih območjih. Vreme in nekatere ovire lahko vplivajo na satelitsko povezavo. Klicanje po satelitski povezavi ni na voljo. Klici v sili bodo morda kljub temu izvedljivi.\n\nMorda bo trajalo nekaj časa, preden bodo spremembe računa prikazane v nastavitvah. Za podrobnejše informacije se obrnite na operaterja."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Več o satelitskih sporočilih"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Funkcije <xliff:g id="FUNCTION">%1$s</xliff:g> ni mogoče vklopiti"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Če želite vklopiti funkcijo <xliff:g id="FUNCTION">%1$s</xliff:g>, najprej prekinite satelitsko povezavo"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Povezljivost s sateliti"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Imena dostopnih točk"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Ni na voljo ob vzpostavljeni povezavi z operaterjem <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Ste v 16-kilobajtnem načinu načina, neodvisnega od velikosti strani. Celovitosti programske opreme v tem načinu ni mogoče zajamčiti in vsi podatki, shranjeni v telefonu, medtem ko je zagonski nalagalnik odklenjen, so morda ogroženi. V teh načinih bodo nekatere funkcije onemogočene, zato nekatere aplikacije morda ne bodo delovale. Če se želite vrniti v način za splošno razpoložljivost, morate preklopiti nazaj na 4-kilobajtni način, nato pa morate zakleniti zagonski nalagalnik naprave. S tem napravo znova ponastavite na tovarniške nastavitve in jo povrnete na nastavitve za splošno razpoložljivost. Ko se naprava uspešno zažene v sistemu Android, v možnostih za razvijalce onemogočite odklepanje OEM. Če se napravi ne uspe zagnati v sistemu Android ali ni stabilna, jo znova posodobite z najnovejšimi tovarniškimi slikami z naslova <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ali uporabite <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> in izberite možnosti »Wipe Device« (Izbriši podatke v napravi), »Lock Bootloader« (Zakleni zagonski nalagalnik) in »Force Flash all partitions« (Vsili posodobitev vseh particij)."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16-kilobajtni način za neodvisno velikost strani"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Več o tem"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Zaženi aplikacijo v združljivostnem načinu za velikost pomnilniške strani"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikacija se bo izvajala v združljivostnem načinu za velikost pomnilniške strani v preklopljeni 16-kilobajtni napravi."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Rutina za obravnavo poročila o napakah"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Določa, katera aplikacija obravnava bližnjico za poročilo o napakah v napravi."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Osebno"</string>
diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml
index e2e0eeb..ca025cc 100644
--- a/res/values-sq/strings.xml
+++ b/res/values-sq/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Shto një gjuhë"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Preferenca e rajonit"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Shkruaj emrin e gjuhës"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Cilësime të tjera të gjuhës"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Preferencat rajonale"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Cakto njësitë dhe preferencat e numrave"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Tregoju aplikacioneve preferencat e tua rajonale në mënyrë që të personalizojnë përvojën tënde."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Aplikacionet do të përdorin preferencat e tua rajonale atje ku është e mundur."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Preferencat rajonale"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Dita e parë e javës"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Preferencat e numrave"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Aktiv"</string>
<string name="external_display_off" msgid="5634413756025351374">"Joaktiv"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ekrani i jashtëm"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Përdor ekranin e jashtëm"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Rezolucioni i ekranit"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ekrani i jashtëm është shkëputur"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Ndryshimi i rrotullimit ose rezolucionit mund të ndalojë çdo aplikacion që është aktualisht në funksionim"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Pajisja jote duhet të lidhet me një ekran të jashtëm për të pasqyruar ekranin tënd"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Opsione të tjera"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Mbaj shtypur dhe zvarrit për të risistemuar ekranet."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Transmetimi"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"pasqyro"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Aktivizo ekranin wireless"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Mëso më shumë për rrotullimin automatik"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Rezolucioni i ekranit"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Rezolucion i lartë"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Rezolucion i plotë"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Rezolucioni i plotë përdor më shumë bateri. Ndryshimi i rezolucionit mund të shkaktojë rinisjen e disa aplikacioneve."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Zgjedhur"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Ngjyrat"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natyrale"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Cilësimet e modalitetit të \"Orarit të gjumit\""</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modalitetet mund të aktivizojnë gjithashtu temën e errët}=1{\"{mode_1}\" aktivizon gjithashtu temën e errët}=2{\"{mode_1}\" dhe \"{mode_2}\" aktivizojnë gjithashtu temën e errët}=3{\"{mode_1}\", \"{mode_2}\" dhe \"{mode_3}\" aktivizojnë gjithashtu temën e errët}other{\"{mode_1}\", \"{mode_2}\" dhe # tjetër aktivizojnë gjithashtu temën e errët}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Cilësimet e modaliteteve"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Edhe më i zbehtë"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Shumë më i zbehtë"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Lejo që ekrani i pajisjes të zbehet më shumë se zakonisht"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Koha e pritjes së ekranit"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Pas <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> pa aktivitet"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Opsionet"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Qasshmëria"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Tastiera fizike"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Tastet e përsëritura"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tastiera i shpërfill shtypjet e shpejta të përsëritura të të njëjtit tast"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Pragu për tastet e përsëritura"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klikimi në këndin poshtë djathtas"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Kliko te këndi poshtë djathtas i bllokut me prekje për më shumë opsione"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Shpejtësia e treguesit"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Përdor trokitjen me tre gishta"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Ngjyra e treguesit"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Ndrysho stilin e mbushjes së treguesit në të zezë"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Ndrysho stilin e mbushjes së treguesit në jeshile"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Mëso gjestet e bllokut me prekje"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"blloku i prekjes, bllok i prekjes, miu, kursori, lëviz, rrëshqit shpejt, kliko më të djathtin, kliko, treguesi"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"kliko me të djathtin, trokit"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Klikimi në mes"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Hap \"Asistentin\""</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Shko tek ekrani bazë"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Kthehu prapa"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Shiko aplikacionet e fundit"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Shko tek ekrani bazë"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Rrëshqit lart me tre gishta kudo në bllokun tënd me prekje"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Kthehu prapa"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Shkëmbimi i mesazheve nëpërmjet satelitit"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Dërgo dhe merr mesazhe me tekst nëpërmjet satelitit. Përfshihet me llogarinë tënde."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Dërgo dhe merr mesazhe me tekst nëpërmjet satelitit. Nuk përfshihet me llogarinë tënde."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Shkëmbimi i mesazheve nëpërmjet satelitit"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Rreth shkëmbimit të mesazheve nëpërmjet satelitit"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Mund të dërgosh dhe të marrësh mesazhe me tekst nëpërmjet satelitit si pjesë e një llogarie të kualifikueshme të <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Plani yt i <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Shkëmbimi i mesazheve nëpërmjet satelitit përfshihet me llogarinë tënde"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Shkëmbimi i mesazheve nëpërmjet satelitit nuk përfshihet me llogarinë tënde"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Mëso më shumë"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Si funksionon"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefoni yt do të lidhet automatikisht me një satelit. Për lidhjen më të mirë, qëndro në pamje të pastër të qiellit."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Pasi telefoni yt të lidhet me një satelit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Mund t\'i dërgosh mesazh me tekst kujtdo, duke përfshirë shërbimet e urgjencës. Telefoni yt do të rilidhet me një rrjet celular kur disponohet."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Shkëmbimi i mesazheve nëpërmjet satelitit mund të kërkojë më shumë kohë dhe ofrohet vetëm në disa zona. Moti dhe disa struktura të caktuara mund të ndikojnë në lidhjen tënde satelitore. Telefonatat nëpërmjet satelitit nuk ofrohen. Telefonatat e urgjencës mund të lidhen përsëri.\n\nMund të duhet pak kohë që ndryshimet e llogarisë të shfaqen te \"Cilësimet\". Kontakto me operatorin celular për detaje."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Më shumë rreth shkëmbimit të mesazheve nëpërmjet satelitit"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Veçoria <xliff:g id="FUNCTION">%1$s</xliff:g> nuk mund të aktivizohet"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Për të aktivizuar veçorinë <xliff:g id="FUNCTION">%1$s</xliff:g>, në fillim mbyll lidhjen satelitore"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Lidhja satelitore"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Emrat e pikës së qasjes"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Je në modalitetin 16 KB të modalitetit të pavarësisë nga madhësia e faqes. Integriteti i softuerit nuk mund të garantohet në këtë modalitet dhe mund të rrezikohet çdo e dhënë e ruajtur në telefon kur ngarkuesi i fillimit është i shkyçur. Disa veçori do të çaktivizohen në këto modalitete, kështu që disa aplikacione mund të mos funksionojnë. Për të hyrë përsëri në modalitetin e prodhimit, duhet të kthehesh përsëri në modalitetin 4 KB dhe më pas të kyçësh ngarkuesin e fillimit të pajisjes. Ky veprim do ta rivendosë pajisjen në gjendje fabrike dhe do ta restaurojë te cilësimet e prodhimit. Pasi pajisja të niset me sukses në Android, çaktivizo shkyçjen e OEM-së tek \"Opsionet e zhvilluesit\". Nëse pajisja nuk arrin të niset në Android ose është e paqëndrueshme, riinstalo në pajisje imazhet më të fundit të fabrikës nga <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> ose përdor <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> dhe zgjidh \"Pastro pajisjen\", \"Kyç ngarkuesin e fillimit\" dhe \"Riinstalo me forcë të gjitha ndarjet\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Modaliteti 16 KB i pavarësisë nga madhësia e faqes"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Lexo më shumë"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Ekzekuto aplikacionin me modalitetin e përputhshmërisë me madhësinë e faqes"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Aplikacioni do të ekzekutohet në modalitetin e përputhshmërisë me madhësinë e faqes në pajisjen ku është aktivizuar modaliteti 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Administruesi i raportit të defekteve në kod"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Përcakton se cili aplikacion administron shkurtoren e \"Raportit të defekteve në kod\" në pajisjen tënde."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 344814c..51e4310 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Додајте језик"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Подешавање региона"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Унесите назив језика"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Још подешавања језика"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Регионална подешавања"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Изаберите подешавања јединица и бројева"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Омогућите апликацијама да сазнају ваша регионална подешавања како би могле да персонализују ваш доживљај."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Апликације ће користити регионална подешавања када је то могуће."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Регионална подешавања"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температура"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Први дан недеље"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Подешавања бројева"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Укључено"</string>
<string name="external_display_off" msgid="5634413756025351374">"Искључено"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Спољни екран"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Користи спољни екран"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Резолуција екрана"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Спољни екран је искључен"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Промена ротације или резолуције може да заустави све апликације које су тренутно активне"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Уређај мора да буде повезан са спољним екраном да би се пресликао цео екран"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Још опција"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Задржите и превуците да бисте прераспоредили приказ на екранима."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Пребацивање"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"пресликати"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Омогући бежични приказ"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Сазнајте више о аутоматском ротирању"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Резолуција екрана"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Висока резолуција"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Пуна резолуција"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Пуна резолуција користи више батерије. Ако пређете на ову резолуцију, неке апликације ће се можда рестартовати."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Изабрано је"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Боје"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Природне"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Подешавања режима за спавање"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Режими могу и да активирају тамну тему}=1{{mode_1} активира и тамну тему}=2{{mode_1} и {mode_2} активирају и тамну тему}=3{{mode_1}, {mode_2} и {mode_3} активирају и тамну тему}one{{mode_1}, {mode_2} и још # активирају и тамну тему}few{{mode_1}, {mode_2} и још # активирају и тамну тему}other{{mode_1}, {mode_2} и још # активирају и тамну тему}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Подешавања режима"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Још слабије осветљење"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Додатно затамњено"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Дозволите да осветљење уређаја буде слабије него обично"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Гашење екрана"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"После <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> неактивности"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Опције"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Приступачност"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Физичка тастатура"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Дужи одзив тастера"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Тастатура занемарује брзе притиске истог тастера који се понављају"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Праг за дужи одзив тастера"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Клик доле десно"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"За више опција, кликните на доњи десни угао тачпеда"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Брзина показивача"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Користите додир помоћу три прста"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Боја показивача"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Промените стил попуне у црно"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Промените стил попуне у зелено"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Научите покрете за тачпед"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"додирна табла, миш, курсор, скроловање, превлачење, десни клик, клик, показивач"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"десни клик, додир"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Средњи клик"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Покрени Помоћник"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Иди на почетни екран"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Назад"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Прикажи недавне апликације"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Иди на почетни екран"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Превуците нагоре са три прста било где на тачпеду"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Назад"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Сателитска размена порука"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Шаљите и примајте текстуалне поруке преко сателита. Обухваћено је налогом."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Шаљите и примајте текстуалне поруке преко сателита. Није обухваћено налогом."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Сателитска размена порука"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"О сателитској размени порука"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Ако код мобилног оператера <xliff:g id="CARRIER_NAME">%1$s</xliff:g> имате налог који испуњава услове, можете да шаљете и примате текстуалне поруке преко сателита."</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Пакет код мобилног оператера <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Сателитска размена порука је обухваћена налогом"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Сателитска размена порука није обухваћена налогом"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Сазнајте више"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Принцип рада"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Телефон ће се аутоматски повезати на сателит. За најбољи квалитет везе, уверите се да вам ништа не заклања поглед на небо."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Кад се телефон повеже на сателит"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Можете да шаљете поруке било коме, укључујући хитне службе. Телефон ће се поново повезати на мобилну мрежу када буде доступна."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Сателитска размена порука може да траје дуже и доступна је само у одређеним областима. Временски услови и одређене структуре могу да утичу на сателитску везу. Позивање путем сателита није доступно. Хитни позиви и даље могу да се обаве.\n\nТреба мало времена да се промене налога појаве у Подешавањима. Обратите се мобилном оператеру за детаље."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Више о сателитској размени порука"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Не може да се укључи <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Да бисте укључили <xliff:g id="FUNCTION">%1$s</xliff:g>, прво завршите сателитску везу"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Сателитска веза"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Називи приступних тачака"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"Назив приступне тачке"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Недоступно када је повезано са: <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Користите режим од 16 KB у оквиру режима независног од величине странице. У овом режиму не може да се гарантује интегритет софтвера, па могу бити угрожени подаци који сe чувају на телефону док је покретачки програм откључан. Неке функције су онемогућене у овим режимима, што значи да неке апликације можда неће радити. Да бисте уређај поново вратили у производни режим, морате да га вратите на режим од 4 KB и закључате покретачки програм уређаја. То ће поново ресетовати уређај на фабричка подешавања и вратити га на производна подешавања. Када се на уређају укључи Android, онемогућите OEM откључавање у Опцијама за програмера. Ако је уређај нестабилан или се на њему не укључи Android, поново га флешујте користећи најновије слике са фабричким подешавањима са <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>. Можете и да користите <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> и изаберете Обриши уређај, Закључај покретачки програм и Принудно флешуј све партиције."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Режим од 16 kB независан од величине странице"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Прочитајте више"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Покрените апликацију у режиму компатибилности величине странице"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Апликација ће се покретати у режиму компатибилности величине странице на уређају на ком је укључена величина странице од 16 KB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Обрађивач извештаја о грешци"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Одређује која апликација управља пречицом за извештај о грешци на уређају."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Лично"</string>
@@ -5504,7 +5556,7 @@
<string name="audio_streams_main_page_password_dialog_format_alert" msgid="4129498127640454717">"Лозинка мора да садржи од 4 до 16 знакова и може да садржи само слова, бројеве и симболе"</string>
<string name="audio_streams_qr_code_scanner_label" msgid="8799703301071378034">"Скенер QR кода"</string>
<string name="audio_streams_qr_code_help_with_link" msgid="5542328067190486479"><annotation id="link">"Треба вам помоћ?"</annotation></string>
- <string name="homepage_search" msgid="6759334912284663559">"Подешавања претраге"</string>
+ <string name="homepage_search" msgid="6759334912284663559">"Претражите подешавања"</string>
<string name="keywords_contacts_storage" msgid="9061213057165337893">"контакти, меморијски простор, налог"</string>
<string name="contacts_storage_settings_title" msgid="1574030546525203810">"Меморијски простор за контакте"</string>
<string name="contacts_storage_device_only_preference_label" msgid="970250816918108264">"Само уређај"</string>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index df42953..ae9252b 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Lägg till ett språk"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Regionsinställningar"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Ange språk"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Fler språkinställningar"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Regionsinställningar"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Anger inställningar för enheter och siffror"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Ge appar åtkomst till dina regionsinställningar så att din upplevelse kan anpassas."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Appar använder dina regionsinställningar om möjligt."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Regionsinställningar"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatur"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Första dagen i veckan"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Sifferinställningar"</string>
@@ -562,7 +564,7 @@
<string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"Lyft fingret och nudda sedan sensorn igen"</string>
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"Det går inte att använda fingeravtryckssensorn"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"Besök ett reparationsställe."</string>
- <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Skärmen av, fingeravtryckslås"</string>
+ <string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"Fingeravtryckslås när skärmen är av"</string>
<string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"Använd fingeravtryckslås även när skärmen är av"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"Skärmen av, lås upp"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"Fler säkerhetsinställningar"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"På"</string>
<string name="external_display_off" msgid="5634413756025351374">"Av"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Extern skärm"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Använd extern skärm"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Skärmens upplösning"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Extern skärm har kopplats från"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Om du ändrar rotation eller upplösning kan appar som körs för närvarande stoppas"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Enheten måste vara ansluten till en extern skärm för att spegla skärmen"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Fler alternativ"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Ordna om skärmarna genom att trycka och dra."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Casta"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"spegling"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Aktivera wifi-skärmdelning"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Läs mer om automatisk rotation"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Skärmupplösning"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Hög upplösning"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Full upplösning"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Full upplösning drar mer batteri. Om du byter upplösning kan vissa appar startas om."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Markerad"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Färger"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturliga"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Inställningar för läggdagsläget"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Mörkt tema kan även aktiveras av lägen}=1{{mode_1} aktiverar även mörkt tema}=2{{mode_1} och {mode_2} aktiverar även mörkt tema}=3{{mode_1}, {mode_2} och {mode_3} aktiverar även mörkt tema}other{{mode_1}, {mode_2} och # till aktiverar även mörkt tema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Inställningar för lägen"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ännu mer dimmat"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extradimmat"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Tillåt att enheten dimmas mer än vanligt"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Skärmens tidsgräns"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Efter att ha varit inaktiv i <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Alternativ"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Tillgänglighet"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fysiskt tangentbord"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Studsande tangenter"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Tangentbordet ignorerar snabbt upprepade tryck på samma tangent"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Gräns för studsande tangent"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Klicka nere till höger"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Klicka i högra hörnet på styrplattan för fler alternativ"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Markörens hastighet"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Använd tryck med tre fingrar"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Muspekarens färg"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Ändra markörfyllningen till svart"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Ändra markörfyllningen till grön"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Lär dig rörelser för styrplattan"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"styrplatta, styr platta, mus, markör, scrolla, svep, högerklicka, klicka, pekare"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"högerklicka, tryck"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Mittenklicka"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Starta Assistent"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Återvänd till startsidan"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Tillbaka"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Se de senaste apparna"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Öppna startsidan"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Svep uppåt med tre fingrar var som helst på styrplattan"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Tillbaka"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellitmeddelanden"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Skicka och ta emot sms via satellit. Ingår i kontot."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Skicka och ta emot sms via satellit. Ingår inte i kontot."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellitmeddelanden"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Om satellitmeddelanden"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Att skicka och ta emot sms via satellit ingår i kvalificerade <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-konton"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Ditt <xliff:g id="CARRIER_NAME">%1$s</xliff:g>-abonnemang"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Satellitmeddelanden ingår i kontot"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Satellitmeddelanden ingår inte i kontot"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Läs mer"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Så fungerar det"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefonen ansluter automatiskt till en satellit. Den bästa anslutningen får du utomhus under bar himmel."</string>
<string name="title_supported_service" msgid="4275535165812691571">"När telefonen ansluter till en satellit"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Du kan sms:a vem som helst, inklusive räddningstjänsten. Telefonen återansluter till ett mobilnätverk när det finns ett tillgängligt."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Satellitmeddelanden kan ta längre tid och är bara tillgängliga i vissa områden. Väder och vissa byggnader kan påverka din satellitanslutning. Du kan inte ringa samtal via satellit. Nödsamtal kanske fortfarande går fram.\n\nDet kan ta en stund innan kontoändringar dyker upp i inställningarna. Kontakta operatören för mer information."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Mer om satellitmeddelanden"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Det går inte att aktivera <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Om du vill aktivera <xliff:g id="FUNCTION">%1$s</xliff:g> avslutar du först satellitanslutningen"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Satellitanslutning"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Namn på åtkomstpunkter"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Inte tillgänglig vid anslutning till <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Du använder 16 kB-versionen av det sidagnostiska läget. Det går inte att garantera mjukvarans integritet i detta läge och all data som lagras på telefonen när starthanteraren är olåst kan vara i farozonen. En del funktioner inaktiveras i dessa lägen. Det kan innebära att vissa program inte fungerar. Om du vill återgå till produktionsläget måste du byta tillbaka till 4 kB-läget och sedan låsa starthanteraren på enheten. Detta återställer enheten till produktionsinställningarna igen. När enheten startas med Android ska du inaktivera OEM-upplåsning i utvecklaralternativen. Om det inte går att starta enheten med Android eller om den inte är stabil flashar du om enheten med de senaste systemavbildningarna från <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> or use <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> och väljer Rensa enhet, Lås starthanteraren och Tvångsflasha alla partitioner."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 kB-versionen av det sidagnostiska läget"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Läs mer"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Kör appen i kompatibilitetsläge för sidstorlek"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Appen körs i kompatibilitetsläge för sidstorlek på enheter med stöd för 16 kB."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Felrapportshanterare"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Avgör vilken app som hanterar Genväg till felrapport på enheten."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Privat"</string>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index 977b155..0c9c4df 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Weka lugha"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Mapendeleo ya eneo"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Andika jina la lugha"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Mipangilio zaidi ya lugha"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Mapendeleo ya kimaeneo"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Weka mapendeleo ya vipimo na namba"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Ruhusu programu zifahamu mapendeleo yako ya kimaeneo ili ziweze kuwekea hali yako ya utumiaji mapendeleo."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Programu zitatumia mapendeleo yako ya kimaeneo inapowezekana."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Mapendeleo ya kimaeneo"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Halijoto"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Siku ya kwanza ya wiki"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Mapendeleo ya namba"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Imewashwa"</string>
<string name="external_display_off" msgid="5634413756025351374">"Imezimwa"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Skrini ya Nje"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Tumia skrini ya nje"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ubora wa skrini"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Skrini ya nje imeondolewa"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Hatua ya kubadilisha mzunguko au ubora inaweza kufanya programu zozote zinazotumika kwa sasa ziache kufanya kazi"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Ni lazima kifaa chako kiunganishwe na skrini ya nje ili kuakisi skrini yako"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Chaguo zaidi"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Shikilia na uburute upange upya skrini zako."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Tuma"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"kioo"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Washa kuonyesha skrini bila kutumia waya"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Pata maelezo zaidi kuhusu kuzungusha skrini kiotomatiki"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ubora wa skrini"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Ubora wa juu"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Ubora kamili"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Ubora kamili wa skrini hutumia zaidi betri yako. Kubadili ubora wa skrini yako kunaweza kusababisha baadhi ya programu zizime kisha ziwake."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Umechaguliwa"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Rangi"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Asili"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Mipangilio ya Hali tuli"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Hali pia zinaweza kuwezesha mandhari meusi}=1{{mode_1} pia huwasha mandhari meusi}=2{{mode_1} na {mode_2} pia huwasha mandhari meusi}=3{{mode_1}, {mode_2} na {mode_3} pia huwasha mandhari meusi}other{{mode_1}, {mode_2} na nyingine # pia huwasha mandhari meusi}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Mipangilio ya hali"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Mwangaza uliofifia zaidi"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Kipunguza mwangaza zaidi"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Ruhusu mwangaza wa kifaa hiki ufifie kuliko kawaida"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Muda wa skrini kujizima"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Baada ya <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> za kutokuwa na shughuli"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Chaguo"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Ufikivu"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Kibodi halisi"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Vitufe vinavyoduta"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Kibodi hupuuza vitendo vya kurudia kubonyeza kitufe kimoja haraka mara nyingi"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Upeo wa mibofyo inayopuuzwa"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Kubofya chini kulia"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Bofya kona ya chini kulia mwa padi ya kugusa kwa chaguo zaidi"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Kasi ya kiashiria"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Gusa kwa vidole vitatu"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Rangi ya kielekezi"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Badilisha kielekezi kiwe cheusi"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Badilisha kielekezi kiwe cha kijani"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Jifunze ishara za padi ya kugusa"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"padi ya kusogeza, padi ya kusogeza, kipanya, kiteuzi, nenda, telezesha kidole, bofya kulia, bofya, kishale"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"bofya kulia, gusa"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Kubofya katikati"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Fungua programu ya Mratibu"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Nenda kwenye ukurasa wa mwanzo"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Rudi nyuma"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Angalia programu za hivi majuzi"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Nenda kwenye ukurasa wa mwanzo"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Telezesha vidole vitatu juu popote kwenye padi yako ya kugusa"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Rudi nyuma"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Kutuma ujumbe kupitia setilaiti"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Tuma na upokee ujumbe wa maandishi kupitia setilaiti. Imejumuishwa kwenye akaunti yako."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Tuma na upokee ujumbe wa maandishi kupitia setilaiti. Haijajumuishwa kwenye akaunti yako."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Kutuma ujumbe kupitia setilaiti"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Kuhusu kutuma ujumbe kupitia setilaiti"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Unaweza kutuma na kupokea ujumbe wa maandishi kupitia setilaiti kama sehemu ya akaunti inayotimiza masharti ya <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Mpango wako wa <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Huduma ya kutuma ujumbe kupitia setilaiti imejumuishwa kwenye akaunti yako"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Huduma ya kutuma ujumbe kupitia setilaiti haijajumuishwa kwenye akaunti yako"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Pata Maelezo Zaidi"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Utaratibu wake"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Simu yako itaunganisha kiotomatiki kwenye setilaiti. Kwa muunganisho bora, hakikisha anga inaonekana vizuri."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Baada ya simu yako kuunganisha kwenye setilaiti"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Unaweza kumtumia yeyote ujumbe, ikiwa ni pamoja na huduma za dharura. Simu yako itaunganisha tena kwenye mtandao wa simu ukipatikana."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Huenda huduma ya kutuma ujumbe kupitia setilaiti ikachukua muda mrefu na inapatikana tu katika baadhi ya maeneo. Huenda hali ya hewa na majengo fulani yakaathiri muunganisho wako wa setilaiti. Huduma ya kupiga simu kupitia setilaiti haipatikani. Simu za dharura bado zinaweza kuunganishwa.\n\nInaweza kuchukua muda kabla ya mabadiliko uliyofanya kwenye akaunti yaonekane katika Mipangilio. Wasiliana na mtoa huduma wako ili upate maelezo."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Maelezo zaidi kuhusu kutuma ujumbe wa setilaiti"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Imeshindwa kuwasha <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Ili uwashe <xliff:g id="FUNCTION">%1$s</xliff:g>, zima kwanza muunganisho wa setilaiti"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Muunganisho wa setilaiti"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Majina ya Milango ya Mtandao"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Unatumia hali ya KB 16 kwenye hali isiyotegemea ukubwa wa ukurasa. Hatuwezi kukuhakikishia uadilifu wa programu katika hali hii na huenda data yoyote iliyohifadhiwa kwenye simu wakati programu ya kuwasha mfumo wa uendeshaji imefunguliwa ikawa katika hatari. Baadhi ya vipengele vitazimwa katika hali hizi, kwa hivyo huenda baadhi ya programu zisifanye kazi. Ili uingie tena katika hali ya toleo la umma, ni lazima urudi katika hali ya KB 4 kisha ufunge programu ya kuwasha mfumo wa uendeshaji kwenye kifaa. Hatua hii itarejesha tena mipangilio ambayo kifaa kilitoka nayo kiwandani na kuirejesha katika mipangilio ya toleo la umma. Baada ya kifaa kuwashwa katika Android, zima mipangilio ya kufungua OEM katika Chaguo za wasanidi programu. Iwapo kifaa kitashindwa kuwaka katika Android au si thabiti, weka upya data ya kifaa ukitumia picha mpya kabisa za kiwandani kutoka <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> au utumie <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> kisha uchague \'Futa Kabisa Data Yote Kwenye Kifaa\', \'Funga Programu ya Kuwasha Mfumo wa Uendeshaji\' na \'Lazimisha Kuweka kwenye sehemu zote\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Hali ya KB 16 Isiyotegemea Ukurasa"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Endelea kusoma"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Tekeleza programu katika hali ya uoanifu wa ukubwa wa ukurasa"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Programu itatekelezwa katika hali ya uoanifu wa ukubwa wa ukurasa kwenye kifaa kilichogeuzwa kuwa KB 16."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Kidhibiti cha ripoti ya hitilafu"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Hubaini programu inayodhibiti njia ya mkato ya Ripoti ya Hitilafu kwenye kifaa chako."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Binafsi"</string>
diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml
index df3b4d0..341f43a 100644
--- a/res/values-ta/strings.xml
+++ b/res/values-ta/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"மொழியைச் சேர்த்தல்"</string>
<string name="country_selection_title" msgid="5376929821458644732">"மண்டல விருப்பம்"</string>
<string name="search_language_hint" msgid="1739082427104506694">"மொழி பெயரை உள்ளிடுக"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"கூடுதல் மொழி அமைப்புகள்"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"பிராந்தியத்திற்கேற்ற விருப்பங்கள்"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"யூனிட்கள் மற்றும் எண் விருப்பத்தேர்வுகளை அமைக்கலாம்"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"உங்கள் பிராந்தியத்திற்கேற்ற விருப்பங்களை ஆப்ஸுக்குத் தெரிவியுங்கள். இதனால் உங்கள் அனுபவத்தை ஆப்ஸால் பிரத்தியேகமாக்க முடியும்."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"சாத்தியமாக இருக்கும்பட்சத்தில் உங்கள் பிராந்தியத்திற்கேற்ற விருப்பங்களை ஆப்ஸ் பயன்படுத்தும்."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"பிராந்தியத்திற்கேற்ற விருப்பங்கள்"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"வெப்பநிலை"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"வாரத்தின் முதல் நாள்"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"எண்களுக்கான விருப்பத்தேர்வுகள்"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"இயக்கப்பட்டுள்ளது"</string>
<string name="external_display_off" msgid="5634413756025351374">"முடக்கப்பட்டுள்ளது"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"வெளிப்புற டிஸ்ப்ளே"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"வெளிப்புற டிஸ்ப்ளேவைப் பயன்படுத்துதல்"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"டிஸ்ப்ளே தெளிவுத்திறன்"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"வெளிப்புற டிஸ்ப்ளே முடக்கப்பட்டுள்ளது"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"சுழற்சி அல்லது தெளிவுத்திறனை மாற்றுவது தற்போது இயக்கத்தில் இருக்கும் ஆப்ஸ் அனைத்தையும் நிறுத்தக்கூடும்"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"திரையைப் பிரதிபலிக்க உங்கள் சாதனம் வெளிப்புற டிஸ்ப்ளேயுடன் இணைக்கப்பட்டிருக்க வேண்டும்"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"கூடுதல் விருப்பங்கள்"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"காட்சிகளை மறுவரிசைப்படுத்த பிடித்து இழுங்கள்."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"அலைபரப்பு"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"பிரதிபலித்தல்"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"வயர்லெஸ் காட்சியை இயக்கு"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"\'தானாகச் சுழற்று\' அமைப்பு குறித்து மேலும் அறிக"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"திரையின் தெளிவுத்திறன்"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"உயர் தெளிவுத்திறன்"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"முழுத் தெளிவுத்திறன்"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"முழுத் தெளிவுத்திறனை அமைத்தால் பேட்டரி அதிகமாகப் பயன்படுத்தப்படும். தெளிவுத்திறனை மாற்றினால் சில ஆப்ஸ் மீண்டும் தொடங்கக்கூடும்."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"தேர்ந்தெடுக்கப்பட்டது"</string>
<string name="color_mode_title" msgid="8666690832113906028">"வண்ணங்கள்"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"இயற்கை வண்ணம்"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"உறக்கநேரப் பயன்முறை அமைப்புகள்"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{பயன்முறைகள் டார்க் தீமையும் இயக்கலாம்}=1{{mode_1} டார்க் தீமையும் இயக்கும்}=2{{mode_1}, {mode_2} ஆகியவை டார்க் தீமையும் இயக்கும்}=3{{mode_1}, {mode_2}, {mode_3} ஆகியவை டார்க் தீமையும் இயக்கும்}other{{mode_1}, {mode_2} மற்றும் # பயன்முறைகள் டார்க் தீமையும் இயக்கும்}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"பயன்முறைகளுக்கான அமைப்புகள்"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"வெளிச்சத்தை மேலும் குறைத்தல்"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"மிகக் குறைவான வெளிச்சம்"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"சாதனத்தின் வெளிச்சத்தை வழக்கத்தைவிடக் குறைக்க அனுமதிக்கலாம்"</string>
<string name="screen_timeout" msgid="7709947617767439410">"திரை அணைவு நேரம்"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> செயல்படாமல் இருப்பின்"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"விருப்பங்கள்"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"மாற்றுத்திறன் வசதி"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"கைமுறை கீபோர்டு"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"பவுன்ஸ் விசைகள்"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ஒரே பட்டனைத் தொடர்ச்சியாக அழுத்துவதைக் கீபோர்டு விரைவாகப் புறக்கணிக்கிறது"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"பவுன்ஸ் பட்டன் வரம்பு"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"கீழ்வலது மூலையில் கிளிக் செய்தல்"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"மேலும் விருப்பங்களுக்கு டச்பேடின் கீழ்வலது மூலையில் தட்டுக"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"பாயிண்ட்டர் வேகம்"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"மூன்று விரலால் தட்டுங்கள்"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"பாயிண்டரின் வண்ணம்"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"பாயிண்ட்டர் ஃபில் ஸ்டைலைக் கருப்பாக மாற்றலாம்"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"பாயிண்ட்டர் ஃபில் ஸ்டைலைப் பச்சையாக மாற்றலாம்"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"டச்பேட் சைகைகளை அறிந்துகொள்ளுங்கள்"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"டிராக்பேட், டிராக் பேட், மவுஸ், கர்சர், ஸ்க்ரோல், ஸ்வைப், வலது கிளிக், கிளிக், பாயிண்ட்டர்"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"வலது கிளிக், தட்டு"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"மிடில் கிளிக்"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistantடைத் தொடங்கு"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"முகப்பிற்குச் செல்"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"பின்செல்"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"சமீபத்திய ஆப்ஸைக் காட்டு"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"முகப்பிற்குச் செல்"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"டச்பேடில் மூன்று விரல்களால் மேல்நோக்கி ஸ்வைப் செய்யுங்கள்"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"பின்செல்"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"சாட்டிலைட் மெசேஜிங்"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"சாட்டிலைட் மூலம் மெசேஜ்களை அனுப்பவும் பெறவும் முடியும். உங்கள் கணக்கில் சேர்க்கப்பட்டுள்ளது."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"சாட்டிலைட் மூலம் மெசேஜ்களை அனுப்பலாம் பெறலாம். இந்தச் சேவை உங்கள் கணக்கிற்கு இல்லை."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"சாட்டிலைட் மெசேஜிங்"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"சாட்டிலைட் மெசேஜிங் பற்றிய அறிமுகம்"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"தகுதியான <xliff:g id="CARRIER_NAME">%1$s</xliff:g> கணக்கின் ஒரு பகுதியாக நீங்கள் சாட்டிலைட் மூலம் மெசேஜ்களை அனுப்பலாம் பெறலாம்"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"உங்கள் <xliff:g id="CARRIER_NAME">%1$s</xliff:g> திட்டம்"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"சாட்டிலைட் மெசேஜிங் உங்கள் கணக்கில் சேர்க்கப்பட்டுள்ளது"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"சாட்டிலைட் மெசேஜிங் உங்கள் கணக்கில் சேர்க்கப்படவில்லை"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"மேலும் அறிக"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"இது செயல்படும் விதம்"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"உங்கள் மொபைல் சாட்டிலைட்டுடன் தானாக இணைக்கப்படும். சிறந்த இணைப்பிற்கு வானம் தெளிவாகத் தெரியும் இடத்தில் வையுங்கள்."</string>
<string name="title_supported_service" msgid="4275535165812691571">"சாட்டிலைட்டுடன் மொபைல் இணைக்கப்பட்ட பிறகு"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"அவசரகாலச் சேவைகள் உட்பட எவருக்கும் நீங்கள் மெச்செஜ் அனுப்பலாம். மொபைல் நெட்வொர்க் கிடைக்கும்போது அதனுடன் உங்கள் மொபைல் மீண்டும் இணையும்."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"சாட்டிலைட் மெசேஜிங் மூலம் மெசேஜ் அனுப்புவதற்கு அதிக நேரம் ஆகலாம். மேலும் சில பகுதிகளில் மட்டுமே இந்தச் சேவை கிடைக்கும். வானிலை மற்றும் சில கட்டமைப்புகள் உங்கள் சாட்டிலைட் இணைப்பைப் பாதிக்கக்கூடும். சாட்டிலைட் மூலம் அழைக்க முடியவில்லை. அவசர அழைப்புகளை இப்போதும் தொடர்புகொள்ளலாம்.\n\nஅமைப்புகளில் கணக்கு மாற்றங்கள் காட்டப்படுவதற்குச் சிறிது நேரம் ஆகலாம். விவரங்களுக்கு உங்கள் மொபைல் நெட்வொர்க்கைத் தொடர்புகொள்ளுங்கள்."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"சாட்டிலைட் மெசேஜிங் குறித்த கூடுதல் தகவல்கள்"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> ஐ இயக்க முடியவில்லை"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> ஐ இயக்க, முதலில் சாட்டிலைட் இணைப்பை முடக்கவும்"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"சாட்டிலைட் இணைப்புநிலை"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"ஆக்சஸ் பாயிண்ட் நேம்கள்"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"பக்கம் சாராத பயன்முறையின் 16 கி.பை. பயன்முறையில் உள்ளீர்கள். இந்தப் பயன்முறையில் மென்பொருளின் முழுமைத்தன்மைக்கு உத்திரவாதம் இல்லை. அத்துடன் பூட்லோடர் அன்லாக் செய்யப்பட்டிருக்கும்போது மொபைலில் சேமிக்கப்பட்ட அனைத்துத் தரவும் ஆபத்தில் இருக்கக்கூடும். இந்தப் பயன்முறைகளில் சில அம்சங்கள் முடக்கப்படும் என்பதால் சில ஆப்ஸ் வேலை செய்யாமல் போகக்கூடும். தயாரிப்புப் பயன்முறைக்குத் திரும்ப, 4 கி.பை. பயன்முறைக்கு அமைத்து சாதனத்தின் பூட்லோடரைப் பூட்ட வேண்டும். இது சாதனத்தை மீண்டும் ஆரம்பநிலைக்கு மீட்டமைக்கும் மற்றும் தயாரிப்பு அமைப்புகளுக்கு மீட்டெடுக்கும். சாதனம் Androidல் தொடங்கியதும், டெவெலப்பர் விருப்பங்களில் OEM அன்லாக்கை முடக்கவும். சாதனம் Androidல் தொடங்கவில்லை அல்லது நிலையற்றதாக இருந்தால் <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> பக்கத்தில் இருந்து சமீபத்திய ஃபேக்டரி பிரதி மூலம் சாதனத்தை மீண்டும் ஃபிளாஷ் செய்யவும் அல்லது <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> இணைப்பைப் பயன்படுத்தி \'சாதனத்தைப் படிக்க முடியாதபடி செய்\', \'பூட்லோடரைப் பூட்டு\' மற்றும் \'அனைத்துப் பார்டிஷன்களையும் வேகமாக ஃபிளாஷ் செய்\' என்பதைத் தேர்ந்தெடுக்கவும்."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 கி.பை. பக்கம் சாராத பயன்முறை"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"மேலும் காட்டு"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"பக்க அளவு இணக்கப் பயன்முறையில் ஆப்ஸை இயக்குதல்"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"16 KB சாதனங்களில் இயக்கப்படும்போது ஆப்ஸ் பக்க அளவு இணக்கப் பயன்முறையில் இயங்கும்."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"பிழை அறிக்கை ஹேண்ட்லர்"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"உங்கள் சாதனத்தில் பிழை அறிக்கைக்கான ஷார்ட்கட்டை எந்த ஆப்ஸ் கையாள வேண்டும் என்பதைத் தீர்மானிக்கும்."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"தனிப்பட்டது"</string>
diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml
index 9952e72..93fd304 100644
--- a/res/values-te/strings.xml
+++ b/res/values-te/strings.xml
@@ -139,7 +139,7 @@
<string name="previous_connected_see_all" msgid="7759413145713251328">"అన్నీ చూడండి"</string>
<string name="connected_device_fast_pair_device_see_all" msgid="4898279230458128620">"అన్నింటినీ చూడండి"</string>
<string name="stylus_device_details_title" msgid="7618295136015480864">"స్టయిలస్"</string>
- <string name="stylus_default_notes_app" msgid="4165657465911764628">"స్టయిలస్ బటన్ను నొక్కండి"</string>
+ <string name="stylus_default_notes_app" msgid="4165657465911764628">"టెయిల్ బటన్ను నొక్కండి"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (వర్క్ ప్రొఫైల్)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"టెక్స్ట్ ఫీల్డ్లలో రాయండి"</string>
<string name="stylus_ignore_button" msgid="7734540973145241391">"అన్ని స్టయిలస్ బటన్ ప్రెస్లను విస్మరించండి"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"భాషను జోడించండి"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ప్రాంతం ప్రాధాన్యత"</string>
<string name="search_language_hint" msgid="1739082427104506694">"భాష పేరును టైప్ చేయండి"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"మరిన్ని భాషా సెట్టింగ్లు"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ప్రాంతీయ ప్రాధాన్యతలు"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"యానిట్లు, నంబర్ ప్రాధాన్యతలను సెట్ చేయండి"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"యాప్లకు మీ ప్రాంతీయ ప్రాధాన్యతలను తెలియజేయండి, తద్వారా అవి మీ అనుభవాన్ని వ్యక్తిగతీకరించగలుగుతాయి."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"యాప్లు సాధ్యమైన చోట మీ ప్రాంతీయ ప్రాధాన్యతలను ఉపయోగిస్తాయి."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ప్రాంతీయ ప్రాధాన్యతలు"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"ఉష్ణోగ్రత"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"వారంలో మొదటి రోజు"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"నంబర్ల ప్రాధాన్యతలు"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"ఆన్ అయింది"</string>
<string name="external_display_off" msgid="5634413756025351374">"ఆఫ్ అయింది"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"ఎక్స్టర్నల్ డిస్ప్లే"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ఎక్స్టర్నల్ డిస్ప్లేను ఉపయోగించండి"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"డిస్ప్లే రిజల్యూషన్"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ఎక్స్టర్నల్ డిస్ప్లే డిస్కనెక్టయింది"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"రొటేషన్ను లేదా రిజల్యూషన్ను మార్చడం వలన, ప్రస్తుతం రన్ అవుతున్న యాప్లు ఏవైనా ఉంటే, అవి ఆపివేయబడవచ్చు"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"మీ స్క్రీన్ను మిర్రర్ చేయాలంటే, మీ పరికరం తప్పనిసరిగా ఎక్స్టర్నల్ డిస్ప్లేకు కనెక్ట్ చేసి ఉండాలి"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"మరిన్ని ఆప్షన్లు"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"డిస్ప్లేల వరుస మార్చడానికి పట్టుకొని, లాగండి"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"ప్రసారం చేయండి"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"మిర్రర్"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"వైర్లెస్ ప్రదర్శనను ప్రారంభించండి"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ఆటో-రొటేట్ గురించి మరింత తెలుసుకోండి"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"స్క్రీన్ రిజల్యూషన్"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"అధిక రిజల్యూషన్"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"పూర్తి రిజల్యూషన్"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"పూర్తి రిజల్యూషన్, మీ బ్యాటరీని ఎక్కువగా వినియోగిస్తుంది. పూర్తి రిజల్యూషన్కు మారడం వల్ల కొన్ని యాప్లు రీస్టార్ట్ అయ్యే అవకాశం ఉంది."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"ఎంచుకోబడింది"</string>
<string name="color_mode_title" msgid="8666690832113906028">"రంగులు"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"సహజం"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"నిద్రించే సమయ మోడ్ సెట్టింగ్లు"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{మోడ్లు డార్క్ థీమ్ను కూడా యాక్టివేట్ చేయగలవు}=1{{mode_1} డార్క్ థీమ్ను కూడా యాక్టివేట్ చేయగలదు}=2{{mode_1}, {mode_2} డార్క్ థీమ్ను కూడా యాక్టివేట్ చేయగలవు}=3{{mode_1}, {mode_2}, {mode_3} డార్క్ థీమ్ను కూడా యాక్టివేట్ చేయగలవు}other{{mode_1}, {mode_2}, మరో # డార్క్ థీమ్ను కూడా యాక్టివేట్ చేయగలవు}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"మోడ్ల సెట్టింగ్లు"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"సాధారణ స్థాయి కంటే తక్కువ"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"కాంతిని మరింత డిమ్ చేయండి"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"పరికర లైటింగ్ను సాధారణ స్థాయి కంటే తక్కువగా ఉంచండి"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ఆటోమేటిక్ స్క్రీన్ గడువు ముగింపు"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"ఇన్యాక్టివ్గా ఉన్న <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> తర్వాత"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ఆప్షన్లు"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"యాక్సెసిబిలిటీ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"భౌతిక కీబోర్డ్"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"బౌన్స్ కీలు"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"ఏదైనా ఒక కీని వేగంగా మళ్లీ మళ్లీ నొక్కుతుంటే, కీబోర్డ్ దాన్ని విస్మరిస్తుంది"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"బౌన్స్ కీ పరిమితి"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"దిగువున కుడి వైపున క్లిక్ చేయడం"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"మరిన్ని ఆప్షన్లకై టచ్ప్యాడ్ కింద కుడి మూలన క్లిక్ చేయండి"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"పాయింటర్ స్పీడ్"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"\'మూడు వేళ్లతో ట్యాప్ చేయండి\'ని ఉపయోగించండి"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"పాయింటర్ కలర్"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"పాయింటర్ ఫిల్ స్టయిల్ను నలుపు రంగుకి మార్చండి"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"పాయింటర్ ఫిల్ స్టయిల్ను ఆకుపచ్చ రంగుకి మార్చండి"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"టచ్ప్యాడ్ సంజ్ఞలను తెలుసుకోండి"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ట్రాక్ప్యాడ్, ట్రాక్ ప్యాడ్, మౌస్, కర్సర్, స్క్రోల్, స్వైప్, కుడి క్లిక్, క్లిక్, పాయింటర్"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"కుడి క్లిక్, ట్యాప్"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"మిడిల్ క్లిక్"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistantను ప్రారంభించండి"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"మొదటి ట్యాబ్కు వెళ్లండి"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"వెనుకకు వెళ్లండి"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ఇటీవలి యాప్లను చూడండి"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"మొదటి ట్యాబ్కు వెళ్లండి"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"మీ టచ్ప్యాడ్పై ఎక్కడైనా మూడు వేళ్లతో పైకి స్వైప్ చేయండి"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"వెనుకకు వెళ్లండి"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"శాటిలైట్ మెసేజింగ్"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"శాటిలైట్ ద్వారా టెక్స్ట్ మెసేజ్లను పంపండి, స్వీకరించండి. మీ ఖాతాతో చేర్చబడింది."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"శాటిలైట్ ద్వారా టెక్స్ట్ మెసేజ్లను పంపండి, పొందండి. మీ ఖాతాతో చేర్చలేదు."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"శాటిలైట్ మెసేజింగ్"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"శాటిలైట్ మెసేజింగ్ గురించిన సమాచారం"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"మీరు అర్హత కలిగిన <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ఖాతాలో భాగంగా శాటిలైట్ ద్వారా టెక్స్ట్ మెసేజ్లను పంపవచ్చు, స్వీకరించవచ్చు"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"మీ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ప్లాన్"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"మీ ఖాతాతో శాటిలైట్ మెసేజింగ్ చేర్చబడింది"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"మీ ఖాతాతో శాటిలైట్ మెసేజింగ్ చేర్చబడలేదు"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"మరింత తెలుసుకోండి"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"ఇది ఎలా పని చేస్తుంది"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"మీ ఫోన్ శాటిలైట్కు ఆటోమేటిక్గా కనెక్ట్ అవుతుంది. ఉత్తమ కనెక్షన్ కోసం, దయచేసి ఆకాశం స్పష్టంగా కనిపించే ప్రాంతంలో ఉంచండి."</string>
<string name="title_supported_service" msgid="4275535165812691571">"మీ ఫోన్ శాటిలైట్కు కనెక్ట్ అయిన తర్వాత"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"మీరు ఎమర్జెన్సీ సర్వీసులతో సహా ఎవరికైనా టెక్స్ట్ మెసేజ్ పంపవచ్చు. అందుబాటులో ఉన్నప్పుడు మీ ఫోన్ మొబైల్ నెట్వర్క్కు మళ్లీ కనెక్ట్ అవుతుంది."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"శాటిలైట్ మెసేజింగ్ కోసం ఎక్కువ సమయం పట్టవచ్చు, ఇది కొన్ని ప్రాంతాలలో మాత్రమే అందుబాటులో ఉంటుంది. వాతావరణం, నిర్దిష్ట నిర్మాణాలు మీ శాటిలైట్ కనెక్షన్ను ప్రభావితం చేయవచ్చు. శాటిలైట్ ద్వారా కాల్ చేయడం అందుబాటులో లేదు. ఎమర్జెన్సీ కాల్లు ఇప్పటికీ కనెక్ట్ చేయబడవచ్చు.\n\nఖాతా మార్పులు సెట్టింగ్లలో కనిపించడానికి కొంత సమయం పట్టవచ్చు. వివరాల కోసం మీ క్యారియర్ను సంప్రదించండి."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"శాటిలైట్ మెసేజింగ్ గురించి మరింత సమాచారం"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g>ను ఆన్ చేయడం సాధ్యపడలేదు"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g>ను ఆన్ చేయడానికి, ముందుగా శాటిలైట్ కనెక్షన్ను డిస్కనెక్ట్ చేయండి"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"శాటిలైట్ కనెక్టివిటీ"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"యాక్సెస్ పాయింట్ పేర్లు"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"మీరు పేజీ సైజ్ ప్రభావం చూపని మోడ్కు సంబంధించిన 16KB మోడ్లో ఉన్నారు. ఈ మోడ్లో సాఫ్ట్వేర్ ఇంటిగ్రిటీకి (ఖచ్చితత్వానికి) హామీ ఉండదు, బూట్లోడర్ అన్లాక్ చేయబడినప్పుడు ఫోన్లో స్టోర్ అయిన ఏదైనా డేటా రిస్క్లో పడే అవకాశం ఉంది. ఈ మోడ్లలో కొన్ని ఫీచర్లు డిజేబుల్ చేయబడతాయి, కాబట్టి కొన్ని అప్లికేషన్లు పని చేయకపోవచ్చు. ప్రొడక్షన్ మోడ్లోకి మళ్లీ ఎంటర్ అవ్వడానికి, మీరు తప్పనిసరిగా 4KB మోడ్కు స్విచ్ అవ్వాలి, ఆపై పరికరం తాలూకు బూట్లోడర్ను లాక్ చేయాలి. ఇది పరికరాన్ని మళ్లీ ఫ్యాక్టరీ రీసెట్ చేసి, ప్రొడక్షన్ సెట్టింగ్లకు రీస్టోర్ చేస్తుంది. పరికరం విజయవంతంగా Androidలోకి బూట్ అయిన తర్వాత, డెవలపర్ ఆప్షన్లలో OEM అన్లాకింగ్ను డిజేబుల్ చేయండి. పరికరం Androidలో బూట్ చేయడంలో విఫలమైతే లేదా స్థిరంగా లేకపోతే <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> వెబ్సైట్ నుండి తాజా ఫ్యాక్టరీ ఫర్మ్వేర్ ఇమేజ్లతో పరికరాన్ని మళ్లీ ఫ్లాష్ చేయండి లేదా <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> వెబ్సైట్ను ఉపయోగించండి, అలాగే \'పరికరాన్ని పూర్తిగా తొలగించండి\', \'బూట్లోడర్ను లాక్ చేయండి\', \'అన్ని పార్టిషన్లను బలవంతంగా ఫ్లాష్ చేయండి\' వంటి ఆప్షన్లను ఎంచుకోండి."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB పేజీ అగ్నోస్టిక్ మోడ్"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"మరింత చదవండి"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"పేజీ సైజ్ కాంపాక్ట్ మోడ్తో యాప్ను రన్ చేయండి"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"యాప్ టోగుల్ చేయబడిన 16 KB పరికరంలో పేజీ సైజ్ అనుకూలత మోడ్లో రన్ అవుతుంది."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"బగ్ రిపోర్ట్ హ్యాండ్లర్"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"మీ డివైజ్లో బగ్ రిపోర్ట్ షార్ట్కట్ను ఏ యాప్ నిర్వహించాలో నిర్ణయిస్తుంది."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"వ్యక్తిగతం"</string>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index da00168..0105054 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -67,7 +67,7 @@
<string name="bluetooth_pairing_pref_title" msgid="3497193027590444598">"จับคู่อุปกรณ์ใหม่"</string>
<string name="keywords_add_bt_device" msgid="4533191164203174011">"บลูทูธ"</string>
<string name="bluetooth_screen_auto_on_title" msgid="2203993262483477532">"เปิดอัตโนมัติในวันพรุ่งนี้"</string>
- <string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"หากปิดบลูทูธ อุปกรณ์จะเปิดอีกครั้งในวันถัดไป"</string>
+ <string name="bluetooth_screen_auto_on_summary" msgid="1490150818921417875">"หากปิดบลูทูธ อุปกรณ์จะเปิดบลูทูธอีกครั้งในวันถัดไป"</string>
<string name="bluetooth_pair_right_ear_button" msgid="3979894494803078852">"จับคู่หูฟังข้างขวา"</string>
<string name="bluetooth_pair_left_ear_button" msgid="1019938875726073791">"จับคู่หูฟังข้างซ้าย"</string>
<string name="bluetooth_pair_other_ear_dialog_title" msgid="3814943511999984012">"จับคู่หูฟังอีกข้าง"</string>
@@ -139,7 +139,7 @@
<string name="previous_connected_see_all" msgid="7759413145713251328">"ดูทั้งหมด"</string>
<string name="connected_device_fast_pair_device_see_all" msgid="4898279230458128620">"ดูทั้งหมด"</string>
<string name="stylus_device_details_title" msgid="7618295136015480864">"สไตลัส"</string>
- <string name="stylus_default_notes_app" msgid="4165657465911764628">"กดปุ่มตรงปลาย"</string>
+ <string name="stylus_default_notes_app" msgid="4165657465911764628">"การกดปุ่มตรงปลาย"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g> (โปรไฟล์งาน)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"เขียนในช่องข้อความ"</string>
<string name="stylus_ignore_button" msgid="7734540973145241391">"ไม่ต้องสนใจการกดปุ่มสไตลัสทั้งหมด"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"เพิ่มภาษา"</string>
<string name="country_selection_title" msgid="5376929821458644732">"ค่ากำหนดตามพื้นที่"</string>
<string name="search_language_hint" msgid="1739082427104506694">"พิมพ์ชื่อภาษา"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"การตั้งค่าภาษาเพิ่มเติม"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"ค่ากำหนดตามพื้นที่"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"ตั้งค่ากำหนดหน่วยและตัวเลข"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"บอกให้แอปทราบค่ากำหนดตามพื้นที่เพื่อให้แอปปรับเปลี่ยนประสบการณ์การใช้งานให้เหมาะกับคุณ"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"แอปจะใช้ค่ากำหนดตามพื้นที่หากเป็นไปได้"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"ค่ากำหนดตามพื้นที่"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"อุณหภูมิ"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"วันแรกของสัปดาห์"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"ค่ากำหนดตัวเลข"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"เปิด"</string>
<string name="external_display_off" msgid="5634413756025351374">"ปิด"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"จอแสดงผลภายนอก"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"ใช้จอแสดงผลภายนอก"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ความละเอียดของจอแสดงผล"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"ยกเลิกการเชื่อมต่อกับจอแสดงผลภายนอกแล้ว"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"การเปลี่ยนการหมุนหรือความละเอียดอาจหยุดแอปที่กำลังทำงานอยู่"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"อุปกรณ์ของคุณต้องเชื่อมต่อกับจอแสดงผลภายนอกเพื่อมิเรอร์หน้าจอ"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"ตัวเลือกเพิ่มเติม"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"กดค้างแล้วลากเพื่อจัดเรียงจอแสดงผลใหม่"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"แคสต์"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"มิเรอร์"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"เปิดใช้การแสดงผลแบบไร้สาย"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"ดูข้อมูลเพิ่มเติมเกี่ยวกับการหมุนอัตโนมัติ"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"ความละเอียดของหน้าจอ"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"ความละเอียดสูง"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"ความละเอียดเต็ม"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"ความละเอียดแบบเต็มจะใช้แบตเตอรี่มากขึ้น การเปลี่ยนความละเอียดอาจทำให้บางแอปรีสตาร์ท"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"เลือกแล้ว"</string>
<string name="color_mode_title" msgid="8666690832113906028">"สี"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"ธรรมชาติ"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"การตั้งค่าโหมดเวลาเข้านอน"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{โหมดยังเปิดใช้งานธีมมืดได้ด้วย}=1{{mode_1}ยังเปิดใช้งานธีมมืดด้วย}=2{{mode_1}และ{mode_2}ยังเปิดใช้งานธีมมืดด้วย}=3{{mode_1}, {mode_2} และ{mode_3}ยังเปิดใช้งานธีมมืดด้วย}other{{mode_1}, {mode_2} และอีก # โหมดยังเปิดใช้งานธีมมืดด้วย}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"การตั้งค่าโหมด"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"หรี่แสงมากยิ่งขึ้น"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"หรี่แสงเพิ่มเติม"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"อนุญาตให้อุปกรณ์หรี่แสงมากกว่าปกติ"</string>
<string name="screen_timeout" msgid="7709947617767439410">"ระยะหมดเวลาหน้าจอ"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"หลังจากไม่ได้ทำงานเป็นเวลา <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"ตัวเลือก"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"การช่วยเหลือพิเศษ"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"แป้นพิมพ์จริง"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"คีย์ตีกลับ"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"แป้นพิมพ์จะละเว้นการกดปุ่มเดียวกันซ้ำๆ อย่างรวดเร็ว"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"เกณฑ์คีย์ตีกลับ"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"คลิกด้านขวาล่าง"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"คลิกที่มุมขวาล่างของทัชแพดเพื่อดูตัวเลือกเพิ่มเติม"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"ความเร็วของตัวชี้"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"ใช้ 3 นิ้วแตะ"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"สีของตัวชี้"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"เปลี่ยนรูปแบบการเติมพื้นตัวชี้เป็นสีดำ"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"เปลี่ยนรูปแบบการเติมพื้นตัวชี้เป็นสีเขียว"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"เรียนรู้ท่าทางสัมผัสของทัชแพด"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"แทร็กแพด, แทร็ก แพด, เมาส์, เคอร์เซอร์, เลื่อน, ปัด, คลิกขวา, คลิก, Pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"คลิกขวา แตะ"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"คลิกตรงกลาง"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"เปิดใช้งาน Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ไปที่หน้าแรก"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"ย้อนกลับ"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"ดูแอปล่าสุด"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"ไปที่หน้าจอหลัก"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"ใช้ 3 นิ้วปัดขึ้นจากตำแหน่งใดก็ได้บนทัชแพด"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"ย้อนกลับ"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"การรับส่งข้อความผ่านดาวเทียม"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"รับส่งข้อความผ่านดาวเทียม รวมอยู่ในบัญชี"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"รับส่งข้อความผ่านดาวเทียม ไม่รวมอยู่ในบัญชี"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"การรับส่งข้อความผ่านดาวเทียม"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"เกี่ยวกับการรับส่งข้อความผ่านดาวเทียม"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"คุณรับส่งข้อความผ่านดาวเทียมได้โดยเป็นส่วนหนึ่งของบัญชี <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ที่มีสิทธิ์"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"แพ็กเกจ <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ของคุณ"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"การรับส่งข้อความผ่านดาวเทียมรวมอยู่ในบัญชีของคุณ"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"การรับส่งข้อความผ่านดาวเทียมไม่รวมอยู่ในบัญชีของคุณ"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"ดูข้อมูลเพิ่มเติม"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"วิธีการทำงาน"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"โทรศัพท์ของคุณจะเชื่อมต่อกับดาวเทียมโดยอัตโนมัติ โปรดอยู่ในพื้นที่ที่มองเห็นท้องฟ้าได้อย่างชัดเจนเพื่อรับการเชื่อมต่อที่ดีที่สุด"</string>
<string name="title_supported_service" msgid="4275535165812691571">"หลังจากที่โทรศัพท์เชื่อมต่อกับดาวเทียม"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"คุณส่งข้อความถึงใครก็ได้ รวมถึงบริการช่วยเหลือฉุกเฉิน โดยโทรศัพท์จะเชื่อมต่อกับเครือข่ายมือถืออีกครั้งเมื่อมีให้ใช้งาน"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"การรับส่งข้อความผ่านดาวเทียมอาจใช้เวลานานกว่าปกติและพร้อมให้ใช้งานเฉพาะในบางพื้นที่ โปรดทราบว่าสภาพอากาศและโครงสร้างบางอย่างอาจส่งผลต่อการติดต่อผ่านดาวเทียม การโทรผ่านดาวเทียมไม่พร้อมใช้งาน การโทรฉุกเฉินอาจยังเชื่อมต่ออยู่\n\nระบบอาจใช้เวลาสักครู่กว่าที่การเปลี่ยนแปลงในบัญชีจะแสดงในการตั้งค่า โปรดติดต่อสอบถามรายละเอียดจากผู้ให้บริการ"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"ข้อมูลเพิ่มเติมเกี่ยวกับการรับส่งข้อความผ่านดาวเทียม"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"เปิด <xliff:g id="FUNCTION">%1$s</xliff:g> ไม่ได้"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"หากต้องการเปิด <xliff:g id="FUNCTION">%1$s</xliff:g> ให้หยุดการเชื่อมต่อดาวเทียมก่อน"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"การเชื่อมต่อผ่านดาวเทียม"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"จุดเข้าใช้งาน"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"ใช้ไม่ได้เมื่อเชื่อมต่อกับ <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"คุณอยู่ในโหมด 16KB ของโหมดไม่คำนึงถึงขนาดหน้า ไม่รับประกันความสมบูรณ์ของซอฟต์แวร์ในโหมดนี้ และข้อมูลใดๆ ที่จัดเก็บในโทรศัพท์ในขณะที่ Bootloader ไม่ได้ล็อกอยู่อาจมีความเสี่ยง ฟีเจอร์บางอย่างจะถูกปิดใช้ในโหมดเหล่านี้ ดังนั้นบางแอปพลิเคชันจึงอาจไม่ทำงาน หากต้องการกลับสู่โหมดโปรดักชันอีกครั้ง คุณต้องเปลี่ยนกลับไปใช้โหมด 4KB แล้วล็อก Bootloader ของอุปกรณ์ การดำเนินการนี้จะรีเซ็ตอุปกรณ์เป็นค่าเริ่มต้นอีกครั้งและคืนค่าเป็นโหมดโปรดักชัน หลังจากที่อุปกรณ์เปิดเครื่องเพื่อเข้าสู่ Android ได้สำเร็จ ให้ปิดการปลดล็อก OEM ในตัวเลือกสำหรับนักพัฒนาแอป หากอุปกรณ์ไม่สามารถเปิดเครื่องเพื่อเข้าสู่ Android หรือไม่เสถียร ให้แฟลชอุปกรณ์อีกครั้งโดยใช้ค่าเริ่มต้นล่าสุดจาก <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> หรือใช้ <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> และเลือก \"ล้างข้อมูลอุปกรณ์\" \"ล็อก Bootloader\" และ \"บังคับให้แฟลชทุกพาร์ติชัน\""</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"โหมด 16KB ของโหมดไม่คำนึงถึงขนาดหน้าหน่วยความจำ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"อ่านเพิ่มเติม"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"เรียกใช้แอปด้วยโหมดความเข้ากันได้กับหน้าหน่วยความจำ"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"แอปจะทำงานในโหมดความเข้ากันได้กับอุปกรณ์ที่เปิดใช้หน้าหน่วยความจำขนาด 16 KB"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"เครื่องจัดการรายงานข้อบกพร่อง"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"เลือกแอปที่จะให้จัดการทางลัดรายงานข้อบกพร่องในอุปกรณ์"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ส่วนตัว"</string>
@@ -5228,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"UWB ไม่พร้อมใช้งานในตำแหน่งปัจจุบัน"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"ใช้ Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread ช่วยเชื่อมต่ออุปกรณ์สมาร์ทโฮมของคุณ โดยเพิ่มประสิทธิภาพการทำงาน\n\nเมื่อเปิดใช้ อุปกรณ์นี้จะมีสิทธิ์เข้าร่วมเครือข่าย Thread ซึ่งช่วยให้สามารถควบคุมอุปกรณ์ที่รองรับ Matter ผ่านโทรศัพท์เครื่องนี้"</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread ช่วยเชื่อมต่อและเพิ่มประสิทธิภาพการทำงานให้อุปกรณ์สมาร์ทโฮมของคุณ\n\nเมื่อเปิดใช้ อุปกรณ์นี้จะมีสิทธิ์เข้าร่วมเครือข่าย Thread ซึ่งช่วยให้สามารถควบคุมอุปกรณ์ที่รองรับ Matter ผ่านโทรศัพท์เครื่องนี้"</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"ดูข้อมูลเพิ่มเติมเกี่ยวกับ Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"สิทธิ์เข้าถึงกล้อง"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"สิทธิ์เข้าถึงไมโครโฟน"</string>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 97a64cb..96c9cd5 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Magdagdag ng wika"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Kagustuhan sa rehiyon"</string>
<string name="search_language_hint" msgid="1739082427104506694">"I-type ang wika"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Higit pang setting ng wika"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Mga panrehiyong preference"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Magtakda ng mga kagustuhan sa mga yunit at numero"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Ipaalam sa mga app kung ano ang mga panrehiyong preference mo para ma-personalize ng mga ito ang iyong experience."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Gagamitin ng mga app ang iyong mga panrehiyong preference kapag posible."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Mga rehiyonal na preference"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Temperatura"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Unang araw ng linggo"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Mga kagustuhan sa mga numero"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Naka-on"</string>
<string name="external_display_off" msgid="5634413756025351374">"Naka-off"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"External na Display"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Gumamit ng external na display"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Resolution ng display"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Nadiskonekta ang external na display"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Posibleng huminto ang anumang app na kasalukuyang gumagana kapag binago ang pag-rotate o resolution"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Dapat nakakonekta sa external na display ang iyong device para ma-mirror ang screen mo"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Higit pang opsyon"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"I-hold at i-drag para baguhin ang ayos ng mga display."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"I-cast"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirror"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"I-enable ang wireless display"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Matuto pa tungkol sa auto-rotate"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Resolusyon ng screen"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Mataas na resolution"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Buong resolution"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Mas malakas gumamit ng iyong baterya ang buong resolution. Kapag pinalitan mo ang iyong resolution, posible itong maging sanhi ng pag-restart ng ilang app."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Napili"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Mga Kulay"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Natural"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Mga setting ng Bedtime mode"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Maa-activate din ng mga mode ang madilim na tema}=1{Maa-activate din ng {mode_1} ang madilim na tema}=2{Maa-activate din ng {mode_1} at {mode_2} ang madilim na tema}=3{Maa-activate din ng {mode_1}, {mode_2}, at {mode_3} ang madilim na tema}one{Maa-activate din ng {mode_1}, {mode_2}, at # pa ang madilim na tema}other{Maa-activate din ng {mode_1}, {mode_2}, at # pa ang madilim na tema}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Mga setting ng mga mode"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Mas madilim pa"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Extra dim"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Payagan ang device na mas dumilim kaysa karaniwan"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Timeout ng screen"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Pagkatapos ng <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> ng kawalan ng aktibidad"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Mga Opsyon"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Accessibility"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Pisikal na keyboard"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Mga bounce key"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Binabalewala ng keyboard ang mabilis na paulit-ulit na pagpindot sa iisang key"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Limitasyon ng bounce key"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Pag-click sa kanang bahagi sa ibaba"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"I-click ang kanang sulok sa ibaba ng touchpad para sa opsyon"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Bilis ng pointer"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Gumamit ng pag-tap gamit ang tatlong daliri"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Kulay ng pointer"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Gawing itim ang fill ng pointer"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Gawing berde ang fill ng pointer"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Matuto ng mga galaw sa touchpad"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"trackpad, track pad, mouse, cursor, scroll, swipe, right click, click, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"right click, tap"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Pag-middle click"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Ilunsad ang Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Pumunta sa home"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Bumalik"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Tingnan ang mga kamakailang app"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Pumunta sa home"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Mag-swipe pataas gamit ang 3 daliri saanman sa touchpad mo"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Bumalik"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Satellite na pagmemensahe"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Magpadala at makatanggap ng mga text message sa pamamagitan ng satellite. Kasama sa iyong account."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Magpadala at makatanggap ng mga text message sa pamamagitan ng satellite. Hindi kasama sa iyong account."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Satellite na pagmemensahe"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Tungkol sa satellite na pagmemensahe"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Puwede kang magpadala at makatanggap ng mga text message sa pamamagitan ng satellite bilang bahagi ng isang kwalipikadong <xliff:g id="CARRIER_NAME">%1$s</xliff:g> account"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Ang iyong plan sa <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Kasama ang satellite na pagmemensahe sa iyong account"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Hindi kasama ang satellite na pagmemensahe sa iyong account"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Matuto Pa"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Paano ito gumagana"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Awomatikong kokonekta ang iyong telepono sa satellite. Para sa pinakamahusay na koneksyon, manatili sa kung saan may malinaw na view ng kalangitan."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Kapag nakakoenekta na ang iyong telepono sa satellite"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Puwede kang mag-text sa kahit sino, kasama ang mga serbisyong pang-emergency. Kokonekta ulit ang iyong telepono sa mobile network kapag available."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Posibleng mas magtagal ang satellite na pagmemensahe at available lang sa ilang lugar. Puwedeng makaapekto sa iyong koneksyon sa satellite ang lagay ng panahon at ilang partikular na istruktura. Hindi available ang pagtawag gamit ang satellite. Posibleng kumonekta pa rin ang mga emergency na tawag.\n\nPosibleng abutin nang ilang sandali bago lumabas ang mga pagbabago sa account sa Mga Setting. Makipag-ugnayan sa iyong carrier para sa mga detalye."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Higit pa tungkol sa satellite na pagmemensahe"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Hindi ma-on ang <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Para i-on ang <xliff:g id="FUNCTION">%1$s</xliff:g>, wakasan muna ang koneksyon sa satellite"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Koneksyon sa satellite"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Mga Access Point Name"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Hindi available kapag nakakonekta sa <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Nasa 16KB mode ka ng page-agnostic mode. Hindi magagarantiya ang integridad ng software sa mode na ito, at posibleng malagay sa panganib ang anumang data na naka-store sa telepono habang naka-unlock ang bootloader. Madi-disable ang ilang feature sa mga mode na ito, kaya posibleng hindi gumana ang ilang application. Para makabalik sa production mode, kailangan mong bumalik sa 4KB mode at pagkatapos ay i-lock ang bootloader ng device. Ifa-factory reset nito ulit ang device at ire-restore ito sa mga setting sa production. Pagkatapos mag-boot ng device sa Android, i-disable ang OEM na pag-unlock sa Mga opsyon ng developer. Kung hindi magbu-boot sa Android ang device o unstable ito, mag-flash ulit sa device ng mga pinakabagong factory image mula sa <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> o gamitin ang <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> at piliin ang \'I-wipe ang Device,\' \'I-lock ang Bootloader,\' at \'Sapilitang I-flash ang lahat ng partition.\'"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB Page-agnostic Mode"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Magbasa pa"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Paganahin ang app sa page size compat mode"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Papaganahin ang app sa page size compatibility mode sa 16 KB na device na naka-toggle."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Tagapangasiwa ng ulat ng bug"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Tinutukoy kung aling app ang mangangasiwa sa shortcut ng Ulat ng Bug sa iyong device."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
@@ -5228,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"Hindi available sa kasalukuyang lokasyon ang UWB"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Gamitin ang Thread"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Nakakatulong ang Thread na ikonekta ang iyong mga device para sa smart na tahanan, na nagbu-boost ng efficiency, at performance.\n\nKapag naka-enable, kwalipikado ang device na ito na sumali sa isang Thread network, na nagbibigay-daan sa pagkontrol sa mga device na sinusuportahan ng Matter sa pamamagitan ng teleponong ito."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Nakakatulong ang Thread na ikonekta ang iyong mga device para sa smart na tahanan, na nagbu-boost ng efficiency at performance.\n\nKapag naka-enable, kwalipikado ang device na ito na sumali sa isang Thread network, na nagbibigay-daan sa pagkontrol sa mga device na sinusuportahan ng Matter sa pamamagitan ng teleponong ito."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Matuto pa tungkol sa Thread"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Access sa camera"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Access sa mikropono"</string>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 1563052..ed7d8e0 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Dil ekle"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Bölge tercihi"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Dil adını yazın"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Diğer dil ayarları"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Bölgesel tercihler"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Birimleri ve sayı tercihlerini ayarlayın"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Deneyiminizin kişiselleştirilebilmesi için bölgesel tercihlerinizi uygulamalarla paylaşın."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Uygulamalar, mümkün olduğunda bölgesel tercihlerinizi kullanır."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Bölgesel tercihler"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Sıcaklık"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Haftanın ilk günü"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Sayı tercihleri"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Açık"</string>
<string name="external_display_off" msgid="5634413756025351374">"Kapalı"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Harici Ekran"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Harici ekran kullanın"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ekran çözünürlüğü"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Harici ekranın bağlantısı kesildi"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Döndürme veya çözünürlük ayarını değiştirmek, çalışmakta olan uygulamaları durdurabilir"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Ekranınızı yansıtmak için cihazınızın harici bir ekrana bağlı olması gerekir"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Diğer seçenekler"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Ekranları yeniden düzenlemek için basılı tutup sürükleyin."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Yayın"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"ayna"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Kablosuz görüntülemeyi etkinleştir"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Otomatik döndürme hakkında daha fazla bilgi edinin"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ekran çözünürlüğü"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Yüksek çözünürlük"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Tam çözünürlük"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Tam çözünürlük daha fazla pil kullanır. Çözünürlük değiştirildiğinde bazı uygulamalar yeniden başlatılabilir."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Seçili"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Renkler"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Doğal"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Uyku Vakti modu ayarları"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Modlar koyu temayı da etkinleştirebilir}=1{{mode_1}, koyu temayı da etkinleştirir}=2{{mode_1} ve {mode_2}, koyu temayı da etkinleştirir}=3{{mode_1}, {mode_2} ve {mode_3}, koyu temayı da etkinleştirir}other{{mode_1}, {mode_2} ve diğer # mod koyu temayı da etkinleştirir}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Mod ayarları"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Daha düşük parlaklık"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Ekstra loş"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Cihazın parlaklığı daha fazla düşürmesine izin verin"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Ekran zaman aşımı"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> işlem yapılmadığında"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Seçenekler"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Erişilebilirlik"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Fiziksel klavye"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Geri sekme tuşları"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klavye, aynı tuşa hızlı bir şekilde tekrarlanan basma işlemlerini yoksayar"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Tekrarlı basmayı yoksayma tuş eşiği"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Sağ alt tarafı tıkla"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Seçenekler için dokunmatik alanın sağ alt köşesini tıklayın"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"İşaretçi hızı"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Üç parmakla dokunmayı kullan"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"İşaretçi rengi"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"İşaretçi dolgu stilini siyah yapın"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"İşaretçi dolgu stilini yeşil yapın"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Dokunmatik alan hareketlerini öğrenin"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"dokunmatik yüzey, dokunma yüzeyi, fare, imleç, kaydırma, sağ tıklama, tıklama, işaretçi"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"sağ tıklama, dokunma"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Orta tıklama"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Asistan\'ı başlat"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Ana sayfaya git"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Geri dön"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Son uygulamaları göster"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Ana ekrana gidin"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Dokunmatik alanda üç parmağınızla yukarı kaydırın"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Geri dön"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Uydu üzerinden mesajlaşma"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Uydu üzerinden kısa mesaj gönderip alın. Hesabınıza dahil edilir."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Uydu üzerinden kısa mesaj gönderip alın. Bu hizmet, hesabınızda sunulmaz."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Uydu üzerinden mesajlaşma"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Uydu üzerinden mesajlaşma hakkında"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Uygun bir <xliff:g id="CARRIER_NAME">%1$s</xliff:g> hesabınız varsa uydu üzerinden kısa mesaj gönderip alabilirsiniz"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> planınız"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Uydu üzerinden mesajlaşma, hesabınıza dahil edilir"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Uydu üzerinden mesajlaşma, hesabınıza dahil edilmez"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Daha Fazla Bilgi"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"İşleyiş şekli"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefonunuz otomatik olarak bir uyduya bağlanır. En iyi bağlantıyı kurmak için gökyüzünü net bir şekilde görmeniz gerekir."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Telefonunuz bir uyduya bağlandıktan sonra"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Acil durum hizmetleri de dahil istediğiniz kişilere mesaj gönderebilirsiniz. Telefonunuz, mevcut olduğunda mobil ağa tekrar bağlanır."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Uydu üzerinden mesajlaşma daha uzun sürebilir ve yalnızca bazı bölgelerde kullanılabilir. Uydu bağlantınız, hava durumundan ve bazı yapılardan etkilenebilir. Uydu üzerinden arama yapılamaz. Ancak, acil durum aramaları bağlanabilir.\n\nHesapta yapılan değişikliklerin, Ayarlar\'da görünmesi biraz zaman alabilir. Ayrıntılı bilgiler için operatörünüzle iletişime geçin."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Uydu üzerinden mesajlaşma hakkında daha fazla bilgi"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> etkinleştirilemiyor"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> işlevini etkinleştirmek için önce uydu bağlantısını sonlandırın"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Uydu bağlantısı"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Erişim Noktası Adları"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Sayfadan bağımsız moddaki 16 KB modundasınız. Bu modda yazılım bütünlüğü garanti edilemez ve bootloader\'ın kilidi açıkken telefonda saklanan veriler risk altında olabilir. Bu modlarda bazı özellikler devre dışı bırakılacağı için bir takım uygulamalar çalışmayabilir. Üretim moduna tekrar girmek için 4 KB moduna geçtikten sonra cihazın bootloader\'ını kilitlemeniz gerekir. Bu durumda cihaz tekrar fabrika ayarlarına sıfırlanır ve üretim ayarlarına geri döner. Cihaz başarılı bir şekilde Android\'de başlatıldıktan sonra Geliştirici seçeneklerinde OEM kilit açma özelliğini devre dışı bırakın. Cihaz Android\'de başlatılamıyorsa veya kararsızsa cihazı <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> adresindeki en güncel fabrika ayarı görüntüleriyle yeniden yükleyin veya <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> adresine gidip \"Cihazı Temizle\", \"Bootloader\'ı Kilitle\" ve \"Tüm bölümleri zorla yükle\"yi seçin."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB Sayfadan Bağımsız Mod"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Devamı"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Uygulamayı sayfa boyutu uyumluluk moduyla çalıştır"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Uygulama, 16 KB etkinleştirilmiş cihazda sayfa boyutu uyumluluk modunda çalıştırılacak."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Hata raporu işleyici"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Cihazınızda Hata Raporu kısayolunun hangi uygulama tarafından işleneceğini belirler."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Kişisel"</string>
@@ -5229,7 +5280,7 @@
<string name="uwb_settings_summary_no_uwb_regulatory" msgid="3465456428217979428">"Ultra Geniş Bant geçerli konumda kullanılamaz"</string>
<string name="thread_network_settings_title" msgid="4212301030523859220">"Thread"</string>
<string name="thread_network_settings_main_switch_title" msgid="3859168481929323474">"Thread\'i kullanın"</string>
- <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread, akıllı ev cihazlarınızı bağlamanıza yardımcı olarak verimliliği ve performansı artırır.\n\nEtkinleştirildiğinde bu cihaz bir Thread ağına katılmaya uygun olur ve Matter destekli cihazlar bu telefon aracılığıyla kontrol edilebilir."</string>
+ <string name="thread_network_settings_footer_title" msgid="7385600318850220927">"Thread, akıllı ev cihazlarınızı birbirine bağlamanıza yardımcı olarak verimliliği ve performansı artırır.\n\nEtkinleştirildiğinde bu cihaz bir Thread ağına katılmaya uygun olur ve Matter destekli cihazlar bu telefon aracılığıyla kontrol edilebilir."</string>
<string name="thread_network_settings_learn_more" msgid="8278498005848565050">"Thread hakkında daha fazla bilgi"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"Kamera erişimi"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Mikrofon erişimi"</string>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 7c48bec..7b985fe 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Додайте мову"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Вибір регіону"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Введіть назву мови"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Інші налаштування мови"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Регіональні налаштування"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Установіть параметри одиниць і чисел"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Укажіть регіональні налаштування, щоб додатки могли персоналізувати для вас свій інтерфейс."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"За можливості додатки використовуватимуть ваші регіональні налаштування."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Регіональні налаштування"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Температура"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Перший день тижня"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Параметри чисел"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Увімкнено"</string>
<string name="external_display_off" msgid="5634413756025351374">"Вимкнено"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Зовнішній дисплей"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Використовувати зовнішній дисплей"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Роздільна здатність дисплея"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Зовнішній дисплей відключено"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Якщо змінити кут обертання або роздільну здатність, це може зупинити роботу додатків, які в цей момент запущені"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Щоб дублювати ваш екран, пристрій має бути підключено до зовнішнього дисплея"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Інші опції"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Щоб змінити порядок екранів, утримуйте й перетягуйте їх."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Трансляція"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"дзеркалювання"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Увімкнути бездротовий екран"</string>
@@ -941,7 +946,7 @@
<string name="nfc_secure_settings_title" msgid="4906958426927741485">"NFC лише після розблокування"</string>
<string name="android_beam_settings_title" msgid="2797963824490671295">"Передавання даних Android"</string>
<string name="android_beam_on_summary" msgid="6067720758437490896">"Вміст додатка готовий до передачі через NFC"</string>
- <string name="android_beam_off_summary" msgid="5693961375631325042">"Вимк."</string>
+ <string name="android_beam_off_summary" msgid="5693961375631325042">"Вимкнено"</string>
<string name="nfc_disabled_summary" msgid="8737797364522502351">"Недоступно, оскільки NFC вимкнено"</string>
<string name="android_beam_explained" msgid="5684416131846701256">"Увімкнувши цю функцію, ви можете передавати вміст додатка на інший пристрій, який підтримує NFC, притуливши до нього свій пристрій. Наприклад, можна передавати веб-сторінки, відео YouTube, контактні дані тощо.\n\nПросто притуліть пристрої один до одного (зазвичай тильними сторонами) і торкніться екрана. Додаток визначить, який вміст можна передавати."</string>
<string name="wifi_settings" msgid="8313301946393559700">"Wi‑Fi"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Докладніше про автообертання"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Роздільна здатність екрана"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Висока роздільна здатність"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Максимальна роздільна здатність"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Коли екран працює з максимальною роздільною здатністю, акумулятор розряджається швидше. Якщо змінити роздільну здатність, деякі додатки можуть перезапуститися."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Вибрано"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Кольори"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Природні"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Налаштування нічного режиму"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Режими можуть також активувати темну тему}=1{Режим \"{mode_1}\" також активує темну тему}=2{Режими \"{mode_1}\" і \"{mode_2}\" також активують темну тему}=3{Режими \"{mode_1}\", \"{mode_2}\" і \"{mode_3}\" також активують темну тему}one{Режими \"{mode_1}\", \"{mode_2}\" і ще # також активують темну тему}few{Режими \"{mode_1}\", \"{mode_2}\" і ще # також активують темну тему}many{Режими \"{mode_1}\", \"{mode_2}\" і ще # також активують темну тему}other{Режими \"{mode_1}\", \"{mode_2}\" і ще # також активують темну тему}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Налаштування режимів"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ще темніше"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Додаткове зменшення яскравості"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Дозволити затемнювати екран пристрою більше ніж зазвичай"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Час вимкнення екрана"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Коли минає <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> бездіяльності"</string>
@@ -1343,7 +1350,7 @@
<string name="screensaver_settings_summary_dock" msgid="6997766385189369733">"Коли в док-станції"</string>
<string name="screensaver_settings_summary_never" msgid="4988141393040918450">"Ніколи"</string>
<string name="screensaver_settings_summary_on" msgid="4210827304351483645">"Увімкнено / <xliff:g id="SCREEN_SAVER">%1$s</xliff:g>"</string>
- <string name="screensaver_settings_summary_off" msgid="8720357504939106923">"Вимк."</string>
+ <string name="screensaver_settings_summary_off" msgid="8720357504939106923">"Вимкнено"</string>
<string name="screensaver_settings_when_to_dream" msgid="8145025742428940520">"Коли почати"</string>
<string name="lift_to_wake_title" msgid="8994218158737714046">"Підняти, щоб активувати"</string>
<string name="ambient_display_screen_title" msgid="8615947016991429325">"Активація екрана"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Опції"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Доступність"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Фізична клавіатура"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Ігнорувати повторне натискання"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Клавіатура ігнорує кілька натискань однієї клавіші поспіль"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Поріг ігнорування повт. натискання"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Дотик у правому нижньому куті"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Натисніть сенсорну панель справа внизу, щоб побачити інші опції"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Швидкість курсора"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Використовувати дотик трьома пальцями"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Колір курсора"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Змінити стиль курсора на чорний"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Змінити стиль курсора на зелений"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Дізнатися про жести на сенсорній панелі"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"сенсорна панель, трекпад, миша, курсор, прокрутити, гортати, права кнопка, натиснути, вказівник"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"натиснути правою кнопкою миші, натиснути"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Середня кнопка"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Запустити Асистента"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Перейти на головний екран"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Назад"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Переглянути нещодавні додатки"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Перейти на головний екран"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Проведіть трьома пальцями вгору будь-де на сенсорній панелі"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Назад"</string>
@@ -2544,7 +2547,7 @@
<string name="print_menu_item_settings" msgid="8202755044784599740">"Налаштування"</string>
<string name="print_menu_item_add_printers" msgid="7958192149202584039">"Додати принтери"</string>
<string name="print_feature_state_on" msgid="7132063461008624685">"Увімк."</string>
- <string name="print_feature_state_off" msgid="1466195699995209446">"Вимк."</string>
+ <string name="print_feature_state_off" msgid="1466195699995209446">"Вимкнено"</string>
<string name="print_menu_item_add_service" msgid="1549091062463044676">"Додати сервіс"</string>
<string name="print_menu_item_add_printer" msgid="8711630848324870892">"Додати принтер"</string>
<string name="print_menu_item_search" msgid="5989979785203603169">"Пошук"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Обмін повідомленнями через супутник"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Обмінюйтеся текстовими повідомленнями через супутник. Цю функцію включено у ваш обліковий запис."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Обмінюйтеся текстовими повідомленнями через супутник. Цю функцію не включено у ваш обліковий запис."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Обмін повідомленнями через супутник"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Про обмін повідомленнями через супутник"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"За допомогою відповідного облікового запису <xliff:g id="CARRIER_NAME">%1$s</xliff:g> ви можете обмінюватися текстовими повідомленнями через супутник"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Ваш план оператора <xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Послугу обміну повідомленнями через супутник включено у ваш обліковий запис"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Послугу обміну повідомленнями через супутник не включено у ваш обліковий запис"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Докладніше"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Як це працює"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Ваш телефон автоматично підключатиметься до супутника. Для кращого зв’язку вийдіть на відкрите місце (без накриття)."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Коли телефон підключиться до супутника"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Ви можете надсилати текстові повідомлення будь-кому, зокрема службам екстреної допомоги. Телефон знову підключиться до мобільної мережі, коли вона стане доступною."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Обмін повідомленнями через супутник може тривати довше, і ця функція доступна лише в деяких регіонах. На з’єднання із супутником можуть впливати погодні умови й деякі будівлі. Дзвінки через супутник недоступні. Можуть підтримуватися екстрені виклики.\n\nПотрібен деякий час, щоб зміни у вашому обліковому записі відобразилися в налаштуваннях. Щоб дізнатися більше, зверніться до свого оператора мобільного зв’язку."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Докладніше про обмін повідомленнями через супутник"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Не вдається ввімкнути <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Щоб увімкнути <xliff:g id="FUNCTION">%1$s</xliff:g>, спершу відключіть супутниковий зв’язок"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Супутниковий зв’язок"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Точки доступу"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Ви працюєте в режимі, що не залежить від розміру сторінки, з ядром для сторінок 16 КБ. У цьому режимі цілісність програмного забезпечення не гарантується, і будь-які дані, що зберігаються на телефоні, поки завантажувач операційної системи розблоковано, можуть бути під загрозою. Деякі функції в цих режимах буде вимкнено, тому зможуть працювати не всі додатки. Щоб повернутися у виробничий режим, вам потрібно знову перейти в режим 4 КБ й заблокувати завантажувач операційної системи пристрою. Тоді налаштування пристрою знову буде скинуто й відновляться виробничі налаштування. Коли ОС Android завантажиться на пристрій, вимкніть розблокування завантажувача в параметрах розробника. Якщо ОС Android не завантажується на пристрій або працює нестабільно, відновіть на пристрої останні заводські образи (завантаживши їх звідси: <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>) або перейдіть на сторінку <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> і виберіть \"Очистити пристрій\", \"Заблокувати завантажувач операційної системи\" й \"Примусово оновити всі розділи\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Режим, незалежний від розміру сторінок, з ядром для сторінок 16 КБ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Докладніше"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Запускати додаток у режимі сумісності з розміром сторінки"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Додаток запускатиметься в режимі сумісності з розміром сторінки на пристрої з ядром 16 КБ."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Обробник звітів про помилки"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Визначає, який додаток викликається ярликом звіту про помилку на пристрої."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Особисті додатки"</string>
diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml
index a5d531d..0e2522a 100644
--- a/res/values-ur/strings.xml
+++ b/res/values-ur/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"ایک زبان شامل کریں"</string>
<string name="country_selection_title" msgid="5376929821458644732">"علاقہ کی ترجیح"</string>
<string name="search_language_hint" msgid="1739082427104506694">"زبان کا نام ٹائپ کریں"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"زبان کی مزید ترتیبات"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"علاقائی ترجیحات"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"یونٹس اور نمبر کی ترجیحات سیٹ کریں"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"ایپس کو اپنی علاقائی ترجیحات کو جاننے کی اجازت دیں تاکہ وہ آپ کے تجربے کو ذاتی نوعیت کا بنا سکیں۔"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"جہاں ممکن ہو وہاں ایپس آپ کی علاقائی ترجیحات کا استعمال کریں گی۔"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"علاقائی ترجیحات"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"درجہ حرارت"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"ہفتے کا پہلا دن"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"نمبرز کی ترجیحات"</string>
@@ -374,7 +376,7 @@
<string name="security_settings_face_settings_context_subtitle" msgid="8284262560781442403">"اپنے فون کو غیر مقفل کرنے کے لیے فیس اَنلاک کا استعمال کریں"</string>
<string name="security_settings_fingerprint" msgid="6387775386189204201">"فنگر پرنٹ"</string>
<string name="security_settings_fingerprint_preference_title" msgid="2484965173528415458">"فنگر پرنٹ"</string>
- <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"فنگر پرنٹ انلاک استعمال کرنے پر"</string>
+ <string name="security_settings_fingerprint_settings_preferences_category" msgid="8975029409126780752">"فنگر پرنٹ اَن لاک استعمال کرنے پر"</string>
<string name="security_settings_work_fingerprint_preference_title" msgid="2076006873519745979">"کام کیلئے فنگر پرنٹ"</string>
<string name="fingerprint_add_title" msgid="1837610443487902050">"فنگر پرنٹ شامل کریں"</string>
<string name="security_settings_fingerprint_preference_summary" msgid="8486134175759676037">"{count,plural, =1{فنگر پرنٹ کو شامل کیا گیا}other{# فنگر پرنٹس کو شامل کیا گیا}}"</string>
@@ -563,7 +565,7 @@
<string name="security_settings_fingerprint_bad_calibration_title" msgid="3073145395701953620">"فنگر پرنٹ سینسر کا استعمال نہیں کر سکتے"</string>
<string name="security_settings_fingerprint_bad_calibration" msgid="304585658839584958">"ایک مرمت فراہم کنندہ کو ملاحظہ کریں۔"</string>
<string name="security_settings_screen_off_unlock_udfps_title" msgid="3862344421345708607">"اسکرین آف ہونے پر فنگر پرنٹ اَن لاک کا استعمال کریں"</string>
- <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"اسکرین آف ہونے پر بھی فنگر پرنٹ انلاک کا استعمال کریں"</string>
+ <string name="security_settings_screen_off_unlock_udfps_description" msgid="6950375823241861147">"اسکرین آف ہونے پر بھی فنگر پرنٹ اَن لاک کا استعمال کریں"</string>
<string name="security_settings_screen_off_unlock_udfps_keywords" msgid="7550893353934831569">"اسکرین آف ہونے پر غیر مقفل کریں"</string>
<string name="security_advanced_settings" msgid="6260756619837834042">"مزید سیکیورٹی کی ترتیبات"</string>
<string name="security_advanced_settings_work_profile_settings_summary" msgid="7295451997961973175">"دفتری پروفائل لاک، مرموز کاری اور مزید"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"آن ہے"</string>
<string name="external_display_off" msgid="5634413756025351374">"آف ہے"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"بیرونی ڈسپلے"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"بیرونی ڈسپلے استعمال کریں"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"ڈسپلے ریزولیوشن"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"بیرونی ڈسپلے غیر منسلک ہے"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"روٹیشن یا ریزولیوشن تبدیل کرنے سے کوئی بھی ایسی ایپس بند ہو سکتی ہیں جو فی الحال چل رہی ہیں"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"آپ کی اسکرین کو کسی بیرونی ڈسپلے پر دکھانے کے لئے آپ کے آلے کا اس سے منسلک ہونا ضروری ہے"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"مزید اختیارات"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"ڈسپلیز کو دوبارہ ترتیب دینے کے لیے دبائیں اور گھسیٹیں۔"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"کاسٹ کریں"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"مرر"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"وائرلیس ڈسپلے فعال کریں"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"\'خودکار طور پر گھمائیں\' کے بارے میں مزید جانیں"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"اسکرین ریزولیوشن"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"اعلی ریزولیوشن"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"مکمل ریزولیوشن"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"مکمل ریزولیوشن آپ کی زیادہ بیٹری کا استعمال کرتا ہے۔ آپ کی ریزولیوشن پر سوئچ کرنے سے کچھ ایپس ری سٹارٹ ہو سکتی ہیں۔"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"منتخب کردہ"</string>
<string name="color_mode_title" msgid="8666690832113906028">"رنگ"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"قدرتی"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"بیڈ ٹائم وضع کی ترتیبات"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{موڈز گہری تھیم کو بھی فعال کر سکتے ہیں}=1{{mode_1} گہری تھیم کو بھی فعال کرتا ہے}=2{{mode_1} اور {mode_2} گہری تھیم کو بھی فعال کرتے ہیں}=3{{mode_1}، {mode_2} اور {mode_3} گہری تھیم کو بھی فعال کرتے ہیں}other{{mode_1}، {mode_2} اور # مزید گہری تھیم کو بھی فعال کرتے ہیں}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"موڈز کی ترتیبات"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"اور زیادہ مدھم"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"اضافی دھندلا"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"آلہ کو معمول سے مدھم ہونے دیں"</string>
<string name="screen_timeout" msgid="7709947617767439410">"اسکرین ٹائم آؤٹ"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"غیر فعالیت کے <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> بعد"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"اختیارات"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"ایکسیسبیلٹی"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"فزیکل کی بورڈ"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"باؤنس کلیدیں"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"کی بورڈ ایک ہی کلید کے بار بار فوری طور پر دبانے کو نظر انداز کرتا ہے"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"باؤنس کلید کی حد"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"نیچے دایاں کلک کرنا"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"مزید اختیارات کے لیے ٹچ پیڈ کے نیچے بائیں کونے پر کلک کریں"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"پوائنٹر کی رفتار"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"تین انگلیوں سے تھپتھپائیں"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"پوائنٹر کا رنگ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"پوائنٹر فِل اسٹائل کو سیاہ میں بدلیں"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"پوائنٹر فِل اسٹائل کو سبز میں بدلیں"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"ٹچ پیڈ کے اشاروں کو جانیں"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"ٹریک پیڈ، ٹریک پیڈ، ماؤس، کرسر، اسکرول، سوائپ، دائیں کلک، کلک، پوائنٹر"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"دائیں کلک کریں، تھپتھپائیں"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"درمیان میں کلک کریں"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"اسسٹنٹ لانچ کریں"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"ہوم پر جائیں"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"واپس جائیں"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"حالیہ ایپس دیکھیں"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"گھر جائیں"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"اپنے ٹچ پیڈ پر کہیں بھی تین انگلیوں سے اوپر کی طرف سوائپ کریں"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"واپس جائیں"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"سٹلائٹ پیغام رسانی"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"سیٹلائٹ کے ذریعے ٹیکسٹ پیغامات بھیجیں اور موصول کریں۔ آپ کے اکاؤنٹ میں شامل ہے۔"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"سیٹلائٹ کے ذریعے ٹیکسٹ پیغامات بھیجیں اور موصول کریں۔ آپ کے اکاؤنٹ میں شامل نہیں ہے۔"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"سٹلائٹ پیغام رسانی"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"سیٹلائٹ پیغام رسانی کے بارے میں"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"آپ ایک اہل <xliff:g id="CARRIER_NAME">%1$s</xliff:g> اکاؤنٹ کے حصے کے طور پر سیٹلائٹ کے ذریعے ٹیکسٹ پیغامات بھیج اور موصول کر سکتے ہیں۔"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"آپ کا <xliff:g id="CARRIER_NAME">%1$s</xliff:g> پلان"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"سیٹلائٹ پیغام رسانی آپ کے اکاؤنٹ کے ساتھ شامل ہے"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"سیٹلائٹ پیغام رسانی آپ کے اکاؤنٹ میں شامل نہیں ہے"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"مزید جانیں"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"اس کے کام کرنے کا طریقہ"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"آپ کا فون سیٹلائٹ سے خودکار طور پر منسلک ہو جائے گا۔ بہترین کنکشن کے لیے، ایسی جگہ رہیں جہاں آسمان صاف نظر آ رہا ہو۔"</string>
<string name="title_supported_service" msgid="4275535165812691571">"آپ کا فون سیٹلائٹ سے منسلک ہونے کے بعد"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"آپ ایمرجنسی سروسز سمیت کسی کو بھی ٹیکسٹ پیغام بھیج سکتے ہیں۔ دستیاب ہونے پر آپ کا فون موبائل نیٹ ورک سے دوبارہ منسلک ہو جائے گا۔"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"سیٹلائٹ پیغام رسانی میں زیادہ وقت لگ سکتا ہے اور یہ صرف کچھ علاقوں میں دستیاب ہے۔ موسم اور کچھ ساختیں آپ کے سیٹلائٹ کنکشن کو متاثر کر سکتی ہیں۔ سیٹلائٹ کالنگ دستیاب نہیں ہے۔ ایمرجنسی کالز اب بھی منسلک ہو سکتی ہیں۔\n\nاکاؤنٹ کی تبدیلیوں کو ترتیبات میں ظاہر ہونے میں کچھ وقت لگ سکتا ہے۔ تفاصیل کے لیے اپنے کیریئر سے رابطہ کریں۔"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"سیٹلائٹ پیغام رسانی کے بارے میں مزید"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> آن نہیں ہو سکتا"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> آن کرنے کے لیے، پہلے سیٹلائٹ کنکشن ختم کریں"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"سیٹلائٹ کنیکٹوٹی"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"رسائی کی جگہ کے نام"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"آپ صفحہ ایگنوسٹک موڈ کے 16KB موڈ میں ہیں۔ اس موڈ میں سافٹ ویئر کی درستگی کی ضمانت نہیں دی جا سکتی، اور بوٹ لوڈر کے غیر مقفل ہونے کے دوران فون پر اسٹور کردہ کسی بھی ڈیٹا کو خطرہ لاحق ہو سکتا ہے۔ ان موڈز میں کچھ خصوصیات غیر فعال ہو جائیں گی، اسلئے ہو سکتا ہے کہ کچھ ایپلیکیشنز کام نہ کریں۔ پروڈکشن موڈ میں دوبارہ داخل ہونے کے لیے، آپ کو 4KB موڈ پر واپس جانا ہوگا اور پھر آلہ کے بوٹ لوڈر کو مقفل کرنا ہوگا۔ یہ آلہ کو دوبارہ فیکٹری ری سیٹ کر دے گا اور اسے پروڈکشن ترتیبات پر بحال کر دے گا۔ آلے کے Android میں کامیابی کے ساتھ بوٹ ہونے کے بعد، ڈویلپر کے اختیارات میں OEM انلاکنگ کو غیر فعال کریں۔ اگر آلہ Android میں بوٹ ہونے میں ناکام ہو جاتا ہے یا غیر مستحکم ہو جاتا ہے، تو <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> سے تازہ ترین فیکٹری امیجز کے ساتھ آلہ کو دوبارہ فلیش کریں یا <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> استعمال کریں اور \'آلہ کو صاف کریں\'، \'بوٹ لوڈر کو مقفل کریں\' اور \'سبھی پارٹیشنز کو فورس فلیش کریں\' کو منتخب کریں۔"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB صفحہ ایگنوسٹک موڈ"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"مزید پڑھیں"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"ایپ کو صفحہ کے سائز کے ساتھ موافقت رکھنے والے موڈ میں چلائیں"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"ایپ کو ٹوگل کردہ 16 KB والے آلے پر صفحہ کے سائز کے ساتھ موافقت رکھنے والے موڈ میں چلایا جائے گا۔"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"بگ رپورٹ کا ہینڈلر"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"آپ کے آلے پر کون سی ایپ بگ رپورٹ شارٹ کٹ ہینڈل کرتی اس کا تعین کرتی ہے۔"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"ذاتی"</string>
diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml
index 0ea618a..28c1a05 100644
--- a/res/values-uz/strings.xml
+++ b/res/values-uz/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Til kiritish"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Hudud sozlamalari"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Til nomini kiriting"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Boshqa til sozlamalari"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Hududiy sozlamalar"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Birliklar va raqamlar sozlamalarini belgilash"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Ilovalar ushbu hududiy sozlamalardan moslashtirish uchun foydalanadi."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Ilovalar imkon qadar hududiy sozlamalaringizdan foydalanadi."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Hududiy sozlamalar"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Harorat"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Haftaning birinchi kuni"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Raqamlar sozlamalari"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Yoniq"</string>
<string name="external_display_off" msgid="5634413756025351374">"Yoqilmagan"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Tashqi displey"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Tashqi displeydan foydalanish"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ekran aniqlik darajasi"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Tashqi displey uzildi"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Ekran holati yoki aniqlik darajasi oʻzgartirilsa, barcha faol ilovalar toʻxtatilishi mumkin"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Ekranni aks ettirish uchun qurilmangiz tashqi displeyga ulangan boʻlishi kerak"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Yana"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Displeylarni qayta tartiblash uchun ushlab torting."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Translatsiya"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"koʻzgu"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Simsiz monitorni yoqish"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Avtomatik burilish haqida batafsil"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ekrandagi tasvir tiniqligi"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Yuqori tiniqlik"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Asl hajmida"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Asl hajmda koʻproq batareya quvvati sarflanadi. Tiniqlik almashtirilsa, ayrim ilovalar qayta ishga tushadi."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Tanlandi"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Ranglar"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Tabiiy"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Uyqu vaqti rejimi sozlamalari"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Rejimlar ham tungi mavzuni faollashtiradi}=1{{mode_1} ham tungi mavzuni faollashtiradi}=2{{mode_1} va {mode_2} ham tungi mavzuni faollashtiradi}=3{{mode_1}, {mode_2} va {mode_3} ham tungi mavzuni faollashtiradi}other{{mode_1}, {mode_2} va yana # ta rejim ham tungi mavzuni faollashtiradi}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Rejimlar sozlamalari"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Yanada xira"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Juda xira"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Ekran yorqinligini odatdagidan xirlashtirishga ruxsat berish"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Ekranning kutish vaqti"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> harakatsizlikdan keyin"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Variantlar"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Qulayliklar"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Tashqi klaviatura"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Qayta bosishni nazorat qilish"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Klaviaturada bir tugmaning tez takroriy bosilishi inkor etiladi"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Takroriy bosishlar intervali"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Pastki oʻng burchakka bosish"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Pastki oʻng burchakka bossangiz, boshqa variantlar ochiladi"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Kursor tezligi"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Uch barmoq bilan bosishdan foydalanish"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Kursor rangi"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Kursor ichini qoraga boʻyash"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Kursor ichini yashilga boʻyash"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Sensorli panel ishoralari haqida"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"sensorli panel, sichqoncha, kursor, varaqlash, surish, oʻng klik, klik, koʻrsatkich"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"oʻng klik, bosish"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Oʻrta klik"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Assistentni ishga tushirish"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Boshiga"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Orqaga"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Oxirgi ilovalarni koʻrish"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Boshiga"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Sensorli panelning istalgan joyida uchta barmoq bilan tepaga suring"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Orqaga"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Sputnik orqali xabarlashuv"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Sputnik orqali matnli xabar yuborish va qabul qilish. Hisobingizga kiritilgan."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Sputnik orqali matnli xabar yuborish va qabul qilish. Hisobingizda mavjud emas."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Sputnik orqali xabarlashuv"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Sputnik orqali xabarlashuv haqida"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Mos <xliff:g id="CARRIER_NAME">%1$s</xliff:g> hisobining bir qismi sifatida sputnik orqali matnli xabarlarni yuborishingiz va qabul qilishingiz mumkin"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> tarif rejangiz"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Sputnik orqali xabarlashuv hisobingizga kiritilgan"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Sputnik orqali xabarlashuv hisobingizga kiritilmagan"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Batafsil"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Ishlash tartibi"</string>
@@ -4871,11 +4877,55 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Telefoningiz sputnikka avtomatik ulanadi. Yaxshiroq aloqa uchun ochiq osmon ostida turing."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Telefoningiz spurtnikka ulangandan keyin"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Istalgan kishiga, shuningdek, favqulodda xizmatlarga ham xabar yubora olasiz. Telefoningiz mobil tarmoq ishlashi bilan unga ulanadi."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Sputnik orqali xabarlashuv uzoqroq vaqt olishi mumkin va faqat ayrim hududlarda ishlaydi. Ob-havo va ayrim tuzilmalar sputnik ulanishiga taʼsir qilishi mumkin. Sputnik orqali chaqiruv mavjud emas. Favqulodda chaqiruvlar hali ham ulanishi mumkin.\n\nHisob oʻzgarishlari Sozlamalarda chiqishi uchun biroz vaqt ketishi mumkin. Tafsilotlar uchun aloqa operatoringizga murojaat qiling."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Sputnik orqali xabarlashuv haqida batafsil"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"<xliff:g id="FUNCTION">%1$s</xliff:g> yoqilmadi"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"<xliff:g id="FUNCTION">%1$s</xliff:g> yoqish uchun avval sputnik aloqasini uzing"</string>
<string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Sputnik aloqasi"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
+ <skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Internetga ulanish nuqtalari (APN)"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"<xliff:g id="CARRIER">%1$s</xliff:g> bilan ishlamaydi"</string>
@@ -5062,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Siz sahifadan mustaqil 16 KB rejimdasiz. Ushbu rejimda dasturning yaxlitligini kafolatlab boʻlmaydi va bootloader qulfdan chiqarilganda telefonda saqlangan har qanday maʼlumotlar xavf ostida qolishi mumkin. Ayrim funksiyalar bu rejimlarda faolsizlantiriladi, shu sababdan ayrim ilovalar ishlamasligi mumkin. Ishchi rejimiga qayta kirish uchun siz 4 KB rejimiga qaytishingiz va keyin qurilmaning bootloaderini qulflashingiz kerak. Bu qurilmani zavod sozlamalariga qaytaradi va uni ishchi sozlamalariga qaytaradi. Qurilma Android tizimiga muvaffaqiyatli yuklangandan keyin Dasturchi sozlamalarida OEM qulfini ochish funksiyasini faolsizlantiring. Agar qurilma Android tizimiga yuklanmasa yoki barqaror ishlamasa, qurilmani eng oxirgi dasturning asl tasvirini <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> orqali olib qayta yuklang yoki <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> ishlating va “Qurilmani tozalash”, “Bootloaderni qulflash” va “Barcha boʻlimlarni majburiy fleshlash” bandlarini tanlang."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB sahifadan mustaqil rejim"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Batafsil"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Ilovani sahifa hajmiga muvofiq rejimda ishga tushirish"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Ilova 16 KB sahifa hajmini muvofiqlik rejimida ishga tushiriladi."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Xatoliklarni xabar qilish vositasi"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Qurilmadagi qaysi ilova xatoliklarni xabar qilish vositasi bilan ishlashini aniqlaydi."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Shaxsiy"</string>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index 1444047..b05f1be 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Thêm ngôn ngữ"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Tùy chọn khu vực"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Nhập tên ngôn ngữ"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Cài đặt ngôn ngữ khác"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Lựa chọn ưu tiên theo khu vực"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Đặt các lựa chọn ưu tiên về số và đơn vị"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Cho ứng dụng biết lựa chọn ưu tiên theo khu vực của bạn để ứng dụng có thể mang đến trải nghiệm phù hợp."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Ứng dụng sẽ dùng lựa chọn ưu tiên theo khu vực của bạn khi có thể."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Lựa chọn ưu tiên theo khu vực"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Nhiệt độ"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Ngày đầu tiên trong tuần"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Lựa chọn ưu tiên về số"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Đang bật"</string>
<string name="external_display_off" msgid="5634413756025351374">"Đang tắt"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Màn hình ngoài"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Dùng màn hình ngoài"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Độ phân giải màn hình"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Màn hình ngoài bị ngắt kết nối"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Việc thay đổi góc xoay hoặc độ phân giải có thể dừng các ứng dụng đang chạy"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Thiết bị phải được kết nối với một màn hình ngoài để phản chiếu màn hình của bạn"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Lựa chọn khác"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Giữ và kéo để sắp xếp lại màn hình."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Truyền"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"phản chiếu"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Bật hiển thị không dây"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Tìm hiểu thêm về chế độ tự động xoay"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Độ phân giải màn hình"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Độ phân giải cao"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Độ phân giải đầy đủ"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Chế độ độ phân giải cao sử dụng nhiều pin hơn. Việc chuyển đổi độ phân giải có thể khiến một số ứng dụng khởi động lại."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Đã chọn"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Màu"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Tự nhiên"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Cài đặt Chế độ giờ đi ngủ"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Chế độ cũng có thể kích hoạt giao diện tối}=1{{mode_1} cũng kích hoạt giao diện tối}=2{{mode_1} và {mode_2} cũng kích hoạt giao diện tối}=3{{mode_1}, {mode_2} và {mode_3} cũng kích hoạt giao diện tối}other{{mode_1}, {mode_2} và # chế độ khác cũng kích hoạt giao diện tối}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Cài đặt Chế độ"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Tối hơn nữa"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Siêu tối"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Cho phép thiết bị trở nên tối hơn so với bình thường"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Thời gian chờ khóa màn hình"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Sau <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> không hoạt động"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Tuỳ chọn"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Hỗ trợ tiếp cận"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Bàn phím vật lý"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Phím nảy"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Bàn phím sẽ bỏ qua các lần nhấn nhanh liên tục cùng một phím"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Ngưỡng phím nảy"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Nhấp vào góc cuối bên phải"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Nhấp vào góc cuối bên phải bàn di chuột để xem lựa chọn khác"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Tốc độ con trỏ"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Dùng cử chỉ nhấn bằng 3 ngón tay"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Màu con trỏ"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Đổi màu nền con trỏ thành màu đen"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Đổi màu nền con trỏ thành xanh lục"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Tìm hiểu về cử chỉ ở bàn di chuột"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"bàn di chuột, bàn rê chuột, chuột, con trỏ chuột, cuộn, vuốt, nhấp chuột phải, nhấp, con trỏ"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"nhấp chuột phải, nhấn"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Nhấp chuột giữa"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Khởi chạy Trợ lý"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Chuyển đến màn hình chính"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Quay lại"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Xem các ứng dụng gần đây"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Chuyển đến màn hình chính"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Dùng 3 ngón tay vuốt lên vị trí bất kỳ trên bàn di chuột"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Quay lại"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Nhắn tin qua vệ tinh"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Gửi và nhận tin nhắn văn bản qua vệ tinh. Tài khoản của bạn có sẵn tính năng này."</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Gửi và nhận tin nhắn văn bản qua vệ tinh. Dịch vụ này không đi kèm với tài khoản của bạn."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Nhắn tin qua vệ tinh"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Giới thiệu về tính năng nhắn tin qua vệ tinh"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Bạn có thể gửi và nhận tin nhắn văn bản qua vệ tinh. Đây là một trong những tính năng của tài khoản <xliff:g id="CARRIER_NAME">%1$s</xliff:g> đủ điều kiện"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Gói <xliff:g id="CARRIER_NAME">%1$s</xliff:g> của bạn"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Tính năng Nhắn tin qua vệ tinh có sẵn trong tài khoản của bạn"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Tính năng Nhắn tin qua vệ tinh không có sẵn trong tài khoản của bạn"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Tìm hiểu thêm"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Cách hoạt động"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Điện thoại của bạn sẽ tự động kết nối với vệ tinh. Để có kết nối chất lượng tốt nhất, hãy tìm đến nơi có thể nhìn rõ bầu trời."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Sau khi điện thoại của bạn kết nối với vệ tinh"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Bạn có thể gửi tin nhắn văn bản cho bất cứ ai, gồm cả các dịch vụ khẩn cấp. Điện thoại của bạn sẽ kết nối lại với mạng di động khi có mạng."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Tính năng Nhắn tin qua vệ tinh có thể mất nhiều thời gian hơn và chỉ dùng được ở một số khu vực. Thời tiết và một số công trình có thể ảnh hưởng đến kết nối vệ tinh của bạn. Không dùng được tính năng gọi điện qua vệ tinh. Cuộc gọi khẩn cấp có thể vẫn kết nối được.\n\nCó thể mất một chút thời gian để các thay đổi đối với tài khoản xuất hiện trong phần Cài đặt. Hãy liên hệ với nhà mạng của bạn để biết thông tin chi tiết."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Tìm hiểu thêm về tính năng nhắn tin qua vệ tinh"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Không bật được <xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Để bật <xliff:g id="FUNCTION">%1$s</xliff:g>, trước tiên hãy ngắt kết nối vệ tinh"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Kết nối vệ tinh"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Tên điểm truy cập"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"apn"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Bạn đang ở chế độ 16KB của chế độ không phụ thuộc vào kích thước trang. Ở chế độ này, tính toàn vẹn của phần mềm không được đảm bảo, đồng thời mọi dữ liệu lưu trữ trên điện thoại này có thể gặp rủi ro trong khi trình tải khởi động được mở khoá. Một số tính năng bị tắt ở những chế độ này nên có thể một vài ứng dụng sẽ không hoạt động được. Để đặt lại thiết bị về chế độ cài đặt gốc, bạn phải chuyển lại về chế độ 4K rồi khoá trình tải khởi động của thiết bị. Thao tác này sẽ đặt lại thiết bị về trạng thái ban đầu và khôi phục các chế độ cài đặt gốc. Sau khi thiết bị khởi động thành công vào Android, hãy tắt chế độ mở khoá OEM trong Tuỳ chọn cho nhà phát triển. Nếu thiết bị không khởi động vào Android hoặc không ổn định, hãy cài đặt ROM lại cho thiết bị với hình ảnh gốc mới nhất từ <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> hoặc sử dụng <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> rồi chọn \"Xoá dữ liệu thiết bị\", \"Khoá trình tải khởi động\" và \"Buộc cài đặt ROM cho mọi phân vùng\"."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Chế độ 16 KB của chế độ không xác định kích thước trang"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Đọc thêm"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Chạy ứng dụng ở chế độ tương thích với kích thước trang"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"Ứng dụng sẽ chạy ở chế độ tương thích với kích thước trang trên thiết bị 16 KB đã bật tuỳ chọn này."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Trình xử lý báo cáo lỗi"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Xác định ứng dụng nào xử lý phím tắt Báo cáo lỗi trên thiết bị của bạn."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Cá nhân"</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 7bddd26..c434fc8 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -142,7 +142,7 @@
<string name="stylus_default_notes_app" msgid="4165657465911764628">"按下笔帽按钮即可打开"</string>
<string name="stylus_default_notes_summary_work" msgid="4554643411627934223">"<xliff:g id="APP_NAME">%s</xliff:g>(工作资料)"</string>
<string name="stylus_textfield_handwriting" msgid="2363579035338976327">"在文本字段中书写"</string>
- <string name="stylus_ignore_button" msgid="7734540973145241391">"忽略所有通过触控笔按下按钮的动作"</string>
+ <string name="stylus_ignore_button" msgid="7734540973145241391">"忽略所有触控笔按钮按下动作"</string>
<string name="stylus_connected_devices_title" msgid="2823967577941359812">"触控笔"</string>
<string name="date_and_time" msgid="1788358029823431692">"日期和时间"</string>
<string name="proxy_settings_title" msgid="4201866858226087066">"代理"</string>
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"添加语言"</string>
<string name="country_selection_title" msgid="5376929821458644732">"地区偏好设置"</string>
<string name="search_language_hint" msgid="1739082427104506694">"输入语言名称"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"更多语言设置"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"地区偏好设置"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"设置单位和数字偏好设置"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"将您的地区偏好设置告知应用,使应用能够为您提供个性化体验。"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"应用将尽可能使用您的地区偏好设置。"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"地区偏好设置"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"温度"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"一周的第一天"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"数字偏好设置"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"已打开"</string>
<string name="external_display_off" msgid="5634413756025351374">"已关闭"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"外接显示器"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"使用外接显示器"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"显示分辨率"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"外接显示器已断开连接"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"更改旋转角度或分辨率可能会导致当前正在运行的任何应用停止运行"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"设备必须连接到外接显示器,才能镜像您的屏幕"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"更多选项"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"按住并拖动即可重新排列显示屏。"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"投屏"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"镜像"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"开启无线显示"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"详细了解自动屏幕旋转"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"屏幕分辨率"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"高分辨率"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"完整分辨率"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"完整分辨率会增加耗电量。切换分辨率可能会导致一些应用重启。"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"已选择"</string>
<string name="color_mode_title" msgid="8666690832113906028">"颜色"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"自然色"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"睡眠模式设置"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{模式也可以启用深色主题}=1{“{mode_1}”也会启用深色主题}=2{“{mode_1}”和“{mode_2}”也会启用深色主题}=3{“{mode_1}”“{mode_2}”和“{mode_3}”也会启用深色主题}other{“{mode_1}”“{mode_2}”和另外 # 种模式也会启用深色主题}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"模式设置"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"调得更暗"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"极暗"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"允许将设备屏幕调得比通常更暗"</string>
<string name="screen_timeout" msgid="7709947617767439410">"自动锁屏"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"闲置 <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>后"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"选项"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"无障碍功能"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"实体键盘"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"防抖键"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"键盘会忽略快速重复按下同一按键的操作"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"防抖键阈值"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"点按右下角"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"点按触控板的右下角即可查看更多选项"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"指针速度"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"使用三指点按"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"指针颜色"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"将指针填充样式更改为黑色"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"将指针填充样式更改为绿色"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"了解触控板手势"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"触控板, 鼠标, 光标, 滚动, 滑动, 右键点击, 点击, 指针, trackpad, track pad, mouse, cursor, scroll, swipe, right click, click, pointer"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"右键点击, 点按, right click, tap"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"点击鼠标中键"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"启动助理"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"前往主屏幕"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"返回"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"查看最近用过的应用"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"前往主屏幕"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"在触控板上的任意位置用三根手指向上滑动"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"返回"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"卫星消息"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"通过卫星收发短信。您的账号支持此功能。"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"通过卫星收发短信。您的账号不支持此功能。"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"卫星消息"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"关于卫星消息功能"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"您可以使用符合条件的<xliff:g id="CARRIER_NAME">%1$s</xliff:g>账号通过卫星收发短信。"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"您的<xliff:g id="CARRIER_NAME">%1$s</xliff:g>套餐"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"您的账号支持卫星消息功能"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"您的账号不支持卫星消息功能"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"了解详情"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"运作方式"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"您的手机会自动连接到卫星。为获得最佳连接质量,请确保您身在能清楚看到天空的场所。"</string>
<string name="title_supported_service" msgid="4275535165812691571">"当您的手机连接到卫星后"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"您可以给任何对象发短信,包括应急服务机构。当有可用的移动网络时,您的手机将重新连接到移动网络。"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"卫星消息可能需要较长时间才会送达,而且此功能目前仅覆盖部分地区。天气和某些建筑物可能会影响卫星连接质量。不支持卫星通话。紧急呼叫或许仍可连通。\n\n账号更改可能要过一段时间才能显示在“设置”中。请联系您的运营商了解详情。"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"详细了解卫星消息功能"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"无法开启<xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"若要开启<xliff:g id="FUNCTION">%1$s</xliff:g>,请先断开卫星连接"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"卫星连接"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"接入点名称"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"您正处于 16KB 页面通用模式。在该模式下,无法保证软件完整性;而且在引导加载程序处于解锁状态时,存储在手机上的所有数据都可能会面临风险。在这些模式下,某些功能会被停用,所以某些应用可能无法正常运作。如果想重新进入生产模式,您必须切换回 4KB 模式并锁定设备的引导加载程序。这样会再次将设备恢复出厂设置,使其还原为生产设置。待设备成功启动到 Android 系统后,在开发者选项中停用 OEM 解锁。如果设备未能启动到 Android 系统或不稳定,请使用最新出厂映像 (<a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>) 重新刷写设备,或者前往 <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> 选择“擦除设备数据”>“锁定引导加载程序”>“强制刷写所有分区”。"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB 页面通用模式"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"了解详情"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"以页面大小兼容模式运行应用"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"在切换为 16 KB 设备后,应用将以页面大小兼容模式运行。"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Bug 报告处理程序"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"确定要使用哪款应用来处理设备上的错误报告快捷方式。"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"个人"</string>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index 713e10c..a7920b3 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"新增語言"</string>
<string name="country_selection_title" msgid="5376929821458644732">"地區偏好設定"</string>
<string name="search_language_hint" msgid="1739082427104506694">"輸入語言名稱"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"更多語言設定"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"地區偏好設定"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"設定單位及數字偏好設定"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"讓應用程式存取地區偏好設定,為你提供個人化體驗。"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"應用程式會在可行情況使用你的地區偏好設定。"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"地區偏好設定"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"溫度"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"每週的第一天"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"數字偏好設定"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"開啟"</string>
<string name="external_display_off" msgid="5634413756025351374">"關閉"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"外部顯示屏"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"使用外部顯示屏"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"顯示屏解像度"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"外部顯示屏已解除連接"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"變更旋轉角度或解像度,可能會導致任何執行中的應用程式停止運作"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"裝置必須連接至外部顯示屏,才能鏡像投射畫面內容"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"更多選項"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"按住並拖曳即可重整顯示屏位置。"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"投放"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"鏡像"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"啟用無線螢幕分享"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"進一步了解自動旋轉"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"螢幕解像度"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"高解像度"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"全解像度"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"全解像度耗電量較高。切換解像度後,部分應用程式可能會重新啟動。"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"揀咗"</string>
<string name="color_mode_title" msgid="8666690832113906028">"顏色"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"自然"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"睡眠模式設定"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{「模式」也可啟用深色主題背景}=1{「{mode_1}」也可啟用深色主題背景}=2{「{mode_1}」和「{mode_2}」也可啟用深色主題背景}=3{{mode_1}、{mode_2}和{mode_3}也可啟用深色主題背景}other{「{mode_1}」、「{mode_2}」和其他 # 個「模式」也可啟用深色主題背景}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"「模式」設定"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"再暗一點"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"超暗"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"允許裝置比平時暗"</string>
<string name="screen_timeout" msgid="7709947617767439410">"螢幕逾時"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"閒置 <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>後"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"選項"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"無障礙功能"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"實體鍵盤"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"彈跳鍵"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"鍵盤會忽略快速重覆按下同一按鍵的動作"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"彈跳鍵門檻"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"點擊右下角"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"點擊觸控板右下角,即可查看更多選項"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"游標速度"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"三指輕按"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"游標顏色"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"變更游標填滿樣式至黑色"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"變更游標填滿樣式至綠色"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"學習觸控板手勢"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"觸控板, 滑鼠, 鼠標, 捲動, 輕掃, 按一下右鍵, 點擊, 游標"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"按一下右鍵, 輕按"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"按一下中間鍵"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"啟動「Google 助理」"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"返回主畫面"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"返回"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"查看最近使用的應用程式"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"返回主畫面"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"用三隻手指在觸控板的任何位置向上滑動"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"返回"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"衛星訊息"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"透過衛星收發短訊。你的帳戶支援此功能。"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"透過衛星收發短訊。你的帳戶不支援此功能。"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"衛星訊息"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"關於衛星訊息"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"合資格的 <xliff:g id="CARRIER_NAME">%1$s</xliff:g> 帳戶支援透過衛星收發訊息"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"你的 <xliff:g id="CARRIER_NAME">%1$s</xliff:g> 計劃"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"你的帳戶支援衛星訊息"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"你的帳戶不支援衛星訊息"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"瞭解詳情"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"運作方式"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"手機將自動連接衛星。在清楚看到天空的的地方可獲得最佳連線。"</string>
<string name="title_supported_service" msgid="4275535165812691571">"手機連接衛星後"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"你可發短訊給任何人,包括緊急服務。如果有可用的流動網絡,手機就會重新連線。"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"衛星訊息可能需要比較長的時間才會送達,而且此功能只支援部分地區。天氣和特定結構可能會影響衛星連線。系統不支援衛星電話,但緊急電話可能仍能接通。\n\n「設定」頁面可能要一段時間後才會顯示帳戶變動,詳情請聯絡流動網絡供應商。"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"進一步瞭解衛星訊息"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"無法開啟<xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"如要開啟<xliff:g id="FUNCTION">%1$s</xliff:g>,請先中斷衛星連線"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"衛星連接"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"存取點名稱"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"你目前處於頁面通用模式的 16 KB 模式。在此模式中無法保證軟件完整性,在啟動程式解鎖時,儲存在手機上的任何資料都可能面臨風險。在這類模式中,部分功能會停用,因此部分應用程式無法運作。如要再次進入實際工作環境模式,你必須切換回 4 KB 模式,然後鎖定裝置的啟動程式。此操作會再次將裝置回復原廠設定,並將裝置還原為實際工作環境設定。裝置成功啟動 Android 後,請在開發人員選項中停用 OEM 解鎖設定。如裝置無法啟動 Android 或不穩定,請透過以下其中一種方式更新裝置:使用 <a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a> 中的最新原廠映像,或使用 <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> 工具,只要選取 [抹除裝置資料]、[鎖定啟動程式] 及 [強制更新所有分區] 即可。"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16 KB 頁面通用模式"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"閱讀更多"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"以頁面大小兼容模式執行應用程式"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"切換為 16KB 裝置後,應用程式將以頁面大小兼容模式執行。"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"錯誤報告處理常式"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"選擇裝置上負責處理錯誤報告快速鍵的應用程式。"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"個人"</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index f3c2aa5..48ed27b 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"新增語言"</string>
<string name="country_selection_title" msgid="5376929821458644732">"地區偏好設定"</string>
<string name="search_language_hint" msgid="1739082427104506694">"請輸入語言"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"更多語言設定"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"地區偏好設定"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"設定單位和數字偏好設定"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"讓應用程式取得地區偏好設定,為你提供個人化體驗。"</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"應用程式會盡可能採用你的地區偏好設定。"</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"地區偏好設定"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"溫度"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"一週的第一天"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"數字顯示方式偏好"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"開啟"</string>
<string name="external_display_off" msgid="5634413756025351374">"關閉"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"外接螢幕"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"使用外接螢幕"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"螢幕解析度"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"未連接外接螢幕"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"變更旋轉角度或解析度,可能會導致執行中的應用程式停止運作"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"裝置必須連接外接螢幕,才能鏡像投放畫面"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"更多選項"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"按住並拖曳即可重新排列螢幕。"</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"投放"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"鏡像"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"啟用無線螢幕分享"</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"進一步瞭解「自動旋轉」功能"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"螢幕解析度"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"高解析度"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"全解析度"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"使用全解析度會比較耗電。切換解析度可能會導致部分應用程式重新啟動。"</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"已選取"</string>
<string name="color_mode_title" msgid="8666690832113906028">"色彩"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"自然"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"就寢模式設定"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{「模式」也可以啟用深色主題}=1{「{mode_1}」也會啟用深色主題}=2{「{mode_1}」和「{mode_2}」也會啟用深色主題}=3{「{mode_1}」、「{mode_2}」和「{mode_3}」也會啟用深色主題}other{「{mode_1}」、「{mode_2}」和另外 # 個模式也會啟用深色主題}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"「模式」設定"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"將亮度調得更暗"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"超暗"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"允許將裝置螢幕調得比平時暗"</string>
<string name="screen_timeout" msgid="7709947617767439410">"螢幕自動關閉"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"閒置 <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>後"</string>
@@ -1958,6 +1965,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"選項"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"無障礙"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"實體鍵盤"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"彈回鍵"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"鍵盤會忽略快速重複按下同一按鍵的動作"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"彈回鍵門檻"</string>
@@ -2004,8 +2013,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"按一下右下角"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"按一下觸控板的右下角即可查看更多選項"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"游標速度"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"使用三指輕觸"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"游標顏色"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"將指標填滿樣式變更為黑色"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"將指標填滿樣式變更為綠色"</string>
@@ -2020,16 +2028,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"學習觸控板手勢"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"觸控板, 滑鼠, 游標, 捲動, 滑動, 按滑鼠右鍵, 點按, 指標"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"按滑鼠右鍵, 輕觸"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"按中間鍵"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"啟動 Google 助理"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"返回主畫面"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"返回"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"查看最近使用的應用程式"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"返回主畫面"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"在觸控板任一處使用三指向上滑動"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"返回"</string>
@@ -4859,11 +4862,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"衛星訊息"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"透過衛星收發訊息。你的帳戶支援這項功能。"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"透過衛星收發訊息 (你的帳戶不支援這項功能)。"</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"衛星訊息"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"關於衛星訊息"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"適用的「<xliff:g id="CARRIER_NAME">%1$s</xliff:g>」帳戶支援透過衛星收發訊息"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"你的「<xliff:g id="CARRIER_NAME">%1$s</xliff:g>」方案"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"你的帳戶支援衛星訊息"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"你的帳戶不支援衛星訊息"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"瞭解詳情"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"運作方式"</string>
@@ -4871,11 +4877,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"手機會自動連上衛星。為獲得最佳連線品質,請在沒有物體遮住天空的地方使用。"</string>
<string name="title_supported_service" msgid="4275535165812691571">"手機連上衛星後"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"你可以傳送訊息給任何人,包括緊急救援服務。如果有可用的行動網路,手機就會重新連線。"</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"衛星訊息可能需要比較長的時間才會送達,而且這項功能僅支援部分地區。天氣和特定結構可能會影響衛星連線的品質。系統不支援衛星電話,但你仍可撥打緊急電話。\n\n「設定」頁面可能要一段時間後才會顯示帳戶變動,詳情請與你的電信業者聯絡。"</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"進一步瞭解衛星訊息"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"無法開啟<xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"如要開啟<xliff:g id="FUNCTION">%1$s</xliff:g>,請先中斷衛星連線"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"衛星連線"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"存取點名稱"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"APN"</string>
@@ -5063,6 +5112,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"你目前處於可變頁面模式的 16KB 模式。此模式無法保證軟體完整性,且系統啟動載入程式解鎖時,手機上的資料可能會有風險。在這類模式中,部分功能會停用,因此有些應用程式可能無法運作。如要再次進入實際工作環境模式,必須切換回 4KB 模式,然後鎖定裝置的系統啟動載入程式。這樣做會使裝置再次恢復原廠設定,並還原為實際工作環境設定。裝置成功啟動 Android 系統後,請停用「開發人員選項」中的「OEM 解鎖」設定。如果裝置無法啟動 Android 或狀態不穩,可透過以下任一方式重新刷新裝置:使用最新原廠映像檔 (<a href=\"https://developers.google.com/android/images\">https://developers.google.com/android/images</a>),或前往 <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> 使用工具,依序選取「Wipe Device」、「Lock Bootloader」和「Force Flash all partitions」。"</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"16KB 可變頁面模式"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"閱讀完整內容"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"以頁面大小相容模式執行應用程式"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"切換為 16 KB 裝置後,應用程式將以頁面大小相容模式執行。"</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"錯誤報告處理常式"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"選擇要使用哪個應用程式控管「錯誤報告」捷徑。"</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"個人"</string>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index f8318a3..f7efb78 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -201,10 +201,12 @@
<string name="language_selection_title" msgid="968179636453982415">"Engeza ulimi"</string>
<string name="country_selection_title" msgid="5376929821458644732">"Okuncamelayo kwesifunda"</string>
<string name="search_language_hint" msgid="1739082427104506694">"Thayipha igama lolimi"</string>
+ <string name="more_language_settings_category" msgid="3669703092480725416">"Amasethingi olimi engeziwe"</string>
<string name="regional_preferences_title" msgid="4304567374498629528">"Okuncanyelwayo okungokwesifunda"</string>
<string name="regional_preferences_summary" msgid="1189876997389469650">"Setha amayunithi kanye nezinombolo ezincanyelwayo"</string>
<string name="regional_preferences_main_page_sub_title" msgid="4237109940015254725">"Vumela ama-app azi okuncamelayo kwesifunda ukuze aqondanise umuzwa wakho nawe."</string>
<string name="regional_preferences_option_page_sub_title" msgid="8303661099255197036">"Ama-app azosebenzisa okuncanyelwayo kwesifunda lapho kungenzeka khona."</string>
+ <string name="regional_preferences_category_title" msgid="6754667410178749022">"Okukhethwayo esifundeni"</string>
<string name="temperature_preferences_title" msgid="5009881556503629058">"Izinga lokushisa"</string>
<string name="first_day_of_week_preferences_title" msgid="1971850087589599553">"Usuku lokuqala lweviki"</string>
<string name="numbers_preferences_title" msgid="8197418984391195446">"Izintandokazi zezinombolo"</string>
@@ -896,6 +898,8 @@
<string name="external_display_on" msgid="2560104443500154333">"Kuvuliwe"</string>
<string name="external_display_off" msgid="5634413756025351374">"Kuvaliwe"</string>
<string name="external_display_settings_title" msgid="6256884595821605779">"Ukubonisa Kwangaphandle"</string>
+ <!-- no translation found for builtin_display_settings_category (3441388849060771885) -->
+ <skip />
<string name="external_display_use_title" msgid="8198257340836261386">"Sebenzisa ukubonisa kwangaphandle"</string>
<string name="external_display_resolution_settings_title" msgid="2446784716488289268">"Ukucaca kokubonisa"</string>
<string name="external_display_not_found" msgid="1912355133386555798">"Ukubonisa kwangaphandle kunqanyuliwe"</string>
@@ -907,6 +911,7 @@
<string name="external_display_change_resolution_footer_title" msgid="9024291681663573443">"Ukushintsha ukuzungezisa noma ukucaca kungamisa noma imaphi ama-app asebenzayo okwamanje"</string>
<string name="external_display_not_found_footer_title" msgid="8882902921634316363">"Idivayisi yakho kufanele ixhunywe ekuboniseni kwangaphandle ukuze ifanise isikrini sakho"</string>
<string name="external_display_more_options_title" msgid="1222751990705118774">"Okungakhethwa kukho okuningi"</string>
+ <string name="external_display_topology_hint" msgid="854973327795578470">"Cindezela bese uyadonsa ukuze uhlele ukubukeka."</string>
<string name="wifi_display_settings_title" msgid="6451625615274960175">"Abalingisi"</string>
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"isibuko"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Nika amandla ukubukeka okungenantambo "</string>
@@ -1240,8 +1245,10 @@
<string name="auto_rotate_link_a11y" msgid="5146188567212233286">"Funda kabanzi mayelana nokuphenduka okuzenzakalelayo"</string>
<string name="screen_resolution_title" msgid="2690518693139811486">"Ukulungiswa kwesikrini"</string>
<string name="screen_resolution_option_high" msgid="2617496842852992853">"Ukucaca okuphezulu"</string>
- <string name="screen_resolution_option_full" msgid="2694003735219114186">"Ukucaca okugcwele"</string>
- <string name="screen_resolution_footer" msgid="6772341522952795647">"Ukucaca okugcwele kusebenzisa ibhethri yakho eyengeziwe. Ukushintsha ukucaca kwakho kungase kubangele amanye ama-app ukuthi aqale kabusha."</string>
+ <!-- no translation found for screen_resolution_option_full (4456839315039000517) -->
+ <skip />
+ <!-- no translation found for screen_resolution_footer (1230761249204935717) -->
+ <skip />
<string name="screen_resolution_selected_a11y" msgid="6158451180032224977">"Okukhethiwe"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Imibala"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Kwemvelo"</string>
@@ -1320,7 +1327,7 @@
<string name="dark_ui_bedtime_footer_action" msgid="1493095487994054339">"Amasethingi emodi yesikhathi sokulala"</string>
<string name="dark_ui_modes_footer_summary" msgid="1041117250408363391">"{count,plural,offset:2 =0{Amamodi angaphinda enze itimu emnyama isebenze}=1{I-{mode_1} nayo ivula itimu emnyama}=2{I-{mode_1} ne-{mode_2} nawo avula itimu emnyama}=3{I-{mode_1}, i-{mode_2}, ne-{mode_3} nawo avula itimu emnyama}one{I-{mode_1}, i-{mode_2}, namanye angu-# engeziwe nawo avula itimu emnyama}other{I-{mode_1}, i-{mode_2}, namanye angu-# engeziwe nawo avula itimu emnyama}}"</string>
<string name="dark_ui_modes_footer_action" msgid="80671811848446248">"Amasethingi amamodi"</string>
- <string name="even_dimmer_display_title" msgid="6731255736830410149">"Ukufiphala nakakhulu"</string>
+ <string name="even_dimmer_display_title" msgid="4509732439977906028">"Ukufiphaza okwengeziwe"</string>
<string name="even_dimmer_display_summary" msgid="120301078873242172">"Vumela idivayisi ukuthi ifiphale kunokujwayelekile"</string>
<string name="screen_timeout" msgid="7709947617767439410">"Isikrini siphelelwe yisikhathi"</string>
<string name="screen_timeout_summary" msgid="5558778019594643427">"Emva <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> okungasebenzi"</string>
@@ -1959,6 +1966,8 @@
<string name="keyboard_options_category" msgid="8040137073401152608">"Ongakukhetha"</string>
<string name="keyboard_a11y_category" msgid="8230758278046841469">"Ukufinyeleleka"</string>
<string name="physical_keyboard_title" msgid="3328134097512350958">"Ikhibhodi ephathekayo"</string>
+ <!-- no translation found for physical_keyboard_layout_picker_title (4526600767648916256) -->
+ <skip />
<string name="bounce_keys" msgid="7419450970351743904">"Okhiye bokubuyisela emuva"</string>
<string name="bounce_keys_summary" msgid="7418024428905737729">"Ikhibhodi iziba ukucindezela okuphindaphindiwe okusheshayo kwenkinobho efanayo"</string>
<string name="bounce_keys_dialog_title" msgid="4088646362538368693">"Ukhawulo wokhiye abaphindwayo"</string>
@@ -2005,8 +2014,7 @@
<string name="trackpad_bottom_right_tap_title" msgid="230337692279220068">"Chofoza ezansi kwesokudla"</string>
<string name="trackpad_bottom_right_tap_summary" msgid="4467915480282133447">"Chofoza ekhoneni elingezansi kwesokudla lephedi yokuthinta ukuze uthole okwengeziwe ongakhetha kukho"</string>
<string name="trackpad_pointer_speed" msgid="7786579408631352625">"Ijubane lesikhombi"</string>
- <!-- no translation found for three_finger_tap_preference_title (7130739855086106052) -->
- <skip />
+ <string name="three_finger_tap_preference_title" msgid="7130739855086106052">"Sebenzisa ukuthepha ngeminwe emithathu"</string>
<string name="pointer_fill_style" msgid="8794616790175016092">"Umbala wesikhombi"</string>
<string name="pointer_fill_style_black_button" msgid="4540815366995820960">"Shintsha isitayela sokugcwalisa isikhombi sibe mnyama"</string>
<string name="pointer_fill_style_green_button" msgid="3731413496528067979">"Shintsha isitayela sokugcwalisa isikhombi sibe luhlaza"</string>
@@ -2021,16 +2029,11 @@
<string name="trackpad_touch_gesture" msgid="8641725062131922497">"Funda ukunyakaza kwephedi lokuthinta"</string>
<string name="keywords_touchpad" msgid="8159846254066666032">"i-trackpad, i-track pad, imawuzi, i-cursor, skrola, swayipha, chofoza kwesokudla, chofoza, isikhombi"</string>
<string name="keywords_trackpad_bottom_right_tap" msgid="1285062446073929305">"chofoza ngakwesokudla, thepha"</string>
- <!-- no translation found for three_finger_tap_middle_click (5274906692591143158) -->
- <skip />
- <!-- no translation found for three_finger_tap_launch_gemini (4030401656711588982) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_home (6526301745535089812) -->
- <skip />
- <!-- no translation found for three_finger_tap_go_back (2898205524575684271) -->
- <skip />
- <!-- no translation found for three_finger_tap_recent_apps (5578228979519733605) -->
- <skip />
+ <string name="three_finger_tap_middle_click" msgid="5274906692591143158">"Chofoza maphakathi"</string>
+ <string name="three_finger_tap_launch_gemini" msgid="4030401656711588982">"Qalisa i-Assistant"</string>
+ <string name="three_finger_tap_go_home" msgid="6526301745535089812">"Iya ekhasini lokuqala"</string>
+ <string name="three_finger_tap_go_back" msgid="2898205524575684271">"Iya emuva"</string>
+ <string name="three_finger_tap_recent_apps" msgid="5578228979519733605">"Buka ama-app akamuva"</string>
<string name="gesture_title_go_home" msgid="3682238648647225933">"Iya ekhasini lokuqala"</string>
<string name="gesture_summary_go_home" msgid="6409031586904205741">"Swayiphela phezulu ngeminwe emithathu noma kuphi kuphedi yakho yokuthinta"</string>
<string name="gesture_title_go_back" msgid="6619462058488419802">"Iya emuva"</string>
@@ -4860,11 +4863,14 @@
<string name="satellite_setting_title" msgid="2543034229989047673">"Ukuyaleza kwesethelayithi"</string>
<string name="satellite_setting_enabled_summary" msgid="3554127722727530845">"Thumela futhi wamukele umyalezo obhaliwe ngesethelayithi. Kubandakanywe ne-akhawunti yakho"</string>
<string name="satellite_setting_disabled_summary" msgid="8428393986403708690">"Thumela futhi wamukele umyalezo obhaliwe ngesethelayithi. Akufakwanga e-akhawuntini yakho."</string>
- <string name="keywords_satellite_setting" msgid="3312183289776517695">"Ukuyaleza kwesethelayithi"</string>
- <string name="category_name_about_satellite_messaging" msgid="3756205049485508340">"Mayelana nokulayeza kwesethelayithi"</string>
+ <!-- no translation found for keywords_satellite_setting (613553612424945946) -->
+ <skip />
+ <!-- no translation found for category_name_about_satellite_messaging (4978095955643523120) -->
+ <skip />
<string name="title_about_satellite_setting" msgid="9212860038048311345">"Ungathumela futhi wamukele imiyalezo ebhaliwe ngesethelayithi njengengxenye ye-akhawunti efanelekayo ye-<xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
<string name="category_title_your_satellite_plan" msgid="3017895097366691841">"Uhlelo lwakho lwe-<xliff:g id="CARRIER_NAME">%1$s</xliff:g>"</string>
- <string name="title_have_satellite_plan" msgid="2048372355699977947">"Ukuyaleza kwesethelayithi kubandakanywe ku-akhawunti yakho"</string>
+ <!-- no translation found for title_have_satellite_plan (857337944804101443) -->
+ <skip />
<string name="title_no_satellite_plan" msgid="2876056203035197505">"Ukuyaleza kwesethelayithi akubandakanyiwe ne-akhawunti yakho"</string>
<string name="summary_add_satellite_setting" msgid="190359698593056946">"Funda Kabanzi"</string>
<string name="category_name_how_it_works" msgid="585303230539269496">"Indlela esebenza ngayo"</string>
@@ -4872,11 +4878,54 @@
<string name="summary_satellite_connection_guide" msgid="3496123195218418456">"Ifoni yakho izoxhuma ngokuzenzakalela kusethelayithi. Ngokuxhuma okuncono, gcina isibhakabhaka sikhanya bha."</string>
<string name="title_supported_service" msgid="4275535165812691571">"Ngemva kokuthi ifoni yakho ixhume kusethelayithi"</string>
<string name="summary_supported_service" msgid="4320535903444834786">"Ungathumelela noma ubani umyalezo, okubandakanya amasevisi ezimo eziphuthumayo. Ifoni yakho izophinde ixhume kunethiwekhi yeselula uma itholakala."</string>
- <string name="satellite_setting_summary_more_information" msgid="7729454610548016356">"Ukulayeza kwesathelayithi kungathatha isikhathi eside futhi kutholakala kuphela kwezinye izindawo. Isimo sezulu nezakhiwo ezithile zingathikameza ukuxhumeka kwakho kwesathelayithi. Ukufona ngesathelayithi akutholakali. Amakholi ezimo eziphuthumayo asengaxhumeka.\n\nKungathatha isikhathi esithile ukuthi ushintsho lwe-akhawunti luvele Kumasethingi. Xhumana nenkampani yakho yenethiwekhi ngemininingwane."</string>
- <string name="more_about_satellite_messaging" msgid="3385673133561348509">"Okwengeziwe mayelana nokuyaleza kwesethelayithi"</string>
+ <!-- no translation found for satellite_setting_summary_more_information (1028146147094166868) -->
+ <skip />
+ <!-- no translation found for more_about_satellite_messaging (1039277943532711584) -->
+ <skip />
<string name="satellite_warning_dialog_title" msgid="1610117852475376931">"Ayikwazi ukuvula i-<xliff:g id="FUNCTION">%1$s</xliff:g>"</string>
<string name="satellite_warning_dialog_content" msgid="936419945275934955">"Ukuze uvule i-<xliff:g id="FUNCTION">%1$s</xliff:g>, qala ngokumisa uxhumo lwesathelayithi"</string>
- <!-- no translation found for category_title_satellite_connectivity (7540022356863917632) -->
+ <string name="category_title_satellite_connectivity" msgid="7540022356863917632">"Ukuxhumana kwesathelayithi"</string>
+ <!-- no translation found for title_satellite_setting_connectivity (488626710934668313) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_connectivity (7337311015334186655) -->
+ <skip />
+ <!-- no translation found for description_satellite_setting_messaging (4367494645429198805) -->
+ <skip />
+ <!-- no translation found for title_have_satellite_data_plan (5614932315409789011) -->
+ <skip />
+ <!-- no translation found for title_for_satellite_sos (4608739357329147285) -->
+ <skip />
+ <!-- no translation found for summary_for_satellite_sos_entry (4981480371923329605) -->
+ <skip />
+ <!-- no translation found for keywords_satellite_sos (6275777197418023949) -->
+ <skip />
+ <!-- no translation found for category_title_about_satellite_sos (7229724397303154919) -->
+ <skip />
+ <!-- no translation found for satellite_sos_introduction (4670230212117495751) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_1 (4669862942425306921) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_2 (3558248744927579016) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_step_3 (4496038314890474893) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_1 (4497178023367920284) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_2 (1302661361673503362) -->
+ <skip />
+ <!-- no translation found for satellite_sos_how_it_works_summary_3 (4612675365617172405) -->
+ <skip />
+ <!-- no translation found for satellite_sos_try_demo (1915233782211344468) -->
+ <skip />
+ <!-- no translation found for satellite_sos_footer_text (4454885538165117230) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_subheader_title (5701538329333628267) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_1 (3106774199702637359) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_step_2 (738246589687762115) -->
+ <skip />
+ <!-- no translation found for satellite_sos_sharing_preferences_description (782508188142964342) -->
<skip />
<string name="mobile_network_apn_title" msgid="5582995550142073054">"Amagama wephoyinti lokufinyelela"</string>
<string name="keywords_access_point_names" msgid="8174967126858505945">"i-apn"</string>
@@ -5064,6 +5113,8 @@
<string name="page_agnostic_16k_pages_text" msgid="2999817238546170627">"Uphakathi kwemodi engu-16KB yemodi yokusebenza emakhasini onke. Ubuqotho besofthiwe abukwazi ukuqinisekiswa kule modi, futhi noma iyiphi idatha egcinwe efonwinini ngenkathi ibootloader ivuliwe ingaba sengozini. Ezinye izakhi zizokhutshazwa kula mamodi, ngakho amanye ama-app angase angasebenzi. Ukuze uphinde ufake imodi yokukhiqiza, kufanele, ushintshele emuva kumodi engu-4KB bese ukhiya ibootloader yedivayisi. Lokhu kuzosetha kabusha njengasekuqaleni idivayisi kuyibuyisele kumasethingi okukhiqiza. Ngemva kokuthi idivayisi iqale ngempumelelo ku-Android, khubaza ukuvula kwe-OEM Kokungakhethwa kukho konjiniyela. Uma idivayisi yehluleka ukuqalisa ku-Android noma ingazinzile, khanyisa kabusha idivayisi ngemifanekiso yefemu evela kokuthi <a href=\"https://developers.google.com/android/images\">https://developers .google.com/android/images</a> noma usebenzise okuthi <a href=\"https://flash.android.com/back-to-public\">https://flash.android.com/back-to-public</a> bese ukhetha okuthi \'Sula Idivayisi\', \'Khiya IBootloader\' kanye nokuthi \'Phoqelela IFlash ezingxenyeni zonke\'."</string>
<string name="page_agnostic_notification_channel_name" msgid="1658444283036376361">"Imodi ye-Page-agnostic ka-16KB"</string>
<string name="page_agnostic_notification_action" msgid="2309805437430150456">"Funda kabanzi"</string>
+ <string name="enable_16k_app_compat_title" msgid="4173159228844992989">"Qalisa i-app ngemodi yokuhlanganisa usayizi wekhasi"</string>
+ <string name="enable_16k_app_compat_details" msgid="3847293423550174952">"I-app izosetshenziswa ngemodi ehambelanayo yosayizi wekhasi kudivayisi engu-16 KB eguquliwe."</string>
<string name="bug_report_handler_title" msgid="713439959113250125">"Isibambi sombiko wesiphazamiso"</string>
<string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Icacisa ukuthi uluphi uhlelo lokusebenza oluphatha isinqamuleli sombiko wesiphazamisi kudivayisi yakho."</string>
<string name="personal_profile_app_subtext" msgid="5586060806997067676">"Okomuntu siqu"</string>
diff --git a/res/values/config.xml b/res/values/config.xml
index 4e4c5c4..95f8eba 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -842,4 +842,7 @@
<!-- Package name for Linux terminal app -->
<string name="config_linux_terminal_app_package_name" translatable="false">com.android.virtualization.terminal</string>
+
+ <!-- Disable the Testing Setting Menu for user builds, i.e only display the menu on userdebug/eng builds -->
+ <bool name="config_hide_testing_settings_menu_for_user_builds">false</bool>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 05b3b3f..ebd6d60 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4561,6 +4561,8 @@
<string name="keyboard_a11y_category">Accessibility</string>
<!-- Title for the 'physical keyboard' settings screen. [CHAR LIMIT=35] -->
<string name="physical_keyboard_title">Physical keyboard</string>
+ <!-- Title for the 'physical keyboard' settings screen. [CHAR LIMIT=35] -->
+ <string name="physical_keyboard_layout_picker_title">Physical keyboard layout picker</string>
<!-- Title for the 'Bounce keys' preference switch. [CHAR LIMIT=35] -->
<string name="bounce_keys">Bounce keys</string>
<!-- Summary text for the 'Bounce keys' preference sub-screen. [CHAR LIMIT=300] -->
@@ -11156,6 +11158,23 @@
<!-- Summary text for double tap power for camera [CHAR LIMIT=160]-->
<string name="double_tap_power_for_camera_summary">To quickly open camera, press the power button twice. Works from any screen.</string>
+ <!-- Title text for double tap power gesture [CHAR LIMIT=80]-->
+ <string name="double_tap_power_title">Double tap power button</string>
+ <!-- Summary for double tap power settings [DO NOT TRANSLATE] -->
+ <string name="double_tap_power_summary" translatable="false"><xliff:g id="double_tap_power_on_off" example="On">%1$s</xliff:g> / <xliff:g id="double_tap_power_actions" example="Access Wallet">%2$s</xliff:g></string>
+ <!-- Switch label to enable/disable double tap power button gesture [CHAR LIMIT=60] -->
+ <string name="double_tap_power_enabled">Use double tap</string>
+ <!-- Category title for double tap power gesture [CHAR_LIMIT=80] -->
+ <string name="double_tap_power_target_action_category">Double Tap Power Button</string>
+ <!-- Double Tap Power Gesture camera launch action title [CHAR_LIMIT=60] -->
+ <string name="double_tap_power_camera_action_title">Open Camera</string>
+ <!-- Setting summary to describe double tap power button will open camera. [CHAR LIMIT=NONE] -->
+ <string name="double_tap_power_camera_action_summary">Access Camera</string>
+ <!-- Double Tap Power Gesture wallet launch action title [CHAR_LIMIT=60] -->
+ <string name="double_tap_power_wallet_action_title">Open Wallet</string>
+ <!-- Setting summary to describe double tap power button will open wallet. [CHAR LIMIT=NONE] -->
+ <string name="double_tap_power_wallet_action_summary">Access Wallet</string>
+
<!-- Title text for double twist for camera mode [CHAR LIMIT=60]-->
<string name="double_twist_for_camera_mode_title">Flip camera for selfie</string>
@@ -12287,7 +12306,7 @@
<!-- Summary for _satellite_setting_preference_layout. [CHAR LIMIT=NONE]-->
<string name="satellite_setting_disabled_summary">Send and receive text messages by satellite. Not included with your account.</string>
<!-- Search keywords for "_satellite_setting_preference_layout" [CHAR_LIMIT=NONE] -->
- <string name="keywords_satellite_setting">Satellite messaging</string>
+ <string name="keywords_satellite_setting">Satellite messaging, satellite connectivity</string>
<!-- Category name "About satellite messaging" [CHAR_LIMIT=NONE] -->
<string name="category_name_about_satellite_messaging">About <xliff:g id="subject" example="satellite messaging">%1$s</xliff:g></string>
<!-- Summary for category "About satellite messaging" [CHAR_LIMIT=NONE] -->
@@ -12328,7 +12347,44 @@
<string name="description_satellite_setting_messaging">satellite messaging</string>
<!-- Title for notifying user's account be able to use data transmission of Satellite" [CHAR_LIMIT=NONE] -->
<string name="title_have_satellite_data_plan">Use of data is included with your account</string>
-
+ <!-- Title for the entry of Satellite SOS [CHAR_LIMIT=NONE] -->
+ <string name="title_for_satellite_sos">Satellite SOS</string>
+ <!-- Summary for the entry of Satellite SOS [CHAR_LIMIT=NONE] -->
+ <string name="summary_for_satellite_sos_entry">Message with emergency services when you can\u2019t connect to a mobile or Wi\u2011Fi network</string>
+ <!-- Keywords for the entry of Satellite SOS [CHAR_LIMIT=NONE] -->
+ <string name="keywords_satellite_sos">satellite sos, sos</string>
+ <!-- Category title of Satellite SOS [CHAR_LIMIT=60] -->
+ <string name="category_title_about_satellite_sos">About Satellite SOS</string>
+ <!-- Desrciption of introduction for Satellite SOS [CHAR_LIMIT=60] -->
+ <string name="satellite_sos_introduction">You can message with emergency services and share your location when you can’t connect to a mobile or Wi-Fi network. This service may not be available at all times in all locations or circumstances.</string>
+ <!-- Description of how it works step 1 for Satellite SOS. [CHAR_LIMIT=200] -->
+ <string name="satellite_sos_how_it_works_step_1">Call or text emergency services</string>
+ <!-- Description of how it works step 2 for Satellite SOS. [CHAR_LIMIT=200] -->
+ <string name="satellite_sos_how_it_works_step_2">Answer questions about the emergency</string>
+ <!-- Description of how it works step 3 for Satellite SOS. [CHAR_LIMIT=200] -->
+ <string name="satellite_sos_how_it_works_step_3">Follow steps to connect to the satellite</string>
+ <!-- Summary of how it works step 1 for Satellite SOS. [CHAR_LIMIT=NONE] -->
+ <string name="satellite_sos_how_it_works_summary_1">If you don’t have a mobile network, you’ll see an option to use Satellite SOS</string>
+ <!-- Summary of how it works step 2 for Satellite SOS. [CHAR_LIMIT=NONE] -->
+ <string name="satellite_sos_how_it_works_summary_2">Send answers to emergency services to get you the right kind of help</string>
+ <!-- Summary of how it works step 3 for Satellite SOS. [CHAR_LIMIT=NONE] -->
+ <string name="satellite_sos_how_it_works_summary_3">Once you’re connected, you can message with emergency services</string>
+ <!-- Title of button to request Satellite SOS demo-->
+ <string name="satellite_sos_try_demo">Try a demo</string>
+ <!-- Description of Footer text for Satellite SOS settings. [CHAR_LIMIT=NONE] -->
+ <string name="satellite_sos_footer_text">When you connect with emergency services by satellite, your name, email, phone number, location, device information (IMEI, language, model, battery level), and emergency contact information are shared with emergency services and satellite service providers.
+ \n\nTo use Satellite SOS, Google Messages must be your default SMS app.
+ \n\nIf automatic network selection is off, it will be turned on, and your device will automatically connect to any network.</string>
+ <!-- Category title of Sharing preferences for Satellite SOS. [CHAR_LIMIT=40] -->
+ <string name="satellite_sos_sharing_preferences_subheader_title">Sharing preferences</string>
+ <!-- Title of emergency contacts for Satellite SOS. [CHAR_LIMIT=200] -->
+ <string name="satellite_sos_sharing_preferences_step_1">Emergency contacts</string>
+ <!-- Title of viewing google contacts for Satellite SOS. [CHAR_LIMIT=200] -->
+ <string name="satellite_sos_sharing_preferences_step_2">Your Google Account</string>
+ <!-- Description of sharing preference for Satellite SOS. [CHAR_LIMIT=200] -->
+ <string name="satellite_sos_sharing_preferences_description">Review or update info that will be shared with emergency services</string>
+ <!-- Footer link to support page for Satellite SOS [CHAR LIMIT=NONE] -->
+ <string name="satellite_sos_learn_more_link">https://support.google.com/pixelphone/answer/15254448</string>
<!-- Title for Apn settings in mobile network settings [CHAR LIMIT=60] -->
diff --git a/res/xml/accessibility_vibration_intensity_settings.xml b/res/xml/accessibility_vibration_intensity_settings.xml
index f9a5578..ba1bd83 100644
--- a/res/xml/accessibility_vibration_intensity_settings.xml
+++ b/res/xml/accessibility_vibration_intensity_settings.xml
@@ -20,7 +20,7 @@
android:title="@string/accessibility_vibration_settings_title">
<com.android.settingslib.widget.MainSwitchPreference
- android:key="vibration_intensity_switch_main"
+ android:key="vibrate_on"
android:title="@string/accessibility_vibration_primary_switch_title"
app:keywords="@string/keywords_accessibility_vibration_primary_switch"
app:controller="com.android.settings.accessibility.VibrationMainSwitchPreferenceController"/>
diff --git a/res/xml/accessibility_vibration_settings.xml b/res/xml/accessibility_vibration_settings.xml
index 3ce92a6..be45659 100644
--- a/res/xml/accessibility_vibration_settings.xml
+++ b/res/xml/accessibility_vibration_settings.xml
@@ -20,7 +20,7 @@
android:title="@string/accessibility_vibration_settings_title">
<com.android.settingslib.widget.MainSwitchPreference
- android:key="vibration_switch_main"
+ android:key="vibrate_on"
android:title="@string/accessibility_vibration_primary_switch_title"
app:keywords="@string/keywords_accessibility_vibration_primary_switch"
app:controller="com.android.settings.accessibility.VibrationMainSwitchPreferenceController"/>
diff --git a/res/xml/app_notification_settings.xml b/res/xml/app_notification_settings.xml
index 1eee0cb..30a57a2 100644
--- a/res/xml/app_notification_settings.xml
+++ b/res/xml/app_notification_settings.xml
@@ -21,7 +21,8 @@
<com.android.settingslib.widget.LayoutPreference
android:key="pref_app_header"
- android:layout="@layout/settings_entity_header" />
+ android:layout="@layout/settings_entity_header"
+ android:selectable="false" />
<com.android.settings.widget.SettingsMainSwitchPreference
android:key="block" />
diff --git a/res/xml/double_tap_power_settings.xml b/res/xml/double_tap_power_settings.xml
index fb5dd52..783d045 100644
--- a/res/xml/double_tap_power_settings.xml
+++ b/res/xml/double_tap_power_settings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2016 The Android Open Source Project
+ Copyright (C) 2024 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -18,19 +18,28 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:title="@string/double_tap_power_for_camera_title">
-
+ android:title="@string/double_tap_power_title">
<com.android.settingslib.widget.IllustrationPreference
android:key="gesture_double_tap_power_video"
settings:searchable="false"
- app:lottie_rawRes="@drawable/quickly_open_camera"/>
+ settings:lottie_rawRes="@drawable/quickly_open_camera"
+ settings:controller="com.android.settings.gestures.DoubleTapPowerIllustrationPreferenceController"/>
- <SwitchPreferenceCompat
- android:key="gesture_double_tap_power"
- android:title="@string/double_tap_power_for_camera_title"
- android:summary="@string/double_tap_power_for_camera_summary"
- app:keywords="@string/keywords_gesture"
- app:controller="com.android.settings.gestures.DoubleTapPowerPreferenceController"/>
-
+ <com.android.settingslib.widget.MainSwitchPreference
+ android:key="gesture_double_tap_power_enabled_main_switch"
+ android:title="@string/double_tap_power_enabled"
+ settings:keywords="@string/keywords_gesture"
+ settings:controller="com.android.settings.gestures.DoubleTapPowerMainSwitchPreferenceController"/>
+ <PreferenceCategory
+ android:key="gesture_double_tap_power_actions"
+ android:title="@string/double_tap_power_target_action_category">
+ <com.android.settingslib.widget.SelectorWithWidgetPreference
+ android:key="gesture_double_power_tap_camera"
+ android:title="@string/double_tap_power_camera_action_title"
+ settings:controller="com.android.settings.gestures.DoubleTapPowerForCameraPreferenceController"/>
+ <com.android.settingslib.widget.SelectorWithWidgetPreference
+ android:key="gesture_double_power_tap_wallet"
+ android:title="@string/double_tap_power_wallet_action_title"
+ settings:controller="com.android.settings.gestures.DoubleTapPowerForWalletPreferenceController"/>
+ </PreferenceCategory>
</PreferenceScreen>
diff --git a/res/xml/double_tap_power_to_open_camera_settings.xml b/res/xml/double_tap_power_to_open_camera_settings.xml
new file mode 100644
index 0000000..315c7f0
--- /dev/null
+++ b/res/xml/double_tap_power_to_open_camera_settings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:settings="http://schemas.android.com/apk/res-auto"
+ android:title="@string/double_tap_power_for_camera_title">
+
+ <com.android.settingslib.widget.IllustrationPreference
+ android:key="gesture_double_tap_power_video"
+ settings:searchable="false"
+ settings:lottie_rawRes="@drawable/quickly_open_camera"/>
+
+ <SwitchPreferenceCompat
+ android:key="gesture_double_tap_power"
+ android:title="@string/double_tap_power_for_camera_title"
+ android:summary="@string/double_tap_power_for_camera_summary"
+ settings:keywords="@string/keywords_gesture"
+ settings:controller="com.android.settings.gestures.DoubleTapPowerToOpenCameraPreferenceController"/>
+
+</PreferenceScreen>
diff --git a/res/xml/gestures.xml b/res/xml/gestures.xml
index 035c7f7..bfb359a 100644
--- a/res/xml/gestures.xml
+++ b/res/xml/gestures.xml
@@ -29,7 +29,7 @@
<Preference
android:key="gesture_double_tap_power_input_summary"
- android:title="@string/double_tap_power_for_camera_title"
+ android:title="@string/double_tap_power_title"
android:fragment="com.android.settings.gestures.DoubleTapPowerSettings"
settings:searchable="false"
settings:controller="com.android.settings.gestures.DoubleTapPowerPreferenceController" />
diff --git a/res/xml/mobile_network_settings.xml b/res/xml/mobile_network_settings.xml
index 3c1317d..c5e6d2f 100644
--- a/res/xml/mobile_network_settings.xml
+++ b/res/xml/mobile_network_settings.xml
@@ -217,6 +217,16 @@
settings:controller=
"com.android.settings.network.telephony.SatelliteSettingPreferenceController"/>
+ <com.android.settingslib.RestrictedPreference
+ android:key="telephony_satellite_setting_sos_key"
+ android:persistent="false"
+ android:title="@string/title_for_satellite_sos"
+ android:summary="@string/summary_for_satellite_sos_entry"
+ settings:keywords="@string/keywords_satellite_setting"
+ settings:fragment="com.android.settings.network.telephony.SatelliteSettingsSosFragment"
+ settings:controller=
+ "com.android.settings.network.telephony.SatelliteSettingSosPreferenceController"/>
+
</PreferenceCategory>
<PreferenceCategory
diff --git a/res/xml/network_provider_settings.xml b/res/xml/network_provider_settings.xml
index 418bb8d..74ec948 100644
--- a/res/xml/network_provider_settings.xml
+++ b/res/xml/network_provider_settings.xml
@@ -53,6 +53,7 @@
android:key="main_toggle_wifi"
android:title="@string/wifi"
settings:keywords="@string/keywords_wifi"
+ settings:restrictedSwitchSummary="@string/not_allowed_by_ent"
settings:allowDividerAbove="true"/>
<PreferenceCategory
diff --git a/res/xml/power_usage_summary.xml b/res/xml/power_usage_summary.xml
index c7cf873..21a836d 100644
--- a/res/xml/power_usage_summary.xml
+++ b/res/xml/power_usage_summary.xml
@@ -26,7 +26,6 @@
android:title="@string/summary_placeholder"
android:selectable="false"
android:paddingBottom="0px"
- android:persistent="false"
settings:controller="com.android.settings.fuelgauge.BatteryHeaderPreferenceController" />
<com.android.settings.fuelgauge.BatteryHeaderTextPreference
diff --git a/res/xml/satellite_setting_sos.xml b/res/xml/satellite_setting_sos.xml
new file mode 100644
index 0000000..abc9d65
--- /dev/null
+++ b/res/xml/satellite_setting_sos.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2024 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<androidx.preference.PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:settings="http://schemas.android.com/apk/res-auto"
+ android:key="satellite_sos"
+ android:title="@string/title_for_satellite_sos">
+
+ <com.android.settingslib.widget.IllustrationPreference
+ android:key="key_satellite_sos_illustration"
+ android:selectable="false"
+ settings:lottie_rawRes="@drawable/satellite_sos_illustration"
+ settings:searchable="false" />
+
+ <androidx.preference.PreferenceCategory
+ android:title="@string/category_title_about_satellite_sos">
+ <com.android.settingslib.widget.TopIntroPreference
+ android:key="key_satellite_sos_top_intro"
+ android:title="@string/satellite_sos_introduction" />
+ </androidx.preference.PreferenceCategory>
+
+ <androidx.preference.PreferenceCategory
+ android:title="@string/category_title_about_satellite_sos">
+
+ <androidx.preference.Preference
+ android:title="@string/satellite_sos_how_it_works_step_1"
+ android:summary="@string/satellite_sos_how_it_works_summary_1"
+ android:icon="@drawable/satellite_sos_counter_1"/>
+
+ <androidx.preference.Preference
+ android:title="@string/satellite_sos_how_it_works_step_2"
+ android:summary="@string/satellite_sos_how_it_works_summary_2"
+ android:icon="@drawable/satellite_sos_counter_2"/>
+
+ <androidx.preference.Preference
+ android:title="@string/satellite_sos_how_it_works_step_3"
+ android:summary="@string/satellite_sos_how_it_works_summary_3"
+ android:icon="@drawable/satellite_sos_counter_3"/>
+
+ </androidx.preference.PreferenceCategory>
+
+ <com.android.settingslib.widget.ButtonPreference
+ android:title="try a demo"
+ android:icon="@drawable/satellite_sos_quantum_gm_ic_hand_gesture_vd_20"/>
+
+ <androidx.preference.PreferenceCategory
+ android:title="@string/satellite_sos_sharing_preferences_subheader_title">
+ <com.android.settingslib.widget.TopIntroPreference
+ android:title="@string/satellite_sos_sharing_preferences_description"/>
+
+ <androidx.preference.Preference
+ android:title="@string/satellite_sos_sharing_preferences_step_1"
+ android:icon="@drawable/contact_emergency_24dp"/>
+
+ <androidx.preference.Preference
+ android:title="@string/satellite_sos_sharing_preferences_step_2"
+ android:icon="@drawable/account_circle_24dp"/>
+
+ </androidx.preference.PreferenceCategory>
+
+ <com.android.settingslib.widget.FooterPreference
+ android:key="key_satellite_sos_footer"
+ android:title="@string/satellite_sos_footer_text"
+ android:selectable="false"
+ settings:searchable="false"
+ settings:controller="com.android.settings.network.telephony.SatelliteSettingsSosFooterPreferenceController"/>
+ />
+</androidx.preference.PreferenceScreen>
\ No newline at end of file
diff --git a/src/com/android/settings/Settings.java b/src/com/android/settings/Settings.java
index cb4358f..d5cf9aa 100644
--- a/src/com/android/settings/Settings.java
+++ b/src/com/android/settings/Settings.java
@@ -92,6 +92,9 @@
public static class AvailableVirtualKeyboardActivity extends SettingsActivity { /* empty */ }
public static class KeyboardLayoutPickerActivity extends SettingsActivity { /* empty */ }
public static class PhysicalKeyboardActivity extends SettingsActivity { /* empty */ }
+ public static class PhysicalKeyboardLayoutPickerActivity extends SettingsActivity {
+ /* empty */
+ }
public static class InputMethodAndSubtypeEnablerActivity extends SettingsActivity { /* empty */ }
public static class SpellCheckersSettingsActivity extends SettingsActivity { /* empty */ }
public static class LocalePickerActivity extends SettingsActivity { /* empty */ }
diff --git a/src/com/android/settings/TestingSettingsBroadcastReceiver.java b/src/com/android/settings/TestingSettingsBroadcastReceiver.java
index 30a0d79..9965630 100644
--- a/src/com/android/settings/TestingSettingsBroadcastReceiver.java
+++ b/src/com/android/settings/TestingSettingsBroadcastReceiver.java
@@ -19,6 +19,7 @@
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
+import android.os.Build;
import android.telephony.TelephonyManager;
import com.android.settings.Settings.TestingSettingsActivity;
@@ -32,11 +33,17 @@
@Override
public void onReceive(Context context, Intent intent) {
if (intent != null && intent.getAction() != null
- && intent.getAction().equals(TelephonyManager.ACTION_SECRET_CODE)) {
+ && intent.getAction().equals(TelephonyManager.ACTION_SECRET_CODE)
+ && !isDisabled(context)) {
Intent i = new Intent(Intent.ACTION_MAIN);
i.setClass(context, TestingSettingsActivity.class);
i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(i);
}
}
+
+ private boolean isDisabled(Context context) {
+ return "user".equals(Build.TYPE) && context.getResources().getBoolean(
+ R.bool.config_hide_testing_settings_menu_for_user_builds);
+ }
}
diff --git a/src/com/android/settings/Utils.java b/src/com/android/settings/Utils.java
index adda094..b3da71e 100644
--- a/src/com/android/settings/Utils.java
+++ b/src/com/android/settings/Utils.java
@@ -131,6 +131,7 @@
import com.android.settingslib.widget.ActionBarShadowController;
import com.android.settingslib.widget.AdaptiveIcon;
+import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;
@@ -1600,4 +1601,19 @@
pm.setComponentEnabledSetting(componentName,
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
}
+
+ /**
+ * Returns {@code true} if the supplied package is a protected package. Otherwise, returns
+ * {@code false}.
+ *
+ * @param context the context
+ * @param packageName the package name
+ */
+ public static boolean isProtectedPackage(
+ @NonNull Context context, @NonNull String packageName) {
+ final List<String> protectedPackageNames = Arrays.asList(context.getResources()
+ .getStringArray(com.android.internal.R.array
+ .config_biometric_protected_package_names));
+ return protectedPackageNames != null && protectedPackageNames.contains(packageName);
+ }
}
diff --git a/src/com/android/settings/accessibility/AccessibilityQuickSettingsPrimarySwitchPreferenceController.java b/src/com/android/settings/accessibility/AccessibilityQuickSettingsPrimarySwitchPreferenceController.java
deleted file mode 100644
index 8a3f22d..0000000
--- a/src/com/android/settings/accessibility/AccessibilityQuickSettingsPrimarySwitchPreferenceController.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * Copyright (C) 2022 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.settings.accessibility;
-
-import android.content.ComponentName;
-import android.content.Context;
-import android.os.Bundle;
-import android.os.Handler;
-
-import androidx.annotation.Nullable;
-import androidx.preference.PreferenceScreen;
-
-import com.android.settings.R;
-import com.android.settings.core.TogglePreferenceController;
-import com.android.settingslib.PrimarySwitchPreference;
-import com.android.settingslib.core.lifecycle.LifecycleObserver;
-import com.android.settingslib.core.lifecycle.events.OnCreate;
-import com.android.settingslib.core.lifecycle.events.OnDestroy;
-import com.android.settingslib.core.lifecycle.events.OnSaveInstanceState;
-
-/** PrimarySwitchPreferenceController that shows quick settings tooltip on first use. */
-public abstract class AccessibilityQuickSettingsPrimarySwitchPreferenceController
- extends TogglePreferenceController
- implements LifecycleObserver, OnCreate, OnDestroy, OnSaveInstanceState {
- private static final String KEY_SAVED_QS_TOOLTIP_RESHOW = "qs_tooltip_reshow";
- private final Handler mHandler;
- private PrimarySwitchPreference mPreference;
- private AccessibilityQuickSettingsTooltipWindow mTooltipWindow;
- private boolean mNeedsQSTooltipReshow = false;
-
- /** Returns the accessibility tile component name. */
- @Nullable
- abstract ComponentName getTileComponentName();
-
- /** Returns the accessibility tile tooltip content. */
- abstract CharSequence getTileTooltipContent();
-
- public AccessibilityQuickSettingsPrimarySwitchPreferenceController(Context context,
- String preferenceKey) {
- super(context, preferenceKey);
- mHandler = new Handler(context.getMainLooper());
- }
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
- // Restore the tooltip.
- if (savedInstanceState != null) {
- if (savedInstanceState.containsKey(KEY_SAVED_QS_TOOLTIP_RESHOW)) {
- mNeedsQSTooltipReshow = savedInstanceState.getBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW);
- }
- }
- }
-
- @Override
- public void onDestroy() {
- mHandler.removeCallbacksAndMessages(null);
- final boolean isTooltipWindowShowing = mTooltipWindow != null && mTooltipWindow.isShowing();
- if (isTooltipWindowShowing) {
- mTooltipWindow.dismiss();
- }
- }
-
- @Override
- public void onSaveInstanceState(Bundle outState) {
- final boolean isTooltipWindowShowing = mTooltipWindow != null && mTooltipWindow.isShowing();
- if (mNeedsQSTooltipReshow || isTooltipWindowShowing) {
- outState.putBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW, /* value= */ true);
- }
- }
-
- @Override
- public void displayPreference(PreferenceScreen screen) {
- super.displayPreference(screen);
- mPreference = screen.findPreference(getPreferenceKey());
- if (mNeedsQSTooltipReshow) {
- mHandler.post(this::showQuickSettingsTooltipIfNeeded);
- }
- }
-
- @Override
- public boolean setChecked(boolean isChecked) {
- if (isChecked) {
- showQuickSettingsTooltipIfNeeded();
- }
- return isChecked;
- }
-
- @Override
- public boolean isChecked() {
- return false;
- }
-
- @Override
- public int getAvailabilityStatus() {
- return AVAILABLE;
- }
-
- @Override
- public int getSliceHighlightMenuRes() {
- return R.string.menu_key_accessibility;
- }
-
- private void showQuickSettingsTooltipIfNeeded() {
- if (mPreference == null) {
- // Returns if no preference found by slice highlight menu.
- return;
- }
-
- final ComponentName tileComponentName = getTileComponentName();
- if (tileComponentName == null) {
- // Returns if no tile service assigned.
- return;
- }
-
- if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences(
- mContext, tileComponentName)) {
- // Returns if quick settings tooltip only show once.
- return;
- }
-
- // TODO (287728819): Move tooltip showing to SystemUI
- // Since the lifecycle of controller is independent of that of the preference, doing
- // null check on switch is a temporary solution for the case that switch view
- // is not ready when we would like to show the tooltip. If the switch is not ready,
- // we give up showing the tooltip and also do not reshow it in the future.
- if (mPreference.getSwitch() != null) {
- mTooltipWindow = new AccessibilityQuickSettingsTooltipWindow(mContext);
- mTooltipWindow.setup(getTileTooltipContent(),
- R.drawable.accessibility_auto_added_qs_tooltip_illustration);
- mTooltipWindow.showAtTopCenter(mPreference.getSwitch());
- }
- AccessibilityQuickSettingUtils.optInValueToSharedPreferences(mContext, tileComponentName);
- mNeedsQSTooltipReshow = false;
- }
-}
diff --git a/src/com/android/settings/accessibility/AccessibilitySettings.java b/src/com/android/settings/accessibility/AccessibilitySettings.java
index 39ce081..6f0ef9e 100644
--- a/src/com/android/settings/accessibility/AccessibilitySettings.java
+++ b/src/com/android/settings/accessibility/AccessibilitySettings.java
@@ -177,9 +177,7 @@
// Observe changes from accessibility selection menu
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS);
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
- }
+ shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_STICKY_KEYS);
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_SLOW_KEYS);
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_BOUNCE_KEYS);
diff --git a/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragment.java b/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragment.java
index 91d75f3..104b35a 100644
--- a/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragment.java
+++ b/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragment.java
@@ -31,7 +31,6 @@
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
-import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@@ -114,9 +113,7 @@
final List<String> shortcutFeatureKeys = new ArrayList<>();
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS);
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
- }
+ shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
mSettingsContentObserver = new AccessibilitySettingsContentObserver(new Handler());
mSettingsContentObserver.registerKeysToObserverCallback(shortcutFeatureKeys, key -> {
updateShortcutPreferenceData();
@@ -374,38 +371,13 @@
showQuickSettingsTooltipIfNeeded();
}
+ /**
+ * @deprecated made obsolete by quick settings rollout.
+ *
+ * (TODO 367414968: finish removal.)
+ */
+ @Deprecated
private void showQuickSettingsTooltipIfNeeded() {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- // Don't show Quick Settings tooltip
- return;
- }
- final ComponentName tileComponentName = getTileComponentName();
- if (tileComponentName == null) {
- // Returns if no tile service assigned.
- return;
- }
-
- if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences(
- getContext(), tileComponentName)) {
- // Returns if quick settings tooltip only show once.
- return;
- }
-
- final CharSequence content = getTileTooltipContent(mNeedsQSTooltipType);
- if (TextUtils.isEmpty(content)) {
- // Returns if no content of tile tooltip assigned.
- return;
- }
-
- final int imageResId = mNeedsQSTooltipType == QuickSettingsTooltipType.GUIDE_TO_EDIT
- ? R.drawable.accessibility_qs_tooltip_illustration
- : R.drawable.accessibility_auto_added_qs_tooltip_illustration;
- mTooltipWindow = new AccessibilityQuickSettingsTooltipWindow(getContext());
- mTooltipWindow.setup(content, imageResId);
- mTooltipWindow.showAtTopCenter(getView());
- AccessibilityQuickSettingUtils.optInValueToSharedPreferences(getContext(),
- tileComponentName);
- mNeedsQSTooltipReshow = false;
}
/**
diff --git a/src/com/android/settings/accessibility/AccessibilityShortcutsTutorial.java b/src/com/android/settings/accessibility/AccessibilityShortcutsTutorial.java
index c613181..9386ba0 100644
--- a/src/com/android/settings/accessibility/AccessibilityShortcutsTutorial.java
+++ b/src/com/android/settings/accessibility/AccessibilityShortcutsTutorial.java
@@ -496,10 +496,6 @@
if ((shortcutTypes & shortcutType) == 0) {
continue;
}
- if ((shortcutTypes & QUICK_SETTINGS) == QUICK_SETTINGS
- && !android.view.accessibility.Flags.a11yQsShortcut()) {
- continue;
- }
tutorialPages.add(
createShortcutTutorialPage(
context, shortcutType, buttonMode, featureName, inSetupWizard));
diff --git a/src/com/android/settings/accessibility/AccessibilityUtil.java b/src/com/android/settings/accessibility/AccessibilityUtil.java
index 82d3281..d31720d 100644
--- a/src/com/android/settings/accessibility/AccessibilityUtil.java
+++ b/src/com/android/settings/accessibility/AccessibilityUtil.java
@@ -61,7 +61,6 @@
import java.util.List;
import java.util.Locale;
import java.util.Set;
-import java.util.StringJoiner;
/** Provides utility methods to accessibility settings only. */
public final class AccessibilityUtil {
@@ -203,28 +202,23 @@
* @param context The current context.
* @param shortcutTypes A combination of {@link UserShortcutType}.
* @param componentName The component name that need to be opted in Settings.
+ *
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
static void optInAllValuesToSettings(Context context, int shortcutTypes,
@NonNull ComponentName componentName) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(
- /* enable= */ true,
- shortcutTypes,
- Set.of(componentName.flattenToString()),
- UserHandle.myUserId()
- );
- }
-
- return;
- }
-
- if ((shortcutTypes & SOFTWARE) == SOFTWARE) {
- optInValueToSettings(context, SOFTWARE, componentName);
- }
- if (((shortcutTypes & HARDWARE) == HARDWARE)) {
- optInValueToSettings(context, HARDWARE, componentName);
+ AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(
+ /* enable= */ true,
+ shortcutTypes,
+ Set.of(componentName.flattenToString()),
+ UserHandle.myUserId()
+ );
}
}
@@ -234,38 +228,25 @@
* @param context The current context.
* @param shortcutType The preferred shortcut type user selected.
* @param componentName The component name that need to be opted in Settings.
+ *
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
@VisibleForTesting
static void optInValueToSettings(Context context, @UserShortcutType int shortcutType,
@NonNull ComponentName componentName) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(
- /* enable= */ true,
- shortcutType,
- Set.of(componentName.flattenToString()),
- UserHandle.myUserId()
- );
- }
- return;
+ AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(
+ /* enable= */ true,
+ shortcutType,
+ Set.of(componentName.flattenToString()),
+ UserHandle.myUserId()
+ );
}
-
- final String targetKey = convertKeyFromSettings(shortcutType);
- final String targetString = Settings.Secure.getString(context.getContentResolver(),
- targetKey);
-
- if (hasValueInSettings(context, shortcutType, componentName)) {
- return;
- }
-
- final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR));
- if (!TextUtils.isEmpty(targetString)) {
- joiner.add(targetString);
- }
- joiner.add(componentName.flattenToString());
-
- Settings.Secure.putString(context.getContentResolver(), targetKey, joiner.toString());
}
/**
@@ -275,27 +256,23 @@
* @param context The current context.
* @param shortcutTypes A combination of {@link UserShortcutType}.
* @param componentName The component name that need to be opted out from Settings.
+ *
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
static void optOutAllValuesFromSettings(Context context, int shortcutTypes,
@NonNull ComponentName componentName) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(
- /* enable= */ false,
- shortcutTypes,
- Set.of(componentName.flattenToString()),
- UserHandle.myUserId()
- );
- }
- return;
- }
-
- if ((shortcutTypes & SOFTWARE) == SOFTWARE) {
- optOutValueFromSettings(context, SOFTWARE, componentName);
- }
- if (((shortcutTypes & HARDWARE) == HARDWARE)) {
- optOutValueFromSettings(context, HARDWARE, componentName);
+ AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(
+ /* enable= */ false,
+ shortcutTypes,
+ Set.of(componentName.flattenToString()),
+ UserHandle.myUserId()
+ );
}
}
@@ -305,42 +282,25 @@
* @param context The current context.
* @param shortcutType The preferred shortcut type user selected.
* @param componentName The component name that need to be opted out from Settings.
+ *
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
@VisibleForTesting
static void optOutValueFromSettings(Context context, @UserShortcutType int shortcutType,
@NonNull ComponentName componentName) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(
- /* enable= */ false,
- shortcutType,
- Set.of(componentName.flattenToString()),
- UserHandle.myUserId()
- );
- }
- return;
+ AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(
+ /* enable= */ false,
+ shortcutType,
+ Set.of(componentName.flattenToString()),
+ UserHandle.myUserId()
+ );
}
-
- final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR));
- final String targetKey = convertKeyFromSettings(shortcutType);
- final String targetString = Settings.Secure.getString(context.getContentResolver(),
- targetKey);
-
- if (TextUtils.isEmpty(targetString)) {
- return;
- }
-
- sStringColonSplitter.setString(targetString);
- while (sStringColonSplitter.hasNext()) {
- final String name = sStringColonSplitter.next();
- if (TextUtils.isEmpty(name) || (componentName.flattenToString()).equals(name)) {
- continue;
- }
- joiner.add(name);
- }
-
- Settings.Secure.putString(context.getContentResolver(), targetKey, joiner.toString());
}
/**
@@ -354,11 +314,6 @@
static boolean hasValuesInSettings(Context context, int shortcutTypes,
@NonNull ComponentName componentName) {
for (int shortcutType : AccessibilityUtil.SHORTCUTS_ORDER_IN_UI) {
- if (!android.view.accessibility.Flags.a11yQsShortcut()) {
- if ((shortcutType & QUICK_SETTINGS) == QUICK_SETTINGS) {
- continue;
- }
- }
if (!android.provider.Flags.a11yStandaloneGestureEnabled()) {
if ((shortcutType & GESTURE) == GESTURE) {
continue;
@@ -379,15 +334,16 @@
* @param shortcutType The preferred shortcut type user selected.
* @param componentName The component name that need to be checked existed in Settings.
* @return {@code true} if componentName existed in Settings.
+ *
+ * @deprecated use
+ * {@link ShortcutUtils#isShortcutContained(Context, int, String)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
@VisibleForTesting
static boolean hasValueInSettings(Context context, @UserShortcutType int shortcutType,
@NonNull ComponentName componentName) {
- if (!android.view.accessibility.Flags.a11yQsShortcut()
- && (shortcutType & QUICK_SETTINGS) == QUICK_SETTINGS) {
- return false;
- }
-
return ShortcutUtils.getShortcutTargetsFromSettings(
context, shortcutType, UserHandle.myUserId()
).contains(componentName.flattenToString());
@@ -405,11 +361,6 @@
@NonNull ComponentName componentName) {
int shortcutTypes = DEFAULT;
for (int shortcutType : AccessibilityUtil.SHORTCUTS_ORDER_IN_UI) {
- if (!android.view.accessibility.Flags.a11yQsShortcut()) {
- if ((shortcutType & QUICK_SETTINGS) == QUICK_SETTINGS) {
- continue;
- }
- }
if (!android.provider.Flags.a11yStandaloneGestureEnabled()) {
if ((shortcutType & GESTURE) == GESTURE) {
continue;
@@ -428,23 +379,15 @@
*
* @param shortcutType The shortcut type.
* @return Mapping key in Settings.
+ *
+ * @deprecated use
+ * {@link ShortcutUtils#convertToKey(int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
static String convertKeyFromSettings(@UserShortcutType int shortcutType) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- return ShortcutUtils.convertToKey(shortcutType);
- }
-
- switch (shortcutType) {
- case SOFTWARE:
- return Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS;
- case HARDWARE:
- return Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE;
- case TRIPLETAP:
- return Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED;
- default:
- throw new IllegalArgumentException(
- "Unsupported userShortcutType " + shortcutType);
- }
+ return ShortcutUtils.convertToKey(shortcutType);
}
/**
@@ -521,10 +464,6 @@
final List<CharSequence> list = new ArrayList<>();
for (int shortcutType : AccessibilityUtil.SHORTCUTS_ORDER_IN_UI) {
- if (!android.view.accessibility.Flags.a11yQsShortcut()
- && (shortcutType & QUICK_SETTINGS) == QUICK_SETTINGS) {
- continue;
- }
if (!android.provider.Flags.a11yStandaloneGestureEnabled()
&& (shortcutType & GESTURE) == GESTURE) {
continue;
diff --git a/src/com/android/settings/accessibility/ColorAndMotionFragment.java b/src/com/android/settings/accessibility/ColorAndMotionFragment.java
index 7b2f04b..2fde279 100644
--- a/src/com/android/settings/accessibility/ColorAndMotionFragment.java
+++ b/src/com/android/settings/accessibility/ColorAndMotionFragment.java
@@ -76,9 +76,7 @@
mShortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED);
mShortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
mShortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS);
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- mShortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
- }
+ mShortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
if (Flags.forceInvertColor()) {
mShortcutFeatureKeys.add(ToggleForceInvertPreferenceController.SETTINGS_KEY);
}
diff --git a/src/com/android/settings/accessibility/PreferredShortcuts.java b/src/com/android/settings/accessibility/PreferredShortcuts.java
index 9006609..526b1fa 100644
--- a/src/com/android/settings/accessibility/PreferredShortcuts.java
+++ b/src/com/android/settings/accessibility/PreferredShortcuts.java
@@ -17,7 +17,6 @@
package com.android.settings.accessibility;
import static com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType.DEFAULT;
-import static com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType.QUICK_SETTINGS;
import static com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType.SOFTWARE;
import android.content.ComponentName;
@@ -25,7 +24,6 @@
import android.content.SharedPreferences;
import android.os.UserHandle;
import android.util.ArrayMap;
-import android.view.accessibility.Flags;
import androidx.annotation.NonNull;
import androidx.annotation.VisibleForTesting;
@@ -123,11 +121,6 @@
@NonNull Context context, @NonNull Set<String> components) {
final Map<Integer, Set<String>> shortcutTypeToTargets = new ArrayMap<>();
for (int shortcutType : AccessibilityUtil.SHORTCUTS_ORDER_IN_UI) {
- if (!Flags.a11yQsShortcut()
- && shortcutType == QUICK_SETTINGS) {
- // Skip saving quick setting as preferred shortcut option when flag is not enabled
- continue;
- }
shortcutTypeToTargets.put(
shortcutType,
ShortcutUtils.getShortcutTargetsFromSettings(
diff --git a/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceController.java b/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceController.java
index e7f59f4..4e70103 100644
--- a/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceController.java
+++ b/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceController.java
@@ -16,9 +16,6 @@
package com.android.settings.accessibility;
-import static com.android.internal.accessibility.AccessibilityShortcutController.REDUCE_BRIGHT_COLORS_TILE_SERVICE_COMPONENT_NAME;
-
-import android.content.ComponentName;
import android.content.Context;
import android.database.ContentObserver;
import android.hardware.display.ColorDisplayManager;
@@ -29,12 +26,12 @@
import android.provider.Settings;
import android.text.TextUtils;
-import androidx.annotation.Nullable;
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;
import com.android.server.display.feature.flags.Flags;
import com.android.settings.R;
+import com.android.settings.core.TogglePreferenceController;
import com.android.settingslib.PrimarySwitchPreference;
import com.android.settingslib.core.lifecycle.LifecycleObserver;
import com.android.settingslib.core.lifecycle.events.OnStart;
@@ -42,7 +39,7 @@
/** PreferenceController that shows the Reduce Bright Colors summary */
public class ReduceBrightColorsPreferenceController
- extends AccessibilityQuickSettingsPrimarySwitchPreferenceController
+ extends TogglePreferenceController
implements LifecycleObserver, OnStart, OnStop {
private ContentObserver mSettingsContentObserver;
private PrimarySwitchPreference mPreference;
@@ -72,7 +69,6 @@
@Override
public boolean setChecked(boolean isChecked) {
- super.setChecked(isChecked);
return mColorDisplayManager.setReduceBrightColorsActivated(isChecked);
}
@@ -125,20 +121,4 @@
public void onStop() {
mContext.getContentResolver().unregisterContentObserver(mSettingsContentObserver);
}
-
- @Nullable
- @Override
- protected ComponentName getTileComponentName() {
- // TODO: When clean up the feature flag, change the parent class from
- // AccessibilityQuickSettingsPrimarySwitchPreferenceController to
- // TogglePreferenceController
- return android.view.accessibility.Flags.a11yQsShortcut()
- ? null : REDUCE_BRIGHT_COLORS_TILE_SERVICE_COMPONENT_NAME;
- }
-
- @Override
- CharSequence getTileTooltipContent() {
- return mContext.getText(
- R.string.accessibility_reduce_bright_colors_auto_added_qs_tooltip_content);
- }
}
diff --git a/src/com/android/settings/accessibility/RemoveAnimationsPreference.kt b/src/com/android/settings/accessibility/RemoveAnimationsPreference.kt
index 5b732bc..65519e9 100644
--- a/src/com/android/settings/accessibility/RemoveAnimationsPreference.kt
+++ b/src/com/android/settings/accessibility/RemoveAnimationsPreference.kt
@@ -28,6 +28,7 @@
import com.android.settingslib.metadata.PreferenceLifecycleContext
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.SwitchPreference
class RemoveAnimationsPreference :
@@ -70,6 +71,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
@Suppress("UNCHECKED_CAST")
private class RemoveAnimationsStorage(private val context: Context) :
NoOpKeyedObservable<String>(), KeyValueStore {
diff --git a/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragment.java b/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragment.java
index e41d857..5ccea52 100644
--- a/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragment.java
+++ b/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragment.java
@@ -452,15 +452,11 @@
@Override
protected int getDefaultShortcutTypes() {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityServiceInfo info = getAccessibilityServiceInfo();
- boolean isAccessibilityTool = info != null && info.isAccessibilityTool();
- return !isAccessibilityTool || getTileComponentName() == null
- ? super.getDefaultShortcutTypes()
- : ShortcutConstants.UserShortcutType.QUICK_SETTINGS;
- }
-
- return super.getDefaultShortcutTypes();
+ AccessibilityServiceInfo info = getAccessibilityServiceInfo();
+ boolean isAccessibilityTool = info != null && info.isAccessibilityTool();
+ return !isAccessibilityTool || getTileComponentName() == null
+ ? super.getDefaultShortcutTypes()
+ : ShortcutConstants.UserShortcutType.QUICK_SETTINGS;
}
private void onAllowButtonFromEnableToggleClicked() {
diff --git a/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java b/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
index a9f422e..b7f4602 100644
--- a/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
+++ b/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
@@ -167,9 +167,7 @@
final List<String> shortcutFeatureKeys = new ArrayList<>();
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS);
shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
- }
+ shortcutFeatureKeys.add(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
return shortcutFeatureKeys;
}
@@ -750,44 +748,13 @@
showQuickSettingsTooltipIfNeeded();
}
+ /**
+ * @deprecated made obsolete by quick settings rollout.
+ *
+ * (TODO 367414968: finish removal.)
+ */
+ @Deprecated
private void showQuickSettingsTooltipIfNeeded() {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- // Don't show Quick Settings tooltip
- return;
- }
- final ComponentName tileComponentName = getTileComponentName();
- if (tileComponentName == null) {
- // Returns if no tile service assigned.
- return;
- }
-
- Activity activity = getActivity();
- if (activity != null && WizardManagerHelper.isAnySetupWizard(activity.getIntent())) {
- // Don't show QuickSettingsTooltip in Setup Wizard
- return;
- }
-
- if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences(
- getContext(), tileComponentName)) {
- // Returns if quick settings tooltip only show once.
- return;
- }
-
- final CharSequence content = getTileTooltipContent(mNeedsQSTooltipType);
- if (TextUtils.isEmpty(content)) {
- // Returns if no content of tile tooltip assigned.
- return;
- }
-
- final int imageResId = mNeedsQSTooltipType == QuickSettingsTooltipType.GUIDE_TO_EDIT
- ? R.drawable.accessibility_qs_tooltip_illustration
- : R.drawable.accessibility_auto_added_qs_tooltip_illustration;
- mTooltipWindow = new AccessibilityQuickSettingsTooltipWindow(getContext());
- mTooltipWindow.setup(content, imageResId);
- mTooltipWindow.showAtTopCenter(getView());
- AccessibilityQuickSettingUtils.optInValueToSharedPreferences(getContext(),
- tileComponentName);
- mNeedsQSTooltipReshow = false;
}
/** Returns user visible name of the tile by given {@link ComponentName}. */
diff --git a/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java b/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java
index 68089d5..f225460 100644
--- a/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java
+++ b/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java
@@ -56,6 +56,7 @@
import androidx.preference.SwitchPreferenceCompat;
import com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType;
+import com.android.internal.accessibility.util.ShortcutUtils;
import com.android.internal.annotations.VisibleForTesting;
import com.android.server.accessibility.Flags;
import com.android.settings.DialogCreatable;
@@ -74,7 +75,6 @@
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
-import java.util.StringJoiner;
import java.util.stream.Stream;
/**
@@ -203,13 +203,13 @@
}
final PreferenceCategory generalCategory = findPreference(KEY_GENERAL_CATEGORY);
- // LINT.IfChange(:preference_list)
+ // LINT.IfChange(preference_list)
addMagnificationModeSetting(generalCategory);
addFollowTypingSetting(generalCategory);
addOneFingerPanningSetting(generalCategory);
addAlwaysOnSetting(generalCategory);
addJoystickSetting(generalCategory);
- // LINT.ThenChange(:search_data)
+ // LINT.ThenChange(search_data)
}
@Override
@@ -588,70 +588,29 @@
optInMagnificationValueToSettings(context, TWOFINGER_DOUBLETAP);
}
}
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- if (((shortcutTypes & QUICK_SETTINGS)
- == QUICK_SETTINGS)) {
- optInMagnificationValueToSettings(context, QUICK_SETTINGS);
- }
+ if (((shortcutTypes & QUICK_SETTINGS)
+ == QUICK_SETTINGS)) {
+ optInMagnificationValueToSettings(context, QUICK_SETTINGS);
}
}
+ /**
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
+ */
+ @Deprecated
private static void optInMagnificationValueToSettings(
Context context, @UserShortcutType int shortcutType) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(
- /* enable= */ true,
- shortcutType,
- Set.of(MAGNIFICATION_CONTROLLER_NAME),
- UserHandle.myUserId()
- );
- }
- return;
- }
-
- if (shortcutType == TRIPLETAP) {
- Settings.Secure.putInt(context.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, ON);
- return;
- }
-
- if (Flags.enableMagnificationMultipleFingerMultipleTapGesture()) {
- if (shortcutType == TWOFINGER_DOUBLETAP) {
- Settings.Secure.putInt(
- context.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED,
- ON);
- return;
- }
- }
-
- if (hasMagnificationValueInSettings(context, shortcutType)) {
- return;
- }
-
- final String targetKey = AccessibilityUtil.convertKeyFromSettings(shortcutType);
- final String targetString = Settings.Secure.getString(context.getContentResolver(),
- targetKey);
- final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR));
-
- if (!TextUtils.isEmpty(targetString)) {
- joiner.add(targetString);
- }
- joiner.add(MAGNIFICATION_CONTROLLER_NAME);
-
- Settings.Secure.putString(context.getContentResolver(), targetKey, joiner.toString());
- // The size setting defaults to unknown. If the user has ever manually changed the size
- // before, we do not automatically change it.
- if (shortcutType == SOFTWARE
- && Settings.Secure.getInt(context.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.UNKNOWN)
- == FloatingMenuSizePreferenceController.Size.UNKNOWN) {
- Settings.Secure.putInt(context.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.LARGE);
+ AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(
+ /* enable= */ true,
+ shortcutType,
+ Set.of(MAGNIFICATION_CONTROLLER_NAME),
+ UserHandle.myUserId()
+ );
}
}
@@ -676,65 +635,30 @@
optOutMagnificationValueFromSettings(context, TWOFINGER_DOUBLETAP);
}
}
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- if (((shortcutTypes & QUICK_SETTINGS)
+ if (((shortcutTypes & QUICK_SETTINGS)
== QUICK_SETTINGS)) {
- optOutMagnificationValueFromSettings(context, QUICK_SETTINGS);
- }
+ optOutMagnificationValueFromSettings(context, QUICK_SETTINGS);
}
}
+ /**
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
+ */
+ @Deprecated
private static void optOutMagnificationValueFromSettings(Context context,
@UserShortcutType int shortcutType) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(
- /* enable= */ false,
- shortcutType,
- Set.of(MAGNIFICATION_CONTROLLER_NAME),
- UserHandle.myUserId()
- );
- }
- return;
+ AccessibilityManager a11yManager = context.getSystemService(AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(
+ /* enable= */ false,
+ shortcutType,
+ Set.of(MAGNIFICATION_CONTROLLER_NAME),
+ UserHandle.myUserId()
+ );
}
-
- if (shortcutType == TRIPLETAP) {
- Settings.Secure.putInt(context.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, OFF);
- return;
- }
-
- if (Flags.enableMagnificationMultipleFingerMultipleTapGesture()) {
- if (shortcutType == TWOFINGER_DOUBLETAP) {
- Settings.Secure.putInt(
- context.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED,
- OFF);
- return;
- }
- }
-
- final String targetKey = AccessibilityUtil.convertKeyFromSettings(shortcutType);
- final String targetString = Settings.Secure.getString(context.getContentResolver(),
- targetKey);
-
- if (TextUtils.isEmpty(targetString)) {
- return;
- }
-
- final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR));
-
- sStringColonSplitter.setString(targetString);
- while (sStringColonSplitter.hasNext()) {
- final String name = sStringColonSplitter.next();
- if (TextUtils.isEmpty(name) || MAGNIFICATION_CONTROLLER_NAME.equals(name)) {
- continue;
- }
- joiner.add(name);
- }
-
- Settings.Secure.putString(context.getContentResolver(), targetKey, joiner.toString());
}
@VisibleForTesting
@@ -788,15 +712,16 @@
return false;
}
+ /**
+ * @deprecated use
+ * {@link ShortcutUtils#getEnabledShortcutTypes(Context, String)} instead.
+ *
+ * (TODO 367414968: finish removal.)
+ */
+ @Deprecated
private static int getUserShortcutTypeFromSettings(Context context) {
int shortcutTypes = DEFAULT;
for (int shortcutType : AccessibilityUtil.SHORTCUTS_ORDER_IN_UI) {
- if ((shortcutType & (TWOFINGER_DOUBLETAP | QUICK_SETTINGS | GESTURE | TRIPLETAP))
- == shortcutType
- && !android.view.accessibility.Flags.a11yQsShortcut()) {
- // These shortcuts will throw if we try to look up their settings without the flag.
- continue;
- }
if (hasMagnificationValueInSettings(context, shortcutType)) {
shortcutTypes |= shortcutType;
}
@@ -831,7 +756,7 @@
public static final Indexable.SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider() {
- // LINT.IfChange(:search_data)
+ // LINT.IfChange(search_data)
@Override
public List<SearchIndexableRaw> getRawDataToIndex(Context context,
boolean enabled) {
@@ -887,7 +812,7 @@
}
return niks;
}
- // LINT.ThenChange(:preference_list)
+ // LINT.ThenChange(preference_list)
private SearchIndexableRaw createPreferenceSearchData(
Context context, Preference pref) {
diff --git a/src/com/android/settings/accessibility/VibrationIntensityScreen.kt b/src/com/android/settings/accessibility/VibrationIntensityScreen.kt
index 5d7d4fb..0a37230 100644
--- a/src/com/android/settings/accessibility/VibrationIntensityScreen.kt
+++ b/src/com/android/settings/accessibility/VibrationIntensityScreen.kt
@@ -19,18 +19,32 @@
import androidx.fragment.app.Fragment
import com.android.settings.R
import com.android.settings.flags.Flags
+import com.android.settingslib.metadata.PreferenceAvailabilityProvider
import com.android.settingslib.metadata.ProvidePreferenceScreen
import com.android.settingslib.metadata.preferenceHierarchy
import com.android.settingslib.preference.PreferenceScreenCreator
+/**
+ * Accessibility settings for vibration intensities.
+ */
+// TODO(b/368360218): investigate if we still need this screen once we finish the migration.
+// We might be able to consolidate this into VibrationScreen with PreferenceHierarchy choosing
+// between toggle or slider preferences based on device config, depending on how overlays are done.
+// LINT.IfChange
@ProvidePreferenceScreen
-class VibrationIntensityScreen : PreferenceScreenCreator {
+class VibrationIntensityScreen : PreferenceScreenCreator, PreferenceAvailabilityProvider {
override val key: String
get() = KEY
override val title: Int
get() = R.string.accessibility_vibration_settings_title
+ override val keywords: Int
+ get() = R.string.keywords_vibration
+
+ override fun isAvailable(context: Context) =
+ context.isVibratorAvailable() && context.getSupportedVibrationIntensityLevels() > 1
+
override fun isFlagEnabled(context: Context): Boolean = Flags.catalystVibrationIntensityScreen()
override fun hasCompleteHierarchy() = false
@@ -38,9 +52,12 @@
override fun fragmentClass(): Class<out Fragment>? =
VibrationIntensitySettingsFragment::class.java
- override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {}
+ override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {
+ +VibrationMainSwitchPreference()
+ }
companion object {
const val KEY = "vibration_intensity_screen"
}
}
+// LINT.ThenChange(VibrationPreferenceController.java)
diff --git a/src/com/android/settings/accessibility/VibrationMainSwitchPreference.kt b/src/com/android/settings/accessibility/VibrationMainSwitchPreference.kt
new file mode 100644
index 0000000..70a0033
--- /dev/null
+++ b/src/com/android/settings/accessibility/VibrationMainSwitchPreference.kt
@@ -0,0 +1,100 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.settings.accessibility
+
+import android.content.Context
+import android.os.VibrationAttributes
+import android.os.Vibrator
+import android.provider.Settings
+import android.widget.CompoundButton
+import android.widget.CompoundButton.OnCheckedChangeListener
+import com.android.settings.R
+import com.android.settingslib.datastore.KeyValueStore
+import com.android.settingslib.datastore.KeyedObservableDelegate
+import com.android.settingslib.datastore.SettingsStore
+import com.android.settingslib.datastore.SettingsSystemStore
+import com.android.settingslib.metadata.MainSwitchPreference
+import com.android.settingslib.metadata.PreferenceLifecycleContext
+import com.android.settingslib.metadata.PreferenceLifecycleProvider
+import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.preference.MainSwitchPreferenceBinding
+
+/**
+ * Accessibility settings for vibration.
+ */
+// LINT.IfChange
+class VibrationMainSwitchPreference : MainSwitchPreference(
+ key = Settings.System.VIBRATE_ON,
+ title = R.string.accessibility_vibration_primary_switch_title,
+), PreferenceLifecycleProvider, OnCheckedChangeListener {
+ override val keywords: Int
+ get() = R.string.keywords_accessibility_vibration_primary_switch
+
+ lateinit var vibrator: Vibrator
+
+ override fun storage(context: Context): KeyValueStore =
+ VibrationMainSwitchToggleStorage(SettingsSystemStore.get(context))
+
+ override fun getReadPermit(context: Context, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override fun onResume(context: PreferenceLifecycleContext) {
+ vibrator = context.getSystemService(Vibrator::class.java)
+ context.findPreference<com.android.settingslib.widget.MainSwitchPreference>(key)
+ ?.addOnSwitchChangeListener(this)
+ }
+
+ override fun onPause(context: PreferenceLifecycleContext) {
+ context.findPreference<com.android.settingslib.widget.MainSwitchPreference>(key)
+ ?.removeOnSwitchChangeListener(this)
+ }
+
+ override fun onCheckedChanged(button: CompoundButton, isChecked: Boolean) {
+ if (isChecked) {
+ // Play a haptic as preview for the main toggle only when touch feedback is enabled.
+ VibrationPreferenceConfig.playVibrationPreview(
+ vibrator, VibrationAttributes.USAGE_TOUCH
+ )
+ }
+ }
+
+ /** Provides SettingsStore for vibration main switch with custom default value. */
+ @Suppress("UNCHECKED_CAST")
+ private class VibrationMainSwitchToggleStorage(
+ private val settingsStore: SettingsStore,
+ ) : KeyedObservableDelegate<String>(settingsStore), KeyValueStore {
+
+ override fun contains(key: String) = settingsStore.contains(key)
+
+ override fun <T : Any> getDefaultValue(key: String, valueType: Class<T>) =
+ DEFAULT_VALUE as T
+
+ override fun <T : Any> getValue(key: String, valueType: Class<T>) =
+ (settingsStore.getBoolean(key) ?: DEFAULT_VALUE) as T
+
+ override fun <T : Any> setValue(key: String, valueType: Class<T>, value: T?) {
+ settingsStore.setBoolean(key, value as Boolean?)
+ }
+ }
+
+ companion object {
+ const val DEFAULT_VALUE = true
+ }
+}
+// LINT.ThenChange(VibrationMainSwitchPreferenceController.java)
diff --git a/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceController.java b/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceController.java
index 5b553e3..0f2fb77 100644
--- a/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceController.java
+++ b/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceController.java
@@ -41,6 +41,7 @@
* will disable the entire settings screen once the settings is turned OFF. All device haptics will
* be disabled by this setting, except the flagged alerts and accessibility touch feedback.
*/
+// LINT.IfChange
public class VibrationMainSwitchPreferenceController extends SettingsMainSwitchPreferenceController
implements LifecycleObserver, OnStart, OnStop {
@@ -106,3 +107,4 @@
return R.string.menu_key_accessibility;
}
}
+// LINT.ThenChange(VibrationMainSwitchPreference.kt)
diff --git a/src/com/android/settings/accessibility/VibrationPreferenceController.java b/src/com/android/settings/accessibility/VibrationPreferenceController.java
index 092ff69..e84543d 100644
--- a/src/com/android/settings/accessibility/VibrationPreferenceController.java
+++ b/src/com/android/settings/accessibility/VibrationPreferenceController.java
@@ -31,6 +31,7 @@
import com.android.settings.core.SubSettingLauncher;
/** Controller for "Vibration & haptics" settings page. */
+// LINT.IfChange
public class VibrationPreferenceController extends BasePreferenceController {
private final boolean mHasVibrator;
@@ -79,3 +80,7 @@
}
+// LINT.ThenChange(
+// VibrationIntensityScreenTest.kt,
+// VibrationScreenTest.kt,
+// )
diff --git a/src/com/android/settings/accessibility/VibrationScreen.kt b/src/com/android/settings/accessibility/VibrationScreen.kt
new file mode 100644
index 0000000..63a7c44
--- /dev/null
+++ b/src/com/android/settings/accessibility/VibrationScreen.kt
@@ -0,0 +1,69 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.settings.accessibility
+
+import android.content.Context
+import android.os.Vibrator
+import androidx.fragment.app.Fragment
+import com.android.settings.R
+import com.android.settings.flags.Flags
+import com.android.settingslib.metadata.PreferenceAvailabilityProvider
+import com.android.settingslib.metadata.ProvidePreferenceScreen
+import com.android.settingslib.metadata.preferenceHierarchy
+import com.android.settingslib.preference.PreferenceScreenCreator
+
+/**
+ * Accessibility settings for vibration.
+ */
+// LINT.IfChange
+@ProvidePreferenceScreen
+class VibrationScreen : PreferenceScreenCreator, PreferenceAvailabilityProvider {
+ override val key: String
+ get() = KEY
+
+ override val title: Int
+ get() = R.string.accessibility_vibration_settings_title
+
+ override val keywords: Int
+ get() = R.string.keywords_vibration
+
+ override fun isAvailable(context: Context) =
+ context.isVibratorAvailable() && context.getSupportedVibrationIntensityLevels() == 1
+
+ override fun isFlagEnabled(context: Context): Boolean = Flags.catalystVibrationIntensityScreen()
+
+ override fun hasCompleteHierarchy() = false
+
+ override fun fragmentClass(): Class<out Fragment>? = VibrationSettings::class.java
+
+ override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {
+ +VibrationMainSwitchPreference()
+ }
+
+ companion object {
+ const val KEY = "vibration_screen"
+ }
+}
+
+/** Returns true if the device has a system vibrator, false otherwise. */
+fun Context.isVibratorAvailable(): Boolean =
+ getSystemService(Vibrator::class.java).hasVibrator()
+
+/** Returns the number of vibration intensity levels supported by this device. */
+fun Context.getSupportedVibrationIntensityLevels(): Int =
+ resources.getInteger(R.integer.config_vibration_supported_intensity_levels)
+
+// LINT.ThenChange(VibrationPreferenceController.java)
diff --git a/src/com/android/settings/accessibility/VibrationSettings.java b/src/com/android/settings/accessibility/VibrationSettings.java
index 48393d9..11e1ddd 100644
--- a/src/com/android/settings/accessibility/VibrationSettings.java
+++ b/src/com/android/settings/accessibility/VibrationSettings.java
@@ -20,6 +20,8 @@
import android.content.Context;
import android.os.Vibrator;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;
import com.android.settings.R;
@@ -36,6 +38,11 @@
private static final String TAG = "VibrationSettings";
@Override
+ public @Nullable String getPreferenceScreenBindingKey(@NonNull Context context) {
+ return VibrationScreen.KEY;
+ }
+
+ @Override
public int getMetricsCategory() {
return SettingsEnums.ACCESSIBILITY_VIBRATION;
}
diff --git a/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionController.java b/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionController.java
index eeecd1f..892ae1e 100644
--- a/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionController.java
+++ b/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionController.java
@@ -25,7 +25,6 @@
import android.service.quicksettings.TileService;
import android.util.ArraySet;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.annotation.NonNull;
import androidx.preference.Preference;
@@ -82,8 +81,7 @@
@Override
protected boolean isShortcutAvailable() {
- return Flags.a11yQsShortcut()
- && TileService.isQuickSettingsSupported()
+ return TileService.isQuickSettingsSupported()
&& allTargetsHasQsTile()
&& allTargetsHasValidQsTileUseCase();
}
diff --git a/src/com/android/settings/accessibility/shortcuts/ShortcutOptionPreferenceController.java b/src/com/android/settings/accessibility/shortcuts/ShortcutOptionPreferenceController.java
index defb256..afb5acf 100644
--- a/src/com/android/settings/accessibility/shortcuts/ShortcutOptionPreferenceController.java
+++ b/src/com/android/settings/accessibility/shortcuts/ShortcutOptionPreferenceController.java
@@ -19,7 +19,6 @@
import android.content.Context;
import android.os.UserHandle;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.annotation.NonNull;
import androidx.preference.Preference;
@@ -111,36 +110,27 @@
return !targets.isEmpty() && targets.containsAll(getShortcutTargets());
}
+
/**
* Enable or disable the shortcut for the given accessibility features.
+ *
+ * @deprecated use
+ * {@link AccessibilityManager#enableShortcutsForTargets(boolean, int, Set, int)} instead.
+ *
+ * (TODO 367414968: finish removal.)
*/
+ @Deprecated
protected void enableShortcutForTargets(boolean enable) {
Set<String> shortcutTargets = getShortcutTargets();
@ShortcutConstants.UserShortcutType int shortcutType = getShortcutType();
- if (Flags.a11yQsShortcut()) {
- AccessibilityManager a11yManager = mContext.getSystemService(
- AccessibilityManager.class);
- if (a11yManager != null) {
- a11yManager.enableShortcutsForTargets(enable, shortcutType, shortcutTargets,
- UserHandle.myUserId());
- }
- return;
+ AccessibilityManager a11yManager = mContext.getSystemService(
+ AccessibilityManager.class);
+ if (a11yManager != null) {
+ a11yManager.enableShortcutsForTargets(enable, shortcutType, shortcutTargets,
+ UserHandle.myUserId());
}
-
- if (enable) {
- for (String target : shortcutTargets) {
- ShortcutUtils.optInValueToSettings(mContext, shortcutType, target);
- }
- } else {
- for (String target : shortcutTargets) {
- ShortcutUtils.optOutValueFromSettings(mContext, shortcutType, target);
- }
- }
- ShortcutUtils.updateInvisibleToggleAccessibilityServiceEnableState(
- mContext, shortcutTargets, UserHandle.myUserId());
}
-
/**
* Returns true when the user can associate a shortcut to the targets
*/
diff --git a/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceController.java b/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceController.java
index 861bebd..3f35d1c 100644
--- a/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceController.java
+++ b/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceController.java
@@ -19,14 +19,11 @@
import static com.android.internal.accessibility.AccessibilityShortcutController.MAGNIFICATION_CONTROLLER_NAME;
import android.content.Context;
-import android.provider.Settings;
import android.view.View;
-import android.view.accessibility.Flags;
import com.android.internal.accessibility.common.ShortcutConstants;
import com.android.settings.R;
import com.android.settings.accessibility.AccessibilityButtonFragment;
-import com.android.settings.accessibility.FloatingMenuSizePreferenceController;
import com.android.settings.core.SubSettingLauncher;
import com.android.settings.utils.AnnotationSpan;
@@ -62,26 +59,4 @@
R.string.accessibility_shortcut_edit_dialog_summary_software_floating),
linkInfo);
}
-
- @Override
- protected void enableShortcutForTargets(boolean enable) {
- super.enableShortcutForTargets(enable);
- if (Flags.a11yQsShortcut()) {
- return;
- }
-
- if (enable) {
- // Update the A11y FAB size to large when the Magnification shortcut is enabled
- // and the user hasn't changed the floating button size
- if (isMagnificationInTargets()
- && Settings.Secure.getInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.UNKNOWN)
- == FloatingMenuSizePreferenceController.Size.UNKNOWN) {
- Settings.Secure.putInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.LARGE);
- }
- }
- }
}
diff --git a/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionController.java b/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionController.java
index bdec9a6..3f0d80a 100644
--- a/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionController.java
+++ b/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionController.java
@@ -20,7 +20,6 @@
import android.content.Context;
import android.provider.Settings;
-import android.view.accessibility.Flags;
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;
@@ -99,17 +98,4 @@
Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED,
AccessibilityUtil.State.OFF) == AccessibilityUtil.State.ON;
}
-
- @Override
- protected void enableShortcutForTargets(boolean enable) {
- if (Flags.a11yQsShortcut()) {
- super.enableShortcutForTargets(enable);
- return;
- }
-
- Settings.Secure.putInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED,
- enable ? AccessibilityUtil.State.ON : AccessibilityUtil.State.OFF);
- }
}
diff --git a/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionController.java b/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionController.java
index 26e8386..c88a1cc 100644
--- a/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionController.java
+++ b/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionController.java
@@ -86,16 +86,4 @@
Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED,
AccessibilityUtil.State.OFF) == AccessibilityUtil.State.ON;
}
-
- @Override
- protected void enableShortcutForTargets(boolean enable) {
- if (android.view.accessibility.Flags.a11yQsShortcut()) {
- super.enableShortcutForTargets(enable);
- return;
- }
- Settings.Secure.putInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED,
- enable ? AccessibilityUtil.State.ON : AccessibilityUtil.State.OFF);
- }
}
diff --git a/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionController.java b/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionController.java
index f3da35b..eb7b82d 100644
--- a/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionController.java
+++ b/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionController.java
@@ -17,14 +17,12 @@
package com.android.settings.accessibility.shortcuts;
import android.content.Context;
-import android.view.accessibility.Flags;
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;
import com.android.internal.accessibility.common.ShortcutConstants;
import com.android.settings.R;
-import com.android.settings.accessibility.AccessibilityUtil;
/**
* A controller handles displaying the volume keys shortcut option preference and
@@ -61,16 +59,4 @@
protected boolean isShortcutAvailable() {
return true;
}
-
- @Override
- protected void enableShortcutForTargets(boolean enable) {
- super.enableShortcutForTargets(enable);
- if (Flags.a11yQsShortcut()) {
- return;
- }
-
- if (enable) {
- AccessibilityUtil.skipVolumeShortcutDialogTimeoutRestriction(mContext);
- }
- }
}
diff --git a/src/com/android/settings/activityembedding/ActivityEmbeddingRulesController.java b/src/com/android/settings/activityembedding/ActivityEmbeddingRulesController.java
index b38c42c..809b32d 100644
--- a/src/com/android/settings/activityembedding/ActivityEmbeddingRulesController.java
+++ b/src/com/android/settings/activityembedding/ActivityEmbeddingRulesController.java
@@ -257,9 +257,10 @@
final FingerprintEnrollActivityClassProvider fpClassProvider = FeatureFactory
.getFeatureFactory()
.getFingerprintFeatureProvider()
- .getEnrollActivityClassProvider();
+ .getEnrollActivityClassProvider(mContext);
addActivityFilter(activityFilters, fpClassProvider.getDefault());
addActivityFilter(activityFilters, fpClassProvider.getInternal());
+ addActivityFilter(activityFilters, fpClassProvider.getAddAnother());
addActivityFilter(activityFilters, FingerprintEnrollEnrolling.class);
addActivityFilter(activityFilters, FaceEnrollIntroductionInternal.class);
addActivityFilter(activityFilters, FaceEnrollIntroduction.class);
diff --git a/src/com/android/settings/applications/appinfo/AppButtonsPreferenceController.java b/src/com/android/settings/applications/appinfo/AppButtonsPreferenceController.java
index 1d80099..70bf78e 100644
--- a/src/com/android/settings/applications/appinfo/AppButtonsPreferenceController.java
+++ b/src/com/android/settings/applications/appinfo/AppButtonsPreferenceController.java
@@ -53,6 +53,7 @@
import com.android.settings.SettingsActivity;
import com.android.settings.Utils;
import com.android.settings.applications.ApplicationFeatureProvider;
+import com.android.settings.applications.appinfo.AppInfoDashboardFragment;
import com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminAdd;
import com.android.settings.core.BasePreferenceController;
import com.android.settings.core.InstrumentedPreferenceFragment;
@@ -240,13 +241,21 @@
} else if ((mAppEntry.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
if (mAppEntry.info.enabled && !isDisabledUntilUsed()) {
showDialogInner(ButtonActionDialogFragment.DialogType.DISABLE);
+ } else if (mAppEntry.info.enabled) {
+ requireAuthAndExecute(() -> {
+ mMetricsFeatureProvider.action(
+ mActivity,
+ SettingsEnums.ACTION_SETTINGS_DISABLE_APP,
+ getPackageNameForMetric());
+ AsyncTask.execute(new DisableChangerRunnable(mPm,
+ mAppEntry.info.packageName,
+ PackageManager.COMPONENT_ENABLED_STATE_DEFAULT));
+ });
} else {
mMetricsFeatureProvider.action(
mActivity,
- mAppEntry.info.enabled
- ? SettingsEnums.ACTION_SETTINGS_DISABLE_APP
- : SettingsEnums.ACTION_SETTINGS_ENABLE_APP,
- getPackageNameForMetric());
+ SettingsEnums.ACTION_SETTINGS_ENABLE_APP,
+ getPackageNameForMetric());
AsyncTask.execute(new DisableChangerRunnable(mPm, mAppEntry.info.packageName,
PackageManager.COMPONENT_ENABLED_STATE_DEFAULT));
}
@@ -289,17 +298,34 @@
}
}
+ /**
+ * Runs the given action with restricted lock authentication if it is a protected package.
+ *
+ * @param action The action to run.
+ */
+ private void requireAuthAndExecute(Runnable action) {
+ if (Utils.isProtectedPackage(mContext, mAppEntry.info.packageName)) {
+ AppInfoDashboardFragment.showLockScreen(mContext, () -> action.run());
+ } else {
+ action.run();
+ }
+ }
+
public void handleDialogClick(int id) {
switch (id) {
case ButtonActionDialogFragment.DialogType.DISABLE:
- mMetricsFeatureProvider.action(mActivity,
- SettingsEnums.ACTION_SETTINGS_DISABLE_APP,
- getPackageNameForMetric());
- AsyncTask.execute(new DisableChangerRunnable(mPm, mAppEntry.info.packageName,
- PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER));
+ requireAuthAndExecute(() -> {
+ mMetricsFeatureProvider.action(mActivity,
+ SettingsEnums.ACTION_SETTINGS_DISABLE_APP,
+ getPackageNameForMetric());
+ AsyncTask.execute(new DisableChangerRunnable(mPm, mAppEntry.info.packageName,
+ PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER));
+ });
break;
case ButtonActionDialogFragment.DialogType.FORCE_STOP:
- forceStopPackage(mAppEntry.info.packageName);
+ requireAuthAndExecute(() -> {
+ forceStopPackage(mAppEntry.info.packageName);
+ });
break;
}
}
@@ -535,14 +561,16 @@
@VisibleForTesting
void uninstallPkg(String packageName, boolean allUsers) {
- stopListeningToPackageRemove();
- // Create new intent to launch Uninstaller activity
- Uri packageUri = Uri.parse("package:" + packageName);
- Intent uninstallIntent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE, packageUri);
- uninstallIntent.putExtra(Intent.EXTRA_UNINSTALL_ALL_USERS, allUsers);
+ requireAuthAndExecute(() -> {
+ stopListeningToPackageRemove();
+ // Create new intent to launch Uninstaller activity
+ Uri packageUri = Uri.parse("package:" + packageName);
+ Intent uninstallIntent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE, packageUri);
+ uninstallIntent.putExtra(Intent.EXTRA_UNINSTALL_ALL_USERS, allUsers);
- mMetricsFeatureProvider.action(mActivity, SettingsEnums.ACTION_SETTINGS_UNINSTALL_APP);
- mFragment.startActivityForResult(uninstallIntent, mRequestUninstall);
+ mMetricsFeatureProvider.action(mActivity, SettingsEnums.ACTION_SETTINGS_UNINSTALL_APP);
+ mFragment.startActivityForResult(uninstallIntent, mRequestUninstall);
+ });
}
@VisibleForTesting
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintEnroll.kt b/src/com/android/settings/biometrics/fingerprint/FingerprintEnroll.kt
index 3d78269..6439fe6 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintEnroll.kt
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintEnroll.kt
@@ -41,6 +41,14 @@
}
/**
+ * Inner class to request adding of an additional fingerprint
+ */
+ class AddAdditionalFingerprint : FingerprintEnroll() {
+ override val nextActivityClass: Class<*>
+ get() = enrollActivityProvider.addAnother
+ }
+
+ /**
* The class of the next activity to launch. This is open to allow subclasses to provide their
* own behavior. Defaults to the default activity class provided by the
* enrollActivityClassProvider.
@@ -49,7 +57,7 @@
get() = enrollActivityProvider.default
protected val enrollActivityProvider: FingerprintEnrollActivityClassProvider
- get() = featureFactory.fingerprintFeatureProvider.enrollActivityClassProvider
+ get() = featureFactory.fingerprintFeatureProvider.getEnrollActivityClassProvider(this)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollActivityClassProvider.kt b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollActivityClassProvider.kt
index 853a3df..14261e9 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollActivityClassProvider.kt
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollActivityClassProvider.kt
@@ -26,6 +26,8 @@
get() = SetupFingerprintEnrollIntroduction::class.java
open val internal: Class<out Activity>
get() = FingerprintEnrollIntroductionInternal::class.java
+ open val addAnother: Class<out Activity>
+ get() = FingerprintEnrollEnrolling::class.java
companion object {
@JvmStatic
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintFeatureProvider.java b/src/com/android/settings/biometrics/fingerprint/FingerprintFeatureProvider.java
index baa88b5..06f8d74 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintFeatureProvider.java
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintFeatureProvider.java
@@ -57,7 +57,7 @@
* @return the provider
*/
@NonNull
- default FingerprintEnrollActivityClassProvider getEnrollActivityClassProvider() {
+ default FingerprintEnrollActivityClassProvider getEnrollActivityClassProvider(@NonNull Context context) {
return FingerprintEnrollActivityClassProvider.getInstance();
}
}
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintSettings.java b/src/com/android/settings/biometrics/fingerprint/FingerprintSettings.java
index 7d47168..d8a14f1 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintSettings.java
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintSettings.java
@@ -537,8 +537,9 @@
activity, DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT, mUserId);
final Intent helpIntent = HelpUtils.getHelpIntent(
activity, getString(getHelpResource()), activity.getClass().getName());
- final View.OnClickListener learnMoreClickListener = (v) ->
- activity.startActivityForResult(helpIntent, 0);
+ final View.OnClickListener learnMoreClickListener = (v) -> {
+ activity.startActivityForResult(helpIntent, 0);
+ };
mFooterColumns.clear();
if (admin != null) {
@@ -910,7 +911,7 @@
mIsEnrolling = true;
Intent intent = new Intent();
intent.setClassName(SETTINGS_PACKAGE_NAME,
- FingerprintEnrollEnrolling.class.getName());
+ FingerprintEnroll.AddAdditionalFingerprint.class.getName());
intent.putExtra(Intent.EXTRA_USER_ID, mUserId);
intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE_TOKEN, mToken);
if (mCalibrator != null) {
diff --git a/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java b/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java
index 924ba2c..f782c6b 100644
--- a/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java
+++ b/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java
@@ -27,7 +27,6 @@
import android.text.TextUtils;
import android.util.Log;
-import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;
import androidx.preference.Preference;
import androidx.preference.PreferenceCategory;
@@ -109,28 +108,34 @@
PreferenceFragmentCompat fragment,
LocalBluetoothManager manager,
CachedBluetoothDevice device,
- Lifecycle lifecycle,
- @Nullable List<String> invisibleProfiles,
- boolean hasExtraSpace) {
+ Lifecycle lifecycle) {
super(context, fragment, device, lifecycle);
mManager = manager;
mProfileManager = mManager.getProfileManager();
mCachedDevice = device;
mCachedDeviceGroup = Utils.findAllCachedBluetoothDevicesByGroupId(mManager, mCachedDevice);
+ }
+
+ /** Sets the profiles to be hidden. */
+ public void setInvisibleProfiles(List<String> invisibleProfiles) {
if (invisibleProfiles != null) {
mInvisibleProfiles = Set.copyOf(invisibleProfiles);
}
- mHasExtraSpace = hasExtraSpace;
}
- @Override
- protected void init(PreferenceScreen screen) {
- mProfilesContainer = (PreferenceCategory)screen.findPreference(getPreferenceKey());
- if (mHasExtraSpace) {
+ /** Sets whether it should show an extra padding on top of the preference. */
+ public void setHasExtraSpace(boolean hasExtraSpace) {
+ if (hasExtraSpace) {
mProfilesContainer.setLayoutResource(R.layout.preference_bluetooth_profile_category);
} else {
mProfilesContainer.setLayoutResource(R.layout.preference_category_bluetooth_no_padding);
}
+ }
+
+ @Override
+ protected void init(PreferenceScreen screen) {
+ mProfilesContainer = (PreferenceCategory) screen.findPreference(getPreferenceKey());
+ mProfilesContainer.setLayoutResource(R.layout.preference_bluetooth_profile_category);
// Call refresh here even though it will get called later in onResume, to avoid the
// list of switches appearing to "pop" into the page.
refresh();
diff --git a/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragment.java b/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragment.java
index 633b44f..403a824 100644
--- a/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragment.java
+++ b/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragment.java
@@ -61,7 +61,6 @@
import com.android.settingslib.core.AbstractPreferenceController;
import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
import com.android.settingslib.core.lifecycle.Lifecycle;
-import com.android.settingslib.core.lifecycle.LifecycleObserver;
import java.util.ArrayList;
import java.util.List;
@@ -289,9 +288,12 @@
getController(
SlicePreferenceController.class,
controller -> {
- controller.setSliceUri(finalControlUri);
- controller.onStart();
- controller.displayPreference(getPreferenceScreen());
+ if (getPreferenceScreen().findPreference(controller.getPreferenceKey())
+ != null) {
+ controller.setSliceUri(finalControlUri);
+ controller.onStart();
+ controller.displayPreference(getPreferenceScreen());
+ }
});
// Temporarily fix the issue that the page will be automatically scrolled to a wrong
@@ -352,9 +354,23 @@
}
@Override
- public void onCreatePreferences(@NonNull Bundle savedInstanceState, @NonNull String rootKey) {
- super.onCreatePreferences(savedInstanceState, rootKey);
+ public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
+ super.onViewCreated(view, savedInstanceState);
if (Flags.enableBluetoothDeviceDetailsPolish()) {
+ if (mFormatter == null) {
+ List<AbstractPreferenceController> controllers = getPreferenceControllers().stream()
+ .flatMap(List::stream)
+ .toList();
+ mFormatter =
+ FeatureFactory.getFeatureFactory()
+ .getBluetoothFeatureProvider()
+ .getDeviceDetailsFragmentFormatter(
+ requireContext(),
+ this,
+ mBluetoothAdapter,
+ mCachedDevice,
+ controllers);
+ }
mFormatter.updateLayout(FragmentTypeModel.DeviceDetailsMainFragment.INSTANCE);
}
}
@@ -410,37 +426,7 @@
}
@Override
- protected void addPreferenceController(AbstractPreferenceController controller) {
- if (Flags.enableBluetoothDeviceDetailsPolish()) {
- List<String> keys =
- mFormatter.getVisiblePreferenceKeys(
- FragmentTypeModel.DeviceDetailsMainFragment.INSTANCE);
- Lifecycle lifecycle = getSettingsLifecycle();
- if (keys == null || keys.contains(controller.getPreferenceKey())) {
- super.addPreferenceController(controller);
- } else if (controller instanceof LifecycleObserver) {
- lifecycle.removeObserver((LifecycleObserver) controller);
- }
- } else {
- super.addPreferenceController(controller);
- }
- }
-
- @Override
protected List<AbstractPreferenceController> createPreferenceControllers(Context context) {
- List<String> invisibleProfiles = List.of();
- if (Flags.enableBluetoothDeviceDetailsPolish()) {
- if (mFormatter == null) {
- mFormatter =
- FeatureFactory.getFeatureFactory()
- .getBluetoothFeatureProvider()
- .getDeviceDetailsFragmentFormatter(
- requireContext(), this, mBluetoothAdapter, mCachedDevice);
- }
- invisibleProfiles =
- mFormatter.getInvisibleBluetoothProfiles(
- FragmentTypeModel.DeviceDetailsMainFragment.INSTANCE);
- }
ArrayList<AbstractPreferenceController> controllers = new ArrayList<>();
if (mCachedDevice != null) {
@@ -459,7 +445,7 @@
controllers.add(new BluetoothDetailsSpatialAudioController(context, this, mCachedDevice,
lifecycle));
controllers.add(new BluetoothDetailsProfilesController(context, this, mManager,
- mCachedDevice, lifecycle, invisibleProfiles, invisibleProfiles == null));
+ mCachedDevice, lifecycle));
controllers.add(new BluetoothDetailsMacAddressController(context, this, mCachedDevice,
lifecycle));
controllers.add(new StylusDevicesController(context, mInputDevice, mCachedDevice,
diff --git a/src/com/android/settings/bluetooth/BluetoothFeatureProvider.java b/src/com/android/settings/bluetooth/BluetoothFeatureProvider.java
index d87e609..dae7bb0 100644
--- a/src/com/android/settings/bluetooth/BluetoothFeatureProvider.java
+++ b/src/com/android/settings/bluetooth/BluetoothFeatureProvider.java
@@ -26,10 +26,11 @@
import androidx.annotation.NonNull;
import androidx.preference.Preference;
-import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.bluetooth.ui.view.DeviceDetailsFragmentFormatter;
+import com.android.settings.dashboard.DashboardFragment;
import com.android.settingslib.bluetooth.CachedBluetoothDevice;
import com.android.settingslib.bluetooth.devicesettings.data.repository.DeviceSettingRepository;
+import com.android.settingslib.core.AbstractPreferenceController;
import kotlinx.coroutines.CoroutineScope;
@@ -100,7 +101,8 @@
@NonNull
DeviceDetailsFragmentFormatter getDeviceDetailsFragmentFormatter(
@NonNull Context context,
- @NonNull SettingsPreferenceFragment fragment,
+ @NonNull DashboardFragment fragment,
@NonNull BluetoothAdapter bluetoothAdapter,
- @NonNull CachedBluetoothDevice cachedDevice);
+ @NonNull CachedBluetoothDevice cachedDevice,
+ @NonNull List<AbstractPreferenceController> controllers);
}
diff --git a/src/com/android/settings/bluetooth/BluetoothFeatureProviderImpl.kt b/src/com/android/settings/bluetooth/BluetoothFeatureProviderImpl.kt
index 082c693..4807899 100644
--- a/src/com/android/settings/bluetooth/BluetoothFeatureProviderImpl.kt
+++ b/src/com/android/settings/bluetooth/BluetoothFeatureProviderImpl.kt
@@ -23,13 +23,14 @@
import android.media.Spatializer
import android.net.Uri
import androidx.preference.Preference
-import com.android.settings.SettingsPreferenceFragment
import com.android.settings.bluetooth.ui.view.DeviceDetailsFragmentFormatter
import com.android.settings.bluetooth.ui.view.DeviceDetailsFragmentFormatterImpl
+import com.android.settings.dashboard.DashboardFragment
import com.android.settingslib.bluetooth.BluetoothUtils
import com.android.settingslib.bluetooth.CachedBluetoothDevice
import com.android.settingslib.bluetooth.devicesettings.data.repository.DeviceSettingRepository
import com.android.settingslib.bluetooth.devicesettings.data.repository.DeviceSettingRepositoryImpl
+import com.android.settingslib.core.AbstractPreferenceController
import com.google.common.collect.ImmutableList
import com.google.common.collect.ImmutableSet
import kotlinx.coroutines.CoroutineScope
@@ -78,13 +79,15 @@
override fun getDeviceDetailsFragmentFormatter(
context: Context,
- fragment: SettingsPreferenceFragment,
+ fragment: DashboardFragment,
bluetoothAdapter: BluetoothAdapter,
- cachedDevice: CachedBluetoothDevice
+ cachedDevice: CachedBluetoothDevice,
+ controllers: List<AbstractPreferenceController>,
): DeviceDetailsFragmentFormatter {
return DeviceDetailsFragmentFormatterImpl(
context,
fragment,
+ controllers,
bluetoothAdapter,
cachedDevice,
Dispatchers.IO
diff --git a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt
index caa41ef..5ce51de 100644
--- a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt
+++ b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt
@@ -45,7 +45,8 @@
import androidx.lifecycle.lifecycleScope
import androidx.preference.Preference
import com.android.settings.R
-import com.android.settings.SettingsPreferenceFragment
+import com.android.settings.bluetooth.BlockingPrefWithSliceController
+import com.android.settings.bluetooth.BluetoothDetailsProfilesController
import com.android.settings.bluetooth.ui.composable.Icon
import com.android.settings.bluetooth.ui.composable.MultiTogglePreference
import com.android.settings.bluetooth.ui.layout.DeviceSettingLayout
@@ -54,12 +55,18 @@
import com.android.settings.bluetooth.ui.view.DeviceDetailsMoreSettingsFragment.Companion.KEY_DEVICE_ADDRESS
import com.android.settings.bluetooth.ui.viewmodel.BluetoothDeviceDetailsViewModel
import com.android.settings.core.SubSettingLauncher
+import com.android.settings.dashboard.DashboardFragment
import com.android.settings.overlay.FeatureFactory
import com.android.settings.spa.preference.ComposePreference
import com.android.settingslib.bluetooth.CachedBluetoothDevice
+import com.android.settingslib.bluetooth.devicesettings.DeviceSettingId
import com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingActionModel
import com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingConfigItemModel
import com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingIcon
+import com.android.settingslib.core.AbstractPreferenceController
+import com.android.settingslib.core.lifecycle.LifecycleObserver
+import com.android.settingslib.core.lifecycle.events.OnPause
+import com.android.settingslib.core.lifecycle.events.OnStop
import com.android.settingslib.spa.framework.theme.SettingsDimension
import com.android.settingslib.spa.widget.preference.Preference as SpaPreference
import com.android.settingslib.spa.widget.preference.PreferenceModel
@@ -81,16 +88,10 @@
import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.flow.onEach
-import kotlinx.coroutines.runBlocking
+import kotlinx.coroutines.launch
/** Handles device details fragment layout according to config. */
interface DeviceDetailsFragmentFormatter {
- /** Gets keys of visible preferences in built-in preference in xml. */
- fun getVisiblePreferenceKeys(fragmentType: FragmentTypeModel): List<String>?
-
- /** Updates device details fragment layout. */
- fun getInvisibleBluetoothProfiles(fragmentType: FragmentTypeModel): List<String>?
-
/** Updates device details fragment layout. */
fun updateLayout(fragmentType: FragmentTypeModel)
@@ -104,7 +105,8 @@
@OptIn(ExperimentalCoroutinesApi::class)
class DeviceDetailsFragmentFormatterImpl(
private val context: Context,
- private val fragment: SettingsPreferenceFragment,
+ private val fragment: DashboardFragment,
+ controllers: List<AbstractPreferenceController>,
private val bluetoothAdapter: BluetoothAdapter,
private val cachedDevice: CachedBluetoothDevice,
private val backgroundCoroutineContext: CoroutineContext,
@@ -112,40 +114,38 @@
private val metricsFeatureProvider = FeatureFactory.featureFactory.metricsFeatureProvider
private val prefVisibility = mutableMapOf<String, MutableStateFlow<Boolean>>()
private val prefVisibilityJobs = mutableListOf<Job>()
+ private var isLoading = false
+ private var prefKeyToController: Map<String, AbstractPreferenceController> =
+ controllers.associateBy { it.preferenceKey }
private val viewModel: BluetoothDeviceDetailsViewModel =
ViewModelProvider(
- fragment,
- BluetoothDeviceDetailsViewModel.Factory(
- fragment.requireActivity().application,
- bluetoothAdapter,
- cachedDevice,
- backgroundCoroutineContext,
- ),
- )
+ fragment,
+ BluetoothDeviceDetailsViewModel.Factory(
+ fragment.requireActivity().application,
+ bluetoothAdapter,
+ cachedDevice,
+ backgroundCoroutineContext,
+ ),
+ )
.get(BluetoothDeviceDetailsViewModel::class.java)
- override fun getVisiblePreferenceKeys(fragmentType: FragmentTypeModel): List<String>? =
- runBlocking {
- viewModel
- .getItems(fragmentType)
- ?.filterIsInstance<DeviceSettingConfigItemModel.BuiltinItem>()
- ?.map { it.preferenceKey }
- }
-
- override fun getInvisibleBluetoothProfiles(fragmentType: FragmentTypeModel): List<String>? =
- runBlocking {
- viewModel
- .getItems(fragmentType)
- ?.filterIsInstance<DeviceSettingConfigItemModel.BuiltinItem.BluetoothProfilesItem>()
- ?.firstOrNull()
- ?.invisibleProfiles
- }
-
/** Updates bluetooth device details fragment layout. */
- override fun updateLayout(fragmentType: FragmentTypeModel) = runBlocking {
- val items = viewModel.getItems(fragmentType) ?: return@runBlocking
- val layout = viewModel.getLayout(fragmentType) ?: return@runBlocking
+ override fun updateLayout(fragmentType: FragmentTypeModel) {
+ fragment.setLoading(true, false)
+ isLoading = true
+ fragment.lifecycleScope.launch { updateLayoutInternal(fragmentType) }
+ }
+
+ private suspend fun updateLayoutInternal(fragmentType: FragmentTypeModel) {
+ val items = viewModel.getItems(fragmentType) ?: run {
+ fragment.setLoading(false, false)
+ return
+ }
+ val layout = viewModel.getLayout(fragmentType) ?: run {
+ fragment.setLoading(false, false)
+ return
+ }
val prefKeyToSettingId =
items
@@ -156,21 +156,21 @@
for (i in 0 until fragment.preferenceScreen.preferenceCount) {
val pref = fragment.preferenceScreen.getPreference(i)
prefKeyToSettingId[pref.key]?.let { id -> settingIdToXmlPreferences[id] = pref }
+ if (pref.key !in prefKeyToSettingId) {
+ getController(pref.key)?.let { disableController(it) }
+ }
}
fragment.preferenceScreen.removeAll()
for (job in prefVisibilityJobs) {
job.cancel()
}
prefVisibilityJobs.clear()
-
for (row in items.indices) {
- val settingId = items[row].settingId
+ val settingItem = items[row]
+ val settingId = settingItem.settingId
if (settingIdToXmlPreferences.containsKey(settingId)) {
- fragment.preferenceScreen.addPreference(
- settingIdToXmlPreferences[settingId]!!
- .apply { order = row }
- .also { logItemShown(it.key, it.isVisible) }
- )
+ val pref = settingIdToXmlPreferences[settingId]!!.apply { order = row }
+ fragment.preferenceScreen.addPreference(pref)
} else {
val prefKey = getPreferenceKey(settingId)
prefVisibilityJobs.add(
@@ -195,6 +195,29 @@
isSelectable = false
setContent { Spacer(modifier = Modifier.height(1.dp)) }
})
+
+ for (row in items.indices) {
+ val settingItem = items[row]
+ val settingId = settingItem.settingId
+ if (settingIdToXmlPreferences.containsKey(settingId)) {
+ val pref = fragment.preferenceScreen.getPreference(row)
+ if (settingId == DeviceSettingId.DEVICE_SETTING_ID_BLUETOOTH_PROFILES) {
+ (getController(pref.key) as? BluetoothDetailsProfilesController)?.run {
+ if (settingItem is DeviceSettingConfigItemModel.BuiltinItem.BluetoothProfilesItem) {
+ setInvisibleProfiles(settingItem.invisibleProfiles)
+ setHasExtraSpace(false)
+ }
+ }
+ }
+ getController(pref.key)?.displayPreference(fragment.preferenceScreen)
+ logItemShown(pref.key, pref.isVisible)
+ }
+ }
+
+ if (isLoading) {
+ fragment.setLoading(false, false)
+ isLoading = false
+ }
}
override fun getMenuItem(
@@ -232,14 +255,14 @@
@Composable
private fun buildPreference(layout: DeviceSettingLayout, row: Int, prefKey: String) {
val contents by
- remember(row) { getDevicesSettingForRow(layout, row) }
- .collectAsStateWithLifecycle(initialValue = listOf())
+ remember(row) { getDevicesSettingForRow(layout, row) }
+ .collectAsStateWithLifecycle(initialValue = listOf())
val highlighted by
- remember(row) {
- layout.rows[row].columns.map { columns -> columns.any { it.highlighted } }
- }
- .collectAsStateWithLifecycle(initialValue = false)
+ remember(row) {
+ layout.rows[row].columns.map { columns -> columns.any { it.highlighted } }
+ }
+ .collectAsStateWithLifecycle(initialValue = false)
val settings = contents
AnimatedVisibility(visible = settings.isNotEmpty(), enter = fadeIn(), exit = fadeOut()) {
@@ -454,6 +477,29 @@
}
}
+ private fun getController(key: String): AbstractPreferenceController? {
+ return prefKeyToController[key]
+ }
+
+ private fun disableController(controller: AbstractPreferenceController) {
+ if (controller is LifecycleObserver) {
+ fragment.settingsLifecycle.removeObserver(controller as LifecycleObserver)
+ }
+
+ if (controller is BlockingPrefWithSliceController) {
+ // Make UiBlockListener finished, otherwise UI will flicker.
+ controller.onChanged(null)
+ }
+
+ if (controller is OnPause) {
+ (controller as OnPause).onPause()
+ }
+
+ if (controller is OnStop) {
+ (controller as OnStop).onStop()
+ }
+ }
+
private fun getPreferenceKey(settingId: Int) = "DEVICE_SETTING_${settingId}"
private companion object {
diff --git a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsMoreSettingsFragment.kt b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsMoreSettingsFragment.kt
index 47fda74..cc0fe7b 100644
--- a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsMoreSettingsFragment.kt
+++ b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsMoreSettingsFragment.kt
@@ -25,6 +25,7 @@
import android.os.Bundle
import android.view.Menu
import android.view.MenuItem
+import android.view.View
import androidx.lifecycle.lifecycleScope
import com.android.settings.R
import com.android.settings.bluetooth.BluetoothDetailsAudioDeviceTypeController
@@ -33,12 +34,12 @@
import com.android.settings.bluetooth.ui.model.DeviceSettingPreferenceModel
import com.android.settings.bluetooth.ui.model.FragmentTypeModel
import com.android.settings.dashboard.DashboardFragment
+import com.android.settings.flags.Flags
import com.android.settings.overlay.FeatureFactory.Companion.featureFactory
import com.android.settingslib.bluetooth.CachedBluetoothDevice
import com.android.settingslib.bluetooth.LocalBluetoothManager
import com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingIcon
import com.android.settingslib.core.AbstractPreferenceController
-import com.android.settingslib.core.lifecycle.LifecycleObserver
import kotlinx.coroutines.flow.SharingStarted
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.filterNotNull
@@ -88,17 +89,29 @@
return R.xml.bluetooth_device_more_settings_fragment
}
- override fun addPreferenceController(controller: AbstractPreferenceController) {
- val keys: List<String>? =
- formatter.getVisiblePreferenceKeys(FragmentTypeModel.DeviceDetailsMoreSettingsFragment)
- val lifecycle = settingsLifecycle
- if (keys == null || keys.contains(controller.preferenceKey)) {
- super.addPreferenceController(controller)
- } else if (controller is LifecycleObserver) {
- lifecycle.removeObserver((controller as LifecycleObserver))
+ override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
+ super.onViewCreated(view, savedInstanceState)
+ if (!this::formatter.isInitialized) {
+ val controllers = preferenceControllers.stream()
+ .flatMap { obj: List<AbstractPreferenceController?> -> obj.stream() }
+ .toList()
+ val bluetoothManager = requireContext().getSystemService(BluetoothManager::class.java)
+ formatter =
+ featureFactory
+ .bluetoothFeatureProvider
+ .getDeviceDetailsFragmentFormatter(
+ requireContext(), this, bluetoothManager.adapter, cachedDevice, controllers
+ )
}
+ formatter.updateLayout(FragmentTypeModel.DeviceDetailsMoreSettingsFragment)
+ helpItem =
+ formatter
+ .getMenuItem(FragmentTypeModel.DeviceDetailsMoreSettingsFragment)
+ .stateIn(lifecycleScope, SharingStarted.WhileSubscribed(), initialValue = null)
}
+
+
private fun getCachedDevice(): CachedBluetoothDevice? {
val bluetoothAddress = arguments?.getString(KEY_DEVICE_ADDRESS) ?: return null
localBluetoothManager = Utils.getLocalBtManager(context) ?: return null
@@ -107,32 +120,13 @@
return Utils.getLocalBtManager(context).cachedDeviceManager.findDevice(remoteDevice)
}
- override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
- super.onCreatePreferences(savedInstanceState, rootKey)
- formatter.updateLayout(FragmentTypeModel.DeviceDetailsMoreSettingsFragment)
- }
-
override fun createPreferenceControllers(context: Context): List<AbstractPreferenceController> {
- val bluetoothManager = context.getSystemService(BluetoothManager::class.java)
cachedDevice =
getCachedDevice()
?: run {
finish()
return emptyList()
}
- if (!this::formatter.isInitialized) {
- formatter =
- featureFactory.bluetoothFeatureProvider.getDeviceDetailsFragmentFormatter(
- requireContext(),
- this,
- bluetoothManager.adapter,
- cachedDevice,
- )
- }
- helpItem =
- formatter
- .getMenuItem(FragmentTypeModel.DeviceDetailsMoreSettingsFragment)
- .stateIn(lifecycleScope, SharingStarted.WhileSubscribed(), initialValue = null)
return listOf(
BluetoothDetailsProfilesController(
context,
@@ -140,10 +134,6 @@
localBluetoothManager,
cachedDevice,
settingsLifecycle,
- formatter.getInvisibleBluetoothProfiles(
- FragmentTypeModel.DeviceDetailsMoreSettingsFragment
- ),
- false,
),
BluetoothDetailsAudioDeviceTypeController(
context,
diff --git a/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceController.java b/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceController.java
index 24294b0..f300fb0 100644
--- a/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceController.java
+++ b/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceController.java
@@ -170,34 +170,36 @@
/** Sort the preferenceGroup by most recently used. */
public void updatePreferenceGroup() {
- mPreferenceGroup.removeAll();
- if (mBluetoothAdapter != null && mBluetoothAdapter.isEnabled()) {
- // Bluetooth is supported
- int order = 0;
- for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) {
- Preference preference = mDevicePreferenceMap.getOrDefault(device, null);
- if (preference != null) {
- Log.d(TAG, "Adding preference with order " + order + " when there are "
- + mPreferenceGroup.getPreferenceCount());
+ mContext.getMainExecutor().execute(() -> {
+ mPreferenceGroup.removeAll();
+ if (mBluetoothAdapter != null && mBluetoothAdapter.isEnabled()) {
+ // Bluetooth is supported
+ int order = 0;
+ for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) {
+ Preference preference = mDevicePreferenceMap.getOrDefault(device, null);
+ if (preference != null) {
+ Log.d(TAG, "Adding preference with order " + order + " when there are "
+ + mPreferenceGroup.getPreferenceCount());
+ preference.setOrder(order);
+ mPreferenceGroup.addPreference(preference);
+ order += 1;
+ }
+ if (order == MAX_DEVICE_NUM) {
+ break;
+ }
+ }
+ for (Preference preference : mDockDevicesList) {
+ if (order == MAX_DEVICE_NUM) {
+ break;
+ }
preference.setOrder(order);
mPreferenceGroup.addPreference(preference);
order += 1;
}
- if (order == MAX_DEVICE_NUM) {
- break;
- }
}
- for (Preference preference : mDockDevicesList) {
- if (order == MAX_DEVICE_NUM) {
- break;
- }
- preference.setOrder(order);
- mPreferenceGroup.addPreference(preference);
- order += 1;
- }
- }
- mPreferenceGroup.addPreference(mSeeAllPreference);
- updatePreferenceVisibility();
+ mPreferenceGroup.addPreference(mSeeAllPreference);
+ updatePreferenceVisibility();
+ });
}
@VisibleForTesting
diff --git a/src/com/android/settings/datausage/DataSaverMainSwitchPreference.kt b/src/com/android/settings/datausage/DataSaverMainSwitchPreference.kt
index de128e6..e4e38d4 100644
--- a/src/com/android/settings/datausage/DataSaverMainSwitchPreference.kt
+++ b/src/com/android/settings/datausage/DataSaverMainSwitchPreference.kt
@@ -24,6 +24,7 @@
import com.android.settingslib.metadata.PreferenceLifecycleContext
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
class DataSaverMainSwitchPreference(context: Context) :
MainSwitchBarMetadata, PreferenceLifecycleProvider {
@@ -45,6 +46,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun onStart(context: PreferenceLifecycleContext) {
val listener = DataSaverBackend.Listener { context.notifyPreferenceChange(KEY) }
dataSaverBackendListener = listener
diff --git a/src/com/android/settings/display/AdaptiveSleepPreference.kt b/src/com/android/settings/display/AdaptiveSleepPreference.kt
index 71d7749..a160001 100644
--- a/src/com/android/settings/display/AdaptiveSleepPreference.kt
+++ b/src/com/android/settings/display/AdaptiveSleepPreference.kt
@@ -37,6 +37,7 @@
import com.android.settingslib.metadata.PreferenceLifecycleContext
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.TwoStatePreference
import com.android.settingslib.preference.PreferenceBindingPlaceholder
import com.android.settingslib.preference.SwitchPreferenceBinding
@@ -82,6 +83,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
@Suppress("UNCHECKED_CAST")
private class Storage(
private val context: Context,
diff --git a/src/com/android/settings/display/AmbientDisplayAlwaysOnPreference.kt b/src/com/android/settings/display/AmbientDisplayAlwaysOnPreference.kt
index 0537e62..e50b00b 100644
--- a/src/com/android/settings/display/AmbientDisplayAlwaysOnPreference.kt
+++ b/src/com/android/settings/display/AmbientDisplayAlwaysOnPreference.kt
@@ -36,6 +36,7 @@
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.PreferenceSummaryProvider
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.SwitchPreference
// LINT.IfChange
@@ -76,6 +77,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun onCreate(context: PreferenceLifecycleContext) {
val storage = SettingsSecureStore.get(context)
keyMappingObserver =
diff --git a/src/com/android/settings/display/AutoBrightnessScreen.kt b/src/com/android/settings/display/AutoBrightnessScreen.kt
index 385fe20..32d70ad 100644
--- a/src/com/android/settings/display/AutoBrightnessScreen.kt
+++ b/src/com/android/settings/display/AutoBrightnessScreen.kt
@@ -35,6 +35,7 @@
import com.android.settingslib.metadata.PreferenceMetadata
import com.android.settingslib.metadata.ProvidePreferenceScreen
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.preferenceHierarchy
import com.android.settingslib.preference.PreferenceScreenBinding
import com.android.settingslib.preference.PreferenceScreenCreator
@@ -70,6 +71,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun isAvailable(context: Context) =
context.resources.getBoolean(
com.android.internal.R.bool.config_automatic_brightness_available
diff --git a/src/com/android/settings/display/BatteryPercentageSwitchPreference.kt b/src/com/android/settings/display/BatteryPercentageSwitchPreference.kt
index fd7b037..25623b3 100644
--- a/src/com/android/settings/display/BatteryPercentageSwitchPreference.kt
+++ b/src/com/android/settings/display/BatteryPercentageSwitchPreference.kt
@@ -29,6 +29,7 @@
import com.android.settingslib.metadata.PreferenceAvailabilityProvider
import com.android.settingslib.metadata.PreferenceMetadata
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.SwitchPreference
import com.android.settingslib.preference.SwitchPreferenceBinding
@@ -54,6 +55,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun bind(preference: Preference, metadata: PreferenceMetadata) {
super.bind(preference, metadata)
preference.onPreferenceChangeListener = this
diff --git a/src/com/android/settings/display/PeakRefreshRateSwitchPreference.kt b/src/com/android/settings/display/PeakRefreshRateSwitchPreference.kt
index 6dc09f6..3240616 100644
--- a/src/com/android/settings/display/PeakRefreshRateSwitchPreference.kt
+++ b/src/com/android/settings/display/PeakRefreshRateSwitchPreference.kt
@@ -34,6 +34,7 @@
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.PreferenceSummaryProvider
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.SwitchPreference
import kotlin.math.roundToInt
@@ -55,6 +56,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun isAvailable(context: Context) =
context.resources.getBoolean(R.bool.config_show_smooth_display) &&
context.peakRefreshRate > DEFAULT_REFRESH_RATE
diff --git a/src/com/android/settings/display/darkmode/DarkModeScreen.kt b/src/com/android/settings/display/darkmode/DarkModeScreen.kt
index 9166705..7f8087a 100644
--- a/src/com/android/settings/display/darkmode/DarkModeScreen.kt
+++ b/src/com/android/settings/display/darkmode/DarkModeScreen.kt
@@ -37,6 +37,7 @@
import com.android.settingslib.metadata.PreferenceSummaryProvider
import com.android.settingslib.metadata.ProvidePreferenceScreen
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.preferenceHierarchy
import com.android.settingslib.preference.PreferenceScreenBinding
import com.android.settingslib.preference.PreferenceScreenCreator
@@ -76,6 +77,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun isFlagEnabled(context: Context) = Flags.catalystDarkUiMode()
override fun fragmentClass() = DarkModeSettingsFragment::class.java
diff --git a/src/com/android/settings/fuelgauge/BatteryHeaderPreference.kt b/src/com/android/settings/fuelgauge/BatteryHeaderPreference.kt
index 2a9b0e8..95d73dd 100644
--- a/src/com/android/settings/fuelgauge/BatteryHeaderPreference.kt
+++ b/src/com/android/settings/fuelgauge/BatteryHeaderPreference.kt
@@ -22,21 +22,27 @@
import com.android.settings.R
import com.android.settings.fuelgauge.BatteryBroadcastReceiver.BatteryUpdateType.BATTERY_NOT_PRESENT
import com.android.settingslib.Utils
+import com.android.settingslib.datastore.KeyValueStore
+import com.android.settingslib.datastore.NoOpKeyedObservable
import com.android.settingslib.fuelgauge.BatteryUtils
+import com.android.settingslib.metadata.PersistentPreference
import com.android.settingslib.metadata.PreferenceLifecycleContext
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.PreferenceMetadata
+import com.android.settingslib.metadata.RangeValue
+import com.android.settingslib.metadata.ReadWritePermit
import com.android.settingslib.preference.PreferenceBinding
import com.android.settingslib.widget.UsageProgressBarPreference
// LINT.IfChange
class BatteryHeaderPreference :
+ PersistentPreference<Int>,
PreferenceMetadata,
PreferenceBinding,
- PreferenceLifecycleProvider {
+ PreferenceLifecycleProvider,
+ RangeValue {
- @VisibleForTesting
- var batteryBroadcastReceiver: BatteryBroadcastReceiver? = null
+ @VisibleForTesting var batteryBroadcastReceiver: BatteryBroadcastReceiver? = null
override val key: String
get() = KEY
@@ -58,25 +64,50 @@
override fun onCreate(context: PreferenceLifecycleContext) {
super.onCreate(context)
- batteryBroadcastReceiver = BatteryBroadcastReceiver(context).apply {
- setBatteryChangedListener {
- if (it != BATTERY_NOT_PRESENT) {
- context.notifyPreferenceChange(KEY)
+ batteryBroadcastReceiver =
+ BatteryBroadcastReceiver(context).apply {
+ setBatteryChangedListener {
+ if (it != BATTERY_NOT_PRESENT) {
+ context.notifyPreferenceChange(KEY)
+ }
}
}
- }
}
override fun onStart(context: PreferenceLifecycleContext) {
super.onStart(context)
- batteryBroadcastReceiver?.register();
+ batteryBroadcastReceiver?.register()
}
override fun onStop(context: PreferenceLifecycleContext) {
super.onStop(context)
- batteryBroadcastReceiver?.unRegister();
+ batteryBroadcastReceiver?.unRegister()
}
+ override fun storage(context: Context): KeyValueStore =
+ object : NoOpKeyedObservable<String>(), KeyValueStore {
+ override fun contains(key: String) = BatteryUtils.getBatteryIntent(context) != null
+
+ @Suppress("UNCHECKED_CAST")
+ override fun <T : Any> getValue(key: String, valueType: Class<T>): T? {
+ val batteryIntent = BatteryUtils.getBatteryIntent(context) ?: return null
+ return Utils.getBatteryLevel(batteryIntent) as T
+ }
+
+ override fun <T : Any> setValue(key: String, valueType: Class<T>, value: T?) =
+ throw UnsupportedOperationException()
+ }
+
+ override fun getMinValue(context: Context): Int = 0
+
+ override fun getMaxValue(context: Context): Int = 100
+
+ override fun getReadPermit(context: Context, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override fun getWritePermit(context: Context, value: Int?, myUid: Int, callingUid: Int) =
+ ReadWritePermit.DISALLOW
+
companion object {
private const val KEY = "battery_header"
private const val BATTERY_MAX_LEVEL: Long = 100L
diff --git a/src/com/android/settings/fuelgauge/BatteryHeaderTextPreference.java b/src/com/android/settings/fuelgauge/BatteryHeaderTextPreference.java
index 5c81277..516cc71 100644
--- a/src/com/android/settings/fuelgauge/BatteryHeaderTextPreference.java
+++ b/src/com/android/settings/fuelgauge/BatteryHeaderTextPreference.java
@@ -26,9 +26,10 @@
import androidx.preference.PreferenceViewHolder;
import com.android.settings.R;
+import com.android.settingslib.widget.GroupSectionDividerMixin;
/** A preference for battery header text. */
-public class BatteryHeaderTextPreference extends Preference {
+public class BatteryHeaderTextPreference extends Preference implements GroupSectionDividerMixin {
private static final String TAG = "BatteryHeaderTextPreference";
@Nullable private CharSequence mText;
diff --git a/src/com/android/settings/fuelgauge/batterysaver/BatterySaverPreference.kt b/src/com/android/settings/fuelgauge/batterysaver/BatterySaverPreference.kt
index da401c5..93da40d 100644
--- a/src/com/android/settings/fuelgauge/batterysaver/BatterySaverPreference.kt
+++ b/src/com/android/settings/fuelgauge/batterysaver/BatterySaverPreference.kt
@@ -16,8 +16,6 @@
package com.android.settings.fuelgauge.batterysaver
import android.content.Context
-import android.os.Handler
-import android.os.Looper
import android.os.PowerManager
import com.android.settings.R
import com.android.settings.fuelgauge.BatterySaverReceiver
@@ -32,6 +30,9 @@
import com.android.settingslib.metadata.PreferenceLifecycleContext
import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
+import kotlinx.coroutines.delay
+import kotlinx.coroutines.launch
// LINT.IfChange
class BatterySaverPreference :
@@ -39,7 +40,6 @@
PreferenceLifecycleProvider {
private var batterySaverReceiver: BatterySaverReceiver? = null
- private val handler by lazy { Handler(Looper.getMainLooper()) }
override fun storage(context: Context) = BatterySaverStore(context)
@@ -49,6 +49,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun isEnabled(context: Context) =
!BatteryStatus(BatteryUtils.getBatteryIntent(context)).isPluggedIn
@@ -58,10 +61,10 @@
setBatterySaverListener(
object : BatterySaverListener {
override fun onPowerSaveModeChanged() {
- handler.postDelayed(
- { context.notifyPreferenceChange(KEY) },
- SWITCH_ANIMATION_DURATION,
- )
+ context.lifecycleScope.launch {
+ delay(SWITCH_ANIMATION_DURATION)
+ context.notifyPreferenceChange(KEY)
+ }
}
override fun onBatteryChanged(pluggedIn: Boolean) =
@@ -75,7 +78,6 @@
override fun onStop(context: PreferenceLifecycleContext) {
batterySaverReceiver?.setListening(false)
batterySaverReceiver = null
- handler.removeCallbacksAndMessages(null /* token */)
}
@Suppress("UNCHECKED_CAST")
diff --git a/src/com/android/settings/gestures/DoubleTapPowerForCameraPreferenceController.java b/src/com/android/settings/gestures/DoubleTapPowerForCameraPreferenceController.java
new file mode 100644
index 0000000..0c7c65a
--- /dev/null
+++ b/src/com/android/settings/gestures/DoubleTapPowerForCameraPreferenceController.java
@@ -0,0 +1,114 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import android.content.Context;
+import android.database.ContentObserver;
+import android.net.Uri;
+import android.os.Handler;
+import android.os.Looper;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+import com.android.settingslib.widget.SelectorWithWidgetPreference;
+
+public class DoubleTapPowerForCameraPreferenceController extends BasePreferenceController
+ implements LifecycleObserver, OnStart, OnStop {
+
+ @Nullable private Preference mPreference;
+ private final ContentObserver mSettingsObserver =
+ new ContentObserver(new Handler(Looper.getMainLooper())) {
+ @Override
+ public void onChange(boolean selfChange, @Nullable Uri uri) {
+ if (mPreference == null || uri == null) {
+ return;
+ }
+ if (uri.equals(
+ DoubleTapPowerSettingsUtils
+ .DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED_URI)) {
+ mPreference.setEnabled(
+ DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(
+ mContext));
+ } else if (uri.equals(
+ DoubleTapPowerSettingsUtils
+ .DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION_URI)) {
+ updateState(mPreference);
+ }
+ }
+ };
+
+ public DoubleTapPowerForCameraPreferenceController(
+ @NonNull Context context, @NonNull String preferenceKey) {
+ super(context, preferenceKey);
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ if (!DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureAvailable(mContext)) {
+ return UNSUPPORTED_ON_DEVICE;
+ }
+ return DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext)
+ ? AVAILABLE
+ : DISABLED_DEPENDENT_SETTING;
+ }
+
+ @Override
+ public void displayPreference(@NonNull PreferenceScreen screen) {
+ super.displayPreference(screen);
+ mPreference = screen.findPreference(getPreferenceKey());
+ }
+
+ @Override
+ public void updateState(@NonNull Preference preference) {
+ super.updateState(preference);
+ if (preference instanceof SelectorWithWidgetPreference) {
+ ((SelectorWithWidgetPreference) preference)
+ .setChecked(
+ DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(mContext));
+ }
+ }
+
+ @Override
+ public boolean handlePreferenceTreeClick(@NonNull Preference preference) {
+ if (!getPreferenceKey().equals(preference.getKey())) {
+ return false;
+ }
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForCameraLaunch(mContext);
+ if (preference instanceof SelectorWithWidgetPreference) {
+ ((SelectorWithWidgetPreference) preference).setChecked(true);
+ }
+ return true;
+ }
+
+ @Override
+ public void onStart() {
+ DoubleTapPowerSettingsUtils.registerObserver(mContext, mSettingsObserver);
+ }
+
+ @Override
+ public void onStop() {
+ DoubleTapPowerSettingsUtils.unregisterObserver(mContext, mSettingsObserver);
+ }
+}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerForWalletPreferenceController.java b/src/com/android/settings/gestures/DoubleTapPowerForWalletPreferenceController.java
new file mode 100644
index 0000000..56dda4d
--- /dev/null
+++ b/src/com/android/settings/gestures/DoubleTapPowerForWalletPreferenceController.java
@@ -0,0 +1,114 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import android.content.Context;
+import android.database.ContentObserver;
+import android.net.Uri;
+import android.os.Handler;
+import android.os.Looper;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+import com.android.settingslib.widget.SelectorWithWidgetPreference;
+
+public class DoubleTapPowerForWalletPreferenceController extends BasePreferenceController
+ implements LifecycleObserver, OnStart, OnStop {
+
+ @Nullable private Preference mPreference;
+ private final ContentObserver mSettingsObserver =
+ new ContentObserver(new Handler(Looper.getMainLooper())) {
+ @Override
+ public void onChange(boolean selfChange, @Nullable Uri uri) {
+ if (mPreference == null || uri == null) {
+ return;
+ }
+ if (uri.equals(
+ DoubleTapPowerSettingsUtils
+ .DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED_URI)) {
+ mPreference.setEnabled(
+ DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(
+ mContext));
+ } else if (uri.equals(
+ DoubleTapPowerSettingsUtils
+ .DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION_URI)) {
+ updateState(mPreference);
+ }
+ }
+ };
+
+ public DoubleTapPowerForWalletPreferenceController(
+ @NonNull Context context, @NonNull String preferenceKey) {
+ super(context, preferenceKey);
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ if (!DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureAvailable(mContext)) {
+ return UNSUPPORTED_ON_DEVICE;
+ }
+ return DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext)
+ ? AVAILABLE
+ : DISABLED_DEPENDENT_SETTING;
+ }
+
+ @Override
+ public void displayPreference(@NonNull PreferenceScreen screen) {
+ super.displayPreference(screen);
+ mPreference = screen.findPreference(getPreferenceKey());
+ }
+
+ @Override
+ public void updateState(@NonNull Preference preference) {
+ super.updateState(preference);
+ if (preference instanceof SelectorWithWidgetPreference) {
+ ((SelectorWithWidgetPreference) preference)
+ .setChecked(
+ !DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(mContext));
+ }
+ }
+
+ @Override
+ public boolean handlePreferenceTreeClick(@NonNull Preference preference) {
+ if (!getPreferenceKey().equals(preference.getKey())) {
+ return false;
+ }
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForWalletLaunch(mContext);
+ if (preference instanceof SelectorWithWidgetPreference) {
+ ((SelectorWithWidgetPreference) preference).setChecked(true);
+ }
+ return true;
+ }
+
+ @Override
+ public void onStart() {
+ DoubleTapPowerSettingsUtils.registerObserver(mContext, mSettingsObserver);
+ }
+
+ @Override
+ public void onStop() {
+ DoubleTapPowerSettingsUtils.unregisterObserver(mContext, mSettingsObserver);
+ }
+}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerIllustrationPreferenceController.java b/src/com/android/settings/gestures/DoubleTapPowerIllustrationPreferenceController.java
new file mode 100644
index 0000000..75af168
--- /dev/null
+++ b/src/com/android/settings/gestures/DoubleTapPowerIllustrationPreferenceController.java
@@ -0,0 +1,96 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.android.settings.gestures.DoubleTapPowerSettingsUtils.DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION_URI;
+
+import android.content.ContentResolver;
+import android.content.Context;
+import android.database.ContentObserver;
+import android.net.Uri;
+import android.os.Handler;
+import android.os.Looper;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
+import com.android.settings.R;
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+import com.android.settingslib.widget.IllustrationPreference;
+
+/** Configures the behaviour of the double tap power illustration. */
+public class DoubleTapPowerIllustrationPreferenceController extends BasePreferenceController
+ implements LifecycleObserver, OnStart, OnStop {
+
+ @Nullable
+ private IllustrationPreference mIllustrationPreference;
+ private final ContentObserver mSettingsObserver =
+ new ContentObserver(new Handler(Looper.getMainLooper())) {
+ @Override
+ public void onChange(boolean selfChange, @Nullable Uri uri) {
+ if (mIllustrationPreference != null && uri != null) {
+ updateState(mIllustrationPreference);
+ }
+ }
+ };
+
+ public DoubleTapPowerIllustrationPreferenceController(
+ @NonNull Context context, @NonNull String key) {
+ super(context, key);
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ return AVAILABLE;
+ }
+
+ @Override
+ public void displayPreference(@NonNull PreferenceScreen screen) {
+ super.displayPreference(screen);
+ mIllustrationPreference = screen.findPreference(getPreferenceKey());
+ }
+
+ @Override
+ public void updateState(@NonNull Preference preference) {
+ super.updateState(preference);
+
+ ((IllustrationPreference) preference)
+ .setLottieAnimationResId(
+ DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(
+ mContext)
+ ? R.drawable.quickly_open_camera
+ : R.drawable.double_tap_power_for_wallet);
+ }
+
+ @Override
+ public void onStart() {
+ final ContentResolver resolver = mContext.getContentResolver();
+ resolver.registerContentObserver(
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION_URI, true, mSettingsObserver);
+ }
+
+ @Override
+ public void onStop() {
+ DoubleTapPowerSettingsUtils.unregisterObserver(mContext, mSettingsObserver);
+ }
+}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerMainSwitchPreferenceController.java b/src/com/android/settings/gestures/DoubleTapPowerMainSwitchPreferenceController.java
new file mode 100644
index 0000000..3eb18eb
--- /dev/null
+++ b/src/com/android/settings/gestures/DoubleTapPowerMainSwitchPreferenceController.java
@@ -0,0 +1,92 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.android.settings.gestures.DoubleTapPowerSettingsUtils.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED_URI;
+
+import android.content.ContentResolver;
+import android.content.Context;
+import android.database.ContentObserver;
+import android.net.Uri;
+import android.os.Handler;
+import android.os.Looper;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+
+import com.android.settings.R;
+import com.android.settings.widget.SettingsMainSwitchPreferenceController;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+
+/** The controller to handle double tap power button main switch enable or disable state. */
+public class DoubleTapPowerMainSwitchPreferenceController
+ extends SettingsMainSwitchPreferenceController
+ implements LifecycleObserver, OnStart, OnStop {
+
+ private final ContentObserver mSettingsObserver =
+ new ContentObserver(new Handler(Looper.getMainLooper())) {
+ @Override
+ public void onChange(boolean selfChange, @Nullable Uri uri) {
+ if (mSwitchPreference == null || uri == null) {
+ return;
+ }
+ updateState(mSwitchPreference);
+ }
+ };
+
+ public DoubleTapPowerMainSwitchPreferenceController(
+ @NonNull Context context, @NonNull String preferenceKey) {
+ super(context, preferenceKey);
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ return DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureAvailable(mContext)
+ ? AVAILABLE
+ : UNSUPPORTED_ON_DEVICE;
+ }
+
+ @Override
+ public boolean isChecked() {
+ return DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext);
+ }
+
+ @Override
+ public boolean setChecked(boolean isChecked) {
+ return DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(
+ mContext, isChecked);
+ }
+
+ @Override
+ public void onStart() {
+ final ContentResolver resolver = mContext.getContentResolver();
+ resolver.registerContentObserver(
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED_URI, true, mSettingsObserver);
+ }
+
+ @Override
+ public void onStop() {
+ DoubleTapPowerSettingsUtils.unregisterObserver(mContext, mSettingsObserver);
+ }
+
+ @Override
+ public int getSliceHighlightMenuRes() {
+ return R.string.menu_key_system;
+ }
+}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerPreferenceController.java b/src/com/android/settings/gestures/DoubleTapPowerPreferenceController.java
index 3d2e176..686d64c 100644
--- a/src/com/android/settings/gestures/DoubleTapPowerPreferenceController.java
+++ b/src/com/android/settings/gestures/DoubleTapPowerPreferenceController.java
@@ -21,22 +21,17 @@
import android.content.Context;
import android.content.SharedPreferences;
import android.provider.Settings;
-import android.text.TextUtils;
-import androidx.annotation.VisibleForTesting;
+import androidx.annotation.NonNull;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
-public class DoubleTapPowerPreferenceController extends GesturePreferenceController {
+import com.android.settings.R;
+import com.android.settings.core.BasePreferenceController;
- @VisibleForTesting
- static final int ON = 0;
- @VisibleForTesting
- static final int OFF = 1;
+public class DoubleTapPowerPreferenceController extends BasePreferenceController {
- private static final String PREF_KEY_VIDEO = "gesture_double_tap_power_video";
-
- private final String SECURE_KEY = CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED;
-
- public DoubleTapPowerPreferenceController(Context context, String key) {
+ public DoubleTapPowerPreferenceController(@NonNull Context context, @NonNull String key) {
super(context, key);
}
@@ -45,9 +40,13 @@
|| prefs.getBoolean(DoubleTapPowerSettings.PREF_KEY_SUGGESTION_COMPLETE, false);
}
- private static boolean isGestureAvailable(Context context) {
- return context.getResources()
- .getBoolean(com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled);
+ private static boolean isGestureAvailable(@NonNull Context context) {
+ if (!android.service.quickaccesswallet.Flags.launchWalletOptionOnPowerDoubleTap()) {
+ return context.getResources()
+ .getBoolean(
+ com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled);
+ }
+ return DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureAvailable(context);
}
@Override
@@ -56,30 +55,41 @@
}
@Override
- public boolean isSliceable() {
- return TextUtils.equals(getPreferenceKey(), "gesture_double_tap_power");
+ public void displayPreference(@NonNull PreferenceScreen screen) {
+ if (!android.service.quickaccesswallet.Flags.launchWalletOptionOnPowerDoubleTap()) {
+ final Preference preference = screen.findPreference(getPreferenceKey());
+ if (preference != null) {
+ preference.setTitle(R.string.double_tap_power_for_camera_title);
+ }
+ }
+ super.displayPreference(screen);
}
@Override
- public boolean isPublicSlice() {
- return true;
- }
-
- @Override
- protected String getVideoPrefKey() {
- return PREF_KEY_VIDEO;
- }
-
- @Override
- public boolean isChecked() {
- final int cameraDisabled = Settings.Secure.getInt(mContext.getContentResolver(),
- SECURE_KEY, ON);
- return cameraDisabled == ON;
- }
-
- @Override
- public boolean setChecked(boolean isChecked) {
- return Settings.Secure.putInt(mContext.getContentResolver(), SECURE_KEY,
- isChecked ? ON : OFF);
+ @NonNull
+ public CharSequence getSummary() {
+ if (!android.service.quickaccesswallet.Flags.launchWalletOptionOnPowerDoubleTap()) {
+ final boolean isCameraDoubleTapPowerGestureEnabled =
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED,
+ DoubleTapPowerToOpenCameraPreferenceController.ON)
+ == DoubleTapPowerToOpenCameraPreferenceController.ON;
+ return mContext.getText(
+ isCameraDoubleTapPowerGestureEnabled
+ ? R.string.gesture_setting_on
+ : R.string.gesture_setting_off);
+ }
+ if (DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext)) {
+ final CharSequence onString =
+ mContext.getText(com.android.settings.R.string.gesture_setting_on);
+ final CharSequence actionString =
+ DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureForCameraLaunchEnabled(
+ mContext)
+ ? mContext.getText(R.string.double_tap_power_camera_action_summary)
+ : mContext.getText(R.string.double_tap_power_wallet_action_summary);
+ return mContext.getString(R.string.double_tap_power_summary, onString, actionString);
+ }
+ return mContext.getText(com.android.settings.R.string.gesture_setting_off);
}
}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerSettings.java b/src/com/android/settings/gestures/DoubleTapPowerSettings.java
index 577758d..076f23f 100644
--- a/src/com/android/settings/gestures/DoubleTapPowerSettings.java
+++ b/src/com/android/settings/gestures/DoubleTapPowerSettings.java
@@ -19,6 +19,9 @@
import android.app.settings.SettingsEnums;
import android.content.Context;
import android.content.SharedPreferences;
+import android.provider.SearchIndexableResource;
+
+import androidx.annotation.NonNull;
import com.android.settings.R;
import com.android.settings.dashboard.DashboardFragment;
@@ -27,6 +30,8 @@
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;
+import java.util.List;
+
@SearchIndexable
public class DoubleTapPowerSettings extends DashboardFragment {
@@ -56,9 +61,24 @@
@Override
protected int getPreferenceScreenResId() {
- return R.xml.double_tap_power_settings;
+ return android.service.quickaccesswallet.Flags.launchWalletOptionOnPowerDoubleTap()
+ ? R.xml.double_tap_power_settings
+ : R.xml.double_tap_power_to_open_camera_settings;
}
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
- new BaseSearchIndexProvider(R.xml.double_tap_power_settings);
+ new BaseSearchIndexProvider() {
+ @Override
+ @NonNull
+ public List<SearchIndexableResource> getXmlResourcesToIndex(
+ @NonNull Context context, boolean enabled) {
+ final SearchIndexableResource sir = new SearchIndexableResource(context);
+ sir.xmlResId =
+ android.service.quickaccesswallet.Flags
+ .launchWalletOptionOnPowerDoubleTap()
+ ? R.xml.double_tap_power_settings
+ : R.xml.double_tap_power_to_open_camera_settings;
+ return List.of(sir);
+ }
+ };
}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerSettingsUtils.java b/src/com/android/settings/gestures/DoubleTapPowerSettingsUtils.java
new file mode 100644
index 0000000..a1bf9cb
--- /dev/null
+++ b/src/com/android/settings/gestures/DoubleTapPowerSettingsUtils.java
@@ -0,0 +1,149 @@
+/*
+ * Copyright (C) 2016 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import android.content.ContentResolver;
+import android.content.Context;
+import android.database.ContentObserver;
+import android.net.Uri;
+import android.provider.Settings;
+
+import androidx.annotation.NonNull;
+
+import com.android.internal.R;
+
+/** Common code for double tap power settings shared between controllers. */
+final class DoubleTapPowerSettingsUtils {
+
+ /** Setting storing whether the double tap power button gesture is enabled. */
+ private static final String DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED =
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED;
+
+ static final Uri DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED_URI =
+ Settings.Secure.getUriFor(DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED);
+
+ /** Setting storing the target action of the double tap power button gesture. */
+ private static final String DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION =
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE;
+
+ static final Uri DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION_URI =
+ Settings.Secure.getUriFor(DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION);
+
+ private static final int DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE = 0;
+ private static final int DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE = 1;
+
+ static final int ON = 1;
+ static final int OFF = 0;
+
+ /**
+ * @return true if double tap power button gesture is available.
+ */
+ public static boolean isDoubleTapPowerButtonGestureAvailable(@NonNull Context context) {
+ return context.getResources().getBoolean(R.bool.config_doubleTapPowerGestureEnabled);
+ }
+
+ /**
+ * Gets double tap power button gesture enable or disable flag from Settings provider.
+ *
+ * @return true if double tap on the power button gesture is currently enabled.
+ * @param context App context
+ */
+ public static boolean isDoubleTapPowerButtonGestureEnabled(@NonNull Context context) {
+ return Settings.Secure.getInt(
+ context.getContentResolver(), DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED, ON)
+ == ON;
+ }
+
+ /**
+ * Sets double tap power button gesture enable or disable flag to Settings provider.
+ *
+ * @param context App context
+ * @param enable enable or disable double tap power button gesture.
+ * @return {@code true} if the setting is updated.
+ */
+ public static boolean setDoubleTapPowerButtonGestureEnabled(
+ @NonNull Context context, boolean enable) {
+ return Settings.Secure.putInt(
+ context.getContentResolver(),
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED,
+ enable ? ON : OFF);
+ }
+
+ /**
+ * @return true if double tap on the power button gesture for camera launch is currently
+ * enabled.
+ * @param context App context
+ */
+ public static boolean isDoubleTapPowerButtonGestureForCameraLaunchEnabled(
+ @NonNull Context context) {
+ return Settings.Secure.getInt(
+ context.getContentResolver(),
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION,
+ context.getResources()
+ .getInteger(
+ com.android.internal.R.integer
+ .config_defaultDoubleTapPowerGestureAction))
+ == DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE;
+ }
+
+ /**
+ * Sets double tap power button gesture behavior to launch the camera.
+ *
+ * @param context App context
+ * @return {@code true} if the setting is updated.
+ */
+ public static boolean setDoubleTapPowerButtonForCameraLaunch(@NonNull Context context) {
+ return Settings.Secure.putInt(
+ context.getContentResolver(),
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION,
+ DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE);
+ }
+
+ /**
+ * Sets double tap power button gesture behavior to launch the wallet.
+ *
+ * @param context App context
+ * @return {@code true} if the setting is updated.
+ */
+ public static boolean setDoubleTapPowerButtonForWalletLaunch(@NonNull Context context) {
+ return Settings.Secure.putInt(
+ context.getContentResolver(),
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION,
+ DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE);
+ }
+
+ /**
+ * Registers observer for settings state.
+ *
+ * @param observer Settings Content Observer
+ */
+ public static void registerObserver(
+ @NonNull Context context, @NonNull ContentObserver observer) {
+ final ContentResolver resolver = context.getContentResolver();
+ resolver.registerContentObserver(
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED_URI, true, observer);
+ resolver.registerContentObserver(
+ DOUBLE_TAP_POWER_BUTTON_GESTURE_TARGET_ACTION_URI, true, observer);
+ }
+
+ /** Unregisters observer. */
+ public static void unregisterObserver(
+ @NonNull Context context, @NonNull ContentObserver observer) {
+ final ContentResolver resolver = context.getContentResolver();
+ resolver.unregisterContentObserver(observer);
+ }
+}
diff --git a/src/com/android/settings/gestures/DoubleTapPowerToOpenCameraPreferenceController.java b/src/com/android/settings/gestures/DoubleTapPowerToOpenCameraPreferenceController.java
new file mode 100644
index 0000000..4362a66
--- /dev/null
+++ b/src/com/android/settings/gestures/DoubleTapPowerToOpenCameraPreferenceController.java
@@ -0,0 +1,78 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.settings.gestures;
+
+import static android.provider.Settings.Secure.CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED;
+
+import android.content.Context;
+import android.provider.Settings;
+import android.text.TextUtils;
+
+import androidx.annotation.NonNull;
+
+import com.android.settings.R;
+import com.android.settings.core.TogglePreferenceController;
+
+public class DoubleTapPowerToOpenCameraPreferenceController extends TogglePreferenceController {
+
+ static final int ON = 0;
+ static final int OFF = 1;
+
+ public DoubleTapPowerToOpenCameraPreferenceController(
+ @NonNull Context context, @NonNull String key) {
+ super(context, key);
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ return mContext.getResources()
+ .getBoolean(
+ com.android.internal.R.bool
+ .config_cameraDoubleTapPowerGestureEnabled)
+ ? AVAILABLE
+ : UNSUPPORTED_ON_DEVICE;
+ }
+
+ @Override
+ public boolean isChecked() {
+ return Settings.Secure.getInt(
+ mContext.getContentResolver(), CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, ON)
+ == ON;
+ }
+
+ @Override
+ public boolean setChecked(boolean isChecked) {
+ return Settings.Secure.putInt(
+ mContext.getContentResolver(),
+ CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED,
+ isChecked ? ON : OFF);
+ }
+
+ @Override
+ public boolean isSliceable() {
+ return TextUtils.equals(getPreferenceKey(), "gesture_double_tap_power");
+ }
+
+ @Override
+ public boolean isPublicSlice() {
+ return true;
+ }
+
+ @Override
+ public int getSliceHighlightMenuRes() {
+ return R.string.menu_key_system;
+ }
+}
diff --git a/src/com/android/settings/inputmethod/InputPeripheralsSettingsUtils.java b/src/com/android/settings/inputmethod/InputPeripheralsSettingsUtils.java
index 6e3d11c..14f79bf 100644
--- a/src/com/android/settings/inputmethod/InputPeripheralsSettingsUtils.java
+++ b/src/com/android/settings/inputmethod/InputPeripheralsSettingsUtils.java
@@ -51,6 +51,7 @@
static final String EXTRA_TITLE = "keyboard_layout_picker_title";
static final String EXTRA_USER_ID = "user_id";
static final String EXTRA_INPUT_DEVICE_IDENTIFIER = "input_device_identifier";
+ static final String EXTRA_INPUT_DEVICE = "input_device";
static final String EXTRA_INPUT_METHOD_INFO = "input_method_info";
static final String EXTRA_INPUT_METHOD_SUBTYPE = "input_method_subtype";
diff --git a/src/com/android/settings/inputmethod/NewKeyboardLayoutEnabledLocalesFragment.java b/src/com/android/settings/inputmethod/NewKeyboardLayoutEnabledLocalesFragment.java
index 08aacf8..d9195d6 100644
--- a/src/com/android/settings/inputmethod/NewKeyboardLayoutEnabledLocalesFragment.java
+++ b/src/com/android/settings/inputmethod/NewKeyboardLayoutEnabledLocalesFragment.java
@@ -16,6 +16,7 @@
package com.android.settings.inputmethod;
+import android.app.Activity;
import android.app.settings.SettingsEnums;
import android.content.Context;
import android.hardware.input.InputDeviceIdentifier;
@@ -35,6 +36,7 @@
import androidx.preference.PreferenceCategory;
import androidx.preference.PreferenceScreen;
+import com.android.internal.util.Preconditions;
import com.android.settings.R;
import com.android.settings.Utils;
import com.android.settings.core.SubSettingLauncher;
@@ -106,6 +108,16 @@
mIm = mContext.getSystemService(InputManager.class);
mImm = mContext.getSystemService(InputMethodManager.class);
mInputDeviceId = -1;
+
+ Activity activity = Preconditions.checkNotNull(getActivity());
+ InputDevice inputDeviceFromIntent =
+ activity.getIntent().getParcelableExtra(
+ InputPeripheralsSettingsUtils.EXTRA_INPUT_DEVICE,
+ InputDevice.class);
+
+ if (inputDeviceFromIntent != null) {
+ launchLayoutPickerWithIdentifier(inputDeviceFromIntent.getIdentifier());
+ }
}
@Override
@@ -161,6 +173,23 @@
mInputDeviceId = -1;
}
+ private void launchLayoutPickerWithIdentifier(
+ InputDeviceIdentifier inputDeviceIdentifier) {
+ if (InputPeripheralsSettingsUtils.getInputDevice(mIm, inputDeviceIdentifier) == null) {
+ return;
+ }
+ InputMethodInfo info = mImm.getCurrentInputMethodInfoAsUser(UserHandle.of(mUserId));
+ InputMethodSubtype subtype = mImm.getCurrentInputMethodSubtype();
+ CharSequence subtypeLabel = getSubtypeLabel(mContext, info, subtype);
+
+ showKeyboardLayoutPicker(
+ subtypeLabel,
+ inputDeviceIdentifier,
+ mUserId,
+ info,
+ subtype);
+ }
+
private void updateCheckedState() {
if (InputPeripheralsSettingsUtils.getInputDevice(mIm, mInputDeviceIdentifier) == null) {
return;
diff --git a/src/com/android/settings/inputmethod/TrackpadTapDraggingPreferenceController.java b/src/com/android/settings/inputmethod/TrackpadTapDraggingPreferenceController.java
index 71c1638..ddf6b44 100644
--- a/src/com/android/settings/inputmethod/TrackpadTapDraggingPreferenceController.java
+++ b/src/com/android/settings/inputmethod/TrackpadTapDraggingPreferenceController.java
@@ -49,9 +49,7 @@
@Override
public int getAvailabilityStatus() {
- boolean isTouchpad = InputPeripheralsSettingsUtils.isTouchpad();
- return (InputSettings.isTouchpadTapDraggingFeatureFlagEnabled() && isTouchpad)
- ? AVAILABLE : CONDITIONALLY_UNAVAILABLE;
+ return InputPeripheralsSettingsUtils.isTouchpad() ? AVAILABLE : CONDITIONALLY_UNAVAILABLE;
}
@Override
diff --git a/src/com/android/settings/network/AdaptiveConnectivityTogglePreference.kt b/src/com/android/settings/network/AdaptiveConnectivityTogglePreference.kt
index 159ec0f..c29ec6e 100644
--- a/src/com/android/settings/network/AdaptiveConnectivityTogglePreference.kt
+++ b/src/com/android/settings/network/AdaptiveConnectivityTogglePreference.kt
@@ -26,6 +26,7 @@
import com.android.settingslib.datastore.SettingsStore
import com.android.settingslib.metadata.MainSwitchPreference
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
// LINT.IfChange
class AdaptiveConnectivityTogglePreference :
@@ -40,6 +41,9 @@
override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
@Suppress("UNCHECKED_CAST")
private class AdaptiveConnectivityToggleStorage(
private val context: Context,
diff --git a/src/com/android/settings/network/AirplaneModePreference.kt b/src/com/android/settings/network/AirplaneModePreference.kt
index 2d9fbe9..0899add 100644
--- a/src/com/android/settings/network/AirplaneModePreference.kt
+++ b/src/com/android/settings/network/AirplaneModePreference.kt
@@ -23,24 +23,29 @@
import com.android.settings.R
import com.android.settingslib.datastore.SettingsGlobalStore
import com.android.settingslib.metadata.PreferenceAvailabilityProvider
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.metadata.SwitchPreference
// LINT.IfChange
class AirplaneModePreference :
- SwitchPreference(KEY, R.string.airplane_mode),
- PreferenceAvailabilityProvider {
+ SwitchPreference(KEY, R.string.airplane_mode), PreferenceAvailabilityProvider {
override val icon: Int
@DrawableRes get() = R.drawable.ic_airplanemode_active
override fun storage(context: Context) = SettingsGlobalStore.get(context)
+ override val sensitivityLevel
+ get() = SensitivityLevel.HIGH_SENSITIVITY
+
override fun isAvailable(context: Context) =
- (context.resources.getBoolean(R.bool.config_show_toggle_airplane)
- && !context.packageManager.hasSystemFeature(PackageManager.FEATURE_LEANBACK))
+ (context.resources.getBoolean(R.bool.config_show_toggle_airplane) &&
+ !context.packageManager.hasSystemFeature(PackageManager.FEATURE_LEANBACK))
companion object {
const val KEY = Settings.Global.AIRPLANE_MODE_ON
+
+ fun Context.isAirplaneModeOn() = SettingsGlobalStore.get(this).getBoolean(KEY) == true
}
}
// LINT.ThenChange(AirplaneModePreferenceController.java)
diff --git a/src/com/android/settings/network/MobileDataPreference.kt b/src/com/android/settings/network/MobileDataPreference.kt
new file mode 100644
index 0000000..d285a8c
--- /dev/null
+++ b/src/com/android/settings/network/MobileDataPreference.kt
@@ -0,0 +1,78 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network
+
+import android.content.Context
+import android.telephony.SubscriptionManager
+import com.android.settings.R
+import com.android.settings.network.telephony.MobileDataRepository
+import com.android.settings.network.telephony.SubscriptionRepository
+import com.android.settingslib.datastore.KeyValueStore
+import com.android.settingslib.datastore.NoOpKeyedObservable
+import com.android.settingslib.metadata.PreferenceAvailabilityProvider
+import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
+import com.android.settingslib.metadata.SwitchPreference
+import kotlinx.coroutines.flow.first
+import kotlinx.coroutines.runBlocking
+
+class MobileDataPreference :
+ SwitchPreference(
+ KEY,
+ R.string.mobile_data_settings_title,
+ R.string.mobile_data_settings_summary,
+ ),
+ PreferenceAvailabilityProvider {
+
+ override fun isAvailable(context: Context) =
+ SubscriptionRepository(context).getSelectableSubscriptionInfoList().any {
+ it.simSlotIndex > -1
+ }
+
+ override fun storage(context: Context): KeyValueStore = MobileDataStorage(context)
+
+ override fun getReadPermit(context: Context, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override val sensitivityLevel
+ get() = SensitivityLevel.LOW_SENSITIVITY
+
+ @Suppress("UNCHECKED_CAST")
+ private class MobileDataStorage(private val context: Context) :
+ NoOpKeyedObservable<String>(), KeyValueStore {
+
+ override fun contains(key: String) = key == KEY
+
+ override fun <T : Any> getValue(key: String, valueType: Class<T>): T {
+ val subId = SubscriptionManager.getDefaultDataSubscriptionId()
+ val flow = MobileDataRepository(context).isMobileDataEnabledFlow(subId)
+ return runBlocking { flow.first() } as T
+ }
+
+ override fun <T : Any> setValue(key: String, valueType: Class<T>, value: T?) {
+ val subId = SubscriptionManager.getDefaultDataSubscriptionId()
+ MobileDataRepository(context).setMobileDataEnabled(subId, value as Boolean)
+ }
+ }
+
+ companion object {
+ const val KEY = "mobile_data"
+ }
+}
diff --git a/src/com/android/settings/network/MobileNetworkListScreen.kt b/src/com/android/settings/network/MobileNetworkListScreen.kt
index 2e05e3a..d7231cc 100644
--- a/src/com/android/settings/network/MobileNetworkListScreen.kt
+++ b/src/com/android/settings/network/MobileNetworkListScreen.kt
@@ -17,15 +17,49 @@
import android.content.Context
import android.os.UserManager
+import android.telephony.SubscriptionInfo
+import android.telephony.SubscriptionManager
+import android.telephony.SubscriptionManager.OnSubscriptionsChangedListener
+import androidx.preference.Preference
+import androidx.preference.Preference.OnPreferenceClickListener
import com.android.settings.PreferenceRestrictionMixin
import com.android.settings.R
import com.android.settings.flags.Flags
+import com.android.settings.network.AirplaneModePreference.Companion.isAirplaneModeOn
+import com.android.settings.network.SubscriptionUtil.getUniqueSubscriptionDisplayName
+import com.android.settings.network.telephony.SimRepository
+import com.android.settings.network.telephony.SubscriptionRepository
+import com.android.settings.network.telephony.euicc.EuiccRepository
+import com.android.settings.spa.network.getAddSimIntent
+import com.android.settings.spa.network.startAddSimFlow
+import com.android.settingslib.RestrictedPreference
+import com.android.settingslib.datastore.HandlerExecutor
+import com.android.settingslib.datastore.KeyedObserver
+import com.android.settingslib.datastore.SettingsGlobalStore
+import com.android.settingslib.metadata.PreferenceAvailabilityProvider
+import com.android.settingslib.metadata.PreferenceLifecycleContext
+import com.android.settingslib.metadata.PreferenceLifecycleProvider
+import com.android.settingslib.metadata.PreferenceMetadata
+import com.android.settingslib.metadata.PreferenceSummaryProvider
import com.android.settingslib.metadata.ProvidePreferenceScreen
import com.android.settingslib.metadata.preferenceHierarchy
+import com.android.settingslib.preference.PreferenceScreenBinding
import com.android.settingslib.preference.PreferenceScreenCreator
@ProvidePreferenceScreen
-class MobileNetworkListScreen : PreferenceScreenCreator, PreferenceRestrictionMixin {
+class MobileNetworkListScreen :
+ PreferenceScreenCreator,
+ PreferenceScreenBinding,
+ PreferenceAvailabilityProvider,
+ PreferenceSummaryProvider,
+ PreferenceLifecycleProvider,
+ PreferenceRestrictionMixin,
+ OnPreferenceClickListener {
+
+ private var airplaneModeObserver: KeyedObserver<String>? = null
+ private var subscriptionInfoList: List<SubscriptionInfo>? = null
+ private var onSubscriptionsChangedListener: OnSubscriptionsChangedListener? = null
+
override val key: String
get() = KEY
@@ -38,18 +72,95 @@
override val keywords: Int
get() = R.string.keywords_more_mobile_networks
- override fun isEnabled(context: Context) = super<PreferenceRestrictionMixin>.isEnabled(context)
+ override fun intent(context: Context) = getAddSimIntent()
+
+ override fun getSummary(context: Context): CharSequence? {
+ val list = getSelectableSubscriptionInfoList(context)
+ return when {
+ list.isNotEmpty() ->
+ list
+ .map { getUniqueSubscriptionDisplayName(it, context).toString() }
+ .distinct()
+ .joinToString(", ")
+ EuiccRepository(context).showEuiccSettings() ->
+ context.getString(R.string.mobile_network_summary_add_a_network)
+ else -> null
+ }
+ }
+
+ override fun isAvailable(context: Context) =
+ SimRepository(context).showMobileNetworkPageEntrance()
+
+ override fun isEnabled(context: Context) =
+ super<PreferenceRestrictionMixin>.isEnabled(context) &&
+ !context.isAirplaneModeOn() &&
+ (getSelectableSubscriptionInfoList(context).isNotEmpty() ||
+ EuiccRepository(context).showEuiccSettings())
+
+ private fun getSelectableSubscriptionInfoList(context: Context): List<SubscriptionInfo> =
+ subscriptionInfoList
+ ?: SubscriptionRepository(context).getSelectableSubscriptionInfoList().also {
+ subscriptionInfoList = it
+ }
override val restrictionKeys
get() = arrayOf(UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS)
+ override val useAdminDisabledSummary
+ get() = true
+
+ override fun createWidget(context: Context) = RestrictedPreference(context)
+
+ override fun bind(preference: Preference, metadata: PreferenceMetadata) {
+ super.bind(preference, metadata)
+ preference.onPreferenceClickListener = this
+ }
+
+ override fun onPreferenceClick(preference: Preference): Boolean {
+ val summary = preference.summary ?: return true // no-op
+ val context = preference.context
+ if (summary == context.getString(R.string.mobile_network_summary_add_a_network)) {
+ startAddSimFlow(context) // start intent
+ return true
+ }
+ return false // start fragment
+ }
+
+ override fun onCreate(context: PreferenceLifecycleContext) {
+ val executor = HandlerExecutor.main
+ val observer = KeyedObserver<String> { _, _ -> context.notifyPreferenceChange(KEY) }
+ airplaneModeObserver = observer
+ SettingsGlobalStore.get(context).addObserver(AirplaneModePreference.KEY, observer, executor)
+ context.getSystemService(SubscriptionManager::class.java)?.let {
+ val listener =
+ object : OnSubscriptionsChangedListener() {
+ override fun onSubscriptionsChanged() {
+ subscriptionInfoList = null // invalid cache
+ context.notifyPreferenceChange(KEY)
+ }
+ }
+ it.addOnSubscriptionsChangedListener(executor, listener)
+ onSubscriptionsChangedListener = listener
+ }
+ }
+
+ override fun onDestroy(context: PreferenceLifecycleContext) {
+ airplaneModeObserver?.let {
+ SettingsGlobalStore.get(context).removeObserver(AirplaneModePreference.KEY, it)
+ }
+ context.getSystemService(SubscriptionManager::class.java)?.apply {
+ onSubscriptionsChangedListener?.let { removeOnSubscriptionsChangedListener(it) }
+ }
+ }
+
override fun isFlagEnabled(context: Context) = Flags.catalystMobileNetworkList()
override fun hasCompleteHierarchy() = false
override fun fragmentClass() = MobileNetworkListFragment::class.java
- override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {}
+ override fun getPreferenceHierarchy(context: Context) =
+ preferenceHierarchy(this) { +MobileDataPreference() }
companion object {
const val KEY = "mobile_network_list"
diff --git a/src/com/android/settings/network/MobileNetworkSummaryController.kt b/src/com/android/settings/network/MobileNetworkSummaryController.kt
index 8cf9bec..62c5766 100644
--- a/src/com/android/settings/network/MobileNetworkSummaryController.kt
+++ b/src/com/android/settings/network/MobileNetworkSummaryController.kt
@@ -41,6 +41,7 @@
* - Has subscriptions: click action takes you to a page listing the subscriptions, and the summary
* text gives the count of SIMs
*/
+// LINT.IfChange
class MobileNetworkSummaryController
@JvmOverloads
constructor(
@@ -119,3 +120,4 @@
)
}
}
+// LINT.ThenChange(MobileNetworkListScreen.kt)
diff --git a/src/com/android/settings/network/NetworkDashboardScreen.kt b/src/com/android/settings/network/NetworkDashboardScreen.kt
index 3fb2cbe..5dadcaf 100644
--- a/src/com/android/settings/network/NetworkDashboardScreen.kt
+++ b/src/com/android/settings/network/NetworkDashboardScreen.kt
@@ -46,6 +46,7 @@
override fun getPreferenceHierarchy(context: Context) =
preferenceHierarchy(this) {
+ +MobileNetworkListScreen.KEY order -15
+DataSaverScreen.KEY order 10
}
diff --git a/src/com/android/settings/network/NetworkProviderScreen.kt b/src/com/android/settings/network/NetworkProviderScreen.kt
index 7478761..766ec0c 100644
--- a/src/com/android/settings/network/NetworkProviderScreen.kt
+++ b/src/com/android/settings/network/NetworkProviderScreen.kt
@@ -20,6 +20,7 @@
import com.android.settings.PreferenceRestrictionMixin
import com.android.settings.R
import com.android.settings.flags.Flags
+import com.android.settings.wifi.WifiSwitchPreference
import com.android.settingslib.metadata.PreferenceAvailabilityProvider
import com.android.settingslib.metadata.ProvidePreferenceScreen
import com.android.settingslib.metadata.preferenceHierarchy
@@ -54,7 +55,9 @@
override fun fragmentClass() = NetworkProviderSettings::class.java
- override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {}
+ override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {
+ +WifiSwitchPreference()
+ }
companion object {
const val KEY = "internet_settings"
diff --git a/src/com/android/settings/network/NetworkProviderSettings.java b/src/com/android/settings/network/NetworkProviderSettings.java
index 455201a..c776987 100644
--- a/src/com/android/settings/network/NetworkProviderSettings.java
+++ b/src/com/android/settings/network/NetworkProviderSettings.java
@@ -429,6 +429,10 @@
}
private void addWifiSwitchPreferenceController() {
+ if (isCatalystEnabled()) {
+ Log.i(TAG, "WifiSwitchPreferenceController bypassed since Catalyst is enabled!");
+ return;
+ }
if (!hasWifiManager()) return;
if (mWifiSwitchPreferenceController == null) {
mWifiSwitchPreferenceController =
diff --git a/src/com/android/settings/network/SimOnboardingActivity.kt b/src/com/android/settings/network/SimOnboardingActivity.kt
index 8f9cc8f..6d9800b 100644
--- a/src/com/android/settings/network/SimOnboardingActivity.kt
+++ b/src/com/android/settings/network/SimOnboardingActivity.kt
@@ -56,6 +56,7 @@
import com.android.settings.SidecarFragment
import com.android.settings.network.telephony.SimRepository
import com.android.settings.network.telephony.SubscriptionActionDialogActivity
+import com.android.settings.network.telephony.SubscriptionRepository
import com.android.settings.network.telephony.ToggleSubscriptionDialogActivity
import com.android.settings.network.telephony.requireSubscriptionManager
import com.android.settings.spa.SpaActivity.Companion.startSpaActivity
@@ -79,8 +80,10 @@
import kotlinx.coroutines.flow.callbackFlow
import kotlinx.coroutines.flow.catch
import kotlinx.coroutines.flow.conflate
+import kotlinx.coroutines.flow.firstOrNull
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
+import kotlinx.coroutines.withTimeoutOrNull
class SimOnboardingActivity : SpaBaseDialogActivity() {
lateinit var scope: CoroutineScope
@@ -106,6 +109,12 @@
}
var targetSubId = intent.getIntExtra(SUB_ID,SubscriptionManager.INVALID_SUBSCRIPTION_ID)
+ if (targetSubId == SubscriptionManager.INVALID_SUBSCRIPTION_ID) {
+ targetSubId = intent.getIntExtra(
+ Settings.EXTRA_SUB_ID,
+ SubscriptionManager.INVALID_SUBSCRIPTION_ID
+ )
+ }
initServiceData(this, targetSubId, callbackListener)
if (!onboardingService.isUsableTargetSubscriptionId) {
Log.e(TAG, "The subscription id is not usable.")
@@ -490,31 +499,25 @@
}
}
- suspend fun checkSimIsReadyAndGoNext() {
+ private suspend fun checkSimIsReadyAndGoNext() {
withContext(Dispatchers.Default) {
- val isEnabled = context.requireSubscriptionManager()
- .isSubscriptionEnabled(onboardingService.targetSubId)
- if (!isEnabled) {
- val latch = CountDownLatch(1)
- val receiver = CarrierConfigChangedReceiver(latch)
- try {
- val waitingTimeMillis =
- Settings.Global.getLong(
- context.contentResolver,
- Settings.Global.EUICC_SWITCH_SLOT_TIMEOUT_MILLIS,
- UiccSlotUtil.DEFAULT_WAIT_AFTER_SWITCH_TIMEOUT_MILLIS
- )
- receiver.registerOn(context)
- Log.d(TAG, "Start waiting, waitingTime is $waitingTimeMillis")
- latch.await(waitingTimeMillis, TimeUnit.MILLISECONDS)
- } catch (e: InterruptedException) {
- Thread.currentThread().interrupt()
- Log.e(TAG, "Failed switching to physical slot.", e)
- } finally {
- context.unregisterReceiver(receiver)
- }
- }
- Log.d(TAG, "Sim is ready then go to next")
+ val waitingTimeMillis =
+ Settings.Global.getLong(
+ context.contentResolver,
+ Settings.Global.EUICC_SWITCH_SLOT_TIMEOUT_MILLIS,
+ UiccSlotUtil.DEFAULT_WAIT_AFTER_SWITCH_TIMEOUT_MILLIS,
+ )
+ Log.d(TAG, "Start waiting, waitingTime is $waitingTimeMillis")
+ val isTimeout =
+ withTimeoutOrNull(waitingTimeMillis) {
+ SubscriptionRepository(context)
+ .isSubscriptionEnabledFlow(onboardingService.targetSubId)
+ .firstOrNull { it }
+ } == null
+ Log.d(
+ TAG,
+ if (isTimeout) "Sim is not ready after timeout" else "Sim is ready then go to next",
+ )
callbackListener(CallbackType.CALLBACK_SETUP_NAME)
}
}
@@ -611,4 +614,4 @@
CALLBACK_FINISH(5)
}
}
-}
\ No newline at end of file
+}
diff --git a/src/com/android/settings/network/TetherPreferenceController.kt b/src/com/android/settings/network/TetherPreferenceController.kt
index c36a2382..524eb78 100644
--- a/src/com/android/settings/network/TetherPreferenceController.kt
+++ b/src/com/android/settings/network/TetherPreferenceController.kt
@@ -35,19 +35,35 @@
import com.android.settingslib.Utils
import com.android.settingslib.spa.framework.util.collectLatestWithLifecycle
import kotlinx.coroutines.Dispatchers
+import kotlinx.coroutines.flow.conflate
+import kotlinx.coroutines.flow.distinctUntilChanged
+import kotlinx.coroutines.flow.flow
+import kotlinx.coroutines.flow.flowOn
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
-class TetherPreferenceController(context: Context, key: String) :
- BasePreferenceController(context, key) {
+class TetherPreferenceController(
+ context: Context,
+ key: String,
+ private val tetheredRepository: TetheredRepository = TetheredRepository(context),
+) : BasePreferenceController(context, key) {
- private val tetheredRepository = TetheredRepository(context)
private val tetheringManager = mContext.getSystemService(TetheringManager::class.java)!!
private var preference: Preference? = null
- override fun getAvailabilityStatus() =
- if (TetherUtil.isTetherAvailable(mContext)) AVAILABLE else CONDITIONALLY_UNAVAILABLE
+ private val isTetherAvailableFlow =
+ flow { emit(TetherUtil.isTetherAvailable(mContext)) }
+ .distinctUntilChanged()
+ .conflate()
+ .flowOn(Dispatchers.Default)
+
+ /**
+ * Always returns available here to avoid ANR.
+ * - Actual UI visibility is handled in [onViewCreated].
+ * - Search visibility is handled in [updateNonIndexableKeys].
+ */
+ override fun getAvailabilityStatus() = AVAILABLE
override fun displayPreference(screen: PreferenceScreen) {
super.displayPreference(screen)
@@ -55,6 +71,9 @@
}
override fun onViewCreated(viewLifecycleOwner: LifecycleOwner) {
+ isTetherAvailableFlow.collectLatestWithLifecycle(viewLifecycleOwner) {
+ preference?.isVisible = it
+ }
viewLifecycleOwner.lifecycleScope.launch {
viewLifecycleOwner.repeatOnLifecycle(Lifecycle.State.STARTED) {
getTitleResId()?.let { preference?.setTitle(it) }
@@ -84,6 +103,12 @@
}
}
+ override fun updateNonIndexableKeys(keys: MutableList<String>) {
+ if (!TetherUtil.isTetherAvailable(mContext)) {
+ keys += preferenceKey
+ }
+ }
+
companion object {
@JvmStatic
fun isTetherConfigDisallowed(context: Context?): Boolean =
diff --git a/src/com/android/settings/network/WifiSwitchPreferenceController.java b/src/com/android/settings/network/WifiSwitchPreferenceController.java
index 8e6f444..a2292b9 100644
--- a/src/com/android/settings/network/WifiSwitchPreferenceController.java
+++ b/src/com/android/settings/network/WifiSwitchPreferenceController.java
@@ -38,6 +38,7 @@
/**
* This controller helps to manage the state of wifi switch preference.
*/
+// LINT.IfChange
public class WifiSwitchPreferenceController extends AbstractPreferenceController implements
LifecycleObserver {
@@ -125,3 +126,4 @@
return wifiManager.isWifiEnabled();
}
}
+// LINT.ThenChange(WifiSwitchPreference.kt)
diff --git a/src/com/android/settings/network/telephony/MobileNetworkSettings.java b/src/com/android/settings/network/telephony/MobileNetworkSettings.java
index baf16c7..1c4b262 100644
--- a/src/com/android/settings/network/telephony/MobileNetworkSettings.java
+++ b/src/com/android/settings/network/telephony/MobileNetworkSettings.java
@@ -288,6 +288,11 @@
if (satelliteSettingPreferenceController != null) {
satelliteSettingPreferenceController.init(mSubId);
}
+ final SatelliteSettingSosPreferenceController satelliteSettingSosPreferenceController = use(
+ SatelliteSettingSosPreferenceController.class);
+ if (satelliteSettingSosPreferenceController != null) {
+ satelliteSettingSosPreferenceController.init(mSubId);
+ }
use(ApnPreferenceController.class).init(mSubId);
use(CarrierPreferenceController.class).init(mSubId);
use(DataUsagePreferenceController.class).init(mSubId);
diff --git a/src/com/android/settings/network/telephony/SatelliteSettingSosPreferenceController.java b/src/com/android/settings/network/telephony/SatelliteSettingSosPreferenceController.java
new file mode 100644
index 0000000..b9e04d8
--- /dev/null
+++ b/src/com/android/settings/network/telephony/SatelliteSettingSosPreferenceController.java
@@ -0,0 +1,54 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import static android.telephony.CarrierConfigManager.KEY_SATELLITE_ESOS_SUPPORTED_BOOL;
+
+import android.content.Context;
+import android.os.PersistableBundle;
+
+import com.android.settings.flags.Flags;
+import com.android.settings.network.CarrierConfigCache;
+
+/** A controller for Satellite SOS entry preference. */
+public class SatelliteSettingSosPreferenceController extends TelephonyBasePreferenceController {
+ private static final String TAG = "SatelliteSettingSosPrefController";
+
+ public SatelliteSettingSosPreferenceController(Context context,
+ String preferenceKey) {
+ super(context, preferenceKey);
+ }
+
+ /** Setup the subscription Id for the UI with specific UI group. */
+ public void init(int subId) {
+ mSubId = subId;
+ }
+
+ @Override
+ public int getAvailabilityStatus(int subId) {
+ if (Flags.satelliteOemSettingsUxMigration()) {
+ CarrierConfigCache carrierConfigCache = CarrierConfigCache.getInstance(mContext);
+ PersistableBundle bundle = carrierConfigCache.getConfigForSubId(subId);
+ if (bundle == null) {
+ return CONDITIONALLY_UNAVAILABLE;
+ }
+ boolean isCarrierSupport = bundle.getBoolean(KEY_SATELLITE_ESOS_SUPPORTED_BOOL);
+ return isCarrierSupport ? AVAILABLE : CONDITIONALLY_UNAVAILABLE;
+ }
+ return CONDITIONALLY_UNAVAILABLE;
+ }
+}
diff --git a/src/com/android/settings/network/telephony/SatelliteSettingsSosController.java b/src/com/android/settings/network/telephony/SatelliteSettingsSosController.java
new file mode 100644
index 0000000..37866bf
--- /dev/null
+++ b/src/com/android/settings/network/telephony/SatelliteSettingsSosController.java
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import android.app.Fragment;
+
+public class SatelliteSettingsSosController {
+
+ public SatelliteSettingsSosController(Fragment fragment) {
+ }
+}
diff --git a/src/com/android/settings/network/telephony/SatelliteSettingsSosFooterPreferenceController.java b/src/com/android/settings/network/telephony/SatelliteSettingsSosFooterPreferenceController.java
new file mode 100644
index 0000000..d239019
--- /dev/null
+++ b/src/com/android/settings/network/telephony/SatelliteSettingsSosFooterPreferenceController.java
@@ -0,0 +1,60 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import android.content.Context;
+import android.util.Log;
+
+import androidx.preference.Preference;
+
+import com.android.settings.R;
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.HelpUtils;
+import com.android.settingslib.widget.FooterPreference;
+
+/** Footer for Satellite SOS. */
+public class SatelliteSettingsSosFooterPreferenceController extends BasePreferenceController {
+ private static final String TAG = "SatelliteSettingsSosFooterPrefCtrl";
+
+ public SatelliteSettingsSosFooterPreferenceController(Context context,
+ String preferenceKey) {
+ super(context, preferenceKey);
+ }
+
+ @Override
+ public void updateState(Preference preference) {
+ if (preference == null || !preference.getKey().equals(getPreferenceKey())) {
+ Log.d(TAG, "Wrong key for footer");
+ return;
+ }
+ FooterPreference footerPreference = (FooterPreference) preference;
+ footerPreference.setLearnMoreAction(v -> openSatelliteSosLearnMoreLink());
+ }
+
+ private void openSatelliteSosLearnMoreLink() {
+ mContext.startActivity(
+ HelpUtils.getHelpIntent(
+ mContext,
+ mContext.getString(R.string.satellite_sos_learn_more_link),
+ /*backupContext=*/""));
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ return AVAILABLE;
+ }
+}
diff --git a/src/com/android/settings/network/telephony/SatelliteSettingsSosFragment.java b/src/com/android/settings/network/telephony/SatelliteSettingsSosFragment.java
new file mode 100644
index 0000000..c0141ac
--- /dev/null
+++ b/src/com/android/settings/network/telephony/SatelliteSettingsSosFragment.java
@@ -0,0 +1,45 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import android.os.UserManager;
+
+import com.android.settings.R;
+import com.android.settings.dashboard.RestrictedDashboardFragment;
+
+public class SatelliteSettingsSosFragment extends RestrictedDashboardFragment {
+
+
+ public SatelliteSettingsSosFragment() {
+ super(UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS);
+ }
+
+ @Override
+ public int getMetricsCategory() {
+ return 0;
+ }
+
+ @Override
+ protected int getPreferenceScreenResId() {
+ return R.xml.satellite_setting_sos;
+ }
+
+ @Override
+ protected String getLogTag() {
+ return "";
+ }
+}
diff --git a/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceController.kt b/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceController.kt
index 4bd91b2..18426ab 100644
--- a/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceController.kt
+++ b/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceController.kt
@@ -82,7 +82,8 @@
private var isSelectedSubIdForSatellite = false
private lateinit var telephonyManager: TelephonyManager
- private lateinit var satelliteManager: SatelliteManager
+ private val satelliteManager: SatelliteManager? =
+ context.getSystemService(SatelliteManager::class.java)
private val listeners = mutableListOf<OnNetworkSelectModeListener>()
@VisibleForTesting
@@ -112,7 +113,6 @@
this.subId = subId
telephonyManager = mContext.getSystemService(TelephonyManager::class.java)!!
.createForSubscriptionId(subId)
- satelliteManager = mContext.getSystemService(SatelliteManager::class.java)!!
return this
}
diff --git a/src/com/android/settings/notification/CallVolumePreference.kt b/src/com/android/settings/notification/CallVolumePreference.kt
index e09dc9b..031687f 100644
--- a/src/com/android/settings/notification/CallVolumePreference.kt
+++ b/src/com/android/settings/notification/CallVolumePreference.kt
@@ -32,6 +32,7 @@
import com.android.settingslib.metadata.PreferenceMetadata
import com.android.settingslib.metadata.RangeValue
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.preference.PreferenceBinding
// LINT.IfChange
@@ -81,6 +82,9 @@
override fun getWritePermit(context: Context, value: Int?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun getMinValue(context: Context) =
createAudioHelper(context).getMinVolume(getAudioStream(context))
diff --git a/src/com/android/settings/notification/MediaVolumePreference.kt b/src/com/android/settings/notification/MediaVolumePreference.kt
index 2533f0a..a6d9c41 100644
--- a/src/com/android/settings/notification/MediaVolumePreference.kt
+++ b/src/com/android/settings/notification/MediaVolumePreference.kt
@@ -30,6 +30,7 @@
import com.android.settingslib.metadata.PreferenceMetadata
import com.android.settingslib.metadata.RangeValue
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.preference.PreferenceBinding
// LINT.IfChange
@@ -82,6 +83,9 @@
override fun getWritePermit(context: Context, value: Int?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun getMinValue(context: Context) =
createAudioHelper(context).getMinVolume(STREAM_MUSIC)
diff --git a/src/com/android/settings/notification/PhoneRingtonePreferenceController.java b/src/com/android/settings/notification/PhoneRingtonePreferenceController.java
index 7bd78fe..2944b7d 100644
--- a/src/com/android/settings/notification/PhoneRingtonePreferenceController.java
+++ b/src/com/android/settings/notification/PhoneRingtonePreferenceController.java
@@ -18,6 +18,7 @@
import android.content.Context;
import android.media.RingtoneManager;
+import android.media.audio.Flags;
import com.android.settings.Utils;
@@ -36,6 +37,9 @@
@Override
public boolean isAvailable() {
+ if (isRingtoneVibrationEnabled()) {
+ return false;
+ }
return Utils.isVoiceCapable(mContext);
}
@@ -43,4 +47,9 @@
public int getRingtoneType() {
return RingtoneManager.TYPE_RINGTONE;
}
+
+ private boolean isRingtoneVibrationEnabled() {
+ return Flags.enableRingtoneHapticsCustomization() && mContext.getResources().getBoolean(
+ com.android.internal.R.bool.config_ringtoneVibrationSettingsSupported);
+ }
}
diff --git a/src/com/android/settings/notification/SeparateRingVolumePreference.kt b/src/com/android/settings/notification/SeparateRingVolumePreference.kt
index a9c167d..6a22b12 100644
--- a/src/com/android/settings/notification/SeparateRingVolumePreference.kt
+++ b/src/com/android/settings/notification/SeparateRingVolumePreference.kt
@@ -18,7 +18,14 @@
import android.app.INotificationManager
import android.app.NotificationManager
+import android.app.NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED
+import android.content.BroadcastReceiver
import android.content.Context
+import android.content.Context.NOTIFICATION_SERVICE
+import android.content.Intent
+import android.content.IntentFilter
+import android.media.AudioManager
+import android.media.AudioManager.INTERNAL_RINGER_MODE_CHANGED_ACTION
import android.media.AudioManager.RINGER_MODE_NORMAL
import android.media.AudioManager.RINGER_MODE_SILENT
import android.media.AudioManager.RINGER_MODE_VIBRATE
@@ -36,9 +43,12 @@
import com.android.settingslib.metadata.PersistentPreference
import com.android.settingslib.metadata.PreferenceAvailabilityProvider
import com.android.settingslib.metadata.PreferenceIconProvider
+import com.android.settingslib.metadata.PreferenceLifecycleContext
+import com.android.settingslib.metadata.PreferenceLifecycleProvider
import com.android.settingslib.metadata.PreferenceMetadata
import com.android.settingslib.metadata.RangeValue
import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
import com.android.settingslib.preference.PreferenceBinding
// LINT.IfChange
@@ -49,19 +59,18 @@
RangeValue,
PreferenceAvailabilityProvider,
PreferenceIconProvider,
+ PreferenceLifecycleProvider,
PreferenceRestrictionMixin {
+ private var broadcastReceiver: BroadcastReceiver? = null
+
override val key: String
get() = KEY
override val title: Int
get() = R.string.separate_ring_volume_option_title
- override fun getIcon(context: Context) =
- when {
- VolumeHelper.isMuted(context, STREAM_RING) -> getMuteIcon(context)
- else -> R.drawable.ic_ring_volume
- }
+ override fun getIcon(context: Context) = context.getIconRes()
override fun isAvailable(context: Context) = !createAudioHelper(context).isSingleVolume
@@ -91,6 +100,9 @@
override fun getWritePermit(context: Context, value: Int?, myUid: Int, callingUid: Int) =
ReadWritePermit.ALLOW
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
override fun getMinValue(context: Context) =
createAudioHelper(context).getMinVolume(STREAM_RING)
@@ -103,67 +115,77 @@
super.bind(preference, metadata)
(preference as VolumeSeekBarPreference).apply {
setStream(STREAM_RING)
- setMuteIcon(getMuteIcon(preference.context))
- setListener { updateContentDescription(this) }
- setSuppressionText(getSuppressionText(preference.context))
+ setMuteIcon(context.getIconRes())
+ updateContentDescription(context.getContentDescription())
+ setListener { updateContentDescription(context.getContentDescription()) }
+ setSuppressionText(context.getSuppressionText())
}
}
+ override fun onStart(context: PreferenceLifecycleContext) {
+ super.onStart(context)
+ val receiver =
+ object : BroadcastReceiver() {
+ override fun onReceive(receiverContext: Context, intent: Intent) {
+ context.notifyPreferenceChange(KEY)
+ }
+ }
+ context.registerReceiver(
+ receiver,
+ IntentFilter().apply {
+ addAction(ACTION_EFFECTS_SUPPRESSOR_CHANGED)
+ addAction(INTERNAL_RINGER_MODE_CHANGED_ACTION)
+ },
+ )
+ broadcastReceiver = receiver
+ }
+
+ override fun onStop(context: PreferenceLifecycleContext) {
+ super.onStop(context)
+ broadcastReceiver?.let { context.unregisterReceiver(it) }
+ }
+
open fun createAudioHelper(context: Context) = AudioHelper(context)
- private fun updateContentDescription(preference: VolumeSeekBarPreference) {
- val context = preference.context
- val ringerMode = getEffectiveRingerMode(context)
- when (ringerMode) {
- RINGER_MODE_VIBRATE ->
- preference.updateContentDescription(
- context.getString(R.string.ringer_content_description_vibrate_mode)
- )
- RINGER_MODE_SILENT ->
- preference.updateContentDescription(
- context.getString(R.string.ringer_content_description_silent_mode)
- )
- else -> preference.updateContentDescription(preference.title)
- }
- }
-
- fun getMuteIcon(context: Context): Int {
- val ringerMode = getEffectiveRingerMode(context)
- return when (ringerMode) {
- RINGER_MODE_NORMAL -> R.drawable.ic_ring_volume
- RINGER_MODE_VIBRATE -> R.drawable.ic_volume_ringer_vibrate
- else -> R.drawable.ic_ring_volume_off
- }
- }
-
- fun getEffectiveRingerMode(context: Context): Int {
- val hasVibrator = context.getSystemService(Vibrator::class.java)?.hasVibrator() ?: false
- val ringerMode = createAudioHelper(context).ringerModeInternal
- return when {
- !hasVibrator && ringerMode == RINGER_MODE_VIBRATE -> RINGER_MODE_SILENT
- else -> ringerMode
- }
- }
-
- private fun getSuppressionText(context: Context): String? {
- val suppressor = NotificationManager.from(context).getEffectsSuppressor()
- val notificationManager =
- INotificationManager.Stub.asInterface(
- ServiceManager.getService(Context.NOTIFICATION_SERVICE)
- )
- val hints = notificationManager.hintsFromListenerNoToken
- return when {
- hintsMatch(hints) -> SuppressorHelper.getSuppressionText(context, suppressor)
- else -> null
- }
- }
-
- private fun hintsMatch(hints: Int) =
- (hints and HINT_HOST_DISABLE_CALL_EFFECTS) != 0 ||
- (hints and HINT_HOST_DISABLE_EFFECTS) != 0
-
companion object {
const val KEY = "separate_ring_volume"
}
}
+
+fun Context.getContentDescription() =
+ when (getEffectiveRingerMode()) {
+ RINGER_MODE_VIBRATE -> getString(R.string.ringer_content_description_vibrate_mode)
+ RINGER_MODE_SILENT -> getString(R.string.ringer_content_description_silent_mode)
+ else -> getString(R.string.separate_ring_volume_option_title)
+ }
+
+fun Context.getIconRes() =
+ when (getEffectiveRingerMode()) {
+ RINGER_MODE_NORMAL -> R.drawable.ic_ring_volume
+ RINGER_MODE_VIBRATE -> R.drawable.ic_volume_ringer_vibrate
+ else -> R.drawable.ic_ring_volume_off
+ }
+
+fun Context.getEffectiveRingerMode(): Int {
+ val hasVibrator = getSystemService(Vibrator::class.java)?.hasVibrator() ?: false
+ val ringerMode =
+ getSystemService(AudioManager::class.java)?.getRingerModeInternal() ?: RINGER_MODE_NORMAL
+ return when {
+ !hasVibrator && ringerMode == RINGER_MODE_VIBRATE -> RINGER_MODE_SILENT
+ else -> ringerMode
+ }
+}
+
+fun Context.getSuppressionText(): String? {
+ val suppressor = NotificationManager.from(this).getEffectsSuppressor()
+ val hints =
+ INotificationManager.Stub.asInterface(ServiceManager.getService(NOTIFICATION_SERVICE))
+ ?.hintsFromListenerNoToken ?: 0
+ return when {
+ (hints and HINT_HOST_DISABLE_CALL_EFFECTS) != 0 ||
+ (hints and HINT_HOST_DISABLE_EFFECTS) != 0 ->
+ SuppressorHelper.getSuppressionText(this, suppressor)
+ else -> null
+ }
+}
// LINT.ThenChange(SeparateRingVolumePreferenceController.java)
diff --git a/src/com/android/settings/sim/SimSelectNotification.java b/src/com/android/settings/sim/SimSelectNotification.java
index 3d9d41c..44fd43f 100644
--- a/src/com/android/settings/sim/SimSelectNotification.java
+++ b/src/com/android/settings/sim/SimSelectNotification.java
@@ -42,6 +42,7 @@
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
+import android.os.UserManager;
import android.provider.Settings;
import android.telephony.SubscriptionInfo;
import android.telephony.SubscriptionManager;
@@ -91,6 +92,11 @@
@Override
public void onReceive(Context context, Intent intent) {
+ UserManager userManager = context.getSystemService(UserManager.class);
+ if (userManager != null && !userManager.isMainUser()) {
+ Log.d(TAG, "The userId is not the main user");
+ return;
+ }
if (!SubscriptionUtil.isSimHardwareVisible(context)) {
Log.w(TAG, "Received unexpected intent with null action.");
return;
diff --git a/src/com/android/settings/spa/app/appinfo/PackageInfoPresenter.kt b/src/com/android/settings/spa/app/appinfo/PackageInfoPresenter.kt
index 8dbcb14..36fe93e 100644
--- a/src/com/android/settings/spa/app/appinfo/PackageInfoPresenter.kt
+++ b/src/com/android/settings/spa/app/appinfo/PackageInfoPresenter.kt
@@ -29,6 +29,8 @@
import android.util.Log
import androidx.annotation.VisibleForTesting
import androidx.compose.runtime.Composable
+import com.android.settings.Utils
+import com.android.settings.applications.appinfo.AppInfoDashboardFragment
import com.android.settings.flags.FeatureFlags
import com.android.settings.flags.FeatureFlagsImpl
import com.android.settings.overlay.FeatureFactory.Companion.featureFactory
@@ -116,6 +118,16 @@
private fun isForThisApp(intent: Intent) = packageName == intent.data?.schemeSpecificPart
+ private fun requireAuthAndExecute(action: () -> Unit) {
+ if (Utils.isProtectedPackage(context, packageName)) {
+ AppInfoDashboardFragment.showLockScreen(context) {
+ action()
+ }
+ } else {
+ action()
+ }
+ }
+
/** Enables this package. */
fun enable() {
logAction(SettingsEnums.ACTION_SETTINGS_ENABLE_APP)
@@ -129,17 +141,21 @@
/** Disables this package. */
fun disable() {
logAction(SettingsEnums.ACTION_SETTINGS_DISABLE_APP)
- coroutineScope.launch(Dispatchers.IO) {
- userPackageManager.setApplicationEnabledSetting(
- packageName, PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER, 0
- )
+ requireAuthAndExecute {
+ coroutineScope.launch(Dispatchers.IO) {
+ userPackageManager.setApplicationEnabledSetting(
+ packageName, PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER, 0
+ )
+ }
}
}
/** Starts the uninstallation activity. */
fun startUninstallActivity(forAllUsers: Boolean = false) {
logAction(SettingsEnums.ACTION_SETTINGS_UNINSTALL_APP)
- context.startUninstallActivity(packageName, userHandle, forAllUsers)
+ requireAuthAndExecute {
+ context.startUninstallActivity(packageName, userHandle, forAllUsers)
+ }
}
/** Clears this instant app. */
@@ -153,17 +169,19 @@
/** Force stops this package. */
fun forceStop() {
logAction(SettingsEnums.ACTION_APP_FORCE_STOP)
- coroutineScope.launch(Dispatchers.Default) {
- Log.d(TAG, "Stopping package $packageName")
- if (android.app.Flags.appRestrictionsApi()) {
- val uid = userPackageManager.getPackageUid(packageName, 0)
- context.activityManager.noteAppRestrictionEnabled(
- packageName, uid,
- ActivityManager.RESTRICTION_LEVEL_FORCE_STOPPED, true,
- ActivityManager.RESTRICTION_REASON_USER, "settings",
- ActivityManager.RESTRICTION_SOURCE_USER, 0)
+ requireAuthAndExecute {
+ coroutineScope.launch(Dispatchers.Default) {
+ Log.d(TAG, "Stopping package $packageName")
+ if (android.app.Flags.appRestrictionsApi()) {
+ val uid = userPackageManager.getPackageUid(packageName, 0)
+ context.activityManager.noteAppRestrictionEnabled(
+ packageName, uid,
+ ActivityManager.RESTRICTION_LEVEL_FORCE_STOPPED, true,
+ ActivityManager.RESTRICTION_REASON_USER, "settings",
+ ActivityManager.RESTRICTION_SOURCE_USER, 0)
+ }
+ context.activityManager.forceStopPackageAsUser(packageName, userId)
}
- context.activityManager.forceStopPackageAsUser(packageName, userId)
}
}
diff --git a/src/com/android/settings/spa/network/SimsSection.kt b/src/com/android/settings/spa/network/SimsSection.kt
index 7d88748..fa7fa44 100644
--- a/src/com/android/settings/spa/network/SimsSection.kt
+++ b/src/com/android/settings/spa/network/SimsSection.kt
@@ -137,9 +137,9 @@
}
}
-fun startAddSimFlow(context: Context) {
- val intent = Intent(EuiccManager.ACTION_PROVISION_EMBEDDED_SUBSCRIPTION)
- intent.setPackage(Utils.PHONE_PACKAGE_NAME)
- intent.putExtra(EuiccManager.EXTRA_FORCE_PROVISION, true)
- context.startActivity(intent)
+fun startAddSimFlow(context: Context) = context.startActivity(getAddSimIntent())
+
+fun getAddSimIntent() = Intent(EuiccManager.ACTION_PROVISION_EMBEDDED_SUBSCRIPTION).apply {
+ setPackage(Utils.PHONE_PACKAGE_NAME)
+ putExtra(EuiccManager.EXTRA_FORCE_PROVISION, true)
}
diff --git a/src/com/android/settings/widget/SettingsMainSwitchPreference.java b/src/com/android/settings/widget/SettingsMainSwitchPreference.java
index 5e0a5a7..046320f 100644
--- a/src/com/android/settings/widget/SettingsMainSwitchPreference.java
+++ b/src/com/android/settings/widget/SettingsMainSwitchPreference.java
@@ -240,6 +240,11 @@
if (mMainSwitchBar != null) {
mMainSwitchBar.setTitle(getTitle());
mMainSwitchBar.setDisabledByAdmin(mEnforcedAdmin);
+
+ // Disable the focusability of the switch bar. The parent FrameLayout
+ // will be the only focusable view for the Main Switch Bar to avoid
+ // duplicate a11y focus.
+ mMainSwitchBar.setFocusable(false);
}
}
diff --git a/src/com/android/settings/wifi/WifiSwitchPreference.kt b/src/com/android/settings/wifi/WifiSwitchPreference.kt
new file mode 100644
index 0000000..2a18d3f
--- /dev/null
+++ b/src/com/android/settings/wifi/WifiSwitchPreference.kt
@@ -0,0 +1,178 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.wifi
+
+import android.content.BroadcastReceiver
+import android.content.Context
+import android.content.Intent
+import android.content.IntentFilter
+import android.net.wifi.WifiManager
+import android.os.UserManager
+import android.provider.Settings
+import android.util.Log
+import android.widget.Toast
+import androidx.preference.Preference
+import androidx.preference.Preference.OnPreferenceChangeListener
+import com.android.settings.PreferenceRestrictionMixin
+import com.android.settings.R
+import com.android.settings.network.SatelliteRepository
+import com.android.settings.network.SatelliteWarningDialogActivity
+import com.android.settingslib.RestrictedSwitchPreference
+import com.android.settingslib.WirelessUtils
+import com.android.settingslib.datastore.AbstractKeyedDataObservable
+import com.android.settingslib.datastore.DataChangeReason
+import com.android.settingslib.datastore.KeyValueStore
+import com.android.settingslib.metadata.PreferenceLifecycleProvider
+import com.android.settingslib.metadata.PreferenceMetadata
+import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
+import com.android.settingslib.metadata.SwitchPreference
+import com.android.settingslib.preference.SwitchPreferenceBinding
+import java.util.concurrent.Executors
+import java.util.concurrent.TimeUnit
+
+// LINT.IfChange
+class WifiSwitchPreference :
+ SwitchPreference(KEY, R.string.wifi),
+ SwitchPreferenceBinding,
+ OnPreferenceChangeListener,
+ PreferenceLifecycleProvider,
+ PreferenceRestrictionMixin {
+
+ override val keywords: Int
+ get() = R.string.keywords_wifi
+
+ override fun isEnabled(context: Context) = super<PreferenceRestrictionMixin>.isEnabled(context)
+
+ override val restrictionKeys
+ get() = arrayOf(UserManager.DISALLOW_CHANGE_WIFI_STATE)
+
+ override val useAdminDisabledSummary: Boolean
+ get() = true
+
+ override fun createWidget(context: Context) = RestrictedSwitchPreference(context)
+
+ override fun bind(preference: Preference, metadata: PreferenceMetadata) {
+ super.bind(preference, metadata)
+ preference.onPreferenceChangeListener = this
+ }
+
+ override fun onPreferenceChange(preference: Preference, newValue: Any): Boolean {
+ val context = preference.context
+
+ // Show dialog and do nothing under satellite mode.
+ if (context.isSatelliteOn()) {
+ context.startActivity(
+ Intent(context, SatelliteWarningDialogActivity::class.java)
+ .putExtra(
+ SatelliteWarningDialogActivity.EXTRA_TYPE_OF_SATELLITE_WARNING_DIALOG,
+ SatelliteWarningDialogActivity.TYPE_IS_WIFI,
+ )
+ )
+ return false
+ }
+
+ // Show toast message if Wi-Fi is not allowed in airplane mode
+ if (newValue == true && !context.isRadioAllowed()) {
+ Toast.makeText(context, R.string.wifi_in_airplane_mode, Toast.LENGTH_SHORT).show()
+ return false
+ }
+
+ return true
+ }
+
+ override fun getReadPermit(context: Context, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
+ when {
+ (value == true && !context.isRadioAllowed()) || context.isSatelliteOn() ->
+ ReadWritePermit.DISALLOW
+ else -> ReadWritePermit.ALLOW
+ }
+
+ override val sensitivityLevel
+ get() = SensitivityLevel.LOW_SENSITIVITY
+
+ override fun storage(context: Context): KeyValueStore = WifiSwitchStore(context)
+
+ @Suppress("UNCHECKED_CAST")
+ private class WifiSwitchStore(private val context: Context) :
+ AbstractKeyedDataObservable<String>(), KeyValueStore {
+
+ private var broadcastReceiver: BroadcastReceiver? = null
+
+ override fun contains(key: String) =
+ key == KEY && context.getSystemService(WifiManager::class.java) != null
+
+ override fun <T : Any> getValue(key: String, valueType: Class<T>): T? =
+ context.getSystemService(WifiManager::class.java)?.isWifiEnabled as T?
+
+ @Suppress("DEPRECATION")
+ override fun <T : Any> setValue(key: String, valueType: Class<T>, value: T?) {
+ if (value is Boolean) {
+ context.getSystemService(WifiManager::class.java)?.isWifiEnabled = value
+ }
+ }
+
+ override fun onFirstObserverAdded() {
+ broadcastReceiver =
+ object : BroadcastReceiver() {
+ override fun onReceive(context: Context, intent: Intent) {
+ val wifiState = intent.wifiState
+ // do not notify for enabling/disabling state
+ if (
+ wifiState == WifiManager.WIFI_STATE_ENABLED ||
+ wifiState == WifiManager.WIFI_STATE_DISABLED
+ ) {
+ notifyChange(KEY, DataChangeReason.UPDATE)
+ }
+ }
+ }
+ context.registerReceiver(
+ broadcastReceiver,
+ IntentFilter(WifiManager.WIFI_STATE_CHANGED_ACTION),
+ )
+ }
+
+ override fun onLastObserverRemoved() {
+ broadcastReceiver?.let { context.unregisterReceiver(it) }
+ }
+ }
+
+ companion object {
+ const val TAG = "WifiSwitchPreference"
+ const val KEY = "main_toggle_wifi"
+
+ private fun Context.isRadioAllowed() =
+ WirelessUtils.isRadioAllowed(this, Settings.Global.RADIO_WIFI)
+
+ private fun Context.isSatelliteOn() =
+ try {
+ SatelliteRepository(this)
+ .requestIsSessionStarted(Executors.newSingleThreadExecutor())
+ .get(2000, TimeUnit.MILLISECONDS)
+ } catch (e: Exception) {
+ Log.e(TAG, "Error to get satellite status : $e")
+ false
+ }
+
+ private val Intent.wifiState
+ get() = getIntExtra(WifiManager.EXTRA_WIFI_STATE, WifiManager.WIFI_STATE_UNKNOWN)
+ }
+}
+// LINT.ThenChange(WifiSwitchPreferenceController.java)
diff --git a/src/com/android/settings/wifi/calling/WifiCallingMainSwitchPreference.kt b/src/com/android/settings/wifi/calling/WifiCallingMainSwitchPreference.kt
new file mode 100644
index 0000000..f6056f4
--- /dev/null
+++ b/src/com/android/settings/wifi/calling/WifiCallingMainSwitchPreference.kt
@@ -0,0 +1,110 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.wifi.calling
+
+import android.content.Context
+import android.telephony.SubscriptionManager
+import android.telephony.TelephonyManager
+import android.telephony.ims.ImsMmTelManager
+import android.util.Log
+import com.android.settings.R
+import com.android.settings.network.ims.WifiCallingQueryImsState
+import com.android.settings.network.telephony.wificalling.WifiCallingRepository
+import com.android.settings.widget.SettingsMainSwitchPreference
+import com.android.settings.wifi.calling.WifiCallingSettingsForSub.getCarrierActivityIntent
+import com.android.settingslib.datastore.KeyValueStore
+import com.android.settingslib.datastore.NoOpKeyedObservable
+import com.android.settingslib.metadata.PreferenceAvailabilityProvider
+import com.android.settingslib.metadata.ReadWritePermit
+import com.android.settingslib.metadata.SensitivityLevel
+import com.android.settingslib.metadata.TwoStatePreference
+import com.android.settingslib.preference.TwoStatePreferenceBinding
+import kotlinx.coroutines.flow.first
+import kotlinx.coroutines.runBlocking
+
+/**
+ * Metadata of the "Use Wi-Fi calling" preference.
+ *
+ * TODO(b/372732219): apply metadata to UI
+ */
+class WifiCallingMainSwitchPreference(private val subId: Int) :
+ TwoStatePreference, TwoStatePreferenceBinding, PreferenceAvailabilityProvider {
+
+ override val key: String
+ get() = KEY
+
+ override val title: Int
+ get() = R.string.wifi_calling_main_switch_title
+
+ override fun isEnabled(context: Context) =
+ context.isCallStateIdle(subId) &&
+ WifiCallingQueryImsState(context, subId).isAllowUserControl
+
+ override fun isAvailable(context: Context) =
+ SubscriptionManager.isValidSubscriptionId(subId) &&
+ runBlocking { WifiCallingRepository(context, subId).wifiCallingReadyFlow().first() }
+
+ override fun createWidget(context: Context) = SettingsMainSwitchPreference(context)
+
+ override fun getReadPermit(context: Context, myUid: Int, callingUid: Int) =
+ ReadWritePermit.ALLOW
+
+ override fun getWritePermit(context: Context, value: Boolean?, myUid: Int, callingUid: Int) =
+ when {
+ value == true &&
+ (DisclaimerItemFactory.create(context, subId).isNotEmpty() ||
+ getCarrierActivityIntent(context, subId) != null) ->
+ ReadWritePermit.REQUIRE_USER_AGREEMENT
+ else -> ReadWritePermit.ALLOW
+ }
+
+ override val sensitivityLevel
+ get() = SensitivityLevel.NO_SENSITIVITY
+
+ override fun storage(context: Context): KeyValueStore = WifiCallingStore(context, subId)
+
+ @Suppress("UNCHECKED_CAST")
+ private class WifiCallingStore(context: Context, private val subId: Int) :
+ NoOpKeyedObservable<String>(), KeyValueStore {
+ private val queryIms = WifiCallingQueryImsState(context, subId)
+
+ override fun contains(key: String) = key == KEY
+
+ override fun <T : Any> getValue(key: String, valueType: Class<T>) =
+ (queryIms.isEnabledByUser && queryIms.isAllowUserControl) as T
+
+ override fun <T : Any> setValue(key: String, valueType: Class<T>, value: T?) {
+ if (value is Boolean) {
+ try {
+ ImsMmTelManager.createForSubscriptionId(subId).isVoWiFiSettingEnabled = value
+ } catch (e: Exception) {
+ Log.w(TAG, "fail to enable wifi calling", e)
+ }
+ }
+ }
+ }
+
+ companion object {
+ // TODO(b/372732219): The key is different from XML to avoid applying metadata to UI.
+ const val KEY = "wifi_calling_switch"
+ const val TAG = KEY
+
+ private fun Context.isCallStateIdle(subId: Int) =
+ getSystemService(TelephonyManager::class.java)?.getCallState(subId) ==
+ TelephonyManager.CALL_STATE_IDLE
+ }
+}
diff --git a/src/com/android/settings/wifi/calling/WifiCallingScreen.kt b/src/com/android/settings/wifi/calling/WifiCallingScreen.kt
index b50b828..6ab5e56 100644
--- a/src/com/android/settings/wifi/calling/WifiCallingScreen.kt
+++ b/src/com/android/settings/wifi/calling/WifiCallingScreen.kt
@@ -16,6 +16,7 @@
package com.android.settings.wifi.calling
import android.content.Context
+import android.telephony.SubscriptionManager
import com.android.settings.R
import com.android.settings.flags.Flags
import com.android.settingslib.metadata.ProvidePreferenceScreen
@@ -37,9 +38,17 @@
override fun fragmentClass() = WifiCallingSettingsForSub::class.java
- override fun getPreferenceHierarchy(context: Context) = preferenceHierarchy(this) {}
+ override fun hasCompleteHierarchy() = false
+
+ override fun getPreferenceHierarchy(context: Context) =
+ preferenceHierarchy(this) {
+ val subId = SubscriptionManager.getDefaultSubscriptionId()
+ if (SubscriptionManager.isValidSubscriptionId(subId)) {
+ +WifiCallingMainSwitchPreference(subId)
+ }
+ }
companion object {
const val KEY = "wifi_calling"
}
-}
\ No newline at end of file
+}
diff --git a/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java b/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java
index 1de3f5c..46be70d 100644
--- a/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java
+++ b/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java
@@ -486,17 +486,21 @@
.launch();
}
+ private @Nullable Intent getCarrierActivityIntent() {
+ return getCarrierActivityIntent(getActivity(), mSubId);
+ }
+
/*
* Get the Intent to launch carrier emergency address management activity.
* Return null when no activity found.
*/
- private Intent getCarrierActivityIntent() {
+ static @Nullable Intent getCarrierActivityIntent(Context context, int subId) {
// Retrieve component name from carrier config
final CarrierConfigManager configManager =
- getActivity().getSystemService(CarrierConfigManager.class);
+ context.getSystemService(CarrierConfigManager.class);
if (configManager == null) return null;
- final PersistableBundle bundle = configManager.getConfigForSubId(mSubId);
+ final PersistableBundle bundle = configManager.getConfigForSubId(subId);
if (bundle == null) return null;
final String carrierApp = bundle.getString(
@@ -509,7 +513,7 @@
// Build and return intent
final Intent intent = new Intent();
intent.setComponent(componentName);
- intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, mSubId);
+ intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId);
return intent;
}
diff --git a/tests/robotests/src/com/android/settings/TestingSettingsBroadcastReceiverTest.java b/tests/robotests/src/com/android/settings/TestingSettingsBroadcastReceiverTest.java
index 10fdffb..eb51ae8 100644
--- a/tests/robotests/src/com/android/settings/TestingSettingsBroadcastReceiverTest.java
+++ b/tests/robotests/src/com/android/settings/TestingSettingsBroadcastReceiverTest.java
@@ -18,9 +18,13 @@
import static com.google.common.truth.Truth.assertThat;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
import android.app.Application;
import android.content.Context;
import android.content.Intent;
+import android.content.res.Resources;
import android.telephony.TelephonyManager;
import org.junit.Before;
@@ -29,6 +33,7 @@
import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment;
import org.robolectric.Shadows;
+import org.robolectric.shadows.ShadowBuild;
@RunWith(RobolectricTestRunner.class)
public class TestingSettingsBroadcastReceiverTest {
@@ -78,4 +83,68 @@
final String dest = next.getComponent().getClassName();
assertThat(dest).isEqualTo(Settings.TestingSettingsActivity.class.getName());
}
+
+ @Test
+ public void onReceive_disabledForUserBuild_BuildType_User_shouldNotStartActivity() {
+ // TestingSettingsMenu should be disabled if current Build.TYPE is "user" and
+ // 'config_hide_testing_settings_menu_for_user_builds' is true
+ ShadowBuild.setType("user");
+
+ mContext = spy(RuntimeEnvironment.application);
+ setUpConfig(mContext, true /*disable for user build*/);
+
+ final Intent intent = new Intent();
+ intent.setAction(TelephonyManager.ACTION_SECRET_CODE);
+
+ mReceiver.onReceive(mContext, intent);
+
+ final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity();
+ assertThat(next).isNull();
+ }
+
+ @Test
+ public void onReceive_disabledForUserBuild_BuildType_Userdebug_shouldStartActivity() {
+ // TestingSettingsMenu should not be disabled if current Build.TYPE is "userdebug" and
+ // 'config_hide_testing_settings_menu_for_user_builds' is true
+ ShadowBuild.setType("userdebug");
+
+ mContext = spy(RuntimeEnvironment.application);
+ setUpConfig(mContext, true /*disable for user build*/);
+
+ final Intent intent = new Intent();
+ intent.setAction(TelephonyManager.ACTION_SECRET_CODE);
+
+ mReceiver.onReceive(mContext, intent);
+
+ final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity();
+ assertThat(next).isNotNull();
+ final String dest = next.getComponent().getClassName();
+ assertThat(dest).isEqualTo(Settings.TestingSettingsActivity.class.getName());
+ }
+
+ @Test
+ public void onReceive_notDisabledForUserBuildType_shouldStartActivity() {
+ // TestingSettingsMenu should not be disabled if
+ // 'config_hide_testing_settings_menu_for_user_builds' is false, regardless of Build.TYPE
+ mContext = spy(RuntimeEnvironment.application);
+ setUpConfig(mContext, false /*disable for user build*/);
+
+ final Intent intent = new Intent();
+ intent.setAction(TelephonyManager.ACTION_SECRET_CODE);
+
+ mReceiver.onReceive(mContext, intent);
+
+ final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity();
+ assertThat(next).isNotNull();
+ final String dest = next.getComponent().getClassName();
+ assertThat(dest).isEqualTo(Settings.TestingSettingsActivity.class.getName());
+ }
+
+ private static void setUpConfig(Context context, boolean disabledForUserBuild) {
+ when(context.getApplicationContext()).thenReturn(context);
+ Resources spiedResources = spy(context.getResources());
+ when(context.getResources()).thenReturn(spiedResources);
+ when(spiedResources.getBoolean(R.bool.config_hide_testing_settings_menu_for_user_builds))
+ .thenReturn(disabledForUserBuild);
+ }
}
diff --git a/tests/robotests/src/com/android/settings/accessibility/AccessibilityQuickSettingsPrimarySwitchPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/AccessibilityQuickSettingsPrimarySwitchPreferenceControllerTest.java
deleted file mode 100644
index 08cbaae..0000000
--- a/tests/robotests/src/com/android/settings/accessibility/AccessibilityQuickSettingsPrimarySwitchPreferenceControllerTest.java
+++ /dev/null
@@ -1,198 +0,0 @@
-/*
- * Copyright (C) 2022 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.settings.accessibility;
-
-import static com.android.settings.accessibility.ToggleFeaturePreferenceFragment.KEY_SAVED_QS_TOOLTIP_RESHOW;
-
-import static com.google.common.truth.Truth.assertThat;
-
-import static org.mockito.Mockito.doReturn;
-import static org.mockito.Mockito.spy;
-import static org.mockito.Mockito.when;
-
-import android.content.ComponentName;
-import android.content.Context;
-import android.os.Bundle;
-import android.view.LayoutInflater;
-import android.widget.LinearLayout;
-import android.widget.PopupWindow;
-
-import androidx.preference.PreferenceManager;
-import androidx.preference.PreferenceScreen;
-import androidx.preference.PreferenceViewHolder;
-import androidx.test.core.app.ApplicationProvider;
-
-import com.android.settings.R;
-import com.android.settings.SettingsPreferenceFragment;
-import com.android.settings.testutils.shadow.ShadowFragment;
-import com.android.settingslib.PrimarySwitchPreference;
-
-import org.junit.Before;
-import org.junit.Rule;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.mockito.Answers;
-import org.mockito.Mock;
-import org.mockito.MockitoAnnotations;
-import org.mockito.Spy;
-import org.mockito.junit.MockitoJUnit;
-import org.mockito.junit.MockitoRule;
-import org.robolectric.RobolectricTestRunner;
-import org.robolectric.annotation.Config;
-import org.robolectric.shadow.api.Shadow;
-import org.robolectric.shadows.ShadowApplication;
-import org.robolectric.shadows.ShadowLooper;
-
-/**
- * Tests for {@link AccessibilityQuickSettingsPrimarySwitchPreferenceController}.
- */
-@RunWith(RobolectricTestRunner.class)
-public class AccessibilityQuickSettingsPrimarySwitchPreferenceControllerTest {
-
- private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example";
- private static final String PLACEHOLDER_TILE_CLASS_NAME =
- PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
- private static final ComponentName PLACEHOLDER_TILE_COMPONENT_NAME = new ComponentName(
- PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME);
- private static final CharSequence PLACEHOLDER_TILE_CONTENT =
- PLACEHOLDER_TILE_CLASS_NAME + ".tile.content";
- private static final String TEST_KEY = "test_pref_key";
- private static final String TEST_TITLE = "test_title";
-
- @Rule
- public final MockitoRule mockito = MockitoJUnit.rule();
-
- @Spy
- private final Context mContext = ApplicationProvider.getApplicationContext();
-
- private TestAccessibilityQuickSettingsPrimarySwitchPreferenceController mController;
- private PrimarySwitchPreference mPreference;
- private TestFragment mFragment;
- private PreferenceScreen mScreen;
- private PreferenceViewHolder mHolder;
- @Mock(answer = Answers.RETURNS_DEEP_STUBS)
- private PreferenceManager mPreferenceManager;
-
- private static PopupWindow getLatestPopupWindow() {
- final ShadowApplication shadowApplication =
- Shadow.extract(ApplicationProvider.getApplicationContext());
- return shadowApplication.getLatestPopupWindow();
- }
-
- @Before
- public void setUp() {
- MockitoAnnotations.initMocks(this);
-
- mContext.setTheme(androidx.appcompat.R.style.Theme_AppCompat);
- mFragment = spy(new TestFragment());
- when(mFragment.getPreferenceManager()).thenReturn(mPreferenceManager);
- when(mFragment.getPreferenceManager().getContext()).thenReturn(mContext);
- when(mFragment.getContext()).thenReturn(mContext);
- mScreen = spy(new PreferenceScreen(mContext, /* attrs= */ null));
- when(mScreen.getPreferenceManager()).thenReturn(mPreferenceManager);
- doReturn(mScreen).when(mFragment).getPreferenceScreen();
-
- mPreference = new PrimarySwitchPreference(mContext);
- mPreference.setKey(TEST_KEY);
- mPreference.setTitle(TEST_TITLE);
- LayoutInflater inflater = LayoutInflater.from(mContext);
- mHolder = PreferenceViewHolder.createInstanceForTests(inflater.inflate(
- com.android.settingslib.widget.preference.twotarget.R.layout.preference_two_target, null));
- LinearLayout mWidgetView = mHolder.itemView.findViewById(android.R.id.widget_frame);
- inflater.inflate(R.layout.preference_widget_primary_switch, mWidgetView, true);
- mPreference.onBindViewHolder(mHolder);
-
- mController = new TestAccessibilityQuickSettingsPrimarySwitchPreferenceController(mContext,
- TEST_KEY);
- when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
- }
-
- @Test
- public void setChecked_showTooltipView() {
- mController.displayPreference(mScreen);
-
- mController.setChecked(true);
-
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
- }
-
- @Test
- public void setChecked_notCallDisplayPreference_notShowTooltipView() {
- // Simulates the slice highlight menu that does not call {@link #displayPreference} before
- // {@link #setChecked} called.
- mController.setChecked(true);
-
- assertThat(getLatestPopupWindow()).isNull();
- }
-
- @Test
- public void setChecked_tooltipViewShown_notShowTooltipView() {
- mController.displayPreference(mScreen);
- mController.setChecked(true);
- getLatestPopupWindow().dismiss();
- mController.setChecked(false);
-
- mController.setChecked(true);
-
- assertThat(getLatestPopupWindow().isShowing()).isFalse();
- }
-
- @Test
- @Config(shadows = ShadowFragment.class)
- public void restoreValueFromSavedInstanceState_showTooltipView() {
- final Bundle savedInstanceState = new Bundle();
- savedInstanceState.putBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW, /* value= */ true);
- mController.onCreate(savedInstanceState);
-
- mController.displayPreference(mScreen);
- ShadowLooper.idleMainLooper();
-
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
- }
-
- public static class TestAccessibilityQuickSettingsPrimarySwitchPreferenceController
- extends AccessibilityQuickSettingsPrimarySwitchPreferenceController {
-
- public TestAccessibilityQuickSettingsPrimarySwitchPreferenceController(Context context,
- String preferenceKey) {
- super(context, preferenceKey);
- }
-
- @Override
- ComponentName getTileComponentName() {
- return PLACEHOLDER_TILE_COMPONENT_NAME;
- }
-
- @Override
- CharSequence getTileTooltipContent() {
- return PLACEHOLDER_TILE_CONTENT;
- }
- }
-
- private static class TestFragment extends SettingsPreferenceFragment {
-
- @Override
- protected boolean shouldSkipForInitialSUW() {
- return false;
- }
-
- @Override
- public int getMetricsCategory() {
- return 0;
- }
- }
-}
diff --git a/tests/robotests/src/com/android/settings/accessibility/AccessibilitySettingsTest.java b/tests/robotests/src/com/android/settings/accessibility/AccessibilitySettingsTest.java
index 56384f4..0c942e3 100644
--- a/tests/robotests/src/com/android/settings/accessibility/AccessibilitySettingsTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/AccessibilitySettingsTest.java
@@ -376,21 +376,7 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void onCreate_flagDisabled_haveRegisterToSpecificUrisAndActions() {
- setupFragment();
-
- assertUriObserversContainsClazz(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS,
- AccessibilitySettingsContentObserver.class).isTrue();
- assertUriObserversContainsClazz(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
- AccessibilitySettingsContentObserver.class).isTrue();
- assertUriObserversContainsClazz(Settings.Secure.ACCESSIBILITY_QS_TARGETS,
- AccessibilitySettingsContentObserver.class).isFalse();
- }
-
- @Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void onCreate_flagEnabled_haveRegisterToSpecificUrisAndActions() {
+ public void onCreate_haveRegisterToSpecificUrisAndActions() {
setupFragment();
assertUriObserversContainsClazz(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS,
diff --git a/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragmentTest.java
index 9d18c44..ca18e26 100644
--- a/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragmentTest.java
@@ -19,7 +19,6 @@
import static com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType.HARDWARE;
import static com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType.QUICK_SETTINGS;
import static com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType.SOFTWARE;
-import static com.android.settings.accessibility.AccessibilityShortcutPreferenceFragment.KEY_SAVED_QS_TOOLTIP_RESHOW;
import static com.android.settings.accessibility.AccessibilityUtil.QuickSettingsTooltipType;
import static com.google.common.truth.Truth.assertThat;
@@ -38,14 +37,11 @@
import android.content.Intent;
import android.icu.text.CaseMap;
import android.os.Bundle;
-import android.platform.test.annotations.DisableFlags;
-import android.platform.test.annotations.EnableFlags;
import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.Settings;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
-import android.view.accessibility.Flags;
import android.widget.PopupWindow;
import androidx.annotation.Nullable;
@@ -156,25 +152,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- @Config(shadows = ShadowFragment.class)
- public void restoreValueFromSavedInstanceState_showTooltipView() {
- mContext.setTheme(androidx.appcompat.R.style.Theme_AppCompat);
- mFragment.showQuickSettingsTooltipIfNeeded(QuickSettingsTooltipType.GUIDE_TO_EDIT);
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
-
- final Bundle savedInstanceState = new Bundle();
- savedInstanceState.putBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW, /* value= */ true);
- mFragment.onAttach(mContext);
- mFragment.onCreate(savedInstanceState);
- mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY);
- mFragment.onViewCreated(mFragment.getView(), savedInstanceState);
-
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
@Config(shadows = ShadowFragment.class)
public void showQuickSettingsTooltipIfNeeded_qsFlagOn_dontShowTooltipView() {
mFragment.showQuickSettingsTooltipIfNeeded(QuickSettingsTooltipType.GUIDE_TO_EDIT);
@@ -219,7 +196,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void getShortcutTypeSummary_shortcutSummaryIsCorrectlySet() {
final PreferredShortcut userPreferredShortcut = new PreferredShortcut(
PLACEHOLDER_COMPONENT_NAME.flattenToString(),
diff --git a/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutsTutorialTest.java b/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutsTutorialTest.java
index cd8743d..7798662 100644
--- a/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutsTutorialTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/AccessibilityShortcutsTutorialTest.java
@@ -133,7 +133,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void createTutorialPages_turnOnQuickSettingShortcut_hasOnePage() {
mShortcutTypes |= QUICK_SETTINGS;
@@ -260,7 +259,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void createAccessibilityTutorialDialog_qsShortcut_inSuwTalkbackOn_verifyText() {
mShortcutTypes |= QUICK_SETTINGS;
setTouchExplorationEnabled(true);
@@ -292,7 +290,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void createAccessibilityTutorialDialog_qsShortcut_notInSuwTalkbackOn_verifyText() {
mShortcutTypes |= QUICK_SETTINGS;
setTouchExplorationEnabled(true);
@@ -318,7 +315,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void createAccessibilityTutorialDialog_qsShortcut_inSuwTalkbackOff_verifyText() {
mShortcutTypes |= QUICK_SETTINGS;
setTouchExplorationEnabled(false);
@@ -349,7 +345,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void createAccessibilityTutorialDialog_qsShortcut_notInSuwTalkbackOff_verifyText() {
mShortcutTypes |= QUICK_SETTINGS;
setTouchExplorationEnabled(false);
diff --git a/tests/robotests/src/com/android/settings/accessibility/AccessibilityUtilTest.java b/tests/robotests/src/com/android/settings/accessibility/AccessibilityUtilTest.java
index ee3d936..24db847 100644
--- a/tests/robotests/src/com/android/settings/accessibility/AccessibilityUtilTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/AccessibilityUtilTest.java
@@ -46,7 +46,6 @@
import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.Settings;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.test.core.app.ApplicationProvider;
@@ -203,7 +202,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void getUserShortcutTypeFromSettings_threeShortcutTypesChosen() {
setShortcut(SOFTWARE, MOCK_COMPONENT_NAME.flattenToString());
setShortcut(HARDWARE, MOCK_COMPONENT_NAME.flattenToString());
@@ -220,22 +218,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInAllValuesToSettings_optInValue_haveMatchString() {
- clearShortcuts();
- int shortcutTypes = SOFTWARE | HARDWARE;
-
- AccessibilityUtil.optInAllValuesToSettings(mContext, shortcutTypes, MOCK_COMPONENT_NAME);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- MOCK_COMPONENT_NAME.flattenToString());
- assertThat(getStringFromSettings(HARDWARE_SHORTCUT_KEY)).isEqualTo(
- MOCK_COMPONENT_NAME.flattenToString());
-
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void optInAllValuesToSettings_optInValue_callsA11yManager() {
AccessibilityManager a11yManager =
AccessibilityTestUtils.setupMockAccessibilityManager(mContext);
@@ -252,20 +234,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInValueToSettings_optInValue_haveMatchString() {
- setShortcut(SOFTWARE, MOCK_COMPONENT_NAME.flattenToString());
-
- AccessibilityUtil.optInValueToSettings(mContext, SOFTWARE,
- MOCK_COMPONENT_NAME2);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- MOCK_COMPONENT_NAME.flattenToString() + ":"
- + MOCK_COMPONENT_NAME2.flattenToString());
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void optInValueToSettings_optInValue_callsA11yManager() {
AccessibilityManager a11yManager =
AccessibilityTestUtils.setupMockAccessibilityManager(mContext);
@@ -281,37 +249,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInValueToSettings_optInTwoValues_haveMatchString() {
- setShortcut(SOFTWARE, MOCK_COMPONENT_NAME.flattenToString());
-
- AccessibilityUtil.optInValueToSettings(mContext, SOFTWARE,
- MOCK_COMPONENT_NAME2);
- AccessibilityUtil.optInValueToSettings(mContext, SOFTWARE,
- MOCK_COMPONENT_NAME2);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- MOCK_COMPONENT_NAME.flattenToString() + ":"
- + MOCK_COMPONENT_NAME2.flattenToString());
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optOutAllValuesToSettings_optOutValue_emptyString() {
- setShortcut(SOFTWARE, MOCK_COMPONENT_NAME.flattenToString());
- setShortcut(HARDWARE, MOCK_COMPONENT_NAME.flattenToString());
- int shortcutTypes =
- SOFTWARE | HARDWARE | TRIPLETAP;
-
- AccessibilityUtil.optOutAllValuesFromSettings(mContext, shortcutTypes,
- MOCK_COMPONENT_NAME);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEmpty();
- assertThat(getStringFromSettings(HARDWARE_SHORTCUT_KEY)).isEmpty();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void optOutAllValuesToSettings_optOutValue_callsA1yManager() {
AccessibilityManager a11yManager =
AccessibilityTestUtils.setupMockAccessibilityManager(mContext);
@@ -331,31 +268,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optOutValueFromSettings_optOutValue_emptyString() {
- setShortcut(SOFTWARE, MOCK_COMPONENT_NAME.flattenToString());
-
- AccessibilityUtil.optOutValueFromSettings(mContext, SOFTWARE,
- MOCK_COMPONENT_NAME);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEmpty();
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optOutValueFromSettings_optOutValue_haveMatchString() {
- setShortcut(SOFTWARE, MOCK_COMPONENT_NAME.flattenToString(),
- MOCK_COMPONENT_NAME2.flattenToString());
-
- AccessibilityUtil.optOutValueFromSettings(mContext, SOFTWARE,
- MOCK_COMPONENT_NAME2);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- MOCK_COMPONENT_NAME.flattenToString());
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void optOutValueFromSettings_optOutValue_callsA11yManager() {
AccessibilityManager a11yManager =
AccessibilityTestUtils.setupMockAccessibilityManager(mContext);
@@ -389,7 +301,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void convertKeyFromSettings_shortcutTypeMultiFingersMultiTap() {
assertThat(AccessibilityUtil.convertKeyFromSettings(TWOFINGER_DOUBLETAP))
.isEqualTo(
@@ -397,7 +308,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void convertKeyFromSettings_shortcutTypeQuickSettings() {
assertThat(AccessibilityUtil.convertKeyFromSettings(QUICK_SETTINGS))
.isEqualTo(Settings.Secure.ACCESSIBILITY_QS_TARGETS);
diff --git a/tests/robotests/src/com/android/settings/accessibility/KeyboardVibrationTogglePreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/KeyboardVibrationTogglePreferenceControllerTest.java
index 78f49a6..76b93b0 100644
--- a/tests/robotests/src/com/android/settings/accessibility/KeyboardVibrationTogglePreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/KeyboardVibrationTogglePreferenceControllerTest.java
@@ -26,8 +26,8 @@
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.spy;
-import static org.mockito.Mockito.when;
import static org.mockito.Mockito.verify;
+import static org.mockito.Mockito.when;
import android.app.settings.SettingsEnums;
import android.content.ContentResolver;
diff --git a/tests/robotests/src/com/android/settings/accessibility/MediaVibrationIntensityPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/MediaVibrationIntensityPreferenceControllerTest.java
index 355e8c3..da8059c 100644
--- a/tests/robotests/src/com/android/settings/accessibility/MediaVibrationIntensityPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/MediaVibrationIntensityPreferenceControllerTest.java
@@ -30,10 +30,10 @@
import androidx.preference.PreferenceScreen;
import androidx.test.core.app.ApplicationProvider;
-import com.android.settings.core.BasePreferenceController;
import com.android.settings.R;
-import com.android.settings.testutils.shadow.ShadowInteractionJankMonitor;
+import com.android.settings.core.BasePreferenceController;
import com.android.settings.testutils.shadow.SettingsShadowResources;
+import com.android.settings.testutils.shadow.ShadowInteractionJankMonitor;
import com.android.settings.widget.SeekBarPreference;
import com.android.settingslib.core.lifecycle.Lifecycle;
diff --git a/tests/robotests/src/com/android/settings/accessibility/MediaVibrationTogglePreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/MediaVibrationTogglePreferenceControllerTest.java
index 501bbb0..348ac45 100644
--- a/tests/robotests/src/com/android/settings/accessibility/MediaVibrationTogglePreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/MediaVibrationTogglePreferenceControllerTest.java
@@ -31,9 +31,9 @@
import androidx.preference.SwitchPreference;
import androidx.test.core.app.ApplicationProvider;
+import com.android.settings.R;
import com.android.settings.core.BasePreferenceController;
import com.android.settings.testutils.shadow.SettingsShadowResources;
-import com.android.settings.R;
import com.android.settingslib.core.lifecycle.Lifecycle;
import org.junit.After;
@@ -42,8 +42,8 @@
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
-import org.robolectric.annotation.Config;
import org.robolectric.RobolectricTestRunner;
+import org.robolectric.annotation.Config;
/** Test for {@link MediaVibrationIntensityPreferenceController}. */
@RunWith(RobolectricTestRunner.class)
diff --git a/tests/robotests/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragmentTest.java
index 008f542..70290af 100644
--- a/tests/robotests/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragmentTest.java
@@ -34,13 +34,8 @@
import android.content.pm.ResolveInfo;
import android.content.pm.ServiceInfo;
import android.os.Bundle;
-import android.platform.test.annotations.DisableFlags;
-import android.platform.test.annotations.EnableFlags;
-import android.platform.test.flag.junit.SetFlagsRule;
-import android.provider.Settings;
import android.service.quicksettings.TileService;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.annotation.NonNull;
import androidx.preference.PreferenceManager;
@@ -55,7 +50,6 @@
import com.android.settings.widget.SettingsMainSwitchPreference;
import org.junit.Before;
-import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Answers;
@@ -75,8 +69,6 @@
@RunWith(RobolectricTestRunner.class)
public class ToggleAccessibilityServicePreferenceFragmentTest {
- @Rule public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
-
private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example";
private static final String PLACEHOLDER_PACKAGE_NAME2 = "com.placeholder.example2";
private static final String PLACEHOLDER_SERVICE_CLASS_NAME = "a11yservice1";
@@ -314,30 +306,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void getDefaultShortcutTypes_noAssociatedTile_softwareTypeIsDefault() throws Throwable {
- PreferredShortcuts.clearPreferredShortcuts(mContext);
- setupAccessibilityServiceInfoForFragment(
- /* isAccessibilityTool= */ true,
- /* tileService= */ null
- /* warningRequired= */);
-
- assertThat(mFragment.getDefaultShortcutTypes())
- .isEqualTo(ShortcutConstants.UserShortcutType.SOFTWARE);
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void getDefaultShortcutTypes_hasAssociatedTile_softwareTypeIsDefault() {
- PreferredShortcuts.clearPreferredShortcuts(mContext);
- when(mFragment.getTileComponentName()).thenReturn(PLACEHOLDER_TILE_COMPONENT_NAME);
-
- assertThat(mFragment.getDefaultShortcutTypes())
- .isEqualTo(ShortcutConstants.UserShortcutType.SOFTWARE);
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void getDefaultShortcutTypes_isAccessibilityTool_hasAssociatedTile_qsTypeIsDefault()
throws Throwable {
PreferredShortcuts.clearPreferredShortcuts(mContext);
@@ -351,7 +319,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void getDefaultShortcutTypes_isNotAccessibilityTool_hasAssociatedTile_softwareTypeIsDefault()
throws Throwable {
PreferredShortcuts.clearPreferredShortcuts(mContext);
@@ -365,7 +332,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void getDefaultShortcutTypes_isAccessibilityTool_noAssociatedTile_softwareTypeIsDefault()
throws Throwable {
PreferredShortcuts.clearPreferredShortcuts(mContext);
@@ -379,7 +345,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void getDefaultShortcutTypes_isNotAccessibilityTool_noAssociatedTile_softwareTypeIsDefault()
throws Throwable {
PreferredShortcuts.clearPreferredShortcuts(mContext);
@@ -393,7 +358,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void toggleShortcutPreference_noUserPreferredShortcut_hasQsTile_enableQsShortcut()
throws Throwable {
PreferredShortcuts.clearPreferredShortcuts(mContext);
@@ -413,7 +377,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void toggleShortcutPreference_noUserPreferredShortcut_noQsTile_enableSoftwareShortcut()
throws Throwable {
PreferredShortcuts.clearPreferredShortcuts(mContext);
@@ -433,47 +396,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void toggleShortcutPreference_noUserPreferredShortcut_hasQsTile_flagOff_enableSoftwareShortcut()
- throws Throwable {
- PreferredShortcuts.clearPreferredShortcuts(mContext);
- setupAccessibilityServiceInfoForFragment(
- /* isAccessibilityTool= */ true,
- /* tileService= */ PLACEHOLDER_TILE_COMPONENT_NAME
- /* warningRequired= */);
- mFragment.mShortcutPreference = new ShortcutPreference(mContext, /* attrs= */ null);
-
- mFragment.mShortcutPreference.setChecked(true);
- mFragment.onToggleClicked(mFragment.mShortcutPreference);
-
- assertThat(
- Settings.Secure.getString(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS))
- .contains(mFragment.mComponentName.flattenToString());
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void toggleShortcutPreference_noUserPreferredShortcut_noQsTile_flagOff_enableSoftwareShortcut()
- throws Throwable {
- PreferredShortcuts.clearPreferredShortcuts(mContext);
- setupAccessibilityServiceInfoForFragment(
- /* isAccessibilityTool= */ true,
- /* tileService= */ null
- /* warningRequired= */);
- mFragment.mShortcutPreference = new ShortcutPreference(mContext, /* attrs= */ null);
-
- mFragment.mShortcutPreference.setChecked(true);
- mFragment.onToggleClicked(mFragment.mShortcutPreference);
-
- assertThat(
- Settings.Secure.getString(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS))
- .contains(mFragment.mComponentName.flattenToString());
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void toggleShortcutPreference_userPreferVolumeKeysShortcut_noQsTile_enableVolumeKeysShortcut()
throws Throwable {
setupAccessibilityServiceInfoForFragment(
@@ -498,7 +420,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void toggleShortcutPreference_userPreferVolumeKeysShortcut_hasQsTile_enableVolumeKeysShortcut()
throws Throwable {
setupAccessibilityServiceInfoForFragment(
diff --git a/tests/robotests/src/com/android/settings/accessibility/ToggleColorInversionPreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/ToggleColorInversionPreferenceFragmentTest.java
index e971186..cbd4493 100644
--- a/tests/robotests/src/com/android/settings/accessibility/ToggleColorInversionPreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/ToggleColorInversionPreferenceFragmentTest.java
@@ -140,25 +140,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void onPreferenceToggled_colorCorrectDisabled_shouldReturnTrueAndShowTooltipView() {
- Settings.Secure.putInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, OFF);
- mSwitchPreference.setChecked(false);
- mFragment.onAttach(mContext);
- mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY);
- mFragment.onViewCreated(mFragment.getView(), Bundle.EMPTY);
-
- mFragment.onPreferenceToggled(mSwitchPreference.getKey(), true);
-
- final boolean isEnabled = Settings.Secure.getInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, OFF) == ON;
- assertThat(isEnabled).isTrue();
- assertThat(getLatestPopupWindow()).isNotNull();
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
- }
-
- @Test
public void onPreferenceToggled_colorCorrectEnabled_shouldReturnFalseAndNotShowTooltipView() {
Settings.Secure.putInt(mContext.getContentResolver(),
Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, ON);
diff --git a/tests/robotests/src/com/android/settings/accessibility/ToggleDaltonizerPreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/ToggleDaltonizerPreferenceFragmentTest.java
index a33fefb..390a8ca 100644
--- a/tests/robotests/src/com/android/settings/accessibility/ToggleDaltonizerPreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/ToggleDaltonizerPreferenceFragmentTest.java
@@ -107,23 +107,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void onPreferenceToggled_colorCorrectDisabled_shouldReturnTrueAndShowTooltipView() {
- Settings.Secure.putInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, OFF);
- ToggleDaltonizerPreferenceFragment fragment = getFragmentInResumedState();
- SettingsMainSwitchPreference switchPreference = getMainFeatureToggle(fragment);
-
- fragment.onPreferenceToggled(switchPreference.getKey(), true);
-
- final boolean isEnabled = Settings.Secure.getInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, OFF) == ON;
- assertThat(isEnabled).isTrue();
- assertThat(getLatestPopupWindow()).isNotNull();
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
- }
-
- @Test
public void onPreferenceToggled_colorCorrectEnabled_shouldReturnFalseAndNotShowTooltipView() {
Settings.Secure.putInt(mContext.getContentResolver(),
Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, ON);
diff --git a/tests/robotests/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragmentTest.java
index 844fabe..87ab52d 100644
--- a/tests/robotests/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragmentTest.java
@@ -26,7 +26,6 @@
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.doReturn;
import static org.mockito.Mockito.mock;
-import static org.mockito.Mockito.never;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
@@ -38,7 +37,6 @@
import android.content.pm.PackageManager;
import android.icu.text.CaseMap;
import android.os.Bundle;
-import android.platform.test.annotations.DisableFlags;
import android.platform.test.annotations.EnableFlags;
import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.Settings;
@@ -142,7 +140,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
@Config(shadows = {ShadowFragment.class})
public void onResume_flagEnabled_haveRegisterToSpecificUris() {
mFragment.onAttach(mContext);
@@ -167,31 +164,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- @Config(shadows = {ShadowFragment.class})
- public void onResume_flagDisabled_haveRegisterToSpecificUris() {
- mFragment.onAttach(mContext);
- mFragment.onCreate(Bundle.EMPTY);
-
- mFragment.onResume();
-
- verify(mContentResolver).registerContentObserver(
- eq(Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS)),
- eq(false),
- any(AccessibilitySettingsContentObserver.class));
- verify(mContentResolver).registerContentObserver(
- eq(Settings.Secure.getUriFor(
- Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)),
- eq(false),
- any(AccessibilitySettingsContentObserver.class));
- verify(mContentResolver, never()).registerContentObserver(
- eq(Settings.Secure.getUriFor(
- Settings.Secure.ACCESSIBILITY_QS_TARGETS)),
- eq(false),
- any(AccessibilitySettingsContentObserver.class));
- }
-
- @Test
public void updateShortcutPreferenceData_assignDefaultValueToVariable() {
mFragment.mComponentName = PLACEHOLDER_COMPONENT_NAME;
@@ -241,15 +213,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- @Config(shadows = ShadowFragment.class)
- public void onPreferenceToggledOnEnabledService_showTooltipView() {
- mFragment.onPreferenceToggled(mFragment.getUseServicePreferenceKey(), /* enabled= */ true);
-
- assertThat(getLatestPopupWindow().isShowing()).isTrue();
- }
-
- @Test
@Config(shadows = ShadowFragment.class)
public void onPreferenceToggledOnEnabledService_inSuw_toolTipViewShouldNotShow() {
Intent suwIntent = new Intent();
@@ -262,18 +225,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- @Config(shadows = ShadowFragment.class)
- public void onPreferenceToggledOnEnabledService_tooltipViewShown_notShowTooltipView() {
- mFragment.onPreferenceToggled(mFragment.getUseServicePreferenceKey(), /* enabled= */ true);
- getLatestPopupWindow().dismiss();
-
- mFragment.onPreferenceToggled(mFragment.getUseServicePreferenceKey(), /* enabled= */ true);
-
- assertThat(getLatestPopupWindow().isShowing()).isFalse();
- }
-
- @Test
public void initTopIntroPreference_hasTopIntroTitle_shouldSetAsExpectedValue() {
mFragment.mTopIntroTitle = DEFAULT_TOP_INTRO;
mFragment.initTopIntroPreference();
@@ -365,7 +316,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
@Config(shadows = ShadowFragment.class)
public void showQuickSettingsTooltipIfNeeded_qsFlagOn_dontShowTooltipView() {
mFragment.showQuickSettingsTooltipIfNeeded(QuickSettingsTooltipType.GUIDE_TO_EDIT);
@@ -374,7 +324,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void getShortcutTypeSummary_shortcutSummaryIsCorrectlySet() {
final PreferredShortcut userPreferredShortcut = new PreferredShortcut(
PLACEHOLDER_COMPONENT_NAME.flattenToString(),
diff --git a/tests/robotests/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragmentTest.java
index 87632ae..0b38594 100644
--- a/tests/robotests/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragmentTest.java
@@ -337,8 +337,7 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void onResume_flagEnabled_haveRegisterToSpecificUris() {
+ public void onResume_haveRegisterToSpecificUris() {
ShadowContentResolver shadowContentResolver = Shadows.shadowOf(
mContext.getContentResolver());
Uri[] observedUri = new Uri[]{
@@ -368,38 +367,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void onResume_flagDisabled_haveRegisterToSpecificUris() {
- ShadowContentResolver shadowContentResolver = Shadows.shadowOf(
- mContext.getContentResolver());
- Uri[] observedUri = new Uri[]{
- Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS),
- Settings.Secure.getUriFor(
- Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE),
- Settings.Secure.getUriFor(
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_FOLLOW_TYPING_ENABLED),
- Settings.Secure.getUriFor(
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_ALWAYS_ON_ENABLED)
- };
- for (Uri uri : observedUri) {
- // verify no observer registered before launching the fragment
- assertThat(shadowContentResolver.getContentObservers(uri)).isEmpty();
- }
-
- mFragController.create(R.id.main_content, /* bundle= */ null).start().resume();
-
- for (Uri uri : observedUri) {
- Collection<ContentObserver> observers = shadowContentResolver.getContentObservers(uri);
- assertThat(observers.size()).isEqualTo(1);
- assertThat(observers.stream().findFirst().get()).isInstanceOf(
- AccessibilitySettingsContentObserver.class);
- }
- assertThat(shadowContentResolver.getContentObservers(
- Settings.Secure.getUriFor(
- Settings.Secure.ACCESSIBILITY_QS_TARGETS))).hasSize(0);
- }
-
- @Test
@EnableFlags(Flags.FLAG_ENABLE_MAGNIFICATION_ONE_FINGER_PANNING_GESTURE)
public void onResume_oneFingerPanningFlagOn_registerToSpecificUri() {
ShadowContentResolver shadowContentResolver = Shadows.shadowOf(
@@ -462,20 +429,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInAllValuesToSettings_optInValue_haveMatchString() {
- int shortcutTypes = SOFTWARE | TRIPLETAP;
-
- ToggleScreenMagnificationPreferenceFragment.optInAllMagnificationValuesToSettings(mContext,
- shortcutTypes);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- MAGNIFICATION_CONTROLLER_NAME);
- assertThat(getMagnificationTripleTapStatus()).isTrue();
- }
-
- @Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void optInAllValuesToSettings_optInValue_callA11yManager() {
int shortcutTypes =
SOFTWARE | TRIPLETAP | HARDWARE
@@ -501,45 +454,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_ENABLE_MAGNIFICATION_MULTIPLE_FINGER_MULTIPLE_TAP_GESTURE)
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInAllValuesToSettings_twoFingerTripleTap_haveMatchString() {
- int shortcutTypes = TWOFINGER_DOUBLETAP;
-
- ToggleScreenMagnificationPreferenceFragment.optInAllMagnificationValuesToSettings(mContext,
- shortcutTypes);
-
- assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
- TWO_FINGER_TRIPLE_TAP_SHORTCUT_KEY, OFF)).isEqualTo(ON);
- }
-
- @Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInAllValuesToSettings_existOtherValue_optInValue_haveMatchString() {
- putStringIntoSettings(SOFTWARE_SHORTCUT_KEY, PLACEHOLDER_COMPONENT_NAME.flattenToString());
-
- ToggleScreenMagnificationPreferenceFragment.optInAllMagnificationValuesToSettings(mContext,
- SOFTWARE);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- PLACEHOLDER_COMPONENT_NAME.flattenToString() + ":" + MAGNIFICATION_CONTROLLER_NAME);
- }
-
- @Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optInAllValuesToSettings_software_sizeValueIsNull_putLargeSizeValue() {
- ShadowSettings.ShadowSecure.reset();
-
- ToggleScreenMagnificationPreferenceFragment.optInAllMagnificationValuesToSettings(mContext,
- SOFTWARE);
-
- assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.UNKNOWN)).isEqualTo(
- FloatingMenuSizePreferenceController.Size.LARGE);
- }
-
- @Test
public void optInAllValuesToSettings_software_sizeValueIsNotNull_sizeValueIsNotChanged() {
for (int size : new int[]{FloatingMenuSizePreferenceController.Size.LARGE,
FloatingMenuSizePreferenceController.Size.SMALL}) {
@@ -594,24 +508,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optOutAllValuesToSettings_optOutValue_emptyString() {
- putStringIntoSettings(SOFTWARE_SHORTCUT_KEY, MAGNIFICATION_CONTROLLER_NAME);
- putStringIntoSettings(HARDWARE_SHORTCUT_KEY, MAGNIFICATION_CONTROLLER_NAME);
- setMagnificationTripleTapEnabled(/* enabled= */ true);
- int shortcutTypes =
- SOFTWARE | HARDWARE | TRIPLETAP;
-
- ToggleScreenMagnificationPreferenceFragment.optOutAllMagnificationValuesFromSettings(
- mContext, shortcutTypes);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEmpty();
- assertThat(getStringFromSettings(HARDWARE_SHORTCUT_KEY)).isEmpty();
- assertThat(getMagnificationTripleTapStatus()).isFalse();
- }
-
- @Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void optOutAllValuesToSettings_optOutValue_callA11yManager() {
Set<String> shortcutTargets = Set.of(MAGNIFICATION_CONTROLLER_NAME);
putStringIntoSettings(SOFTWARE_SHORTCUT_KEY, MAGNIFICATION_CONTROLLER_NAME);
@@ -636,38 +532,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_ENABLE_MAGNIFICATION_MULTIPLE_FINGER_MULTIPLE_TAP_GESTURE)
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optOutAllValuesToSettings_twoFingerTripleTap_settingsValueIsOff() {
- Settings.Secure.putInt(mContext.getContentResolver(),
- TWO_FINGER_TRIPLE_TAP_SHORTCUT_KEY, ON);
-
- ToggleScreenMagnificationPreferenceFragment.optOutAllMagnificationValuesFromSettings(
- mContext, TWOFINGER_DOUBLETAP);
-
- assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
- TWO_FINGER_TRIPLE_TAP_SHORTCUT_KEY, ON)).isEqualTo(OFF);
- }
-
- @Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void optOutValueFromSettings_existOtherValue_optOutValue_haveMatchString() {
- putStringIntoSettings(SOFTWARE_SHORTCUT_KEY,
- PLACEHOLDER_COMPONENT_NAME.flattenToString() + ":" + MAGNIFICATION_CONTROLLER_NAME);
- putStringIntoSettings(HARDWARE_SHORTCUT_KEY,
- PLACEHOLDER_COMPONENT_NAME.flattenToString() + ":" + MAGNIFICATION_CONTROLLER_NAME);
- int shortcutTypes = SOFTWARE | HARDWARE;
-
- ToggleScreenMagnificationPreferenceFragment.optOutAllMagnificationValuesFromSettings(
- mContext, shortcutTypes);
-
- assertThat(getStringFromSettings(SOFTWARE_SHORTCUT_KEY)).isEqualTo(
- PLACEHOLDER_COMPONENT_NAME.flattenToString());
- assertThat(getStringFromSettings(HARDWARE_SHORTCUT_KEY)).isEqualTo(
- PLACEHOLDER_COMPONENT_NAME.flattenToString());
- }
-
- @Test
public void updateShortcutPreferenceData_assignDefaultValueToVariable() {
mFragController.create(R.id.main_content, /* bundle= */ null).start().resume();
@@ -979,7 +843,6 @@
}
@Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void getShortcutTypeSummary_shortcutSummaryIsCorrectlySet() {
final PreferredShortcut userPreferredShortcut = new PreferredShortcut(
MAGNIFICATION_CONTROLLER_NAME,
diff --git a/tests/robotests/src/com/android/settings/accessibility/VibrationIntensityScreenTest.kt b/tests/robotests/src/com/android/settings/accessibility/VibrationIntensityScreenTest.kt
index 99851de..40ed9a3 100644
--- a/tests/robotests/src/com/android/settings/accessibility/VibrationIntensityScreenTest.kt
+++ b/tests/robotests/src/com/android/settings/accessibility/VibrationIntensityScreenTest.kt
@@ -15,15 +15,40 @@
*/
package com.android.settings.accessibility
+import android.content.Context
+import android.content.ContextWrapper
+import android.content.res.Resources
+import android.os.Vibrator
+import androidx.test.core.app.ApplicationProvider
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.android.settings.flags.Flags
+import com.android.settings.R
import com.android.settingslib.preference.CatalystScreenTestCase
import com.google.common.truth.Truth.assertThat
import org.junit.Test
import org.junit.runner.RunWith
+import org.mockito.kotlin.doReturn
+import org.mockito.kotlin.mock
+import org.mockito.kotlin.spy
+import org.mockito.kotlin.stub
+// LINT.IfChange
@RunWith(AndroidJUnit4::class)
class VibrationIntensityScreenTest : CatalystScreenTestCase() {
+ private lateinit var vibrator: Vibrator
+
+ private val resourcesSpy: Resources =
+ spy((ApplicationProvider.getApplicationContext() as Context).resources)
+
+ private val context: Context =
+ object : ContextWrapper(ApplicationProvider.getApplicationContext()) {
+ override fun getSystemService(name: String): Any? =
+ when {
+ name == getSystemServiceName(Vibrator::class.java) -> vibrator
+ else -> super.getSystemService(name)
+ }
+ override fun getResources(): Resources = resourcesSpy
+ }
override val preferenceScreenCreator = VibrationIntensityScreen()
@@ -34,4 +59,33 @@
fun key() {
assertThat(preferenceScreenCreator.key).isEqualTo(VibrationIntensityScreen.KEY)
}
+
+ @Test
+ fun isAvailable_noVibrator_unavailable() {
+ vibrator = mock { on { hasVibrator() } doReturn false }
+ resourcesSpy.stub {
+ on { getInteger(R.integer.config_vibration_supported_intensity_levels) } doReturn 3
+ }
+ assertThat(preferenceScreenCreator.isAvailable(context)).isFalse()
+ }
+
+ @Test
+ fun isAvailable_hasVibratorAndSingleIntensityLevel_unavailable() {
+ vibrator = mock { on { hasVibrator() } doReturn true }
+ resourcesSpy.stub {
+ on { getInteger(R.integer.config_vibration_supported_intensity_levels) } doReturn 1
+ }
+ assertThat(preferenceScreenCreator.isAvailable(context)).isFalse()
+ }
+
+ @Test
+ fun isAvailable_hasVibratorAndMultipleIntensityLevels_available() {
+ vibrator = mock { on { hasVibrator() } doReturn true }
+ resourcesSpy.stub {
+ on { getInteger(R.integer.config_vibration_supported_intensity_levels) } doReturn 2
+ }
+ assertThat(preferenceScreenCreator.isAvailable(context)).isTrue()
+ }
}
+// LINT.ThenChange(VibrationPreferenceControllerTest.java)
+
diff --git a/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceControllerTest.java
index 6f57003..9caa211 100644
--- a/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceControllerTest.java
@@ -41,6 +41,7 @@
import org.robolectric.RobolectricTestRunner;
/** Tests for {@link VibrationMainSwitchPreferenceController}. */
+// LINT.IfChange
@RunWith(RobolectricTestRunner.class)
public class VibrationMainSwitchPreferenceControllerTest {
@@ -104,3 +105,4 @@
return Settings.System.getInt(mContext.getContentResolver(), settingKey);
}
}
+// LINT.ThenChange(VibrationMainSwitchPreferenceTest.kt)
diff --git a/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceTest.kt b/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceTest.kt
new file mode 100644
index 0000000..fd781bc
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/accessibility/VibrationMainSwitchPreferenceTest.kt
@@ -0,0 +1,77 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.settings.accessibility
+
+import android.content.Context
+import android.provider.Settings.System.VIBRATE_ON
+import androidx.test.core.app.ApplicationProvider
+import androidx.test.ext.junit.runners.AndroidJUnit4
+import com.android.settingslib.preference.createAndBindWidget
+import com.android.settingslib.widget.MainSwitchPreference
+import com.google.common.truth.Truth.assertThat
+import org.junit.Test
+import org.junit.runner.RunWith
+
+// LINT.IfChange
+@RunWith(AndroidJUnit4::class)
+class VibrationMainSwitchPreferenceTest {
+ private val context: Context = ApplicationProvider.getApplicationContext()
+ private val preference = VibrationMainSwitchPreference()
+
+ @Test
+ fun checked_valueUnset_returnDefaultTrue() {
+ setVibrateOn(null)
+
+ assertThat(getMainSwitchPreference().isChecked).isTrue()
+ }
+
+ @Test
+ fun checked_valueEnabled_returnTrue() {
+ setVibrateOn(true)
+
+ assertThat(getMainSwitchPreference().isChecked).isTrue()
+ }
+
+ @Test
+ fun checked_valueDisabled_returnFalse() {
+ setVibrateOn(false)
+
+ assertThat(getMainSwitchPreference().isChecked).isFalse()
+ }
+
+ @Test
+ fun click_updatesCorrectly() {
+ setVibrateOn(null)
+ val widget = getMainSwitchPreference()
+
+ assertThat(widget.isChecked).isTrue()
+
+ widget.performClick()
+
+ assertThat(widget.isChecked).isFalse()
+
+ widget.performClick()
+
+ assertThat(widget.isChecked).isTrue()
+ }
+
+ private fun getMainSwitchPreference(): MainSwitchPreference =
+ preference.createAndBindWidget(context)
+
+ private fun setVibrateOn(enabled: Boolean?) =
+ preference.storage(context).setValue(VIBRATE_ON, Boolean::class.javaObjectType, enabled)
+}
+// LINT.ThenChange(VibrationMainSwitchPreferenceControllerTest.java)
diff --git a/tests/robotests/src/com/android/settings/accessibility/VibrationPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/VibrationPreferenceControllerTest.java
index 59ed486..a0481e5 100644
--- a/tests/robotests/src/com/android/settings/accessibility/VibrationPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/VibrationPreferenceControllerTest.java
@@ -46,6 +46,7 @@
import org.mockito.MockitoAnnotations;
import org.robolectric.RobolectricTestRunner;
+// LINT.IfChange
@RunWith(RobolectricTestRunner.class)
public class VibrationPreferenceControllerTest {
private static final String PREFERENCE_KEY = "preference_key";
@@ -158,3 +159,7 @@
return controller;
}
}
+// LINT.ThenChange(
+// VibrationIntensityScreenTest.kt,
+// VibrationScreenTest.kt,
+// )
diff --git a/tests/robotests/src/com/android/settings/accessibility/VibrationScreenTest.kt b/tests/robotests/src/com/android/settings/accessibility/VibrationScreenTest.kt
new file mode 100644
index 0000000..c6e5265
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/accessibility/VibrationScreenTest.kt
@@ -0,0 +1,90 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.settings.accessibility
+
+import android.content.Context
+import android.content.ContextWrapper
+import android.content.res.Resources
+import android.os.Vibrator
+import androidx.test.core.app.ApplicationProvider
+import androidx.test.ext.junit.runners.AndroidJUnit4
+import com.android.settings.flags.Flags
+import com.android.settings.R
+import com.android.settingslib.preference.CatalystScreenTestCase
+import com.google.common.truth.Truth.assertThat
+import org.junit.Test
+import org.junit.runner.RunWith
+import org.mockito.kotlin.doReturn
+import org.mockito.kotlin.mock
+import org.mockito.kotlin.spy
+import org.mockito.kotlin.stub
+
+// LINT.IfChange
+@RunWith(AndroidJUnit4::class)
+class VibrationScreenTest : CatalystScreenTestCase() {
+ private lateinit var vibrator: Vibrator
+
+ private val resourcesSpy: Resources =
+ spy((ApplicationProvider.getApplicationContext() as Context).resources)
+
+ private val context: Context =
+ object : ContextWrapper(ApplicationProvider.getApplicationContext()) {
+ override fun getSystemService(name: String): Any? =
+ when {
+ name == getSystemServiceName(Vibrator::class.java) -> vibrator
+ else -> super.getSystemService(name)
+ }
+ override fun getResources(): Resources = resourcesSpy
+ }
+
+ override val preferenceScreenCreator = VibrationScreen()
+
+ override val flagName: String
+ get() = Flags.FLAG_CATALYST_VIBRATION_INTENSITY_SCREEN
+
+ @Test
+ fun key() {
+ assertThat(preferenceScreenCreator.key).isEqualTo(VibrationScreen.KEY)
+ }
+
+ @Test
+ fun isAvailable_noVibrator_unavailable() {
+ vibrator = mock { on { hasVibrator() } doReturn false }
+ resourcesSpy.stub {
+ on { getInteger(R.integer.config_vibration_supported_intensity_levels) } doReturn 1
+ }
+ assertThat(preferenceScreenCreator.isAvailable(context)).isFalse()
+ }
+
+ @Test
+ fun isAvailable_hasVibratorAndMultipleIntensityLevels_unavailable() {
+ vibrator = mock { on { hasVibrator() } doReturn true }
+ resourcesSpy.stub {
+ on { getInteger(R.integer.config_vibration_supported_intensity_levels) } doReturn 3
+ }
+ assertThat(preferenceScreenCreator.isAvailable(context)).isFalse()
+ }
+
+ @Test
+ fun isAvailable_hasVibratorAndSingleIntensityLevel_available() {
+ vibrator = mock { on { hasVibrator() } doReturn true }
+ resourcesSpy.stub {
+ on { getInteger(R.integer.config_vibration_supported_intensity_levels) } doReturn 1
+ }
+ assertThat(preferenceScreenCreator.isAvailable(context)).isTrue()
+ }
+}
+// LINT.ThenChange(VibrationPreferenceControllerTest.java)
diff --git a/tests/robotests/src/com/android/settings/accessibility/shortcuts/EditShortcutsPreferenceFragmentTest.java b/tests/robotests/src/com/android/settings/accessibility/shortcuts/EditShortcutsPreferenceFragmentTest.java
index b3270e9..dd898e3 100644
--- a/tests/robotests/src/com/android/settings/accessibility/shortcuts/EditShortcutsPreferenceFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/shortcuts/EditShortcutsPreferenceFragmentTest.java
@@ -46,7 +46,6 @@
import android.provider.Settings;
import android.util.Pair;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.annotation.Nullable;
import androidx.fragment.app.FragmentActivity;
@@ -466,7 +465,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void fragmentResumed_enableTouchExploration_qsShortcutOptionSummaryUpdated() {
String expectedSummary = StringUtil.getIcuPluralsString(mContext, 2,
R.string.accessibility_shortcut_edit_dialog_summary_quick_settings);
@@ -486,7 +484,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void fragmentPaused_enableTouchExploration_qsShortcutOptionSummaryNotUpdated() {
String expectedSummary = StringUtil.getIcuPluralsString(mContext, 1,
R.string.accessibility_shortcut_edit_dialog_summary_quick_settings);
@@ -644,7 +641,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void onQuickSettingsShortcutSettingChanged_preferredShortcutsUpdated() {
final String target = TARGET_FAKE_COMPONENT.flattenToString();
mFragmentScenario = createFragScenario(
diff --git a/tests/robotests/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionControllerTest.java
index 55fbd8e..8f26c99 100644
--- a/tests/robotests/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/shortcuts/QuickSettingsShortcutOptionControllerTest.java
@@ -27,11 +27,7 @@
import android.content.ComponentName;
import android.content.Context;
import android.os.UserHandle;
-import android.platform.test.annotations.DisableFlags;
-import android.platform.test.annotations.EnableFlags;
-import android.platform.test.flag.junit.SetFlagsRule;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.preference.PreferenceManager;
import androidx.preference.PreferenceScreen;
@@ -45,7 +41,6 @@
import com.android.settingslib.utils.StringUtil;
import org.junit.Before;
-import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -67,8 +62,6 @@
private static final String TARGET_FLATTEN = TARGET.flattenToString();
private static final ComponentName TARGET_TILE =
new ComponentName("FakePackage", "FakeTileClass");
- @Rule
- public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
private final Context mContext = spy(ApplicationProvider.getApplicationContext());
private QuickSettingsShortcutOptionController mController;
@@ -149,13 +142,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void isShortcutAvailable_a11yQsShortcutFlagDisabled_returnsFalse() {
- assertThat(mController.isShortcutAvailable()).isFalse();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void isShortcutAvailable_qsNotSupported_returnsFalse() {
SettingsShadowResources.overrideResource(
com.android.internal.R.bool.config_quickSettingsSupported, false);
@@ -164,7 +150,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void isShortcutAvailable_qsTileProvided_returnsTrue() {
when(mAccessibilityManager.getA11yFeatureToTileMap(UserHandle.myUserId()))
.thenReturn(Map.of(TARGET, TARGET_TILE));
@@ -173,7 +158,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void isShortcutAvailable_qsTileNotProvided_returnsFalse() {
when(mAccessibilityManager.getA11yFeatureToTileMap(UserHandle.myUserId()))
.thenReturn(Collections.emptyMap());
@@ -182,7 +166,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void isShortcutAvailable_qsTileProvided_invalidUseCase_returnFalse() {
AccessibilityServiceInfo mockStandardA11yService =
AccessibilityTestUtils.createAccessibilityServiceInfo(
@@ -197,7 +180,6 @@
}
@Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void isShortcutAvailable_qsTileProvided_validUseCase_returnTrue() {
AccessibilityServiceInfo mockAlwaysOnA11yService =
AccessibilityTestUtils.createAccessibilityServiceInfo(
diff --git a/tests/robotests/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceControllerTest.java
index 1eeb944..74e9870 100644
--- a/tests/robotests/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/shortcuts/SoftwareShortcutOptionPreferenceControllerTest.java
@@ -33,14 +33,11 @@
import android.content.ContextWrapper;
import android.content.Intent;
import android.os.UserHandle;
-import android.platform.test.annotations.DisableFlags;
-import android.platform.test.annotations.EnableFlags;
import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.Settings;
import android.text.SpannableStringBuilder;
import android.view.View;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.fragment.app.FragmentActivity;
@@ -50,10 +47,8 @@
import com.android.settings.SettingsActivity;
import com.android.settings.SubSettings;
import com.android.settings.accessibility.AccessibilityButtonFragment;
-import com.android.settings.accessibility.FloatingMenuSizePreferenceController;
import com.android.settings.testutils.AccessibilityTestUtils;
import com.android.settings.utils.AnnotationSpan;
-import com.android.settingslib.accessibility.AccessibilityUtils;
import org.junit.Before;
import org.junit.Rule;
@@ -178,23 +173,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableShortcut_shortcutTurnedOn() {
- String target = TARGET_ALWAYS_ON_A11Y_SERVICE.flattenToString();
- mController.setShortcutTargets(Set.of(target));
- assertThat(ShortcutUtils.isComponentIdExistingInSettings(
- mContext, ShortcutConstants.UserShortcutType.SOFTWARE, target
- )).isFalse();
-
- mController.enableShortcutForTargets(true);
-
- assertThat(ShortcutUtils.isComponentIdExistingInSettings(
- mContext, ShortcutConstants.UserShortcutType.SOFTWARE, target
- )).isTrue();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_enableShortcut_callA11yManager() {
String target = TARGET_ALWAYS_ON_A11Y_SERVICE.flattenToString();
mController.setShortcutTargets(Set.of(target));
@@ -214,25 +192,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_disableShortcut_shortcutTurnedOff() {
- String target = TARGET_ALWAYS_ON_A11Y_SERVICE.flattenToString();
- ShortcutUtils.optInValueToSettings(
- mContext, ShortcutConstants.UserShortcutType.SOFTWARE, target);
- assertThat(ShortcutUtils.isComponentIdExistingInSettings(
- mContext, ShortcutConstants.UserShortcutType.SOFTWARE, target
- )).isTrue();
- mController.setShortcutTargets(Set.of(target));
-
- mController.enableShortcutForTargets(false);
-
- assertThat(ShortcutUtils.isComponentIdExistingInSettings(
- mContext, ShortcutConstants.UserShortcutType.SOFTWARE, target
- )).isFalse();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_disableShortcut_callA11yManager() {
String target = TARGET_ALWAYS_ON_A11Y_SERVICE.flattenToString();
ShortcutUtils.optInValueToSettings(
@@ -253,89 +212,6 @@
verifyNoMoreInteractions(mAccessibilityManager);
}
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableShortcutWithMagnification_menuSizeIncreased() {
- mController.setShortcutTargets(Set.of(TARGET_MAGNIFICATION));
-
- mController.enableShortcutForTargets(true);
-
- assertThat(
- Settings.Secure.getInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.UNKNOWN))
- .isEqualTo(FloatingMenuSizePreferenceController.Size.LARGE);
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableShortcutWithMagnification_userConfigureSmallMenuSize_menuSizeNotChanged() {
- Settings.Secure.putInt(mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.SMALL);
- mController.setShortcutTargets(Set.of(TARGET_MAGNIFICATION));
-
- mController.enableShortcutForTargets(true);
-
- assertThat(
- Settings.Secure.getInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_FLOATING_MENU_SIZE,
- FloatingMenuSizePreferenceController.Size.UNKNOWN))
- .isEqualTo(FloatingMenuSizePreferenceController.Size.SMALL);
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableAlwaysOnServiceShortcut_turnsOnAlwaysOnService() {
- mController.setShortcutTargets(
- Set.of(TARGET_ALWAYS_ON_A11Y_SERVICE.flattenToString()));
-
- mController.enableShortcutForTargets(true);
-
- assertThat(AccessibilityUtils.getEnabledServicesFromSettings(mContext))
- .contains(TARGET_ALWAYS_ON_A11Y_SERVICE);
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_disableAlwaysOnServiceShortcut_turnsOffAlwaysOnService() {
- mController.setShortcutTargets(
- Set.of(TARGET_ALWAYS_ON_A11Y_SERVICE.flattenToString()));
-
- mController.enableShortcutForTargets(false);
-
- assertThat(AccessibilityUtils.getEnabledServicesFromSettings(mContext))
- .doesNotContain(TARGET_ALWAYS_ON_A11Y_SERVICE);
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableStandardServiceShortcut_wontTurnOnService() {
- mController.setShortcutTargets(
- Set.of(TARGET_STANDARD_A11Y_SERVICE.flattenToString()));
-
- mController.enableShortcutForTargets(true);
-
- assertThat(AccessibilityUtils.getEnabledServicesFromSettings(mContext))
- .doesNotContain(TARGET_STANDARD_A11Y_SERVICE);
- }
-
- @Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_disableStandardServiceShortcutWithServiceOn_wontTurnOffService() {
- mController.setShortcutTargets(
- Set.of(TARGET_STANDARD_A11Y_SERVICE.flattenToString()));
- AccessibilityUtils.setAccessibilityServiceState(
- mContext, TARGET_STANDARD_A11Y_SERVICE, /* enabled= */ true);
-
- mController.enableShortcutForTargets(false);
-
- assertThat(AccessibilityUtils.getEnabledServicesFromSettings(mContext))
- .contains(TARGET_STANDARD_A11Y_SERVICE);
- }
-
private void assertLaunchSettingsPage(String page) {
ContextWrapper applicationContext = (Application) mContext.getApplicationContext();
final Intent intent = Shadows.shadowOf(applicationContext).getNextStartedActivity();
diff --git a/tests/robotests/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionControllerTest.java
index 1ffd042..6526862 100644
--- a/tests/robotests/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/shortcuts/TripleTapShortcutOptionControllerTest.java
@@ -28,12 +28,9 @@
import android.content.ComponentName;
import android.content.Context;
import android.os.UserHandle;
-import android.platform.test.annotations.DisableFlags;
-import android.platform.test.annotations.EnableFlags;
import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.Settings;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.preference.PreferenceManager;
import androidx.preference.PreferenceScreen;
@@ -182,20 +179,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableShortcut_settingUpdated() {
- mController.enableShortcutForTargets(true);
-
- assertThat(
- Settings.Secure.getInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED,
- AccessibilityUtil.State.OFF)
- ).isEqualTo(AccessibilityUtil.State.ON);
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_enableShortcut_callA11yManager() {
mController.enableShortcutForTargets(true);
@@ -209,20 +192,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_disableShortcut_settingUpdated() {
- mController.enableShortcutForTargets(false);
-
- assertThat(
- Settings.Secure.getInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED,
- AccessibilityUtil.State.OFF)
- ).isEqualTo(AccessibilityUtil.State.OFF);
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_disableShortcut_callA11yManager() {
mController.enableShortcutForTargets(false);
diff --git a/tests/robotests/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionControllerTest.java
index dde60e9..53048b0 100644
--- a/tests/robotests/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/shortcuts/TwoFingerDoubleTapShortcutOptionControllerTest.java
@@ -143,20 +143,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableShortcut_settingUpdated() {
- mController.enableShortcutForTargets(true);
-
- assertThat(
- Settings.Secure.getInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED,
- AccessibilityUtil.State.OFF)
- ).isEqualTo(AccessibilityUtil.State.ON);
- }
-
- @Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_enableShortcut_callA11yManager() {
mController.enableShortcutForTargets(true);
@@ -170,20 +156,6 @@
}
@Test
- @DisableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_disableShortcut_settingUpdated() {
- mController.enableShortcutForTargets(false);
-
- assertThat(
- Settings.Secure.getInt(
- mContext.getContentResolver(),
- Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED,
- AccessibilityUtil.State.OFF)
- ).isEqualTo(AccessibilityUtil.State.OFF);
- }
-
- @Test
- @EnableFlags(android.view.accessibility.Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_disableShortcut_callA11yManager() {
mController.enableShortcutForTargets(false);
diff --git a/tests/robotests/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionControllerTest.java b/tests/robotests/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionControllerTest.java
index 511503a..d9eb995 100644
--- a/tests/robotests/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionControllerTest.java
+++ b/tests/robotests/src/com/android/settings/accessibility/shortcuts/VolumeKeysShortcutOptionControllerTest.java
@@ -25,11 +25,8 @@
import android.content.ComponentName;
import android.content.Context;
import android.os.UserHandle;
-import android.platform.test.annotations.DisableFlags;
-import android.platform.test.annotations.EnableFlags;
import android.platform.test.flag.junit.SetFlagsRule;
import android.view.accessibility.AccessibilityManager;
-import android.view.accessibility.Flags;
import androidx.preference.PreferenceManager;
import androidx.preference.PreferenceScreen;
@@ -111,17 +108,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_enableVolumeKeysShortcut_shortcutSet() {
- mController.enableShortcutForTargets(true);
-
- assertThat(
- ShortcutUtils.isComponentIdExistingInSettings(
- mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET)).isTrue();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_enableVolumeKeysShortcut_callA11yManager() {
mController.enableShortcutForTargets(true);
@@ -135,17 +121,6 @@
}
@Test
- @DisableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void enableShortcutForTargets_disableVolumeKeysShortcut_shortcutNotSet() {
- mController.enableShortcutForTargets(false);
-
- assertThat(
- ShortcutUtils.isComponentIdExistingInSettings(
- mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET)).isFalse();
- }
-
- @Test
- @EnableFlags(Flags.FLAG_A11Y_QS_SHORTCUT)
public void enableShortcutForTargets_disableVolumeKeysShortcut_callA11yManager() {
mController.enableShortcutForTargets(false);
diff --git a/tests/robotests/src/com/android/settings/applications/appinfo/AppButtonsPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/applications/appinfo/AppButtonsPreferenceControllerTest.java
index 6fc01fc..6c29036c 100644
--- a/tests/robotests/src/com/android/settings/applications/appinfo/AppButtonsPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/applications/appinfo/AppButtonsPreferenceControllerTest.java
@@ -60,6 +60,7 @@
import com.android.settings.SettingsActivity;
import com.android.settings.core.InstrumentedPreferenceFragment;
import com.android.settings.testutils.FakeFeatureFactory;
+import com.android.settings.testutils.shadow.ShadowUtils;
import com.android.settingslib.applications.AppUtils;
import com.android.settingslib.applications.ApplicationsState;
import com.android.settingslib.applications.instantapps.InstantAppDataProvider;
@@ -85,6 +86,7 @@
import java.util.Set;
+@Config(shadows = {ShadowUtils.class})
@RunWith(RobolectricTestRunner.class)
public class AppButtonsPreferenceControllerTest {
@@ -168,6 +170,7 @@
@After
public void tearDown() {
ShadowAppUtils.reset();
+ ShadowUtils.reset();
}
@Test
diff --git a/tests/robotests/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollTest.kt b/tests/robotests/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollTest.kt
index 07cdffb..0bfa9f3 100644
--- a/tests/robotests/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollTest.kt
+++ b/tests/robotests/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollTest.kt
@@ -24,6 +24,7 @@
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mockito.`when`
+import org.mockito.kotlin.any
import org.robolectric.Robolectric
import org.robolectric.RobolectricTestRunner
import org.robolectric.Shadows
@@ -46,7 +47,7 @@
@Before
fun setUp() {
featureFactory = FakeFeatureFactory.setupForTest()
- `when`(featureFactory.fingerprintFeatureProvider.enrollActivityClassProvider)
+ `when`(featureFactory.fingerprintFeatureProvider.getEnrollActivityClassProvider(any()))
.thenReturn(activityProvider)
}
@@ -81,6 +82,15 @@
verifyLaunchNextActivity(activity, activityProvider.internal)
}
+ @Test
+ fun testAndFinishLaunchAddAdditional() {
+ // Run
+ val activity = setupActivity(FingerprintEnroll.AddAdditionalFingerprint::class.java)
+
+ // Verify
+ verifyLaunchNextActivity(activity, activityProvider.addAnother)
+ }
+
private fun verifyLaunchNextActivity(
currentActivityInstance : FingerprintEnroll,
nextActivityClass: Class<out Activity>
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java
index e21bf9a..2d007e1 100644
--- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java
+++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsProfilesControllerTest.java
@@ -120,7 +120,12 @@
.thenAnswer(invocation -> ImmutableList.of(mConnectableProfiles));
setupDevice(mDeviceConfig);
- initController(List.of());
+ mController = new BluetoothDetailsProfilesController(mContext, mFragment, mLocalManager,
+ mCachedDevice, mLifecycle);
+ mProfiles.setKey(mController.getPreferenceKey());
+ mController.mProfilesContainer = mProfiles;
+ mScreen.removeAll();
+ mScreen.addPreference(mProfiles);
BluetoothProperties.le_audio_allow_list(Lists.newArrayList(LE_DEVICE_MODEL));
}
@@ -550,7 +555,8 @@
@Test
public void prefKeyInBlockingList_hideToggle() {
- initController(List.of("A2DP"));
+ mController.setInvisibleProfiles(List.of("A2DP"));
+ mController.setHasExtraSpace(true);
setupDevice(makeDefaultDeviceConfig());
addA2dpProfileToDevice(true, true, true);
@@ -565,7 +571,6 @@
@Test
public void prefKeyNotInBlockingList_showToggle() {
- initController(List.of());
setupDevice(makeDefaultDeviceConfig());
addA2dpProfileToDevice(true, true, true);
@@ -653,13 +658,4 @@
assertThat(switches.getFirst().getTitle()).isEqualTo(
mContext.getString(mLeAudioProfile.getNameResource(mDevice)));
}
-
- private void initController(List<String> invisibleProfiles) {
- mController = new BluetoothDetailsProfilesController(mContext, mFragment, mLocalManager,
- mCachedDevice, mLifecycle, invisibleProfiles, true);
- mProfiles.setKey(mController.getPreferenceKey());
- mController.mProfilesContainer = mProfiles;
- mScreen.removeAll();
- mScreen.addPreference(mProfiles);
- }
}
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragmentTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragmentTest.java
index 7e90171..0e052ab 100644
--- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragmentTest.java
@@ -52,7 +52,6 @@
import androidx.preference.PreferenceScreen;
import com.android.settings.R;
-import com.android.settings.bluetooth.ui.model.FragmentTypeModel;
import com.android.settings.bluetooth.ui.view.DeviceDetailsFragmentFormatter;
import com.android.settings.flags.Flags;
import com.android.settings.testutils.FakeFeatureFactory;
@@ -122,10 +121,7 @@
removeInputDeviceWithMatchingBluetoothAddress();
FakeFeatureFactory fakeFeatureFactory = FakeFeatureFactory.setupForTest();
when(fakeFeatureFactory.mBluetoothFeatureProvider.getDeviceDetailsFragmentFormatter(any(),
- any(), any(), eq(mCachedDevice))).thenReturn(mFormatter);
- when(mFormatter.getVisiblePreferenceKeys(
- FragmentTypeModel.DeviceDetailsMainFragment.INSTANCE))
- .thenReturn(null);
+ any(), any(), eq(mCachedDevice), any())).thenReturn(mFormatter);
mFragment = setupFragment();
mFragment.onAttach(mContext);
diff --git a/tests/robotests/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatterTest.kt b/tests/robotests/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatterTest.kt
index 28eaeaa..d0bd27d 100644
--- a/tests/robotests/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatterTest.kt
+++ b/tests/robotests/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatterTest.kt
@@ -39,6 +39,7 @@
import com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel
import com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingStateModel
import com.android.settingslib.bluetooth.devicesettings.shared.model.ToggleModel
+import com.android.settingslib.core.AbstractPreferenceController
import com.google.common.truth.Truth.assertThat
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.delay
@@ -73,6 +74,9 @@
@Mock private lateinit var cachedDevice: CachedBluetoothDevice
@Mock private lateinit var bluetoothAdapter: BluetoothAdapter
@Mock private lateinit var repository: DeviceSettingRepository
+ @Mock private lateinit var profileController: AbstractPreferenceController
+ @Mock private lateinit var headerController: AbstractPreferenceController
+ @Mock private lateinit var buttonController: AbstractPreferenceController
private lateinit var context: Context
private lateinit var fragment: TestFragment
@@ -98,56 +102,23 @@
fragment.preferenceScreen.run {
addPreference(Preference(context).apply { key = "bluetooth_device_header" })
addPreference(Preference(context).apply { key = "action_buttons" })
- addPreference(Preference(context).apply { key = "keyboard_settings" })
+ addPreference(Preference(context).apply { key = "bluetooth_profiles" })
}
+ `when`(profileController.preferenceKey).thenReturn("bluetooth_profiles")
+ `when`(headerController.preferenceKey).thenReturn("bluetooth_device_header")
+ `when`(buttonController.preferenceKey).thenReturn("action_buttons")
underTest =
DeviceDetailsFragmentFormatterImpl(
context,
fragment,
+ listOf(profileController, headerController, buttonController),
bluetoothAdapter,
cachedDevice,
testScope.testScheduler)
}
@Test
- fun getVisiblePreferenceKeysForMainPage_hasConfig_returnList() {
- testScope.runTest {
- `when`(repository.getDeviceSettingsConfig(cachedDevice))
- .thenReturn(
- DeviceSettingConfigModel(
- listOf(
- DeviceSettingConfigItemModel.BuiltinItem.CommonBuiltinItem(
- DeviceSettingId.DEVICE_SETTING_ID_HEADER,
- highlighted = false,
- preferenceKey = "bluetooth_device_header"
- ),
- DeviceSettingConfigItemModel.BuiltinItem.CommonBuiltinItem(
- DeviceSettingId.DEVICE_SETTING_ID_ACTION_BUTTONS, highlighted = false, preferenceKey = "action_buttons"),
- ),
- listOf(),
- null))
-
- val keys =
- underTest.getVisiblePreferenceKeys(FragmentTypeModel.DeviceDetailsMainFragment)
-
- assertThat(keys).containsExactly("bluetooth_device_header", "action_buttons")
- }
- }
-
- @Test
- fun getVisiblePreferenceKeysForMainPage_noConfig_returnNull() {
- testScope.runTest {
- `when`(repository.getDeviceSettingsConfig(cachedDevice)).thenReturn(null)
-
- val keys =
- underTest.getVisiblePreferenceKeys(FragmentTypeModel.DeviceDetailsMainFragment)
-
- assertThat(keys).isNull()
- }
- }
-
- @Test
fun getMenuItem_returnItem() {
testScope.runTest {
`when`(repository.getDeviceSettingsConfig(cachedDevice))
@@ -187,7 +158,7 @@
underTest.updateLayout(FragmentTypeModel.DeviceDetailsMainFragment)
assertThat(getDisplayedPreferences().mapNotNull { it.key })
- .containsExactly("bluetooth_device_header", "action_buttons", "keyboard_settings")
+ .containsExactly("bluetooth_device_header", "action_buttons", "bluetooth_profiles")
}
}
@@ -202,8 +173,8 @@
DeviceSettingId.DEVICE_SETTING_ID_HEADER,
highlighted = false, preferenceKey = "bluetooth_device_header"),
DeviceSettingConfigItemModel.BuiltinItem.CommonBuiltinItem(
- DeviceSettingId.DEVICE_SETTING_ID_KEYBOARD_SETTINGS,
- highlighted = false, preferenceKey = "keyboard_settings"),
+ DeviceSettingId.DEVICE_SETTING_ID_BLUETOOTH_PROFILES,
+ highlighted = false, preferenceKey = "bluetooth_profiles"),
),
listOf(),
null))
@@ -212,7 +183,7 @@
runCurrent()
assertThat(getDisplayedPreferences().mapNotNull { it.key })
- .containsExactly("bluetooth_device_header", "keyboard_settings")
+ .containsExactly("bluetooth_device_header", "bluetooth_profiles")
verify(featureFactory.metricsFeatureProvider)
.action(
SettingsEnums.PAGE_UNKNOWN,
@@ -224,7 +195,7 @@
SettingsEnums.PAGE_UNKNOWN,
SettingsEnums.ACTION_BLUETOOTH_DEVICE_DETAILS_ITEM_SHOWN,
0,
- "keyboard_settings", 1)
+ "bluetooth_profiles", 1)
}
}
@@ -242,9 +213,9 @@
DeviceSettingConfigItemModel.AppProvidedItem(
DeviceSettingId.DEVICE_SETTING_ID_ANC, highlighted = false),
DeviceSettingConfigItemModel.BuiltinItem.CommonBuiltinItem(
- DeviceSettingId.DEVICE_SETTING_ID_KEYBOARD_SETTINGS,
+ DeviceSettingId.DEVICE_SETTING_ID_BLUETOOTH_PROFILES,
highlighted = false,
- preferenceKey = "keyboard_settings"),
+ preferenceKey = "bluetooth_profiles"),
),
listOf(),
null))
@@ -273,7 +244,7 @@
.containsExactly(
"bluetooth_device_header",
"DEVICE_SETTING_${DeviceSettingId.DEVICE_SETTING_ID_ANC}",
- "keyboard_settings")
+ "bluetooth_profiles")
verify(featureFactory.metricsFeatureProvider)
.action(
SettingsEnums.PAGE_UNKNOWN,
diff --git a/tests/robotests/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceControllerTest.java b/tests/robotests/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceControllerTest.java
index 910e696..8b6f460 100644
--- a/tests/robotests/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceControllerTest.java
@@ -24,6 +24,7 @@
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
+import static org.robolectric.Shadows.shadowOf;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
@@ -31,6 +32,7 @@
import android.content.Context;
import android.content.pm.PackageManager;
import android.graphics.drawable.Drawable;
+import android.os.Looper;
import android.platform.test.flag.junit.CheckFlagsRule;
import android.platform.test.flag.junit.DeviceFlagsValueProvider;
import android.util.Pair;
@@ -226,6 +228,7 @@
mContext, mCachedDevice1, true, BluetoothDevicePreference.SortType.TYPE_NO_SORT);
mPreConnectedDeviceController.onDeviceAdded(preference1);
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(2);
}
@@ -236,6 +239,7 @@
mContext, null /* AttributeSet */);
mPreConnectedDeviceController.onDeviceAdded(dockPreference);
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(2);
}
@@ -258,6 +262,7 @@
mPreConnectedDeviceController.onDeviceAdded(preference3);
mPreConnectedDeviceController.onDeviceAdded(preference4);
mPreConnectedDeviceController.onDeviceAdded(dockPreference);
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
// 3 BluetoothDevicePreference and 1 see all preference
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(4);
@@ -269,6 +274,7 @@
mContext, mCachedDevice5, true, BluetoothDevicePreference.SortType.TYPE_NO_SORT);
mPreConnectedDeviceController.onDeviceAdded(preference);
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
// 1 see all preference
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(1);
@@ -280,6 +286,7 @@
mContext, mCachedDevice5, true, BluetoothDevicePreference.SortType.TYPE_NO_SORT);
mPreConnectedDeviceController.onDeviceAdded(preference);
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
// 1 see all preference
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(1);
@@ -296,6 +303,7 @@
mPreConnectedDeviceController.onDeviceRemoved(preference1);
mPreConnectedDeviceController.onDeviceRemoved(dockPreference);
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(1);
}
@@ -345,6 +353,7 @@
mPreConnectedDeviceController.onDeviceAdded(preference2);
mPreConnectedDeviceController.updatePreferenceGroup();
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
// Refer to the order of {@link #mMostRecentlyConnectedDevices}, the first one is see all
// preference
@@ -380,6 +389,7 @@
mPreConnectedDeviceController.onDeviceAdded(preference2);
mPreConnectedDeviceController.updatePreferenceGroup();
+ shadowOf(Looper.getMainLooper()).runToEndOfTasks();
// 1 see all preference
assertThat(mPreferenceGroup.getPreferenceCount()).isEqualTo(1);
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerForCameraPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerForCameraPreferenceControllerTest.java
new file mode 100644
index 0000000..cc710ec
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerForCameraPreferenceControllerTest.java
@@ -0,0 +1,98 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.content.res.Resources;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.internal.R;
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.widget.SelectorWithWidgetPreference;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class DoubleTapPowerForCameraPreferenceControllerTest {
+
+ private static final String KEY = "gesture_double_power_tap_launch_camera";
+ private Context mContext;
+ private Resources mResources;
+ private DoubleTapPowerForCameraPreferenceController mController;
+ private SelectorWithWidgetPreference mPreference;
+
+ @Before
+ public void setUp() {
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ mResources = mock(Resources.class);
+ when(mContext.getResources()).thenReturn(mResources);
+ mController = new DoubleTapPowerForCameraPreferenceController(mContext, KEY);
+ mPreference = new SelectorWithWidgetPreference(mContext);
+ }
+
+ @Test
+ public void updateState_launchCameraEnabled_preferenceChecked() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForCameraLaunch(mContext);
+
+ mController.updateState(mPreference);
+ assertThat(mPreference.isChecked()).isTrue();
+ }
+
+ @Test
+ public void updateState_launchCameraDisabled_preferenceNotChecked() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForWalletLaunch(mContext);
+
+ mController.updateState(mPreference);
+ assertThat(mPreference.isChecked()).isFalse();
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerGestureNotAvailable_preferenceUnsupported() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(false);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.UNSUPPORTED_ON_DEVICE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerButtonDisabled_preferenceDisabled() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(true);
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, false);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.DISABLED_DEPENDENT_SETTING);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerCameraLaunchEnabled_preferenceEnabled() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(true);
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, true);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.AVAILABLE);
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerForWalletPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerForWalletPreferenceControllerTest.java
new file mode 100644
index 0000000..c86a82e
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerForWalletPreferenceControllerTest.java
@@ -0,0 +1,100 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.content.res.Resources;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.internal.R;
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.widget.SelectorWithWidgetPreference;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class DoubleTapPowerForWalletPreferenceControllerTest {
+
+ private static final String KEY = "gesture_double_power_tap_launch_wallet";
+ private Context mContext;
+ private Resources mResources;
+ private DoubleTapPowerForWalletPreferenceController mController;
+ private SelectorWithWidgetPreference mPreference;
+
+ @Before
+ public void setUp() {
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ mResources = mock(Resources.class);
+ when(mContext.getResources()).thenReturn(mResources);
+ mController = new DoubleTapPowerForWalletPreferenceController(mContext, KEY);
+ mPreference = new SelectorWithWidgetPreference(mContext);
+ }
+
+ @Test
+ public void updateState_launchWalletEnabled_preferenceChecked() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForWalletLaunch(mContext);
+
+ mController.updateState(mPreference);
+
+ assertThat(mPreference.isChecked()).isTrue();
+ }
+
+ @Test
+ public void updateState_launchWalletDisabled_preferenceNotChecked() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForCameraLaunch(mContext);
+
+ mController.updateState(mPreference);
+
+ assertThat(mPreference.isChecked()).isFalse();
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerGestureNotAvailable_preferenceUnsupported() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(false);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.UNSUPPORTED_ON_DEVICE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerButtonDisabled_preferenceDisabled() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(true);
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, false);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.DISABLED_DEPENDENT_SETTING);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerWalletLaunchEnabled_preferenceEnabled() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(true);
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, true);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.AVAILABLE);
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerIllustrationPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerIllustrationPreferenceControllerTest.java
new file mode 100644
index 0000000..1ea2a4e
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerIllustrationPreferenceControllerTest.java
@@ -0,0 +1,74 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.when;
+
+import android.app.Application;
+
+import androidx.preference.PreferenceScreen;
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.settings.R;
+import com.android.settingslib.widget.IllustrationPreference;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class DoubleTapPowerIllustrationPreferenceControllerTest {
+
+ private static final String KEY = "gesture_double_tap_power_video";
+ private Application mContext;
+ private IllustrationPreference mPreference;
+ private DoubleTapPowerIllustrationPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = ApplicationProvider.getApplicationContext();
+ mPreference = new IllustrationPreference(mContext);
+ mController = new DoubleTapPowerIllustrationPreferenceController(mContext, KEY);
+
+ PreferenceScreen mScreen = mock(PreferenceScreen.class);
+ when(mScreen.findPreference(KEY)).thenReturn(mPreference);
+ mController.displayPreference(mScreen);
+ }
+
+ @Test
+ public void updateState_setDoubleTapPowerForCamera_showsCameraIllustration() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForCameraLaunch(mContext);
+
+ mController.updateState(mPreference);
+
+ assertThat(mPreference.getLottieAnimationResId()).isEqualTo(R.drawable.quickly_open_camera);
+ }
+
+ @Test
+ public void updateState_setDoubleTapPowerForWallet_showsWalletIllustration() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForWalletLaunch(mContext);
+
+ mController.updateState(mPreference);
+
+ assertThat(mPreference.getLottieAnimationResId())
+ .isEqualTo(R.drawable.double_tap_power_for_wallet);
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerMainSwitchPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerMainSwitchPreferenceControllerTest.java
new file mode 100644
index 0000000..502e52e
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerMainSwitchPreferenceControllerTest.java
@@ -0,0 +1,98 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.content.res.Resources;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.internal.R;
+import com.android.settings.core.BasePreferenceController;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class DoubleTapPowerMainSwitchPreferenceControllerTest {
+
+ private static final String KEY = "gesture_double_tap_power_enabled_main_switch";
+
+ private Context mContext;
+ private Resources mResources;
+ private DoubleTapPowerMainSwitchPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ mResources = mock(Resources.class);
+ when(mContext.getResources()).thenReturn(mResources);
+ mController = new DoubleTapPowerMainSwitchPreferenceController(mContext, KEY);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerGestureAvailable_preferenceEnabled() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(true);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.AVAILABLE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerGestureUnavailable_preferenceUnsupported() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(false);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.UNSUPPORTED_ON_DEVICE);
+ }
+
+ @Test
+ public void isChecked_setDoubleTapPowerGestureEnabled_mainSwitchChecked() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, true);
+
+ assertThat(mController.isChecked()).isTrue();
+ }
+
+ @Test
+ public void isChecked_setDoubleTapPowerGestureDisabled_mainSwitchUnchecked() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, false);
+
+ assertThat(mController.isChecked()).isFalse();
+ }
+
+ @Test
+ public void setChecked_checkMainSwitch_doubleTapPowerGestureEnabled() {
+ mController.setChecked(true);
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext))
+ .isTrue();
+ }
+
+ @Test
+ public void setChecked_uncheckMainSwitch_doubleTapPowerGestureDisabled() {
+ mController.setChecked(false);
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext))
+ .isFalse();
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerPreferenceControllerTest.java
index 72dd36e..17b03f3 100644
--- a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerPreferenceControllerTest.java
@@ -17,23 +17,37 @@
package com.android.settings.gestures;
import static android.provider.Settings.Secure.CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED;
+import static android.provider.Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED;
-import static com.android.settings.gestures.DoubleTapPowerPreferenceController.OFF;
-import static com.android.settings.gestures.DoubleTapPowerPreferenceController.ON;
import static com.android.settings.gestures.DoubleTapPowerPreferenceController.isSuggestionComplete;
+import static com.android.settings.gestures.DoubleTapPowerToOpenCameraPreferenceController.OFF;
+import static com.android.settings.gestures.DoubleTapPowerToOpenCameraPreferenceController.ON;
import static com.google.common.truth.Truth.assertThat;
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.when;
+
import android.content.ContentResolver;
import android.content.Context;
import android.content.SharedPreferences;
+import android.platform.test.annotations.DisableFlags;
+import android.platform.test.annotations.EnableFlags;
+import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.Settings;
+import android.service.quickaccesswallet.Flags;
+import android.text.TextUtils;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
+import com.android.settings.R;
import com.android.settings.dashboard.suggestions.SuggestionFeatureProviderImpl;
import com.android.settings.testutils.shadow.SettingsShadowResources;
import org.junit.After;
import org.junit.Before;
+import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -44,16 +58,22 @@
@Config(shadows = SettingsShadowResources.class)
public class DoubleTapPowerPreferenceControllerTest {
+ @Rule public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
private Context mContext;
private ContentResolver mContentResolver;
private DoubleTapPowerPreferenceController mController;
+ private Preference mPreference;
+ private PreferenceScreen mScreen;
private static final String KEY_DOUBLE_TAP_POWER = "gesture_double_tap_power";
@Before
public void setUp() {
- mContext = RuntimeEnvironment.application;
+ mContext = RuntimeEnvironment.getApplication();
mContentResolver = mContext.getContentResolver();
mController = new DoubleTapPowerPreferenceController(mContext, KEY_DOUBLE_TAP_POWER);
+ mPreference = new Preference(mContext);
+ mScreen = mock(PreferenceScreen.class);
+ when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
}
@After
@@ -62,7 +82,26 @@
}
@Test
- public void isAvailable_configIsTrue_shouldReturnTrue() {
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isAvailable_flagEnabled_configIsTrue_returnsTrue() {
+ SettingsShadowResources.overrideResource(
+ com.android.internal.R.bool.config_doubleTapPowerGestureEnabled, Boolean.TRUE);
+
+ assertThat(mController.isAvailable()).isTrue();
+ }
+
+ @Test
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isAvailable_flagEnabled_configIsFalse_returnsFalse() {
+ SettingsShadowResources.overrideResource(
+ com.android.internal.R.bool.config_doubleTapPowerGestureEnabled, Boolean.FALSE);
+
+ assertThat(mController.isAvailable()).isFalse();
+ }
+
+ @Test
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isAvailable_flagDisabled_configIsTrue_returnsTrue() {
SettingsShadowResources.overrideResource(
com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled,
Boolean.TRUE);
@@ -71,7 +110,8 @@
}
@Test
- public void isAvailable_configIsTrue_shouldReturnFalse() {
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isAvailable_flagDisabled_configIsFalse_returnsFalse() {
SettingsShadowResources.overrideResource(
com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled,
Boolean.FALSE);
@@ -80,43 +120,63 @@
}
@Test
- public void testIsChecked_configIsNotSet_shouldReturnTrue() {
- // Set the setting to be enabled.
- Settings.Secure.putInt(mContentResolver, CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, ON);
- mController = new DoubleTapPowerPreferenceController(mContext, KEY_DOUBLE_TAP_POWER);
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isSuggestionCompleted_enableFlag_doubleTapPower_trueWhenNotAvailable() {
+ SettingsShadowResources.overrideResource(
+ com.android.internal.R.bool.config_doubleTapPowerGestureEnabled, false);
- assertThat(mController.isChecked()).isTrue();
+ assertThat(isSuggestionComplete(mContext, null /* prefs */)).isTrue();
}
@Test
- public void testIsChecked_configIsSet_shouldReturnFalse() {
- // Set the setting to be disabled.
- Settings.Secure.putInt(mContentResolver, CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, OFF);
- mController = new DoubleTapPowerPreferenceController(mContext, KEY_DOUBLE_TAP_POWER);
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isSuggestionCompleted_enableFlag_doubleTapPower_falseWhenNotVisited() {
+ SettingsShadowResources.overrideResource(
+ com.android.internal.R.bool.config_doubleTapPowerGestureEnabled, true);
+ // No stored value in shared preferences if not visited yet.
+ final SharedPreferences prefs =
+ new SuggestionFeatureProviderImpl().getSharedPrefs(mContext);
- assertThat(mController.isChecked()).isFalse();
+ assertThat(isSuggestionComplete(mContext, prefs)).isFalse();
}
@Test
- public void isSuggestionCompleted_doubleTapPower_trueWhenNotAvailable() {
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isSuggestionCompleted_enableFlag_doubleTapPower_trueWhenVisited() {
+ SettingsShadowResources.overrideResource(
+ com.android.internal.R.bool.config_doubleTapPowerGestureEnabled, true);
+ // No stored value in shared preferences if not visited yet.
+ final SharedPreferences prefs =
+ new SuggestionFeatureProviderImpl().getSharedPrefs(mContext);
+ prefs.edit().putBoolean(DoubleTapPowerSettings.PREF_KEY_SUGGESTION_COMPLETE, true).commit();
+
+ assertThat(isSuggestionComplete(mContext, prefs)).isTrue();
+ }
+
+ @Test
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isSuggestionCompleted_disableFlag_doubleTapPower_trueWhenNotAvailable() {
SettingsShadowResources.overrideResource(
com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled, false);
- assertThat(isSuggestionComplete(mContext, null/* prefs */)).isTrue();
+ assertThat(isSuggestionComplete(mContext, null /* prefs */)).isTrue();
}
@Test
- public void isSuggestionCompleted_doubleTapPower_falseWhenNotVisited() {
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isSuggestionCompleted_disableFlag_doubleTapPower_falseWhenNotVisited() {
SettingsShadowResources.overrideResource(
com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled, true);
// No stored value in shared preferences if not visited yet.
final SharedPreferences prefs =
new SuggestionFeatureProviderImpl().getSharedPrefs(mContext);
+
assertThat(isSuggestionComplete(mContext, prefs)).isFalse();
}
@Test
- public void isSuggestionCompleted_doubleTapPower_trueWhenVisited() {
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void isSuggestionCompleted_disableFlag_doubleTapPower_trueWhenVisited() {
SettingsShadowResources.overrideResource(
com.android.internal.R.bool.config_cameraDoubleTapPowerGestureEnabled, true);
// No stored value in shared preferences if not visited yet.
@@ -128,21 +188,92 @@
}
@Test
- public void isSliceableCorrectKey_returnsTrue() {
- final DoubleTapPowerPreferenceController controller =
- new DoubleTapPowerPreferenceController(mContext, "gesture_double_tap_power");
- assertThat(controller.isSliceable()).isTrue();
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void displayPreference_flagDisabled_doubleTapPowerLegacyTitleIsDisplayed() {
+ mController.displayPreference(mScreen);
+
+ assertThat(
+ TextUtils.equals(
+ mPreference.getTitle(),
+ mContext.getText(R.string.double_tap_power_for_camera_title)))
+ .isTrue();
}
@Test
- public void isSliceableIncorrectKey_returnsFalse() {
- final DoubleTapPowerPreferenceController controller =
- new DoubleTapPowerPreferenceController(mContext, "bad_key");
- assertThat(controller.isSliceable()).isFalse();
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getSummary_flagDisabled_doubleTapPowerEnabled_returnsOn() {
+ // Set the setting to be enabled.
+ Settings.Secure.putInt(mContentResolver, CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, ON);
+
+ assertThat(
+ TextUtils.equals(
+ mController.getSummary(),
+ mContext.getText(R.string.gesture_setting_on)))
+ .isTrue();
}
@Test
- public void isPublicSlice_returnTrue() {
- assertThat(mController.isPublicSlice()).isTrue();
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getSummary_flagDisabled_doubleTapPowerDisabled_returnsOff() {
+ // Set the setting to be disabled.
+ Settings.Secure.putInt(mContentResolver, CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, OFF);
+
+ assertThat(
+ TextUtils.equals(
+ mController.getSummary(),
+ mContext.getText(R.string.gesture_setting_off)))
+ .isTrue();
+ }
+
+ @Test
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getSummary_flagEnabled_doubleTapPowerDisabled_returnsOff() {
+ // Set the setting to be disabled.
+ Settings.Secure.putInt(
+ mContentResolver, DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED, 0 /* OFF */);
+
+ assertThat(
+ TextUtils.equals(
+ mController.getSummary(),
+ mContext.getText(R.string.gesture_setting_off)))
+ .isTrue();
+ }
+
+ @Test
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getSummary_flagEnabled_doubleTapPowerEnabled_cameraTargetAction_returnsSummary() {
+ // Set the setting to be enabled.
+ Settings.Secure.putInt(
+ mContentResolver, DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED, 1 /* ON */);
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForCameraLaunch(mContext);
+
+ assertThat(
+ TextUtils.equals(
+ mController.getSummary(),
+ mContext.getString(
+ R.string.double_tap_power_summary,
+ mContext.getText(R.string.gesture_setting_on),
+ mContext.getText(
+ R.string.double_tap_power_camera_action_summary))))
+ .isTrue();
+ }
+
+ @Test
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getSummary_flagEnabled_doubleTapPowerEnabled_walletTargetAction_returnsSummary() {
+ // Set the setting to be enabled.
+ Settings.Secure.putInt(
+ mContentResolver, DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED, 1 /* ON */);
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForWalletLaunch(mContext);
+
+ assertThat(
+ TextUtils.equals(
+ mController.getSummary(),
+ mContext.getString(
+ R.string.double_tap_power_summary,
+ mContext.getText(R.string.gesture_setting_on),
+ mContext.getText(
+ R.string.double_tap_power_wallet_action_summary))))
+ .isTrue();
}
}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsTest.java
index a08b818..7d4f52e 100644
--- a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsTest.java
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsTest.java
@@ -18,9 +18,16 @@
import static com.google.common.truth.Truth.assertThat;
+import android.platform.test.annotations.DisableFlags;
+import android.platform.test.annotations.EnableFlags;
+import android.platform.test.flag.junit.SetFlagsRule;
import android.provider.SearchIndexableResource;
+import android.service.quickaccesswallet.Flags;
+
+import com.android.settings.R;
import org.junit.Before;
+import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -31,6 +38,7 @@
@RunWith(RobolectricTestRunner.class)
public class DoubleTapPowerSettingsTest {
+ @Rule public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
private DoubleTapPowerSettings mSettings;
@Before
@@ -39,12 +47,38 @@
}
@Test
- public void testSearchIndexProvider_shouldIndexResource() {
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getPreferenceScreenResId_flagEnabled_returnsFlagEnabledResId() {
+ assertThat(mSettings.getPreferenceScreenResId()).isEqualTo(R.xml.double_tap_power_settings);
+ }
+
+ @Test
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void getPreferenceScreenResId_flagDisabled_returnsFlagDisabledResId() {
+ assertThat(mSettings.getPreferenceScreenResId())
+ .isEqualTo(R.xml.double_tap_power_to_open_camera_settings);
+ }
+
+ @Test
+ @EnableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void testSearchIndexProvider_flagEnabled_shouldIndexFlagEnabledResource() {
final List<SearchIndexableResource> indexRes =
- DoubleTapPowerSettings.SEARCH_INDEX_DATA_PROVIDER.getXmlResourcesToIndex(
- RuntimeEnvironment.application, true /* enabled */);
+ DoubleTapPowerSettings.SEARCH_INDEX_DATA_PROVIDER.getXmlResourcesToIndex(
+ RuntimeEnvironment.getApplication(), true /* enabled */);
assertThat(indexRes).isNotNull();
- assertThat(indexRes.get(0).xmlResId).isEqualTo(mSettings.getPreferenceScreenResId());
+ assertThat(indexRes.get(0).xmlResId).isEqualTo(R.xml.double_tap_power_settings);
+ }
+
+ @Test
+ @DisableFlags(Flags.FLAG_LAUNCH_WALLET_OPTION_ON_POWER_DOUBLE_TAP)
+ public void testSearchIndexProvider_flagDisabled_shouldIndexFlagDisabledResource() {
+ final List<SearchIndexableResource> indexRes =
+ DoubleTapPowerSettings.SEARCH_INDEX_DATA_PROVIDER.getXmlResourcesToIndex(
+ RuntimeEnvironment.getApplication(), true /* enabled */);
+
+ assertThat(indexRes).isNotNull();
+ assertThat(indexRes.get(0).xmlResId)
+ .isEqualTo(R.xml.double_tap_power_to_open_camera_settings);
}
}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsUtilsTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsUtilsTest.java
new file mode 100644
index 0000000..817f198
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsUtilsTest.java
@@ -0,0 +1,203 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static com.android.settings.gestures.DoubleTapPowerSettingsUtils.OFF;
+import static com.android.settings.gestures.DoubleTapPowerSettingsUtils.ON;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.content.res.Resources;
+import android.provider.Settings;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.internal.R;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class DoubleTapPowerSettingsUtilsTest {
+
+ private static final int DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE = 0;
+ private static final int DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE = 1;
+
+ private Context mContext;
+ private Resources mResources;
+
+ @Before
+ public void setUp() {
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ mResources = mock(Resources.class);
+ when(mContext.getResources()).thenReturn(mResources);
+ }
+
+ @Test
+ public void isDoubleTapPowerButtonGestureAvailable_setAvailable_returnsTrue() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(true);
+
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureAvailable(mContext))
+ .isTrue();
+ }
+
+ @Test
+ public void isDoubleTapPowerButtonGestureAvailable_setUnavailable_returnsFalse() {
+ when(mResources.getBoolean(R.bool.config_doubleTapPowerGestureEnabled)).thenReturn(false);
+
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureAvailable(mContext))
+ .isFalse();
+ }
+
+ @Test
+ public void isDoubleTapPowerButtonGestureEnabled_setEnabled_returnsTrue() {
+ Settings.Secure.putInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED,
+ ON);
+
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext))
+ .isTrue();
+ }
+
+ @Test
+ public void isDoubleTapPowerButtonGestureEnabled_setDisabled_returnsFalse() {
+ Settings.Secure.putInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED,
+ OFF);
+
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext))
+ .isFalse();
+ }
+
+ @Test
+ public void isDoubleTapPowerButtonGestureEnabled_valueNotSet_returnsTrue() {
+ assertThat(DoubleTapPowerSettingsUtils.isDoubleTapPowerButtonGestureEnabled(mContext))
+ .isTrue();
+ }
+
+ @Test
+ public void setDoubleTapPowerButtonGestureEnabled_setEnabled_returnsEnabled() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, true);
+
+ assertThat(
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED,
+ OFF))
+ .isEqualTo(ON);
+ }
+
+ @Test
+ public void setDoubleTapPowerButtonGestureEnabled_setDisabled_returnsDisabled() {
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonGestureEnabled(mContext, false);
+
+ assertThat(
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE_ENABLED,
+ ON))
+ .isEqualTo(OFF);
+ }
+
+ @Test
+ public void isDoubleTapPowerButtonGestureForCameraLaunchEnabled_valueSetToCamera_returnsTrue() {
+ Settings.Secure.putInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE,
+ DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE);
+
+ assertThat(
+ DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(mContext))
+ .isTrue();
+ }
+
+ @Test
+ public void
+ isDoubleTapPowerButtonGestureForCameraLaunchEnabled_valueNotSetToCamera_returnsFalse() {
+ Settings.Secure.putInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE,
+ DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE);
+
+ assertThat(
+ DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(mContext))
+ .isFalse();
+ }
+
+ @Test
+ public void
+ isDoubleTapPowerButtonGestureForCameraLaunchEnabled_defaultSetToCamera_returnsTrue() {
+ when(mResources.getInteger(R.integer.config_defaultDoubleTapPowerGestureAction))
+ .thenReturn(DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE);
+
+ assertThat(
+ DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(mContext))
+ .isTrue();
+ }
+
+ @Test
+ public void
+ isDoubleTapPowerButtonGestureForCameraLaunchEnabled_defaultNotCamera_returnsFalse() {
+ when(mResources.getInteger(R.integer.config_defaultDoubleTapPowerGestureAction))
+ .thenReturn(DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE);
+
+ assertThat(
+ DoubleTapPowerSettingsUtils
+ .isDoubleTapPowerButtonGestureForCameraLaunchEnabled(mContext))
+ .isFalse();
+ }
+
+ @Test
+ public void setDoubleTapPowerButtonForCameraLaunch_setGestureBehaviorToCameraLaunch() {
+ boolean result =
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForCameraLaunch(mContext);
+
+ assertThat(result).isTrue();
+ assertThat(
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE,
+ DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE))
+ .isEqualTo(DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE);
+ }
+
+ @Test
+ public void setDoubleTapPowerButtonForWalletLaunch_setGestureBehaviorToWalletLaunch() {
+ boolean result =
+ DoubleTapPowerSettingsUtils.setDoubleTapPowerButtonForWalletLaunch(mContext);
+
+ assertThat(result).isTrue();
+ assertThat(
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ Settings.Secure.DOUBLE_TAP_POWER_BUTTON_GESTURE,
+ DOUBLE_TAP_POWER_BUTTON_CAMERA_LAUNCH_VALUE))
+ .isEqualTo(DOUBLE_TAP_POWER_BUTTON_WALLET_LAUNCH_VALUE);
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerToOpenCameraPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerToOpenCameraPreferenceControllerTest.java
new file mode 100644
index 0000000..54d17ba
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/DoubleTapPowerToOpenCameraPreferenceControllerTest.java
@@ -0,0 +1,162 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.gestures;
+
+import static android.provider.Settings.Secure.CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED;
+
+import static com.android.settings.gestures.DoubleTapPowerToOpenCameraPreferenceController.OFF;
+import static com.android.settings.gestures.DoubleTapPowerToOpenCameraPreferenceController.ON;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.content.res.Resources;
+import android.platform.test.flag.junit.SetFlagsRule;
+import android.provider.Settings;
+
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.internal.R;
+import com.android.settings.core.BasePreferenceController;
+import com.android.settings.testutils.shadow.SettingsShadowResources;
+
+import org.junit.After;
+import org.junit.Before;
+import org.junit.Rule;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.robolectric.RuntimeEnvironment;
+import org.robolectric.annotation.Config;
+
+@RunWith(AndroidJUnit4.class)
+@Config(shadows = SettingsShadowResources.class)
+public class DoubleTapPowerToOpenCameraPreferenceControllerTest {
+ @Rule public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
+ private Context mContext;
+ private Resources mResources;
+ private DoubleTapPowerToOpenCameraPreferenceController mController;
+ private static final String KEY_DOUBLE_TAP_POWER = "gesture_double_tap_power";
+
+ @Before
+ public void setUp() {
+ mContext = spy(RuntimeEnvironment.getApplication());
+ mResources = mock(Resources.class);
+ when(mContext.getResources()).thenReturn(mResources);
+ mController =
+ new DoubleTapPowerToOpenCameraPreferenceController(mContext, KEY_DOUBLE_TAP_POWER);
+ }
+
+ @After
+ public void tearDown() {
+ SettingsShadowResources.reset();
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerGestureDisabled_preferenceUnsupported() {
+ when(mResources.getBoolean(R.bool.config_cameraDoubleTapPowerGestureEnabled))
+ .thenReturn(false);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.UNSUPPORTED_ON_DEVICE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_setDoubleTapPowerGestureEnabled_preferenceSupported() {
+ when(mResources.getBoolean(R.bool.config_cameraDoubleTapPowerGestureEnabled))
+ .thenReturn(true);
+
+ assertThat(mController.getAvailabilityStatus())
+ .isEqualTo(BasePreferenceController.AVAILABLE);
+ }
+
+ @Test
+ public void isChecked_configIsNotSet_returnsTrue() {
+ // Set the setting to be enabled.
+ Settings.Secure.putInt(
+ mContext.getContentResolver(), CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, ON);
+
+ assertThat(mController.isChecked()).isTrue();
+ }
+
+ @Test
+ public void isChecked_setConfigFalse_returnsFalse() {
+ // Set the setting to be disabled.
+ Settings.Secure.putInt(
+ mContext.getContentResolver(), CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, OFF);
+
+ assertThat(mController.isChecked()).isFalse();
+ }
+
+ @Test
+ public void isChecked_setConfigTrue_returnsFalse() {
+ // Set the setting to be disabled.
+ Settings.Secure.putInt(
+ mContext.getContentResolver(), CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, ON);
+
+ assertThat(mController.isChecked()).isTrue();
+ }
+
+ @Test
+ public void setChecked_checkToggle_cameraDoubleTapPowerGestureEnabled() {
+ mController.setChecked(true);
+
+ assertThat(
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED,
+ OFF))
+ .isEqualTo(ON);
+ }
+
+ @Test
+ public void setChecked_uncheckToggle_cameraDoubleTapPowerGestureDisabled() {
+ mController.setChecked(false);
+
+ assertThat(
+ Settings.Secure.getInt(
+ mContext.getContentResolver(),
+ CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED,
+ ON))
+ .isEqualTo(OFF);
+ }
+
+ @Test
+ public void isSliceableCorrectKey_returnsTrue() {
+ final DoubleTapPowerToOpenCameraPreferenceController controller =
+ new DoubleTapPowerToOpenCameraPreferenceController(
+ mContext, "gesture_double_tap_power");
+
+ assertThat(controller.isSliceable()).isTrue();
+ }
+
+ @Test
+ public void isSliceableIncorrectKey_returnsFalse() {
+ final DoubleTapPowerToOpenCameraPreferenceController controller =
+ new DoubleTapPowerToOpenCameraPreferenceController(mContext, "bad_key");
+
+ assertThat(controller.isSliceable()).isFalse();
+ }
+
+ @Test
+ public void isPublicSlice_returnTrue() {
+ assertThat(mController.isPublicSlice()).isTrue();
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/notification/PhoneRingtonePreferenceControllerTest.java b/tests/robotests/src/com/android/settings/notification/PhoneRingtonePreferenceControllerTest.java
index 24e8458..9e49653 100644
--- a/tests/robotests/src/com/android/settings/notification/PhoneRingtonePreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/notification/PhoneRingtonePreferenceControllerTest.java
@@ -21,17 +21,22 @@
import static org.mockito.Mockito.when;
import android.content.Context;
+import android.content.res.Resources;
import android.media.RingtoneManager;
+import android.media.audio.Flags;
+import android.platform.test.annotations.DisableFlags;
+import android.platform.test.annotations.EnableFlags;
+import android.platform.test.flag.junit.SetFlagsRule;
import android.telephony.TelephonyManager;
+
import org.junit.Before;
+import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.robolectric.RobolectricTestRunner;
-import org.robolectric.RuntimeEnvironment;
-import org.robolectric.shadows.ShadowApplication;
@RunWith(RobolectricTestRunner.class)
public class PhoneRingtonePreferenceControllerTest {
@@ -39,33 +44,60 @@
@Mock
private TelephonyManager mTelephonyManager;
- private Context mContext;
+ @Mock
+ private Context mMockContext;
+
+ @Mock
+ private Resources mMockResources;
+
private PhoneRingtonePreferenceController mController;
+ @Rule
+ public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
+
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);
- ShadowApplication shadowContext = ShadowApplication.getInstance();
- shadowContext.setSystemService(Context.TELEPHONY_SERVICE, mTelephonyManager);
- mContext = RuntimeEnvironment.application;
- mController = new PhoneRingtonePreferenceController(mContext);
+ when(mMockContext.getResources()).thenReturn(mMockResources);
+ when(mMockContext.getSystemService(
+ Context.TELEPHONY_SERVICE)).thenReturn(mTelephonyManager);
+ mController = new PhoneRingtonePreferenceController(mMockContext);
}
@Test
+ @DisableFlags(Flags.FLAG_ENABLE_RINGTONE_HAPTICS_CUSTOMIZATION)
public void isAvailable_notVoiceCapable_shouldReturnFalse() {
+ when(mMockResources
+ .getBoolean(com.android.internal.R.bool.config_ringtoneVibrationSettingsSupported))
+ .thenReturn(false);
when(mTelephonyManager.isVoiceCapable()).thenReturn(false);
assertThat(mController.isAvailable()).isFalse();
}
@Test
+ @DisableFlags(Flags.FLAG_ENABLE_RINGTONE_HAPTICS_CUSTOMIZATION)
public void isAvailable_VoiceCapable_shouldReturnTrue() {
+ when(mMockResources
+ .getBoolean(com.android.internal.R.bool.config_ringtoneVibrationSettingsSupported))
+ .thenReturn(false);
when(mTelephonyManager.isVoiceCapable()).thenReturn(true);
assertThat(mController.isAvailable()).isTrue();
}
@Test
+ @EnableFlags(Flags.FLAG_ENABLE_RINGTONE_HAPTICS_CUSTOMIZATION)
+ public void isAvailable_vibrationSupported_shouldReturnFalse() {
+ when(mMockResources
+ .getBoolean(com.android.internal.R.bool.config_ringtoneVibrationSettingsSupported))
+ .thenReturn(true);
+ when(mTelephonyManager.isVoiceCapable()).thenReturn(true);
+
+ assertThat(mController.isAvailable()).isFalse();
+ }
+
+ @Test
public void getRingtoneType_shouldReturnRingtone() {
assertThat(mController.getRingtoneType()).isEqualTo(RingtoneManager.TYPE_RINGTONE);
}
diff --git a/tests/robotests/src/com/android/settings/notification/SeparateRingVolumePreferenceTest.kt b/tests/robotests/src/com/android/settings/notification/SeparateRingVolumePreferenceTest.kt
index 21ddd75..0cdd7c0 100644
--- a/tests/robotests/src/com/android/settings/notification/SeparateRingVolumePreferenceTest.kt
+++ b/tests/robotests/src/com/android/settings/notification/SeparateRingVolumePreferenceTest.kt
@@ -17,6 +17,7 @@
package com.android.settings.notification
import android.content.ContextWrapper
+import android.media.AudioManager
import android.media.AudioManager.RINGER_MODE_NORMAL
import android.media.AudioManager.RINGER_MODE_SILENT
import android.media.AudioManager.RINGER_MODE_VIBRATE
@@ -36,14 +37,15 @@
@RunWith(AndroidJUnit4::class)
class SeparateRingVolumePreferenceTest {
private var audioHelper = mock<AudioHelper>()
+ private var audioManager = mock<AudioManager>()
private var vibrator: Vibrator? = null
private var ringVolumePreference = SeparateRingVolumePreference()
-
private val context =
object : ContextWrapper(ApplicationProvider.getApplicationContext()) {
override fun getSystemService(name: String): Any? =
- when {
- name == getSystemServiceName(Vibrator::class.java) -> vibrator
+ when (name) {
+ getSystemServiceName(Vibrator::class.java) -> vibrator
+ getSystemServiceName(AudioManager::class.java) -> audioManager
else -> super.getSystemService(name)
}
}
@@ -73,78 +75,76 @@
@Test
fun getEffectiveRingerMode_noVibratorAndVibrateMode_shouldReturnSilentMode() {
vibrator = mock { on { hasVibrator() } doReturn false }
- audioHelper = mock { on { ringerModeInternal } doReturn RINGER_MODE_VIBRATE }
- ringVolumePreference =
- spy(ringVolumePreference).stub {
- onGeneric { createAudioHelper(context) } doReturn audioHelper
- }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_VIBRATE }
- assertThat(ringVolumePreference.getEffectiveRingerMode(context))
- .isEqualTo(RINGER_MODE_SILENT)
+ assertThat(context.getEffectiveRingerMode()).isEqualTo(RINGER_MODE_SILENT)
}
@Test
fun getEffectiveRingerMode_hasVibratorAndVibrateMode_shouldReturnVibrateMode() {
vibrator = mock { on { hasVibrator() } doReturn true }
- audioHelper = mock { on { ringerModeInternal } doReturn RINGER_MODE_VIBRATE }
- ringVolumePreference =
- spy(ringVolumePreference).stub {
- onGeneric { createAudioHelper(context) } doReturn audioHelper
- }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_VIBRATE }
- assertThat(ringVolumePreference.getEffectiveRingerMode(context))
- .isEqualTo(RINGER_MODE_VIBRATE)
+ assertThat(context.getEffectiveRingerMode()).isEqualTo(RINGER_MODE_VIBRATE)
}
@Test
fun getEffectiveRingerMode_hasVibratorAndNormalMode_shouldReturnNormalMode() {
vibrator = mock { on { hasVibrator() } doReturn true }
- audioHelper = mock { on { ringerModeInternal } doReturn RINGER_MODE_NORMAL }
- ringVolumePreference =
- spy(ringVolumePreference).stub {
- onGeneric { createAudioHelper(context) } doReturn audioHelper
- }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_NORMAL }
- assertThat(ringVolumePreference.getEffectiveRingerMode(context))
- .isEqualTo(RINGER_MODE_NORMAL)
+ assertThat(context.getEffectiveRingerMode()).isEqualTo(RINGER_MODE_NORMAL)
}
@Test
- fun getMuteIcon_normalMode_shouldReturnRingVolumeIcon() {
+ fun getIconRes_normalMode_shouldReturnRingVolumeIcon() {
vibrator = mock { on { hasVibrator() } doReturn true }
- audioHelper = mock { on { ringerModeInternal } doReturn RINGER_MODE_NORMAL }
- ringVolumePreference =
- spy(ringVolumePreference).stub {
- onGeneric { createAudioHelper(context) } doReturn audioHelper
- }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_NORMAL }
- assertThat(ringVolumePreference.getMuteIcon(context)).isEqualTo(R.drawable.ic_ring_volume)
+ assertThat(context.getIconRes()).isEqualTo(R.drawable.ic_ring_volume)
}
@Test
fun getMuteIcon_vibrateMode_shouldReturnVibrateIcon() {
vibrator = mock { on { hasVibrator() } doReturn true }
- audioHelper = mock { on { ringerModeInternal } doReturn RINGER_MODE_VIBRATE }
- ringVolumePreference =
- spy(ringVolumePreference).stub {
- onGeneric { createAudioHelper(context) } doReturn audioHelper
- }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_VIBRATE }
- assertThat(ringVolumePreference.getMuteIcon(context))
- .isEqualTo(R.drawable.ic_volume_ringer_vibrate)
+ assertThat(context.getIconRes()).isEqualTo(R.drawable.ic_volume_ringer_vibrate)
}
@Test
fun getMuteIcon_silentMode_shouldReturnSilentIcon() {
vibrator = mock { on { hasVibrator() } doReturn false }
- audioHelper = mock { on { ringerModeInternal } doReturn RINGER_MODE_VIBRATE }
- ringVolumePreference =
- spy(ringVolumePreference).stub {
- onGeneric { createAudioHelper(context) } doReturn audioHelper
- }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_VIBRATE }
- assertThat(ringVolumePreference.getMuteIcon(context))
- .isEqualTo(R.drawable.ic_ring_volume_off)
+ assertThat(context.getIconRes()).isEqualTo(R.drawable.ic_ring_volume_off)
+ }
+
+ @Test
+ fun getContentDescription_normalMode_shouldReturnTitleDescription() {
+ vibrator = mock { on { hasVibrator() } doReturn true }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_NORMAL }
+
+ assertThat(context.getContentDescription())
+ .isEqualTo(context.getString(R.string.separate_ring_volume_option_title))
+ }
+
+ @Test
+ fun getContentDescription_vibrateMode_shouldReturnVibrateModeDescription() {
+ vibrator = mock { on { hasVibrator() } doReturn true }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_VIBRATE }
+
+ assertThat(context.getContentDescription())
+ .isEqualTo(context.getString(R.string.ringer_content_description_vibrate_mode))
+ }
+
+ @Test
+ fun getContentDescription_silentMode_shouldReturnSilentModeDescription() {
+ vibrator = mock { on { hasVibrator() } doReturn false }
+ audioManager = mock { on { getRingerModeInternal() } doReturn RINGER_MODE_VIBRATE }
+
+ assertThat(context.getContentDescription())
+ .isEqualTo(context.getString(R.string.ringer_content_description_silent_mode))
}
}
// LINT.ThenChange(SeparateRingVolumePreferenceControllerTest.java)
diff --git a/tests/robotests/src/com/android/settings/notification/modes/ZenModeEditNamePreferenceControllerTest.java b/tests/robotests/src/com/android/settings/notification/modes/ZenModeEditNamePreferenceControllerTest.java
index caaa1a5..55d7d3d 100644
--- a/tests/robotests/src/com/android/settings/notification/modes/ZenModeEditNamePreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/notification/modes/ZenModeEditNamePreferenceControllerTest.java
@@ -16,6 +16,9 @@
package com.android.settings.notification.modes;
+import static android.util.TypedValue.COMPLEX_UNIT_DIP;
+import static android.view.View.MeasureSpec.makeMeasureSpec;
+
import static com.google.common.truth.Truth.assertThat;
import static org.mockito.Mockito.verify;
@@ -25,6 +28,8 @@
import android.content.Context;
import android.platform.test.annotations.EnableFlags;
import android.platform.test.flag.junit.SetFlagsRule;
+import android.util.TypedValue;
+import android.view.View.MeasureSpec;
import android.widget.EditText;
import androidx.preference.PreferenceManager;
@@ -45,6 +50,7 @@
import org.mockito.MockitoAnnotations;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment;
+import org.robolectric.annotation.Config;
import java.util.function.Consumer;
@@ -55,6 +61,7 @@
@Rule
public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
+ private Context mContext;
private ZenModeEditNamePreferenceController mController;
private LayoutPreference mPreference;
private TextInputLayout mTextInputLayout;
@@ -65,15 +72,15 @@
public void setup() {
MockitoAnnotations.initMocks(this);
- Context context = RuntimeEnvironment.application;
- PreferenceManager preferenceManager = new PreferenceManager(context);
+ mContext = RuntimeEnvironment.application;
+ PreferenceManager preferenceManager = new PreferenceManager(mContext);
// Inflation is a test in itself, because it will crash if the Theme isn't set correctly.
- PreferenceScreen preferenceScreen = preferenceManager.inflateFromResource(context,
+ PreferenceScreen preferenceScreen = preferenceManager.inflateFromResource(mContext,
R.xml.modes_edit_name_icon, null);
mPreference = preferenceScreen.findPreference("name");
- mController = new ZenModeEditNamePreferenceController(context, "name", mNameSetter);
+ mController = new ZenModeEditNamePreferenceController(mContext, "name", mNameSetter);
mController.displayPreference(preferenceScreen);
mTextInputLayout = mPreference.findViewById(R.id.edit_input_layout);
mEditText = mPreference.findViewById(android.R.id.edit);
@@ -114,4 +121,15 @@
assertThat(mTextInputLayout.getError()).isNull();
}
+
+ @Test
+ @Config(qualifiers = "xxxhdpi")
+ public void onEditTextMeasure_hasRequiredHeightForAccessibility() {
+ mEditText.measure(makeMeasureSpec(1_000, MeasureSpec.AT_MOST),
+ makeMeasureSpec(1_000, MeasureSpec.AT_MOST));
+
+ assertThat(mEditText.getMeasuredHeight()).isAtLeast(
+ (int) TypedValue.applyDimension(COMPLEX_UNIT_DIP, 48,
+ mContext.getResources().getDisplayMetrics()));
+ }
}
diff --git a/tests/robotests/src/com/android/settings/sim/SimSelectNotificationTest.java b/tests/robotests/src/com/android/settings/sim/SimSelectNotificationTest.java
index 36f6cd4..0171dc4 100644
--- a/tests/robotests/src/com/android/settings/sim/SimSelectNotificationTest.java
+++ b/tests/robotests/src/com/android/settings/sim/SimSelectNotificationTest.java
@@ -54,6 +54,7 @@
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.res.Resources;
+import android.os.UserManager;
import android.provider.Settings;
import android.telephony.SubscriptionInfo;
import android.telephony.SubscriptionManager;
@@ -103,6 +104,8 @@
private DisplayMetrics mDisplayMetrics;
@Mock
private SimDialogActivity mActivity;
+ @Mock
+ private UserManager mUserManager;
private final String mFakeDisplayName = "fake_display_name";
private final CharSequence mFakeNotificationChannelTitle = "fake_notification_channel_title";
@@ -128,6 +131,8 @@
.thenReturn(mNotificationManager);
when(mContext.getSystemService(Context.TELEPHONY_SERVICE))
.thenReturn(mTelephonyManager);
+ when(mContext.getSystemService(UserManager.class))
+ .thenReturn(mUserManager);
when(mContext.getSystemService(SubscriptionManager.class)).thenReturn(mSubscriptionManager);
when(mContext.getSystemService(Context.TELEPHONY_SUBSCRIPTION_SERVICE))
.thenReturn(mSubscriptionManager);
@@ -135,6 +140,7 @@
when(mContext.getPackageManager()).thenReturn(mPackageManager);
when(mPackageManager.checkPermission(any(), any()))
.thenReturn(PackageManager.PERMISSION_GRANTED);
+ when(mUserManager.isMainUser()).thenReturn(true);
when(mTelephonyManager.createForSubscriptionId(anyInt())).thenReturn(mTelephonyManager);
when(mTelephonyManager.isDataEnabledForApn(TYPE_MMS)).thenReturn(false);
@@ -218,6 +224,18 @@
}
@Test
+ public void onReceivePrimarySubListChange_userIdIsNotMain_notificationShouldNotSend() {
+ when(mUserManager.isMainUser()).thenReturn(false);
+ Intent intent = new Intent(TelephonyManager.ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED);
+ intent.putExtra(EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE,
+ EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_DATA);
+
+ // If MMS data is already enabled, there's no need to trigger the notification.
+ mSimSelectNotification.onReceive(mContext, intent);
+ verify(mNotificationManager, never()).createNotificationChannel(any());
+ }
+
+ @Test
public void onReceivePrimarySubListChange_NoExtra_notificationShouldNotSend() {
Intent intent = new Intent(TelephonyManager.ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED);
diff --git a/tests/robotests/src/com/android/settings/widget/SettingsMainSwitchPreferenceTest.java b/tests/robotests/src/com/android/settings/widget/SettingsMainSwitchPreferenceTest.java
index a5ebdad..498a2c2 100644
--- a/tests/robotests/src/com/android/settings/widget/SettingsMainSwitchPreferenceTest.java
+++ b/tests/robotests/src/com/android/settings/widget/SettingsMainSwitchPreferenceTest.java
@@ -41,6 +41,7 @@
private EnforcedAdmin mEnforcedAdmin;
private SettingsMainSwitchPreference mPreference;
private PreferenceViewHolder mHolder;
+ private View mRootView;
@Before
public void setUp() {
@@ -50,9 +51,9 @@
mPreference = new SettingsMainSwitchPreference(context);
ReflectionHelpers.setField(mPreference, "mEnforcedAdmin", mEnforcedAdmin);
ReflectionHelpers.setField(mPreference, "mMainSwitchBar", switchBar);
- final View rootView = View.inflate(context, com.android.settings.R.layout.preference_widget_main_switch,
+ mRootView = View.inflate(context, com.android.settings.R.layout.preference_widget_main_switch,
null /* parent */);
- mHolder = PreferenceViewHolder.createInstanceForTests(rootView);
+ mHolder = PreferenceViewHolder.createInstanceForTests(mRootView);
}
@Test
@@ -74,4 +75,22 @@
assertThat(mPreference.isShowing()).isFalse();
assertThat(mPreference.isVisible()).isFalse();
}
+
+ @Test
+ public void focusability_mainSwitchBarIsNotFocusable() {
+ mPreference.show();
+
+ mPreference.onBindViewHolder(mHolder);
+
+ assertThat(mPreference.getSwitchBar().isFocusable()).isFalse();
+ }
+
+ @Test
+ public void focusability_mainSwitchBarFrameLayoutIsFocusable() {
+ mPreference.show();
+
+ mPreference.onBindViewHolder(mHolder);
+
+ assertThat(mRootView.isFocusable()).isTrue();
+ }
}
diff --git a/tests/robotests/testutils/com/android/settings/testutils/shadow/ShadowUtils.java b/tests/robotests/testutils/com/android/settings/testutils/shadow/ShadowUtils.java
index ed03bcc..7d115f8 100644
--- a/tests/robotests/testutils/com/android/settings/testutils/shadow/ShadowUtils.java
+++ b/tests/robotests/testutils/com/android/settings/testutils/shadow/ShadowUtils.java
@@ -51,6 +51,7 @@
private static boolean sIsBatteryPresent;
private static boolean sIsMultipleBiometricsSupported;
private static boolean sIsPrivateProfile;
+ private static boolean sIsProtectedPackage;
@Implementation
protected static int enforceSameOwner(Context context, int userId) {
@@ -84,6 +85,7 @@
sIsBatteryPresent = true;
sIsMultipleBiometricsSupported = false;
sIsPrivateProfile = false;
+ sIsProtectedPackage = false;
}
public static void setIsDemoUser(boolean isDemoUser) {
@@ -199,4 +201,13 @@
public static void setIsPrivateProfile(boolean isPrivateProfile) {
sIsPrivateProfile = isPrivateProfile;
}
+
+ @Implementation
+ protected static boolean isProtectedPackage(Context context, String packageName) {
+ return sIsProtectedPackage;
+ }
+
+ public static void setIsProtectedPackage(boolean isProtectedPackage) {
+ sIsProtectedPackage = isProtectedPackage;
+ }
}
diff --git a/tests/spa_unit/src/com/android/settings/network/TetherPreferenceControllerTest.kt b/tests/spa_unit/src/com/android/settings/network/TetherPreferenceControllerTest.kt
index 51d2c87..205cfa0 100644
--- a/tests/spa_unit/src/com/android/settings/network/TetherPreferenceControllerTest.kt
+++ b/tests/spa_unit/src/com/android/settings/network/TetherPreferenceControllerTest.kt
@@ -18,6 +18,9 @@
import android.content.Context
import android.net.TetheringManager
+import androidx.lifecycle.testing.TestLifecycleOwner
+import androidx.preference.PreferenceCategory
+import androidx.preference.PreferenceManager
import androidx.test.core.app.ApplicationProvider
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.android.dx.mockito.inline.extended.ExtendedMockito
@@ -25,11 +28,15 @@
import com.android.settings.core.BasePreferenceController
import com.android.settingslib.TetherUtil
import com.google.common.truth.Truth.assertThat
+import kotlinx.coroutines.delay
+import kotlinx.coroutines.flow.flowOf
+import kotlinx.coroutines.runBlocking
import org.junit.After
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.MockitoSession
+import org.mockito.kotlin.mock
import org.mockito.quality.Strictness
@RunWith(AndroidJUnit4::class)
@@ -38,7 +45,14 @@
private val context: Context = ApplicationProvider.getApplicationContext()
- private val controller = TetherPreferenceController(context, TEST_KEY)
+ private val mockTetheredRepository =
+ mock<TetheredRepository> { on { tetheredTypesFlow() }.thenReturn(flowOf(emptySet())) }
+
+ private val controller = TetherPreferenceController(context, TEST_KEY, mockTetheredRepository)
+
+ private val preference = PreferenceCategory(context).apply { key = TEST_KEY }
+
+ private val preferenceScreen = PreferenceManager(context).createPreferenceScreen(context)
@Before
fun setUp() {
@@ -49,6 +63,9 @@
.startMocking()
ExtendedMockito.doReturn(true).`when` { TetherUtil.isTetherAvailable(context) }
+
+ preferenceScreen.addPreference(preference)
+ controller.displayPreference(preferenceScreen)
}
@After
@@ -57,21 +74,30 @@
}
@Test
- fun getAvailabilityStatus_whenTetherAvailable() {
- ExtendedMockito.doReturn(true).`when` { TetherUtil.isTetherAvailable(context) }
-
+ fun getAvailabilityStatus_alwaysReturnAvailable() {
val availabilityStatus = controller.availabilityStatus
assertThat(availabilityStatus).isEqualTo(BasePreferenceController.AVAILABLE)
}
@Test
- fun getAvailabilityStatus_whenTetherNotAvailable() {
+ fun onViewCreated_whenTetherAvailable() = runBlocking {
+ ExtendedMockito.doReturn(true).`when` { TetherUtil.isTetherAvailable(context) }
+
+ controller.onViewCreated(TestLifecycleOwner())
+ delay(100)
+
+ assertThat(preference.isVisible).isTrue()
+ }
+
+ @Test
+ fun onViewCreated_whenTetherNotAvailable() = runBlocking {
ExtendedMockito.doReturn(false).`when` { TetherUtil.isTetherAvailable(context) }
- val availabilityStatus = controller.availabilityStatus
+ controller.onViewCreated(TestLifecycleOwner())
+ delay(100)
- assertThat(availabilityStatus).isEqualTo(BasePreferenceController.CONDITIONALLY_UNAVAILABLE)
+ assertThat(preference.isVisible).isFalse()
}
@Test
diff --git a/tests/spa_unit/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceControllerTest.kt b/tests/spa_unit/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceControllerTest.kt
index 641866d..6044389 100644
--- a/tests/spa_unit/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceControllerTest.kt
+++ b/tests/spa_unit/src/com/android/settings/network/telephony/gsm/AutoSelectPreferenceControllerTest.kt
@@ -218,6 +218,20 @@
}
@Test
+ @EnableFlags(Flags.FLAG_SATELLITE_OEM_SETTINGS_UX_MIGRATION)
+ fun initialization_noSatellite_noCrash() {
+ `when`(context.getSystemService(SatelliteManager::class.java)).thenReturn(null)
+
+ AutoSelectPreferenceController(
+ context = context,
+ key = TEST_KEY,
+ allowedNetworkTypesFlowFactory = { emptyFlow() },
+ serviceStateFlowFactory = { flowOf(serviceState) },
+ getConfigForSubId = { carrierConfig },
+ ).init(subId = SUB_ID)
+ }
+
+ @Test
fun onClick_turnOff_startNetworkSelectActivity() {
serviceState.isManualSelection = false
diff --git a/tests/spa_unit/src/com/android/settings/spa/app/appinfo/PackageInfoPresenterTest.kt b/tests/spa_unit/src/com/android/settings/spa/app/appinfo/PackageInfoPresenterTest.kt
index 5dd66e8..f35359f 100644
--- a/tests/spa_unit/src/com/android/settings/spa/app/appinfo/PackageInfoPresenterTest.kt
+++ b/tests/spa_unit/src/com/android/settings/spa/app/appinfo/PackageInfoPresenterTest.kt
@@ -17,6 +17,7 @@
package com.android.settings.spa.app.appinfo
import android.app.ActivityManager
+import android.app.KeyguardManager
import android.app.settings.SettingsEnums
import android.content.Context
import android.content.Intent
@@ -25,6 +26,8 @@
import android.net.Uri
import androidx.test.core.app.ApplicationProvider
import androidx.test.ext.junit.runners.AndroidJUnit4
+import com.android.dx.mockito.inline.extended.ExtendedMockito
+import com.android.settings.Utils
import com.android.settings.testutils.FakeFeatureFactory
import com.android.settings.testutils.mockAsUser
import com.android.settingslib.spaprivileged.framework.common.activityManager
@@ -33,8 +36,11 @@
import kotlinx.coroutines.delay
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.test.TestScope
+import org.junit.After
+import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
+import org.mockito.MockitoSession
import org.mockito.kotlin.any
import org.mockito.kotlin.argumentCaptor
import org.mockito.kotlin.doNothing
@@ -43,6 +49,7 @@
import org.mockito.kotlin.spy
import org.mockito.kotlin.verify
import org.mockito.kotlin.whenever
+import org.mockito.quality.Strictness
@RunWith(AndroidJUnit4::class)
class PackageInfoPresenterTest {
@@ -51,9 +58,14 @@
private val mockActivityManager = mock<ActivityManager>()
+ private val mockKeyguardManager = mock<KeyguardManager>()
+
+ private lateinit var mockSession: MockitoSession
+
private val context: Context = spy(ApplicationProvider.getApplicationContext()) {
on { packageManager } doReturn mockPackageManager
on { activityManager } doReturn mockActivityManager
+ on { getSystemService(Context.KEYGUARD_SERVICE) } doReturn mockKeyguardManager
doNothing().whenever(mock).startActivityAsUser(any(), any())
mock.mockAsUser()
}
@@ -66,6 +78,24 @@
private val packageInfoPresenter =
PackageInfoPresenter(context, PACKAGE_NAME, USER_ID, TestScope(), packageManagers)
+ private var isUserAuthenticated: Boolean = false
+
+ @Before
+ fun setUp() {
+ mockSession = ExtendedMockito.mockitoSession()
+ .initMocks(this)
+ .mockStatic(Utils::class.java)
+ .strictness(Strictness.LENIENT)
+ .startMocking()
+ whenever(Utils.isProtectedPackage(context, PACKAGE_NAME)).thenReturn(false)
+ }
+
+ @After
+ fun tearDown() {
+ mockSession.finishMocking()
+ isUserAuthenticated = false
+ }
+
@Test
fun isInterestedAppChange_packageChanged_isInterested() {
val intent = Intent(Intent.ACTION_PACKAGE_CHANGED).apply {
@@ -129,25 +159,37 @@
packageInfoPresenter.disable()
delay(100)
- verifyAction(SettingsEnums.ACTION_SETTINGS_DISABLE_APP)
- verify(mockPackageManager).setApplicationEnabledSetting(
- PACKAGE_NAME, PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER, 0
- )
+ verifyDisablePackage()
+ }
+
+ @Test
+ fun disable_protectedPackage() = runBlocking {
+ mockProtectedPackage()
+ setAuthPassesAutomatically()
+
+ packageInfoPresenter.disable()
+ delay(100)
+
+ verifyUserAuthenticated()
+ verifyDisablePackage()
}
@Test
fun startUninstallActivity() = runBlocking {
packageInfoPresenter.startUninstallActivity()
- verifyAction(SettingsEnums.ACTION_SETTINGS_UNINSTALL_APP)
- val intent = argumentCaptor<Intent> {
- verify(context).startActivityAsUser(capture(), any())
- }.firstValue
- with(intent) {
- assertThat(action).isEqualTo(Intent.ACTION_UNINSTALL_PACKAGE)
- assertThat(data?.schemeSpecificPart).isEqualTo(PACKAGE_NAME)
- assertThat(getBooleanExtra(Intent.EXTRA_UNINSTALL_ALL_USERS, true)).isEqualTo(false)
- }
+ verifyUninstallPackage()
+ }
+
+ @Test
+ fun startUninstallActivity_protectedPackage() = runBlocking {
+ mockProtectedPackage()
+ setAuthPassesAutomatically()
+
+ packageInfoPresenter.startUninstallActivity()
+
+ verifyUserAuthenticated()
+ verifyUninstallPackage()
}
@Test
@@ -164,8 +206,19 @@
packageInfoPresenter.forceStop()
delay(100)
- verifyAction(SettingsEnums.ACTION_APP_FORCE_STOP)
- verify(mockActivityManager).forceStopPackageAsUser(PACKAGE_NAME, USER_ID)
+ verifyForceStop()
+ }
+
+ @Test
+ fun forceStop_protectedPackage() = runBlocking {
+ mockProtectedPackage()
+ setAuthPassesAutomatically()
+
+ packageInfoPresenter.forceStop()
+ delay(100)
+
+ verifyUserAuthenticated()
+ verifyForceStop()
}
@Test
@@ -179,6 +232,48 @@
verify(metricsFeatureProvider).action(context, category, PACKAGE_NAME)
}
+ private fun verifyDisablePackage() {
+ verifyAction(SettingsEnums.ACTION_SETTINGS_DISABLE_APP)
+ verify(mockPackageManager).setApplicationEnabledSetting(
+ PACKAGE_NAME, PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER, 0
+ )
+ }
+
+ private fun verifyUninstallPackage() {
+ verifyAction(SettingsEnums.ACTION_SETTINGS_UNINSTALL_APP)
+
+ val intent = argumentCaptor<Intent> {
+ verify(context).startActivityAsUser(capture(), any())
+ }.firstValue
+ with(intent) {
+ assertThat(action).isEqualTo(Intent.ACTION_UNINSTALL_PACKAGE)
+ assertThat(data?.schemeSpecificPart).isEqualTo(PACKAGE_NAME)
+ assertThat(getBooleanExtra(Intent.EXTRA_UNINSTALL_ALL_USERS, true)).isEqualTo(false)
+ }
+ }
+
+ private fun verifyForceStop() {
+ verifyAction(SettingsEnums.ACTION_APP_FORCE_STOP)
+ verify(mockActivityManager).forceStopPackageAsUser(PACKAGE_NAME, USER_ID)
+ }
+
+ private fun setAuthPassesAutomatically() {
+ whenever(mockKeyguardManager.isKeyguardSecure).thenReturn(mockUserAuthentication())
+ }
+
+ private fun mockUserAuthentication() : Boolean {
+ isUserAuthenticated = true
+ return false
+ }
+
+ private fun mockProtectedPackage() {
+ whenever(Utils.isProtectedPackage(context, PACKAGE_NAME)).thenReturn(true)
+ }
+
+ private fun verifyUserAuthenticated() {
+ assertThat(isUserAuthenticated).isTrue()
+ }
+
private companion object {
const val PACKAGE_NAME = "package.name"
const val USER_ID = 0
diff --git a/tests/unit/src/com/android/settings/accessibility/PreferredShortcutsTest.java b/tests/unit/src/com/android/settings/accessibility/PreferredShortcutsTest.java
index d068194..09c746b 100644
--- a/tests/unit/src/com/android/settings/accessibility/PreferredShortcutsTest.java
+++ b/tests/unit/src/com/android/settings/accessibility/PreferredShortcutsTest.java
@@ -25,12 +25,7 @@
import android.content.ComponentName;
import android.content.ContentResolver;
import android.content.Context;
-import android.platform.test.annotations.RequiresFlagsDisabled;
-import android.platform.test.annotations.RequiresFlagsEnabled;
-import android.platform.test.flag.junit.CheckFlagsRule;
-import android.platform.test.flag.junit.DeviceFlagsValueProvider;
import android.provider.Settings;
-import android.view.accessibility.Flags;
import androidx.test.core.app.ApplicationProvider;
import androidx.test.ext.junit.runners.AndroidJUnit4;
@@ -41,7 +36,6 @@
import org.junit.AfterClass;
import org.junit.Before;
-import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -61,8 +55,6 @@
CLASS_NAME_2);
private static final ContentResolver sContentResolver =
ApplicationProvider.getApplicationContext().getContentResolver();
- @Rule
- public final CheckFlagsRule mCheckFlagsRule = DeviceFlagsValueProvider.createCheckFlagsRule();
private final Context mContext = ApplicationProvider.getApplicationContext();
@Before
@@ -175,7 +167,6 @@
}
@Test
- @RequiresFlagsEnabled(Flags.FLAG_A11Y_QS_SHORTCUT)
public void updatePreferredShortcutFromSettings_colorInversionWithQsAndSoftwareShortcut_preferredShortcutsMatches() {
String target = COLOR_INVERSION_COMPONENT_NAME.flattenToString();
Settings.Secure.putString(sContentResolver,
@@ -193,23 +184,6 @@
}
@Test
- @RequiresFlagsDisabled(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void updatePreferredShortcutFromSettings_colorInversionWithQsAndHardwareShortcut_qsShortcutNotSaved() {
- String target = COLOR_INVERSION_COMPONENT_NAME.flattenToString();
- Settings.Secure.putString(sContentResolver,
- Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, target);
- Settings.Secure.putString(sContentResolver,
- Settings.Secure.ACCESSIBILITY_QS_TARGETS, target);
- assertThat(!android.view.accessibility.Flags.a11yQsShortcut()).isTrue();
-
- PreferredShortcuts.updatePreferredShortcutsFromSettings(mContext, Set.of(target));
-
- int savedPreferredShortcut = PreferredShortcuts.retrieveUserShortcutType(
- mContext, target);
- assertThat(savedPreferredShortcut).isEqualTo(UserShortcutType.HARDWARE);
- }
-
- @Test
public void retrieveUserShortcutTypeWithoutDefault_noUserPreferredShortcuts_returnSoftwareShortcut() {
String target = COMPONENT_NAME_1.flattenToString();
diff --git a/tests/unit/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceControllerTest.java b/tests/unit/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceControllerTest.java
index 7229996..e1c0277 100644
--- a/tests/unit/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceControllerTest.java
+++ b/tests/unit/src/com/android/settings/accessibility/ReduceBrightColorsPreferenceControllerTest.java
@@ -16,8 +16,6 @@
package com.android.settings.accessibility;
-import static com.android.internal.accessibility.AccessibilityShortcutController.REDUCE_BRIGHT_COLORS_TILE_SERVICE_COMPONENT_NAME;
-
import static com.google.common.truth.Truth.assertThat;
import static org.mockito.Mockito.doReturn;
@@ -26,12 +24,7 @@
import android.content.Context;
import android.content.res.Resources;
-import android.platform.test.annotations.RequiresFlagsDisabled;
-import android.platform.test.annotations.RequiresFlagsEnabled;
-import android.platform.test.flag.junit.CheckFlagsRule;
-import android.platform.test.flag.junit.DeviceFlagsValueProvider;
import android.provider.Settings;
-import android.view.accessibility.Flags;
import androidx.test.core.app.ApplicationProvider;
import androidx.test.ext.junit.runners.AndroidJUnit4;
@@ -40,7 +33,6 @@
import org.junit.Before;
import org.junit.Ignore;
-import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -48,8 +40,6 @@
public class ReduceBrightColorsPreferenceControllerTest {
private static final String PREF_KEY = "rbc_preference";
- @Rule
- public final CheckFlagsRule mCheckFlagsRule = DeviceFlagsValueProvider.createCheckFlagsRule();
private Context mContext;
private Resources mResources;;
private ReduceBrightColorsPreferenceController mController;
@@ -98,20 +88,6 @@
assertThat(mController.isAvailable()).isFalse();
}
-
- @Test
- @RequiresFlagsDisabled(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void getTileComponentName_a11yQsFlagOff_returnComponentName() {
- assertThat(mController.getTileComponentName())
- .isEqualTo(REDUCE_BRIGHT_COLORS_TILE_SERVICE_COMPONENT_NAME);
- }
-
- @Test
- @RequiresFlagsEnabled(Flags.FLAG_A11Y_QS_SHORTCUT)
- public void getTileComponentName_a11yQsFlagOff_returnNull() {
- assertThat(mController.getTileComponentName()).isNull();
- }
-
private int resourceId(String type, String name) {
return mContext.getResources().getIdentifier(name, type, mContext.getPackageName());
}
diff --git a/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsPreferenceControllerTest.java b/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsPreferenceControllerTest.java
index 6aa48e3..477a63f 100644
--- a/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsPreferenceControllerTest.java
+++ b/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsPreferenceControllerTest.java
@@ -47,6 +47,7 @@
import com.android.settings.network.CarrierConfigCache;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -126,6 +127,7 @@
}
@Test
+ @Ignore("avoid post submit failed")
@EnableFlags(com.android.settings.flags.Flags.FLAG_SATELLITE_OEM_SETTINGS_UX_MIGRATION)
public void getAvailabilityStatus_registerTelephonyCallback_success() {
mController.init(TEST_SUB_ID);
@@ -135,6 +137,7 @@
}
@Test
+ @Ignore("avoid post submit failed")
@EnableFlags(com.android.settings.flags.Flags.FLAG_SATELLITE_OEM_SETTINGS_UX_MIGRATION)
public void getAvailabilityStatus_unregisterTelephonyCallback_success() {
mController.init(TEST_SUB_ID);
diff --git a/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsSosFooterPreferenceControllerTest.java b/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsSosFooterPreferenceControllerTest.java
new file mode 100644
index 0000000..498ebce
--- /dev/null
+++ b/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsSosFooterPreferenceControllerTest.java
@@ -0,0 +1,70 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.verify;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.os.Looper;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.settingslib.widget.FooterPreference;
+
+import org.junit.Before;
+import org.junit.Rule;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.mockito.Mock;
+import org.mockito.junit.MockitoJUnit;
+import org.mockito.junit.MockitoRule;
+
+@RunWith(AndroidJUnit4.class)
+public class SatelliteSettingsSosFooterPreferenceControllerTest {
+ private static final String KEY = "key_satellite_sos_footer";
+
+ @Rule
+ public final MockitoRule mMockitoRule = MockitoJUnit.rule();
+
+ @Mock
+ private FooterPreference mFooterPreference;
+
+ private Context mContext = null;
+ private SatelliteSettingsSosFooterPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ if (Looper.myLooper() == null) {
+ Looper.prepare();
+ }
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ when(mFooterPreference.getKey()).thenReturn(KEY);
+ mController = new SatelliteSettingsSosFooterPreferenceController(mContext, KEY);
+ }
+
+ @Test
+ public void updateState_setLearnMoreAction_success() {
+
+ mController.updateState(mFooterPreference);
+
+ verify(mFooterPreference).setLearnMoreAction(any());
+ }
+}
diff --git a/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsSosPreferenceControllerTest.java b/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsSosPreferenceControllerTest.java
new file mode 100644
index 0000000..5c78a14
--- /dev/null
+++ b/tests/unit/src/com/android/settings/network/telephony/SatelliteSettingsSosPreferenceControllerTest.java
@@ -0,0 +1,110 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.network.telephony;
+
+import static com.android.settings.core.BasePreferenceController.AVAILABLE;
+import static com.android.settings.core.BasePreferenceController.CONDITIONALLY_UNAVAILABLE;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.os.Looper;
+import android.os.PersistableBundle;
+import android.platform.test.annotations.DisableFlags;
+import android.platform.test.annotations.EnableFlags;
+import android.telephony.CarrierConfigManager;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.internal.telephony.flags.Flags;
+import com.android.settings.network.CarrierConfigCache;
+
+import org.junit.Before;
+import org.junit.Ignore;
+import org.junit.Rule;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.mockito.Mock;
+import org.mockito.junit.MockitoJUnit;
+import org.mockito.junit.MockitoRule;
+
+@RunWith(AndroidJUnit4.class)
+public class SatelliteSettingsSosPreferenceControllerTest {
+ private static final String KEY = "key";
+ private static final int TEST_SUB_ID = 0;
+
+ @Rule
+ public final MockitoRule mMockitoRule = MockitoJUnit.rule();
+
+ @Mock
+ private CarrierConfigCache mCarrierConfigCache;
+
+ private Context mContext = null;
+ private SatelliteSettingSosPreferenceController mController = null;
+ private PersistableBundle mCarrierConfig = new PersistableBundle();
+
+ @Before
+ public void setUp() {
+ if (Looper.myLooper() == null) {
+ Looper.prepare();
+ }
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ mController = new SatelliteSettingSosPreferenceController(mContext, KEY);
+ CarrierConfigCache.setTestInstance(mContext, mCarrierConfigCache);
+ }
+
+ @Test
+ @EnableFlags(Flags.FLAG_CARRIER_ENABLED_SATELLITE_FLAG)
+ public void getAvailabilityStatus_carrierNotSupport_returnUnAvailable() {
+ mCarrierConfig.putBoolean(
+ CarrierConfigManager.KEY_SATELLITE_ESOS_SUPPORTED_BOOL,
+ false);
+ when(mCarrierConfigCache.getConfigForSubId(TEST_SUB_ID)).thenReturn(mCarrierConfig);
+ mController.init(TEST_SUB_ID);
+
+ int result = mController.getAvailabilityStatus(TEST_SUB_ID);
+
+ assertThat(result).isEqualTo(CONDITIONALLY_UNAVAILABLE);
+ }
+
+ @Ignore("Avoid post submit test failed.")
+ @Test
+ @EnableFlags(Flags.FLAG_CARRIER_ENABLED_SATELLITE_FLAG)
+ public void getAvailabilityStatus_carrierSupported_returnAvailable() {
+ mCarrierConfig.putBoolean(
+ CarrierConfigManager.KEY_SATELLITE_ESOS_SUPPORTED_BOOL,
+ true);
+ when(mCarrierConfigCache.getConfigForSubId(TEST_SUB_ID)).thenReturn(mCarrierConfig);
+ mController.init(TEST_SUB_ID);
+
+ int result = mController.getAvailabilityStatus(TEST_SUB_ID);
+
+ assertThat(result).isEqualTo(AVAILABLE);
+ }
+
+ @Test
+ @DisableFlags(Flags.FLAG_CARRIER_ENABLED_SATELLITE_FLAG)
+ public void getAvailabilityStatus_featureDisabled_returnAvailable() {
+ int result = mController.getAvailabilityStatus(TEST_SUB_ID);
+
+ assertThat(result).isEqualTo(CONDITIONALLY_UNAVAILABLE);
+ }
+}
diff --git a/tests/unit/src/com/android/settings/wifi/WifiSwitchPreferenceTest.kt b/tests/unit/src/com/android/settings/wifi/WifiSwitchPreferenceTest.kt
new file mode 100644
index 0000000..49d36a9
--- /dev/null
+++ b/tests/unit/src/com/android/settings/wifi/WifiSwitchPreferenceTest.kt
@@ -0,0 +1,90 @@
+/*
+ * Copyright (C) 2024 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings.wifi
+
+import android.content.ContextWrapper
+import android.net.wifi.WifiManager
+import androidx.preference.SwitchPreferenceCompat
+import androidx.test.core.app.ApplicationProvider
+import androidx.test.ext.junit.runners.AndroidJUnit4
+import com.android.settingslib.preference.createAndBindWidget
+import com.google.common.truth.Truth.assertThat
+import org.junit.Test
+import org.junit.runner.RunWith
+import org.mockito.kotlin.doReturn
+import org.mockito.kotlin.mock
+import org.mockito.kotlin.stub
+
+@RunWith(AndroidJUnit4::class)
+class WifiSwitchPreferenceTest {
+
+ private var mockWifiManager = mock<WifiManager>()
+
+ private val context =
+ object : ContextWrapper(ApplicationProvider.getApplicationContext()) {
+ override fun getSystemService(name: String): Any? =
+ when (name) {
+ getSystemServiceName(WifiManager::class.java) -> mockWifiManager
+ else -> super.getSystemService(name)
+ }
+ }
+
+ private val wifiSwitchPreference = WifiSwitchPreference()
+
+ @Test
+ fun getValue_defaultOn_returnOn() {
+ mockWifiManager.stub { on { isWifiEnabled } doReturn true }
+
+ val getValue = wifiSwitchPreference
+ .storage(context)
+ .getValue(WifiSwitchPreference.KEY, Boolean::class.javaObjectType)
+
+ assertThat(getValue).isTrue()
+ }
+
+ @Test
+ fun getValue_defaultOff_returnOff() {
+ mockWifiManager.stub { on { isWifiEnabled } doReturn false }
+
+ val getValue = wifiSwitchPreference
+ .storage(context)
+ .getValue(WifiSwitchPreference.KEY, Boolean::class.javaObjectType)
+
+ assertThat(getValue).isFalse()
+ }
+
+ @Test
+ fun performClick_defaultOn_checkedIsFalse() {
+ mockWifiManager.stub { on { isWifiEnabled } doReturn true }
+
+ val preference = getSwitchPreference().apply { performClick() }
+
+ assertThat(preference.isChecked).isFalse()
+ }
+
+ @Test
+ fun performClick_defaultOff_checkedIsTrue() {
+ mockWifiManager.stub { on { isWifiEnabled } doReturn false }
+
+ val preference = getSwitchPreference().apply { performClick() }
+
+ assertThat(preference.isChecked).isTrue()
+ }
+
+ private fun getSwitchPreference(): SwitchPreferenceCompat =
+ wifiSwitchPreference.createAndBindWidget(context)
+}
\ No newline at end of file