Merge "Fix hold volume keys don't trigger the one handed mode in One-handed mode settings page" into sc-qpr1-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9b2cf24..97de9a5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -273,10 +273,6 @@
<action android:name="android.settings.WIFI_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
- <intent-filter android:priority="1">
- <action android:name="android.intent.action.MAIN" />
- <category android:name="com.android.settings.SHORTCUT" />
- </intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.wifi.WifiSettings" />
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
@@ -285,7 +281,7 @@
<activity
android:name="Settings$NetworkProviderSettingsActivity"
- android:label="@string/network_dashboard_title"
+ android:label="@string/provider_internet_settings"
android:icon="@drawable/ic_homepage_network"
android:exported="true"
android:configChanges="orientation|keyboardHidden|screenSize">
@@ -304,6 +300,26 @@
</activity>
<activity
+ android:name="Settings$WifiDetailsSettingsActivity"
+ android:label="@string/wifi_details_title"
+ android:icon="@drawable/ic_homepage_network"
+ android:exported="true"
+ android:permission="android.permission.CHANGE_WIFI_STATE"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ <!-- The intent action is only public to OEM, because a special library is required. -->
+ <intent-filter android:priority="1">
+ <action android:name="android.settings.WIFI_DETAILS_SETTINGS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ <meta-data
+ android:name="com.android.settings.FRAGMENT_CLASS"
+ android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" />
+ <meta-data
+ android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
+ android:value="true" />
+ </activity>
+
+ <activity
android:name=".wifi.WifiPickerActivity"
android:exported="true">
<intent-filter android:priority="1">
diff --git a/res/drawable/ic_fingerprint_24dp.xml b/res/drawable/ic_fingerprint_24dp.xml
index e52f0f5..12df32d 100644
--- a/res/drawable/ic_fingerprint_24dp.xml
+++ b/res/drawable/ic_fingerprint_24dp.xml
@@ -16,10 +16,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
android:tint="?android:attr/colorControlNormal">
<path
- android:pathData="M17.81,4.47c-0.08,0 -0.16,-0.02 -0.23,-0.06C15.66,3.42 14,3 12.01,3c-1.98,0 -3.86,0.47 -5.57,1.41 -0.24,0.13 -0.54,0.04 -0.68,-0.2 -0.13,-0.24 -0.04,-0.55 0.2,-0.68C7.82,2.52 9.86,2 12.01,2c2.13,0 3.99,0.47 6.03,1.52 0.25,0.13 0.34,0.43 0.21,0.67 -0.09,0.18 -0.26,0.28 -0.44,0.28zM3.5,9.72c-0.1,0 -0.2,-0.03 -0.29,-0.09 -0.23,-0.16 -0.28,-0.47 -0.12,-0.7 0.99,-1.4 2.25,-2.5 3.75,-3.27C9.98,4.04 14,4.03 17.15,5.65c1.5,0.77 2.76,1.86 3.75,3.25 0.16,0.22 0.11,0.54 -0.12,0.7 -0.23,0.16 -0.54,0.11 -0.7,-0.12 -0.9,-1.26 -2.04,-2.25 -3.39,-2.94 -2.87,-1.47 -6.54,-1.47 -9.4,0.01 -1.36,0.7 -2.5,1.7 -3.4,2.96 -0.08,0.14 -0.23,0.21 -0.39,0.21zM9.75,21.79c-0.13,0 -0.26,-0.05 -0.35,-0.15 -0.87,-0.87 -1.34,-1.43 -2.01,-2.64 -0.69,-1.23 -1.05,-2.73 -1.05,-4.34 0,-2.97 2.54,-5.39 5.66,-5.39s5.66,2.42 5.66,5.39c0,0.28 -0.22,0.5 -0.5,0.5s-0.5,-0.22 -0.5,-0.5c0,-2.42 -2.09,-4.39 -4.66,-4.39 -2.57,0 -4.66,1.97 -4.66,4.39 0,1.44 0.32,2.77 0.93,3.85 0.64,1.15 1.08,1.64 1.85,2.42 0.19,0.2 0.19,0.51 0,0.71 -0.11,0.1 -0.24,0.15 -0.37,0.15zM16.92,19.94c-1.19,0 -2.24,-0.3 -3.1,-0.89 -1.49,-1.01 -2.38,-2.65 -2.38,-4.39 0,-0.28 0.22,-0.5 0.5,-0.5s0.5,0.22 0.5,0.5c0,1.41 0.72,2.74 1.94,3.56 0.71,0.48 1.54,0.71 2.54,0.71 0.24,0 0.64,-0.03 1.04,-0.1 0.27,-0.05 0.53,0.13 0.58,0.41 0.05,0.27 -0.13,0.53 -0.41,0.58 -0.57,0.11 -1.07,0.12 -1.21,0.12zM14.91,22c-0.04,0 -0.09,-0.01 -0.13,-0.02 -1.59,-0.44 -2.63,-1.03 -3.72,-2.1 -1.4,-1.39 -2.17,-3.24 -2.17,-5.22 0,-1.62 1.38,-2.94 3.08,-2.94 1.7,0 3.08,1.32 3.08,2.94 0,1.07 0.93,1.94 2.08,1.94s2.08,-0.87 2.08,-1.94c0,-3.77 -3.25,-6.83 -7.25,-6.83 -2.84,0 -5.44,1.58 -6.61,4.03 -0.39,0.81 -0.59,1.76 -0.59,2.8 0,0.78 0.07,2.01 0.67,3.61 0.1,0.26 -0.03,0.55 -0.29,0.64 -0.26,0.1 -0.55,-0.04 -0.64,-0.29 -0.49,-1.31 -0.73,-2.61 -0.73,-3.96 0,-1.2 0.23,-2.29 0.68,-3.24 1.33,-2.79 4.28,-4.6 7.51,-4.6 4.55,0 8.25,3.51 8.25,7.83 0,1.62 -1.38,2.94 -3.08,2.94s-3.08,-1.32 -3.08,-2.94c0,-1.07 -0.93,-1.94 -2.08,-1.94s-2.08,0.87 -2.08,1.94c0,1.71 0.66,3.31 1.87,4.51 0.95,0.94 1.86,1.46 3.27,1.85 0.27,0.07 0.42,0.35 0.35,0.61 -0.05,0.23 -0.26,0.38 -0.47,0.38z"
- android:fillColor="#000000"/>
+ android:pathData="M7.3122,4.6691C8.6549,3.9318 10.2631,3.5 11.9979,3.5C13.7326,3.5 15.3409,3.9318 16.6835,4.6691C17.0466,4.8684 17.5026,4.7357 17.7019,4.3727C17.9013,4.0096 17.7686,3.5536 17.4055,3.3543C15.838,2.4935 13.9808,2 11.9979,2C10.0149,2 8.1578,2.4935 6.5902,3.3543C6.2271,3.5536 6.0944,4.0096 6.2938,4.3727C6.4932,4.7357 6.9491,4.8684 7.3122,4.6691ZM6.8614,14.8781C6.862,12.3662 9.0049,10.2292 11.9992,10.2292C14.9939,10.2292 17.137,12.3668 17.137,14.8791V15.0389C17.137,15.735 16.5727,16.2992 15.8767,16.2992C15.3591,16.2992 14.9045,15.9899 14.7153,15.5116L14.7142,15.509L14.0424,13.8294L14.0418,13.828C13.6244,12.7746 12.6064,12.0936 11.4861,12.0936C9.9616,12.0936 8.7258,13.3294 8.7258,14.8539C8.7258,16.4681 9.4592,18.005 10.7237,19.0147L10.7237,19.0147L10.7295,19.0192L11.1164,19.322C11.4426,19.5773 11.914,19.5198 12.1692,19.1936C12.4245,18.8674 12.367,18.396 12.0409,18.1408L11.657,17.8403C10.7531,17.1173 10.2258,16.0141 10.2258,14.8539C10.2258,14.1578 10.79,13.5936 11.4861,13.5936C11.9971,13.5936 12.459,13.9045 12.6475,14.3812L12.6486,14.3838L13.3204,16.0634L13.321,16.0649C13.7377,17.1165 14.7462,17.7992 15.8767,17.7992C17.4012,17.7992 18.637,16.5634 18.637,15.0389V14.8791C18.637,11.4364 15.7165,8.7292 11.9992,8.7292C8.2818,8.7292 5.3614,11.4364 5.3614,14.8791H6.1114C5.3614,14.8791 5.3614,14.8792 5.3614,14.8794L5.3614,14.8797L5.3614,14.8803L5.3614,14.882L5.3614,14.8865L5.3615,14.9002C5.3617,14.9114 5.3619,14.9268 5.3624,14.9459C5.3633,14.9842 5.365,15.0379 5.3684,15.1047C5.3752,15.2382 5.3885,15.4256 5.415,15.6487C5.4674,16.0908 5.5735,16.6934 5.7925,17.3028C5.9326,17.6926 6.3622,17.8951 6.752,17.755C7.1418,17.6149 7.3442,17.1853 7.2041,16.7955C7.0362,16.3283 6.9489,15.8459 6.9046,15.4721C6.8826,15.2873 6.8718,15.134 6.8665,15.0288C6.8638,14.9764 6.8625,14.9362 6.8619,14.9105L6.8615,14.8831L6.8614,14.8791H6.1114C6.8614,14.8791 6.8614,14.879 6.8614,14.8789V14.8781ZM11.9985,6.8631C9.2417,6.8631 6.9467,8.145 5.9123,9.8642C5.6987,10.2192 5.2379,10.3338 4.883,10.1202C4.528,9.9067 4.4134,9.4458 4.627,9.0909C5.9813,6.8401 8.8171,5.3631 11.9985,5.3631C15.18,5.3631 18.0157,6.8401 19.3701,9.0909C19.5836,9.4458 19.469,9.9067 19.1141,10.1202C18.7592,10.3338 18.2983,10.2192 18.0848,9.8642C17.0503,8.145 14.7553,6.8631 11.9985,6.8631ZM8.3064,19.0229C8.0034,18.7404 7.5288,18.7571 7.2463,19.06C6.9639,19.363 6.9805,19.8376 7.2835,20.12C8.5306,21.2828 10.182,22.0037 12.0005,22.0037C13.8189,22.0037 15.4703,21.2828 16.7175,20.12C17.0204,19.8376 17.037,19.363 16.7546,19.06C16.4721,18.7571 15.9975,18.7404 15.6946,19.0229C14.7044,19.9461 13.4119,20.5037 12.0005,20.5037C10.5891,20.5037 9.2965,19.9461 8.3064,19.0229Z"
+ android:fillColor="#000000"
+ android:fillType="evenOdd"/>
</vector>
diff --git a/res/layout/battery_chart_graph.xml b/res/layout/battery_chart_graph.xml
index db86693..e89c912 100644
--- a/res/layout/battery_chart_graph.xml
+++ b/res/layout/battery_chart_graph.xml
@@ -40,12 +40,14 @@
android:contentDescription="@string/battery_usage_chart"
android:textAppearance="?android:attr/textAppearanceSmall"
settings:textColor="?android:attr/textColorSecondary" />
+ <!-- Use non-scalable text size from text_size_small_material -->
<TextView
android:id="@+id/companion_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/textColorSecondary"/>
+ android:textColor="?android:attr/textColorSecondary"
+ android:textSize="14dp" />
</LinearLayout>
diff --git a/res/layout/preference_labeled_slider.xml b/res/layout/preference_labeled_slider.xml
index 75902cf..f120a44 100644
--- a/res/layout/preference_labeled_slider.xml
+++ b/res/layout/preference_labeled_slider.xml
@@ -37,9 +37,18 @@
android:textAppearance="?android:attr/textAppearanceListItem"
android:textColor="?android:attr/textColorPrimary" />
+ <TextView
+ android:id="@android:id/summary"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@android:id/title"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textAlignment="viewStart"
+ android:textColor="?android:attr/textColorSecondary" />
+
<SeekBar
android:id="@*android:id/seekbar"
- android:layout_below="@android:id/title"
+ android:layout_below="@android:id/summary"
android:layout_gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="48dp"
diff --git a/res/layout/udfps_enroll_find_sensor_layout.xml b/res/layout/udfps_enroll_find_sensor_layout.xml
index 1b3e0ee..867da19 100644
--- a/res/layout/udfps_enroll_find_sensor_layout.xml
+++ b/res/layout/udfps_enroll_find_sensor_layout.xml
@@ -26,7 +26,7 @@
android:id="@+id/illustration_lottie"
android:layout_width="match_parent"
android:layout_height="400dp"
- android:scaleType="centerInside"
+ android:scaleType="fitCenter"
app:lottie_imageAssetsFolder="images"
app:lottie_autoPlay="true"
app:lottie_loop="true"
diff --git a/res/raw/udfps_edu_a11y_lottie.json b/res/raw/udfps_edu_a11y_lottie.json
deleted file mode 100644
index b1ffc9e..0000000
--- a/res/raw/udfps_edu_a11y_lottie.json
+++ /dev/null
@@ -1,8243 +0,0 @@
-{
- "v": "5.7.6",
- "fr": 60,
- "ip": 0,
- "op": 601,
- "w": 1650,
- "h": 2900,
- "nm": "UDFPS_EDU_LOTTIE_A11y_052422",
- "ddd": 0,
- "assets": [
- {
- "id": "comp_0",
- "layers": [
- {
- "ddd": 0,
- "ind": 1,
- "ty": 4,
- "nm": "Fill 12",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 53.488,
- 54.901,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -16.824,
- -0.768
- ],
- [
- -4.154,
- 11.903
- ],
- [
- 16.824,
- -9.075
- ],
- [
- 13.995,
- -11.903
- ],
- [
- -4.154,
- 6.247
- ],
- [
- -13.996,
- -3.596
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.988235294118,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Fill 12",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2100,
- "st": 0,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
- "ty": 4,
- "nm": "Path",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 54,
- 54,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 12.703
- ],
- [
- 12.703,
- 0
- ],
- [
- 0,
- -12.703
- ],
- [
- -12.703,
- 0
- ]
- ],
- "o": [
- [
- 0,
- -12.703
- ],
- [
- -12.703,
- 0
- ],
- [
- 0,
- 12.703
- ],
- [
- 12.703,
- 0
- ]
- ],
- "v": [
- [
- 23.037,
- 0
- ],
- [
- 0,
- -23.038
- ],
- [
- -23.037,
- 0
- ],
- [
- 0,
- 23.038
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.1254902035,
- 0.129411771894,
- 0.141176477075,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Path",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.717647058824,
- 0.949019607843,
- 0.623529411765,
- 1
- ],
- "ix": 3,
- "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Fill 12').content('Fill 12').content('Fill 1').color;"
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 15,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2100,
- "st": 0,
- "bm": 0
- }
- ]
- }
- ],
- "layers": [
- {
- "ddd": 0,
- "ind": 1,
- "ty": 3,
- "nm": "Null 58",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 1334.91,
- 1644.843,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 232,
- 232,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ip": 327.5,
- "op": 2802.5,
- "st": 402.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
- "ty": 4,
- "nm": "PHONE_OUTLINE 2",
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 571,
- "s": [
- 0
- ]
- },
- {
- "t": 593.5,
- "s": [
- 100
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 837,
- 1430,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 929.1,
- 929.1,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ]
- ],
- "o": [
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ],
- [
- 0,
- 0
- ],
- [
- 5.243,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 63.454,
- 114.112
- ],
- [
- 53.945,
- 123.622
- ],
- [
- -55.413,
- 123.622
- ],
- [
- -64.922,
- 114.112
- ],
- [
- -64.922,
- -114.112
- ],
- [
- -55.413,
- -123.622
- ],
- [
- 53.945,
- -123.622
- ],
- [
- 63.454,
- -114.112
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ]
- ],
- "v": [
- [
- 68.209,
- -52.302
- ],
- [
- 68.209,
- -61.811
- ],
- [
- 65.832,
- -64.188
- ],
- [
- 65.832,
- -114.112
- ],
- [
- 53.945,
- -126
- ],
- [
- -55.413,
- -126
- ],
- [
- -67.3,
- -114.112
- ],
- [
- -67.3,
- 114.112
- ],
- [
- -55.413,
- 126
- ],
- [
- 53.945,
- 126
- ],
- [
- 65.832,
- 114.112
- ],
- [
- 65.832,
- -2.378
- ],
- [
- 68.209,
- -4.755
- ],
- [
- 68.209,
- -28.528
- ],
- [
- 65.832,
- -30.906
- ],
- [
- 65.832,
- -49.924
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 2",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.368627458811,
- 0.368627458811,
- 0.368627458811,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 467.5,
- "op": 2942.5,
- "st": 542.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 3,
- "ty": 0,
- "nm": "▽ checkmark",
- "parent": 1,
- "refId": "comp_0",
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 472,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 478,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.52
- ],
- "y": [
- 0
- ]
- },
- "t": 548,
- "s": [
- 100
- ]
- },
- {
- "t": 555,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 0.507,
- 0.564,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 54.507,
- 54.564,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0,
- 0,
- 0.667
- ],
- "y": [
- 1.015,
- 1.015,
- 1
- ]
- },
- "o": {
- "x": [
- 0.363,
- 0.363,
- 0.333
- ],
- "y": [
- 0.038,
- 0.038,
- 0
- ]
- },
- "t": 473,
- "s": [
- 0,
- 0,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.474,
- 0.474,
- 0.667
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.651,
- 0.651,
- 0.333
- ],
- "y": [
- 0.331,
- 0.331,
- 0
- ]
- },
- "t": 493,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 513,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 545,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "t": 555,
- "s": [
- 0,
- 0,
- 100
- ]
- }
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "w": 108,
- "h": 108,
- "ip": 327.5,
- "op": 2427.5,
- "st": 327.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 4,
- "ty": 3,
- "nm": "Null 57 - COLOR CONTROLLER",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 837,
- 774,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ef": [
- {
- "ty": 5,
- "nm": "BLUE400",
- "np": 3,
- "mn": "ADBE Color Control",
- "ix": 1,
- "en": 1,
- "ef": [
- {
- "ty": 2,
- "nm": "Color",
- "mn": "ADBE Color Control-0001",
- "ix": 1,
- "v": {
- "a": 0,
- "k": [
- 0.40000000596,
- 0.615686297417,
- 0.988235294819,
- 1
- ],
- "ix": 1
- }
- }
- ]
- }
- ],
- "ip": -20,
- "op": 2455,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 5,
- "ty": 3,
- "nm": "MAIN_MOVEMENT",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 837,
- 2098,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.985,
- 0.985,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.015,
- 0.015,
- 0
- ]
- },
- "t": 90,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 100.035,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 130.133,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1.025
- ]
- },
- "o": {
- "x": [
- 0.439,
- 0.439,
- 0.439
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 135,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.701,
- 0.701,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.299,
- 0.299,
- 0
- ]
- },
- "t": 145,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 0.833,
- 0.833,
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0.167,
- 0.167,
- 0.167
- ]
- },
- "t": 152.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.6,
- 0.6,
- 0.6
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0.167,
- 0.167,
- -0.833
- ]
- },
- "t": 157.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.97,
- 0.97,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.03,
- 0.03,
- 0
- ]
- },
- "t": 165.246,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 175.281,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 205.377,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 0.833,
- 0.833,
- 0.175
- ]
- },
- "o": {
- "x": [
- 0.341,
- 0.341,
- 0.341
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 210.391,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 220,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 0.833,
- 0.833,
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0.167,
- 0.167,
- 0.167
- ]
- },
- "t": 227.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.621,
- 0.621,
- 0.621
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0.102
- ]
- },
- "t": 232.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.984,
- 0.984,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.016,
- 0.016,
- 0
- ]
- },
- "t": 240,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 250.527,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.316,
- 0.316,
- 0.316
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 285,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.577,
- 0.577,
- 0.577
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.253,
- 0.253,
- 0.253
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 295,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 0.925
- ]
- },
- "o": {
- "x": [
- 0.299,
- 0.299,
- 0.299
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 302.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.627,
- 0.627,
- 0.627
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0.262
- ]
- },
- "t": 307.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.984,
- 0.984,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.016,
- 0.016,
- 0
- ]
- },
- "t": 365,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 375.771,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 508.369,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "t": 515,
- "s": [
- 105,
- 105,
- 100
- ]
- }
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ip": -70,
- "op": 2517.5,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 6,
- "ty": 4,
- "nm": "ic_lock_24px",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -15.442,
- -1294.944,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 5.52,
- 0
- ],
- [
- 0,
- -5.52
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -2.2
- ],
- [
- 0,
- 0
- ],
- [
- -2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 2.2
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.52
- ],
- [
- -5.52,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 2.2
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -2.2
- ]
- ],
- "v": [
- [
- 12,
- -7
- ],
- [
- 10,
- -7
- ],
- [
- 10,
- -11
- ],
- [
- 0,
- -21
- ],
- [
- -10,
- -11
- ],
- [
- -10,
- -7
- ],
- [
- -12,
- -7
- ],
- [
- -16,
- -3
- ],
- [
- -16,
- 17
- ],
- [
- -12,
- 21
- ],
- [
- 12,
- 21
- ],
- [
- 16,
- 17
- ],
- [
- 16,
- -3
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -3.32,
- 0
- ],
- [
- 0,
- -3.32
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- -3.32
- ],
- [
- 3.32,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -6,
- -11
- ],
- [
- 0,
- -17
- ],
- [
- 6,
- -11
- ],
- [
- 6,
- -7
- ],
- [
- -6,
- -7
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 2",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 2,
- "ty": "sh",
- "ix": 3,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -12,
- -3
- ],
- [
- -12,
- 17
- ],
- [
- 12,
- 17
- ],
- [
- 12,
- -3
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 3",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 3,
- "ty": "sh",
- "ix": 4,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -2.2,
- 0
- ],
- [
- 0,
- 2.2
- ],
- [
- 2.2,
- 0
- ],
- [
- 0,
- -2.2
- ]
- ],
- "o": [
- [
- 2.2,
- 0
- ],
- [
- 0,
- -2.2
- ],
- [
- -2.2,
- 0
- ],
- [
- 0,
- 2.2
- ]
- ],
- "v": [
- [
- 0,
- 11
- ],
- [
- 4,
- 7
- ],
- [
- 0,
- 3
- ],
- [
- -4,
- 7
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 4",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "mm",
- "mm": 5,
- "nm": "Merge Paths 1",
- "mn": "ADBE Vector Filter - Merge",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.717647058824,
- 0.949019607843,
- 0.623529411765,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 600.243,
- 600.243
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "ic_lock_24px",
- "np": 6,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 2455,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 7,
- "ty": 4,
- "nm": "GREY_FINGER",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 3.5,
- -3,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 28,
- 34,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 527,
- 527,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 3.703,
- 0
- ],
- [
- 2.328,
- 1.76
- ]
- ],
- "o": [
- [
- -2.42,
- 2.09
- ],
- [
- -3.355,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 9.038,
- -1.687
- ],
- [
- -0.348,
- 1.687
- ],
- [
- -9.038,
- -1.118
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.933,
- 54.313
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -7.847,
- 0
- ],
- [
- 0,
- -7.095
- ]
- ],
- "o": [
- [
- -1.027,
- -2.676
- ],
- [
- 0,
- -7.095
- ],
- [
- 7.847,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -12.723,
- 9.167
- ],
- [
- -13.75,
- 3.667
- ],
- [
- 0,
- -9.167
- ],
- [
- 13.75,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.584,
- 35.833
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 2",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 2,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 2.75,
- 0
- ],
- [
- 0.403,
- 2.384
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 0
- ],
- [
- -5.445,
- -1.54
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 2.733
- ],
- [
- -2.42,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -0.367,
- -2.181
- ],
- [
- -7.92,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 11.376,
- -1.824
- ],
- [
- 11.376,
- -1.293
- ],
- [
- 6.408,
- 3.676
- ],
- [
- 1.512,
- -0.468
- ],
- [
- 0.999,
- -3.548
- ],
- [
- -3.456,
- -7.324
- ],
- [
- -2.667,
- 7.324
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 29.958,
- 41.324
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 3",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 3,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -6.875,
- 0
- ],
- [
- -2.769,
- -4.327
- ]
- ],
- "o": [
- [
- 2.768,
- -4.327
- ],
- [
- 6.876,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -15.583,
- 3.667
- ],
- [
- -0.001,
- -3.667
- ],
- [
- 15.583,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 23.001
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 4",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 4,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -3.666,
- 0
- ],
- [
- -2.97,
- -1.485
- ]
- ],
- "o": [
- [
- 2.97,
- -1.485
- ],
- [
- 3.667,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -10.083,
- 1.164
- ],
- [
- -0.001,
- -1.164
- ],
- [
- 10.083,
- 1.164
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 13.164
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 5",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 5,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 90,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 110.035,
- "s": [
- 0
- ]
- },
- {
- "t": 150.197,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 152.705,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 165.246,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -14.687
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 185.281,
- "s": [
- 0
- ]
- },
- {
- "t": 225.441,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 227.949,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 240.494,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -14.701
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 260,
- "s": [
- 0
- ]
- },
- {
- "t": 300.689,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 303.193,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 365.74,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -15.359
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 385,
- "s": [
- 0
- ]
- },
- {
- "t": 518.434,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 520.943359375,
- "s": [
- 100
- ],
- "h": 1
- }
- ],
- "ix": 1
- },
- "e": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.07
- ],
- "y": [
- 0.941
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0.059
- ]
- },
- "t": 130.133,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 140.146,
- "s": [
- 0
- ]
- },
- {
- "t": 150.197,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 152.705,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 205.377,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -12.439
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 215,
- "s": [
- 0
- ]
- },
- {
- "t": 225.441,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 227.949,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0.07
- ],
- "y": [
- 0.941
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0.059
- ]
- },
- "t": 280.623,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -12.342
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 290.641,
- "s": [
- 0
- ]
- },
- {
- "t": 300.689,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 303.193,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0.07
- ],
- "y": [
- 0.97
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0.03
- ]
- },
- "t": 508.369,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -10.133
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 513.385,
- "s": [
- 0
- ]
- },
- {
- "t": 518.434,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 520.943359375,
- "s": [
- 100
- ],
- "h": 1
- }
- ],
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 6,
- "nm": "Trim Paths 1",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 4855,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 8,
- "ty": 4,
- "nm": "BLUE_FINGER",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 3.5,
- -3,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 28,
- 34,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 527,
- 527,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 3.703,
- 0
- ],
- [
- 2.328,
- 1.76
- ]
- ],
- "o": [
- [
- -2.42,
- 2.09
- ],
- [
- -3.355,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 9.038,
- -1.687
- ],
- [
- -0.348,
- 1.687
- ],
- [
- -9.038,
- -1.118
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.933,
- 54.313
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -7.847,
- 0
- ],
- [
- 0,
- -7.095
- ]
- ],
- "o": [
- [
- -1.027,
- -2.676
- ],
- [
- 0,
- -7.095
- ],
- [
- 7.847,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -12.723,
- 9.167
- ],
- [
- -13.75,
- 3.667
- ],
- [
- 0,
- -9.167
- ],
- [
- 13.75,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.584,
- 35.833
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 2",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 2,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 2.75,
- 0
- ],
- [
- 0.403,
- 2.384
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 0
- ],
- [
- -5.445,
- -1.54
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 2.733
- ],
- [
- -2.42,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -0.367,
- -2.181
- ],
- [
- -7.92,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 11.376,
- -1.824
- ],
- [
- 11.376,
- -1.293
- ],
- [
- 6.408,
- 3.676
- ],
- [
- 1.512,
- -0.468
- ],
- [
- 0.999,
- -3.548
- ],
- [
- -3.456,
- -7.324
- ],
- [
- -2.667,
- 7.324
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 29.958,
- 41.324
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 3",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 3,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -6.875,
- 0
- ],
- [
- -2.769,
- -4.327
- ]
- ],
- "o": [
- [
- 2.768,
- -4.327
- ],
- [
- 6.876,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -15.583,
- 3.667
- ],
- [
- -0.001,
- -3.667
- ],
- [
- 15.583,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 23.001
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 4",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 4,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -3.666,
- 0
- ],
- [
- -2.97,
- -1.485
- ]
- ],
- "o": [
- [
- 2.97,
- -1.485
- ],
- [
- 3.667,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -10.083,
- 1.164
- ],
- [
- -0.001,
- -1.164
- ],
- [
- 10.083,
- 1.164
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 13.164
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 5",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 5,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 4855,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 9,
- "ty": 4,
- "nm": "BG_Circle_Green",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 87.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 112.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 127.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 152.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 157.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 182.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 197.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 222.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 230,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 255,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 280,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 295,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 367.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 382.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 507.5,
- "s": [
- 12
- ]
- },
- {
- "t": 517.5,
- "s": [
- 33
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 2.91,
- -13.59,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 440,
- 440
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.964705942191,
- 0.996078491211,
- 0.87450986376,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.682352941176,
- 0.796078431373,
- 0.980392156863,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 2585,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 10,
- "ty": 4,
- "nm": "BG_Circle",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 2.91,
- -13.59,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 430,
- 430
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.964705942191,
- 0.996078491211,
- 0.87450986376,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.066666666667,
- 0.086274509804,
- 0.117647066303,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 2585,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 11,
- "ty": 3,
- "nm": "Null 59 DIALOGUE",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 840.657,
- 2087.485,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 125,
- 125,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ip": -20,
- "op": 2455,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 12,
- "ty": 4,
- "nm": "PHONE_OUTLINE",
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 60,
- "s": [
- 100
- ]
- },
- {
- "t": 72,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 837,
- 1430,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 929.094,
- 929.094,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ]
- ],
- "o": [
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ],
- [
- 0,
- 0
- ],
- [
- 5.243,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 63.454,
- 114.112
- ],
- [
- 53.945,
- 123.622
- ],
- [
- -55.413,
- 123.622
- ],
- [
- -64.922,
- 114.112
- ],
- [
- -64.922,
- -114.112
- ],
- [
- -55.413,
- -123.622
- ],
- [
- 53.945,
- -123.622
- ],
- [
- 63.454,
- -114.112
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ]
- ],
- "v": [
- [
- 68.209,
- -52.302
- ],
- [
- 68.209,
- -61.811
- ],
- [
- 65.832,
- -64.188
- ],
- [
- 65.832,
- -114.112
- ],
- [
- 53.945,
- -126
- ],
- [
- -55.413,
- -126
- ],
- [
- -67.3,
- -114.112
- ],
- [
- -67.3,
- 114.112
- ],
- [
- -55.413,
- 126
- ],
- [
- 53.945,
- 126
- ],
- [
- 65.832,
- 114.112
- ],
- [
- 65.832,
- -2.378
- ],
- [
- 68.209,
- -4.755
- ],
- [
- 68.209,
- -28.528
- ],
- [
- 65.832,
- -30.906
- ],
- [
- 65.832,
- -49.924
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 2",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.368627458811,
- 0.368627458811,
- 0.368627458811,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 79,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 13,
- "ty": 4,
- "nm": "CONFIRMATION_",
- "parent": 11,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 472.812,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 485,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 540,
- "s": [
- 100
- ]
- },
- {
- "t": 565,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -0.747,
- -3.075,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 1075,
- 1075
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.400000029919,
- 0.61568627451,
- 0.988235353956,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 49,
- "ix": 5,
- "x": "var $bm_rt;\n$bm_rt = thisComp.layer('OuterRing - WIDTH CONTROLLER').content('Ellipse 1').content('Stroke 1').strokeWidth;"
- },
- "lc": 2,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 255,
- "op": 2570,
- "st": 102.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 14,
- "ty": 4,
- "nm": "MATTE_BOTTOM",
- "parent": 11,
- "td": 1,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 14.543,
- -11.886,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 593.879,
- 1034.5,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 135.338,
- 132.074,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- -220.914
- ],
- [
- 220.914,
- 0
- ],
- [
- 0,
- 220.914
- ],
- [
- -220.914,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 220.914
- ],
- [
- -220.914,
- 0
- ],
- [
- 0,
- -220.914
- ],
- [
- 220.914,
- 0
- ]
- ],
- "v": [
- [
- 400,
- 0
- ],
- [
- 0,
- 400
- ],
- [
- -400,
- 0
- ],
- [
- 0,
- -400
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.600934436275,
- 1,
- 0.659657257678,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 103,
- "ix": 5
- },
- "lc": 1,
- "lj": 2,
- "bm": 0,
- "d": [
- {
- "n": "d",
- "nm": "dash",
- "v": {
- "a": 0,
- "k": 15,
- "ix": 1
- }
- },
- {
- "n": "g",
- "nm": "gap",
- "v": {
- "a": 0,
- "k": 2,
- "ix": 2
- }
- },
- {
- "n": "d",
- "nm": "dash2",
- "v": {
- "a": 0,
- "k": 15,
- "ix": 3
- }
- },
- {
- "n": "g",
- "nm": "gap2",
- "v": {
- "a": 0,
- "k": 2,
- "ix": 4
- }
- },
- {
- "n": "d",
- "nm": "dash3",
- "v": {
- "a": 0,
- "k": 15,
- "ix": 5
- }
- },
- {
- "n": "g",
- "nm": "gap3",
- "v": {
- "a": 0,
- "k": 2,
- "ix": 6
- }
- },
- {
- "n": "o",
- "nm": "offset",
- "v": {
- "a": 0,
- "k": 8,
- "ix": 7
- }
- }
- ],
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 584.5,
- 1034.5
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 0,
- "k": 0,
- "ix": 1
- },
- "e": {
- "a": 0,
- "k": 100,
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 2,
- "nm": "Trim Paths 1",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 0,
- "k": 0,
- "ix": 1
- },
- "e": {
- "a": 0,
- "k": 100,
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 3,
- "nm": "Trim Paths 2",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- }
- ],
- "ip": -87.5,
- "op": 2520,
- "st": -160,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 15,
- "ty": 4,
- "nm": "OuterRing - WIDTH CONTROLLER",
- "parent": 11,
- "tt": 1,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 547.5,
- "s": [
- 100
- ]
- },
- {
- "t": 555,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.29
- ],
- "y": [
- 0
- ]
- },
- "t": 392.5,
- "s": [
- 0
- ]
- },
- {
- "t": 617.5,
- "s": [
- 535
- ]
- }
- ],
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -0.747,
- -3.075,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 1075,
- 1075
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 0,
- "k": 0,
- "ix": 1
- },
- "e": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 92.535,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 141.172,
- "s": [
- 25
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 168.826,
- "s": [
- 25
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 215,
- "s": [
- 50
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 242.439,
- "s": [
- 50
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 290.633,
- "s": [
- 75
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 335.787,
- "s": [
- 75
- ]
- },
- {
- "t": 508.98046875,
- "s": [
- 100
- ]
- }
- ],
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 2,
- "nm": "Trim Paths 1",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 65,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 4,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 2585,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 16,
- "ty": 4,
- "nm": "OuterRing",
- "parent": 11,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 73,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 79,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 550,
- "s": [
- 100
- ]
- },
- {
- "t": 582.5,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -0.747,
- -3.075,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 1075,
- 1075
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.231372563979,
- 0.294117647059,
- 0.400000029919,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 65,
- "ix": 5,
- "x": "var $bm_rt;\n$bm_rt = thisComp.layer('OuterRing - WIDTH CONTROLLER').content('Ellipse 1').content('Stroke 1').strokeWidth;"
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 486,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 17,
- "ty": 4,
- "nm": "ILLUMINATION",
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 87.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 97.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 130,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 140,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 165,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 175,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 205,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 215,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 242.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 252.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 287.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 297.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 367.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 377.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 485,
- "s": [
- 93
- ]
- },
- {
- "t": 495,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 839.765,
- 2085.09,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 95,
- 95,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ef": [
- {
- "ty": 29,
- "nm": "Gaussian Blur",
- "np": 5,
- "mn": "ADBE Gaussian Blur 2",
- "ix": 1,
- "en": 1,
- "ef": [
- {
- "ty": 0,
- "nm": "Blurriness",
- "mn": "ADBE Gaussian Blur 2-0001",
- "ix": 1,
- "v": {
- "a": 0,
- "k": 49.5,
- "ix": 1
- }
- },
- {
- "ty": 7,
- "nm": "Blur Dimensions",
- "mn": "ADBE Gaussian Blur 2-0002",
- "ix": 2,
- "v": {
- "a": 0,
- "k": 1,
- "ix": 2
- }
- },
- {
- "ty": 7,
- "nm": "Repeat Edge Pixels",
- "mn": "ADBE Gaussian Blur 2-0003",
- "ix": 3,
- "v": {
- "a": 0,
- "k": 0,
- "ix": 3
- }
- }
- ]
- }
- ],
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 430,
- 430
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.682352941176,
- 0.796078431373,
- 0.980392156863,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "gf",
- "o": {
- "a": 0,
- "k": 100,
- "ix": 10
- },
- "r": 1,
- "bm": 0,
- "g": {
- "p": 3,
- "k": {
- "a": 0,
- "k": [
- 0,
- 1,
- 1,
- 1,
- 0.5,
- 0.805,
- 0.805,
- 0.805,
- 1,
- 0.61,
- 0.61,
- 0.61
- ],
- "ix": 9
- }
- },
- "s": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 5
- },
- "e": {
- "a": 0,
- "k": [
- 300.822,
- 0
- ],
- "ix": 6
- },
- "t": 2,
- "h": {
- "a": 0,
- "k": 0,
- "ix": 7
- },
- "a": {
- "a": 0,
- "k": 0,
- "ix": 8
- },
- "nm": "Gradient Fill 1",
- "mn": "ADBE Vector Graphic - G-Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 72.5,
- "op": 2572.5,
- "st": 105,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 18,
- "ty": 4,
- "nm": "Finger_Circle",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -11.429,
- -617.143,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 95.238,
- 95.238,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 452.344,
- 452.344
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.590962009804,
- 0.746925982307,
- 1,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.712009803922,
- 0.817606129366,
- 1,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 71,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 13.871,
- 635.457
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 102.789,
- 102.789
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2400,
- "st": 0,
- "bm": 0
- }
- ],
- "markers": [
- {
- "tm": 0,
- "cm": "0",
- "dr": 0
- },
- {
- "tm": 292.5,
- "cm": "2",
- "dr": 0
- },
- {
- "tm": 600,
- "cm": "3",
- "dr": 0
- }
- ]
-}
\ No newline at end of file
diff --git a/res/raw/udfps_edu_lottie.json b/res/raw/udfps_edu_lottie.json
index 583b2fb..c13a02f 100644
--- a/res/raw/udfps_edu_lottie.json
+++ b/res/raw/udfps_edu_lottie.json
@@ -1,1399 +1,25 @@
{
- "v": "5.7.6",
+ "v": "5.7.13",
"fr": 60,
"ip": 0,
- "op": 601,
- "w": 1650,
- "h": 2900,
- "nm": "UDFPS_EDU_LOTTIE_052421",
+ "op": 541,
+ "w": 300,
+ "h": 289,
+ "nm": "enrollment_edu_02",
"ddd": 0,
- "assets": [
- {
- "id": "comp_0",
- "layers": [
- {
- "ddd": 0,
- "ind": 1,
- "ty": 4,
- "nm": "Fill 12",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 53.488,
- 54.901,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -16.824,
- -0.768
- ],
- [
- -4.154,
- 11.903
- ],
- [
- 16.824,
- -9.075
- ],
- [
- 13.995,
- -11.903
- ],
- [
- -4.154,
- 6.247
- ],
- [
- -13.996,
- -3.596
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.988235294118,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Fill 12",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2100,
- "st": 0,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
- "ty": 4,
- "nm": "Path",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 54,
- 54,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 12.703
- ],
- [
- 12.703,
- 0
- ],
- [
- 0,
- -12.703
- ],
- [
- -12.703,
- 0
- ]
- ],
- "o": [
- [
- 0,
- -12.703
- ],
- [
- -12.703,
- 0
- ],
- [
- 0,
- 12.703
- ],
- [
- 12.703,
- 0
- ]
- ],
- "v": [
- [
- 23.037,
- 0
- ],
- [
- 0,
- -23.038
- ],
- [
- -23.037,
- 0
- ],
- [
- 0,
- 23.038
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.1254902035,
- 0.129411771894,
- 0.141176477075,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Path",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.717647058824,
- 0.949019607843,
- 0.623529411765,
- 1
- ],
- "ix": 3,
- "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Fill 12').content('Fill 12').content('Fill 1').color;"
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 15,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2100,
- "st": 0,
- "bm": 0
- }
- ]
- },
- {
- "id": "comp_1",
- "layers": [
- {
- "ddd": 0,
- "ind": 1,
- "ty": 0,
- "nm": "BC Button 10",
- "refId": "comp_2",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 160,
- 72,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 128,
- 56,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "w": 256,
- "h": 112,
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
- "ty": 0,
- "nm": "BC Button 9",
- "refId": "comp_3",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 686,
- 72,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 90,
- 56,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "w": 180,
- "h": 112,
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 3,
- "ty": 4,
- "nm": "Rectangle 423",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 412,
- 72,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ty": "rc",
- "d": 1,
- "s": {
- "a": 0,
- "k": [
- 412,
- 72
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "nm": "Rectangle Path 1",
- "mn": "ADBE Vector Shape - Rect",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Rectangle 423",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- }
- ]
- },
- {
- "id": "comp_2",
- "layers": [
- {
- "ddd": 0,
- "ind": 1,
- "ty": 5,
- "nm": "Do it later",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 128,
- 67.333,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "t": {
- "d": {
- "k": [
- {
- "s": {
- "sz": [
- 77.5199966430664,
- 24
- ],
- "ps": [
- -38.7599983215332,
- -12
- ],
- "s": 16,
- "f": "GoogleSans-Regular",
- "t": "Do it later",
- "ca": 0,
- "j": 0,
- "tr": 0,
- "lh": 19.2,
- "ls": 0,
- "fc": [
- 0.718,
- 0.949,
- 0.624
- ]
- },
- "t": 0
- }
- ]
- },
- "p": {},
- "m": {
- "g": 1,
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- }
- },
- "a": []
- },
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
- "ty": 4,
- "nm": "BC Button",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 128,
- 56,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ty": "rc",
- "d": 1,
- "s": {
- "a": 0,
- "k": [
- 128,
- 56
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 50,
- "ix": 4
- },
- "nm": "Rectangle Path 1",
- "mn": "ADBE Vector Shape - Rect",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "BC Button",
- "np": 1,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- }
- ]
- },
- {
- "id": "comp_3",
- "layers": [
- {
- "ddd": 0,
- "ind": 1,
- "ty": 5,
- "nm": "Start",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 94,
- 65.833,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "t": {
- "d": {
- "k": [
- {
- "s": {
- "sz": [
- 38.7599983215332,
- 24
- ],
- "ps": [
- -19.3799991607666,
- -12
- ],
- "s": 16,
- "f": "GoogleSans-Regular",
- "t": "Start",
- "ca": 0,
- "j": 0,
- "tr": 0,
- "lh": 19.2,
- "ls": 0,
- "fc": [
- 0.098,
- 0.11,
- 0.094
- ]
- },
- "t": 0
- }
- ]
- },
- "p": {},
- "m": {
- "g": 1,
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- }
- },
- "a": []
- },
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
- "ty": 4,
- "nm": "BC Button",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 90,
- 56,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ty": "rc",
- "d": 1,
- "s": {
- "a": 0,
- "k": [
- 90,
- 56
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 50,
- "ix": 4
- },
- "nm": "Rectangle Path 1",
- "mn": "ADBE Vector Shape - Rect",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.717647058824,
- 0.949019607843,
- 0.623529411765,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 200,
- 200
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "BC Button",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 0,
- "op": 2127,
- "st": 0,
- "bm": 0
- }
- ]
- }
- ],
- "fonts": {
- "list": [
- {
- "fName": "GoogleSans-Regular",
- "fFamily": "Google Sans",
- "fStyle": "Regular",
- "ascent": 71.5988159179688
- }
- ]
- },
+ "assets": [],
"layers": [
{
"ddd": 0,
"ind": 1,
- "ty": 3,
- "nm": "Null 58",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 1334.91,
- 1644.843,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 232,
- 232,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ip": 327.5,
- "op": 2802.5,
- "st": 402.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 2,
"ty": 4,
- "nm": "PHONE_OUTLINE 2",
+ "nm": "fingerprint motion 8",
+ "parent": 10,
"sr": 1,
"ks": {
"o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 562.5,
- "s": [
- 0
- ]
- },
- {
- "t": 585,
- "s": [
- 100
- ]
- }
- ],
+ "a": 0,
+ "k": 100,
"ix": 11
},
"r": {
@@ -1404,8 +30,8 @@
"p": {
"a": 0,
"k": [
- 837,
- 1430,
+ -10.467,
+ 814.892,
0
],
"ix": 2,
@@ -1414,8 +40,8 @@
"a": {
"a": 0,
"k": [
- 0,
- 0,
+ 22.5,
+ 28.676,
0
],
"ix": 1,
@@ -1424,8 +50,8 @@
"s": {
"a": 0,
"k": [
- 929.1,
- 929.1,
+ 353.53,
+ 353.53,
100
],
"ix": 6,
@@ -1450,61 +76,21 @@
0
],
[
- 5.243,
+ 3.564,
0
],
[
- 0,
- 0
- ],
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
+ 2.241,
+ 1.694
]
],
"o": [
[
- 0,
- 5.244
+ -2.329,
+ 2.012
],
[
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ],
- [
- 0,
- 0
- ],
- [
- 5.243,
+ -3.23,
0
],
[
@@ -1514,39 +100,19 @@
],
"v": [
[
- 63.454,
- 114.112
+ 8.7,
+ -1.624
],
[
- 53.945,
- 123.622
+ -0.335,
+ 1.624
],
[
- -55.413,
- 123.622
- ],
- [
- -64.922,
- 114.112
- ],
- [
- -64.922,
- -114.112
- ],
- [
- -55.413,
- -123.622
- ],
- [
- 53.945,
- -123.622
- ],
- [
- 63.454,
- -114.112
+ -8.7,
+ -1.076
]
],
- "c": true
+ "c": false
},
"ix": 2
},
@@ -1555,239 +121,33 @@
"hd": false
},
{
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ]
- ],
- "v": [
- [
- 68.209,
- -52.302
- ],
- [
- 68.209,
- -61.811
- ],
- [
- 65.832,
- -64.188
- ],
- [
- 65.832,
- -114.112
- ],
- [
- 53.945,
- -126
- ],
- [
- -55.413,
- -126
- ],
- [
- -67.3,
- -114.112
- ],
- [
- -67.3,
- 114.112
- ],
- [
- -55.413,
- 126
- ],
- [
- 53.945,
- 126
- ],
- [
- 65.832,
- 114.112
- ],
- [
- 65.832,
- -2.378
- ],
- [
- 68.209,
- -4.755
- ],
- [
- 68.209,
- -28.528
- ],
- [
- 65.832,
- -30.906
- ],
- [
- 65.832,
- -49.924
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 2",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
+ "ty": "st",
"c": {
"a": 0,
"k": [
- 0.368627458811,
- 0.368627458811,
- 0.368627458811,
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
1
],
- "ix": 4
+ "ix": 3
},
"o": {
"a": 0,
"k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
"ix": 5
},
- "r": 1,
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
"bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
"hd": false
},
{
@@ -1795,8 +155,8 @@
"p": {
"a": 0,
"k": [
- 0,
- 0
+ 22.837,
+ 48.229
],
"ix": 2
},
@@ -1840,104 +200,730 @@
}
],
"nm": "Group 1",
- "np": 3,
+ "np": 2,
"cix": 2,
"bm": 0,
"ix": 1,
"mn": "ADBE Vector Group",
"hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 429,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 440,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 100,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
}
],
- "ip": 467.5,
- "op": 2942.5,
- "st": 542.5,
+ "ip": 418,
+ "op": 630,
+ "st": 232,
"bm": 0
},
{
"ddd": 0,
- "ind": 3,
- "ty": 0,
- "nm": "▽ checkmark",
- "parent": 1,
- "refId": "comp_0",
+ "ind": 2,
+ "ty": 4,
+ "nm": "fingerprint motion 7",
+ "parent": 10,
"sr": 1,
"ks": {
"o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 472,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 478,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.52
- ],
- "y": [
- 0
- ]
- },
- "t": 548,
- "s": [
- 100
- ]
- },
- {
- "t": 555,
- "s": [
- 0
- ]
- }
- ],
+ "a": 0,
+ "k": 100,
"ix": 11
},
"r": {
@@ -1948,8 +934,8 @@
"p": {
"a": 0,
"k": [
- 0.507,
- 0.564,
+ -10.467,
+ 814.892,
0
],
"ix": 2,
@@ -1958,197 +944,8 @@
"a": {
"a": 0,
"k": [
- 54.507,
- 54.564,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0,
- 0,
- 0.667
- ],
- "y": [
- 1.015,
- 1.015,
- 1
- ]
- },
- "o": {
- "x": [
- 0.363,
- 0.363,
- 0.333
- ],
- "y": [
- 0.038,
- 0.038,
- 0
- ]
- },
- "t": 473,
- "s": [
- 0,
- 0,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.474,
- 0.474,
- 0.667
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.651,
- 0.651,
- 0.333
- ],
- "y": [
- 0.331,
- 0.331,
- 0
- ]
- },
- "t": 493,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 513,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 545,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "t": 555,
- "s": [
- 0,
- 0,
- 100
- ]
- }
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "w": 108,
- "h": 108,
- "ip": 327.5,
- "op": 2427.5,
- "st": 327.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 4,
- "ty": 3,
- "nm": "Null 57 - COLOR CONTROLLER",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 837,
- 774,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
+ 22.5,
+ 28.676,
0
],
"ix": 1,
@@ -2157,8 +954,8 @@
"s": {
"a": 0,
"k": [
- 100,
- 100,
+ 353.53,
+ 353.53,
100
],
"ix": 6,
@@ -2166,49 +963,871 @@
}
},
"ao": 0,
- "ef": [
+ "shapes": [
{
- "ty": 5,
- "nm": "BLUE400",
- "np": 3,
- "mn": "ADBE Color Control",
- "ix": 1,
- "en": 1,
- "ef": [
+ "ty": "gr",
+ "it": [
{
- "ty": 2,
- "nm": "Color",
- "mn": "ADBE Color Control-0001",
+ "ind": 0,
+ "ty": "sh",
"ix": 1,
- "v": {
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
"a": 0,
"k": [
- 0.40000000596,
- 0.615686297417,
- 0.988235294819,
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
1
],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
"ix": 1
- }
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
}
- ]
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.667
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 380,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 394,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
}
],
- "ip": -20,
- "op": 2455,
- "st": 55,
+ "ip": 369,
+ "op": 418,
+ "st": 232,
"bm": 0
},
{
"ddd": 0,
- "ind": 5,
- "ty": 3,
- "nm": "MAIN_MOVEMENT",
+ "ind": 3,
+ "ty": 4,
+ "nm": "fingerprint motion 6",
+ "parent": 10,
"sr": 1,
"ks": {
"o": {
"a": 0,
- "k": 0,
+ "k": 100,
"ix": 11
},
"r": {
@@ -2217,198 +1836,11 @@
"ix": 10
},
"p": {
- "a": 1,
+ "a": 0,
"k": [
- {
- "i": {
- "x": 0.07,
- "y": 0.954
- },
- "o": {
- "x": 0.64,
- "y": 0.046
- },
- "t": 143.928,
- "s": [
- 837,
- 2098,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "i": {
- "x": 0.07,
- "y": 0.07
- },
- "o": {
- "x": 0.64,
- "y": 0.64
- },
- "t": 151.455,
- "s": [
- 879,
- 2057,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "i": {
- "x": 0.07,
- "y": 0.99
- },
- "o": {
- "x": 0.64,
- "y": 0.01
- },
- "t": 219.176,
- "s": [
- 879,
- 2057,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "i": {
- "x": 0.07,
- "y": 0.07
- },
- "o": {
- "x": 0.64,
- "y": 0.64
- },
- "t": 226.697,
- "s": [
- 856,
- 2015,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "i": {
- "x": 0.07,
- "y": 0.99
- },
- "o": {
- "x": 0.64,
- "y": 0
- },
- "t": 295.674,
- "s": [
- 856,
- 2015,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "i": {
- "x": 0.07,
- "y": 0.07
- },
- "o": {
- "x": 0.64,
- "y": 0.64
- },
- "t": 303.193,
- "s": [
- 808,
- 2019,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "i": {
- "x": 0.833,
- "y": 1
- },
- "o": {
- "x": 0.64,
- "y": 0
- },
- "t": 507.961,
- "s": [
- 808,
- 2019,
- 0
- ],
- "to": [
- 0,
- 0,
- 0
- ],
- "ti": [
- 0,
- 0,
- 0
- ]
- },
- {
- "t": 521.345703125,
- "s": [
- 837,
- 2098,
- 0
- ]
- }
+ -10.467,
+ 814.892,
+ 0
],
"ix": 2,
"l": 2
@@ -2416,8 +1848,6306 @@
"a": {
"a": 0,
"k": [
- 0,
- 0,
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 335,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 348,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 100,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 324,
+ "op": 369,
+ "st": 131,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 4,
+ "ty": 4,
+ "nm": "fingerprint motion 5",
+ "parent": 10,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ -10.467,
+ 814.892,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.667
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 285,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 299,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 278,
+ "op": 324,
+ "st": 131,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 5,
+ "ty": 4,
+ "nm": "fingerprint motion 4",
+ "parent": 10,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ -10.467,
+ 814.892,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 232,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 245,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 100,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 218,
+ "op": 278,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 6,
+ "ty": 4,
+ "nm": "fingerprint motion 3",
+ "parent": 10,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ -10.467,
+ 814.892,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.667
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 185,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 199,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 160,
+ "op": 218,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 7,
+ "ty": 4,
+ "nm": "fingerprint motion 2",
+ "parent": 10,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ -10.467,
+ 814.892,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 138,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 149,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 100,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 0,
+ "op": 160,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 8,
+ "ty": 4,
+ "nm": "fingerprint motion",
+ "parent": 10,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ -10.467,
+ 814.892,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541000007181,
+ 0.705999995213,
+ 0.972999961703,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.667
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.333
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 92,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 106,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 0,
+ "op": 160,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 9,
+ "ty": 4,
+ "nm": "fingerprint static",
+ "parent": 10,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ -10.467,
+ 814.892,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 28.676,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 353.53,
+ 353.53,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 3.564,
+ 0
+ ],
+ [
+ 2.241,
+ 1.694
+ ]
+ ],
+ "o": [
+ [
+ -2.329,
+ 2.012
+ ],
+ [
+ -3.23,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 8.7,
+ -1.624
+ ],
+ [
+ -0.335,
+ 1.624
+ ],
+ [
+ -8.7,
+ -1.076
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.290196078431,
+ 0.313725490196,
+ 0.352941176471,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.837,
+ 48.229
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -7.553,
+ 0
+ ],
+ [
+ 0,
+ -6.83
+ ]
+ ],
+ "o": [
+ [
+ -0.988,
+ -2.577
+ ],
+ [
+ 0,
+ -6.83
+ ],
+ [
+ 7.553,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -12.247,
+ 8.824
+ ],
+ [
+ -13.235,
+ 3.529
+ ],
+ [
+ 0,
+ -8.824
+ ],
+ [
+ 13.235,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.290196078431,
+ 0.313725490196,
+ 0.352941176471,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 30.441
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 2",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 2,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.647,
+ 0
+ ],
+ [
+ 0.388,
+ 2.294
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 2.117,
+ 0
+ ],
+ [
+ -5.241,
+ -1.482
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 2.629
+ ],
+ [
+ -2.33,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -0.353,
+ -2.1
+ ],
+ [
+ -7.624,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 10.95,
+ -1.756
+ ],
+ [
+ 10.95,
+ -1.244
+ ],
+ [
+ 6.168,
+ 3.538
+ ],
+ [
+ 1.456,
+ -0.45
+ ],
+ [
+ 0.962,
+ -3.415
+ ],
+ [
+ -3.326,
+ -7.05
+ ],
+ [
+ -2.568,
+ 7.05
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.290196078431,
+ 0.313725490196,
+ 0.352941176471,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 24.786,
+ 35.727
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 3",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 3,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.618,
+ 0
+ ],
+ [
+ -2.665,
+ -4.165
+ ]
+ ],
+ "o": [
+ [
+ 2.665,
+ -4.165
+ ],
+ [
+ 6.618,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -15,
+ 3.529
+ ],
+ [
+ 0,
+ -3.529
+ ],
+ [
+ 15,
+ 3.529
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.290196078431,
+ 0.313725490196,
+ 0.352941176471,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 18.088
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 4",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 4,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ -3.53,
+ 0
+ ],
+ [
+ -2.859,
+ -1.429
+ ]
+ ],
+ "o": [
+ [
+ 2.859,
+ -1.429
+ ],
+ [
+ 3.529,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ -9.706,
+ 1.12
+ ],
+ [
+ 0,
+ -1.12
+ ],
+ [
+ 9.706,
+ 1.12
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.290196078431,
+ 0.313725490196,
+ 0.352941176471,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 3,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 10,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 22.5,
+ 8.621
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 5",
+ "np": 2,
+ "cix": 2,
+ "bm": 0,
+ "ix": 5,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 100,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 6,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 0,
+ "op": 630,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 10,
+ "ty": 4,
+ "nm": "background",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.14,
+ 205.871,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ -11.477,
+ 810.793,
0
],
"ix": 1,
@@ -2429,32 +8159,32 @@
{
"i": {
"x": [
- 0.07,
- 0.07,
- 0.07
+ 0.511,
+ 0.511,
+ 0.667
],
"y": [
- 0.985,
- 0.985,
+ 1,
+ 1,
1
]
},
"o": {
"x": [
- 0.64,
- 0.64,
- 0.64
+ 0.333,
+ 0.333,
+ 0.333
],
"y": [
- 0.015,
- 0.015,
+ 0,
+ 0,
0
]
},
- "t": 90,
+ "t": 92,
"s": [
- 105,
- 105,
+ 17.82,
+ 17.82,
100
]
},
@@ -2473,9 +8203,9 @@
},
"o": {
"x": [
- 0.64,
- 0.64,
- 0.64
+ 0.333,
+ 0.333,
+ 0.333
],
"y": [
0,
@@ -2483,19 +8213,51 @@
0
]
},
- "t": 100.035,
+ "t": 102,
"s": [
- 95,
- 95,
+ 16.92,
+ 16.92,
100
]
},
{
"i": {
"x": [
- 0.833,
- 0.833,
- 0.833
+ 0.369,
+ 0.369,
+ 0.667
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.292,
+ 0.292,
+ 0.167
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 138,
+ "s": [
+ 16.92,
+ 16.92,
+ 100
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.667,
+ 0.667,
+ 0.667
],
"y": [
1,
@@ -2515,74 +8277,42 @@
0
]
},
- "t": 130.133,
+ "t": 148,
"s": [
- 95,
- 95,
+ 17.82,
+ 17.82,
100
]
},
{
"i": {
"x": [
- 0.833,
- 0.833,
- 0.833
+ 0.511,
+ 0.511,
+ 0.667
],
"y": [
1,
1,
- 1.025
- ]
- },
- "o": {
- "x": [
- 0.439,
- 0.439,
- 0.439
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 135,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.701,
- 0.701,
1
]
},
"o": {
"x": [
- 0.64,
- 0.64,
- 0.64
+ 0.333,
+ 0.333,
+ 0.333
],
"y": [
- 0.299,
- 0.299,
+ 0,
+ 0,
0
]
},
- "t": 145,
+ "t": 185,
"s": [
- 105,
- 105,
+ 17.82,
+ 17.82,
100
]
},
@@ -2594,132 +8324,68 @@
0.833
],
"y": [
- 0.833,
- 0.833,
- 0.833
+ 1,
+ 1,
+ 1
]
},
"o": {
"x": [
- 0.167,
- 0.167,
+ 0.333,
+ 0.333,
+ 0.333
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 195,
+ "s": [
+ 16.92,
+ 16.92,
+ 100
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.369,
+ 0.369,
+ 0.667
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.292,
+ 0.292,
0.167
],
"y": [
- 0.167,
- 0.167,
- 0.167
- ]
- },
- "t": 152.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.6,
- 0.6,
- 0.6
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0.167,
- 0.167,
- -0.833
- ]
- },
- "t": 157.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.97,
- 0.97,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.03,
- 0.03,
- 0
- ]
- },
- "t": 165.246,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
0,
0,
0
]
},
- "t": 175.281,
+ "t": 232,
"s": [
- 95,
- 95,
+ 16.92,
+ 16.92,
100
]
},
{
"i": {
"x": [
- 0.833,
- 0.833,
- 0.833
+ 0.667,
+ 0.667,
+ 0.667
],
"y": [
1,
@@ -2739,51 +8405,19 @@
0
]
},
- "t": 205.377,
+ "t": 242,
"s": [
- 95,
- 95,
+ 17.82,
+ 17.82,
100
]
},
{
"i": {
"x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 0.833,
- 0.833,
- 0.175
- ]
- },
- "o": {
- "x": [
- 0.341,
- 0.341,
- 0.341
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 210.391,
- "s": [
- 100,
- 100,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
+ 0.511,
+ 0.511,
+ 0.667
],
"y": [
1,
@@ -2793,169 +8427,9 @@
},
"o": {
"x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 220,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 0.833,
- 0.833,
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0.167,
- 0.167,
- 0.167
- ]
- },
- "t": 227.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.621,
- 0.621,
- 0.621
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.167,
- 0.167,
- 0.167
- ],
- "y": [
- 0,
- 0,
- 0.102
- ]
- },
- "t": 232.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.984,
- 0.984,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.016,
- 0.016,
- 0
- ]
- },
- "t": 240,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 250.527,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.316,
- 0.316,
- 0.316
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
+ 0.333,
+ 0.333,
+ 0.333
],
"y": [
0,
@@ -2965,17 +8439,17 @@
},
"t": 285,
"s": [
- 95,
- 95,
+ 17.82,
+ 17.82,
100
]
},
{
"i": {
"x": [
- 0.577,
- 0.577,
- 0.577
+ 0.833,
+ 0.833,
+ 0.833
],
"y": [
1,
@@ -2985,9 +8459,9 @@
},
"o": {
"x": [
- 0.253,
- 0.253,
- 0.253
+ 0.333,
+ 0.333,
+ 0.333
],
"y": [
0,
@@ -2997,49 +8471,17 @@
},
"t": 295,
"s": [
- 105,
- 105,
+ 16.92,
+ 16.92,
100
]
},
{
"i": {
"x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 0.925
- ]
- },
- "o": {
- "x": [
- 0.299,
- 0.299,
- 0.299
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 302.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.627,
- 0.627,
- 0.627
+ 0.369,
+ 0.369,
+ 0.667
],
"y": [
1,
@@ -3049,93 +8491,29 @@
},
"o": {
"x": [
- 0.167,
- 0.167,
+ 0.292,
+ 0.292,
0.167
],
"y": [
0,
0,
- 0.262
- ]
- },
- "t": 307.5,
- "s": [
- 105,
- 105,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.07,
- 0.07,
- 0.07
- ],
- "y": [
- 0.984,
- 0.984,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0.016,
- 0.016,
0
]
},
- "t": 365,
+ "t": 335,
"s": [
- 105,
- 105,
+ 16.92,
+ 16.92,
100
]
},
{
"i": {
"x": [
- 0.833,
- 0.833,
- 0.833
- ],
- "y": [
- 1,
- 1,
- 1
- ]
- },
- "o": {
- "x": [
- 0.64,
- 0.64,
- 0.64
- ],
- "y": [
- 0,
- 0,
- 0
- ]
- },
- "t": 375.771,
- "s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833,
- 0.833,
- 0.833
+ 0.667,
+ 0.667,
+ 0.667
],
"y": [
1,
@@ -3155,4717 +8533,118 @@
0
]
},
- "t": 508.369,
+ "t": 345,
"s": [
- 95,
- 95,
- 100
- ]
- },
- {
- "t": 515,
- "s": [
- 105,
- 105,
- 100
- ]
- }
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ip": -70,
- "op": 2517.5,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 6,
- "ty": 4,
- "nm": "ic_lock_24px",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -15.442,
- -1294.944,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 5.52,
- 0
- ],
- [
- 0,
- -5.52
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -2.2
- ],
- [
- 0,
- 0
- ],
- [
- -2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 2.2
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.52
- ],
- [
- -5.52,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 2.2
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -2.2
- ]
- ],
- "v": [
- [
- 12,
- -7
- ],
- [
- 10,
- -7
- ],
- [
- 10,
- -11
- ],
- [
- 0,
- -21
- ],
- [
- -10,
- -11
- ],
- [
- -10,
- -7
- ],
- [
- -12,
- -7
- ],
- [
- -16,
- -3
- ],
- [
- -16,
- 17
- ],
- [
- -12,
- 21
- ],
- [
- 12,
- 21
- ],
- [
- 16,
- 17
- ],
- [
- 16,
- -3
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -3.32,
- 0
- ],
- [
- 0,
- -3.32
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- -3.32
- ],
- [
- 3.32,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -6,
- -11
- ],
- [
- 0,
- -17
- ],
- [
- 6,
- -11
- ],
- [
- 6,
- -7
- ],
- [
- -6,
- -7
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 2",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 2,
- "ty": "sh",
- "ix": 3,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -12,
- -3
- ],
- [
- -12,
- 17
- ],
- [
- 12,
- 17
- ],
- [
- 12,
- -3
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 3",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 3,
- "ty": "sh",
- "ix": 4,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -2.2,
- 0
- ],
- [
- 0,
- 2.2
- ],
- [
- 2.2,
- 0
- ],
- [
- 0,
- -2.2
- ]
- ],
- "o": [
- [
- 2.2,
- 0
- ],
- [
- 0,
- -2.2
- ],
- [
- -2.2,
- 0
- ],
- [
- 0,
- 2.2
- ]
- ],
- "v": [
- [
- 0,
- 11
- ],
- [
- 4,
- 7
- ],
- [
- 0,
- 3
- ],
- [
- -4,
- 7
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 4",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "mm",
- "mm": 5,
- "nm": "Merge Paths 1",
- "mn": "ADBE Vector Filter - Merge",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.717647058824,
- 0.949019607843,
- 0.623529411765,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 600.243,
- 600.243
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "ic_lock_24px",
- "np": 6,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 2455,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 7,
- "ty": 4,
- "nm": "GREY_FINGER",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 3.5,
- -3,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 28,
- 34,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 527,
- 527,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 3.703,
- 0
- ],
- [
- 2.328,
- 1.76
- ]
- ],
- "o": [
- [
- -2.42,
- 2.09
- ],
- [
- -3.355,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 9.038,
- -1.687
- ],
- [
- -0.348,
- 1.687
- ],
- [
- -9.038,
- -1.118
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.933,
- 54.313
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -7.847,
- 0
- ],
- [
- 0,
- -7.095
- ]
- ],
- "o": [
- [
- -1.027,
- -2.676
- ],
- [
- 0,
- -7.095
- ],
- [
- 7.847,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -12.723,
- 9.167
- ],
- [
- -13.75,
- 3.667
- ],
- [
- 0,
- -9.167
- ],
- [
- 13.75,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.584,
- 35.833
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 2",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 2,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 2.75,
- 0
- ],
- [
- 0.403,
- 2.384
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 0
- ],
- [
- -5.445,
- -1.54
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 2.733
- ],
- [
- -2.42,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -0.367,
- -2.181
- ],
- [
- -7.92,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 11.376,
- -1.824
- ],
- [
- 11.376,
- -1.293
- ],
- [
- 6.408,
- 3.676
- ],
- [
- 1.512,
- -0.468
- ],
- [
- 0.999,
- -3.548
- ],
- [
- -3.456,
- -7.324
- ],
- [
- -2.667,
- 7.324
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 29.958,
- 41.324
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 3",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 3,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -6.875,
- 0
- ],
- [
- -2.769,
- -4.327
- ]
- ],
- "o": [
- [
- 2.768,
- -4.327
- ],
- [
- 6.876,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -15.583,
- 3.667
- ],
- [
- -0.001,
- -3.667
- ],
- [
- 15.583,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 23.001
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 4",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 4,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -3.666,
- 0
- ],
- [
- -2.97,
- -1.485
- ]
- ],
- "o": [
- [
- 2.97,
- -1.485
- ],
- [
- 3.667,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -10.083,
- 1.164
- ],
- [
- -0.001,
- -1.164
- ],
- [
- 10.083,
- 1.164
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.305882352941,
- 0.309803921569,
- 0.321568627451,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 13.164
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 5",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 5,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 90,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 110.035,
- "s": [
- 0
- ]
- },
- {
- "t": 150.197,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 152.705,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 165.246,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -14.687
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 185.281,
- "s": [
- 0
- ]
- },
- {
- "t": 225.441,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 227.949,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 240.494,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -14.701
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 260,
- "s": [
- 0
- ]
- },
- {
- "t": 300.689,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 303.193,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 365.74,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -15.359
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 385,
- "s": [
- 0
- ]
- },
- {
- "t": 518.434,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 520.943359375,
- "s": [
- 100
- ],
- "h": 1
- }
- ],
- "ix": 1
- },
- "e": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.07
- ],
- "y": [
- 0.941
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0.059
- ]
- },
- "t": 130.133,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 140.146,
- "s": [
- 0
- ]
- },
- {
- "t": 150.197,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 152.705,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 205.377,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -12.439
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 215,
- "s": [
- 0
- ]
- },
- {
- "t": 225.441,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 227.949,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0.07
- ],
- "y": [
- 0.941
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0.059
- ]
- },
- "t": 280.623,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -12.342
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 290.641,
- "s": [
- 0
- ]
- },
- {
- "t": 300.689,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 303.193,
- "s": [
- 100
- ],
- "h": 1
- },
- {
- "i": {
- "x": [
- 0.07
- ],
- "y": [
- 0.97
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0.03
- ]
- },
- "t": 508.369,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- -10.133
- ]
- },
- "o": {
- "x": [
- 0.64
- ],
- "y": [
- 0
- ]
- },
- "t": 513.385,
- "s": [
- 0
- ]
- },
- {
- "t": 518.434,
- "s": [
- 0
- ],
- "h": 1
- },
- {
- "t": 520.943359375,
- "s": [
- 100
- ],
- "h": 1
- }
- ],
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 6,
- "nm": "Trim Paths 1",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 4855,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 8,
- "ty": 4,
- "nm": "BLUE_FINGER",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 3.5,
- -3,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 28,
- 34,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 527,
- 527,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 3.703,
- 0
- ],
- [
- 2.328,
- 1.76
- ]
- ],
- "o": [
- [
- -2.42,
- 2.09
- ],
- [
- -3.355,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 9.038,
- -1.687
- ],
- [
- -0.348,
- 1.687
- ],
- [
- -9.038,
- -1.118
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.933,
- 54.313
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -7.847,
- 0
- ],
- [
- 0,
- -7.095
- ]
- ],
- "o": [
- [
- -1.027,
- -2.676
- ],
- [
- 0,
- -7.095
- ],
- [
- 7.847,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -12.723,
- 9.167
- ],
- [
- -13.75,
- 3.667
- ],
- [
- 0,
- -9.167
- ],
- [
- 13.75,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.584,
- 35.833
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 2",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 2,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 2.75,
- 0
- ],
- [
- 0.403,
- 2.384
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 0
- ],
- [
- -5.445,
- -1.54
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 2.733
- ],
- [
- -2.42,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -0.367,
- -2.181
- ],
- [
- -7.92,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 11.376,
- -1.824
- ],
- [
- 11.376,
- -1.293
- ],
- [
- 6.408,
- 3.676
- ],
- [
- 1.512,
- -0.468
- ],
- [
- 0.999,
- -3.548
- ],
- [
- -3.456,
- -7.324
- ],
- [
- -2.667,
- 7.324
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 29.958,
- 41.324
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 3",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 3,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -6.875,
- 0
- ],
- [
- -2.769,
- -4.327
- ]
- ],
- "o": [
- [
- 2.768,
- -4.327
- ],
- [
- 6.876,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -15.583,
- 3.667
- ],
- [
- -0.001,
- -3.667
- ],
- [
- 15.583,
- 3.667
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 23.001
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 4",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 4,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -3.666,
- 0
- ],
- [
- -2.97,
- -1.485
- ]
- ],
- "o": [
- [
- 2.97,
- -1.485
- ],
- [
- 3.667,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- -10.083,
- 1.164
- ],
- [
- -0.001,
- -1.164
- ],
- [
- 10.083,
- 1.164
- ]
- ],
- "c": false
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 3,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 10,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 27.583,
- 13.164
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 5",
- "np": 2,
- "cix": 2,
- "bm": 0,
- "ix": 5,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 4855,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 9,
- "ty": 4,
- "nm": "BG_Circle_Green",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 87.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 112.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 127.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 152.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 157.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 182.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 197.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 222.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 230,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 255,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 280,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 295,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 367.5,
- "s": [
- 33
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 382.5,
- "s": [
- 12
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 507.5,
- "s": [
- 12
- ]
- },
- {
- "t": 517.5,
- "s": [
- 33
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 2.91,
- -13.59,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 440,
- 440
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.964705942191,
- 0.996078491211,
- 0.87450986376,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.682352941176,
- 0.796078431373,
- 0.980392156863,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 2585,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 10,
- "ty": 4,
- "nm": "BG_Circle",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 2.91,
- -13.59,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 430,
- 430
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.964705942191,
- 0.996078491211,
- 0.87450986376,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.066666666667,
- 0.086274509804,
- 0.117647066303,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 2585,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 11,
- "ty": 3,
- "nm": "Null 59 DIALOGUE",
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 0,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 840.657,
- 2087.485,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 125,
- 125,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ip": -20,
- "op": 2455,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 12,
- "ty": 4,
- "nm": "PHONE_OUTLINE",
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 69,
- "s": [
- 100
- ]
- },
- {
- "t": 75,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 837,
- 1430,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 929.094,
- 929.094,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ]
- ],
- "o": [
- [
- 0,
- 5.244
- ],
- [
- 0,
- 0
- ],
- [
- -5.243,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -5.244
- ],
- [
- 0,
- 0
- ],
- [
- 5.243,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 63.454,
- 114.112
- ],
- [
- 53.945,
- 123.622
- ],
- [
- -55.413,
- 123.622
- ],
- [
- -64.922,
- 114.112
- ],
- [
- -64.922,
- -114.112
- ],
- [
- -55.413,
- -123.622
- ],
- [
- 53.945,
- -123.622
- ],
- [
- 63.454,
- -114.112
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.555
- ],
- [
- 0,
- 0
- ],
- [
- -6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 6.555
- ],
- [
- 0,
- 0
- ],
- [
- 6.554,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -1.313
- ],
- [
- 0,
- 0
- ],
- [
- 1.313,
- 0
- ]
- ],
- "v": [
- [
- 68.209,
- -52.302
- ],
- [
- 68.209,
- -61.811
- ],
- [
- 65.832,
- -64.188
- ],
- [
- 65.832,
- -114.112
- ],
- [
- 53.945,
- -126
- ],
- [
- -55.413,
- -126
- ],
- [
- -67.3,
- -114.112
- ],
- [
- -67.3,
- 114.112
- ],
- [
- -55.413,
- 126
- ],
- [
- 53.945,
- 126
- ],
- [
- 65.832,
- 114.112
- ],
- [
- 65.832,
- -2.378
- ],
- [
- 68.209,
- -4.755
- ],
- [
- 68.209,
- -28.528
- ],
- [
- 65.832,
- -30.906
- ],
- [
- 65.832,
- -49.924
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 2",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.368627458811,
- 0.368627458811,
- 0.368627458811,
- 1
- ],
- "ix": 4
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 5
- },
- "r": 1,
- "bm": 0,
- "nm": "Fill 1",
- "mn": "ADBE Vector Graphic - Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -20,
- "op": 79,
- "st": 55,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 13,
- "ty": 4,
- "nm": "CONFIRMATION_",
- "parent": 11,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 472.812,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.4
- ],
- "y": [
- 0
- ]
- },
- "t": 485,
- "s": [
+ 17.82,
+ 17.82,
100
]
},
{
"i": {
"x": [
- 0.833
+ 0.511,
+ 0.511,
+ 0.667
],
"y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 540,
- "s": [
- 100
- ]
- },
- {
- "t": 565,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -0.747,
- -3.075,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 1075,
- 1075
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.400000029919,
- 0.61568627451,
- 0.988235353956,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 49,
- "ix": 5,
- "x": "var $bm_rt;\n$bm_rt = thisComp.layer('OuterRing - WIDTH CONTROLLER').content('Ellipse 1').content('Stroke 1').strokeWidth;"
- },
- "lc": 2,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 255,
- "op": 2570,
- "st": 102.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 14,
- "ty": 4,
- "nm": "MATTE_BOTTOM",
- "parent": 11,
- "td": 1,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 14.543,
- -11.886,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 593.879,
- 1034.5,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 135.338,
- 132.074,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- -220.914
- ],
- [
- 220.914,
- 0
- ],
- [
- 0,
- 220.914
- ],
- [
- -220.914,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 220.914
- ],
- [
- -220.914,
- 0
- ],
- [
- 0,
- -220.914
- ],
- [
- 220.914,
- 0
- ]
- ],
- "v": [
- [
- 400,
- 0
- ],
- [
- 0,
- 400
- ],
- [
- -400,
- 0
- ],
- [
- 0,
- -400
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "Path 1",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.600934436275,
1,
- 0.659657257678,
+ 1,
1
- ],
- "ix": 3
+ ]
},
"o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 103,
- "ix": 5
- },
- "lc": 1,
- "lj": 2,
- "bm": 0,
- "d": [
- {
- "n": "d",
- "nm": "dash",
- "v": {
- "a": 0,
- "k": 15,
- "ix": 1
- }
- },
- {
- "n": "g",
- "nm": "gap",
- "v": {
- "a": 0,
- "k": 2,
- "ix": 2
- }
- },
- {
- "n": "d",
- "nm": "dash2",
- "v": {
- "a": 0,
- "k": 15,
- "ix": 3
- }
- },
- {
- "n": "g",
- "nm": "gap2",
- "v": {
- "a": 0,
- "k": 2,
- "ix": 4
- }
- },
- {
- "n": "d",
- "nm": "dash3",
- "v": {
- "a": 0,
- "k": 15,
- "ix": 5
- }
- },
- {
- "n": "g",
- "nm": "gap3",
- "v": {
- "a": 0,
- "k": 2,
- "ix": 6
- }
- },
- {
- "n": "o",
- "nm": "offset",
- "v": {
- "a": 0,
- "k": 8,
- "ix": 7
- }
- }
- ],
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- 584.5,
- 1034.5
+ "x": [
+ 0.333,
+ 0.333,
+ 0.333
],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
+ "y": [
+ 0,
0,
0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Group 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 0,
- "k": 0,
- "ix": 1
- },
- "e": {
- "a": 0,
- "k": 100,
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 2,
- "nm": "Trim Paths 1",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- },
- {
- "ty": "tm",
- "s": {
- "a": 0,
- "k": 0,
- "ix": 1
- },
- "e": {
- "a": 0,
- "k": 100,
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 3,
- "nm": "Trim Paths 2",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- }
- ],
- "ip": -87.5,
- "op": 2520,
- "st": -160,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 15,
- "ty": 4,
- "nm": "OuterRing - WIDTH CONTROLLER",
- "parent": 11,
- "tt": 1,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 0.833
]
},
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0.167
- ]
- },
- "t": 547.5,
+ "t": 380,
"s": [
+ 17.82,
+ 17.82,
100
]
},
{
- "t": 555,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 1,
- "k": [
- {
"i": {
"x": [
- 0
+ 0.833,
+ 0.833,
+ 0.833
],
"y": [
+ 1,
+ 1,
1
]
},
"o": {
"x": [
- 0.29
+ 0.333,
+ 0.333,
+ 0.333
],
"y": [
+ 0,
+ 0,
0
]
},
- "t": 392.5,
+ "t": 390,
"s": [
- 0
+ 16.92,
+ 16.92,
+ 100
]
},
{
- "t": 617.5,
+ "i": {
+ "x": [
+ 0.369,
+ 0.369,
+ 0.667
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.292,
+ 0.292,
+ 0.167
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 429,
"s": [
- 535
+ 16.92,
+ 16.92,
+ 100
+ ]
+ },
+ {
+ "t": 439,
+ "s": [
+ 17.82,
+ 17.82,
+ 100
]
}
],
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -0.747,
- -3.075,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
"ix": 6,
"l": 2
}
@@ -7881,8 +8660,8 @@
"s": {
"a": 0,
"k": [
- 1075,
- 1075
+ 258.387,
+ 258.387
],
"ix": 2
},
@@ -7899,35 +8678,33 @@
"hd": false
},
{
- "ty": "tm",
- "s": {
- "a": 0,
- "k": 0,
- "ix": 1
- },
- "e": {
+ "ty": "fl",
+ "c": {
"a": 1,
"k": [
{
"i": {
"x": [
- 0.5
+ 0.833
],
"y": [
- 1
+ 0.833
]
},
"o": {
"x": [
- 0.88
+ 0.167
],
"y": [
- 0
+ 0.167
]
},
- "t": 92.535,
+ "t": 92,
"s": [
- 0
+ 0.247058838489,
+ 0.305882352941,
+ 0.396078461292,
+ 1
]
},
{
@@ -7947,31 +8724,12 @@
0.167
]
},
- "t": 141.172,
+ "t": 98,
"s": [
- 25
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 168.826,
- "s": [
- 25
+ 0.105882360421,
+ 0.152941176471,
+ 0.223529426724,
+ 1
]
},
{
@@ -7991,31 +8749,12 @@
0.167
]
},
- "t": 215,
+ "t": 138,
"s": [
- 50
- ]
- },
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 242.439,
- "s": [
- 50
+ 0.105882360421,
+ 0.152941176471,
+ 0.223529426724,
+ 1
]
},
{
@@ -8035,1124 +8774,304 @@
0.167
]
},
- "t": 290.633,
+ "t": 143,
"s": [
- 75
+ 0.247058838489,
+ 0.305882352941,
+ 0.396078461292,
+ 1
]
},
{
"i": {
"x": [
- 0.5
+ 0.833
],
"y": [
- 1
+ 0.833
]
},
"o": {
"x": [
- 0.88
+ 0.167
],
"y": [
- 0
+ 0.167
]
},
- "t": 335.787,
+ "t": 185,
"s": [
- 75
+ 0.247058838489,
+ 0.305882352941,
+ 0.396078461292,
+ 1
]
},
{
- "t": 508.98046875,
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 190,
"s": [
- 100
+ 0.117647059262,
+ 0.152941182256,
+ 0.219607844949,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 232,
+ "s": [
+ 0.117647059262,
+ 0.152941182256,
+ 0.219607844949,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 237,
+ "s": [
+ 0.258823543787,
+ 0.305882364511,
+ 0.388235300779,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 285,
+ "s": [
+ 0.258823543787,
+ 0.305882364511,
+ 0.388235300779,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 290,
+ "s": [
+ 0.117647059262,
+ 0.152941182256,
+ 0.219607844949,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 335,
+ "s": [
+ 0.117647059262,
+ 0.152941182256,
+ 0.219607844949,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 340,
+ "s": [
+ 0.258823543787,
+ 0.305882364511,
+ 0.388235300779,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 380,
+ "s": [
+ 0.258823543787,
+ 0.305882364511,
+ 0.388235300779,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 385,
+ "s": [
+ 0.117647059262,
+ 0.152941182256,
+ 0.219607844949,
+ 1
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 429,
+ "s": [
+ 0.117647059262,
+ 0.152941182256,
+ 0.219607844949,
+ 1
+ ]
+ },
+ {
+ "t": 434,
+ "s": [
+ 0.258823543787,
+ 0.305882364511,
+ 0.388235300779,
+ 1
]
}
],
- "ix": 2
- },
- "o": {
- "a": 0,
- "k": 0,
- "ix": 3
- },
- "m": 1,
- "ix": 2,
- "nm": "Trim Paths 1",
- "mn": "ADBE Vector Filter - Trim",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.4,
- 0.61568627451,
- 0.964705882353,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 65,
- "ix": 5
- },
- "lc": 2,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 4,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 2585,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 16,
- "ty": 4,
- "nm": "OuterRing",
- "parent": 11,
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0.5
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.88
- ],
- "y": [
- 0
- ]
- },
- "t": 73,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 79,
- "s": [
- 100
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 550,
- "s": [
- 100
- ]
- },
- {
- "t": 582.5,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -0.747,
- -3.075,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 1075,
- 1075
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.231372563979,
- 0.294117647059,
- 0.400000029919,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 65,
- "ix": 5,
- "x": "var $bm_rt;\n$bm_rt = thisComp.layer('OuterRing - WIDTH CONTROLLER').content('Ellipse 1').content('Stroke 1').strokeWidth;"
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": -70,
- "op": 486,
- "st": 117.5,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 17,
- "ty": 4,
- "nm": "ILLUMINATION",
- "sr": 1,
- "ks": {
- "o": {
- "a": 1,
- "k": [
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 87.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 97.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 130,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 140,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 165,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 175,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 205,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 215,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 242.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 252.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 287.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 297.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.78
- ],
- "y": [
- 0
- ]
- },
- "t": 367.5,
- "s": [
- 0
- ]
- },
- {
- "i": {
- "x": [
- 0.833
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.167
- ],
- "y": [
- 0
- ]
- },
- "t": 377.5,
- "s": [
- 93
- ]
- },
- {
- "i": {
- "x": [
- 0
- ],
- "y": [
- 1
- ]
- },
- "o": {
- "x": [
- 0.33
- ],
- "y": [
- 0
- ]
- },
- "t": 485,
- "s": [
- 93
- ]
- },
- {
- "t": 495,
- "s": [
- 0
- ]
- }
- ],
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- 839.765,
- 2085.09,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 95,
- 95,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "ef": [
- {
- "ty": 29,
- "nm": "Gaussian Blur",
- "np": 5,
- "mn": "ADBE Gaussian Blur 2",
- "ix": 1,
- "en": 1,
- "ef": [
- {
- "ty": 0,
- "nm": "Blurriness",
- "mn": "ADBE Gaussian Blur 2-0001",
- "ix": 1,
- "v": {
- "a": 0,
- "k": 49.5,
- "ix": 1
- }
- },
- {
- "ty": 7,
- "nm": "Blur Dimensions",
- "mn": "ADBE Gaussian Blur 2-0002",
- "ix": 2,
- "v": {
- "a": 0,
- "k": 1,
- "ix": 2
- }
- },
- {
- "ty": 7,
- "nm": "Repeat Edge Pixels",
- "mn": "ADBE Gaussian Blur 2-0003",
- "ix": 3,
- "v": {
- "a": 0,
- "k": 0,
- "ix": 3
- }
- }
- ]
- }
- ],
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 430,
- 430
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.682352941176,
- 0.796078431373,
- 0.980392156863,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "gf",
- "o": {
- "a": 0,
- "k": 100,
- "ix": 10
- },
- "r": 1,
- "bm": 0,
- "g": {
- "p": 3,
- "k": {
- "a": 0,
- "k": [
- 0,
- 1,
- 1,
- 1,
- 0.5,
- 0.95,
- 0.95,
- 0.95,
- 0.999,
- 0.9,
- 0.9,
- 0.9
- ],
- "ix": 9
- }
- },
- "s": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 5
- },
- "e": {
- "a": 0,
- "k": [
- 300.822,
- 0
- ],
- "ix": 6
- },
- "t": 2,
- "h": {
- "a": 0,
- "k": 0,
- "ix": 7
- },
- "a": {
- "a": 0,
- "k": 0,
- "ix": 8
- },
- "nm": "Gradient Fill 1",
- "mn": "ADBE Vector Graphic - G-Fill",
- "hd": false
- },
- {
- "ty": "tr",
- "p": {
- "a": 0,
- "k": [
- -13.09,
- 1270.41
- ],
- "ix": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 1
- },
- "s": {
- "a": 0,
- "k": [
- 100,
- 100
- ],
- "ix": 3
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 6
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 7
- },
- "sk": {
- "a": 0,
- "k": 0,
- "ix": 4
- },
- "sa": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "nm": "Transform"
- }
- ],
- "nm": "Ellipse 1",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ],
- "ip": 72.5,
- "op": 2572.5,
- "st": 105,
- "bm": 0
- },
- {
- "ddd": 0,
- "ind": 18,
- "ty": 4,
- "nm": "Finger_Circle",
- "parent": 5,
- "sr": 1,
- "ks": {
- "o": {
- "a": 0,
- "k": 100,
- "ix": 11
- },
- "r": {
- "a": 0,
- "k": 0,
- "ix": 10
- },
- "p": {
- "a": 0,
- "k": [
- -11.429,
- -617.143,
- 0
- ],
- "ix": 2,
- "l": 2
- },
- "a": {
- "a": 0,
- "k": [
- 0,
- 0,
- 0
- ],
- "ix": 1,
- "l": 2
- },
- "s": {
- "a": 0,
- "k": [
- 95.238,
- 95.238,
- 100
- ],
- "ix": 6,
- "l": 2
- }
- },
- "ao": 0,
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "d": 1,
- "ty": "el",
- "s": {
- "a": 0,
- "k": [
- 452.344,
- 452.344
- ],
- "ix": 2
- },
- "p": {
- "a": 0,
- "k": [
- 0,
- 0
- ],
- "ix": 3
- },
- "nm": "Ellipse Path 1",
- "mn": "ADBE Vector Shape - Ellipse",
- "hd": false
- },
- {
- "ty": "st",
- "c": {
- "a": 0,
- "k": [
- 0.590962009804,
- 0.746925982307,
- 1,
- 1
- ],
- "ix": 3
- },
- "o": {
- "a": 0,
- "k": 100,
- "ix": 4
- },
- "w": {
- "a": 0,
- "k": 0,
- "ix": 5
- },
- "lc": 1,
- "lj": 1,
- "ml": 4,
- "bm": 0,
- "nm": "Stroke 1",
- "mn": "ADBE Vector Graphic - Stroke",
- "hd": false
- },
- {
- "ty": "fl",
- "c": {
- "a": 0,
- "k": [
- 0.712009803922,
- 0.817606129366,
- 1,
- 1
- ],
"ix": 4
},
"o": {
"a": 0,
- "k": 71,
+ "k": 100,
"ix": 5
},
"r": 1,
@@ -9166,8 +9085,8 @@
"p": {
"a": 0,
"k": [
- 13.871,
- 635.457
+ -8.807,
+ 813.193
],
"ix": 2
},
@@ -9182,8 +9101,8 @@
"s": {
"a": 0,
"k": [
- 102.789,
- 102.789
+ 100,
+ 100
],
"ix": 3
},
@@ -9220,16 +9139,15 @@
}
],
"ip": 0,
- "op": 2400,
- "st": 0,
+ "op": 630,
+ "st": 30,
"bm": 0
},
{
"ddd": 0,
- "ind": 19,
- "ty": 0,
- "nm": "ACTIONS_",
- "refId": "comp_1",
+ "ind": 11,
+ "ty": 4,
+ "nm": "Phone/Phone_Illustration Outlines 2",
"sr": 1,
"ks": {
"o": {
@@ -9245,8 +9163,8 @@
"p": {
"a": 0,
"k": [
- 832.22,
- 3147,
+ 151.5,
+ 139.97,
0
],
"ix": 2,
@@ -9255,8 +9173,8 @@
"a": {
"a": 0,
"k": [
- 412,
- 72,
+ 64,
+ 118.5,
0
],
"ix": 1,
@@ -9265,8 +9183,8 @@
"s": {
"a": 0,
"k": [
- 300,
- 300,
+ 103.629,
+ 103.629,
100
],
"ix": 6,
@@ -9274,2676 +9192,3294 @@
}
},
"ao": 0,
- "w": 824,
- "h": 144,
- "ip": -10,
- "op": 2117,
- "st": -10,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 4.901,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 4.902
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -4.902,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ -4.902
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 4.902
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -4.902,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ -4.902
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 4.901,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 58.897,
+ 106.681
+ ],
+ [
+ 50.008,
+ 115.572
+ ],
+ [
+ -52.229,
+ 115.572
+ ],
+ [
+ -61.118,
+ 106.681
+ ],
+ [
+ -61.118,
+ -106.68
+ ],
+ [
+ -52.229,
+ -115.571
+ ],
+ [
+ 50.008,
+ -115.571
+ ],
+ [
+ 58.897,
+ -106.68
+ ]
+ ],
+ "c": true
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ind": 1,
+ "ty": "sh",
+ "ix": 2,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 1.227
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 1.227,
+ 0.001
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 6.127,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ -6.128
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.127,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 6.128
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 1.228
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 1.227,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ -1.228
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ -6.128
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ -6.127,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 6.128
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 6.127,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 1.227,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ -1.227
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 1.227,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 63.341,
+ -48.896
+ ],
+ [
+ 63.341,
+ -57.786
+ ],
+ [
+ 61.12,
+ -60.008
+ ],
+ [
+ 61.12,
+ -106.68
+ ],
+ [
+ 50.008,
+ -117.795
+ ],
+ [
+ -52.229,
+ -117.795
+ ],
+ [
+ -63.341,
+ -106.68
+ ],
+ [
+ -63.341,
+ 106.681
+ ],
+ [
+ -52.229,
+ 117.795
+ ],
+ [
+ 50.008,
+ 117.795
+ ],
+ [
+ 61.12,
+ 106.681
+ ],
+ [
+ 61.12,
+ -2.223
+ ],
+ [
+ 63.341,
+ -4.445
+ ],
+ [
+ 63.341,
+ -26.671
+ ],
+ [
+ 61.12,
+ -28.893
+ ],
+ [
+ 61.12,
+ -46.674
+ ]
+ ],
+ "c": true
+ },
+ "ix": 2
+ },
+ "nm": "Path 2",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "mm",
+ "mm": 1,
+ "nm": "Merge Paths 1",
+ "mn": "ADBE Vector Filter - Merge",
+ "hd": false
+ },
+ {
+ "ty": "fl",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.501999978458,
+ 0.525,
+ 0.545000023935,
+ 1
+ ],
+ "ix": 4
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 60,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 70,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 489,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "t": 499,
+ "s": [
+ 100
+ ]
+ }
+ ],
+ "ix": 5
+ },
+ "r": 1,
+ "bm": 0,
+ "nm": "Fill 1",
+ "mn": "ADBE Vector Graphic - Fill",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 63.591,
+ 118.045
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Group 1",
+ "np": 4,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ }
+ ],
+ "ip": 0,
+ "op": 630,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 13,
+ "ty": 4,
+ "nm": "checkmark 2",
+ "parent": 14,
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 338.091,
+ 629.95,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 334.381,
+ 630.336,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 104.745,
+ 104.745,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "ind": 0,
+ "ty": "sh",
+ "ix": 1,
+ "ks": {
+ "a": 0,
+ "k": {
+ "i": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "o": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ],
+ [
+ 0,
+ 0
+ ]
+ ],
+ "v": [
+ [
+ 283,
+ 629.5
+ ],
+ [
+ 322.5,
+ 661.5
+ ],
+ [
+ 382.5,
+ 591.5
+ ]
+ ],
+ "c": false
+ },
+ "ix": 2
+ },
+ "nm": "Path 1",
+ "mn": "ADBE Vector Shape - Group",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.400000029919,
+ 0.61568627451,
+ 0.964705942191,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 487,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 490,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 14,
+ "ix": 5
+ },
+ "lc": 1,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Shape 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.645
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 433,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "t": 447,
+ "s": [
+ 100
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 0,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": 429,
+ "op": 630,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 14,
+ "ty": 4,
+ "nm": "checkmark",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 200.737,
+ 254.567,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 338.647,
+ 629.648,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.549,
+ 0.549,
+ 0.667
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.04,
+ 0.04,
+ 0.333
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 429,
+ "s": [
+ 7.2,
+ 7.2,
+ 100
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.323,
+ 0.323,
+ 0.667
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.271,
+ 0.271,
+ 0.333
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 437,
+ "s": [
+ 19.525,
+ 19.525,
+ 100
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833,
+ 0.833,
+ 0.833
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167,
+ 0.167,
+ 0.167
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 454,
+ "s": [
+ 17.185,
+ 17.185,
+ 100
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.913,
+ 0.913,
+ 0.833
+ ],
+ "y": [
+ 1,
+ 1,
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 1,
+ 1,
+ 0.167
+ ],
+ "y": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "t": 480,
+ "s": [
+ 17.185,
+ 17.185,
+ 100
+ ]
+ },
+ {
+ "t": 490,
+ "s": [
+ 7.2,
+ 7.2,
+ 100
+ ]
+ }
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 177.191,
+ 177.191
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.400000029919,
+ 0.61568627451,
+ 0.964705942191,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 482,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 490,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 14,
+ "ix": 5
+ },
+ "lc": 1,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "fl",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.125490196078,
+ 0.129411764706,
+ 0.141176470588,
+ 1
+ ],
+ "ix": 4
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 482,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 490,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 5
+ },
+ "r": 1,
+ "bm": 0,
+ "nm": "Fill 1",
+ "mn": "ADBE Vector Graphic - Fill",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 338.104,
+ 629.943
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100,
+ 100
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ }
+ ],
+ "ip": 429,
+ "op": 630,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 15,
+ "ty": 4,
+ "nm": "Shape Layer 20",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 270,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541176470588,
+ 0.705882352941,
+ 0.972549079446,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 480,
+ "s": [
+ 100
+ ]
+ },
+ {
+ "t": 486,
+ "s": [
+ 0
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ }
+ ],
+ "ip": 477,
+ "op": 630,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 16,
+ "ty": 4,
+ "nm": "Shape Layer 19",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 270,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541176470588,
+ 0.705882352941,
+ 0.972549079446,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.2
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.4
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 380,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 429,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "t": 440,
+ "s": [
+ 26
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 17,
+ "ty": 4,
+ "nm": "Shape Layer 18",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 270,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.18431372549,
+ 0.223529426724,
+ 0.282352941176,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 69,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "t": 79,
+ "s": [
+ 100
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 22.5,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 18,
+ "ty": 4,
+ "nm": "Shape Layer 17",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 180,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541176470588,
+ 0.705882352941,
+ 0.972549079446,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.21
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.564
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 285,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 335,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 429,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "t": 440,
+ "s": [
+ 26
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 19,
+ "ty": 4,
+ "nm": "Shape Layer 16",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 180,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.18431372549,
+ 0.223529426724,
+ 0.282352941176,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 69,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "t": 79,
+ "s": [
+ 100
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 22.5,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 20,
+ "ty": 4,
+ "nm": "Shape Layer 15",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 90,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541176470588,
+ 0.705882352941,
+ 0.972549079446,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.2
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.4
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 185,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 232,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 429,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "t": 440,
+ "s": [
+ 26
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 21,
+ "ty": 4,
+ "nm": "Shape Layer 14",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 90,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.18431372549,
+ 0.223529426724,
+ 0.282352941176,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 69,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "t": 79,
+ "s": [
+ 100
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 22.5,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 22,
+ "ty": 4,
+ "nm": "Shape Layer 9",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.541176470588,
+ 0.705882352941,
+ 0.972549079446,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.2
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.4
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 92,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 138,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 1
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0
+ ]
+ },
+ "t": 429,
+ "s": [
+ 22.5
+ ]
+ },
+ {
+ "t": 440,
+ "s": [
+ 26
+ ]
+ }
+ ],
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
+ "bm": 0
+ },
+ {
+ "ddd": 0,
+ "ind": 23,
+ "ty": 4,
+ "nm": "Shape Layer 6",
+ "sr": 1,
+ "ks": {
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 11
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 10
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 151.32,
+ 206.475,
+ 0
+ ],
+ "ix": 2,
+ "l": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 788.471,
+ 0
+ ],
+ "ix": 1,
+ "l": 2
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 17.09,
+ 17.09,
+ 100
+ ],
+ "ix": 6,
+ "l": 2
+ }
+ },
+ "ao": 0,
+ "shapes": [
+ {
+ "ty": "gr",
+ "it": [
+ {
+ "d": 1,
+ "ty": "el",
+ "s": {
+ "a": 0,
+ "k": [
+ 793.047,
+ 793.047
+ ],
+ "ix": 2
+ },
+ "p": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 3
+ },
+ "nm": "Ellipse Path 1",
+ "mn": "ADBE Vector Shape - Ellipse",
+ "hd": false
+ },
+ {
+ "ty": "st",
+ "c": {
+ "a": 0,
+ "k": [
+ 0.18431372549,
+ 0.223529426724,
+ 0.282352941176,
+ 1
+ ],
+ "ix": 3
+ },
+ "o": {
+ "a": 1,
+ "k": [
+ {
+ "i": {
+ "x": [
+ 0.833
+ ],
+ "y": [
+ 0.833
+ ]
+ },
+ "o": {
+ "x": [
+ 0.167
+ ],
+ "y": [
+ 0.167
+ ]
+ },
+ "t": 69,
+ "s": [
+ 0
+ ]
+ },
+ {
+ "t": 79,
+ "s": [
+ 100
+ ]
+ }
+ ],
+ "ix": 4
+ },
+ "w": {
+ "a": 0,
+ "k": 34,
+ "ix": 5
+ },
+ "lc": 2,
+ "lj": 1,
+ "ml": 4,
+ "bm": 0,
+ "nm": "Stroke 1",
+ "mn": "ADBE Vector Graphic - Stroke",
+ "hd": false
+ },
+ {
+ "ty": "tr",
+ "p": {
+ "a": 0,
+ "k": [
+ 37.523,
+ 787.523
+ ],
+ "ix": 2
+ },
+ "a": {
+ "a": 0,
+ "k": [
+ 0,
+ 0
+ ],
+ "ix": 1
+ },
+ "s": {
+ "a": 0,
+ "k": [
+ 100.278,
+ 100.278
+ ],
+ "ix": 3
+ },
+ "r": {
+ "a": 0,
+ "k": 0,
+ "ix": 6
+ },
+ "o": {
+ "a": 0,
+ "k": 100,
+ "ix": 7
+ },
+ "sk": {
+ "a": 0,
+ "k": 0,
+ "ix": 4
+ },
+ "sa": {
+ "a": 0,
+ "k": 0,
+ "ix": 5
+ },
+ "nm": "Transform"
+ }
+ ],
+ "nm": "Ellipse 1",
+ "np": 3,
+ "cix": 2,
+ "bm": 0,
+ "ix": 1,
+ "mn": "ADBE Vector Group",
+ "hd": false
+ },
+ {
+ "ty": "tm",
+ "s": {
+ "a": 0,
+ "k": 0,
+ "ix": 1
+ },
+ "e": {
+ "a": 0,
+ "k": 22.5,
+ "ix": 2
+ },
+ "o": {
+ "a": 0,
+ "k": 365,
+ "ix": 3
+ },
+ "m": 1,
+ "ix": 2,
+ "nm": "Trim Paths 1",
+ "mn": "ADBE Vector Filter - Trim",
+ "hd": false
+ }
+ ],
+ "ip": -7,
+ "op": 477,
+ "st": 30,
"bm": 0
}
],
- "markers": [
- {
- "tm": 0,
- "cm": "0",
- "dr": 0
- },
- {
- "tm": 292.5,
- "cm": "2",
- "dr": 0
- },
- {
- "tm": 600,
- "cm": "3",
- "dr": 0
- }
- ],
- "chars": [
- {
- "ch": "S",
- "size": 16,
- "style": "Regular",
- "w": 56.2,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -3.6,
- 0
- ],
- [
- -3.6,
- 1.466
- ],
- [
- -2.367,
- 3.134
- ],
- [
- 0,
- 4.6
- ],
- [
- 3.4,
- 3.3
- ],
- [
- 6.066,
- 2.2
- ],
- [
- 0,
- 0
- ],
- [
- 2.2,
- 1.767
- ],
- [
- 0,
- 2.8
- ],
- [
- -2.6,
- 2.067
- ],
- [
- -3.667,
- 0
- ],
- [
- -2.367,
- -2
- ],
- [
- -0.734,
- -2.466
- ],
- [
- 0,
- 0
- ],
- [
- 1.833,
- 2.2
- ],
- [
- 3.066,
- 1.534
- ],
- [
- 4.133,
- 0
- ],
- [
- 3.333,
- -1.733
- ],
- [
- 1.866,
- -2.9
- ],
- [
- 0,
- -3.4
- ],
- [
- -3.2,
- -2.933
- ],
- [
- -5.067,
- -1.8
- ],
- [
- 0,
- 0
- ],
- [
- -2.434,
- -2.166
- ],
- [
- 0,
- -3.333
- ],
- [
- 2.866,
- -2.233
- ],
- [
- 4.133,
- 0
- ],
- [
- 3.066,
- 2.734
- ],
- [
- 1.133,
- 4.267
- ],
- [
- 0,
- 0
- ],
- [
- -2.6,
- -2.9
- ],
- [
- -3.367,
- -1.5
- ]
- ],
- "o": [
- [
- 3.8,
- 0
- ],
- [
- 3.6,
- -1.466
- ],
- [
- 2.366,
- -3.133
- ],
- [
- 0,
- -5.666
- ],
- [
- -3.4,
- -3.3
- ],
- [
- 0,
- 0
- ],
- [
- -4.467,
- -1.533
- ],
- [
- -2.2,
- -1.766
- ],
- [
- 0,
- -3.133
- ],
- [
- 2.6,
- -2.066
- ],
- [
- 3.866,
- 0
- ],
- [
- 2.366,
- 2
- ],
- [
- 0,
- 0
- ],
- [
- -0.734,
- -2.133
- ],
- [
- -1.834,
- -2.2
- ],
- [
- -3.067,
- -1.533
- ],
- [
- -4.134,
- 0
- ],
- [
- -3.334,
- 1.734
- ],
- [
- -1.867,
- 2.9
- ],
- [
- 0,
- 5.2
- ],
- [
- 3.2,
- 2.934
- ],
- [
- 0,
- 0
- ],
- [
- 5.533,
- 1.867
- ],
- [
- 2.433,
- 2.167
- ],
- [
- 0,
- 3.867
- ],
- [
- -2.867,
- 2.234
- ],
- [
- -4.134,
- 0
- ],
- [
- -3.067,
- -2.733
- ],
- [
- 0,
- 0
- ],
- [
- 1.133,
- 4.134
- ],
- [
- 2.6,
- 2.9
- ],
- [
- 3.366,
- 1.5
- ]
- ],
- "v": [
- [
- 28,
- 1.6
- ],
- [
- 39.1,
- -0.6
- ],
- [
- 48.05,
- -7.5
- ],
- [
- 51.6,
- -19.1
- ],
- [
- 46.5,
- -32.55
- ],
- [
- 32.3,
- -40.8
- ],
- [
- 27.6,
- -42.4
- ],
- [
- 17.6,
- -47.35
- ],
- [
- 14.3,
- -54.2
- ],
- [
- 18.2,
- -62
- ],
- [
- 27.6,
- -65.1
- ],
- [
- 36.95,
- -62.1
- ],
- [
- 41.6,
- -55.4
- ],
- [
- 49.5,
- -58.8
- ],
- [
- 45.65,
- -65.3
- ],
- [
- 38.3,
- -70.9
- ],
- [
- 27.5,
- -73.2
- ],
- [
- 16.3,
- -70.6
- ],
- [
- 8.5,
- -63.65
- ],
- [
- 5.7,
- -54.2
- ],
- [
- 10.5,
- -42
- ],
- [
- 22.9,
- -34.9
- ],
- [
- 27.4,
- -33.3
- ],
- [
- 39.35,
- -27.25
- ],
- [
- 43,
- -19
- ],
- [
- 38.7,
- -9.85
- ],
- [
- 28.2,
- -6.5
- ],
- [
- 17.4,
- -10.6
- ],
- [
- 11.1,
- -21.1
- ],
- [
- 3,
- -17.8
- ],
- [
- 8.6,
- -7.25
- ],
- [
- 17.55,
- -0.65
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "S",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "S",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "t",
- "size": 16,
- "style": "Regular",
- "w": 36.1,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -2.067,
- 0
- ],
- [
- -1.034,
- 0.2
- ],
- [
- -1,
- 0.466
- ],
- [
- 0,
- 0
- ],
- [
- 2.066,
- 0
- ],
- [
- 1.266,
- 1.5
- ],
- [
- 0,
- 2.863
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -2.667,
- -2.578
- ],
- [
- -1.767,
- -0.678
- ]
- ],
- "o": [
- [
- 1.6,
- 0
- ],
- [
- 1.033,
- -0.2
- ],
- [
- 0,
- 0
- ],
- [
- -1.667,
- 1.134
- ],
- [
- -2.4,
- 0
- ],
- [
- -1.067,
- -1.363
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 4.548
- ],
- [
- 1.2,
- 1.155
- ],
- [
- 1.766,
- 0.677
- ]
- ],
- "v": [
- [
- 25.9,
- 1.6
- ],
- [
- 29.85,
- 1.3
- ],
- [
- 32.9,
- 0.3
- ],
- [
- 32.9,
- -8
- ],
- [
- 27.3,
- -6.3
- ],
- [
- 21.8,
- -8.548
- ],
- [
- 20.2,
- -14.886
- ],
- [
- 20.2,
- -43.3
- ],
- [
- 32.7,
- -43.3
- ],
- [
- 32.7,
- -51
- ],
- [
- 20.2,
- -51
- ],
- [
- 20.2,
- -65.4
- ],
- [
- 11.7,
- -65.4
- ],
- [
- 11.7,
- -51
- ],
- [
- 2.8,
- -51
- ],
- [
- 2.8,
- -43.3
- ],
- [
- 11.7,
- -43.3
- ],
- [
- 11.7,
- -12.858
- ],
- [
- 15.7,
- -2.167
- ],
- [
- 20.15,
- 0.583
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "t",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "t",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "a",
- "size": 16,
- "style": "Regular",
- "w": 52.6,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -3.734,
- 0
- ],
- [
- -2.934,
- 1.733
- ],
- [
- -1.467,
- 2.467
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 3.933,
- 3.634
- ],
- [
- 6.933,
- 0
- ],
- [
- 3.533,
- -1.733
- ],
- [
- 2,
- -3.066
- ],
- [
- 0,
- 0
- ],
- [
- -2.434,
- 1.234
- ],
- [
- -2.8,
- 0
- ],
- [
- -2.667,
- -2.3
- ],
- [
- 0,
- -3.8
- ],
- [
- 0,
- 0
- ],
- [
- 2.633,
- 0.667
- ],
- [
- 3.066,
- 0
- ],
- [
- 4.066,
- -3.033
- ],
- [
- 0,
- -5.4
- ],
- [
- -1.6,
- -2.566
- ],
- [
- -2.934,
- -1.466
- ]
- ],
- "o": [
- [
- 3.666,
- 0
- ],
- [
- 2.933,
- -1.733
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -6.266
- ],
- [
- -3.934,
- -3.633
- ],
- [
- -4.267,
- 0
- ],
- [
- -3.534,
- 1.734
- ],
- [
- 0,
- 0
- ],
- [
- 1.4,
- -2.2
- ],
- [
- 2.433,
- -1.233
- ],
- [
- 4.066,
- 0
- ],
- [
- 2.666,
- 2.3
- ],
- [
- 0,
- 0
- ],
- [
- -1.4,
- -0.866
- ],
- [
- -2.634,
- -0.666
- ],
- [
- -6.2,
- 0
- ],
- [
- -4.067,
- 3.034
- ],
- [
- 0,
- 3.267
- ],
- [
- 1.6,
- 2.567
- ],
- [
- 2.933,
- 1.466
- ]
- ],
- "v": [
- [
- 22.6,
- 1.6
- ],
- [
- 32.5,
- -1
- ],
- [
- 39.1,
- -7.3
- ],
- [
- 39.5,
- -7.3
- ],
- [
- 39.5,
- 0
- ],
- [
- 47.6,
- 0
- ],
- [
- 47.6,
- -32.3
- ],
- [
- 41.7,
- -47.15
- ],
- [
- 25.4,
- -52.6
- ],
- [
- 13.7,
- -50
- ],
- [
- 5.4,
- -42.8
- ],
- [
- 11.8,
- -38
- ],
- [
- 17.55,
- -43.15
- ],
- [
- 25.4,
- -45
- ],
- [
- 35.5,
- -41.55
- ],
- [
- 39.5,
- -32.4
- ],
- [
- 39.5,
- -29.3
- ],
- [
- 33.45,
- -31.6
- ],
- [
- 24.9,
- -32.6
- ],
- [
- 9.5,
- -28.05
- ],
- [
- 3.4,
- -15.4
- ],
- [
- 5.8,
- -6.65
- ],
- [
- 12.6,
- -0.6
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "a",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 2.866,
- 0
- ],
- [
- 2.133,
- 1.734
- ],
- [
- 0,
- 2.8
- ],
- [
- -2.367,
- 1.934
- ],
- [
- -4.667,
- 0
- ],
- [
- -2.334,
- -0.666
- ],
- [
- -1.6,
- -1.066
- ],
- [
- 1.466,
- -2.466
- ],
- [
- 2.466,
- -1.466
- ]
- ],
- "o": [
- [
- -3.267,
- 0
- ],
- [
- -2.134,
- -1.733
- ],
- [
- 0,
- -3.066
- ],
- [
- 2.366,
- -1.933
- ],
- [
- 2.6,
- 0
- ],
- [
- 2.333,
- 0.667
- ],
- [
- 0,
- 2.934
- ],
- [
- -1.467,
- 2.467
- ],
- [
- -2.467,
- 1.467
- ]
- ],
- "v": [
- [
- 23.4,
- -5.9
- ],
- [
- 15.3,
- -8.5
- ],
- [
- 12.1,
- -15.3
- ],
- [
- 15.65,
- -22.8
- ],
- [
- 26.2,
- -25.7
- ],
- [
- 33.6,
- -24.7
- ],
- [
- 39.5,
- -22.1
- ],
- [
- 37.3,
- -14
- ],
- [
- 31.4,
- -8.1
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "a",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "a",
- "np": 5,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "r",
- "size": 16,
- "style": "Regular",
- "w": 37.5,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -1.234,
- 2.372
- ],
- [
- -2.067,
- 1.403
- ],
- [
- -2.467,
- 0
- ],
- [
- -2.134,
- -1.066
- ],
- [
- 0,
- 0
- ],
- [
- 2.333,
- 0
- ],
- [
- 2.866,
- -1.866
- ],
- [
- 1,
- -2.8
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- -2.739
- ],
- [
- 1.233,
- -2.372
- ],
- [
- 2.066,
- -1.403
- ],
- [
- 2.666,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -1.667,
- -0.733
- ],
- [
- -3.134,
- 0
- ],
- [
- -2.867,
- 1.867
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 6.3,
- 0
- ],
- [
- 14.8,
- 0
- ],
- [
- 14.8,
- -28.566
- ],
- [
- 16.65,
- -36.233
- ],
- [
- 21.6,
- -41.895
- ],
- [
- 28.4,
- -44
- ],
- [
- 35.6,
- -42.4
- ],
- [
- 35.6,
- -51.5
- ],
- [
- 29.6,
- -52.6
- ],
- [
- 20.6,
- -49.8
- ],
- [
- 14.8,
- -42.8
- ],
- [
- 14.4,
- -42.8
- ],
- [
- 14.4,
- -51
- ],
- [
- 6.3,
- -51
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "r",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "r",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "D",
- "size": 16,
- "style": "Regular",
- "w": 70.3,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -5.467,
- 3.034
- ],
- [
- -2.934,
- 5.4
- ],
- [
- 0,
- 7
- ],
- [
- 2.933,
- 5.4
- ],
- [
- 5.466,
- 3.034
- ],
- [
- 7.333,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 7.333,
- 0
- ],
- [
- 5.466,
- -3.033
- ],
- [
- 2.933,
- -5.4
- ],
- [
- 0,
- -7
- ],
- [
- -2.934,
- -5.4
- ],
- [
- -5.467,
- -3.033
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 8,
- 0
- ],
- [
- 29.6,
- 0
- ],
- [
- 48.8,
- -4.55
- ],
- [
- 61.4,
- -17.2
- ],
- [
- 65.8,
- -35.8
- ],
- [
- 61.4,
- -54.4
- ],
- [
- 48.8,
- -67.05
- ],
- [
- 29.6,
- -71.6
- ],
- [
- 8,
- -71.6
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "D",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- -4.967,
- -4.866
- ],
- [
- 0,
- -8.733
- ],
- [
- 4.966,
- -4.866
- ],
- [
- 8.466,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 8.466,
- 0
- ],
- [
- 4.966,
- 4.867
- ],
- [
- 0,
- 8.734
- ],
- [
- -4.967,
- 4.867
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 16.5,
- -8.1
- ],
- [
- 16.5,
- -63.5
- ],
- [
- 29.6,
- -63.5
- ],
- [
- 49.75,
- -56.2
- ],
- [
- 57.2,
- -35.8
- ],
- [
- 49.75,
- -15.4
- ],
- [
- 29.6,
- -8.1
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "D",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "D",
- "np": 5,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "o",
- "size": 16,
- "style": "Regular",
- "w": 59.6,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -5,
- 0
- ],
- [
- -4,
- 2.4
- ],
- [
- -2.234,
- 4.134
- ],
- [
- 0,
- 5
- ],
- [
- 2.233,
- 4.134
- ],
- [
- 4,
- 2.4
- ],
- [
- 5,
- 0
- ],
- [
- 4,
- -2.4
- ],
- [
- 2.233,
- -4.133
- ],
- [
- 0,
- -5
- ],
- [
- -2.234,
- -4.133
- ],
- [
- -4,
- -2.4
- ]
- ],
- "o": [
- [
- 5,
- 0
- ],
- [
- 4,
- -2.4
- ],
- [
- 2.233,
- -4.133
- ],
- [
- 0,
- -5
- ],
- [
- -2.234,
- -4.133
- ],
- [
- -4,
- -2.4
- ],
- [
- -5,
- 0
- ],
- [
- -4,
- 2.4
- ],
- [
- -2.234,
- 4.134
- ],
- [
- 0,
- 5
- ],
- [
- 2.233,
- 4.134
- ],
- [
- 4,
- 2.4
- ]
- ],
- "v": [
- [
- 29.8,
- 1.6
- ],
- [
- 43.3,
- -2
- ],
- [
- 52.65,
- -11.8
- ],
- [
- 56,
- -25.5
- ],
- [
- 52.65,
- -39.2
- ],
- [
- 43.3,
- -49
- ],
- [
- 29.8,
- -52.6
- ],
- [
- 16.3,
- -49
- ],
- [
- 6.95,
- -39.2
- ],
- [
- 3.6,
- -25.5
- ],
- [
- 6.95,
- -11.8
- ],
- [
- 16.3,
- -2
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "o",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 3.133,
- 0
- ],
- [
- 2.733,
- 1.567
- ],
- [
- 1.633,
- 2.934
- ],
- [
- 0,
- 3.934
- ],
- [
- -1.634,
- 2.934
- ],
- [
- -2.734,
- 1.567
- ],
- [
- -3.134,
- 0
- ],
- [
- -2.7,
- -1.566
- ],
- [
- -1.634,
- -2.933
- ],
- [
- 0,
- -3.933
- ],
- [
- 1.633,
- -2.933
- ],
- [
- 2.7,
- -1.566
- ]
- ],
- "o": [
- [
- -3.134,
- 0
- ],
- [
- -2.734,
- -1.566
- ],
- [
- -1.634,
- -2.933
- ],
- [
- 0,
- -3.933
- ],
- [
- 1.633,
- -2.933
- ],
- [
- 2.733,
- -1.566
- ],
- [
- 3.133,
- 0
- ],
- [
- 2.7,
- 1.567
- ],
- [
- 1.633,
- 2.934
- ],
- [
- 0,
- 3.934
- ],
- [
- -1.634,
- 2.934
- ],
- [
- -2.7,
- 1.567
- ]
- ],
- "v": [
- [
- 29.8,
- -6.1
- ],
- [
- 21,
- -8.45
- ],
- [
- 14.45,
- -15.2
- ],
- [
- 12,
- -25.5
- ],
- [
- 14.45,
- -35.8
- ],
- [
- 21,
- -42.55
- ],
- [
- 29.8,
- -44.9
- ],
- [
- 38.55,
- -42.55
- ],
- [
- 45.05,
- -35.8
- ],
- [
- 47.5,
- -25.5
- ],
- [
- 45.05,
- -15.2
- ],
- [
- 38.55,
- -8.45
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "o",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "o",
- "np": 5,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": " ",
- "size": 16,
- "style": "Regular",
- "w": 23.2,
- "data": {},
- "fFamily": "Google Sans"
- },
- {
- "ch": "i",
- "size": 16,
- "style": "Regular",
- "w": 22.6,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -1.667,
- 0
- ],
- [
- -1.167,
- 1.2
- ],
- [
- 0,
- 1.667
- ],
- [
- 1.166,
- 1.167
- ],
- [
- 1.733,
- 0
- ],
- [
- 1.2,
- -1.166
- ],
- [
- 0,
- -1.733
- ],
- [
- -1.2,
- -1.2
- ]
- ],
- "o": [
- [
- 1.733,
- 0
- ],
- [
- 1.166,
- -1.2
- ],
- [
- 0,
- -1.733
- ],
- [
- -1.167,
- -1.166
- ],
- [
- -1.667,
- 0
- ],
- [
- -1.2,
- 1.167
- ],
- [
- 0,
- 1.667
- ],
- [
- 1.2,
- 1.2
- ]
- ],
- "v": [
- [
- 11.3,
- -60.4
- ],
- [
- 15.65,
- -62.2
- ],
- [
- 17.4,
- -66.5
- ],
- [
- 15.65,
- -70.85
- ],
- [
- 11.3,
- -72.6
- ],
- [
- 7,
- -70.85
- ],
- [
- 5.2,
- -66.5
- ],
- [
- 7,
- -62.2
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "i",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 7.1,
- 0
- ],
- [
- 15.6,
- 0
- ],
- [
- 15.6,
- -51
- ],
- [
- 7.1,
- -51
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "i",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "i",
- "np": 5,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "l",
- "size": 16,
- "style": "Regular",
- "w": 21.1,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "o": [
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 6.3,
- 0
- ],
- [
- 14.8,
- 0
- ],
- [
- 14.8,
- -71.6
- ],
- [
- 6.3,
- -71.6
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "l",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "l",
- "np": 3,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- },
- {
- "ch": "e",
- "size": 16,
- "style": "Regular",
- "w": 56.8,
- "data": {
- "shapes": [
- {
- "ty": "gr",
- "it": [
- {
- "ind": 0,
- "ty": "sh",
- "ix": 1,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- -4.867,
- 0
- ],
- [
- -3.8,
- 2.433
- ],
- [
- -2.134,
- 4.067
- ],
- [
- 0,
- 0
- ],
- [
- 6.666,
- 0
- ],
- [
- 2.566,
- 1.334
- ],
- [
- 1.666,
- 2.667
- ],
- [
- 0.2,
- 3.867
- ],
- [
- 0,
- 0
- ],
- [
- 0,
- 0.8
- ],
- [
- 1.966,
- 3.934
- ],
- [
- 3.666,
- 2.234
- ],
- [
- 5,
- 0
- ],
- [
- 3.766,
- -2.466
- ],
- [
- 2.033,
- -4.166
- ],
- [
- 0,
- -4.866
- ],
- [
- -2.167,
- -4.1
- ],
- [
- -3.867,
- -2.333
- ]
- ],
- "o": [
- [
- 5.333,
- 0
- ],
- [
- 3.8,
- -2.433
- ],
- [
- 0,
- 0
- ],
- [
- -3.4,
- 6.134
- ],
- [
- -2.8,
- 0
- ],
- [
- -2.567,
- -1.333
- ],
- [
- -1.667,
- -2.666
- ],
- [
- 0,
- 0
- ],
- [
- 0.133,
- -0.933
- ],
- [
- 0,
- -5.066
- ],
- [
- -1.967,
- -3.933
- ],
- [
- -3.667,
- -2.233
- ],
- [
- -4.867,
- 0
- ],
- [
- -3.767,
- 2.467
- ],
- [
- -2.034,
- 4.167
- ],
- [
- 0,
- 5.134
- ],
- [
- 2.166,
- 4.1
- ],
- [
- 3.866,
- 2.333
- ]
- ],
- "v": [
- [
- 29,
- 1.6
- ],
- [
- 42.7,
- -2.05
- ],
- [
- 51.6,
- -11.8
- ],
- [
- 44.4,
- -15.3
- ],
- [
- 29.3,
- -6.1
- ],
- [
- 21.25,
- -8.1
- ],
- [
- 14.9,
- -14.1
- ],
- [
- 12.1,
- -23.9
- ],
- [
- 52.5,
- -23.9
- ],
- [
- 52.7,
- -26.5
- ],
- [
- 49.75,
- -40
- ],
- [
- 41.3,
- -49.25
- ],
- [
- 28.3,
- -52.6
- ],
- [
- 15.35,
- -48.9
- ],
- [
- 6.65,
- -38.95
- ],
- [
- 3.6,
- -25.4
- ],
- [
- 6.85,
- -11.55
- ],
- [
- 15.9,
- -1.9
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "e",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- },
- {
- "ind": 1,
- "ty": "sh",
- "ix": 2,
- "ks": {
- "a": 0,
- "k": {
- "i": [
- [
- 0,
- 0
- ],
- [
- -2.8,
- 2.567
- ],
- [
- -4,
- 0
- ],
- [
- -2.267,
- -1.466
- ],
- [
- -1.067,
- -2.133
- ],
- [
- -0.134,
- -2.133
- ]
- ],
- "o": [
- [
- 0.866,
- -4.2
- ],
- [
- 2.8,
- -2.566
- ],
- [
- 3.466,
- 0
- ],
- [
- 2.266,
- 1.467
- ],
- [
- 1.066,
- 2.134
- ],
- [
- 0,
- 0
- ]
- ],
- "v": [
- [
- 12.6,
- -30.9
- ],
- [
- 18.1,
- -41.05
- ],
- [
- 28.3,
- -44.9
- ],
- [
- 36.9,
- -42.7
- ],
- [
- 41.9,
- -37.3
- ],
- [
- 43.7,
- -30.9
- ]
- ],
- "c": true
- },
- "ix": 2
- },
- "nm": "e",
- "mn": "ADBE Vector Shape - Group",
- "hd": false
- }
- ],
- "nm": "e",
- "np": 5,
- "cix": 2,
- "bm": 0,
- "ix": 1,
- "mn": "ADBE Vector Group",
- "hd": false
- }
- ]
- },
- "fFamily": "Google Sans"
- }
- ]
+ "markers": []
}
\ No newline at end of file
diff --git a/res/values-af/arrays.xml b/res/values-af/arrays.xml
index 0f73dbc..879a0f0 100644
--- a/res/values-af/arrays.xml
+++ b/res/values-af/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Gekas (aktiwiteitkliënt)"</item>
<item msgid="8186970968968646288">"Gekas (leeg)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Blougroen"</item>
+ <item msgid="7216413848731287689">"Groenblou"</item>
<item msgid="5661027589207588703">"Blou"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Groen"</item>
<item msgid="6331809026622602308">"Pers"</item>
<item msgid="6390546163902724700">"Pienk"</item>
- <item msgid="6618900408138432102">"Rooi"</item>
+ <item msgid="6500473130620545980">"Oranje"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Meer as 30 dae oud"</item>
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 3f5644a..d3d8057 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Stelselgebruik vir die afgelope 24 u."</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Stelselgebruik vir <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Programgebruik vir <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"vm."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"nm."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: minder as \'n min."</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Agtergrond: minder as \'n min."</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Totaal: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Aktiveer die Assistent deur die aan/af-skakelaar te hou"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Aan/af- en noodkieslys:\nDruk tegelyk aan/af-skakelaar en volume harder."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Keer dat dit lui:\nKortpad in die volumekieslys beskikbaar."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Hoe lank om te druk en hou"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Verstel sensitiwiteit deur te kies hoe lank jy die aan/af-skakelaar moet druk en hou"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kort"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lank"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Wys beursie"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Laat toegang tot beursie vanaf sluitskerm en kitsinstellings toe"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Wys toestelkontroles"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Tydelik nie beskikbaar nie"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Geen SIM nie"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Netwerkvoorkeure"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Koppel aan publieke netwerke"</string>
<string name="keywords_internet" msgid="7674082764898690310">"netwerkverbinding, internet, draadloos, data, wifi, wi-fi, wi fi, sellulêr, mobiel, selfoondiensverskaffer, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Skakel wi-fi aan"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Skakel wi-fi af"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+-netwerk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"AFGELAAIDE SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"AFGELAAIDE SIM-KAARTE"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktief"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Onaktief"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Verstek vir <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Vir alle programme en dienste"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Speletjie-instellings"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Skakel Spelkontroleskerm-kortpad ensovoorts aan"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Vorige"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Volgende"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Kleurvoorskou"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Versoek vir toegang tot SIM-kaart"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"\'n Toestel wil toegang tot jou SIM-kaart hê. Tik vir besonderhede."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Laat toegang tot SIM-kaart toe?"</string>
diff --git a/res/values-am/arrays.xml b/res/values-am/arrays.xml
index 5f06fbf..794942b 100644
--- a/res/values-am/arrays.xml
+++ b/res/values-am/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"የተሸጎጠ (የእንቅስቃሴ ደንበኛ)"</item>
<item msgid="8186970968968646288">"የተሸጎጠ (ባዶ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ጥቁር አረንጓዴ-ሰማያዊ"</item>
+ <item msgid="7216413848731287689">"ሳያን"</item>
<item msgid="5661027589207588703">"ሰማያዊ"</item>
- <item msgid="3795787248113275442">"ወይን ጠጅ"</item>
+ <item msgid="1219738214736244749">"አረንጓዴ"</item>
<item msgid="6331809026622602308">"ሐምራዊ"</item>
<item msgid="6390546163902724700">"ሮዝ"</item>
- <item msgid="6618900408138432102">"ቀይ"</item>
+ <item msgid="6500473130620545980">"ብርቱካናማ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"ከ30 ቀኖች በላይ የሆናቸው"</item>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 1a33883..4503b6b 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ላለፉት 24 ሰዓቶች የሥርዓት አጠቃቀም"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"የ<xliff:g id="SLOT">%s</xliff:g> የሥርዓት አጠቃቀም"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"የ<xliff:g id="SLOT">%s</xliff:g> የመተግበሪያ አጠቃቀም"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"ጠዋት"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ከሰዓት"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"ጠቅላላ፦ ከአንድ ደቂቃ በታች"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ዳራ፦ ከአንድ ደቂቃ በታች"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"ጠቅላላ፦ <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"የኃይል አዝራሩን በመያዝ ረዳቱን ያስነሱ"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"የኃይል እና ድንገተኛ አደጋ ምናሌ፦\nበተመሳሳይ ጊዜ ኃይልን እና ድምፅ ጨምርን ይጫኑ።"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"መደወልን ይከላከሉ፦\nበድምጽ ምናሌው ውስጥ አቋራጭ ይገኛል።"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"የመጫን እና የመያዝ የቆይታ ጊዜ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"የማብሪያ/ማጥፊያ አዝራሩን ለምን ያህል ጊዜ ተጭኖ እንደሚያዝ በመምረጥ ትብነትን ያስተካክሉ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"አጭር"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ረጅም"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"የኪስ ቦርሳን አሳይ"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ከማያ ገጽ ቁልፍ እና ፈጣን ቅንብሮች ሆነው የኪስ ቦርሳ መድረሻን ይፍቀዱ"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"የመሣሪያ መቆጣጠሪያዎችን አሳይ"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"ለጊዜው አይገኝም"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM የለም"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"የአውታረ መረብ ምርጫዎች"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ከይፋዊ አውታረ መረቦች ጋር አገናኝ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"የአውታረ መረብ ግንኙነት በይነመረብ፣ ገመድ-አልባ፣ ውሂብ፣ wifi፣ wi-fi፣ wi fi፣ ተንቀሳቃሽ ስልክ፣ ሞባይል፣ የተንቀሳቃሽ ስልክ አገልግሎት አቅራቢ፣ 4ጂ፣ 3ጂ፣ 2ጂ፣ lte፣ ኤልቲኢ"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi ያብሩ"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fiን አጥፋ"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ አውታረ መረብ"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ሲም"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"የወረደ ሲም"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"የወረዱ ሲሞች"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"ንቁ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ያልነቃ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / ለ<xliff:g id="ID_1">%1$s</xliff:g> ነባሪ"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"ለሁሉም መተግበሪያዎች እና አገልግሎቶች"</string>
<string name="game_settings_title" msgid="1028178627743422090">"የጨዋታ ቅንብሮች"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"የጨዋታ ዳሽቦርድ አቋራጭን ያብሩ ወዘተ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ቀዳሚ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ቀጣይ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"የቀለም ቅድመ-እይታ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"የሲም ካርድ መዳረሻ ጥያቄ"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"አንድ መሣሪያ ሲም ካርድዎን መድረስ ይፈልጋል። ዝርዝሮችን ለማግኘት መታ ያድርጉ።"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"የሲም ካርድ መዳረሻ ይፈቀድ?"</string>
diff --git a/res/values-ar/arrays.xml b/res/values-ar/arrays.xml
index e8f4b7e..2f19c46 100644
--- a/res/values-ar/arrays.xml
+++ b/res/values-ar/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"تخزين مؤقت (برنامج النشاط)"</item>
<item msgid="8186970968968646288">"تخزين مؤقت (فارغ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"أزرق مخضر"</item>
+ <item msgid="7216413848731287689">"سماوي"</item>
<item msgid="5661027589207588703">"أزرق"</item>
- <item msgid="3795787248113275442">"نيلي"</item>
+ <item msgid="1219738214736244749">"أخضر"</item>
<item msgid="6331809026622602308">"أرجواني"</item>
<item msgid="6390546163902724700">"قرنفلي"</item>
- <item msgid="6618900408138432102">"أحمر"</item>
+ <item msgid="6500473130620545980">"برتقالي"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"تم إنشاؤها قبل أكثر من 30 يومًا."</item>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 1408066..9c4193e 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -2503,7 +2503,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"الاهتزاز عند تلقّي إشعارات"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"الاهتزاز عند الرنين"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"الاهتزاز عند لمس الشاشة"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"استخدام <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"استخدام ميزة <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"فتح <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"استخدام ميزة \"تصحيح الألوان\""</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"عرض الشرح"</string>
@@ -3026,8 +3026,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"استخدام النظام خلال آخر 24 ساعة"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"استخدام النظام خلال <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"استخدام التطبيق خلال <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"صباحًا"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"مساءً"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"مدة الاستخدام الإجمالي: أقل من دقيقة"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"مدة استخدام البطارية في الخلفية: أقل من دقيقة"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"مدة الاستخدام الإجمالي: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5753,6 +5751,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"تشغيل \"مساعد Google\" عن طريق الضغط مع الاستمرار على زر التشغيل"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"قائمة زر التشغيل وحالات الطوارئ:\nاضغط على زرَّي التشغيل ورفع الصوت في آنٍ واحد."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"منع الرنين:\nالاختصار متاح في قائمة مفتاح مستوى الصوت."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"مدة الضغط والضغط مع الاستمرار"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"يمكنك تعديل حساسية الضغطة من خلال اختيار مدة الضغط والضغط مع الاستمرار على زر التشغيل."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ضغطة قصيرة"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ضغطة طويلة"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"إظهار المحفظة"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"السماح بالوصول إلى المحفظة من شاشة القفل والإعدادات السريعة"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"إظهار عناصر التحكّم في الجهاز"</string>
@@ -5798,7 +5800,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"غير متاح مؤقتًا"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"بلا شريحة SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"الإعدادات المفضَّلة للشبكة"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"الاتصال بشبكات Wi-Fi عامة"</string>
<string name="keywords_internet" msgid="7674082764898690310">"الاتصال بالشبكة، الإنترنت، لاسلكي، بيانات، wifi، wi-fi، wi fi، خلوي، جهاز جوّال، مشغل شبكة الجوال، جيل رابع، جيل ثالث، جيل ثاني، lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"تفعيل شبكة Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"إيقاف Wi-Fi"</string>
@@ -5816,6 +5817,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"شبكة W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"شريحة SIM التي تم تنزيلها"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"شرائح SIM التي تم تنزيلها"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"نشطة"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"غير نشطة"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / الإعدادات التلقائية لـ <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5893,6 +5895,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"لكل التطبيقات والخدمات"</string>
<string name="game_settings_title" msgid="1028178627743422090">"إعدادات الألعاب"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"تفعيل \"اختصار لوحة بيانات الألعاب\" إلخ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"السابق"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"التالي"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"معاينة اللون"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"طلب الوصول إلى شريحة SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"يريد أحد الأجهزة الوصول إلى شريحة SIM. انقر للحصول على التفاصيل."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"هل تريد السماح بالوصول إلى شريحة SIM؟"</string>
diff --git a/res/values-as/arrays.xml b/res/values-as/arrays.xml
index 8ffed81..7e9132b 100644
--- a/res/values-as/arrays.xml
+++ b/res/values-as/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"কেশ্ব কৰা হোৱা (কাৰ্যকলাপ গ্ৰাহক)"</item>
<item msgid="8186970968968646288">"কেশ্ব কৰা হোৱা (খালী)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"গাঢ় সেউজ-নীলা"</item>
+ <item msgid="7216413848731287689">"সেউজ নীলা"</item>
<item msgid="5661027589207588703">"নীলা"</item>
- <item msgid="3795787248113275442">"ইণ্ডিগ\'"</item>
+ <item msgid="1219738214736244749">"সেউজীয়া"</item>
<item msgid="6331809026622602308">"বেঙুনীয়া"</item>
<item msgid="6390546163902724700">"গুলপীয়া"</item>
- <item msgid="6618900408138432102">"ৰঙা"</item>
+ <item msgid="6500473130620545980">"কমলা"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"৩০দিনতকৈ অধিক পুৰণি"</item>
diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml
index ed85a35..f69095f 100644
--- a/res/values-as/strings.xml
+++ b/res/values-as/strings.xml
@@ -1292,7 +1292,7 @@
<string name="accessibility_category_personal" msgid="2228088849803484780">"ব্যক্তিগত প্ৰ’ফাইলৰ একাউণ্টসমূহ"</string>
<string name="accessibility_work_account_title" msgid="7622485151217943839">"কৰ্মস্থানৰ একাউণ্ট - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
<string name="accessibility_personal_account_title" msgid="8535265881509557013">"ব্যক্তিগত একাউণ্ট - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
- <string name="search_settings" msgid="7573686516434589771">"Search"</string>
+ <string name="search_settings" msgid="7573686516434589771">"সন্ধান"</string>
<string name="display_settings" msgid="7197750639709493852">"ডিছপ্লে’"</string>
<string name="accelerometer_title" msgid="7745991950833748909">"স্বয়ং-ঘূৰ্ণন স্ক্ৰীন"</string>
<string name="auto_rotate_option_off" msgid="2788096269396290731">"অফ কৰা আছে"</string>
@@ -2577,7 +2577,7 @@
<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">"Search"</string>
+ <string name="print_menu_item_search" msgid="5989979785203603169">"সন্ধান কৰক"</string>
<string name="print_searching_for_printers" msgid="5401413178028348800">"সংযোগ কৰিবলৈ প্ৰিণ্টাৰ বিচাৰি থকা হৈছে"</string>
<string name="print_service_disabled" msgid="9185935228930987786">"সেৱা অক্ষম কৰা আছে"</string>
<string name="print_print_jobs" msgid="2605944855933091183">"প্ৰিণ্টিঙৰ কামবোৰ"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"যোৱা ২৪ ঘণ্টাত হোৱা ছিষ্টেমৰ ব্যৱহাৰ"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>ৰ বাবে ছিষ্টেমৰ ব্যৱহাৰ"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>ৰ বাবে এপৰ ব্যৱহাৰ"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"পূৰ্বাহ্ন"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"অপৰাহ্ন"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"মুঠ: এক মিনিটতকৈ কম"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"নেপথ্য: এক মিনিটতকৈ কম"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"মুঠ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3816,7 +3814,7 @@
<string name="lockscreen_bypass_summary" msgid="464277506200346748">"আনলক কৰাৰ পাছত পোনপটীয়াকৈ শেহতীয়াকৈ ব্যৱহাৰ কৰা স্ক্ৰীনখনলৈ যাওক"</string>
<string name="keywords_lockscreen_bypass" msgid="41035425468915498">"লক স্ক্ৰীণ, লকস্ক্ৰীণ, বাদ দিয়ক, প্ৰতিহত কৰক"</string>
<string name="locked_work_profile_notification_title" msgid="279367321791301499">"কৰ্মস্থানৰ প্ৰ\'ফাইল লক থকা অৱস্থাত"</string>
- <string name="lock_screen_notifs_title" msgid="3412042692317304449">"লকস্ক্ৰীনত দেখা পোৱা জাননীসমূহ"</string>
+ <string name="lock_screen_notifs_title" msgid="3412042692317304449">"লক স্ক্ৰীনত দেখা পোৱা জাননীসমূহ"</string>
<string name="lock_screen_notifs_show_all" msgid="1300418674456749664">"ডিফ’ল্ট আৰু নীৰৱ বাৰ্তালাপসমূহ দেখুৱাওক"</string>
<string name="lock_screen_notifs_show_alerting" msgid="6584682657382684566">"নীৰৱ বাৰ্তালাপ আৰু জাননীসমূহ লুকুৱাওক"</string>
<string name="lock_screen_notifs_show_none" msgid="1941044980403067101">"একো জাননী নেদেখুৱাব"</string>
@@ -3824,7 +3822,7 @@
<string name="lock_screen_notifs_redact_summary" msgid="1395483766035470612">"লক হৈ থাকিলে সংবেদনশীল সমল দেখুৱাওক"</string>
<string name="lock_screen_notifs_redact_work" msgid="3833920196569208430">"কৰ্মস্থান প্ৰ’ফাইলৰ সংবেদনশীল জাননীসমূহ"</string>
<string name="lock_screen_notifs_redact_work_summary" msgid="3238238380405430156">"লক হৈ থাকিলে কৰ্মস্থান প্ৰ’ফাইলৰ সংবেদনশীল সমল দেখুৱাওক"</string>
- <string name="lock_screen_notifications_summary_show" msgid="6540443483088311328">"সকলো জাননী দেখুৱাওক"</string>
+ <string name="lock_screen_notifications_summary_show" msgid="6540443483088311328">"আটাইবোৰ জাননী দেখুৱাওক"</string>
<string name="lock_screen_notifications_summary_hide" msgid="7837303171531166789">"সংবেদনশীল সমল কেৱল আনলক থাকিলেহে দেখুৱাব"</string>
<string name="lock_screen_notifications_summary_disable" msgid="3388290397947365744">"জাননী কেতিয়াও নেদেখুৱাব"</string>
<string name="lock_screen_notifications_interstitial_message" msgid="4688399629301178487">"আপুনি লক স্ক্ৰীন কিদৰে দেখুওৱাটো বিচাৰে?"</string>
@@ -4081,8 +4079,8 @@
<string name="zen_mode_starred_contacts_title" msgid="630299631659575589">"তৰাযুক্ত সম্পৰ্কসমূহ"</string>
<string name="zen_mode_starred_contacts_summary_contacts" msgid="1629467178444895094">"{count,plural,offset:2 =0{এটাও নাই}=1{{contact_1}}=2{{contact_1} আৰু {contact_2}}=3{{contact_1}, {contact_2} আৰু {contact_3}}one{{contact_1}, {contact_2} আৰু অন্য # টা}other{{contact_1}, {contact_2} আৰু অন্য # টা}}"</string>
<string name="zen_mode_starred_contacts_empty_name" msgid="2906404745550293688">"(কোনো নাম নাই)"</string>
- <string name="zen_mode_messages" msgid="7315084748885170585">"Messages"</string>
- <string name="zen_mode_messages_list" msgid="5431014101342361882">"বাৰ্তাসমূহ"</string>
+ <string name="zen_mode_messages" msgid="7315084748885170585">"বাৰ্তা"</string>
+ <string name="zen_mode_messages_list" msgid="5431014101342361882">"বাৰ্তা"</string>
<string name="zen_mode_messages_title" msgid="1777598523485334405">"বাৰ্তা"</string>
<string name="zen_mode_messages_header" msgid="253721635061451577">"ব্যাঘাত জন্মাব পৰা বাৰ্তাসমূহ"</string>
<string name="zen_mode_messages_footer" msgid="6002468050854126331">"অনুমতি দিয়া বার্তাসমূহ আহিলে যাতে ধ্বনি বজোৱা হয় তাক নিশ্চিত কৰিবলৈ ডিভাইচটো ৰিং কৰিবলৈ ছেট কৰা আছেনে পৰীক্ষা কৰক"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"পাৱাৰ বুটাম টিপি ধৰি ৰাখি Assistant সক্ৰিয় কৰক"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"পাৱাৰ আৰু জৰুৰীকালীন মেনু:\nপাৱাৰ আৰু ভলিউম বঢ়োৱা বুটাম একেলগে টিপক।"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ৰিং কৰাত বাধা দিয়ক:\nভলিউমৰ মেনুখনত শ্বৰ্টকাট উপলব্ধ।"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"হেঁচি ধৰি থকাৰ সময় অৱধি"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"পাৱাৰ বুটামটো কিমান সময়লৈ হেঁচি ধৰি থাকিব লাগে সেয়া বাছনি কৰি সংবেদনশীলতা মিলাওক"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"চুটি"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"দীঘলীয়া"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ৱালেট দেখুৱাওক"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"লক স্ক্ৰীন আৰু ক্ষিপ্ৰ ছেটিঙৰ পৰা ৱালেটৰ এক্সেছ দিয়ক"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ডিভাইচৰ নিয়ন্ত্ৰণ দেখুৱাওক"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"সাময়িকভাৱে উপলব্ধ নহয়"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"ছিম নাই"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"নেটৱৰ্কৰ অগ্ৰাধিকাৰ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ৰাজহুৱা নেটৱৰ্কসমূহৰ সৈতে সংযোগ কৰক"</string>
<string name="keywords_internet" msgid="7674082764898690310">"নেটৱৰ্ক সংযোগ, ইণ্টাৰনেট, বেতাঁৰ, ডেটা, ৱাইফাই, ৱাই-ফাই, ৱাই ফাই, চেলুলাৰ, ম’বাইল, চেল কেৰিয়াৰ, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"বাই-ফাই অন কৰক"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ৱাই-ফাই অফ কৰক"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ নেটৱৰ্ক"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ছিম"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ডাউনল’ড কৰা ছিম"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ডাউনল’ড কৰা ছিম"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"সক্ৰিয় হৈ আছে"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"নিষ্ক্ৰিয় হৈ আছে"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g>ৰ বাবে ডিফ’ল্ট"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"আটাইবোৰ এপ্ আৰু সেৱাৰ বাবে"</string>
<string name="game_settings_title" msgid="1028178627743422090">"গে’ম ছেটিং"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"গে’ম ডেশ্বব’ৰ্ডৰ শ্বৰ্টকাট ইত্যাদি অন কৰক"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"পূৰ্বৱৰ্তী"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"পৰৱৰ্তী"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ৰঙৰ পূৰ্বদৰ্শন"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"ছিম কাৰ্ড এক্সেছ কৰাৰ অনুৰোধ"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"এটা ডিভাইচে আপোনাৰ ছিম কাৰ্ড এক্সেছ কৰিব বিচাৰিছে। সবিশেষ জানিবলৈ টিপক।"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"ছিম কাৰ্ড এক্সেছ কৰিবলৈ দিবনে?"</string>
diff --git a/res/values-az/arrays.xml b/res/values-az/arrays.xml
index 70de5cb..08a2243 100644
--- a/res/values-az/arrays.xml
+++ b/res/values-az/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Keşlənmiş (fəaliyyət klienti)"</item>
<item msgid="8186970968968646288">"Keşlənmiş (boş)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Firuzəyi"</item>
+ <item msgid="7216413848731287689">"Mavi"</item>
<item msgid="5661027589207588703">"Göy"</item>
- <item msgid="3795787248113275442">"İndiqo"</item>
+ <item msgid="1219738214736244749">"Yaşıl"</item>
<item msgid="6331809026622602308">"Bənövşəyi"</item>
<item msgid="6390546163902724700">"Çəhrayı"</item>
- <item msgid="6618900408138432102">"Qırmızı"</item>
+ <item msgid="6500473130620545980">"Narıncı"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 gündən köhnə"</item>
diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml
index 58b3b03..a9ba491 100644
--- a/res/values-az/strings.xml
+++ b/res/values-az/strings.xml
@@ -2389,7 +2389,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Toxunma və basılı saxlama müddəti"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Rəng inversiyası"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Rəng inversiyasından istifadə edin"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"İnversiya açıq rəngləri tünd edir.<br/><br/> Diqqət edin: <ol> <li> Tünd rənglər açıq olacaq.</li> <li> Rənglər həmçinin mediakontent və təsvirlərdə konversiya ediləcək.</li> <li> Tünd ekran fonu üçün tünd tema seçin. Tünd tema bəzi tətbiqlərdə, rənglərin inversiyası hamısında dəstəklənir.</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"İnversiya açıq rəngləri tünd edir.<br/><br/> Diqqət edin: <ol> <li> Tünd rənglər açıq olacaq.</li> <li> Rənglər həmçinin mediakontent və təsvirlərdə konversiya ediləcək.</li> <li> Tünd ekran fonu üçün tünd tema seçin. Tünd tema bəzi tətbiqlərdə, rənglərin inversiyası hamısında dəstəklənir.</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Avtotoxunma (gecikmə müddəti)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"Avtomatik toxunma qoşulmuş mausla işləyir. Mausun kursoru müəyyən vaxt hərəkət etmədikdə onu avtomatik toxunacaq şəkildə ayarlaya bilərsiniz."</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Deaktiv"</string>
@@ -2451,7 +2451,7 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Parlaqlıq daha da azaldılsın"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Telefon ekranı minimal parlaqlıqdan tünd olsun"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Ekranı planşetinizin minimum parlaqlığından qaranlıq edin"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Rahat oxumaq üçün ekranı tündləşdirin.<br/><br/> Bu hallarda faydalıdır: <ol><li> minimal parlaqlıqda ekran yenə çox parlaqdır;</li> <li> telefonu qaranlıqda işlədirsiniz.</li></ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Rahat oxumaq üçün ekranı tündləşdirin.<br/><br/> Bu hallarda faydalıdır: <ol><li> minimal parlaqlıqda ekran yenə çox parlaqdır;</li> <li> telefonu qaranlıqda işlədirsiniz.</li></ol>"</string>
<string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Rahat oxumaq üçün ekranı qaraldın.<br/><br/> Bu, aşağıdakı hallarda faydalı ola bilər: <ol> <li> Planşetinizin defolt minimum parlaqlığı hələ də çox parlaq olduqda</li> <li> Gecə və ya yatmazdan əvvəl qaranlıq otaqda olmaq kimi qaranlıq yerlərdə planşetinizi istifadə etdiyiniz zaman</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"İntensivlik"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Daha tutqun"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Son 24 saat üçün sistem istifadəsi"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> üçün sistem istifadəsi"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> üçün tətbiq istifadəsi"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Cəmi: bir dəqiqədən az"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Arxa fon: bir dəqiqədən az"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Cəmi: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Qidalanma düyməsini basıb saxlayaraq Assistenti işə salın"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Qidalanma & Fövqəladə Hal Menyusu:\nQidalanma və Səsin artırılması düymələrini eyni anda basın."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Zəng çalmanın qarşısını alın:\nSəs səviyyəsi menyusunda qısayol verilmişdir."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Basıb saxlama müddəti"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Qidalanma düyməsinə nə qədər basıb saxlamağı seçərək həssaslığı tənzimləyin"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Qısa"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Uzun"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Pulqabını göstərin"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Kilid ekranından və sürətli ayarlardan pulqabına girişə icazə verin"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Cihaz nizamlayıcılarını göstərin"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Müvəqqəti olaraq əlçatan deyil"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM yoxdur"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Şəbəkə tərcihləri"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"İctimai şəbəkələrə qoşulsun"</string>
<string name="keywords_internet" msgid="7674082764898690310">"şəbəkə bağlantısı, internet, simsiz, data, wifi, wi-fi, wi fi, mobil şəbəkə, mobil, mobil operator, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi\'ı aktivləşdirin"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi şəbəkəsini deaktiv edin"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ şəbəkəsi"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ENDİRİLMİŞ SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ENDİRİLMİŞ SIM-LƏR"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiv"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"İnaktiv"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> üçün defolt"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Bütün tətbiqlər və xidmətlər üçün"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Oyun ayarları"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Oyun Paneli qısayolunu aktiv edin və s."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Öncəki"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Sonrakı"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Rəng önizləməsi"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SİM karta giriş sorğusu"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Cihaz SİM kartınıza giriş etmək istəyir. Detallar üçün toxunun."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SİM karta girişə icazə verilsin?"</string>
diff --git a/res/values-b+sr+Latn/arrays.xml b/res/values-b+sr+Latn/arrays.xml
index 8a03b5f..3c3be0f 100644
--- a/res/values-b+sr+Latn/arrays.xml
+++ b/res/values-b+sr+Latn/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Keširana (klijent aktivnosti)"</item>
<item msgid="8186970968968646288">"Keširana (prazno)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Plavozelena"</item>
+ <item msgid="7216413848731287689">"Tirkizna"</item>
<item msgid="5661027589207588703">"Plava"</item>
- <item msgid="3795787248113275442">"Tamnoplava"</item>
+ <item msgid="1219738214736244749">"Zelena"</item>
<item msgid="6331809026622602308">"Ljubičasta"</item>
<item msgid="6390546163902724700">"Roze"</item>
- <item msgid="6618900408138432102">"Crvena"</item>
+ <item msgid="6500473130620545980">"Narandžasta"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Starije od 30 dana"</item>
diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml
index 8d499e0..c110dd1 100644
--- a/res/values-b+sr+Latn/strings.xml
+++ b/res/values-b+sr+Latn/strings.xml
@@ -2431,7 +2431,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"Vibriranje obaveštenja"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"Vibriranje zvona"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"Dodirne povratne informacije"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Koristite aplikaciju <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Koristi aplikaciju <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"Otvorite aplikaciju <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"Koristi korekciju boja"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"Prikaži titl"</string>
@@ -2912,8 +2912,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Potrošnja od strane sistema u prethodna 24 sata"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Potrošnja od strane sistema za: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Potrošnja od strane aplikacija za: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"pre podne"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"po podne"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Ukupno: manje od minut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Pozadina: manje od minut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Ukupno: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5486,6 +5484,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Pokrenite Pomoćnik tako što ćete zadržati dugme za uključivanje"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Meni dugmeta za uključivanje i za hitne slučajeve:\nIstovremeno pritisnite dugme za uključivanje i dugme za pojačavanje zvuka."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Spreči zvonjenje:\nPrečica je dostupna u meniju dugmeta za jačinu zvuka."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Koliko dugo treba da se pritisne i zadrži"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Prilagodite osetljivost tako što ćete odabrati koliko dugo treba da se pritisne i zadrži dugme za uključivanje"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kratko"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dugo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Prikaži novčanik"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Dozvolite pristup novčaniku sa zaključanog ekrana i iz brzih podešavanja"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Prikaži kontrole uređaja"</string>
@@ -5531,7 +5533,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Privremeno je nedostupno"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nema SIM kartice"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Podešavanja mreže"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Povežite se sa javnim mrežama"</string>
<string name="keywords_internet" msgid="7674082764898690310">"mrežna veza, internet, bežično, podaci, wifi, wi-fi, wi fi, mobilni telefon, mobilni, mobilni operater, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Uključi WiFi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Isključi WiFi"</string>
@@ -5549,6 +5550,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ mreža"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"PREUZETI SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"PREUZETE SIM KARTICE"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktivno"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktivno"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /Podrazumevano za: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5626,6 +5628,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Za sve aplikacije i usluge"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Podešavanja igara"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Uključite prečicu za kontrolnu tablu igre itd."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Prethodna"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Sledeća"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pregled boje"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Zahtev za pristup SIM kartici"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Uređaj želi da pristupa SIM kartici. Dodirnite za detalje."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Želite da dozvolite pristup SIM kartici?"</string>
diff --git a/res/values-be/arrays.xml b/res/values-be/arrays.xml
index c890c97..bb99c97 100644
--- a/res/values-be/arrays.xml
+++ b/res/values-be/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кэшавана (кліент дзейнасці)"</item>
<item msgid="8186970968968646288">"Кэшавана (пуста)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Сіне-зялёны"</item>
+ <item msgid="7216413848731287689">"Блакітны"</item>
<item msgid="5661027589207588703">"Сiнi"</item>
- <item msgid="3795787248113275442">"Індыга"</item>
+ <item msgid="1219738214736244749">"Зялёны"</item>
<item msgid="6331809026622602308">"Фіялетавы"</item>
<item msgid="6390546163902724700">"Ружовы"</item>
- <item msgid="6618900408138432102">"Чырвоны"</item>
+ <item msgid="6500473130620545980">"Аранжавы"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Старэйшыя за 30 дзён"</item>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index baecaf2..73148c8 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -1377,7 +1377,7 @@
<string name="auto_brightness_description" msgid="6807117118142381193">"Яркасць экрана будзе мяняцца аўтаматычна, у залежнасці ад наваколля і вашых дзеянняў. Можна пераключаць паўзунок уручную, каб дастасаваць функцыю да вашых параметраў."</string>
<string name="display_white_balance_title" msgid="2624544323029364713">"Паказваць баланс белага"</string>
<string name="display_white_balance_summary" msgid="7625456704950209050"></string>
- <string name="peak_refresh_rate_title" msgid="1878771412897140903">"Плаўнае адлюстраванне"</string>
+ <string name="peak_refresh_rate_title" msgid="1878771412897140903">"Плаўны паказ"</string>
<string name="peak_refresh_rate_summary" msgid="1527087897198455042">"Аўтаматычна павялічвае частату абнаўлення пэўнага змесціва з 60 да 90 Гц. Павышае выкарыстанне зараду акумулятара."</string>
<string name="force_high_refresh_rate_toggle" msgid="3325789621928312050">"Прымусовая пікавая частата абнаўлення"</string>
<string name="force_high_refresh_rate_desc" msgid="7794566420873814875">"Найвышэйшая частата абнаўлення для лепшага рэагавання на дотыкі і вышэйшай якасці анімацыі. Павышае выкарыстанне зараду акумулятара."</string>
@@ -2952,8 +2952,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Выкарыстанне сістэмай зараду за апошнія 24 гадз"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Выкарыстанне сістэмай за <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Выкарыстанне праграмай за <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"перад паўднём"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"пасля паўдня"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Усяго: менш адной хвіліны"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"У фонавым рэжыме: менш адной хвіліны"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Усяго: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4761,7 +4759,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"Каб прымяніць змяненне колеру, адключыце экран"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Лазерны датчык камеры"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"Аўтаматычныя абнаўленні сістэмы"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Ужыць абнаўленні падчас перазапуску прылады"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Прымяняць абнаўленні падчас перазапуску прылады"</string>
<string name="usage" msgid="287782903846013936">"Выкарыстанне"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"Выкарыстанне мабільнай перадачы даных"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"Выкарыстанне трафіка"</string>
@@ -5577,6 +5575,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Для выкліку Памочніка ўтрымлівайце націснутай кнопку сілкавання"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Меню кнопкі сілкавання і экстранных выклікаў:\nадначасова націсніце кнопку сілкавання і павелічэння гучнасці."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Прадухіліць званок:\nярлык даступны ў меню гучнасці."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Працягласць націску і ўтрымання"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Наладзіць адчувальнасць, выбраўшы працягласць націску і ўтрымання кнопкі сілкавання"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Коратка"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Доўга"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Паказ кашалька"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Дазволіць доступ да кашалька з заблакіраванага экрана і хуткіх налад"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Паказ элементаў кіравання прыладай"</string>
@@ -5622,7 +5624,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Часова недаступны"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Няма SIM-карты"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Параметры сеткі"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Падключацца да агульнадаступных сетак"</string>
<string name="keywords_internet" msgid="7674082764898690310">"падключэнне да сеткі, інтэрнэт, бесправадны, даныя, wifi, wi-fi, wi fi, сотавая сетка, мабільны, аператар сотавай сувязі, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Уключыць Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Выключыць Wi-Fi"</string>
@@ -5640,6 +5641,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Сетка W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM-карта"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"СПАМПАВАНАЯ SIM-КАРТА"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"СПАМПАВАНЫЯ SIM-КАРТЫ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Актыўная"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Неактыўная"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Стандартна для наступнага: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5717,6 +5719,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Для ўсіх праграм і сэрвісаў"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Налады гульні"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Уключэнне ярлыка гульнявой панэлі і г. д."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Назад"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Далей"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Перадпрагляд колеру"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Запыт на доступ да SIM-карты"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Прылада запытвае доступ да SIM-карты. Націсніце, каб убачыць больш інфармацыі."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Дазволіць доступ да SIM-карты?"</string>
diff --git a/res/values-bg/arrays.xml b/res/values-bg/arrays.xml
index 8146b3b..bcb64eb 100644
--- a/res/values-bg/arrays.xml
+++ b/res/values-bg/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кеширано (клиентска програма за активността)"</item>
<item msgid="8186970968968646288">"Кеширано (празно)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"синьо-зелено"</item>
+ <item msgid="7216413848731287689">"синьо-зелено"</item>
<item msgid="5661027589207588703">"синьо"</item>
- <item msgid="3795787248113275442">"индиго"</item>
+ <item msgid="1219738214736244749">"зелено"</item>
<item msgid="6331809026622602308">"лилаво"</item>
<item msgid="6390546163902724700">"розово"</item>
- <item msgid="6618900408138432102">"червено"</item>
+ <item msgid="6500473130620545980">"оранжево"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"По-стари от 30 дни"</item>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index c3a282a..3ed87f1 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -2453,7 +2453,7 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Допълнително затъмняване на екрана"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Затъмнете екрана повече, отколкото с настройката за минимална яркост на телефона ви"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Затъмнете екрана повече, отколкото с настройката за минимална яркост на таблета ви"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Затъмнете екрана си така, че да ви е по-удобно да четете.<br/><br/> Това може да бъде полезно, когато: <ol> <li> екранът е твърде светъл при стандартната настройка за минимална яркост на телефона ви;</li> <li> използвате телефона си на тъмно, като например през нощта или в тъмна стая преди лягане.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Затъмнете екрана си така, че да ви е по-удобно да четете.<br/><br/> Това може да бъде полезно, когато: <ol> <li> екранът е твърде светъл при стандартната настройка за минимална яркост на телефона ви;</li> <li> използвате телефона си на тъмно, като например през нощта или в тъмна стая преди лягане.</li> </ol>"</string>
<string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Затъмнете екрана си така, че да ви е по-удобно да четете.<br/><br/> Това може да бъде полезно, когато: <ol> <li> екранът е твърде светъл при стандартната настройка за минимална яркост на таблета ви;</li> <li> използвате таблета си на тъмно, като например през нощта или в тъмна стая преди лягане.</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Интензивност"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"По-тъмно"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Използване от системата за последните 24 ч"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Използване от системата за <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Използване от приложенията за <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Общо: По-малко от една минута"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"На заден план: По-малко от една минута"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Общо: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Задействайте Асистент, като задържите бутона за включване/изключване"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Меню за включване/изключване и при спешни случаи:\nНатиснете едновременно бутона за включване/изключване и този за увеличаване на силата на звука."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Предотвратяване на звъненето:\nВ менюто за силата на звука е налице пряк път."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Продължителност на натискането и задържането"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Коригирайте чувствителността, като изберете колко дълго да трябва да задържите натиснат бутона за захранване"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Кратко"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Продължително"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Показване на портфейла"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Разрешаване на достъп до портфейла от заключения екран и от бързите настройки"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Показване на контролите за устройството"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Временно не е налице"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Няма SIM карта"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Предпочитания за мрежата"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Свързване с обществени мрежи"</string>
<string name="keywords_internet" msgid="7674082764898690310">"връзка с мрежата, интернет, безжична мрежа, данни, Wi-Fi, мобилни данни, мобилна мрежа, мобилен оператор, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Включване на Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Изключване на Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ мрежа"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM карта"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ИЗТЕГЛЕНА SIM КАРТА"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ИЗТЕГЛЕНИ SIM КАРТИ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Активна"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Неактивна"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /основна за <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"За всички приложения и услуги"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Настройки за игри"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Включване на прекия път в таблото за управление на играта и др."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Назад"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Напред"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Визуализация на цвета"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Заявка за достъп до SIM картата"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Устройство иска да осъществи достъп до SIM картата ви. Докоснете за подробности."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Да се разреши ли достъпът до SIM картата?"</string>
diff --git a/res/values-bn/arrays.xml b/res/values-bn/arrays.xml
index 1f1afe9..03504a4 100644
--- a/res/values-bn/arrays.xml
+++ b/res/values-bn/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"ব্যবহৃত ক্যাশে (অ্যাক্টিভিটি ক্লায়েন্ট)"</item>
<item msgid="8186970968968646288">"ব্যবহৃত ক্যাশে (খালি)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"টিল"</item>
+ <item msgid="7216413848731287689">"নীলাভ রঙ"</item>
<item msgid="5661027589207588703">"নীল"</item>
- <item msgid="3795787248113275442">"বেগুনী নীলবর্ণ"</item>
+ <item msgid="1219738214736244749">"সবুজ রঙ"</item>
<item msgid="6331809026622602308">"বেগুনী"</item>
<item msgid="6390546163902724700">"গোলাপী"</item>
- <item msgid="6618900408138432102">"লাল"</item>
+ <item msgid="6500473130620545980">"কমলা রঙ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"৩০ দিনের বেশি পুরনো"</item>
diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml
index 77a84c2..e730775 100644
--- a/res/values-bn/strings.xml
+++ b/res/values-bn/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"গত ২৪ ঘন্টা ব্যাটারি সিস্টেম ব্যবহারের তথ্য"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>-এর জন্য সিস্টেমের ব্যবহার"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>-এর জন্য অ্যাপের ব্যবহার"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"মোট: এক মিনিটের থেকে কম"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ব্যাকগ্রাউন্ড: এক মিনিটের থেকে কম"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"মোট: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4616,7 +4614,7 @@
<string name="color_temperature_desc" msgid="6713259535885669622">"কুলার প্রদর্শনী রঙগুলি ব্যবহার করুন"</string>
<string name="color_temperature_toast" msgid="7611532183532407342">"রঙের পরিবর্তন প্রয়োগ করতে, স্ক্রিন বন্ধ করুন"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"ক্যামেরা লেজার সেন্সর"</string>
- <string name="ota_disable_automatic_update" msgid="1953894421412420231">"অটোমেটিক সিস্টেম আপডেটগুলি"</string>
+ <string name="ota_disable_automatic_update" msgid="1953894421412420231">"অটোমেটিক সিস্টেম আপডেট"</string>
<string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"ডিভাইস রিস্টার্ট হওয়ার সময় আপগ্রেড প্রয়োগ করুন"</string>
<string name="usage" msgid="287782903846013936">"ব্যবহার"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"মোবাইল ডেটার ব্যবহার"</string>
@@ -4981,7 +4979,7 @@
<string name="storage_music_audio" msgid="1185624135490182822">"মিউজিক ও অডিও"</string>
<string name="storage_games" msgid="1176568610086802469">"গেম"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"অন্যান্য অ্যাপ"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
+ <string name="storage_files" msgid="7968460921272772299">"ফাইল"</string>
<string name="storage_images" msgid="2055893015567979387">"ছবি"</string>
<string name="storage_videos" msgid="6117698226447251033">"ভিডিও"</string>
<string name="storage_audio" msgid="5994664984472140386">"অডিও"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"পাওয়ার বোতাম প্রেস করে ধরে রেখে Assistant চালু করুন"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"পাওয়ার & ইমারজেন্সি মেনু:\nএকসাথে \'পাওয়ার\' এবং \'ভলিউম বাড়ানোর বোতাম\' প্রেস করুন।"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"রিং হওয়া বন্ধ করতে:\n\'ভলিউম\' মেনুতে শর্টকাট রয়েছে।"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"বোতাম টিপে রাখার সময়"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"পাওয়ার বোতাম কতক্ষণ টিপে ধরে থাকবেন সেটি বেছে নিয়ে সেন্সিটিভিটি অ্যাডজাস্ট করুন"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"কম সময়ের জন্য"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"দীর্ঘ সময়ের জন্য"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ওয়ালেট দেখুন"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"লক স্ক্রিন এবং দ্রুত সেটিংস থেকে ওয়ালেটে অ্যাক্সেসের অনুরোধ করুন"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ডিভাইস কন্ট্রোল দেখুন"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"সাময়িকভাবে উপলভ্য নেই"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"কোনও সিম নেই"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"নেটওয়ার্ক সংক্রান্ত পছন্দ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"সর্বজনীন নেটওয়ার্কে কানেক্ট করুন"</string>
<string name="keywords_internet" msgid="7674082764898690310">"নেটওয়ার্ক কানেকশন, ইন্টারনেট, ওয়্যারলেস, ডেটা, ওয়াই-ফাই, ওয়াই-ফাই, ওয়াই-ফাই, মোবাইল ডেটা, মোবাইল, মোবাইল পরিষেবা প্রদানকারী, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"ওয়াই-ফাই চালু করুন"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ওয়াই-ফাই বন্ধ করুন"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ নেটওয়ার্ক"</string>
<string name="sim_category_title" msgid="2341314000964710495">"সিম"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ডাউনলোড করা সিম"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ডাউনলোড করা সিম"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"অ্যাক্টিভ আছে"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"অ্যাক্টিভ নেই"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> এর জন্য ডিফল্ট হিসেবে"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"সমস্ত অ্যাপ ও পরিষেবার জন্য"</string>
<string name="game_settings_title" msgid="1028178627743422090">"গেম সেটিংস"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"গেম ড্যাশবোর্ড শর্টকাট ইত্যাদি চালু করুন"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"আগের"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"পরের"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"রঙের এক ঝলক"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"সিম কার্ড অ্যাক্সেস করার অনুমতি"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"একটি ডিভাইস আপনার সিম কার্ড অ্যাক্সেস করতে চাইছে। বিশদ বিবরণের জন্য ট্যাপ করুন।"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"সিম কার্ড অ্যাক্সেস করার অনুমতি দিতে চান?"</string>
diff --git a/res/values-bs/arrays.xml b/res/values-bs/arrays.xml
index 2f727e8..8e60228 100644
--- a/res/values-bs/arrays.xml
+++ b/res/values-bs/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Keširana (aktivnost klijenta)"</item>
<item msgid="8186970968968646288">"Keširano (prazno)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Plavozelena"</item>
+ <item msgid="7216413848731287689">"Cijan"</item>
<item msgid="5661027589207588703">"Plava"</item>
- <item msgid="3795787248113275442">"Indigoplava"</item>
+ <item msgid="1219738214736244749">"Zelena"</item>
<item msgid="6331809026622602308">"Ljubičasta"</item>
<item msgid="6390546163902724700">"Ružičasta"</item>
- <item msgid="6618900408138432102">"Crvena"</item>
+ <item msgid="6500473130620545980">"Narandžasta"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Starije od 30 dana"</item>
diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml
index 4e2e62b..fe00a42 100644
--- a/res/values-bs/strings.xml
+++ b/res/values-bs/strings.xml
@@ -2431,7 +2431,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"Vibracija pri obavještenjima"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"Vibracija pri zvonu"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"Povratne informacije na dodir"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Korištenje aplikacije <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Koristi <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"Otvaranje aplikacije <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"Koristi ispravku boja"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"Prikaži titlove"</string>
@@ -2912,8 +2912,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Korištenje sistema u posljednja 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Korištenje sistema za: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Korištenje aplikacije za: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"prijepodne"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"poslijepodne"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Ukupno: manje od minute"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Pozadina: manje od minute"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Ukupno: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5486,6 +5484,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Aktivirajte Asistenta držanjem dugmeta za uključivanje"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Meni napajanja i hitnih službi:\nIstovremeno pritisnite dugme za uključivanje i dugme za pojačavanje zvuka."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Sprječavanje zvonjenja:\nPrečica je dostupna u meniju jačine zvuka."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Trajanje pritiska i držanja"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Podesite osjetljivost odabirom koliko dugo treba pritisnuti i držati dugme za uključivanje"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kratko"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dugo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Prikaži novčanik"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Dozvolite pristup novčaniku sa zaključanog ekrana i iz brzih postavki"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Prikaži kontrole uređaja"</string>
@@ -5531,7 +5533,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Trenutno nije dostupno"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nema SIM-a"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Postavke mreže"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Povežite se s javnim mrežama"</string>
<string name="keywords_internet" msgid="7674082764898690310">"mrežna veza, internet, bežični, podaci, wifi, wi-fi, wi fi, celularni, mobilni, mobilni operater, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Uključite WiFi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Isključite WiFi"</string>
@@ -5549,6 +5550,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ mreža"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"PREUZETI SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"PREUZETI SIM-ovi"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktivno"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktivno"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Zadano za: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5626,6 +5628,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Za sve aplikacije i usluge"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Postavke igre"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Uključite prečicu za kontrolnu tablu igre, itd."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Nazad"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Naprijed"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pregled boje"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Zahtjev za pristup SIM kartici"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Uređaj želi pristupiti vašoj SIM kartici. Dodirnite za detalje."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Dozvoliti pristup SIM kartici?"</string>
diff --git a/res/values-ca/arrays.xml b/res/values-ca/arrays.xml
index 1b97667..209a522 100644
--- a/res/values-ca/arrays.xml
+++ b/res/values-ca/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"A la memòria cau (client de l\'activitat)"</item>
<item msgid="8186970968968646288">"A la memòria cau (buit)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Verd blavós"</item>
+ <item msgid="7216413848731287689">"Cian"</item>
<item msgid="5661027589207588703">"Blau"</item>
- <item msgid="3795787248113275442">"Anyil"</item>
+ <item msgid="1219738214736244749">"Verd"</item>
<item msgid="6331809026622602308">"Porpra"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Vermell"</item>
+ <item msgid="6500473130620545980">"Taronja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Més de 30 dies d\'antiguitat"</item>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index 3708dbf..4571e14 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -1880,7 +1880,7 @@
<string name="location_access_title" msgid="4052667453826272040">"Accés a la meva ubicació"</string>
<string name="location_access_summary" msgid="8634100005481578143">"Permet que les aplicacions que hagin demanat permís utilitzin la informació sobre la ubicació"</string>
<string name="location_sources_heading" msgid="6126965815860570524">"Fonts d\'ubicació"</string>
- <string name="about_settings" product="tablet" msgid="2888705054709289693">"Informació sobre la tauleta"</string>
+ <string name="about_settings" product="tablet" msgid="2888705054709289693">"Informació de la tauleta"</string>
<string name="about_settings" product="default" msgid="4038626127378127613">"Informació del telèfon"</string>
<string name="about_settings" product="device" msgid="9012888717090302815">"Informació del dispositiu"</string>
<string name="about_settings" product="emulator" msgid="2516560858771320366">"Sobre el dispositiu emulat"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Ús del sistema durant les 24 darreres hores"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Ús del sistema: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Ús d\'aplicacions durant <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a. m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p. m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menys d\'un minut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"En segon pla: menys d\'un minut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Activa l\'Assistent mantenint premut el botó d\'engegada"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menú d\'engegada i emergència:\nPrem els botons d\'engegada i d\'apujar el volum al mateix temps."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Impedeix els sons:\nDrecera disponible al menú de volum."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Durada de mantenir premut"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Tria quanta estona vols mantenir premut el botó d\'engegada per ajustar la sensibilitat"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Curt"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Llarg"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostra la cartera"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permet l\'accés a la cartera des de la pantalla de bloqueig i la configuració ràpida"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostra el control de dispositius"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"No disponible temporalment"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No hi ha cap SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferències de xarxa"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connecta\'t a xarxes públiques"</string>
<string name="keywords_internet" msgid="7674082764898690310">"connexió a la xarxa, internet, sense fil, dades, wifi, wi‑fi, wi fi, mòbils, mòbil, operador de telefonia mòbil, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activa la Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desactiva la Wi‑Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Xarxa W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM BAIXADA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM BAIXADES"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Activa"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactiva"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Opció predeterminada per a <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Per a tots els serveis i aplicacions"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Configuració de jocs"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activa la drecera al tauler de joc, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Següent"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Previsualització del color"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Sol·licitud d\'accés a la targeta SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un dispositiu vol accedir a la teva targeta SIM. Toca per obtenir informació."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Vols permetre l\'accés a la targeta SIM?"</string>
diff --git a/res/values-cs/arrays.xml b/res/values-cs/arrays.xml
index effe6a0..7b191af 100644
--- a/res/values-cs/arrays.xml
+++ b/res/values-cs/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"V mezipaměti (klient aktivity)"</item>
<item msgid="8186970968968646288">"V mezipaměti (prázdné)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Šedozelená"</item>
+ <item msgid="7216413848731287689">"Azurová"</item>
<item msgid="5661027589207588703">"Modrá"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Zelená"</item>
<item msgid="6331809026622602308">"Fialová"</item>
<item msgid="6390546163902724700">"Růžová"</item>
- <item msgid="6618900408138432102">"Červená"</item>
+ <item msgid="6500473130620545980">"Oranžová"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Starší než 30 dní"</item>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index cbf89ad..00ee366 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -2950,8 +2950,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Využití baterie systémem za posledních 24 hodin"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Využití systému <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Využití aplikace <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Celkem: méně než minuta"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Na pozadí: méně než minuta"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Celkem: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4417,7 +4415,7 @@
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Dosud nebyla vyžádána žádná oprávnění"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Spravujte přístup aplikací k vašim datům"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"Panel ochrany soukromí"</string>
- <string name="permissions_usage_summary" msgid="6784310472062516454">"Ukázat, které aplikace v poslední době využívaly oprávnění"</string>
+ <string name="permissions_usage_summary" msgid="6784310472062516454">"Zobrazení aplikací, které v poslední době využívaly oprávnění"</string>
<string name="unused_apps" msgid="4566272194756830656">"Nepoužívané aplikace"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
<item quantity="few"><xliff:g id="COUNT_1">%d</xliff:g> nepoužívané aplikace</item>
@@ -5575,6 +5573,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Asistenta aktivujete podržením vypínače"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Nabídka napájení a tísňového volání:\nStiskněte současně vypínač a tlačítko zvýšení hlasitosti."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Zabránit vyzvánění:\nZkratka je k dispozici v nabídce hlasitosti."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Délka podržení"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Nastavte citlivost úpravou délky podržení vypínače"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Krátké"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dlouhé"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Zobrazit peněženku"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Povolit přístup k peněžence z obrazovky uzamčení a rychlého nastavení"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Zobrazit ovládací prvky zařízení"</string>
@@ -5620,7 +5622,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Dočasně nedostupné"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Žádná SIM karta"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Nastavení sítě"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Připojovat se k veřejným sítím"</string>
<string name="keywords_internet" msgid="7674082764898690310">"připojení k síti, internet, bezdrátové, data, wifi, wi-fi, wi fi, mobilní síť, mobilní operátor, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Zapnout Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Vypnout Wi-Fi"</string>
@@ -5638,6 +5639,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Síť W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"STAŽENÁ SIM KARTA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"STAŽENÉ SIM KARTY"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktivní"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktivní"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Výchozí pro <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5715,6 +5717,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Pro všechny aplikace a služby"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Nastavení her"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Zapnout zkratku Herního panelu atd."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Předchozí"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Další"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Náhled barvy"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Žádost o přístup k SIM kartě"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Zařízení žádá o přístup k vaší SIM kartě. Podrobnosti zobrazíte klepnutím."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Povolit přístup k SIM kartě?"</string>
diff --git a/res/values-da/arrays.xml b/res/values-da/arrays.xml
index 621fcd3..103f57d 100644
--- a/res/values-da/arrays.xml
+++ b/res/values-da/arrays.xml
@@ -221,15 +221,15 @@
<item msgid="2362840341195111674">"Lad systemet vælge"</item>
</string-array>
<string-array name="app_ops_categories">
- <item msgid="528483497841471005">"Placering"</item>
+ <item msgid="528483497841471005">"Lokation"</item>
<item msgid="7786376598377098070">"Personlig"</item>
<item msgid="7707692387382449990">"Beskeder"</item>
<item msgid="2235402926760712958">"Medier"</item>
<item msgid="1822578131647724167">"Enhed"</item>
</string-array>
<string-array name="app_ops_summaries">
- <item msgid="8837238583601420163">"omtrentlig placering"</item>
- <item msgid="3205182755091629995">"nøjagtig placering"</item>
+ <item msgid="8837238583601420163">"omtrentlig lokation"</item>
+ <item msgid="3205182755091629995">"nøjagtig lokation"</item>
<item msgid="8952113542524604064">"GPS"</item>
<item msgid="50701215019227883">"vibrer"</item>
<item msgid="2690144000353492014">"læs kontakter"</item>
@@ -269,8 +269,8 @@
<item msgid="4422070755065530548">"lydstyrke for notifikationer"</item>
<item msgid="3250654589277825306">"lydstyrke for bluetooth"</item>
<item msgid="4212187233638382465">"lås ikke"</item>
- <item msgid="5099026183238335900">"overvåg placering"</item>
- <item msgid="2297727967385895059">"overvåg placering med højt strømforbrug"</item>
+ <item msgid="5099026183238335900">"overvåg lokation"</item>
+ <item msgid="2297727967385895059">"overvåg lokation med højt strømforbrug"</item>
<item msgid="8700593962030471569">"hent brugsstatistik"</item>
<item msgid="4140820386622184831">"slå mikrofonlyd til/fra"</item>
<item msgid="317746827951691657">"vis toast"</item>
@@ -286,7 +286,7 @@
<item msgid="2702338156976571452">"fingeraftryk"</item>
<item msgid="7925495329948404955">"kropssensorer"</item>
<item msgid="8163066895749904470">"læs Cell Broadcast-meddelelser"</item>
- <item msgid="7621394050624063528">"imiteret placering"</item>
+ <item msgid="7621394050624063528">"imiteret lokation"</item>
<item msgid="37519917674959757">"læs lager"</item>
<item msgid="3868809525697401379">"skriv til lager"</item>
<item msgid="2504191192460059817">"tænd skærmen"</item>
@@ -295,9 +295,9 @@
<item msgid="2553974920157061225">"lydstyrke for hjælpefunktioner"</item>
</string-array>
<string-array name="app_ops_labels">
- <item msgid="7780927354556651567">"Placering"</item>
- <item msgid="364182753727575631">"Placering"</item>
- <item msgid="5728662879095632194">"Placering"</item>
+ <item msgid="7780927354556651567">"Lokation"</item>
+ <item msgid="364182753727575631">"Lokation"</item>
+ <item msgid="5728662879095632194">"Lokation"</item>
<item msgid="4104617224667554750">"Vibrer"</item>
<item msgid="1623646715189708947">"Læs kontakter"</item>
<item msgid="5060760609109972207">"Rediger kontakter"</item>
@@ -305,9 +305,9 @@
<item msgid="2348589304974534308">"Rediger opkaldshistorik"</item>
<item msgid="4089146706115315300">"Læs kalenderen"</item>
<item msgid="1305780729690198918">"Rediger kalenderen"</item>
- <item msgid="3461096740171440592">"Placering"</item>
+ <item msgid="3461096740171440592">"Lokation"</item>
<item msgid="6657539556093198883">"Send notifikation"</item>
- <item msgid="8112680908829570200">"Placering"</item>
+ <item msgid="8112680908829570200">"Lokation"</item>
<item msgid="5019327268152480733">"Ring til telefon"</item>
<item msgid="8001855901083066554">"Læs sms/mms"</item>
<item msgid="187744670643011148">"Skriv sms/mms"</item>
@@ -336,8 +336,8 @@
<item msgid="8608084169623998854">"Lydstyrke for notifikationer"</item>
<item msgid="7948784184567841794">"Lydstyrke for bluetooth"</item>
<item msgid="1148968792599973150">"Lås ikke"</item>
- <item msgid="8482874682804856549">"Placering"</item>
- <item msgid="5186169827582545242">"Placering"</item>
+ <item msgid="8482874682804856549">"Lokation"</item>
+ <item msgid="5186169827582545242">"Lokation"</item>
<item msgid="6122293931012635638">"Hent brugsstatistik"</item>
<item msgid="2526677383312751932">"Slå mikrofonlyd til/fra"</item>
<item msgid="4000577305179914546">"Vis toast"</item>
@@ -353,7 +353,7 @@
<item msgid="4480721672278100858">"Fingeraftryk"</item>
<item msgid="7883743426029759112">"Kropssensorer"</item>
<item msgid="2546206711741159825">"Læs Cell Broadcast-meddelelser"</item>
- <item msgid="2363460595607829243">"Imiteret placering"</item>
+ <item msgid="2363460595607829243">"Imiteret lokation"</item>
<item msgid="3778165903878569143">"Læs lager"</item>
<item msgid="555939881912035315">"Skriv til lager"</item>
<item msgid="4281352581602735717">"Tænd skærmen"</item>
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cachelagret (aktivitetsklient)"</item>
<item msgid="8186970968968646288">"Cachelagret (tom)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Turkis"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blå"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Grøn"</item>
<item msgid="6331809026622602308">"Lilla"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Rød"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Mere end 30 dage gamle"</item>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 5c1f5eb..b5cdbd6 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Systemforbrug for de seneste 24 timer"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Systemforbrug for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Appforbrug for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"om morgenen"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"om aftenen"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"I alt: Under et minut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Baggrund: Under et minut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"I alt: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5225,7 +5223,7 @@
<string name="carrier_settings_euicc" msgid="1541279297111378907">"Mobilselskab"</string>
<string name="carrier_settings_version" msgid="3364919669057317776">"Version af indstillinger for mobilselskab"</string>
<string name="call_category" msgid="641461844504128789">"Opkald"</string>
- <string name="video_calling_settings_title" msgid="5490466306783552190">"Videoopkald via mobilselskab"</string>
+ <string name="video_calling_settings_title" msgid="5490466306783552190">"Videoopkald via mobilnetværk"</string>
<string name="cdma_system_select_title" msgid="8261408056382123386">"Systemvalg"</string>
<string name="cdma_system_select_summary" msgid="384128007068464145">"Skift CDMA-roamingtilstand"</string>
<string name="cdma_system_select_dialogtitle" msgid="6143586810486936984">"Systemvalg"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Aktivér Assistent ved at holde afbryderknappen nede"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu for afbryderknappen og menu for nødsituationer:\nTryk på afbryderknappen og knappen Lydstyrke op samtidig."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Deaktiver ringetoner:\nGenvejen findes i lydstyrkemenuen."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Tryklængde"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Juster følsomheden ved at vælge, hvor lang tid afbryderknappen skal holdes inde"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kort"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Langt"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Vis Wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Tillad adgang til Wallet fra låseskærmen og kvikmenuen"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Vis enhedsstyring"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Midlertidigt utilgængelig"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Intet SIM-kort"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Netværkspræferencer"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Opret forbindelse til offentlige netværk"</string>
<string name="keywords_internet" msgid="7674082764898690310">"netværksforbindelse, internet, trådløs, data, wifi, wi-fi, mobilnetværk, mobil, mobilselskab, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Aktivér Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Deaktiver Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+-netværk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DOWNLOADEDE SIM-KORT"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DOWNLOADEDE SIMKORT"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiv"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inaktiv"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Standard til <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"I alle apps og tjenester"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Spilindstillinger"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Aktivér genvejen til Spilpanel osv."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Forrige"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Næste"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Forhåndsvisning af farve"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Anmodning om adgang til SIM-kort"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"En enhed vil gerne have adgang til dit SIM-kort. Tryk for at få flere oplysninger."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Vil du give adgang til SIM-kortet?"</string>
diff --git a/res/values-de/arrays.xml b/res/values-de/arrays.xml
index f47e2fb..2e869b7 100644
--- a/res/values-de/arrays.xml
+++ b/res/values-de/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Im Cache gespeichert (Aktivitätsclient)"</item>
<item msgid="8186970968968646288">"Im Cache gespeichert (leer)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Blaugrün"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blau"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Grün"</item>
<item msgid="6331809026622602308">"Lila"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Rot"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Nach 30 Tagen"</item>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index e98258b..399e7f1 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -1892,7 +1892,7 @@
<string name="contributors_title" msgid="7965640251547037965">"Mitwirkende"</string>
<string name="manual" msgid="3651593989906084868">"Handbuch"</string>
<string name="regulatory_labels" msgid="5960251403367154270">"Zulassungszeichen"</string>
- <string name="safety_and_regulatory_info" msgid="8285048080439298528">"Sicherheits- & Regulierungsinformationen"</string>
+ <string name="safety_and_regulatory_info" msgid="8285048080439298528">"Sicherheitsinformationen & rechtliche Hinweise"</string>
<string name="copyright_title" msgid="83245306827757857">"Urheberrecht"</string>
<string name="license_title" msgid="8745742085916617540">"Lizenz"</string>
<string name="module_license_title" msgid="8705484239826702828">"Lizenzen für Google Play-Systemupdates"</string>
@@ -2313,7 +2313,7 @@
<string name="accessibility_preference_magnification_summary" msgid="2875518904115896888">"Auf dem Bildschirm heranzoomen"</string>
<string name="accessibility_screen_magnification_short_summary" msgid="2207048420669939150">"Zum Zoomen dreimal tippen"</string>
<string name="accessibility_screen_magnification_navbar_short_summary" msgid="4885018322430052037">"Zum Zoomen auf eine Schaltfläche tippen"</string>
- <string name="accessibility_screen_magnification_summary" msgid="2527664482392097865">"Du kannst auf dem Display schnell heranzoomen, um Inhalte zu vergrößern.<br/><br/> <b>So zoomst du heran:</b><br/> {0,number,integer}. Starte die Vergrößerung über die Verknüpfung<br/> {1,number,integer}. Tippe auf das Display<br/> {2,number,integer}. Ziehe mit zwei Fingern, um den angezeigten Bildschirmausschnitt zu ändern<br/> {3,number,integer}. Ziehe zwei Finger auseinander oder zusammen, um den Zoom anzupassen<br/> {4,number,integer}. Beende die Vergrößerung über die Verknüpfung<br/><br/> <b>So zoomst du vorübergehend heran:</b><br/> {0,number,integer}. Starte die Vergrößerung über die Verknüpfung<br/> {1,number,integer}. Halte eine beliebige Stelle auf dem Display gedrückt<br/> {2,number,integer}. Ziehe mit dem Finger, um den angezeigten Bildschirmausschnitt zu ändern<br/> {3,number,integer}. Hebe den Finger, um die Vergrößerung zu beenden"</string>
+ <string name="accessibility_screen_magnification_summary" msgid="2527664482392097865">"Du kannst auf dem Display schnell heranzoomen, um Inhalte zu vergrößern.<br/><br/> <b>So zoomst du heran:</b><br/> {0,number,integer}. Starte die Vergrößerung über die Verknüpfung<br/> {1,number,integer}. Tippe auf das Display<br/> {2,number,integer}. Ziehe mit zwei Fingern, um den angezeigten Bildschirmausschnitt zu verschieben<br/> {3,number,integer}. Ziehe zwei Finger auseinander oder zusammen, um den Zoom anzupassen<br/> {4,number,integer}. Beende die Vergrößerung über die Verknüpfung<br/><br/> <b>So zoomst du vorübergehend heran:</b><br/> {0,number,integer}. Starte die Vergrößerung über die Verknüpfung<br/> {1,number,integer}. Halte eine beliebige Stelle auf dem Display gedrückt<br/> {2,number,integer}. Ziehe mit dem Finger, um den angezeigten Bildschirmausschnitt zu ändern<br/> {3,number,integer}. Hebe den Finger, um die Vergrößerung zu beenden"</string>
<string name="accessibility_screen_magnification_navbar_summary" msgid="807985499898802296">"Wenn die Vergrößerung aktiviert ist, kannst du Elemente auf dem Bildschirm heranzoomen.\n\n"<b>"Wenn du zoomen möchtest"</b>", starte die Vergrößerung und tippe dann auf eine beliebige Stelle auf dem Bildschirm.\n"<ul><li>"Zum Scrollen ziehe mit zwei oder mehr Fingern"</li>\n<li>"Zum Anpassen des Zooms ziehe zwei oder mehr Finger zusammen bzw. auseinander"</li></ul>\n\n<b>"Wenn du vorübergehend heranzoomen möchtest"</b>", starte die Vergrößerung und tippe dann auf eine beliebige Stelle auf dem Bildschirm und halte sie gedrückt.\n"<ul><li>"Wenn du dich im Bildschirm bewegen möchtest, ziehe den Bildschirm"</li>\n<li>"Zum Herauszoomen hebe den Finger"</li></ul>\n\n"In die Tastatur oder Navigationsleiste kann nicht hineingezoomt werden."</string>
<string name="accessibility_tutorial_pager" msgid="8461939455728454061">"Seite <xliff:g id="CURRENT_PAGE">%1$d</xliff:g> von <xliff:g id="NUM_PAGES">%2$d</xliff:g>"</string>
<string name="accessibility_tutorial_dialog_title_button" msgid="4681164949716215131">"Zum Öffnen Schaltfläche „Bedienungshilfen“ nutzen"</string>
@@ -2877,8 +2877,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Systemnutzung während der letzten 24 Stunden"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Systemnutzung im Zeitraum <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App-Nutzung im Zeitraum <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"vormittags"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"nachmittags"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Gesamt: weniger als eine Minute"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Hintergrund: weniger als eine Minute"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Gesamt: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3819,7 +3817,7 @@
<string name="lockscreen_bypass_summary" msgid="464277506200346748">"Nach der Entsperrung direkt zum zuletzt genutzten Bildschirm gehen"</string>
<string name="keywords_lockscreen_bypass" msgid="41035425468915498">"Sperrbildschirm, überspringen, umgehen"</string>
<string name="locked_work_profile_notification_title" msgid="279367321791301499">"Wenn das Arbeitsprofil gesperrt ist"</string>
- <string name="lock_screen_notifs_title" msgid="3412042692317304449">"Benachrichtigungen auf dem Sperrbildschirm"</string>
+ <string name="lock_screen_notifs_title" msgid="3412042692317304449">"Benachrichtigungen auf Sperrbildschirm"</string>
<string name="lock_screen_notifs_show_all" msgid="1300418674456749664">"Lautlose und Standardunterhaltungen anzeigen"</string>
<string name="lock_screen_notifs_show_alerting" msgid="6584682657382684566">"Lautlose Unterhaltungen und Benachrichtigungen verbergen"</string>
<string name="lock_screen_notifs_show_none" msgid="1941044980403067101">"Keine Benachrichtigungen anzeigen"</string>
@@ -5400,6 +5398,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Halte die Ein-/Aus-Taste gedrückt, um Assistant zu aktivieren"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"„Ein-/Aus- und Notfall-Menü“:\nEin-/Aus-Taste und Lautertaste gleichzeitig drücken."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"„Klingeln verhindern“:\nVerknüpfung im Lautstärke-Menü verfügbar."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Dauer des Gedrückthaltens"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Stelle die Empfindlichkeit ein, indem du festlegst, wie lange du die Ein-/Aus-Taste gedrückt halten musst"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kurz"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lang"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Geldbörse anzeigen"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Zugriff auf Geldbörse aus Sperrbildschirm und Schnelleinstellungen erlauben"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Gerätesteuerung anzeigen"</string>
@@ -5445,7 +5447,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Momentan nicht verfügbar"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Keine SIM-Karte"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Netzwerkeinstellungen"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Mit öffentlichen Netzwerken verbinden"</string>
<string name="keywords_internet" msgid="7674082764898690310">"netzwerkverbindung, internet, kabellos, drahtlos, daten, wlan, w-lan, mobilfunk, mobil, mobilfunkanbieter, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"WLAN aktivieren"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"WLAN deaktivieren"</string>
@@ -5463,6 +5464,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+-Netzwerk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"HERUNTERGELADENE SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"HERUNTERGELADENE SIMs"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiv"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inaktiv"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Standard für <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5540,6 +5542,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Für alle Apps und Dienste"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Spieleinstellungen"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"„Dashboard für Spiele“-Schaltfläche aktivieren usw."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Zurück"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Weiter"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Farbvorschau"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Anfrage nach Zugriff auf SIM-Karte"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Ein Gerät möchte auf deine SIM-Karte zugreifen. Weitere Informationen."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Zugriff auf SIM-Karte erlauben?"</string>
diff --git a/res/values-el/arrays.xml b/res/values-el/arrays.xml
index 92e4697..725d8c2 100644
--- a/res/values-el/arrays.xml
+++ b/res/values-el/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Αποθηκευμένο στην κρυφή μνήμη (δραστηριότητα πελάτη)"</item>
<item msgid="8186970968968646288">"Αποθηκευμένο στην κρυφή μνήμη (κενό)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orangeΣ"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Γαλαζοπράσινο"</item>
+ <item msgid="7216413848731287689">"Κυανό"</item>
<item msgid="5661027589207588703">"Μπλε"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Πράσινο"</item>
<item msgid="6331809026622602308">"Μοβ"</item>
<item msgid="6390546163902724700">"Ροζ"</item>
- <item msgid="6618900408138432102">"Κόκκινο"</item>
+ <item msgid="6500473130620545980">"Πορτοκαλί"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Πάνω από 30 ημερών"</item>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index 7f9e6fb..de84541 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Χρήση συστήματος για τις τελευταίες 24 ω."</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Χρήση συστήματος για <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Χρήση εφαρμογής για <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"π.μ."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"μ.μ."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Σύνολο: λιγότερο από ένα λεπτό"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Παρασκήνιο: λιγότερο από ένα λεπτό"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Σύνολο: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Ενεργοποιήστε τον Βοηθό πατώντας παρατεταμένα το κουμπί λειτουργίας"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Μενού λειτουργίας και έκτακτης ανάγκης:\nΠατήστε το κουμπί λειτουργίας και το κουμπί αύξησης έντασης ήχου ταυτόχρονα."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Αποτροπή ήχου κλήσης:\nΗ συντόμευση είναι διαθέσιμη στο μενού έντασης ήχου."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Διάρκεια παρατεταμένου πατήματος"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Προσαρμόστε την ευαισθησία επιλέγοντας πόση ώρα θα πρέπει να διαρκεί το παρατεταμένο πάτημα του κουμπιού λειτουργίας."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Μικρή"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Μεγάλη"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Εμφάνιση πορτοφολιού"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Επιτρέψτε την πρόσβαση στο πορτοφόλι από την οθόνη κλειδώματος και τις γρήγορες ρυθμίσεις"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Εμφάνιση στοιχείων ελέγχου συσκευής"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Προσωρινά μη διαθέσιμη"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Δεν υπάρχει SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Προτιμήσεις δικτύου"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Σύνδεση σε δημόσια δίκτυα"</string>
<string name="keywords_internet" msgid="7674082764898690310">"σύνδεση δικτύου, διαδίκτυο, ασύρματο, δεδομένα, wifi, wi-fi, wi fi, δίκτυο κινητής τηλεφωνίας, κινητό, εταιρεία κινητής τηλεφωνίας, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Ενεργοποίηση Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Απενεργοποίηση Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Δίκτυο W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ΛΗΦΘΕΙΣΑ SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ΛΗΦΘΕΙΣΕΣ SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Ενεργή"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Ανενεργή"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Προεπιλογή για <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Για όλες τις εφαρμογές και τις υπηρεσίες"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Ρυθμίσεις παιχνιδιών"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Ενεργοποίηση συντόμευσης Πίνακα ελέγχου παιχνιδιού κ.λπ."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Προηγούμενο"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Επόμενο"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Προεπισκόπηση χρώματος"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Αίτημα πρόσβασης στην κάρτα SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Μια συσκευή θέλει να αποκτήσει πρόσβαση στην κάρτα SIM. Πατήστε για λεπτομέρειες."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Να επιτρέπεται η πρόσβαση στην κάρτα SIM;"</string>
diff --git a/res/values-en-rAU/arrays.xml b/res/values-en-rAU/arrays.xml
index 8385162..d4852dd 100644
--- a/res/values-en-rAU/arrays.xml
+++ b/res/values-en-rAU/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cached (activity client)"</item>
<item msgid="8186970968968646288">"Cached (empty)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Teal"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blue"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Green"</item>
<item msgid="6331809026622602308">"Purple"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Red"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Over 30 days old"</item>
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index 7e686e6..71df578 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"System usage for past 24 hours"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"System usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: less than a min."</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: less than a min."</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Trigger Assistant by holding the power button"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Power & emergency menu:\nPress power and volume up at the same time."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Prevent ringing:\nShortcut available in the volume menu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Press & hold duration"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Adjust sensitivity by choosing how long to press & hold the power button"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Short"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Show wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Allow access to wallet from lock screen and Quick Settings"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Show device controls"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporarily unavailable"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Network preferences"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connect to public networks"</string>
<string name="keywords_internet" msgid="7674082764898690310">"network connection, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, mobile operator, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Turn on Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Turn off Wi‑Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ network"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DOWNLOADED SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DOWNLOADED SIMS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Active"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default for <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"For all apps and services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Game settings"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Turn on Game Dashboard shortcut, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Previous"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Next"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Colour preview"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM card access request"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"A device wants to access your SIM card. Tap for details."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Allow access to SIM card?"</string>
diff --git a/res/values-en-rCA/arrays.xml b/res/values-en-rCA/arrays.xml
index 682eaf0..3ce0de7 100644
--- a/res/values-en-rCA/arrays.xml
+++ b/res/values-en-rCA/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cached (activity client)"</item>
<item msgid="8186970968968646288">"Cached (empty)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Teal"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blue"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Green"</item>
<item msgid="6331809026622602308">"Purple"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Red"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Over 30 days old"</item>
diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml
index 4a594b4..d6ec678 100644
--- a/res/values-en-rCA/strings.xml
+++ b/res/values-en-rCA/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"System usage for past 24 hours"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"System usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: less than a min."</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: less than a min."</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Trigger Assistant by holding the power button"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Power & emergency menu:\nPress power and volume up at the same time."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Prevent ringing:\nShortcut available in the volume menu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Press & hold duration"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Adjust sensitivity by choosing how long to press & hold the power button"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Short"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Show wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Allow access to wallet from lock screen and Quick Settings"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Show device controls"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporarily unavailable"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Network preferences"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connect to public networks"</string>
<string name="keywords_internet" msgid="7674082764898690310">"network connection, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, mobile operator, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Turn on Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Turn off Wi‑Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ network"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DOWNLOADED SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DOWNLOADED SIMS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Active"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default for <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"For all apps and services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Game settings"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Turn on Game Dashboard shortcut, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Previous"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Next"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Colour preview"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM card access request"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"A device wants to access your SIM card. Tap for details."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Allow access to SIM card?"</string>
diff --git a/res/values-en-rGB/arrays.xml b/res/values-en-rGB/arrays.xml
index 8385162..d4852dd 100644
--- a/res/values-en-rGB/arrays.xml
+++ b/res/values-en-rGB/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cached (activity client)"</item>
<item msgid="8186970968968646288">"Cached (empty)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Teal"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blue"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Green"</item>
<item msgid="6331809026622602308">"Purple"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Red"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Over 30 days old"</item>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 907b891..8a85018 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"System usage for past 24 hours"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"System usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: less than a min."</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: less than a min."</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Trigger Assistant by holding the power button"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Power & emergency menu:\nPress power and volume up at the same time."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Prevent ringing:\nShortcut available in the volume menu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Press & hold duration"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Adjust sensitivity by choosing how long to press & hold the power button"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Short"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Show wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Allow access to wallet from lock screen and Quick Settings"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Show device controls"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporarily unavailable"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Network preferences"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connect to public networks"</string>
<string name="keywords_internet" msgid="7674082764898690310">"network connection, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, mobile operator, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Turn on Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Turn off Wi‑Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ network"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DOWNLOADED SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DOWNLOADED SIMS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Active"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default for <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"For all apps and services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Game settings"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Turn on Game Dashboard shortcut, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Previous"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Next"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Colour preview"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM card access request"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"A device wants to access your SIM card. Tap for details."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Allow access to SIM card?"</string>
diff --git a/res/values-en-rIN/arrays.xml b/res/values-en-rIN/arrays.xml
index 8385162..d4852dd 100644
--- a/res/values-en-rIN/arrays.xml
+++ b/res/values-en-rIN/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cached (activity client)"</item>
<item msgid="8186970968968646288">"Cached (empty)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Teal"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blue"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Green"</item>
<item msgid="6331809026622602308">"Purple"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Red"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Over 30 days old"</item>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index 11bc52c..7bf19b1 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"System usage for past 24 hours"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"System usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: less than a min."</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: less than a min."</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Trigger Assistant by holding the power button"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Power & emergency menu:\nPress power and volume up at the same time."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Prevent ringing:\nShortcut available in the volume menu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Press & hold duration"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Adjust sensitivity by choosing how long to press & hold the power button"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Short"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Show wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Allow access to wallet from lock screen and Quick Settings"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Show device controls"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporarily unavailable"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Network preferences"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connect to public networks"</string>
<string name="keywords_internet" msgid="7674082764898690310">"network connection, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, mobile operator, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Turn on Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Turn off Wi‑Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ network"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DOWNLOADED SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DOWNLOADED SIMS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Active"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default for <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"For all apps and services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Game settings"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Turn on Game Dashboard shortcut, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Previous"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Next"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Colour preview"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM card access request"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"A device wants to access your SIM card. Tap for details."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Allow access to SIM card?"</string>
diff --git a/res/values-en-rXC/arrays.xml b/res/values-en-rXC/arrays.xml
index 7c2da06..553f8e6 100644
--- a/res/values-en-rXC/arrays.xml
+++ b/res/values-en-rXC/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cached (activity client)"</item>
<item msgid="8186970968968646288">"Cached (empty)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Teal"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blue"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Green"</item>
<item msgid="6331809026622602308">"Purple"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Red"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Over 30 days old"</item>
diff --git a/res/values-en-rXC/strings.xml b/res/values-en-rXC/strings.xml
index 9af2e04..424460f 100644
--- a/res/values-en-rXC/strings.xml
+++ b/res/values-en-rXC/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"System usage for past 24 hr"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"System usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App usage for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: less than a min"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: less than a min"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Trigger the Assistant by holding the power button"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Power & Emergency Menu:\nPress Power and Volume up at the same time."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Prevent ringing:\nShortcut available in the volume menu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Press & hold duration"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Adjust sensitivity by choosing how long to press & hold the power button"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Short"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Show wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Allow access to wallet from lock screen and quick settings"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Show device controls"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporarily unavailable"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Network preferences"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connect to public networks"</string>
<string name="keywords_internet" msgid="7674082764898690310">"network connection, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, cell carrier, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Turn on Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Turn off Wi‑Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ network"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DOWNLOADED SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DOWNLOADED SIMS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Active"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default for <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"For all apps and services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Game settings"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Turn on Game Dashboard shortcut, etc"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Previous"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Next"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Color preview"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM card access request"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"A device wants to access your SIM card. Tap for details."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Allow access to SIM card?"</string>
diff --git a/res/values-es-rUS/arrays.xml b/res/values-es-rUS/arrays.xml
index 8d4f681..74bb789 100644
--- a/res/values-es-rUS/arrays.xml
+++ b/res/values-es-rUS/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"En caché (cliente de actividad)"</item>
<item msgid="8186970968968646288">"En caché (vacío)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Verde azulado"</item>
+ <item msgid="7216413848731287689">"Cian"</item>
<item msgid="5661027589207588703">"Azul"</item>
- <item msgid="3795787248113275442">"Índigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Púrpura"</item>
<item msgid="6390546163902724700">"Rosado"</item>
- <item msgid="6618900408138432102">"Rojo"</item>
+ <item msgid="6500473130620545980">"Naranja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Más de 30 días"</item>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 763b15e..e42f2ae 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Uso del sistema en las últimas 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Uso del sistema de <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Uso de apps de <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menos de un minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"En segundo plano: menos de un minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Mantén presionado el botón de encendido para activar Asistente"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menú de encendido y emergencia:\nPresiona los botones de encendido y de subir volumen al mismo tiempo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Impedir hacer sonar:\nEl acceso directo está disponible en el menú de volumen."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duración de presión"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Elige durante cuánto tiempo quieres mantener presionado el botón de encendido para ajustar la sensibilidad"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Corta"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Larga"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostrar billetera"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permite el acceso a la billetera desde la pantalla de bloqueo y la Configuración rápida"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostrar controles del dispositivo"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"No disponible por el momento"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"No hay ninguna tarjeta SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferencias de red"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Conectarse a redes públicas"</string>
<string name="keywords_internet" msgid="7674082764898690310">"conexión de red, internet, inalámbrico, datos, wifi, wi-fi, wi fi, datos móviles, móvil, proveedor de telefonía, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activar Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desactivar Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Red W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM DESCARGADA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"TARJETAS SIM DESCARGADAS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Activa"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactiva"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Configuración predeterminada para <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para todas las apps y servicios"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Configuración de juegos"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activa el acceso directo al Panel de juego, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Siguiente"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Vista previa de color"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Solicitud de acceso a la tarjeta SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un dispositivo quiere acceder a tu tarjeta SIM. Presiona para ver más detalles."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"¿Permitir acceso a la tarjeta SIM?"</string>
diff --git a/res/values-es/arrays.xml b/res/values-es/arrays.xml
index c03ffd6..9996c21 100644
--- a/res/values-es/arrays.xml
+++ b/res/values-es/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"En caché (cliente de actividad)"</item>
<item msgid="8186970968968646288">"En caché (vacío)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Verde azulado"</item>
+ <item msgid="7216413848731287689">"Cian"</item>
<item msgid="5661027589207588703">"Azul"</item>
- <item msgid="3795787248113275442">"Índigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Morado"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Rojo"</item>
+ <item msgid="6500473130620545980">"Naranja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"De más de 30 días de antigüedad"</item>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 6a5737c..ff3ccbe 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Uso del sistema durante las últimas 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Uso del sistema de <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Uso de aplicaciones de <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"h"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"h"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menos de 1 minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"En segundo plano: menos de 1 minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3621,7 +3619,7 @@
<string name="docking_sounds_title" msgid="5341616179210436159">"Sonidos al conectar"</string>
<string name="touch_sounds_title" msgid="2200734041857425078">"Sonidos al tocar"</string>
<string name="vibrate_on_touch_title" msgid="9105544449810547716">"Vibración al tocar la pantalla"</string>
- <string name="vibrate_on_touch_summary" msgid="664831333409399440">"Respuesta táctil al tocar, usar el teclado y más"</string>
+ <string name="vibrate_on_touch_summary" msgid="664831333409399440">"Vibración al pulsar, usar el teclado y más"</string>
<string name="dock_audio_media_title" msgid="6474579339356398330">"Reproducciones altavoz base"</string>
<string name="dock_audio_media_disabled" msgid="8499927008999532341">"Todo el audio"</string>
<string name="dock_audio_media_enabled" msgid="4039126523653131281">"Solo audio multimedia"</string>
@@ -4695,7 +4693,7 @@
<string name="battery_saver_off_scheduled_summary" msgid="2193875981740829819">"Se activará cuando la batería esté al <xliff:g id="BATTERY_PERCENTAGE">%1$s</xliff:g>"</string>
<string name="battery_saver_off_summary" msgid="4411561435493109261">"Desactivado"</string>
<string name="battery_saver_button_turn_on" msgid="2206239048232352476">"Activar ahora"</string>
- <string name="battery_saver_button_turn_off" msgid="6371072408072481484">"Desactivar"</string>
+ <string name="battery_saver_button_turn_off" msgid="6371072408072481484">"Desactivar ahora"</string>
<string name="not_battery_optimizing" msgid="8361294470943376258">"No se está utilizando la optimización de la batería"</string>
<string name="lockscreen_remote_input" msgid="6030274311185811503">"Si el dispositivo está bloqueado, evitar que se escriban respuestas u otros textos en las notificaciones"</string>
<string name="default_spell_checker" msgid="7108373288347014351">"Corrector predeterminado"</string>
@@ -4766,7 +4764,7 @@
<string name="dark_ui_settings_dialog_acknowledge" msgid="250437497729953965">"Entendido"</string>
<string name="dark_theme_slice_title" msgid="4684222119481114062">"Prueba el tema oscuro"</string>
<string name="dark_theme_slice_subtitle" msgid="5555724345330434268">"Ayuda a alargar la batería"</string>
- <string name="quick_settings_developer_tiles" msgid="7336007844525766623">"Iconos para desarrolladores en ajustes rápidos"</string>
+ <string name="quick_settings_developer_tiles" msgid="7336007844525766623">"Recuadros para desarrolladores en ajustes rápidos"</string>
<string name="adb_authorization_timeout_title" msgid="6996844506783749754">"Inhabilitar tiempo de espera de autorización adb"</string>
<string name="adb_authorization_timeout_summary" msgid="409931540424019778">"Inhabilita la revocación automática de autorizaciones adb para sistemas que no se han vuelto a conectar durante el periodo predeterminado (7 días) o configurado por el usuario (mínimo 1 día)"</string>
<string name="winscope_trace_quick_settings_title" msgid="4104768565053226689">"Rastro de Winscope"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Activa el Asistente manteniendo pulsado el botón de encendido"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menú de encendido y de emergencias:\nPulsa las teclas de encendido y de subir volumen al mismo tiempo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Evitar sonar:\nAcceso directo disponible en el menú de volumen."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duración de mantener pulsado"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Ajusta la sensibilidad eligiendo durante cuánto tiempo hay que pulsar el botón de encendido"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Corta"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Larga"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostrar cartera"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permite el acceso a la cartera desde la pantalla de bloqueo y los ajustes rápidos"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostrar controles del dispositivo"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"No disponible temporalmente"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Sin tarjeta SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferencias de red"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Conéctate a redes públicas"</string>
<string name="keywords_internet" msgid="7674082764898690310">"conexión de red, internet, inalámbrico, datos, wifi, wi-fi, wi fi, datos móviles, móvil, operador de telefonía, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activar conexión Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desactivar conexión Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Red de W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM DESCARGADA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"TARJETAS SIM DESCARGADAS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Activa"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactiva"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Opción predeterminada para <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para todas las aplicaciones y servicios"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Ajustes de juego"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activa el acceso directo al Panel de juego, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Siguiente"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Vista previa de color"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Solicitud de acceso a la tarjeta SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un dispositivo quiere acceder a la tarjeta SIM. Toca para consultar más información."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"¿Permitir acceso a la tarjeta SIM?"</string>
diff --git a/res/values-et/arrays.xml b/res/values-et/arrays.xml
index 9d5e8ef..bcdb33d 100644
--- a/res/values-et/arrays.xml
+++ b/res/values-et/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Vahemälus (tegevuse klient)"</item>
<item msgid="8186970968968646288">"Vahemälus (tühi)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Sinakasroheline"</item>
+ <item msgid="7216413848731287689">"Tsüaan"</item>
<item msgid="5661027589207588703">"Sinine"</item>
- <item msgid="3795787248113275442">"Indigosinine"</item>
+ <item msgid="1219738214736244749">"Roheline"</item>
<item msgid="6331809026622602308">"Lilla"</item>
<item msgid="6390546163902724700">"Roosa"</item>
- <item msgid="6618900408138432102">"Punane"</item>
+ <item msgid="6500473130620545980">"Oranž"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Üle 30 päeva vanad"</item>
diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml
index a985a94..e5652f4 100644
--- a/res/values-et/strings.xml
+++ b/res/values-et/strings.xml
@@ -2249,7 +2249,7 @@
<string name="configure_input_method" msgid="8831343065130376880">"Sisestusmeetodite seadistamine"</string>
<string name="input_method_settings" msgid="4177883733022569830">"Seaded"</string>
<string name="input_method_settings_button" msgid="5145039044301426311">"Seaded"</string>
- <string name="input_methods_settings_label_format" msgid="5809693308957109022">"Üksuse <xliff:g id="IME_NAME">%1$s</xliff:g> seaded"</string>
+ <string name="input_methods_settings_label_format" msgid="5809693308957109022">"Toimingu <xliff:g id="IME_NAME">%1$s</xliff:g> seaded"</string>
<string name="input_methods_and_subtype_enabler_title" msgid="8940326108334307057">"Aktiivsete sisestusmeetodite valim."</string>
<string name="onscreen_keyboard_settings_summary" msgid="3975358507879701606">"Ekraaniklaviatuuri seaded"</string>
<string name="builtin_keyboard_settings_title" msgid="5096171620714179661">"Füüsiline klaviatuur"</string>
@@ -2409,7 +2409,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"Märguanne koos vibreerimisega"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"Helin koos vibreerimisega"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"Puudutuste tagasiside"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Kasuta rakendust <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Kasuta funktsiooni <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"URL-i <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g> avamine"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"Kasuta värvide korrigeerimist"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"Kuva subtiitrid"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Süsteemi kasutus viimase 24 h jooksul"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Süsteemi kasutus: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Rakenduse kasutus: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Kokku: vähem kui minut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Taustal: vähem kui minut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Kokku: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Assistent aktiveeritakse toitenupu allhoidmisel"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menüüd Toide ja Hädaolukord:\nvajutage samal ajal toitenuppu ja helitugevuse suurendamise nuppu."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Helisemise vältimine:\notsetee asub helitugevuse menüüs."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Allhoidmise kestus"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Kohandage ühenduvust, valides, kui pikalt toitenuppu all hoida"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Lühike"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Pikk"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Kuva rahakott"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Rahakotile juurdepääsu lubamine lukustuskuvalt ja kiirseadetest"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Kuva seadmete juhtimisvidinad"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Pole ajutiselt saadaval"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM-i pole"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Võrgueelistused"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Ühenda avalike võrkudega"</string>
<string name="keywords_internet" msgid="7674082764898690310">"võrguühendus, internet, juhtmeta, andmeside, wifi, wi-fi, wi fi, mobiilside, mobiilsideoperaator, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Lülita WiFi sisse"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Lülita WiFi välja"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ võrk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM-kaart"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ALLALAADITUD SIM-KAART"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ALLALAADITUD SIM-ID"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiivne"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Mitteaktiivne"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Vaikimisi üksuse <xliff:g id="ID_1">%1$s</xliff:g> puhul"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Kõikide rakenduste ja teenuste jaoks"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Mängude seaded"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Mängu juhtpaneeli otsetee sisselülitamine jm"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Eelmine"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Järgmine"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Värvi eelvaade"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM-kaardile juurdepääsu taotlus"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Seade soovib teie SIM-kaardile juurde pääseda. Puudutage üksikasjade nägemiseks."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Kas lubada juurdepääs SIM-kaardile?"</string>
diff --git a/res/values-eu/arrays.xml b/res/values-eu/arrays.xml
index f136638..63d45eb 100644
--- a/res/values-eu/arrays.xml
+++ b/res/values-eu/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cachean gordetakoa (jardueren bezeroa)"</item>
<item msgid="8186970968968646288">"Cachean gordetakoa (hutsik)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Anila"</item>
+ <item msgid="7216413848731287689">"Ziana"</item>
<item msgid="5661027589207588703">"Urdina"</item>
- <item msgid="3795787248113275442">"Indigoa"</item>
+ <item msgid="1219738214736244749">"Berdea"</item>
<item msgid="6331809026622602308">"Morea"</item>
<item msgid="6390546163902724700">"Arrosa"</item>
- <item msgid="6618900408138432102">"Gorria"</item>
+ <item msgid="6500473130620545980">"Laranja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 egunetik gorakoak"</item>
diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml
index 5ce7637..d747700 100644
--- a/res/values-eu/strings.xml
+++ b/res/values-eu/strings.xml
@@ -743,7 +743,7 @@
<item quantity="other">PINak <xliff:g id="COUNT_1">%d</xliff:g> digitu izan behar ditu gutxienez</item>
<item quantity="one">PINak <xliff:g id="COUNT_0">%d</xliff:g> digitu izan behar du gutxienez</item>
</plurals>
- <string name="lockpassword_continue_label" msgid="2507983991979547816">"Jarraitu"</string>
+ <string name="lockpassword_continue_label" msgid="2507983991979547816">"Egin aurrera"</string>
<plurals name="lockpassword_password_too_long" formatted="false" msgid="8118091957172967677">
<item quantity="other"><xliff:g id="NUMBER_1">%d</xliff:g> karaktere baino gutxiago izan behar ditu</item>
<item quantity="one"><xliff:g id="NUMBER_0">%d</xliff:g> karaktere baino gutxiago izan behar du</item>
@@ -1983,7 +1983,7 @@
<string name="lockpattern_confirm_button_text" msgid="6122815520373044089">"Berretsi"</string>
<string name="lockpattern_restart_button_text" msgid="255339375151895998">"Marraztu berriro"</string>
<string name="lockpattern_retry_button_text" msgid="4229668933251849760">"Garbitu"</string>
- <string name="lockpattern_continue_button_text" msgid="5253269556259503537">"Jarraitu"</string>
+ <string name="lockpattern_continue_button_text" msgid="5253269556259503537">"Egin aurrera"</string>
<string name="lockpattern_settings_title" msgid="9223165804553269083">"Desblokeatzeko eredua"</string>
<string name="lockpattern_settings_enable_title" msgid="7401197111303283723">"Eskatu eredua"</string>
<string name="lockpattern_settings_enable_summary" msgid="1116467204475387886">"Eredu bat marraztu behar da pantaila desblokeatzeko"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Sistemak erabilitakoa azken 24 orduetan"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Sistemak erabilitakoa: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Aplikazioek erabilitakoa: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Guztira: minutu bat baino gutxiago"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Atzeko planoa: minutu bat baino gutxiago"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Guztira: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3205,7 +3203,7 @@
<string name="vpn_routes" msgid="1218707725375594862">"Desbideratze-ibilbideak (adibidez, 10.0.0.0/8)"</string>
<string name="vpn_username" msgid="8671768183475960068">"Erabiltzaile-izena"</string>
<string name="vpn_password" msgid="1183746907642628127">"Pasahitza"</string>
- <string name="vpn_save_login" msgid="5986762519977472618">"Gorde kontuaren informazioa"</string>
+ <string name="vpn_save_login" msgid="5986762519977472618">"Gorde kontuari buruzko informazioa"</string>
<string name="vpn_not_used" msgid="7229312881336083354">"(ez da erabiltzen)"</string>
<string name="vpn_no_ca_cert" msgid="3687379414088677735">"(ez egiaztatu zerbitzaria)"</string>
<string name="vpn_no_server_cert" msgid="8106540968643125407">"(zerbitzaritik jasoa)"</string>
@@ -4199,7 +4197,7 @@
<string name="managing_admin" msgid="2633920317425356619">"Kudeatzailea: <xliff:g id="ADMIN_APP_LABEL">%s</xliff:g>"</string>
<string name="experimental_preference" msgid="869354050717870055">"(Esperimentala)"</string>
<string name="encryption_interstitial_header" msgid="4418014339568737685">"Abio segurua"</string>
- <string name="encryption_continue_button" msgid="3591796237625134622">"Jarraitu"</string>
+ <string name="encryption_continue_button" msgid="3591796237625134622">"Egin aurrera"</string>
<string name="encryption_interstitial_message_pin" msgid="1413575143234269985">"Gailua are gehiago babesteko, PINa eska dezakezu gailua abiarazi ahal izateko. Abiarazi arte ezingo du jaso deirik, mezurik edo jakinarazpenik, ezta alarmarik jo ere. \n\nGaldutako edo lapurtutako gailuen datuak babesteko balio du neurri horrek. PINa eskatu nahi duzu gailua abiarazi ahal izateko?"</string>
<string name="encryption_interstitial_message_pattern" msgid="726550613252236854">"Gailua are gehiago babesteko, eredua eska dezakezu gailua abiarazi ahal izateko. Abiarazi arte ezingo du jaso deirik, mezurik edo jakinarazpenik, ezta alarmarik jo ere. \nGaldutako edo lapurtutako gailuen datuak babesteko balio du neurri horrek.\n Eredua eskatu nahi duzu gailua abiarazi ahal izateko?"</string>
<string name="encryption_interstitial_message_password" msgid="6051054565294909975">"Gailua are gehiago babesteko, pasahitza eska dezakezu gailua abiarazi ahal izateko. Abiarazi arte ezingo du jaso deirik, mezurik edo jakinarazpenik, ezta alarmarik jo ere. \n\nGaldutako edo lapurtutako gailuen datuak babesteko balio du neurri horrek. Pasahitza eskatu nahi duzu gailua abiarazi ahal izateko?"</string>
@@ -4293,7 +4291,7 @@
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Ez da baimenik eskatu"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Kontrolatu aplikazioek zure datuetarako duten sarbidea"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"Pribatutasun-panela"</string>
- <string name="permissions_usage_summary" msgid="6784310472062516454">"Erakutsi zer aplikaziok erabili dituzten baimenak azkenaldian"</string>
+ <string name="permissions_usage_summary" msgid="6784310472062516454">"Erakutsi zein aplikaziok erabili dituzten baimenak azkenaldian"</string>
<string name="unused_apps" msgid="4566272194756830656">"Erabiltzen ez diren aplikazioak"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
<item quantity="other">Erabiltzen ez diren <xliff:g id="COUNT_1">%d</xliff:g> aplikazio</item>
@@ -5079,7 +5077,7 @@
<string name="my_device_info_legal_category_title" msgid="7732792841537995127">"Lege-informazioa eta arauei buruzkoa"</string>
<string name="my_device_info_device_details_category_title" msgid="4848438695638348680">"Gailuaren xehetasunak"</string>
<string name="my_device_info_device_identifiers_category_title" msgid="2197063484127704153">"Gailuaren identifikatzaileak"</string>
- <string name="change_wifi_state_title" msgid="5629648102837821525">"Wifi-konexioa kontrolatzea"</string>
+ <string name="change_wifi_state_title" msgid="5629648102837821525">"Wifi-konexioa kontrolatzeko aukera"</string>
<string name="change_wifi_state_app_detail_switch" msgid="1385358508267180745">"Eman wifi-konexioa kontrolatzeko baimena aplikazioari"</string>
<string name="change_wifi_state_app_detail_summary" msgid="8230854855584217111">"Eman wifi-konexioa aktibatzeko edo desaktibatzeko, wifi-sareak bilatzeko eta haietara konektatzeko, sareak gehitzeko edo kentzeko, edota wifi-gune lokalak sortzeko baimena aplikazioari"</string>
<string name="media_output_title" msgid="8283629315159510680">"Erreproduzitu multimedia-edukia hemen:"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Abiarazi Laguntzailea etengailua sakatuta edukiz"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Itzaltzeko eta larrialdietarako menua:\nSakatu etengailua eta bolumena igotzeko tekla aldi berean."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Saihestu tonua jotzea:\nBolumenaren menuan dago lasterbidea."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Zenbat denboraz edukiko duzu sakatuta etengailua?"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Sentikortasuna doitzeko, aukeratu zenbat denboraz edukitzen duzun sakatuta etengailua"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Laburra"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Luzea"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Erakutsi diru-zorroa"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Eman diru-zorroa atzitzeko baimena pantaila blokeatuan eta ezarpen bizkorretan"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Erakutsi gailuak kontrolatzeko widgetak"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Ez dago erabilgarri aldi baterako"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Ez dago SIMik"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Sarearen hobespenak"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Konektatu sare publikoetara"</string>
<string name="keywords_internet" msgid="7674082764898690310">"sareko konexioa, internet, hari gabeko konexioak, datuak, wifia, mugikorra, telefono mugikorra, operadorea, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Aktibatu wifia"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desaktibatu wifia"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ sarea"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIMa"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"DESKARGATUTAKO SIMa"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"DESKARGATUTAKO SIMAK"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktibo"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inaktibo"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> aukera lehenetsia"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Aplikazio eta zerbitzu guztietarako"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Jokoen ezarpenak"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Aktibatu joko-paneleko lasterbidea, etab."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Aurrekoa"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Hurrengoa"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Kolorearen aurrebista"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM txartela atzitzeko eskaera"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Gailu bat SIM txartela atzitu nahian dabil. Sakatu hau xehetasunak ikusteko."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM txartela atzitzeko baimena eman nahi duzu?"</string>
diff --git a/res/values-fa/arrays.xml b/res/values-fa/arrays.xml
index f622e95..b8b0b0d 100644
--- a/res/values-fa/arrays.xml
+++ b/res/values-fa/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"قرار داده شده در حافظه پنهان (کلاینت فعالیت)"</item>
<item msgid="8186970968968646288">"قرار داده شده در حافظه پنهان (خالی)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"فیروزهای"</item>
+ <item msgid="7216413848731287689">"سبزآبی"</item>
<item msgid="5661027589207588703">"آبی"</item>
- <item msgid="3795787248113275442">"نیلی"</item>
+ <item msgid="1219738214736244749">"سبز"</item>
<item msgid="6331809026622602308">"بنفش"</item>
<item msgid="6390546163902724700">"صورتی"</item>
- <item msgid="6618900408138432102">"قرمز"</item>
+ <item msgid="6500473130620545980">"نارنجی"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"بیش از ۳۰ روز پیش"</item>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 5f97a4d..566eb6d 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"استفاده از سیستم در ۲۴ ساعت گذشته"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"استفاده از سیستم برای <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"استفاده از برنامه برای <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"ق.ظ"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ب.ظ"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"مجموع: کمتر از یک دقیقه"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"پسزمینه: کمتر از یک دقیقه"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"مجموع: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"راهاندازی «دستیار»با نگه داشتن دکمه روشن/خاموش"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"منوی روشن/خاموش و اضطراری:\nدکمه روشن/خاموش و افزایش صدا را همزمان فشار دهید."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"جلوگیری از زنگ زدن:\nمیانبر در منوی میزان صدا دردسترس است."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"مدت فشار دادن و نگه داشتن"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"با انتخاب مدت زمان فشار دادن و نگه داشتن دکمه روشن/ خاموش، میزان حساسیت را تنظیم کنید"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"کوتاه"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"طولانی"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"نمایش کیف پول"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"مجاز کردن دسترسی به کیف پول از صفحه قفل و تنظیمات فوری"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"نمایش کنترلهای دستگاه"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"موقتاً دردسترس نیست"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"سیمکارتی وجود ندارد"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"اولویتهای شبکه"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"اتصال به شبکههای عمومی"</string>
<string name="keywords_internet" msgid="7674082764898690310">"اتصال شبکه، اینترنت، بیسیم، داده، wifi، wi-fi، wi fi، شبکه تلفن همراه، تلفن همراه، شرکت مخابراتی تلفن همراه، 4g، 3g، 2g، lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"روشن کردن Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"خاموش کردن Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"شبکه W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"سیمکارت"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"سیمکارت بارگیریشده"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"سیمکارتهای بارگیریشده"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"فعال"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"غیرفعال"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / پیشفرض برای <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"برای همه برنامهها و سرویسها"</string>
<string name="game_settings_title" msgid="1028178627743422090">"تنظیمات بازی"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"روشن کردن میانبر «داشبورد بازیها» و غیره"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"قبلی"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"بعدی"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"پیشدید رنگ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"درخواست دسترسی به سیمکارت"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"دستگاهی میخواهد به سیمکارتتان دسترسی داشته باشد. برای دیدن جزئیات، ضربه بزنید."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"دسترسی به سیمکارت مجاز شود؟"</string>
diff --git a/res/values-fi/arrays.xml b/res/values-fi/arrays.xml
index f6b375a..4c39095 100644
--- a/res/values-fi/arrays.xml
+++ b/res/values-fi/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Välimuistissa (toiminnan suorittaja)"</item>
<item msgid="8186970968968646288">"Välimuistissa (tyhjä)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Sinivihreä"</item>
+ <item msgid="7216413848731287689">"Syaani"</item>
<item msgid="5661027589207588703">"Sininen"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Vihreä"</item>
<item msgid="6331809026622602308">"Violetti"</item>
<item msgid="6390546163902724700">"Pinkki"</item>
- <item msgid="6618900408138432102">"Punainen"</item>
+ <item msgid="6500473130620545980">"Oranssi"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Yli 30 päivää vanhat"</item>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 56d8d46..6a7aabe 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -926,7 +926,7 @@
<string name="android_beam_settings_title" msgid="2797963824490671295">"Android Beam"</string>
<string name="android_beam_on_summary" msgid="6067720758437490896">"Valmis lähettämään sovelluksen sisältöä NFC:n kautta"</string>
<string name="android_beam_off_summary" msgid="5693961375631325042">"Pois päältä"</string>
- <string name="nfc_disabled_summary" msgid="8737797364522502351">"Ei käytettävissä, koska NFC on pois käytöstä"</string>
+ <string name="nfc_disabled_summary" msgid="8737797364522502351">"Ei käytettävissä, koska NFC on pois päältä"</string>
<string name="android_beam_label" msgid="7168565080321110094">"Android Beam"</string>
<string name="android_beam_explained" msgid="5684416131846701256">"Kun tämä ominaisuus on käytössä, voit jakaa sovellusten sisältöä toiselle NFC-yhteensopivalle laitteelle asettamalla laitteet lähekkäin. Voit jakaa esimerkiksi verkkosivuja, YouTube-videoita ja yhteystietoja.\n\nAseta vain laitteet vierekkäin (yleensä takakannet vastakkain) ja kosketa näyttöä. Jaettava sisältö riippuu sovelluksesta."</string>
<string name="wifi_quick_toggle_title" msgid="2737097538432862807">"Wi-Fi"</string>
@@ -957,7 +957,7 @@
<string name="use_open_wifi_automatically_summary_scoring_disabled" msgid="2299284032301667622">"Valitse verkon arviointipalvelu, jotta voit käyttää tätä."</string>
<string name="use_open_wifi_automatically_summary_scorer_unsupported_disabled" msgid="1780306481499369913">"Valitse yhteensopiva verkon arviointipalvelu, jotta voit käyttää tätä."</string>
<string name="wifi_install_credentials" msgid="5192903644606839972">"Asenna varmenteet"</string>
- <string name="wifi_scan_notify_text" msgid="7163137260385995873">"Sijainnin tarkkuuden parantamiseksi sovellukset ja palvelut voivat hakea Wi-Fi-verkkoja myös silloin, kun Wi-Fi on pois käytöstä. Näin voidaan esimerkiksi kehittää sijaintiin perustuvia ominaisuuksia ja palveluja. Voit muuttaa tätä <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>Wi-Fi-haun asetuksissa<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
+ <string name="wifi_scan_notify_text" msgid="7163137260385995873">"Sijainnin tarkkuuden parantamiseksi sovellukset ja palvelut voivat hakea Wi-Fi-verkkoja myös silloin, kun Wi-Fi on pois päältä. Näin voidaan esimerkiksi kehittää sijaintiin perustuvia ominaisuuksia ja palveluja. Voit muuttaa tätä <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>Wi-Fi-haun asetuksissa<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
<string name="wifi_scan_notify_text_scanning_off" msgid="7439201783168213149">"Voit parantaa sijainnin tarkkuutta laittamalla WiFi-haun päälle <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>Wi‑Fi-haun asetuksista<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
<string name="wifi_scan_notify_remember_choice" msgid="8436897497968907701">"Älä näytä uudelleen"</string>
<string name="wifi_setting_sleep_policy_title" msgid="6285374200292675649">"Pidä Wi-Fi käytössä virransäästötilassa"</string>
@@ -2474,7 +2474,7 @@
<item quantity="one"><xliff:g id="CLICK_DELAY_LABEL_0">%1$s</xliff:g> sekunti</item>
</plurals>
<string name="accessibility_vibration_summary" msgid="27904038683405084">"Soittoääni <xliff:g id="SUMMARY_RING">%1$s</xliff:g>, ilmoitus <xliff:g id="SUMMARY_NOTIFICATION">%2$s</xliff:g>, kosketus <xliff:g id="SUMMARY_TOUCH">%3$s</xliff:g>"</string>
- <string name="accessibility_vibration_summary_off" msgid="7776105450117095736">"Puhelu- ja ilmoitusvärinä on pois käytöstä"</string>
+ <string name="accessibility_vibration_summary_off" msgid="7776105450117095736">"Puhelu- ja ilmoitusvärinä on pois päältä"</string>
<string name="accessibility_vibration_summary_low" msgid="6482721005400340317">"Puhelu- ja ilmoitusvärinä on heikko"</string>
<string name="accessibility_vibration_summary_medium" msgid="2348889320548746469">"Puhelu- ja ilmoitusvärinä on keskitasoinen"</string>
<string name="accessibility_vibration_summary_high" msgid="1764693979030913712">"Puhelu- ja ilmoitusvärinä on voimakas"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Järjestelmän käyttö 24 viime tunnin sisällä"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Järjestelmän käyttö: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Sovelluksen käyttö: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"ap"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ip"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Yhteensä: alle minuutti"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Taustalla: alle minuutti"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Yhteensä: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Käynnistä Assistant painamalla virtapainiketta pitkään"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Virta‑ ja Hätätilannevalikko:\nPaina virta‑ ja äänenvoimakkuuspainiketta yhtä aikaa."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Soittamisen esto:\nPikanäppäin näkyy äänenvoimakkuusvalikossa."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Valitse kesto painamalla pitkään"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Säädä herkkyyttä valitsemalla, kauanko virtapainiketta täytyy painaa"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Lyhyen ajan"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Pitkään"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Näytä Wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Salli Walletin käyttö lukitusnäytöltä ja pika-asetuksista"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Näytä laitteiden hallinta"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Tilapäisesti poissa käytöstä"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Ei SIM-korttia"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Verkkoasetukset"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Yhdistä julkisiin verkkoihin"</string>
<string name="keywords_internet" msgid="7674082764898690310">"verkkoyhteys, internet, langaton, data, langaton yhteys, Wi-Fi, Wi Fi, datayhteys, mobiili, puhelinoperaattori, 4g, 3g, 2g, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Laita Wi-Fi päälle"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Laita Wi-Fi pois päältä"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ‑verkko"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM-kortti"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"LADATTU SIM-KORTTI"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"LADATUT SIM-kortit"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiivinen"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Ei aktiivinen"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Oletus: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Kaikki sovellukset ja palvelut"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Peliasetukset"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Laita päälle esim. Pelipaneelin pikakuvake"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Edellinen"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Seuraava"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Värin esikatselu"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM-kortin pääsyoikeuspyyntö"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Laite haluaa pääsyn SIM-korttiisi. Katso lisätietoja napauttamalla."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Sallitaanko pääsy SIM-korttiin?"</string>
diff --git a/res/values-fr-rCA/arrays.xml b/res/values-fr-rCA/arrays.xml
index 8ac074a..ab61755 100644
--- a/res/values-fr-rCA/arrays.xml
+++ b/res/values-fr-rCA/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Mise en cache (client d\'activité)"</item>
<item msgid="8186970968968646288">"Mise en cache (vide)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Turquoise"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Bleu"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Vert"</item>
<item msgid="6331809026622602308">"Mauve"</item>
<item msgid="6390546163902724700">"Rose"</item>
- <item msgid="6618900408138432102">"Rouge"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Depuis plus de 30 jours"</item>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index 6745ca9..42aea33 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -1298,7 +1298,7 @@
<string name="auto_rotate_option_off" msgid="2788096269396290731">"Désactivé"</string>
<string name="auto_rotate_option_on" msgid="5776678230808498171">"Activé"</string>
<string name="auto_rotate_option_face_based" msgid="3438645484087953174">"Activé : en fonction du visage"</string>
- <string name="auto_rotate_switch_face_based" msgid="7824467067774120000">"Activer la détection du visage"</string>
+ <string name="auto_rotate_switch_face_based" msgid="7824467067774120000">"Activer la détection des visages"</string>
<string name="color_mode_title" msgid="8666690832113906028">"Couleurs"</string>
<string name="color_mode_option_natural" msgid="6192875655101283303">"Naturelles"</string>
<string name="color_mode_option_boosted" msgid="4698797857766774289">"Intenses"</string>
@@ -2187,7 +2187,7 @@
<string name="hardkeyboard_category" msgid="8729780593378161071">"Paramètres du clavier physique"</string>
<string name="auto_punctuate_summary" msgid="3549190848611386748">"Appuyez deux fois sur la touche Espace pour insérer « . »"</string>
<string name="show_password" msgid="7101900779571040117">"Afficher les mots de passe"</string>
- <string name="show_password_summary" msgid="9025960283785111619">"Afficher les caractères brièvement lorsque que vous écrivez"</string>
+ <string name="show_password_summary" msgid="9025960283785111619">"Affichez les caractères brièvement lorsque que vous écrivez"</string>
<string name="spellchecker_security_warning" msgid="2016059050608271820">"Ce correcteur orthographique peut recueillir l\'ensemble du texte saisi, y compris des données personnelles comme des mots de passe et des numéros de carte de paiement. Il provient de l\'application <xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g>. Utiliser ce correcteur orthographique?"</string>
<string name="spellchecker_quick_settings" msgid="6449414356743946577">"Paramètres"</string>
<string name="spellchecker_language" msgid="8905487366580285282">"Langue"</string>
@@ -2389,7 +2389,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Délai de pression"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Inversion des couleurs"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Utiliser l\'inversion des couleurs"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"L\'inversion des couleurs assombrit les écrans lumineux.<br/><br/> Remarque : <ol> <li&gtL\'inversion des couleurs éclaircit aussi les écrans sombres.</li> <li>Les couleurs changeront dans les éléments multimédias et les images.</li> <li>Le thème sombre peut être utilisé pour afficher un arrière-plan sombre. Le thème sombre fonctionne avec les applications prises en charge. L\'inversion des couleurs fonctionne avec toutes les applications.</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"L\'inversion des couleurs assombrit les écrans lumineux.<br/><br/> Remarque : <ol> <li> L\'inversion des couleurs éclaircit aussi les écrans sombres.</li> <li> Les couleurs changeront dans les éléments multimédias et les images.</li> <li> Le thème sombre peut être utilisé pour afficher un arrière-plan sombre. Le thème sombre fonctionne avec les applications prises en charge. L\'inversion des couleurs fonctionne avec toutes les applications.</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Clic automatique (temps d\'arrêt)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"Le clic automatique fonctionne avec une souris connectée. Vous pouvez configurer votre souris de façon à ce qu\'un clic s\'effectue automatiquement lorsque le curseur s\'immobilise pendant un certain temps."</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Désactivé"</string>
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Activer la réduction suppl. de la luminosité"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Assombrir l\'écran de votre téléphone au-delà de sa luminosité minimale"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Assombrir l\'écran de votre tablette au-delà de sa luminosité minimale"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Rendez l\'écran plus sombre pour qu\'il soit plus facile à lire.<br/><br/> Cela peut être pratique dans certains cas : <ol> <li> La luminosité minimale par défaut de votre téléphone est quand même trop intense</li> <li> Vous utilisez votre téléphone dans un environnement sombre, comme la nuit ou dans une salle sombre avant d\'aller vous coucher</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Assombrissez votre écran pour qu\'il soit plus facile à lire.<br/><br/> Cela peut être pratique dans certains cas : <ol> <li> La luminosité minimale par défaut de votre tablette est quand même trop intense</li> <li> Vous utilisez votre tablette dans un environnement sombre, comme la nuit ou dans une salle sombre avant d\'aller vous coucher</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Rendez l\'écran plus sombre pour qu\'il soit plus facile à lire.<br/><br/> Cela peut être pratique dans certains cas : <ol> <li> La luminosité minimale par défaut de votre téléphone est quand même trop intense</li> <li> Vous utilisez votre téléphone dans un environnement sombre, comme la nuit ou dans une salle sombre avant d\'aller vous coucher</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Assombrissez votre écran pour qu\'il soit plus facile à lire.<br/><br/> Cela peut être pratique dans certains cas : <ol> <li> La luminosité minimale par défaut de votre tablette est quand même trop intense</li> <li> Vous utilisez votre tablette dans un environnement sombre, comme la nuit ou dans une salle sombre avant d\'aller vous coucher</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intensité"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Diminuer"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Augmenter"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Utilisation par le système, dernières 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Utilisation par le système : <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Utilisation par l\'application : <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total : moins d\'une minute"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Arrière-plan : moins d\'une minute"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total : <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4293,7 +4291,7 @@
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Aucune autorisation demandée"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Gérez l\'accès des applis à vos données"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"Tableau de bord de confidentialité"</string>
- <string name="permissions_usage_summary" msgid="6784310472062516454">"Afficher les applications qui ont récemment utilisé les autorisations"</string>
+ <string name="permissions_usage_summary" msgid="6784310472062516454">"Affichez les applications qui ont récemment utilisé les autorisations"</string>
<string name="unused_apps" msgid="4566272194756830656">"Applications non utilisées"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
<item quantity="one"><xliff:g id="COUNT_1">%d</xliff:g> application non utilisée</item>
@@ -5356,7 +5354,7 @@
<string name="forget_passpoint_dialog_message" msgid="2433875063907365760">"Vous risquez de perdre l\'accès au temps ou aux données restants. Communiquez avec votre fournisseur de services avant de procéder au retrait."</string>
<string name="keywords_content_capture" msgid="7802155522681936956">"capture de contenu, contenu de l\'application"</string>
<string name="content_capture" msgid="868372905432812238">"Contenu de l\'application"</string>
- <string name="content_capture_summary" msgid="49720773699715531">"Autoriser les applications à envoyer du contenu au système Android"</string>
+ <string name="content_capture_summary" msgid="49720773699715531">"Autorisez les applications à envoyer du contenu au système Android"</string>
<string name="capture_system_heap_dump_title" msgid="9210974110606886455">"Capturer l\'empreinte de mémoire système"</string>
<string name="capturing_system_heap_dump_message" msgid="8410503247477360622">"Capture de l\'empreinte de mémoire système en cours…"</string>
<string name="error_capturing_system_heap_dump_message" msgid="2352983250048200052">"Impossible de capturer l\'empreinte de mémoire du système"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Activez l\'Assistant en maintenant l\'interrupteur enfoncé"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu d\'alimentation et d\'urgence :\nAppuyez simultanément sur l\'interrupteur et le bouton d\'augmentation du volume."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Bloquer la sonnerie :\nRaccourci proposé dans le menu du volume."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Durée de maintien du doigt"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Réglez la sensibilité en choisissant la durée de maintien du doigt sur l\'interrupteur"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Court"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Afficher le portefeuille"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Autorisez l\'accès au portefeuille à partir de l\'écran de verrouillage et du menu Paramètres rapides"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Afficher les commandes des appareils"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Momentanément inaccessible"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Aucune carte SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Préférences réseau"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Se connecter aux réseaux publics"</string>
<string name="keywords_internet" msgid="7674082764898690310">"connexion réseau, internet, sans fil, données, wifi, wi-fi, wi fi, cellulaire, mobile, fournisseur cellulaire, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activer le Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Désactiver le Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Réseau W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM TÉLÉCHARGÉE"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"CARTES SIM TÉLÉCHARGÉES"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Active"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Configuration par défaut pour <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5526,7 +5528,7 @@
<string name="enable_2g_title" msgid="8184757884636162942">"Autoriser les réseaux 2G"</string>
<string name="enable_2g_summary" msgid="906487478332145407">"Utiliser les connexions cellulaires 2G. La 2G est toujours activée pour les appels d\'urgence."</string>
<string name="show_clip_access_notification" msgid="7782300987639778542">"Afficher l\'accès au presse-papiers"</string>
- <string name="show_clip_access_notification_summary" msgid="474090757777203207">"Afficher un message lorsque les applications accèdent à du texte, à des images ou à d\'autres contenus que vous avez copiés"</string>
+ <string name="show_clip_access_notification_summary" msgid="474090757777203207">"Affichez un message lorsque les applications accèdent à du texte, à des images ou à d\'autres contenus que vous avez copiés"</string>
<string name="all_apps" msgid="3054120149509114789">"Toutes les applications"</string>
<string name="request_manage_bluetooth_permission_dont_allow" msgid="8798061333407581300">"Ne pas autoriser"</string>
<string name="uwb_settings_title" msgid="8578498712312002231">"Bande ultralarge (BUL)"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Toutes les applications et tous les services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Paramètres de jeu"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activer le raccourci vers le tableau de bord de jeu, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Précédent"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Suivant"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Aperçu de la couleur"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Demande d\'accès à la carte SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un appareil veut accéder à votre carte SIM. Touchez l\'écran pour en savoir plus."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Autoriser l\'accès à la carte SIM?"</string>
diff --git a/res/values-fr/arrays.xml b/res/values-fr/arrays.xml
index b377a3c..87bb6e7 100644
--- a/res/values-fr/arrays.xml
+++ b/res/values-fr/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Mise en cache (client d\'activité)"</item>
<item msgid="8186970968968646288">"Mise en cache (vide)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Turquoise"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Bleu"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Vert"</item>
<item msgid="6331809026622602308">"Violet"</item>
<item msgid="6390546163902724700">"Rose"</item>
- <item msgid="6618900408138432102">"Rouge"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Depuis plus de 30 jours"</item>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 6284b66..0e1c330 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Utilisation du système - Dernières 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Utilisation par le système pour <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Utilisation par l\'appli pour <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total : moins d\'une min"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Arrière-plan : moins d\'une min"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total : <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Appuyer de manière prolongée sur le bouton Marche/Arrêt pour déclencher l\'Assistant"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu Marche/Arrêt et d\'urgence :\nAppuyez simultanément sur Marche/Arrêt et Volume+."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Bloquer la sonnerie :\nRaccourci disponible dans le menu du volume."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Durée de l\'appui prolongé"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Ajustez la sensibilité en choisissant combien de temps appuyer de manière prolongée sur le bouton Marche/Arrêt"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Court"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Long"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Afficher le portefeuille"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Autoriser l\'accès au portefeuille depuis l\'écran de verrouillage et les Réglages rapides"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Afficher les commandes de contrôle des appareils"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Momentanément indisponible"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Aucune carte SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Préférences réseau"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Se connecter aux réseaux publics"</string>
<string name="keywords_internet" msgid="7674082764898690310">"connexion réseau, internet, sans fil, données, wifi, wi-fi, wi fi, cellulaire, mobile, opérateur mobile, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activer le Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Désactiver le Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Réseau W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"TÉLÉCHARGÉS"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM TÉLÉCHARGÉ(E)S"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Actif"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactif"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" - Valeur par défaut pour <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Pour tous les services et applis"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Paramètres de jeu"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activer le raccourci Tableau de bord Jeux, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Précédent"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Suivant"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Aperçu de la couleur"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Demande d\'accès à la carte SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un appareil souhaite accéder à votre carte SIM. Appuyez ici pour plus de détails."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Autoriser l\'accès à la carte SIM ?"</string>
diff --git a/res/values-gl/arrays.xml b/res/values-gl/arrays.xml
index 0480290..2ae1b1e 100644
--- a/res/values-gl/arrays.xml
+++ b/res/values-gl/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Na caché (cliente de actividade)"</item>
<item msgid="8186970968968646288">"Na caché (en branco)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Verde azulado"</item>
+ <item msgid="7216413848731287689">"Ciano"</item>
<item msgid="5661027589207588703">"Azul"</item>
- <item msgid="3795787248113275442">"Índigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Violeta"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Vermello"</item>
+ <item msgid="6500473130620545980">"Laranxa"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"De máis de 30 días"</item>
diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml
index 0c1585f..e427c6c 100644
--- a/res/values-gl/strings.xml
+++ b/res/values-gl/strings.xml
@@ -2543,7 +2543,7 @@
<string name="keywords_accessibility" msgid="4263443239404659143">"Facilidade de uso, fácil acceso, asistencia, asistencial"</string>
<string name="keywords_magnification" msgid="3908145308269840862">"Lupa de ventá, zoom, ampliación, visión reducida, aumentar tamaño, agrandar"</string>
<string name="keywords_talkback" msgid="2816435437095102527"></string>
- <string name="keywords_live_caption" msgid="1667203998080567556">"Subtítulos, subtitulado, Transcrición instantánea, problemas auditivos, perda de audición, subtitulado en tempo real, CART, síntese de voz, subtítulo"</string>
+ <string name="keywords_live_caption" msgid="1667203998080567556">"Subtítulos, subtitulado, Transcrición instantánea, problemas auditivos, perda de audición, subtitulado en tempo real, CART, conversión de voz a texto, subtítulo"</string>
<string name="keywords_live_transcribe" msgid="3226990195174890997"></string>
<string name="keywords_sound_notifications" msgid="8183107485754075413"></string>
<string name="keywords_sound_amplifier" msgid="939404835256246663"></string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Uso do sistema durante as últimas 24 horas"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Uso do sistema durante <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Uso das aplicacións durante <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a. m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p. m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menos dun minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"En segundo plano: menos dun minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -2923,7 +2921,7 @@
<string name="voice_input_settings_title" msgid="3708147270767296322">"Entrada de voz"</string>
<string name="voice_service_preference_section_title" msgid="4807795449147187497">"Servizos de entrada de voz"</string>
<string name="voice_interactor_preference_summary" msgid="3942881638813452880">"Interacción e palabra de activación completa"</string>
- <string name="voice_recognizer_preference_summary" msgid="9195427725367463336">"Síntese de voz simple"</string>
+ <string name="voice_recognizer_preference_summary" msgid="9195427725367463336">"Conversión simple de voz a texto"</string>
<string name="voice_interaction_security_warning" msgid="7962884055885987671">"Este servizo de entrada de voz poderá supervisar que a voz sempre estea activada e controlar as aplicacións compatibles coa voz no teu nome. Procede da aplicación <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g>. Queres activar o uso deste servizo?"</string>
<string name="tts_engine_preference_title" msgid="7808775764174571132">"Motor preferido"</string>
<string name="tts_engine_settings_title" msgid="1298093555056321577">"Configuración do motor"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Activa o Asistente ao manter premido o botón de acendido"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menú de acendido e emerxencia:\nPreme as teclas de acendido e de subir volume ao mesmo tempo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Evitar que soe:\nAtallo dispoñible no menú de volume."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duración da presión no botón"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Para axustar a sensibilidade, escolle durante canto tempo debe manterse premido o botón de acendido"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Curta"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Longa"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostrar moedeiro"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permite o acceso ao moedeiro desde a pantalla de bloqueo e o menú Configuración rápida"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostrar control de dispositivos"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Non dispoñible temporalmente"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Non hai SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferencias de rede"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Conectarse a redes públicas"</string>
<string name="keywords_internet" msgid="7674082764898690310">"conexión de rede, Internet, sen fíos, datos, wifi, móbil, operador, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activar a wifi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desactivar a wifi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rede W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM DESCARGADAS"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM DESCARGADAS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Activa"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactiva"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Configuración predeterminada para <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para todas as aplicacións e servizos"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Configuración para xogos"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activa o atallo ao panel de xogo etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Seguinte"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Vista previa da cor"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Solicitude de acceso á tarxeta SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un dispositivo quere acceder á túa tarxeta SIM. Toca para obter información."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Queres permitir o acceso á tarxeta SIM?"</string>
diff --git a/res/values-gu/arrays.xml b/res/values-gu/arrays.xml
index 11f66a4..75e2e7f 100644
--- a/res/values-gu/arrays.xml
+++ b/res/values-gu/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"કેશ્ડ (પ્રવૃત્તિ ક્લાઇન્ટ)"</item>
<item msgid="8186970968968646288">"કેશ્ડ (ખાલી)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"મોરપીછ"</item>
+ <item msgid="7216413848731287689">"સાઍન"</item>
<item msgid="5661027589207588703">"વાદળી"</item>
- <item msgid="3795787248113275442">"ઘેરો વાદળી રંગ"</item>
+ <item msgid="1219738214736244749">"લીલો"</item>
<item msgid="6331809026622602308">"જાંબલી"</item>
<item msgid="6390546163902724700">"ગુલાબી"</item>
- <item msgid="6618900408138432102">"લાલ"</item>
+ <item msgid="6500473130620545980">"નારંગી"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 દિવસથી વધુ જૂના"</item>
diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml
index f79b702..ca5aedb 100644
--- a/res/values-gu/strings.xml
+++ b/res/values-gu/strings.xml
@@ -2743,7 +2743,7 @@
<string name="dialog_location_ok" msgid="6338680851382069716">"બંધ કરો"</string>
<string name="power_screen" msgid="4596900105850963806">"સ્ક્રીન"</string>
<string name="power_flashlight" msgid="8993388636332573202">"ફ્લેશલાઇટ"</string>
- <string name="power_camera" msgid="4778315081581293923">"કૅમેરો"</string>
+ <string name="power_camera" msgid="4778315081581293923">"કૅમેરા"</string>
<string name="power_wifi" msgid="4614007837288250325">"વાઇ-ફાઇ"</string>
<string name="power_bluetooth" msgid="5085900180846238196">"બ્લૂટૂથ"</string>
<string name="power_cell" msgid="5507921058696341513">"મોબાઇલ નેટવર્ક સ્ટૅન્ડબાય"</string>
@@ -2766,7 +2766,7 @@
<string name="usage_type_data_wifi_recv" msgid="4821128213012023100">"વાઇ-ફાઇ પૅકેટ્સ પ્રાપ્ત થયાં"</string>
<string name="usage_type_audio" msgid="1100651355357912864">"ઑડિયો"</string>
<string name="usage_type_video" msgid="1068481638906679035">"વીડિઓ"</string>
- <string name="usage_type_camera" msgid="3999579307204257822">"કૅમેરો"</string>
+ <string name="usage_type_camera" msgid="3999579307204257822">"કૅમેરા"</string>
<string name="usage_type_flashlight" msgid="5629235220169383309">"ફ્લેશલાઇટ"</string>
<string name="usage_type_on_time" msgid="104642441471272535">"સમય ચાલુ"</string>
<string name="usage_type_no_coverage" msgid="1385712176630900103">"સિગ્નલ વગરનો સમય"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"છેલ્લા 24 કલાકમાં સિસ્ટમનો વપરાશ"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> માટે સિસ્ટમનો વપરાશ"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> માટે ઍપનો વપરાશ"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"કુલ: એક મિનિટ કરતાં ઓછો સમય"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"બૅકગ્રાઉન્ડ: એક મિનિટ કરતાં ઓછો સમય"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"કુલ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4470,7 +4468,7 @@
<string name="zen_access_revoke_warning_dialog_title" msgid="7377261509261811449">"<xliff:g id="APP">%1$s</xliff:g> માટે ખલેલ પહોંચાડશો નહિ ની એક્સેસ રદબાતલ કરીએ?"</string>
<string name="zen_access_revoke_warning_dialog_summary" msgid="8689801842914183595">"આ ઍપ્લિકેશન દ્વારા બનાવાયેલ તમામ ખલેલ પહોંચાડશો નહિ નિયમો દૂર કરવામાં આવશે."</string>
<string name="ignore_optimizations_on" msgid="6865583039303804932">"ઓપ્ટિમાઇઝ કરશો નહીં"</string>
- <string name="ignore_optimizations_off" msgid="9186557038453586295">"Optimize"</string>
+ <string name="ignore_optimizations_off" msgid="9186557038453586295">"ઑપ્ટિમાઇઝ કરો"</string>
<string name="ignore_optimizations_on_desc" msgid="1280043916460939932">"તમારી બૅટરી વધુ ઝડપથી ખાલી થઈ શકે છે. ઍપ હવે બૅકગ્રાઉન્ડ બૅટરીનો ઉપયોગ કરવાથી પ્રતિબંધિત રહેશે નહીં."</string>
<string name="ignore_optimizations_off_desc" msgid="3324571675983286177">"બહેતર બૅટરી આવરદા માટે ભલામણ કરેલ"</string>
<string name="ignore_optimizations_title" msgid="3464172726254542889">"બૅટરી ઓપ્ટિમાઇઝેશન્સને અવગણવા માટે <xliff:g id="APP">%s</xliff:g> ને મંજૂરી આપીએ?"</string>
@@ -4981,7 +4979,7 @@
<string name="storage_music_audio" msgid="1185624135490182822">"સંગીત અને ઑડિયો"</string>
<string name="storage_games" msgid="1176568610086802469">"રમતો"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"અન્ય ઍપ્લિકેશનો"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
+ <string name="storage_files" msgid="7968460921272772299">"ફાઇલો"</string>
<string name="storage_images" msgid="2055893015567979387">"છબીઓ"</string>
<string name="storage_videos" msgid="6117698226447251033">"વીડિયો"</string>
<string name="storage_audio" msgid="5994664984472140386">"ઑડિયો"</string>
@@ -5323,7 +5321,7 @@
<string name="privacy_dashboard_title" msgid="6845403825611829558">"પ્રાઇવસી"</string>
<string name="privacy_dashboard_summary" msgid="5775090172422786808">"પરવાનગીઓ, એકાઉન્ટ પ્રવૃત્તિ, વ્યક્તિગત ડેટા"</string>
<string name="contextual_card_dismiss_remove" msgid="8636557343011606722">"કાઢી નાખો"</string>
- <string name="contextual_card_dismiss_keep" msgid="440516181066490747">"Keep"</string>
+ <string name="contextual_card_dismiss_keep" msgid="440516181066490747">"રાખો"</string>
<string name="contextual_card_dismiss_confirm_message" msgid="6434344989238055188">"આ સુઝાવ કાઢી નાખીએ?"</string>
<string name="contextual_card_removed_message" msgid="5755438207494260867">"સૂચન કાઢી નાખ્યું"</string>
<string name="contextual_card_undo_dismissal_text" msgid="5200381837316691406">"છેલ્લો ફેરફાર રદ કરો"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"પાવર બટનને દબાવી રાખીને Assistantનો ઉપયોગ કરો"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"પાવર અને ઇમર્જન્સી મેનૂ:\nએક જ સમયે અને વૉલ્યૂમ વધારવાનું બટન દબાવો."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"રિંગ વાગતી અટકાવો:\nવૉલ્યૂમ મેનૂમાં શૉર્ટકટ ઉપલબ્ધ છે."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"દબાવી રાખવાનો સમયગાળો"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"પાવર બટનને કેટલા સમય સુધી દબાવી રાખવું તે પસંદ કરીને સંવેદિતાની ગોઠવણ કરો"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"નાનો"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"લાંબો"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"વૉલેટ બતાવો"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"લૉક સ્ક્રીન અને ઝડપી સેટિંગથી વૉલેટ ઍક્સેસ કરવાની મંજૂરી આપો"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ડિવાઇસનાં નિયંત્રણો બતાવો"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"હંગામી રૂપે અનુપલબ્ધ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"કોઈ સિમ કાર્ડ નથી"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"નેટવર્કની પસંદગીઓ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"સાર્વજનિક નેટવર્ક સાથે કનેક્ટ કરો"</string>
<string name="keywords_internet" msgid="7674082764898690310">"નેટવર્ક કનેક્શન, ઇન્ટરનેટ, વાયરલેસ, ડેટા, વાઇ-ફાઇ, સેલ્યુલર, મોબાઇલ, સેલ, મોબાઇલ ઑપરેટર, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"વાઇ-ફાઇ ચાલુ કરો"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"વાઇ-ફાઇ બંધ કરો"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ નેટવર્ક"</string>
<string name="sim_category_title" msgid="2341314000964710495">"સિમ"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ડાઉનલોડ કરેલું સિમ"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ડાઉનલોડ કરેલા SIMS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"સક્રિય"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"નિષ્ક્રિય"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> માટે ડિફૉલ્ટ"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"બધી ઍપ અને સેવાઓ માટે"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ગેમ સેટિંગ"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ગેમ ડૅશબોર્ડનો શૉર્ટકટ, વગેરે ચાલુ કરો"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"પાછળ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"આગળ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"રંગનો પ્રીવ્યૂ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"સિમ કાર્ડને ઍક્સેસ કરવાની વિનંતી"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"કોઈ ડિવાઇસ તમારા સિમ કાર્ડને ઍક્સેસ કરવા માગે છે. વિગતો માટે ટૅપ કરો."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"સિમ કાર્ડના ઍક્સેસની મંજૂરી આપીએ?"</string>
diff --git a/res/values-hi/arrays.xml b/res/values-hi/arrays.xml
index ef27022..3b3d8fb 100644
--- a/res/values-hi/arrays.xml
+++ b/res/values-hi/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"संचित (गतिविधि क्लाइंट)"</item>
<item msgid="8186970968968646288">"संचित (खाली)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"हरा-नीला"</item>
+ <item msgid="7216413848731287689">"स्यान"</item>
<item msgid="5661027589207588703">"नीला"</item>
- <item msgid="3795787248113275442">"गहरा नीला"</item>
+ <item msgid="1219738214736244749">"हरा"</item>
<item msgid="6331809026622602308">"बैंगनी"</item>
<item msgid="6390546163902724700">"गुलाबी"</item>
- <item msgid="6618900408138432102">"लाल"</item>
+ <item msgid="6500473130620545980">"नारंगी"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 दिन से ज़्यादा पुराने"</item>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index 051a157..ccf8c11 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -1292,7 +1292,7 @@
<string name="accessibility_category_personal" msgid="2228088849803484780">"व्यक्तिगत प्रोफ़ाइल खाते"</string>
<string name="accessibility_work_account_title" msgid="7622485151217943839">"कार्यस्थल खाता - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
<string name="accessibility_personal_account_title" msgid="8535265881509557013">"व्यक्तिगत खाता - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
- <string name="search_settings" msgid="7573686516434589771">"सर्च"</string>
+ <string name="search_settings" msgid="7573686516434589771">"खोजें"</string>
<string name="display_settings" msgid="7197750639709493852">"डिसप्ले"</string>
<string name="accelerometer_title" msgid="7745991950833748909">"स्क्रीन का अपने-आप दिशा बदलना (ऑटो-रोटेट)"</string>
<string name="auto_rotate_option_off" msgid="2788096269396290731">"बंद है"</string>
@@ -2144,7 +2144,7 @@
<string name="running_processes_item_description_s_p" msgid="1209371773353932361">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> प्रक्रिया और <xliff:g id="NUMSERVICES">%2$d</xliff:g> सेवाएं"</string>
<string name="running_processes_item_description_p_s" msgid="8957061449107822282">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> प्रक्रियाएं और <xliff:g id="NUMSERVICES">%2$d</xliff:g> सेवा"</string>
<string name="running_processes_item_description_p_p" msgid="3292999232897469679">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> प्रक्रियाएं और <xliff:g id="NUMSERVICES">%2$d</xliff:g> सेवाएं"</string>
- <string name="running_processes_header_title" msgid="558961782589967366">"डिवाइस की मेमोरी"</string>
+ <string name="running_processes_header_title" msgid="558961782589967366">"डिवाइस का स्टोरेज"</string>
<string name="running_processes_header_footer" msgid="2726092156680487584">"ऐप्लिकेशन RAM उपयोग"</string>
<string name="running_processes_header_system_prefix" msgid="8819527769608555124">"सिस्टम"</string>
<string name="running_processes_header_apps_prefix" msgid="4151874328324238133">"ऐप्लिकेशन"</string>
@@ -2327,7 +2327,7 @@
<string name="accessibility_tutorial_dialog_message_gesture_settings" msgid="40769674586981429">"सुलभता सुविधा का इस्तेमाल करने के लिए, स्क्रीन पर नीचे से ऊपर की ओर, दो उंगलियों से स्वाइप करें.\n\nएक सुविधा से दूसरी सुविधा पर जाने के लिए, दो उंगलियों से ऊपर की ओर स्वाइप करें और स्क्रीन को थोड़ी देर दबाकर रखें."</string>
<string name="accessibility_tutorial_dialog_message_gesture_settings_talkback" msgid="7292969929578621958">"सुलभता सुविधा का इस्तेमाल करने के लिए, स्क्रीन पर नीचे से ऊपर की ओर, तीन उंगलियों से स्वाइप करें.\n\nएक सुविधा से दूसरी सुविधा पर जाने के लिए, तीन उंगलियों से ऊपर की ओर स्वाइप करें और स्क्रीन को थोड़ी देर दबाकर रखें."</string>
<string name="accessibility_tutorial_dialog_button" msgid="2031773187678948436">"ठीक है"</string>
- <string name="accessibility_shortcut_title" msgid="8125867833704517463">"<xliff:g id="SERVICE">%1$s</xliff:g> का शॉर्टकट"</string>
+ <string name="accessibility_shortcut_title" msgid="8125867833704517463">"<xliff:g id="SERVICE">%1$s</xliff:g> सुविधा का शॉर्टकट"</string>
<string name="accessibility_shortcut_edit_summary_software" msgid="6405629977940618205">"सुलभता बटन"</string>
<string name="accessibility_shortcut_edit_summary_software_gesture" msgid="5489284264414421286">"सुलभता वाले जेस्चर (हाव-भाव)"</string>
<string name="accessibility_shortcut_edit_dialog_title_software_gesture" msgid="8078659880723370597">"दो उंगलियों से ऊपर की ओर स्वाइप करें"</string>
@@ -2407,7 +2407,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"सूचना के लिए वाइब्रेशन"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"घंटी के लिए वाइब्रेशन"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"टच फ़ीडबैक"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g> का इस्तेमाल करें"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g> सुविधा का इस्तेमाल करें"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g> खोलें"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"रंग में सुधार करने की सुविधा इस्तेमाल करें"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"कैप्शन दिखाएं"</string>
@@ -2451,7 +2451,7 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"स्क्रीन की रोशनी को सामान्य लेवल से और कम करें"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"स्क्रीन की रोशनी को, अपने फ़ोन में चमक कम करने के सबसे कम लेवल से और कम करें"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"स्क्रीन की रोशनी को, अपने टैबलेट में चमक कम करने के सबसे कम लेवल से और कम करें"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"स्क्रीन की चमक को और कम करें, ताकि इस पर दिखने वाला कॉन्टेंट ज़्यादा आराम से पढ़ा जा सके.<br/><br/> यह सुविधा तब ज़्यादा मददगार होती है, जब <ol> <li> आपके फ़ोन की स्क्रीन की चमक डिफ़ॉल्ट तौर पर सबसे कम होने के बावजूद, बहुत ज़्यादा होती है</li> </ol> आप फ़ोन को अंधेरे में इस्तेमाल कर रहे हों, जैसे कि रात के समय या सोने से पहले बिना रोशनी वाले कमरे में</li> <li>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"स्क्रीन की चमक को और कम करें, ताकि इस पर दिखने वाला कॉन्टेंट ज़्यादा आराम से पढ़ा जा सके.<br/><br/> यह सुविधा तब ज़्यादा मददगार होती है, जब <ol> <li> आपके फ़ोन की स्क्रीन की चमक डिफ़ॉल्ट तौर पर सबसे कम होने के बावजूद, बहुत ज़्यादा होती है</li> <li> आप फ़ोन को अंधेरे में इस्तेमाल कर रहे हों, जैसे कि रात के समय या सोने से पहले बिना रोशनी वाले कमरे में</li> </ol>"</string>
<string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"स्क्रीन की चमक को और कम करें, ताकि इस पर दिखने वाले कॉन्टेंट को ज़्यादा सहजता से पढ़ा जा सके.<br/><br/> यह तब ज़्यादा मददगार होती है, जब: <ol> <li> आपके टैबलेट की स्क्रीन की चमक डिफ़ॉल्ट तौर पर सबसे कम होने के बावजूद, बहुत ज़्यादा हो</li> <li> आप टैबलेट को अंधेरे में इस्तेमाल कर रहे हों, जैसे कि रात के समय या सोने से पहले बिना रोशनी वाले कमरे में</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"स्क्रीन की चमक"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"हल्की रोशनी"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"पिछले 24 घंटों में सिस्टम के इस्तेमाल की जानकारी"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> के लिए सिस्टम के इस्तेमाल की जानकारी"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> के लिए ऐप्लिकेशन के इस्तेमाल की जानकारी"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"इस्तेमाल का कुल समय: एक मिनट से कम"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"बैकग्राउंड में इस्तेमाल होने का समय: एक मिनट से कम"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"इस्तेमाल का कुल समय: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3580,7 +3578,7 @@
<string name="keywords_bluetooth_settings" msgid="2588159530959868188">"जुड़ा हुआ है, डिवाइस, हेडफ़ोन, हेडसेट, स्पीकर, वायरलेस, दूसरे डिवाइस से जोड़ें, ईयरबड, संगीत, मीडिया"</string>
<string name="keywords_wallpaper" msgid="7332890404629446192">"बैकग्राउंड, थीम, ग्रिड, पसंद के मुताबिक बनाएं, आपके हिसाब से बनाएं"</string>
<string name="keywords_styles" msgid="5291614313348476068">"आइकॉन, एक्सेंट, कलर"</string>
- <string name="keywords_assist_input" msgid="3086289530227075593">"डिफ़ॉल्ट, assistant"</string>
+ <string name="keywords_assist_input" msgid="3086289530227075593">"डिफ़ॉल्ट, असिस्टेंट"</string>
<string name="keywords_default_payment_app" msgid="5162298193637362104">"भुगतान, डिफ़ॉल्ट"</string>
<string name="keywords_ambient_display" msgid="3149287105145443697">"आने वाली सूचना"</string>
<string name="keywords_hotspot_tethering" msgid="3688439689671232627">"यूएसबी टेदर, ब्लूटूथ टेदर, वाई-फ़ाई हॉटस्पॉट"</string>
@@ -4255,7 +4253,7 @@
<string name="app_launch_supported_links_add" msgid="3271247750388016131">"जोड़ें"</string>
<string name="app_launch_supported_links_subtext" msgid="4268004019469184113">"<xliff:g id="APP_LABEL">%s</xliff:g> में खुलता है"</string>
<string name="storage_summary_format" msgid="5721782272185284276">"<xliff:g id="STORAGE_TYPE">%2$s</xliff:g> में <xliff:g id="SIZE">%1$s</xliff:g> का इस्तेमाल किया गया"</string>
- <string name="storage_type_internal" msgid="979243131665635278">"डिवाइस की मेमोरी"</string>
+ <string name="storage_type_internal" msgid="979243131665635278">"डिवाइस का स्टोरेज"</string>
<string name="storage_type_external" msgid="125078274000280821">"बाहरी मेमोरी"</string>
<string name="data_summary_format" msgid="8802057788950096650">"<xliff:g id="DATE">%2$s</xliff:g> से <xliff:g id="SIZE">%1$s</xliff:g> उपयोग हुआ"</string>
<string name="storage_used" msgid="2591194906751432725">"उपयोग की गई मेमोरी"</string>
@@ -4340,7 +4338,7 @@
<string name="default_assist_title" msgid="1182435129627493758">"डिजिटल असिस्टेंट ऐप्लिकेशन"</string>
<string name="default_digital_assistant_title" msgid="5654663086385490838">"डिफ़ॉल्ट डिजिटल असिस्टेंट ऐप"</string>
<string name="assistant_security_warning_title" msgid="6444187332360938730">"<xliff:g id="ASSISTANT_APP_NAME">%s</xliff:g> को आपका सहायक बनाएं?"</string>
- <string name="assistant_security_warning" msgid="5623237187748811070">"Assistant , आपके सिस्टम पर इस्तेमाल किए जा रहे ऐप के बारे में जानकारी पढ़ सकेगा, जिसमें आपके स्क्रीन पर दिखाई देने वाली जानकारी या ऐप में मौजूद जानकारी शामिल है."</string>
+ <string name="assistant_security_warning" msgid="5623237187748811070">"असिस्टेंट आपके सिस्टम पर इस्तेमाल किए जा रहे ऐप के बारे में जानकारी पढ़ सकेगा, जिसमें आपके स्क्रीन पर दिखाई देने वाली जानकारी या ऐप में मौजूद जानकारी शामिल है."</string>
<string name="assistant_security_warning_agree" msgid="9013334158753473359">"सहमत"</string>
<string name="assistant_security_warning_disagree" msgid="1539182108068356410">"असहमत"</string>
<string name="choose_voice_input_title" msgid="4855506199101586943">"वॉइस इनपुट चुनें"</string>
@@ -4963,7 +4961,7 @@
<item quantity="one">कैमरा ऐप्लिकेशन</item>
<item quantity="other">कैमरा ऐप्लिकेशन</item>
</plurals>
- <string name="default_calendar_app_title" msgid="1870095225089706093">"कैलेंडर ऐप्लिकेशन"</string>
+ <string name="default_calendar_app_title" msgid="1870095225089706093">"Calendar ऐप्लिकेशन"</string>
<string name="default_contacts_app_title" msgid="7740028900741944569">"संपर्क ऐप्लिकेशन"</string>
<plurals name="default_email_app_title" formatted="false" msgid="8338194872609410234">
<item quantity="one">ईमेल क्लाइंट ऐप्लिकेशन</item>
@@ -4988,7 +4986,7 @@
<string name="storage_apps" msgid="3564291603258795216">"ऐप्लिकेशन"</string>
<string name="storage_documents_and_other" msgid="3293689243732236480">"दस्तावेज़ और अन्य डेटा"</string>
<string name="storage_system" msgid="8472410119822911844">"सिस्टम"</string>
- <string name="storage_trash" msgid="2807138998886084856">"ट्रैश"</string>
+ <string name="storage_trash" msgid="2807138998886084856">"बेकार फ़ाइलें"</string>
<string name="storage_trash_dialog_title" msgid="2296169576049935200">"क्या आप ट्रैश खाली करना चाहते हैं?"</string>
<string name="storage_trash_dialog_ask_message" msgid="8982602137242358798">"ट्रैश में <xliff:g id="TOTAL">%1$s</xliff:g> की फ़ाइलें हैं. सभी आइटम हमेशा के लिए मिटा दिए जाएंगे और आप उन्हें वापस नहीं ला पाएंगे."</string>
<string name="storage_trash_dialog_empty_message" msgid="7334670765528691400">"ट्रैश खाली है"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"पावर बटन को कुछ देर तक दबाकर, Assistant का इस्तेमाल करें"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"पावर & आपातकालीन मेन्यू:\nपावर बटन और आवाज़ तेज़ करने वाले बटन को एक साथ दबाएं."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"घंटी बजने से रोकना:\nइसका शॉर्टकट, वॉल्यूम मेन्यू में मौजूद है."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"बटन को दबाकर रखने का समय"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"पावर बटन को दबाकर रखने का समय चुनकर, संवेदनशीलता में बदलाव करें"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"कम समय के लिए"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ज़्यादा समय के लिए"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"वॉलेट दिखाएं"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"लॉक स्क्रीन और फटाफट सेटिंग से वॉलेट ऐक्सेस करने की अनुमति दें"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"डिवाइस कंट्रोल दिखाएं"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"फ़िलहाल, उपलब्ध नहीं है"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"कोई सिम कार्ड नहीं लगाया गया है"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"नेटवर्क की सेटिंग"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"सार्वजनिक नेटवर्क से कनेक्ट करता है"</string>
<string name="keywords_internet" msgid="7674082764898690310">"नेटवर्क कनेक्शन, इंटरनेट, वायरलेस, डेटा, वाईफ़ाई, सेल्युलर, मोबाइल, मोबाइल और इंटरनेट सेवा देने वाली कंपनी, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"वाई-फ़ाई चालू करें"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"वाई-फ़ाई बंद करें"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"वाइ-फ़ाई नेटवर्क"</string>
<string name="sim_category_title" msgid="2341314000964710495">"सिम"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"डाउनलोड किया गया सिम"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"डाउनलोड किए गए सिम"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"चालू है"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"बंद है"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> के लिए डिफ़ॉल्ट कॉन्फ़िगरेशन"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"सभी ऐप्लिकेशन और सेवाओं के लिए"</string>
<string name="game_settings_title" msgid="1028178627743422090">"गेम की सेटिंग"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"गेम डैशबोर्ड का शॉर्टकट और दूसरी सुविधाएं चालू करें"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"पीछे जाएं"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"आगे बढ़ें"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"रंग की झलक"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"सिम कार्ड को ऐक्सेस करने का अनुरोध"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"डिवाइस आपके सिम कार्ड को ऐक्सेस करना चाहता है. जानकारी पाने के लिए टैप करें."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"क्या आप सिम कार्ड का ऐक्सेस देना चाहते हैं?"</string>
diff --git a/res/values-hr/arrays.xml b/res/values-hr/arrays.xml
index dbe69b1..7932577 100644
--- a/res/values-hr/arrays.xml
+++ b/res/values-hr/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Predmemorija (klijent aktivnosti)"</item>
<item msgid="8186970968968646288">"Predmemorija (prazna)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@boja/SIM_boja_cijan"</item>
+ <item msgid="177868870612833388">"@boja/SIM_boja_plava800"</item>
+ <item msgid="1129898906008357171">"@boja/SIM_boja_zelena800"</item>
+ <item msgid="4206364087389793587">"@boja/SIM_boja_ljubičasta800"</item>
+ <item msgid="6728943460061940130">"@boja/SIM_boja_ružičasta800"</item>
+ <item msgid="968332068361935002">"@boja/SIM_boja_narančasta"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Tirkiznoplava"</item>
+ <item msgid="7216413848731287689">"Cijan"</item>
<item msgid="5661027589207588703">"Plava"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Zelena"</item>
<item msgid="6331809026622602308">"Ljubičasta"</item>
<item msgid="6390546163902724700">"Ružičasta"</item>
- <item msgid="6618900408138432102">"Crvena"</item>
+ <item msgid="6500473130620545980">"Narančasta"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Starije od 30 dana"</item>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index b4c12d4..0c1f154 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -2142,7 +2142,7 @@
<string name="app_install_location_title" msgid="8932938164156303191">"Željena lokacije instalacije"</string>
<string name="app_install_location_summary" msgid="4948270795544357021">"Promijenite željenu lokaciju instalacije za nove aplikacije."</string>
<string name="app_disable_dlg_positive" msgid="1414218905322009505">"Onemogući aplikaciju"</string>
- <string name="app_disable_dlg_text" msgid="2449382902751908916">"Ako onemogućite tu aplikaciju, Android i druge aplikacije možda više neće funkcionirati pravilno. Napominjemo da ne možete izbrisati tu aplikaciju jer je unaprijed instalirana na vašem uređaju. Ako je onemogućite, isključit ćete je i više se neće prikazivati na vašem uređaju."</string>
+ <string name="app_disable_dlg_text" msgid="2449382902751908916">"Ako onemogućite tu aplikaciju, Android i druge aplikacije možda više neće funkcionirati pravilno. Napominjemo da ne možete izbrisati tu aplikaciju jer je predinstalirana na vašem uređaju. Ako je onemogućite, isključit ćete je i više se neće prikazivati na vašem uređaju."</string>
<string name="app_disable_notifications_dlg_title" msgid="6686569904059411780">"Isključiti obavijesti?"</string>
<string name="app_install_details_group_title" msgid="1172114479073704677">"Trgovina"</string>
<string name="app_install_details_title" msgid="7783556181897142187">"Pojedinosti o aplikaciji"</string>
@@ -2478,7 +2478,7 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Još zatamni"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Zatamnite zaslon više od minimalne svjetline svojeg telefona"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Zatamnite zaslon više od minimalne svjetline svojeg tableta"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Zatamnite zaslon kako vam ne bi blještao u oči dok čitate.<br/><br/> To može biti korisno u sljedećim situacijama: <ol> <li> Zadana minimalna svjetlina na telefonu i dalje je presvijetla.</li> <li> Koristite telefon u mraku, na primjer noću ili u tamnoj sobi prije spavanja.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Zatamnite zaslon kako vam ne bi blještao u oči dok čitate.<br/><br/> To može biti korisno u sljedećim situacijama: <ol> <li> Zadana minimalna svjetlina na telefonu i dalje je presvijetla.</li> <li> Koristite telefon u mraku, na primjer noću ili u tamnoj sobi prije spavanja.</li> </ol>"</string>
<string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Zatamnite zaslon kako vam ne bi blještao u oči dok čitate.<br/><br/> To može biti korisno u sljedećim situacijama: <ol> <li> Zadana minimalna svjetlina na tabletu i dalje je presvijetla.</li> <li> Koristite tablet u mraku, na primjer noću ili u tamnoj sobi prije spavanja.</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intenzitet"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Tamnije"</string>
@@ -2914,8 +2914,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Upotreba sustava u posljednja 24 sata"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Upotreba sustava za <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Upotreba aplikacije za <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"prijepodne"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"popodne"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Ukupno: manje od minute"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"U pozadini: manje od minute"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Ukupno: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5488,6 +5486,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Pokrenite Asistenta zadržavajući tipku za uključivanje/isključivanje"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Izbornik tipke za uključivanje i hitnih službi:\nistovremeno pritisnite tipku za uključivanje/isključivanje i tipku za glasnoću."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Sprječavanje zvonjenja:\nprečac je dostupan u izborniku glasnoće."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Trajanje pritiska i zadržavanja tipke"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Prilagodite osjetljivost tako što ćete odabrati duljinu pritiska i zadržavanja tipke za uključivanje/isključivanje"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kratko"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dugo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Prikaži novčanik"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Omogućite pristup novčaniku sa zaključanog zaslona i iz brzih postavki"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Prikaži kontrole uređaja"</string>
@@ -5533,7 +5535,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Privremeno nedostupno"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nema SIM kartice"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Postavke mreže"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Poveži se s javnim mrežama"</string>
<string name="keywords_internet" msgid="7674082764898690310">"mrežna veza, internet, bežično, podaci, wifi, wi-fi, wi fi, mobilno, mobilni uređaj, mobilni operater, 4 g, 3 g, 2 g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Uključite Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Isključite Wi-Fi"</string>
@@ -5551,6 +5552,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ mreža"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"PREUZETI SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"PREUZETI SIM-ovi"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktivno"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktivno"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Zadano za <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5628,6 +5630,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Za sve aplikacije i usluge"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Postavke igara"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Uključite prečac za nadzornu ploču igre itd."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Prethodno"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Dalje"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pregled boje"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Zahtjev za pristup SIM kartici"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Uređaj želi pristupiti vašoj SIM kartici. Dodirnite da biste vidjeli pojedinosti."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Želite li dopustiti pristup SIM kartici?"</string>
diff --git a/res/values-hu/arrays.xml b/res/values-hu/arrays.xml
index b7c89b0..13ab2f4 100644
--- a/res/values-hu/arrays.xml
+++ b/res/values-hu/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Gyorsítótárazott (tevékenységkliens)"</item>
<item msgid="8186970968968646288">"Gyorsítótárazott (üres)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Pávakék"</item>
+ <item msgid="7216413848731287689">"Ciánkék"</item>
<item msgid="5661027589207588703">"Kék"</item>
- <item msgid="3795787248113275442">"Indigókék"</item>
+ <item msgid="1219738214736244749">"Zöld"</item>
<item msgid="6331809026622602308">"Lila"</item>
<item msgid="6390546163902724700">"Rózsaszín"</item>
- <item msgid="6618900408138432102">"Piros"</item>
+ <item msgid="6500473130620545980">"Narancssárga"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Több mint 30 napos"</item>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index b3cedb4..71813d3 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"A képernyő legyen extrasötét"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"A képernyő sötétítése a telefon minimális fényerejénél sötétebbre"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"A képernyő sötétítése a táblagép minimális fényerejénél sötétebbre"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Sötétítéssel könnyebben olvasható a képernyő.<br/><br/> Ez például a következő esetekben lehet hasznos: <ol> <li> Ha a telefon alapértelmezett minimális fényereje még mindig túl nagy.</li> <li> Ha a telefont sötét körülmények között használja (például éjjel vagy sötét szobában lefekvés előtt).</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Sötétítéssel könnyebben olvasható a képernyő.<br/><br/> Ez például a következő esetekben lehet hasznos: <ol> <li> Ha a táblagép alapértelmezett minimális fényereje még mindig túl nagy.</li> <li> Ha a táblagépet sötét körülmények között használja (például éjjel vagy sötét szobában lefekvés előtt).</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Sötétítéssel könnyebben olvasható a képernyő.<br/><br/> Ez például a következő esetekben lehet hasznos: <ol> <li> Ha a telefon alapértelmezett minimális fényereje még mindig túl nagy.</li> <li> Ha a telefont sötét körülmények között használja (például éjjel vagy sötét szobában lefekvés előtt).</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Sötétítéssel könnyebben olvasható a képernyő.<br/><br/> Ez például a következő esetekben lehet hasznos: <ol> <li> Ha a táblagép alapértelmezett minimális fényereje még mindig túl nagy.</li> <li> Ha a táblagépet sötét körülmények között használja (például éjjel vagy sötét szobában lefekvés előtt).</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intenzitás"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Kevesebb fényerő"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Több fényerő"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Rendszerhasználat – legutóbbi 24 óra"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Rendszer használata erre: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Alkalmazás használata erre: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"de."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"du."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Összesen: kevesebb mint egy perc"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Háttér: kevesebb mint egy perc"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Összesen: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5356,7 +5354,7 @@
<string name="forget_passpoint_dialog_message" msgid="2433875063907365760">"Elveszítheti hozzáférését a fennmaradó idő- vagy adatmennyiséghez. Az eltávolítás előtt egyeztessen szolgáltatójával."</string>
<string name="keywords_content_capture" msgid="7802155522681936956">"tartalomrögzítés, alkalmazástartalom"</string>
<string name="content_capture" msgid="868372905432812238">"Alkalmazástartalom"</string>
- <string name="content_capture_summary" msgid="49720773699715531">"Engedélyezi, hogy az alkalmazások tartalmakat küldhessenek az Android rendszernek"</string>
+ <string name="content_capture_summary" msgid="49720773699715531">"Engedélyezi, hogy az alkalmazások tartalmakat küldjenek az Android rendszernek"</string>
<string name="capture_system_heap_dump_title" msgid="9210974110606886455">"A rendszer memória-pillanatfelvételeinek rögzítése"</string>
<string name="capturing_system_heap_dump_message" msgid="8410503247477360622">"A rendszer memória-pillanatfelvételének rögzítése…"</string>
<string name="error_capturing_system_heap_dump_message" msgid="2352983250048200052">"Nem sikerült a rendszer memória-pillanatfelvételének rögzítése"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"A bekapcsológombot lenyomva tartva aktiválhatja a Segédet"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Bekapcsológombhoz és vészhelyzethez tartozó menü:\nNyomja le egyszerre a bekapcsológombot és a hangerő növelése gombot."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Csörgés megakadályozása:\nA gyorsparancs a hangerő menüben áll rendelkezésre."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Nyomva tartás időtartama"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Az érzékenység módosításához válassza ki, hogy mennyi ideig kelljen nyomva tartani a bekapcsológombot"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Rövid"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Hosszú"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Tárca mutatása"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Hozzáférés a tárcához a lezárási képernyőről és a Gyorsbeállításokból"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Eszközvezérlők megjelenítése"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Átmenetileg nem áll rendelkezésre"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM-kártya nélkül"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Hálózati beállítások"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Csatlakozás nyilvános hálózatokhoz"</string>
<string name="keywords_internet" msgid="7674082764898690310">"hálózati kapcsolat, internet, vezeték nélküli, mobiladat, adat, wifi, wi-fi, mobil, mobiltelefon, szolgáltató, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi bekapcsolása"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"A Wi-Fi kikapcsolása"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+-hálózat"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"LETÖLTÖTT SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"LETÖLTÖTT SIM-EK"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktív"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inaktív"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Alapértelmezett a következőhöz: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5532,11 +5534,14 @@
<string name="uwb_settings_title" msgid="8578498712312002231">"Ultraszélessáv (UWB)"</string>
<string name="uwb_settings_summary" msgid="3074271396764672268">"Segít az UWB technológiát használó közeli eszközök relatív pozíciójának a meghatározásában"</string>
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"Kapcsolja ki a Repülős üzemmódot az UWB használatához"</string>
- <string name="camera_toggle_title" msgid="8952668677727244992">"Kameraelérés"</string>
+ <string name="camera_toggle_title" msgid="8952668677727244992">"Hozzáférés a kamerához"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"Hozzáférés a mikrofonhoz"</string>
<string name="sensor_toggle_description" msgid="8248823248606795411">"Minden alkalmazásnál és szolgáltatásnál"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Játékbeállítások"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Játékok irányítópultja-gyorsparancs bekapcsolása stb."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Előző"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Következő"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Szín előnézete"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM-kártyához való hozzáférés kérése"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Egy eszköz szeretne hozzáférni a SIM-kártyájához. Koppintson a részletekért."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Engedélyezi a SIM-kártyához való hozzáférést?"</string>
diff --git a/res/values-hy/arrays.xml b/res/values-hy/arrays.xml
index ea01146..d84bb54 100644
--- a/res/values-hy/arrays.xml
+++ b/res/values-hy/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Քեշավորված (սպասառուի գործողությունը)"</item>
<item msgid="8186970968968646288">"Քեշավորված (դատարկ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Փիրուզագույն"</item>
+ <item msgid="7216413848731287689">"Երկնագույն"</item>
<item msgid="5661027589207588703">"Կապույտ"</item>
- <item msgid="3795787248113275442">"Ինդիգո"</item>
+ <item msgid="1219738214736244749">"Կանաչ"</item>
<item msgid="6331809026622602308">"Մանուշակագույն"</item>
<item msgid="6390546163902724700">"Վարդագույն"</item>
- <item msgid="6618900408138432102">"Կարմիր"</item>
+ <item msgid="6500473130620545980">"Նարնջագույն"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 օրից հին"</item>
diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml
index 7e463aa..eb7fd16 100644
--- a/res/values-hy/strings.xml
+++ b/res/values-hy/strings.xml
@@ -2389,7 +2389,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Սեղմելու և պահելու հապաղումը"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Գունաշրջում"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Օգտագործել գունաշրջումը"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Գունաշրջումը թույլ է տալիս բաց գույները դարձնել մուգ։<br/><br/> Նկատի առեք. <ol> <li>Գունաշրջումը նաև մուգ գույները դարձնում է բաց։</li> <li> Փոխվում են նաև մուլտիմեդիա ֆայլերի և պատկերների գույները։</li> <li> Մուգ թեման կարելի է օգտագործել մուգ ֆոն ստանալու համար։ Մուգ թեման կիրառելի է միայն աջակցվող հավելվածներում, իսկ գունաշրջումը՝ բոլոր հավելվածներում։</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Գունաշրջումը թույլ է տալիս բաց գույները դարձնել մուգ։<br/><br/> Նկատի առեք. <ol> <li> Գունաշրջումը նաև մուգ գույները դարձնում է բաց։</li> <li> Փոխվում են նաև մուլտիմեդիա ֆայլերի և պատկերների գույները։</li> <li> Մուգ թեման կարելի է օգտագործել մուգ ֆոն ստանալու համար։ Մուգ թեման կիրառելի է միայն աջակցվող հավելվածներում, իսկ գունաշրջումը՝ բոլոր հավելվածներում։</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Ավտոմատ սեղմում (հապաղման ժամանակը)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"Ավտոմատ սեղմումն աշխատում է միացված մկնիկի հետ։ Դուք կարող եք կարգավորել մկնիկի նշորդն այնպես, որ այն որոշակի ժամանակ անշարժ մնալուց հետո ավտոմատ սեղմում կատարի:"</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Անջատել"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Համակարգի կողմից մարտկոցի օգտագործումը վերջին 24 ժամվա ընթացքում"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Համակարգի կողմից մարտկոցի օգտագործումը (<xliff:g id="SLOT">%s</xliff:g>)"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Հավելվածների կողմից մարտկոցի օգտագործումը (<xliff:g id="SLOT">%s</xliff:g>)"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Ընդամենը՝ մեկ րոպեից պակաս"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Ֆոնային՝ մեկ րոպեից պակաս"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Ընդամենը՝ <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Ակտիվացրեք Օգնականը՝ երկար սեղմած պահելով սնուցման կոճակը"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Սնուցման կոճակի և արտակարգ իրավիճակների տեղեկությունների ընտրացանկ\nՄիաժամանակ սեղմեք սնուցման և ձայնի բարձրացման կոճակները։"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Զանգի ձայնի անջատում\nԴյուրանցումը հասանելի է ձայնի ուժգնության ընտրացանկում։"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Սեղմելու և պահելու տևողությունը"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Կարգավորեք զգայունությունը՝ նշելով, թե որքան երկար է անհրաժեշտ սեղմել և պահել սնուցման կոճակը։"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Կարճ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Երկար"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Ցուցադրել դրամապանակը"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Հասանելի դարձնել դրամապանակը կողպէկրանին և արագ կարգավորումներում"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Ցուցադրել սարքերի կառավարման տարրերը"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Ժամանակավորապես անհասանելի է"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM քարտ չկա"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Ցանցի կարգավորումներ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Միանալ հանրային ցանցերի"</string>
<string name="keywords_internet" msgid="7674082764898690310">"կապ, համացանց, անլար, ինտերնետ, wifi, wi-fi, wi fi, բջջային, շարժական, բջջային օպերատոր, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Միացրեք Wi-Fi-ը"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Անջատել Wi-Fi-ը"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ցանց"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM քարտ"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ՆԵՐԲԵՌՆՎԱԾ SIM ՔԱՐՏ"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ՆԵՐԲԵՌՆՎԱԾ SIM ՔԱՐՏԵՐ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Ակտիվ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Ոչ ակտիվ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Կանխադրված՝ «<xliff:g id="ID_1">%1$s</xliff:g>» կատեգորիայի համար"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Բոլոր հավելվածների և ծառայությունների համար"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Խաղերի կարգավորումներ"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Խաղային վահանակի դյուրանցման և այլ գործառույթների ակտիվացում"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Հետ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Առաջ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Գույնի նախադիտում"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM քարտի հասանելիության հարցում"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Սարքն ուզում է հասանելիություն ստանալ ձեր SIM քարտին։ Հպեք՝ ավելին իմանալու համար։"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Հասանելի դարձնե՞լ SIM քարտը"</string>
diff --git a/res/values-in/arrays.xml b/res/values-in/arrays.xml
index a068d87..f1c9c10 100644
--- a/res/values-in/arrays.xml
+++ b/res/values-in/arrays.xml
@@ -71,7 +71,7 @@
<string-array name="wifi_status">
<item msgid="1201478116293383426"></item>
<item msgid="7388036070768806193">"Memindai..."</item>
- <item msgid="1656176059757237036">"Menyambung…"</item>
+ <item msgid="1656176059757237036">"Menghubungkan…"</item>
<item msgid="3249903732481917388">"Mengautentikasi…"</item>
<item msgid="7789156794775399931">"Mendapatkan alamat IP…"</item>
<item msgid="492518447401534767">"Terhubung"</item>
@@ -85,7 +85,7 @@
<string-array name="wifi_status_with_ssid">
<item msgid="1528087426723432177"></item>
<item msgid="155483314608049961">"Memindai..."</item>
- <item msgid="3409219643606946053">"Menyambung ke <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
+ <item msgid="3409219643606946053">"Menghubungkan ke <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
<item msgid="7891463004457278422">"Mengautentikasi dengan <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
<item msgid="3193388999810487137">"Mendapatkan alamat IP dari <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
<item msgid="2227930004124157952">"Terhubung ke <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
@@ -111,7 +111,7 @@
<item msgid="6088264311596031080">"PIN dari perangkat ini"</item>
</string-array>
<string-array name="wifi_p2p_status">
- <item msgid="8357401480964012245">"Tersambung"</item>
+ <item msgid="8357401480964012245">"Terhubung"</item>
<item msgid="66312817817365647">"Diundang"</item>
<item msgid="4463567967438038210">"Gagal"</item>
<item msgid="6556827947082659801">"Tersedia"</item>
@@ -448,7 +448,7 @@
<string-array name="vpn_states">
<item msgid="2262719249581510939">"Terputus"</item>
<item msgid="9141074028293812365">"Memulai..."</item>
- <item msgid="2234425878608626285">"Menyambung…"</item>
+ <item msgid="2234425878608626285">"Menghubungkan…"</item>
<item msgid="27547778933579155">"Terhubung"</item>
<item msgid="893506841727300393">"Waktu tunggu"</item>
<item msgid="2974952010554140659">"Gagal"</item>
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Disimpan dalam cache (klien aktivitas)"</item>
<item msgid="8186970968968646288">"Disimpan dalam cache (kosong)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Hijau kebiruan"</item>
+ <item msgid="7216413848731287689">"Sian"</item>
<item msgid="5661027589207588703">"Biru"</item>
- <item msgid="3795787248113275442">"Nila"</item>
+ <item msgid="1219738214736244749">"Hijau"</item>
<item msgid="6331809026622602308">"Ungu"</item>
<item msgid="6390546163902724700">"Merah Muda"</item>
- <item msgid="6618900408138432102">"Merah"</item>
+ <item msgid="6500473130620545980">"Oranye"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Lebih dari 30 hari"</item>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index 6b96f6f..94e9f20 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -39,7 +39,7 @@
<string name="radioInfo_roaming_in" msgid="8892550453644088692">"Roaming"</string>
<string name="radioInfo_roaming_not" msgid="3137594549464975054">"Tidak Roaming"</string>
<string name="radioInfo_data_disconnected" msgid="362604130117666924">"Sambungan terputus"</string>
- <string name="radioInfo_data_connecting" msgid="7280819598028917888">"Menyambung"</string>
+ <string name="radioInfo_data_connecting" msgid="7280819598028917888">"Menghubungkan"</string>
<string name="radioInfo_data_connected" msgid="8816467971633020141">"Terhubung"</string>
<string name="radioInfo_data_suspended" msgid="2001254415431299603">"Ditangguhkan"</string>
<string name="radioInfo_unknown" msgid="2892562356748600367">"Tidak diketahui"</string>
@@ -134,7 +134,7 @@
<string name="bluetooth_map_request" msgid="8664081227240707479">"Permintaan akses pesan"</string>
<string name="bluetooth_map_acceptance_dialog_text" msgid="2647611490952377156">"%1$s ingin mengakses pesan Anda. Berikan akses pada %2$s?"</string>
<string name="bluetooth_sap_request" msgid="473439406287008397">"Permintaan akses SIM"</string>
- <string name="bluetooth_sap_acceptance_dialog_text" msgid="2849083276356078655">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> ingin mengakses kartu SIM. Memberi akses ke kartu SIM akan menonaktifkan konektivitas data di perangkat selama tersambung. Berikan akses ke <xliff:g id="DEVICE_NAME_1">%2$s?</xliff:g>"</string>
+ <string name="bluetooth_sap_acceptance_dialog_text" msgid="2849083276356078655">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> ingin mengakses kartu SIM. Memberi akses ke kartu SIM akan menonaktifkan konektivitas data di perangkat selama terhubung. Berikan akses ke <xliff:g id="DEVICE_NAME_1">%2$s?</xliff:g>"</string>
<string name="bluetooth_device_name_summary" msgid="8678342689845439583">"Terlihat sebagai “<xliff:g id="DEVICE_NAME">^1</xliff:g>” oleh perangkat lain"</string>
<string name="bluetooth_off_footer" msgid="76578735660216295">"Aktifkan Bluetooth untuk menghubungkan ke perangkat lain."</string>
<string name="bluetooth_paired_device_title" msgid="3240639218362342026">"Perangkat Anda"</string>
@@ -186,7 +186,7 @@
<string name="radio_info_ping_hostname_v6" msgid="8327436534663560713">"Ping Hostname(www.google.com) IPv6:"</string>
<string name="radio_info_http_client_test" msgid="5673975677271544085">"Uji Klien HTTP:"</string>
<string name="ping_test_label" msgid="265427033290391845">"Jalankan Uji Ping"</string>
- <string name="sdcard_changes_instructions" msgid="2331969501845866957">"Perubahan diberlakukan ketika kabel USB tersambung kembali."</string>
+ <string name="sdcard_changes_instructions" msgid="2331969501845866957">"Perubahan diberlakukan ketika kabel USB terhubung kembali."</string>
<string name="sdcard_settings_screen_mass_storage_text" msgid="129059989000252994">"Aktifkan penyimpanan massal USB"</string>
<string name="sdcard_settings_total_bytes_label" msgid="5298511430610207103">"Total bita:"</string>
<string name="sdcard_settings_not_present_status" product="nosdcard" msgid="6189761476582690998">"Penyimpanan USB tidak dipasang."</string>
@@ -825,7 +825,7 @@
<string name="bluetooth_display_passkey_pin_msg" msgid="8672803845151786521">"Untuk menyandingkan dengan:<xliff:g id="BOLD1_0"><br><b></xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1"></b><br><br></xliff:g>Ketikkan:<xliff:g id="BOLD2_1"><br><b></xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2"></b></xliff:g>, kemudian tekan Kembali atau Enter."</string>
<string name="bluetooth_pairing_shares_phonebook" msgid="4329325125260724843">"Izinkan akses ke kontak dan histori panggilan Anda"</string>
<string name="bluetooth_error_title" msgid="2284738188253690278"></string>
- <string name="bluetooth_connecting_error_message" msgid="3941893154784152112">"Tidak dapat tersambung ke <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
+ <string name="bluetooth_connecting_error_message" msgid="3941893154784152112">"Tidak dapat terhubung ke <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
<string name="bluetooth_preference_scan_title" msgid="3460316252463771851">"Memindai perangkat"</string>
<string name="bluetooth_search_for_devices" msgid="6516902340975407648">"Segarkan"</string>
<string name="bluetooth_searching_for_devices" msgid="6541984133657573124">"Menelusuri..."</string>
@@ -837,7 +837,7 @@
<string name="bluetooth_pairing_dialog_title" msgid="6106058683134173178">"Sambungkan dengan perangkat ini?"</string>
<string name="bluetooth_pairing_dialog_sharing_phonebook_title" msgid="5472835166206721325">"Bagikan buku telepon?"</string>
<string name="bluetooth_pairing_dialog_contants_request" msgid="7516277926581535299">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ingin mengakses kontak dan histori panggilan Anda."</string>
- <string name="bluetooth_pairing_dialog_paring_request" msgid="1545098121090892788">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ingin menyandingkan dengan Bluetooth. Saat tersambung, perangkat dapat mengakses kontak & histori panggilan Anda."</string>
+ <string name="bluetooth_pairing_dialog_paring_request" msgid="1545098121090892788">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ingin menyandingkan dengan Bluetooth. Saat terhubung, perangkat dapat mengakses kontak & histori panggilan Anda."</string>
<string name="bluetooth_preference_found_media_devices" msgid="830061195998352840">"Perangkat yang tersedia"</string>
<string name="bluetooth_preference_no_found_devices" msgid="1331122763066030155">"Perangkat tak tersedia"</string>
<string name="bluetooth_device_context_connect" msgid="4913860372216815855">"Hubungkan"</string>
@@ -851,7 +851,7 @@
<string name="bluetooth_empty_list_bluetooth_off" msgid="316627049372961941">"Saat Bluetooth aktif, perangkat dapat berkomunikasi dengan perangkat Bluetooth terdekat lainnya."</string>
<string name="bluetooth_scanning_on_info_message" msgid="6667723887545056976">"Jika Bluetooth diaktifkan, perangkat dapat berkomunikasi dengan perangkat Bluetooth lainnya di sekitar.\n\nAgar pengalaman perangkat menjadi lebih baik, aplikasi dan layanan masih dapat memindai perangkat di sekitar kapan saja, meski Bluetooth nonaktif. Ini dapat digunakan, misalnya, untuk meningkatkan kualitas fitur dan layanan berbasis lokasi. Anda dapat mengubahnya di "<annotation id="link">"setelan pemindaian Bluetooth"</annotation>"."</string>
<string name="ble_scan_notify_text" msgid="1358879010396045164">"Untuk meningkatkan akurasi lokasi, aplikasi dan layanan sistem tetap dapat mendeteksi perangkat Bluetooth. Anda dapat mengubahnya di <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>setelan pemindaian<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
- <string name="bluetooth_connect_failed" msgid="7892663424429584925">"Tidak dapat tersambung. Coba lagi."</string>
+ <string name="bluetooth_connect_failed" msgid="7892663424429584925">"Tidak dapat terhubung. Coba lagi."</string>
<string name="device_details_title" msgid="1155622417516195481">"Detail perangkat"</string>
<string name="bluetooth_device_mac_address" msgid="4873325074786732703">"Alamat Bluetooth perangkat: <xliff:g id="ADDRESS">%1$s</xliff:g>"</string>
<string name="bluetooth_unpair_dialog_title" msgid="6943633443716052995">"Lupakan perangkat?"</string>
@@ -890,8 +890,8 @@
<string name="keywords_wifi_display_settings" msgid="5753883229564422679">"cermin"</string>
<string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Aktifkan layar nirkabel"</string>
<string name="wifi_display_no_devices_found" msgid="7904877793677102805">"Tidak ditemukan perangkat di sekitar."</string>
- <string name="wifi_display_status_connecting" msgid="530880182560077334">"Menyambung"</string>
- <string name="wifi_display_status_connected" msgid="2189925211258519539">"Tersambung"</string>
+ <string name="wifi_display_status_connecting" msgid="530880182560077334">"Menghubungkan"</string>
+ <string name="wifi_display_status_connected" msgid="2189925211258519539">"Terhubung"</string>
<string name="wifi_display_status_in_use" msgid="5904009697167947449">"Sedang digunakan"</string>
<string name="wifi_display_status_not_available" msgid="8463750208946968594">"Tidak tersedia"</string>
<string name="wifi_display_details" msgid="2351632307998142920">"Setelan layar"</string>
@@ -1171,7 +1171,7 @@
<string name="wifi_p2p_disconnect_message" msgid="1208761239498807208">"Jika diputuskan, sambungan Anda dengan <xliff:g id="PEER_NAME">%1$s</xliff:g> akan berakhir."</string>
<string name="wifi_p2p_disconnect_multiple_message" msgid="4490648217799144078">"Jika diputuskan, sambungan Anda dengan <xliff:g id="PEER_NAME">%1$s</xliff:g> dan <xliff:g id="PEER_COUNT">%2$s</xliff:g> perangkat lain akan berakhir."</string>
<string name="wifi_p2p_cancel_connect_title" msgid="8476985132989357041">"Batalkan undangan?"</string>
- <string name="wifi_p2p_cancel_connect_message" msgid="2409074184473879809">"Apakah Anda ingin membatalkan undangan untuk tersambung dengan <xliff:g id="PEER_NAME">%1$s</xliff:g>?"</string>
+ <string name="wifi_p2p_cancel_connect_message" msgid="2409074184473879809">"Apakah Anda ingin membatalkan undangan untuk terhubung dengan <xliff:g id="PEER_NAME">%1$s</xliff:g>?"</string>
<string name="wifi_p2p_delete_group_message" msgid="4880242270742385699">"Lupakan grup ini?"</string>
<string name="wifi_hotspot_checkbox_text" msgid="1549663436920597006">"Hotspot Wi‑Fi"</string>
<string name="wifi_hotspot_off_subtext" msgid="2751383134504362078">"Tidak berbagi koneksi internet atau konten dengan perangkat lain"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Penggunaan sistem selama 24 jam terakhir"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Penggunaan sistem untuk <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Penggunaan aplikasi untuk <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: kurang dari satu menit"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Latar belakang: kurang dari satu menit"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3166,9 +3164,9 @@
<string name="data_usage_limit_dialog_mobile" product="tablet" msgid="6000062970083379466">"Tablet akan menonaktifkan data seluler jika mencapai batas yang disetel.\n\nPenggunaan data ini diukur oleh ponsel dan dapat berbeda dari perhitungan data oleh operator, maka pertimbangkan untuk menyetel batas konservatif."</string>
<string name="data_usage_limit_dialog_mobile" product="default" msgid="4942895670789168024">"Ponsel akan menonaktifkan data seluler jika mencapai batas yang disetel.\n\nPenggunaan data ini diukur oleh ponsel dan dapat berbeda dari perhitungan data oleh operator, maka pertimbangkan untuk menyetel batas secara berhati-hati."</string>
<string name="data_usage_restrict_background_title" msgid="2745551538820692821">"Batasi data latar belakang?"</string>
- <string name="data_usage_restrict_background" msgid="1893102079135282794">"Jika Anda membatasi data seluler latar belakang, beberapa aplikasi dan layanan tidak akan bekerja kecuali Anda tersambung ke Wi‑Fi."</string>
- <string name="data_usage_restrict_background_multiuser" product="tablet" msgid="5588623586867665419">"Jika Anda membatasi data seluler latar belakang, beberapa aplikasi dan layanan tidak akan bekerja kecuali Anda tersambung ke Wi‑Fi.\n\nSetelan ini memengaruhi semua pengguna di tablet ini."</string>
- <string name="data_usage_restrict_background_multiuser" product="default" msgid="6402714504088590463">"Jika Anda membatasi data seluler latar belakang, beberapa aplikasi dan layanan tidak akan bekerja kecuali Anda tersambung ke Wi‑Fi.\n\nSetelan ini memengaruhi semua pengguna di ponsel ini."</string>
+ <string name="data_usage_restrict_background" msgid="1893102079135282794">"Jika Anda membatasi data seluler latar belakang, beberapa aplikasi dan layanan tidak akan bekerja kecuali Anda terhubung ke Wi‑Fi."</string>
+ <string name="data_usage_restrict_background_multiuser" product="tablet" msgid="5588623586867665419">"Jika Anda membatasi data seluler latar belakang, beberapa aplikasi dan layanan tidak akan bekerja kecuali Anda terhubung ke Wi‑Fi.\n\nSetelan ini memengaruhi semua pengguna di tablet ini."</string>
+ <string name="data_usage_restrict_background_multiuser" product="default" msgid="6402714504088590463">"Jika Anda membatasi data seluler latar belakang, beberapa aplikasi dan layanan tidak akan bekerja kecuali Anda terhubung ke Wi‑Fi.\n\nSetelan ini memengaruhi semua pengguna di ponsel ini."</string>
<string name="data_usage_sweep_warning" msgid="2072854703184614828"><font size="18">"<xliff:g id="NUMBER">^1</xliff:g>"</font><font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"peringatan"</font></string>
<string name="data_usage_sweep_limit" msgid="6947019190890086284"><font size="12">"batas"</font>\n<font size="18">"<xliff:g id="NUMBER">^1</xliff:g>"</font>" "<font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font></string>
<string name="data_usage_uninstalled_apps" msgid="9065885396147675694">"Aplikasi dihapus"</string>
@@ -3221,7 +3219,7 @@
<string name="vpn_replace" msgid="1533147558671640341">"Ganti"</string>
<string name="vpn_edit" msgid="5862301148429324911">"Edit profil VPN"</string>
<string name="vpn_forget" msgid="2913950864877236737">"Lupakan"</string>
- <string name="vpn_connect_to" msgid="216709261691085594">"Menyambung ke <xliff:g id="PROFILE">%s</xliff:g>"</string>
+ <string name="vpn_connect_to" msgid="216709261691085594">"Menghubungkan ke <xliff:g id="PROFILE">%s</xliff:g>"</string>
<string name="vpn_disconnect_confirm" msgid="6356789348816854539">"Putuskan sambungan VPN ini?"</string>
<string name="vpn_disconnect" msgid="7753808961085867345">"Putuskan koneksi"</string>
<string name="vpn_version" msgid="41856553718304367">"Versi <xliff:g id="VERSION">%s</xliff:g>"</string>
@@ -3241,14 +3239,14 @@
<string name="vpn_menu_delete" msgid="4455966182219039928">"Hapus profil"</string>
<string name="vpn_menu_lockdown" msgid="5284041663859541007">"VPN selalu aktif"</string>
<string name="vpn_no_vpns_added" msgid="7387080769821533728">"Tidak ada VPN yang ditambahkan"</string>
- <string name="vpn_always_on_summary" msgid="2171252372476858166">"Selalu tersambung ke VPN"</string>
+ <string name="vpn_always_on_summary" msgid="2171252372476858166">"Selalu terhubung ke VPN"</string>
<string name="vpn_always_on_summary_not_supported" msgid="9084872130449368437">"Tidak didukung oleh aplikasi ini"</string>
<string name="vpn_always_on_summary_active" msgid="175877594406330387">"Selalu aktif"</string>
<string name="vpn_insecure_summary" msgid="4450920215186742859">"Tidak aman"</string>
<string name="vpn_require_connection" msgid="1027347404470060998">"Memblokir koneksi tanpa VPN"</string>
<string name="vpn_require_connection_title" msgid="4186758487822779039">"Perlu sambungan VPN?"</string>
<string name="vpn_insecure_dialog_subtitle" msgid="1857621742868835300">"Tidak aman. Update ke VPN IKEv2"</string>
- <string name="vpn_lockdown_summary" msgid="4700625960550559029">"Pilih profil VPN untuk tetap tersambung. Lalu lintas jaringan hanya akan diperbolehkan jika tersambung ke VPN ini."</string>
+ <string name="vpn_lockdown_summary" msgid="4700625960550559029">"Pilih profil VPN untuk tetap terhubung. Lalu lintas jaringan hanya akan diperbolehkan jika terhubung ke VPN ini."</string>
<string name="vpn_lockdown_none" msgid="455915403560910517">"Tidak ada"</string>
<string name="vpn_lockdown_config_error" msgid="1992071316416371316">"VPN selalu aktif membutuhkan alamat IP baik untuk server serta DNS."</string>
<string name="vpn_no_network" msgid="7187593680049843763">"Tidak ada koneksi jaringan. Coba lagi nanti."</string>
@@ -5299,7 +5297,7 @@
<string name="erase_sim_fail_text" msgid="7870804401227483131">"SIM ini tidak dapat dihapus karena terjadi error.\n\nMulai ulang perangkat, lalu coba lagi."</string>
<string name="network_connection_request_dialog_title" msgid="1896186380874289434">"Hubungkan ke perangkat"</string>
<string name="network_connection_request_dialog_summary" msgid="7693038309792726170">"Aplikasi <xliff:g id="APPNAME">%1$s</xliff:g> ingin menggunakan jaringan Wi-Fi sementara untuk terhubung ke perangkat"</string>
- <string name="network_connection_timeout_dialog_message" msgid="598509083077743772">"Perangkat tidak ditemukan. Pastikan perangkat dihidupkan dan dapat tersambung ke jaringan."</string>
+ <string name="network_connection_timeout_dialog_message" msgid="598509083077743772">"Perangkat tidak ditemukan. Pastikan perangkat dihidupkan dan dapat terhubung ke jaringan."</string>
<string name="network_connection_timeout_dialog_ok" msgid="6022675321823723755">"Coba lagi"</string>
<string name="network_connection_errorstate_dialog_message" msgid="3360714322047603239">"Ada masalah. Aplikasi telah membatalkan permintaan untuk memilih perangkat."</string>
<string name="network_connection_connect_successful" msgid="2587314077675642476">"Koneksi berhasil"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Picu Asisten dengan menekan lama tombol daya"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu Daya & Darurat:\nTekan tombol Daya dan Naikkan volume bersamaan."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Cegah berdering:\nPintasan tersedia di menu volume."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Durasi tekan & tahan"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Sesuaikan sensitivitas dengan memilih durasi menekan & menahan tombol daya"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Singkat"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lama"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Tampilkan dompet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Izinkan akses ke dompet dari layar kunci dan setelan cepat"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Tampilkan kontrol perangkat"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Tidak tersedia untuk sementara"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Tidak ada SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferensi jaringan"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Hubungkan ke jaringan publik"</string>
<string name="keywords_internet" msgid="7674082764898690310">"koneksi jaringan, internet, nirkabel, data, wifi, wi-fi, wi fi, seluler, (perangkat) seluler, operator seluler, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Aktifkan Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Nonaktifkan Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Jaringan W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM YANG DIDOWNLOAD"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM YANG DIDOWNLOAD"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktif"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Tidak aktif"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default untuk <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Untuk semua aplikasi dan layanan"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Setelan game"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Aktifkan pintasan Dasbor Game, dsb."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Sebelumnya"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Berikutnya"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pratinjau warna"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Permintaan akses kartu SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Sebuah perangkat ingin mengakses kartu SIM Anda. Ketuk untuk melihat detailnya."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Izinkan akses ke kartu SIM?"</string>
diff --git a/res/values-is/arrays.xml b/res/values-is/arrays.xml
index 790d361..89e2f18 100644
--- a/res/values-is/arrays.xml
+++ b/res/values-is/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Í skyndiminni (virknibiðlari)"</item>
<item msgid="8186970968968646288">"Í skyndiminni (autt)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Blágrænn"</item>
+ <item msgid="7216413848731287689">"Ljósblár"</item>
<item msgid="5661027589207588703">"Blár"</item>
- <item msgid="3795787248113275442">"Dimmfjólublár"</item>
+ <item msgid="1219738214736244749">"Grænn"</item>
<item msgid="6331809026622602308">"Fjólublár"</item>
<item msgid="6390546163902724700">"Bleikur"</item>
- <item msgid="6618900408138432102">"Rauður"</item>
+ <item msgid="6500473130620545980">"Appelsínugulur"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Eldri en 30 daga"</item>
diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml
index f375dfa..0ba7b83 100644
--- a/res/values-is/strings.xml
+++ b/res/values-is/strings.xml
@@ -1855,7 +1855,7 @@
<string name="location_scanning_bluetooth_always_scanning_title" msgid="1809309545730215891">"Bluetooth-leit"</string>
<string name="location_scanning_bluetooth_always_scanning_description" msgid="5362988856388462841">"Leyfa forritum og þjónustu að leita að nálægum tækjum hvenær sem er, jafnvel þegar slökkt er á Bluetooth. Sem dæmi er hægt að nota þetta til að bæta eiginleika og þjónustu sem byggja á staðsetningu."</string>
<string name="location_services_preference_title" msgid="604317859531782159">"Staðsetningarþjónustur"</string>
- <string name="location_services_screen_title" msgid="5640002489976602476">"Staðsetningarþjónustur"</string>
+ <string name="location_services_screen_title" msgid="5640002489976602476">"Staðsetningarþjónustur"</string>
<string name="managed_profile_location_services" msgid="8172092734138341880">"Staðsetningarþjónustur fyrir vinnuna"</string>
<string name="location_time_zone_detection_toggle_title" msgid="6518338597250564260">"Nota staðsetningu til að stilla tímabelti"</string>
<string name="location_time_zone_detection_location_is_off_dialog_title" msgid="231698690198001146">"Staðsetningar tækis krafist"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Kerfisnotkun síðasta sólarhringinn"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Notkun kerfis: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Notkun forrits: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"f.h."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"e.h."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Alls: innan við mínúta"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Í bakgrunni: innan við mínúta"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Samtals: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4291,7 +4289,7 @@
</plurals>
<string name="runtime_permissions_summary_no_permissions_granted" msgid="7456745929035665029">"Engar heimildir veittar"</string>
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Engar heimildarbeiðnir"</string>
- <string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Stjórnaðu aðgangi forrita að gögnum"</string>
+ <string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Stjórna aðgangi forrita að gögnum"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"Einkastjórnborð"</string>
<string name="permissions_usage_summary" msgid="6784310472062516454">"Sýna hvaða forrit notuðu heimildir nýlega"</string>
<string name="unused_apps" msgid="4566272194756830656">"Ónotuð forrit"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Ræstu Hjálparann með því að halda aflrofanum inni"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Aflrofa- og neyðarvalmynd:\nÝttu samtímis á aflrofann og hnappinn til að hækka hljóðstyrk."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Koma í veg fyrir hringingu:\nFlýtileið í boði á hljóðvalmyndinni."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Hversu lengi á að halda inni"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Stilltu næmi með því að velja í hversu langan tíma á að halda aflrofanum inni"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Stutt"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lengi"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Sýna veski"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Leyfa aðgang að veski af lásskjá og úr flýtistillingum"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Sýna tækjastjórnun"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Ekki tiltækt í augnablikinu"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Ekkert SIM-kort"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Netstillingar"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Tengjast opnum netum"</string>
<string name="keywords_internet" msgid="7674082764898690310">"nettenging, internetið, þráðlaust, gögn, wifi, wi-fi, wi fi, farsímakerfi, farsími, símafyrirtæki, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Kveikja á Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Slökkva á Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ net"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SÓTT SIM-KORT"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM SEM VAR HLAÐIÐ NIÐUR"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Virkt"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Óvirkt"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Sjálfgefið fyrir <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Fyrir öll forrit og þjónustur"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Leikjastillingar"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Kveikja á leikjastjórnborðsflýtileið o.s.frv."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Til baka"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Áfram"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Forskoðun litar"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Beiðni um aðgang að SIM-korti"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Tæki vill fá aðgang að SIM-kortinu þínu. Ýttu til að fá frekari upplýsingar."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Leyfa aðgang að SIM-korti?"</string>
diff --git a/res/values-it/arrays.xml b/res/values-it/arrays.xml
index 7b3b500..287eec6 100644
--- a/res/values-it/arrays.xml
+++ b/res/values-it/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Memorizzata nella cache (client attività)"</item>
<item msgid="8186970968968646288">"Memorizzata nella cache (vuoto)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Verde acqua"</item>
+ <item msgid="7216413848731287689">"Ciano"</item>
<item msgid="5661027589207588703">"Blu"</item>
- <item msgid="3795787248113275442">"Indaco"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Viola"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Rosso"</item>
+ <item msgid="6500473130620545980">"Arancione"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Più vecchi di 30 giorni"</item>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 3993b1b..b4ff877 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -1431,7 +1431,7 @@
<string name="doze_always_on_title" msgid="7326245192352868477">"Mostra sempre ora e informazioni"</string>
<string name="doze_always_on_summary" msgid="509097829739647852">"Maggiore utilizzo della batteria"</string>
<string name="force_bold_text" msgid="4620929631102086716">"Testo in grassetto"</string>
- <string name="title_font_size" msgid="570613010306330622">"Dimensioni carattere"</string>
+ <string name="title_font_size" msgid="570613010306330622">"Dimensione carattere"</string>
<string name="short_summary_font_size" msgid="184712645848458143">"Ingrandisci o riduci il testo"</string>
<string name="sim_lock_settings" msgid="4493069398250139205">"Impostazioni blocco SIM"</string>
<string name="sim_lock_settings_category" msgid="4280307997492851625">"Blocco della scheda SIM"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Utilizzo da parte del sistema nelle ultime 24 ore"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Utilizzo da parte del sistema per <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Utilizzo da parte delle app per <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Totale: meno di un minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: meno di un minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Totale: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Attiva l\'assistente tenendo premuto il tasto di accensione"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu accensione ed emergenze:\npremi contemporaneamente il tasto di accensione e il tasto alza il volume"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Disattiva suoneria:\nscorciatoia disponibile nel menu del volume."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Durata pressione"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Regola la sensibilità scegliendo la durata della pressione del tasto di accensione"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Breve"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lunga"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostra portafoglio"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Consenti l\'accesso al portafoglio dalla schermata di blocco e dalle impostazioni rapide"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostra controlli dei dispositivi"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Momentaneamente non disponibile"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nessuna SIM rilevata"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferenze di rete"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Connetti a reti pubbliche"</string>
<string name="keywords_internet" msgid="7674082764898690310">"connessione rete, internet, wireless, dati, wifi, wi-fi, wi fi, cellulare, dispositivo mobile, operatore cellulare, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Attiva Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Disattiva il Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rete W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM SCARICATA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM SCARICATE"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Attiva"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Non attiva"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /Predefinita per: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Per tutte le app e tutti i servizi"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Impostazioni di gioco"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Viene attivata la scorciatoia del Pannello di gioco e non solo"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Indietro"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Avanti"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Anteprima colore"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Richiesta di accesso alla scheda SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un dispositivo vuole accedere alla tua scheda SIM. Tocca per conoscere i dettagli."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Consentire l\'accesso alla scheda SIM?"</string>
diff --git a/res/values-iw/arrays.xml b/res/values-iw/arrays.xml
index 22554f0..31a8fd3 100644
--- a/res/values-iw/arrays.xml
+++ b/res/values-iw/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"בקובץ שמור (לקוח פעילות)"</item>
<item msgid="8186970968968646288">"בקובץ שמור (ריק)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"כחול-ירקרק"</item>
+ <item msgid="7216413848731287689">"ציאן"</item>
<item msgid="5661027589207588703">"כחול"</item>
- <item msgid="3795787248113275442">"כחול כהה"</item>
+ <item msgid="1219738214736244749">"ירוק"</item>
<item msgid="6331809026622602308">"סגול"</item>
<item msgid="6390546163902724700">"ורוד"</item>
- <item msgid="6618900408138432102">"אדום"</item>
+ <item msgid="6500473130620545980">"כתום"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"בני למעלה מ-30 ימים"</item>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 2d888c1..71a2d40 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -2952,8 +2952,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"צריכת הסוללה של המערכת ב-24 השעות האחרונות"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"צריכת הסוללה על ידי המערכת במשך <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"צריכת הסוללה על ידי האפליקציה במשך <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"סה\"כ: פחות מדקה"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ברקע: פחות מדקה"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"סה\"כ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4688,7 +4686,7 @@
<string name="display_dashboard_summary" msgid="1599453894989339454">"עיצוב כהה, גודל הגופן, בהירות"</string>
<string name="display_summary_example" msgid="4275121979039344438">"מעבר למצב שינה לאחר 10 דקות של חוסר פעילות"</string>
<string name="memory_summary" msgid="8221954450951651735">"ממוצע של <xliff:g id="USED_MEMORY">%1$s</xliff:g> מתוך <xliff:g id="TOTAL_MEMORY">%2$s</xliff:g> זיכרון בשימוש"</string>
- <string name="users_summary" msgid="8473589474976307510">"בוצעה כניסה בתור <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
+ <string name="users_summary" msgid="8473589474976307510">"התחברת בתור <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
<string name="payment_summary" msgid="5513009140568552693">"ברירת המחדל היא <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
<string name="backup_disabled" msgid="4503062265560959320">"הגיבוי מושבת"</string>
<string name="android_version_summary" msgid="7818952662015042768">"המערכת עודכנה ל-Android גרסה <xliff:g id="VERSION">%1$s</xliff:g>"</string>
@@ -4761,7 +4759,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"יש לכבות את המסך כדי להחיל שינוי צבע"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"חיישן הלייזר של המצלמה"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"עדכוני מערכת אוטומטיים"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"החלת עדכונים כאשר המכשיר מופעל מחדש"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"עדכונים יותקנו עם הפעלת המכשיר מחדש"</string>
<string name="usage" msgid="287782903846013936">"שימוש"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"שימוש בחבילת הגלישה"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"שימוש בנתונים באפליקציות"</string>
@@ -5577,6 +5575,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"כדי להפעיל את Assistant, לוחצים לחיצה ארוכה על לחצן ההפעלה"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"תפריט הפעלה וחירום:\nלוחצים על לחצן ההפעלה ועל הלחצן להגברת עוצמת הקול בו-זמנית."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"מניעת השמעה של צלצול:\nקיצור דרך זמין בתפריט עוצמת הקול."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"משך הלחיצה"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"כדי להתאים את מידת הרגישות, צריך לבחור את משך הלחיצה על לחצן ההפעלה."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"לחיצה קצרה"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"לחיצה ארוכה"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"הצגת הארנק"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"אישור גישה אל הארנק ממסך הנעילה ומההגדרות המהירות"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"הצגת פקדי המכשיר"</string>
@@ -5622,7 +5624,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"לא זמין באופן זמני"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"אין כרטיס SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"העדפות רשת"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"חיבור לרשתות ציבוריות"</string>
<string name="keywords_internet" msgid="7674082764898690310">"חיבור לרשת, אינטרנט, אלחוטי, נתונים, Wi-Fi, wi-fi, wi fi, סלולרי, נייד, ספק סלולרי, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"הפעלת Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"כיבוי ה-Wi-Fi"</string>
@@ -5640,6 +5641,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"רשת +W"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM שהורד"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"כרטיסי SIM שהורדת"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"פעיל"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"לא פעיל"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / ברירת המחדל של <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5717,6 +5719,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"לכל האפליקציות והשירותים"</string>
<string name="game_settings_title" msgid="1028178627743422090">"הגדרות משחקים"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"הפעלת הלחצן המהיר למרכז בקרת המשחקים, וכו\'"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"הקודם"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"הבא"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"תצוגה מקדימה של הצבע"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"בקשת גישה לכרטיס ה-SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"מכשיר מבקש גישה לכרטיס SIM שלך. יש להקיש לקבלת פרטים."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"להעניק גישה לכרטיס ה-SIM?"</string>
diff --git a/res/values-ja/arrays.xml b/res/values-ja/arrays.xml
index 6184680..5120065 100644
--- a/res/values-ja/arrays.xml
+++ b/res/values-ja/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"キャッシュ済み(アクティビティクライアント)"</item>
<item msgid="8186970968968646288">"キャッシュ済み(空)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ティール"</item>
+ <item msgid="7216413848731287689">"シアン"</item>
<item msgid="5661027589207588703">"ブルー"</item>
- <item msgid="3795787248113275442">"インディゴ"</item>
+ <item msgid="1219738214736244749">"グリーン"</item>
<item msgid="6331809026622602308">"パープル"</item>
<item msgid="6390546163902724700">"ピンク"</item>
- <item msgid="6618900408138432102">"レッド"</item>
+ <item msgid="6500473130620545980">"オレンジ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 日以上経過"</item>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 9fbad6b..162e880 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"過去 24 時間のシステムのバッテリー使用量"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>のシステムのバッテリー使用量"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>のアプリのバッテリー使用量"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"午前"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"午後"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"合計: 1 分未満"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"バックグラウンド: 1 分未満"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"合計: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4312,7 +4310,7 @@
<string name="advanced_apps" msgid="7643010673326578815">"詳細設定"</string>
<string name="configure_apps" msgid="5468359087126598115">"アプリの設定"</string>
<string name="unknown_app" msgid="2027248925719898714">"不明なアプリ"</string>
- <string name="app_permissions" msgid="8666537659217653626">"権限マネージャ"</string>
+ <string name="app_permissions" msgid="8666537659217653626">"権限マネージャー"</string>
<string name="app_permissions_summary" msgid="2709819220672938860">"<xliff:g id="APPS">%1$s</xliff:g>を使用するアプリ"</string>
<string name="app_permissions_summary_more" msgid="6247952473615352350">"<xliff:g id="APPS">%1$s</xliff:g>などを使用するアプリ"</string>
<string name="tap_to_wake" msgid="3313433536261440068">"タップして復帰"</string>
@@ -5356,7 +5354,7 @@
<string name="forget_passpoint_dialog_message" msgid="2433875063907365760">"残り時間や残りデータを利用できなくなる可能性があります。削除前にプロバイダにご確認ください。"</string>
<string name="keywords_content_capture" msgid="7802155522681936956">"コンテンツの取得, アプリのコンテンツ"</string>
<string name="content_capture" msgid="868372905432812238">"アプリのコンテンツ"</string>
- <string name="content_capture_summary" msgid="49720773699715531">"Android システムへのコンテンツの送信をアプリに許可する"</string>
+ <string name="content_capture_summary" msgid="49720773699715531">"Android システムにコンテンツを送信することをアプリに許可する"</string>
<string name="capture_system_heap_dump_title" msgid="9210974110606886455">"システムのヒープダンプを取得"</string>
<string name="capturing_system_heap_dump_message" msgid="8410503247477360622">"システムのヒープダンプを取得しています"</string>
<string name="error_capturing_system_heap_dump_message" msgid="2352983250048200052">"システムのヒープダンプを取得できませんでした"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"電源ボタンを長押ししてアシスタントを呼び出します"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"電源ボタンと緊急通報のメニュー:\n電源ボタンと音量大ボタンを同時に押してください。"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"着信音のミュート:\n音量メニューでショートカットを利用できます。"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"長押しの長さ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"長さを選択して感度を調整し、電源ボタンを長押しします。"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"短い"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"長い"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ウォレットを表示"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ロック画面とクイック設定からウォレットへのアクセスを許可します"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"デバイス コントロールを表示"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"一時的に利用できません"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM なし"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ネットワーク設定"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"パブリック ネットワークに接続する"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ネットワーク接続, インターネット, ワイヤレス, データ, wifi, Wi-Fi, ワイファイ, 携帯, モバイル, 携帯通信会社, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi を ON にする"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi を OFF にする"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ネットワーク"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ダウンロード型 SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ダウンロード型 SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"有効"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"無効"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g>のデフォルト"</string>
@@ -5534,9 +5536,12 @@
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"UWB を使用するには機内モードを OFF にしてください"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"カメラへのアクセス"</string>
<string name="mic_toggle_title" msgid="265145278323852547">"マイクへのアクセス"</string>
- <string name="sensor_toggle_description" msgid="8248823248606795411">"すべてのアプリとサービス"</string>
+ <string name="sensor_toggle_description" msgid="8248823248606795411">"すべてのアプリとサービスにアクセスを許可する"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ゲームの設定"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ゲーム ダッシュボード ショートカットやその他の機能を有効にします"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"前へ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"次へ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"色のプレビュー"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM カードへのアクセスのリクエスト"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"デバイスが SIM カードにアクセスしようとしています。タップして詳細をご確認ください。"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM カードへのアクセスを許可しますか?"</string>
diff --git a/res/values-ka/arrays.xml b/res/values-ka/arrays.xml
index e8c0ee0..2f983af 100644
--- a/res/values-ka/arrays.xml
+++ b/res/values-ka/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"ქეშირებულია (აქტივობის კლიენტი)"</item>
<item msgid="8186970968968646288">"ქეშირებული (ცარიელი)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ზურმუხტისფერი"</item>
+ <item msgid="7216413848731287689">"ციანი"</item>
<item msgid="5661027589207588703">"ლურჯი"</item>
- <item msgid="3795787248113275442">"მუქი ლურჯი"</item>
+ <item msgid="1219738214736244749">"მწვანე"</item>
<item msgid="6331809026622602308">"მეწამული"</item>
<item msgid="6390546163902724700">"ვარდისფერი"</item>
- <item msgid="6618900408138432102">"წითელი"</item>
+ <item msgid="6500473130620545980">"ნარინჯისფერი"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 დღეზე ძველი"</item>
diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml
index 1049fd4..7b5b607 100644
--- a/res/values-ka/strings.xml
+++ b/res/values-ka/strings.xml
@@ -1767,7 +1767,7 @@
<string name="main_clear_progress_title" msgid="7239741132015617719">"მიმდინარეობს ამოშლა"</string>
<string name="main_clear_progress_text" msgid="4636695115176327972">"გთხოვთ, მოითმინოთ…"</string>
<string name="call_settings_title" msgid="2531072044177194164">"დარეკვის პარამეტრები"</string>
- <string name="call_settings_summary" msgid="8244293779053318053">"ხმოვანი ფოსტის, ზარის გადამისამართების, ზარის დალოდების, დამრეკავის ID-ის დაყენება"</string>
+ <string name="call_settings_summary" msgid="8244293779053318053">"ხმოვანი ფოსტის, ზარის გადამისამართების, ზარის დალოდების, დამრეკავის ID-ს დაყენება"</string>
<string name="tether_settings_title_usb" msgid="5926474044238409099">"USB ტეტერინგი"</string>
<string name="tether_settings_title_wifi" msgid="4327056146425282159">"პორტატული უსადენო ქსელი"</string>
<string name="tether_settings_title_bluetooth" msgid="8878813702520141084">"Bluetooth ტეტერინგი"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"სისტემის გამოყენება ბოლო 24 საათის მანძილზე"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"სისტემის გამოყენება შემდეგისთვის: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"აპის გამოყენება შემდეგისთვის: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"სულ: წუთზე ნაკლები"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ფონი: წუთზე ნაკლები"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"სულ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -2972,7 +2970,7 @@
<string name="certificate_warning_install_anyway" msgid="4633118283407228740">"ინსტალაცია მიუხედავად ამისა"</string>
<string name="cert_not_installed" msgid="6725137773549974522">"სერტიფიკატი არ არის დაინსტალირებული"</string>
<string name="request_manage_credentials_title" msgid="596805634568013413">"დაიშვას "<b>"<xliff:g id="APP_NAME">^1</xliff:g>"</b>"-ის მიერ სერტიფიკატების ინსტალაცია ამ მოწყობილობაზე?"</string>
- <string name="request_manage_credentials_description" msgid="8044839857171509619">"ეს სერტიფიკატები დაადასტურებენ თქვენს ვინაობას ქვემოთ მოცემული აპებისა და URL-ებისთვის თქვენი მოწყობილობის უნიკალური ID-ის გაზიარებით"</string>
+ <string name="request_manage_credentials_description" msgid="8044839857171509619">"ეს სერტიფიკატები დაადასტურებენ თქვენს ვინაობას ქვემოთ მოცემული აპებისა და URL-ებისთვის თქვენი მოწყობილობის უნიკალური ID-ს გაზიარებით"</string>
<string name="request_manage_credentials_dont_allow" msgid="3630610197644877809">"არ დაიშვას"</string>
<string name="request_manage_credentials_allow" msgid="4910940118408348245">"დაიშვას"</string>
<string name="request_manage_credentials_more" msgid="6101210283534101582">"მეტის ჩვენება"</string>
@@ -4617,7 +4615,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"ფერთა ცვლილების მისასადაგებლად, გამორთეთ ეკრანი"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"კამერის ლაზერული სენსორი"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"სისტემის ავტომატური განახლება"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"განახლებების მიყენება მოწყობილობის გადატვირთვისას"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"განახლებების გააქტიურება მოწყობილობის გადატვირთვისას"</string>
<string name="usage" msgid="287782903846013936">"მოხმარება"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"მობილური ინტერნეტის მოხმარება"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"აპის მონაცემთა გამოყენება"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"ასისტენტის გაშვება ჩართვის ღილაკზე ხანგრძლივად დაჭერით"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ჩართვის და საგანგებო მენიუ:\nერთდროულად დააჭირეთ ჩართვას და ხმის აწევას."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"დარეკვის თავიდან აცილება:\nმალსახმობი ხმის სიმძლავრის მენიუშია."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"დაჭერის ხანგრძლივობა"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"დაარეგულირეთ მგრძნობიარობა იმის არჩევით, თუ რამდენი ხნით უნდა გეჭიროთ ჩართვის ღილაკი"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ხანმოკლე"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ხანგრძლივი"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"საფულის ჩვენება"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"დაუშვით საფულეზე წვდომა ჩაკეტილი ეკრანიდან და სწრაფი პარამეტრებიდან"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"მოწყობილობის მართვის საშუალებების ჩვენება"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"დროებით მიუწვდომელია"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM არ არის"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ქსელის პარამეტრები"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"საჯარო ქსელებთან დაკავშირება"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ქსელთან კავშირი, ინტერნეტი, უსადენო, მონაცემები, wifi, wi-fi, wi fi, ფიჭური, მობილური, ფიჭური ოპერატორი, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi‑Fi-ს ჩართვა"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi-ს გამორთვა"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ქსელი"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ჩამოტვირთული SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ჩამოტვირთული SIM-ები"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"აქტიური"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"არააქტიური"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / ნაგულისხმევი <xliff:g id="ID_1">%1$s</xliff:g>-თვის"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"ყველა აპისა და სერვისისთვის"</string>
<string name="game_settings_title" msgid="1028178627743422090">"თამაშის პარამეტრები"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"თამაშების დაფის მალსახმობის ჩართვა და სხვა"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"წინა"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"შემდეგი"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ფერის გადახედვა"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM ბარათზე წვდომის მოთხოვნა"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"მოწყობილობას სურს წვდომა თქვენს SIM ბარათზე. შეეხეთ დეტალების სანახავად."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"დაუშვებთ SIM ბარათზე წვდომას?"</string>
diff --git a/res/values-kk/arrays.xml b/res/values-kk/arrays.xml
index 9360ac9..8097032 100644
--- a/res/values-kk/arrays.xml
+++ b/res/values-kk/arrays.xml
@@ -290,7 +290,7 @@
<item msgid="37519917674959757">"жадты оқу"</item>
<item msgid="3868809525697401379">"жадқа жазу"</item>
<item msgid="2504191192460059817">"экранды қосу"</item>
- <item msgid="7905819538788103556">"есептік жазбаларды алу"</item>
+ <item msgid="7905819538788103556">"аккаунттарды алу"</item>
<item msgid="1675025662248079254">"фонда іске қосу"</item>
<item msgid="2553974920157061225">"арнайы мүмкіндіктердің дыбыс деңгейі"</item>
</string-array>
@@ -357,7 +357,7 @@
<item msgid="3778165903878569143">"Жадты оқу"</item>
<item msgid="555939881912035315">"Жадқа жазу"</item>
<item msgid="4281352581602735717">"Экранды қосу"</item>
- <item msgid="346122795998225472">"Есептік жазбаларды алу"</item>
+ <item msgid="346122795998225472">"Аккаунттарды алу"</item>
<item msgid="3756073389408535680">"Фонда іске қосу"</item>
<item msgid="2114661179947426734">"Арнайы мүмкіндіктердің дыбыс деңгейі"</item>
</string-array>
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кэштелген (белсенділік клиенті)"</item>
<item msgid="8186970968968646288">"Кэштелген (бос)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Көкшіл жасыл"</item>
+ <item msgid="7216413848731287689">"Көк"</item>
<item msgid="5661027589207588703">"Көк"</item>
- <item msgid="3795787248113275442">"Индиго түсі"</item>
+ <item msgid="1219738214736244749">"Жасыл"</item>
<item msgid="6331809026622602308">"Күлгін"</item>
<item msgid="6390546163902724700">"Қызғылт"</item>
- <item msgid="6618900408138432102">"Қызыл"</item>
+ <item msgid="6500473130620545980">"Қызғылт сары"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 күннен артық сақталған"</item>
diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml
index ad1f7ae..aed276e 100644
--- a/res/values-kk/strings.xml
+++ b/res/values-kk/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Жүйенің соңғы 24 сағатта батарея зарядын пайдалануы"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Жүйенің <xliff:g id="SLOT">%s</xliff:g> пайдалануы"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Қолданбаның <xliff:g id="SLOT">%s</xliff:g> пайдалануы"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"түске дейін"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"түстен кейін"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Барлығы: бір минуттан аз"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Фондық режимде: бір минуттан аз"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Барлығы: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Assistant-ті қуат түймесін басып тұру арқылы іске қосыңыз."</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Қуат және төтенше жағдай мәзірі:\nҚуат түймесі мен дыбысты арттыру түймесін бір уақытта басыңыз."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Қоңырау дыбысын өшіру:\nДыбыс деңгейі мәзірінде таңбаша бар."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Басып тұру ұзақтығы"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Қуат түймесін қаншалықты ұзақ басып тұру қажеттігін таңдау арқылы сезгіштікті реттеңіз."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Қысқа"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Ұзақ"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Әмиянды көрсету"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Құлыптаулы экран мен жылдам параметрлерден әмиянды пайдалануға рұқсат беру"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Құрылғыны басқару элементтерін көрсету"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Уақытша қолжетімді емес"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM картасы жоқ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Желі параметрлері"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Қоғамдық жерлердегі желілерге қосылу"</string>
<string name="keywords_internet" msgid="7674082764898690310">"желі байланысы, интернет, сымсыз байланыс, деректер, wifi, Wi-Fi, Wi Fi, ұялы, мобильдік, ұялы байланыс операторы, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi‑Fi желісін қосу"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi желісін өшіру"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ желісі"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ЖҮКТЕП АЛЫНҒАН SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ЖҮКТЕП АЛЫНҒАН SIM КАРТАЛАРЫ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Қосулы"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Өшірулі"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /<xliff:g id="ID_1">%1$s</xliff:g> үшін әдепкі"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Барлық қолданба мен қызмет үшін"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Ойын параметрлері"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Ойын тақтасының таңбашасын қосу және т.б."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Алдыңғы"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Келесі"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Түсті алдын ала қарау"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM картасын пайдалануға рұқсат сұрау"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Құрылғы SIM картаңызды пайдалануға рұқсат сұрайды. Толық мәлімет алу үшін түртіңіз."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM картасын пайдалануға рұқсат берілсін бе?"</string>
diff --git a/res/values-km/arrays.xml b/res/values-km/arrays.xml
index e8f4e4a..0dbb161 100644
--- a/res/values-km/arrays.xml
+++ b/res/values-km/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"ទុកក្នុងឃ្លាំងសម្ងាត់ (ម៉ាស៊ីនកូនសកម្មភាព)"</item>
<item msgid="8186970968968646288">"ទុកក្នុងឃ្លាំងសម្ងាត់ (ទទេ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"បៃតងចាស់"</item>
+ <item msgid="7216413848731287689">"ស៊ីលៀប"</item>
<item msgid="5661027589207588703">"ពណ៌ខៀវ"</item>
- <item msgid="3795787248113275442">"ទឹកប៊ិក"</item>
+ <item msgid="1219738214736244749">"បៃតង"</item>
<item msgid="6331809026622602308">"ពណ៍ស្វាយ"</item>
<item msgid="6390546163902724700">"ផ្កាឈូក"</item>
- <item msgid="6618900408138432102">"ពណ៌ក្រហម"</item>
+ <item msgid="6500473130620545980">"ទឹកក្រូច"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"លើសពី 30 ថ្ងៃ"</item>
diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml
index be0e180..e273c84 100644
--- a/res/values-km/strings.xml
+++ b/res/values-km/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ការប្រើប្រាស់ប្រព័ន្ធក្នុងរយៈពេល 24 ម៉ោងចុងក្រោយ"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"ការប្រើប្រាស់កម្មវិធីក្នុងរយៈពេល <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"ការប្រើប្រាស់កម្មវិធីក្នុងរយៈពេល <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"សរុប៖ តិចជាងមួយនាទី"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ផ្ទៃខាងក្រោយ៖ តិចជាងមួយនាទី"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"សរុប៖ <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4291,7 +4289,7 @@
</plurals>
<string name="runtime_permissions_summary_no_permissions_granted" msgid="7456745929035665029">"គ្មានការផ្តល់សិទ្ធិអនុញ្ញាតទេ"</string>
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"គ្មានការអនុញ្ញាតដែលបានស្នើសុំទេ"</string>
- <string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"គ្រប់គ្រងសិទ្ធិចូលប្រើទិន្នន័យរបស់អ្នកពីកម្មវិធី"</string>
+ <string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"គ្រប់គ្រងសិទ្ធិរបស់កម្មវិធីក្នុងការចូលប្រើទិន្នន័យរបស់អ្នក"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"ផ្ទាំងគ្រប់គ្រងឯកជនភាព"</string>
<string name="permissions_usage_summary" msgid="6784310472062516454">"បង្ហាញកម្មវិធីដែលបានប្រើការអនុញ្ញាតនាពេលថ្មីៗនេះ"</string>
<string name="unused_apps" msgid="4566272194756830656">"កម្មវិធីដែលមិនប្រើ"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"បើកដំណើរការជំនួយការដោយចុចប៊ូតុងថាមពលឱ្យជាប់"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ម៉ឺនុយថាមពល និងពេលមានអាសន្ន៖\nចុចប៊ូតុងថាមពល និងដំឡើងកម្រិតសំឡេងក្នុងពេលតែមួយ។"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ទប់ស្កាត់ការរោទ៍៖\nអាចប្រើផ្លូវកាត់បាននៅក្នុងម៉ឺនុយកម្រិតសំឡេង។"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"រយៈពេលចុចឱ្យជាប់"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"កែតម្រូវកម្រិតពន្លឺដោយជ្រើសរើសរយៈពេលដែលត្រូវចុចប៊ូតុងថាមពលឱ្យជាប់"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ខ្លី"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"វែង"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"បង្ហាញកាបូប"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"អនុញ្ញាតឱ្យចូលប្រើកាបូបពីអេក្រង់ចាក់សោ និងការកំណត់រហ័ស"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"បង្ហាញផ្ទាំងគ្រប់គ្រងឧបករណ៍"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"មិនអាចប្រើបានជាបណ្ដោះអាសន្ន"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"មិនមានស៊ីមទេ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ចំណូលចិត្តបណ្តាញ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ភ្ជាប់ជាមួយបណ្ដាញសាធារណៈ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ការតភ្ជាប់បណ្ដាញ, អ៊ីនធឺណិត, ឥតខ្សែ, ទិន្នន័យ, wifi, wi-fi, wi fi, បណ្ដាញចល័ត, ឧបករណ៍ចល័ត, ក្រុមហ៊ុនសេវាទូរសព្ទចល័ត, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"បើក Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"បិទ Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"បណ្ដាញ W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ស៊ីម"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ស៊ីមដែលបានទាញយក"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ស៊ីមដែលបានទាញយក"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"សកម្ម"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"អសកម្ម"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / លំនាំដើមសម្រាប់ <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"សម្រាប់កម្មវិធី និងសេវាកម្មទាំងអស់"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ការកំណត់ហ្គេម"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"បើកផ្លូវកាត់ផ្ទាំងគ្រប់គ្រងហ្គេម ។ល។"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"មុន"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"បន្ទាប់"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ការមើលពណ៌សាកល្បង"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"សំណើចូលប្រើស៊ីមកាត"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"មានឧបករណ៍មួយចង់ចូលប្រើស៊ីមកាតរបស់អ្នក។ សូមចុច ដើម្បីមើលព័ត៌មានលម្អិត។"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"អនុញ្ញាតឱ្យចូលប្រើស៊ីមកាតឬ?"</string>
diff --git a/res/values-kn/arrays.xml b/res/values-kn/arrays.xml
index 335084b..31c4b4d 100644
--- a/res/values-kn/arrays.xml
+++ b/res/values-kn/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"ಕ್ಯಾಶ್ ಮಾಡಲಾದ (ಚಟುವಟಿಕೆ ಕ್ಲೈಂಟ್)"</item>
<item msgid="8186970968968646288">"ಕ್ಯಾಶ್ ಮಾಡಲಾಗಿದೆ (ಖಾಲಿ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ಗಾಢ ಹಸಿರು-ನೀಲಿ"</item>
+ <item msgid="7216413848731287689">"ಸಯನ್"</item>
<item msgid="5661027589207588703">"ನೀಲಿ"</item>
- <item msgid="3795787248113275442">"ಊದಾ"</item>
+ <item msgid="1219738214736244749">"ಹಸಿರು"</item>
<item msgid="6331809026622602308">"ನೇರಳೆ"</item>
<item msgid="6390546163902724700">"ಗುಲಾಬಿ ಬಣ್ಣ"</item>
- <item msgid="6618900408138432102">"ಕೆಂಪು"</item>
+ <item msgid="6500473130620545980">"ಕಿತ್ತಳೆ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 ದಿನಗಳಿಗಿಂತಲೂ ಹಳೆಯದು"</item>
diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml
index 56dc3bef5..c86b38a 100644
--- a/res/values-kn/strings.xml
+++ b/res/values-kn/strings.xml
@@ -1292,7 +1292,7 @@
<string name="accessibility_category_personal" msgid="2228088849803484780">"ವೈಯಕ್ತಿಕ ಪ್ರೊಫೈಲ್ ಖಾತೆಗಳು"</string>
<string name="accessibility_work_account_title" msgid="7622485151217943839">"ಕೆಲಸದ ಖಾತೆ - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
<string name="accessibility_personal_account_title" msgid="8535265881509557013">"ವೈಯಕ್ತಿಕ ಖಾತೆ - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
- <string name="search_settings" msgid="7573686516434589771">"Search"</string>
+ <string name="search_settings" msgid="7573686516434589771">"ಹುಡುಕಿ"</string>
<string name="display_settings" msgid="7197750639709493852">"ಪ್ರದರ್ಶನ"</string>
<string name="accelerometer_title" msgid="7745991950833748909">"ಸ್ಕ್ರೀನ್ ಸ್ವಯಂ-ತಿರುಗಿಸಿ"</string>
<string name="auto_rotate_option_off" msgid="2788096269396290731">"ಆಫ್"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ಕಳೆದ 24 ಗಂಟೆಗಳಲ್ಲಿನ ಸಿಸ್ಟಂ ಬಳಕೆ"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> ಗಾಗಿ ಸಿಸ್ಟಂ ಬಳಕೆ"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> ಗಾಗಿ ಆ್ಯಪ್ ಬಳಕೆ"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"ಒಟ್ಟು: ಒಂದು ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ಹಿನ್ನೆಲೆ: ಒಂದು ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"ಒಟ್ಟು: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4081,9 +4079,9 @@
<string name="zen_mode_starred_contacts_title" msgid="630299631659575589">"ನಕ್ಷತ್ರ ಹಾಕಿರುವ ಸಂಪರ್ಕಗಳು"</string>
<string name="zen_mode_starred_contacts_summary_contacts" msgid="1629467178444895094">"{count,plural,offset:2 =0{ಯಾವುದೂ ಇಲ್ಲ}=1{{contact_1}}=2{{contact_1} ಮತ್ತು {contact_2}}=3{{contact_1}, {contact_2} ಮತ್ತು {contact_3}}one{{contact_1}, {contact_2} ಮತ್ತು # ಇತರರು}other{{contact_1}, {contact_2} ಮತ್ತು # ಇತರರು}}"</string>
<string name="zen_mode_starred_contacts_empty_name" msgid="2906404745550293688">"(ಯಾವುದೇ ಹೆಸರಿಲ್ಲ)"</string>
- <string name="zen_mode_messages" msgid="7315084748885170585">"Messages"</string>
+ <string name="zen_mode_messages" msgid="7315084748885170585">"ಸಂದೇಶಗಳು"</string>
<string name="zen_mode_messages_list" msgid="5431014101342361882">"ಸಂದೇಶಗಳು"</string>
- <string name="zen_mode_messages_title" msgid="1777598523485334405">"Messages"</string>
+ <string name="zen_mode_messages_title" msgid="1777598523485334405">"ಸಂದೇಶಗಳು"</string>
<string name="zen_mode_messages_header" msgid="253721635061451577">"ಅಡಚಣೆ ಉಂಟುಮಾಡಬಹುದಾದ ಸಂದೇಶಗಳು"</string>
<string name="zen_mode_messages_footer" msgid="6002468050854126331">"ಅನುಮತಿಸಿದ ಸಂದೇಶಗಳ ಧ್ವನಿ ಕೇಳಿಸುವುದನ್ನು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು, ಸಾಧನವನ್ನು \"ರಿಂಗ್\"ಗೆ ಹೊಂದಿಸಲಾಗಿದೆಯೇ ಎಂಬುದನ್ನು ಪರಿಶೀಲಿಸಿ"</string>
<string name="zen_mode_custom_messages_footer" msgid="7545180036949550830">"‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’ ಗಾಗಿ ಒಳಬರುವ ಸಂದೇಶಗಳನ್ನು ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಸ್ನೇಹಿತರು, ಕುಟುಂಬ ಅಥವಾ ಇತರ ಸಂಪರ್ಕಗಳು ನಿಮ್ಮನ್ನು ತಲುಪಲು ಅನುಮತಿ ನೀಡುವಂತೆ ನೀವು ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಸರಿಹೊಂದಿಸಬಹುದು."</string>
@@ -4981,7 +4979,7 @@
<string name="storage_music_audio" msgid="1185624135490182822">"ಸಂಗೀತ ಮತ್ತು ಆಡಿಯೋ"</string>
<string name="storage_games" msgid="1176568610086802469">"ಗೇಮ್ಗಳು"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"ಇತರ ಅಪ್ಲಿಕೇಶನ್ಗಳು"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
+ <string name="storage_files" msgid="7968460921272772299">"ಫೈಲ್ಗಳು"</string>
<string name="storage_images" msgid="2055893015567979387">"ಚಿತ್ರಗಳು"</string>
<string name="storage_videos" msgid="6117698226447251033">"ವೀಡಿಯೊಗಳು"</string>
<string name="storage_audio" msgid="5994664984472140386">"ಆಡಿಯೋ"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"ಪವರ್ ಬಟನ್ ಹಿಡಿದಿಟ್ಟುಕೊಳ್ಳುವ ಮೂಲಕ Assistant ಅನ್ನು ಬಳಸಿ"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ಪವರ್ ಮತ್ತು ತುರ್ತು ಮೆನು:\nಪವರ್ ಮತ್ತು ವಾಲ್ಯೂಮ್ ಬಟನ್ ಅನ್ನು ಒಟ್ಟಿಗೆ ಒತ್ತಿರಿ."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ರಿಂಗ್ ಆಗುವುದನ್ನು ತಡೆಯಿರಿ:\nವಾಲ್ಯೂಮ್ ಮೆನುವಿನಲ್ಲಿ ಶಾರ್ಟ್ಕಟ್ ಲಭ್ಯವಿದೆ."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ಒತ್ತಿ ಹಿಡಿಯುವ ಅವಧಿ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"ಪವರ್ ಬಟನ್ ಅನ್ನು ಎಷ್ಟು ಹೊತ್ತು ಒತ್ತಿ ಹಿಡಿಯಬೇಕು ಎಂಬುದನ್ನು ಆಯ್ಕೆ ಮಾಡುವ ಮೂಲಕ ಸೂಕ್ಷ್ಮತೆಯನ್ನು ಸರಿಹೊಂದಿಸಿ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ಚಿಕ್ಕದು"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ದೀರ್ಘ"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ವಾಲೆಟ್ ತೋರಿಸಿ"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ಲಾಕ್ ಸ್ಕ್ರೀನ್ ಮತ್ತು ತ್ವರಿತ ಸೆಟ್ಟಿಂಗ್ಗಳ ಮೂಲಕ ವಾಲೆಟ್ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ಅನುಮತಿಸಿ."</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ಸಾಧನ ನಿಯಂತ್ರಣಗಳನ್ನು ತೋರಿಸಿ"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"ತಾತ್ಕಾಲಿಕವಾಗಿ ಲಭ್ಯವಿಲ್ಲ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"ಯಾವುದೇ ಸಿಮ್ ಇಲ್ಲ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ನೆಟ್ವರ್ಕ್ ಪ್ರಾಶಸ್ತ್ಯಗಳು"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ಸಾರ್ವಜನಿಕ ನೆಟ್ವರ್ಕ್ಗಳಿಗೆ ಕನೆಕ್ಟ್ ಮಾಡಿ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ನೆಟ್ವರ್ಕ್ ಕನೆಕ್ಷನ್, ಇಂಟರ್ನೆಟ್, ವೈರ್ಲೆಸ್, ಡೇಟಾ, ವೈಫೈ, ವೈ-ಫೈ, ವೈ ಫೈ, ಸೆಲ್ಯುಲಾರ್, ಮೊಬೈಲ್, ಸೆಲ್ ವಾಹಕ, 4g, 3g, 2g, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"ವೈ-ಫೈ ಆನ್ ಮಾಡಿ"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ವೈ-ಫೈ ಆಫ್ ಮಾಡಿ"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ನೆಟ್ವರ್ಕ್"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ಸಿಮ್"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ಡೌನ್ಲೋಡ್ ಮಾಡಿರುವ ಸಿಮ್"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ಡೌನ್ಲೋಡ್ ಮಾಡಲಾದ ಸಿಮ್ಗಳು"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"ಸಕ್ರಿಯವಾಗಿದೆ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> ಗಾಗಿ ಡೀಫಾಲ್ಟ್ ಆಗಿದೆ"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"ಎಲ್ಲಾ ಆ್ಯಪ್ಗಳು ಮತ್ತು ಸೇವೆಗಳಿಗಾಗಿ"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ಗೇಮ್ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ಗೇಮ್ ಡ್ಯಾಶ್ಬೋರ್ಡ್ ಶಾರ್ಟ್ಕಟ್, ಇತ್ಯಾದಿ ಆನ್ ಮಾಡಿ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ಹಿಂದಿನದು"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ಮುಂದಿನದು"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ಬಣ್ಣ ಪೂರ್ವವೀಕ್ಷಣೆ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM ಕಾರ್ಡ್ ಪ್ರವೇಶ ವಿನಂತಿ"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ಸಾಧನವು ನಿಮ್ಮ SIM ಕಾರ್ಡ್ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ಬಯಸುತ್ತದೆ. ವಿವರಗಳಿಗಾಗಿ ಟ್ಯಾಪ್ ಮಾಡಿ."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM ಕಾರ್ಡ್ಗೆ ಪ್ರವೇಶವನ್ನು ಅನುಮತಿಸುವುದೇ?"</string>
diff --git a/res/values-ko/arrays.xml b/res/values-ko/arrays.xml
index ebd8efb..66603b8 100644
--- a/res/values-ko/arrays.xml
+++ b/res/values-ko/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"캐시됨(활동 클라이언트)"</item>
<item msgid="8186970968968646288">"캐시됨(비어 있음)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"청록색"</item>
+ <item msgid="7216413848731287689">"녹청색"</item>
<item msgid="5661027589207588703">"파란색"</item>
- <item msgid="3795787248113275442">"남색"</item>
+ <item msgid="1219738214736244749">"녹색"</item>
<item msgid="6331809026622602308">"보라색"</item>
<item msgid="6390546163902724700">"분홍색"</item>
- <item msgid="6618900408138432102">"빨간색"</item>
+ <item msgid="6500473130620545980">"주황색"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30일 이상 경과"</item>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index ab1c7f1..2c3a4a4 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"지난 24시간 동안의 시스템 사용량"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>의 시스템 사용량"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>의 앱 사용량"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"오전"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"오후"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"총 시간: 1분 미만"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"백그라운드: 1분 미만"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"총 시간: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"전원 버튼을 길게 눌러 어시스턴트 실행"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"전원 및 비상 메뉴:\n전원 버튼과 볼륨 업 버튼을 동시에 누릅니다."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"벨 울림 방지:\n볼륨 메뉴에서 바로가기를 사용할 수 있습니다."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"길게 누르기 시간"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"전원 버튼을 얼마나 길게 누를지 선택하여 민감도 조정"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"짧게"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"길게"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"월렛 표시"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"잠금 화면 및 빠른 설정에서 월렛 액세스 허용"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"기기 제어 표시"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"일시적으로 사용할 수 없음"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM 없음"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"네트워크 환경설정"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"공용 네트워크에 연결"</string>
<string name="keywords_internet" msgid="7674082764898690310">"네트워크 연결, 인터넷, 무선, 데이터, Wifi, Wi-Fi, Wi Fi, 셀룰러, 모바일, 이동통신사, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi 사용"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi 사용 중지"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ 네트워크"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM 다운로드"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"다운로드한 SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"활성"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"비활성"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /<xliff:g id="ID_1">%1$s</xliff:g> 기본값"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"모든 앱 및 서비스"</string>
<string name="game_settings_title" msgid="1028178627743422090">"게임 설정"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"게임 대시보드 바로가기 사용 설정 등"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"이전"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"다음"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"색상 미리보기"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM 카드 액세스 요청"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"기기에서 SIM 카드에 액세스하려고 합니다. 탭하여 세부정보를 확인하세요."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM 카드 액세스를 허용하시겠습니까?"</string>
diff --git a/res/values-ky/arrays.xml b/res/values-ky/arrays.xml
index abe0fcd..cb59e7a 100644
--- a/res/values-ky/arrays.xml
+++ b/res/values-ky/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кештелген (иш-аракет кардары)"</item>
<item msgid="8186970968968646288">"Кештелген (бош)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Жашыл"</item>
+ <item msgid="7216413848731287689">"Көгүлтүр"</item>
<item msgid="5661027589207588703">"Көк"</item>
- <item msgid="3795787248113275442">"Индиго"</item>
+ <item msgid="1219738214736244749">"Жашыл"</item>
<item msgid="6331809026622602308">"Сыя"</item>
<item msgid="6390546163902724700">"Кызгылтым"</item>
- <item msgid="6618900408138432102">"Кызыл"</item>
+ <item msgid="6500473130620545980">"Кызгылт сары"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 күндөн мурунку"</item>
diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml
index e078a3b..a69aaf3 100644
--- a/res/values-ky/strings.xml
+++ b/res/values-ky/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Системанын акыркы 24 саатта колдонулушу"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Системанын колдонулушу: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Колдонмонун иштетилиши: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"түшкө чейин"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"түштөн кийин"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Жалпысынан: бир мүнөткө жетпейт"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Фондо колдонулушу: бир мүнөткө жетпейт"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Жалпысынан: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Кубат баскычын көпкө басып, Жардамчыны иштетесиз"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Кубат баскычы жана Шашылыш билдирүү менюсу:\nКубат менен Үндү катуулатуу баскычтарын чогуу басыңыз."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Шыңгыратуунун алдын алуу:\nЫкчам баскыч үндү катуулатуу менюсунда жеткиликтүү."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Коё бербей басып туруунун узактыгы"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Сезгичтигин тууралоо үчүн кубат баскычын канча убакытка чейин коё бербей басып туруу керектигин тандаңыз"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Кыска"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Узун"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Капчыкты көрсөтүү"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Капчыкка кулпуланган экрандан жана ыкчам жөндөөлөрдөн өтөсүз"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Түзмөктү башкаруу элементтерин көрсөтүү"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Убактылуу жеткиликсиз"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM-карта жок"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Тармак жөндөөлөрү"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Жалпыга ачык тармактарга туташуу"</string>
<string name="keywords_internet" msgid="7674082764898690310">"тармакка туташуу, интернет, зымсыз, маалымат, wifi, wi-fi, wi fi, уюлдук, мобилдик, байланыш оператору, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi‑Fi\'ды жандыруу"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi\'ды өчүрүү"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ тармак"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM-карта"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM-КАРТА ЖҮКТӨЛҮП АЛЫНДЫ"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ЖҮКТӨЛҮП АЛЫНГАН SIM-КАРТАЛАР"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Иштеп жатат"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Өчүрүлгөн"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> үчүн демейки конфигурация"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Бардык колдонмолор жана кызматтар үчүн"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Оюндун жөндөөлөрү"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Оюн тактасынын ыкчам баскычын ж.б. күйгүзүү"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Мурунку"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Кийинки"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Түстү алдын ала көрүү"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM картага кирүүгө уруксат суралды"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Түзмөк SIM картаңызга мүмкүнчүлүк алгысы келет. Чоо-жайын көрүү үчүн таптап коюңуз."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM картага кирүүгө уруксат бересизби?"</string>
diff --git a/res/values-lo/arrays.xml b/res/values-lo/arrays.xml
index e179361..b03d165 100644
--- a/res/values-lo/arrays.xml
+++ b/res/values-lo/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cached (ການເຄື່ອນໄຫວລູກຂ່າຍ)"</item>
<item msgid="8186970968968646288">"Cached (ຫວ່າງເປົ່າ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ສີຂຽວອົມຟ້າ"</item>
+ <item msgid="7216413848731287689">"ສີຟ້າຂຽວ"</item>
<item msgid="5661027589207588703">"ສີຟ້າ"</item>
- <item msgid="3795787248113275442">"ສີມ່ວງເຂັ້ມ"</item>
+ <item msgid="1219738214736244749">"ສີຂຽວ"</item>
<item msgid="6331809026622602308">"ສີມ່ວງ"</item>
<item msgid="6390546163902724700">"ສີບົວ"</item>
- <item msgid="6618900408138432102">"ສີແດງ"</item>
+ <item msgid="6500473130620545980">"ສີສົ້ມ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"ເກີນ 30 ມື້ແລ້ວ"</item>
diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml
index 15a6ec7..320fd4c 100644
--- a/res/values-lo/strings.xml
+++ b/res/values-lo/strings.xml
@@ -2327,7 +2327,7 @@
<string name="accessibility_tutorial_dialog_message_gesture_settings" msgid="40769674586981429">"ເພື່ອໃຊ້ຄຸນສົມບັດການຊ່ວຍເຂົ້າເຖິງ, ໃຫ້ປັດຂຶ້ນຈາກລຸ່ມສຸດຂອງໜ້າຈໍດ້ວຍ 2 ນິ້ວ.\n\nເພື່ອສະຫຼັບລະຫວ່າງຄຸນສົມບັດ, ໃຫ້ປັດຂຶ້ນດ້ວຍ 2 ນິ້ວຄ້າງໄວ້."</string>
<string name="accessibility_tutorial_dialog_message_gesture_settings_talkback" msgid="7292969929578621958">"ເພື່ອໃຊ້ຄຸນສົມບັດການຊ່ວຍເຂົ້າເຖິງ, ໃຫ້ປັດຂຶ້ນຈາກລຸ່ມສຸດຂອງໜ້າຈໍດ້ວຍ 3 ນິ້ວ.\n\nເພື່ອສະຫຼັບລະຫວ່າງຄຸນສົມບັດ, ໃຫ້ປັດຂຶ້ນດ້ວຍ 3 ນິ້ວຄ້າງໄວ້."</string>
<string name="accessibility_tutorial_dialog_button" msgid="2031773187678948436">"ເຂົ້າໃຈແລ້ວ"</string>
- <string name="accessibility_shortcut_title" msgid="8125867833704517463">"ທາງລັດ <xliff:g id="SERVICE">%1$s</xliff:g>"</string>
+ <string name="accessibility_shortcut_title" msgid="8125867833704517463">"ທາງລັດ<xliff:g id="SERVICE">%1$s</xliff:g>"</string>
<string name="accessibility_shortcut_edit_summary_software" msgid="6405629977940618205">"ປຸ່ມການຊ່ວຍເຂົ້າເຖິງ"</string>
<string name="accessibility_shortcut_edit_summary_software_gesture" msgid="5489284264414421286">"ທ່າທາງການຊ່ວຍເຂົ້າເຖິງ"</string>
<string name="accessibility_shortcut_edit_dialog_title_software_gesture" msgid="8078659880723370597">"ປັດຂຶ້ນດ້ວຍ 2 ນິ້ວ"</string>
@@ -2407,7 +2407,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"ການແຈ້ງເຕືອນແບບສັ່ນເຕືອນ"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"ສຽງພ້ອມການສັ່ນເຕືອນ"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"ການຕອບສະໜອງການສຳຜັດ"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"ໃຊ້ <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"ໃຊ້<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"ເປີດ <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"ໃຊ້ການແກ້ໄຂສີ"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"ສະແດງຄຳບັນຍາຍ"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ການໃຊ້ລະບົບສຳລັບ 24 ຊມ ທີ່ຜ່ານມາ"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"ການໃຊ້ລະບົບສຳລັບ <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"ການໃຊ້ແອັບສຳລັບ <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"ກ່ອນທ່ຽງ"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ຫຼັງທ່ຽງ"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"ທັງໝົດ: ໜ້ອຍກວ່າໜຶ່ງນາທີ"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ພື້ນຫຼັງ: ໜ້ອຍກວ່າໜຶ່ງນາທີ"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"ທັງໝົດ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"ເອີ້ນຜູ້ຊ່ວຍໂດຍການກົດປຸ່ມເປີດປິດຄ້າງໄວ້"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ເມນູເປີດປິດ ແລະ ເມນູສຸກເສີນ:\nກົດປຸ່ມເປີດປິດ ແລະ ປຸ່ມເພີ່ມສຽງຂຶ້ນພ້ອມກັນ."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ປ້ອງກັນບໍ່ໃຫ້ເຕືອນດ້ວຍສຽງ:\nມີທາງລັດໃນເມນູລະດັບສຽງ."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ໄລຍະເວລາກົດຄ້າງໄວ້"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"ປັບຄວາມລະອຽດອ່ອນໂດຍການເລືອກໄລຍະເວລາໃນການກົດປຸ່ມເປີດປິດຄ້າງໄວ້"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ບໍ່ດົນ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ດົນ"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ສະແດງກະເປົາ"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ອະນຸຍາດໃຫ້ເຂົ້າເຖິງກະເປົາໄດ້ຈາກໜ້າຈໍລັອກ ແລະ ການຕັ້ງຄ່າດ່ວນ"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ສະແດງການຄວບຄຸມອຸປະກອນ"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"ບໍ່ສາມາດໃຊ້ໄດ້ຊົ່ວຄາວ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"ບໍ່ມີຊິມ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ການຕັ້ງຄ່າເຄືອຂ່າຍ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ເຊື່ອມຕໍ່ຫາເຄືອຂ່າຍສາທາລະນະ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ການເຊື່ອມຕໍ່ເຄືອຂ່າຍ, ອິນເຕີເນັດ, ໄຮ້ສາຍ, ອິນເຕີເນັດມືຖື, wifi, wi-fi, wi fi, ເຄືອຂ່າຍທືຖື, ມືຖື, ຜູ້ໃຫ້ບໍລິການມືຖື, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"ເປີດໃຊ້ Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ປິດ Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"ເຄືອຂ່າຍ W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ຊິມ"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ຊິມທີ່ດາວໂຫຼດມາແລ້ວ"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ຊິມທີ່ດາວໂຫຼດມາແລ້ວ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"ນຳໃຊ້ຢູ່"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ບໍ່ໄດ້ນຳໃຊ້"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / ຄ່າເລີ່ມຕົ້ນສຳລັບ <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"ສຳລັບແອັບ ແລະ ບໍລິການທັງໝົດ"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ການຕັ້ງຄ່າເກມ"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ເປີດໃຊ້ທາງລັດແຜງໜ້າປັດເກມ ແລະ ອື່ນໆ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ກ່ອນໜ້າ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ຕໍ່ໄປ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ຕົວຢ່າງສີ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"ຄຳຮ້ອງຂໍການເຂົ້າເຖິງຊິມກາດ"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ມີອຸປະກອນຕ້ອງການເຂົ້າເຖິງຊິມກາດຂອງທ່ານ. ແຕະເພື່ອເບິ່ງລາຍລະອຽດ."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"ອະນຸຍາດການເຂົ້າເຖິງຊິມກາດບໍ?"</string>
diff --git a/res/values-lt/arrays.xml b/res/values-lt/arrays.xml
index 744546a..b9a00e7 100644
--- a/res/values-lt/arrays.xml
+++ b/res/values-lt/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Išsaugota talpykloje (veiklos kliento programa)"</item>
<item msgid="8186970968968646288">"Išsaugota talpykloje (tuščia)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Žalsvai mėlyna"</item>
+ <item msgid="7216413848731287689">"Žalsvai mėlyna"</item>
<item msgid="5661027589207588703">"Mėlyna"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Žalia"</item>
<item msgid="6331809026622602308">"Purpurinė"</item>
<item msgid="6390546163902724700">"Rožinė"</item>
- <item msgid="6618900408138432102">"Raudona"</item>
+ <item msgid="6500473130620545980">"Oranžinė"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Daugiau nei 30 dienų"</item>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index aaac8c9..a457673 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -2950,8 +2950,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Sistemos naudojimas per pastarąsias 24 val."</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Sistemos naudojimas: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Programos naudojimas: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"priešpiet"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"popiet"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Iš viso: mažiau nei minutė"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Fonas: trumpiau nei minutė"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Iš viso: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5575,6 +5573,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Padėjėją suaktyvinti laikant nuspaustą maitinimo mygtuką"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Maitinimo ir kritinės padėties meniu:\npaspauskite maitinimo ir garsumo didinimo mygtukus tuo pačiu metu."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Skambėjimo išjungimas:\nspartusis klavišas pasiekiamas garsumo meniu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Laikymo paspaudus trukmė"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Koreguokite jautrumą nustatydami, kaip ilgai reikia laikyti paspaudus maitinimo mygtuką"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Trumpai"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Ilgai"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Rodyti piniginę"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Leiskite pasiekti piniginę iš užrakinimo ekrano ir sparčiųjų nustatymų"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Rodyti įrenginio valdiklius"</string>
@@ -5620,7 +5622,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Laikinai nepasiekiama"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nėra SIM kortelės"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Tinklo nuostatos"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Prisijungti prie viešųjų tinklų"</string>
<string name="keywords_internet" msgid="7674082764898690310">"tinklo ryšys, internetas, belaidis ryšys, duomenys, „Wifi“, „Wi-Fi“, „Wi Fi“, mobilusis ryšys, mobilusis, mobiliojo ryšio operatorius, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"„Wi-Fi“ įjungimas"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Išjungti „Wi-Fi“"</string>
@@ -5638,6 +5639,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ tinklas"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM kortelė"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ATSISIŲSTA SIM KORTELĖ"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ATSISIŲSTOS SIM KORTELĖS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktyvi"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktyvi"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Numatytoji <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5715,6 +5717,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Visoms programoms ir paslaugoms"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Žaidimų nustatymai"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Įjunkite žaidimų informacijos suvestinės spartųjį klavišą ir t. t."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Ankstesnis"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Kitas"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Spalvos peržiūra"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM kortelės prieigos užklausa"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Įrenginys nori pasiekti jūsų SIM kortelę. Palieskite, jei reikia išsamios informacijos."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Leisti pasiekti SIM kortelę?"</string>
diff --git a/res/values-lv/arrays.xml b/res/values-lv/arrays.xml
index 3df73c3..8e2c787 100644
--- a/res/values-lv/arrays.xml
+++ b/res/values-lv/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Saglabāts kešatmiņā (darbības klients)"</item>
<item msgid="8186970968968646288">"Saglabāts kešatmiņā (tukša)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Zilganzaļa"</item>
+ <item msgid="7216413848731287689">"Ciānzila"</item>
<item msgid="5661027589207588703">"Zila"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Zaļa"</item>
<item msgid="6331809026622602308">"Violeta"</item>
<item msgid="6390546163902724700">"Rozā"</item>
- <item msgid="6618900408138432102">"Sarkana"</item>
+ <item msgid="6500473130620545980">"Oranža"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Vecāki par 30 dienām"</item>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index 0bddf12..e78d0ee 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -2912,8 +2912,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Sistēmas lietojums pēdējo 24 h laikā"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Sistēmas izmantojums: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Lietotnes izmantojums: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"priekšpusdienā"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pēcpusdienā"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Kopā: mazāk par minūti"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Fonā: mazāk par minūti"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Kopā: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5486,6 +5484,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Aktivizējiet Asistentu, turot barošanas pogu."</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Barošanas un ārkārtas izvēlne:\nvienlaikus nospiediet barošanas un skaļuma palielināšanas pogu."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Zvana signāla novēršana:\nsaīsne ir pieejama skaļuma izvēlnē."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Nospiešanas un turēšanas ilgums"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Pielāgojiet jutīgumu, izvēloties, cik ilgi nospiest un turēt barošanas pogu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Īsi"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Ilgi"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Rādīt maku"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Atļaut piekļuvi makam no bloķēšanas ekrāna un ātrajiem iestatījumiem"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Rādīt ierīču vadīklas"</string>
@@ -5531,7 +5533,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Īslaicīgi nav pieejams"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nav SIM kartes"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Tīkla preferences"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Izveidot savienojumu ar publiskiem tīkliem"</string>
<string name="keywords_internet" msgid="7674082764898690310">"tīkla savienojums, internets, bezvadu, dati, Wi-Fi, mobilais tīkls, mobilie sakari, mobilo sakaru operators, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Ieslēdziet Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Izslēdziet Wi-Fi"</string>
@@ -5549,6 +5550,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ tīkls"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM karte"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"LEJUPIELĀDĒTĀ SIM KARTE"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"LEJUPIELĀDĒTĀS SIM KARTES"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktīva"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktīva"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Noklusējuma iestatījums kategorijai “<xliff:g id="ID_1">%1$s</xliff:g>”"</string>
@@ -5626,6 +5628,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Visām lietotnēm un pakalpojumiem"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Spēļu iestatījumi"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Spēļu informācijas paneļa saīsnes ieslēgšana u.c."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Iepriekšējā"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Nākamā"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Krāsas priekšskatījums"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM kartes piekļuves pieprasījums"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Kāda ierīce pieprasa piekļuvi jūsu SIM kartei. Pieskarieties, lai skatītu detalizētu informāciju."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Vai atļaut piekļuvi SIM kartei?"</string>
diff --git a/res/values-mk/arrays.xml b/res/values-mk/arrays.xml
index 5f4698c..f116f62 100644
--- a/res/values-mk/arrays.xml
+++ b/res/values-mk/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кеширана (клиент за активност)"</item>
<item msgid="8186970968968646288">"Кеширана (празна)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Тиркизна"</item>
+ <item msgid="7216413848731287689">"Тиркизна"</item>
<item msgid="5661027589207588703">"Сина"</item>
- <item msgid="3795787248113275442">"Индиго"</item>
+ <item msgid="1219738214736244749">"Зелена"</item>
<item msgid="6331809026622602308">"Виолетова"</item>
<item msgid="6390546163902724700">"Розова"</item>
- <item msgid="6618900408138432102">"Црвена"</item>
+ <item msgid="6500473130620545980">"Портокалова"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Постари од 30 дена"</item>
diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml
index 947df5f..c01c192 100644
--- a/res/values-mk/strings.xml
+++ b/res/values-mk/strings.xml
@@ -2391,7 +2391,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Должина на допир и задржување"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Инверзија на бои"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Користи „Инверзија на бои“"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Инверзијата на бои ги претвора светлите екрани во темни.<br/><br/> Забелешка: <ol> <li> Инверзијата на бои ги претвора и темните екрани во светли.</li> <li> Ќе се променат боите во аудиовизуелните содржини и во сликите.</li> <li> Темната тема може да се користи за прикажување темна заднина. Темната тема функционира кај поддржани апликации. Инверзијата на бои функционира кај сите апликации.</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Инверзијата на бои ги претвора светлите екрани во темни.<br/><br/> Забелешка: <ol> <li> Инверзијата на бои ги претвора и темните екрани во светли.</li> <li> Ќе се променат боите во аудиовизуелните содржини и во сликите.</li> <li> Темната тема може да се користи за прикажување темна заднина. Темната тема функционира кај поддржани апликации. Инверзијата на бои функционира кај сите апликации.</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Автоматско кликнување (време на задржување)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"Автоматското кликнување функционира со поврзано глувче. Може да поставите курсорот на глувчето да кликне автоматски кога ќе престане да се движи одредено време."</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Исклучено"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Користење на системот во минатите 24 часа"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Користење на системот за <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Користење на апликацијата за <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"прет."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"попл."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Вкупно: помалку од една минута"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Заднина: помалку од една минута"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Вкупно: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Стартувајте го „Помошникот“ со задржување на копчето за вклучување"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Мени на копчето за вклучување и за итни случаи:\nпритиснете ги копчињата за вклучување и зголемување на звукот истовремено."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Спречете ѕвонење:\nкратенката е достапна во менито за јачина на звук."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Времетраење на притискање и задржување"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Приспособете ја чувствителноста со бирање колку долго треба да го притиснете и задржите копчето за вклучување"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Кратко"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Долго"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Прикажувај паричник"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Овозможете пристап до паричникот од заклучен екран и „Брзи поставки“"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Прикажувај контроли за уреди"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Привремено недостапен"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Нема SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Мрежни поставки"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Поврзувај се на јавни мрежи"</string>
<string name="keywords_internet" msgid="7674082764898690310">"мрежна врска, интернет, безжичен, мобилен, Wi-Fi, мобилна, мобилен оператор, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Вклучете Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Исклучете Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ мрежа"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ПРЕЗЕМЕНА SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ПРЕЗЕМЕНИ SIM-КАРТИЧКИ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Активна"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Неактивна"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /Стандардно за <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"За сите апликации и услуги"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Поставки за игри"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Вклучете ја кратенката за „Контролната табла за игри“ итн."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Претходна"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Следна"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Преглед на бојата"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Барање за пристап до SIM-картичката"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Даден уред сака да пристапи до вашата SIM-картичка. Допрете за детали."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Да се дозволи пристап до SIM-картичката?"</string>
diff --git a/res/values-ml/arrays.xml b/res/values-ml/arrays.xml
index f953767..dafc6e2 100644
--- a/res/values-ml/arrays.xml
+++ b/res/values-ml/arrays.xml
@@ -254,7 +254,7 @@
<item msgid="3275060808384314406">"ക്രമീകരണങ്ങൾ പരിഷ്ക്കരിക്കുക"</item>
<item msgid="8672921438869137431">"മുകളിൽ ഡ്രോ ചെയ്യുക"</item>
<item msgid="346101114322879720">"അറിയിപ്പുകൾ ആക്സസ്സുചെയ്യുക"</item>
- <item msgid="4760681822601767255">"Camera"</item>
+ <item msgid="4760681822601767255">"ക്യാമറ"</item>
<item msgid="2172823594140104317">"ഓഡിയോ റെക്കോർഡുചെയ്യുക"</item>
<item msgid="5612873260709742213">"ഓഡിയോ പ്ലേ ചെയ്യുക"</item>
<item msgid="2027206403725749996">"ക്ലിപ്പ്ബോർഡ് റീഡുചെയ്യുക"</item>
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"കാഷെചെയ്തു (പ്രവർത്തന ക്ലയന്റ്)"</item>
<item msgid="8186970968968646288">"കാഷെചെയ്തു (ശൂന്യം)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ടീല്"</item>
+ <item msgid="7216413848731287689">"സിയാൻ"</item>
<item msgid="5661027589207588703">"നീല"</item>
- <item msgid="3795787248113275442">"ഇൻഡിഗോ"</item>
+ <item msgid="1219738214736244749">"പച്ച"</item>
<item msgid="6331809026622602308">"പര്പ്പിള്"</item>
<item msgid="6390546163902724700">"പിങ്ക്"</item>
- <item msgid="6618900408138432102">"ചുവപ്പ്"</item>
+ <item msgid="6500473130620545980">"ഓറഞ്ച്"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 ദിവസത്തിലധികം പഴയത്"</item>
diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml
index 34f290b..265e494 100644
--- a/res/values-ml/strings.xml
+++ b/res/values-ml/strings.xml
@@ -1292,7 +1292,7 @@
<string name="accessibility_category_personal" msgid="2228088849803484780">"വ്യക്തിഗത പ്രൊഫൈൽ അക്കൗണ്ടുകൾ"</string>
<string name="accessibility_work_account_title" msgid="7622485151217943839">"ഔദ്യോഗിക അക്കൗണ്ട് - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
<string name="accessibility_personal_account_title" msgid="8535265881509557013">"വ്യക്തിഗത അക്കൗണ്ട് - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
- <string name="search_settings" msgid="7573686516434589771">"Search"</string>
+ <string name="search_settings" msgid="7573686516434589771">"തിരയൽ"</string>
<string name="display_settings" msgid="7197750639709493852">"ഡിസ്പ്ലേ"</string>
<string name="accelerometer_title" msgid="7745991950833748909">"സ്ക്രീൻ സ്വയമേവ തിരിക്കുക"</string>
<string name="auto_rotate_option_off" msgid="2788096269396290731">"ഓഫാണ്"</string>
@@ -2577,7 +2577,7 @@
<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">"Search"</string>
+ <string name="print_menu_item_search" msgid="5989979785203603169">"തിരയൽ"</string>
<string name="print_searching_for_printers" msgid="5401413178028348800">"പ്രിന്ററുകൾക്കായി തിരയുന്നു"</string>
<string name="print_service_disabled" msgid="9185935228930987786">"സേവനം പ്രവർത്തനരഹിതമാക്കി"</string>
<string name="print_print_jobs" msgid="2605944855933091183">"പ്രിന്റ് ജോലികൾ"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"കഴിഞ്ഞ 24 മണിക്കൂറിലെ സിസ്റ്റം ഉപയോഗം"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> എന്നതിനുള്ള സിസ്റ്റം ഉപയോഗം"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> എന്നതിനുള്ള ആപ്പ് ഉപയോഗം"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"ആകെ: ഒരു മിനിറ്റിൽ താഴെ"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"പശ്ചാത്തലം: ഒരു മിനിറ്റിൽ താഴെ"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"ആകെ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4981,7 +4979,7 @@
<string name="storage_music_audio" msgid="1185624135490182822">"സംഗീതവും ഓഡിയോയും"</string>
<string name="storage_games" msgid="1176568610086802469">"ഗെയിമുകള്"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"മറ്റ് ആപ്പുകൾ"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
+ <string name="storage_files" msgid="7968460921272772299">"ഫയലുകള്"</string>
<string name="storage_images" msgid="2055893015567979387">"ചിത്രങ്ങൾ"</string>
<string name="storage_videos" msgid="6117698226447251033">"വീഡിയോകൾ"</string>
<string name="storage_audio" msgid="5994664984472140386">"ഓഡിയോ"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"പവർ ബട്ടൺ അമർത്തിപ്പിടിച്ച് Assistant സജീവമാക്കുക"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"പവർ, അടിയന്തര മെനു:\nപവർ, ശബ്ദം കൂട്ടുക എന്നീ ബട്ടണുകൾ ഒരേസമയം അമർത്തുക."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"റിംഗ് ചെയ്യുന്നത് തടയുക:\nശബ്ദ മെനുവിൽ കുറുക്കുവഴി ലഭ്യമാണ്."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"സമയ ദൈർഘ്യം അമർത്തിപ്പിടിക്കുക"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"പവർ ബട്ടൺ എത്ര സമയം അമർത്തിപ്പിടിക്കണമെന്ന് തിരഞ്ഞെടുത്ത് സെൻസിറ്റിവിറ്റി ക്രമീകരിക്കുക"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ദൈർഘ്യം കുറഞ്ഞത്"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ദൈർഘ്യമേറിയത്"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Wallet കാണിക്കുക"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ലോക്ക് സ്ക്രീനിൽ നിന്നും ദ്രുത ക്രമീകരണത്തിൽ നിന്നും Wallet-ലേക്ക് ആക്സസ് അനുവദിക്കുക"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ഉപകരണ നിയന്ത്രണങ്ങൾ കാണിക്കുക"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"താൽക്കാലികമായി ലഭ്യമല്ല"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"സിം ഇല്ല"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"നെറ്റ്വർക്ക് മുൻഗണനകൾ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"പൊതു നെറ്റ്വർക്കിലേക്ക് കണക്റ്റ് ചെയ്യുക"</string>
<string name="keywords_internet" msgid="7674082764898690310">"നെറ്റ്വർക്ക് കണക്ഷൻ, ഇന്റര്നെറ്റ്, വയർലെസ്, ഡാറ്റ, വൈഫൈ, വൈഫൈ, വൈഫൈ, സെല്ലുലാർ, മൊബൈൽ, സെൽ കാരിയർ, 4g, 3g, 2g, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"വൈഫൈ ഓണാക്കുക"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"വൈഫൈ ഓഫാക്കുക"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ നെറ്റ്വർക്ക്"</string>
<string name="sim_category_title" msgid="2341314000964710495">"സിം"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ഡൗൺലോഡ് ചെയ്ത സിം"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ഡൗൺലോഡ് ചെയ്ത SIM-കൾ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"സജീവം"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"നിഷ്ക്രിയം"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> എന്നിവയ്ക്കുള്ള ഡിഫോൾട്ട്"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"എല്ലാ ആപ്പുകൾക്കും സേവനങ്ങൾക്കും"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ഗെയിം ക്രമീകരണം"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ഗെയിം ഡാഷ്ബോർഡ് ഷോർട്ട്കട്ട് മുതലായവ ഓണാക്കുക"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"മുമ്പത്തേത്"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"അടുത്തത്"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"വർണ്ണ പ്രിവ്യു"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"സിം കാർഡ് ആക്സസ് ചെയ്യാനുള്ള അഭ്യർത്ഥന"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ഒരു ഉപകരണത്തിന് നിങ്ങളുടെ സിം കാർഡ് ആക്സസ് ചെയ്യണമെന്നുണ്ട്. വിശദാംശങ്ങൾക്ക് ടാപ്പ് ചെയ്യുക."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"സിം കാർഡിലേക്ക് ആക്സസ് അനുവദിക്കണോ?"</string>
diff --git a/res/values-mn/arrays.xml b/res/values-mn/arrays.xml
index 89dc9ee..832563b 100644
--- a/res/values-mn/arrays.xml
+++ b/res/values-mn/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кеш хийгдсэн (үйлдэлийн клиент)"</item>
<item msgid="8186970968968646288">"Кеш хийгдсэн (хоосон)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Ногоон цэнхэр"</item>
+ <item msgid="7216413848731287689">"Ногоон хөх"</item>
<item msgid="5661027589207588703">"Цэнхэр"</item>
- <item msgid="3795787248113275442">"Индиго"</item>
+ <item msgid="1219738214736244749">"Ногоон"</item>
<item msgid="6331809026622602308">"Нил ягаан"</item>
<item msgid="6390546163902724700">"Ягаан"</item>
- <item msgid="6618900408138432102">"Улаан"</item>
+ <item msgid="6500473130620545980">"Улбар шар"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 гаруй хоног хадгална"</item>
diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml
index a528da7..9c3e307 100644
--- a/res/values-mn/strings.xml
+++ b/res/values-mn/strings.xml
@@ -2389,7 +2389,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Удаан дарах саатал"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Өнгө хувиргалт"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Өнгө хувиргалтыг ашиглах"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Өнгө хувиргалт нь цайвар дэлгэцийг бараан болгодог.<br/><br/> Тэмдэглэл: <ol> <li> Өнгө хувиргалт нь мөн бараан дэлгэцийг цайвар болгодог.</li> <li> Медиа болон зургийн өнгийг өөрчилнө.</li> <li>Бараан дэвсгэрийг үзүүлэхийн тулд Бараан загварыг ашиглах боломжтой. Бараан загвар нь дэмждэг аппууд дээр ажилладаг. Өнгө хувиргалт нь бүх апп дээр ажилладаг.</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Өнгө хувиргалт нь цайвар дэлгэцийг бараан болгодог.<br/><br/> Тэмдэглэл: <ol> <li> Өнгө хувиргалт нь мөн бараан дэлгэцийг цайвар болгодог.</li> <li> Медиа болон зургийн өнгийг өөрчилнө.</li> <li> Бараан дэвсгэрийг үзүүлэхийн тулд Бараан загварыг ашиглах боломжтой. Бараан загвар нь дэмждэг аппууд дээр ажилладаг. Өнгө хувиргалт нь бүх апп дээр ажилладаг.</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Автомат товшилт (тодорхой хугацаатай)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"Автомат товшилт нь холбогдсон хулганатай ажилладаг. Курсор тодорхой хугацааны турш хөдлөхгүй зогсох үед та хулганын курсорыг автоматаар товшихоор тохируулах боломжтой."</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Унтраах"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Өнгөрсөн 24 цагийн системийн ашиглалт"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>-н системийн ашиглалт"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>-н аппын ашиглалт"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"үө"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"үх"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Нийт: нэг минутаас доош"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Дэвсгэр: нэг минутаас доош"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Нийт: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4292,7 +4290,7 @@
<string name="runtime_permissions_summary_no_permissions_granted" msgid="7456745929035665029">"Зөвшөөрөл олгоогүй байна"</string>
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Ямар ч зөвшөөрөл хүсээгүй байна"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Өгөгдлийнхөө аппын хандалтыг хянах"</string>
- <string name="permissions_usage_title" msgid="2942741460679049132">"Нууцлалтай хяналтын самбар"</string>
+ <string name="permissions_usage_title" msgid="2942741460679049132">"Нууцлалын хяналтын самбар"</string>
<string name="permissions_usage_summary" msgid="6784310472062516454">"Зөвшөөрлийг саяхан аль аппууд ашигласан болохыг харуулна"</string>
<string name="unused_apps" msgid="4566272194756830656">"Ашиглаагүй аппууд"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
@@ -4766,7 +4764,7 @@
<string name="dark_ui_settings_dialog_acknowledge" msgid="250437497729953965">"Ойлголоо"</string>
<string name="dark_theme_slice_title" msgid="4684222119481114062">"Бараан загварыг туршиж үзнэ үү"</string>
<string name="dark_theme_slice_subtitle" msgid="5555724345330434268">"Батарейн ажиллах хугацааг сунгахад тусалдаг"</string>
- <string name="quick_settings_developer_tiles" msgid="7336007844525766623">"Хурдан тохиргоо хөгжүүлэгчийн хавтан"</string>
+ <string name="quick_settings_developer_tiles" msgid="7336007844525766623">"Шуурхай тохиргоо хөгжүүлэгчийн хавтан"</string>
<string name="adb_authorization_timeout_title" msgid="6996844506783749754">"ADB-н зөвшөөрлийн хугацааг идэвхгүй болгох"</string>
<string name="adb_authorization_timeout_summary" msgid="409931540424019778">"Өгөгдмөлөөр (7 хоног) эсвэл хэрэглэгчийн тохируулсан (хамгийн багадаа 1 хоног) хугацаанд дахин холбогдоогүй системийн хувьд ADB-н зөвшөөрлийг автоматаар цуцлахыг идэвхгүй болгох."</string>
<string name="winscope_trace_quick_settings_title" msgid="4104768565053226689">"Winscope Trace"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Асаах/унтраах товчийг удаан дарснаар Туслахыг идэвхжүүлнэ үү"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Асаах/унтраах болон яаралтай тусламжийн цэс:\nАсаах/унтраах болон дууны түвшнийг нэмэх товчийг зэрэг дарна уу."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Хонх дуугаргахаас сэргийлэх:\nДууны түвшний цэсэд товчлол боломжтой байна."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Дараад үргэлжлэх хугацааг удаан дарна уу"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Хэр удаан дарахаа сонгож мэдрэгшилийг тохируулаад асаах/унтраах товчийг удаан дарна уу"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Хурдан"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Удаан"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Түрийвч харуулах"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Түгжигдсэн дэлгэц болон шуурхай тохиргооноос түрийвчид хандахыг зөвшөөрнө"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Төхөөрөмжийн хяналтыг харуулах"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Түр хугацаанд боломжгүй"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM байхгүй"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Сүлжээний тохиргоо"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Нийтийн Wi-Fi сүлжээнд холбогдох"</string>
<string name="keywords_internet" msgid="7674082764898690310">"сүлжээний холболт, интернэт, утасгүй интернэт, дата, wifi, wi-fi, wi fi, үүрэн холбоо, мобайл, үүрэн холбооны оператор, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi‑Fi асаах"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi-г унтраах"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ сүлжээ"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ТАТСАН SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ТАТАЖ АВСАН SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Идэвхтэй"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Идэвхгүй"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g>-н өгөгдмөл"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Бүх апп болон үйлчилгээнд"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Тоглоомын тохиргоо"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Тоглоомын хяналтын самбарын товчлолыг асаах гэх мэт"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Өмнөх"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Дараах"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Өнгийг урьдчилан үзэх"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM картад хандах хүсэлт"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Төхөөрөмж таны SIM картад хандахыг хүсэж байна. Дэлгэрэнгүйг харахын тулд товшино уу."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM картад хандахыг зөвшөөрөх үү?"</string>
diff --git a/res/values-mr/arrays.xml b/res/values-mr/arrays.xml
index 0e6c43a..ad2af7c 100644
--- a/res/values-mr/arrays.xml
+++ b/res/values-mr/arrays.xml
@@ -254,7 +254,7 @@
<item msgid="3275060808384314406">"सेटिंग्ज सुधारित करा"</item>
<item msgid="8672921438869137431">"शीर्षस्थानी रेखांकित करा"</item>
<item msgid="346101114322879720">"सूचना अॅक्सेस करा"</item>
- <item msgid="4760681822601767255">"कॅमेरा"</item>
+ <item msgid="4760681822601767255">"camera"</item>
<item msgid="2172823594140104317">"ऑडिओ रेकॉर्ड करा"</item>
<item msgid="5612873260709742213">"ऑडिओ प्ले करा"</item>
<item msgid="2027206403725749996">"क्लिपबोर्ड वाचा"</item>
@@ -321,7 +321,7 @@
<item msgid="8997371825401751421">"सेटिंग्ज सुधारित करा"</item>
<item msgid="7005755175240764443">"शीर्षस्थानी रेखांकित करा"</item>
<item msgid="8267704990417682222">"सूचना अॅक्सेस करा"</item>
- <item msgid="3180676986290096851">"कॅमेरा"</item>
+ <item msgid="3180676986290096851">"Camera"</item>
<item msgid="9174072114281872917">"ऑडिओ रेकॉर्ड करा"</item>
<item msgid="1444183972646890539">"ऑडिओ प्ले करा"</item>
<item msgid="4337542044275236638">"क्लिपबोर्ड वाचा"</item>
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"कॅशे केलेला (ॲक्टिव्हिटी क्लायंट)"</item>
<item msgid="8186970968968646288">"कॅशे केलेला (रिक्त)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"टील"</item>
+ <item msgid="7216413848731287689">"निळसर"</item>
<item msgid="5661027589207588703">"निळा"</item>
- <item msgid="3795787248113275442">"नीळ"</item>
+ <item msgid="1219738214736244749">"हिरवा"</item>
<item msgid="6331809026622602308">"जांभळा"</item>
<item msgid="6390546163902724700">"गुलाबी"</item>
- <item msgid="6618900408138432102">"लाल"</item>
+ <item msgid="6500473130620545980">"नारिंगी"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 दिवसांपेक्षा अधिक जुने"</item>
diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml
index f22049e..6f7ca7e 100644
--- a/res/values-mr/strings.xml
+++ b/res/values-mr/strings.xml
@@ -156,7 +156,7 @@
<string name="connected_device_previously_connected_title" msgid="605808252622814415">"याआधी कनेक्ट केलेली डिव्हाइस"</string>
<string name="connected_device_previously_connected_screen_title" msgid="8823331744788100605">"याआधी कनेक्ट केलेले"</string>
<string name="connected_device_bluetooth_turned_on_toast" msgid="144664089794199928">"ब्लूटूथ सुरू केले"</string>
- <string name="previous_connected_see_all" msgid="7759413145713251328">"सर्व पाहा"</string>
+ <string name="previous_connected_see_all" msgid="7759413145713251328">"सर्व पहा"</string>
<string name="date_and_time" msgid="1788358029823431692">"तारीख आणि वेळ"</string>
<string name="choose_timezone" msgid="1450780665958642147">"टाइम झोन निवडा"</string>
<!-- no translation found for intent_sender_data_label (1733806423295725392) -->
@@ -1292,7 +1292,7 @@
<string name="accessibility_category_personal" msgid="2228088849803484780">"वैयक्तिक प्रोफाईल खाती"</string>
<string name="accessibility_work_account_title" msgid="7622485151217943839">"कार्य खाते - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
<string name="accessibility_personal_account_title" msgid="8535265881509557013">"वैयक्तिक खाते - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
- <string name="search_settings" msgid="7573686516434589771">"Search"</string>
+ <string name="search_settings" msgid="7573686516434589771">"शोध"</string>
<string name="display_settings" msgid="7197750639709493852">"डिस्प्ले"</string>
<string name="accelerometer_title" msgid="7745991950833748909">"ऑटो-रोटेट स्क्रीन"</string>
<string name="auto_rotate_option_off" msgid="2788096269396290731">"बंद"</string>
@@ -1410,7 +1410,7 @@
<string name="wallpaper_suggestion_summary" msgid="9077061486716754784">"तुमची स्क्रीन वैयक्तीकृत करा"</string>
<string name="wallpaper_settings_fragment_title" msgid="8445963841717633149">"यातून वॉलपेपर निवडा"</string>
<string name="style_suggestion_title" msgid="1213747484782364775">"तुमचा फोन कस्टमाइझ करा"</string>
- <string name="style_suggestion_summary" msgid="4271131877800968159">"वेगळी शैली, वॉलपेपर आणि बरेच काही वापरून पाहा"</string>
+ <string name="style_suggestion_summary" msgid="4271131877800968159">"वेगळी शैली, वॉलपेपर आणि बरेच काही वापरून पहा"</string>
<string name="screensaver_settings_title" msgid="3588535639672365395">"स्क्रीन सेव्हर"</string>
<string name="screensaver_settings_summary_either_long" msgid="371949139331896271">"चार्ज होत असताना किंवा डॉक केलेले असताना"</string>
<string name="screensaver_settings_summary_either_short" msgid="2126139984738506920">"दोन्ही"</string>
@@ -1845,7 +1845,7 @@
<item quantity="one"> <xliff:g id="TOTAL_LOCATION_APP_COUNT_1">%2$d</xliff:g> पैकी <xliff:g id="PERMITTED_LOCATION_APP_COUNT_0">%1$d</xliff:g> ॲपला स्थानाचा अॅक्सेस आहे</item>
</plurals>
<string name="location_category_recent_location_access" msgid="2558063524482178146">"अलीकडील अॅक्सेस"</string>
- <string name="location_recent_location_access_see_all" msgid="4203102419355323325">"सर्व पाहा"</string>
+ <string name="location_recent_location_access_see_all" msgid="4203102419355323325">"सर्व पहा"</string>
<string name="location_recent_location_access_view_details" msgid="5803264082558504544">"तपशील पहा"</string>
<string name="location_no_recent_apps" msgid="6814206631456177033">"अलीकडे कोणत्याही अॅप्सनी स्थानाची विनंती केलेली नाही"</string>
<string name="location_no_recent_accesses" msgid="6031735777805464247">"कोणत्याही अॅप्सनी अलीकडे स्थान अॅक्सेस केलेले नाही"</string>
@@ -2017,8 +2017,8 @@
<string name="install_applications_title" msgid="7890233747559108106">"सर्व अॅप स्त्रोतांना अनुमती द्या"</string>
<string name="recent_app_category_title" msgid="189758417804427533">"अलीकडे उघडलेली अॅप्स"</string>
<plurals name="see_all_apps_title" formatted="false" msgid="6864581406735745400">
- <item quantity="other">सर्व %1$d अॅप्स पाहा</item>
- <item quantity="one">सर्व अॅप्स पाहा</item>
+ <item quantity="other">सर्व %1$d अॅप्स पहा</item>
+ <item quantity="one">सर्व अॅप्स पहा</item>
</plurals>
<string name="forgot_password_title" msgid="3967873480875239885">"तुमच्या आयटी ॲडमिनशी संपर्क साधा"</string>
<string name="forgot_password_text" msgid="2583194470767613163">"तुमचा पिन, पॅटर्न किंवा पासवर्ड रीसेट करण्यासाठी ते तुमची मदत करू शकतात"</string>
@@ -2526,9 +2526,9 @@
<string name="enable_service_password_reason" msgid="6962544350351734238">"<xliff:g id="SERVICE">%1$s</xliff:g> सुरू करण्यामुळे डेटा एंक्रिप्शनवर परिणाम होतो, तुम्हाला तुमच्या पासवर्डची पुष्टी करण्याची आवश्यकता आहे."</string>
<string name="accessibility_service_warning" msgid="6779187188736432618">"<xliff:g id="SERVICE">%1$s</xliff:g>या डिव्हाइसच्या पूर्ण नियंत्रणासाठी विनंती करत आहे. सेवा स्क्रीन रीड करू शकते आणि अॅक्सेसिबिलिटीच्या गरजा असलेल्या वापरकर्त्यांच्या वतीने कृती करू शकते. नियंत्रणाची ही पातळी बहुतांश अॅप्ससाठी योग्य नाही."</string>
<string name="accessibility_service_warning_description" msgid="6573203795976134751">"जी ॲप्स तुमच्या ॲक्सेसिबिलिटी गरजा पूर्ण करतात अशा ॲप्ससाठी संपूर्ण नियंत्रण योग्य आहे. पण ते सर्व ॲप्सना लागू होईल असे नाही."</string>
- <string name="accessibility_service_screen_control_title" msgid="324795030658109870">"स्क्रीन पाहा आणि नियंत्रित करा"</string>
+ <string name="accessibility_service_screen_control_title" msgid="324795030658109870">"स्क्रीन पहा आणि नियंत्रित करा"</string>
<string name="accessibility_service_screen_control_description" msgid="8431940515157990426">"ते स्क्रीनवरील सर्व आशय वाचू शकते आणि इतर ॲप्सवर आशय प्रदर्शित करू शकते."</string>
- <string name="accessibility_service_action_perform_title" msgid="1449360056585337833">"पाहा आणि क्रिया करा"</string>
+ <string name="accessibility_service_action_perform_title" msgid="1449360056585337833">"पहा आणि क्रिया करा"</string>
<string name="accessibility_service_action_perform_description" msgid="7807832069800034738">"तुम्ही ॲप किंवा हार्डवेअर सेन्सर कसे वापरता याचा हे मागोवा घेऊ शकते आणि इतर ॲप्ससोबत तुमच्या वतीने काम करू शकते."</string>
<string name="accessibility_dialog_button_allow" msgid="8274918676473216697">"अनुमती द्या"</string>
<string name="accessibility_dialog_button_deny" msgid="2037249860078259284">"नकार द्या"</string>
@@ -2578,7 +2578,7 @@
<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">"Search"</string>
+ <string name="print_menu_item_search" msgid="5989979785203603169">"शोधा"</string>
<string name="print_searching_for_printers" msgid="5401413178028348800">"प्रिंटर शोधत आहे"</string>
<string name="print_service_disabled" msgid="9185935228930987786">"सेवा बंद केली"</string>
<string name="print_print_jobs" msgid="2605944855933091183">"प्रिंट कार्ये"</string>
@@ -2663,7 +2663,7 @@
<string name="battery_saver_link_a11y" msgid="740558184830458845">"बॅटरी सेव्हरबद्दल अधिक जाणून घ्या"</string>
<string name="battery_tip_early_heads_up_done_summary" msgid="7858923105760361208">"काही वैशिष्ट्ये मर्यादित असू शकतात"</string>
<string name="battery_tip_high_usage_title" msgid="9110720762506146697">"उच्च बॅटरी वापर"</string>
- <string name="battery_tip_high_usage_summary" msgid="3938999581403084551">"सर्वात जास्त वापरली जाणारी ॲप्स पाहा"</string>
+ <string name="battery_tip_high_usage_summary" msgid="3938999581403084551">"सर्वात जास्त वापरली जाणारी ॲप्स पहा"</string>
<string name="battery_tip_limited_temporarily_title" msgid="5231061779363606924">"चार्जिंग तात्पुरते मर्यादित आहे"</string>
<string name="battery_tip_limited_temporarily_summary" msgid="8504402301403419444">"तुमची बॅटरी वाचवण्यासाठी. अधिक जाणून घ्या."</string>
<string name="battery_tip_dialog_message" product="default" msgid="4592387206991500075">"तुम्ही तुमचा फोन नेहमीपेक्षा जास्त वापरला असल्याने, तुमची बॅटरी नेहमीपेक्षा लवकर संपू शकते.\n\nसर्वात जास्त बॅटरी वापरणारी ॲप्स:"</string>
@@ -2875,8 +2875,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"मागील २४ तासांमधील सिस्टमचा वापर"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> साठी सिस्टमचा वापर"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> साठी ॲपचा वापर"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"एकूण: एका मिनिटापेक्षा कमी"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"बॅकग्राउंड: एका मिनिटापेक्षा कमी"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"एकूण: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -2955,7 +2953,7 @@
<string name="trusted_credentials" msgid="2522784976058244683">"विश्वसनीय क्रेडेंशियल"</string>
<string name="trusted_credentials_summary" msgid="345822338358409468">"विश्वसनीय CA प्रमाणपत्रे प्रदर्शित करा"</string>
<string name="user_credentials" msgid="4044405430790970775">"वापरकर्ता क्रेडेंशियल"</string>
- <string name="user_credentials_summary" msgid="686471637627271856">"स्टोअर केलेली क्रेडेंशियल पाहा आणि त्यांत सुधारणा करा"</string>
+ <string name="user_credentials_summary" msgid="686471637627271856">"स्टोअर केलेली क्रेडेंशियल पहा आणि त्यांत सुधारणा करा"</string>
<string name="advanced_security_title" msgid="7117581975877192652">"प्रगत"</string>
<string name="credentials_settings_not_available" msgid="7433088409177429600">"या वापरकर्त्यासाठी क्रेडेंशियल उपलब्ध नाहीत"</string>
<string name="credential_for_vpn_and_apps" msgid="2208229692860871136">"VPN आणि ॲप्ससाठी इंस्टॉल केले"</string>
@@ -3696,7 +3694,7 @@
<string name="zen_mode_settings_dnd_automatic_rule" msgid="1958092329238152236">"(<xliff:g id="RULE_NAME">%s</xliff:g>) शेड्युलने व्यत्यय आणू नका आपोआप सुरू केले"</string>
<string name="zen_mode_settings_dnd_automatic_rule_app" msgid="3401685760954156067">"<xliff:g id="APP_NAME">%s</xliff:g> या ॲपने व्यत्यय आणू नका आपोआप सुरू केले"</string>
<string name="zen_mode_settings_dnd_custom_settings_footer" msgid="6566115866660865385">"<xliff:g id="RULE_NAMES">%s</xliff:g>साठी व्यत्यय आणू नका कस्टम सेटिंग्ज सह सुरू आहे."</string>
- <string name="zen_mode_settings_dnd_custom_settings_footer_link" msgid="8255159194653341835">" "<annotation id="link">"कस्टम सेटिंग्ज पाहा"</annotation></string>
+ <string name="zen_mode_settings_dnd_custom_settings_footer_link" msgid="8255159194653341835">" "<annotation id="link">"कस्टम सेटिंग्ज पहा"</annotation></string>
<string name="zen_interruption_level_priority" msgid="4854123502362861192">"केवळ प्राधान्य"</string>
<string name="zen_mode_and_condition" msgid="8580896862841920031">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
<string name="zen_mode_sound_summary_on_with_info" msgid="4803606180235742003">"सुरू आहे / <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -3746,7 +3744,7 @@
<string name="notification_dashboard_summary" msgid="7530169251902320652">"सूचना इतिहास, संभाषणे"</string>
<string name="conversation_notifs_category" msgid="2549844862379963273">"संभाषण"</string>
<string name="recent_notifications" msgid="1105631022180160436">"नुकतेच पाठवलेले"</string>
- <string name="recent_notifications_see_all_title" msgid="3087299996651692987">"गेल्या ७ दिवसांपासूनचे सर्व पाहा"</string>
+ <string name="recent_notifications_see_all_title" msgid="3087299996651692987">"गेल्या ७ दिवसांपासूनचे सर्व पहा"</string>
<string name="general_notification_header" msgid="3669031068980713359">"व्यवस्थापित करा"</string>
<string name="app_notification_field" msgid="3858667320444612716">"अॅप सेटिंग्ज"</string>
<string name="app_notification_field_summary" msgid="5981393613897713471">"विशिष्ट ॲप्समधून सूचना नियंत्रित करा"</string>
@@ -4083,7 +4081,7 @@
<string name="zen_mode_starred_contacts_summary_contacts" msgid="1629467178444895094">"{count,plural,offset:2 =0{None}=1{{contact_1}}=2{{contact_1} आणि {contact_2}}=3{{contact_1}, {contact_2} आणि {contact_3}}other{{contact_1}, {contact_2} आणि # इतर}}"</string>
<string name="zen_mode_starred_contacts_empty_name" msgid="2906404745550293688">"(नाव नाही)"</string>
<string name="zen_mode_messages" msgid="7315084748885170585">"Messages"</string>
- <string name="zen_mode_messages_list" msgid="5431014101342361882">"मेसेज"</string>
+ <string name="zen_mode_messages_list" msgid="5431014101342361882">"Messages"</string>
<string name="zen_mode_messages_title" msgid="1777598523485334405">"Messages"</string>
<string name="zen_mode_messages_header" msgid="253721635061451577">"व्यत्यय आणू शकणारे मेसेज"</string>
<string name="zen_mode_messages_footer" msgid="6002468050854126331">"अनुमती असलेल्या मेसेजचा आवाज होईल याची खात्री करण्यासाठी, डिव्हाइस रिंगवर सेट केले आहे का ते तपासा"</string>
@@ -4188,7 +4186,7 @@
<string name="screen_pinning_title" msgid="6927227272780208966">"ॲप पिनिंग"</string>
<string name="app_pinning_intro" msgid="6409063008733004245">"अॅप पिनिंग हे तुम्ही पिन केलेले ॲप अनपिन करत नाही तोपर्यंत ते पाहू देते. उदाहरणार्थ, हे वैशिष्ट्य एखाद्या विश्वासू मित्राला विशिष्ट गेम खेळू देण्यासाठी वापरले जाऊ शकते."</string>
<string name="screen_pinning_description" msgid="7289730998890213708">"एखादे ॲप पिन केलेले असते तेव्हा त्या पिन केलेल्या ॲपद्वारे कदाचित इतर अॅप्स उघडता येतील आणि वैयक्तिक डेटा अॅक्सेस करता येईल. \n\nॲप पिनिंग वापरण्यासाठी: \n१. ॲप पिनिंग सुरू करा \n२. अवलोकन उघडा \n३. स्क्रीनच्या सर्वात वरती असलेल्या ॲप आयकनवर टॅप करा त्यानंतर पिन करा वर टॅप करा"</string>
- <string name="screen_pinning_guest_user_description" msgid="5826264265872938958">"एखादे ॲप पिन केलेले असते तेव्हा त्या पिन केलेल्या ॲपद्वारे कदाचित इतर अॅप्स उघडता येतील आणि वैयक्तिक डेटा अॅक्सेस करता येईल. \n\nतुम्हाला एखाद्या व्यक्तीसह तुमचे डिव्हाइस सुरक्षितपणे शेअर करायचे असल्यास, तुमच्याऐवजी अतिथी वापरकर्ता वापरून पाहा. \n\nॲप पिनिंग वापरण्यासाठी: \n१. ॲप पिनिंग सुरू करा \n२. अवलोकन उघडा \n३. स्क्रीनच्या सर्वात वरती असलेल्या ॲप आयकनवर टॅप करा त्यानंतर पिन करा वर टॅप करा"</string>
+ <string name="screen_pinning_guest_user_description" msgid="5826264265872938958">"एखादे ॲप पिन केलेले असते तेव्हा त्या पिन केलेल्या ॲपद्वारे कदाचित इतर अॅप्स उघडता येतील आणि वैयक्तिक डेटा अॅक्सेस करता येईल. \n\nतुम्हाला एखाद्या व्यक्तीसह तुमचे डिव्हाइस सुरक्षितपणे शेअर करायचे असल्यास, तुमच्याऐवजी अतिथी वापरकर्ता वापरून पहा. \n\nॲप पिनिंग वापरण्यासाठी: \n१. ॲप पिनिंग सुरू करा \n२. अवलोकन उघडा \n३. स्क्रीनच्या सर्वात वरती असलेल्या ॲप आयकनवर टॅप करा त्यानंतर पिन करा वर टॅप करा"</string>
<string name="screen_pinning_dialog_message" msgid="8144925258679476654">"ॲप पिन केले जाते तेव्हा: \n\n• वैयक्तिक डेटा अॅक्सेस केला जाऊ शकतो \n(जसे की, संपर्क आणि ईमेल आशय) \n• पिन केलेले ॲप हे इतर ॲप्स उघडू शकते \n\nतुमचा विश्वास असलेल्या लोकांसोबतच ॲप पिनिंग वापरा."</string>
<string name="screen_pinning_unlock_pattern" msgid="1345877794180829153">"अनपिन करण्यापूर्वी अनलॉक नमुन्यासाठी विचारा"</string>
<string name="screen_pinning_unlock_pin" msgid="8716638956097417023">"अनपिन करण्यापूर्वी पिन साठी विचारा"</string>
@@ -4765,7 +4763,7 @@
<string name="dark_ui_mode_disabled_summary_dark_theme_off" msgid="4154227921313505702">"बॅटरी सेव्हरमुळे तात्पुरते सुरू केले आहे"</string>
<string name="dark_ui_settings_dark_summary" msgid="1214821092462388494">"सपोर्ट असलेली अॅप्सदेखील गडद थीमवर स्विच करतील"</string>
<string name="dark_ui_settings_dialog_acknowledge" msgid="250437497729953965">"समजले"</string>
- <string name="dark_theme_slice_title" msgid="4684222119481114062">"गडद थीम वापरून पाहा"</string>
+ <string name="dark_theme_slice_title" msgid="4684222119481114062">"गडद थीम वापरून पहा"</string>
<string name="dark_theme_slice_subtitle" msgid="5555724345330434268">"बॅटरी लाइफ वाढवण्यात मदत करते"</string>
<string name="quick_settings_developer_tiles" msgid="7336007844525766623">"क्विक सेटिंग्ज डेव्हलपर टाइल"</string>
<string name="adb_authorization_timeout_title" msgid="6996844506783749754">"adb ऑथोरायझेशन टाइमआउट बंद करा"</string>
@@ -4810,7 +4808,7 @@
<string name="system_navigation_title" msgid="1698862900901417194">"सिस्टम नेव्हिगेशन"</string>
<string name="swipe_up_to_switch_apps_title" msgid="6677266952021118342">"दोन बटण नेव्हिगेशन"</string>
<string name="swipe_up_to_switch_apps_summary" msgid="1415457307836359560">"अॅप्स स्विच करण्यासाठी, होम बटणावर वर स्वाइप करा. सर्व अॅप्स पाहण्यासाठी, पुन्हा वर स्वाइप करा. मागे जाण्यासाठी, मागे जा बटणावर टॅप करा."</string>
- <string name="swipe_up_to_switch_apps_suggestion_title" msgid="5754081720589900007">"नवीन होम बटण वापरून पाहा"</string>
+ <string name="swipe_up_to_switch_apps_suggestion_title" msgid="5754081720589900007">"नवीन होम बटण वापरून पहा"</string>
<string name="swipe_up_to_switch_apps_suggestion_summary" msgid="8885866570559435110">"अॅप्स स्विच करण्यासाठी नवीन जेश्चर सुरू करा"</string>
<string name="emergency_settings_preference_title" msgid="6183455153241187148">"सुरक्षितता आणि आणीबाणी"</string>
<string name="emergency_dashboard_summary" msgid="401033951074039302">"आणीबाणी SOS, वैद्यकीय माहिती, सूचना"</string>
@@ -4982,7 +4980,7 @@
<string name="storage_music_audio" msgid="1185624135490182822">"संगीत आणि ऑडिओ"</string>
<string name="storage_games" msgid="1176568610086802469">"गेम"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"अन्य अॅप्स"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
+ <string name="storage_files" msgid="7968460921272772299">"फाइल"</string>
<string name="storage_images" msgid="2055893015567979387">"इमेज"</string>
<string name="storage_videos" msgid="6117698226447251033">"व्हिडिओ"</string>
<string name="storage_audio" msgid="5994664984472140386">"ऑडिओ"</string>
@@ -5242,7 +5240,7 @@
<string name="mobile_network_mode_error" msgid="9222056129897416074">"चुकीचा नेटवर्क मोड <xliff:g id="NETWORKMODEID">%1$d</xliff:g>. दुर्लक्ष करा."</string>
<string name="mobile_network_apn_title" msgid="5582995550142073054">"अॅक्सेस पॉइंट"</string>
<string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"<xliff:g id="CARRIER">%1$s</xliff:g>शी कनेक्ट केले असल्यास उपलब्ध नाही"</string>
- <string name="see_more" msgid="7499355691042812723">"आणखी पाहा"</string>
+ <string name="see_more" msgid="7499355691042812723">"आणखी पहा"</string>
<string name="see_less" msgid="2642392725363552793">"कमी पहा"</string>
<string name="sim_action_enable_sub_dialog_title" msgid="4003377033815971802">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> सुरू करायचे आहे का?"</string>
<string name="sim_action_enable_sub_dialog_title_without_carrier_name" msgid="4842051610633654278">"सिम सुरू करायचे आहे का?"</string>
@@ -5272,7 +5270,7 @@
<string name="sim_switch_button" msgid="1405772571706095387">"स्विच करा"</string>
<string name="dsds_activation_failure_title" msgid="4467364110584914794">"सिम ॲक्टिव्हेट करू शकत नाही"</string>
<string name="dsds_activation_failure_body_msg1" msgid="6303921196869256391">"सिम काढा आणि ते पुन्हा घाला. समस्या कायम राहिल्यास, तुमचे डिव्हाइस रीस्टार्ट करा."</string>
- <string name="dsds_activation_failure_body_msg2" msgid="73044349546544410">"सिम पुन्हा सुरू करून पाहा. समस्या सुरू राहिल्यास, तुमचे डिव्हाइस रीस्टार्ट करा."</string>
+ <string name="dsds_activation_failure_body_msg2" msgid="73044349546544410">"सिम पुन्हा सुरू करून पहा. समस्या सुरू राहिल्यास, तुमचे डिव्हाइस रीस्टार्ट करा."</string>
<string name="sim_setup_channel_id" msgid="8797972565087458515">"नेटवर्क अॅक्टिव्हेशन"</string>
<string name="sim_switch_channel_id" msgid="4927038626791837861">"वाहक स्विच करणे"</string>
<string name="post_dsds_reboot_notification_title_with_carrier" msgid="3308827462185135307">"<xliff:g id="CARRIER_NAME">%1$s</xliff:g> अॅक्टिव्ह आहे"</string>
@@ -5398,6 +5396,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"पॉवर बटण धरून ठेवून Assistant ट्रिगर करा"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"पॉवर आणि आणीबाणीशी संबंधित मेनू:\nपॉवर आणि व्हॉल्यूम जास्त ही बटण एकाच वेळी दाबा."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"रिंग होणे थांबवणे:\nव्हॉल्यूम मेनूमध्ये शॉर्टकट उपलब्ध आहे."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"दाबून धरून ठेवण्याचा कालावधी"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"किती वेळासाठी पॉवर बटण दाबून धरून ठेवायचे हे निवडून संवेदनशीलता अॅडजस्ट करा"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"कमी वेळासाठी"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"जास्त वेळासाठी"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"वॉलेट दाखवा"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"लॉक स्क्रीन आणि क्विक सेटिंग्जमधून वॉलेट ॲक्सेस करण्याची अनुमती द्या"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"डिव्हाइस नियंत्रणे दाखवा"</string>
@@ -5443,7 +5445,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"तात्पुरते उपलब्ध नाही"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"सिम नाही"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"नेटवर्क प्राधान्ये"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"सार्वजनिक नेटवर्कशी कनेक्ट करा"</string>
<string name="keywords_internet" msgid="7674082764898690310">"नेटवर्क कनेक्शन, इंटरनेट, वायरलेस, डेटा, वायफाय, वाय-फाय, वाय फाय, सेल्युलर, मोबाइल, सेल वाहक, 4g, 3g, 2g, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"वाय-फाय सुरू करा"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"वाय-फाय बंद करा"</string>
@@ -5461,6 +5462,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ नेटवर्क"</string>
<string name="sim_category_title" msgid="2341314000964710495">"सिम"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"डाउनलोड केलेले सिम"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"डाउनलोड केलेली सिम"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"सुरू आहे"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"बंद आहे"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> साठी डीफॉल्ट आहे"</string>
@@ -5511,7 +5513,7 @@
<string name="adaptive_brightness_main_switch_title" msgid="2681666805191642737">"अडॅप्टिव्ह ब्राइटनेस वापरणे"</string>
<string name="wifi_calling_main_switch_title" msgid="4070224008346815634">"वाय-फाय कॉलिंग वापरणे"</string>
<string name="screen_saver_main_switch_title" msgid="256530705774121595">"स्क्रीन सेव्हर वापरा"</string>
- <string name="default_see_all_apps_title" msgid="7481113230662612178">"सर्व अॅप्स पाहा"</string>
+ <string name="default_see_all_apps_title" msgid="7481113230662612178">"सर्व अॅप्स पहा"</string>
<string name="smart_forwarding_title" msgid="8368634861971949799">"स्मार्ट फॉरवर्डिंग"</string>
<string name="smart_forwarding_summary_enabled" msgid="3341062878373185604">"स्मार्ट फॉरवर्डिंग सुरू केले"</string>
<string name="smart_forwarding_summary_disabled" msgid="5033880700091914809">"स्मार्ट फॉरवर्डिंग बंद केले"</string>
@@ -5538,6 +5540,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"सर्व अॅप्स आणि सेवांसाठी"</string>
<string name="game_settings_title" msgid="1028178627743422090">"गेम सेटिंग्ज"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"गेम डॅशबोर्ड शॉर्टकट इ. सुरू करा"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"मागील"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"पुढील"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"रंगाचे पूर्वावलोकन"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"सिम कार्डच्या अॅक्सेसची विनंती"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"डिव्हाइसला तुमचे सिम कार्ड अॅक्सेस करायचे आहे. तपशीलांसाठी टॅप करा."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"सिम कार्डच्या अॅक्सेसला अनुमती द्यायची आहे का?"</string>
diff --git a/res/values-ms/arrays.xml b/res/values-ms/arrays.xml
index 4b6992b..274e55c 100644
--- a/res/values-ms/arrays.xml
+++ b/res/values-ms/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cache (klien aktiviti)"</item>
<item msgid="8186970968968646288">"Cache (kosong)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Hijau kebiruan"</item>
+ <item msgid="7216413848731287689">"Sian"</item>
<item msgid="5661027589207588703">"Biru"</item>
- <item msgid="3795787248113275442">"Biru nila"</item>
+ <item msgid="1219738214736244749">"Hijau"</item>
<item msgid="6331809026622602308">"Ungu"</item>
<item msgid="6390546163902724700">"Merah jambu"</item>
- <item msgid="6618900408138432102">"Merah"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Lebih 30 hari"</item>
diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml
index 6073fad..a03fb63 100644
--- a/res/values-ms/strings.xml
+++ b/res/values-ms/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Penggunaan sistem untuk tempoh 24 jam lalu"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Penggunaan sistem untuk <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Penggunaan apl untuk <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"pg"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ptg"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Jumlah: kurang dari seminit"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Latar: kurang dari seminit"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Jumlah: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4616,8 +4614,8 @@
<string name="color_temperature_desc" msgid="6713259535885669622">"Gunakan warna paparan yang lebih sejuk"</string>
<string name="color_temperature_toast" msgid="7611532183532407342">"Untuk mengenakan perubahan warna, matikan skrin"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Penderia Laser Kamera"</string>
- <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Kemas kini sistem automatik"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Gunakan kemas kini apabila peranti dimulakan semula"</string>
+ <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Kemaskinian sistem automatik"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Gunakan kemaskinian apabila peranti dimulakan semula"</string>
<string name="usage" msgid="287782903846013936">"Penggunaan"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"Penggunaan data mudah alih"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"Penggunaan data apl"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Cetuskan Assistant dengan menahan butang kuasa"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu Kuasa & Kecemasan:\nTekan Kuasa dan Naikkan kelantangan pada masa yang sama."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Halang deringan:\nPintasan tersedia pada menu kelantangan."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Tempoh tekan & tahan"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Laraskan kepekaan dengan memilih tempoh untuk menekan & menahan butang kuasa"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Pendek"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Panjang"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Tunjukkan wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Benarkan akses kepada wallet daripada skrin kunci dan tetapan pantas"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Tunjukkan kawalan peranti"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Tidak tersedia buat sementara waktu"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Tiada SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Pilihan rangkaian"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Sambungkan kepada rangkaian awam"</string>
<string name="keywords_internet" msgid="7674082764898690310">"sambungan rangkaian, internet, wayarles, data, wifi, wi-fi, wi fi, selular, mudah alih, pembawa selular, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Hidupkan Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Matikan Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rangkaian W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM YANG DIMUAT TURUN"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM YANG DIMUAT TURUN"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktif"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Tidak aktif"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Lalai untuk <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Untuk semua apl dan perkhidmatan"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Tetapan permainan"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Hidupkan pintasan Papan Pemuka Permainan, dll"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Sebelumnya"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Seterusnya"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pratonton warna"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Permintaan akses kad SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Peranti ingin mengakses kad SIM anda. Ketik untuk mendapatkan butiran."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Benarkan akses kepada kad SIM?"</string>
diff --git a/res/values-my/arrays.xml b/res/values-my/arrays.xml
index 2b0c319..93a8fc3 100644
--- a/res/values-my/arrays.xml
+++ b/res/values-my/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"ကက်ရှ လုပ်ထား (အသုံးပြုသူ ဖောက်သည်)"</item>
<item msgid="8186970968968646288">"ကက်ရှ် လုပ်ထား (ဗလာ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"စိမ်းပြာ"</item>
+ <item msgid="7216413848731287689">"စိမ်းပြာ"</item>
<item msgid="5661027589207588703">"အပြာ"</item>
- <item msgid="3795787248113275442">"မဲနယ်"</item>
+ <item msgid="1219738214736244749">"အစိမ်း"</item>
<item msgid="6331809026622602308">"ခရမ်း"</item>
<item msgid="6390546163902724700">"ပန်းရောင်"</item>
- <item msgid="6618900408138432102">"အနီ"</item>
+ <item msgid="6500473130620545980">"လိမ္မော်"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"ရက်ပေါင်း ၃၀ ထက်ကျော်သော"</item>
diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml
index de79423..69abdbc 100644
--- a/res/values-my/strings.xml
+++ b/res/values-my/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ပြီးခဲ့သော ၂၄ နာရီအတွင်း စနစ်အသုံးပြုမှု"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> အတွက် စနစ်အသုံးပြုမှု"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> အတွက် အက်ပ်အသုံးပြုမှု"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"နံနက်"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ညနေ"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"စုစုပေါင်း- တစ်မိနစ်ထက် နည်းသည်"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"နောက်ခံအချိန်- တစ်မိနစ်ထက် နည်းသည်"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"စုစုပေါင်း- <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3824,7 +3822,7 @@
<string name="lock_screen_notifs_redact_summary" msgid="1395483766035470612">"လော့ခ်ချထားစဉ် အရေးကြီးသည့် အကြောင်းအရာကို ပြရန်"</string>
<string name="lock_screen_notifs_redact_work" msgid="3833920196569208430">"အရေးကြီးသည့် အလုပ်ပရိုဖိုင် အကြောင်းကြားချက်များ"</string>
<string name="lock_screen_notifs_redact_work_summary" msgid="3238238380405430156">"လော့ခ်ချထားစဉ် အရေးကြီးသည့် အလုပ်ပရိုဖိုင် အကြောင်းအရာကို ပြရန်"</string>
- <string name="lock_screen_notifications_summary_show" msgid="6540443483088311328">"အကြောင်းကြားချက်ပါ အရာအားလုံး ပြပါ"</string>
+ <string name="lock_screen_notifications_summary_show" msgid="6540443483088311328">"အကြောင်းကြားချက်ပါ အရာအားလုံး ပြသည်"</string>
<string name="lock_screen_notifications_summary_hide" msgid="7837303171531166789">"လော့ခ်ဖွင့်မှသာ သတိထားရသော အကြောင်းအရာကို ပြပါ"</string>
<string name="lock_screen_notifications_summary_disable" msgid="3388290397947365744">"အကြောင်းကြားချက်များ လုံးဝမပြပါနှင့်"</string>
<string name="lock_screen_notifications_interstitial_message" msgid="4688399629301178487">"လော့ခ်မျက်နှာပြင်ကို မည်သို့ပြသစေလိုပါသလဲ။"</string>
@@ -4617,7 +4615,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"အရောင်ပြောင်းလဲမှု ပြုလုပ်ရန်၊ မျက်နှာပြင်ကိုပိတ်ပါ"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Camera လေဆာ အာရုံခံကိရိယာ"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"အလိုအလျောက် စနစ်အပ်ဒိတ်များ"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"စက်ပစ္စည်းပြန်လည်စတင်သည့်အခါ အပ်ဒိတ်များကို ထည့်သွင်းပါ"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"စက်ပစ္စည်းပြန်လည်စတင်သည့်အခါ အပ်ဒိတ်များကို ထည့်သွင်းသည်"</string>
<string name="usage" msgid="287782903846013936">"အသုံးပြုမှု"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"မိုဘိုင်းဒေတာ အသုံးပြုမှု"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"အက်ပ်ဒေတာ သုံးစွဲမှု"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"ဖွင့်ပိတ်ခလုတ်ကို ဖိထားခြင်းဖြင့် Assistant ကိုဖွင့်ပါ"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ပါဝါနှင့် အရေးပေါ် မီနူး-\n‘ဖွင့်ပိတ်ခလုတ်’ နှင့် ‘အသံချဲ့ခလုတ်’ ကို တစ်ပြိုင်တည်းနှိပ်ပါ။"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"အသံမြည်ခြင်းကို ပိတ်ရန်-\nအသံထိန်း မီနူးတွင် ဖြတ်လမ်းလင့်ခ် ရနိုင်သည်။"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ကြာချိန်ကို နှိပ်၍ဖိထားပါ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"ဖွင့်ပိတ်ခလုတ်အား မည်မျှကြာကြာနှိပ်၍ ဖိထားရမည်ကို ရွေးပြီး အာရုံခံနိုင်စွမ်းကို ချိန်ညှိပါ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"အတို"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"အရှည်"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Wallet ပြရန်"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"လော့ခ်မျက်နှာပြင်နှင့် အမြန် ဆက်တင်များမှ Wallet သို့ ဝင်သုံးခွင့်ပြုသည်"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"စက်ထိန်းစနစ် ပြရန်"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"လောလောဆယ် မရနိုင်သေးပါ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM မရှိပါ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ကွန်ရက် သတ်မှတ်ချက်များ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"အများသုံးကွန်ရက်များသို့ ချိတ်ဆက်ရန်"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ကွန်ရက်ချိတ်ဆက်မှု၊ အင်တာနက်၊ ကြိုးမဲ့၊ ဒေတာ၊ wifi၊ wi-fi၊ wi fi၊ ဆယ်လူလာ၊ မိုဘိုင်း၊ ဖုန်းကုမ္ပဏီ၊ 4g၊ 3g၊ 2g၊ lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi ဖွင့်ပါ"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi ပိတ်ရန်"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ကွန်ရက်"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ဆင်းမ်ကတ်"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ဒေါင်းလုဒ်လုပ်ထားသော ဆင်းမ်ကတ်"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ဒေါင်းလုဒ်လုပ်ထားသော ဆင်းမ်များ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"အသုံးပြုနေသည်"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"အသုံးမပြုပါ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> အတွက် မူရင်း"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"အက်ပ်နှင့် ဝန်ဆောင်မှုအားလုံးအတွက်"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ဂိမ်း ဆက်တင်များ"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ဂိမ်းဒက်ရှ်ဘုတ် ဖြတ်လမ်းလင့်ခ်ကို ဖွင့်ခြင်း စသည်"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ယခင်"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ရှေ့သို့"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"အရောင် အစမ်းကြည့်ရှုခြင်း"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"ဆင်းမ်ကတ်သုံးခွင့် တောင်းဆိုချက်"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"စက်တစ်ခုက သင့်ဆင်းမ်ကတ်ကို သုံးခွင့်ရလိုသည်။ အသေးစိတ်အချက်အလက်များအတွက် တို့ပါ။"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"ဆင်းမ်ကတ်ကို သုံးခွင့်ပြုမလား။"</string>
diff --git a/res/values-nb/arrays.xml b/res/values-nb/arrays.xml
index e1d7b76..c212dbb 100644
--- a/res/values-nb/arrays.xml
+++ b/res/values-nb/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Bufret (aktivitetsklient)"</item>
<item msgid="8186970968968646288">"Bufret (tom)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Blågrønn"</item>
+ <item msgid="7216413848731287689">"Turkis"</item>
<item msgid="5661027589207588703">"Blå"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Grønn"</item>
<item msgid="6331809026622602308">"Lilla"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Rød"</item>
+ <item msgid="6500473130620545980">"Oransje"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Over 30 dager gamle"</item>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index a0be1e8..4ec43db 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Ekstra dimmet skjerm"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Gjør skjermen mørkere enn den laveste lysstyrken på telefonen"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Gjør skjermen mørkere enn den laveste lysstyrken på nettbrettet"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Gjør skjermen mørkere, slik at det er mer komfortabelt å lese.<br/><br/> Dette kan være nyttig når <ol> <li> den laveste vanlige lysstyrken på telefonen er for lys</li> <li> du bruker telefonen i mørke omgivelser, for eksempel om natten eller i et mørkt rom før leggetid</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Gjør skjermen mørkere, slik at det er mer komfortabelt å lese.<br/><br/> Dette kan være nyttig når <ol> <li> standard laveste lysstyrke på nettbrettet fremdeles er for lys</li> <li> du bruker nettbrettet i mørke omgivelser, for eksempel om natten eller i et mørkt rom før leggetid</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Gjør skjermen mørkere, slik at det er mer komfortabelt å lese.<br/><br/> Dette kan være nyttig når <ol> <li> den laveste vanlige lysstyrken på telefonen er for lys</li> <li> du bruker telefonen i mørke omgivelser, for eksempel om natten eller i et mørkt rom før leggetid</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Gjør skjermen mørkere, slik at det er mer komfortabelt å lese.<br/><br/> Dette kan være nyttig når <ol> <li> standard laveste lysstyrke på nettbrettet fremdeles er for lys</li> <li> du bruker nettbrettet i mørke omgivelser, for eksempel om natten eller i et mørkt rom før leggetid</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intensitet"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Mørkere"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Lysere"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Systembruk de siste 24 timene"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Systembruk for <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Appbruk for <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Totalt: mindre enn ett minutt"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Bakgrunn: mindre enn ett minutt"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Totalt: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Start assistenten ved å holde inne av/på-knappen"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Av/på- og nødmeny:\nTrykk på av/på og volum opp samtidig."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Forhindre ringing:\nEn snarvei er tilgjengelig i volummenyen."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Varighet for trykk og hold inne"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Juster følsomheten ved å velge hvor lenge av/på-knappen skal holdes inne"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kort"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lang"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Vis Wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Gi tilgang til Wallet fra låseskjermen og hurtiginnstillingene"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Vis enhetsstyring"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Midlertidig utilgjengelig"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Uten SIM-kort"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Nettverksinnstillinger"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Koble til offentlige nettverk"</string>
<string name="keywords_internet" msgid="7674082764898690310">"nettverkstilkobling, internett, trådløs, data, wifi, wi-fi, wi fi, mobilnett, mobil, mobiloperatør, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Slå på Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Slå av Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+-nettverk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"NEDLASTET SIM-KORT"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"NEDLASTEDE SIM-KORT"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiv"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inaktiv"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Standard for <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"For alle apper og tjenester"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Spillinnstillinger"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Slå på Spilloversikt-snarvei osv."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Forrige"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Neste"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Forhåndsvisning av farge"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Forespørsel om tilgang til SIM-kort"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"En enhet vil ha tilgang til SIM-kortet ditt. Trykk for å se mer informasjon."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Vil du gi tilgang til SIM-kortet?"</string>
diff --git a/res/values-ne/arrays.xml b/res/values-ne/arrays.xml
index 94452cc..0c4c653 100644
--- a/res/values-ne/arrays.xml
+++ b/res/values-ne/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"क्यास (गतिविधि ग्राहक)"</item>
<item msgid="8186970968968646288">"क्यास (खाली)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"टिल"</item>
+ <item msgid="7216413848731287689">"सायन"</item>
<item msgid="5661027589207588703">"निलो"</item>
- <item msgid="3795787248113275442">"इन्डिगो"</item>
+ <item msgid="1219738214736244749">"हरियो"</item>
<item msgid="6331809026622602308">"बैजनी"</item>
<item msgid="6390546163902724700">"गुलाबी"</item>
- <item msgid="6618900408138432102">"रातो"</item>
+ <item msgid="6500473130620545980">"सुन्तले रङ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"कम्तीमा ३० दिन पुरानो"</item>
diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml
index f041353..5e29ef4 100644
--- a/res/values-ne/strings.xml
+++ b/res/values-ne/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"विगत २४ घन्टामा सिस्टमले खपत गरेको ब्याट्री"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> मा सिस्टमले खपत गरेको ब्याट्री"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> मा एपले खपत गरेको ब्याट्री"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"पूर्वाह्न"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"अपराह्न"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"कुल समय: एक मिनेटभन्दा कम"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ब्याकग्राउन्डमा चलाइएको समय: एक मिनेटभन्दा कम"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"कुल समय: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"पावर बटन थिच्दा सहायक खुलोस्"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"पावर र आपत्कालीन मेनु:\nपावर र भोल्युम बढाउने बटन एकै पटक थिच्नुहोस्।"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"डिभाइसको घण्टी म्युट गरियोस्:\nसर्टकट भोल्युम मेनुमा छ।"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"थिचिराख्ने अवधि"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"कति समयसम्म पावर बटन थिचिराख्ने भन्ने कुरा छनौट गरेर संवेदनशीलता मिलाउनुहोस्"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"छोटो"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"लामो"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"वालेट देखाइयोस्"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"लक स्क्रिन र द्रुत सेटिङमार्फत वालेट प्रयोग गर्ने अनुमति दिनुहोस्"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"डिभाइस नियन्त्रण गर्ने विजेटहरू देखाइयोस्"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"केही समयका लागि अनुपलब्ध छ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM कार्ड छैन"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"नेटवर्कसम्बन्धी प्राथमिकताहरू"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"सार्वजनिक Wi-Fi नेटवर्कमा कनेक्ट गरियोस्"</string>
<string name="keywords_internet" msgid="7674082764898690310">"नेटवर्क कनेक्सन, इन्टरनेट, वायरलेस, डेटा, wifi, wi-fi, wi fi, सेलुलर, मोबाइल, सेल सेवा प्रदायक, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi अन गर्नुहोस्"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi अफ गर्नुहोस्"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ नेटवर्क"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"डाउनलोड गरिएको SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"डाउनलोड गरिएका SIM हरू"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"सक्रिय छ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"निष्क्रिय छ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> को डिफल्ट कन्फिगुरेसन"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"सबै एप र सेवाहरूका लागि"</string>
<string name="game_settings_title" msgid="1028178627743422090">"गेमका सेटिङ"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"गेम ड्यासबोर्डको सर्टकटलगायतका सुविधाहरू अन गर्नुहोस्"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"अघिल्लो"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"अर्को"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"रङको प्रिभ्यू"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM कार्डमा भएका डेटा हेर्ने तथा प्रयोग गर्ने अनुमति"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"कुनै डिभाइसले तपाईंको SIM कार्डमा भएका डेटा हेर्ने तथा प्रयोग गर्ने अनुमति माग्दै छ। विवरणहरू हेर्न ट्याप गर्नुहोस्।"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM कार्डमा भएका डेटा हेर्न तथा प्रयोग गर्न दिने हो?"</string>
diff --git a/res/values-nl/arrays.xml b/res/values-nl/arrays.xml
index d0aa809..875e5bc 100644
--- a/res/values-nl/arrays.xml
+++ b/res/values-nl/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Gecacht (activiteitsclient)"</item>
<item msgid="8186970968968646288">"Gecacht (leeg)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Blauwgroen"</item>
+ <item msgid="7216413848731287689">"Cyaan"</item>
<item msgid="5661027589207588703">"Blauw"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Groen"</item>
<item msgid="6331809026622602308">"Paars"</item>
<item msgid="6390546163902724700">"Roze"</item>
- <item msgid="6618900408138432102">"Rood"</item>
+ <item msgid="6500473130620545980">"Oranje"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Meer dan 30 dagen oud"</item>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index c16bb26..791420d 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Scherm extra dimmen"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Dim het scherm meer dan de minimumhelderheid van je telefoon"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Het scherm meer dimmen dan de minimumhelderheid van je tablet"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Dim je scherm extra zodat je het prettiger kunt lezen.<br/><br/> Dit kan in de volgende situaties handig zijn: <ol> <li> De standaard minimumhelderheid van je telefoon is te helder voor je.</li> <li> Je gebruikt je telefoon in een donkere omgeving, zoals \'s avonds laat of in een donkere kamer voordat je gaat slapen.</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Maak je scherm donkerder zodat je het prettiger kunt lezen.<br/><br/> Dit kan in de volgende situaties handig zijn: <ol> <li> De standaard minimumhelderheid van je tablet is te helder voor je.</li> <li> Je gebruikt je telefoon in een donkere omgeving, zoals \'s avonds laat of in een donkere kamer voordat je gaat slapen.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Dim je scherm extra zodat je het prettiger kunt lezen.<br/><br/> Dit kan in de volgende situaties handig zijn: <ol> <li> De standaard minimumhelderheid van je telefoon is te helder voor je.</li> <li> Je gebruikt je telefoon in een donkere omgeving, zoals \'s avonds laat of in een donkere kamer voordat je gaat slapen.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Maak je scherm donkerder zodat je het prettiger kunt lezen.<br/><br/> Dit kan in de volgende situaties handig zijn: <ol> <li> De standaard minimumhelderheid van je tablet is te helder voor je.</li> <li> Je gebruikt je telefoon in een donkere omgeving, zoals \'s avonds laat of in een donkere kamer voordat je gaat slapen.</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intensiteit"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Helderheid lager"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Helderder"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Systeemgebruik voor afgelopen 24 uur"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Systeemgebruik voor <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"App-gebruik voor <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Totaal: minder dan een minuut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Achtergrond: minder dan een minuut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Totaal: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Houd de aan/uit-knop ingedrukt om de Assistent te activeren"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Aan/uit- en noodmenu:\ndruk tegelijkertijd op de aan/uit-knop en de knop Volume omhoog."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Ringtone uitzetten:\nsnelkoppeling beschikbaar in het volumemenu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duur van ingedrukt houden"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Pas de gevoeligheid aan door te kiezen hoelang je de aan/uit-knop ingedrukt moet houden"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kort"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lang"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Portemonnee tonen"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Toegang tot portemonnee toestaan via vergrendelscherm en snelle instellingen"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Apparaatbediening tonen"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Tijdelijk niet beschikbaar"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Geen simkaart"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Netwerkvoorkeuren"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Maak verbinding met openbare netwerken"</string>
<string name="keywords_internet" msgid="7674082764898690310">"netwerkverbinding, internet, draadloos, data, wifi, wi-fi, wi fi, mobiel, mobiele provider, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wifi aanzetten"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wifi uitzetten"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ netwerk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"Simkaart"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"GEDOWNLOADE SIMKAART"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"GEDOWNLOADE SIMKAARTEN"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Actief"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactief"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Standaard voor <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Voor alle apps en services"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Game-instellingen"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Game Dashboard-snelkoppeling aanzetten, enzovoort"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Vorige"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Volgende"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Kleurvoorbeeld"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Verzoek voor toegang tot simkaart"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Een apparaat wil toegang tot je simkaart. Tik voor informatie."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Toegang tot simkaart toestaan?"</string>
diff --git a/res/values-or/arrays.xml b/res/values-or/arrays.xml
index cc8cce2..cda80f2 100644
--- a/res/values-or/arrays.xml
+++ b/res/values-or/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"କ୍ୟାଶ୍ ହୋଇଥିବା (କାର୍ଯ୍ୟକଳାପ କ୍ଲାଏଣ୍ଟ)"</item>
<item msgid="8186970968968646288">"କ୍ୟାଶ୍ ହୋଇଥିବା (ଖାଲି)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ଟିଲ୍"</item>
+ <item msgid="7216413848731287689">"ସାଇଆନ୍"</item>
<item msgid="5661027589207588703">"ନୀଳ"</item>
- <item msgid="3795787248113275442">"ଇଣ୍ଡିଗୋ"</item>
+ <item msgid="1219738214736244749">"ସବୁଜ"</item>
<item msgid="6331809026622602308">"ବାଇଗଣୀ"</item>
<item msgid="6390546163902724700">"ଗୋଲାପି"</item>
- <item msgid="6618900408138432102">"ନାଲି"</item>
+ <item msgid="6500473130620545980">"କମଳା"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 ଦିନରୁ ଅଧିକ ପୁରୁଣା"</item>
diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml
index b5aec38..abbca29 100644
--- a/res/values-or/strings.xml
+++ b/res/values-or/strings.xml
@@ -1292,7 +1292,7 @@
<string name="accessibility_category_personal" msgid="2228088849803484780">"ବ୍ୟକ୍ତିଗତ ପ୍ରୋଫାଇଲ୍ ଆକାଉଣ୍ଟ"</string>
<string name="accessibility_work_account_title" msgid="7622485151217943839">"କାର୍ଯ୍ୟ ଆକାଉଣ୍ଟ - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
<string name="accessibility_personal_account_title" msgid="8535265881509557013">"ବ୍ୟକ୍ତିଗତ ଆକାଉଣ୍ଟ - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
- <string name="search_settings" msgid="7573686516434589771">"Search"</string>
+ <string name="search_settings" msgid="7573686516434589771">"ସନ୍ଧାନ କରନ୍ତୁ"</string>
<string name="display_settings" msgid="7197750639709493852">"ଡିସ୍ପ୍ଲେ"</string>
<string name="accelerometer_title" msgid="7745991950833748909">"ଅଟୋ-ରୋଟେଟ୍ ସ୍କ୍ରିନ୍"</string>
<string name="auto_rotate_option_off" msgid="2788096269396290731">"ବନ୍ଦ ଅଛି"</string>
@@ -2577,7 +2577,7 @@
<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">"Search"</string>
+ <string name="print_menu_item_search" msgid="5989979785203603169">"ସନ୍ଧାନ କରନ୍ତୁ"</string>
<string name="print_searching_for_printers" msgid="5401413178028348800">"ପ୍ରିଣ୍ଟରକୁ ସନ୍ଧାନ କରାଯାଉଛି"</string>
<string name="print_service_disabled" msgid="9185935228930987786">"ସେବା ବନ୍ଦ ଅଛି"</string>
<string name="print_print_jobs" msgid="2605944855933091183">"ପ୍ରିଣ୍ଟ ଜବ୍"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ଗତ 24 ଘଣ୍ଟାର ସିଷ୍ଟମ୍ ବ୍ୟବହାର"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> ପାଇଁ ସିଷ୍ଟମ୍ ବ୍ୟବହାର"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> ପାଇଁ ଆପ୍ ବ୍ୟବହାର"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"ମୋଟ: ଏକ ମିନିଟରୁ କମ୍"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ପୃଷ୍ଠପଟ: ଏକ ମିନିଟରୁ କମ୍"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"ମୋଟ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4081,9 +4079,9 @@
<string name="zen_mode_starred_contacts_title" msgid="630299631659575589">"ତାରାଙ୍କିତ ଯୋଗାଯୋଗ"</string>
<string name="zen_mode_starred_contacts_summary_contacts" msgid="1629467178444895094">"{count,plural,offset:2 =0{କିଛି ନାହିଁ}=1{{contact_1}}=2{{contact_1} ଏବଂ {contact_2}}=3{{contact_1}, {contact_2} ଏବଂ {contact_3}}other{{contact_1}, {contact_2} ଏବଂ ଅନ୍ୟ #ଟି ଯୋଗାଯୋଗ}}"</string>
<string name="zen_mode_starred_contacts_empty_name" msgid="2906404745550293688">"(କୌଣସି ନାମ ନାହିଁ)"</string>
- <string name="zen_mode_messages" msgid="7315084748885170585">"Messages"</string>
+ <string name="zen_mode_messages" msgid="7315084748885170585">"ମେସେଜ୍"</string>
<string name="zen_mode_messages_list" msgid="5431014101342361882">"ମେସେଜଗୁଡ଼ିକ"</string>
- <string name="zen_mode_messages_title" msgid="1777598523485334405">"Messages"</string>
+ <string name="zen_mode_messages_title" msgid="1777598523485334405">"ମେସେଜ୍"</string>
<string name="zen_mode_messages_header" msgid="253721635061451577">"ବାଧା ସୃଷ୍ଟି କରିପାରୁଥିବା ମେସେଜଗୁଡ଼ିକ"</string>
<string name="zen_mode_messages_footer" msgid="6002468050854126331">"ଅନୁମତି ପ୍ରାପ୍ତ ମେସେଜଗୁଡ଼ିକ ଆସିଲେ ସାଉଣ୍ଡ ହୁଏ ତାହା ସୁନିଶ୍ଚିତ କରିବାକୁ, ଡିଭାଇସଟି ରିଂ ହେବା ମୋଡରେ ସେଟ୍ କରାଯାଇଛି ବୋଲି ଯାଞ୍ଚ କରନ୍ତୁ"</string>
<string name="zen_mode_custom_messages_footer" msgid="7545180036949550830">"‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’ ପାଇଁ ଇନକମିଂ ମେସେଜ୍ଗୁଡ଼ିକ ବ୍ଲକ୍ କରାଯାଇଛି। ଆପଣଙ୍କ ବନ୍ଧୁ, ପରିବାର ବର୍ଗ କିମ୍ବା ଅନ୍ୟ ଯୋଗାଯୋଗ ଆପଣଙ୍କୁ ସମ୍ପର୍କ କରିବା ପାଇଁ ଆପଣ ସେଟିଂସ୍କୁ ଆଡ୍ଜଷ୍ଟ କରିପାରିବେ।"</string>
@@ -4617,7 +4615,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରିବା ପାଇଁ ସ୍କ୍ରୀନ୍ ବନ୍ଦ କରନ୍ତୁ"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"କ୍ୟାମେରା ଲେଜର୍ ସେନ୍ସର୍"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"ସ୍ୱଚାଳିତ ସିଷ୍ଟମ୍ ଅପଡେଟ୍"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"ଡିଭାଇସ୍ ରିଷ୍ଟାର୍ଟ ହେଲେ ଅପଡେଟ୍ ଲାଗୁ କରନ୍ତୁ"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"ଡିଭାଇସ୍ ରିଷ୍ଟାର୍ଟ ହେଲେ ଅପଡେଟଗୁଡ଼ିକୁ ଲାଗୁ କରନ୍ତୁ"</string>
<string name="usage" msgid="287782903846013936">"ବ୍ୟବହାର"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"ମୋବାଇଲ୍ ଡାଟା ବ୍ୟବହାର"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"ଆପ୍ ଦ୍ୱାରା ଡାଟା ବ୍ୟବହାର"</string>
@@ -4981,8 +4979,8 @@
<string name="storage_music_audio" msgid="1185624135490182822">"ମ୍ୟୁଜିକ୍ ଓ ଅଡିଓ"</string>
<string name="storage_games" msgid="1176568610086802469">"ଗେମ୍"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"ଅନ୍ୟ ଆପ୍ସ"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
- <string name="storage_images" msgid="2055893015567979387">"ଛବିଗୁଡ଼ିକ"</string>
+ <string name="storage_files" msgid="7968460921272772299">"ଫାଇଲ୍"</string>
+ <string name="storage_images" msgid="2055893015567979387">"ଇମେଜ୍"</string>
<string name="storage_videos" msgid="6117698226447251033">"ଭିଡିଓଗୁଡ଼ିକ"</string>
<string name="storage_audio" msgid="5994664984472140386">"ଅଡିଓ"</string>
<string name="storage_apps" msgid="3564291603258795216">"ଆପଗୁଡ଼ିକ"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"ପାୱାର ବଟନକୁ ଧରି ରଖି Assistantକୁ ଟ୍ରିଗର୍ କରନ୍ତୁ"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ପାୱାର ଏବଂ ଜରୁରୀକାଳୀନ ମେନୁ:\nସମାନ ସମୟରେ \"ପାୱାର\" ଏବଂ \"ଭଲ୍ୟୁମ୍ ବଢ଼ାନ୍ତୁ\"କୁ ଦବାନ୍ତୁ।"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ରିଙ୍ଗ ହେବାକୁ ପ୍ରତିରୋଧ କରନ୍ତୁ:\nଭଲ୍ୟୁମ୍ ମେନୁରେ ସର୍ଟକଟ୍ ଉପଲବ୍ଧ ଅଛି।"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ଦବାଇ ଧରି ରଖିବାର ଅବଧି"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"ପାୱାର ବଟନକୁ କେତେ ସମୟ ଦବାଇ ଧରି ରଖିବେ, ତାହା ବାଛି ସମ୍ବେଦନଶୀଳତାକୁ ଆଡଜଷ୍ଟ କରନ୍ତୁ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"କମ୍ ସମୟ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ଅଧିକ ସମୟ"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ୱାଲେଟ୍ ଦେଖାନ୍ତୁ"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ଲକ୍ ସ୍କ୍ରିନ୍ ଏବଂ କ୍ୱିକ୍ ସେଟିଂସରୁ ୱାଲେଟକୁ ଆକ୍ସେସ୍ କରିବା ପାଇଁ ଅନୁମତି ଦିଅନ୍ତୁ"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ଡିଭାଇସ୍ ନିୟନ୍ତ୍ରଣଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"ଅସ୍ଥାୟୀ ଭାବେ ଅନୁପଲବ୍ଧ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"କୌଣସି SIM ନାହିଁ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ନେଟୱାର୍କ ପସନ୍ଦଗୁଡ଼ିକ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ସାର୍ବଜନୀନ ନେଟୱାର୍କଗୁଡ଼ିକ ସହ ସଂଯୋଗ କରନ୍ତୁ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ନେଟୱାର୍କ ସଂଯୋଗ, ଇଣ୍ଟରନେଟ୍, ୱାୟାରଲେସ୍, ଡାଟା, ୱାଇଫାଇ, ୱାଇ-ଫାଇ, ୱାଇ ଫାଇ, ସେଲ୍ୟୁଲାର୍, ମୋବାଇଲ, ସେଲ୍ କ୍ୟାରିଅର୍, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"ୱାଇ-ଫାଇ ଚାଲୁ କରନ୍ତୁ"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ୱାଇ-ଫାଇ ବନ୍ଦ କରନ୍ତୁ"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ନେଟୱାର୍କ"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ଡାଉନଲୋଡ୍ କରାଯାଇଥିବା SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ଡାଉନଲୋଡ୍ କରାଯାଇଥିବା SIMଗୁଡ଼ିକ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"ସକ୍ରିୟ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ନିଷ୍କ୍ରିୟ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> ପାଇଁ ଡିଫଲ୍ଟ"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"ସମସ୍ତ ଆପ୍ ଓ ସେବା ପାଇଁ"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ଗେମ୍ ସେଟିଂସ୍"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ଗେମ୍ ଡ୍ୟାସବୋର୍ଡ ସର୍ଟକଟ୍ ଇତ୍ୟାଦି ଚାଲୁ କରନ୍ତୁ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ପୂର୍ବବର୍ତ୍ତୀ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ପରବର୍ତ୍ତୀ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ରଙ୍ଗ ପ୍ରିଭ୍ୟୁ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM କାର୍ଡ ଆକ୍ସେସ୍ କରିବାର ଅନୁରୋଧ"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ଏକ ଡିଭାଇସ୍ ଆପଣଙ୍କ SIM କାର୍ଡକୁ ଆକ୍ସେସ୍ କରିବାକୁ ଚାହୁଁଛି। ବିବରଣୀ ପାଇଁ ଟାପ୍ କରନ୍ତୁ।"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM କାର୍ଡକୁ ଆକ୍ସେସ୍ କରିବା ପାଇଁ ଅନୁମତି ଦେବେ?"</string>
diff --git a/res/values-pa/arrays.xml b/res/values-pa/arrays.xml
index 79d098f..daa8d5a 100644
--- a/res/values-pa/arrays.xml
+++ b/res/values-pa/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"ਕੈਸ਼ ਕੀਤੀ (ਗਤੀਵਿਧੀ ਕਲਾਇੰਟ)"</item>
<item msgid="8186970968968646288">"ਕੈਚ ਕੀਤੀ (ਖਾਲੀ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"ਟੀਲ"</item>
+ <item msgid="7216413848731287689">"ਹਰਾ ਨੀਲਾ"</item>
<item msgid="5661027589207588703">"ਨੀਲਾ"</item>
- <item msgid="3795787248113275442">"ਗੂੜ੍ਹਾ ਨੀਲਾ"</item>
+ <item msgid="1219738214736244749">"ਹਰਾ"</item>
<item msgid="6331809026622602308">"ਜਾਮਨੀ"</item>
<item msgid="6390546163902724700">"ਗੁਲਾਬੀ"</item>
- <item msgid="6618900408138432102">"ਲਾਲ"</item>
+ <item msgid="6500473130620545980">"ਸੰਤਰੀ"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 ਦਿਨਾਂ ਤੋਂ ਜ਼ਿਆਦਾ ਪੁਰਾਣੀ"</item>
diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml
index a72ba52..7ce7ac2 100644
--- a/res/values-pa/strings.xml
+++ b/res/values-pa/strings.xml
@@ -1901,11 +1901,11 @@
<string name="settings_manual_activity_unavailable" msgid="2514549851682321576">"ਮੈਨੁਅਲ ਲੋਡ ਕਰਨ ਵਿੱਚ ਇੱਕ ਸਮੱਸਿਆ ਹੋਈ ਸੀ।"</string>
<string name="settings_license_activity_title" msgid="7832071619364734914">"ਤੀਜੀ-ਧਿਰ ਦੇ ਲਾਇਸੰਸ"</string>
<string name="settings_license_activity_unavailable" msgid="9014803774391134570">"ਲਾਇਸੰਸ ਲੋਡ ਕਰਨ ਵਿੱਚ ਇੱਕ ਸਮੱਸਿਆ ਹੋਈ ਸੀ।"</string>
- <string name="settings_license_activity_loading" msgid="1653151990366578827">"ਲੋਡ ਕਰ ਰਿਹਾ ਹੈ…"</string>
+ <string name="settings_license_activity_loading" msgid="1653151990366578827">"ਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ…"</string>
<string name="settings_safetylegal_title" msgid="1334501164265709288">"ਸੁਰੱਖਿਆ ਜਾਣਕਾਰੀ"</string>
<string name="settings_safetylegal_activity_title" msgid="2218587051061093358">"ਸੁਰੱਖਿਆ ਜਾਣਕਾਰੀ"</string>
<string name="settings_safetylegal_activity_unreachable" msgid="6571695168138207587">"ਤੁਹਾਡੇ ਕੋਲ ਕੋਈ ਡਾਟਾ ਕਨੈਕਸ਼ਨ ਨਹੀਂ ਹੈ। ਹੁਣ ਇਸ ਜਾਣਕਾਰੀ ਨੂੰ ਦੇਖਣ ਲਈ, ਇੰਟਰਨੈੱਟ ਨਾਲ ਕਨੈਕਟ ਕੀਤੇ ਕਿਸੇ ਵੀ ਕੰਪਿਊਟਰ ਤੋਂ %s \'ਤੇ ਜਾਓ।"</string>
- <string name="settings_safetylegal_activity_loading" msgid="1757860124583063395">"ਲੋਡ ਕਰ ਰਿਹਾ ਹੈ…"</string>
+ <string name="settings_safetylegal_activity_loading" msgid="1757860124583063395">"ਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ…"</string>
<string name="lockpassword_choose_your_password_header" msgid="2407205113298094824">"ਪਾਸਵਰਡ ਸੈੱਟ ਕਰੋ"</string>
<string name="lockpassword_choose_your_profile_password_header" msgid="7038997227611893312">"ਕੰਮ ਸੰਬੰਧੀ ਪਾਸਵਰਡ ਸੈੱਟ ਕਰੋ"</string>
<string name="lockpassword_choose_your_pin_header" msgid="7754265746504679473">"ਪਿੰਨ ਸੈੱਟ ਕਰੋ"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"ਪਿਛਲੇ 24 ਘੰਟਿਆਂ ਦੌਰਾਨ ਸਿਸਟਮ ਦੀ ਵਰਤੋਂ"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> ਦੌਰਾਨ ਸਿਸਟਮ ਦੀ ਵਰਤੋਂ"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> ਦੌਰਾਨ ਐਪ ਦੀ ਵਰਤੋਂ"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"ਕੁੱਲ: ਇੱਕ ਮਿੰਟ ਤੋਂ ਵੀ ਘੱਟ ਸਮਾਂ"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"ਬੈਕਗ੍ਰਾਊਂਡ: ਇੱਕ ਮਿੰਟ ਤੋਂ ਵੀ ਘੱਟ ਸਮਾਂ"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"ਕੁੱਲ: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4340,7 +4338,7 @@
<string name="default_assist_title" msgid="1182435129627493758">"ਡਿਜੀਟਲ ਸਹਾਇਕ ਐਪ"</string>
<string name="default_digital_assistant_title" msgid="5654663086385490838">"ਪੂਰਵ-ਨਿਰਧਾਰਿਤ ਡਿਜੀਟਲ ਸਹਾਇਕ ਐਪ"</string>
<string name="assistant_security_warning_title" msgid="6444187332360938730">"ਕੀ <xliff:g id="ASSISTANT_APP_NAME">%s</xliff:g> ਨੂੰ ਆਪਣਾ ਸਹਾਇਕ ਬਣਾਉਣਾ ਹੈ?"</string>
- <string name="assistant_security_warning" msgid="5623237187748811070">"Assistant ਤੁਹਾਡੇ ਸਿਸਟਮ \'ਤੇ ਮੌਜੂਦ ਵਰਤੋਂ ਵਿੱਚ ਹੋਣ ਵਾਲੇ ਐਪਾਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਪੜ੍ਹਨ ਵਿੱਚ ਸਮਰੱਥ ਹੋਵੇਗੀ, ਤੁਹਾਡੀ ਸਕ੍ਰੀਨ ਤੇ ਦਿਸਣਯੋਗ ਜਾਂ ਐਪਾਂ ਵਿੱਚ ਪਹੁੰਚਯੋਗ ਜਾਣਕਾਰੀ ਸਮੇਤ।"</string>
+ <string name="assistant_security_warning" msgid="5623237187748811070">"ਸਹਾਇਕ ਐਪ ਤੁਹਾਡੀ ਸਕ੍ਰੀਨ \'ਤੇ ਦਿਸਣਯੋਗ ਜਾਂ ਐਪਾਂ ਵਿੱਚ ਪਹੁੰਚਯੋਗ ਜਾਣਕਾਰੀ ਸਮੇਤ ਤੁਹਾਡੇ ਸਿਸਟਮ \'ਤੇ ਵਰਤੋਂ ਵਿੱਚ ਐਪਾਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਪੜ੍ਹ ਸਕੇਗੀ।"</string>
<string name="assistant_security_warning_agree" msgid="9013334158753473359">"ਸਹਿਮਤ"</string>
<string name="assistant_security_warning_disagree" msgid="1539182108068356410">"ਅਸਹਿਮਤ"</string>
<string name="choose_voice_input_title" msgid="4855506199101586943">"ਵੌਇਸ ਇਨਪੁਟ ਚੁਣੋ"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"ਪਾਵਰ ਬਟਨ ਨੂੰ ਕੁਝ ਸਮਾਂ ਦਬਾਈ ਰੱਖ ਕੇ Assistant ਨੂੰ ਟ੍ਰਿਗਰ ਕਰੋ"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"ਪਾਵਰ ਅਤੇ ਸੰਕਟਕਾਲੀਨ ਮੀਨੂ:\nਪਾਵਰ ਬਟਨ ਅਤੇ \'ਅਵਾਜ਼ ਵਧਾਓ\' ਬਟਨ ਨੂੰ ਇੱਕੋ ਸਮੇਂ ਦਬਾਓ।"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ਘੰਟੀ ਵੱਜਣ ਤੋਂ ਰੋਕੋ:\nਸ਼ਾਰਟਕੱਟ ਅਵਾਜ਼ ਮੀਨੂ ਵਿੱਚ ਉਪਲਬਧ ਹੈ।"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ਦਬਾਈ ਰੱਖਣ ਦੀ ਸਮੇਂ-ਸੀਮਾ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"ਪਾਵਰ ਬਟਨ ਨੂੰ ਦਬਾਈ ਰੱਖਣ ਦੀ ਸਮੇਂ-ਸੀਮਾ ਦੀ ਚੋਣ ਕਰਕੇ ਸੰਵੇਦਨਸ਼ੀਲਤਾ ਨੂੰ ਵਿਵਸਥਿਤ ਕਰੋ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ਛੋਟਾ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ਲੰਮਾ"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"ਵਾਲੇਟ ਦਿਖਾਓ"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"ਲਾਕ ਸਕ੍ਰੀਨ ਅਤੇ ਤਤਕਾਲ ਸੈਟਿੰਗਾਂ ਤੋਂ ਵਾਲੇਟ ਤੱਕ ਪਹੁੰਚ ਕਰਨ ਦਿਓ"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"ਡੀਵਾਈਸ ਕੰਟਰੋਲ ਦਿਖਾਓ"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"ਕੁਝ ਸਮੇਂ ਲਈ ਅਣਉਪਲਬਧ"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"ਕੋਈ ਸਿਮ ਨਹੀਂ"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ਨੈੱਟਵਰਕ ਤਰਜੀਹਾਂ"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"ਜਨਤਕ ਨੈੱਟਵਰਕਾਂ ਨਾਲ ਕਨੈਕਟ ਕਰੋ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ, ਇੰਟਰਨੈੱਟ, ਵਾਇਰਲੈੱਸ, ਡਾਟਾ, ਵਾਈ-ਫਾਈ, ਸੈਲਿਊਲਰ, ਮੋਬਾਈਲ, ਸੈੱਲ ਕੈਰੀਅਰ, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"ਵਾਈ-ਫਾਈ ਚਾਲੂ ਕਰੋ"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ਵਾਈ-ਫਾਈ ਬੰਦ ਕਰੋ"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ਨੈੱਟਵਰਕ"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ਸਿਮ"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ਡਾਊਨਲੋਡ ਕੀਤਾ ਗਿਆ ਸਿਮ"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ਡਾਊਨਲੋਡ ਕੀਤੇ ਗਏ ਸਿਮ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"ਕਿਰਿਆਸ਼ੀਲ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ਅਕਿਰਿਆਸ਼ੀਲ"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> ਲਈ ਪੂਰਵ-ਨਿਰਧਾਰਿਤ"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"ਸਾਰੀਆਂ ਐਪਾਂ ਅਤੇ ਸੇਵਾਵਾਂ ਲਈ"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ਗੇਮ ਸੈਟਿੰਗਾਂ"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ਗੇਮ ਡੈਸ਼ਬੋਰਡ ਸ਼ਾਰਟਕੱਟ, ਆਦਿ ਨੂੰ ਚਾਲੂ ਕਰੋ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ਪਿੱਛੇ"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ਅੱਗੇ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"ਰੰਗ ਦੀ ਪੂਰਵ-ਝਲਕ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"ਸਿਮ ਕਾਰਡ ਤੱਕ ਪਹੁੰਚ ਕਰਨ ਦੀ ਬੇਨਤੀ"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ਕੋਈ ਡੀਵਾਈਸ ਤੁਹਾਡੇ ਸਿਮ ਕਾਰਡ ਤੱਕ ਪਹੁੰਚ ਕਰਨਾ ਚਾਹੁੰਦਾ ਹੈ। ਵੇਰਵਿਆਂ ਲਈ ਟੈਪ ਕਰੋ।"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"ਕੀ ਸਿਮ ਕਾਰਡ ਤੱਕ ਪਹੁੰਚ ਦੀ ਇਜਾਜ਼ਤ ਦੇਣੀ ਹੈ?"</string>
diff --git a/res/values-pl/arrays.xml b/res/values-pl/arrays.xml
index 3845bc1..d10c228 100644
--- a/res/values-pl/arrays.xml
+++ b/res/values-pl/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Pamięć podręczna (klient aktywności)"</item>
<item msgid="8186970968968646288">"Pamięć podręczna (pusta)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Morski"</item>
+ <item msgid="7216413848731287689">"Cyjan"</item>
<item msgid="5661027589207588703">"Niebieski"</item>
- <item msgid="3795787248113275442">"Indygo"</item>
+ <item msgid="1219738214736244749">"Zielony"</item>
<item msgid="6331809026622602308">"Fioletowy"</item>
<item msgid="6390546163902724700">"Różowy"</item>
- <item msgid="6618900408138432102">"Czerwony"</item>
+ <item msgid="6500473130620545980">"Pomarańczowy"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Starsze niż 30 dni"</item>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 49216ce..8934dd9 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -1551,8 +1551,8 @@
<string name="status_msid_number" msgid="3871958248824595774">"MSID"</string>
<string name="status_prl_version" msgid="9002131357502714281">"Wersja PRL"</string>
<string name="meid_multi_sim" msgid="7645394486193991388">"MEID (gniazdo SIM %1$d)"</string>
- <string name="scanning_status_text_on" msgid="3846571210578042940">"Włączono"</string>
- <string name="scanning_status_text_off" msgid="4002352668313705132">"Wyłączono"</string>
+ <string name="scanning_status_text_on" msgid="3846571210578042940">"Wł."</string>
+ <string name="scanning_status_text_off" msgid="4002352668313705132">"Wył."</string>
<string name="scanning_status_text_wifi_on_ble_on" msgid="7644609329607744714">"Skanowanie Wi-Fi i Bluetooth jest włączone"</string>
<string name="scanning_status_text_wifi_on_ble_off" msgid="7215007787287418186">"Skanowanie Wi-Fi włączone, skanowanie Bluetooth wyłączone"</string>
<string name="scanning_status_text_wifi_off_ble_on" msgid="1396882599556304165">"Skanowanie Bluetooth włączone, skanowanie Wi-Fi wyłączone"</string>
@@ -2950,8 +2950,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Wykorzystanie przez system w ciągu ostatnich 24 godzin"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Wykorzystanie przez system w godz. <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Wykorzystanie przez aplikacje w godz. <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Łącznie: niecała minuta"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"W tle: niecała minuta"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Łącznie: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4289,7 +4287,7 @@
<string name="device_feedback" msgid="5351614458411688608">"Prześlij opinię o tym urządzeniu"</string>
<string name="restr_pin_enter_admin_pin" msgid="4435410646541671918">"Wpisz kod PIN administratora"</string>
<string name="switch_on_text" msgid="5664542327776075105">"Wł."</string>
- <string name="switch_off_text" msgid="1315547447393646667">"Wyłączony"</string>
+ <string name="switch_off_text" msgid="1315547447393646667">"Wył."</string>
<string name="nfc_setting_on" msgid="7701896496026725772">"Wł."</string>
<string name="nfc_setting_off" msgid="7142103438532732309">"Wył."</string>
<string name="screen_pinning_switch_on_text" msgid="6971386830247542552">"Włączono"</string>
@@ -5575,6 +5573,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Przytrzymaj przycisk zasilania, aby uaktywnić Asystenta"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu zasilania i alarmowe:\nNaciśnij jednocześnie przyciski zasilania i zwiększania głośności."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Zapobiegaj włączeniu się dzwonka:\nSkrót dostępny w menu głośności."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Czas naciskania i przytrzymywania przycisku głośności"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Dostosuj czułość, określając, jak długo ma być naciskany i przytrzymywany przycisk głośności"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Krótko"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Długo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Pokazuj portfel"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Zezwalaj na dostęp do portfela na ekranie blokady i w szybkich ustawieniach"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Pokazuj sterowanie urządzeniami"</string>
@@ -5620,7 +5622,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Chwilowo niedostępna"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Brak karty SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Ustawienia sieci"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Łącz się z sieciami publicznymi"</string>
<string name="keywords_internet" msgid="7674082764898690310">"połączenie sieciowe, internet, bezprzewodowy, dane, Wi-Fi, wi-fi, wi fi, komórka, telefon, operator komórkowy, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Włącz Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wyłącz Wi-Fi"</string>
@@ -5638,6 +5639,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Sieć W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"POBRANA KARTA SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"POBRANE KARTY SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktywna"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Nieaktywna"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Domyślna dla: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5715,6 +5717,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Dla wszystkich aplikacji i usług"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Ustawienia gier"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Włączanie skrótu do panelu gier i inne ustawienia"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Wstecz"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Dalej"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Podgląd koloru"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Prośba o dostęp do karty SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Urządzenie chce uzyskać dostęp do Twojej karty SIM. Kliknij, by wyświetlić szczegóły."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Zezwolić na dostęp do karty SIM?"</string>
diff --git a/res/values-pt-rBR/arrays.xml b/res/values-pt-rBR/arrays.xml
index 8b75911..e802e57 100644
--- a/res/values-pt-rBR/arrays.xml
+++ b/res/values-pt-rBR/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Em cache (cliente de atividade)"</item>
<item msgid="8186970968968646288">"Em cache (vazio)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Azul-petróleo"</item>
+ <item msgid="7216413848731287689">"Ciano"</item>
<item msgid="5661027589207588703">"Azul"</item>
- <item msgid="3795787248113275442">"Índigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Roxo"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Vermelho"</item>
+ <item msgid="6500473130620545980">"Laranja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Com mais de 30 dias"</item>
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index 2a310fe..ad00fc8 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -2270,7 +2270,7 @@
<string name="accessibility_settings_summary" msgid="2366627644570558503">"Tela, interação, áudio"</string>
<string name="vision_settings_title" msgid="8919983801864103069">"Configuração visual"</string>
<string name="vision_settings_description" msgid="7614894785054441991">"É possível personalizar este dispositivo para atender às suas necessidades. Esses recursos de acessibilidade podem ser alterados posteriormente em \"Configurar\"."</string>
- <string name="vision_settings_suggestion_title" msgid="4689275412658803919">"Alterar tamanho da fonte"</string>
+ <string name="vision_settings_suggestion_title" msgid="4689275412658803919">"Mudar o tamanho da fonte"</string>
<string name="screen_reader_category_title" msgid="5825700839731107803">"Leitor de tela"</string>
<string name="captions_category_title" msgid="574490148949400274">"Legendas"</string>
<string name="audio_category_title" msgid="5283853679967605826">"Áudio"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Uso do sistema nas últimas 24h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Uso do sistema em <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Uso do app em <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"manhã"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"tarde/noite"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menos de um minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Segundo plano: menos de um minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4314,7 +4312,7 @@
<string name="advanced_apps" msgid="7643010673326578815">"Avançado"</string>
<string name="configure_apps" msgid="5468359087126598115">"Configurar apps"</string>
<string name="unknown_app" msgid="2027248925719898714">"App desconhecido"</string>
- <string name="app_permissions" msgid="8666537659217653626">"Gerenciar permissões"</string>
+ <string name="app_permissions" msgid="8666537659217653626">"Gerenciador de permissões"</string>
<string name="app_permissions_summary" msgid="2709819220672938860">"Apps usando <xliff:g id="APPS">%1$s</xliff:g>"</string>
<string name="app_permissions_summary_more" msgid="6247952473615352350">"Apps usando <xliff:g id="APPS">%1$s</xliff:g> e mais"</string>
<string name="tap_to_wake" msgid="3313433536261440068">"Tocar para ativar"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Mantenha o botão liga/desliga pressionado para acionar o Google Assistente"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu liga/desliga e de emergência:\nPressione os botões liga/desliga e aumentar volume ao mesmo tempo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Impedir o toque:\nAtalho disponível no menu de volumes."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duração do pressionamento"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Ajuste a sensibilidade escolhendo por quanto tempo manter o botão liga/desliga pressionado"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Curto"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Longo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostrar carteira"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permitir acesso à carteira pela tela de bloqueio e pelas Configurações rápidas"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostrar controles do dispositivo"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporariamente indisponível"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Sem chip"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferências de rede"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Conectar-se a redes públicas"</string>
<string name="keywords_internet" msgid="7674082764898690310">"conexão de rede, internet, sem fio, dados, wifi, wi-fi, wi fi, celular, rede móvel, operadora de celular, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Ativar o Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desativar o Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rede W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"Chip"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"CHIP TRANSFERIDO POR DOWNLOAD"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"CHIPS TRANSFERIDOS POR DOWNLOAD"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Ativo"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inativo"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Padrão para <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para todos os apps e serviços"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Configurações de jogos"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Ativar o atalho do Painel de jogo etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Próxima"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Visualização da cor"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Solicitação de acesso ao chip"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Um dispositivo quer acessar seu chip. Toque para ver detalhes."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Permitir acesso ao chip?"</string>
diff --git a/res/values-pt-rPT/arrays.xml b/res/values-pt-rPT/arrays.xml
index 5750e2b..5994f66 100644
--- a/res/values-pt-rPT/arrays.xml
+++ b/res/values-pt-rPT/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Em cache (cliente de atividade)"</item>
<item msgid="8186970968968646288">"Em cache (vazio)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Azul esverdeado"</item>
+ <item msgid="7216413848731287689">"Ciano"</item>
<item msgid="5661027589207588703">"Azul"</item>
- <item msgid="3795787248113275442">"Índigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Roxo"</item>
<item msgid="6390546163902724700">"Cor-de-rosa"</item>
- <item msgid="6618900408138432102">"Vermelho"</item>
+ <item msgid="6500473130620545980">"Laranja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Mais de 30 dias"</item>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index c77d5a3..734dbb3 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Ativar escurecimento extra do ecrã"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Escureça o ecrã para além do brilho mínimo do seu telemóvel"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Escureça o ecrã para além do brilho mínimo do seu tablet"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Escureça o ecrã para tornar a leitura mais confortável.<br/><br/> Isto pode ser útil quando: <ol> <li> O brilho mínimo predefinido do telemóvel ainda é demasiado intenso</li> <li> Está a utilizar o telemóvel em ambientes escuros, como à noite ou num quarto escuro antes de dormir</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Escureça o ecrã para tornar a leitura mais confortável.<br/><br/> Isto pode ser útil quando: <ol> <li> O brilho mínimo predefinido do tablet ainda é demasiado intenso.</li> <li> Está a utilizar o tablet em ambientes escuros, como à noite ou num quarto escuro antes de dormir.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Escureça o ecrã para tornar a leitura mais confortável.<br/><br/> Isto pode ser útil quando: <ol> <li> O brilho mínimo predefinido do telemóvel ainda é demasiado intenso</li> <li> Está a utilizar o telemóvel em ambientes escuros, como à noite ou num quarto escuro antes de dormir</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Escureça o ecrã para tornar a leitura mais confortável.<br/><br/> Isto pode ser útil quando: <ol> <li> O brilho mínimo predefinido do tablet ainda é demasiado intenso.</li> <li> Está a utilizar o tablet em ambientes escuros, como à noite ou num quarto escuro antes de dormir.</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intensidade"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Mais escuro"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Mais claro"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Utilização do sistema durante as últimas 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Utilização do sistema durante <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Utilização da app durante <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"da manhã"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"da tarde"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menos de um min"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Em segundo plano: menos de um min"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4617,7 +4615,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"Para aplicar uma alteração de cor, desligue o ecrã"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Sensor de laser da câmara"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"Atualizações do sistema automáticas"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Aplique as atualizações quando o dispositivo for reiniciado"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Aplicar as atualizações quando o dispositivo for reiniciado"</string>
<string name="usage" msgid="287782903846013936">"Utilização"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"Utilização de dados móveis"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"Utilização de dados da app"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Acione o Assistente ao manter premido o botão ligar/desligar"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu ligar/desligar e de emergência:\nprima os botões ligar/desligar e aumentar volume em simultâneo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Impedir o toque:\natalho disponível no menu do volume."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duração de premir sem soltar"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Ajuste a sensibilidade ao escolher durante quanto tempo o botão ligar/desligar deve ser premido sem soltar"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Curta"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Longa"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostrar carteira"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permita o acesso à carteira a partir do ecrã de bloqueio e das Definições rápidas"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostrar controlos de dispositivos"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporariamente indisponível"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"sem cartão SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferências de rede"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Ligar a redes públicas"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ligação de rede, internet, sem fios, dados, wifi, wi-fi, wi fi, telemóvel, dispositivo móvel, operador de telemóvel, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Ative o Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desativar o Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rede W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM TRANSFERIDO"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIMs TRANSFERIDOS"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Ativo"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inativo"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /Predefinição para <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para todas as apps e serviços"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Definições de jogos"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Ative o atalho do Painel de jogo, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Seguinte"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pré-visualização da cor"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Pedido de acesso ao cartão SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Um dispositivo pretende aceder ao seu cartão SIM. Toque para obter detalhes."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Pretende permitir o acesso ao cartão SIM?"</string>
diff --git a/res/values-pt/arrays.xml b/res/values-pt/arrays.xml
index 8b75911..e802e57 100644
--- a/res/values-pt/arrays.xml
+++ b/res/values-pt/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Em cache (cliente de atividade)"</item>
<item msgid="8186970968968646288">"Em cache (vazio)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Azul-petróleo"</item>
+ <item msgid="7216413848731287689">"Ciano"</item>
<item msgid="5661027589207588703">"Azul"</item>
- <item msgid="3795787248113275442">"Índigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Roxo"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Vermelho"</item>
+ <item msgid="6500473130620545980">"Laranja"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Com mais de 30 dias"</item>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 2a310fe..ad00fc8 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -2270,7 +2270,7 @@
<string name="accessibility_settings_summary" msgid="2366627644570558503">"Tela, interação, áudio"</string>
<string name="vision_settings_title" msgid="8919983801864103069">"Configuração visual"</string>
<string name="vision_settings_description" msgid="7614894785054441991">"É possível personalizar este dispositivo para atender às suas necessidades. Esses recursos de acessibilidade podem ser alterados posteriormente em \"Configurar\"."</string>
- <string name="vision_settings_suggestion_title" msgid="4689275412658803919">"Alterar tamanho da fonte"</string>
+ <string name="vision_settings_suggestion_title" msgid="4689275412658803919">"Mudar o tamanho da fonte"</string>
<string name="screen_reader_category_title" msgid="5825700839731107803">"Leitor de tela"</string>
<string name="captions_category_title" msgid="574490148949400274">"Legendas"</string>
<string name="audio_category_title" msgid="5283853679967605826">"Áudio"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Uso do sistema nas últimas 24h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Uso do sistema em <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Uso do app em <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"manhã"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"tarde/noite"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: menos de um minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Segundo plano: menos de um minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4314,7 +4312,7 @@
<string name="advanced_apps" msgid="7643010673326578815">"Avançado"</string>
<string name="configure_apps" msgid="5468359087126598115">"Configurar apps"</string>
<string name="unknown_app" msgid="2027248925719898714">"App desconhecido"</string>
- <string name="app_permissions" msgid="8666537659217653626">"Gerenciar permissões"</string>
+ <string name="app_permissions" msgid="8666537659217653626">"Gerenciador de permissões"</string>
<string name="app_permissions_summary" msgid="2709819220672938860">"Apps usando <xliff:g id="APPS">%1$s</xliff:g>"</string>
<string name="app_permissions_summary_more" msgid="6247952473615352350">"Apps usando <xliff:g id="APPS">%1$s</xliff:g> e mais"</string>
<string name="tap_to_wake" msgid="3313433536261440068">"Tocar para ativar"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Mantenha o botão liga/desliga pressionado para acionar o Google Assistente"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu liga/desliga e de emergência:\nPressione os botões liga/desliga e aumentar volume ao mesmo tempo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Impedir o toque:\nAtalho disponível no menu de volumes."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Duração do pressionamento"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Ajuste a sensibilidade escolhendo por quanto tempo manter o botão liga/desliga pressionado"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Curto"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Longo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Mostrar carteira"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permitir acesso à carteira pela tela de bloqueio e pelas Configurações rápidas"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Mostrar controles do dispositivo"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporariamente indisponível"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Sem chip"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferências de rede"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Conectar-se a redes públicas"</string>
<string name="keywords_internet" msgid="7674082764898690310">"conexão de rede, internet, sem fio, dados, wifi, wi-fi, wi fi, celular, rede móvel, operadora de celular, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Ativar o Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Desativar o Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rede W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"Chip"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"CHIP TRANSFERIDO POR DOWNLOAD"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"CHIPS TRANSFERIDOS POR DOWNLOAD"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Ativo"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inativo"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Padrão para <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para todos os apps e serviços"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Configurações de jogos"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Ativar o atalho do Painel de jogo etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Anterior"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Próxima"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Visualização da cor"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Solicitação de acesso ao chip"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Um dispositivo quer acessar seu chip. Toque para ver detalhes."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Permitir acesso ao chip?"</string>
diff --git a/res/values-ro/arrays.xml b/res/values-ro/arrays.xml
index 937ea46..a8c6545 100644
--- a/res/values-ro/arrays.xml
+++ b/res/values-ro/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"În cache (client de activitate)"</item>
<item msgid="8186970968968646288">"În cache (gol)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Turcoaz"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Albastru"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Verde"</item>
<item msgid="6331809026622602308">"Violet"</item>
<item msgid="6390546163902724700">"Roz"</item>
- <item msgid="6618900408138432102">"Roșu"</item>
+ <item msgid="6500473130620545980">"Portocaliu"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Vechi de peste 30 de zile"</item>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index 9f1b26b..1039028 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -2478,8 +2478,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Reduceți suplimentar luminozitatea"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Întunecați ecranul sub setarea minimă pentru luminozitate a telefonului"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Întunecați ecranul sub setarea minimă pentru luminozitate a tabletei"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Întunecați ecranul pentru a citi mai confortabil.<br/><br/> Această opțiune poate fi utilă atunci când: <ol> <li> luminozitatea minimă prestabilită a telefonului este prea mare;</li> <li> folosiți telefonul în condiții de luminozitate scăzută, de exemplu, noaptea sau într-o cameră întunecată înainte de culcare.</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Întunecați ecranul pentru a citi mai confortabil.<br/><br/> Această opțiune poate fi utilă atunci când: <ol> <li> luminozitatea minimă prestabilită a tabletei este prea mare;</li> <li> folosiți tableta în condiții de luminozitate scăzută, de exemplu, noaptea sau într-o cameră întunecată înainte de culcare.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Întunecați ecranul pentru a citi mai confortabil.<br/><br/> Această opțiune poate fi utilă atunci când: <ol> <li> luminozitatea minimă prestabilită a telefonului este prea mare;</li> <li> folosiți telefonul în condiții de luminozitate scăzută, de exemplu, noaptea sau într-o cameră întunecată înainte de culcare.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Întunecați ecranul pentru a citi mai confortabil.<br/><br/> Această opțiune poate fi utilă atunci când: <ol> <li> luminozitatea minimă prestabilită a tabletei este prea mare;</li> <li> folosiți tableta în condiții de luminozitate scăzută, de exemplu, noaptea sau într-o cameră întunecată înainte de culcare.</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intensitate"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Mai întunecat"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Mai luminos"</string>
@@ -2914,8 +2914,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Utilizarea pentru sistem în ultimele 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Utilizarea de către sistem pentru <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Utilizarea de către aplicație pentru <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"a.m."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"p.m."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Total: mai puțin de un minut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"În fundal: mai puțin de un minut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5488,6 +5486,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Declanșați Asistentul apăsând lung butonul de pornire"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Meniul Pornire și urgențe:\napăsați simultan pe butonul de pornire și pe cel de creștere a volumului"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Împiedicați sunatul:\ncomandă rapidă disponibilă în meniul de volum"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Durata cât țineți apăsat"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Ajustați sensibilitatea alegând cât să țineți apăsat butonul de pornire"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Scurtă"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lungă"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Afișați Wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Permiteți accesul la Wallet din ecranul de blocare și setările rapide"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Afișați comenzile dispozitivului"</string>
@@ -5533,7 +5535,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Temporar indisponibil"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Niciun card SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferințe privind rețeaua"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Conectați-vă la rețele publice"</string>
<string name="keywords_internet" msgid="7674082764898690310">"conexiune la rețea, internet, wireless, date, wifi, wi-fi, wi fi, celular, mobil, operator servicii mobile, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Activați conexiunea Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Dezactivați conexiunea Wi-Fi"</string>
@@ -5551,6 +5552,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rețea W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM DESCĂRCAT"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM-URI DESCĂRCATE"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Activ"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inactiv"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Prestabilit pentru <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5628,6 +5630,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Pentru toate aplicațiile și serviciile"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Setări de joc"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Activați comanda rapidă din Tabloul de bord al jocului, etc."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Înapoi"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Înainte"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Previzualizarea culorii"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Solicitare de acces la cardul SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Un dispozitiv solicită acces la cardul SIM. Atingeți pentru detalii."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Permiteți accesul la cardul SIM?"</string>
diff --git a/res/values-ru/arrays.xml b/res/values-ru/arrays.xml
index e271faf..e2ade5d 100644
--- a/res/values-ru/arrays.xml
+++ b/res/values-ru/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кешировано (клиент)"</item>
<item msgid="8186970968968646288">"Кешировано (пусто)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Сине-зеленый"</item>
+ <item msgid="7216413848731287689">"Голубой"</item>
<item msgid="5661027589207588703">"Синий"</item>
- <item msgid="3795787248113275442">"Индиго"</item>
+ <item msgid="1219738214736244749">"Зеленый"</item>
<item msgid="6331809026622602308">"Фиолетовый"</item>
<item msgid="6390546163902724700">"Розовый"</item>
- <item msgid="6618900408138432102">"Красный"</item>
+ <item msgid="6500473130620545980">"Оранжевый"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Добавленные более 30 дней назад"</item>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 6d0e99c..c2a0268 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -2437,7 +2437,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Задержка при нажатии и удержании"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Инверсия цветов"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Использовать инверсию цветов"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Инверсия цветов позволяет сделать светлые цвета тёмными.<br/><br/> Обратите внимание: <ol> <li> Тёмные цвета станут светлыми.</li> <li> Инверсия цветов будет также применяться и в медиаконтенте и изображениях.</li> <li> Чтобы сделать фон экрана тёмным, включите тёмную тему. Тёмная тема поддерживается только в некоторых приложениях, а инверсия цветов – во всех.</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Инверсия цветов позволяет сделать светлые цвета тёмными.<br/><br/> Обратите внимание: <ol> <li> Тёмные цвета станут светлыми.</li> <li> Инверсия цветов будет также применяться и в медиаконтенте и изображениях.</li> <li> Чтобы сделать фон экрана тёмным, включите тёмную тему. Тёмная тема поддерживается только в некоторых приложениях, а инверсия цветов – во всех.</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Автонажатие (время задержки)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"Автоматическое нажатие работает с подключенной мышью. Если указатель остается неподвижным в течение выбранного времени, выполняется клик."</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Отключено"</string>
@@ -2501,8 +2501,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Дополнительно уменьшить яркость экрана"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Сделать экран телефона темнее, чем при минимальной яркости"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Сделать экран планшета темнее, чем при минимальной яркости"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Сделайте экран темнее для удобства чтения.<br/><br/> Это может помочь, если: <ol><li> при минимальной яркости экран телефона все равно слишком яркий;</li> <li> вы используете телефон в темноте, например ночью или в темной комнате перед сном.</li></ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Сделайте экран темнее для удобства чтения.<br/><br/>Это может помочь, если:<ol><li> при минимальной яркости экран планшета все равно слишком яркий;</li><li> вы используете планшет в темноте, например ночью или в темной комнате перед сном.</li></ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Сделайте экран темнее для удобства чтения.<br/><br/> Это может помочь, если: <ol><li> при минимальной яркости экран телефона все равно слишком яркий;</li> <li> вы используете телефон в темноте, например ночью или в темной комнате перед сном.</li></ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Сделайте экран темнее для удобства чтения.<br/><br/>Это может помочь, если:<ol><li> при минимальной яркости экран планшета все равно слишком яркий;</li><li> вы используете планшет в темноте, например ночью или в темной комнате перед сном.</li></ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Интенсивность"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Темнее"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Светлее"</string>
@@ -2950,8 +2950,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Расход системой за 24 часа"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Использование системой за <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Использование приложениями за <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Всего: меньше минуты"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"В фоновом режиме: меньше минуты"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Всего: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4416,7 +4414,7 @@
<string name="runtime_permissions_summary_no_permissions_granted" msgid="7456745929035665029">"У приложения нет разрешений"</string>
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Приложение не запрашивало разрешения"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Настройки доступа приложений к вашим данным"</string>
- <string name="permissions_usage_title" msgid="2942741460679049132">"Панель управления доступом"</string>
+ <string name="permissions_usage_title" msgid="2942741460679049132">"Панель управления разрешениями"</string>
<string name="permissions_usage_summary" msgid="6784310472062516454">"Посмотреть, какие приложения недавно использовали разрешения"</string>
<string name="unused_apps" msgid="4566272194756830656">"Неиспользуемые приложения"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
@@ -5575,6 +5573,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Нажмите и удерживайте кнопку питания для запуска Ассистента"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Меню кнопки питания и экстренных вызовов\nЧтобы его открыть, одновременно нажмите кнопки питания и увеличения громкости."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Отключение звука звонка\nБыстрый запуск функции доступен в меню регулировки громкости."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Длительность нажатия и удержания"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Настройте чувствительность, выбрав длительность нажатия и удержания кнопки питания."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Быстро"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Долго"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Показывать кошелек"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Разрешить доступ к кошельку на заблокированном экране и в быстрых настройках"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Показывать виджеты управления устройством"</string>
@@ -5620,7 +5622,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Временно недоступно"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Нет SIM-карты"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Настройки подключения"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Подключаться к общедоступным сетям"</string>
<string name="keywords_internet" msgid="7674082764898690310">"сетевое подключение, Интернет, беспроводная сеть, передача данных, Wi-Fi, wifi, wi fi, сотовая сеть, мобильный Интернет, сотовый оператор, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Включить Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Отключить Wi-Fi"</string>
@@ -5638,6 +5639,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Сеть W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM-карта"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"СКАЧАННАЯ SIM-КАРТА"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"СКАЧАННЫЕ SIM-КАРТЫ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Активна"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Неактивна"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /По умолчанию для категорий: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5715,6 +5717,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Для всех приложений и сервисов"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Настройки игр"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Включение ярлыков игровой панели и т. п."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Назад"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Далее"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Предпросмотр цвета"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Запрос на доступ к SIM-карте"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Устройство запрашивает доступ к вашей SIM-карте. Нажмите, чтобы узнать больше."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Предоставить доступ к SIM-карте?"</string>
diff --git a/res/values-si/arrays.xml b/res/values-si/arrays.xml
index 0450326..207c582 100644
--- a/res/values-si/arrays.xml
+++ b/res/values-si/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"හැඹිලි ගත කළ (ක්රියාකාරකම් සේවාලාභියා)"</item>
<item msgid="8186970968968646288">"හැඹිලි ගත කළ (හිස්)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"සේරා"</item>
+ <item msgid="7216413848731287689">"සියන්"</item>
<item msgid="5661027589207588703">"නිල්"</item>
- <item msgid="3795787248113275442">"ඉන්ඩිගෝ"</item>
+ <item msgid="1219738214736244749">"කොළ"</item>
<item msgid="6331809026622602308">"දම්"</item>
<item msgid="6390546163902724700">"රෝස"</item>
- <item msgid="6618900408138432102">"රතු"</item>
+ <item msgid="6500473130620545980">"තැඹිලි"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"දින 30කට වඩා පැරණි"</item>
diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml
index b5c3055..f64538b 100644
--- a/res/values-si/strings.xml
+++ b/res/values-si/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"පසුගිය පැය 24 සඳහා පද්ධති භාවිතය"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> සඳහා පද්ධති භාවිතය"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> සඳහා යෙදුම් භාවිතය"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"පෙ.ව."</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ප.ව."</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"මුළු: මිනිත්තුවකට වඩා අඩුය"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"පසුබිම: මිනිත්තුවකට වඩා අඩුය"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"එකතුව: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"බල බොත්තම තද කර ගෙන සිටීමෙන් සහායක ප්රේරණය කරන්න"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"බලය සහ හදිසි අවස්ථා මෙනුව:\nඑකම අවස්ථාවේදී බලය සහ හඬ පරිමාව ඉහළට බොත්තම ඔබන්න."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"නාද වීම වළක්වන්න:\nකෙටි මග හඬ පරිමා මෙනුවෙහි තිබේ."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ඔබා අල්ලාගෙන සිටින කාල සීමාව"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"බල බොත්තම කොපමණ වේලාවක් ඔබා අල්ලාගෙන සිටින්නේද යන්න තෝරා සංවේදීතාව සීරුමාරු කරන්න"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"කෙටි"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"දිගු"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"පසුම්බිය පෙන්වන්න"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"තිර අගුල සහ ඉක්මන් සැකසීම් වෙතින් පසුම්බිය වෙත ප්රවේශය ඉඩ දෙන්න"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"උපාංග පාලන පෙන්වන්න"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"තාවකාලිකව ලබා ගත නොහැකිය"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM නැත"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"ජාල මනාප"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"පොදු ජාලයකට සම්බන්ධ වන්න"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ජාල සම්බන්ධතාව, අන්තර්ජාලය, රැහැන් රහිත, දත්ත, wifi, wi-fi, wi fi, සෙලියුලර්, ජංගම, සෙල් වාහක, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi ක්රියාත්මක කරන්න"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"WiFi ක්රියාවිරහිත කරන්න"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ජාලය"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"බාගත් SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"බාගත් SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"සක්රිය"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"අක්රිය"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> සඳහා පෙරනිමි"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"සියලු යෙදුම් සහ සේවා සඳහා"</string>
<string name="game_settings_title" msgid="1028178627743422090">"ක්රීඩා සැකසීම්"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"ක්රීඩා උපකරණ පුවරු කෙටි මං ආදිය ක්රියාත්මක කරන්න"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"පෙර"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ඊළඟ"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"වර්ණ පෙරදසුන"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM කාඩ්පත් ප්රවේශ ඉල්ලීම"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"උපාංගයකට ඔබගේ SIM කාඩ්පත වෙත ප්රවේශ වීමට අවශ්යයි. විස්තර සඳහා තට්ටු කරන්න."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM කාඩ්පත වෙත ප්රවේශය ඉඩ දෙන්නද?"</string>
diff --git a/res/values-sk/arrays.xml b/res/values-sk/arrays.xml
index b467c8a..0c9e75d 100644
--- a/res/values-sk/arrays.xml
+++ b/res/values-sk/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Vo vyrovnávacej pamäti (klient aktivity)"</item>
<item msgid="8186970968968646288">"Vo vyrovnávacej pamäti (prázdne)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Modrozelená"</item>
+ <item msgid="7216413848731287689">"Azúrová"</item>
<item msgid="5661027589207588703">"Modrá"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Zelená"</item>
<item msgid="6331809026622602308">"Purpurová"</item>
<item msgid="6390546163902724700">"Ružová"</item>
- <item msgid="6618900408138432102">"Červená"</item>
+ <item msgid="6500473130620545980">"Oranžová"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Staršie ako 30 dní"</item>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 70a698c..473e752 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -2952,8 +2952,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Spotreba batérie systémom za posledných 24 h"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Spotreba batérie systémom: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Spotreba batérie aplikáciou: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Celkove: menej ako minúta"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Na pozadí: menej ako minúta"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Celkove: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5536,7 +5534,7 @@
<string name="forget_passpoint_dialog_message" msgid="2433875063907365760">"Môžete prísť o prístup k zostávajúcemu času či dátam. Pred odstránením sa poraďte so svojím operátorom."</string>
<string name="keywords_content_capture" msgid="7802155522681936956">"snímanie obsahu, obsah aplikácie"</string>
<string name="content_capture" msgid="868372905432812238">"Obsah aplikácie"</string>
- <string name="content_capture_summary" msgid="49720773699715531">"Umožniť aplikáciam odosielať obsah do Androidu"</string>
+ <string name="content_capture_summary" msgid="49720773699715531">"Umožniť aplikáciám odosielať obsah do systému Android"</string>
<string name="capture_system_heap_dump_title" msgid="9210974110606886455">"Zachytávať výpisy haldy systému"</string>
<string name="capturing_system_heap_dump_message" msgid="8410503247477360622">"Zachytávajú sa zálohy údajov systému"</string>
<string name="error_capturing_system_heap_dump_message" msgid="2352983250048200052">"Nepodarilo sa zachytiť výpis haldy systému"</string>
@@ -5577,6 +5575,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Spustiť Asistenta pridržaním vypínača"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Ponuka vypínača a stavu tiesne:\nnaraz stlačte vypínač a tlačidlo zvýšenia hlasitosti."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Nezvoniť:\nskratka v ponuke hlasitosti."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Trvanie pridržania"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Upravte citlivosť tak, že vyberiete, ako dlho treba pridržať vypínač"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Krátke"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dlhé"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Zobraziť peňaženku"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Povoľte prístup k peňaženke z uzamknutej obrazovky a rýchlych nastavení"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Zobraziť ovládanie zariadení"</string>
@@ -5622,7 +5624,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Dočasne nedostupný"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Žiadna SIM karta"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Nastavenia siete"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Pripájať sa k verejným sieťam"</string>
<string name="keywords_internet" msgid="7674082764898690310">"pripojenie k sieti, internet, bezdrôtové, dátové, wifi, wi-fi, wi fi, mobilné, mobilný operátor, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Zapnúť Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Vypnúť Wi-Fi"</string>
@@ -5640,6 +5641,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Sieť W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"STIAHNUTÁ SIM KARTA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"STIAHNUTÉ SIM KARTY"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktívna"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktívna"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Predvolené pre <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5706,7 +5708,7 @@
<string name="enable_2g_title" msgid="8184757884636162942">"Povoliť 2G"</string>
<string name="enable_2g_summary" msgid="906487478332145407">"Použite mobilné pripojenie 2G. Pre tiesňové volania je 2G stále zapnuté."</string>
<string name="show_clip_access_notification" msgid="7782300987639778542">"Zobraziť prístup k schránke"</string>
- <string name="show_clip_access_notification_summary" msgid="474090757777203207">"Zobraziť správu, keď aplikácie pristúpia k textu, obrázkom alebo inému obsahu, ktorý ste skopírovali"</string>
+ <string name="show_clip_access_notification_summary" msgid="474090757777203207">"Zobraziť správu, keď sa aplikácie dostanú k textu, obrázkom alebo inému obsahu, ktorý ste skopírovali"</string>
<string name="all_apps" msgid="3054120149509114789">"Všetky aplikácie"</string>
<string name="request_manage_bluetooth_permission_dont_allow" msgid="8798061333407581300">"Nepovoliť"</string>
<string name="uwb_settings_title" msgid="8578498712312002231">"Ultra-Wideband (UWB)"</string>
@@ -5717,6 +5719,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Pre všetky aplikácie a služby"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Nastavenia hier"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Zapnutie odkazu na herný panel a podobne"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Naspäť"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Ďalej"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Ukážka farby"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Žiadosť o prístup k SIM karte"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Zariadenie požaduje prístup k vašej SIM karte. Klepnutím zobrazíte podrobnosti."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Chcete povoliť prístup k SIM karte?"</string>
diff --git a/res/values-sl/arrays.xml b/res/values-sl/arrays.xml
index a42d464..58223f0 100644
--- a/res/values-sl/arrays.xml
+++ b/res/values-sl/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Predpomnjeno (odjemalec dejavnosti)"</item>
<item msgid="8186970968968646288">"Predpomnjeno (prazno)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Zelenomodra"</item>
+ <item msgid="7216413848731287689">"Cijan"</item>
<item msgid="5661027589207588703">"Modra"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Zelena"</item>
<item msgid="6331809026622602308">"Vijolična"</item>
<item msgid="6390546163902724700">"Rožnata"</item>
- <item msgid="6618900408138432102">"Rdeča"</item>
+ <item msgid="6500473130620545980">"Oranžna"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Starejše od 30 dni"</item>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index 3fa78d6..aa986b4 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -2952,8 +2952,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Uporaba sistema v zadnjih 24 urah"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Poraba sistema za <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Poraba aplikacij za <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"dopoldne"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"popoldne"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Skupno: manj kot minuta"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"V ozadju: manj kot minuta"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Skupno: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5577,6 +5575,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Sprožite Pomočnika tako, da pridržite gumb za vklop."</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Meni za vklop/izklop in nujne primere:\nSočasno pritisnite gumba za vklop in povečanje glasnosti."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Preprečevanje zvonjenja:\nBližnjica je na voljo v meniju za glasnost."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Dolžina pridržanja"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Prilagodite občutljivost z izbiro dolžine pridržanja gumba za vklop."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kratko"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dolgo"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Prikaži denarnico"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Dovolite dostop do denarnice prek zaklenjenega zaslona in hitrih nastavitev."</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Prikaži kontrolnike naprave"</string>
@@ -5622,7 +5624,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Začasno ni na voljo"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Ni kartice SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Omrežne nastavitve"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Poveži se z javnimi omrežji."</string>
<string name="keywords_internet" msgid="7674082764898690310">"omrežna povezava, internet, brezžično, podatki, wifi, wi-fi, wi fi, mobilno omrežje, mobilno, mobilni operater, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Vklop Wi-Fi-ja"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Izklop Wi-Fi-ja"</string>
@@ -5640,6 +5641,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Omrežje W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"PRENESENA KARTICA SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"PRENESENE KARTICE SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktivna"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Neaktivna"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Privzeto za: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5717,6 +5719,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Za vse aplikacije in storitve"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Nastavitve iger"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Vklop bližnjice na nadzorni plošči igre itd."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Nazaj"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Naprej"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Predogled barve"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Zahteva za dostop do kartice SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Naprava želi dostopati do kartice SIM. Dotaknite se za podrobnosti."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Želite dovoliti dostop do kartice SIM?"</string>
diff --git a/res/values-sq/arrays.xml b/res/values-sq/arrays.xml
index aba8967..2bd9b766 100644
--- a/res/values-sq/arrays.xml
+++ b/res/values-sq/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"I ruajtur në memorie specifike (aktiviteti i klientit)"</item>
<item msgid="8186970968968646288">"I ruajtur në memorie specifike (bosh)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Gurkali"</item>
+ <item msgid="7216413848731287689">"E bruztë"</item>
<item msgid="5661027589207588703">"E kaltër"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"E gjelbër"</item>
<item msgid="6331809026622602308">"Vjollcë"</item>
<item msgid="6390546163902724700">"Rozë"</item>
- <item msgid="6618900408138432102">"E kuqe"</item>
+ <item msgid="6500473130620545980">"Portokalli"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Mbi 30 ditë të vjetra"</item>
diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml
index a2d967e..b4a45a4 100644
--- a/res/values-sq/strings.xml
+++ b/res/values-sq/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Përdorimi i sistemit për 24 orët e fundit"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Përdorimi i sistemit për: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Përdorimi i aplikacionit për: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"paradite"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pasdite"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Në total: më pak se një minutë"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Në sfond: më pak se një minutë"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Në total: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4293,7 +4291,7 @@
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Nuk është kërkuar leje"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Kontrollo qasjen e apl. te të dhënat e tua"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"Paneli i privatësisë"</string>
- <string name="permissions_usage_summary" msgid="6784310472062516454">"Trego se cilat aplikacione i kanë përdorur së fundi lejet"</string>
+ <string name="permissions_usage_summary" msgid="6784310472062516454">"Shfaq se cilat aplikacione i kanë përdorur së fundi lejet"</string>
<string name="unused_apps" msgid="4566272194756830656">"Aplikacionet e papërdorura"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
<item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> aplikacione të papërdorura</item>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Aktivizo \"Asistentin\" duke mbajtur shtypur butonin e energjisë"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menyja \"Energjia dhe urgjenca\":\nShtyp njëherësh \"Energjinë\" dhe \"Volumin lart\"."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Parandalo rënien e ziles:\nKa shkurtore në menynë e volumit."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Kohëzgjatja e mbajtjes shtypur"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Rregullo ndjeshmërinë duke zgjedhur kohëzgjatjen e mbajtjes shtypur të butonit të energjisë"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"E shkurtër"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"E gjatë"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Shfaq portofolin"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Lejo qasjen te portofoli nga ekrani i kyçjes dhe cilësimet e shpejta"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Shfaq kontrollet e pajisjes"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Nuk ofrohet për momentin"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Nuk ka kartë SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Preferencat e rrjetit"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Lidhu me rrjetet publike"</string>
<string name="keywords_internet" msgid="7674082764898690310">"lidhja e rrjetit, internet, pa tel, të dhëna, wifi, wi-fi, wi fi, rrjeti celular, celular, operatori celular, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Aktivizo Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Çaktivizo Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Rrjeti W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"KARTA SIM E SHKARKUAR"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM-ET E SHKARKUARA"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktive"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Joaktive"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Parazgjedhja për <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Për të gjitha aplikacionet dhe shërbimet"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Cilësimet e lojërave"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Aktivizo shkurtoren e \"Panelit të lojës\" etj."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Prapa"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Para"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Pamja paraprake e ngjyrave"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Kërkesë për qasje te karta SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Një pajisje dëshiron të ketë qasje te karta jote SIM. Trokit për detaje."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Të lejohet qasja te karta SIM?"</string>
diff --git a/res/values-sr/arrays.xml b/res/values-sr/arrays.xml
index 4c1406d..8cbd363 100644
--- a/res/values-sr/arrays.xml
+++ b/res/values-sr/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кеширана (клијент активности)"</item>
<item msgid="8186970968968646288">"Кеширана (празно)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Плавозелена"</item>
+ <item msgid="7216413848731287689">"Тиркизна"</item>
<item msgid="5661027589207588703">"Плава"</item>
- <item msgid="3795787248113275442">"Тамноплава"</item>
+ <item msgid="1219738214736244749">"Зелена"</item>
<item msgid="6331809026622602308">"Љубичаста"</item>
<item msgid="6390546163902724700">"Розе"</item>
- <item msgid="6618900408138432102">"Црвена"</item>
+ <item msgid="6500473130620545980">"Наранџаста"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Старије од 30 дана"</item>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index bb8fac2..b44bccc 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -2431,7 +2431,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"Вибрирање обавештења"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"Вибрирање звона"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"Додирне повратне информације"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Користите апликацију <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Користи апликацију <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"Отворите апликацију <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"Користи корекцију боја"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"Прикажи титл"</string>
@@ -2912,8 +2912,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Потрошња од стране система у претходна 24 сата"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Потрошња од стране система за: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Потрошња од стране апликација за: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"пре подне"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"по подне"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Укупно: мање од минут"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Позадина: мање од минут"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Укупно: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5486,6 +5484,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Покрените Помоћник тако што ћете задржати дугме за укључивање"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Мени дугмета за укључивање и за хитне случајеве:\nИстовремено притисните дугме за укључивање и дугме за појачавање звука."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Спречи звоњење:\nПречица је доступна у менију дугмета за јачину звука."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Колико дуго треба да се притисне и задржи"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Прилагодите осетљивост тако што ћете одабрати колико дуго треба да се притисне и задржи дугме за укључивање"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Кратко"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Дуго"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Прикажи новчаник"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Дозволите приступ новчанику са закључаног екрана и из брзих подешавања"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Прикажи контроле уређаја"</string>
@@ -5531,7 +5533,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Привремено је недоступно"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Нема SIM картице"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Подешавања мреже"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Повежите се са јавним мрежама"</string>
<string name="keywords_internet" msgid="7674082764898690310">"мрежна веза, интернет, бежично, подаци, wifi, wi-fi, wi fi, мобилни телефон, мобилни, мобилни оператер, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Укључи WiFi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Искључи WiFi"</string>
@@ -5549,6 +5550,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ мрежа"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ПРЕУЗЕТИ SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ПРЕУЗЕТЕ SIM КАРТИЦЕ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Активно"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Неактивно"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /Подразумевано за: <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5626,6 +5628,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"За све апликације и услуге"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Подешавања игара"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Укључите пречицу за контролну таблу игре итд."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Претходна"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Следећа"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Преглед боје"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Захтев за приступ SIM картици"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Уређај жели да приступа SIM картици. Додирните за детаље."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Желите да дозволите приступ SIM картици?"</string>
diff --git a/res/values-sv/arrays.xml b/res/values-sv/arrays.xml
index aaeda5c..15ca538 100644
--- a/res/values-sv/arrays.xml
+++ b/res/values-sv/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Cachelagrad (aktivitetsklient)"</item>
<item msgid="8186970968968646288">"Cachelagrad (tom)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Blågrön"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Blå"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Grön"</item>
<item msgid="6331809026622602308">"Lila"</item>
<item msgid="6390546163902724700">"Rosa"</item>
- <item msgid="6618900408138432102">"Röd"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Äldre än 30 dagar"</item>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index cd1bb0b..c74323a 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Systemanvändning för de senaste 24 timmarna"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Systemanvändning för <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Appanvändning för <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Totalt: mindre än en minut"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"I bakgrunden: mindre än en minut"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Totalt: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4293,7 +4291,7 @@
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"Inga behörigheter har begärts"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Styr appåtkomst till din data"</string>
<string name="permissions_usage_title" msgid="2942741460679049132">"Integritetsöversikt"</string>
- <string name="permissions_usage_summary" msgid="6784310472062516454">"Visa vilka appar som nyligen använde behörigheter"</string>
+ <string name="permissions_usage_summary" msgid="6784310472062516454">"Visa vilka appar som nyligen har använt behörigheter"</string>
<string name="unused_apps" msgid="4566272194756830656">"Appar som inte används"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
<item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> appar som inte används</item>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Öppna assistenten genom att hålla ned strömbrytaren"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Startmenyn och menyn för nödsituationer:\nTryck på strömbrytaren + höj volymen samtidigt"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Inaktivera ringsignal:\nEn genväg finns i volymmenyn."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Längd på tryck"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Justera känsligheten genom att välja hur länge strömbrytaren ska hållas nedtryckt"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kort"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Lång"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Visa Wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Tillåt åtkomst till Wallet från låsskärmen och snabbinställningar"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Visa enhetsstyrning"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Inte tillgängligt just nu"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Inget SIM-kort"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Nätverksinställningar"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Anslut till offentliga nätverk"</string>
<string name="keywords_internet" msgid="7674082764898690310">"nätverksanslutning, internet, trådlös, data, wifi, wi-fi, wi fi, mobil, telefon, mobiloperatör, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Aktivera wifi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Stäng av wifi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+-nätverk"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"NEDLADDAT SIM-KORT"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"NEDLADDADE SIM-KORT"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktiv"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Inaktiv"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Standardinställning för <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"För alla appar och tjänster"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Spelinställningar"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Aktivera genväg i Spelöversikt med mera"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Föregående"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Nästa"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Förhandsgranska färger"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Begäran om åtkomst till SIM-kort"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"En enhet vill få åtkomst till ditt SIM-kort. Tryck här för mer information."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Vill du tillåta åtkomst till SIM-kortet?"</string>
diff --git a/res/values-sw/arrays.xml b/res/values-sw/arrays.xml
index 942ff6f..b3ebf18 100644
--- a/res/values-sw/arrays.xml
+++ b/res/values-sw/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Imewekwa akiba (kiteja cha shughuli)"</item>
<item msgid="8186970968968646288">"Imewekwa akiba (tupu)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Kijani"</item>
+ <item msgid="7216413848731287689">"Samawati-Kijani"</item>
<item msgid="5661027589207588703">"Samawati"</item>
- <item msgid="3795787248113275442">"Nili"</item>
+ <item msgid="1219738214736244749">"Kijani"</item>
<item msgid="6331809026622602308">"Zambarau"</item>
<item msgid="6390546163902724700">"Waridi"</item>
- <item msgid="6618900408138432102">"Nyekundu"</item>
+ <item msgid="6500473130620545980">"Rangi ya machungwa"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Zilizokaa zaidi ya siku 30"</item>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index 573daa2..472ea76 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Punguza mwangaza wa skrini zaidi"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Punguza mwangaza wa skrini zaidi ya kiwango cha chini cha ung\'aavu wa simu yako"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Punguza mwangaza wa skrini zaidi ya kiwango cha chini cha ung\'aavu wa kompyuta yako kibao"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Punguza mwangaza wa skrini yako zaidi ili uweze kusoma bila tatizo.<br/><br/> Hali hii inaweza kukusaidia wakati: <ol> <li> Ung\'aavu chaguomsingi wa kiwango cha chini kwenye simu yako bado una mwangaza mkubwa</li> <li> Unatumia simu yako katika hali zenye giza, kama vile usiku au katika chumba chenye giza kabla ya kulala</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Fanya skrini yako iwe nyeusi kidogo ili uweze kusoma bila tatizo.<br/><br/> Hali hii inaweza kuwa muhimu wakati: <ol> <li> Ung\'aavu chaguomsingi wa kiwango cha chini kwenye kompyuta yako kibao bado una mwangaza mkubwa</li> <li> Unatumia kompyuta yako kibao katika hali zenye giza, kama vile usiku au katika chumba chenye giza kabla ya kulala</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Punguza mwangaza wa skrini yako zaidi ili uweze kusoma bila tatizo.<br/><br/> Hali hii inaweza kukusaidia wakati: <ol> <li> Ung\'aavu chaguomsingi wa kiwango cha chini kwenye simu yako bado una mwangaza mkubwa</li> <li> Unatumia simu yako katika hali zenye giza, kama vile usiku au katika chumba chenye giza kabla ya kulala</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Fanya skrini yako iwe nyeusi kidogo ili uweze kusoma bila tatizo.<br/><br/> Hali hii inaweza kuwa muhimu wakati: <ol> <li> Ung\'aavu chaguomsingi wa kiwango cha chini kwenye kompyuta yako kibao bado una mwangaza mkubwa</li> <li> Unatumia kompyuta yako kibao katika hali zenye giza, kama vile usiku au katika chumba chenye giza kabla ya kulala</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Ukolezaji"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Punguza ung\'aavu"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Ung\'aavu zaidi"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Matumizi ya mfumo katika saa 24 zilizopita"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Matumizi ya mfumo kwa <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Matumizi ya programu kwa <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Jumla: chini ya dakika moja"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Chinichini: chini ya dakika moja"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Jumla: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5398,6 +5396,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Anzisha programu ya Mratibu kwa kushikilia kitufe cha kuwasha/kuzima"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menyu ya Dharura na ya Kuzima/Kuwasha:\nBonyeza Kuongeza Sauti na Kuzima/Kuwasha kwa wakati mmoja."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Zuia mlio:\nNjia ya mkato inapatikana katika menyu ya sauti."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Muda wa kubonyeza na kushikilia"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Rekebisha kiwango cha hisi kwa kuchagua muda wa kubonyeza na kushikilia kitufe cha kuwasha/kuzima"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Mfupi"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Mrefu"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Onyesha kipochi"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Ruhusu kipochi kifikiwe kwenye skrini iliyofungwa na mipangilio ya haraka"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Onyesha vidhibiti vya vifaa"</string>
@@ -5443,7 +5445,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Haipatikani kwa muda"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Hakuna SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Mapendeleo ya mtandao"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Unganisha kwenye mitandao ya umma"</string>
<string name="keywords_internet" msgid="7674082764898690310">"muunganisho wa mtandao, intaneti, isiyotumia waya, data, wifi, wi-fi, wi fi, mtandao wa simu, vifaa vya mkononi, mtoa huduma za vifaa vya mkononi, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Washa Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Zima Wi-Fi"</string>
@@ -5461,6 +5462,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Mtandao wa W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM ILIYOPAKULIWA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM ZILIZOPAKULIWA"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Inatumika"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Haitumiki"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Chaguomsingi ya <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5538,6 +5540,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Kwa ajili ya programu na huduma zote"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Mipangilio ya michezo"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Washa Njia ya mkato ya Dashibodi ya michezo, n.k."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Uliotangulia"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Unaofuata"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Onyesho la kukagua rangi"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Ombi la kufikia SIM kadi"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Kifaa kinataka kufikia SIM kadi yako. Gusa ili upate maelezo."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Ungependa kuruhusu ifikie SIM kadi?"</string>
diff --git a/res/values-ta/arrays.xml b/res/values-ta/arrays.xml
index a2def21..fb62e80 100644
--- a/res/values-ta/arrays.xml
+++ b/res/values-ta/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"தற்காலிகச் சேமிப்பு (செயல்பாட்டு கிளையண்ட்)"</item>
<item msgid="8186970968968646288">"தற்காலிகச் சேமிப்பு (காலி)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"பசும் நீலம்"</item>
+ <item msgid="7216413848731287689">"சியான்"</item>
<item msgid="5661027589207588703">"நீலம்"</item>
- <item msgid="3795787248113275442">"அடர் நீலம்"</item>
+ <item msgid="1219738214736244749">"பச்சை"</item>
<item msgid="6331809026622602308">"ஊதா"</item>
<item msgid="6390546163902724700">"பிங்க்"</item>
- <item msgid="6618900408138432102">"சிவப்பு"</item>
+ <item msgid="6500473130620545980">"ஆரஞ்சு"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 நாட்களுக்கு மேல்"</item>
diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml
index 6074011..7e3a72a 100644
--- a/res/values-ta/strings.xml
+++ b/res/values-ta/strings.xml
@@ -433,7 +433,7 @@
<string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_3" msgid="5908959250804145997">"Pixel Imprint அம்சத்தைப் பயன்படுத்தும்போது அவரின் கைரேகைப் பதிவைப் புதுப்பிக்க படங்கள் பயன்படுத்தப்படும். உங்கள் பிள்ளையின் கைரேகைப் பதிவை உருவாக்கப் பயன்படுத்தப்படும் படங்கள் ஒருபோதும் சேமிக்கப்படாது. ஆனால் கைரேகைப் பதிவு மொபைலில் பாதுகாப்பாகச் சேமிக்கப்படும், அது யாருடனும் பகிரப்படாது. அனைத்துச் செயலாக்கங்களும் மொபைலில் பாதுகாப்பாக நடைபெறும்."</string>
<string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_4" msgid="3948305045484131665">"அமைப்புகளில் எப்போது வேண்டுமானாலும் கைரேகைப் படங்களையும் பதிவையும் நீக்கலாம், ‘கைரேகை அன்லாக்’ அம்சத்தை முடக்கலாம். கைரேகைப் படங்களையும் பதிவுகளையும் நீங்கள் நீக்கும்வரை உங்கள் மொபைலில் அவை பாதுகாப்பாகச் சேமிக்கப்படும்."</string>
<string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_4" msgid="4983770600405797515">"அமைப்புகளில் எப்போது வேண்டுமானாலும் நீங்களும் உங்கள் பிள்ளையும் அவரின் கைரேகைப் படங்களையும் பதிவுகளையும் நீக்கலாம், கைரேகை அன்லாக் அம்சத்தை முடக்கலாம். நீக்கப்படும் வரை கைரேகைப் படங்களும் பதிவுகளும் மொபைலிலேயே சேமிக்கப்பட்டிருக்கும்."</string>
- <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_5" msgid="2018885671994058605">"மொபைலைத் திறக்கும் எண்ணம் உங்களுக்கு இல்லாதபோதும் அது திறக்கக்கூடும். உதாரணமாக, வேறொருவர் உங்கள் விரலில் மொபைல் சென்சாரை வைத்துத் திறக்கலாம்."</string>
+ <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_5" msgid="2018885671994058605">"மொபைலை அன்லாக் செய்யும் எண்ணம் உங்களுக்கு இல்லாதபோதும் அது திறக்கக்கூடும். உதாரணமாக, வேறொருவர் உங்கள் விரலில் மொபைல் சென்சாரை வைத்துத் திறக்கலாம்."</string>
<string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_5" msgid="8356551505082794682">"மொபைலை அன்லாக் செய்யும் எண்ணம் உங்கள் பிள்ளைக்கு இல்லாதபோதும் அது அன்லாக் ஆகக்கூடும். உதாரணமாக, வேறொருவர் உங்கள் பிள்ளையின் விரலுக்கு நேரே மொபைலைக் காட்டி அதை அன்லாக் செய்யலாம்."</string>
<string name="security_settings_fingerprint_v2_enroll_introduction_message_learn_more" msgid="5856010507790137793"></string>
<string name="security_settings_fingerprint_v2_enroll_acquire_try_adjusting" msgid="3855444121278320304">"ஒவ்வொரு முறையும் விரலின் நிலையைச் சிறிதளவு மாற்றுங்கள்"</string>
@@ -576,8 +576,8 @@
<string name="crypt_keeper_encrypt_title" product="tablet" msgid="7484150746479958376">"டேப்லெட்டை என்க்ரிப்ட் செய்"</string>
<string name="crypt_keeper_encrypt_title" product="default" msgid="8302873664348463041">"மொபைலை என்க்ரிப்ட் செய்"</string>
<string name="crypt_keeper_encrypted_summary" msgid="3866488451639592071">"என்க்ரிப்ட் செய்யப்பட்டது"</string>
- <string name="crypt_keeper_desc" product="tablet" msgid="4103951371711323192">"உங்கள் கணக்குகள், அமைப்புகள், பதிவிறக்கிய ஆப்ஸ் மற்றும் அவற்றின் தரவு, மீடியா மற்றும் பிற கோப்புகள் என அனைத்தையும் என்க்ரிப்ட் செய்யலாம். உங்கள் டேப்லெட்டை என்க்ரிப்ட் செய்த பிறகு, திரைப்பூட்டை (அதாவது பேட்டர்ன் அல்லது பின் அல்லது கடவுச்சொல்) அமைத்திருந்தால், ஒவ்வொரு முறையும் டேப்லெட்டை இயக்கும்போது குறிநீக்குவதற்கு திரையை அன்லாக் செய்ய வேண்டும். உங்களின் எல்லா தரவையும் அழித்து, ஆரம்ப நிலைக்கு மீட்டமைப்பதே குறிநீக்குவதற்கான மற்றொரு வழியாகும்.\n\nஎன்க்ரிப்ட் செய்வதற்கு ஒரு மணிநேரம் அல்லது அதற்கு மேல் ஆகலாம். சார்ஜ் செய்த பேட்டரியுடன் தொடங்கி, செயல் முடியும் வரை சார்ஜ் ஆகும் நிலையிலேயே வைக்கவும். செயலில் குறுக்கிட்டால், உங்கள் தரவில் சிலவற்றை அல்லது மொத்தத்தையும் இழப்பீர்கள்."</string>
- <string name="crypt_keeper_desc" product="default" msgid="6180866043921135548">"உங்கள் கணக்குகள், அமைப்புகள், பதிவிறக்கிய ஆப்ஸ் மற்றும் அவற்றின் தரவு, மீடியா மற்றும் பிற கோப்புகள் என அனைத்தையும் என்க்ரிப்ட் செய்யலாம். உங்கள் மொபைலை என்க்ரிப்ட் செய்த பிறகு, திரைப்பூட்டை (அதாவது பேட்டர்ன் அல்லது பின் அல்லது கடவுச்சொல்) அமைத்திருந்தால், ஒவ்வொரு முறையும் மொபைலை இயக்கும்போது குறிநீக்குவதற்கு திரையை அன்லாக் செய்ய வேண்டும். உங்களின் எல்லா தரவையும் அழித்து, ஆரம்ப நிலைக்கு மீட்டமைப்பதே குறிநீக்குவதற்கான மற்றொரு வழியாகும்.\n\nஎன்க்ரிப்ட் செய்வதற்கு ஒரு மணிநேரம் அல்லது அதற்கு மேல் ஆகலாம். சார்ஜ் செய்த பேட்டரியுடன் தொடங்கி, செயல் முடியும் வரை சார்ஜ் ஆகும் நிலையிலேயே வைக்கவும். செயலில் குறுக்கிட்டால், உங்கள் தரவில் சிலவற்றை அல்லது மொத்தத்தையும் இழப்பீர்கள்."</string>
+ <string name="crypt_keeper_desc" product="tablet" msgid="4103951371711323192">"உங்கள் கணக்குகள், அமைப்புகள், பதிவிறக்கிய ஆப்ஸ் மற்றும் அவற்றின் தரவு, மீடியா மற்றும் பிற ஃபைல்கள் என அனைத்தையும் என்க்ரிப்ட் செய்யலாம். உங்கள் டேப்லெட்டை என்க்ரிப்ட் செய்த பிறகு, திரைப்பூட்டை (அதாவது பேட்டர்ன் அல்லது பின் அல்லது கடவுச்சொல்) அமைத்திருந்தால், ஒவ்வொரு முறையும் டேப்லெட்டை இயக்கும்போது குறிநீக்குவதற்கு திரையை அன்லாக் செய்ய வேண்டும். உங்களின் எல்லா தரவையும் அழித்து, ஆரம்ப நிலைக்கு மீட்டமைப்பதே குறிநீக்குவதற்கான மற்றொரு வழியாகும்.\n\nஎன்க்ரிப்ட் செய்வதற்கு ஒரு மணிநேரம் அல்லது அதற்கு மேல் ஆகலாம். சார்ஜ் செய்த பேட்டரியுடன் தொடங்கி, செயல் முடியும் வரை சார்ஜ் ஆகும் நிலையிலேயே வைக்கவும். செயலில் குறுக்கிட்டால், உங்கள் தரவில் சிலவற்றை அல்லது மொத்தத்தையும் இழப்பீர்கள்."</string>
+ <string name="crypt_keeper_desc" product="default" msgid="6180866043921135548">"உங்கள் கணக்குகள், அமைப்புகள், பதிவிறக்கிய ஆப்ஸ் மற்றும் அவற்றின் தரவு, மீடியா மற்றும் பிற ஃபைல்கள் என அனைத்தையும் என்க்ரிப்ட் செய்யலாம். உங்கள் மொபைலை என்க்ரிப்ட் செய்த பிறகு, திரைப்பூட்டை (அதாவது பேட்டர்ன் அல்லது பின் அல்லது கடவுச்சொல்) அமைத்திருந்தால், ஒவ்வொரு முறையும் மொபைலை இயக்கும்போது குறிநீக்குவதற்கு திரையை அன்லாக் செய்ய வேண்டும். உங்களின் எல்லா தரவையும் அழித்து, ஆரம்ப நிலைக்கு மீட்டமைப்பதே குறிநீக்குவதற்கான மற்றொரு வழியாகும்.\n\nஎன்க்ரிப்ட் செய்வதற்கு ஒரு மணிநேரம் அல்லது அதற்கு மேல் ஆகலாம். சார்ஜ் செய்த பேட்டரியுடன் தொடங்கி, செயல் முடியும் வரை சார்ஜ் ஆகும் நிலையிலேயே வைக்கவும். செயலில் குறுக்கிட்டால், உங்கள் தரவில் சிலவற்றை அல்லது மொத்தத்தையும் இழப்பீர்கள்."</string>
<string name="crypt_keeper_button_text" product="tablet" msgid="5551608011810921471">"டேப்லெட்டை என்க்ரிப்ட் செய்"</string>
<string name="crypt_keeper_button_text" product="default" msgid="6370330929679426136">"மொபைலை என்க்ரிப்ட் செய்"</string>
<string name="crypt_keeper_low_charge_text" msgid="4920087247177024521">"உங்கள் பேட்டரியை சார்ஜ் செய்து மீண்டும் முயற்சிக்கவும்."</string>
@@ -823,7 +823,7 @@
<string name="bluetooth_confirm_passkey_msg" msgid="327192310468680072">"பின்வருவதுடன் இணைக்கவும்:<br><b><xliff:g id="DEVICE_NAME">%1$s</xliff:g></b><br><br>இது, இந்தக் கடவுச்சொல்லைக் காட்டுகிறது என்பதை உறுதிப்படுத்தவும்:<br><b><xliff:g id="PASSKEY">%2$s</xliff:g></b>"</string>
<string name="bluetooth_incoming_pairing_msg" msgid="1068123527866596779">"பின்வருவதில் இருந்து:<br><b><xliff:g id="DEVICE_NAME">%1$s</xliff:g></b><br><br>இந்தச் சாதனத்தை இணைக்கவா?"</string>
<string name="bluetooth_display_passkey_pin_msg" msgid="8672803845151786521">"இதனுடன் இணைக்க:<xliff:g id="BOLD1_0"><br><b></xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1"></b><br><br></xliff:g>இதை உள்ளிடவும்:<xliff:g id="BOLD2_1"><br><b></xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2"></b></xliff:g>, Return அல்லது Enter ஐ அழுத்தவும்."</string>
- <string name="bluetooth_pairing_shares_phonebook" msgid="4329325125260724843">"உங்கள் தொடர்புகள் மற்றும் அழைப்பு வரலாற்றை அணுக அனுமதிக்கவும்"</string>
+ <string name="bluetooth_pairing_shares_phonebook" msgid="4329325125260724843">"உங்கள் தொடர்புகள் மற்றும் அழைப்புப் பதிவை அணுக அனுமதிக்கவும்"</string>
<string name="bluetooth_error_title" msgid="2284738188253690278"></string>
<string name="bluetooth_connecting_error_message" msgid="3941893154784152112">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> உடன் இணைக்க முடியவில்லை."</string>
<string name="bluetooth_preference_scan_title" msgid="3460316252463771851">"சாதனங்களுக்கு ஸ்கேன் செய்"</string>
@@ -876,7 +876,7 @@
<string name="bluetooth_device_advanced_online_mode_summary" msgid="271856759516576615">"புளூடூத் சாதனத்துடன் இணை"</string>
<string name="bluetooth_device_advanced_profile_header_title" msgid="7892879890208207223">"இதற்குப் பயன்படுத்து"</string>
<string name="bluetooth_device_advanced_rename_device" msgid="4798081898389041132">"மறுபெயரிடு"</string>
- <string name="bluetooth_device_advanced_enable_opp_title" msgid="7604726126703453984">"உள்வரும் கோப்பு இடமாற்றங்களை அனுமதி"</string>
+ <string name="bluetooth_device_advanced_enable_opp_title" msgid="7604726126703453984">"உள்வரும் ஃபைல் இடமாற்றங்களை அனுமதி"</string>
<string name="bluetooth_pan_user_profile_summary_connected" msgid="7851033200857999275">"சாதனத்துடன் இணைந்தது"</string>
<string name="bluetooth_pan_nap_profile_summary_connected" msgid="5563892893331988809">"சாதனத்துடன் உள்ளூர் இண்டர்நெட்டைப் பகிர்தல்"</string>
<string name="bluetooth_dock_settings" msgid="1709536202189755022">"சார்ஜ் அமைப்பு"</string>
@@ -1544,7 +1544,7 @@
<string name="memory_downloads_usage" msgid="8252462247720191179">"பதிவிறக்கங்கள்"</string>
<string name="memory_dcim_usage" msgid="3568913845973164352">"படங்கள், வீடியோக்கள்"</string>
<string name="memory_music_usage" msgid="8100634000114206429">"ஆடியோ (இசை, ரிங்டோன்கள், பாட்காஸ்ட்கள், மேலும் பல)"</string>
- <string name="memory_media_misc_usage" msgid="7066851245178533269">"பிற கோப்புகள்"</string>
+ <string name="memory_media_misc_usage" msgid="7066851245178533269">"பிற ஃபைல்கள்"</string>
<string name="memory_media_cache_usage" msgid="780808666853685824">"தற்காலிகத் தரவு"</string>
<string name="sd_eject" product="nosdcard" msgid="6136102589751843304">"பகிர்ந்த சேமிப்பிடத்தை அகற்று"</string>
<string name="sd_eject" product="default" msgid="8062832622096296251">"SD கார்டை அகற்று"</string>
@@ -1612,7 +1612,7 @@
<string name="storage_dialog_unmounted" msgid="1187960789775910051">"<xliff:g id="NAME_0">^1</xliff:g> பாதுகாப்பாக வெளியேற்றப்பட்டது, ஆனால் இன்னும் கிடைக்கிறது. \n\n<xliff:g id="NAME_1">^1</xliff:g>ஐப் பயன்படுத்த, முதலில் அதைச் செருக வேண்டும்."</string>
<string name="storage_dialog_unmountable" msgid="1761107904296941687">"<xliff:g id="NAME_0">^1</xliff:g> சிதைந்துள்ளது. \n\n<xliff:g id="NAME_1">^1</xliff:g>ஐப் பயன்படுத்த, முதலில் அதை அமைக்க வேண்டும்."</string>
<string name="storage_internal_format_details" msgid="8922023528848861812">"மீட்டமைவுக்குப் பிறகு, <xliff:g id="NAME_0">^1</xliff:g>ஐ மற்ற சாதனங்களில் பயன்படுத்தலாம். \n\n<xliff:g id="NAME_1">^1</xliff:g> இல் உள்ள எல்லா தரவும் அழிக்கப்படும். அதனால் முதலில் காப்புப் பிரதி எடுத்துக்கொள்ளவும். \n\n"<b>"படங்கள் & மற்ற மீடியாவைக் காப்புப் பிரதி எடுத்தல்"</b>" \nமீடியா கோப்புகளை சாதனத்தின் மாற்று சேமிப்பகத்திற்கு நகர்த்தவும் அல்லது USB கேபிளைப் பயன்படுத்தி கணினிக்கு மாற்றவும். \n\n"<b>"ஆப்ஸின் காப்புப் பிரதி"</b>" \n<xliff:g id="NAME_6">^1</xliff:g> இல் சேமிக்கப்பட்ட எல்லா பயன்பாடுகளும் நிறுவல்நீக்கப்பட்டு அவற்றின் தரவு அழிக்கப்படும். இந்த ஆப்ஸை வைத்திருக்க, சாதனத்தின் மாற்று சேமிப்பகத்திற்கு அவற்றை நகர்த்தவும்."</string>
- <string name="storage_internal_unmount_details" msgid="487689543322907311"><b>"<xliff:g id="NAME_0">^1</xliff:g>ஐ வெளியேற்றும்போது, அதில் சேமித்த ஆப்ஸ் வேலை செய்யாததுடன், அதில் சேமித்திருந்த மீடியா கோப்புகள் மீண்டும் அதைச் செருகும் வரை கிடைக்காது."</b>" \n\nஇந்தச் சாதனத்தில் மட்டும் வேலை செய்யுமாறு <xliff:g id="NAME_1">^1</xliff:g> மீட்டமைக்கப்பட்டதால் பிற சாதனங்களில் அது வேலை செய்யாது."</string>
+ <string name="storage_internal_unmount_details" msgid="487689543322907311"><b>"<xliff:g id="NAME_0">^1</xliff:g>ஐ வெளியேற்றும்போது, அதில் சேமித்த ஆப்ஸ் வேலை செய்யாததுடன், அதில் சேமித்திருந்த மீடியா ஃபைல்கள் மீண்டும் அதைச் செருகும் வரை கிடைக்காது."</b>" \n\nஇந்தச் சாதனத்தில் மட்டும் வேலை செய்யுமாறு <xliff:g id="NAME_1">^1</xliff:g> மீட்டமைக்கப்பட்டதால் பிற சாதனங்களில் அது வேலை செய்யாது."</string>
<string name="storage_internal_forget_details" msgid="5606507270046186691">"<xliff:g id="NAME">^1</xliff:g> இல் உள்ள ஆப்ஸ், படங்கள் அல்லது தரவைப் பயன்படுத்த, அதை மீண்டும் செருகவும். \n\nசாதனம் இல்லையெனில், இந்தச் சேமிப்பகத்தை அகற்றிவிடவும். \n\nஅவ்வாறு அகற்றினால், அதிலுள்ள தரவு இனி கிடைக்காது. \n\nஆப்ஸை மீண்டும் நிறுவிக்கொள்ளலாம், எனினும் அவற்றின் தரவு மீண்டும் கிடைக்காது."</string>
<string name="storage_internal_forget_confirm_title" msgid="379238668153099015">"<xliff:g id="NAME">^1</xliff:g>ஐ அகற்றவா?"</string>
<string name="storage_internal_forget_confirm" msgid="5752634604952674123">"<xliff:g id="NAME">^1</xliff:g> இல் சேமிக்கப்பட்ட அனைத்து ஆப்ஸ், படங்கள் மற்றும் தரவு ஆகியவற்றை நிரந்தரமாக இழப்பீர்கள்."</string>
@@ -1630,7 +1630,7 @@
<string name="storage_wizard_format_progress_title" msgid="9170393018855949774">"<xliff:g id="NAME">^1</xliff:g> வடிவமைக்கப்படுகிறது"</string>
<string name="storage_wizard_format_progress_body" msgid="1044024044955390417">"<xliff:g id="NAME">^1</xliff:g> ஃபார்மேட் செய்யப்படும்போது அகற்ற வேண்டாம்."</string>
<string name="storage_wizard_migrate_title" msgid="3013711737005104623">"புதிய சேமிப்பகத்திற்கு நகர்த்துக"</string>
- <string name="storage_wizard_migrate_body" msgid="1630853797296198275">"படங்கள், கோப்புகள் மற்றும் சில ஆப்ஸை புதிய <xliff:g id="NAME">^1</xliff:g>க்கு நகர்த்தலாம். \n\nநகர்த்துவதற்கு <xliff:g id="TIME">^2</xliff:g> ஆகும், மேலும் அகச் சேமிப்பகத்தில் <xliff:g id="SIZE">^3</xliff:g> இடத்தைக் காலிசெய்யும். இந்தச் செயல்பாட்டின் போது, சில ஆப்ஸ் இயங்காது."</string>
+ <string name="storage_wizard_migrate_body" msgid="1630853797296198275">"படங்கள், ஃபைல்கள் மற்றும் சில ஆப்ஸை புதிய <xliff:g id="NAME">^1</xliff:g>க்கு நகர்த்தலாம். \n\nநகர்த்துவதற்கு <xliff:g id="TIME">^2</xliff:g> ஆகும், மேலும் அகச் சேமிப்பகத்தில் <xliff:g id="SIZE">^3</xliff:g> இடத்தைக் காலிசெய்யும். இந்தச் செயல்பாட்டின் போது, சில ஆப்ஸ் இயங்காது."</string>
<string name="storage_wizard_migrate_now" msgid="175023718337037181">"இப்போதே நகர்த்தவும்"</string>
<string name="storage_wizard_migrate_later" msgid="6573789572520980112">"பிறகு நகர்த்தவும்"</string>
<string name="storage_wizard_migrate_confirm_title" msgid="255346780598924540">"தரவை நகர்த்தவும்"</string>
@@ -1640,7 +1640,7 @@
<string name="storage_wizard_migrate_details" msgid="7474061662976940407">"நகர்த்தும்போது: \n• <xliff:g id="NAME">^1</xliff:g>ஐ அகற்ற வேண்டாம். \n• சில ஆப்ஸ் சரியாக வேலை செய்யாது. \n• சாதனம் சார்ஜ் செய்யப்பட்டிருக்க வேண்டும்."</string>
<string name="storage_wizard_ready_title" msgid="3093468548660255543">"<xliff:g id="NAME">^1</xliff:g> பயன்படுத்துவதற்குத் தயார்"</string>
<string name="storage_wizard_ready_external_body" msgid="45040717412844114">"<xliff:g id="NAME">^1</xliff:g> படங்களையும் பிற மீடியாவையும் பயன்படுத்த, தயாராக உள்ளது."</string>
- <string name="storage_wizard_ready_internal_body" msgid="7734817996475607447">"புதிய <xliff:g id="NAME">^1</xliff:g> வேலை செய்கிறது. \n\nசாதனத்திற்கு படங்கள், கோப்புகள், ஆப்ஸ் டேட்டாவை நகர்த்த, அமைப்புகள் > சேமிப்பகம் என்பதற்குச் செல்லவும்."</string>
+ <string name="storage_wizard_ready_internal_body" msgid="7734817996475607447">"புதிய <xliff:g id="NAME">^1</xliff:g> வேலை செய்கிறது. \n\nசாதனத்திற்கு படங்கள், ஃபைல்கள் , ஆப்ஸ் டேட்டாவை நகர்த்த, அமைப்புகள் > சேமிப்பகம் என்பதற்குச் செல்லவும்."</string>
<string name="storage_wizard_move_confirm_title" msgid="6812469630804101590">"<xliff:g id="APP">^1</xliff:g>ஐ நகர்த்தவும்"</string>
<string name="storage_wizard_move_confirm_body" msgid="1713022828842263574">"<xliff:g id="APP">^1</xliff:g>ஐயும் அதன் தரவையும் <xliff:g id="NAME_0">^2</xliff:g>க்கு நகர்த்த ஒருசில வினாடிகள் மட்டுமே எடுக்கும். நகர்த்தப்படும்போது பயன்பாட்டைப் பயன்படுத்த முடியாது. \n\nநகர்த்தும்போது <xliff:g id="NAME_1">^2</xliff:g>ஐ அகற்ற வேண்டாம்."</string>
<string name="storage_wizard_move_unlock" msgid="14651384927767749">"தரவை நகர்த்துவதற்கு, பயனர் <xliff:g id="APP">^1</xliff:g> அனுமதிக்கப்பட வேண்டும்."</string>
@@ -2499,7 +2499,7 @@
<string name="captioning_foreground_opacity" msgid="1395843080697567189">"உரை ஒளிபுகாத்தன்மை"</string>
<string name="captioning_edge_color" msgid="6035818279902597518">"விளிம்பின் வண்ணம்"</string>
<string name="captioning_edge_type" msgid="5281259280060811506">"விளிம்பின் வகை"</string>
- <string name="captioning_typeface" msgid="285325623518361407">"எழுத்துரு குடும்பம்"</string>
+ <string name="captioning_typeface" msgid="285325623518361407">"எழுத்து வடிவக் குடும்பம்"</string>
<string name="captioning_preview_text" msgid="4973475065545995704">"தலைப்புகள் இப்படி இருக்கும்"</string>
<string name="captioning_preview_characters" msgid="7854812443613580460">"Aa"</string>
<string name="locale_default" msgid="8948077172250925164">"இயல்புநிலை"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"கடந்த 24 மணிநேரத்திற்கான சிஸ்டம் உபயோகம்"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>க்கான சிஸ்டம் உபயோகம்"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>க்கான ஆப்ஸ் உபயோகம்"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"மொத்தம்: ஒரு நிமிடத்திற்கும் குறைவு"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"பின்னணி: ஒரு நிமிடத்திற்கும் குறைவு"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"மொத்தம்: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -3005,8 +3003,8 @@
<string name="backup_configure_account_default_summary" msgid="5323225330966306690">"தற்போது எந்தக் கணக்கும் காப்புப் பிரதி எடுக்கப்பட்ட தரவைச் சேமிப்பதில்லை"</string>
<string name="backup_erase_dialog_title" msgid="5892431263348766484"></string>
<string name="backup_erase_dialog_message" msgid="2250872501409574331">"உங்கள் வைஃபை கடவுச்சொற்கள், புத்தகக்குறிகள், பிற அமைப்புகள் மற்றும் ஆப்ஸ் டேட்டாவைக் காப்புப் பிரதியெடுப்பதை நிறுத்துவதுடன், Google சேவையகங்களில் உள்ள எல்லா நகல்களையும் அழித்துவிட வேண்டுமா?"</string>
- <string name="fullbackup_erase_dialog_message" msgid="2379053988557486162">"சாதனத் தரவையும் (வைஃபை கடவுச்சொற்கள் மற்றும் அழைப்பு பதிவு போன்றவை) ஆப்ஸ் டேட்டாவையும் (பயன்பாடுகளில் சேமிக்கப்பட்டிருக்கும் அமைப்புகள் மற்றும் கோப்புகள் போன்றவை) காப்புப் பிரதி எடுப்பதை நிறுத்தி, தொலைநிலை சேவையகங்களில் உள்ள எல்லா நகல்களையும் அழிக்கவா?"</string>
- <string name="fullbackup_data_summary" msgid="971587401251601473">"சாதனத் தரவையும் (வைஃபை கடவுச்சொற்கள், அழைப்பு பதிவு போன்றவை) ஆப்ஸ் டேட்டாவையும் (ஆப்ஸ்களில் சேமிக்கப்பட்டிருக்கும் அமைப்புகள், கோப்புகள் போன்றவை) தொலைநிலையில் தானாகக் காப்புப் பிரதி எடுக்கும்.\n\nதானியங்கு காப்புப் பிரதியை இயக்கும் போது, சாதனம் மற்றும் ஆப்ஸ் டேட்டாவானது குறிப்பிட்ட கால இடைவெளியில் தொலைநிலையில் சேமிக்கப்படும். ஆப்ஸ் டேட்டா என்பது, தொடர்புகள், செய்திகள், படங்கள் போன்ற மிகவும் முக்கிய தரவு உட்பட, ஆப்ஸ் சேமித்த (டெவெலப்பர் அமைப்புகளைப் பொறுத்து) எந்தத் தரவாகவும் இருக்கலாம்."</string>
+ <string name="fullbackup_erase_dialog_message" msgid="2379053988557486162">"சாதனத் தரவையும் (வைஃபை கடவுச்சொற்கள் மற்றும் அழைப்பு பதிவு போன்றவை) ஆப்ஸ் டேட்டாவையும் (பயன்பாடுகளில் சேமிக்கப்பட்டிருக்கும் அமைப்புகள் மற்றும் ஃபைல்கள் போன்றவை) காப்புப் பிரதி எடுப்பதை நிறுத்தி, தொலைநிலை சேவையகங்களில் உள்ள எல்லா நகல்களையும் அழிக்கவா?"</string>
+ <string name="fullbackup_data_summary" msgid="971587401251601473">"சாதனத் தரவையும் (வைஃபை கடவுச்சொற்கள், அழைப்பு பதிவு போன்றவை) ஆப்ஸ் டேட்டாவையும் (ஆப்ஸ்களில் சேமிக்கப்பட்டிருக்கும் அமைப்புகள், ஃபைல்கள் போன்றவை) தொலைநிலையில் தானாகக் காப்புப் பிரதி எடுக்கும்.\n\nதானியங்கு காப்புப் பிரதியை இயக்கும் போது, சாதனம் மற்றும் ஆப்ஸ் டேட்டாவானது குறிப்பிட்ட கால இடைவெளியில் தொலைநிலையில் சேமிக்கப்படும். ஆப்ஸ் டேட்டா என்பது, தொடர்புகள், செய்திகள், படங்கள் போன்ற மிகவும் முக்கிய தரவு உட்பட, ஆப்ஸ் சேமித்த (டெவெலப்பர் அமைப்புகளைப் பொறுத்து) எந்தத் தரவாகவும் இருக்கலாம்."</string>
<string name="device_admin_settings_title" msgid="31392408594557070">"சாதன நிர்வாகி அமைப்புகள்"</string>
<string name="active_device_admin_msg" msgid="7744106305636543184">"சாதன நிர்வாகி ஆப்ஸ்"</string>
<string name="remove_device_admin" msgid="3143059558744287259">"இந்தச் சாதன நிர்வாகி ஆப்ஸை முடக்கு"</string>
@@ -3093,7 +3091,7 @@
<string name="checking_decryption" msgid="6111642972615688237">"சரிபார்க்கிறது..."</string>
<string name="starting_android" msgid="6694154070215356186">"Android தொடங்குகிறது…"</string>
<string name="delete" msgid="8330605554706263775">"நீக்கு"</string>
- <string name="misc_files" msgid="6598066985800749585">"மற்ற கோப்புகள்"</string>
+ <string name="misc_files" msgid="6598066985800749585">"மற்ற ஃபைல்கள்"</string>
<string name="misc_files_selected_count" msgid="5597802791672749532">"<xliff:g id="TOTAL">%2$d</xliff:g> இல் <xliff:g id="NUMBER">%1$d</xliff:g> தேர்ந்தெடுக்கப்பட்டது"</string>
<string name="misc_files_selected_count_bytes" msgid="7622766714974500289">"<xliff:g id="TOTAL">%2$s</xliff:g> இல் <xliff:g id="NUMBER">%1$s</xliff:g> தேர்ந்தெடுக்கப்பட்டது"</string>
<string name="select_all" msgid="7898929601615536401">"எல்லாவற்றையும் தேர்ந்தெடு"</string>
@@ -3738,7 +3736,7 @@
<string name="work_sync_dialog_yes" msgid="5785488304957707534">"சரி"</string>
<string name="work_sync_dialog_message" msgid="5066178064994040223">"தனிப்பட்ட கணக்கின் அதே ஒலிகளை உங்கள் பணிக்கணக்கு பயன்படுத்தும்"</string>
<string name="ringtones_install_custom_sound_title" msgid="3885712267015760638">"பிரத்தியேக ஒலியைச் சேர்க்கவா?"</string>
- <string name="ringtones_install_custom_sound_content" msgid="5844996763705884979">"இந்தக் கோப்பு, <xliff:g id="FOLDER_NAME">%s</xliff:g> கோப்புறைக்கு நகலெடுக்கப்படும்"</string>
+ <string name="ringtones_install_custom_sound_content" msgid="5844996763705884979">"இந்த ஃபைல், <xliff:g id="FOLDER_NAME">%s</xliff:g> கோப்புறைக்கு நகலெடுக்கப்படும்"</string>
<string name="ringtones_category_preference_title" msgid="26680768777533727">"ரிங்டோன்கள்"</string>
<string name="other_sound_category_preference_title" msgid="8182757473602586634">"பிற ஒலிகள் மற்றும் அதிர்வுகள்"</string>
<string name="configure_notification_settings" msgid="1492820231694314376">"அறிவிப்புகள்"</string>
@@ -4292,7 +4290,7 @@
<string name="runtime_permissions_summary_no_permissions_granted" msgid="7456745929035665029">"அனுமதிகள் எதுவும் வழங்கப்படவில்லை"</string>
<string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"அனுமதிகள் எதையும் கோரவில்லை"</string>
<string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"தரவுக்கான ஆப்ஸ் அணுகலைக் கட்டுப்படுத்தும்"</string>
- <string name="permissions_usage_title" msgid="2942741460679049132">"பிரைவசி டாஷ்போர்டு"</string>
+ <string name="permissions_usage_title" msgid="2942741460679049132">"தனியுரிமை டாஷ்போர்டு"</string>
<string name="permissions_usage_summary" msgid="6784310472062516454">"சமீபத்தில் எந்த ஆப்ஸ் அனுமதிகளைப் பயன்படுத்தியுள்ளது என்பதைக் காட்டும்"</string>
<string name="unused_apps" msgid="4566272194756830656">"பயன்படுத்தாத ஆப்ஸ்"</string>
<plurals name="unused_apps_summary" formatted="false" msgid="3827583582750975783">
@@ -4490,7 +4488,7 @@
<string name="media_management_apps_title" msgid="8222942355578724582">"மீடியா நிர்வாக ஆப்ஸ்"</string>
<string name="media_management_apps_toggle_label" msgid="166724270857067456">"மீடியாவை நிர்வகிக்க ஆப்ஸை அனுமதித்தல்"</string>
<string name="media_management_apps_description" msgid="8000565658455268524">"அனுமதி வழங்கப்பட்டால், பிற ஆப்ஸ் மூலம் உருவாக்கப்பட்ட மீடியா கோப்புகளை உங்களிடம் கேட்காமலேயே இந்த ஆப்ஸால் மாற்றவோ நீக்கவோ முடியும். கோப்புகளையும் மீடியாவையும் அணுக ஆப்ஸுக்கு அனுமதி வேண்டும்."</string>
- <string name="keywords_media_management_apps" msgid="7499959607583088690">"மீடியா, கோப்பு, நிர்வாகம், நிர்வாகி, நிர்வகித்தல், திருத்துதல், எடிட்டர், ஆப்ஸ், அப்ளிகேஷன், திட்டமிடல்"</string>
+ <string name="keywords_media_management_apps" msgid="7499959607583088690">"மீடியா, ஃபைல், நிர்வாகம், நிர்வாகி, நிர்வகித்தல், திருத்துதல், எடிட்டர், ஆப்ஸ், அப்ளிகேஷன், திட்டமிடல்"</string>
<string name="keywords_vr_listener" msgid="902737490270081131">"vr விர்ச்சுவல் ரியாலிட்டி லிஷனர் ஸ்டீரியோ உதவிச் சேவை"</string>
<string name="overlay_settings" msgid="2030836934139139469">"பிற ஆப்ஸின் மேலே காட்டு"</string>
<string name="system_alert_window_summary" msgid="1435856750594492891">"பிற ஆப்ஸின் மேலே காட்டுவதற்கு <xliff:g id="COUNT_1">%2$d</xliff:g> இல் <xliff:g id="COUNT_0">%1$d</xliff:g> ஆப்ஸ் அனுமதிக்கப்பட்டுள்ளன"</string>
@@ -4616,7 +4614,7 @@
<string name="color_temperature_desc" msgid="6713259535885669622">"நீல வண்ணங்களைத் திரைக்குப் பயன்படுத்து"</string>
<string name="color_temperature_toast" msgid="7611532183532407342">"வண்ண மாற்றத்தைப் பயன்படுத்த, திரையை முடக்கவும்"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"கேமராவின் லேசர் சென்சார்"</string>
- <string name="ota_disable_automatic_update" msgid="1953894421412420231">"தானியங்கு முறைமை புதுப்பிப்புகள்"</string>
+ <string name="ota_disable_automatic_update" msgid="1953894421412420231">"தானாக சிஸ்டத்தைப் புதுப்பித்தல்"</string>
<string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"சாதனம் மீண்டும் தொடங்கும்போது, புதுப்பிப்புகள் பயன்படுத்தப்படும்"</string>
<string name="usage" msgid="287782903846013936">"பயன்பாடு"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"மொபைல் டேட்டா உபயோகம்"</string>
@@ -4741,7 +4739,7 @@
<item quantity="one">1 ஆப்ஸால் எல்லா தகவலையும் பயன்படுத்த முடியும்</item>
</plurals>
<string name="special_access_more" msgid="132919514147475846">"மேலும் காட்டு"</string>
- <string name="confirm_convert_to_fbe_warning" msgid="3783325656948378111">"பயனர் தரவை அழித்து, கோப்பு முறைமையாக்கத்திற்கு மாற்ற வேண்டுமா?"</string>
+ <string name="confirm_convert_to_fbe_warning" msgid="3783325656948378111">"பயனர் தரவை அழித்து, ஃபைல் முறைமையாக்கத்திற்கு மாற்ற வேண்டுமா?"</string>
<string name="button_confirm_convert_fbe" msgid="339648921918438106">"அழித்து, மாற்று"</string>
<string name="reset_shortcut_manager_throttling" msgid="2183940254903144298">"ShortcutManager இன் ரேட் லிமிட்டிங்கை மீட்டமை"</string>
<string name="reset_shortcut_manager_throttling_complete" msgid="8949943009096885470">"ShortcutManager இன் ரேட் லிமிட்டிங் மீட்டமைக்கப்பட்டது"</string>
@@ -4990,7 +4988,7 @@
<string name="storage_system" msgid="8472410119822911844">"சிஸ்டம்"</string>
<string name="storage_trash" msgid="2807138998886084856">"நீக்கியவை"</string>
<string name="storage_trash_dialog_title" msgid="2296169576049935200">"\'நீக்கியவையில்\' உள்ளவற்றை நீக்கவா?"</string>
- <string name="storage_trash_dialog_ask_message" msgid="8982602137242358798">"<xliff:g id="TOTAL">%1$s</xliff:g> அளவிலான கோப்புகள் ‘நீக்கியவையில்’ உள்ளன. அனைத்துக் கோப்புகளும் நிரந்தரமாக நீக்கப்படும், அவற்றை மீட்டெடுக்க முடியாது."</string>
+ <string name="storage_trash_dialog_ask_message" msgid="8982602137242358798">"<xliff:g id="TOTAL">%1$s</xliff:g> அளவிலான ஃபைல்கள் ‘நீக்கியவையில்’ உள்ளன. அனைத்துக் கோப்புகளும் நிரந்தரமாக நீக்கப்படும், அவற்றை மீட்டெடுக்க முடியாது."</string>
<string name="storage_trash_dialog_empty_message" msgid="7334670765528691400">"\'நீக்கியவையில்\' எதுவுமில்லை"</string>
<string name="storage_trash_dialog_confirm" msgid="1707723334982760436">"\'நீக்கியவையில்\' உள்ளவற்றை நீக்கு"</string>
<string name="storage_size_large_alternate" msgid="7555149858858591495">"<xliff:g id="NUMBER">^1</xliff:g>"<small>" "<font size="20">"<xliff:g id="UNIT">^2</xliff:g>"</font></small>""</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"பவர் பட்டனை அழுத்திப் பிடித்து Assistantடைத் தொடங்கலாம்"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"பவர் மற்றும் அவசரகால மெனு:\nபவர் பட்டனையும் ஒலியளவை அதிகரிக்கும் பட்டனையும் ஒன்றாக அழுத்தவும்."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ஒலிப்பதைத் தடுத்தல்:\nஇதற்கான ஷார்ட்கட் ஒலியளவு மெனுவில் உள்ளது."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"அழுத்திப் பிடிப்பதற்கான கால அளவு"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"எவ்வளவு நேரம் பவர் பட்டனை அழுத்திப் பிடிக்க வேண்டும் என்பதைத் தேர்ந்தெடுப்பதன் மூலம் உணர்திறனைச் சரிசெய்யலாம்"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"குறைந்தபட்சம்"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"அதிகபட்சம்"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"வாலட்டைக் காட்டு"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"பூட்டுத் திரை, விரைவு அமைப்புகள் ஆகியவற்றில் இருந்து வாலட்டை அணுகலாம்"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"சாதனக் கட்டுப்பாடுகளைக் காட்டு"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"தற்காலிகமாகக் கிடைக்கவில்லை"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"சிம் இல்லை"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"நெட்வொர்க் விருப்பத்தேர்வுகள்"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"பொது நெட்வொர்க்குகளுடன் இணைக்கலாம்"</string>
<string name="keywords_internet" msgid="7674082764898690310">"நெட்வொர்க் இணைப்பு, இணையம், வயர்லெஸ், டேட்டா, வைஃபை, வை-ஃபை, வை ஃபை, செல்லுலார், மொபைல், செல் கேரியர், 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"வைஃபையை இயக்கு"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"வைஃபையை முடக்கு"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"வைஃபை பிளஸ் நெட்வொர்க்"</string>
<string name="sim_category_title" msgid="2341314000964710495">"சிம்"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"பதிவிறக்கப்பட்ட சிம்"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"பதிவிறக்கிய சிம்கள்"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"செயலிலுள்ளது"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"செயலில் இல்லை"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g>க்கான இயல்புநிலை"</string>
@@ -5525,7 +5527,7 @@
<string name="smart_forwarding_missing_alert_dialog_text" msgid="7870419247987316112">"சரி"</string>
<string name="enable_2g_title" msgid="8184757884636162942">"2G சேவையை அனுமதி"</string>
<string name="enable_2g_summary" msgid="906487478332145407">"2G செல்லுலார் இணைப்புகளைப் பயன்படுத்துதல். அவசர அழைப்புகளுக்கு 2G நெட்வொர்க் எப்போதும் இயக்கத்தில் இருக்கும்."</string>
- <string name="show_clip_access_notification" msgid="7782300987639778542">"கிளிப்போர்டுக்கான அணுகலைக் காட்டுதல்"</string>
+ <string name="show_clip_access_notification" msgid="7782300987639778542">"கிளிப்போர்டுக்கான அணுகலைக் காட்டு"</string>
<string name="show_clip_access_notification_summary" msgid="474090757777203207">"நீங்கள் நகலெடுத்த உரையையோ படங்களையோ பிற உள்ளடக்கத்தையோ ஆப்ஸ் அணுகும்போது அறிவிப்பைக் காட்டும்"</string>
<string name="all_apps" msgid="3054120149509114789">"அனைத்து ஆப்ஸும்"</string>
<string name="request_manage_bluetooth_permission_dont_allow" msgid="8798061333407581300">"அனுமதிக்க வேண்டாம்"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"அனைத்து ஆப்ஸுக்கும் சேவைகளுக்கும்"</string>
<string name="game_settings_title" msgid="1028178627743422090">"கேம் அமைப்புகள்"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"கேம் டாஷ்போர்டு ஷார்ட்கட்டை ஆன் செய்யும் மற்றும் பல"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"முந்தையது"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"அடுத்து"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"வண்ண மாதிரிக்காட்சி"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM கார்டை அணுகுவதற்கான கோரிக்கை"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ஒரு சாதனம் உங்கள் SIM கார்டை அணுக விரும்புகிறது. விவரங்களைப் பார்க்கத் தட்டவும்."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM கார்டை அணுக அனுமதிக்கவா?"</string>
diff --git a/res/values-te/arrays.xml b/res/values-te/arrays.xml
index fceaa5d..4cb9b50 100644
--- a/res/values-te/arrays.xml
+++ b/res/values-te/arrays.xml
@@ -73,7 +73,7 @@
<item msgid="7388036070768806193">"స్కాన్ చేస్తోంది…"</item>
<item msgid="1656176059757237036">"కనెక్ట్ చేస్తోంది..."</item>
<item msgid="3249903732481917388">"ప్రామాణీకరిస్తోంది…"</item>
- <item msgid="7789156794775399931">"IP చిరునామాను పొందుతోంది…"</item>
+ <item msgid="7789156794775399931">"IP అడ్రస్ను పొందుతోంది…"</item>
<item msgid="492518447401534767">"కనెక్ట్ చేయబడింది"</item>
<item msgid="4322989558568666518">"తాత్కాలికంగా రద్దు చేయబడింది"</item>
<item msgid="286164147080824297">"డిస్కనెక్ట్ చేస్తోంది..."</item>
@@ -87,7 +87,7 @@
<item msgid="155483314608049961">"స్కాన్ చేస్తోంది…"</item>
<item msgid="3409219643606946053">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g>కి కనెక్ట్ చేస్తోంది…"</item>
<item msgid="7891463004457278422">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g>తో ప్రామాణీకరిస్తోంది…"</item>
- <item msgid="3193388999810487137">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g> నుండి IP చిరునామాను పొందుతోంది…"</item>
+ <item msgid="3193388999810487137">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g> నుండి IP అడ్రస్ను పొందుతోంది…"</item>
<item msgid="2227930004124157952">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g>కి కనెక్ట్ చేయబడింది"</item>
<item msgid="7104168043537022445">"తాత్కాలికంగా రద్దు చేయబడింది"</item>
<item msgid="2595938203187002544">"<xliff:g id="NETWORK_NAME">%1$s</xliff:g> నుండి డిస్కనెక్ట్ చేస్తోంది…"</item>
@@ -223,42 +223,42 @@
<string-array name="app_ops_categories">
<item msgid="528483497841471005">"లొకేషన్"</item>
<item msgid="7786376598377098070">"వ్యక్తిగతం"</item>
- <item msgid="7707692387382449990">"సందేశం"</item>
+ <item msgid="7707692387382449990">"మెసేజ్"</item>
<item msgid="2235402926760712958">"మీడియా"</item>
<item msgid="1822578131647724167">"పరికరం"</item>
</string-array>
<string-array name="app_ops_summaries">
- <item msgid="8837238583601420163">"స్థూల స్థానం"</item>
- <item msgid="3205182755091629995">"ఖచ్చితమైన స్థానం"</item>
+ <item msgid="8837238583601420163">"స్థూల లొకేషన్"</item>
+ <item msgid="3205182755091629995">"ఖచ్చితమైన లొకేషన్"</item>
<item msgid="8952113542524604064">"GPS"</item>
<item msgid="50701215019227883">"వైబ్రేట్"</item>
- <item msgid="2690144000353492014">"పరిచయాలను చదవండి"</item>
- <item msgid="3858029424955955625">"పరిచయాలను సవరించండి"</item>
+ <item msgid="2690144000353492014">"కాంటాక్ట్లను చదవండి"</item>
+ <item msgid="3858029424955955625">"కాంటాక్ట్లను ఎడిట్ చేయండి"</item>
<item msgid="3439658954936709507">"కాల్ లాగ్ను చదవండి"</item>
- <item msgid="1908944516631132130">"కాల్ లాగ్ను సవరించండి"</item>
+ <item msgid="1908944516631132130">"కాల్ లాగ్ను ఎడిట్ చేయండి"</item>
<item msgid="9066115715905100138">"క్యాలెండర్ను చదవండి"</item>
- <item msgid="1664720478157892566">"క్యాలెండర్ను సవరించండి"</item>
+ <item msgid="1664720478157892566">"క్యాలెండర్ను ఎడిట్ చేయండి"</item>
<item msgid="5478277451617814822">"wi-fi స్కాన్"</item>
<item msgid="2429454210217003798">"నోటిఫికేషన్"</item>
<item msgid="8909068846471624576">"సెల్ స్కాన్"</item>
<item msgid="2527973826970434181">"ఫోన్కు కాల్ చేయండి"</item>
<item msgid="2766022553327609913">"SMSను చదవండి"</item>
- <item msgid="167775364051357284">"SMSను వ్రాయండి"</item>
+ <item msgid="167775364051357284">"SMSను రాయండి"</item>
<item msgid="3397583039407928979">"SMSను స్వీకరించండి"</item>
<item msgid="3658964859478786980">"అత్యవసర SMSను స్వీకరించండి"</item>
<item msgid="7975129014728281140">"MMSను స్వీకరించండి"</item>
<item msgid="404809195686849835">"WAP పుష్ను స్వీకరించండి"</item>
<item msgid="5167716820004184705">"SMSను పంపండి"</item>
<item msgid="3834284815734286927">"ICC SMSను చదవండి"</item>
- <item msgid="6394881108820762646">"ICC SMSను వ్రాయండి"</item>
- <item msgid="3275060808384314406">"సెట్టింగ్లను సవరించండి"</item>
+ <item msgid="6394881108820762646">"ICC SMSను రాయండి"</item>
+ <item msgid="3275060808384314406">"సెట్టింగ్లను ఎడిట్ చేయండి"</item>
<item msgid="8672921438869137431">"పైభాగంలో గీయండి"</item>
<item msgid="346101114322879720">"నోటిఫికేషన్లను యాక్సెస్ చేయండి"</item>
<item msgid="4760681822601767255">"కెమెరా"</item>
<item msgid="2172823594140104317">"ఆడియోను రికార్డ్ చేయండి"</item>
<item msgid="5612873260709742213">"ఆడియో ప్లే చేయండి"</item>
<item msgid="2027206403725749996">"క్లిప్బోర్డ్ను చదవండి"</item>
- <item msgid="5643742956725663156">"క్లిప్బోర్డ్ను సవరించండి"</item>
+ <item msgid="5643742956725663156">"క్లిప్బోర్డ్ను ఎడిట్ చేయండి"</item>
<item msgid="7362845549479684378">"మీడియా బటన్లు"</item>
<item msgid="3843484466100107397">"ఆడియో కేంద్రీకరణ"</item>
<item msgid="617344340943430125">"మాస్టర్ వాల్యూమ్"</item>
@@ -269,8 +269,8 @@
<item msgid="4422070755065530548">"నోటిఫికేషన్ వాల్యూమ్"</item>
<item msgid="3250654589277825306">"బ్లూటూత్ వాల్యూమ్"</item>
<item msgid="4212187233638382465">"సక్రియంగా ఉంచండి"</item>
- <item msgid="5099026183238335900">"స్థానాన్ని పర్యవేక్షించండి"</item>
- <item msgid="2297727967385895059">"అధిక శక్తివంతమైన స్థానాన్ని పర్యవేక్షించండి"</item>
+ <item msgid="5099026183238335900">"లొకేషన్ను పర్యవేక్షించండి"</item>
+ <item msgid="2297727967385895059">"అధిక శక్తివంతమైన లొకేషన్ను పర్యవేక్షించండి"</item>
<item msgid="8700593962030471569">"వినియోగ గణాంకాలను పొందండి"</item>
<item msgid="4140820386622184831">"మైక్రోఫోన్ను మ్యూట్ చేయండి/అన్మ్యూట్ చేయండి"</item>
<item msgid="317746827951691657">"టోస్ట్ను చూపడం"</item>
@@ -286,7 +286,7 @@
<item msgid="2702338156976571452">"వేలిముద్ర"</item>
<item msgid="7925495329948404955">"శరీర సెన్సార్లు"</item>
<item msgid="8163066895749904470">"సెల్ ప్రసారాలను చదవడం"</item>
- <item msgid="7621394050624063528">"స్థానాన్ని నకిలీ చేయడం"</item>
+ <item msgid="7621394050624063528">"డమ్మీ లొకేషన్"</item>
<item msgid="37519917674959757">"నిల్వను చదవడం"</item>
<item msgid="3868809525697401379">"నిల్వలో వ్రాయడం"</item>
<item msgid="2504191192460059817">"స్క్రీన్ను ఆన్ చేయడం"</item>
@@ -299,33 +299,33 @@
<item msgid="364182753727575631">"లొకేషన్"</item>
<item msgid="5728662879095632194">"లొకేషన్"</item>
<item msgid="4104617224667554750">"వైబ్రేట్"</item>
- <item msgid="1623646715189708947">"పరిచయాలను చదవండి"</item>
- <item msgid="5060760609109972207">"పరిచయాలను సవరించండి"</item>
+ <item msgid="1623646715189708947">"కాంటాక్ట్లను చదవండి"</item>
+ <item msgid="5060760609109972207">"కాంటాక్ట్లను సవరించండి"</item>
<item msgid="7451260062940797278">"కాల్ లాగ్ను చదవండి"</item>
- <item msgid="2348589304974534308">"కాల్ లాగ్ను సవరించండి"</item>
+ <item msgid="2348589304974534308">"కాల్ లాగ్ను ఎడిట్ చేయండి"</item>
<item msgid="4089146706115315300">"క్యాలెండర్ను చదవండి"</item>
- <item msgid="1305780729690198918">"క్యాలెండర్ను సవరించండి"</item>
+ <item msgid="1305780729690198918">"క్యాలెండర్ను ఎడిట్ చేయండి"</item>
<item msgid="3461096740171440592">"లొకేషన్"</item>
<item msgid="6657539556093198883">"నోటిఫికేషన్ను పోస్ట్ చేయండి"</item>
<item msgid="8112680908829570200">"లొకేషన్"</item>
<item msgid="5019327268152480733">"ఫోన్కు కాల్ చేయండి"</item>
<item msgid="8001855901083066554">"SMS/MMSను చదవండి"</item>
- <item msgid="187744670643011148">"SMS/MMSను వ్రాయండి"</item>
+ <item msgid="187744670643011148">"SMS/MMSను రాయండి"</item>
<item msgid="3324078624274013835">"SMS/MMSను స్వీకరించండి"</item>
<item msgid="1924065490920451511">"SMS/MMSను స్వీకరించండి"</item>
<item msgid="1239934115787777477">"SMS/MMSను స్వీకరించండి"</item>
<item msgid="1030342664910454057">"SMS/MMSను స్వీకరించండి"</item>
<item msgid="9189359977063200554">"SMS/MMSను పంపండి"</item>
<item msgid="6954817837534799424">"SMS/MMSను చదవండి"</item>
- <item msgid="7921014514153395846">"SMS/MMSను వ్రాయండి"</item>
- <item msgid="8997371825401751421">"సెట్టింగ్లను సవరించండి"</item>
+ <item msgid="7921014514153395846">"SMS/MMSను రాయండి"</item>
+ <item msgid="8997371825401751421">"సెట్టింగ్లను ఎడిట్ చేయండి"</item>
<item msgid="7005755175240764443">"పైభాగంలో గీయండి"</item>
<item msgid="8267704990417682222">"నోటిఫికేషన్లను యాక్సెస్ చేయండి"</item>
<item msgid="3180676986290096851">"కెమెరా"</item>
<item msgid="9174072114281872917">"ఆడియోను రికార్డ్ చేయండి"</item>
<item msgid="1444183972646890539">"ఆడియో ప్లే చేయండి"</item>
<item msgid="4337542044275236638">"క్లిప్బోర్డ్ను చదవండి"</item>
- <item msgid="2681224211796661809">"క్లిప్బోర్డ్ను సవరించండి"</item>
+ <item msgid="2681224211796661809">"క్లిప్బోర్డ్ను ఎడిట్ చేయండి"</item>
<item msgid="4479361062226474111">"మీడియా బటన్లు"</item>
<item msgid="5651140069431283570">"ఆడియో కేంద్రీకరణ"</item>
<item msgid="745291221457314879">"మాస్టర్ వాల్యూమ్"</item>
@@ -353,7 +353,7 @@
<item msgid="4480721672278100858">"వేలిముద్ర"</item>
<item msgid="7883743426029759112">"శరీర సెన్సార్లు"</item>
<item msgid="2546206711741159825">"సెల్ ప్రసారాలను చదవడం"</item>
- <item msgid="2363460595607829243">"స్థానాన్ని నకిలీ చేయడం"</item>
+ <item msgid="2363460595607829243">"డమ్మీ లొకేషన్"</item>
<item msgid="3778165903878569143">"నిల్వను చదవడం"</item>
<item msgid="555939881912035315">"నిల్వలో వ్రాయడం"</item>
<item msgid="4281352581602735717">"స్క్రీన్ను ఆన్ చేయడం"</item>
@@ -432,9 +432,9 @@
</string-array>
<string-array name="vpn_types_long">
<item msgid="6621806338070912611">"PPTP VPN"</item>
- <item msgid="2552427673212085780">"పూర్వ-భాగస్వామ్య కీలతో L2TP/IPSec VPN"</item>
+ <item msgid="2552427673212085780">"ప్రీ-షేర్ చేసిన కీలతో L2TP/IPSec VPN"</item>
<item msgid="7378096704485168082">"ప్రమాణపత్రాలతో L2TP/IPSec VPN"</item>
- <item msgid="3792393562235791509">"పూర్వ-భాగస్వామ్య కీలు మరియు Xauth ప్రామాణీకరణతో IPSec VPN"</item>
+ <item msgid="3792393562235791509">"ప్రీ-షేర్ చేసిన కీలు మరియు Xauth ప్రామాణీకరణతో IPSec VPN"</item>
<item msgid="2484564813864139237">"ప్రమాణపత్రాలు మరియు Xauth ప్రామాణీకరణతో IPSec VPN"</item>
<item msgid="68918911194507915">"ప్రమాణపత్రాలు మరియు హైబ్రిడ్ ప్రామాణీకరణతో IPSec VPN"</item>
<item msgid="4631647675167100375">"సర్టిఫికెట్లు, యూజర్నేమ్/పాస్వర్డ్ ప్రామాణీకరణతో IKEv2/IPSec VPN"</item>
@@ -473,7 +473,7 @@
</string-array>
<string-array name="proc_stats_process_states">
<item msgid="7389344075996860704">"స్థిరం"</item>
- <item msgid="5777152116210127847">"ప్రముఖ కార్యకలాపం"</item>
+ <item msgid="5777152116210127847">"ప్రముఖ యాక్టివిటీ"</item>
<item msgid="1834030155560727324">"ముఖ్యం (ముందుభాగం)"</item>
<item msgid="8494424742994426350">"ముఖ్యం (నేపథ్యం)"</item>
<item msgid="5099332663422156149">"బ్యాకప్"</item>
@@ -482,18 +482,26 @@
<item msgid="2253476667031759713">"సేవ (పునఃప్రారంభమవుతోంది)"</item>
<item msgid="5209576689975321486">"రిసీవర్"</item>
<item msgid="7243761414719310364">"హోమ్"</item>
- <item msgid="3674963093565630781">"చివరి కార్యకలాపం"</item>
- <item msgid="5545221272903898598">"కాష్ చేసినవి (కార్యకలాపం)"</item>
- <item msgid="3164591924266309710">"కాష్ చేసినవి (కార్యకలాపం క్లయింట్)"</item>
+ <item msgid="3674963093565630781">"చివరి యాక్టివిటీ"</item>
+ <item msgid="5545221272903898598">"కాష్ చేసినవి (యాక్టివిటీ)"</item>
+ <item msgid="3164591924266309710">"కాష్ చేసినవి (యాక్టివిటీ క్లయింట్)"</item>
<item msgid="8186970968968646288">"కాష్ చేసినవి (ఖాళీ)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"నీలి ఆకుపచ్చ"</item>
+ <item msgid="7216413848731287689">"నీలి ఆకుపచ్చ రంగు"</item>
<item msgid="5661027589207588703">"నీలం"</item>
- <item msgid="3795787248113275442">"నీలిరంగు"</item>
+ <item msgid="1219738214736244749">"ఆకుపచ్చ"</item>
<item msgid="6331809026622602308">"ఊదా"</item>
<item msgid="6390546163902724700">"గులాబీ"</item>
- <item msgid="6618900408138432102">"ఎరుపు"</item>
+ <item msgid="6500473130620545980">"ఆరెంజ్"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 రోజులు పైబడినవి"</item>
diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml
index 201e819..31e643f 100644
--- a/res/values-te/strings.xml
+++ b/res/values-te/strings.xml
@@ -20,7 +20,7 @@
<string name="no" msgid="5541738710521607130">"లేదు"</string>
<string name="create" msgid="986997212165228751">"సృష్టించు"</string>
<string name="allow" msgid="3763244945363657722">"అనుమతించు"</string>
- <string name="deny" msgid="7326117222944479942">"తిరస్కరించు"</string>
+ <string name="deny" msgid="7326117222944479942">"తిరస్కరించండి"</string>
<string name="confirmation_turn_on" msgid="2979094011928347665">"ఆన్ చేయి"</string>
<string name="device_info_default" msgid="1406619232867343310">"తెలియదు"</string>
<plurals name="show_dev_countdown" formatted="false" msgid="1646187747875476269">
@@ -57,7 +57,7 @@
<string name="font_size_preview_text_headline" msgid="1173103737980511652">"శాంపిల్ టెక్స్ట్"</string>
<string name="font_size_preview_text_title" msgid="6363561029914452382">"ది వండర్ఫుల్ విజర్డ్ ఆఫ్ ఆజ్"</string>
<string name="font_size_preview_text_subtitle" msgid="5806349524325544614">"అధ్యాయం 11: ది వండర్ఫుల్ ఎమరాల్డ్ సిటీ ఆఫ్ ఆజ్"</string>
- <string name="font_size_preview_text_body" msgid="3323732544011097199">"డొరోతీ మరియు ఆమె స్నేహితులు కళ్లకు పచ్చని అద్దాలతో సంరక్షించబడినా, అద్భుతమైన మిరిమిట్లుగొలిపే నగర ప్రకాశాన్ని సందర్శిస్తున్నారు. ప్రతీచోటా మెరిసే పచ్చని రాళ్లతో పొదగబడి ఉన్న ఆకుపచ్చటి పాలరాతితో నిర్మించబడిన అందమైన ఇళ్లతో వీధులు తీర్చిదిద్దబడ్డాయి. వాళ్లు సూర్యకాంతికి మెరుస్తున్న, దగ్గరగా నిర్మితమై ఉన్న, పచ్చల రాళ్లు అన్నీ కలిసి ఉన్న అదే ఆకు పచ్చని పాలరాతిపై నడుస్తున్నారు. కిటికీ అద్దాలు ఆకుపచ్చగా ఉన్నాయి; నగరం పైన ఆకాశం కూడా ఆకుపచ్చ రంగులో ఉంది మరియు సూర్య కిరణాలు కూడా ఆకుపచ్చగా ఉన్నాయి. \n\nఅక్కడ చాలా మంది ఆకు పచ్చని చర్మంతో గల స్త్రీలు, పురుషులు మరియు పిల్లలు ఆకు పచ్చని దుస్తులతో నడుస్తున్నారు. వాళ్లు డొరోతీని మరియు ఆమె ఇతర స్నేహితులను వింతగా ఆశ్చర్యంగా చూసారు. సింహాన్ని చూసినప్పుడు పిల్లలందరూ పారిపోయి, వారి తల్లిదండ్రుల వెనక దాగారు. కానీ వారితో ఎవరూ మాట్లాడలేదు. వీధిలో చాలా దుకాణాలు ఉన్నాయి. డొరోతీకి అక్కడ ఉన్న అంశాలన్నీ పచ్చగా కనిపించాయి పచ్చని మిఠాయిలు మరియు పచ్చని పాప్-కార్న్ అమ్మబడుతున్నాయి, అలాగే పచ్చని చెప్పులు, పచ్చని టోపీలు, పచ్చని దుస్తులు కనిపిస్తున్నాయి. ఒక చోట ఒక వ్యక్తి పచ్చని నిమ్మరసాన్ని అమ్ముతుండటం మరియు పిల్లలు వాటి కోసం పచ్చని నాణేలను ఇవ్వడాన్ని డోరోతీ చూస్తోంది. \n\nఅక్కడ ఎటువంటి గుర్రాలు మరియు ఎటువంటి జంతువులూ లేవు; వ్యక్తులే వస్తువులను పచ్చని బండ్లతో లాగుతున్నారు. ప్రతి ఒక్కరూ చాలా ఆనందంగా, సంతృప్తిగా ఉన్నారు."</string>
+ <string name="font_size_preview_text_body" msgid="3323732544011097199">"డొరోతీ మరియు ఆమె స్నేహితులు కళ్లకు పచ్చని అద్దాలతో సంరక్షించబడినా, అద్భుతమైన మిరిమిట్లుగొలిపే నగర ప్రకాశాన్ని సందర్శిస్తున్నారు. ప్రతీచోటా మెరిసే పచ్చని రాళ్లతో పొదగబడి ఉన్న ఆకుపచ్చటి పాలరాతితో నిర్మించబడిన అందమైన ఇళ్లతో వీధులు తీర్చిదిద్దబడ్డాయి. వాళ్లు సూర్యకాంతికి మెరుస్తున్న, దగ్గరగా నిర్మితమై ఉన్న, పచ్చల రాళ్లు అన్నీ కలిసి ఉన్న అదే ఆకు పచ్చని పాలరాతిపై నడుస్తున్నారు. కిటికీ అద్దాలు ఆకుపచ్చగా ఉన్నాయి; నగరం పైన ఆకాశం కూడా ఆకుపచ్చ రంగులో ఉంది మరియు సూర్య కిరణాలు కూడా ఆకుపచ్చగా ఉన్నాయి. \n\nఅక్కడ చాలా మంది ఆకు పచ్చని చర్మంతో గల స్త్రీలు, పురుషులు మరియు పిల్లలు ఆకు పచ్చని దుస్తులతో నడుస్తున్నారు. వాళ్లు డొరోతీని మరియు ఆమె ఇతర స్నేహితులను వింతగా ఆశ్చర్యంగా చూశారు. సింహాన్ని చూసినప్పుడు పిల్లలందరూ పారిపోయి, వారి తల్లిదండ్రుల వెనక దాగారు. కానీ వారితో ఎవరూ మాట్లాడలేదు. వీధిలో చాలా దుకాణాలు ఉన్నాయి. డొరోతీకి అక్కడ ఉన్న అంశాలన్నీ పచ్చగా కనిపించాయి పచ్చని మిఠాయిలు మరియు పచ్చని పాప్-కార్న్ అమ్మబడుతున్నాయి, అలాగే పచ్చని చెప్పులు, పచ్చని టోపీలు, పచ్చని దుస్తులు కనిపిస్తున్నాయి. ఒక చోట ఒక వ్యక్తి పచ్చని నిమ్మరసాన్ని అమ్ముతుండటం మరియు పిల్లలు వాటి కోసం పచ్చని నాణేలను ఇవ్వడాన్ని డోరోతీ చూస్తోంది. \n\nఅక్కడ ఎటువంటి గుర్రాలు మరియు ఎటువంటి జంతువులూ లేవు; వ్యక్తులే వస్తువులను పచ్చని బండ్లతో లాగుతున్నారు. ప్రతి ఒక్కరూ చాలా ఆనందంగా, సంతృప్తిగా ఉన్నారు."</string>
<string name="font_size_save" msgid="206892409190870726">"సరే"</string>
<string name="sdcard_setting" product="nosdcard" msgid="6071836464978826249">"USB నిల్వ"</string>
<string name="sdcard_setting" product="default" msgid="3713462184783824923">"SD కార్డు"</string>
@@ -87,18 +87,18 @@
<string name="keywords_add_bt_device" msgid="4533191164203174011">"బ్లూటూత్"</string>
<string name="bluetooth_is_visible_message" msgid="3811631869768157387">"బ్లూటూత్ సెట్టింగ్లను తెరిచి ఉన్నప్పుడు <xliff:g id="DEVICE_NAME">%1$s</xliff:g> సమీప పరికరాలకు కనిపిస్తుంది."</string>
<string name="bluetooth_footer_mac_message" product="default" msgid="4782330594323261630">"ఫోన్ బ్లూటూత్ అడ్రస్: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
- <string name="bluetooth_footer_mac_message" product="tablet" msgid="1257226691967432025">"టాబ్లెట్ యొక్క బ్లూటూత్ చిరునామా: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
+ <string name="bluetooth_footer_mac_message" product="tablet" msgid="1257226691967432025">"టాబ్లెట్ యొక్క బ్లూటూత్ అడ్రస్: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
<string name="bluetooth_footer_mac_message" product="device" msgid="2863536947810007600">"పరికర బ్లూటూత్ అడ్రస్: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
<string name="bluetooth_is_disconnect_question" msgid="777406775955421784">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>ను డిస్కనెక్ట్ చేయాలా?"</string>
<string name="bluetooth_broadcasting" msgid="6379176741690311973">"ప్రసారం"</string>
<string name="bluetooth_device" msgid="2217973503732544291">"పేరులేని బ్లూటూత్ పరికరం"</string>
<string name="progress_scanning" msgid="2564746192843011826">"శోధించడం"</string>
<string name="bluetooth_no_devices_found" msgid="7704539337219953182">"సమీపంలో బ్లూటూత్ పరికరాలేవీ దొరకలేదు."</string>
- <string name="bluetooth_notif_ticker" msgid="209515545257862858">"బ్లూటూత్ జత చేయడానికి అభ్యర్థన"</string>
- <string name="bluetooth_notif_title" msgid="1196532269131348647">"జత చేయడానికి అభ్యర్థన"</string>
+ <string name="bluetooth_notif_ticker" msgid="209515545257862858">"బ్లూటూత్ జత చేయడానికి రిక్వెస్ట్"</string>
+ <string name="bluetooth_notif_title" msgid="1196532269131348647">"జత చేయడానికి రిక్వెస్ట్"</string>
<string name="bluetooth_notif_message" msgid="5584717784198086653">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>తో జత చేయడానికి నొక్కండి."</string>
- <string name="bluetooth_show_received_files" msgid="685424727760622632">"స్వీకరించిన ఫైల్లు"</string>
- <string name="bluetooth_show_files_received_via_bluetooth" msgid="7097860463458492953">"బ్లూటూత్ ద్వారా అందుకున్న ఫైల్లు"</string>
+ <string name="bluetooth_show_received_files" msgid="685424727760622632">"స్వీకరించిన ఫైళ్లు"</string>
+ <string name="bluetooth_show_files_received_via_bluetooth" msgid="7097860463458492953">"బ్లూటూత్ ద్వారా అందుకున్న ఫైళ్లు"</string>
<string name="bluetooth_devices_card_off_title" msgid="1320149821945129127">"బ్లూటూత్ ఆఫ్లో ఉంది"</string>
<string name="bluetooth_devices_card_off_summary" msgid="2276527382891105858">"దీన్ని ఆన్ చేయడానికి ట్యాప్ చేయండి"</string>
<string name="device_picker" msgid="2427027896389445414">"బ్లూటూత్ పరికరాన్ని ఎంచుకోండి"</string>
@@ -124,16 +124,16 @@
<string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="default" msgid="1381582950049639439">"యాప్ బ్లూటూత్ను ఆన్ చేసి, మీ ఫోన్ను ఇతర డివైజ్లకు కనిపించేలా చేయాలనుకుంటోంది. మీరు దీన్ని తర్వాత బ్లూటూత్ సెట్టింగ్లలో మార్చవచ్చు."</string>
<string name="bluetooth_turning_on" msgid="3842613808709024730">"బ్లూటూత్ను ఆన్ చేస్తోంది…"</string>
<string name="bluetooth_turning_off" msgid="7406309124247701148">"బ్లూటూత్ ఆఫ్ చేస్తోంది..."</string>
- <string name="bluetooth_connection_permission_request" msgid="8793131019383198861">"బ్లూటూత్ కనెక్షన్ అభ్యర్థన"</string>
+ <string name="bluetooth_connection_permission_request" msgid="8793131019383198861">"బ్లూటూత్ కనెక్షన్ రిక్వెస్ట్"</string>
<string name="bluetooth_connection_notif_message" msgid="6087344980352898209">"\"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\"కి కనెక్ట్ చేయడానికి నొక్కండి."</string>
<string name="bluetooth_connection_dialog_text" msgid="2537152772549874391">"మీరు \"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\"కు కనెక్ట్ చేయాలనుకుంటున్నారా?"</string>
- <string name="bluetooth_phonebook_request" msgid="1085102844577089889">"ఫోన్ పుస్తకం యాక్సెస్ అభ్యర్థన"</string>
- <string name="bluetooth_pb_acceptance_dialog_text" msgid="7153531868579789993">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> మీ పరిచయాలు మరియు కాల్ చరిత్రకు యాక్సెస్ కోరుతోంది. <xliff:g id="DEVICE_NAME_1">%2$s</xliff:g>కి యాక్సెస్ ఇవ్వాలా?"</string>
+ <string name="bluetooth_phonebook_request" msgid="1085102844577089889">"ఫోన్ పుస్తకం యాక్సెస్ రిక్వెస్ట్"</string>
+ <string name="bluetooth_pb_acceptance_dialog_text" msgid="7153531868579789993">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> మీ కాంటాక్ట్లు, కాల్ హిస్టరీకి యాక్సెస్ కోరుతోంది. <xliff:g id="DEVICE_NAME_1">%2$s</xliff:g>కి యాక్సెస్ ఇవ్వాలా?"</string>
<string name="bluetooth_remember_choice" msgid="173821849670438110">"మళ్లీ అడగవద్దు"</string>
<string name="bluetooth_pb_remember_choice" msgid="2080511174185036562">"మళ్లీ అడగవద్దు"</string>
- <string name="bluetooth_map_request" msgid="8664081227240707479">"సందేశ యాక్సెస్ అభ్యర్థన"</string>
- <string name="bluetooth_map_acceptance_dialog_text" msgid="2647611490952377156">"%1$s మీ సందేశాలను యాక్సెస్ చేయాలనుకుంటోంది. %2$sకు యాక్సెస్ అందించాలా?"</string>
- <string name="bluetooth_sap_request" msgid="473439406287008397">"SIM యాక్సెస్ అభ్యర్థన"</string>
+ <string name="bluetooth_map_request" msgid="8664081227240707479">"సందేశ యాక్సెస్ రిక్వెస్ట్"</string>
+ <string name="bluetooth_map_acceptance_dialog_text" msgid="2647611490952377156">"%1$s మీ మెసేజ్లను యాక్సెస్ చేయాలనుకుంటోంది. %2$sకు యాక్సెస్ అందించాలా?"</string>
+ <string name="bluetooth_sap_request" msgid="473439406287008397">"SIM యాక్సెస్ రిక్వెస్ట్"</string>
<string name="bluetooth_sap_acceptance_dialog_text" msgid="2849083276356078655">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> మీ SIM కార్డ్ను యాక్సెస్ చేయాలనుకుంటోంది. SIM కార్డ్కి యాక్సెస్ మంజూరు చేయడం వలన మీ పరికరంలో కనెక్షన్ కాలంలో డేటా కనెక్టివిటీ నిలిపివేయబడుతుంది. <xliff:g id="DEVICE_NAME_1">%2$s?</xliff:g>కి యాక్సెస్ మంజూరు చేయండి"</string>
<string name="bluetooth_device_name_summary" msgid="8678342689845439583">"ఇతర పరికరాలలో “<xliff:g id="DEVICE_NAME">^1</xliff:g>” పేరుతో కనిపిస్తుంది"</string>
<string name="bluetooth_off_footer" msgid="76578735660216295">"ఇతర పరికరాలతో కనెక్ట్ చేయడానికి బ్లూటూత్ను ఆన్ చేయండి"</string>
@@ -170,13 +170,13 @@
<string name="proxy_clear_text" msgid="6529658759984031149">"క్లియర్ చేయి"</string>
<string name="proxy_port_label" msgid="4647357286461712574">"ప్రాక్సీ పోర్ట్"</string>
<string name="proxy_exclusionlist_label" msgid="2598613986784917542">"దీని కోసం ప్రాక్సీని విస్మరించు"</string>
- <string name="proxy_defaultView_text" msgid="6795150505379688451">"డిఫాల్ట్లను పునరుద్ధరించు"</string>
+ <string name="proxy_defaultView_text" msgid="6795150505379688451">"ఆటోమేటిక్ సెట్టింగ్లను రీస్టోర్ చేయండి"</string>
<string name="proxy_action_text" msgid="1103328484441449542">"పూర్తయింది"</string>
<string name="proxy_hostname_label" msgid="5504327742505848063">"ప్రాక్సీ హోస్ట్పేరు"</string>
<string name="proxy_error" msgid="3615905975598084126">"గమనిక"</string>
<string name="proxy_error_dismiss" msgid="4207430265140873078">"సరే"</string>
<string name="proxy_error_invalid_host" msgid="3814412792702059247">"మీరు టైప్ చేసిన హోస్ట్పేరు చెల్లదు."</string>
- <string name="proxy_error_invalid_exclusion_list" msgid="6096353559936226599">"మీరు టైప్ చేసిన మినహాయింపు జాబితా సరిగ్గా ఆకృతీకరించబడలేదు. మినహాయించిన డొమైన్ల యొక్క కామాతో వేరుచేసిన జాబితాను టైప్ చేయండి."</string>
+ <string name="proxy_error_invalid_exclusion_list" msgid="6096353559936226599">"మీరు టైప్ చేసిన మినహాయింపు లిస్ట్ సరిగా ఫార్మాట్ చేయబడలేదు. కామాతో వేరు చేసిన మినహాయించిన డొమైన్ల లిస్ట్ను టైప్ చేయండి."</string>
<string name="proxy_error_empty_port" msgid="4250295137005082992">"మీరు పోర్ట్ ఫీల్డ్ను పూర్తి చేయాల్సి ఉంటుంది."</string>
<string name="proxy_error_empty_host_set_port" msgid="8886572276450900049">"హోస్ట్ ఫీల్డ్ ఖాళీగా ఉంటే పోర్ట్ ఫీల్డ్ తప్పనిసరిగా ఖాళీగా ఉండాలి."</string>
<string name="proxy_error_invalid_port" msgid="2830054691770209166">"మీరు టైప్ చేసిన పోర్ట్ చెల్లదు."</string>
@@ -233,7 +233,7 @@
<string name="done" msgid="7497982645646431310">"పూర్తయింది"</string>
<string name="apply" msgid="7834684883190163536">"వర్తింపజేయి"</string>
<string name="share" msgid="8502235338607613795">"షేర్ చేయి"</string>
- <string name="add" msgid="8335206931421683426">"జోడించు"</string>
+ <string name="add" msgid="8335206931421683426">"జోడించండి"</string>
<string name="settings_label" msgid="943294133671632976">"సెట్టింగ్లు"</string>
<string name="settings_label_launcher" msgid="820982375501978609">"సెట్టింగ్లు"</string>
<string name="settings_shortcut" msgid="8548239727871847171">"సెట్టింగ్ల షార్ట్కట్"</string>
@@ -255,11 +255,11 @@
<string name="sum_carrier_select" msgid="1669911795517995916">"నెట్వర్క్ ఆపరేటర్ను ఎంచుకోండి"</string>
<string name="date_and_time_settings_title" msgid="2305454529709812364">"తేదీ & సమయం"</string>
<string name="date_and_time_settings_title_setup_wizard" msgid="1841717199409629742">"తేదీ మరియు సమయాన్ని సెట్ చేయండి"</string>
- <string name="date_and_time_settings_summary" msgid="334967758944498010">"తేదీ, సమయం, సమయ మండలి & ఆకృతులను సెట్ చేయి"</string>
+ <string name="date_and_time_settings_summary" msgid="334967758944498010">"తేదీ, సమయం, టైమ్ జోన్, & ఫార్మాట్లను సెట్ చేయండి"</string>
<string name="date_time_auto" msgid="4239202185055225869">"ఆటోమేటిక్గా టైమ్ను సెట్ చేయండి"</string>
<string name="zone_auto_title" msgid="3993580453604839924">"ఆటోమేటిక్గా టైమ్ జోన్ను సెట్ చేయండి"</string>
<string name="date_time_24hour_auto" msgid="6583078135067804252">"ఆ భాషలో వాడే ఫార్మాట్ను ఉపయోగించు"</string>
- <string name="date_time_24hour_title" msgid="1445056824481243600">"24‑గంటల ఆకృతి"</string>
+ <string name="date_time_24hour_title" msgid="1445056824481243600">"24‑గంటల ఫార్మాట్"</string>
<string name="date_time_24hour" msgid="286679379105653406">"24-గంటల ఫార్మాట్ను ఉపయోగించు"</string>
<string name="date_time_set_time_title" msgid="2870083415922991906">"సమయం"</string>
<string name="time_format_category_title" msgid="7108616745509689991">"సమయ ఫార్మాట్"</string>
@@ -315,8 +315,8 @@
<string name="decryption_settings_summary" product="tablet" msgid="1864963068216544631">"పరికరం ఎన్క్రిప్ట్ చేయబడలేదు"</string>
<string name="lockscreen_settings_title" msgid="4086121748092341549">"లాక్ స్క్రీన్"</string>
<string name="lockscreen_settings_what_to_show_category" msgid="9205490627927741254">"వేటిని చూపాలి"</string>
- <string name="security_settings_summary" msgid="1627059516127354233">"నా స్థానాన్ని, స్క్రీన్ అన్లాక్ను, సిమ్ కార్డు లాక్ను, ఆధారాల నిల్వ లాక్ను సెట్ చేయి"</string>
- <string name="cdma_security_settings_summary" msgid="2455517905101186330">"నా స్థానాన్ని, స్క్రీన్ అన్లాక్ను, ఆధారాల నిల్వ లాక్ను సెట్ చేయండి"</string>
+ <string name="security_settings_summary" msgid="1627059516127354233">"నా లొకేషన్, స్క్రీన్ అన్లాక్ను, సిమ్ కార్డు లాక్ను, ఆధారాల స్టోరేజ్ లాక్ను సెట్ చేయి"</string>
+ <string name="cdma_security_settings_summary" msgid="2455517905101186330">"నా లొకేషన్, స్క్రీన్ అన్లాక్, ఆధారాల స్టోరేజ్ లాక్ను సెట్ చేయండి"</string>
<string name="security_passwords_title" msgid="4154420930973818581">"గోప్యత"</string>
<string name="disabled_by_administrator_summary" msgid="5424846182313851124">"అందుబాటులో లేదు"</string>
<string name="security_status_title" msgid="6958004275337618656">"సెక్యూరిటీ స్టేటస్"</string>
@@ -472,7 +472,7 @@
<string name="security_settings_udfps_enroll_find_sensor_message" msgid="8383106460819519961">"మీ స్క్రీన్ మీద వేలిముద్ర సెన్సార్ ఉంది. మీరు తర్వాతి స్క్రీన్లో మీ వేలిముద్రను క్యాప్చర్ చేస్తారు."</string>
<string name="security_settings_udfps_enroll_find_sensor_start_button" msgid="3172268783620336357">"ప్రారంభం"</string>
<string name="security_settings_udfps_enroll_a11y" msgid="1899453114050362235">"సెన్సార్ను కనుగొనడానికి, స్క్రీన్ అంతటా వేలిని జరపండి. వేలిముద్ర సెన్సార్ను తాకి & నొక్కి ఉంచండి."</string>
- <string name="security_settings_fingerprint_enroll_find_sensor_content_description" msgid="3065850549419750523">"పరికరం మరియు వేలిముద్ర సెన్సార్ స్థానంతో చిత్రపటం"</string>
+ <string name="security_settings_fingerprint_enroll_find_sensor_content_description" msgid="3065850549419750523">"పరికరం మరియు వేలిముద్ర సెన్సార్ లొకేషన్తో చిత్రపటం"</string>
<string name="security_settings_fingerprint_enroll_dialog_name_label" msgid="7298812463228440333">"పేరు"</string>
<string name="security_settings_fingerprint_enroll_dialog_ok" msgid="4074335979239208021">"సరే"</string>
<string name="security_settings_fingerprint_enroll_dialog_delete" msgid="6027141901007342389">"తొలగించు"</string>
@@ -576,8 +576,8 @@
<string name="crypt_keeper_encrypt_title" product="tablet" msgid="7484150746479958376">"టాబ్లెట్ను గుప్తీకరించండి"</string>
<string name="crypt_keeper_encrypt_title" product="default" msgid="8302873664348463041">"ఫోన్ను ఎన్క్రిప్ట్ చేయండి"</string>
<string name="crypt_keeper_encrypted_summary" msgid="3866488451639592071">"ఎన్క్రిప్ట్ చేయబడింది"</string>
- <string name="crypt_keeper_desc" product="tablet" msgid="4103951371711323192">"మీరు మీ ఖాతాలను, సెట్టింగ్లను, డౌన్లోడ్ చేసిన యాప్లను మరియు వాటి డేటాను, మీడియాను మరియు ఇతర ఫైల్లను గుప్తీకరించవచ్చు. మీరు మీ టాబ్లెట్ను గుప్తీకరించిన తర్వాత ఒకవేళ స్క్రీన్ లాక్ను సెటప్ చేసినట్లయితే (అంటే, ఆకృతి లేదా సంఖ్యాత్మక పిన్ లేదా పాస్వర్డ్), టాబ్లెట్ను పవర్ ఆన్ చేసే ప్రతిసారి దాన్ని డీక్రిప్ట్ చేయడానికి స్క్రీన్ను అన్లాక్ చేయాలి. డీక్రిప్ట్ చేయడానికి గల ఇంకొక మార్గం ఫ్యాక్టరీ డేటా రీసెట్ను అమలు చేయడం మాత్రమే, అలా చేస్తే మీ మొత్తం డేటా తొలగించబడుతుంది.\n\nగుప్తీకరణకు ఒక గంట లేదా అంతకంటే ఎక్కువ సమయం పడుతుంది. మీరు తప్పనిసరిగా ఛార్జ్ చేసిన బ్యాటరీతో ప్రారంభించాలి మరియు ప్రాసెస్ అంతటా మీ టాబ్లెట్ను ప్లగిన్ చేసి ఉంచాలి. మీరు అంతరాయం కలిగిస్తే, మీ డేటాలో కొంత భాగాన్ని లేదా అంతటినీ కోల్పోతారు"</string>
- <string name="crypt_keeper_desc" product="default" msgid="6180866043921135548">"మీరు మీ ఖాతాలను, సెట్టింగ్లను, డౌన్లోడ్ చేసిన యాప్లను మరియు వాటి డేటాను, మీడియాను మరియు ఇతర ఫైల్లను గుప్తీకరించవచ్చు. మీరు మీ ఫోన్ను గుప్తీకరించిన తర్వాత ఒకవేళ స్క్రీన్ లాక్ను సెటప్ చేసినట్లయితే (అంటే, ఆకృతి లేదా సంఖ్యాత్మక పిన్ లేదా పాస్వర్డ్), ఫోన్ను పవర్ ఆన్ చేసే ప్రతిసారి దాన్ని డీక్రిప్ట్ చేయడానికి స్క్రీన్ను అన్లాక్ చేయాలి. డీక్రిప్ట్ చేయడానికి గల ఇంకొక మార్గం ఫ్యాక్టరీ డేటా రీసెట్ను అమలు చేయడం మాత్రమే, అలా చేస్తే మీ మొత్తం డేటా తొలగించబడుతుంది.\n\nగుప్తీకరణకు ఒక గంట లేదా అంతకంటే ఎక్కువ సమయం పడుతుంది. మీరు తప్పనిసరిగా ఛార్జ్ చేసిన బ్యాటరీతో ప్రారంభించాలి మరియు ప్రాసెస్ అంతటా మీ ఫోన్ను ప్లగిన్ చేసి ఉంచాలి. మీరు అంతరాయం కలిగిస్తే, మీ డేటాలో కొంత భాగాన్ని లేదా అంతటినీ కోల్పోతారు."</string>
+ <string name="crypt_keeper_desc" product="tablet" msgid="4103951371711323192">"మీరు మీ ఖాతాలను, సెట్టింగ్లను, డౌన్లోడ్ చేసిన యాప్లను మరియు వాటి డేటాను, మీడియాను మరియు ఇతర ఫైళ్లను గుప్తీకరించవచ్చు. మీరు మీ టాబ్లెట్ను గుప్తీకరించిన తర్వాత ఒకవేళ స్క్రీన్ లాక్ను సెటప్ చేసినట్లయితే (అంటే, ఆకృతి లేదా సంఖ్యాత్మక పిన్ లేదా పాస్వర్డ్), టాబ్లెట్ను పవర్ ఆన్ చేసే ప్రతిసారి దాన్ని డీక్రిప్ట్ చేయడానికి స్క్రీన్ను అన్లాక్ చేయాలి. డీక్రిప్ట్ చేయడానికి గల ఇంకొక మార్గం ఫ్యాక్టరీ డేటా రీసెట్ను అమలు చేయడం మాత్రమే, అలా చేస్తే మీ మొత్తం డేటా తొలగించబడుతుంది.\n\nగుప్తీకరణకు ఒక గంట లేదా అంతకంటే ఎక్కువ సమయం పడుతుంది. మీరు తప్పనిసరిగా ఛార్జ్ చేసిన బ్యాటరీతో ప్రారంభించాలి మరియు ప్రాసెస్ అంతటా మీ టాబ్లెట్ను ప్లగిన్ చేసి ఉంచాలి. మీరు అంతరాయం కలిగిస్తే, మీ డేటాలో కొంత భాగాన్ని లేదా అంతటినీ కోల్పోతారు"</string>
+ <string name="crypt_keeper_desc" product="default" msgid="6180866043921135548">"మీరు మీ ఖాతాలను, సెట్టింగ్లను, డౌన్లోడ్ చేసిన యాప్లను మరియు వాటి డేటాను, మీడియాను మరియు ఇతర ఫైళ్లను గుప్తీకరించవచ్చు. మీరు మీ ఫోన్ను గుప్తీకరించిన తర్వాత ఒకవేళ స్క్రీన్ లాక్ను సెటప్ చేసినట్లయితే (అంటే, ఆకృతి లేదా సంఖ్యాత్మక పిన్ లేదా పాస్వర్డ్), ఫోన్ను పవర్ ఆన్ చేసే ప్రతిసారి దాన్ని డీక్రిప్ట్ చేయడానికి స్క్రీన్ను అన్లాక్ చేయాలి. డీక్రిప్ట్ చేయడానికి గల ఇంకొక మార్గం ఫ్యాక్టరీ డేటా రీసెట్ను అమలు చేయడం మాత్రమే, అలా చేస్తే మీ మొత్తం డేటా తొలగించబడుతుంది.\n\nగుప్తీకరణకు ఒక గంట లేదా అంతకంటే ఎక్కువ సమయం పడుతుంది. మీరు తప్పనిసరిగా ఛార్జ్ చేసిన బ్యాటరీతో ప్రారంభించాలి మరియు ప్రాసెస్ అంతటా మీ ఫోన్ను ప్లగిన్ చేసి ఉంచాలి. మీరు అంతరాయం కలిగిస్తే, మీ డేటాలో కొంత భాగాన్ని లేదా అంతటినీ కోల్పోతారు."</string>
<string name="crypt_keeper_button_text" product="tablet" msgid="5551608011810921471">"టాబ్లెట్ను ఎన్క్రిప్ట్ చేయి"</string>
<string name="crypt_keeper_button_text" product="default" msgid="6370330929679426136">"ఫోన్ను ఎన్క్రిప్ట్ చేయి"</string>
<string name="crypt_keeper_low_charge_text" msgid="4920087247177024521">"మీ బ్యాటరీని ఛార్జ్ చేసి, మళ్లీ ప్రయత్నించండి."</string>
@@ -720,7 +720,7 @@
<string name="unlock_footer_medium_complexity_requested" msgid="5515870066751600640">"కొత్త పిన్ లేదా పాస్వర్డ్ను సెట్ చేయమని <xliff:g id="APP_NAME">%1$s</xliff:g> సిఫార్సు చేస్తోంది మరియు అది లేకుండా యాప్ ఆశించిన విధంగా పనిచేయకపోవచ్చు"</string>
<string name="unlock_footer_low_complexity_requested" msgid="2517656037576567971">"కొత్త ఆకృతి, పిన్ లేదా పాస్వర్డ్ను సెట్ చేయమని <xliff:g id="APP_NAME">%1$s</xliff:g> సిఫార్సు చేస్తోంది మరియు అది లేకుండా యాప్ ఆశించిన విధంగా పనిచేయకపోవచ్చు"</string>
<string name="unlock_footer_none_complexity_requested" msgid="8534900170428140529">"<xliff:g id="APP_NAME">%1$s</xliff:g> ఓ కొత్త స్క్రీన్ లాక్ను సిఫార్సు చేస్తోంది"</string>
- <string name="lock_failed_attempts_before_wipe" msgid="6874652886647631418">"మళ్లీ ప్రయత్నించండి. <xliff:g id="TOTAL_ATTEMPTS">%2$d</xliff:g>లో <xliff:g id="CURRENT_ATTEMPTS">%1$d</xliff:g> ప్రయత్నం చేసారు."</string>
+ <string name="lock_failed_attempts_before_wipe" msgid="6874652886647631418">"మళ్లీ ప్రయత్నించండి. <xliff:g id="TOTAL_ATTEMPTS">%2$d</xliff:g>లో <xliff:g id="CURRENT_ATTEMPTS">%1$d</xliff:g> ప్రయత్నం చేశారు."</string>
<string name="lock_last_attempt_before_wipe_warning_title" msgid="7450322567217745999">"మీ డేటా తొలగించబడుతుంది"</string>
<string name="lock_last_pattern_attempt_before_wipe_device" msgid="5816668400104558952">"మీరు తర్వాత ప్రయత్నంలో తప్పు నమూనాను నమోదు చేస్తే, ఈ పరికరం యొక్క డేటా తొలగించబడుతుంది"</string>
<string name="lock_last_pin_attempt_before_wipe_device" msgid="2815681042623708775">"మీరు తర్వాత ప్రయత్నంలో తప్పు పిన్ను నమోదు చేస్తే, ఈ పరికరం యొక్క డేటా తొలగించబడుతుంది"</string>
@@ -731,9 +731,9 @@
<string name="lock_last_pattern_attempt_before_wipe_profile" msgid="2479195488386373253">"మీరు, తర్వాత ప్రయత్నంలో తప్పు నమూనాను ఎంటర్ చేస్తే, మీ ఆఫీస్ ప్రొఫైల్, దాని డేటా తొలగించబడతాయి"</string>
<string name="lock_last_pin_attempt_before_wipe_profile" msgid="7086428013814722436">"మీరు, తర్వాత ప్రయత్నంలో తప్పు పిన్ను ఎంటర్ చేస్తే, మీ ఆఫీస్ ప్రొఫైల్, దాని డేటా తొలగించబడతాయి"</string>
<string name="lock_last_password_attempt_before_wipe_profile" msgid="253673907244112643">"మీరు తర్వాత ప్రయత్నంలో తప్పు పాస్వర్డ్ను నమోదు చేస్తే, మీ కార్యాలయ ప్రొఫైల్ మరియు దీని డేటా తొలగించబడతాయి"</string>
- <string name="lock_failed_attempts_now_wiping_device" msgid="2813744895409014471">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేసారు. ఈ పరికరం యొక్క డేటా తొలగించబడుతుంది."</string>
- <string name="lock_failed_attempts_now_wiping_user" msgid="3958755474620948727">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేసారు. ఈ వినియోగదారు తొలగించబడతారు."</string>
- <string name="lock_failed_attempts_now_wiping_profile" msgid="3171880997211568208">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేసారు. ఈ ఆఫీస్ ప్రొఫైల్, దీని డేటా తొలగించబడతాయి."</string>
+ <string name="lock_failed_attempts_now_wiping_device" msgid="2813744895409014471">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేశారు. ఈ పరికరం యొక్క డేటా తొలగించబడుతుంది."</string>
+ <string name="lock_failed_attempts_now_wiping_user" msgid="3958755474620948727">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేశారు. ఈ వినియోగదారు తొలగించబడతారు."</string>
+ <string name="lock_failed_attempts_now_wiping_profile" msgid="3171880997211568208">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేశారు. ఈ ఆఫీస్ ప్రొఫైల్, దీని డేటా తొలగించబడతాయి."</string>
<string name="lock_failed_attempts_now_wiping_dialog_dismiss" msgid="170155081899679669">"తీసివేయండి"</string>
<plurals name="lockpassword_password_too_short" formatted="false" msgid="2192234965414232157">
<item quantity="other">కనీసం <xliff:g id="COUNT_1">%d</xliff:g> అక్షరాలు తప్పక ఉండాలి</item>
@@ -833,11 +833,11 @@
<string name="bluetooth_preference_paired_dialog_title" msgid="1090131276572055841">"జత చేసిన పరికరం"</string>
<string name="bluetooth_preference_paired_dialog_internet_option" msgid="4337953030661626289">"ఇంటర్నెట్ కనెక్షన్"</string>
<string name="bluetooth_preference_paired_dialog_keyboard_option" msgid="8247634441638919886">"కీబోర్డ్"</string>
- <string name="bluetooth_preference_paired_dialog_contacts_option" msgid="8194423860397844579">"పరిచయాలు మరియు కాల్ చరిత్ర"</string>
+ <string name="bluetooth_preference_paired_dialog_contacts_option" msgid="8194423860397844579">"కాంటాక్ట్లు, కాల్ హిస్టరీ"</string>
<string name="bluetooth_pairing_dialog_title" msgid="6106058683134173178">"ఈ పరికరంతో జత చేయాలా?"</string>
- <string name="bluetooth_pairing_dialog_sharing_phonebook_title" msgid="5472835166206721325">"ఫోన్ పుస్తకాన్ని భాగస్వామ్యం చేయాలా?"</string>
- <string name="bluetooth_pairing_dialog_contants_request" msgid="7516277926581535299">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> మీ పరిచయాలను మరియు కాల్ చరిత్రను యాక్సెస్ చేయాలనుకుంటోంది."</string>
- <string name="bluetooth_pairing_dialog_paring_request" msgid="1545098121090892788">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> బ్లూటూత్తో జత చేయాలనుకుంటోంది. కనెక్ట్ చేసినప్పుడు, ఇది మీ పరిచయాలు మరియు కాల్ చరిత్రకి ప్రాప్యతని కలిగి ఉంటుంది."</string>
+ <string name="bluetooth_pairing_dialog_sharing_phonebook_title" msgid="5472835166206721325">"ఫోన్ బుక్ను షేర్ చేయాలా?"</string>
+ <string name="bluetooth_pairing_dialog_contants_request" msgid="7516277926581535299">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> మీ కాంటాక్ట్ లను, కాల్ హిస్టరీని యాక్సస్ చేయాలనుకుంటోంది."</string>
+ <string name="bluetooth_pairing_dialog_paring_request" msgid="1545098121090892788">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> బ్లూటూత్తో పెయిర్ చేయాలనుకుంటోంది. కనెక్ట్ చేసినప్పుడు, ఇది మీ కాంటాక్ట్లు, కాల్ హిస్టరీకి యాక్సెస్ను కలిగి ఉంటుంది."</string>
<string name="bluetooth_preference_found_media_devices" msgid="830061195998352840">"అందుబాటులో ఉన్న పరికరాలు"</string>
<string name="bluetooth_preference_no_found_devices" msgid="1331122763066030155">"పరికరాలు ఏవీ అందుబాటులో లేవు"</string>
<string name="bluetooth_device_context_connect" msgid="4913860372216815855">"కనెక్ట్ చేయి"</string>
@@ -850,7 +850,7 @@
<string name="bluetooth_advanced_titlebar" msgid="5369701494951467257">"అధునాతన బ్లూటూత్"</string>
<string name="bluetooth_empty_list_bluetooth_off" msgid="316627049372961941">"బ్లూటూత్ను ఆన్ చేసినప్పుడు, సమీపంలోని ఇతర బ్లూటూత్ పరికరాలతో మీ పరికరం కమ్యూనికేట్ చేయగలదు."</string>
<string name="bluetooth_scanning_on_info_message" msgid="6667723887545056976">"బ్లూటూత్ ఆన్ చేసినప్పుడు, సమీపంలోని ఇతర బ్లూటూత్ పరికరాలతో మీ పరికరం కమ్యూనికేట్ చేయగలదు.\n\nపరికర వినియోగ అనుభూతిని మెరుగుపరచడానికి, ఏ సమయంలోనైనా, బ్లూటూత్ ఆఫ్లో ఉన్నప్పుడు కూడా, సమీపంలోని పరికరాలను, యాప్లు, సర్వీస్లు ఇప్పటికీ స్కాన్ చేయవచ్చు. ఉదాహరణకు, లొకేషన్ ఆధారిత ఫీచర్లు, సర్వీస్లను మెరుగుపరచడానికి దీనిని ఉపయోగించవచ్చు. మీరు దీన్ని "<annotation id="link">"బ్లూటూత్ స్కానింగ్ సెట్టింగ్లలో"</annotation>" మార్చవచ్చు."</string>
- <string name="ble_scan_notify_text" msgid="1358879010396045164">"స్థాన ఖచ్చితత్వాన్ని మెరుగుపరచడానికి, సిస్టమ్ యాప్లు మరియు సేవలు ఇప్పటికీ బ్లూటూత్ పరికరాలను గుర్తించగలవు. మీరు దీన్ని <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>స్కానింగ్ సెట్టింగ్లు<xliff:g id="LINK_END_1">LINK_END</xliff:g>లో మార్చవచ్చు."</string>
+ <string name="ble_scan_notify_text" msgid="1358879010396045164">"లొకేషన్ను ఖచ్చితత్వాన్ని మెరుగుపరచడానికి, సిస్టమ్ యాప్లు, సర్వీస్లు ఇప్పటికీ బ్లూటూత్ పరికరాలను గుర్తించగలవు. మీరు దీన్ని <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>స్కానింగ్ సెట్టింగ్లు<xliff:g id="LINK_END_1">LINK_END</xliff:g>లో మార్చవచ్చు."</string>
<string name="bluetooth_connect_failed" msgid="7892663424429584925">"కనెక్ట్ చేయడం సాధ్యం కాలేదు. మళ్లీ ప్రయత్నించండి."</string>
<string name="device_details_title" msgid="1155622417516195481">"పరికర వివరాలు"</string>
<string name="bluetooth_device_mac_address" msgid="4873325074786732703">"పరికర బ్లూటూత్ అడ్రస్: <xliff:g id="ADDRESS">%1$s</xliff:g>"</string>
@@ -943,17 +943,17 @@
<string name="wifi_sap_no_channel_error" msgid="2126487622024749402">"ఈ దేశంలో 5 GHz బ్యాండ్ అందుబాటులో లేదు"</string>
<string name="wifi_in_airplane_mode" msgid="1235412508135267981">"ఎయిర్ప్లేన్ మోడ్లో"</string>
<string name="wifi_notify_open_networks" msgid="2610323626246818961">"పబ్లిక్ నెట్వర్క్ల సమాచారం తెలియజేస్తుంది"</string>
- <string name="wifi_notify_open_networks_summary" msgid="191058832201741013">"అధిక నాణ్యత ఉన్న పబ్లిక్ నెట్వర్క్ అందుబాటులో ఉన్నప్పుడు తెలియజేస్తుంది"</string>
+ <string name="wifi_notify_open_networks_summary" msgid="191058832201741013">"అధిక క్వాలిటీ ఉన్న పబ్లిక్ నెట్వర్క్ అందుబాటులో ఉన్నప్పుడు తెలియజేస్తుంది"</string>
<string name="wifi_wakeup" msgid="3834327315861781611">"Wi‑Fiని ఆటోమేటిక్గా ఆన్ చేయి"</string>
- <string name="wifi_wakeup_summary" msgid="5778059083790221465">"మీ ఇంటి నెట్వర్క్ల వంటి సేవ్ చేసిన అధిక నాణ్యత గల నెట్వర్క్లు అందుబాటులో ఉన్నప్పుడు Wi‑Fi తిరిగి ఆన్ చేయబడుతుంది"</string>
- <string name="wifi_wakeup_summary_no_location" msgid="681323616606485096">"స్థానం ఆఫ్ చేయబడింది కనుక అందుబాటులో లేదు. "<annotation id="link">"స్థానం"</annotation>" ఆన్ చేయండి."</string>
+ <string name="wifi_wakeup_summary" msgid="5778059083790221465">"మీ ఇంటి నెట్వర్క్ల వంటి సేవ్ చేసిన అధిక క్వాలిటీ గల నెట్వర్క్లు అందుబాటులో ఉన్నప్పుడు Wi‑Fi తిరిగి ఆన్ చేయబడుతుంది"</string>
+ <string name="wifi_wakeup_summary_no_location" msgid="681323616606485096">"లొకేషన్ ఆఫ్ చేయబడింది కనుక అందుబాటులో లేదు. "<annotation id="link">"లొకేషన్ను"</annotation>" ఆన్ చేయండి."</string>
<string name="wifi_wakeup_summary_scanning_disabled" msgid="1771489741850119751">"Wi‑Fi స్కానింగ్ ఆఫ్ చేయబడినందున అందుబాటులో లేదు"</string>
<string name="wifi_wakeup_summary_scoring_disabled" msgid="3615120120960539780">"ఉపయోగించడానికి, నెట్వర్క్ రేటింగ్ ప్రదాతను ఎంచుకోండి"</string>
<string name="wifi_poor_network_detection" msgid="8210035875160288422">"బలహీన కనెక్షన్లను నివారించు"</string>
<string name="wifi_poor_network_detection_summary" msgid="383834617032605347">"Wi‑Fi నెట్వర్క్ ఉత్తమ ఇంటర్నెట్ కనెక్షన్ను కలిగి ఉంటే మినహా ఉపయోగించవద్దు"</string>
<string name="wifi_avoid_poor_network_detection_summary" msgid="4993203473116721772">"ఉత్తమ ఇంటర్నెట్ కనెక్షన్ ఉన్న నెట్వర్క్లను మాత్రమే ఉపయోగించు"</string>
<string name="use_open_wifi_automatically_title" msgid="7193846454986712009">"పబ్లిక్ నెట్వర్క్లకు కనెక్ట్ అవ్వండి"</string>
- <string name="use_open_wifi_automatically_summary" msgid="6663890845558591023">"అధిక నాణ్యత గల పబ్లిక్ నెట్వర్క్లకు ఆటోమేటిక్గా కనెక్ట్ చేస్తుంది"</string>
+ <string name="use_open_wifi_automatically_summary" msgid="6663890845558591023">"అధిక క్వాలిటీ గల పబ్లిక్ నెట్వర్క్లకు ఆటోమేటిక్గా కనెక్ట్ చేస్తుంది"</string>
<string name="use_open_wifi_automatically_summary_scoring_disabled" msgid="2299284032301667622">"ఉపయోగించడానికి, నెట్వర్క్ రేటింగ్ ప్రదాతను ఎంచుకోండి"</string>
<string name="use_open_wifi_automatically_summary_scorer_unsupported_disabled" msgid="1780306481499369913">"ఉపయోగించడానికి, అనుకూల నెట్వర్క్ రేటింగ్ ప్రదాతను ఎంచుకోండి"</string>
<string name="wifi_install_credentials" msgid="5192903644606839972">"సర్టిఫికెట్లను ఇన్స్టాల్ చేయి"</string>
@@ -968,7 +968,7 @@
<string name="wifi_suspend_optimizations_summary" msgid="8204170804523356781">"Wi‑Fi ఆన్లో ఉన్నప్పుడు బ్యాటరీ వినియోగాన్ని కనిష్టీకరించు"</string>
<string name="wifi_limit_optimizations_summary" msgid="8461087338100462302">"Wi‑Fi విని. బ్యాటరీ పరి. చేయి"</string>
<string name="wifi_switch_away_when_unvalidated" msgid="681353878530696197">"Wi‑Fiకి ఇంటర్నెట్ యాక్సెస్ లేకపోతే మొబైల్ డేటాకు మారండి."</string>
- <string name="wifi_cellular_data_fallback_title" msgid="2844653839490977040">"స్వయంచాలకంగా మొబైల్ డేటాకి మార్చు"</string>
+ <string name="wifi_cellular_data_fallback_title" msgid="2844653839490977040">"ఆటోమేటిక్గా మొబైల్ డేటాకి మార్చు"</string>
<string name="wifi_cellular_data_fallback_summary" msgid="7039944853033554386">"Wi‑Fiకి ఇంటర్నెట్ యాక్సెస్ లేనప్పుడు మొబైల్ డేటాను ఉపయోగిస్తుంది. డేటా వినియోగ ఛార్జీలు వర్తించవచ్చు."</string>
<string name="wifi_add_network" msgid="4178564862173751181">"నెట్వర్క్ను జోడించండి"</string>
<string name="wifi_configure_settings_preference_title" msgid="2536725796700696566">"Wi‑Fi ప్రాధాన్యతలు"</string>
@@ -988,14 +988,14 @@
<string name="wifi_empty_list_wifi_on" msgid="2448010040478321376">"నెట్వర్క్ల కోసం సెర్చ్ చేస్తోంది…"</string>
<string name="wifi_empty_list_user_restricted" msgid="454861411536708709">"మీకు Wi‑Fi నెట్వర్క్ను మార్చడానికి అనుమతి లేదు."</string>
<string name="wifi_more" msgid="8742256421693351035">"మరిన్ని"</string>
- <string name="wifi_setup_wps" msgid="4303694722593999931">"స్వయంచాలక సెటప్ (WPS)"</string>
+ <string name="wifi_setup_wps" msgid="4303694722593999931">"ఆటోమేటిక్ సెటప్ (WPS)"</string>
<string name="wifi_settings_scanning_required_title" msgid="1088663325396007484">"Wi‑Fi స్కానింగ్ను ఆన్ చేయాలా?"</string>
<string name="wifi_settings_scanning_required_summary" msgid="4770243653675416569">"Wi‑Fiని ఆటోమేటిక్గా ఆన్ చేయడానికి, మీరు ముందుగా Wi‑Fi స్కానింగ్ను ఆన్ చేయాలి."</string>
<string name="wifi_settings_scanning_required_info" msgid="1473411566072565789">"Wi‑Fi ఆఫ్లో ఉన్నా కూడా, ఏ సమయంలోనైనా Wi‑Fi నెట్వర్క్లను స్కాన్ చేయడానికి యాప్లను, సర్వీసులను Wi‑Fi స్కానింగ్ అనుమతిస్తుంది. ఉదాహరణకు, లొకేషన్ ఆధారిత ఫీచర్లను, సర్వీసులను మెరుగుపరచడానికి దీనిని ఉపయోగించవచ్చు."</string>
<string name="wifi_settings_scanning_required_turn_on" msgid="1112223196123955447">"ఆన్ చేయి"</string>
<string name="wifi_settings_scanning_required_enabled" msgid="4721729158927146365">"Wi-Fi స్కానింగ్ ఆన్ చేయబడింది"</string>
<string name="wifi_show_advanced" msgid="2969378109942071741">"అధునాతన ఆప్షన్లు"</string>
- <string name="wifi_advanced_toggle_description" msgid="7299179796727934885">"డ్రాప్-డౌన్ జాబితా అధునాతన ఎంపికలు"</string>
+ <string name="wifi_advanced_toggle_description" msgid="7299179796727934885">"డ్రాప్-డౌన్ లిస్ట్ అధునాతన ఎంపికలు"</string>
<string name="wifi_advanced_toggle_description_collapsed" msgid="3615140699129928913">"విస్తరించు"</string>
<string name="wifi_ssid" msgid="2713062130735103151">"నెట్వర్క్ పేరు"</string>
<string name="wifi_ssid_hint" msgid="1940577553241083524">"SSIDని ఎంటర్ చేయండి"</string>
@@ -1071,7 +1071,7 @@
<string name="wifi_dpp_connect_network_using_qr_code" msgid="6975258007798254937">"ఈ నెట్వర్క్కు పరికరాన్ని జోడించడానికి QR కోడ్ను ఉపయోగించండి"</string>
<string name="wifi_dpp_qr_code_is_not_valid_format" msgid="5190689503019328279">"QR కోడ్ చెల్లుబాటు అయ్యే ఫార్మాట్లో లేదు"</string>
<string name="retry" msgid="7542103800274026915">"మళ్లీ ప్రయత్నించు"</string>
- <string name="wifi_shared" msgid="8850748923537589782">"ఇతర పరికర వినియోగదారులతో భాగస్వామ్యం చేయి"</string>
+ <string name="wifi_shared" msgid="8850748923537589782">"ఇతర పరికర యూజర్లతో షేర్ చేయండి"</string>
<string name="wifi_unchanged" msgid="8026045290856150191">"(మారలేదు)"</string>
<string name="wifi_unspecified" msgid="4561964943472312208">"దయచేసి ఎంచుకోండి"</string>
<string name="wifi_multiple_cert_added" msgid="2151019652853383776">"(బహుళ ప్రమాణపత్రాలు జోడించబడ్డాయి)"</string>
@@ -1085,9 +1085,9 @@
<string name="wifi_wps_available_second_item" msgid="1717024103303480804">" (WPS అందుబాటులో ఉంది)"</string>
<string name="wifi_carrier_connect" msgid="4511538300946413213">"క్యారియర్ Wi‑Fi నెట్వర్క్"</string>
<string name="wifi_carrier_content" msgid="2876499905644083615">"<xliff:g id="NAME">%1$s</xliff:g> ద్వారా కనెక్ట్ చేయండి"</string>
- <string name="wifi_scan_always_turnon_message" msgid="2165909441512029921">"స్థాన ఖచ్చితత్వాన్ని మెరుగుపరచడానికి మరియు ఇతర ప్రయోజనాల దృష్ట్యా, <xliff:g id="APP_NAME">%1$s</xliff:g> Wi-Fi ఆఫ్లో ఉన్నప్పటికీ, నెట్వర్క్ను స్కాన్ చేయడం ప్రారంభించాలనుకుంటుంది.\n\nస్కాన్ చేయాలనుకునే అన్ని అనువర్తనాల కోసం దీన్ని అనుమతించాలా?"</string>
- <string name="wifi_scan_always_turn_on_message_unknown" msgid="4903345360745717385">"స్థాన ఖచ్చితత్వం మెరుగుపరచడం, ఇతర ప్రయోజనాల దృష్ట్యా, ఒక తెలియని యాప్ Wi-Fi ఆఫ్లో ఉన్నప్పటికీ నెట్వర్క్ను స్కాన్ చేయడానికి అనుమతి కోరుతోంది.\n\nస్కాన్ చేయాలనుకునే అన్ని యాప్ల కోసం దీన్ని అనుమతించాలా?"</string>
- <string name="wifi_scan_always_turnoff_message" msgid="93691286302680448">"దీన్ని ఆఫ్ చేయడానికి, ఓవర్ఫ్లో మెనులో అధునాతనంకి వెళ్లండి."</string>
+ <string name="wifi_scan_always_turnon_message" msgid="2165909441512029921">"లొకేషన్ ఖచ్చితత్వాన్ని మెరుగుపరచడానికి, అలాగే ఇతర ప్రయోజనాల దృష్ట్యా, <xliff:g id="APP_NAME">%1$s</xliff:g> Wi-Fi ఆఫ్లో ఉన్నప్పటికీ, నెట్వర్క్ను స్కాన్ చేయడం ఆన్ చేయాలనుకుంటోంది.\n\nస్కాన్ చేయాలనుకునే అన్ని యాప్ల కోసం దీన్ని అనుమతించాలా?"</string>
+ <string name="wifi_scan_always_turn_on_message_unknown" msgid="4903345360745717385">"లొకేషన్ ఖచ్చితత్వం మెరుగుపరచడం, ఇతర ప్రయోజనాల దృష్ట్యా, ఒక తెలియని యాప్ Wi-Fi ఆఫ్లో ఉన్నప్పటికీ నెట్వర్క్ను స్కాన్ చేయడానికి అనుమతి కోరుతోంది.\n\nస్కాన్ చేయాలనుకునే అన్ని యాప్ల కోసం దీన్ని అనుమతించాలా?"</string>
+ <string name="wifi_scan_always_turnoff_message" msgid="93691286302680448">"దీన్ని ఆఫ్ చేయడానికి, ఓవర్ఫ్లో మెనూలో అధునాతనంకి వెళ్లండి."</string>
<string name="wifi_scan_always_confirm_allow" msgid="4154200627800959777">"అనుమతించు"</string>
<string name="wifi_scan_always_confirm_deny" msgid="6997087934558839256">"తిరస్కరించు"</string>
<string name="wifi_hotspot_title" msgid="1918712370697971229">"కనెక్ట్ చేయడానికి సైన్ ఇన్ చేయాలా?"</string>
@@ -1130,7 +1130,7 @@
</plurals>
<string name="wifi_advanced_titlebar" msgid="1234150304285575798">"అధునాతన Wi‑Fi"</string>
<string name="wifi_advanced_ssid_title" msgid="1561437650193980185">"SSID"</string>
- <string name="wifi_advanced_device_mac_address_title" msgid="6155800851233164411">"డివైజ్ యొక్క MAC చిరునామా"</string>
+ <string name="wifi_advanced_device_mac_address_title" msgid="6155800851233164411">"డివైజ్ యొక్క MAC అడ్రస్"</string>
<string name="wifi_advanced_randomized_mac_address_title" msgid="3930671320234553088">"ర్యాండమ్గా రూపొందించిన MAC అడ్రస్"</string>
<string name="wifi_advanced_randomized_mac_address_disconnected_title" msgid="2755843130417523727">"ర్యాండమ్గా రూపొందించిన MAC అడ్రస్ (చివరిగా ఉపయోగించినది)"</string>
<string name="wifi_advanced_ip_address_title" msgid="4265355419782184514">"IP అడ్రస్"</string>
@@ -1146,9 +1146,9 @@
<string name="wifi_advanced_not_available" msgid="8701003884367299092">"ఈ వినియోగదారుకి Wi‑Fi అధునాతన సెట్టింగ్లు అందుబాటులో లేవు"</string>
<string name="wifi_ip_settings_menu_save" msgid="5190481040428567106">"సేవ్ చేయి"</string>
<string name="wifi_ip_settings_menu_cancel" msgid="1757817733064004598">"రద్దు చేయి"</string>
- <string name="wifi_ip_settings_invalid_ip_address" msgid="3622891107865052307">"చెల్లుబాటు అయ్యే IP చిరునామాను టైప్ చేయండి."</string>
- <string name="wifi_ip_settings_invalid_gateway" msgid="1174931247370931239">"చెల్లుబాటు అయ్యే గేట్వే చిరునామాను టైప్ చేయండి."</string>
- <string name="wifi_ip_settings_invalid_dns" msgid="1757402215999845975">"చెల్లుబాటు అయ్యే DNS చిరునామాను టైప్ చేయండి."</string>
+ <string name="wifi_ip_settings_invalid_ip_address" msgid="3622891107865052307">"చెల్లుబాటు అయ్యే IP అడ్రస్ను టైప్ చేయండి."</string>
+ <string name="wifi_ip_settings_invalid_gateway" msgid="1174931247370931239">"చెల్లుబాటు అయ్యే గేట్వే అడ్రస్ను టైప్ చేయండి."</string>
+ <string name="wifi_ip_settings_invalid_dns" msgid="1757402215999845975">"చెల్లుబాటు అయ్యే DNS అడ్రస్ను టైప్ చేయండి."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="5980808986926987299">"నెట్వర్క్ ఆదిప్రత్యయ పొడవు 0 మరియు 32 మధ్య ఉండేలా టైప్ చేయండి."</string>
<string name="wifi_dns1" msgid="6764769531843748514">"DNS 1 (ప్రైవేట్ DNS ద్వారా ఓవర్రైడ్ చేయబడనంతవరకు)"</string>
<string name="wifi_dns2" msgid="7273133202625326148">"DNS 2 (ప్రైవేట్ DNS ద్వారా ఓవర్రైడ్ చేయబడనంతవరకు)"</string>
@@ -1211,7 +1211,7 @@
<string name="wifi_add_app_networks_saving_summary" msgid="577680250954742033">"<xliff:g id="NUMBER">%d</xliff:g> నెట్వర్క్లను సేవ్ చేస్తోంది…"</string>
<string name="wifi_add_app_networks_saved_summary" msgid="1648417628665152905">"నెట్వర్క్లు సేవ్ చేయబడ్డాయి"</string>
<string name="wifi_calling_settings_title" msgid="264665264535884440">"Wi-Fi కాలింగ్"</string>
- <string name="wifi_calling_suggestion_title" msgid="4791435106729906727">"Wi‑Fiతో కాల్లను విస్తరింపజేయండి"</string>
+ <string name="wifi_calling_suggestion_title" msgid="4791435106729906727">"Wi‑Fiతో కాల్స్ను విస్తరింపజేయండి"</string>
<string name="wifi_calling_suggestion_summary" msgid="5413024679599742858">"కవరేజిని విస్తరించడానికి Wi‑Fi కాలింగ్ను ఆన్ చేయండి"</string>
<string name="wifi_calling_mode_title" msgid="5145896168360825619">"కాలింగ్ ప్రాధాన్యత"</string>
<string name="wifi_calling_mode_dialog_title" msgid="944146521898592440">"కాలింగ్ ప్రాధాన్యత"</string>
@@ -1231,10 +1231,10 @@
<string name="wifi_calling_mode_wifi_preferred_summary" msgid="3240387177966098351">"Wi‑Fi అందుబాటులో లేకుంటే, మొబైల్ నెట్వర్క్ను ఉపయోగిస్తుంది"</string>
<string name="wifi_calling_mode_cellular_preferred_summary" msgid="3746914244902314059">"మొబైల్ నెట్వర్క్ అందుబాటులో లేకపోతే, Wi‑Fiని ఉపయోగించు"</string>
<string name="wifi_calling_mode_wifi_only_summary" msgid="3155660680014892641">"Wi‑Fi ద్వారా కాల్ చేయగలరు. Wi‑Fiని కోల్పోతే, కాల్ ముగిసిపోతుంది."</string>
- <string name="wifi_calling_off_explanation" msgid="6295526820826322895">"Wi-Fi కాలింగ్ ఆన్లో ఉన్నప్పుడు, మీ ఫోన్ మీ ప్రాధాన్యత మరియు ఏ సిగ్నల్ సామర్థ్యం ఎక్కువగా ఉంది వంటి అంశాల ఆధారంగా Wi-Fi నెట్వర్క్లు లేదా మీ క్యారియర్ నెట్వర్క్ ద్వారా కాల్లు వెళ్లేలా చేస్తుంది. ఈ ఫీచర్ను ఆన్ చేయడానికి ముందు, రుసుములు మరియు ఇతర వివరాల గురించి తెలుసుకోవడానికి మీ క్యారియర్ను సంప్రదించండి.<xliff:g id="ADDITIONAL_TEXT">%1$s</xliff:g>"</string>
+ <string name="wifi_calling_off_explanation" msgid="6295526820826322895">"Wi-Fi కాలింగ్ ఆన్లో ఉన్నప్పుడు, మీ ఫోన్ మీ ప్రాధాన్యత మరియు ఏ సిగ్నల్ సామర్థ్యం ఎక్కువగా ఉంది వంటి అంశాల ఆధారంగా Wi-Fi నెట్వర్క్లు లేదా మీ క్యారియర్ నెట్వర్క్ ద్వారా కాల్స్ వెళ్లేలా చేస్తుంది. ఈ ఫీచర్ను ఆన్ చేయడానికి ముందు, రుసుములు మరియు ఇతర వివరాల గురించి తెలుసుకోవడానికి మీ క్యారియర్ను సంప్రదించండి.<xliff:g id="ADDITIONAL_TEXT">%1$s</xliff:g>"</string>
<string name="wifi_calling_off_explanation_2" msgid="3487475808574416183"></string>
- <string name="emergency_address_title" msgid="3490633500025717573">"అత్యవసర చిరునామా"</string>
- <string name="emergency_address_summary" msgid="3022628750270626473">"Wi-Fi ద్వారా అత్యవసర కాల్ చేసినప్పుడు మీ స్థానాన్ని ఉపయోగించబడుతుంది"</string>
+ <string name="emergency_address_title" msgid="3490633500025717573">"అత్యవసర అడ్రస్"</string>
+ <string name="emergency_address_summary" msgid="3022628750270626473">"Wi-Fi ద్వారా అత్యవసర కాల్ చేసినప్పుడు మీ లొకేషన్ ఉపయోగించబడుతుంది"</string>
<string name="private_dns_help_message" msgid="851221502063782306">"ప్రైవేట్ DNS ఫీచర్ల గురించి "<annotation id="url">"మరింత తెలుసుకోండి"</annotation></string>
<string name="private_dns_mode_on" msgid="8878679071975375696">"ఆన్"</string>
<string name="wifi_calling_pref_managed_by_carrier" msgid="129524064888622179">"క్యారియర్ ద్వారా నిర్వహించబడుతున్న సెట్టింగ్"</string>
@@ -1306,10 +1306,10 @@
<string name="color_mode_option_automatic" msgid="2281217686509980870">"అనుకూల"</string>
<string name="color_mode_summary_natural" msgid="8298840714001791628">"ఖచ్చితమైన రంగులను మాత్రమే ఎంచుకోండి"</string>
<string name="color_mode_summary_automatic" msgid="8157885594041700275">"ప్రకాశవంతమైన మరియు ఖచ్చితమైన రంగులలో నచ్చినది ఎంచుకోండి"</string>
- <string name="accelerometer_summary_on" product="tablet" msgid="6413384391658481700">"టాబ్లెట్ తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని స్వయంచాలకంగా మార్చు"</string>
- <string name="accelerometer_summary_on" product="default" msgid="7117139542131700779">"ఫోన్ను తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని స్వయంచాలకంగా మార్చు"</string>
- <string name="accelerometer_summary_off" product="tablet" msgid="3747370091309939684">"టాబ్లెట్ తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని స్వయంచాలకంగా మార్చు"</string>
- <string name="accelerometer_summary_off" product="default" msgid="4451125241783158763">"ఫోన్ను తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని స్వయంచాలకంగా మార్చు"</string>
+ <string name="accelerometer_summary_on" product="tablet" msgid="6413384391658481700">"టాబ్లెట్ తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని ఆటోమేటిక్గా మార్చు"</string>
+ <string name="accelerometer_summary_on" product="default" msgid="7117139542131700779">"ఫోన్ను తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని ఆటోమేటిక్గా మార్చు"</string>
+ <string name="accelerometer_summary_off" product="tablet" msgid="3747370091309939684">"టాబ్లెట్ తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని ఆటోమేటిక్గా మార్చు"</string>
+ <string name="accelerometer_summary_off" product="default" msgid="4451125241783158763">"ఫోన్ను తిప్పుతున్నప్పుడు దృగ్విన్యాసాన్ని ఆటోమేటిక్గా మార్చు"</string>
<string name="brightness" msgid="6216871641021779698">"ప్రకాశం స్థాయి"</string>
<string name="brightness_title" msgid="5457874893085305155">"ప్రకాశం"</string>
<string name="brightness_summary" msgid="6309641759293018049">"స్క్రీన్ ప్రకాశాన్ని సర్దుబాటు చేయండి"</string>
@@ -1319,7 +1319,7 @@
<string name="auto_brightness_summary_off" msgid="8077066192887677956">"ఆఫ్"</string>
<string name="auto_brightness_summary_very_low" msgid="2705445901659224330">"ప్రాధాన్య ప్రకాశం చాలా తక్కువకు ఉంచబడింది"</string>
<string name="auto_brightness_summary_low" msgid="1606100911112851291">"ప్రాధాన్య ప్రకాశం తక్కువకు ఉంచబడింది"</string>
- <string name="auto_brightness_summary_default" msgid="9038441148247815684">"ప్రాధాన్య ప్రకాశం డిఫాల్ట్కి ఉంచబడింది"</string>
+ <string name="auto_brightness_summary_default" msgid="9038441148247815684">"ప్రాధాన్య ప్రకాశం ఆటోమేటిక్కు సెట్ చేయబడింది"</string>
<string name="auto_brightness_summary_high" msgid="2886260311484349010">"ప్రాధాన్య ప్రకాశం ఎక్కువకు ఉంచబడింది"</string>
<string name="auto_brightness_summary_very_high" msgid="8294814315426024005">"ప్రాధాన్య ప్రకాశం చాలా ఎక్కువకు ఉంచబడింది"</string>
<string name="auto_brightness_off_title" msgid="5156056957376839677">"ఆఫ్"</string>
@@ -1338,7 +1338,7 @@
<string name="peak_refresh_rate_title" msgid="1878771412897140903">"స్మూత్ డిస్ప్లే"</string>
<string name="peak_refresh_rate_summary" msgid="1527087897198455042">"కొంత కంటెంట్ కోసం రిఫ్రెష్ రేటును ఆటోమేటిక్గా 60 నుండి 90 Hz వరకు పెంచుతుంది. బ్యాటరీ వినియోగం పెరుగుతుంది."</string>
<string name="force_high_refresh_rate_toggle" msgid="3325789621928312050">"ఫోర్స్ పీక్ రిఫ్రెష్ రేటు"</string>
- <string name="force_high_refresh_rate_desc" msgid="7794566420873814875">"మెరుగైన స్పర్శ ప్రతిస్పందన & యానిమేషన్ నాణ్యత కోసం అత్యధిక రిఫ్రెష్ రేటు. ఇది బ్యాటరీ వినియోగం పెరిగేలా చేస్తుంది."</string>
+ <string name="force_high_refresh_rate_desc" msgid="7794566420873814875">"మెరుగైన స్పర్శ ప్రతిస్పందన & యానిమేషన్ క్వాలిటీ కోసం అత్యధిక రిఫ్రెష్ రేటు. ఇది బ్యాటరీ వినియోగం పెరిగేలా చేస్తుంది."</string>
<string name="adaptive_sleep_title" msgid="2987961991423539233">"స్క్రీన్ అటెన్షన్"</string>
<string name="adaptive_sleep_summary_on" msgid="313187971631243800">"ఆన్ / మీరు స్క్రీన్ వేపే చూస్తూ ఉంటే అది ఆఫ్ కాదు"</string>
<string name="adaptive_sleep_summary_off" msgid="5272156339202897523">"ఆఫ్లో ఉంది"</string>
@@ -1365,9 +1365,9 @@
<string name="night_display_status_title" msgid="9006282950657941820">"స్థితి"</string>
<string name="night_display_temperature_title" msgid="857248782470764263">"తీవ్రత"</string>
<string name="night_display_summary_off_auto_mode_never" msgid="7406899634169354142">"ఎప్పటికీ ఆటోమేటిక్గా ఆన్ కాదు"</string>
- <string name="night_display_summary_off_auto_mode_custom" msgid="6667008039080687931">"<xliff:g id="ID_1">%1$s</xliff:g>కి స్వయంచాలకంగా ఆన్ అవుతుంది"</string>
+ <string name="night_display_summary_off_auto_mode_custom" msgid="6667008039080687931">"<xliff:g id="ID_1">%1$s</xliff:g>కి ఆటోమేటిక్గా ఆన్ అవుతుంది"</string>
<string name="night_display_summary_off_auto_mode_twilight" msgid="3669132200611324994">"సూర్యాస్తమయ సమయానికి ఆటోమేటిక్గా ఆన్ అవుతుంది"</string>
- <string name="night_display_summary_on_auto_mode_never" msgid="832333009202889350">"ఎప్పటికీ స్వయంచాలకంగా ఆఫ్ కాదు"</string>
+ <string name="night_display_summary_on_auto_mode_never" msgid="832333009202889350">"ఎప్పటికీ ఆటోమేటిక్గా ఆఫ్ కాదు"</string>
<string name="night_display_summary_on_auto_mode_custom" msgid="2096677025343425755">"<xliff:g id="ID_1">%1$s</xliff:g>కి ఆటోమేటిక్గా ఆఫ్ అవుతుంది"</string>
<string name="night_display_summary_on_auto_mode_twilight" msgid="8070517472000680361">"సూర్యోదయ సమయానికి ఆటోమేటిక్గా ఆఫ్ అవుతుంది"</string>
<string name="night_display_activation_on_manual" msgid="7999294858026069365">"ఇప్పుడు ఆన్ చేయి"</string>
@@ -1422,7 +1422,7 @@
<string name="screensaver_settings_when_to_dream" msgid="8145025742428940520">"ఎప్పుడు ప్రారంభించాలి"</string>
<string name="screensaver_settings_current" msgid="390472865895976891">"ప్రస్తుత స్క్రీన్ సేవర్"</string>
<string name="screensaver_settings_button" msgid="6159236558934930238">"సెట్టింగ్లు"</string>
- <string name="automatic_brightness" msgid="4599827881929079513">"స్వయంచాలక ప్రకాశం"</string>
+ <string name="automatic_brightness" msgid="4599827881929079513">"ఆటోమేటిక్ ప్రకాశం"</string>
<string name="lift_to_wake_title" msgid="8994218158737714046">"సక్రియం చేయడానికి వేళ్లను తీసివేయండి"</string>
<string name="ambient_display_screen_title" msgid="8615947016991429325">"యాంబియంట్ డిస్ప్లే"</string>
<string name="ambient_display_category_triggers" msgid="1216640141609270011">"ఎప్పుడు చూపాలి"</string>
@@ -1466,7 +1466,7 @@
<string name="sim_change_data_message" msgid="3046178883369645132">"మీరు మొబైల్ డేటా కోసం <xliff:g id="CARRIER2_0">%2$s</xliff:g>ను వినియోగిస్తున్నారు. మీరు <xliff:g id="CARRIER1">%1$s</xliff:g>కు మారితే, <xliff:g id="CARRIER2_1">%2$s</xliff:g> ఇప్పటి నుండి మొబైల్ డేటా కోసం ఉపయోగించబడదు."</string>
<string name="sim_change_data_ok" msgid="4922114750417276560">"<xliff:g id="CARRIER">%1$s</xliff:g>ని ఉపయోగించు"</string>
<string name="sim_preferred_title" msgid="7182406911552216373">"ప్రాధాన్య SIM కార్డ్ నవీకరిం.?"</string>
- <string name="sim_preferred_message" msgid="6004009449266648351">"మీ పరికరంలో <xliff:g id="NEW_SIM">%1$s</xliff:g> SIM మాత్రమే ఉంది. మొబైల్ డేటా, కాల్లు మరియు SMS సందేశాల కోసం మీరు ఈ SIMని ఉపయోగించాలనుకుంటున్నారా?"</string>
+ <string name="sim_preferred_message" msgid="6004009449266648351">"మీ పరికరంలో <xliff:g id="NEW_SIM">%1$s</xliff:g> SIM మాత్రమే ఉంది. మొబైల్ డేటా, కాల్స్ మరియు SMS మెసేజ్ల కోసం మీరు ఈ SIMని ఉపయోగించాలనుకుంటున్నారా?"</string>
<string name="wrong_pin_code_pukked" msgid="3414172752791445033">"సిమ్ పిన్ కోడ్ చెల్లదు మీరు తప్పనిసరిగా మీ డివైజ్ను అన్లాక్ చేయడానికి మీ క్యారియర్ను ఇప్పుడు సంప్రదించాలి."</string>
<plurals name="wrong_pin_code" formatted="false" msgid="4054088588731305475">
<item quantity="other">SIM పిన్ కోడ్ తప్పు, మీకు మరో <xliff:g id="NUMBER_1">%d</xliff:g> ప్రయత్నాలు మిగిలి ఉన్నాయి.</item>
@@ -1495,8 +1495,8 @@
<string name="storage_settings_for_app" msgid="229425418984637483">"స్టోరేజ్ & కాష్"</string>
<string name="storage_usb_settings" msgid="7058142934214211583">"స్టోరేజ్"</string>
<string name="storage_settings_title" msgid="486118156723194815">"నిల్వ సెట్టింగ్లు"</string>
- <string name="storage_settings_summary" product="nosdcard" msgid="3858049818577638926">"USB నిల్వను అన్మౌంట్ చేయండి, అందుబాటులో ఉన్న నిల్వను వీక్షించండి"</string>
- <string name="storage_settings_summary" product="default" msgid="267557695753980969">"SD కార్డుని అన్మౌంట్ చేయండి, అందుబాటులో ఉన్న నిల్వను వీక్షించండి"</string>
+ <string name="storage_settings_summary" product="nosdcard" msgid="3858049818577638926">"USB నిల్వను అన్మౌంట్ చేయండి, అందుబాటులో ఉన్న నిల్వను చూడండి"</string>
+ <string name="storage_settings_summary" product="default" msgid="267557695753980969">"SD కార్డుని అన్మౌంట్ చేయండి, అందుబాటులో ఉన్న నిల్వను చూడండి"</string>
<string name="imei_multi_sim" msgid="71477088017585479">"IMEI (సిమ్ స్లాట్ %1$d)"</string>
<string name="view_saved_network" msgid="1232387673095080910">"చూడటానికి సేవ్ చేసిన నెట్వర్క్ను ఎంచుకోండి"</string>
<string name="status_number" product="tablet" msgid="3597945414666253183">"MDN"</string>
@@ -1539,14 +1539,14 @@
<string name="memory_available_read_only" msgid="3201969221573511590">"అందుబాటులో ఉంది (చదవడానికి-మాత్రమే)"</string>
<string name="memory_size" msgid="2710897518522931469">"మొత్తం స్థలం"</string>
<string name="memory_calculating_size" msgid="3898240439798661242">"గణిస్తోంది..."</string>
- <string name="memory_apps_usage" msgid="8818570780540532952">"యాప్లు & అనువర్తన డేటా"</string>
+ <string name="memory_apps_usage" msgid="8818570780540532952">"యాప్లు & యాప్ డేటా"</string>
<string name="memory_media_usage" msgid="5161308657995646963">"మీడియా"</string>
<string name="memory_downloads_usage" msgid="8252462247720191179">"డౌన్లోడ్లు"</string>
<string name="memory_dcim_usage" msgid="3568913845973164352">"చిత్రాలు, వీడియోలు"</string>
<string name="memory_music_usage" msgid="8100634000114206429">"ఆడియో (సంగీతం, రింగ్టోన్లు, పాడ్కాస్ట్లు మొ.)"</string>
- <string name="memory_media_misc_usage" msgid="7066851245178533269">"ఇతర ఫైల్లు"</string>
+ <string name="memory_media_misc_usage" msgid="7066851245178533269">"ఇతర ఫైళ్లు"</string>
<string name="memory_media_cache_usage" msgid="780808666853685824">"కాష్ చేసిన డేటా"</string>
- <string name="sd_eject" product="nosdcard" msgid="6136102589751843304">"భాగస్వామ్య నిల్వను అన్మౌంట్ చేయి"</string>
+ <string name="sd_eject" product="nosdcard" msgid="6136102589751843304">"అన్మౌంట్ షేర్డ్ స్టోరేజ్"</string>
<string name="sd_eject" product="default" msgid="8062832622096296251">"SD కార్డును అన్మౌంట్ చేయి"</string>
<string name="sd_eject_summary" product="nosdcard" msgid="6859940774161708871">"అంతర్గత USB నిల్వను అన్మౌంట్ చేయి"</string>
<string name="sd_eject_summary" product="default" msgid="5151243312587186226">"SD కార్డును అన్మౌంట్ చేయండి తద్వారా మీరు దాన్ని సురక్షితంగా తీసివేయవచ్చు"</string>
@@ -1592,9 +1592,9 @@
<string name="storage_title_usb" msgid="1332488715547400452">"USB కంప్యూటర్ కనెక్షన్"</string>
<string name="usb_connection_category" msgid="2288543238378907242">"ఇలా కనెక్ట్ చేయండి"</string>
<string name="usb_mtp_title" msgid="9068009584556422314">"మీడియా పరికరం (MTP)"</string>
- <string name="usb_mtp_summary" msgid="6293240861011560842">"Windowsలో మీడియా ఫైల్లను బదిలీ చేయడానికి లేదా Macలో Android ఫైల్ బదిలీని ఉపయోగించి (www.android.com/filetransferని చూడండి) బదిలీ చేయడానికి మిమ్మల్ని అనుమతిస్తుంది"</string>
+ <string name="usb_mtp_summary" msgid="6293240861011560842">"Windowsలో మీడియా ఫైళ్లను బదిలీ చేయడానికి లేదా Macలో Android ఫైల్ బదిలీని ఉపయోగించి (www.android.com/filetransferని చూడండి) బదిలీ చేయడానికి మిమ్మల్ని అనుమతిస్తుంది"</string>
<string name="usb_ptp_title" msgid="4496529268189091846">"కెమెరా (PTP)"</string>
- <string name="usb_ptp_summary" msgid="8382539472311655671">"కెమెరా సాఫ్ట్వేర్ను ఉపయోగించి ఫోటోలను బదిలీ చేయడానికి మరియు MTPకి మద్దతివ్వని కంప్యూటర్ల్లో ఏవైనా ఫైల్లను బదిలీ చేయడానికి మిమ్మల్ని అనుమతిస్తుంది"</string>
+ <string name="usb_ptp_summary" msgid="8382539472311655671">"కెమెరా సాఫ్ట్వేర్ను ఉపయోగించి ఫోటోలను బదిలీ చేయడానికి మరియు MTPకి మద్దతివ్వని కంప్యూటర్ల్లో ఏవైనా ఫైళ్లను బదిలీ చేయడానికి మిమ్మల్ని అనుమతిస్తుంది"</string>
<string name="usb_midi_title" msgid="1139558846427981761">"MIDI"</string>
<string name="usb_midi_summary" msgid="1842457325845863840">"MIDI ప్రారంభిత యాప్లు USB ద్వారా మీ కంప్యూటర్లోని MIDI సాఫ్ట్వేర్తో పని చేసేలా అనుమతిస్తుంది."</string>
<string name="storage_other_users" msgid="7017206190449510992">"ఇతర వినియోగదారులు"</string>
@@ -1611,9 +1611,9 @@
<string name="storage_rename_title" msgid="5911285992205282312">"నిల్వ పేరు మార్చండి"</string>
<string name="storage_dialog_unmounted" msgid="1187960789775910051">"ఈ <xliff:g id="NAME_0">^1</xliff:g> సురక్షితంగా తొలగించబడింది, కానీ ఇప్పటికీ అందుబాటులో ఉంది. \n\nఈ <xliff:g id="NAME_1">^1</xliff:g>ని ఉపయోగించడానికి, మీరు ముందుగా దీన్ని మౌంట్ చేయాలి."</string>
<string name="storage_dialog_unmountable" msgid="1761107904296941687">"ఈ <xliff:g id="NAME_0">^1</xliff:g> పాడైంది. \n\nఈ <xliff:g id="NAME_1">^1</xliff:g>ని ఉపయోగించడానికి, మీరు ముందుగా దీన్ని సెటప్ చేయాలి."</string>
- <string name="storage_internal_format_details" msgid="8922023528848861812">"ఫార్మాట్ చేసిన తర్వాత, మీరు ఈ <xliff:g id="NAME_0">^1</xliff:g>ని ఇతర పరికరాల్లో ఉపయోగించవచ్చు. \n\nఈ <xliff:g id="NAME_1">^1</xliff:g>లోని మొత్తం డేటా తొలగించబడుతుంది. ముందుగా బ్యాకప్ చేయడాన్ని పరిశీలించండి. \n\n"<b>"ఫోటోలు & ఇతర మీడియాను బ్యాకప్ చేయండి"</b>" \nమీ మీడియా ఫైల్లను ఈ పరికరంలోని ప్రత్యామ్నాయ నిల్వకు తరలించండి లేదా USB కేబుల్ను ఉపయోగించి వాటిని కంప్యూటర్కి బదిలీ చేయండి. \n\n"<b>"అనువర్తనాలను బ్యాకప్ చేయండి"</b>" \nఈ <xliff:g id="NAME_6">^1</xliff:g>లోని అన్ని యాప్లు అన్ఇన్స్టాల్ చేయబడతాయి మరియు వాటి డేటా తొలగించబడుతుంది. ఈ అనువర్తనాలను అలాగే ఉంచడానికి, వీటిని ఈ పరికరంలోని ప్రత్యామ్నాయ నిల్వకు తరలించండి."</string>
- <string name="storage_internal_unmount_details" msgid="487689543322907311"><b>"మీరు ఈ <xliff:g id="NAME_0">^1</xliff:g>ను తొలగించినప్పుడు, దీనిలో నిల్వ చేసిన యాప్లు పని చేయకుండా ఆగిపోతాయి మరియు దీనిలో నిల్వ చేసిన మీడియా ఫైల్లు దీన్ని తిరిగి చొప్పించే వరకు అందుబాటులో లేకుండాపోతాయి."</b>" \n\nఈ <xliff:g id="NAME_1">^1</xliff:g> ఈ పరికరంలో మాత్రమే పని చేసేలా ఫార్మాట్ చేయబడింది. ఇది ఇంక వేటిలోనూ పని చేయదు."</string>
- <string name="storage_internal_forget_details" msgid="5606507270046186691">"ఈ <xliff:g id="NAME">^1</xliff:g> కలిగి ఉన్న యాప్లు, ఫోటోలు లేదా డేటాను ఉపయోగించడానికి, దాన్ని మళ్లీ చొప్పించండి. \n\nపరికరం అందుబాటులో లేకపోతే ప్రత్యామ్నాయంగా మీరు ఈ నిల్వను విస్మరించేలా ఎంచుకోవచ్చు. \n\nమీరు విస్మరించాలని ఎంచుకుంటే, పరికరంలో ఉన్న మొత్తం డేటాను శాశ్వతంగా కోల్పోతారు. \n\nమీరు తర్వాత అనువర్తనాలను మళ్లీ ఇన్స్టాల్ చేయవచ్చు, కానీ ఈ పరికరంలో నిల్వ చేసిన వాటి డేటాను కోల్పోతారు."</string>
+ <string name="storage_internal_format_details" msgid="8922023528848861812">"ఫార్మాట్ చేసిన తర్వాత, మీరు ఈ <xliff:g id="NAME_0">^1</xliff:g>ని ఇతర పరికరాల్లో ఉపయోగించవచ్చు. \n\nఈ <xliff:g id="NAME_1">^1</xliff:g>లోని మొత్తం డేటా తొలగించబడుతుంది. ముందుగా బ్యాకప్ చేయడాన్ని పరిశీలించండి. \n\n"<b>"ఫోటోలు & ఇతర మీడియాను బ్యాకప్ చేయండి"</b>" \nమీ మీడియా ఫైళ్లను ఈ పరికరంలోని ప్రత్యామ్నాయ నిల్వకు తరలించండి లేదా USB కేబుల్ను ఉపయోగించి వాటిని కంప్యూటర్కి బదిలీ చేయండి. \n\n"<b>"యాప్లను బ్యాకప్ చేయండి"</b>" \nఈ <xliff:g id="NAME_6">^1</xliff:g>లోని అన్ని యాప్లు అన్ఇన్స్టాల్ చేయబడతాయి మరియు వాటి డేటా తొలగించబడుతుంది. ఈ యాప్లను అలాగే ఉంచడానికి, వీటిని ఈ పరికరంలోని ప్రత్యామ్నాయ నిల్వకు తరలించండి."</string>
+ <string name="storage_internal_unmount_details" msgid="487689543322907311"><b>"మీరు ఈ <xliff:g id="NAME_0">^1</xliff:g>ను తొలగించినప్పుడు, దీనిలో నిల్వ చేసిన యాప్లు పని చేయకుండా ఆగిపోతాయి మరియు దీనిలో నిల్వ చేసిన మీడియా ఫైళ్లు దీన్ని తిరిగి చొప్పించే వరకు అందుబాటులో లేకుండాపోతాయి."</b>" \n\nఈ <xliff:g id="NAME_1">^1</xliff:g> ఈ పరికరంలో మాత్రమే పని చేసేలా ఫార్మాట్ చేయబడింది. ఇది ఇంక వేటిలోనూ పని చేయదు."</string>
+ <string name="storage_internal_forget_details" msgid="5606507270046186691">"ఈ <xliff:g id="NAME">^1</xliff:g> కలిగి ఉన్న యాప్లు, ఫోటోలు లేదా డేటాను ఉపయోగించడానికి, దాన్ని మళ్లీ చొప్పించండి. \n\nపరికరం అందుబాటులో లేకపోతే ప్రత్యామ్నాయంగా మీరు ఈ నిల్వను విస్మరించేలా ఎంచుకోవచ్చు. \n\nమీరు విస్మరించాలని ఎంచుకుంటే, పరికరంలో ఉన్న మొత్తం డేటాను శాశ్వతంగా కోల్పోతారు. \n\nమీరు తర్వాత యాప్లను మళ్లీ ఇన్స్టాల్ చేయవచ్చు, కానీ ఈ పరికరంలో నిల్వ చేసిన వాటి డేటాను కోల్పోతారు."</string>
<string name="storage_internal_forget_confirm_title" msgid="379238668153099015">"<xliff:g id="NAME">^1</xliff:g>ని విస్మరించాలా?"</string>
<string name="storage_internal_forget_confirm" msgid="5752634604952674123">"ఈ <xliff:g id="NAME">^1</xliff:g>లో నిల్వ చేయబడిన అన్ని యాప్లు, ఫోటోలు మరియు డేటాను శాశ్వతంగా కోల్పోతారు."</string>
<string name="storage_detail_dialog_system" msgid="7461009051858709479">"సిస్టమ్లో Android వెర్షన్ <xliff:g id="VERSION">%s</xliff:g>ను అమలు చేయడానికి అవసరమైన ఫైల్స్ ఉంటాయి"</string>
@@ -1630,7 +1630,7 @@
<string name="storage_wizard_format_progress_title" msgid="9170393018855949774">"<xliff:g id="NAME">^1</xliff:g>ని ఫార్మాట్ చేస్తోంది…"</string>
<string name="storage_wizard_format_progress_body" msgid="1044024044955390417">"<xliff:g id="NAME">^1</xliff:g>ని ఫార్మాట్ చేసే సమయంలో దీనిని తీసివేయవద్దు."</string>
<string name="storage_wizard_migrate_title" msgid="3013711737005104623">"డేటాను కొత్త నిల్వకు తరలించండి"</string>
- <string name="storage_wizard_migrate_body" msgid="1630853797296198275">"మీరు మీ ఫోటోలు, ఫైల్లు మరియు కొన్ని అనువర్తనాలను ఈ కొత్త <xliff:g id="NAME">^1</xliff:g>కి తరలించవచ్చు. \n\nతరలించడానికి సుమారు <xliff:g id="TIME">^2</xliff:g> పట్టవచ్చు మరియు దీని వలన అంతర్గత నిల్వలో <xliff:g id="SIZE">^3</xliff:g> ఖాళీ అవుతుంది. ఇది జరుగుతున్నప్పుడు కొన్ని యాప్లు పని చేయవు."</string>
+ <string name="storage_wizard_migrate_body" msgid="1630853797296198275">"మీరు మీ ఫోటోలు, ఫైళ్లు మరియు కొన్ని యాప్లను ఈ కొత్త <xliff:g id="NAME">^1</xliff:g>కి తరలించవచ్చు. \n\nతరలించడానికి సుమారు <xliff:g id="TIME">^2</xliff:g> పట్టవచ్చు మరియు దీని వలన అంతర్గత నిల్వలో <xliff:g id="SIZE">^3</xliff:g> ఖాళీ అవుతుంది. ఇది జరుగుతున్నప్పుడు కొన్ని యాప్లు పని చేయవు."</string>
<string name="storage_wizard_migrate_now" msgid="175023718337037181">"ఇప్పుడే తరలించు"</string>
<string name="storage_wizard_migrate_later" msgid="6573789572520980112">"తర్వాత తరలించు"</string>
<string name="storage_wizard_migrate_confirm_title" msgid="255346780598924540">"డేటాను ఇప్పుడే తరలించు"</string>
@@ -1640,32 +1640,32 @@
<string name="storage_wizard_migrate_details" msgid="7474061662976940407">"తరలించే సమయంలో: \n• <xliff:g id="NAME">^1</xliff:g>ని తీసివేయవద్దు. \n• కొన్ని యాప్లు సరిగ్గా పని చేయవు. \n• పరికరం ఛార్జ్ చేసి పెట్టండి."</string>
<string name="storage_wizard_ready_title" msgid="3093468548660255543">"మీ <xliff:g id="NAME">^1</xliff:g> ఉపయోగించడానికి సిద్ధంగా ఉంది"</string>
<string name="storage_wizard_ready_external_body" msgid="45040717412844114">"మీ <xliff:g id="NAME">^1</xliff:g> ఫోటోలు మరియు ఇతర మీడియాతో ఉపయోగించేలా పూర్తిగా సెట్ చేయబడింది."</string>
- <string name="storage_wizard_ready_internal_body" msgid="7734817996475607447">"మీ కొత్త <xliff:g id="NAME">^1</xliff:g> పని చేస్తోంది. \n\nఫోటోలు, ఫైల్లు మరియు అనువర్తన డేటాను ఈ పరికరానికి తరలించడానికి, సెట్టింగ్లు > నిల్వకు వెళ్లండి."</string>
+ <string name="storage_wizard_ready_internal_body" msgid="7734817996475607447">"మీ కొత్త <xliff:g id="NAME">^1</xliff:g> పని చేస్తోంది. \n\nఫోటోలు, ఫైళ్లు మరియు యాప్ డేటాను ఈ పరికరానికి తరలించడానికి, సెట్టింగ్లు > నిల్వకు వెళ్లండి."</string>
<string name="storage_wizard_move_confirm_title" msgid="6812469630804101590">"<xliff:g id="APP">^1</xliff:g>ని తరలించండి"</string>
<string name="storage_wizard_move_confirm_body" msgid="1713022828842263574">"<xliff:g id="APP">^1</xliff:g>ను మరియు దాని డేటాను <xliff:g id="NAME_0">^2</xliff:g>కి తరలించడానికి కేవలం కొన్ని క్షణాల సమయం పడుతుంది. మీరు తరలింపు పూర్తయ్యే వరకు యాప్ను ఉపయోగించలేరు. \n\nతరలించే సమయంలో <xliff:g id="NAME_1">^2</xliff:g>ని తీసివేయవద్దు."</string>
<string name="storage_wizard_move_unlock" msgid="14651384927767749">"డేటాను తరలించడానికి మీరు వినియోగదారు <xliff:g id="APP">^1</xliff:g>ని అన్లాక్ చేయాలి."</string>
<string name="storage_wizard_move_progress_title" msgid="3912406225614672391">"<xliff:g id="APP">^1</xliff:g>ని తరలిస్తోంది…"</string>
<string name="storage_wizard_move_progress_body" msgid="2396714553394935094">"తరలించే సమయంలో <xliff:g id="NAME">^1</xliff:g>ని తీసివేయవద్దు. \n\nఈ డివైజ్లోని <xliff:g id="APP">^2</xliff:g> యాప్ తరలింపు పూర్తయ్యే వరకు అందుబాటులో ఉండదు."</string>
<string name="storage_wizard_move_progress_cancel" msgid="3494022998599718937">"తరలింపు రద్దు చేయి"</string>
- <string name="storage_wizard_slow_body" msgid="8293565076885232029">"ఈ <xliff:g id="NAME_0">^1</xliff:g> నెమ్మదిగా ఉన్నట్లు కనిపిస్తోంది. \n\nమీరు కొనసాగవచ్చు, కానీ ఈ స్థానానికి తరలించిన యాప్లు మధ్యమధ్యలో ఆటంకాలతో అంత బాగా పని చేయకపోవచ్చు మరియు డేటా బదిలీలకు ఎక్కువ సమయం పట్టవచ్చు. \n\nమెరుగైన పనితీరు కోసం వేగవంతమైన <xliff:g id="NAME_1">^1</xliff:g>ని ఉపయోగించడం పరిశీలించండి."</string>
+ <string name="storage_wizard_slow_body" msgid="8293565076885232029">"ఈ <xliff:g id="NAME_0">^1</xliff:g> నెమ్మదిగా ఉన్నట్లు కనిపిస్తోంది. \n\nమీరు కొనసాగవచ్చు, కానీ ఈ లొకేషన్కు తరలించిన యాప్లు మధ్యమధ్యలో ఆటంకాలతో అంత బాగా పని చేయకపోవచ్చు, అలాగే డేటా బదిలీలకు ఎక్కువ సమయం పట్టవచ్చు. \n\nమెరుగైన పనితీరు కోసం వేగవంతమైన <xliff:g id="NAME_1">^1</xliff:g>ని ఉపయోగించడం పరిశీలించండి."</string>
<string name="storage_wizard_init_v2_title" msgid="2538630338392381113">"మీరు ఈ <xliff:g id="NAME">^1</xliff:g>ని ఎలా ఉపయోగిస్తారు?"</string>
<string name="storage_wizard_init_v2_internal_title" product="tablet" msgid="1884468440013151482">"అదనపు టాబ్లెట్ నిల్వ కోసం ఉపయోగించండి"</string>
- <string name="storage_wizard_init_v2_internal_summary" product="tablet" msgid="2907833056467441047">"ఈ టాబ్లెట్లో ఉన్న యాప్లు, ఫైల్లు మరియు మీడియా కోసం మాత్రమే"</string>
+ <string name="storage_wizard_init_v2_internal_summary" product="tablet" msgid="2907833056467441047">"ఈ టాబ్లెట్లో ఉన్న యాప్లు, ఫైళ్లు మరియు మీడియా కోసం మాత్రమే"</string>
<string name="storage_wizard_init_v2_internal_action" product="tablet" msgid="3278694259614995649">"టాబ్లెట్ నిల్వ"</string>
<string name="storage_wizard_init_v2_internal_title" product="default" msgid="5941952998075252284">"అదనపు ఫోన్ నిల్వ కోసం ఉపయోగించండి"</string>
- <string name="storage_wizard_init_v2_internal_summary" product="default" msgid="3022584310096954875">"ఈ ఫోన్లో ఉన్న యాప్లు, ఫైల్లు మరియు మీడియా కోసం మాత్రమే"</string>
+ <string name="storage_wizard_init_v2_internal_summary" product="default" msgid="3022584310096954875">"ఈ ఫోన్లో ఉన్న యాప్లు, ఫైళ్లు మరియు మీడియా కోసం మాత్రమే"</string>
<string name="storage_wizard_init_v2_internal_action" product="default" msgid="5645732875040797464">"ఫోన్ నిల్వ"</string>
<string name="storage_wizard_init_v2_or" msgid="5558706089661158026">"లేదా"</string>
<string name="storage_wizard_init_v2_external_title" msgid="8129096036551264207">"పోర్టబుల్ నిల్వ కోసం ఉపయోగించండి"</string>
- <string name="storage_wizard_init_v2_external_summary" msgid="6436419488235871823">"పరికరాల మధ్య ఫైల్లు మరియు మీడియాని బదిలీ చేయడం కోసం"</string>
+ <string name="storage_wizard_init_v2_external_summary" msgid="6436419488235871823">"పరికరాల మధ్య ఫైళ్లు మరియు మీడియాని బదిలీ చేయడం కోసం"</string>
<string name="storage_wizard_init_v2_external_action" msgid="781928899530539860">"పోర్టబుల్ నిల్వ"</string>
<string name="storage_wizard_init_v2_later" msgid="5366815913892609285">"తర్వాత సెటప్ చేయి"</string>
<string name="storage_wizard_format_confirm_v2_title" msgid="6294104100437326067">"ఈ <xliff:g id="NAME">^1</xliff:g>ని ఫార్మాట్ చేయాలా?"</string>
- <string name="storage_wizard_format_confirm_v2_body" msgid="635958708974709506">"యాప్లు, ఫైల్లు మరియు మీడియాని నిల్వ చేయడం కోసం ఈ <xliff:g id="NAME_0">^1</xliff:g>ని ఫార్మాట్ చేయాలి. \n\nఫార్మాట్ చేయడం వల్ల <xliff:g id="NAME_1">^2</xliff:g>లోని కంటెంట్ తుడిచివేయబడుతుంది. కంటెంట్ని కోల్పోవడాన్ని నివారించాలంటే, దీనిని మరో <xliff:g id="NAME_2">^3</xliff:g> లేదా పరికరానికి బ్యాకప్ చేయండి."</string>
+ <string name="storage_wizard_format_confirm_v2_body" msgid="635958708974709506">"యాప్లు, ఫైళ్లు మరియు మీడియాని నిల్వ చేయడం కోసం ఈ <xliff:g id="NAME_0">^1</xliff:g>ని ఫార్మాట్ చేయాలి. \n\nఫార్మాట్ చేయడం వల్ల <xliff:g id="NAME_1">^2</xliff:g>లోని కంటెంట్ తుడిచివేయబడుతుంది. కంటెంట్ని కోల్పోవడాన్ని నివారించాలంటే, దీనిని మరో <xliff:g id="NAME_2">^3</xliff:g> లేదా పరికరానికి బ్యాకప్ చేయండి."</string>
<string name="storage_wizard_format_confirm_v2_action" msgid="5718254101386377126">"<xliff:g id="NAME">^1</xliff:g>ని ఫార్మాట్ చేయి"</string>
<string name="storage_wizard_migrate_v2_title" msgid="3471564531564756698">"కంటెంట్ని <xliff:g id="NAME">^1</xliff:g>కి తరలించాలా?"</string>
- <string name="storage_wizard_migrate_v2_body" product="tablet" msgid="4541523202790415721">"మీరు ఫైల్లు, మీడియా మరియు నిర్దిష్ట యాప్లను ఈ <xliff:g id="NAME">^1</xliff:g>కి తరలించవచ్చు. \n\nఇది మీ టాబ్లెట్ యొక్క నిల్వలో <xliff:g id="SIZE">^2</xliff:g> ఖాళీ చేస్తుంది మరియు దాదాపు <xliff:g id="DURATION">^3</xliff:g> పట్టవచ్చు."</string>
- <string name="storage_wizard_migrate_v2_body" product="default" msgid="809730501314645325">"మీరు ఫైల్లు, మీడియా మరియు నిర్దిష్ట యాప్లను ఈ <xliff:g id="NAME">^1</xliff:g>కి తరలించవచ్చు. \n\nఇది మీ ఫోన్ యొక్క నిల్వలో <xliff:g id="SIZE">^2</xliff:g> ఖాళీ చేస్తుంది మరియు దాదాపు <xliff:g id="DURATION">^3</xliff:g> పట్టవచ్చు."</string>
+ <string name="storage_wizard_migrate_v2_body" product="tablet" msgid="4541523202790415721">"మీరు ఫైళ్లు, మీడియా మరియు నిర్దిష్ట యాప్లను ఈ <xliff:g id="NAME">^1</xliff:g>కి తరలించవచ్చు. \n\nఇది మీ టాబ్లెట్ యొక్క నిల్వలో <xliff:g id="SIZE">^2</xliff:g> ఖాళీ చేస్తుంది మరియు దాదాపు <xliff:g id="DURATION">^3</xliff:g> పట్టవచ్చు."</string>
+ <string name="storage_wizard_migrate_v2_body" product="default" msgid="809730501314645325">"మీరు ఫైళ్లు, మీడియా మరియు నిర్దిష్ట యాప్లను ఈ <xliff:g id="NAME">^1</xliff:g>కి తరలించవచ్చు. \n\nఇది మీ ఫోన్ యొక్క నిల్వలో <xliff:g id="SIZE">^2</xliff:g> ఖాళీ చేస్తుంది మరియు దాదాపు <xliff:g id="DURATION">^3</xliff:g> పట్టవచ్చు."</string>
<string name="storage_wizard_migrate_v2_checklist" msgid="2618258869444553060">"తరలించే సమయంలో:"</string>
<string name="storage_wizard_migrate_v2_checklist_media" msgid="5867134681730723744">"<xliff:g id="NAME">^1</xliff:g>ని తీసివేయవద్దు"</string>
<string name="storage_wizard_migrate_v2_checklist_apps" msgid="1882077445750580783">"కొన్ని యాప్లు పని చేయవు"</string>
@@ -1677,7 +1677,7 @@
<string name="storage_wizard_slow_v2_title" msgid="3760766921170980221">"<xliff:g id="NAME">^1</xliff:g> నెమ్మదిగా పని చేస్తోంది"</string>
<string name="storage_wizard_slow_v2_body" msgid="7604252106419016929">"ఇప్పటికీ మీరు ఈ <xliff:g id="NAME_0">^1</xliff:g>ని ఉపయోగించవచ్చు, కానీ ఇది నెమ్మదిగా పని చేయవచ్చు. \n\nఈ <xliff:g id="NAME_1">^2</xliff:g>లో నిల్వ చేయబడిన యాప్లు సరిగ్గా పని చేయకపోవచ్చు మరియు కంటెంట్ బదిలీలకు ఎక్కువ సమయం పట్టవచ్చు. \n\nవేగవంతమైన <xliff:g id="NAME_2">^3</xliff:g>ని ఉపయోగించండి లేదా ఈ <xliff:g id="NAME_3">^4</xliff:g>ని పోర్టబుల్ నిల్వకు బదులుగా ఉపయోగించండి."</string>
<string name="storage_wizard_slow_v2_start_over" msgid="1806852287668077536">"మొదటి నుండి ప్రారంభించు"</string>
- <string name="storage_wizard_slow_v2_continue" msgid="7469713755893007901">"కొనసాగించు"</string>
+ <string name="storage_wizard_slow_v2_continue" msgid="7469713755893007901">"కొనసాగించండి"</string>
<string name="storage_wizard_ready_v2_external_body" msgid="3896836008684280905">"మీరు <xliff:g id="NAME">^1</xliff:g>కు కంటెంట్ను తరలించవచ్చు"</string>
<string name="storage_wizard_ready_v2_internal_body" msgid="5710665992219332454">"కంటెంట్ని <xliff:g id="NAME">^1</xliff:g>కి తరలించాలంటే, "<b>"సెట్టింగ్లు > నిల్వ"</b>"కి వెళ్లండి"</string>
<string name="storage_wizard_ready_v2_internal_moved_body" msgid="1269878056598666852">"మీ కంటెంట్ <xliff:g id="NAME_0">^1</xliff:g>కి తరలించబడింది. \n\nఈ <xliff:g id="NAME_1">^2</xliff:g>ని నిర్వహించాలంటే, "<b>"సెట్టింగ్లు > నిల్వ"</b>"కి వెళ్లండి."</string>
@@ -1723,9 +1723,9 @@
<string name="error_mcc_not3" msgid="883659545640179094">"MCC ఫీల్డ్ తప్పనిసరిగా 3 అంకెలు కలిగి ఉండాలి."</string>
<string name="error_mnc_not23" msgid="7642478711158474918">"MNC ఫీల్డ్లో తప్పనిసరిగా 2 లేదా 3 అంకెలు ఉండాలి."</string>
<string name="error_adding_apn_type" msgid="1324263534991467943">"క్యారియర్ %s రకమైన APNలను జోడించడాన్ని అనుమతించదు."</string>
- <string name="restore_default_apn" msgid="6596048535642130689">"డిఫాల్ట్ APN సెట్టింగ్లను పునరుద్ధరిస్తోంది."</string>
- <string name="menu_restore" msgid="4310539620115151551">"డిఫాల్ట్కు రీసెట్ చేయి"</string>
- <string name="restore_default_apn_completed" msgid="5167505087078340256">"డిఫాల్ట్ APN సెట్టింగ్లను రీసెట్ చేయడం పూర్తయింది."</string>
+ <string name="restore_default_apn" msgid="6596048535642130689">"ఆటోమేటిక్ APN సెట్టింగ్లను రీస్టోర్ చేస్తోంది."</string>
+ <string name="menu_restore" msgid="4310539620115151551">"ఆటోమేటిక్కు రీసెట్ చేయి"</string>
+ <string name="restore_default_apn_completed" msgid="5167505087078340256">"ఆటోమేటిక్ APN సెట్టింగ్లను రీసెట్ చేయడం పూర్తయింది."</string>
<string name="reset_dashboard_title" msgid="7423200250697886918">"రీసెట్ ఆప్షన్లు"</string>
<string name="reset_dashboard_summary" msgid="4390780188264852956">"నెట్వర్క్, యాప్లు లేదా డివైజ్ను రీసెట్ చేయవచ్చు"</string>
<string name="reset_dashboard_summary_onlyApps" msgid="3304252260039419584">"యాప్లను రీసెట్ చేయవచ్చు"</string>
@@ -1834,8 +1834,8 @@
<string name="mobile_connect_to_internet" msgid="8162654404357069060">"దయచేసి ఇంటర్నెట్కు కనెక్ట్ చేయండి"</string>
<string name="location_category_recent_location_requests" msgid="2205900488782832082">"లొకేషన్ను ఇటీవల రిక్వెస్ట్ చేసినవి"</string>
<string name="location_recent_location_requests_see_all" msgid="7918405176741692524">"అన్నీ చూడండి"</string>
- <string name="location_category_location_services" msgid="8163798686832434284">"స్థాన సేవలు"</string>
- <string name="location_title" msgid="5819154746934945021">"నా స్థానం"</string>
+ <string name="location_category_location_services" msgid="8163798686832434284">"లొకేషన్ సర్వీస్లు"</string>
+ <string name="location_title" msgid="5819154746934945021">"నా లొకేషన్"</string>
<string name="managed_profile_location_switch_title" msgid="1265007506385460066">"ఆఫీస్ ప్రొఫైల్ కోసం లొకేషన్"</string>
<string name="location_app_level_permissions" msgid="907206607664629759">"యాప్ లొకేషన్ అనుమతులు"</string>
<string name="location_app_permission_summary_location_off" msgid="2711822936853500335">"లొకేషన్ ఆఫ్లో ఉంది"</string>
@@ -1856,7 +1856,7 @@
<string name="location_scanning_bluetooth_always_scanning_description" msgid="5362988856388462841">"బ్లూటూత్ ఆఫ్లో ఉన్నప్పుడు కూడా, ఏ సమయంలోనైనా సమీపంలోని పరికరాలను స్కాన్ చేయడానికి యాప్లను, సర్వీస్లను అనుమతించండి. ఈ అనుమతి, లొకేషన్ ఆధారిత ఫీచర్లను, సర్వీస్లను మెరుగుపరచడానికి ఉపయోగించబడుతుంది. అనుమతి వల్ల కలిగే ప్రయోజనాలకు ఇది ఒక ఉదాహరణ మాత్రమే."</string>
<string name="location_services_preference_title" msgid="604317859531782159">"లొకేషన్ సర్వీస్లు"</string>
<string name="location_services_screen_title" msgid="5640002489976602476">"లొకేషన్ సర్వీస్లు"</string>
- <string name="managed_profile_location_services" msgid="8172092734138341880">"ఆఫీస్ కోసం స్థాన సేవలు"</string>
+ <string name="managed_profile_location_services" msgid="8172092734138341880">"ఆఫీస్ కోసం లొకేషన్ సర్వీస్లు"</string>
<string name="location_time_zone_detection_toggle_title" msgid="6518338597250564260">"టైమ్ జోన్ను సెట్ చేయడానికి లొకేషన్ను ఉపయోగించండి"</string>
<string name="location_time_zone_detection_location_is_off_dialog_title" msgid="231698690198001146">"పరికర లొకేషన్ అవసరం"</string>
<string name="location_time_zone_detection_location_is_off_dialog_message" msgid="5846316326139169523">"మీ లొకేషన్ను ఉపయోగించి టైమ్ జోన్ను సెట్ చేయడానికి, లొకేషన్ను ఆన్ చేసి, ఆపై టైమ్ జోన్ సెట్టింగ్లను అప్డేట్ చేయండి"</string>
@@ -1866,29 +1866,29 @@
<string name="location_time_zone_detection_not_applicable" msgid="6757964612836952714">"లొకేషన్ టైమ్ జోన్ గుర్తింపు డిజేబుల్ చేయబడింది"</string>
<string name="location_time_zone_detection_not_supported" msgid="3251181656388306501">"లొకేషన్ టైమ్ జోన్ గుర్తింపుకు మద్దతు లేదు"</string>
<string name="location_time_zone_detection_not_allowed" msgid="8264525161514617051">"లొకేషన్ టైమ్ జోన్ గుర్తింపు మార్పులు అనుమతించబడవు"</string>
- <string name="location_network_based" msgid="5247042890080021887">"Wi‑Fi & మొబైల్ నెట్వర్క్ స్థానం"</string>
- <string name="location_neighborhood_level" msgid="3668890550358558267">"మీ స్థానాన్ని వేగవంతంగా అంచనా వేయడం కోసం Google స్థాన సేవను ఉపయోగించడానికి అనువర్తనాలను అనుమతించండి. అనామక స్థాన డేటా సేకరించబడుతుంది మరియు Googleకు పంపబడుతుంది."</string>
- <string name="location_neighborhood_level_wifi" msgid="6227393490651891977">"స్థానం Wi‑Fi ద్వారా గుర్తించబడింది"</string>
+ <string name="location_network_based" msgid="5247042890080021887">"Wi‑Fi & మొబైల్ నెట్వర్క్ లొకేషన్"</string>
+ <string name="location_neighborhood_level" msgid="3668890550358558267">"మీ లొకేషన్ను వేగవంతంగా అంచనా వేయడం కోసం Google లొకేషన్ సర్వీస్ను ఉపయోగించడానికి యాప్లను అనుమతించండి. అనామక లొకేషన్ డేటా సేకరించబడి, Googleకు పంపబడుతుంది."</string>
+ <string name="location_neighborhood_level_wifi" msgid="6227393490651891977">"లొకేషన్ Wi‑Fi ద్వారా గుర్తించబడింది"</string>
<string name="location_gps" msgid="8783616672454701134">"GPS ఉపగ్రహాలు"</string>
- <string name="location_street_level" product="tablet" msgid="865953107414742784">"మీ స్థానాన్ని ఖచ్చితంగా గుర్తించడం కోసం మీ టాబ్లెట్లో GPSను ఉపయోగించడానికి అనువర్తనాలను అనుమతించు"</string>
- <string name="location_street_level" product="default" msgid="3813836654645896185">"మీ స్థానాన్ని ఖచ్చితంగా గుర్తించడం కోసం మీ ఫోన్లో GPSను ఉపయోగించడానికి అనువర్తనాలను అనుమతించు"</string>
+ <string name="location_street_level" product="tablet" msgid="865953107414742784">"మీ లొకేషన్ను ఖచ్చితంగా గుర్తించడం కోసం మీ టాబ్లెట్లో GPSను ఉపయోగించడానికి యాప్లను అనుమతించండి"</string>
+ <string name="location_street_level" product="default" msgid="3813836654645896185">"మీ లొకేషన్ను ఖచ్చితంగా గుర్తించడం కోసం మీ ఫోన్లో GPSను ఉపయోగించడానికి యాప్లను అనుమతించండి"</string>
<string name="assisted_gps" msgid="1714546606018821498">"సహాయక GPSను ఉపయోగించు"</string>
<string name="assisted_gps_enabled" msgid="6220188450779319248">"GPSకి సహాయంగా సర్వర్ను ఉపయోగించు (నెట్వర్క్ వినియోగాన్ని తగ్గించడానికి ఎంపిక తీసియండి)"</string>
<string name="assisted_gps_disabled" msgid="1062496503892849">"GPSకి సహాయంగా సర్వర్ను ఉపయోగించు (GPS పనితీరుని మెరుగుపరచడానికి ఎంపిక తీసియండి)"</string>
- <string name="use_location_title" msgid="1345594777162897654">"స్థానం & Google శోధన"</string>
- <string name="use_location_summary" msgid="377322574549729921">"శోధన ఫలితాలు మరియు ఇతర సేవలను మెరుగుపరచడం కోసం మీ స్థానాన్ని ఉపయోగించడానికి Googleని అనుమతించండి"</string>
- <string name="location_access_title" msgid="4052667453826272040">"నా స్థానానికి యాక్సెస్"</string>
- <string name="location_access_summary" msgid="8634100005481578143">"మీ స్థాన సమాచారాన్ని ఉపయోగించడానికి మీ అనుమతిని అడిగిన అనువర్తనాలను అనుమతించండి"</string>
- <string name="location_sources_heading" msgid="6126965815860570524">"స్థానం మూలాలు"</string>
+ <string name="use_location_title" msgid="1345594777162897654">"లొకేషన్ & Google సెర్చ్"</string>
+ <string name="use_location_summary" msgid="377322574549729921">"సెర్చ్ ఫలితాలు, ఇతర సర్వీస్లను మెరుగుపరచడం కోసం మీ లొకేషన్ను ఉపయోగించడానికి Googleను అనుమతించండి"</string>
+ <string name="location_access_title" msgid="4052667453826272040">"నా లొకేషన్కు యాక్సెస్"</string>
+ <string name="location_access_summary" msgid="8634100005481578143">"మీ లొకేషన్ సమాచారాన్ని ఉపయోగించడానికి మీ అనుమతిని అడిగిన యాప్లను అనుమతించండి"</string>
+ <string name="location_sources_heading" msgid="6126965815860570524">"లొకేషన్ సోర్స్లు"</string>
<string name="about_settings" product="tablet" msgid="2888705054709289693">"టాబ్లెట్ పరిచయం"</string>
<string name="about_settings" product="default" msgid="4038626127378127613">"ఫోన్ వివరాలు"</string>
<string name="about_settings" product="device" msgid="9012888717090302815">"పరికరం గురించి"</string>
<string name="about_settings" product="emulator" msgid="2516560858771320366">"పునరుత్పాదిత పరికరం గురించి"</string>
- <string name="about_settings_summary" msgid="4831942939227432513">"చట్టపరమైన సమాచారం, స్థితి, సాఫ్ట్వేర్ సంస్కరణను వీక్షించండి"</string>
+ <string name="about_settings_summary" msgid="4831942939227432513">"చట్టపరమైన సమాచారం, స్థితి, సాఫ్ట్వేర్ సంస్కరణను చూడండి"</string>
<string name="legal_information" msgid="7509900979811934843">"చట్టపరమైన సమాచారం"</string>
<string name="contributors_title" msgid="7965640251547037965">"సహకారులు"</string>
<string name="manual" msgid="3651593989906084868">"మాన్యువల్"</string>
- <string name="regulatory_labels" msgid="5960251403367154270">"నియంత్రణ లేబుల్లు"</string>
+ <string name="regulatory_labels" msgid="5960251403367154270">"నియంత్రణ లేబుళ్లు"</string>
<string name="safety_and_regulatory_info" msgid="8285048080439298528">"భద్రత & amp; నియంత్రణ మాన్యువల్"</string>
<string name="copyright_title" msgid="83245306827757857">"కాపీరైట్"</string>
<string name="license_title" msgid="8745742085916617540">"లైసెన్స్"</string>
@@ -1995,7 +1995,7 @@
<string name="lockpattern_settings_choose_lock_pattern" msgid="2193588309557281466">"అన్లాక్ నమూనాను సెట్ చేయి"</string>
<string name="lockpattern_settings_change_lock_pattern" msgid="7614155083815661347">"అన్లాక్ నమూనాను మార్చు"</string>
<string name="lockpattern_settings_help_how_to_record" msgid="2093801939046625774">"అన్లాక్ నమూనాను ఎలా గీయాలి"</string>
- <string name="lockpattern_too_many_failed_confirmation_attempts" msgid="7891484005551794824">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేసారు. <xliff:g id="NUMBER">%d</xliff:g> సెకన్లలో మళ్లీ ప్రయత్నించండి."</string>
+ <string name="lockpattern_too_many_failed_confirmation_attempts" msgid="7891484005551794824">"చాలా ఎక్కువ తప్పు ప్రయత్నాలు చేశారు. <xliff:g id="NUMBER">%d</xliff:g> సెకన్లలో మళ్లీ ప్రయత్నించండి."</string>
<string name="activity_not_found" msgid="5464331414465894254">"మీ ఫోన్లో యాప్ ఇన్స్టాల్ చేయబడలేదు."</string>
<string name="lock_settings_profile_title" msgid="103605580492566086">"ఆఫీస్ ప్రొఫైల్ సెక్యూరిటీ"</string>
<string name="lock_settings_profile_screen_lock_title" msgid="3776275029218681815">"కార్యాలయ ప్రొఫైల్ స్క్రీన్ లాక్"</string>
@@ -2007,10 +2007,10 @@
<string name="lock_settings_profile_unification_dialog_confirm" msgid="6276915393736137843">"ఒకే లాక్ని ఉపయోగించండి"</string>
<string name="lock_settings_profile_unification_dialog_uncompliant_confirm" msgid="8509287115116369677">"ఒకే లాక్ని ఉపయోగించండి"</string>
<string name="lock_settings_profile_unified_summary" msgid="777095092175037385">"పరికర స్క్రీన్ లాక్ లాంటిది"</string>
- <string name="manageapplications_settings_title" msgid="9198876415524237657">"అనువర్తనాలను నిర్వహించు"</string>
+ <string name="manageapplications_settings_title" msgid="9198876415524237657">"యాప్లను నిర్వహించు"</string>
<string name="manageapplications_settings_summary" msgid="848586372489062357">"ఇన్స్టాల్ చేయబడిన యాప్లను నిర్వహించండి మరియు తీసివేయండి"</string>
<string name="applications_settings" msgid="1941993743933425622">"యాప్ సమాచారం"</string>
- <string name="applications_settings_summary" msgid="8206066893744768531">"అనువర్తనాలను నిర్వహించండి, శీఘ్ర ప్రారంభ సత్వరమార్గాలను సెటప్ చేయండి"</string>
+ <string name="applications_settings_summary" msgid="8206066893744768531">"యాప్లను నిర్వహించండి, శీఘ్ర ప్రారంభ షార్ట్కట్లను సెటప్ చేయండి"</string>
<string name="applications_settings_header" msgid="3154670675856048015">"యాప్ సెట్టింగ్లు"</string>
<string name="install_applications" msgid="3921609656584369901">"తెలియని మూలాలు"</string>
<string name="install_applications_title" msgid="7890233747559108106">"అన్ని అనువ. మూలాలను అనుమతించు"</string>
@@ -2021,7 +2021,7 @@
</plurals>
<string name="forgot_password_title" msgid="3967873480875239885">"మీ IT నిర్వాహకులను సంప్రదించండి"</string>
<string name="forgot_password_text" msgid="2583194470767613163">"పిన్ను, ఆకృతిని, లేదా పాస్వర్డ్ను రీసెట్ చేయడానికి వారు సహాయపడతారు"</string>
- <string name="install_all_warning" product="tablet" msgid="7010749217925069520">"మీ టాబ్లెట్ మరియు వ్యక్తిగత డేటా తెలియని మూలాల్లోని అనువర్తనాల ద్వారా దాడికి గురి కావడానికి ఎక్కువ అవకాశం ఉంటుంది. ఈ మూలం నుండి అనువర్తనాలను ఇన్స్టాల్ చేయడం ద్వారా, ఈ అనువర్తనాలను ఉపయోగించడం ద్వారా మీ టాబ్లెట్కు సంభవించే ఏదైనా నష్టానికి లేదా కోల్పోయే డేటాకి బాధ్యత వహించడానికి మీరు అంగీకరిస్తున్నారు."</string>
+ <string name="install_all_warning" product="tablet" msgid="7010749217925069520">"మీ టాబ్లెట్ మరియు వ్యక్తిగత డేటా తెలియని మూలాల్లోని యాప్ల ద్వారా దాడికి గురి కావడానికి ఎక్కువ అవకాశం ఉంటుంది. ఈ మూలం నుండి యాప్లను ఇన్స్టాల్ చేయడం ద్వారా, ఈ యాప్లను ఉపయోగించడం ద్వారా మీ టాబ్లెట్కు సంభవించే ఏదైనా నష్టానికి లేదా కోల్పోయే డేటాకి బాధ్యత వహించడానికి మీరు అంగీకరిస్తున్నారు."</string>
<string name="install_all_warning" product="default" msgid="652516435709047343">"తెలియని యాప్లు మీ ఫోన్ పైన, వ్యక్తిగత డేటా పైన దాడి చేయడానికి ఎక్కువగా అవకాశం ఉంటుంది. ఈ సోర్స్ నుండి యాప్లను ఇన్స్టాల్ చేయడం ద్వారా, వాటి వినియోగంతో మీ ఫోన్కు ఏదైనా నష్టం జరిగితే లేదా మీ డేటాను కోల్పోతే అందుకు మీరే బాధ్యత వహిస్తారని అంగీకరిస్తున్నారు."</string>
<string name="install_all_warning" product="device" msgid="2348262609815354500">"మీ పరికరం మరియు వ్యక్తిగత డేటాపై తెలియని మూలాధారాల నుండి పొందిన యాప్లు దాడి చేసే అవకాశం ఎక్కువగా ఉంది. ఈ మూలాధారం నుండి పొందిన యాప్లను ఇన్స్టాల్ చేయడం ద్వారా, వాటి ఉపయోగం కారణంగా మీ పరికరానికి జరిగే హాని లేదా డేటాని కోల్పోవడం వంటి వాటికి మీరే పూర్తి బాధ్యత వహించడానికి మీరు అంగీకరించాలి."</string>
<string name="advanced_settings" msgid="2368905204839169094">"అధునాతన సెట్టింగ్లు"</string>
@@ -2029,7 +2029,7 @@
<string name="application_info_label" msgid="1015706497694165866">"యాప్ సమాచారం"</string>
<string name="storage_label" msgid="2522307545547515733">"స్టోరేజ్"</string>
<string name="auto_launch_label" msgid="4069860409309364872">"ఆటోమేటిక్గా తెరవడం"</string>
- <string name="auto_launch_label_generic" msgid="5033137408273064599">"డిఫాల్ట్లు"</string>
+ <string name="auto_launch_label_generic" msgid="5033137408273064599">"ఆటోమేటిక్ సెట్టింగ్లు"</string>
<string name="screen_compatibility_label" msgid="7549658546078613431">"స్క్రీన్ అనుకూలత"</string>
<string name="permissions_label" msgid="1708927634370314404">"అనుమతులు"</string>
<string name="cache_header_label" msgid="2441967971921741047">"కాష్"</string>
@@ -2089,11 +2089,11 @@
<string name="internal_storage" msgid="999496851424448809">"అంతర్గత నిల్వ"</string>
<string name="recompute_size" msgid="1098091228370999128">"పరిమాణాన్ని మళ్లీ గణిస్తోంది…"</string>
<string name="clear_data_dlg_title" msgid="180446967743732410">"యాప్ డేటాను తొలగించాలా?"</string>
- <string name="clear_data_dlg_text" msgid="7870723948123690332">"ఈ యాప్ డేటా మొత్తం శాశ్వతంగా తొలగించబడుతుంది. ఇందులో అన్ని ఫైల్లు, సెట్టింగ్లు, ఖాతాలు, డేటాబేస్లు మొ. ఉన్నాయి."</string>
+ <string name="clear_data_dlg_text" msgid="7870723948123690332">"ఈ యాప్ డేటా మొత్తం శాశ్వతంగా తొలగించబడుతుంది. ఇందులో అన్ని ఫైళ్లు, సెట్టింగ్లు, ఖాతాలు, డేటాబేస్లు మొ. ఉన్నాయి."</string>
<string name="dlg_ok" msgid="1421350367857960997">"సరే"</string>
<string name="dlg_cancel" msgid="5164705061530774899">"రద్దు చేయి"</string>
<string name="app_not_found_dlg_title" msgid="7122106240981109930"></string>
- <string name="app_not_found_dlg_text" msgid="8634675268730513704">"ఇన్స్టాల్ చేసిన యాప్ల జాబితాలో యాప్ కనుగొనబడలేదు."</string>
+ <string name="app_not_found_dlg_text" msgid="8634675268730513704">"ఇన్స్టాల్ చేసిన యాప్ల లిస్ట్లో యాప్ కనుగొనబడలేదు."</string>
<string name="clear_failed_dlg_text" msgid="6866741916836125732">"యాప్ నిల్వను తీసివేయడం సాధ్యపడలేదు."</string>
<string name="join_two_items" msgid="7893073836681382429">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g> మరియు <xliff:g id="SECOND_ITEM">%2$s</xliff:g>"</string>
<string name="join_two_unrelated_items" msgid="5301233410730513655">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g>, <xliff:g id="SECOND_ITEM">%2$s</xliff:g>"</string>
@@ -2108,13 +2108,13 @@
<string name="another_migration_already_in_progress" msgid="6550546307856052261">"ఇప్పటికే మరొక స్థాన మార్పిడి ప్రోగ్రెస్లో ఉంది."</string>
<string name="insufficient_storage" msgid="8115088042669030558">"తగినంత నిల్వ స్థలం లేదు."</string>
<string name="does_not_exist" msgid="6499163879348776120">"యాప్ ఉనికిలో లేదు."</string>
- <string name="invalid_location" msgid="8013853455355520557">"ఇన్స్టాల్ స్థానం చెల్లదు."</string>
+ <string name="invalid_location" msgid="8013853455355520557">"ఇన్స్టాల్ లొకేషన్ చెల్లదు."</string>
<string name="system_package" msgid="7559476279008519360">"సిస్టమ్ అప్డేట్లను బాహ్య మీడియాలో ఇన్స్టాల్ చేయడం సాధ్యపడదు."</string>
<string name="move_error_device_admin" msgid="1561502976834303626">"పరికర నిర్వాహకుల యాప్ను బాహ్య మీడియాలో ఇన్స్టాల్ చేయలేరు"</string>
<string name="force_stop_dlg_title" msgid="86745852555490146">"ఫోర్స్ స్టాప్ చేయాలా?"</string>
<string name="force_stop_dlg_text" msgid="1527286468544457368">"ఏదైనా యాప్ను మీరు ఫోర్స్ స్టాప్ చేస్తే, అది సరిగ్గా పని చేయకపోవచ్చు."</string>
- <string name="app_install_location_title" msgid="8932938164156303191">"ప్రాధాన్య ఇన్స్టాల్ స్థానం"</string>
- <string name="app_install_location_summary" msgid="4948270795544357021">"కొత్త అనువర్తనాల కోసం ప్రాధాన్య ఇన్స్టాలేషన్ స్థానాన్ని మార్చండి"</string>
+ <string name="app_install_location_title" msgid="8932938164156303191">"ప్రాధాన్య ఇన్స్టాల్ లొకేషన్"</string>
+ <string name="app_install_location_summary" msgid="4948270795544357021">"కొత్త యాప్ల కోసం ప్రాధాన్య ఇన్స్టాలేషన్ లొకేషన్ను మార్చండి"</string>
<string name="app_disable_dlg_positive" msgid="1414218905322009505">"యాప్ను నిలిపివేయి"</string>
<string name="app_disable_dlg_text" msgid="2449382902751908916">"మీరు ఈ యాప్ను నిలిపివేస్తే, Android మరియు ఇతర యాప్లు ఇకపై ఉద్దేశించిన రీతిలో పని చేయకపోవచ్చు. గుర్తుంచుకోండి, ఈ యాప్ మీ పరికరంలో ముందుగానే ఇన్స్టాల్ చేసి, అందించినది అయినందున మీరు దీనిని తొలగించలేరు. నిలిపివేయడం ద్వారా, మీరు ఈ యాప్ను ఆఫ్ చేసి, మీ పరికరంలో దానిని దాచవచ్చు."</string>
<string name="app_disable_notifications_dlg_title" msgid="6686569904059411780">"నోటిఫికేషన్లను ఆపివేయాలా?"</string>
@@ -2124,9 +2124,9 @@
<string name="instant_app_details_summary" msgid="417197491598208216">"<xliff:g id="APP_STORE">%1$s</xliff:g>లో మరింత సమాచారం"</string>
<string name="app_ops_running" msgid="6127474473137428721">"అమలవుతోంది"</string>
<string name="app_ops_never_used" msgid="9038133162371204506">"(ఎప్పటికీ ఉపయోగించబడనిది)"</string>
- <string name="no_default_apps" msgid="8966319676910104570">"డిఫా. యాప్లు లేవు."</string>
+ <string name="no_default_apps" msgid="8966319676910104570">"ఆటోమేటిక్ యాప్స్ లేవు."</string>
<string name="storageuse_settings_title" msgid="3125650750657988194">"నిల్వ వినియోగం"</string>
- <string name="storageuse_settings_summary" msgid="5001621552305431831">"అనువర్తనాల ద్వారా ఉపయోగించబడిన నిల్వను వీక్షించండి"</string>
+ <string name="storageuse_settings_summary" msgid="5001621552305431831">"యాప్ల ద్వారా ఉపయోగించబడిన నిల్వను చూడండి"</string>
<string name="service_restarting" msgid="5104563288155809226">"పునఃప్రారంభం అవుతోంది"</string>
<string name="cached" msgid="5379485147573438201">"కాష్ చేయబడిన నేపథ్య ప్రాసెస్"</string>
<string name="no_running_services" msgid="9079738069349859373">"ఏవీ అమలు కావడం లేదు."</string>
@@ -2160,7 +2160,7 @@
<string name="service_manage" msgid="3896322986828332075">"సెట్టింగ్లు"</string>
<string name="service_stop_description" msgid="6327742632400026677">"ఈ సేవ దీని యాప్ ద్వారా ప్రారంభించబడింది. దీన్ని ఆపివేయడం వలన యాప్ విఫలం కావచ్చు."</string>
<string name="heavy_weight_stop_description" msgid="3086419998820881290">"ఈ యాప్ను సురక్షితంగా ఆపివేయడం కుదరదు. దీన్ని ఆపివేస్తే, మీరు ప్రస్తుతం చేస్తోన్న పనిలో కొంత భాగాన్ని కోల్పోడానికి అవకాశం ఉంది."</string>
- <string name="background_process_stop_description" msgid="4792038933517438037">"ఇది మళ్లీ అవసరమయ్యే పరిస్థితుల్లో అప్పటికీ అమలయ్యే పాత అనువర్తన ప్రాసెస్. సాధారణంగా దీన్ని ఆపడానికి కారణం ఏదీ ఉండదు."</string>
+ <string name="background_process_stop_description" msgid="4792038933517438037">"ఇది మళ్లీ అవసరమయ్యే పరిస్థితుల్లో అప్పటికీ అమలయ్యే పాత యాప్ ప్రాసెస్. సాధారణంగా దీన్ని ఆపడానికి కారణం ఏదీ ఉండదు."</string>
<string name="service_manage_description" msgid="6615788996428486121">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: ప్రస్తుతం వినియోగంలో ఉంది. దాన్ని నియంత్రించడానికి సెట్టింగ్లు నొక్కండి."</string>
<string name="main_running_process_description" msgid="6685973937935027773">"ప్రధాన ప్రాసెస్ ఉపయోగంలో ఉంది."</string>
<string name="process_service_in_use_description" msgid="4210957264507014878">"సేవ <xliff:g id="COMP_NAME">%1$s</xliff:g> ఉపయోగంలో ఉంది."</string>
@@ -2183,7 +2183,7 @@
<string name="auto_replace_summary" msgid="1285443414597153423">"తప్పుగా టైప్ చేసిన పదాలను సరి చేయి"</string>
<string name="auto_caps" msgid="5573583581288305355">"స్వీయ-పెద్ద అక్షరాలు"</string>
<string name="auto_caps_summary" msgid="3144141933426846665">"వాక్యాల్లో మొదటి అక్షరాన్ని పెద్ద అక్షరం చేయి"</string>
- <string name="auto_punctuate" msgid="2838809477621809507">"విరామచిహ్నాన్ని స్వయంచాలకంగా ఉంచు"</string>
+ <string name="auto_punctuate" msgid="2838809477621809507">"విరామచిహ్నాన్ని ఆటోమేటిక్గా ఉంచు"</string>
<string name="hardkeyboard_category" msgid="8729780593378161071">"భౌతిక కీబోర్డ్ సెట్టింగ్లు"</string>
<string name="auto_punctuate_summary" msgid="3549190848611386748">"\".\"ని చొప్పించడానికి రెండుసార్లు Space కీని నొక్కండి"</string>
<string name="show_password" msgid="7101900779571040117">"పాస్వర్డ్లను చూపించు"</string>
@@ -2217,7 +2217,7 @@
<string name="user_dict_settings_title" msgid="680410651924276991">"వ్యక్తిగత నిఘంటువు"</string>
<string name="user_dict_settings_for_work_title" msgid="1245315720684961770">"ఆఫీస్ ప్రొఫైల్ కోసం వ్యక్తిగత నిఘంటువు"</string>
<string name="user_dict_settings_summary" msgid="4939694372338975081">"స్పెల్ చెకర్ వంటి యాప్లలో ఉపయోగించాల్సిన పదాలను జోడించండి"</string>
- <string name="user_dict_settings_add_menu_title" msgid="8046882347281382968">"జోడించు"</string>
+ <string name="user_dict_settings_add_menu_title" msgid="8046882347281382968">"జోడించండి"</string>
<string name="user_dict_settings_add_dialog_title" msgid="3485845465134083084">"నిఘంటువుకి జోడించు"</string>
<string name="user_dict_settings_add_screen_title" msgid="1866408024073475379">"పదబంధం"</string>
<string name="user_dict_settings_add_dialog_more_options" msgid="2642928746425808108">"మరిన్ని ఆప్షన్లు"</string>
@@ -2254,7 +2254,7 @@
<string name="builtin_keyboard_settings_summary" msgid="4332792334499933856">"భౌతిక కీబోర్డ్ సెట్టింగ్లు"</string>
<string name="gadget_picker_title" msgid="7615902510050731400">"గాడ్జెట్ను ఎంచుకోండి"</string>
<string name="widget_picker_title" msgid="7641298325488989676">"విడ్జెట్ను ఎంచుకోండి"</string>
- <string name="allow_bind_app_widget_activity_allow_bind_title" msgid="3537968409832846255">"విడ్జెట్ను సృష్టించి ప్రాప్యతను అనుమతించాలా?"</string>
+ <string name="allow_bind_app_widget_activity_allow_bind_title" msgid="3537968409832846255">"విడ్జెట్ను సృష్టించి యాక్సెస్ను అనుమతించాలా?"</string>
<string name="allow_bind_app_widget_activity_allow_bind" msgid="5694218981358874429">"మీరు విడ్జెట్ను సృష్టించిన తర్వాత, ఇది ప్రదర్శించే మొత్తం డేటాను <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> యాక్సెస్ చేయవచ్చు."</string>
<string name="allow_bind_app_widget_activity_always_allow_bind" msgid="7268758525344468364">"విడ్జెట్లను సృష్టించి, వాటి డేటాను యాక్సెస్ చేయడానికి <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g>ని ఎల్లప్పుడూ అనుమతించండి"</string>
<string name="usage_stats_label" msgid="6523644917803320085">"వినియోగ గణాంకాలు"</string>
@@ -2368,8 +2368,8 @@
<string name="accessibility_button_low_label" msgid="4193015407828927741">"పారదర్శకం"</string>
<string name="accessibility_button_high_label" msgid="9138077512008190896">"పారదర్శకం కాని"</string>
<string name="accessibility_toggle_high_text_contrast_preference_title" msgid="1830189632458752698">"అధిక కాంట్రాస్ట్ టెక్స్ట్"</string>
- <string name="accessibility_toggle_screen_magnification_auto_update_preference_title" msgid="4987009529235165664">"స్క్రీన్ వర్ధనాన్ని స్వయంచాలకంగా నవీకరించండి"</string>
- <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary" msgid="9034532513972547720">"అనువర్తన పరివర్తనాల్లో స్క్రీన్ వర్ధనాన్ని నవీకరించండి"</string>
+ <string name="accessibility_toggle_screen_magnification_auto_update_preference_title" msgid="4987009529235165664">"స్క్రీన్ వర్ధనాన్ని ఆటోమేటిక్గా అప్డేట్ చేయండి"</string>
+ <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary" msgid="9034532513972547720">"యాప్ పరివర్తనాల్లో స్క్రీన్ వర్ధనాన్ని అప్డేట్ చేయండి"</string>
<string name="accessibility_power_button_ends_call_prerefence_title" msgid="8187306131979612144">"పవర్ బటన్ కాల్ను ముగిస్తుంది"</string>
<string name="accessibility_toggle_large_pointer_icon_title" msgid="5508351959249876801">"పెద్ద మౌస్ పాయింటర్"</string>
<string name="accessibility_disable_animations" msgid="2993529829457179058">"యానిమేషన్లను తీసివేయండి"</string>
@@ -2407,7 +2407,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"నోటిఫికేషన్ వైబ్రేషన్"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"రింగ్ వైబ్రేషన్"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"టచ్ ఫీడ్బ్యాక్"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>ను ఉపయోగించు"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>ను ఉపయోగించు"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>ను తెరవండి"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"\'కలర్-సరిచేయడం\' ఫీచర్ను ఉపయోగించండి"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"క్యాప్షన్లను చూపించు"</string>
@@ -2420,7 +2420,7 @@
<string name="accessibility_shortcut_type_software_gesture" msgid="5608959693931019059">"2-వేళ్లతో కింది నుండి పైకి స్వైప్ చేయడం"</string>
<string name="accessibility_shortcut_type_hardware" msgid="4834144210432451916">"వాల్యూమ్ కీలను నొక్కి, ఉంచడం"</string>
<string name="accessibility_shortcut_type_triple_tap" msgid="7717524216825494543">"స్క్రీన్పై మూడు సార్ల నొక్కడం"</string>
- <string name="accessibility_hearingaid_instruction_continue_button" msgid="3367260988024430722">"కొనసాగించు"</string>
+ <string name="accessibility_hearingaid_instruction_continue_button" msgid="3367260988024430722">"కొనసాగించండి"</string>
<string name="accessibility_hearingaid_title" msgid="427173678199203191">"వినికిడి పరికరాలు"</string>
<string name="accessibility_hearingaid_not_connected_summary" msgid="3371427366765435743">"వినికిడి పరికరాలను కనెక్ట్ చేయలేదు"</string>
<string name="accessibility_hearingaid_adding_summary" msgid="999051610528600783">"వినికిడి మద్దతు ఉపకరణాలను జోడించండి"</string>
@@ -2517,7 +2517,7 @@
<string name="color_magenta" msgid="8943538189219528423">"మెజెంటా"</string>
<string name="enable_service_title" msgid="7231533866953706788">"మీ పరికరాన్ని పూర్తిగా కంట్రోల్ చేయడానికి, <xliff:g id="SERVICE">%1$s</xliff:g>ను అనుమతించాలా?"</string>
<string name="capabilities_list_title" msgid="1225853611983394386">"<xliff:g id="SERVICE">%1$s</xliff:g> ఇవి చేయాల్సి ఉంటుంది:"</string>
- <string name="touch_filtered_warning" msgid="4225815157460318241">"అనుమతి అభ్యర్థనకు ఒక యాప్ అడ్డు తగులుతున్నందున సెట్టింగ్లు మీ ప్రతిస్పందనను ధృవీకరించలేకపోయాయి."</string>
+ <string name="touch_filtered_warning" msgid="4225815157460318241">"అనుమతి రిక్వెస్ట్కు ఒక యాప్ అడ్డు తగులుతున్నందున సెట్టింగ్లు మీ ప్రతిస్పందనను ధృవీకరించలేకపోయాయి."</string>
<string name="enable_service_encryption_warning" msgid="931082737770453755">"మీరు <xliff:g id="SERVICE">%1$s</xliff:g>ని ఆన్ చేస్తే, డేటా గుప్తీకరణను మెరుగుపరచడానికి మీ పరికరం మీ స్క్రీన్ లాక్ను ఉపయోగించదు."</string>
<string name="secure_lock_encryption_warning" msgid="669152607190123579">"మీరు యాక్సెస్ సేవను ఆన్ చేసినందున, డేటా గుప్తీకరణను మెరుగుపరచడానికి మీ పరికరం మీ స్క్రీన్ లాక్ను ఉపయోగించదు."</string>
<string name="enable_service_pattern_reason" msgid="6832846117817938536">"<xliff:g id="SERVICE">%1$s</xliff:g>ని ఆన్ చేయడం వలన డేటా ఎన్క్రిప్షన్ ప్రభావితమవుతుంది, కనుక మీరు మీ నమూనాను నిర్ధారించడం అవసరం."</string>
@@ -2604,8 +2604,8 @@
<string name="background_activity_summary" msgid="3817376868497046016">"నేపథ్యంలో అమలు కావడానికి యాప్ను అనుమతించండి"</string>
<string name="background_activity_summary_disabled" msgid="32459916080651444">"నేపథ్యంలో అమలు కావడానికి యాప్ అనుమతించబడలేదు"</string>
<string name="background_activity_summary_allowlisted" msgid="6240154358657454651">"బ్యాక్గ్రౌండ్ వినియోగం పరిమితం చేయబడదు"</string>
- <string name="background_activity_warning_dialog_title" msgid="3449566823290744823">"నేపథ్య కార్యకలాపాన్ని పరిమితం చేయాలా?"</string>
- <string name="background_activity_warning_dialog_text" msgid="8202776985767701095">"మీరు యాప్ నేపథ్య కార్యకలాపాన్ని పరిమితం చేస్తే, అది సరిగ్గా పని చేయకపోవచ్చు."</string>
+ <string name="background_activity_warning_dialog_title" msgid="3449566823290744823">"నేపథ్య యాక్టివిటీని పరిమితం చేయాలా?"</string>
+ <string name="background_activity_warning_dialog_text" msgid="8202776985767701095">"మీరు యాప్ నేపథ్య యాక్టివిటీని పరిమితం చేస్తే, అది సరిగ్గా పని చేయకపోవచ్చు."</string>
<string name="background_activity_disabled_dialog_text" msgid="4053170297325882494">"ఈ యాప్ బ్యాటరీని ఆప్టిమైజ్ చేయికి సెట్ చేయబడలేదు కనుక, దీన్ని మీరు పరిమితం చేయలేరు.\n\nయాప్ను పరిమితం చేయడానికి, మొదట బ్యాటరీ ఆప్టిమైజేషన్ను ఆన్ చేయండి."</string>
<string name="manager_battery_usage_unrestricted_title" msgid="2426486290463258032">"అపరిమిత"</string>
<string name="manager_battery_usage_optimized_title" msgid="8080765739761921817">"ఆప్టిమైజ్ చేయబడినది"</string>
@@ -2736,10 +2736,10 @@
<string name="dialog_background_check_message" product="tablet" msgid="1282389215667916176">"<xliff:g id="APP_0">%1$s</xliff:g> మీ టాబ్లెట్ను సక్రియంగా ఉంచుతుంది, కనుక బ్యాటరీని మీ టాబ్లెట్ సాధారణ రీతిలో నిర్వహించడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించేందుకు ప్రయత్నించాలంటే, మీరు <xliff:g id="APP_1">%1$s</xliff:g>ని ఆపివేసి, దానిని నేపథ్యంలో అమలు కాకుండా నిరోధించవచ్చు."</string>
<string name="dialog_background_check_message" product="device" msgid="8005524265739819577">"<xliff:g id="APP_0">%1$s</xliff:g> మీ పరికరాన్ని సక్రియంగా ఉంచుతుంది, కనుక బ్యాటరీని మీ పరికరం సాధారణ రీతిలో నిర్వహించడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించేందుకు ప్రయత్నించాలంటే, మీరు <xliff:g id="APP_1">%1$s</xliff:g>ని ఆపివేసి, దానిని నేపథ్యంలో అమలు కాకుండా నిరోధించవచ్చు."</string>
<string name="dialog_background_check_ok" msgid="5792934035264144797">"ఆఫ్ చేయి"</string>
- <string name="dialog_location_title" msgid="1323400468370901875">"స్థానాన్ని ఆఫ్ చేయాలా?"</string>
- <string name="dialog_location_message" product="default" msgid="5597959072209122057">"మీరు యాప్ను ఉపయోగించని సమయంలో కూడా <xliff:g id="APP">%1$s</xliff:g> మీ స్థానాన్ని అభ్యర్థిస్తోంది, కనుక బ్యాటరీని మీ ఫోన్ సాధారణ రీతిలో నిర్వహించడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించడం కోసం, ఈ యాప్నకు మీరు స్థానాన్ని ఆఫ్ చేయవచ్చు."</string>
- <string name="dialog_location_message" product="tablet" msgid="7165269165194599595">"మీరు యాప్ను ఉపయోగించని సమయంలో కూడా <xliff:g id="APP">%1$s</xliff:g> మీ స్థానాన్ని అభ్యర్థిస్తోంది, కనుక బ్యాటరీని మీ టాబ్లెట్ సాధారణ రీతిలో నిర్వహించడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించడం కోసం, ఈ యాప్నకు మీరు స్థానాన్ని ఆఫ్ చేయవచ్చు."</string>
- <string name="dialog_location_message" product="device" msgid="4606829479989940464">"మీరు యాప్ను ఉపయోగించని సమయంలో కూడా <xliff:g id="APP">%1$s</xliff:g> మీ స్థానాన్ని అభ్యర్థిస్తోంది, కనుక బ్యాటరీని మీ పరికరం సాధారణ రీతిలో నిర్వహించడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించడం కోసం, ఈ యాప్నకు మీరు స్థానాన్ని ఆఫ్ చేయవచ్చు."</string>
+ <string name="dialog_location_title" msgid="1323400468370901875">"లొకేషన్ను ఆఫ్ చేయాలా?"</string>
+ <string name="dialog_location_message" product="default" msgid="5597959072209122057">"మీరు యాప్ను ఉపయోగించని సమయంలో కూడా <xliff:g id="APP">%1$s</xliff:g> మీ లొకేషన్ను రిక్వెస్ట్ చేస్తోంది, కనుక బ్యాటరీని మీ ఫోన్ సాధారణ రీతిలో మేనేజ్ చేయడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించడం కోసం, ఈ యాప్నకు మీరు లొకేషన్ను ఆఫ్ చేయవచ్చు."</string>
+ <string name="dialog_location_message" product="tablet" msgid="7165269165194599595">"మీరు యాప్ను ఉపయోగించని సమయంలో కూడా <xliff:g id="APP">%1$s</xliff:g> మీ లొకేషన్ను రిక్వెస్ట్ చేస్తోంది, కనుక బ్యాటరీని మీ టాబ్లెట్ సాధారణ రీతిలో మేనేజ్ చేయడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించడం కోసం, ఈ యాప్నకు మీరు లొకేషన్ను ఆఫ్ చేయవచ్చు."</string>
+ <string name="dialog_location_message" product="device" msgid="4606829479989940464">"మీరు యాప్ను ఉపయోగించని సమయంలో కూడా <xliff:g id="APP">%1$s</xliff:g> మీ లొకేషన్ను అభ్యర్థిస్తోంది, కనుక బ్యాటరీని మీ పరికరం సాధారణ రీతిలో మేనేజ్ చేయడం సాధ్యం కాదు.\n\nఈ సమస్యను పరిష్కరించడం కోసం, ఈ యాప్నకు మీరు లొకేషన్ను ఆఫ్ చేయవచ్చు."</string>
<string name="dialog_location_ok" msgid="6338680851382069716">"ఆఫ్ చేయి"</string>
<string name="power_screen" msgid="4596900105850963806">"స్క్రీన్"</string>
<string name="power_flashlight" msgid="8993388636332573202">"ఫ్లాష్లైట్"</string>
@@ -2747,7 +2747,7 @@
<string name="power_wifi" msgid="4614007837288250325">"Wi‑Fi"</string>
<string name="power_bluetooth" msgid="5085900180846238196">"బ్లూటూత్"</string>
<string name="power_cell" msgid="5507921058696341513">"మొబైల్ నెట్వర్క్ స్టాండ్బై"</string>
- <string name="power_phone" msgid="2768396619208561670">"వాయిస్ కాల్లు"</string>
+ <string name="power_phone" msgid="2768396619208561670">"వాయిస్ కాల్స్"</string>
<string name="power_idle" product="tablet" msgid="4689321599298911021">"టాబ్లెట్ నిష్క్రియం"</string>
<string name="power_idle" product="default" msgid="9132502722499465252">"ఫోన్ ఇన్యాక్టివ్"</string>
<string name="power_unaccounted" msgid="2160811497426475703">"నానావిధమైనవి"</string>
@@ -2779,7 +2779,7 @@
<string name="battery_action_display" msgid="6515712081248863749">"స్క్రీన్ సెట్టింగ్లు"</string>
<string name="battery_action_wifi" msgid="1829212604573932607">"Wi‑Fi సెట్టింగ్లు"</string>
<string name="battery_action_bluetooth" msgid="4723692623358386789">"బ్లూటూత్ సెట్టింగ్లు"</string>
- <string name="battery_desc_voice" msgid="6900799826084022585">"వాయిస్ కాల్ల ద్వారా వినియోగించబడిన బ్యాటరీ"</string>
+ <string name="battery_desc_voice" msgid="6900799826084022585">"వాయిస్ కాల్స్ల ద్వారా వినియోగించబడిన బ్యాటరీ"</string>
<string name="battery_desc_standby" product="tablet" msgid="5818742458684767043">"టాబ్లెట్ నిష్క్రియంగా ఉన్నప్పుడు వినియోగించబడిన బ్యాటరీ"</string>
<string name="battery_desc_standby" product="default" msgid="2543075041964578103">"ఫోన్ నిష్క్రియంగా ఉన్నప్పుడు వినియోగించబడిన బ్యాటరీ"</string>
<string name="battery_desc_radio" msgid="454677140485133914">"సెల్ రేడియో ద్వారా వినియోగించబడిన బ్యాటరీ"</string>
@@ -2845,7 +2845,7 @@
<string name="menu_stats_total" msgid="2713445396954503670">"వినియోగ మొత్తాలు"</string>
<string name="menu_stats_refresh" msgid="6727628139586938835">"రిఫ్రెష్ చేయి"</string>
<string name="process_mediaserver_label" msgid="6135260215912215092">"మీడియా సర్వర్"</string>
- <string name="process_dex2oat_label" msgid="1190208677726583153">"అనువర్తన అనుకూలీకరణ"</string>
+ <string name="process_dex2oat_label" msgid="1190208677726583153">"యాప్ అనుకూలీకరణ"</string>
<string name="battery_saver" msgid="7737147344510595864">"బ్యాటరీ సేవర్"</string>
<string name="battery_saver_auto_title" msgid="6789753787070176144">"ఆటోమేటిక్గా ఆన్ చేయండి"</string>
<string name="battery_saver_auto_no_schedule" msgid="5123639867350138893">"ఏదీ షెడ్యూల్ కాలేదు"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"గత 24 గంటలకు సిస్టమ్ వినియోగం"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> కోసం సిస్టమ్ వినియోగం సమాచారం"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> కోసం యాప్ వినియోగ సమాచారం"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"మొత్తం సమయం: ఒక నిమిషం కన్నా తక్కువ"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"బ్యాక్గ్రౌండ్ సమయం: ఒక నిమిషం కన్నా తక్కువ"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"మొత్తం ఉపయోగం: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -2954,7 +2952,7 @@
<string name="trusted_credentials" msgid="2522784976058244683">"విశ్వసనీయ ఆధారాలు"</string>
<string name="trusted_credentials_summary" msgid="345822338358409468">"విశ్వసనీయ CA సర్టిఫికెట్లను ప్రదర్శించు"</string>
<string name="user_credentials" msgid="4044405430790970775">"యూజర్ ఆధారాలు"</string>
- <string name="user_credentials_summary" msgid="686471637627271856">"స్టోరేజ్లోని ఆధారాలను చూడండి, వాటిని సవరించండి"</string>
+ <string name="user_credentials_summary" msgid="686471637627271856">"స్టోరేజ్లోని ఆధారాలను చూడండి, వాటిని ఎడిట్ చేయండి"</string>
<string name="advanced_security_title" msgid="7117581975877192652">"అధునాతన సెట్టింగ్లు"</string>
<string name="credentials_settings_not_available" msgid="7433088409177429600">"ఈ వినియోగదారు కోసం ఆధారాలు అందుబాటులో లేవు"</string>
<string name="credential_for_vpn_and_apps" msgid="2208229692860871136">"VPN, యాప్ల కోసం ఇన్స్టాల్ చేయబడింది"</string>
@@ -2995,18 +2993,18 @@
<string name="backup_section_title" msgid="6539706829848457794">"బ్యాకప్ & పునరుద్ధరణ"</string>
<string name="personal_data_section_title" msgid="6368610168625722682">"వ్యక్తిగత డేటా"</string>
<string name="backup_data_title" msgid="507663517227498525">"నా డేటాను బ్యాకప్ చేయి"</string>
- <string name="backup_data_summary" msgid="8054551085241427531">"అనువర్తన డేటా, Wi‑Fi పాస్వర్డ్లు మరియు ఇతర సెట్టింగ్లను Google సర్వర్లకు బ్యాకప్ చేయండి"</string>
+ <string name="backup_data_summary" msgid="8054551085241427531">"యాప్ డేటా, Wi‑Fi పాస్వర్డ్లు మరియు ఇతర సెట్టింగ్లను Google సర్వర్లకు బ్యాకప్ చేయండి"</string>
<string name="backup_configure_account_title" msgid="8574055186903658842">"ఖాతాను బ్యాకప్ చేయి"</string>
<string name="backup_data_management_title" msgid="6596830198441939702">"బ్యాకప్ ఖాతాని నిర్వహించు"</string>
- <string name="include_app_data_title" msgid="2969603876620594523">"అనువర్తన డేటాను చేర్చు"</string>
+ <string name="include_app_data_title" msgid="2969603876620594523">"యాప్ డేటాను చేర్చు"</string>
<string name="auto_restore_title" msgid="4124345897936637561">"ఆటోమేటిక్ పునరుద్ధరణ"</string>
<string name="auto_restore_summary" msgid="6830198851045584001">"యాప్ను మళ్లీ ఇన్స్టాల్ చేస్తున్నప్పుడు, బ్యాకప్ చేయబడిన సెట్టింగ్లను మరియు డేటాను పునరుద్ధరించండి"</string>
<string name="backup_inactive_title" msgid="6753265378043349277">"బ్యాకప్ సేవను సక్రియం చేయలేదు"</string>
<string name="backup_configure_account_default_summary" msgid="5323225330966306690">"ప్రస్తుతం ఏ ఖాతా బ్యాకప్ చేయబడిన డేటాను నిల్వ చేయడం లేదు"</string>
<string name="backup_erase_dialog_title" msgid="5892431263348766484"></string>
- <string name="backup_erase_dialog_message" msgid="2250872501409574331">"Google సర్వర్ల్లో మీ Wi‑Fi పాస్వర్డ్లు, బుక్మార్క్లు, ఇతర సెట్టింగ్లు మరియు అనువర్తన డేటాను బ్యాకప్ చేయడాన్ని ఆపివేయడంతో పాటు అదనంగా అన్ని కాపీలను ఎరేజ్ చేయాలా?"</string>
- <string name="fullbackup_erase_dialog_message" msgid="2379053988557486162">"పరికర డేటా (Wi-Fi పాస్వర్డ్లు మరియు కాల్ చరిత్ర వంటివి) మరియు అనువర్తన డేటాను (సెట్టింగ్లు మరియు అనువర్తనాల ద్వారా నిల్వ చేయబడిన ఫైల్లు వంటివి) బ్యాకప్ చేయడం ఆపివేసి, రిమోట్ సర్వర్ల్లోని అన్ని కాపీలను తీసివేయాలా?"</string>
- <string name="fullbackup_data_summary" msgid="971587401251601473">"డివైజ్ డేటా (Wi-Fi పాస్వర్డ్లు మరియు కాల్ చరిత్ర వంటివి) మరియు యాప్ డేటాను (సెట్టింగ్లు మరియు యాప్ల ద్వారా నిల్వ చేయబడిన ఫైల్లు వంటివి) స్వయంచాలకంగా రిమోట్ విధానంలో బ్యాకప్ చేస్తుంది.\n\nమీరు స్వీయ బ్యాకప్ను ఆన్ చేసినప్పుడు, డివైజ్ మరియు యాప్ డేటా కాలానుగుణంగా రిమోట్ విధానంలో సేవ్ చేయబడుతుంది. డివైజ్లు, సందేశాలు మరియు ఫోటోల వంటి సున్నితమైన వ్యక్తిగత డేటాతో సహా యాప్ సేవ్ చేసిన (డెవలపర్ సెట్టింగ్ల ఆధారంగా) ఎలాంటి డేటా అయినా యాప్ డేటాగా పరిగణించబడుతుంది."</string>
+ <string name="backup_erase_dialog_message" msgid="2250872501409574331">"Google సర్వర్ల్లో మీ Wi‑Fi పాస్వర్డ్లు, బుక్మార్క్లు, ఇతర సెట్టింగ్లు మరియు యాప్ డేటాను బ్యాకప్ చేయడాన్ని ఆపివేయడంతో పాటు అదనంగా అన్ని కాపీలను ఎరేజ్ చేయాలా?"</string>
+ <string name="fullbackup_erase_dialog_message" msgid="2379053988557486162">"పరికర డేటా (Wi-Fi పాస్వర్డ్లు మరియు కాల్ చరిత్ర వంటివి) మరియు యాప్ డేటాను (సెట్టింగ్లు మరియు యాప్ల ద్వారా నిల్వ చేయబడిన ఫైళ్లు వంటివి) బ్యాకప్ చేయడం ఆపివేసి, రిమోట్ సర్వర్ల్లోని అన్ని కాపీలను తీసివేయాలా?"</string>
+ <string name="fullbackup_data_summary" msgid="971587401251601473">"డివైజ్ డేటా (Wi-Fi పాస్వర్డ్లు మరియు కాల్ చరిత్ర వంటివి) మరియు యాప్ డేటాను (సెట్టింగ్లు మరియు యాప్ల ద్వారా నిల్వ చేయబడిన ఫైళ్లు వంటివి) ఆటోమేటిక్గా రిమోట్ విధానంలో బ్యాకప్ చేస్తుంది.\n\nమీరు స్వీయ బ్యాకప్ను ఆన్ చేసినప్పుడు, డివైజ్ మరియు యాప్ డేటా కాలానుగుణంగా రిమోట్ విధానంలో సేవ్ చేయబడుతుంది. డివైజ్లు, మెసేజ్లు మరియు ఫోటోల వంటి సున్నితమైన వ్యక్తిగత డేటాతో సహా యాప్ సేవ్ చేసిన (డెవలపర్ సెట్టింగ్ల ఆధారంగా) ఎలాంటి డేటా అయినా యాప్ డేటాగా పరిగణించబడుతుంది."</string>
<string name="device_admin_settings_title" msgid="31392408594557070">"పరికర నిర్వాహకుల సెట్టింగ్లు"</string>
<string name="active_device_admin_msg" msgid="7744106305636543184">"డివైజ్ నిర్వాహకుల యాప్"</string>
<string name="remove_device_admin" msgid="3143059558744287259">"ఈ పరికర అడ్మిన్ యాప్ను డీయాక్టివేట్ చేయి"</string>
@@ -3023,7 +3021,7 @@
<string name="device_admin_status" msgid="6332571781623084064">"ఈ అడ్మిన్ యాప్ యాక్టివ్గా ఉంది. కింది చర్యలు చేయడానికి <xliff:g id="APP_NAME">%1$s</xliff:g> యాప్ను అనుమతిస్తుంది:"</string>
<string name="profile_owner_add_title" msgid="2774489881662331549">"ప్రొఫైల్ నిర్వాహకుడిని సక్రియం చేయాలా?"</string>
<string name="profile_owner_add_title_simplified" msgid="2320828996993774182">"పర్యవేక్షణను అనుమతించాలా?"</string>
- <string name="adding_profile_owner_warning" msgid="6868275476058020513">"కొనసాగిస్తే, మీ వినియోగదారును మీ నిర్వాహకులు నిర్వహించగలరు, దాని వలన మీ వ్యక్తిగత డేటాతో పాటు అనుబంధితంగా ఉన్న డేటా కూడా నిల్వ చేయబడవచ్చు.\n\nమీ నిర్వాహకులు నెట్వర్క్ కార్యకలాపం మరియు మీ డివైజ్ యొక్క స్థాన సమాచారంతో పాటు ఈ వినియోగదారుకు అనుబంధితంగా ఉన్న సెట్టింగ్లు, యాక్సెస్, యాప్లు మరియు డేటాని పర్యవేక్షించగలరు మరియు నిర్వహించగలరు."</string>
+ <string name="adding_profile_owner_warning" msgid="6868275476058020513">"కొనసాగిస్తే, మీ యూజర్ను మీ అడ్మిన్ మేనేజ్ చేయగలరు, దాని వలన మీ వ్యక్తిగత డేటాతో పాటు అనుబంధితంగా ఉన్న డేటా కూడా స్టోర్ చేయబడవచ్చు.\n\nమీ అడ్మిన్ నెట్వర్క్ యాక్టివిటీ, మీ డివైజ్ యొక్క లొకేషన్ సమాచారంతో పాటు ఈ యూజర్కు అనుబంధితంగా ఉన్న సెట్టింగ్లు, యాక్సెస్, యాప్లు మరియు డేటాని పర్యవేక్షించగలరు, మేనేజ్ చేయగలరు."</string>
<string name="admin_disabled_other_options" msgid="8122039047419172139">"ఇతర ఎంపికలను మీ నిర్వాహకులు నిలిపివేసారు"</string>
<string name="admin_more_details" msgid="4928985331640193758">"మరింత తెలుసుకోండి"</string>
<string name="notification_log_title" msgid="2812594935014664891">"నోటిఫికేషన్ లాగ్"</string>
@@ -3037,14 +3035,14 @@
</plurals>
<string name="sound_category_call_ringtone_vibrate_title" msgid="9090693401915654528">"కాల్ రింగ్టోన్ & వైబ్రేట్"</string>
<string name="wifi_setup_detail" msgid="2012898800571616422">"నెట్వర్క్ వివరాలు"</string>
- <string name="accessibility_sync_enabled" msgid="5308864640407050209">"సమకాలీకరణ ప్రారంభించబడింది"</string>
- <string name="accessibility_sync_disabled" msgid="5507600126380593611">"సమకాలీకరణ నిలిపివేయబడింది"</string>
+ <string name="accessibility_sync_enabled" msgid="5308864640407050209">"సింక్ ప్రారంభించబడింది"</string>
+ <string name="accessibility_sync_disabled" msgid="5507600126380593611">"సింక్ నిలిపివేయబడింది"</string>
<string name="accessibility_sync_in_progress" msgid="3229428197779196660">"ఇప్పుడు సమకాలీకరిస్తోంది"</string>
- <string name="accessibility_sync_error" msgid="7248490045013170437">"సమకాలీకరణ ఎర్రర్."</string>
- <string name="sync_failed" msgid="3806495232114684984">"సమకాలీకరణ విఫలమైంది"</string>
- <string name="sync_active" msgid="5787407579281739975">"సమకాలీకరణ సక్రియంగా ఉంది"</string>
- <string name="account_sync_settings_title" msgid="2684888109902800966">"సమకాలీకరణ"</string>
- <string name="sync_is_failing" msgid="6738004111400633331">"సమకాలీకరణ ప్రస్తుతం సమస్యలను ఎదుర్కొంటోంది. ఇది త్వరలో అందుబాటులోకి వస్తుంది."</string>
+ <string name="accessibility_sync_error" msgid="7248490045013170437">"సింక్ ఎర్రర్."</string>
+ <string name="sync_failed" msgid="3806495232114684984">"సింక్ విఫలమైంది"</string>
+ <string name="sync_active" msgid="5787407579281739975">"సింక్ సక్రియంగా ఉంది"</string>
+ <string name="account_sync_settings_title" msgid="2684888109902800966">"సింక్"</string>
+ <string name="sync_is_failing" msgid="6738004111400633331">"సింక్ ప్రస్తుతం సమస్యలను ఎదుర్కొంటోంది. ఇది త్వరలో అందుబాటులోకి వస్తుంది."</string>
<string name="add_account_label" msgid="7134707140831385869">"ఖాతాను జోడించండి"</string>
<string name="managed_profile_not_available_label" msgid="7500578232182547365">"కార్యాలయ ప్రొఫైల్ ఇప్పటికీ అందుబాటులో లేదు"</string>
<string name="work_mode_label" msgid="1001415270126064436">"ఆఫీస్ ప్రొఫైల్"</string>
@@ -3055,24 +3053,24 @@
<string name="background_data_summary" msgid="6572245922513522466">"యాప్లు ఏ సమయంలోనైనా డేటాను సమకాలీకరించవచ్చు, పంపవచ్చు మరియు స్వీకరించవచ్చు"</string>
<string name="background_data_dialog_title" msgid="1692005302993229867">"నేపథ్య డేటాను నిలిపివేయాలా?"</string>
<string name="background_data_dialog_message" msgid="7760280837612824670">"నేపథ్య డేటాను నిలిపివేయడం వలన బ్యాటరీ జీవితకాలం పెరుగుతుంది మరియు డేటా వినియోగం తగ్గుతుంది. కొన్ని యాప్లు అప్పటికీ నేపథ్య డేటా కనెక్షన్ను ఉపయోగించవచ్చు."</string>
- <string name="sync_automatically" msgid="4874122892765430304">"అనువర్తన డేటాను స్వయంచాలకంగా సమకాలీకరించు"</string>
- <string name="sync_enabled" msgid="5794103781356455043">"సమకాలీకరణ ఆన్లో ఉంది"</string>
+ <string name="sync_automatically" msgid="4874122892765430304">"యాప్ డేటాను ఆటోమేటిక్గా సమకాలీకరించు"</string>
+ <string name="sync_enabled" msgid="5794103781356455043">"సింక్ ఆన్లో ఉంది"</string>
<string name="sync_disabled" msgid="1636223106968593391">"సింక్ ఆఫ్లో ఉంది"</string>
- <string name="sync_error" msgid="846923369794727644">"సమకాలీకరణ ఎర్రర్"</string>
+ <string name="sync_error" msgid="846923369794727644">"సింక్ ఎర్రర్"</string>
<string name="last_synced" msgid="1527008461298110443">"చివరిగా సింక్ చేసినది <xliff:g id="LAST_SYNC_TIME">%1$s</xliff:g>"</string>
<string name="sync_in_progress" msgid="6200093151211458977">"ఇప్పుడు సమకాలీకరిస్తోంది…"</string>
<string name="settings_backup" msgid="5357973563989458049">"బ్యాకప్ సెట్టింగ్లు"</string>
<string name="settings_backup_summary" msgid="6803046376335724034">"నా సెట్టింగ్లను బ్యాకప్ చేయి"</string>
<string name="sync_menu_sync_now" msgid="3948443642329221882">"ఇప్పుడే సింక్ చేయి"</string>
- <string name="sync_menu_sync_cancel" msgid="2422994461106269813">"సమకాలీకరణను రద్దు చేయి"</string>
+ <string name="sync_menu_sync_cancel" msgid="2422994461106269813">"సింక్ను రద్దు చేయి"</string>
<string name="sync_one_time_sync" msgid="8114337154112057462">"ఇప్పుడే సమకాలీకరించడానికి నొక్కండి<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
<string name="sync_gmail" msgid="228561698646018808">"Gmail"</string>
<string name="sync_calendar" msgid="4603704438090387251">"Calendar"</string>
<string name="sync_contacts" msgid="2376465611511325472">"కాంటాక్ట్లు"</string>
- <string name="sync_plug" msgid="7956982719077985381"><font fgcolor="#ffffffff">"Google సమకాలీకరణకు స్వాగతం!"</font>" \nమీరు ఎక్కడ ఉన్నా సరే మీ పరిచయాలు, నియామకాలు మరియు మరిన్నింటికి ప్రాప్యతను అనుమతించడం కోసం డేటాను సమకాలీకరించడానికి Google అవలంబించే విధానం."</string>
- <string name="header_application_sync_settings" msgid="7427706834875419243">"అనువర్తన సమకాలీకరణ సెట్టింగ్లు"</string>
- <string name="header_data_and_synchronization" msgid="453920312552838939">"డేటా & సమకాలీకరణ"</string>
+ <string name="sync_plug" msgid="7956982719077985381"><font fgcolor="#ffffffff">"Google సింక్కు స్వాగతం!"</font>" \nమీరు ఎక్కడ ఉన్నా సరే మీకాంటాక్ట్లు, నియామకాలు మరియు మరిన్నింటికి యాక్సెస్ను అనుమతించడం కోసం డేటాను సమకాలీకరించడానికి Google అవలంబించే విధానం."</string>
+ <string name="header_application_sync_settings" msgid="7427706834875419243">"యాప్ సింక్ సెట్టింగ్లు"</string>
+ <string name="header_data_and_synchronization" msgid="453920312552838939">"డేటా & సింక్"</string>
<string name="preference_change_password_title" msgid="5465821666939825972">"పాస్వర్డ్ని మార్చండి"</string>
<string name="header_account_settings" msgid="1189339410278750008">"ఖాతా సెట్టింగ్లు"</string>
<string name="remove_account_label" msgid="4169490568375358010">"ఖాతాను తీసివేయి"</string>
@@ -3083,7 +3081,7 @@
<string name="really_remove_account_message" product="device" msgid="5241756807386611084">"ఈ ఖాతాను తీసివేయడం వలన, దీనికి సంబంధించిన అన్ని SMSలు, కాంటాక్ట్లతో సహా ఇతర డేటా మొత్తం పరికరం నుండి తొలగించబడుతుంది!"</string>
<string name="remove_account_failed" msgid="3709502163548900644">"ఈ మార్పును మీ నిర్వాహకులు అనుమతించలేదు"</string>
<string name="cant_sync_dialog_title" msgid="2613000568881139517">"మాన్యువల్గా సమకాలీకరించడం సాధ్యపడదు"</string>
- <string name="cant_sync_dialog_message" msgid="7612557105054568581">"ఈ అంశం యొక్క సమకాలీకరణ ప్రస్తుతం నిలిపివేయబడింది. ఈ సెట్టింగ్ను మార్చడానికి, నేపథ్య డేటాను మరియు స్వయంచాలక సమకాలీకరణను తాత్కాలికంగా ప్రారంభించండి."</string>
+ <string name="cant_sync_dialog_message" msgid="7612557105054568581">"ఈ అంశం యొక్క సింక్ ప్రస్తుతం నిలిపివేయబడింది. ఈ సెట్టింగ్ను మార్చడానికి, నేపథ్య డేటాను మరియు ఆటోమేటిక్ సింక్ను తాత్కాలికంగా ప్రారంభించండి."</string>
<string name="enter_password" msgid="6327051330258595331">"Androidని ప్రారంభించడానికి, మీ పాస్వర్డ్ని నమోదు చేయండి"</string>
<string name="enter_pin" msgid="1029287617551232681">"Androidని ప్రారంభించడానికి, మీ పిన్ను నమోదు చేయండి"</string>
<string name="enter_pattern" msgid="1747316785866742960">"Androidని ప్రారంభించడానికి, మీ నమూనాను గీయండి"</string>
@@ -3093,7 +3091,7 @@
<string name="checking_decryption" msgid="6111642972615688237">"తనిఖీ చేస్తున్నాము..."</string>
<string name="starting_android" msgid="6694154070215356186">"Androidని ప్రారంభిస్తున్నాము..."</string>
<string name="delete" msgid="8330605554706263775">"తొలగించు"</string>
- <string name="misc_files" msgid="6598066985800749585">"నానావిధమైన ఫైల్లు"</string>
+ <string name="misc_files" msgid="6598066985800749585">"నానావిధమైన ఫైళ్లు"</string>
<string name="misc_files_selected_count" msgid="5597802791672749532">"<xliff:g id="TOTAL">%2$d</xliff:g>లో <xliff:g id="NUMBER">%1$d</xliff:g> ఎంచుకోబడ్డాయి"</string>
<string name="misc_files_selected_count_bytes" msgid="7622766714974500289">"<xliff:g id="TOTAL">%2$s</xliff:g>లో <xliff:g id="NUMBER">%1$s</xliff:g>"</string>
<string name="select_all" msgid="7898929601615536401">"అన్నీ ఎంచుకోండి"</string>
@@ -3115,10 +3113,10 @@
<string name="data_usage_menu_show_ethernet" msgid="4401026240876938859">"ఈథర్నెట్ వినియోగాన్ని చూపు"</string>
<string name="data_usage_menu_hide_ethernet" msgid="7792365022467586772">"ఈథర్నెట్ వినియోగాన్ని దాచు"</string>
<string name="data_usage_menu_metered" msgid="4279260736172851951">"నెట్వర్క్ పరిమితులు"</string>
- <string name="data_usage_menu_auto_sync" msgid="2632694000068175025">"డేటా స్వీయ-సమకాలీకరణ"</string>
+ <string name="data_usage_menu_auto_sync" msgid="2632694000068175025">"డేటా స్వీయ-సింక్"</string>
<string name="data_usage_menu_sim_cards" msgid="8966135605336735887">"సిమ్ కార్డులు"</string>
<string name="data_usage_cellular_data_summary" msgid="8139993171126153316">"పరిమితి చేరు. పాజ్ చేయబ."</string>
- <string name="account_settings_menu_auto_sync" msgid="1660484779001900562">"డేటా స్వీయ-సమకాలీకరణ"</string>
+ <string name="account_settings_menu_auto_sync" msgid="1660484779001900562">"డేటా స్వీయ-సింక్"</string>
<string name="account_settings_menu_auto_sync_personal" msgid="2905595464540145671">"వ్యక్తిగత డేటా ఆటో-సింక్"</string>
<string name="account_settings_menu_auto_sync_work" msgid="8561102487795657789">"ఆఫీస్ డేటాను ఆటో-సింక్ చేయి"</string>
<string name="data_usage_change_cycle" msgid="4501026427365283899">"సైకిల్ను మార్చు…"</string>
@@ -3210,9 +3208,9 @@
<string name="vpn_no_ca_cert" msgid="3687379414088677735">"(సర్వర్ను ధృవీకరించదు)"</string>
<string name="vpn_no_server_cert" msgid="8106540968643125407">"(సర్వర్ నుండి స్వీకరించబడింది)"</string>
<string name="vpn_always_on_invalid_reason_type" msgid="4699113710248872972">"ఈ రకమైన VPNని ఎల్లప్పుడూ కనెక్ట్ చేసి ఉంచడం సాధ్యం కాదు"</string>
- <string name="vpn_always_on_invalid_reason_server" msgid="2635347740046212693">"ఎల్లప్పుడూ ఆన్లో ఉండే VPNలో కేవలం సంఖ్యాత్మక సర్వర్ చిరునామాలకు మాత్రమే మద్దతు ఉంటుంది"</string>
+ <string name="vpn_always_on_invalid_reason_server" msgid="2635347740046212693">"ఎల్లప్పుడూ ఆన్లో ఉండే VPNలో కేవలం సంఖ్యాత్మక సర్వర్ అడ్రస్లకు మాత్రమే మద్దతు ఉంటుంది"</string>
<string name="vpn_always_on_invalid_reason_no_dns" msgid="3980357762395272467">"ఎల్లప్పుడూ ఆన్లో ఉండే VPN కోసం DNS సర్వర్ని తప్పనిసరిగా పేర్కొనాలి"</string>
- <string name="vpn_always_on_invalid_reason_dns" msgid="3934369594591801587">"ఎల్లప్పుడూ ఆన్లో ఉండే VPN కోసం DNS సర్వర్ చిరునామాలు తప్పనిసరిగా సంఖ్యలు అయి ఉండాలి"</string>
+ <string name="vpn_always_on_invalid_reason_dns" msgid="3934369594591801587">"ఎల్లప్పుడూ ఆన్లో ఉండే VPN కోసం DNS సర్వర్ అడ్రస్లు తప్పనిసరిగా సంఖ్యలు అయి ఉండాలి"</string>
<string name="vpn_always_on_invalid_reason_other" msgid="4571905303713233321">"ఎంటర్ చేసిన సమాచారానికి ఎల్లప్పుడూ ఆన్లో ఉండే VPN సపోర్ట్ చేయదు"</string>
<string name="vpn_cancel" msgid="5929410618112404383">"రద్దు చేయి"</string>
<string name="vpn_done" msgid="5137858784289564985">"తీసివేయి"</string>
@@ -3250,7 +3248,7 @@
<string name="vpn_insecure_dialog_subtitle" msgid="1857621742868835300">"సురక్షితం కాదు. IKEv2 VPNకు అప్డేట్ చేయండి"</string>
<string name="vpn_lockdown_summary" msgid="4700625960550559029">"ఎల్లప్పుడూ కనెక్ట్ చేయబడి ఉండటానికి VPN ప్రొఫైల్ను ఎంచుకోండి. ఈ VPNకి కనెక్ట్ అయి ఉన్నప్పుడు మాత్రమే నెట్వర్క్ ట్రాఫిక్ అనుమతించబడుతుంది."</string>
<string name="vpn_lockdown_none" msgid="455915403560910517">"ఏదీ వద్దు"</string>
- <string name="vpn_lockdown_config_error" msgid="1992071316416371316">"ఎల్లప్పుడూ-ఆన్లో ఉండే VPNకి సర్వర్ మరియు DNS రెండింటి IP చిరునామా అవసరం."</string>
+ <string name="vpn_lockdown_config_error" msgid="1992071316416371316">"ఎల్లప్పుడూ-ఆన్లో ఉండే VPNకి సర్వర్ మరియు DNS రెండింటి IP అడ్రస్ అవసరం."</string>
<string name="vpn_no_network" msgid="7187593680049843763">"నెట్వర్క్ కనెక్షన్ లేదు. దయచేసి తర్వాత మళ్లీ ప్రయత్నించండి."</string>
<string name="vpn_disconnected" msgid="7694522069957717501">"VPN నుండి డిస్కనెక్ట్ చేయబడింది"</string>
<string name="vpn_disconnected_summary" msgid="721699709491697712">"దేనికీ కనెక్ట్ కాలేదు"</string>
@@ -3287,12 +3285,12 @@
<item quantity="one">ప్రమాణపత్రాన్ని విశ్వసించండి లేదా తీసివేయండి</item>
</plurals>
<plurals name="ssl_ca_cert_info_message_device_owner" formatted="false" msgid="2788832560436163252">
- <item quantity="other"><xliff:g id="MANAGING_DOMAIN_1">%s</xliff:g> మీ పరికరంలో సర్టిఫికెట్ అధికారాలను ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా మీ పరికర నెట్వర్క్ కార్యకలాపాన్ని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ల గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
- <item quantity="one"><xliff:g id="MANAGING_DOMAIN_0">%s</xliff:g> మీ పరికరంలో సర్టిఫికెట్ అధికారాన్ని ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా మీ పరికర నెట్వర్క్ కార్యకలాపాన్ని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
+ <item quantity="other"><xliff:g id="MANAGING_DOMAIN_1">%s</xliff:g> మీ పరికరంలో సర్టిఫికెట్ అధికారాలను ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా మీ పరికర నెట్వర్క్ యాక్టివిటీని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ల గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
+ <item quantity="one"><xliff:g id="MANAGING_DOMAIN_0">%s</xliff:g> మీ పరికరంలో సర్టిఫికెట్ అధికారాన్ని ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా మీ పరికర నెట్వర్క్ యాక్టివిటీని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
</plurals>
<plurals name="ssl_ca_cert_info_message" formatted="false" msgid="3989916958347169622">
- <item quantity="other"><xliff:g id="MANAGING_DOMAIN_1">%s</xliff:g> మీ కార్యాలయ ప్రొఫైల్ కోసం సర్టిఫికెట్ అధికారాలను ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా కార్యాలయ నెట్వర్క్ కార్యకలాపాన్ని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ల గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
- <item quantity="one"><xliff:g id="MANAGING_DOMAIN_0">%s</xliff:g> మీ కార్యాలయ ప్రొఫైల్ కోసం సర్టిఫికెట్ అధికారాన్ని ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా కార్యాలయ నెట్వర్క్ కార్యకలాపాన్ని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
+ <item quantity="other"><xliff:g id="MANAGING_DOMAIN_1">%s</xliff:g> మీ కార్యాలయ ప్రొఫైల్ కోసం సర్టిఫికెట్ అధికారాలను ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా కార్యాలయ నెట్వర్క్ యాక్టివిటీని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ల గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
+ <item quantity="one"><xliff:g id="MANAGING_DOMAIN_0">%s</xliff:g> మీ కార్యాలయ ప్రొఫైల్ కోసం సర్టిఫికెట్ అధికారాన్ని ఇన్స్టాల్ చేసింది, దీని వల్ల వారు ఇమెయిల్లు, యాప్లు మరియు సురక్షితమైన వెబ్సైట్లతో సహా కార్యాలయ నెట్వర్క్ యాక్టివిటీని పర్యవేక్షించడానికి అనుమతించబడవచ్చు.\n\nఈ సర్టిఫికెట్ గురించి మరింత సమాచారం కోసం, మీ నిర్వాహకులను సంప్రదించండి.</item>
</plurals>
<string name="ssl_ca_cert_warning_message" msgid="4374052724815563051">"మూడవ పక్షం ఇమెయిల్లు, యాప్లు మరియు సురక్షిత వెబ్సైట్లతో సహా మీ నెట్వర్క్ కార్యాచరణను పర్యవేక్షించగలిగే సామర్థ్యాన్ని కలిగి ఉంటారు.\n\nమీ పరికరంలో ఇన్స్టాల్ చేయబడిన విశ్వసనీయ ఆధారాల వలన ఇది సాధ్యపడుతుంది."</string>
<plurals name="ssl_ca_cert_settings_button" formatted="false" msgid="125941406175485894">
@@ -3336,12 +3334,12 @@
<string name="user_exit_guest_confirm_title" msgid="1284823459630164754">"అతిథిని తీసివేయాలా?"</string>
<string name="user_exit_guest_confirm_message" msgid="8995296853928816554">"ఈ సెషన్లోని అన్ని యాప్లు మరియు డేటా తొలగించబడతాయి."</string>
<string name="user_exit_guest_dialog_remove" msgid="7067727314172605181">"తీసివేయి"</string>
- <string name="user_enable_calling" msgid="264875360626905535">"ఫోన్ కాల్లను ఆన్ చేయి"</string>
- <string name="user_enable_calling_sms" msgid="8546430559552381324">"ఫోన్ కాల్లు & SMS ఆన్ చేయి"</string>
+ <string name="user_enable_calling" msgid="264875360626905535">"ఫోన్ కాల్స్ను ఆన్ చేయి"</string>
+ <string name="user_enable_calling_sms" msgid="8546430559552381324">"ఫోన్ కాల్స్ & SMS ఆన్ చేయి"</string>
<string name="user_remove_user" msgid="8468203789739693845">"వినియోగదారుని తొలగించు"</string>
- <string name="user_enable_calling_confirm_title" msgid="7868894792723368364">"ఫోన్ కాల్లను ఆన్ చేయాలా?"</string>
+ <string name="user_enable_calling_confirm_title" msgid="7868894792723368364">"ఫోన్ కాల్స్ను ఆన్ చేయాలా?"</string>
<string name="user_enable_calling_confirm_message" msgid="4924965198409050155">"కాల్ హిస్టరీ ఈ యూజర్తో షేర్ చేయబడుతుంది."</string>
- <string name="user_enable_calling_and_sms_confirm_title" msgid="4041510268838725520">"ఫోన్ కాల్లు & SMSను ఆన్ చేయాలా?"</string>
+ <string name="user_enable_calling_and_sms_confirm_title" msgid="4041510268838725520">"ఫోన్ కాల్స్ & SMSను ఆన్ చేయాలా?"</string>
<string name="user_enable_calling_and_sms_confirm_message" msgid="367792286597449922">"కాల్, SMS హిస్టరీ ఈ యూజర్తో షేర్ చేయబడుతుంది."</string>
<string name="emergency_info_title" msgid="8233682750953695582">"ఎమర్జెన్సీ సమాచారం"</string>
<string name="emergency_info_summary" msgid="8463622253016757697">"<xliff:g id="USER_NAME">%1$s</xliff:g> సంబంధిత సమాచారం & కాంటాక్ట్లు"</string>
@@ -3349,10 +3347,10 @@
<string name="more_settings_button" msgid="8988612279031242411">"మరిన్ని సెట్టింగ్లు"</string>
<string name="application_restrictions" msgid="276179173572729205">"యాప్లు మరియు కంటెంట్ను అనుమతించండి"</string>
<string name="apps_with_restrictions_header" msgid="5277698582872267931">"పరిమితులు గల యాప్లు"</string>
- <string name="apps_with_restrictions_settings_button" msgid="2648355133416902221">"అనువర్తన సెట్టిం. విస్తరింపజేయి"</string>
+ <string name="apps_with_restrictions_settings_button" msgid="2648355133416902221">"యాప్ సెట్టిం. విస్తరింపజేయి"</string>
<string name="nfc_payment_settings_title" msgid="2043139180030485500">"స్పర్శరహిత పేమెంట్లు"</string>
<string name="nfc_payment_how_it_works" msgid="3658253265242662010">"ఇది ఎలా పని చేస్తుంది"</string>
- <string name="nfc_payment_no_apps" msgid="6840001883471438798">"స్టోర్లలో మీ ఫోన్తో చెల్లించండి"</string>
+ <string name="nfc_payment_no_apps" msgid="6840001883471438798">"స్టోర్లలో మీ ఫోన్తో పేమెంట్ చేయండి"</string>
<string name="nfc_payment_default" msgid="3769788268378614608">"ఆటోమేటిక్ పేమెంట్"</string>
<string name="nfc_payment_default_not_set" msgid="6471905683119084622">"సెట్ చేయలేదు"</string>
<string name="nfc_payment_app_and_desc" msgid="2607417639227030398">"<xliff:g id="APP">%1$s</xliff:g> - <xliff:g id="DESCRIPTION">%2$s</xliff:g>"</string>
@@ -3364,11 +3362,11 @@
<string name="nfc_how_it_works_content" msgid="1141382684788210772">"పేమెంట్ యాప్ను సెటప్ చేయండి. ఆపై స్పర్శరహిత చిహ్నం ఉండే ఏదైనా టెర్మినల్ వద్ద మీ ఫోన్ వెనుక భాగం ఉండేలా పట్టుకోండి."</string>
<string name="nfc_how_it_works_got_it" msgid="4717868843368296630">"అర్థమైంది"</string>
<string name="nfc_more_title" msgid="1041094244767216498">"మరిన్ని…"</string>
- <string name="nfc_payment_set_default_label" msgid="7395939287766230293">"డిఫాల్ట్ చెల్లింపు యాప్ను సెట్ చెయ్యండి"</string>
- <string name="nfc_payment_update_default_label" msgid="8201975914337221246">"డిఫాల్ట్ చెల్లింపు యాప్ను అప్డేట్ చెయ్యండి"</string>
+ <string name="nfc_payment_set_default_label" msgid="7395939287766230293">"ఆటోమేటిక్ పేమెంట్ యాప్ను సెట్ చేయండి"</string>
+ <string name="nfc_payment_update_default_label" msgid="8201975914337221246">"ఆటోమేటిక్ పేమెంట్ యాప్ను అప్డేట్ చేయండి"</string>
<string name="nfc_payment_set_default" msgid="4101484767872365195">"స్పర్శరహిత టెర్మినల్ వద్ద, <xliff:g id="APP">%1$s</xliff:g> ద్వారా పేమెంట్ చేయండి"</string>
- <string name="nfc_payment_set_default_instead_of" msgid="565237441045013280">"స్పర్శరహిత టెర్మినల్ వద్ద, <xliff:g id="APP_0">%1$s</xliff:g>ద్వారా పేమెంట్ చేయండి. \n\n ఇది మీ డిఫాల్ట్ చెల్లింపు యాప్గా <xliff:g id="APP_1">%2$s</xliff:g>ను భర్తీ చేస్తుంది."</string>
- <string name="nfc_payment_btn_text_set_deault" msgid="1821065137209590196">"డిఫాల్ట్గా సెట్ చెయ్యండి"</string>
+ <string name="nfc_payment_set_default_instead_of" msgid="565237441045013280">"స్పర్శరహిత టెర్మినల్ వద్ద, <xliff:g id="APP_0">%1$s</xliff:g>ద్వారా పేమెంట్ చేయండి. \n\n ఇది మీ ఆటోమేటిక్ పేమెంట్ యాప్గా <xliff:g id="APP_1">%2$s</xliff:g>ను రీప్లేస్ చేస్తుంది."</string>
+ <string name="nfc_payment_btn_text_set_deault" msgid="1821065137209590196">"డిఫాల్ట్గా సెట్ చేయండి"</string>
<string name="nfc_payment_btn_text_update" msgid="5159700960497443832">"అప్డేట్ చేయండి"</string>
<string name="restriction_settings_title" msgid="4293731103465972557">"పరిమితులు"</string>
<string name="restriction_menu_reset" msgid="92859464456364092">"పరిమితులను తీసివేయి"</string>
@@ -3385,7 +3383,7 @@
<string name="amber_alerts_summary" msgid="5755221775246075883">"పిల్లల అపహరణల గురించి వార్తలను స్వీకరించండి"</string>
<string name="repeat_title" msgid="8676570486899483606">"పునరావృతం చేయండి"</string>
<string name="call_manager_enable_title" msgid="1214301265395158720">"కాల్ నిర్వాహికిని ప్రారంభించు"</string>
- <string name="call_manager_enable_summary" msgid="7362506369604163030">"మీరు కాల్లను ఎలా చేయాలో నిర్వహించడానికి ఈ సేవను అనుమతించండి."</string>
+ <string name="call_manager_enable_summary" msgid="7362506369604163030">"మీరు కాల్స్ను ఎలా చేయాలో నిర్వహించడానికి ఈ సేవను అనుమతించండి."</string>
<string name="call_manager_title" msgid="3397433159509629466">"కాల్ నిర్వాహికి"</string>
<!-- no translation found for call_manager_summary (2558839230880919191) -->
<skip />
@@ -3416,20 +3414,20 @@
<string name="work_sim_title" msgid="8999872928646924429">"కార్యాలయ సిమ్"</string>
<string name="user_restrictions_title" msgid="4068914244980335993">"యాప్ & కంటెంట్ యాక్సెస్"</string>
<string name="user_rename" msgid="8735940847878484249">"పేరు మార్చండి"</string>
- <string name="app_restrictions_custom_label" msgid="6949268049087435132">"అనువర్తన పరిమితులను సెట్ చేయండి"</string>
+ <string name="app_restrictions_custom_label" msgid="6949268049087435132">"యాప్ పరిమితులను సెట్ చేయండి"</string>
<string name="user_restrictions_controlled_by" msgid="2821526006742851624">"<xliff:g id="APP">%1$s</xliff:g> ద్వారా నియంత్రించబడింది"</string>
<string name="app_sees_restricted_accounts" msgid="3526008344222566318">"ఈ యాప్ మీ ఖాతాలను యాక్సెస్ చేయగలదు"</string>
<string name="app_sees_restricted_accounts_and_controlled_by" msgid="8338520379923447143">"ఈ యాప్ మీ ఖాతాలను యాక్సెస్ చేయగలదు. <xliff:g id="APP">%1$s</xliff:g> నియంత్రణలో ఉంటుంది"</string>
<string name="restriction_wifi_config_title" msgid="2630656989926554685">"Wi‑Fi మరియు మొబైల్"</string>
- <string name="restriction_wifi_config_summary" msgid="920419010472168694">"Wi‑Fi మరియు మొబైల్ సెట్టింగ్ల సవరణను అనుమతించండి"</string>
+ <string name="restriction_wifi_config_summary" msgid="920419010472168694">"Wi‑Fi మరియు మొబైల్ సెట్టింగ్ల ఎడిట్ను అనుమతించండి"</string>
<string name="restriction_bluetooth_config_title" msgid="220586273589093821">"బ్లూటూత్"</string>
- <string name="restriction_bluetooth_config_summary" msgid="7558879931011271603">"బ్లూటూత్ జతలు మరియు సెట్టింగ్ల యొక్క సవరణను అనుమతించు"</string>
+ <string name="restriction_bluetooth_config_summary" msgid="7558879931011271603">"బ్లూటూత్ జతలు మరియు సెట్టింగ్ల యొక్క ఎడిట్ను అనుమతించు"</string>
<string name="restriction_nfc_enable_title" msgid="525512312298242911">"NFC"</string>
<string name="restriction_nfc_enable_summary_config" msgid="8065688740509581028">"ఈ <xliff:g id="DEVICE_NAME">%1$s</xliff:g> మరో NFC పరికరాన్ని తాకినప్పుడు డేటా మార్పిడి అనుమతించు"</string>
<string name="restriction_nfc_enable_summary" product="tablet" msgid="6397567147629410131">"టాబ్లెట్ మరో పరికరాన్ని తాకినప్పుడు డేటా మార్పిడిని అనుమతించు"</string>
<string name="restriction_nfc_enable_summary" product="default" msgid="3331800894734678808">"ఫోన్ మరో పరికరాన్ని తాకినప్పుడు డేటా మార్పిడిని అనుమతించు"</string>
<string name="restriction_location_enable_title" msgid="4872281754836538066">"లొకేషన్"</string>
- <string name="restriction_location_enable_summary" msgid="7139292323897390221">"మీ స్థాన సమాచారాన్ని ఉపయోగించడానికి అనువర్తనాలను అనుమతించండి"</string>
+ <string name="restriction_location_enable_summary" msgid="7139292323897390221">"మీ లొకేషన్ సమాచారాన్ని ఉపయోగించడానికి యాప్లను అనుమతించండి"</string>
<string name="wizard_back" msgid="8257697435061870191">"వెనుకకు"</string>
<string name="wizard_next" msgid="3884832431439072471">"తర్వాత"</string>
<string name="wizard_finish" msgid="4220258401946825946">"ముగించు"</string>
@@ -3441,7 +3439,7 @@
<string name="sim_cards_changed_message_summary" msgid="7338082681445213621">"కార్యాచరణలను సెట్ చేయడానికి నొక్కండి"</string>
<string name="sim_cellular_data_unavailable" msgid="4653591727755387534">"మొబైల్ డేటా అందుబాటులో లేదు"</string>
<string name="sim_cellular_data_unavailable_summary" msgid="6505871722911347881">"డేటా SIMను ఎంచుకోవడానికి నొక్కండి"</string>
- <string name="sim_calls_always_use" msgid="967857230039768111">"కాల్ల కోసం దీన్ని ఎల్లప్పుడూ ఉపయోగించు"</string>
+ <string name="sim_calls_always_use" msgid="967857230039768111">"కాల్స్ల కోసం దీన్ని ఎల్లప్పుడూ ఉపయోగించు"</string>
<string name="select_sim_for_data" msgid="1577092784244587369">"డేటా కోసం SIMను ఎంచుకోండి"</string>
<string name="select_sim_for_sms" msgid="5335510076282673497">"SMS కోసం SIM కార్డ్ను ఎంచుకోండి"</string>
<string name="data_switch_started" msgid="6292759843974720112">"డేటా SIMను మార్చుతోంది, ఇందుకు ఒక నిమిషం పట్టవచ్చు…"</string>
@@ -3460,13 +3458,13 @@
<string name="sim_no_inserted_msg" msgid="7272710974813741735">"సిమ్ కార్డులు ఏవీ చొప్పించబడలేదు"</string>
<string name="sim_status_title" msgid="6188770698037109774">"SIM స్టేటస్"</string>
<string name="sim_status_title_sim_slot" msgid="4932996839194493313">"సిమ్ స్థితి (సిమ్ స్లాట్ %1$d)"</string>
- <string name="sim_call_back_title" msgid="4274099761123657464">"డిఫాల్ట్ సిమ్ నుండి తిరిగి కాల్ చేయి"</string>
- <string name="sim_outgoing_call_title" msgid="7759080345748128897">"అవుట్గోయింగ్ కాల్ల కోసం సిమ్"</string>
+ <string name="sim_call_back_title" msgid="4274099761123657464">"ఆటోమేటిక్ SIM నుండి తిరిగి కాల్ చేయి"</string>
+ <string name="sim_outgoing_call_title" msgid="7759080345748128897">"అవుట్గోయింగ్ కాల్స్ల కోసం సిమ్"</string>
<string name="sim_other_call_settings" msgid="5956308869284958883">"ఇతర కాల్ సెట్టింగ్లు"</string>
<string name="preferred_network_offload_title" msgid="6453199586512609557">"ఫ్రాధాన్య నెట్వర్క్ ఆఫ్లోడ్"</string>
<string name="preferred_network_offload_header" msgid="4842188794016376899">"నెట్వర్క్ పేరు ప్రసారాన్ని నిలిపివేయండి"</string>
<string name="preferred_network_offload_footer" msgid="374984523082849648">"మీ నెట్వర్క్ సమాచారానికి యాక్సెస్ పొందే మూడవ పార్టీల నుండి రక్షించబడే నెట్వర్క్ పేరు ప్రసారాన్ని నిలిపివేయండి."</string>
- <string name="preferred_network_offload_popup" msgid="3949937898807213370">"నెట్వర్క్ పేరు ప్రసారం నిలిపివేయడం వలన దాచబడిన నెట్వర్క్లకు స్వయంచాలక కనెక్షన్ నిరోధించబడుతుంది."</string>
+ <string name="preferred_network_offload_popup" msgid="3949937898807213370">"నెట్వర్క్ పేరు ప్రసారం నిలిపివేయడం వలన దాచబడిన నెట్వర్క్లకు ఆటోమేటిక్ కనెక్షన్ నిరోధించబడుతుంది."</string>
<string name="sim_signal_strength" msgid="6351052821700294501">"<xliff:g id="DBM">%1$d</xliff:g> dBm <xliff:g id="ASU">%2$d</xliff:g> asu"</string>
<string name="sim_notification_title" msgid="584752983048661108">"SIM కార్డ్లు మార్చబడ్డాయి."</string>
<string name="sim_notification_summary" msgid="5593339846307029991">"సెటప్ చేయడానికి నొక్కండి"</string>
@@ -3494,7 +3492,7 @@
<string name="nfc_and_payment_settings_payment_off_nfc_off_summary" msgid="7132040463607801625">"NFC ఆఫ్లో ఉన్నందున అందుబాటులో లేదు"</string>
<string name="nfc_and_payment_settings_no_payment_installed_summary" msgid="4879818114908207465">"ఉపయోగించాలంటే, ముందు ఒక చెల్లింపు యాప్ను ఇన్స్టాల్ చేయండి"</string>
<string name="app_and_notification_dashboard_title" msgid="2861781687031832943">"యాప్లు & నోటిఫికేషన్లు"</string>
- <string name="app_and_notification_dashboard_summary" msgid="8047683010984186106">"ఇటీవలి యాప్లు, డిఫాల్ట్ యాప్లు"</string>
+ <string name="app_and_notification_dashboard_summary" msgid="8047683010984186106">"ఇటీవలి యాప్లు, ఆటోమేటిక్ యాప్లు"</string>
<string name="notification_settings_work_profile" msgid="6076211850526353975">"కార్యాలయ ప్రొఫైల్లో ఉన్న యాప్లకు సంబంధించి నోటిఫికేషన్ యాక్సెస్ అందుబాటులో లేదు."</string>
<string name="account_dashboard_title" msgid="8228773251948253914">"పాస్వర్డ్లు & ఖాతాలు"</string>
<string name="account_dashboard_default_summary" msgid="1730719656099599488">"పాస్వర్డ్లు, ఆటోఫిల్, సింక్ చేసిన ఖాతాలు సేవ్ చేయబడ్డాయి"</string>
@@ -3528,7 +3526,7 @@
<string name="keywords_battery_adaptive_preferences" msgid="1774870663426502938">"అనుకూల ప్రాధాన్యతలు , అనుకూల బ్యాటరీ"</string>
<string name="keywords_spell_checker" msgid="5148906820603481657">"అక్షరక్రమం, నిఘంటువు, స్పెల్ చెక్, స్వీయ-దిద్దుబాటు"</string>
<string name="keywords_voice_input" msgid="7534900094659358971">"గుర్తింపు, ఇన్పుట్, ప్రసంగం, మాట్లాడటం, భాష, హ్యాండ్స్-ఫ్రీ, హ్యాండ్ ఫ్రీ, గుర్తింపు, అభ్యంతరకరం, పదం, ఆడియో, చరిత్ర, బ్లూటూత్ హెడ్సెట్"</string>
- <string name="keywords_text_to_speech_output" msgid="6728080502619011668">"రేటు, భాష, డిఫాల్ట్, చదివి వినిపించు, చదివి వినిపించడం, tts, యాక్సెస్, స్క్రీన్ రీడర్, అంధులు"</string>
+ <string name="keywords_text_to_speech_output" msgid="6728080502619011668">"రేటు, భాష, ఆటోమేటిక్, చదివి వినిపించు, చదివి వినిపించడం, tts, యాక్సెసిబిలిటీ, స్క్రీన్ రీడర్, అంధులు"</string>
<string name="keywords_date_and_time" msgid="4402136313104901312">"గడియారం, మిలిటరీ"</string>
<string name="keywords_network_reset" msgid="4075670452112218042">"రీసెట్ చేయి, పునరుద్ధరించు, ఫ్యాక్టరీ"</string>
<string name="keywords_factory_data_reset" msgid="4979623326958976773">"తొలగించు, పునరుద్ధరించు, క్లియర్ చేయి, తీసివేయి, ఫ్యాక్టరీ రీసెట్"</string>
@@ -3536,14 +3534,14 @@
<string name="keywords_sounds" msgid="1850691834585575875">"స్పీకర్ బీప్, స్పీకర్, వాల్యూమ్, మ్యూట్, నిశ్శబ్దం, ఆడియో, సంగీతం"</string>
<string name="keywords_sounds_and_notifications_interruptions" msgid="1500312884808362467">"ఆటంకం కలిగించవద్దు, అంతరాయం కలిగించు, అంతరాయం, విరామం"</string>
<string name="keywords_app" msgid="7983814237980258061">"RAM"</string>
- <string name="keywords_location" msgid="8016374808099706213">"సమీపంలోని, స్థానం, చరిత్ర, నివేదించబడుతోంది, GPS"</string>
+ <string name="keywords_location" msgid="8016374808099706213">"సమీపంలోని, లొకేషన్, హిస్టరీ, రిపోర్టింగ్, GPS"</string>
<string name="keywords_accounts" msgid="3482052586502133909">"ఖాతా, ఖాతాను జోడించండి, కార్యాలయ ప్రొఫైల్, ఖాతాను జోడించండి"</string>
<string name="keywords_users" msgid="3497517660077620843">"పరిమితి, పరిమితం చేయి, పరిమితం చేయబడింది"</string>
<string name="keywords_keyboard_and_ime" msgid="4741098648730042570">"వచన దిద్దుబాటు, దిద్దుబాటు చేయి, ధ్వని, వైబ్రేట్, స్వయంచాలకం, భాష, సంజ్ఞ, సూచించు, సూచన, థీమ్, అభ్యంతరకరం, పదం, రకం, ఎమోజీ, అంతర్జాతీయం"</string>
- <string name="keywords_reset_apps" msgid="8254315757754930862">"రీసెట్, ప్రాధాన్యతలు, డిఫాల్ట్"</string>
+ <string name="keywords_reset_apps" msgid="8254315757754930862">"రీసెట్, ప్రాధాన్యతలు, ఆటోమేటిక్"</string>
<string name="keywords_all_apps" msgid="9016323378609007166">"యాప్లు, డౌన్లోడ్, యాప్లు, సిస్టమ్"</string>
<string name="keywords_app_permissions" msgid="2061773665663541610">"యాప్లు, అనుమతులు, భద్రత"</string>
- <string name="keywords_default_apps" msgid="4601664230800605416">"యాప్లు, డిఫాల్ట్"</string>
+ <string name="keywords_default_apps" msgid="4601664230800605416">"యాప్లు, ఆటోమేటిక్"</string>
<string name="keywords_ignore_optimizations" msgid="8967142288569785145">"ఆప్టిమైజేషన్లు నిద్రావస్థ, యాప్ స్టాండ్బైలను విస్మరించు"</string>
<string name="keywords_color_mode" msgid="1193896024705705826">"వైబ్రెంట్, RGB, sRGB, కలర్, న్యాచురల్, స్టాండర్డ్"</string>
<string name="keywords_color_temperature" msgid="8159539138837118453">"రంగు, ఉష్ణోగ్రత, D65, D73, తెలుపు, పసుపు, నీలం, గాఢమైన, లేత"</string>
@@ -3553,7 +3551,7 @@
<string name="keywords_unification" msgid="2677472004971453468">"కార్యాలయ ప్రొఫైల్, నిర్వహించబడిన ప్రొఫైల్, ఏకీకరించు, ఏకీకరణ, కార్యాలయం, ప్రొఫైల్"</string>
<string name="keywords_gesture" msgid="3456930847450080520">"సంజ్ఞలు"</string>
<string name="keywords_wallet" msgid="3757421969956996972">"వాలెట్"</string>
- <string name="keywords_payment_settings" msgid="6268791289277000043">"చెల్లించడం, నొక్కడం, చెల్లింపులు"</string>
+ <string name="keywords_payment_settings" msgid="6268791289277000043">"చెల్లించడం, నొక్కడం, పేమెంట్లు"</string>
<string name="keywords_backup" msgid="707735920706667685">"బ్యాకప్, బ్యాకప్"</string>
<string name="keywords_assist_gesture_launch" msgid="7710762655355161924">"సంజ్ఞ"</string>
<string name="keywords_face_unlock" msgid="545338452730885392">"ముఖం, అన్లాక్, ప్రామాణీకరణ, సైన్ ఇన్"</string>
@@ -3580,8 +3578,8 @@
<string name="keywords_bluetooth_settings" msgid="2588159530959868188">"కనెక్ట్ అయింది, పరికరం, హెడ్ఫోన్లు, హెడ్సెట్, స్పీకర్, వైర్లెస్, జత చేయి, ఇయర్బడ్లు, సంగీతం, మీడియా"</string>
<string name="keywords_wallpaper" msgid="7332890404629446192">"బ్యాక్గ్రౌండ్, రూపం, గ్రిడ్, అనుకూలీకరించు, వ్యక్తిగతీకరించు"</string>
<string name="keywords_styles" msgid="5291614313348476068">"చిహ్నం, యాస, రంగు"</string>
- <string name="keywords_assist_input" msgid="3086289530227075593">"డిఫాల్ట్, అసిస్టెంట్"</string>
- <string name="keywords_default_payment_app" msgid="5162298193637362104">"చెల్లింపు, డిఫాల్ట్"</string>
+ <string name="keywords_assist_input" msgid="3086289530227075593">"ఆటోమేటిక్, అసిస్టెంట్"</string>
+ <string name="keywords_default_payment_app" msgid="5162298193637362104">"పేమెంట్, ఆటోమేటిక్"</string>
<string name="keywords_ambient_display" msgid="3149287105145443697">"ఇన్కమింగ్ నోటిఫికేషన్"</string>
<string name="keywords_hotspot_tethering" msgid="3688439689671232627">"usb టెథర్, బ్లూటూత్ టెథర్, wifi హాట్స్పాట్"</string>
<string name="keywords_touch_vibration" msgid="1125291201902251273">"స్పర్శలు, వైబ్రేట్, స్క్రీన్, సెన్సిటివిటీ"</string>
@@ -3592,7 +3590,7 @@
<string name="keywords_enhance_4g_lte" msgid="658889360486800978">"volte, అధునాతన కాలింగ్, 4g కాలింగ్"</string>
<string name="keywords_add_language" msgid="1882751300359939436">"భాషను జోడించు, ఒక భాషను జోడించు"</string>
<string name="keywords_font_size" msgid="1643198841815006447">"టెక్స్ట్ సైజ్, పెద్ద ప్రింట్, పెద్ద ఫాంట్, పెద్ద టెక్స్ట్, తక్కువ విజన్, టెక్స్ట్ను పెద్దగా చేయి, ఫాంట్ పెద్దగా చేసేది, పెద్ద ఫాంట్"</string>
- <string name="default_sound" msgid="6604374495015245195">"డిఫాల్ట్ ధ్వని"</string>
+ <string name="default_sound" msgid="6604374495015245195">"ఆటోమేటిక్ సౌండ్"</string>
<string name="sound_settings_summary" msgid="944761906531715109">"రింగ్ & నోటిఫికేషన్ వాల్యూమ్ <xliff:g id="PERCENTAGE">%1$s</xliff:g>"</string>
<string name="sound_dashboard_summary" msgid="6574444810552643312">"వాల్యూమ్, వైబ్రేషన్, అంతరాయం కలిగించవద్దు"</string>
<string name="sound_settings_summary_vibrate" msgid="7192223433295988890">"రింగర్ వైబ్రేట్కి సెట్ చేయబడింది"</string>
@@ -3681,19 +3679,19 @@
<string name="zen_mode_block_effect_summary_screen_off" msgid="6989818116297061488">"స్క్రీన్ ఆఫ్లో ఉన్నప్పుడు"</string>
<string name="zen_mode_block_effect_summary_screen_on" msgid="4876016548834916087">"స్క్రీన్ ఆన్లో ఉన్నప్పుడు"</string>
<string name="zen_mode_block_effect_summary_sound" msgid="1559968890497946901">"ధ్వని మరియు వైబ్రేషన్"</string>
- <string name="zen_mode_block_effect_summary_some" msgid="2730383453754229650">"ధ్వని, వైబ్రేషన్ మరియు కొన్ని నోటిఫికేషన్ల యొక్క దృశ్య జాబితా చిహ్నాలు"</string>
- <string name="zen_mode_block_effect_summary_all" msgid="3131918059492425222">"ధ్వని, వైబ్రేషన్ మరియు నోటిఫికేషన్ల యొక్క దృశ్య జాబితా చిహ్నాలు"</string>
+ <string name="zen_mode_block_effect_summary_some" msgid="2730383453754229650">"ధ్వని, వైబ్రేషన్ మరియు కొన్ని నోటిఫికేషన్ల యొక్క దృశ్య లిస్ట్ చిహ్నాలు"</string>
+ <string name="zen_mode_block_effect_summary_all" msgid="3131918059492425222">"ధ్వని, వైబ్రేషన్ మరియు నోటిఫికేషన్ల యొక్క దృశ్య లిస్ట్ చిహ్నాలు"</string>
<string name="zen_mode_blocked_effects_footer" msgid="1115914818435434668">"ఫోన్లోని ప్రాథమిక యాక్టివిటీలకు, దాని స్టేటస్కు అవసరమైన నోటిఫికేషన్లు ఎప్పటికీ దాచబడవు."</string>
<string name="zen_mode_no_exceptions" msgid="1580136061336585873">"ఏదీ కాదు"</string>
<string name="zen_mode_other_options" msgid="3399967231522580421">"ఇతర ఎంపికలు"</string>
- <string name="zen_mode_add" msgid="8789024026733232566">"జోడించు"</string>
+ <string name="zen_mode_add" msgid="8789024026733232566">"జోడించండి"</string>
<string name="zen_mode_enable_dialog_turn_on" msgid="1971034397501675078">"ఆన్ చేయండి"</string>
<string name="zen_mode_button_turn_on" msgid="6583862599681052347">"ఇప్పుడు ఆన్ చేయండి"</string>
<string name="zen_mode_button_turn_off" msgid="2060862413234857296">"ఇప్పుడు ఆఫ్ చేయండి"</string>
<string name="zen_mode_settings_dnd_manual_end_time" msgid="8251503918238985549">"<xliff:g id="FORMATTED_TIME">%s</xliff:g> వరకు అంతరాయం కలిగించవద్దు ఆన్లో ఉంటుంది"</string>
<string name="zen_mode_settings_dnd_manual_indefinite" msgid="1436568478062106132">"\'అంతరాయం కలిగించవద్దు\' మోడ్ను మీరు ఆఫ్ చేసేంత వరకు ఇది ఆన్లో ఉంటుంది"</string>
<string name="zen_mode_settings_dnd_automatic_rule" msgid="1958092329238152236">"(<xliff:g id="RULE_NAME">%s</xliff:g>) షెడ్యూల్ ప్రకారం అంతరాయం కలిగించవద్దు ఆటోమేటిక్గా ఆన్ చేయబడింది"</string>
- <string name="zen_mode_settings_dnd_automatic_rule_app" msgid="3401685760954156067">"యాప్ <xliff:g id="APP_NAME">%s</xliff:g> ద్వారా అంతరాయం కలిగించవద్దు స్వయంచాలకంగా ఆన్ చేయబడింది"</string>
+ <string name="zen_mode_settings_dnd_automatic_rule_app" msgid="3401685760954156067">"యాప్ <xliff:g id="APP_NAME">%s</xliff:g> ద్వారా అంతరాయం కలిగించవద్దు ఆటోమేటిక్గా ఆన్ చేయబడింది"</string>
<string name="zen_mode_settings_dnd_custom_settings_footer" msgid="6566115866660865385">"<xliff:g id="RULE_NAMES">%s</xliff:g> అనే నియమ పేర్లతో అనుకూల సెట్టింగ్ల ద్వారా అంతరాయం కలిగించవద్దు ఆన్ చేయబడింది."</string>
<string name="zen_mode_settings_dnd_custom_settings_footer_link" msgid="8255159194653341835">" "<annotation id="link">"అనుకూల సెట్టింగ్లను చూడండి"</annotation></string>
<string name="zen_interruption_level_priority" msgid="4854123502362861192">"ప్రాధాన్యత మాత్రమే"</string>
@@ -3718,13 +3716,13 @@
<string name="zen_custom_settings_dialog_ok" msgid="8842373418878278246">"అర్థమైంది"</string>
<string name="zen_custom_settings_notifications_header" msgid="7635280645171095398">"నోటిఫికేషన్లు"</string>
<string name="zen_custom_settings_duration_header" msgid="5065987827522064943">"వ్యవధి"</string>
- <string name="zen_msg_event_reminder_title" msgid="5362025129007417554">"సందేశాలు, ఈవెంట్లు & రిమైండర్లు"</string>
- <string name="zen_msg_event_reminder_footer" msgid="2700459146293750387">"అంతరాయం కలిగించవద్దు మోడ్ ఆన్లో ఉన్నప్పుడు, మీరు పైన అనుమతించే అంశాలు మినహా, సందేశాలు, రిమైండర్లు మరియు ఈవెంట్లు మ్యూట్ చేయబడతాయి. మీ స్నేహితులు, కుటుంబ సభ్యులు లేదా ఇతర పరిచయస్తులు మిమ్మల్ని సంప్రదించడానికి అనుమతించేలా సందేశాల సెట్టింగ్లను మీరు సర్దుబాటు చేయవచ్చు."</string>
+ <string name="zen_msg_event_reminder_title" msgid="5362025129007417554">"మెసేజ్లు, ఈవెంట్లు & రిమైండర్లు"</string>
+ <string name="zen_msg_event_reminder_footer" msgid="2700459146293750387">"అంతరాయం కలిగించవద్దు మోడ్ ఆన్లో ఉన్నప్పుడు, మీరు పైన అనుమతించే అంశాలు మినహా, మెసేజ్లు, రిమైండర్లు మరియు ఈవెంట్లు మ్యూట్ చేయబడతాయి. మీ ఫ్రెండ్స్, ఫ్యామిలీ మెంబర్లు లేదా ఇతర పరిచయస్తులు మిమ్మల్ని కాంటాక్ట్ చేయడానికి అనుమతించేలా మెసేజ్ల సెట్టింగ్లను మీరు అడ్జస్ట్ చేయవచ్చు."</string>
<string name="zen_onboarding_ok" msgid="8764248406533833392">"పూర్తయింది"</string>
<string name="zen_onboarding_settings" msgid="2815839576245114342">"సెట్టింగ్లు"</string>
<string name="zen_onboarding_new_setting_title" msgid="8813308612916316657">"నోటిఫికేషన్లు కనిపించవు, వినిపించవు"</string>
<string name="zen_onboarding_current_setting_title" msgid="5024603685220407195">"నోటిఫికేషన్ల సౌండ్ రాదు"</string>
- <string name="zen_onboarding_new_setting_summary" msgid="7695808354942143707">"మీరు నోటిఫికేషన్లను చూడలేరు లేదా వినలేరు. నక్షత్రం గుర్తు ఉన్న పరిచయాల మరియు రిపీట్ కాలర్ల నుండి కాల్లు అనుమతించబడతాయి."</string>
+ <string name="zen_onboarding_new_setting_summary" msgid="7695808354942143707">"మీరు నోటిఫికేషన్లను చూడలేరు లేదా వినలేరు. నక్షత్రం గుర్తు ఉన్న కాంటాక్ట్ల మరియు రిపీట్ కాలర్ల నుండి కాల్స్ అనుమతించబడతాయి."</string>
<string name="zen_onboarding_current_setting_summary" msgid="8864567406905990095">"(ప్రస్తుత సెట్టింగ్)"</string>
<string name="zen_onboarding_dnd_visual_disturbances_header" msgid="8639698336231314609">"అంతరాయం కలిగించవద్దు నోటిఫికేషన్ సెట్టింగ్లను మార్చాలా?"</string>
<string name="sound_work_settings" msgid="752627453846309092">"ఆఫీస్ ప్రొఫైల్ సౌండ్స్"</string>
@@ -3913,18 +3911,18 @@
<string name="notification_assistant_title" msgid="5889201903272393099">"మెరుగైన నోటిఫికేషన్లు"</string>
<string name="notification_assistant_summary" msgid="1957783114840908887">"సూచించిన చర్యలు, రిప్లయిలు, అలాగే మరిన్ని పొందండి"</string>
<string name="no_notification_assistant" msgid="2533323397091834096">"ఏమీ లేవు"</string>
- <string name="no_notification_listeners" msgid="2839354157349636000">"ఇన్స్టాల్ చేసిన అనువర్తనాలేవీ నోటిఫికేషన్ ప్రాప్యతను అభ్యర్థించలేదు."</string>
+ <string name="no_notification_listeners" msgid="2839354157349636000">"ఇన్స్టాల్ చేసిన అనువర్తనాలేవీ నోటిఫికేషన్ యాక్సెస్ను అభ్యర్థించలేదు."</string>
<string name="notification_access_detail_switch" msgid="46386786409608330">"నోటిఫికేషన్ యాక్సెస్ను అనుమతించు"</string>
<string name="notification_assistant_security_warning_title" msgid="2972346436050925276">"<xliff:g id="SERVICE">%1$s</xliff:g> కోసం నోటిఫికేషన్ యాక్సెస్ అనుమతించాలా?"</string>
- <string name="notification_assistant_security_warning_summary" msgid="4846559755787348129">"Android 12లో Android అనుకూల నోటిఫికేషన్లను, మెరుగైన నోటిఫికేషన్లు భర్తీ చేశాయి. సూచించిన చర్యలు, రిప్లయిలను ఈ ఫీచర్ చూపించి, మీ నోటిఫికేషన్లను ఆర్గనైజ్ చేస్తుంది. \n\nకాంటాక్ట్ పేర్లు, మెసేజ్లు లాంటి వ్యక్తిగత సమాచారంతో సహా నోటిఫికేషన్ కంటెంట్ను మెరుగైన నోటిఫికేషన్లు యాక్సెస్ చేయవచ్చు. ఫోన్ కాల్లకు సమాధానమివ్వడం, \'అంతరాయం కలిగించవద్దు\' ఆప్షన్ను కంట్రోల్ చేయడం లాంటి నోటిఫికేషన్లను విస్మరించడం లేదా ప్రతిస్పందించడం కూడా ఈ ఫీచర్ చేయగలదు."</string>
+ <string name="notification_assistant_security_warning_summary" msgid="4846559755787348129">"Android 12లో Android అనుకూల నోటిఫికేషన్లను, మెరుగైన నోటిఫికేషన్లు భర్తీ చేశాయి. సూచించిన చర్యలు, రిప్లయిలను ఈ ఫీచర్ చూపించి, మీ నోటిఫికేషన్లను ఆర్గనైజ్ చేస్తుంది. \n\nకాంటాక్ట్ పేర్లు, మెసేజ్లు లాంటి వ్యక్తిగత సమాచారంతో సహా నోటిఫికేషన్ కంటెంట్ను మెరుగైన నోటిఫికేషన్లు యాక్సెస్ చేయవచ్చు. ఫోన్ కాల్స్కు సమాధానమివ్వడం, \'అంతరాయం కలిగించవద్దు\' ఆప్షన్ను కంట్రోల్ చేయడం లాంటి నోటిఫికేషన్లను విస్మరించడం లేదా ప్రతిస్పందించడం కూడా ఈ ఫీచర్ చేయగలదు."</string>
<string name="notification_listener_security_warning_title" msgid="5791700876622858363">"<xliff:g id="SERVICE">%1$s</xliff:g> కోసం నోటిఫికేషన్ యాక్సెస్ను అనుమతించాలా?"</string>
- <string name="notification_listener_security_warning_summary" msgid="1658213659262173405">"<xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g> కాంటాక్ట్ పేర్లు అలాగే మీరు స్వీకరించిన మెసేజ్ల వంటి వ్యక్తిగత సమాచారంతో సహా అన్ని నోటిఫికేషన్లను చదవగలదు. ఈ యాప్ నోటిఫికేషన్లను విస్మరించగలదు, అలాగే ఫోన్ కాల్లకు సమాధానం ఇవ్వడంతో సహా నోటిఫికేషన్లలోని బటన్లపై చర్యలు తీసుకోగలదు. \n\nదీని వలన, \'అంతరాయం కలిగించవద్దు\' ఎంపికను ఆన్ చేయగల లేదా ఆఫ్ చేయగలిగే సామర్థ్యం ఈ యాప్నకు వస్తుంది, సంబంధిత సెట్టింగ్లు కూడా మారతాయి."</string>
+ <string name="notification_listener_security_warning_summary" msgid="1658213659262173405">"<xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g> కాంటాక్ట్ పేర్లు అలాగే మీరు స్వీకరించిన మెసేజ్ల వంటి వ్యక్తిగత సమాచారంతో సహా అన్ని నోటిఫికేషన్లను చదవగలదు. ఈ యాప్ నోటిఫికేషన్లను విస్మరించగలదు, అలాగే ఫోన్ కాల్స్కు సమాధానం ఇవ్వడంతో సహా నోటిఫికేషన్లలోని బటన్లపై చర్యలు తీసుకోగలదు. \n\nదీని వలన, \'అంతరాయం కలిగించవద్దు\' ఎంపికను ఆన్ చేయగల లేదా ఆఫ్ చేయగలిగే సామర్థ్యం ఈ యాప్నకు వస్తుంది, సంబంధిత సెట్టింగ్లు కూడా మారతాయి."</string>
<string name="notification_listener_disable_warning_summary" msgid="8373396293802088961">"మీరు <xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g> కోసం నోటిఫికేషన్ యాక్సెస్ను ఆఫ్ చేస్తే, అంతరాయం కలిగించవద్దు ఎంపిక యాక్సెస్ కూడా ఆఫ్ చేయబడవచ్చు."</string>
<string name="notification_listener_disable_warning_confirm" msgid="841492108402184976">"ఆఫ్ చేయండి"</string>
<string name="notification_listener_disable_warning_cancel" msgid="8802784105045594324">"రద్దు చేయి"</string>
<string name="notification_listener_type_title" msgid="2791552789364336733">"అనుమతించిన నోటిఫికేషన్ రకాలు"</string>
<string name="notif_type_ongoing" msgid="135675014223627555">"రియల్-టైమ్"</string>
- <string name="notif_type_ongoing_summary" msgid="2348867528527573574">"ఉపయోగంలో ఉన్న యాప్లు, నావిగేషన్ ఫోన్ కాల్లు, మరిన్నింటి నుండి కొనసాగుతున్న కమ్యూనికేషన్"</string>
+ <string name="notif_type_ongoing_summary" msgid="2348867528527573574">"ఉపయోగంలో ఉన్న యాప్లు, నావిగేషన్ ఫోన్ కాల్స్, మరిన్నింటి నుండి కొనసాగుతున్న కమ్యూనికేషన్"</string>
<string name="notif_type_conversation" msgid="4383931408641374979">"సంభాషణలు"</string>
<string name="notif_type_conversation_summary" msgid="179142405410217101">"SMS, టెక్స్ట్ మెసేజ్లు, ఇతర కమ్యూనికేషన్లు"</string>
<string name="notif_type_alerting" msgid="4713073696855718576">"నోటిఫికేషన్లు"</string>
@@ -3939,8 +3937,8 @@
<string name="notif_listener_not_migrated" msgid="6265206376374278226">"మెరుగుపరిచిన సెట్టింగ్లను ఈ యాప్ సపోర్ట్ చేయదు"</string>
<string name="vr_listeners_title" msgid="4960357292472540964">"VR సహాయక సర్వీసులు"</string>
<string name="no_vr_listeners" msgid="8442646085375949755">"ఇన్స్టాల్ చేసిన యాప్లు ఏవీ VR సహాయక సర్వీసులుగా అమలు కావడానికి రిక్వెస్ట్ చేయబడలేదు."</string>
- <string name="vr_listener_security_warning_title" msgid="7026351795627615177">"<xliff:g id="SERVICE">%1$s</xliff:g> కోసం VR సేవ ప్రాప్యతను అనుమతించాలా?"</string>
- <string name="vr_listener_security_warning_summary" msgid="1888843557687017791">"మీరు వర్చువల్ రియాలిటీ మోడ్లో అనువర్తనాలను ఉపయోగిస్తున్నప్పుడు <xliff:g id="VR_LISTENER_NAME">%1$s</xliff:g> అమలు కాగలదు."</string>
+ <string name="vr_listener_security_warning_title" msgid="7026351795627615177">"<xliff:g id="SERVICE">%1$s</xliff:g> కోసం VR సేవ యాక్సెస్ను అనుమతించాలా?"</string>
+ <string name="vr_listener_security_warning_summary" msgid="1888843557687017791">"మీరు వర్చువల్ రియాలిటీ మోడ్లో యాప్లను ఉపయోగిస్తున్నప్పుడు <xliff:g id="VR_LISTENER_NAME">%1$s</xliff:g> అమలు కాగలదు."</string>
<string name="display_vr_pref_title" msgid="4850474436291113569">"పరికరం VRలో ఉన్నప్పుడు"</string>
<string name="display_vr_pref_low_persistence" msgid="7039841277157739871">"బ్లర్ తగ్గించు (సిఫార్సు చేయబడింది)"</string>
<string name="display_vr_pref_off" msgid="4008841566387432721">"ప్రకాశంలో అస్థిరతను తగ్గించు"</string>
@@ -3974,7 +3972,7 @@
</plurals>
<string name="interact_across_profiles_install_work_app_title" msgid="2821669067014436056">"ఈ యాప్లను కనెక్ట్ చేయడానికి, మీ ఆఫీస్ ప్రొఫైల్లో <xliff:g id="NAME">%1$s</xliff:g>ను ఇన్స్టాల్ చేయండి"</string>
<string name="interact_across_profiles_install_personal_app_title" msgid="4790651223324866344">"ఈ యాప్లను కనెక్ట్ చేయడానికి, మీ వ్యక్తిగత ప్రొఫైల్లో <xliff:g id="NAME">%1$s</xliff:g>ను ఇన్స్టాల్ చేయండి"</string>
- <string name="interact_across_profiles_install_app_summary" msgid="7715324358034968657">"యాప్ను పొందడానికి ట్యాప్ చెయ్యండి"</string>
+ <string name="interact_across_profiles_install_app_summary" msgid="7715324358034968657">"యాప్ను పొందడానికి ట్యాప్ చేయండి"</string>
<string name="manage_zen_access_title" msgid="1562322900340107269">"అంతరాయం కలిగించవద్దు యాక్సెస్"</string>
<string name="zen_access_detail_switch" msgid="4183681772666138993">"\'అంతరాయం కలిగించవద్దు\' ఫీచర్ను అనుమతించు"</string>
<string name="zen_access_empty_text" msgid="3779921853282293080">"ఇన్స్టాల్ చేసిన యాప్లేవీ అంతరాయం కలిగించవద్దు యాక్సెస్ అభ్యర్థించలేదు"</string>
@@ -4034,17 +4032,17 @@
<string name="zen_mode_delete_rule_confirmation" msgid="6195069346439736688">"\"<xliff:g id="RULE">%1$s</xliff:g>\" నియమాన్ని తొలగించాలా?"</string>
<string name="zen_mode_delete_rule_button" msgid="8328729110756882244">"తొలగించు"</string>
<string name="zen_mode_rule_type_unknown" msgid="7819162569994282316">"తెలియదు"</string>
- <string name="zen_mode_app_set_behavior" msgid="4319517270279704677">"ఈ సెట్టింగ్లు ప్రస్తుతం మార్చబడవు. ఒక యాప్ (<xliff:g id="APP_NAME">%1$s</xliff:g>) అనుకూల ప్రవర్తనతో స్వయంచాలకంగా అంతరాయం కలిగించవద్దుని ఆన్ చేసింది."</string>
- <string name="zen_mode_unknown_app_set_behavior" msgid="8544413884273894104">"ఈ సెట్టింగ్లు ప్రస్తుతం మార్చబడవు. ఒక యాప్ అనుకూల ప్రవర్తనతో స్వయంచాలకంగా అంతరాయం కలిగించవద్దుని ఆన్ చేసింది."</string>
+ <string name="zen_mode_app_set_behavior" msgid="4319517270279704677">"ఈ సెట్టింగ్లు ప్రస్తుతం మార్చబడవు. ఒక యాప్ (<xliff:g id="APP_NAME">%1$s</xliff:g>) అనుకూల ప్రవర్తనతో ఆటోమేటిక్గా అంతరాయం కలిగించవద్దుని ఆన్ చేసింది."</string>
+ <string name="zen_mode_unknown_app_set_behavior" msgid="8544413884273894104">"ఈ సెట్టింగ్లు ప్రస్తుతం మార్చబడవు. ఒక యాప్ అనుకూల ప్రవర్తనతో ఆటోమేటిక్గా అంతరాయం కలిగించవద్దుని ఆన్ చేసింది."</string>
<string name="zen_mode_qs_set_behavior" msgid="3805244555649172848">"ఈ సెట్టింగ్లు ప్రస్తుతం మార్చబడవు. అనుకూల ప్రవర్తనతో అంతరాయం కలిగించవద్దు మాన్యువల్గా ఆన్ చేయబడింది."</string>
<string name="zen_schedule_rule_type_name" msgid="8071428540221112090">"సమయం"</string>
- <string name="zen_schedule_rule_enabled_toast" msgid="6534402316741678208">"పేర్కొన్న సమయాల్లో అంతరాయం కలిగించవద్దు ఆన్ అయ్యేలా స్వయంచాలక నిబంధన సెట్ చేయబడింది"</string>
+ <string name="zen_schedule_rule_enabled_toast" msgid="6534402316741678208">"పేర్కొన్న సమయాల్లో అంతరాయం కలిగించవద్దు ఆన్ అయ్యేలా ఆటోమేటిక్ నిబంధన సెట్ చేయబడింది"</string>
<string name="zen_event_rule_type_name" msgid="1921166617081971754">"ఈవెంట్"</string>
- <string name="zen_event_rule_enabled_toast" msgid="4943723266121388395">"పేర్కొన్న సందర్భాల్లో అంతరాయం కలిగించవద్దు ఆన్ అయ్యేలా స్వయంచాలక నిబంధన సెట్ చేయబడింది"</string>
+ <string name="zen_event_rule_enabled_toast" msgid="4943723266121388395">"పేర్కొన్న సందర్భాల్లో అంతరాయం కలిగించవద్దు ఆన్ అయ్యేలా ఆటోమేటిక్ నిబంధన సెట్ చేయబడింది"</string>
<string name="zen_mode_event_rule_calendar" msgid="6279460374929508907">"వీటి సంబంధిత ఈవెంట్ల సమయంలో"</string>
<string name="zen_mode_event_rule_summary_calendar_template" msgid="3065013489987409864">"<xliff:g id="CALENDAR">%1$s</xliff:g> సంబంధిత ఈవెంట్ల సమయంలో"</string>
<string name="zen_mode_event_rule_summary_any_calendar" msgid="8395450413356855311">"ఏదైనా క్యాలెండర్"</string>
- <string name="zen_mode_event_rule_summary_reply_template" msgid="7786137431469077008">"ప్రత్యుత్తరం <xliff:g id="REPLY">%1$s</xliff:g> అని ఉంటే"</string>
+ <string name="zen_mode_event_rule_summary_reply_template" msgid="7786137431469077008">"రిప్లయి <xliff:g id="REPLY">%1$s</xliff:g> అని ఉంటే"</string>
<string name="zen_mode_event_rule_calendar_any" msgid="5152139705998281205">"ఏదైనా క్యాలెండర్"</string>
<string name="zen_mode_event_rule_reply" msgid="6099405414361340225">"రిప్లయి ఇలా ఉంటే"</string>
<string name="zen_mode_event_rule_reply_any_except_no" msgid="4672746760505346596">"అవును, కావచ్చు లేదా రిప్లయి ఇవ్వకున్నా"</string>
@@ -4072,13 +4070,13 @@
<string name="zen_mode_from_no_conversations" msgid="3924593219855567165">"ఏదీ లేదు"</string>
<string name="zen_mode_conversations_count" msgid="3199310723073707153">"{count,plural, =0{ఏవీ లేవు}=1{1 సంభాషణ}other{# సంభాషణలు}}"</string>
<string name="zen_mode_people_calls_messages_section_title" msgid="6815202112413762206">"ఎవరు అంతరాయం కలిగించగలరు"</string>
- <string name="zen_mode_calls_title" msgid="2078578043677037740">"కాల్లు"</string>
- <string name="zen_mode_calls" msgid="7653245854493631095">"కాల్లు"</string>
- <string name="zen_mode_calls_list" msgid="5044730950895749093">"కాల్లు"</string>
- <string name="zen_mode_calls_header" msgid="8379225445095856726">"అంతరాయం కలిగించగల కాల్లు"</string>
- <string name="zen_mode_calls_footer" msgid="2008079711083701243">"అనుమతించిన కాల్లు వచ్చినప్పుడు శబ్దం వస్తుందని నిర్ధారించుకోవడానికి, పరికరం రింగ్ మోడ్లో ఉందో లేదో చెక్ చేయండి"</string>
- <string name="zen_mode_custom_calls_footer" msgid="6521283204577441053">"‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’ సంబంధిత ఇన్కమింగ్ కాల్లు బ్లాక్ చేయబడ్డాయి. మీ స్నేహితులు, కుటుంబ సభ్యులు లేదా ఇతర పరిచయాలు మిమ్మల్ని సంప్రదించగలిగేలా మీరు సెట్టింగ్లను సర్దుబాటు చేయవచ్చు."</string>
- <string name="zen_mode_starred_contacts_title" msgid="630299631659575589">"నక్షత్రం గుర్తు ఉన్న పరిచయాలు"</string>
+ <string name="zen_mode_calls_title" msgid="2078578043677037740">"కాల్స్"</string>
+ <string name="zen_mode_calls" msgid="7653245854493631095">"కాల్స్"</string>
+ <string name="zen_mode_calls_list" msgid="5044730950895749093">"కాల్స్"</string>
+ <string name="zen_mode_calls_header" msgid="8379225445095856726">"అంతరాయం కలిగించగల కాల్స్"</string>
+ <string name="zen_mode_calls_footer" msgid="2008079711083701243">"అనుమతించిన కాల్స్ వచ్చినప్పుడు శబ్దం వస్తుందని నిర్ధారించుకోవడానికి, పరికరం రింగ్ మోడ్లో ఉందో లేదో చెక్ చేయండి"</string>
+ <string name="zen_mode_custom_calls_footer" msgid="6521283204577441053">"‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’ సంబంధిత ఇన్కమింగ్ కాల్స్ బ్లాక్ చేయబడ్డాయి. మీ ఫ్రెండ్స్, ఫ్యామిలీ మెంబెర్స్ లేదా ఇతర కాంటాక్ట్లు మిమ్మల్ని సంప్రదించగలిగేలా మీరు సెట్టింగ్లను సర్దుబాటు చేయవచ్చు."</string>
+ <string name="zen_mode_starred_contacts_title" msgid="630299631659575589">"నక్షత్రం గుర్తు ఉన్న కాంటాక్ట్లు"</string>
<string name="zen_mode_starred_contacts_summary_contacts" msgid="1629467178444895094">"{count,plural,offset:2 =0{ఏవీ లేవు}=1{{contact_1}}=2{{contact_1}, {contact_2}}=3{{contact_1}, {contact_2}, {contact_3}}other{{contact_1}, {contact_2}, # మంది ఇతరులు}}"</string>
<string name="zen_mode_starred_contacts_empty_name" msgid="2906404745550293688">"(పేరు లేదు)"</string>
<string name="zen_mode_messages" msgid="7315084748885170585">"మెసేజ్లు"</string>
@@ -4086,15 +4084,15 @@
<string name="zen_mode_messages_title" msgid="1777598523485334405">"మెసేజ్లు"</string>
<string name="zen_mode_messages_header" msgid="253721635061451577">"అంతరాయం కలిగించగల మెసేజ్లు"</string>
<string name="zen_mode_messages_footer" msgid="6002468050854126331">"అనుమతించిన మెసేజ్లు వచ్చినప్పుడు శబ్దం వస్తుందని నిర్ధారించుకోవడానికి, పరికరం రింగ్ మోడ్లో ఉందో లేదో చెక్ చేయండి"</string>
- <string name="zen_mode_custom_messages_footer" msgid="7545180036949550830">"‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’కి సంబంధించిన ఇన్కమింగ్ కాల్లు బ్లాక్ చేయబడ్డాయి. మీ స్నేహితులు, కుటుంబ సభ్యులు లేదా ఇతర పరిచయాలు మిమ్మల్ని సంప్రదించగలిగేలా మీరు సెట్టింగ్లను సర్దుబాటు చేయవచ్చు."</string>
+ <string name="zen_mode_custom_messages_footer" msgid="7545180036949550830">"‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’కి సంబంధించిన ఇన్కమింగ్ కాల్స్ బ్లాక్ చేయబడ్డాయి. మీ ఫ్రెండ్స్, ఫ్యామిలీ లేదా ఇతర కాంటాక్ట్లు మిమ్మల్ని కాంటాక్ట్ చేసేలా మీరు సెట్టింగ్లను అడ్జస్ట్ చేయవచ్చు."</string>
<string name="zen_mode_all_messages_summary" msgid="3756267858343104554">"అన్ని మెసేజ్లు మిమ్మల్ని చేరుతాయి"</string>
- <string name="zen_mode_all_calls_summary" msgid="7337907849083824698">"అన్ని కాల్లు మిమ్మల్ని చేరుతాయి"</string>
+ <string name="zen_mode_all_calls_summary" msgid="7337907849083824698">"అన్ని కాల్స్ మిమ్మల్ని చేరుతాయి"</string>
<string name="zen_mode_contacts_count" msgid="6568631261119795799">"{count,plural, =0{ఏవీ లేవు}=1{1 కాంటాక్ట్}other{# కాంటాక్ట్లు}}"</string>
<string name="zen_mode_from_anyone" msgid="6027004263046694174">"ఎవరైనా"</string>
<string name="zen_mode_from_contacts" msgid="2989933306317064818">"కాంటాక్ట్లు"</string>
<string name="zen_mode_from_starred" msgid="8616516644241652287">"స్టార్ గుర్తు ఉన్న కాంటాక్ట్లు"</string>
- <string name="zen_calls_summary_starred_repeat" msgid="8078759939219244001">"నక్షత్రం గుర్తు ఉన్న పరిచయాల మరియు రిపీట్ కాలర్ల నుండి"</string>
- <string name="zen_calls_summary_contacts_repeat" msgid="2276432091940405376">"పరిచయాలు మరియు రిపీట్ కాలర్ల నుండి"</string>
+ <string name="zen_calls_summary_starred_repeat" msgid="8078759939219244001">"నక్షత్రం గుర్తు ఉన్న కాంటాక్ట్లు అలాగే రిపీట్ కాలర్ల నుండి"</string>
+ <string name="zen_calls_summary_contacts_repeat" msgid="2276432091940405376">"కాంటాక్ట్లు అలాగే రిపీట్ కాలర్ల నుండి"</string>
<string name="zen_calls_summary_repeat_only" msgid="7748352153193832632">"రిపీట్ కాలర్ల నుండి మాత్రమే"</string>
<string name="zen_mode_none_calls" msgid="2047166006414016327">"ఏవీ లేవు"</string>
<string name="zen_mode_none_messages" msgid="1386626352943268342">"ఏవీ లేవు"</string>
@@ -4142,14 +4140,14 @@
<string name="zen_mode_repeat_callers_title" msgid="8016699240338264781">"పునరావృత కాలర్లను అనుమతించు"</string>
<string name="zen_mode_all_callers" msgid="8104755389401941875">"ఎవరైనా"</string>
<string name="zen_mode_contacts_callers" msgid="5429267704011896833">"కాంటాక్ట్లు"</string>
- <string name="zen_mode_starred_callers" msgid="1002370699564211178">"నక్షత్రం గుర్తు ఉన్న పరిచయాలు"</string>
+ <string name="zen_mode_starred_callers" msgid="1002370699564211178">"నక్షత్రం గుర్తు ఉన్న కాంటాక్ట్లు"</string>
<string name="zen_mode_repeat_callers_list" msgid="181819778783743847">"పునరావృత కాలర్లు"</string>
<!-- no translation found for zen_mode_calls_summary_one (1928015516061784276) -->
<skip />
<string name="zen_mode_calls_summary_two" msgid="6351563496898410742">"<xliff:g id="CALLER_TYPE_0">%1$s</xliff:g>, <xliff:g id="CALLER_TYPE_1">%2$s</xliff:g>"</string>
<string name="zen_mode_repeat_callers_summary" msgid="4121054819936083025">"<xliff:g id="MINUTES">%d</xliff:g> నిమిషాల వ్యవధిలో అదే వ్యక్తి రెండో సారి కాల్ చేస్తే"</string>
<string name="zen_mode_behavior_summary_custom" msgid="3126805555852783860">"అనుకూలం"</string>
- <string name="zen_mode_when" msgid="5710214762051824755">"స్వయంచాలకంగా ఆన్ చేయి"</string>
+ <string name="zen_mode_when" msgid="5710214762051824755">"ఆటోమేటిక్గా ఆన్ చేయి"</string>
<string name="zen_mode_when_never" msgid="2537537280091840672">"ఎప్పటికీ వద్దు"</string>
<string name="zen_mode_when_every_night" msgid="9018738747936038166">"ప్రతి రాత్రి"</string>
<string name="zen_mode_when_weeknights" msgid="531342225633264368">"వారపురాత్రులు"</string>
@@ -4200,19 +4198,19 @@
<string name="experimental_preference" msgid="869354050717870055">"(ప్రయోగాత్మకం)"</string>
<string name="encryption_interstitial_header" msgid="4418014339568737685">"సురక్షిత ప్రారంభం"</string>
<string name="encryption_continue_button" msgid="3591796237625134622">"కొనసాగించండి"</string>
- <string name="encryption_interstitial_message_pin" msgid="1413575143234269985">"ఈ డివైజ్ను ప్రారంభించిన వెంటనే మీ పిన్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. డివైజ్ను ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్లు, సందేశాలు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన డివైజ్లలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ డివైజ్ను ప్రారంభించడం కోసం పిన్ని అడగాలా?"</string>
- <string name="encryption_interstitial_message_pattern" msgid="726550613252236854">"ఈ పరికరాన్ని ప్రారంభించిన వెంటనే మీ నమూనాని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్లు, సందేశాలు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం నమూనాని అడగాలా?"</string>
- <string name="encryption_interstitial_message_password" msgid="6051054565294909975">"ఈ పరికరాన్ని ప్రారంభించిన వెంటనే మీ పాస్వర్డ్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్లు, సందేశాలు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం పాస్వర్డ్ని అడగాలా?"</string>
+ <string name="encryption_interstitial_message_pin" msgid="1413575143234269985">"ఈ డివైజ్ను ప్రారంభించిన వెంటనే మీ పిన్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. డివైజ్ను ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన డివైజ్లలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ డివైజ్ను ప్రారంభించడం కోసం పిన్ని అడగాలా?"</string>
+ <string name="encryption_interstitial_message_pattern" msgid="726550613252236854">"ఈ పరికరాన్ని ప్రారంభించిన వెంటనే మీ నమూనాని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం నమూనాని అడగాలా?"</string>
+ <string name="encryption_interstitial_message_password" msgid="6051054565294909975">"ఈ పరికరాన్ని ప్రారంభించిన వెంటనే మీ పాస్వర్డ్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం పాస్వర్డ్ని అడగాలా?"</string>
<!-- unknown quoting pattern: original -1, translation 1 -->
- <string name="encryption_interstitial_message_pin_for_fingerprint" msgid="7152770518093102916">"మీ డివైజ్ను అన్లాక్ చేయడానికి మీ వేలిముద్రను ఉపయోగించడంతో పాటు, దీనిని ప్రారంభించిన వెంటనే మీ పిన్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. డివైజ్ను ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్లు, సందేశాలు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన డివైజ్లలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ డివైజ్ను ప్రారంభించడం కోసం పిన్ని అడగాలా&gt;"</string>
- <string name="encryption_interstitial_message_pattern_for_fingerprint" msgid="6257856552043740490">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ వేలిముద్రను ఉపయోగించడంతో పాటు, దీనిని ప్రారంభించిన వెంటనే మీ నమూనాని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్లు, సందేశాలు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం నమూనాని అడగాలా?"</string>
- <string name="encryption_interstitial_message_password_for_fingerprint" msgid="7710804822643612867">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ వేలిముద్రను ఉపయోగించడంతో పాటు, దీనిని ప్రారంభించిన వెంటనే మీ పాస్వర్డ్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్లు, సందేశాలు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం పాస్వర్డ్ని అడగాలా?"</string>
- <string name="encryption_interstitial_message_pin_for_face" msgid="8577135499926738241">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ ముఖాన్ని ఉపయోగించడంతో పాటు, మీరు ఈ పరికరం ప్రారంభం కావడానికి ముందే మీ PINను అడిగేలా చేసి దాన్ని మరింత సురక్షితం చేసుకోవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, ఇది అలారాలతో సహా, కాల్లు, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు.\n\nదీనివల్ల పోగొట్టుకున్న లేదా దొంగలించబడిన పరికరాల డేటాను రక్షించడంలో సహాయకరంగా ఉంటుంది. మీ పరికరాన్ని ప్రారంభించడానికి PIN కావాలా?>"</string>
- <string name="encryption_interstitial_message_pattern_for_face" msgid="5851725964283239644">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ ముఖాన్ని ఉపయోగించడంతో పాటు, మీరు ఈ పరికరం ప్రారంభం కావడానికి ముందే మీ ఆకృతిని అడిగేలా చేసి దాన్ని మరింత సురక్షితం చేసుకోవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, ఇది అలారాలతో సహా, కాల్లు, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు.\n\nదీనివల్ల పోగొట్టుకున్న లేదా దొంగలించబడిన పరికరాల డేటాను రక్షించడంలో సహాయకరంగా ఉంటుంది. మీ పరికరాన్ని ప్రారంభించడానికి ఆకృతి కావాలా?"</string>
- <string name="encryption_interstitial_message_password_for_face" msgid="3553329272456428461">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ ముఖాన్ని ఉపయోగించడంతో పాటు, మీరు ఈ పరికరం ప్రారంభం కావడానికి ముందే మీ పాస్వర్డ్ను అడిగేలా చేసి దాన్ని మరింత సురక్షితం చేసుకోవచ్చు. పరికరాన్ని ప్రారంభించే దాకా, ఇది అలారాలతో సహా, కాల్లు, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు.\n\nదీనివల్ల పోగొట్టుకున్న లేదా దొంగలించబడిన పరికరాల డేటాను రక్షించడంలో సహాయకరంగా ఉంటుంది. మీ పరికరాన్ని ప్రారంభించడానికి పాస్వర్డ్ కావాలా?"</string>
- <string name="encryption_interstitial_message_pin_for_biometrics" msgid="4590004045791674901">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ బయోమెట్రిక్స్ను ఉపయోగించడంతో పాటు, స్టార్ట్ కావడానికి ముందే ఈ పరికరం మీ పిన్ను అడిగేలా చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరం స్టార్ట్ అయ్యే వరకు, అలారాలతో సహా కాల్లు, మెసేజ్లు, నోటిఫికేషన్లను అందుకోలేదు.\n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలోని డేటాను రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని స్టార్ట్ చేయడానికి పిన్ను అడగాలా?"</string>
- <string name="encryption_interstitial_message_pattern_for_biometrics" msgid="2697768285995352576">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ బయోమెట్రిక్స్ను ఉపయోగించడంతో పాటు, స్టార్ట్ కావడానికి ముందే ఈ పరికరం మీ ఆకృతిని అడిగేలా చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరం స్టార్ట్ అయ్యే వరకు, అలారాలతో సహా కాల్లు, మెసేజ్లు, నోటిఫికేషన్లను అందుకోలేదు.\n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలోని డేటాను రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని స్టార్ట్ చేయడానికి ఆకృతిని అడగాలా?"</string>
- <string name="encryption_interstitial_message_password_for_biometrics" msgid="1895561539964730123">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ బయోమెట్రిక్స్ను ఉపయోగించడంతో పాటు, స్టార్ట్ కావడానికి ముందే ఈ పరికరం మీ పాస్వర్డ్ను అడిగేలా చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరం స్టార్ట్ అయ్యే వరకు, అలారాలతో సహా కాల్లు, మెసేజ్లు, నోటిఫికేషన్లను అందుకోలేదు.\n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలోని డేటాను రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని స్టార్ట్ చేయడానికి పాస్వర్డ్ను అడగాలా?"</string>
+ <string name="encryption_interstitial_message_pin_for_fingerprint" msgid="7152770518093102916">"మీ డివైజ్ను అన్లాక్ చేయడానికి మీ వేలిముద్రను ఉపయోగించడంతో పాటు, దీనిని ప్రారంభించిన వెంటనే మీ పిన్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. డివైజ్ను ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన డివైజ్లలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ డివైజ్ను ప్రారంభించడం కోసం పిన్ని అడగాలా&gt;"</string>
+ <string name="encryption_interstitial_message_pattern_for_fingerprint" msgid="6257856552043740490">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ వేలిముద్రను ఉపయోగించడంతో పాటు, దీనిని ప్రారంభించిన వెంటనే మీ నమూనాని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం నమూనాని అడగాలా?"</string>
+ <string name="encryption_interstitial_message_password_for_fingerprint" msgid="7710804822643612867">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ వేలిముద్రను ఉపయోగించడంతో పాటు, దీనిని ప్రారంభించిన వెంటనే మీ పాస్వర్డ్ని అడిగే విధంగా సెట్ చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, అది అలారాలతో సహా కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు. \n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలో ఉన్న డేటాని రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని ప్రారంభించడం కోసం పాస్వర్డ్ని అడగాలా?"</string>
+ <string name="encryption_interstitial_message_pin_for_face" msgid="8577135499926738241">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ ముఖాన్ని ఉపయోగించడంతో పాటు, మీరు ఈ పరికరం ప్రారంభం కావడానికి ముందే మీ PINను అడిగేలా చేసి దాన్ని మరింత సురక్షితం చేసుకోవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, ఇది అలారాలతో సహా, కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు.\n\nదీనివల్ల పోగొట్టుకున్న లేదా దొంగలించబడిన పరికరాల డేటాను రక్షించడంలో సహాయకరంగా ఉంటుంది. మీ పరికరాన్ని ప్రారంభించడానికి PIN కావాలా?>"</string>
+ <string name="encryption_interstitial_message_pattern_for_face" msgid="5851725964283239644">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ ముఖాన్ని ఉపయోగించడంతో పాటు, మీరు ఈ పరికరం ప్రారంభం కావడానికి ముందే మీ ఆకృతిని అడిగేలా చేసి దాన్ని మరింత సురక్షితం చేసుకోవచ్చు. పరికరాన్ని ప్రారంభించే వరకు, ఇది అలారాలతో సహా, కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు.\n\nదీనివల్ల పోగొట్టుకున్న లేదా దొంగలించబడిన పరికరాల డేటాను రక్షించడంలో సహాయకరంగా ఉంటుంది. మీ పరికరాన్ని ప్రారంభించడానికి ఆకృతి కావాలా?"</string>
+ <string name="encryption_interstitial_message_password_for_face" msgid="3553329272456428461">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ ముఖాన్ని ఉపయోగించడంతో పాటు, మీరు ఈ పరికరం ప్రారంభం కావడానికి ముందే మీ పాస్వర్డ్ను అడిగేలా చేసి దాన్ని మరింత సురక్షితం చేసుకోవచ్చు. పరికరాన్ని ప్రారంభించే దాకా, ఇది అలారాలతో సహా, కాల్స్, మెసేజ్లు లేదా నోటిఫికేషన్లను స్వీకరించదు.\n\nదీనివల్ల పోగొట్టుకున్న లేదా దొంగలించబడిన పరికరాల డేటాను రక్షించడంలో సహాయకరంగా ఉంటుంది. మీ పరికరాన్ని ప్రారంభించడానికి పాస్వర్డ్ కావాలా?"</string>
+ <string name="encryption_interstitial_message_pin_for_biometrics" msgid="4590004045791674901">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ బయోమెట్రిక్స్ను ఉపయోగించడంతో పాటు, స్టార్ట్ కావడానికి ముందే ఈ పరికరం మీ పిన్ను అడిగేలా చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరం స్టార్ట్ అయ్యే వరకు, అలారాలతో సహా కాల్స్, మెసేజ్లు, నోటిఫికేషన్లను అందుకోలేదు.\n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలోని డేటాను రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని స్టార్ట్ చేయడానికి పిన్ను అడగాలా?"</string>
+ <string name="encryption_interstitial_message_pattern_for_biometrics" msgid="2697768285995352576">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ బయోమెట్రిక్స్ను ఉపయోగించడంతో పాటు, స్టార్ట్ కావడానికి ముందే ఈ పరికరం మీ ఆకృతిని అడిగేలా చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరం స్టార్ట్ అయ్యే వరకు, అలారాలతో సహా కాల్స్, మెసేజ్లు, నోటిఫికేషన్లను అందుకోలేదు.\n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలోని డేటాను రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని స్టార్ట్ చేయడానికి ఆకృతిని అడగాలా?"</string>
+ <string name="encryption_interstitial_message_password_for_biometrics" msgid="1895561539964730123">"మీ పరికరాన్ని అన్లాక్ చేయడానికి మీ బయోమెట్రిక్స్ను ఉపయోగించడంతో పాటు, స్టార్ట్ కావడానికి ముందే ఈ పరికరం మీ పాస్వర్డ్ను అడిగేలా చేయడం ద్వారా మీరు దీనికి అదనపు రక్షణను అందించవచ్చు. పరికరం స్టార్ట్ అయ్యే వరకు, అలారాలతో సహా కాల్స్, మెసేజ్లు, నోటిఫికేషన్లను అందుకోలేదు.\n\nకోల్పోయిన లేదా దొంగిలించబడిన పరికరాలలోని డేటాను రక్షించడంలో ఇది సహాయపడుతుంది. మీ పరికరాన్ని స్టార్ట్ చేయడానికి పాస్వర్డ్ను అడగాలా?"</string>
<string name="encryption_interstitial_yes" msgid="1948016725089728181">"అవును"</string>
<string name="encryption_interstitial_no" msgid="3352331535473118487">"వద్దు"</string>
<string name="restricted_true_label" msgid="612852292488747564">"నియంత్రించబడింది"</string>
@@ -4253,7 +4251,7 @@
<item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> సపోర్ట్ చేయబడిన లింక్లు</item>
<item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> సపోర్ట్ చేయబడిన లింక్</item>
</plurals>
- <string name="app_launch_supported_links_add" msgid="3271247750388016131">"జోడించు"</string>
+ <string name="app_launch_supported_links_add" msgid="3271247750388016131">"జోడించండి"</string>
<string name="app_launch_supported_links_subtext" msgid="4268004019469184113">"<xliff:g id="APP_LABEL">%s</xliff:g>లో తెరవబడుతుంది"</string>
<string name="storage_summary_format" msgid="5721782272185284276">"<xliff:g id="STORAGE_TYPE">%2$s</xliff:g>లో <xliff:g id="SIZE">%1$s</xliff:g> ఉపయోగించబడింది"</string>
<string name="storage_type_internal" msgid="979243131665635278">"అంతర్గత స్టోరేజ్"</string>
@@ -4324,7 +4322,7 @@
<string name="domain_urls_summary_some" msgid="1197692164421314523">"<xliff:g id="DOMAIN">%s</xliff:g> మరియు ఇతర URLలను తెరుస్తుంది"</string>
<string name="domain_urls_apps_summary_off" msgid="2534980824850890416">"మద్దతు ఉన్న లింక్లను తెరవగల సామర్థ్యం ఏ యాప్నకు లేదు"</string>
<plurals name="domain_urls_apps_summary_on" formatted="false" msgid="7864816862441985323">
- <item quantity="other">మద్దతు ఉన్న లింక్లను తెరవగల సామర్థ్యం <xliff:g id="COUNT">%d</xliff:g> అనువర్తనాలకు ఉంది</item>
+ <item quantity="other">మద్దతు ఉన్న లింక్లను తెరవగల సామర్థ్యం <xliff:g id="COUNT">%d</xliff:g> యాప్లకు ఉంది</item>
<item quantity="one">మద్దతు ఉన్న లింక్లను తెరవగల సామర్థ్యం ఒక యాప్నకు ఉంది</item>
</plurals>
<string name="app_link_open_always" msgid="9167065494930657503">"సపోర్ట్ చేసే లింక్లను తెరవడానికి యాప్ను అనుమతించండి"</string>
@@ -4336,7 +4334,7 @@
</plurals>
<string name="open_supported_links_footer" msgid="3188808142432787933">"యాప్ ఈ కింది లింక్లను నిర్వహించే క్లెయిమ్ చేస్తుంది:"</string>
<string name="default_apps_title" msgid="6943471331817718664">"ఆటోమేటిక్"</string>
- <string name="default_for_work" msgid="537558180548617528">"కార్యాలయం కోసం డిఫాల్ట్"</string>
+ <string name="default_for_work" msgid="537558180548617528">"వర్క్ ప్లేస్ కోసం ఆటోమేటిక్"</string>
<string name="assist_and_voice_input_title" msgid="6317935163145135914">"సహాయకం & వాయిస్ ఇన్పుట్"</string>
<string name="default_assist_title" msgid="1182435129627493758">"డిజిటల్ అసిస్టెంట్ యాప్"</string>
<string name="default_digital_assistant_title" msgid="5654663086385490838">"ఆటోమేటిక్ డిజిటల్ అసిస్టెంట్ యాప్"</string>
@@ -4346,11 +4344,11 @@
<string name="assistant_security_warning_disagree" msgid="1539182108068356410">"అంగీకరించడం లేదు"</string>
<string name="choose_voice_input_title" msgid="4855506199101586943">"వాయిస్ ఇన్పుట్ని ఎంచుకోండి"</string>
<string name="default_browser_title" msgid="8342074390782390458">"బ్రౌజర్ యాప్"</string>
- <string name="default_browser_title_none" msgid="4691907418284764833">"డిఫాల్ట్ బ్రౌజర్ లేదు"</string>
+ <string name="default_browser_title_none" msgid="4691907418284764833">"ఆటోమేటిక్ బ్రౌజర్ లేదు"</string>
<string name="default_phone_title" msgid="7616730756650803827">"ఫోన్ యాప్"</string>
<string name="default_app" msgid="445053777504688596">"(ఆటోమేటిక్)"</string>
<string name="system_app" msgid="1863291702508355041">"(సిస్టమ్)"</string>
- <string name="system_default_app" msgid="2647834628622214931">"(సిస్టమ్ డిఫాల్ట్)"</string>
+ <string name="system_default_app" msgid="2647834628622214931">"(సిస్టమ్ ఆటోమేటిక్)"</string>
<string name="apps_storage" msgid="643866814746927111">"యాప్ల స్టోరేజ్"</string>
<string name="usage_access" msgid="5487993885373893282">"వినియోగ యాక్సెస్"</string>
<string name="permit_usage_access" msgid="179630895262172674">"వినియోగ యాక్సెస్ను అనుమతించు"</string>
@@ -4395,21 +4393,21 @@
<string name="system_ui_settings" msgid="936169564323330967">"SystemUI ట్యూనర్ను చూపు"</string>
<string name="additional_permissions" msgid="4656871347558988462">"అదనపు అనుమతులు"</string>
<string name="additional_permissions_more" msgid="8188145515437525307">"మరో <xliff:g id="COUNT">%1$d</xliff:g>"</string>
- <string name="share_remote_bugreport_dialog_title" msgid="1575283098565582433">"బగ్ నివేదికను భాగస్వామ్యం చేయాలా?"</string>
- <string name="share_remote_bugreport_dialog_message_finished" msgid="4869053468609007680">"మీ ఐటి నిర్వాహకులు ఈ పరికరం సమస్యకు పరిష్కారాన్ని కనుగొనడంలో సహాయం కోసం బగ్ నివేదికను అభ్యర్థించారు. యాప్లు మరియు డేటా భాగస్వామ్యం చేయబడవచ్చు."</string>
- <string name="share_remote_bugreport_dialog_message" msgid="8714439220818865391">"మీ ఐటి నిర్వాహకులు ఈ పరికరం సమస్యకు పరిష్కారాన్ని కనుగొనడంలో సహాయం కోసం బగ్ నివేదికను అభ్యర్థించారు. యాప్లు మరియు డేటా భాగస్వామ్యం చేయబడవచ్చు మరియు మీ పరికరం పనితీరు తాత్కాలికంగా నెమ్మదించవచ్చు."</string>
- <string name="sharing_remote_bugreport_dialog_message" msgid="3523877008096439251">"ఈ బగ్ నివేదిక మీ ఐటి నిర్వాహకులతో భాగస్వామ్యం చేయబడుతోంది. మరిన్ని వివరాల కోసం వారిని సంప్రదించండి."</string>
+ <string name="share_remote_bugreport_dialog_title" msgid="1575283098565582433">"బగ్ రిపోర్ట్ను షేర్ చేయాలా?"</string>
+ <string name="share_remote_bugreport_dialog_message_finished" msgid="4869053468609007680">"మీ ఐటి అడ్మిన్ ఈ పరికరం సమస్యకు పరిష్కారాన్ని కనుగొనడంలో సహాయం కోసం బగ్ రిపోర్ట్ను రిక్వెస్ట్ చేశారు. యాప్లు మరియు డేటా షేర్ చేయబడవచ్చు."</string>
+ <string name="share_remote_bugreport_dialog_message" msgid="8714439220818865391">"మీ ఐటి అడ్మిన్ ఈ పరికరం సమస్యకు పరిష్కారాన్ని కనుగొనడంలో సహాయం కోసం బగ్ రిపోర్ట్ను రిక్వెస్ట్ చేశారు. యాప్లు మరియు డేటా షేర్ చేయబడవచ్చు మరియు మీ పరికరం పనితీరు తాత్కాలికంగా నెమ్మదించవచ్చు."</string>
+ <string name="sharing_remote_bugreport_dialog_message" msgid="3523877008096439251">"ఈ బగ్ రిపోర్ట్ మీ ఐటి అడ్మిన్తో షేర్ చేయబడుతోంది. మరిన్ని వివరాల కోసం వారిని సంప్రదించండి."</string>
<string name="share_remote_bugreport_action" msgid="7173093464692893276">"షేర్ చేయి"</string>
<string name="decline_remote_bugreport_action" msgid="1276509879613158895">"తిరస్కరిస్తున్నాను"</string>
<string name="usb_use_charging_only" msgid="1743303747327057947">"డేటా బదిలీ లేదు"</string>
<string name="usb_use_charging_only_desc" msgid="1234421230461847336">"కేవలం ఈ పరికరాన్ని ఛార్జ్ చేస్తుంది"</string>
<string name="usb_use_power_only" msgid="3408055485802114621">"కనెక్ట్ చేసిన పరికరాన్ని ఛార్జ్ చేయండి"</string>
<string name="usb_use_file_transfers" msgid="483915710802018503">"ఫైల్ బదిలీ"</string>
- <string name="usb_use_file_transfers_desc" msgid="1020257823387107336">"మరొక పరికరానికి ఫైల్లను బదిలీ చేస్తుంది"</string>
+ <string name="usb_use_file_transfers_desc" msgid="1020257823387107336">"మరొక పరికరానికి ఫైళ్లను బదిలీ చేస్తుంది"</string>
<string name="usb_use_photo_transfers" msgid="4641181628966036093">"PTP"</string>
<string name="usb_transcode_files" msgid="2441954752105119109">"వీడియోలను AVCగా మార్చండి"</string>
<string name="usb_transcode_files_summary" msgid="307102635711961513">"వీడియోలు మరిన్ని మీడియా ప్లేయర్లలో ప్లే అవుతాయి కానీ క్వాలిటీ తగ్గవచ్చు"</string>
- <string name="usb_use_photo_transfers_desc" msgid="7490250033610745765">"MTPకి మద్దతు లేకపోతే ఫోటోలు లేదా ఫైల్లను బదిలీ చేస్తుంది (PTP)"</string>
+ <string name="usb_use_photo_transfers_desc" msgid="7490250033610745765">"MTPకి మద్దతు లేకపోతే ఫోటోలు లేదా ఫైళ్లను బదిలీ చేస్తుంది (PTP)"</string>
<string name="usb_use_tethering" msgid="2897063414491670531">"USB టెథరింగ్"</string>
<string name="usb_use_MIDI" msgid="8621338227628859789">"MIDI"</string>
<string name="usb_use_MIDI_desc" msgid="6464135515868405143">"ఈ పరికరాన్ని MIDI వలె ఉపయోగించడం"</string>
@@ -4457,7 +4455,7 @@
<string name="total_memory" msgid="5244174393008910567">"మొత్తం మెమరీ"</string>
<string name="average_used" msgid="690235917394070169">"సగటుగా ఉపయోగించినది (%)"</string>
<string name="free_memory" msgid="439783742246854785">"ఖాళీ"</string>
- <string name="memory_usage_apps" msgid="5776108502569850579">"అనువర్తనాల ద్వారా ఉపయోగించబడిన మెమరీ"</string>
+ <string name="memory_usage_apps" msgid="5776108502569850579">"యాప్ల ద్వారా ఉపయోగించబడిన మెమరీ"</string>
<plurals name="memory_usage_apps_summary" formatted="false" msgid="1355637088533572208">
<item quantity="other">గత <xliff:g id="DURATION_1">%2$s</xliff:g>లో <xliff:g id="COUNT">%1$d</xliff:g> యాప్లు మెమరీని ఉపయోగించాయి</item>
<item quantity="one">గత <xliff:g id="DURATION_0">%2$s</xliff:g>లో 1 యాప్ మెమరీని ఉపయోగించింది</item>
@@ -4476,7 +4474,7 @@
<string name="ignore_optimizations_off_desc" msgid="3324571675983286177">"మెరుగైన బ్యాటరీ సామర్థ్యం కోసం సిఫార్సు చేయబడింది"</string>
<string name="ignore_optimizations_title" msgid="3464172726254542889">"బ్యాటరీ అనుకూలీకరణలను విస్మరించడానికి <xliff:g id="APP">%s</xliff:g>ని అనుమతించాలా?"</string>
<string name="app_list_preference_none" msgid="1635406344616653756">"ఏదీ వద్దు"</string>
- <string name="work_profile_usage_access_warning" msgid="3477719910927319122">"ఈ యాప్లో వినియోగ ప్రాప్యతను ఆఫ్ చేసినా కూడా మీ కార్యాలయ ప్రొఫైల్లోని అనువర్తన డేటా వినియోగాన్ని ట్రాక్ చేయకుండా మీ నిర్వాహకులు నివారించబడరు"</string>
+ <string name="work_profile_usage_access_warning" msgid="3477719910927319122">"ఈ యాప్లో వినియోగ యాక్సెస్ను ఆఫ్ చేసినా కూడా మీ కార్యాలయ ప్రొఫైల్లోని యాప్ డేటా వినియోగాన్ని ట్రాక్ చేయకుండా మీ నిర్వాహకులు నివారించబడరు"</string>
<string name="accessibility_lock_screen_progress" msgid="4597298121698665401">"<xliff:g id="COUNT_1">%2$d</xliff:g>లో <xliff:g id="COUNT_0">%1$d</xliff:g> అక్షరాలు ఉపయోగించబడ్డాయి"</string>
<string name="draw_overlay" msgid="7902083260500573027">"ఇతర యాప్ల ఎగువున ప్రదర్శన"</string>
<string name="system_alert_window_settings" msgid="6458633954424862521">"ఇతర యాప్ల ఎగువున ప్రదర్శన"</string>
@@ -4484,13 +4482,13 @@
<string name="system_alert_window_access_title" msgid="3074573819155116817">"ఇతర యాప్ల ఎగువన ప్రదర్శన"</string>
<string name="permit_draw_overlay" msgid="4468994037192804075">"ఇతర యాప్ల ఎగువున కనిపించడానికి అనుమతించు"</string>
<string name="allow_overlay_description" msgid="1607235723669496298">"మీరు ఉపయోగించే ఇతర యాప్లలో పైభాగాన కనిపించడం కోసం ఈ యాప్ను అనుమతించండి. ఈ యాప్ మీరు ఎక్కడ ట్యాప్ చేసేది చూడగలుగుతుంది లేదా స్క్రీన్పై కనిపించే వాటిని మార్చగలుగుతుంది."</string>
- <string name="manage_external_storage_title" msgid="8024521099838816100">"అన్ని ఫైల్లకు యాక్సెస్"</string>
- <string name="permit_manage_external_storage" msgid="6928847280689401761">"అన్ని ఫైల్లను మేనేజ్ చేయడానికి అనుమతించండి"</string>
- <string name="allow_manage_external_storage_description" msgid="5707948153603253225">"ఈ పరికరంలో, లేదా కనెక్ట్ చేయబడిన ఏవైనా స్టోరేజ్ వాల్యూమ్లలో, అన్ని ఫైల్లను చదవడానికి, మార్చడానికి, తొలగించడానికి ఈ యాప్నకు అనుమతిని ఇవ్వండి. అటువంటి అనుమతిని మీరు మంజూరు చేస్తే, మీకు ప్రత్యేకంగా తెలియపరచకుండానే మీ ఫైల్లను యాప్, యాక్సెస్ చేయవచ్చు."</string>
- <string name="filter_manage_external_storage" msgid="6751640571715343804">"అన్ని ఫైల్లను యాక్సెస్ చేయగలవు"</string>
+ <string name="manage_external_storage_title" msgid="8024521099838816100">"అన్ని ఫైళ్లకు యాక్సెస్"</string>
+ <string name="permit_manage_external_storage" msgid="6928847280689401761">"అన్ని ఫైళ్లను మేనేజ్ చేయడానికి అనుమతించండి"</string>
+ <string name="allow_manage_external_storage_description" msgid="5707948153603253225">"ఈ పరికరంలో, లేదా కనెక్ట్ చేయబడిన ఏవైనా స్టోరేజ్ వాల్యూమ్లలో, అన్ని ఫైళ్లను చదవడానికి, మార్చడానికి, తొలగించడానికి ఈ యాప్నకు అనుమతిని ఇవ్వండి. అటువంటి అనుమతిని మీరు మంజూరు చేస్తే, మీకు ప్రత్యేకంగా తెలియపరచకుండానే మీ ఫైళ్లను యాప్, యాక్సెస్ చేయవచ్చు."</string>
+ <string name="filter_manage_external_storage" msgid="6751640571715343804">"అన్ని ఫైళ్లను యాక్సెస్ చేయగలవు"</string>
<string name="media_management_apps_title" msgid="8222942355578724582">"మీడియా మేనేజ్మెంట్ యాప్లు"</string>
<string name="media_management_apps_toggle_label" msgid="166724270857067456">"మీడియాను మేనేజ్ చేయడానికి యాప్ను అనుమతించండి"</string>
- <string name="media_management_apps_description" msgid="8000565658455268524">"అనుమతిస్తే, ఈ యాప్ మిమ్మల్ని అడగకుండానే, ఇతర యాప్లను ఉపయోగించి క్రియేట్ చేసిన మీడియా ఫైల్లను సవరిస్తుంది లేదా తొలగిస్తుంది. ఫైల్లను, మీడియాను యాక్సెస్ చేయడానికి యాప్నకు అనుమతి ఉండాలి."</string>
+ <string name="media_management_apps_description" msgid="8000565658455268524">"అనుమతిస్తే, ఈ యాప్ మిమ్మల్ని అడగకుండానే, ఇతర యాప్లను ఉపయోగించి క్రియేట్ చేసిన మీడియా ఫైళ్లను సవరిస్తుంది లేదా తొలగిస్తుంది. ఫైళ్లను, మీడియాను యాక్సెస్ చేయడానికి యాప్నకు అనుమతి ఉండాలి."</string>
<string name="keywords_media_management_apps" msgid="7499959607583088690">"మీడియా, ఫైల్, మేనేజ్మెంట్, మేనేజర్, మేనేజ్, ఎడిట్, ఎడిటర్, యాప్, అప్లికేషన్, ప్రోగ్రామ్"</string>
<string name="keywords_vr_listener" msgid="902737490270081131">"vr వర్చువల్ రియాలిటీ పరిశీలన స్టీరియో సహాయకం సేవ"</string>
<string name="overlay_settings" msgid="2030836934139139469">"ఇతర యాప్ల పైన ప్రదర్శన"</string>
@@ -4500,13 +4498,13 @@
<string name="app_permission_summary_not_allowed" msgid="2673793662439097900">"అనుమతించబడలేదు"</string>
<string name="keywords_install_other_apps" msgid="563895867658775580">"తెలియని యాప్లను ఇన్స్టాల్ చేయి"</string>
<string name="write_settings" msgid="6864794401614425894">"సిస్టమ్ సెట్టింగ్లను మార్చడం"</string>
- <string name="keywords_write_settings" msgid="6908708078855507813">"వ్రాయండి సవరించండి సిస్టమ్ సెట్టింగ్లు"</string>
- <string name="write_settings_summary" msgid="2085800775513476479">"<xliff:g id="COUNT_1">%2$d</xliff:g>లో <xliff:g id="COUNT_0">%1$d</xliff:g> యాప్లు సిస్టమ్ సెట్టింగ్ల సవరణకు అనుమతించబడ్డాయి"</string>
- <string name="filter_install_sources_apps" msgid="6930762738519588431">"ఇతర అనువర్తనాలను ఇన్స్టాల్ చేయవచ్చు"</string>
+ <string name="keywords_write_settings" msgid="6908708078855507813">"రాయండి ఎడిట్ చేయండి సిస్టమ్ సెట్టింగ్లు"</string>
+ <string name="write_settings_summary" msgid="2085800775513476479">"<xliff:g id="COUNT_1">%2$d</xliff:g>లో <xliff:g id="COUNT_0">%1$d</xliff:g> యాప్లు సిస్టమ్ సెట్టింగ్ల ఎడిట్కు అనుమతించబడ్డాయి"</string>
+ <string name="filter_install_sources_apps" msgid="6930762738519588431">"ఇతర యాప్లను ఇన్స్టాల్ చేయవచ్చు"</string>
<string name="filter_write_settings_apps" msgid="4754994984909024093">"సిస్టమ్ సెట్టింగ్లు సవరించగలవు"</string>
<string name="write_settings_title" msgid="3011034187823288557">"సిస్టమ్ సెట్టింగ్లు సవరించగలవు"</string>
<string name="write_system_settings" msgid="5555707701419757421">"సిస్టమ్ సెట్టింగ్లను మార్చడం"</string>
- <string name="permit_write_settings" msgid="3113056800709924871">"సిస్టమ్ సెట్టింగ్ల సవరణను అనుమతించండి"</string>
+ <string name="permit_write_settings" msgid="3113056800709924871">"సిస్టమ్ సెట్టింగ్ల ఎడిట్ను అనుమతించండి"</string>
<string name="write_settings_description" msgid="1474881759793261146">"ఈ అనుమతి సిస్టమ్ సెట్టింగ్లను సవరించడానికి యాప్ను అనుమతిస్తుంది."</string>
<string name="write_settings_on" msgid="8533286548451191112">"అవును"</string>
<string name="write_settings_off" msgid="1781103034490679144">"లేదు"</string>
@@ -4537,7 +4535,7 @@
<string name="data_usage_summary_format" msgid="6844301859713164522">"<xliff:g id="AMOUNT">%1$s</xliff:g> డేటా ఉపయోగించబడింది"</string>
<string name="data_usage_wifi_format" msgid="7644390582649568117">"Wi-Fiలో <xliff:g id="AMOUNT">^1</xliff:g> ఉపయోగించబడింది"</string>
<plurals name="notification_summary" formatted="false" msgid="7638388920823212470">
- <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> అనువర్తనాలలో ఆఫ్ చేయబడింది</item>
+ <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> యాప్లలో ఆఫ్ చేయబడింది</item>
<item quantity="one">1 యాప్లో ఆఫ్ చేయబడింది</item>
</plurals>
<string name="notification_summary_none" msgid="9179312319023988089">"అన్ని యాప్లలో ఆన్ చేయబడ్డాయి"</string>
@@ -4549,14 +4547,14 @@
<string name="display_dashboard_summary" msgid="1599453894989339454">"ముదురు రంగు రూపం, ఫాంట్ సైజ్, బ్రైట్నెస్"</string>
<string name="display_summary_example" msgid="4275121979039344438">"10 నిమిషాలు ఇన్యాక్టివ్ తర్వాత నిద్రావస్థకు వెళుతుంది"</string>
<string name="memory_summary" msgid="8221954450951651735">"సగటున <xliff:g id="TOTAL_MEMORY">%2$s</xliff:g>లో <xliff:g id="USED_MEMORY">%1$s</xliff:g> మెమరీ వినియోగించబడింది"</string>
- <string name="users_summary" msgid="8473589474976307510">"<xliff:g id="USER_NAME">%1$s</xliff:g>గా సైన్ ఇన్ చేసారు"</string>
- <string name="payment_summary" msgid="5513009140568552693">"<xliff:g id="APP_NAME">%1$s</xliff:g> డిఫాల్ట్గా ఉంది"</string>
+ <string name="users_summary" msgid="8473589474976307510">"<xliff:g id="USER_NAME">%1$s</xliff:g>గా సైన్ ఇన్ చేశారు"</string>
+ <string name="payment_summary" msgid="5513009140568552693">"<xliff:g id="APP_NAME">%1$s</xliff:g> ఆటోమేటిక్గా ఉంది"</string>
<string name="backup_disabled" msgid="4503062265560959320">"బ్యాకప్ నిలిపివేయబడింది"</string>
<string name="android_version_summary" msgid="7818952662015042768">"Android <xliff:g id="VERSION">%1$s</xliff:g>కు అప్డేట్ చేయబడింది"</string>
<string name="android_version_pending_update_summary" msgid="5404532347171027730">"అప్డేట్ అందుబాటులో ఉంది"</string>
<string name="disabled_by_policy_title" msgid="3635622338687810583">"మీ IT అడ్మిన్ ద్వారా బ్లాక్ చేయబడింది"</string>
<string name="disabled_by_policy_title_adjust_volume" msgid="1669689058213728099">"వాల్యూమ్ని మార్చలేరు"</string>
- <string name="disabled_by_policy_title_outgoing_calls" msgid="400089720689494562">"కాల్లను చేయడం సాధ్యం కాదు"</string>
+ <string name="disabled_by_policy_title_outgoing_calls" msgid="400089720689494562">"కాల్స్ను చేయడం సాధ్యం కాదు"</string>
<string name="disabled_by_policy_title_sms" msgid="8951840850778406831">"SMS మెసేజ్లను పంపడం సాధ్యం కాదు"</string>
<string name="disabled_by_policy_title_camera" msgid="6616508876399613773">"కెమెరాను ఉపయోగించడం సాధ్యం కాదు"</string>
<string name="disabled_by_policy_title_screen_capture" msgid="6085100101044105811">"స్క్రీన్షాట్లను తీయడం సాధ్యపడదు"</string>
@@ -4566,9 +4564,9 @@
<string name="disabled_by_policy_content_biometric_parental_consent" msgid="7124116806784305206">"దీనిని సెటప్ చేయడం ప్రారంభించడానికి ఫోన్ను మీ తల్లి/తండ్రికి అప్పగించండి"</string>
<string name="default_admin_support_msg" msgid="8338570262037182531">"మీకు ఏవైనా సందేహాలు ఉంటే, మీ IT అడ్మిన్ను సంప్రదించండి"</string>
<string name="admin_support_more_info" msgid="8407433155725898290">"మరిన్ని వివరాలు"</string>
- <string name="admin_profile_owner_message" msgid="8860709969532649195">"సెట్టింగ్లు, అనుమతులు, కార్పొరేట్ యాక్సెస్, నెట్వర్క్ కార్యకలాపం మరియు డివైజ్ యొక్క స్థాన సమాచారంతో పాటు మీ కార్యాలయ ప్రొఫైల్కి అనుబంధితంగా ఉన్న యాప్లు మరియు డేటాని మీ నిర్వాహకులు పర్యవేక్షించగలరు మరియు నిర్వహించగలరు ."</string>
- <string name="admin_profile_owner_user_message" msgid="4929926887231544950">"సెట్టింగ్లు, అనుమతులు, కార్పొరేట్ యాక్సెస్, నెట్వర్క్ కార్యకలాపం మరియు డివైజ్ యొక్క స్థాన సమాచారంతో పాటు ఈ వినియోగదారుకి అనుబంధితంగా ఉన్న యాప్లు మరియు డేటాని మీ నిర్వాహకులు పర్యవేక్షించగలరు మరియు నిర్వహించగలరు."</string>
- <string name="admin_device_owner_message" msgid="5503131744126520590">"సెట్టింగ్లు, అనుమతులు, కార్పొరేట్ యాక్సెస్, నెట్వర్క్ కార్యకలాపం మరియు డివైజ్ యొక్క స్థాన సమాచారంతో పాటు ఈ డివైజ్కు అనుబంధితంగా ఉన్న యాప్లు మరియు డేటాని మీ నిర్వాహకులు పర్యవేక్షించగలరు మరియు నిర్వహించగలరు."</string>
+ <string name="admin_profile_owner_message" msgid="8860709969532649195">"సెట్టింగ్లు, అనుమతులు, కార్పొరేట్ యాక్సెస్, నెట్వర్క్ యాక్టివిటీ మరియు డివైజ్ యొక్క లొకేషన్ సమాచారంతో పాటు మీ కార్యాలయ ప్రొఫైల్కి అనుబంధితంగా ఉన్న యాప్లు మరియు డేటాని మీ అడ్మిన్ పర్యవేక్షించగలరు, మేనేజ్ చేయగలరు ."</string>
+ <string name="admin_profile_owner_user_message" msgid="4929926887231544950">"సెట్టింగ్లు, అనుమతులు, కార్పొరేట్ యాక్సెస్, నెట్వర్క్ యాక్టివిటీ మరియు డివైజ్ యొక్క లొకేషన్ సమాచారంతో పాటు ఈ యూజర్కు అనుబంధితంగా ఉన్న యాప్లు, డేటాను మీ అడ్మిన్ పర్యవేక్షించగలరు, మేనేజ్ చేయగలరు."</string>
+ <string name="admin_device_owner_message" msgid="5503131744126520590">"సెట్టింగ్లు, అనుమతులు, కార్పొరేట్ యాక్సెస్, నెట్వర్క్ యాక్టివిటీ మరియు డివైజ్ యొక్క లొకేషన్ సమాచారంతో పాటు ఈ డివైజ్కు అనుబంధితంగా ఉన్న యాప్లు మరియు డేటాను మీ అడ్మిన్ పర్యవేక్షించగలరు, మేనేజ్ చేయగలరు."</string>
<string name="admin_financed_message" msgid="1156197630834947884">"మీ పరికర అడ్మినిస్ట్రేటర్ ఈ పరికరంతో అనుబంధించబడిన డేటాను యాక్సెస్ చేయవచ్చు, యాప్లను మేనేజ్ చేయవచ్చు అలాగే ఈ పరికరాల సెట్టింగ్లను మార్చవచ్చు."</string>
<string name="condition_turn_off" msgid="402707350778441939">"ఆఫ్ చేయి"</string>
<string name="condition_turn_on" msgid="3911077299444314791">"ఆన్ చేయండి"</string>
@@ -4590,11 +4588,11 @@
<string name="condition_work_summary" msgid="7113473121312772398">"యాప్లు & నోటిఫికేషన్లు కోసం"</string>
<string name="condition_device_muted_action_turn_on_sound" msgid="4078406807327674934">"ధ్వనిని ఆన్ చేయి"</string>
<string name="condition_device_muted_title" msgid="2446306263428466378">"రింగర్ మ్యూట్ చేయబడింది"</string>
- <string name="condition_device_muted_summary" msgid="3772178424510397327">"కాల్లు & నోటిఫికేషన్ల కోసం"</string>
+ <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="condition_device_vibrate_summary" msgid="7537724181691903202">"కాల్స్ & నోటిఫికేషన్ల కోసం"</string>
<string name="night_display_suggestion_title" msgid="5418911386429667704">"రాత్రి కాంతి షెడ్యూల్ని సెట్ చేయండి"</string>
- <string name="night_display_suggestion_summary" msgid="4218017907425509769">"రాత్రిళ్లు స్క్రీన్లో స్వయంచాలకంగా వర్ణభేదం చూపుతుంది"</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>
<string name="condition_grayscale_title" msgid="9029271080007984542">"గ్రేస్కేల్"</string>
@@ -4674,7 +4672,7 @@
<string name="no_carrier_update_text" msgid="5432798085593055966">"<xliff:g id="ID_1">^2</xliff:g> క్రితం అప్డేట్ చేయబడింది"</string>
<string name="carrier_and_update_now_text" msgid="5075861262344398849">"ఇప్పుడే <xliff:g id="ID_1">^1</xliff:g> అప్డేట్ చేసింది"</string>
<string name="no_carrier_update_now_text" msgid="7898004907837200752">"ఇప్పుడే అప్డేట్ చేయబడింది"</string>
- <string name="launch_mdp_app_text" msgid="8791816789749304897">"ప్లాన్ని వీక్షించండి"</string>
+ <string name="launch_mdp_app_text" msgid="8791816789749304897">"ప్లాన్ని చూడండి"</string>
<string name="launch_wifi_text" msgid="976421974332512894">"వివరాలను చూడండి"</string>
<string name="data_saver_title" msgid="2593804270788863815">"డేటా సేవర్"</string>
<string name="unrestricted_data_saver" msgid="7922563266857367495">"అనియంత్రిత డేటా"</string>
@@ -4687,9 +4685,9 @@
<string name="home_app" msgid="6056850504746902747">"మొదటి స్క్రీన్ యాప్"</string>
<string name="no_default_home" msgid="3588073707316139318">"డిఫాల్ట్ హోమ్ లేదు"</string>
<string name="lockpattern_settings_require_cred_before_startup" msgid="4098653943835666086">"సురక్షిత ప్రారంభం"</string>
- <string name="lockpattern_settings_require_pattern_before_startup_summary" msgid="311325321794497404">"మీ డివైజ్ను ప్రారంభించడానికి ఆకృతి అవసరం. ఆఫ్లో ఉన్నప్పుడు, ఈ డివైజ్ కాల్లు, సందేశాలు, నోటిఫికేషన్లు లేదా అలారాలను స్వీకరించలేదు."</string>
- <string name="lockpattern_settings_require_pin_before_startup_summary" msgid="1881271630312222251">"మీ డివైజ్ను ప్రారంభించడానికి పిన్ అవసరం. ఆఫ్లో ఉన్నప్పుడు, ఈ డివైజ్ కాల్లు, సందేశాలు, నోటిఫికేషన్లు లేదా అలారాలను స్వీకరించలేదు."</string>
- <string name="lockpattern_settings_require_password_before_startup_summary" msgid="8651761245246411947">"మీ పరికరాన్ని ప్రారంభించడానికి పాస్వర్డ్ అవసరం. ఆఫ్లో ఉన్నప్పుడు, ఈ పరికరం కాల్లు, సందేశాలు, నోటిఫికేషన్లు లేదా అలారాలను స్వీకరించలేదు."</string>
+ <string name="lockpattern_settings_require_pattern_before_startup_summary" msgid="311325321794497404">"మీ డివైజ్ను ప్రారంభించడానికి ఆకృతి అవసరం. ఆఫ్లో ఉన్నప్పుడు, ఈ డివైజ్ కాల్స్, మెసేజ్లు, నోటిఫికేషన్లు లేదా అలారాలను స్వీకరించలేదు."</string>
+ <string name="lockpattern_settings_require_pin_before_startup_summary" msgid="1881271630312222251">"మీ డివైజ్ను ప్రారంభించడానికి పిన్ అవసరం. ఆఫ్లో ఉన్నప్పుడు, ఈ డివైజ్ కాల్స్, మెసేజ్లు, నోటిఫికేషన్లు లేదా అలారాలను స్వీకరించలేదు."</string>
+ <string name="lockpattern_settings_require_password_before_startup_summary" msgid="8651761245246411947">"మీ పరికరాన్ని ప్రారంభించడానికి పాస్వర్డ్ అవసరం. ఆఫ్లో ఉన్నప్పుడు, ఈ పరికరం కాల్స్, మెసేజ్లు, నోటిఫికేషన్లు లేదా అలారాలను స్వీకరించలేదు."</string>
<string name="suggestion_additional_fingerprints" msgid="4726777300101156208">"మరొక వేలిముద్రను జోడించండి"</string>
<string name="suggestion_additional_fingerprints_summary" msgid="2825364645039666674">"వేరే వేలితో అన్లాక్ చేయండి"</string>
<string name="battery_saver_on_summary" msgid="4605146593966255848">"ఆన్"</string>
@@ -4698,8 +4696,8 @@
<string name="battery_saver_button_turn_on" msgid="2206239048232352476">"ఇప్పుడు ఆన్ చేయండి"</string>
<string name="battery_saver_button_turn_off" msgid="6371072408072481484">"ఇప్పుడు ఆఫ్ చేయండి"</string>
<string name="not_battery_optimizing" msgid="8361294470943376258">"బ్యాటరీ అనుకూలీకరణను ఉపయోగించడం లేదు"</string>
- <string name="lockscreen_remote_input" msgid="6030274311185811503">"పరికరం లాక్ చేయబడితే, నోటిఫికేషన్ల్లో ప్రత్యుత్తరాలు లేదా ఇతర వచనాన్ని టైప్ చేయకుండా నిరోధించు"</string>
- <string name="default_spell_checker" msgid="7108373288347014351">"డిఫాల్ట్ స్పెల్ చెకర్"</string>
+ <string name="lockscreen_remote_input" msgid="6030274311185811503">"పరికరం లాక్ చేయబడితే, నోటిఫికేషన్ల్లో రిప్లయిలు లేదా ఇతర వచనాన్ని టైప్ చేయకుండా నిరోధించు"</string>
+ <string name="default_spell_checker" msgid="7108373288347014351">"ఆటోమేటిక్ స్పెల్ చెకర్"</string>
<string name="choose_spell_checker" msgid="7402513404783243675">"స్పెల్ చెకర్ను ఎంచుకోండి"</string>
<string name="spell_checker_primary_switch_title" msgid="529240542284039243">"స్పెల్-చెకర్ను ఉపయోగించండి"</string>
<string name="spell_checker_not_selected" msgid="8818618543474481451">"ఎంచుకోబడలేదు"</string>
@@ -4745,7 +4743,7 @@
<string name="confirm_convert_to_fbe_warning" msgid="3783325656948378111">"నిజంగా వినియోగదారు డేటాను తొలగించి, ఫైల్ గుప్తీకరణకు మార్చాలా?"</string>
<string name="button_confirm_convert_fbe" msgid="339648921918438106">"తొలగించి, మార్చు"</string>
<string name="reset_shortcut_manager_throttling" msgid="2183940254903144298">"షార్ట్కట్ మేనేజర్ రేట్-పరిమిత ప్రక్రియను రీసెట్ చేయండి"</string>
- <string name="reset_shortcut_manager_throttling_complete" msgid="8949943009096885470">"సత్వరమార్గ నిర్వాహికి రేట్-పరిమిత ప్రక్రియను రీసెట్ చేయబడింది"</string>
+ <string name="reset_shortcut_manager_throttling_complete" msgid="8949943009096885470">"షార్ట్కట్ నిర్వాహికి రేట్-పరిమిత ప్రక్రియను రీసెట్ చేయబడింది"</string>
<string name="notification_suggestion_title" msgid="6309263655965785411">"లాక్ స్క్రీన్పై నియంత్రణ సమాచారం"</string>
<string name="notification_suggestion_summary" msgid="7615611244249276113">"నోటిఫికేషన్ కంటెంట్ను చూపు లేదా దాచు"</string>
<string name="page_tab_title_summary" msgid="7188875610123234454">"అన్నీ"</string>
@@ -4769,7 +4767,7 @@
<string name="dark_theme_slice_subtitle" msgid="5555724345330434268">"బ్యాటరీ లైఫ్ పెంచడంలో సాయపడుతుంది"</string>
<string name="quick_settings_developer_tiles" msgid="7336007844525766623">"త్వరిత సెట్టింగ్ల డెవలపర్ టైల్లు"</string>
<string name="adb_authorization_timeout_title" msgid="6996844506783749754">"adb ప్రామాణీకరణ గడువు ముగింపును డిజేబుల్ చేయండి"</string>
- <string name="adb_authorization_timeout_summary" msgid="409931540424019778">"డిఫాల్ట్ (7 రోజులు) లేదా యూజర్-కాన్ఫిగర్ చేయబడిన (కనీసం 1 రోజు) సమయం లోపల తిరిగి కనెక్ట్ చేయని వ్యవస్థల కోసం adb అధికారాల ఆటోమేటిక్ ఉపసంహరణను డిజేబుల్ చేయండి."</string>
+ <string name="adb_authorization_timeout_summary" msgid="409931540424019778">"ఆటోమేటిక్ (7 రోజులు) లేదా యూజర్-కాన్ఫిగర్ చేసిన (కనీసం 1 రోజు) సమయం లోపల తిరిగి కనెక్ట్ చేయని వ్యవస్థల కోసం adb అధికారాల ఆటోమేటిక్ ఉపసంహరణను డిజేబుల్ చేయండి."</string>
<string name="winscope_trace_quick_settings_title" msgid="4104768565053226689">"విన్స్కోప్ ట్రేస్"</string>
<string name="sensors_off_quick_settings_title" msgid="8472151847125917167">"సెన్సార్లు ఆపివేయబడ్డాయి"</string>
<string name="managed_profile_settings_title" msgid="3400923723423564217">"ఆఫీస్ ప్రొఫైల్ సెట్టింగ్లు"</string>
@@ -4892,8 +4890,8 @@
<string name="account_for_section_header" msgid="7466759342105251096">"<xliff:g id="USER_NAME">%1$s</xliff:g> యొక్క ఖాతాలు"</string>
<string name="configure_section_header" msgid="3126887329521705210">"కాన్ఫిగర్ చేయండి"</string>
<string name="auto_sync_account_title" msgid="1070908045600374254">"యాప్ డేటాను ఆటోమేటిక్గా సింక్ చేయండి"</string>
- <string name="auto_sync_personal_account_title" msgid="3544275021920818595">"వ్యక్తిగత డేటాని స్వయంచాలకంగా సమకాలీకరించు"</string>
- <string name="auto_sync_work_account_title" msgid="6060310415978781885">"కార్యాలయ డేటాని స్వయంచాలకంగా సమకాలీకరించు"</string>
+ <string name="auto_sync_personal_account_title" msgid="3544275021920818595">"వ్యక్తిగత డేటాని ఆటోమేటిక్గా సమకాలీకరించు"</string>
+ <string name="auto_sync_work_account_title" msgid="6060310415978781885">"కార్యాలయ డేటాని ఆటోమేటిక్గా సమకాలీకరించు"</string>
<string name="auto_sync_account_summary" msgid="7580352130028957346">"డేటాను ఆటోమేటిక్గా రిఫ్రెష్ చేసేలా యాప్లు అనుమతించబడతాయి"</string>
<string name="account_sync_title" msgid="7036067017433297574">"ఖాతా సింక్"</string>
<string name="account_sync_summary_some_on" msgid="911460286297968724">"<xliff:g id="ID_2">%2$d</xliff:g>లో <xliff:g id="ID_1">%1$d</xliff:g> అంశాలకు సింక్ ఆన్లో ఉంది"</string>
@@ -4902,7 +4900,7 @@
<string name="enterprise_privacy_settings" msgid="786350385374794180">"నిర్వహించబడిన పరికర సమాచారం"</string>
<string name="enterprise_privacy_settings_summary_generic" msgid="5471858290610344646">"మీ సంస్థ నిర్వహిస్తున్న మార్పులు & సెట్టింగ్లు"</string>
<string name="enterprise_privacy_settings_summary_with_name" msgid="1315413275836515937">"<xliff:g id="ORGANIZATION_NAME">%s</xliff:g> నిర్వహిస్తున్న మార్పులు & సెట్టింగ్లు"</string>
- <string name="enterprise_privacy_header" msgid="4626225398848641603">"మీ కార్యాలయ డేటాకు ప్రాప్యతను అందించడం కోసం, మీ సంస్థ మీ పరికరంలో సెట్టింగ్లను మార్చవచ్చు మరియు సాఫ్ట్వేర్ని ఇన్స్టాల్ చేయవచ్చు.\n\nమరిన్ని వివరాలు కావాలంటే, మీ సంస్థ యొక్క నిర్వాహకులను సంప్రదించండి."</string>
+ <string name="enterprise_privacy_header" msgid="4626225398848641603">"మీ కార్యాలయ డేటాకు యాక్సెస్ను అందించడం కోసం, మీ సంస్థ మీ పరికరంలో సెట్టింగ్లను మార్చవచ్చు మరియు సాఫ్ట్వేర్ని ఇన్స్టాల్ చేయవచ్చు.\n\nమరిన్ని వివరాలు కావాలంటే, మీ సంస్థ యొక్క నిర్వాహకులను సంప్రదించండి."</string>
<string name="enterprise_privacy_exposure_category" msgid="2507761423540037308">"మీ సంస్థ చూడగల సమాచార రకాలు"</string>
<string name="enterprise_privacy_exposure_changes_category" msgid="5459989751333816587">"మీ సంస్థ యొక్క నిర్వాహకులు చేసిన మార్పులు"</string>
<string name="enterprise_privacy_device_access_category" msgid="140157499478630004">"ఈ పరికరానికి మీ యాక్సెస్"</string>
@@ -4910,16 +4908,16 @@
<string name="enterprise_privacy_installed_packages" msgid="6707006112254572820">"మీ పరికరంలో ఉన్న యాప్ల లిస్ట్"</string>
<string name="enterprise_privacy_usage_stats" msgid="6328506963853465534">"ప్రతి యాప్లో గడిపిన సమయం మరియు ఉపయోగించిన డేటా"</string>
<string name="enterprise_privacy_network_logs" msgid="3081744541193695887">"అత్యంత ఇటీవలి నెట్వర్క్ ట్రాఫిక్ లాగ్"</string>
- <string name="enterprise_privacy_bug_reports" msgid="2635897583413134123">"అత్యంత ఇటీవలి బగ్ నివేదిక"</string>
+ <string name="enterprise_privacy_bug_reports" msgid="2635897583413134123">"అత్యంత ఇటీవలి బగ్ రిపోర్ట్"</string>
<string name="enterprise_privacy_security_logs" msgid="8494681624247959075">"అత్యంత ఇటీవలి భద్రతా లాగ్"</string>
<string name="enterprise_privacy_none" msgid="6026527690979756431">"ఏదీ లేదు"</string>
<string name="enterprise_privacy_enterprise_installed_packages" msgid="9114143640515900082">"యాప్లు ఇన్స్టాల్ చేయబడ్డాయి"</string>
- <string name="enterprise_privacy_apps_count_estimation_info" msgid="7959907857710107792">"అనువర్తనాల సంఖ్య అంచనా సమాచారం మాత్రమే. Play స్టోర్ నుండి ఇన్స్టాల్ చేయని అనువర్తనాలను ఇందులో పరిగణనలోకి తీసుకుని ఉండకపోవచ్చు."</string>
+ <string name="enterprise_privacy_apps_count_estimation_info" msgid="7959907857710107792">"యాప్ల సంఖ్య అంచనా సమాచారం మాత్రమే. Play స్టోర్ నుండి ఇన్స్టాల్ చేయని యాప్లను ఇందులో పరిగణనలోకి తీసుకుని ఉండకపోవచ్చు."</string>
<plurals name="enterprise_privacy_number_packages_lower_bound" formatted="false" msgid="5403847001419529018">
<item quantity="other">కనీసం <xliff:g id="COUNT_1">%d</xliff:g> యాప్లు</item>
- <item quantity="one">కనీసం <xliff:g id="COUNT_0">%d</xliff:g> అనువర్తనం</item>
+ <item quantity="one">కనీసం <xliff:g id="COUNT_0">%d</xliff:g> యాప్</item>
</plurals>
- <string name="enterprise_privacy_location_access" msgid="8023838718108456971">"స్థాన అనుమతులు"</string>
+ <string name="enterprise_privacy_location_access" msgid="8023838718108456971">"లొకేషన్ అనుమతులు"</string>
<string name="enterprise_privacy_microphone_access" msgid="7242958026470143653">"మైక్రోఫోన్ అనుమతులు"</string>
<string name="enterprise_privacy_camera_access" msgid="7685460535880069016">"కెమెరా అనుమతులు"</string>
<string name="enterprise_privacy_enterprise_set_default_apps" msgid="7498546659083996300">"ఆటోమేటిక్ యాప్లు"</string>
@@ -4927,7 +4925,7 @@
<item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> యాప్లు</item>
<item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> యాప్</item>
</plurals>
- <string name="enterprise_privacy_input_method" msgid="3278314982700662246">"డిఫాల్ట్ కీబోర్డ్"</string>
+ <string name="enterprise_privacy_input_method" msgid="3278314982700662246">"ఆటోమేటిక్ కీబోర్డ్"</string>
<string name="enterprise_privacy_input_method_name" msgid="2974859490559054584">"<xliff:g id="APP_LABEL">%s</xliff:g>కు సెట్ చేయబడింది"</string>
<string name="enterprise_privacy_always_on_vpn_device" msgid="1735829327405126695">"VPNని ఎల్లప్పుడూ-ఆన్ చేయి ఎంపిక ఆన్ చేయబడింది"</string>
<string name="enterprise_privacy_always_on_vpn_personal" msgid="8395903360175064841">"మీ వ్యక్తిగత ప్రొఫైల్లో VPNని ఎల్లప్పుడూ-ఆన్ చేయి ఎంపిక ఆన్ చేయబడింది"</string>
@@ -4962,18 +4960,18 @@
<string name="financed_privacy_header" msgid="7215645340918406124">"మీ క్రెడిట్ ప్రొవైడర్ ఈ పరికరంలో సెట్టింగ్లను మార్చవచ్చు, సాఫ్ట్వేర్ను ఇన్స్టాల్ చేయవచ్చు.\n\nమరింత తెలుసుకోవడానికి, మీ క్రెడిటర్ ప్రొవైడర్ను కాంటాక్ట్ చేయండి."</string>
<plurals name="default_camera_app_title" formatted="false" msgid="8112432929729136399">
<item quantity="other">కెమెరా యాప్లు</item>
- <item quantity="one">కెమెరా అనువర్తనం</item>
+ <item quantity="one">కెమెరా యాప్</item>
</plurals>
<string name="default_calendar_app_title" msgid="1870095225089706093">"క్యాలెండర్ యాప్"</string>
<string name="default_contacts_app_title" msgid="7740028900741944569">"కాంటాక్ట్ల యాప్"</string>
<plurals name="default_email_app_title" formatted="false" msgid="8338194872609410234">
<item quantity="other">ఇమెయిల్ క్లయింట్ యాప్లు</item>
- <item quantity="one">ఇమెయిల్ క్లయింట్ అనువర్తనం</item>
+ <item quantity="one">ఇమెయిల్ క్లయింట్ యాప్</item>
</plurals>
<string name="default_map_app_title" msgid="7569231732944853320">"మ్యాప్ యాప్"</string>
<plurals name="default_phone_app_title" formatted="false" msgid="4222188821845826493">
<item quantity="other">ఫోన్ యాప్లు</item>
- <item quantity="one">ఫోన్ అనువర్తనం</item>
+ <item quantity="one">ఫోన్ యాప్</item>
</plurals>
<string name="app_names_concatenation_template_2" msgid="8320181646458855457">"<xliff:g id="FIRST_APP_NAME">%1$s</xliff:g>, <xliff:g id="SECOND_APP_NAME">%2$s</xliff:g>"</string>
<string name="app_names_concatenation_template_3" msgid="7019703249717854148">"<xliff:g id="FIRST_APP_NAME">%1$s</xliff:g>, <xliff:g id="SECOND_APP_NAME">%2$s</xliff:g>, <xliff:g id="THIRD_APP_NAME">%3$s</xliff:g>"</string>
@@ -4982,7 +4980,7 @@
<string name="storage_music_audio" msgid="1185624135490182822">"సంగీతం & ఆడియో"</string>
<string name="storage_games" msgid="1176568610086802469">"గేమ్లు"</string>
<string name="storage_other_apps" msgid="5902520888043081176">"ఇతర యాప్లు"</string>
- <string name="storage_files" msgid="7968460921272772299">"Files"</string>
+ <string name="storage_files" msgid="7968460921272772299">"ఫైళ్లు"</string>
<string name="storage_images" msgid="2055893015567979387">"ఇమేజ్లు"</string>
<string name="storage_videos" msgid="6117698226447251033">"వీడియోలు"</string>
<string name="storage_audio" msgid="5994664984472140386">"ఆడియో"</string>
@@ -4991,7 +4989,7 @@
<string name="storage_system" msgid="8472410119822911844">"సిస్టమ్"</string>
<string name="storage_trash" msgid="2807138998886084856">"ట్రాష్"</string>
<string name="storage_trash_dialog_title" msgid="2296169576049935200">"ట్రాష్ని ఖాళీ చేయాలా?"</string>
- <string name="storage_trash_dialog_ask_message" msgid="8982602137242358798">"ట్రాష్లో <xliff:g id="TOTAL">%1$s</xliff:g> ఫైల్లు ఉన్నాయి. అన్ని ఐటెమ్లు శాశ్వతంగా తొలగించబడతాయి, మీరు వాటిని రీస్టోర్ చేయలేరు."</string>
+ <string name="storage_trash_dialog_ask_message" msgid="8982602137242358798">"ట్రాష్లో <xliff:g id="TOTAL">%1$s</xliff:g> ఫైళ్లు ఉన్నాయి. అన్ని ఐటెమ్లు శాశ్వతంగా తొలగించబడతాయి, మీరు వాటిని రీస్టోర్ చేయలేరు."</string>
<string name="storage_trash_dialog_empty_message" msgid="7334670765528691400">"ట్రాష్ ఖాళీగా ఉంది"</string>
<string name="storage_trash_dialog_confirm" msgid="1707723334982760436">"ట్రాష్ని ఖాళీ చేయి"</string>
<string name="storage_size_large_alternate" msgid="7555149858858591495">"<xliff:g id="NUMBER">^1</xliff:g>"<small>" "<font size="20">"<xliff:g id="UNIT">^2</xliff:g>"</font></small>""</string>
@@ -5016,7 +5014,7 @@
<string name="autofill_confirmation_message" msgid="4888767934273494272">"<b>ఈ యాప్ను మీరు విశ్వసిస్తున్నట్లు నిర్ధారించండి</b> <br/> <br/> <xliff:g id=app_name example=Google Autofill>%1$s</xliff:g> మీ స్క్రీన్పై ఉన్న వాటిని పరిగణనలోకి తీసుకుని వేటిని ఆటోఫిల్ చేయాలో నిర్ణయిస్తుంది."</string>
<string name="debug_autofill_category" msgid="5998163555428196185">"ఆటోఫిల్"</string>
<string name="autofill_logging_level_title" msgid="3733958845861098307">"లాగింగ్ స్థాయి"</string>
- <string name="autofill_max_partitions" msgid="7342195529574406366">"ఒక్కో సెషన్లో చేయగల గరిష్ఠ అభ్యర్థనలు"</string>
+ <string name="autofill_max_partitions" msgid="7342195529574406366">"ఒక్కో సెషన్లో చేయగల గరిష్ఠ రిక్వెస్ట్లు"</string>
<string name="autofill_max_visible_datasets" msgid="4970201981694392229">"కనిపించగల గరిష్ఠ డేటాసమితులు"</string>
<string name="autofill_reset_developer_options" msgid="6425613608979498608">"ఆటోమేటిక్ సెట్టింగ్ విలువలకు రీసెట్ చేయి"</string>
<string name="autofill_reset_developer_options_complete" msgid="1276741935956594965">"స్వీయ పూరింపు డెవలపర్ ఎంపికలు రీసెట్ చేయబడ్డాయి"</string>
@@ -5047,7 +5045,7 @@
<string name="angle_enabled_app_not_set" msgid="4472572224881726067">"కోణం ప్రారంభించబడిన అప్లికేషన్ సెట్ ఏదీ లేదు"</string>
<string name="angle_enabled_app_set" msgid="7811829383833353021">"కోణం ప్రారంభించబడిన అప్లికేషన్: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
<string name="graphics_driver_dashboard_title" msgid="5661084817492587796">"గ్రాఫిక్స్ డ్రైవర్ ప్రాధాన్యతలు"</string>
- <string name="graphics_driver_dashboard_summary" msgid="6348759885315793654">"గ్రాఫిక్స్ డ్రైవర్ సెట్టింగ్లను సవరించండి"</string>
+ <string name="graphics_driver_dashboard_summary" msgid="6348759885315793654">"గ్రాఫిక్స్ డ్రైవర్ సెట్టింగ్లను ఎడిట్ చేయండి"</string>
<string name="graphics_driver_footer_text" msgid="5123754522284046790">"అనేక గ్రాఫిక్స్ డ్రైవర్లు ఉన్నప్పుడు, మీ పరికరంలో ఇన్స్టాల్ చేయబడి ఉన్న యాప్ల కోసం మీరు అప్డేట్ చేయబడిన గ్రాఫిక్స్ డ్రైవర్ను ఉపయోగించడాన్ని ఎంచుకోవచ్చు."</string>
<string name="graphics_driver_all_apps_preference_title" msgid="1343065382898127360">"అన్ని యాప్లకు ఎనేబుల్ చేయండి"</string>
<string name="graphics_driver_app_preference_title" msgid="3133255818657706857">"గ్రాఫిక్స్ డ్రైవర్ను ఎంచుకోండి"</string>
@@ -5064,8 +5062,8 @@
<!-- no translation found for graphics_driver_app_preference_values:3 (2586045835780389650) -->
<string name="platform_compat_dashboard_title" msgid="1323980546791790236">"యాప్ అనుకూలత మార్పులు"</string>
<string name="platform_compat_dashboard_summary" msgid="4036546607938791337">"యాప్ అనుకూలత మార్పులను టోగుల్ చేయడం"</string>
- <string name="platform_compat_default_enabled_title" msgid="8973137337738388024">"డిఫాల్ట్గా ఎనేబుల్ చేయబడిన మార్పులు"</string>
- <string name="platform_compat_default_disabled_title" msgid="3975847180953793602">"డిఫాల్ట్గా డిజేబుల్ చేయబడిన మార్పులు"</string>
+ <string name="platform_compat_default_enabled_title" msgid="8973137337738388024">"ఆటోమేటిక్గా ఎనేబుల్ చేయబడిన మార్పులు"</string>
+ <string name="platform_compat_default_disabled_title" msgid="3975847180953793602">"ఆటోమేటిక్గా డిజేబుల్ చేయబడిన మార్పులు"</string>
<string name="platform_compat_dialog_title_no_apps" msgid="4387656000745989506">"యాప్లు ఏవీ లేవు"</string>
<string name="platform_compat_dialog_text_no_apps" msgid="5715226015751055812">"డీబగ్ చేయగల యాప్లకు మాత్రమే యాప్ అనుకూలత మార్పులు సవరించబడతాయి. డీబగ్ చేయగల యాప్ను ఇన్స్టాల్ చేసి మళ్లీ ట్రై చేయండి."</string>
<string name="unsupported_setting_summary" product="default" msgid="1085229417771470172">"ఈ ఫోన్లో సెట్టింగ్కి మద్దతు లేదు"</string>
@@ -5089,7 +5087,7 @@
<string name="media_output_summary" product="default" msgid="4760338801715262899">"ఫోన్"</string>
<string name="media_output_summary" product="tablet" msgid="5138101426462250247">"టాబ్లెట్"</string>
<string name="media_output_summary" product="device" msgid="3598300438694764381">"పరికరం"</string>
- <string name="media_out_summary_ongoing_call_state" msgid="475188726850090363">"కాల్ల సమయంలో అందుబాటులో ఉండదు"</string>
+ <string name="media_out_summary_ongoing_call_state" msgid="475188726850090363">"కాల్స్ల సమయంలో అందుబాటులో ఉండదు"</string>
<string name="media_output_summary_unavailable" msgid="2695058965888813093">"అందుబాటులో లేదు"</string>
<string name="media_output_group_panel_title" msgid="3086245179062913037">"అవుట్పుట్లను యాడ్ చేయండి"</string>
<string name="media_output_group" msgid="7918231774595274396">"గ్రూప్"</string>
@@ -5184,7 +5182,7 @@
<string name="mobile_data_settings_summary" msgid="7323978798199919063">"మొబైల్ నెట్వర్క్ను ఉపయోగించి డేటాను యాక్సెస్ చేయండి"</string>
<string name="mobile_data_settings_summary_auto_switch" msgid="7851549787645698945">"ఈ కార్యియర్ పరిధిలోకి వచ్చినప్పుడు ఈ ఫోన్ ఆటోమేటిక్గా ఈ కార్యియర్ కనెక్షన్కు మారుతుంది"</string>
<string name="mobile_data_settings_summary_unavailable" msgid="3309106501029928951">"SIM కార్డ్ అందుబాటులో లేదు"</string>
- <string name="calls_preference" msgid="2166481296066890129">"కాల్ల ప్రాధాన్యత"</string>
+ <string name="calls_preference" msgid="2166481296066890129">"కాల్స్ల ప్రాధాన్యత"</string>
<string name="sms_preference" msgid="7742964962568219351">"SMS ప్రాధాన్యత"</string>
<string name="calls_and_sms_ask_every_time" msgid="3178743088737726677">"ప్రతిసారి అడుగు"</string>
<string name="mobile_network_summary_add_a_network" msgid="9079866102827526779">"నెట్వర్క్ను జోడించండి"</string>
@@ -5192,10 +5190,10 @@
<item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> SIMs</item>
<item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> SIM</item>
</plurals>
- <string name="default_for_calls" msgid="2788950217176988034">"కాల్లకు డిఫాల్ట్"</string>
- <string name="default_for_sms" msgid="1316988329407434771">"SMSకి డిఫాల్ట్"</string>
- <string name="default_for_calls_and_sms" msgid="8223971369339958151">"కాల్లు & SMSకి డిఫాల్ట్"</string>
- <string name="default_for_mobile_data" msgid="3725773640392315626">"మొబైల్ డేటాకు సంబంధించి డిఫాల్ట్"</string>
+ <string name="default_for_calls" msgid="2788950217176988034">"కాల్స్కు ఆటోమేటిక్"</string>
+ <string name="default_for_sms" msgid="1316988329407434771">"SMS కోసం ఆటోమేటిక్ SIM"</string>
+ <string name="default_for_calls_and_sms" msgid="8223971369339958151">"కాల్స్ & SMSలకు ఆటోమేటిక్"</string>
+ <string name="default_for_mobile_data" msgid="3725773640392315626">"మొబైల్ డేటాకు సంబంధించి ఆటోమేటిక్"</string>
<string name="mobile_data_active" msgid="8683694456401350210">"మొబైల్ డేటా యాక్టివ్గా ఉంది"</string>
<string name="mobile_data_off" msgid="2702029611959308269">"మొబైల్ డేటా ఆఫ్లో ఉంది"</string>
<string name="subscription_available" msgid="2659722770210403365">"అందుబాటులో ఉంది"</string>
@@ -5265,7 +5263,7 @@
<string name="sim_action_enable_dsds_text" msgid="970986559326263949">"ఈ పరికరంలో ఒకే సమయంలో 2 SIMలు యాక్టివ్గా ఉండే సౌకర్యం ఉంది. ఒక సమయంలో ఒక్క SIMనే ఉపయోగించాలనుకుంటే, \"వద్దు, ధన్యవాదాలు\"ను ట్యాప్ చేయండి."</string>
<string name="sim_action_restart_title" msgid="7054617569121993825">"పరికరాన్ని రీస్టార్ట్ చేయాలా?"</string>
<string name="sim_action_restart_text" msgid="8019300474703571013">"ఈ మోడ్ను ప్రారంభించడానికి, మీ పరికరాన్ని రీస్టార్ట్ చేయండి. ఆపై, మీరు మరొక SIMను జోడించవచ్చు."</string>
- <string name="sim_action_continue" msgid="1688813133152389943">"కొనసాగించు"</string>
+ <string name="sim_action_continue" msgid="1688813133152389943">"కొనసాగించండి"</string>
<string name="sim_action_yes" msgid="8076556020131395515">"అవును"</string>
<string name="sim_action_reboot" msgid="3508948833333441538">"రీస్టార్ట్ చేయి"</string>
<string name="sim_action_no_thanks" msgid="435717748384544195">"వద్దు, ధన్యవాదాలు"</string>
@@ -5302,7 +5300,7 @@
<string name="network_connection_request_dialog_summary" msgid="7693038309792726170">"మీ పరికరానికి కనెక్ట్ కావడానికి <xliff:g id="APPNAME">%1$s</xliff:g> యాప్ తాత్కాలిక Wi‑Fi నెట్వర్క్ను ఉపయోగించాలనుకుంటుంది"</string>
<string name="network_connection_timeout_dialog_message" msgid="598509083077743772">"పరికరాలు ఏవీ కనుగొనబడలేదు. పరికరాలు ఆన్లో ఉన్నాయని మరియు కనెక్ట్ చేయడానికి అందుబాటులో ఉన్నాయని నిర్ధారించుకోండి."</string>
<string name="network_connection_timeout_dialog_ok" msgid="6022675321823723755">"మళ్లీ ప్రయత్నించు"</string>
- <string name="network_connection_errorstate_dialog_message" msgid="3360714322047603239">"ఏదో తప్పు జరిగింది. ఈ అప్లికేషన్ పరికరాన్ని ఎంచుకునే అభ్యర్థనని రద్దు చేసింది."</string>
+ <string name="network_connection_errorstate_dialog_message" msgid="3360714322047603239">"ఏదో తప్పు జరిగింది. ఈ అప్లికేషన్ పరికరాన్ని ఎంచుకునే రిక్వెస్ట్ను రద్దు చేసింది."</string>
<string name="network_connection_connect_successful" msgid="2587314077675642476">"విజయవంతంగా కనెక్ట్ చేయబడింది"</string>
<string name="network_connection_connect_failure" msgid="6803313816657494319">"కనెక్షన్ విఫలమైంది"</string>
<string name="network_connection_request_dialog_showall" msgid="6392059758456994944">"అన్నింటినీ చూపు"</string>
@@ -5350,7 +5348,7 @@
<string name="media_output_disconnected_status" msgid="5567111639832431865">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> (డిస్కనెక్ట్ అయ్యింది)"</string>
<string name="media_output_switch_error_text" msgid="603563475910236831">"మార్చడం కుదరదు. రీట్రైకు ట్యాప్ చేయండి."</string>
<string name="wfc_disclaimer_title_text" msgid="4617195934203523503">"ముఖ్య సమాచారం"</string>
- <string name="wfc_disclaimer_agree_button_text" msgid="4082872292910770344">"కొనసాగించు"</string>
+ <string name="wfc_disclaimer_agree_button_text" msgid="4082872292910770344">"కొనసాగించండి"</string>
<string name="wfc_disclaimer_disagree_text" msgid="8424457394700137703">"వద్దు, ధన్యవాదాలు"</string>
<string name="wfc_disclaimer_location_title_text" msgid="7913919887475418423">"లొకేషన్"</string>
<string name="wfc_disclaimer_location_desc_text" msgid="1417004513415772582">"మీరు ఈ సర్వీస్ను ఎమర్జెన్సీ కాల్స్ కోసం ఉపయోగించినప్పుడు మీ క్యారియర్ మీ లొకేషన్ను సేకరించే అవకాశం ఉంది.\n\nవివరాల కోసం మీ క్యారియర్ గోప్యతా పాలసీని సందర్శించండి."</string>
@@ -5364,16 +5362,16 @@
<string name="automatic_system_heap_dump_title" msgid="4093306504711109479">"సిస్టమ్ హీప్ డంప్లను ఆటోమేటిక్గా క్యాప్చర్ చేయి"</string>
<string name="automatic_system_heap_dump_summary" msgid="4060846186592886986">"Android సిస్టమ్ అధిక మెమెరీని వినియోగించినప్పుడు హీప్ డంప్ను ఆటోమేటిక్గా క్యాప్చర్ చేస్తుంది"</string>
<string name="wifi_disconnect_button_text" msgid="5698154296678571998">"డిస్కనెక్ట్ చేయి"</string>
- <string name="wfc_disclaimer_emergency_limitation_title_text" msgid="8276287227589397162">"అత్యవసర కాల్లు"</string>
- <string name="wfc_disclaimer_emergency_limitation_desc_text" msgid="5503902001191552196">"Wi‑Fi కాలింగ్ను ఉపయోగించి అత్యవసర కాల్లను చేయడానికి మీ క్యారియర్కు మద్దతు లేదు.\nఅత్యవసర కాల్ను చేయాల్సినప్పుడు పరికరం ఆటోమేటిక్గా సెల్యులార్ నెట్వర్క్కు మారుతుంది.\nసెల్యులార్ కవరేజీ ఉన్న ప్రాంతాలలో మాత్రమే అత్యవసర కాల్లను చేయడానికి సాధ్యమవుతుంది."</string>
- <string name="wifi_calling_summary" msgid="8566648389959032967">"కాల్ల నాణ్యతను మెరుగుపరచడానికి Wi‑Fiని ఉపయోగించు"</string>
+ <string name="wfc_disclaimer_emergency_limitation_title_text" msgid="8276287227589397162">"అత్యవసర కాల్స్"</string>
+ <string name="wfc_disclaimer_emergency_limitation_desc_text" msgid="5503902001191552196">"Wi‑Fi కాలింగ్ను ఉపయోగించి అత్యవసర కాల్స్ను చేయడానికి మీ క్యారియర్కు మద్దతు లేదు.\nఅత్యవసర కాల్ను చేయాల్సినప్పుడు పరికరం ఆటోమేటిక్గా సెల్యులార్ నెట్వర్క్కు మారుతుంది.\nసెల్యులార్ కవరేజీ ఉన్న ప్రాంతాలలో మాత్రమే అత్యవసర కాల్స్ను చేయడానికి సాధ్యమవుతుంది."</string>
+ <string name="wifi_calling_summary" msgid="8566648389959032967">"కాల్స్ల క్వాలిటీని మెరుగుపరచడానికి Wi‑Fiని ఉపయోగించు"</string>
<string name="backup_calling_settings_title" msgid="519714752900364326">"బ్యాకప్ కాలింగ్"</string>
<string name="backup_calling_setting_summary" msgid="599493254305348733">"<xliff:g id="BACKUP_CALLING_OPERATOR_TEXT">%1$s</xliff:g> అందుబాటులో లేకపోతే లేదా రోమింగ్లో ఉంటే, <xliff:g id="BACKUP_CALLING_CARRIER_TEXT">%1$s</xliff:g> కాల్స్ కోసం మీ మొబైల్ డేటా SIMను ఉపయోగించండి."</string>
<string name="keywords_backup_calling" msgid="8592800915478816800">"బ్యాకప్ కాలింగ్"</string>
- <string name="enable_receiving_mms_notification_title" msgid="6465218559386990248">"ఇన్కమింగ్ MMS సందేశం"</string>
- <string name="enable_sending_mms_notification_title" msgid="7120641300854953375">"MMS సందేశాన్ని పంపించడం సాధ్యం కాదు"</string>
+ <string name="enable_receiving_mms_notification_title" msgid="6465218559386990248">"ఇన్కమింగ్ MMS మెసేజ్"</string>
+ <string name="enable_sending_mms_notification_title" msgid="7120641300854953375">"MMS మెసేజ్ను పంపించడం సాధ్యం కాదు"</string>
<string name="enable_mms_notification_summary" msgid="6432752438276672500">"మొబైల్ డేటా ఆఫ్లో ఉన్నప్పుడు <xliff:g id="OPERATOR_NAME">%1$s</xliff:g>లో MMS సందేశ సేవను అనుమతించడానికి నొక్కండి"</string>
- <string name="enable_mms_notification_channel_title" msgid="1798206332620642108">"MMS సందేశం"</string>
+ <string name="enable_mms_notification_channel_title" msgid="1798206332620642108">"MMS మెసేజ్"</string>
<string name="sim_combination_warning_notification_title" msgid="1365401631492986487">"SIM కాంబినేషన్తో సమస్య"</string>
<string name="dual_cdma_sim_warning_notification_summary" msgid="2826474790710586487">"<xliff:g id="OPERATOR_NAMES">%1$s</xliff:g>ను ఉపయోగించడం వలన పనితీరు పరిమితం చేయబడవచ్చు. మరింత తెలుసుకోవడానికి నొక్కండి."</string>
<string name="dual_cdma_sim_warning_notification_channel_title" msgid="1049161096896074364">"SIM కాంబినేషన్"</string>
@@ -5398,6 +5396,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"పవర్ బటన్ను హోల్డ్ చేయడం ద్వారా Assistantను ట్రిగ్గర్ చేయండి"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"పవర్ & ఎమర్జెన్సీ మెనూ:\nపవర్ బటన్ను, అలాగే వాల్యూమ్ పెంపు బటన్ను ఒకే సమయంలో నొక్కండి."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"రింగ్ అవ్వడాన్ని నిరోధించండి:\nవాల్యూమ్ మెనూలో షార్ట్కట్ అందుబాటులో ఉంది."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"నొక్కి ఉంచాల్సిన సమయం"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"పవర్ బటన్ను ఎంతసేపు నొక్కి ఉంచాలో ఎంచుకోవడం ద్వారా సెన్సిటివిటీని సర్దుబాటు చేయండి"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"తక్కువ నిడివి"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"ఎక్కువ నిడివి"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"వాలెట్ను చూపించండి"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"లాక్ స్క్రీన్, త్వరిత సెట్టింగ్లు నుండి వాలెట్కు యాక్సెస్ను అనుమతించండి"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"డివైజ్ కంట్రోల్స్ను చూపించండి"</string>
@@ -5443,7 +5445,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"తాత్కాలికంగా అందుబాటులో లేదు"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"సిమ్ లేదు"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"నెట్వర్క్ ప్రాధాన్యతలు"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"పబ్లిక్ నెట్వర్క్లకు కనెక్ట్ అవ్వండి"</string>
<string name="keywords_internet" msgid="7674082764898690310">"నెట్వర్క్ కనెక్షన్, ఇంటర్నెట్, వైర్లెస్, డేటా, Wi-Fi, Wi-Fi, Wi-Fi, సెల్యూలార్, మొబైల్, సెల్ క్యారియర్, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi‑Fiని ఆన్ చేయండి"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fiని ఆఫ్ చేయండి"</string>
@@ -5461,6 +5462,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ నెట్వర్క్"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"డౌన్లోడ్ చేసిన SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"డౌన్లోడ్ చేసిన SIMలు"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"యాక్టివ్గా ఉంది"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ఇన్యాక్టివ్"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> కోసం ఆటోమేటిక్ సెట్టింగ్"</string>
@@ -5484,7 +5486,7 @@
<string name="bluetooth_message_access_dialog_content" msgid="7186694737578788487">"బ్లూటూత్ పరికరం, <xliff:g id="DEVICE_NAME_0">%1$s</xliff:g>, మీ మెసేజ్లను యాక్సెస్ చేయాలనుకుంటోంది.\n\nమీరు ఇంతకు ముందెన్నడూ <xliff:g id="DEVICE_NAME_1">%2$s</xliff:g>కు కనెక్ట్ కాలేదు."</string>
<string name="bluetooth_phonebook_access_notification_content" msgid="9175220052703433637">"పరికరం మీ కాంటాక్ట్లు, కాల్ లాగ్ను యాక్సెస్ చేయాలనుకుంటోంది. వివరాల కోసం ట్యాప్ చేయండి."</string>
<string name="bluetooth_phonebook_access_dialog_title" msgid="7624607995928968721">"కాంటాక్ట్లకు, కాల్ లాగ్కు యాక్సెస్ను అనుమతించాలా?"</string>
- <string name="bluetooth_phonebook_access_dialog_content" msgid="959658135522249170">"బ్లూటూత్ పరికరం, <xliff:g id="DEVICE_NAME_0">%1$s</xliff:g>, మీ కాంటాక్ట్లు, కాల్ లాగ్ను యాక్సెస్ చేయాలనుకుంటోంది. ఇది ఇన్కమింగ్, అవుట్గోయింగ్ కాల్ల డేటాతో కూడి ఉంటుంది.\n\nమీరు ఇంతకు ముందెన్నడూ <xliff:g id="DEVICE_NAME_1">%2$s</xliff:g>కు కనెక్ట్ కాలేదు."</string>
+ <string name="bluetooth_phonebook_access_dialog_content" msgid="959658135522249170">"బ్లూటూత్ పరికరం, <xliff:g id="DEVICE_NAME_0">%1$s</xliff:g>, మీ కాంటాక్ట్లు, కాల్ లాగ్ను యాక్సెస్ చేయాలనుకుంటోంది. ఇది ఇన్కమింగ్, అవుట్గోయింగ్ కాల్స్ల డేటాతో కూడి ఉంటుంది.\n\nమీరు ఇంతకు ముందెన్నడూ <xliff:g id="DEVICE_NAME_1">%2$s</xliff:g>కు కనెక్ట్ కాలేదు."</string>
<string name="category_name_brightness" msgid="8520372392029305084">"ప్రకాశం"</string>
<string name="category_name_lock_display" msgid="8310402558217129670">"లాక్ డిస్ప్లే"</string>
<string name="category_name_appearance" msgid="8287486771764166805">"కనిపించే తీరు"</string>
@@ -5525,7 +5527,7 @@
<string name="smart_forwarding_missing_mdn_text" msgid="2907314684242542226">"ఫోన్ నంబర్ లేదు."</string>
<string name="smart_forwarding_missing_alert_dialog_text" msgid="7870419247987316112">"సరే"</string>
<string name="enable_2g_title" msgid="8184757884636162942">"2Gని అనుమతించండి"</string>
- <string name="enable_2g_summary" msgid="906487478332145407">"2G సెల్యులార్ కనెక్షన్ను ఉపయోగించండి. ఎమర్జెన్సీ కాల్ల కోసం, 2G ఎల్లప్పుడూ ఆన్లో ఉంటుంది."</string>
+ <string name="enable_2g_summary" msgid="906487478332145407">"2G సెల్యులార్ కనెక్షన్ను ఉపయోగించండి. ఎమర్జెన్సీ కాల్స్ల కోసం, 2G ఎల్లప్పుడూ ఆన్లో ఉంటుంది."</string>
<string name="show_clip_access_notification" msgid="7782300987639778542">"క్లిప్బోర్డ్ యాక్సెస్ను చూపించు"</string>
<string name="show_clip_access_notification_summary" msgid="474090757777203207">"మీరు కాపీ చేసిన టెక్స్ట్, ఇమేజ్లను లేదా ఇతర కంటెంట్ను యాప్లు యాక్సెస్ చేసినప్పుడు మెసేజ్ను చూపుతుంది"</string>
<string name="all_apps" msgid="3054120149509114789">"అన్ని యాప్లు"</string>
@@ -5538,6 +5540,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"అన్ని యాప్లు, సర్వీస్ల కోసం"</string>
<string name="game_settings_title" msgid="1028178627743422090">"గేమ్ సెట్టింగ్లు"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"గేమ్ డ్యాష్బోర్డ్ షార్ట్కట్ మొదలైనవాటిని ఆన్ చేయండి"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"మునుపటి"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"తర్వాత"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"రంగు ప్రివ్యూ"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM కార్డ్ యాక్సెస్ రిక్వెస్ట్"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"పరికరం మీ SIM కార్డ్ను యాక్సెస్ చేయాలనుకుంటోంది. వివరాల కోసం ట్యాప్ చేయండి."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM కార్డ్కు యాక్సెస్ను అనుమతించాలా?"</string>
diff --git a/res/values-th/arrays.xml b/res/values-th/arrays.xml
index a5ee6e2..bc399ab 100644
--- a/res/values-th/arrays.xml
+++ b/res/values-th/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"แคชไว้ (ไคลเอ็นต์กิจกรรม)"</item>
<item msgid="8186970968968646288">"แคชไว้ (ว่างเปล่า)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"น้ำเงินอมเขียว"</item>
+ <item msgid="7216413848731287689">"สีน้ำเงินเขียว"</item>
<item msgid="5661027589207588703">"น้ำเงิน"</item>
- <item msgid="3795787248113275442">"น้ำเงินอมม่วง"</item>
+ <item msgid="1219738214736244749">"สีเขียว"</item>
<item msgid="6331809026622602308">"ม่วง"</item>
<item msgid="6390546163902724700">"ชมพู"</item>
- <item msgid="6618900408138432102">"แดง"</item>
+ <item msgid="6500473130620545980">"สีส้ม"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"เกิน 30 วัน"</item>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index 9f9977f..1ef9955 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -2407,7 +2407,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"การสั่นเมื่อมีการแจ้งเตือน"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"การสั่นเมื่อมีเสียงเรียกเข้า"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"การตอบสนองการสัมผัส"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"ใช้ <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"ใช้ \"<xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>\""</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"เปิด <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"ใช้การแก้สี"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"แสดงคำบรรยาย"</string>
@@ -2452,7 +2452,7 @@
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"หรี่แสงหน้าจอให้มืดกว่าความสว่างต่ำสุดของโทรศัพท์"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"หรี่แสงหน้าจอให้มืดกว่าความสว่างต่ำสุดของแท็บเล็ต"</string>
<string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"หรี่แสงหน้าจอเพื่อให้อ่านได้สบายตายิ่งขึ้น<br/><br/> ฟีเจอร์นี้จะเป็นประโยชน์เมื่อ <ol> <li> ความสว่างต่ำสุดเริ่มต้นของโทรศัพท์ยังคงสว่างเกินไป</li> <li> คุณกำลังใช้โทรศัพท์ในสภาพแวดล้อมที่มืด เช่น ในเวลากลางคืนหรือก่อนเข้านอนในห้องที่มืด</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"ปรับแสงหน้าจอให้มืดลงเพื่อให้อ่านได้สบายตายิ่งขึ้น<br/><br/> ฟีเจอร์นี้จะเป็นประโยชน์เมื่อ <ol> <li> ความสว่างต่ำสุดเริ่มต้นของแท็บเล็ตยังคงสว่างเกินไป</li> <li> คุณกำลังใช้แท็บเล็ตในสภาพแวดล้อมที่มืด เช่น ในเวลากลางคืนหรือก่อนเข้านอนในห้องที่มืด</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"ปรับแสงหน้าจอให้มืดลงเพื่อให้อ่านได้สบายตายิ่งขึ้น<br/><br/> ฟีเจอร์นี้จะเป็นประโยชน์เมื่อ <ol> <li> ความสว่างต่ำสุดเริ่มต้นของแท็บเล็ตยังคงสว่างเกินไป</li> <li> คุณกำลังใช้แท็บเล็ตในสภาพแวดล้อมที่มืด เช่น ในเวลากลางคืนหรือก่อนเข้านอนในห้องที่มืด</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"ความเข้ม"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"มืดลง"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"สว่างขึ้น"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"การใช้งานระบบใน 24 ชม. ที่ผ่านมา"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"การใช้งานระบบเมื่อ <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"การใช้งานแอปเมื่อ <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"รวม: ไม่ถึง 1 นาที"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"การทำงานในเบื้องหลัง: ไม่ถึง 1 นาที"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"รวม: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"เรียกให้ Assistant ทำงานโดยกดปุ่มเปิด/ปิดค้างไว้"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"เมนูเปิด/ปิดและกรณีฉุกเฉิน\nกดปุ่มเปิด/ปิดและปุ่มเพิ่มระดับเสียงพร้อมกัน"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"ป้องกันการส่งเสียง\nมีทางลัดให้ใช้ในเมนูระดับเสียง"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"ระยะเวลาการกดค้าง"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"ปรับความไวโดยเลือกระยะเวลาการกดปุ่มเปิด/ปิดค้างไว้"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"ไม่นาน"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"นาน"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"แสดง Wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"อนุญาตให้เข้าถึง Wallet จากหน้าจอล็อกและการตั้งค่าด่วน"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"แสดงระบบควบคุมอุปกรณ์"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"ไม่พร้อมใช้งานชั่วคราว"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"ไม่มีซิม"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"การตั้งค่าเครือข่าย"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"เชื่อมต่อเครือข่ายสาธารณะ"</string>
<string name="keywords_internet" msgid="7674082764898690310">"การเชื่อมต่อเครือข่าย, อินเทอร์เน็ต, ไร้สาย, อินเทอร์เน็ตมือถือ, wifi, wi-fi, wi fi, เครือข่ายมือถือ, อุปกรณ์เคลื่อนที่, ผู้ให้บริการเครือข่ายมือถือ, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"เปิด Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"ปิด Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"[W Network]"</string>
<string name="sim_category_title" msgid="2341314000964710495">"ซิม"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ซิมที่ดาวน์โหลดมา"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ซิมที่ดาวน์โหลด"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"ใช้งานอยู่"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"ไม่ใช้งาน"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / ค่าเริ่มต้นสำหรับ<xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"สำหรับแอปและบริการทั้งหมด"</string>
<string name="game_settings_title" msgid="1028178627743422090">"การตั้งค่าเกม"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"เปิดทางลัดสำหรับแดชบอร์ดเกม ฯลฯ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"ก่อนหน้า"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"ถัดไป"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"พรีวิวสี"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"คำขอเข้าถึงซิมการ์ด"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"อุปกรณ์หนึ่งต้องการเข้าถึงซิมการ์ดของคุณ แตะเพื่อดูรายละเอียด"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"อนุญาตให้เข้าถึงซิมการ์ดไหม"</string>
diff --git a/res/values-tl/arrays.xml b/res/values-tl/arrays.xml
index 11f60c0..0e5344f 100644
--- a/res/values-tl/arrays.xml
+++ b/res/values-tl/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Naka-cache (client ng gawain)"</item>
<item msgid="8186970968968646288">"Naka-cache (walang laman)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Teal"</item>
+ <item msgid="7216413848731287689">"Cyan"</item>
<item msgid="5661027589207588703">"Asul"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Berde"</item>
<item msgid="6331809026622602308">"Lila"</item>
<item msgid="6390546163902724700">"Pink"</item>
- <item msgid="6618900408138432102">"Pula"</item>
+ <item msgid="6500473130620545980">"Orange"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Higit sa 30 araw"</item>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 16db14f..443e723 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Paggamit ng system sa huling 24 na oras"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Paggamit ng system sa <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Paggamit ng app sa <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Kabuuan: wala pang isang minuto"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Background: wala pang isang minuto"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Kabuuan: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"I-trigger ang Assistant sa pamamagitan ng pagpindot nang matagal sa power button"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Menu ng Power at Emergency:\nPindutin nang magkasabay ang Power at Pataas na volume."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Pigilan ang pag-ring:\nNasa menu ng volume ang shortcut."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Tagal ng pagpindot"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Isaayos ang pagkasensitibo sa pamamagitan ng pagpili kung gaano katagal pipindutin ang power button"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Mabilis"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Matagal"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Ipakita ang wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Payagan ang pag-access sa wallet mula sa lock screen at mga mabilisang setting"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Ipakita ang mga kontrol ng device"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Pansamantalang hindi available"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Walang SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Mga kagustuhan sa network"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Kumonekta sa mga pampublikong network"</string>
<string name="keywords_internet" msgid="7674082764898690310">"koneksyon ng network, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, cell carrier, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"I-on ang Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"I-off ang Wi-Fi"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ network"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"NA-DOWNLOAD NA SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"MGA NA-DOWNLOAD NA SIM"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Aktibo"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Hindi aktibo"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Default para sa <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Para sa lahat ng app at serbisyo"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Mga setting ng laro"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"I-on ang shortcut ng Game Dashboard, atbp."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Nakaraan"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Susunod"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Preview ng kulay"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Kahilingan sa pag-access sa SIM card"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Gustong i-access ng isang device ang iyong SIM card. I-tap para sa mga detalye."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Payagan ang access sa SIM card?"</string>
diff --git a/res/values-tr/arrays.xml b/res/values-tr/arrays.xml
index a648491..29c460d 100644
--- a/res/values-tr/arrays.xml
+++ b/res/values-tr/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Önbelleğe alındı (etkinlik istemcisi)"</item>
<item msgid="8186970968968646288">"Önbelleğe alındı (boş)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Camgöbeği"</item>
+ <item msgid="7216413848731287689">"Camgöbeği"</item>
<item msgid="5661027589207588703">"Mavi"</item>
- <item msgid="3795787248113275442">"Çivit mavisi"</item>
+ <item msgid="1219738214736244749">"Yeşil"</item>
<item msgid="6331809026622602308">"Mor"</item>
<item msgid="6390546163902724700">"Pembe"</item>
- <item msgid="6618900408138432102">"Kırmızı"</item>
+ <item msgid="6500473130620545980">"Turuncu"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 günden eski"</item>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index a241e08..38063fa 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Ekranı ekstra loş yap"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Ekranı, telefonunuzun minimum parlaklığından daha loş yapın"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Ekranı, tabletinizin minimum parlaklığından daha loş yapın"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Daha rahat okuyabilmek için ekranınızın parlaklığını azaltın.<br/><br/> Bu özelliğin kullanışlı olacağı durumlar: <ol> <li> Telefonunuzun varsayılan minimum parlaklığı çok açık</li> <li> Telefonunuzu gece veya uyumadan önce, karanlık bir oda gibi ışıksız ortamda kullanıyorsunuz</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Daha rahat okuyabilmek için ekranınızı koyulaştırın.<br/><br/> Bu özelliğin kullanışlı olacağı durumlar: <ol> <li> Tabletinizin varsayılan minimum parlaklığı çok açık</li> <li> Tabletinizi gece veya uyumadan önce, karanlık bir oda gibi az ışıklı ortamda kullanıyorsunuz</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Daha rahat okuyabilmek için ekranınızın parlaklığını azaltın.<br/><br/> Bu özelliğin kullanışlı olacağı durumlar: <ol> <li> Telefonunuzun varsayılan minimum parlaklığı çok açık</li> <li> Telefonunuzu gece veya uyumadan önce, karanlık bir oda gibi ışıksız ortamda kullanıyorsunuz</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Daha rahat okuyabilmek için ekranınızı koyulaştırın.<br/><br/> Bu özelliğin kullanışlı olacağı durumlar: <ol> <li> Tabletinizin varsayılan minimum parlaklığı çok açık</li> <li> Tabletinizi gece veya uyumadan önce, karanlık bir oda gibi az ışıklı ortamda kullanıyorsunuz</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Yoğunluk"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Daha loş"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Daha parlak"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Son 24 saatteki sistem kullanımı"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> için sistem kullanımı"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> için uygulama kullanımı"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"öö"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"ös"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Toplam: Bir dakikadan az"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Arka planda: Bir dakikadan az"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Toplam: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Asistan\'ı güç düğmesine uzun basarak açın"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Güç ve Acil Durum Menüsü:\nGüç ve sesi artırma tuşlarına aynı anda basın."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Zili çaldırmayı engelle:\nKısayol, ses düzeyi menüsünde mevcut."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Basılı tutma süresi"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Güç düğmesini ne kadar basılı tutacağınızı belirleyerek hassasiyeti ayarlayın"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Kısa"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Uzun"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Cüzdanı göster"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Kilit ekranından ve hızlı ayarlardan cüzdana erişime izin verin"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Cihaz denetimlerini göster"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Geçici olarak kullanılamıyor"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM kart yok"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Ağ tercihleri"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Herkese açık ağlara bağlan"</string>
<string name="keywords_internet" msgid="7674082764898690310">"ağ bağlantısı, internet, kablosuz, veri, wifi, wi-fi, wi fi, hücresel, mobil, hücresel operatör, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Kablosuz bağlantıyı aç"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Kablosuz bağlantıyı kapat"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ ağı"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"İNDİRİLEN SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"İNDİRİLEN SIM\'LER"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Etkin"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Etkin değil"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> için varsayılan"</string>
@@ -5526,7 +5528,7 @@
<string name="enable_2g_title" msgid="8184757884636162942">"2G\'ye izin ver"</string>
<string name="enable_2g_summary" msgid="906487478332145407">"2G hücresel bağlantıları kullan. 2G, acil durum aramaları için her zaman açıktır."</string>
<string name="show_clip_access_notification" msgid="7782300987639778542">"Panoya erişimi göster"</string>
- <string name="show_clip_access_notification_summary" msgid="474090757777203207">"Uygulamalar, kopyaladığım metne, resimlere veya diğer içeriklere eriştiğinde mesaj göster"</string>
+ <string name="show_clip_access_notification_summary" msgid="474090757777203207">"Uygulamalar kopyaladığınız metne, resimlere veya diğer içeriklere eriştiğinde mesaj gösterilsin"</string>
<string name="all_apps" msgid="3054120149509114789">"Tüm uygulamalar"</string>
<string name="request_manage_bluetooth_permission_dont_allow" msgid="8798061333407581300">"İzin verme"</string>
<string name="uwb_settings_title" msgid="8578498712312002231">"Ultra Geniş Bant (UWB)"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Tüm uygulamalar ve hizmetler için"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Oyun ayarları"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Oyun Paneli kısayolu gibi işlevleri açın"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Önceki"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Sonraki"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Renk önizleme"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM karta erişim isteği"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Bir cihaz SIM kartınıza erişmek istiyor. Ayrıntılar için dokunun."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM karta erişime izin verilsin mi?"</string>
diff --git a/res/values-uk/arrays.xml b/res/values-uk/arrays.xml
index 38c1435..6200fd1 100644
--- a/res/values-uk/arrays.xml
+++ b/res/values-uk/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Кеш (дії клієнта)"</item>
<item msgid="8186970968968646288">"Кеш (порожньо)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Бірюзовий"</item>
+ <item msgid="7216413848731287689">"Блакитний"</item>
<item msgid="5661027589207588703">"Синій"</item>
- <item msgid="3795787248113275442">"Індиго"</item>
+ <item msgid="1219738214736244749">"Зелений"</item>
<item msgid="6331809026622602308">"Фіолетовий"</item>
<item msgid="6390546163902724700">"Рожевий"</item>
- <item msgid="6618900408138432102">"Червоний"</item>
+ <item msgid="6500473130620545980">"Оранжевий"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Додані понад 30 днів тому"</item>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 7bd9a80..1c06dc8 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -2501,8 +2501,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Додатково зменшувати яскравість екрана"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Робити екран телефона темнішим, ніж передбачає мінімальний рівень яскравості"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Робити екран планшета темнішим, ніж передбачає мінімальний рівень яскравості"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Зменште яскравість екрана, щоб читати комфортніше.<br/><br/> Ця функція корисна, коли: <ol> <li> установлено мінімальне стандартне значення яскравості, але екран телефона все одно засвітлий;</li> <li> ви користуєтеся телефоном у темряві, наприклад уночі чи перед сном.</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Зменште яскравість екрана, щоб читати комфортніше.<br/><br/> Ця функція корисна, коли: <ol> <li> встановлено мінімальне стандартне значення яскравості, але екран планшета все одно засвітлий;</li> <li> ви користуєтеся телефоном у темряві, наприклад уночі чи перед сном.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Зменште яскравість екрана, щоб читати комфортніше.<br/><br/> Ця функція корисна, коли: <ol> <li> установлено мінімальне стандартне значення яскравості, але екран телефона все одно засвітлий;</li> <li> ви користуєтеся телефоном у темряві, наприклад уночі чи перед сном.</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Зменште яскравість екрана, щоб читати комфортніше.<br/><br/> Ця функція корисна, коли: <ol> <li> встановлено мінімальне стандартне значення яскравості, але екран планшета все одно засвітлий;</li> <li> ви користуєтеся телефоном у темряві, наприклад уночі чи перед сном.</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Інтенсивність"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Темніше"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Світліше"</string>
@@ -2950,8 +2950,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Споживання системою за останні 24 години"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Споживання на роботу системи (<xliff:g id="SLOT">%s</xliff:g>)"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Споживання на роботу додатків (<xliff:g id="SLOT">%s</xliff:g>)"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"дп"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"пп"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Усього: менше ніж хвилина"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"У фоновому режимі: менше ніж хвилина"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Усього: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5534,7 +5532,7 @@
<string name="forget_passpoint_dialog_message" msgid="2433875063907365760">"Ви можете втратити доступ до залишку часу або даних. Щоб дізнатися більше, зв’яжіться з оператором."</string>
<string name="keywords_content_capture" msgid="7802155522681936956">"запис вмісту, вміст додатків"</string>
<string name="content_capture" msgid="868372905432812238">"Контент додатків"</string>
- <string name="content_capture_summary" msgid="49720773699715531">"Дозволити додаткам надсилати вміст у систему Android"</string>
+ <string name="content_capture_summary" msgid="49720773699715531">"Дозволити додаткам передавати контент системі Android"</string>
<string name="capture_system_heap_dump_title" msgid="9210974110606886455">"Записати дані динамічної пам’яті системи"</string>
<string name="capturing_system_heap_dump_message" msgid="8410503247477360622">"Запис даних динамічної пам’яті системи"</string>
<string name="error_capturing_system_heap_dump_message" msgid="2352983250048200052">"Не вдалося записати дані динамічної пам’яті системи"</string>
@@ -5575,6 +5573,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Асистент активується, коли ви утримуєте кнопку живлення"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Меню кнопки живлення й екстрених викликів:\nНатисніть одночасно кнопки живлення й збільшення гучності."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Вимкнути звук дзвінка:\nШвидкий запуск функції доступний у меню налаштування гучності."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Тривалість утримання"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Скоригуйте чутливість, указавши, скільки часу потрібно втримувати кнопку живлення"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Коротко"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Довго"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Показати гаманець"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Дозволити доступ до гаманця із заблокованого екрана та швидких налаштувань"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Показувати елементи керування пристроями"</string>
@@ -5620,7 +5622,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Тимчасово недоступно"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Немає SIM-карти"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Налаштування мережі"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Підключатися до загальнодоступних мереж"</string>
<string name="keywords_internet" msgid="7674082764898690310">"з\'єднання з мережею, Інтернет, бездротове, дані, Wi-Fi, wi-fi, wi fi, мобільний, стільниковий, оператор мобільного зв\'язку, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Увімкнути Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Вимкнути Wi-Fi"</string>
@@ -5638,6 +5639,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Мережа W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM-карта"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ЗАВАНТАЖЕНА SIM-КАРТА"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ЗАВАНТАЖЕНІ SIM-КАРТИ"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Активно"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Неактивно"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / За умовчанням (<xliff:g id="ID_1">%1$s</xliff:g>)"</string>
@@ -5715,6 +5717,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Для всіх додатків і сервісів"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Налаштування ігор"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Увімкнути ярлик ігрової панелі тощо"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Назад"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Далі"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Попередній перегляд кольору"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Запити на доступ до SIM-карти"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Пристрій хоче отримати доступ до SIM-карти. Натисніть, щоб дізнатися більше."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Дозволити доступ до SIM-карти?"</string>
diff --git a/res/values-ur/arrays.xml b/res/values-ur/arrays.xml
index e2905a6..cab4c4b 100644
--- a/res/values-ur/arrays.xml
+++ b/res/values-ur/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"کیش کی ہوئی (سرگرمی کلائنٹ)"</item>
<item msgid="8186970968968646288">"کیش کی ہوئی (خالی)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"color/SIM_color_cyan@"</item>
+ <item msgid="177868870612833388">"color/SIM_color_blue800@"</item>
+ <item msgid="1129898906008357171">"color/SIM_color_green800@"</item>
+ <item msgid="4206364087389793587">"color/SIM_color_purple800@"</item>
+ <item msgid="6728943460061940130">"color/SIM_color_pink800@"</item>
+ <item msgid="968332068361935002">"color/SIM_color_orange@"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"نیلگوں سبز"</item>
+ <item msgid="7216413848731287689">"سیان"</item>
<item msgid="5661027589207588703">"نیلا"</item>
- <item msgid="3795787248113275442">"گہرا نیلا"</item>
+ <item msgid="1219738214736244749">"سبز"</item>
<item msgid="6331809026622602308">"جامنی"</item>
<item msgid="6390546163902724700">"گلابی"</item>
- <item msgid="6618900408138432102">"سرخ"</item>
+ <item msgid="6500473130620545980">"اورنج"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 دن سے زیادہ پرانی"</item>
diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml
index 2b4cd08..cc9cfa2 100644
--- a/res/values-ur/strings.xml
+++ b/res/values-ur/strings.xml
@@ -2389,7 +2389,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"چھونے اور دبائے رکھنے کا وقفہ"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"رنگوں کی تقلیب"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"رنگوں کی تقلیب استعمال کریں"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"رنگوں کی تقلیب سے اسکرینز کا ہلکا رنگ گہرا ہو جاتا ہے۔<br/><br/> نوٹ:<ol> <li> رنگوں کی تقلیب سے اسکرینز کا گہرا رنگ ہلکا بھی ہوجاتا ہے۔</li> <li> میڈیا اور تصاویر میں رنگ تبدیل ہو جائیں گے۔</li> <li> گہری تھیم کو گہرے پس منظر ظاہر کرنے کے لیے استعمال کیا جاسکتا ہے۔ گہری تھیم تعاون یافتہ ایپس کے ساتھ کام کرتی ہے۔ رنگوں کی تقلیب سبھی ایپس پر کام کرتی ہے۔</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"رنگوں کی تقلیب سے اسکرینز کا ہلکا رنگ گہرا ہو جاتا ہے۔<br/><br/> نوٹ:<ol> <li> رنگوں کی تقلیب سے اسکرینز کا گہرا رنگ ہلکا بھی ہوجاتا ہے۔</li> <li> میڈیا اور تصاویر میں رنگ تبدیل ہو جائیں گے۔</li> <li> گہری تھیم کو گہرے پس منظر ظاہر کرنے کے لیے استعمال کیا جاسکتا ہے۔ گہری تھیم تعاون یافتہ ایپس کے ساتھ کام کرتی ہے۔ رنگوں کی تقلیب سبھی ایپس پر کام کرتی ہے۔</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"خودکار کلک (ہولڈ کا وقت)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"خودکار کلک ایک منسلک کردہ ماؤس کے ساتھ کام کرتا ہے۔ ایک مخصوص وقت تک کرسر کی حرکت موقوف ہونے پر آپ خودکار طور پر کلک کرنے کے لیے ماؤس کے کرسر کو سیٹ کر سکتے ہیں۔"</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"آف"</string>
@@ -2451,7 +2451,7 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"اسکرین کو اضافی دھندلا بنائیں"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"اپنے فون کی کم سے کم چمک سے پَرے اسکرین کو مدھم کریں"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"اپنے ٹیبلیٹ کی کم سے کم چمک سے پَرے اسکرین کو مدھم کریں"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"اپنی اسکرین کو زیادہ مدھم کریں تاکہ اس کو پڑھنے میں مزید سہولت ہو۔<br/><br/> یہ اس صورت میں مددگار ثابت ہو سکتی ہے جب: <ol> <li> آپ کے فون کی ڈیفالٹ کم سے کم چمک ابھی بھی بہت روشن ہو</li> <li> آپ اپنا فون تاریک حالات میں استعمال کر رہے ہیں جیسے رات میں یا سونے سے پہلے کسی تاریک کمرے میں</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"اپنی اسکرین کو زیادہ مدھم کریں تاکہ اس کو پڑھنے میں مزید سہولت ہو۔<br/><br/> یہ اس صورت میں مددگار ثابت ہو سکتی ہے جب: <ol> <li> آپ کے فون کی ڈیفالٹ کم سے کم چمک ابھی بھی بہت روشن ہو</li> <li> آپ اپنا فون تاریک حالات میں استعمال کر رہے ہیں جیسے رات میں یا سونے سے پہلے کسی تاریک کمرے میں</li> </ol>"</string>
<string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"اپنی اسکرین کو زیادہ گہرا کریں تاکہ اس کو پڑھنے میں مزید سہولت ہو۔;lt;br/><br/&gt& یہ مددگار ثابت ہو سکتی ہے اس صورت میں جب: ;lt;ol> <li&gt& آپ کے ٹیبلیٹ کی ڈیفالٹ کم سے کم چمک ابھی بھی بہت روشن ہو;lt;/li> <li&gt& آپ اپنا ٹیبلیٹ تاریک حالات میں استعمال کر رہے ہیں جیسے رات میں یا سونے سے پہلے کسی تاریک کمرے میں;lt;/li> </ol&gt&"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"شدت"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"زيادہ مدھم"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"گزشتہ 24 گھنٹے میں سسٹم کا استعمال"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g> کے لیے سسٹم کا استعمال"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g> کے لیے ایپ کا استعمال"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"کُل: ایک منٹ سے کم"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"پس منظر: ایک منٹ سے کم"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"کُل: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"پاور بٹن کو دبائے رکھ کر اسسٹنٹ کو متحرک کریں"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"پاور اور ایمرجنسی مینو:\nایک ہی وقت میں پاور اور والیوم بڑھانے کا بٹن دبائیں۔"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"گھنٹی بجنے کو روکیں:\nوالیوم مینو میں شارٹ کٹ دستیاب ہے۔"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"دبانے اور ہولڈ رکھنے کا دورانیہ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"کتنی دیر تک دبائیں رکھنا ہے اس کا انتخاب کر کے حساسیت کو ایڈجسٹ کریں۔ پاور بٹن کو پکڑیں"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"مختصر ویڈیو"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"طویل"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"والٹ دکھائیں"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"مقفل اسکرین اور فوری ترتیبات سے بٹوے تک رسائی کی اجازت دیں"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"آلے کے کنٹرولز دکھائیں"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"عارضی طور پر دستیاب نہیں ہے"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"کوئی SIM نہیں ہے"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"نیٹ ورک کی ترجیحات"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"عوامی نیٹ ورکس سے منسلک ہوں"</string>
<string name="keywords_internet" msgid="7674082764898690310">"نیٹ ورک کنکشن، انٹرنیٹ، وائرلیس، ڈیٹا، wifi، wi-fi، wi fi، سیلولر، موبائل، سیل کیریئر، 4g، 3g، 2g، lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi-Fi آن کریں"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi آف کریں"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ نیٹ ورک"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"ڈاؤن لوڈ کردہ SIM"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"ڈاؤن لوڈ کردہ SIMs"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"فعال"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"غیر فعال"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> کے لیے ڈیفالٹ"</string>
@@ -5537,6 +5539,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"تمام ایپس اور سروسز کے لیے"</string>
<string name="game_settings_title" msgid="1028178627743422090">"گیم کی ترتیبات"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"گیم ڈیش بورڈ شارٹ کٹ آن کریں، وغیرہ"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"پچھلا"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"اگلا"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"رنگ کا پیش منظر"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM کارڈ تک رسائی کی درخواست"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"ایک آلہ آپ کے SIM کارڈ تک رسائی حاصل کرنا چاہتا ہے۔ تفصیلات کے ليے تھپتھپائيں۔"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM کارڈ تک رسائی کی اجازت دیں؟"</string>
diff --git a/res/values-uz/arrays.xml b/res/values-uz/arrays.xml
index 4686298..58bd2de 100644
--- a/res/values-uz/arrays.xml
+++ b/res/values-uz/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Keshlangan (harakat mijozi)"</item>
<item msgid="8186970968968646288">"Keshlangan (bo‘sh)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Moviy"</item>
+ <item msgid="7216413848731287689">"Zangori"</item>
<item msgid="5661027589207588703">"Havorang"</item>
- <item msgid="3795787248113275442">"Indigo"</item>
+ <item msgid="1219738214736244749">"Yashil"</item>
<item msgid="6331809026622602308">"Siyohrang"</item>
<item msgid="6390546163902724700">"Pushti"</item>
- <item msgid="6618900408138432102">"Qizil"</item>
+ <item msgid="6500473130620545980">"Toʻq sariq"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"30 kundan ortiq"</item>
diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml
index 011532a..f23d290 100644
--- a/res/values-uz/strings.xml
+++ b/res/values-uz/strings.xml
@@ -2453,8 +2453,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"Ekranni juda xira qilish"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"Telefon ekranidagi minimal yorqinlikni yanada xiralashtirish"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"Ekrandagi minimal yorqinlikni yanada xiralashtirish"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Qulayroq oʻqish uchun ekranni xiralashtiring.<br><br>Qachon foydali:<ol><li>Telefondagi standart minimal yorqinlik juda baland</li><li>Telefon tunda va uxlashdan oldin kabi qorongʻi muhitda ishlatilganda</li></ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Qulayroq oʻqish uchun ekranni xiralashtiring.<br><br>Qachon foydali:<ol><li>Planshetdagi standart minimal yorqinlik juda baland</li><li>Planshet tunda va uxlashdan oldin kabi qorongʻi muhitda ishlatilganda</li></ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"Qulayroq oʻqish uchun ekranni xiralashtiring.<br><br>Qachon foydali:<ol><li> Telefondagi standart minimal yorqinlik juda baland</li><li> Telefon tunda va uxlashdan oldin kabi qorongʻi muhitda ishlatilganda</li></ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"Qulayroq oʻqish uchun ekranni xiralashtiring.<br><br>Qachon foydali:<ol><li> Planshetdagi standart minimal yorqinlik juda baland</li><li> Planshet tunda va uxlashdan oldin kabi qorongʻi muhitda ishlatilganda</li></ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"Intensivlik"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"Xiraroq"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"Yorqinroq"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Oxirgi 24 soat ichida tizimdan foydalanish"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Tizimdan foydalanish: <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Ilovalardan foydalanish: <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"AM"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"PM"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Jami: bir daqiqadan kam"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Orqa fon rejimida: bir daqiqadan kam"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Jami: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4618,8 +4616,8 @@
<string name="color_temperature_desc" msgid="6713259535885669622">"Salqin displey ranglaridan foydalanish"</string>
<string name="color_temperature_toast" msgid="7611532183532407342">"Rangni o‘zgartirish uchun ekranni o‘chiring"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Kameraning lazer sensori"</string>
- <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Avtomatik tizim yangilanishlari"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Yangilanishlar qurilma qayta ishga tushirilganda o‘rnatilsin"</string>
+ <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Tizimni avtomatik yangilash"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Yangilanish qurilma qayta ishga tushganda tatbiq qilinadi"</string>
<string name="usage" msgid="287782903846013936">"Trafik sarfi"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"Mobil internet sarfi"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"Ilovalar sarflagan trafik"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Assistentni ochish uchun quvvat tugmasini bosib turing"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Quvvat va favqulodda chaqiruvlar tugmasi menyusi:\nBir vaqtda quvvat va tovushni balandlatish.tugmalarini bosib turing."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Chaqiruv ovozini oʻchirish:\nTovush menyusida tezkor ishga tushirish funksiyasi mavjud."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Bosib turish davomiyligi"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Quvvat tugmasi qanchalik uzoq bosib turilishini tanlash orqali sezuvchanlikni sozlang"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Qisqa"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Uzun"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Hamyonni chiqarish"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Ekran qulfi va tezkor sozlamalardan hamyonga kirish uchun ruxsat bering"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Qurilma boshqaruv elementlarini chiqarish"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Vaqtinchalik mavjud emas"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"SIM kartasiz"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Tarmoqqa ulanish sozlamalari"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Ochiq tarmoqlarga ulanish"</string>
<string name="keywords_internet" msgid="7674082764898690310">"tarmoq aloqasi, internet, simsiz, aloqa, wifi, wi-fi, wi fi, mobil, mobile, mobil tarmoq operatori, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Wi‑Fi aloqasini yoqish"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Wi-Fi aloqasini uzish"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ tarmoq"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"YUKLAB OLINGAN SIM KARTA"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"YUKLAB OLINGAN SIM KARTALAR"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Faol"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Nofaol"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g> uchun birlamchi"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Barcha ilovalar va xizmatlar uchun"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Oʻyin sozlamalari"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Oʻyinlar boshqaruv paneli va boshqa yorliqlarni yoqish"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Avvalgisi"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Keyingisi"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Ranglarga razm solish"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM kartaga ruxsat soʻrovi"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Qurilma SIM kartangizga ruxsat olmoqchi. Batafsil."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"SIM kartaga ruxsat berilsinmi?"</string>
diff --git a/res/values-vi/arrays.xml b/res/values-vi/arrays.xml
index 69d29c3..8674388 100644
--- a/res/values-vi/arrays.xml
+++ b/res/values-vi/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Được lưu trong bộ nhớ đệm (máy khách hoạt động)"</item>
<item msgid="8186970968968646288">"Được lưu trong bộ nhớ đệm (trống)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Xanh két"</item>
+ <item msgid="7216413848731287689">"Xanh lục lam"</item>
<item msgid="5661027589207588703">"Lam"</item>
- <item msgid="3795787248113275442">"Chàm"</item>
+ <item msgid="1219738214736244749">"Xanh lục"</item>
<item msgid="6331809026622602308">"Tía"</item>
<item msgid="6390546163902724700">"Hồng"</item>
- <item msgid="6618900408138432102">"Đỏ"</item>
+ <item msgid="6500473130620545980">"Cam"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Cách đây hơn 30 ngày"</item>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index 7a953c8..907df46 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -2409,7 +2409,7 @@
<string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"Rung khi có thông báo"</string>
<string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"Rung khi đổ chuông"</string>
<string name="accessibility_touch_vibration_title" msgid="533931451319110741">"Phản hồi khi chạm"</string>
- <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Sử dụng <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
+ <string name="accessibility_service_primary_switch_title" msgid="437610853412159406">"Sử dụng tính năng <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_service_primary_open_title" msgid="8655108684769091154">"Mở <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
<string name="accessibility_daltonizer_primary_switch_title" msgid="32064721588910540">"Sử dụng tính năng chỉnh màu"</string>
<string name="accessibility_caption_primary_switch_title" msgid="8901149325574757370">"Hiển thị phụ đề"</string>
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Mức sử dụng pin của hệ thống trong 24 giờ qua"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Mức sử dụng pin của hệ thống trong <xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Mức sử dụng pin của ứng dụng trong <xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"sáng"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"chiều"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Tổng: chưa đến 1 phút"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Ở chế độ nền: chưa đến 1 phút"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Tổng: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -2977,7 +2975,7 @@
<string name="request_manage_credentials_description" msgid="8044839857171509619">"Các chứng chỉ này sẽ xác minh danh tính của bạn bằng cách chia sẻ mã nhận dạng duy nhất của thiết bị mà bạn dùng với các ứng dụng và URL ở bên dưới"</string>
<string name="request_manage_credentials_dont_allow" msgid="3630610197644877809">"Không cho phép"</string>
<string name="request_manage_credentials_allow" msgid="4910940118408348245">"Cho phép"</string>
- <string name="request_manage_credentials_more" msgid="6101210283534101582">"Hiển thị thêm"</string>
+ <string name="request_manage_credentials_more" msgid="6101210283534101582">"Hiện thêm"</string>
<string name="certificate_management_app" msgid="8086699498358080826">"Ứng dụng quản lý chứng chỉ"</string>
<string name="no_certificate_management_app" msgid="3025739370424406717">"Không có"</string>
<string name="certificate_management_app_description" msgid="8507306554200869005">"Các chứng chỉ sẽ xác minh danh tính của bạn khi bạn dùng các ứng dụng và URL ở bên dưới"</string>
@@ -4618,8 +4616,8 @@
<string name="color_temperature_desc" msgid="6713259535885669622">"Sử dụng màu hiển thị lạnh hơn"</string>
<string name="color_temperature_toast" msgid="7611532183532407342">"Để áp dụng thay đổi màu, hãy tắt màn hình"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Cảm biến laser của máy ảnh"</string>
- <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Cập nhật hệ thống tự động"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Áp dụng bản cập nhật khi thiết bị khởi động lại"</string>
+ <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Bản cập nhật hệ thống tự động"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Áp dụng các bản cập nhật khi thiết bị khởi động lại"</string>
<string name="usage" msgid="287782903846013936">"Sử dụng"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"Mức sử dụng dữ liệu di động"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"Mức sử dụng dữ liệu của ứng dụng"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Giữ nút nguồn để kích hoạt Trợ lý"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Trình đơn nguồn và Trình đơn khẩn cấp:\nNhấn đồng thời Nút nguồn và Nút tăng âm lượng."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Ngăn đổ chuông:\nPhím tắt có sẵn trong trình đơn âm lượng."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Khoảng thời gian nhấn và giữ"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Điều chỉnh độ nhạy bằng cách chọn khoảng thời gian nhấn và giữ nút nguồn"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Ngắn"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Dài"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Hiện ví"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Cho phép truy cập vào ví từ màn hình khóa và phần cài đặt nhanh"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Hiện các nút điều khiển thiết bị"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Tạm thời không sử dụng được"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Không có SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Lựa chọn ưu tiên về mạng"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Kết nối với mạng công cộng"</string>
<string name="keywords_internet" msgid="7674082764898690310">"kết nối mạng, Internet, không dây, dữ liệu, wifi, wi-fi, wi fi, di động, nhà mạng di động, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Bật Wi‑Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Tắt Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Mạng W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"SIM ĐÃ TẢI XUỐNG"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"SIM ĐÃ TẢI XUỐNG"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Đang hoạt động"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Không hoạt động"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Mặc định cho <xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Đối với tất cả các ứng dụng và dịch vụ"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Cài đặt trò chơi"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Bật lối tắt trên Trang tổng quan trò chơi, v.v."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Trước"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Tiếp theo"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Xem trước màu"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Yêu cầu truy cập vào thẻ SIM"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Một thiết bị muốn truy cập vào thẻ SIM của bạn. Hãy nhấn để xem thông tin chi tiết."</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Cho phép truy cập vào thẻ SIM?"</string>
diff --git a/res/values-zh-rCN/arrays.xml b/res/values-zh-rCN/arrays.xml
index 91a864e..3b9dcf5 100644
--- a/res/values-zh-rCN/arrays.xml
+++ b/res/values-zh-rCN/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"已缓存(Activity 客户端)"</item>
<item msgid="8186970968968646288">"已缓存(空)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"蓝绿色"</item>
+ <item msgid="7216413848731287689">"青色"</item>
<item msgid="5661027589207588703">"蓝色"</item>
- <item msgid="3795787248113275442">"靛青色"</item>
+ <item msgid="1219738214736244749">"绿色"</item>
<item msgid="6331809026622602308">"紫色"</item>
<item msgid="6390546163902724700">"粉红色"</item>
- <item msgid="6618900408138432102">"红色"</item>
+ <item msgid="6500473130620545980">"橙色"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"超过 30 天"</item>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 698ac17..4dddb40 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -2040,7 +2040,7 @@
<item quantity="one">1 项</item>
</plurals>
<string name="clear_uri_btn_text" msgid="4828117421162495134">"取消访问权限"</string>
- <string name="controls_label" msgid="8671492254263626383">"控件"</string>
+ <string name="controls_label" msgid="8671492254263626383">"控制"</string>
<string name="force_stop" msgid="2681771622136916280">"强行停止"</string>
<string name="total_size_label" msgid="2052185048749658866">"总计"</string>
<string name="application_size_label" msgid="6407051020651716729">"应用大小"</string>
@@ -2187,7 +2187,7 @@
<string name="hardkeyboard_category" msgid="8729780593378161071">"物理键盘设置"</string>
<string name="auto_punctuate_summary" msgid="3549190848611386748">"按空格键两次可插入句号"</string>
<string name="show_password" msgid="7101900779571040117">"显示密码"</string>
- <string name="show_password_summary" msgid="9025960283785111619">"输入时短暂显示这些字符"</string>
+ <string name="show_password_summary" msgid="9025960283785111619">"输入时短暂显示字符"</string>
<string name="spellchecker_security_warning" msgid="2016059050608271820">"此拼写检查工具可能会收集您键入的所有文字,包括密码和信用卡号等个人数据。它源自应用“<xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g>”。要使用此拼写检查工具吗?"</string>
<string name="spellchecker_quick_settings" msgid="6449414356743946577">"设置"</string>
<string name="spellchecker_language" msgid="8905487366580285282">"语言"</string>
@@ -2389,7 +2389,7 @@
<string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"触摸和按住延迟"</string>
<string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"颜色反转"</string>
<string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"使用颜色反转"</string>
- <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"颜色反转功能可将亮屏幕调暗。<br/><br/>注意:<ol> <li>颜色反转功能也可将暗屏幕调亮。</li> <li>媒体文件和图片中的颜色会发生变化。</li> <li>深色主题功能可用于显示深色背景。深色主题适用于支持该模式的应用。颜色反转功能适用于所有应用。</li> </ol>"</string>
+ <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"颜色反转功能可将亮屏幕调暗。<br/><br/>注意:<ol> <li> 颜色反转功能也可将暗屏幕调亮。</li> <li> 媒体文件和图片中的颜色会发生变化。</li> <li> 深色主题功能可用于显示深色背景。深色主题适用于支持该模式的应用。颜色反转功能适用于所有应用。</li> </ol>"</string>
<string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"自动点击(停留时间)"</string>
<string name="accessibility_autoclick_description" msgid="6827042379062255307">"自动点击功能需连接鼠标才能使用。您可以将鼠标光标设置为在停止移动一段时间后自动点击。"</string>
<string name="accessibility_autoclick_default_title" msgid="752429113115293087">"关闭"</string>
@@ -2451,8 +2451,8 @@
<string name="reduce_bright_colors_switch_title" msgid="1751678397884065312">"可将屏幕调成极暗"</string>
<string name="reduce_bright_colors_preference_summary" product="default" msgid="7878756844769221647">"将屏幕调得比手机最低亮度更暗"</string>
<string name="reduce_bright_colors_preference_summary" product="tablet" msgid="8959794720356934888">"将屏幕调得比平板电脑最低亮度更暗"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"调暗屏幕可让您看手机时更舒适。<br/><br/> 此设置适用于以下情况:<ol> <li> 手机的默认最低亮度依然太亮</li> <li> 在夜间或睡前昏暗的房间等较暗环境中使用手机</li> </ol>"</string>
- <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"调暗屏幕可让您看平板电脑时更舒适。<br/><br/> 此设置适用于以下情况:<ol> <li> 平板电脑的默认最低亮度依然太亮</li> <li> 在夜间或睡前昏暗的房间等较暗环境中使用平板电脑</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="default" msgid="1061317523242240222">"调暗屏幕可让您看手机时更舒适。<br/><br/> 此设置适用于以下情况:<ol> <li> 手机的默认最低亮度依然太亮</li> <li> 在夜间或睡前昏暗的房间等较暗环境中使用手机</li> </ol>"</string>
+ <string name="reduce_bright_colors_preference_subtitle" product="tablet" msgid="7839714100830254580">"调暗屏幕可让您看平板电脑时更舒适。<br/><br/> 此设置适用于以下情况:<ol> <li> 平板电脑的默认最低亮度依然太亮</li> <li> 在夜间或睡前昏暗的房间等较暗环境中使用平板电脑</li> </ol>"</string>
<string name="reduce_bright_colors_intensity_preference_title" msgid="7455443033955118267">"亮度"</string>
<string name="reduce_bright_colors_intensity_start_label" msgid="930387498396426039">"更暗"</string>
<string name="reduce_bright_colors_intensity_end_label" msgid="1422600205484299860">"更亮"</string>
@@ -2874,8 +2874,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"过去 24 小时内的系统耗电量"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>的系统耗电量"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>的应用耗电量"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"上午"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"下午"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"总计:不到 1 分钟"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"后台:不到 1 分钟"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"总计:<xliff:g id="TIME">%s</xliff:g>"</string>
@@ -4617,7 +4615,7 @@
<string name="color_temperature_toast" msgid="7611532183532407342">"要应用颜色更改,请关闭屏幕"</string>
<string name="camera_laser_sensor_switch" msgid="7097842750947187671">"相机激光传感器"</string>
<string name="ota_disable_automatic_update" msgid="1953894421412420231">"系统自动更新"</string>
- <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"重启设备时应用更新"</string>
+ <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"设备重启时执行更新"</string>
<string name="usage" msgid="287782903846013936">"流量消耗"</string>
<string name="cellular_data_usage" msgid="5874156338825285334">"移动数据用量"</string>
<string name="app_cellular_data_usage" msgid="7603292978956033926">"应用的流量使用情况"</string>
@@ -5397,6 +5395,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"长按电源按钮即可启动 Google 助理"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"“电源和急救信息”菜单:\n同时按电源按钮和音量调高按钮。"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"阻止响铃:\n音量菜单中提供了快捷方式。"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"按住电源按钮的持续时间"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"通过选择按住电源按钮的持续时间来调节灵敏度"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"短"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"长"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"显示电子钱包"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"允许从锁定屏幕和快捷设置使用电子钱包"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"显示设备控制器"</string>
@@ -5442,7 +5444,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"暂时无法使用"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"没有 SIM 卡"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"网络偏好设置"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"连接到公共网络"</string>
<string name="keywords_internet" msgid="7674082764898690310">"网络连接, 互联网, 无线, 数据, WiFi, Wi-Fi, Wi Fi, WLAN, 移动网络, 移动, 手机运营商, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"开启 WLAN"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"关闭 WLAN"</string>
@@ -5460,6 +5461,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ 网络"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM 卡"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"已下载的 SIM 卡"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"已下载的 SIM 卡"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"使用中"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"未使用"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /<xliff:g id="ID_1">%1$s</xliff:g>默认配置"</string>
@@ -5533,10 +5535,13 @@
<string name="uwb_settings_summary" msgid="3074271396764672268">"有助于确定附近支持超宽带 (UWB) 的设备的相对位置"</string>
<string name="uwb_settings_summary_airplane_mode" msgid="1328864888135086484">"会关闭飞行模式,以使用超宽带 (UWB)"</string>
<string name="camera_toggle_title" msgid="8952668677727244992">"摄像头使用权限"</string>
- <string name="mic_toggle_title" msgid="265145278323852547">"麦克风访问权限"</string>
+ <string name="mic_toggle_title" msgid="265145278323852547">"麦克风使用权限"</string>
<string name="sensor_toggle_description" msgid="8248823248606795411">"适用于所有应用和服务"</string>
<string name="game_settings_title" msgid="1028178627743422090">"游戏设置"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"开启游戏信息中心快捷方式等"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"上一页"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"下一页"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"颜色预览"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM 卡访问请求"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"有一部设备想访问您的 SIM 卡。点按可了解详情。"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"要允许访问 SIM 卡吗?"</string>
diff --git a/res/values-zh-rHK/arrays.xml b/res/values-zh-rHK/arrays.xml
index 74d2bf5..a06b840 100644
--- a/res/values-zh-rHK/arrays.xml
+++ b/res/values-zh-rHK/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"快取 (活動使用者端)"</item>
<item msgid="8186970968968646288">"快取 (清空)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"藍綠色"</item>
+ <item msgid="7216413848731287689">"藍綠色"</item>
<item msgid="5661027589207588703">"藍色"</item>
- <item msgid="3795787248113275442">"靛藍色"</item>
+ <item msgid="1219738214736244749">"綠色"</item>
<item msgid="6331809026622602308">"紫色"</item>
<item msgid="6390546163902724700">"粉紅色"</item>
- <item msgid="6618900408138432102">"紅色"</item>
+ <item msgid="6500473130620545980">"橙色"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"超過 30 天"</item>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index 55f8db2..d46b94f 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -2877,8 +2877,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"系統在過去 24 小時的電量"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>的系統電池用量"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>的應用程式電池用量"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"上午"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"下午"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"總計:不足 1 分鐘"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"背景:不足 1 分鐘"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"總計:<xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5400,6 +5398,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"按住開關按鈕即可啟動「Google 助理」"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"電源和緊急選單:\n同時按下「電源」和「調高音量」。"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"暫停響鈴:\n音量選單提供快速鍵。"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"按住開關按鈕的時間長度"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"選擇按住開關按鈕的時間長度即可調整靈敏度"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"短"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"長"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"顯示電子錢包"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"允許在上鎖畫面和快速設定使用電子錢包"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"顯示裝置控制"</string>
@@ -5445,7 +5447,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"暫時無法使用"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"沒有 SIM 卡"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"網絡偏好設定"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"連接公共網絡"</string>
<string name="keywords_internet" msgid="7674082764898690310">"網絡連線, 互聯網, 無線, 數據, Wi-Fi, 流動網絡, 流動裝置, 流動網絡供應商, 4G, 3G, 2G, LTE"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"開啟 Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"關閉 Wi-Fi"</string>
@@ -5463,6 +5464,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ 網絡"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM 卡"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"已下載的 SIM 卡"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"已下載的 SIM 卡"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"已啟用"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"未啟用"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" /<xliff:g id="ID_1">%1$s</xliff:g>的預設設定"</string>
@@ -5540,6 +5542,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"所有應用程式和服務"</string>
<string name="game_settings_title" msgid="1028178627743422090">"遊戲設定"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"開啟遊戲資訊主頁捷徑等等"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"返回"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"繼續"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"顏色預覽"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM 卡存取要求"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"有裝置想存取 SIM 卡。輕按即可瞭解詳情。"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"要允許存取 SIM 卡嗎?"</string>
diff --git a/res/values-zh-rTW/arrays.xml b/res/values-zh-rTW/arrays.xml
index a23587a..347c447 100644
--- a/res/values-zh-rTW/arrays.xml
+++ b/res/values-zh-rTW/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"快取 (活動用戶端)"</item>
<item msgid="8186970968968646288">"快取 (清空)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"藍綠色"</item>
+ <item msgid="7216413848731287689">"青色"</item>
<item msgid="5661027589207588703">"藍色"</item>
- <item msgid="3795787248113275442">"靛藍色"</item>
+ <item msgid="1219738214736244749">"綠色"</item>
<item msgid="6331809026622602308">"紫色"</item>
<item msgid="6390546163902724700">"粉紅色"</item>
- <item msgid="6618900408138432102">"紅色"</item>
+ <item msgid="6500473130620545980">"橘色"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"超過 30 天"</item>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 894a63c..3c2cf9f 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -2876,8 +2876,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"系統在過去 24 小時的電池用量"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"<xliff:g id="SLOT">%s</xliff:g>的系統電池用量"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"<xliff:g id="SLOT">%s</xliff:g>的應用程式電池用量"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"上午"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"下午"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"總計:不到 1 分鐘"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"背景:不到 1 分鐘"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"總計:<xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5399,6 +5397,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"按住電源按鈕一段時間即可啟動 Google 助理"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"電源按鈕和緊急功能選單:\n同時按下電源鍵和調高音量鍵。"</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"暫停響鈴:\n音量按鈕選單裡有這項功能的捷徑。"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"按住電源鍵的時間長度"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"選擇按住電源鍵的時間長度即可調整靈敏度"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"短"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"長"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"顯示電子錢包"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"允許從螢幕鎖定畫面和快速設定選單中使用電子錢包"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"顯示裝置控制"</string>
@@ -5444,7 +5446,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"暫時無法使用"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"沒有 SIM 卡"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"網路偏好設定"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"連線至公用網路"</string>
<string name="keywords_internet" msgid="7674082764898690310">"網路連線, 網際網路, 無線, 行動數據, wifi, wi-fi, wi fi, 行動網路, 行動, 電信業者, 4g, 3g, 2g, lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"開啟 Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"關閉 Wi-Fi"</string>
@@ -5462,6 +5463,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"W+ 網路"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM 卡"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"已下載的 SIM 卡"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"已下載的 SIM 卡"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"已啟用"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"未啟用"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / <xliff:g id="ID_1">%1$s</xliff:g>的預設設定"</string>
@@ -5539,6 +5541,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"適用於所有應用程式和服務"</string>
<string name="game_settings_title" msgid="1028178627743422090">"遊戲設定"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"開啟遊戲資訊主頁捷徑等等"</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"返回"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"繼續"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"顏色預覽"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"SIM 卡存取要求"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"有裝置想要存取 SIM 卡。輕觸即可瞭解詳情。"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"要允許存取 SIM 卡嗎?"</string>
diff --git a/res/values-zu/arrays.xml b/res/values-zu/arrays.xml
index c498737..e3bd1fe 100644
--- a/res/values-zu/arrays.xml
+++ b/res/values-zu/arrays.xml
@@ -487,13 +487,21 @@
<item msgid="3164591924266309710">"Kulondoloziwe (iklayenti lomsebenzi)"</item>
<item msgid="8186970968968646288">"Kulondoloziwe (lutho)"</item>
</string-array>
+ <string-array name="sim_color_light">
+ <item msgid="7007548668267207615">"@color/SIM_color_cyan"</item>
+ <item msgid="177868870612833388">"@color/SIM_color_blue800"</item>
+ <item msgid="1129898906008357171">"@color/SIM_color_green800"</item>
+ <item msgid="4206364087389793587">"@color/SIM_color_purple800"</item>
+ <item msgid="6728943460061940130">"@color/SIM_color_pink800"</item>
+ <item msgid="968332068361935002">"@color/SIM_color_orange"</item>
+ </string-array>
<string-array name="color_picker">
- <item msgid="3230992859486877963">"Okuluhlaza ngokujiyile"</item>
+ <item msgid="7216413848731287689">"I-Cyan"</item>
<item msgid="5661027589207588703">"Okuluhlaza okwesibhakabhaka"</item>
- <item msgid="3795787248113275442">"I-Indigo"</item>
+ <item msgid="1219738214736244749">"Okuluhlaza"</item>
<item msgid="6331809026622602308">"Phephuli"</item>
<item msgid="6390546163902724700">"Ophinki"</item>
- <item msgid="6618900408138432102">"Okubomvu"</item>
+ <item msgid="6500473130620545980">"Olintshi"</item>
</string-array>
<string-array name="automatic_storage_management_days">
<item msgid="8896644025110620477">"Ngaphezulu kobudala obuyizinsuku ezingu-30"</item>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index 8ac190d..4fc0d84 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -2875,8 +2875,6 @@
<string name="battery_system_usage_for_past_24" msgid="3341520273114616263">"Ukusetshenziswa kwesistimu emahoreni angama-24 adlule"</string>
<string name="battery_system_usage_for" msgid="3248552137819897140">"Ukusetshenziswa kwesistimu nge-<xliff:g id="SLOT">%s</xliff:g>"</string>
<string name="battery_app_usage_for" msgid="7309909074935858949">"Ukusetshenziswa kwe-app nge-<xliff:g id="SLOT">%s</xliff:g>"</string>
- <string name="battery_usage_time_am" msgid="7783773965475697655">"am"</string>
- <string name="battery_usage_time_pm" msgid="1534468528902328570">"pm"</string>
<string name="battery_usage_total_less_than_one_minute" msgid="1035425863251685509">"Ingqikithi: ngaphansi komzuzu"</string>
<string name="battery_usage_background_less_than_one_minute" msgid="3957971442554437909">"Ingemuva: ngaphansi komzuzu"</string>
<string name="battery_usage_for_total_time" msgid="8402254046930910905">"Inani: <xliff:g id="TIME">%s</xliff:g>"</string>
@@ -5398,6 +5396,10 @@
<string name="power_menu_long_press_for_assist_summary" msgid="8251928804984560312">"Cupha Umsizi ngokubamba inkinobho yamandla"</string>
<string name="power_menu_power_volume_up_hint" msgid="1733051433583045623">"Imenyu Yamandla Nesimo Esiphuthumayo:\nCindezela Amandla Nevolumu Phezulu ngesikhathi esifanayo."</string>
<string name="power_menu_power_prevent_ringing_hint" msgid="5786494894009727654">"Nqabela ukukhalisa:\nIsifushaniso sitholakala kwimenyu yevulumu."</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_title" msgid="1626808509158422185">"Isikhathi sokucindezela futhi ubambe"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_summary" msgid="7550610071666801935">"Lungisa ukuzwela ngokukhetha ukuthi uyicindezela futhi ubambe isikhathi esingakanani inkinobho yamandla"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label" msgid="3430099983480845635">"Okufushane"</string>
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label" msgid="2059686170350829156">"Kude"</string>
<string name="lockscreen_privacy_wallet_setting_toggle" msgid="4188327143734192000">"Bonisa i-wallet"</string>
<string name="lockscreen_privacy_wallet_summary" msgid="5388868513484652431">"Vumela ukufinyelela ku-wallet kusikrini sokukhiya namasethingi asheshayo"</string>
<string name="lockscreen_privacy_controls_setting_toggle" msgid="7445725343949588613">"Bonisa izilawuli zensiza"</string>
@@ -5443,7 +5445,6 @@
<string name="calls_sms_temp_unavailable" msgid="8602291749338757424">"Akutholakali okwesikhashana"</string>
<string name="calls_sms_no_sim" msgid="2336377399761819718">"Ayikho i-SIM"</string>
<string name="network_and_internet_preferences_title" msgid="8635896466814033405">"Okuncamelayo kwenethiwekhi"</string>
- <string name="network_and_internet_preferences_summary" msgid="613207494152304537">"Xhuma kumanethiwekhi asesidlangalaleni"</string>
<string name="keywords_internet" msgid="7674082764898690310">"uxhumano lenethiwekhi, i-inthanethi, okungenantambo, idatha, i-wifi, i-wi-fi, i-wi fi, iselula, iselula, inkampani yekholi, i-4g, i-3g, i-2g, i-lte"</string>
<string name="turn_on_wifi" msgid="4868116014727533668">"Vula i-Wi-Fi"</string>
<string name="turn_off_wifi" msgid="8861028501067400694">"Vala i-WiFi"</string>
@@ -5461,6 +5462,7 @@
<string name="carrier_wifi_network_title" msgid="5461382943873831770">"Inethiwekhi ye-W+"</string>
<string name="sim_category_title" msgid="2341314000964710495">"SIM"</string>
<string name="downloaded_sim_category_title" msgid="8611467223348446658">"I-SIM EDAWUNILODIWE"</string>
+ <string name="downloaded_sims_category_title" msgid="8779223441781763315">"AMA-SIM ADAWUNILODIWE"</string>
<string name="sim_category_active_sim" msgid="1503823567818544012">"Kuyasebenza"</string>
<string name="sim_category_inactive_sim" msgid="4068899490133820881">"Akusebenzi"</string>
<string name="sim_category_default_active_sim" msgid="1208194173387987231">" / Okuzenzakalelayo kwe-<xliff:g id="ID_1">%1$s</xliff:g>"</string>
@@ -5538,6 +5540,9 @@
<string name="sensor_toggle_description" msgid="8248823248606795411">"Kwawo wonke ama-app namasevisi"</string>
<string name="game_settings_title" msgid="1028178627743422090">"Amasethingi egeyimu"</string>
<string name="game_settings_summary" msgid="2548056479103747555">"Vula isinqamuleli Sedeshibhodi Yegeyimu, njjl."</string>
+ <string name="previous_page_content_description" msgid="6438292457923282991">"Okwangaphambilini"</string>
+ <string name="next_page_content_description" msgid="1641835099813416294">"Okulandelayo"</string>
+ <string name="colors_viewpager_content_description" msgid="2591751086138259565">"Ukubuka kuqala umbala"</string>
<string name="bluetooth_sim_card_access_notification_title" msgid="5217037846900908318">"Isicelo sokufinyelela se-SIM card"</string>
<string name="bluetooth_sim_card_access_notification_content" msgid="6759306429895300286">"Idivayisi ifuna ukufinyelela i-SIM card yakho. Thepha ukuze uthole imininingwane"</string>
<string name="bluetooth_sim_card_access_dialog_title" msgid="4486768729352090174">"Vumela ukufinyelela ku-SIM card?"</string>
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 7d6745c..97c6a54 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1179,14 +1179,24 @@
<item>Cached (empty)</item>
</string-array>
+ <!-- Array of color for sim color for multi-sim in light mode -->
+ <string-array name="sim_color_light">
+ <item>@color/SIM_color_cyan</item>
+ <item>@color/SIM_color_blue800</item>
+ <item>@color/SIM_color_green800</item>
+ <item>@color/SIM_color_purple800</item>
+ <item>@color/SIM_color_pink800</item>
+ <item>@color/SIM_color_orange</item>
+ </string-array>
+
<!-- Array of titles for sim color for multi-sim -->
<string-array name="color_picker">
- <item>Teal</item>
+ <item>Cyan</item>
<item>Blue</item>
- <item>Indigo</item>
+ <item>Green</item>
<item>Purple</item>
<item>Pink</item>
- <item>Red</item>
+ <item>Orange</item>
</string-array>
<!-- Automatic storage management settings. The amount of days for the automatic storage manager
diff --git a/res/values/colors.xml b/res/values/colors.xml
index adee07c..2114b96 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -184,13 +184,21 @@
<color name="SIM_color_pink">#ffc2185b</color> <!-- Material Pink 700 -->
<color name="SIM_color_red">#ffd32f2f</color> <!-- Material Red 700 -->
+ <!-- SIM colors updated for GAR -->
+ <color name="SIM_color_cyan">#ff006D74</color> <!-- Material Custom Cyan -->
+ <color name="SIM_color_blue800">#ff185ABC</color> <!-- Material Blue 800 -->
+ <color name="SIM_color_green800">#ff137333</color> <!-- Material Green 800 -->
+ <color name="SIM_color_purple800">#ff7627bb</color> <!-- Material Purple 800 -->
+ <color name="SIM_color_pink800">#ffb80672</color> <!-- Material Pink 800 -->
+ <color name="SIM_color_orange">#ff995400</color> <!-- Material Custom Orange -->
+
<!-- Dark mode SIM colors -->
- <color name="SIM_dark_mode_color_teal">#ff80cbc4</color> <!-- Material Teal 200 -->
- <color name="SIM_dark_mode_color_blue">#ff90caf9</color> <!-- Material Blue 200 -->
- <color name="SIM_dark_mode_color_indigo">#ffc5cae9</color> <!-- Material Indigo 100 -->
- <color name="SIM_dark_mode_color_purple">#ffe1bee7</color> <!-- Material Purple 100 -->
- <color name="SIM_dark_mode_color_pink">#fff48fb1</color> <!-- Material Pink 200 -->
- <color name="SIM_dark_mode_color_red">#ffef9a9a</color> <!-- Material Red 200 -->
+ <color name="SIM_dark_mode_color_cyan">#ff4DD0E1</color> <!-- Material Cyan 300 -->
+ <color name="SIM_dark_mode_color_blue">#ff8AB4F8</color> <!-- Material Blue 300 -->
+ <color name="SIM_dark_mode_color_green">#ff81C995</color> <!-- Material Green 300 -->
+ <color name="SIM_dark_mode_color_purple">#ffC58AF9</color> <!-- Material Purple 300 -->
+ <color name="SIM_dark_mode_color_pink">#ffff8bcb</color> <!-- Material Pink 300 -->
+ <color name="SIM_dark_mode_color_orange">#fffcad70</color> <!-- Material Orange 300 -->
<!-- Top app bar colors -->
<color name="color_surface_header">@*android:color/surface_header_light</color>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 1b8179a..7a75883 100755
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -437,7 +437,7 @@
<dimen name="chartview_text_padding">6dp</dimen>
<dimen name="chartview_divider_width">1dp</dimen>
<dimen name="chartview_divider_height">4dp</dimen>
- <dimen name="chartview_trapezoid_radius">3dp</dimen>
+ <dimen name="chartview_trapezoid_radius">5dp</dimen>
<dimen name="chartview_trapezoid_margin_start">1dp</dimen>
<dimen name="chartview_trapezoid_margin_bottom">2dp</dimen>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 044d30f..74b8d7f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -726,6 +726,7 @@
<string name="security_dashboard_summary">Screen lock, Find My Device, app security</string>
<!-- Face enrollment and settings --><skip />
+ <!-- Note: Update FaceEnrollParentalConsent.CONSENT_STRING_RESOURCES when any _consent_ strings are added or removed. -->
<!-- Message shown in summary field when face unlock is set up. [CHAR LIMIT=40] -->
<string name="security_settings_face_preference_summary">Face added</string>
<!-- Message shown in summary field when Face Unlock is not set up. [CHAR LIMIT=54] -->
@@ -879,6 +880,7 @@
<string name="security_settings_face_settings_context_subtitle">Use Face Unlock to unlock your phone</string>
<!-- Fingerprint enrollment and settings --><skip />
+ <!-- Note: Update FingerprintEnrollParentalConsent.CONSENT_STRING_RESOURCES when any _consent_ strings are added or removed. -->
<!-- Title shown for menu item that launches fingerprint settings or enrollment [CHAR LIMIT=22] -->
<string name="security_settings_fingerprint_preference_title">Fingerprint</string>
<!-- Fingerprint managment category title - configuration options for managing enrolled fingerprints [CHAR LIMIT=22] -->
@@ -1059,10 +1061,16 @@
<string name="security_settings_udfps_enroll_repeat_title_touch_icon">Follow the fingerprint icon</string>
<!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=NONE] -->
<string name="security_settings_fingerprint_enroll_repeat_message">Keep lifting your finger to add the different parts of your fingerprint</string>
- <!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=NONE] -->
- <string name="security_settings_udfps_enroll_repeat_message">Touch & hold each time the fingerprint icon moves. This helps capture your full fingerprint.</string>
- <!-- Message shown in fingerprint enrollment asking users to repeat touching the fingerprint sensor.-->
- <string name="security_settings_udfps_enroll_repeat_a11y_message">This helps capture your full fingerprint</string>
+ <!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=160] -->
+ <string name="security_settings_udfps_enroll_repeat_message">Touch & hold each time the fingerprint icon moves. This helps capture more of your fingerprint.</string>
+ <!-- Title shown during fingerprint enrollment that instructs the user to enroll their fingertip [CHAR LIMIT=80] -->
+ <string name="security_settings_udfps_enroll_fingertip_title">Place the tip of your finger on the sensor</string>
+ <!-- Title shown during fingerprint enrollment that instructs the user to enroll the edges of their finger [CHAR LIMIT=80] -->
+ <string name="security_settings_udfps_enroll_edge_title">Finally, place the edges of your finger</string>
+ <!-- Message shown during fingerprint enrollment that instructs the user to enroll the edges of their finger [CHAR LIMIT=160] -->
+ <string name="security_settings_udfps_enroll_edge_message">Place the side of your fingerprint on the sensor and hold, then switch to the other side</string>
+ <!-- Message shown in fingerprint enrollment asking users to repeat touching the fingerprint sensor. [CHAR LIMIT=160] -->
+ <string name="security_settings_udfps_enroll_repeat_a11y_message">This helps capture more of your fingerprint</string>
<!-- Message read to a11y users when enrollment progress is made. The number is from 0 to 100. [CHAR LIMIT=NONE]-->
<string name="security_settings_udfps_enroll_progress_a11y_message">Enrolling fingerprint <xliff:g id="percentage" example="10">%d</xliff:g> percent</string>
<!-- Title shown in fingerprint enrollment dialog once enrollment is completed [CHAR LIMIT=29] -->
@@ -6152,6 +6160,12 @@
<string name="battery_tip_limited_temporarily_title">Charging temporarily limited</string>
<!-- Summary for the battery limited temporarily tip [CHAR LIMIT=NONE] -->
<string name="battery_tip_limited_temporarily_summary">To preserve your battery. Learn more.</string>
+ <!-- Text of battery limited temporarily tip resume charge button. [CHAR LIMIT=NONE] -->
+ <string name="battery_tip_limited_temporarily_dialog_resume_charge">Resume charging</string>
+ <!-- Message of battery limited temporarily tip. [CHAR LIMIT=NONE] -->
+ <string name="battery_tip_limited_temporarily_dialog_msg" product="default">In certain conditions, like high temperatures and long charging periods, charging may be limited to <xliff:g id="percent" example="50%">%1$s</xliff:g> to help preserve battery health.\n\nWhen those conditions end, your phone will automatically charge normally.</string>
+ <!-- Message of battery limited temporarily tip. [CHAR LIMIT=NONE] -->
+ <string name="battery_tip_limited_temporarily_dialog_msg" product="tablet">In certain conditions, like high temperatures and long charging periods, charging may be limited to <xliff:g id="percent" example="50%">%1$s</xliff:g> to help preserve battery health.\n\nWhen those conditions end, your tablet will automatically charge normally.</string>
<!-- Message for battery tip dialog to show the status about the battery [CHAR LIMIT=NONE] -->
<string name="battery_tip_dialog_message" product="default">Because you’ve used your phone more than usual, your battery may run out sooner than it normally would.\n\nApps using most battery:</string>
<!-- Message for battery tip dialog to show the status about the battery [CHAR LIMIT=NONE] -->
@@ -6614,10 +6628,6 @@
<string name="battery_system_usage_for">System usage for <xliff:g id="slot">%s</xliff:g></string>
<!-- [CHAR_LIMIT=NONE] Battery app usage section header -->
<string name="battery_app_usage_for">App usage for <xliff:g id="slot">%s</xliff:g></string>
- <!-- [CHAR_LIMIT=NONE] Battery usage section header for a specific time slot -->
- <string name="battery_usage_time_am">am</string>
- <!-- [CHAR_LIMIT=NONE] Battery usage section header for a specific time slot -->
- <string name="battery_usage_time_pm">pm</string>
<!-- [CHAR_LIMIT=NONE] Battery usage item for total usage time less than a minute -->
<string name="battery_usage_total_less_than_one_minute">Total: less than a min</string>
<!-- [CHAR_LIMIT=NONE] Battery usage item for total background time less than a minute -->
@@ -7950,9 +7960,13 @@
<!-- Enhaced 4G LTE Mode title for carriers who want to show 4G Calling. [CHAR LIMIT=50] -->
<string name="enhanced_4g_lte_mode_title_4g_calling">4G Calling</string>
<!-- Enhaced 4G LTE Mode summary. [CHAR LIMIT=100] -->
- <string name="enhanced_4g_lte_mode_summary">Use LTE services to improve voice and other communications (recommended)</string>
+ <string name="enhanced_4g_lte_mode_summary">Use LTE services to improve voice calls (recommended)</string>
<!-- Enhaced 4G LTE Mode summary for 4g calling. [CHAR LIMIT=100] -->
- <string name="enhanced_4g_lte_mode_summary_4g_calling">Use 4G services to improve voice and other communications (recommended)</string>
+ <string name="enhanced_4g_lte_mode_summary_4g_calling">Use 4G services to improve voice calls (recommended)</string>
+ <!-- NR advanced calling(VoNR or Vo5G) title. [CHAR LIMIT=50] -->
+ <string name="nr_advanced_calling_title">Vo5G</string>
+ <!-- NR advanced calling(VoNR or Vo5G) summary. [CHAR LIMIT=NONE] -->
+ <string name="nr_advanced_calling_summary">Use 5G for voice calls</string>
<!-- Title of a preference determining whether or not the user has allowed the device to share
their contacts' phone numbers with their carrier in order to implement contact discovery,
which is a service that exchanges contacts with the carrier to determine if your
@@ -8347,6 +8361,9 @@
<!-- List of synonyms for the enhance 4G LTE titles, used to match in settings search [CHAR LIMIT=NONE] -->
<string name="keywords_enhance_4g_lte">volte, advanced calling, 4g calling</string>
+ <!-- List of synonyms for the NR advanced calling(VoNR or Vo5G) titles, used to match in settings search [CHAR LIMIT=NONE] -->
+ <string name="keywords_nr_advanced_calling">vo5g, vonr, advanced calling, 5g calling</string>
+
<!-- List of synonyms for add language, used to match in settings search [CHAR LIMIT=NONE] -->
<string name="keywords_add_language">add language, add a language</string>
@@ -9325,7 +9342,7 @@
<string name="notification_listener_security_warning_summary">
<xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to read all notifications,
including personal information such as contact names and the text of messages you receive.
- This app will also be able to dismiss notifications or take action on buttons in notifications, including answering phone calls.
+ This app will also be able to snooze or dismiss notifications or take action on buttons in notifications, including answering phone calls.
\n\nThis will also give the app the ability to turn Do Not Disturb on or off and change related settings.
</string>
<string name="notification_listener_disable_warning_summary">
@@ -13220,6 +13237,15 @@
<!-- Power menu explanation where to find prevent ringing option. [CHAR LIMIT=NONE] -->
<string name="power_menu_power_prevent_ringing_hint">Prevent ringing:\nShortcut available in the volume menu.</string>
+ <!-- Power menu title of the seekbar setting controlling duration of how long the power button must be held to invoke assistant. [CHAR LIMIT=NONE]-->
+ <string name="power_menu_long_press_for_assist_sensitivity_title">Press & hold duration</string>
+ <!-- Power menu summary of the seekbar setting controlling duration of how long the power button must be held to invoke assistant. [CHAR LIMIT=NONE]-->
+ <string name="power_menu_long_press_for_assist_sensitivity_summary">Adjust sensitivity by choosing how long to press & hold the power button</string>
+ <!-- Label at the lowest end of duration slider for long press power invocation of assistant. [CHAR LIMIT=30] -->
+ <string name="power_menu_long_press_for_assist_sensitivity_low_label">Short</string>
+ <!-- Label at the highest end of duration slider for long press power invocation of assistant. [CHAR LIMIT=30] -->
+ <string name="power_menu_long_press_for_assist_sensitivity_high_label">Long</string>
+
<!-- Wallet (formerly Cards and passes) toggle name [CHAR LIMIT=60] -->
<string name="lockscreen_privacy_wallet_setting_toggle">Show wallet</string>
<!-- Wallet (formerly Cards and passes) summary [CHAR LIMIT=NONE] -->
@@ -13323,8 +13349,6 @@
<string name="calls_sms_no_sim">No SIM</string>
<!-- Network & internet preferences title [CHAR LIMIT=NONE] -->
<string name="network_and_internet_preferences_title">Network preferences</string>
- <!-- Network & internet preferences summary [CHAR LIMIT=NONE] -->
- <string name="network_and_internet_preferences_summary">Connect to public networks</string>
<!-- Search keywords for "Internet" settings [CHAR_LIMIT=NONE] -->
<string name="keywords_internet">network connection, internet, wireless, data, wifi, wi-fi, wi fi, cellular, mobile, cell carrier, 4g, 3g, 2g, lte</string>
<!-- Slice title text for turning on the Wi-Fi networks. [CHAR LIMIT=40] -->
@@ -13357,8 +13381,10 @@
<string name="carrier_wifi_network_title">W+ network</string>
<!-- Provider Model: title of SIM category -->
<string name="sim_category_title">SIM</string>
- <!-- Provider Model: title of Downloaded category. [CHAR LIMIT=50] -->
+ <!-- Provider Model: title of Downloaded SIM category. [CHAR LIMIT=50] -->
<string name="downloaded_sim_category_title">DOWNLOADED SIM</string>
+ <!-- Provider Model: title of Downloaded SIMs category. [CHAR LIMIT=50] -->
+ <string name="downloaded_sims_category_title">DOWNLOADED SIMS</string>
<!-- Provider Model: summary of Active in SIM category. [CHAR LIMIT=50] -->
<string name="sim_category_active_sim">Active</string>
<!-- Provider Model: summary of Inactive in SIM category. [CHAR LIMIT=50] -->
diff --git a/res/xml/connected_devices_advanced.xml b/res/xml/connected_devices_advanced.xml
index 3ff7d99..85e4a76 100644
--- a/res/xml/connected_devices_advanced.xml
+++ b/res/xml/connected_devices_advanced.xml
@@ -65,6 +65,13 @@
android:icon="@drawable/ic_folder_vd_theme_24"
android:title="@string/bluetooth_show_files_received_via_bluetooth"/>
+ <SwitchPreference
+ android:key="uwb_settings"
+ android:title="@string/uwb_settings_title"
+ android:order="100"
+ android:summary="@string/summary_placeholder"
+ settings:controller="com.android.settings.uwb.UwbPreferenceController"/>
+
<PreferenceCategory
android:key="dashboard_tile_placeholder"
android:order="-8"/>
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index 6213516..a0d670f 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -109,11 +109,6 @@
android:title="@string/color_temperature"
android:summary="@string/color_temperature_desc" />
- <SwitchPreference
- android:key="ota_disable_automatic_update"
- android:title="@string/ota_disable_automatic_update"
- android:summary="@string/ota_disable_automatic_update_summary" />
-
<Preference android:key="dsu_loader"
android:title="@string/dsu_loader_title" />
diff --git a/res/xml/mobile_network_settings.xml b/res/xml/mobile_network_settings.xml
index eef2213..7d1ff09 100644
--- a/res/xml/mobile_network_settings.xml
+++ b/res/xml/mobile_network_settings.xml
@@ -241,6 +241,19 @@
settings:controller="com.android.settings.network.telephony.CarrierPreferenceController">
</Preference>
+ <SwitchPreference
+ android:key="enable_2g"
+ android:title="@string/enable_2g_title"
+ android:summary="@string/enable_2g_summary"
+ settings:controller="com.android.settings.network.telephony.Enable2gPreferenceController" />
+
+ <SwitchPreference
+ android:key="nr_advanced_calling"
+ android:title="@string/nr_advanced_calling_title"
+ android:persistent="false"
+ android:summary="@string/nr_advanced_calling_summary"
+ settings:keywords="@string/keywords_nr_advanced_calling"
+ settings:controller="com.android.settings.network.telephony.NrAdvancedCallingPreferenceController"/>
</PreferenceCategory>
<Preference
@@ -265,10 +278,4 @@
settings:allowDividerAbove="true"
settings:searchable="false"
settings:controller="com.android.settings.network.telephony.NrDisabledInDsdsFooterPreferenceController"/>
-
- <SwitchPreference
- android:key="enable_2g"
- android:title="@string/enable_2g_title"
- android:summary="@string/enable_2g_summary"
- settings:controller="com.android.settings.network.telephony.Enable2gPreferenceController" />
</PreferenceScreen>
diff --git a/res/xml/network_provider_settings.xml b/res/xml/network_provider_settings.xml
index 9e8befa..9cab924 100644
--- a/res/xml/network_provider_settings.xml
+++ b/res/xml/network_provider_settings.xml
@@ -70,7 +70,6 @@
<Preference
android:key="configure_wifi_settings"
android:title="@string/network_and_internet_preferences_title"
- android:summary="@string/network_and_internet_preferences_summary"
settings:allowDividerAbove="true"
android:fragment="com.android.settings.wifi.ConfigureWifiSettings"/>
diff --git a/res/xml/power_menu_settings.xml b/res/xml/power_menu_settings.xml
index caaeb97..121a2da 100644
--- a/res/xml/power_menu_settings.xml
+++ b/res/xml/power_menu_settings.xml
@@ -22,11 +22,21 @@
android:title="@string/power_menu_long_press_for_assist"
android:summary="@string/power_menu_long_press_for_assist_summary"
settings:controller="com.android.settings.gestures.LongPressPowerButtonPreferenceController"
- />
+ />
+
+ <com.android.settings.widget.LabeledSeekBarPreference
+ android:key="gesture_power_menu_long_press_for_assist_sensitivity"
+ android:title="@string/power_menu_long_press_for_assist_sensitivity_title"
+ android:summary="@string/power_menu_long_press_for_assist_sensitivity_summary"
+ android:selectable="true"
+ settings:textStart="@string/power_menu_long_press_for_assist_sensitivity_low_label"
+ settings:textEnd="@string/power_menu_long_press_for_assist_sensitivity_high_label"
+ settings:controller="com.android.settings.gestures.LongPressPowerSensitivityPreferenceController"
+ />
<com.android.settingslib.widget.FooterPreference
android:key="power_menu_power_volume_up_hint"
android:title="@string/power_menu_power_volume_up_hint"
android:selectable="false"
- settings:searchable="false" />
+ settings:searchable="false"/>
</PreferenceScreen>
diff --git a/res/xml/smart_battery_detail.xml b/res/xml/smart_battery_detail.xml
index 9c0aac5..9795125 100644
--- a/res/xml/smart_battery_detail.xml
+++ b/res/xml/smart_battery_detail.xml
@@ -22,7 +22,7 @@
android:title="@string/smart_battery_manager_title"
settings:keywords="@string/keywords_battery_adaptive_preferences">
- <com.android.settingslib.widget.IllustrationPreferencee
+ <com.android.settingslib.widget.IllustrationPreference
android:key="auto_awesome_battery"
settings:lottie_rawRes="@raw/auto_awesome_battery_lottie" />
diff --git a/res/xml/system_dashboard_fragment.xml b/res/xml/system_dashboard_fragment.xml
index 9228ddd..21a5c15 100644
--- a/res/xml/system_dashboard_fragment.xml
+++ b/res/xml/system_dashboard_fragment.xml
@@ -65,6 +65,14 @@
<intent android:action="android.settings.SYSTEM_UPDATE_SETTINGS"/>
</Preference>
+ <SwitchPreference
+ android:key="ota_disable_automatic_update"
+ android:title="@string/ota_disable_automatic_update"
+ android:summary="@string/ota_disable_automatic_update_summary"
+ android:icon="@drawable/ic_system_update"
+ android:order="-57"
+ settings:controller="com.android.settings.system.DisableAutomaticUpdatesPreferenceController"/>
+
<Preference
android:key="reset_dashboard"
android:title="@string/reset_dashboard_title"
diff --git a/src/com/android/settings/Settings.java b/src/com/android/settings/Settings.java
index 404207d..cc9542b 100644
--- a/src/com/android/settings/Settings.java
+++ b/src/com/android/settings/Settings.java
@@ -90,6 +90,8 @@
public static class WifiSettingsActivity extends SettingsActivity { /* empty */ }
public static class WifiSettings2Activity extends SettingsActivity { /* empty */ }
public static class NetworkProviderSettingsActivity extends SettingsActivity { /* empty */ }
+ /** Activity for the Wi-Fi network details settings. */
+ public static class WifiDetailsSettingsActivity extends SettingsActivity { /* empty */ }
public static class WifiP2pSettingsActivity extends SettingsActivity { /* empty */ }
public static class AvailableVirtualKeyboardActivity extends SettingsActivity { /* empty */ }
public static class KeyboardLayoutPickerActivity extends SettingsActivity { /* empty */ }
diff --git a/src/com/android/settings/biometrics/ParentalConsentHelper.java b/src/com/android/settings/biometrics/ParentalConsentHelper.java
index 6c4004e..e0e082b 100644
--- a/src/com/android/settings/biometrics/ParentalConsentHelper.java
+++ b/src/com/android/settings/biometrics/ParentalConsentHelper.java
@@ -48,6 +48,10 @@
private static final String KEY_FINGERPRINT_CONSENT = "fingerprint";
private static final String KEY_IRIS_CONSENT = "iris";
+ private static final String KEY_FACE_CONSENT_STRINGS = "face_strings";
+ private static final String KEY_FINGERPRINT_CONSENT_STRINGS = "fingerprint_strings";
+ private static final String KEY_IRIS_CONSENT_STRINGS = "iris_strings";
+
private final boolean mRequireFace;
private final boolean mRequireFingerprint;
@@ -152,9 +156,14 @@
public Bundle getConsentResult() {
final Bundle result = new Bundle();
result.putBoolean(KEY_FACE_CONSENT, mConsentFace != null ? mConsentFace : false);
+ result.putIntArray(KEY_FACE_CONSENT_STRINGS,
+ FaceEnrollParentalConsent.CONSENT_STRING_RESOURCES);
result.putBoolean(KEY_FINGERPRINT_CONSENT,
mConsentFingerprint != null ? mConsentFingerprint : false);
+ result.putIntArray(KEY_FINGERPRINT_CONSENT_STRINGS,
+ FingerprintEnrollParentalConsent.CONSENT_STRING_RESOURCES);
result.putBoolean(KEY_IRIS_CONSENT, false);
+ result.putIntArray(KEY_IRIS_CONSENT_STRINGS, new int[0]);
return result;
}
diff --git a/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceController.java b/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceController.java
index 861ff27..2da8164 100644
--- a/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceController.java
+++ b/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceController.java
@@ -86,4 +86,9 @@
return AVAILABLE_UNSEARCHABLE;
}
}
+
+ @Override
+ public final boolean isSliceable() {
+ return false;
+ }
}
diff --git a/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceController.java b/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceController.java
index 6fe651f..f6f2d5f 100644
--- a/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceController.java
+++ b/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceController.java
@@ -68,4 +68,9 @@
}
return getRestrictingAdmin() != null ? DISABLED_FOR_USER : AVAILABLE;
}
+
+ @Override
+ public final boolean isSliceable() {
+ return false;
+ }
}
diff --git a/src/com/android/settings/biometrics/face/FaceEnrollParentalConsent.java b/src/com/android/settings/biometrics/face/FaceEnrollParentalConsent.java
index 183e05e..54466f9 100644
--- a/src/com/android/settings/biometrics/face/FaceEnrollParentalConsent.java
+++ b/src/com/android/settings/biometrics/face/FaceEnrollParentalConsent.java
@@ -33,6 +33,21 @@
*/
public class FaceEnrollParentalConsent extends FaceEnrollIntroduction {
+ /**
+ * List of string resources to log when recording the result of this activity in gms.
+ * This must be updated when any strings are added/removed.
+ */
+ public static final int[] CONSENT_STRING_RESOURCES = new int[] {
+ R.string.security_settings_face_enroll_consent_introduction_title,
+ R.string.security_settings_face_enroll_introduction_consent_message,
+ R.string.security_settings_face_enroll_introduction_info_consent_glasses,
+ R.string.security_settings_face_enroll_introduction_info_consent_looking,
+ R.string.security_settings_face_enroll_introduction_info_consent_gaze,
+ R.string.security_settings_face_enroll_introduction_how_consent_message,
+ R.string.security_settings_face_enroll_introduction_control_consent_title,
+ R.string.security_settings_face_enroll_introduction_control_consent_message
+ };
+
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
diff --git a/src/com/android/settings/biometrics/face/FaceSettings.java b/src/com/android/settings/biometrics/face/FaceSettings.java
index 140a3fc..62347ac 100644
--- a/src/com/android/settings/biometrics/face/FaceSettings.java
+++ b/src/com/android/settings/biometrics/face/FaceSettings.java
@@ -44,7 +44,6 @@
import com.android.settings.password.ChooseLockSettingsHelper;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.core.AbstractPreferenceController;
-import com.android.settingslib.core.lifecycle.Lifecycle;
import com.android.settingslib.search.SearchIndexable;
import java.util.ArrayList;
@@ -290,7 +289,7 @@
if (!isFaceHardwareDetected(context)) {
return null;
}
- mControllers = buildPreferenceControllers(context, getSettingsLifecycle());
+ mControllers = buildPreferenceControllers(context);
// There's no great way of doing this right now :/
for (AbstractPreferenceController controller : mControllers) {
if (controller instanceof FaceSettingsAttentionPreferenceController) {
@@ -309,8 +308,7 @@
return mControllers;
}
- private static List<AbstractPreferenceController> buildPreferenceControllers(Context context,
- Lifecycle lifecycle) {
+ private static List<AbstractPreferenceController> buildPreferenceControllers(Context context) {
final List<AbstractPreferenceController> controllers = new ArrayList<>();
controllers.add(new FaceSettingsKeyguardPreferenceController(context));
controllers.add(new FaceSettingsAppPreferenceController(context));
@@ -328,7 +326,7 @@
public List<AbstractPreferenceController> createPreferenceControllers(
Context context) {
if (isFaceHardwareDetected(context)) {
- return buildPreferenceControllers(context, null /* lifecycle */);
+ return buildPreferenceControllers(context);
} else {
return null;
}
diff --git a/src/com/android/settings/biometrics/face/FaceSettingsAttentionPreferenceController.java b/src/com/android/settings/biometrics/face/FaceSettingsAttentionPreferenceController.java
index 0eb823b..82fa00b 100644
--- a/src/com/android/settings/biometrics/face/FaceSettingsAttentionPreferenceController.java
+++ b/src/com/android/settings/biometrics/face/FaceSettingsAttentionPreferenceController.java
@@ -117,11 +117,6 @@
}
@Override
- public boolean isSliceable() {
- return false;
- }
-
- @Override
public int getAvailabilityStatus() {
return AVAILABLE;
}
diff --git a/src/com/android/settings/biometrics/face/FaceSettingsPreferenceController.java b/src/com/android/settings/biometrics/face/FaceSettingsPreferenceController.java
index 3149c35..36984a2 100644
--- a/src/com/android/settings/biometrics/face/FaceSettingsPreferenceController.java
+++ b/src/com/android/settings/biometrics/face/FaceSettingsPreferenceController.java
@@ -46,4 +46,9 @@
return RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled(
mContext, DevicePolicyManager.KEYGUARD_DISABLE_FACE, mUserId);
}
+
+ @Override
+ public final boolean isSliceable() {
+ return false;
+ }
}
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java
index 714e210..6271742 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java
@@ -46,6 +46,7 @@
import android.widget.ProgressBar;
import android.widget.TextView;
+import androidx.annotation.IntDef;
import androidx.appcompat.app.AlertDialog;
import com.android.settings.R;
@@ -58,6 +59,8 @@
import com.google.android.setupcompat.template.FooterButton;
import com.google.android.setupcompat.util.WizardManagerHelper;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
import java.util.List;
/**
@@ -69,11 +72,26 @@
static final String TAG_SIDECAR = "sidecar";
private static final int PROGRESS_BAR_MAX = 10000;
- private static final int FINISH_DELAY = 250;
+
/**
- * Enroll with two center touches before going to guided enrollment.
+ * TODO(b/198928407): Consolidate with UdfpsEnrollHelper
*/
- private static final int NUM_CENTER_TOUCHES = 2;
+ private static final int[] STAGE_THRESHOLDS = new int[] {
+ 2, // center
+ 18, // guided
+ 22, // fingertip
+ 38, // edges
+ };
+
+ private static final int STAGE_UNKNOWN = -1;
+ private static final int STAGE_CENTER = 0;
+ private static final int STAGE_GUIDED = 1;
+ private static final int STAGE_FINGERTIP = 2;
+ private static final int STAGE_EDGES = 3;
+
+ @IntDef({STAGE_UNKNOWN, STAGE_CENTER, STAGE_GUIDED, STAGE_FINGERTIP, STAGE_EDGES})
+ @Retention(RetentionPolicy.SOURCE)
+ private @interface EnrollStage {}
/**
* If we don't see progress during this time, we show an error message to remind the users that
@@ -149,7 +167,7 @@
mIsSetupWizard = WizardManagerHelper.isAnySetupWizard(getIntent());
if (mCanAssumeUdfps) {
- updateTitleAndDescription();
+ updateTitleAndDescriptionForUdfps();
} else {
setHeaderText(R.string.security_settings_fingerprint_enroll_repeat_title);
}
@@ -273,7 +291,7 @@
// UDFPS animations are owned by SystemUI
if (progress >= PROGRESS_BAR_MAX) {
// Wait for any animations in SysUI to finish, then proceed to next page
- getMainThreadHandler().postDelayed(mDelayedFinishRunnable, FINISH_DELAY);
+ getMainThreadHandler().postDelayed(mDelayedFinishRunnable, getFinishDelay());
}
return;
}
@@ -300,8 +318,55 @@
}
private void updateTitleAndDescription() {
+ if (mCanAssumeUdfps) {
+ updateTitleAndDescriptionForUdfps();
+ return;
+ }
+
if (mSidecar == null || mSidecar.getEnrollmentSteps() == -1) {
- if (mCanAssumeUdfps) {
+ setDescriptionText(R.string.security_settings_fingerprint_enroll_start_message);
+ } else {
+ setDescriptionText(R.string.security_settings_fingerprint_enroll_repeat_message);
+ }
+ }
+
+ private void updateTitleAndDescriptionForUdfps() {
+ switch (getCurrentStage()) {
+ case STAGE_CENTER:
+ setHeaderText(R.string.security_settings_fingerprint_enroll_repeat_title);
+ setDescriptionText(R.string.security_settings_udfps_enroll_start_message);
+ break;
+
+ case STAGE_GUIDED:
+ setHeaderText(R.string.security_settings_fingerprint_enroll_repeat_title);
+ if (mIsAccessibilityEnabled) {
+ setDescriptionText(R.string.security_settings_udfps_enroll_repeat_a11y_message);
+ } else {
+ setDescriptionText(R.string.security_settings_udfps_enroll_repeat_message);
+ }
+ break;
+
+ case STAGE_FINGERTIP:
+ setHeaderText(R.string.security_settings_udfps_enroll_fingertip_title);
+ if (isStageHalfCompleted()) {
+ setDescriptionText(R.string.security_settings_fingerprint_enroll_repeat_title);
+ } else {
+ setDescriptionText("");
+ }
+ break;
+
+ case STAGE_EDGES:
+ setHeaderText(R.string.security_settings_udfps_enroll_edge_title);
+ if (isStageHalfCompleted()) {
+ setDescriptionText(
+ R.string.security_settings_fingerprint_enroll_repeat_message);
+ } else {
+ setDescriptionText(R.string.security_settings_udfps_enroll_edge_message);
+ }
+ break;
+
+ case STAGE_UNKNOWN:
+ default:
// setHeaderText(R.string.security_settings_fingerprint_enroll_udfps_title);
// Don't use BiometricEnrollBase#setHeaderText, since that invokes setTitle,
// which gets announced for a11y upon entering the page. For UDFPS, we want to
@@ -309,41 +374,51 @@
getLayout().setHeaderText(
R.string.security_settings_fingerprint_enroll_udfps_title);
setDescriptionText(R.string.security_settings_udfps_enroll_start_message);
-
final CharSequence description = getString(
R.string.security_settings_udfps_enroll_a11y);
getLayout().getHeaderTextView().setContentDescription(description);
setTitle(description);
- } else {
- setDescriptionText(R.string.security_settings_fingerprint_enroll_start_message);
- }
- } else if (mCanAssumeUdfps && !isCenterEnrollmentComplete()) {
- if (mIsSetupWizard) {
- setHeaderText(R.string.security_settings_udfps_enroll_title_one_more_time);
- } else {
- setHeaderText(R.string.security_settings_fingerprint_enroll_repeat_title);
- }
- setDescriptionText(R.string.security_settings_udfps_enroll_start_message);
- } else {
- if (mCanAssumeUdfps) {
- setHeaderText(R.string.security_settings_fingerprint_enroll_repeat_title);
- if (mIsAccessibilityEnabled) {
- setDescriptionText(R.string.security_settings_udfps_enroll_repeat_a11y_message);
- } else {
- setDescriptionText(R.string.security_settings_udfps_enroll_repeat_message);
- }
- } else {
- setDescriptionText(R.string.security_settings_fingerprint_enroll_repeat_message);
- }
+ break;
}
}
- private boolean isCenterEnrollmentComplete() {
+ @EnrollStage
+ private int getCurrentStage() {
+ if (mSidecar == null || mSidecar.getEnrollmentSteps() == -1) {
+ return STAGE_UNKNOWN;
+ }
+
+ final int progressSteps = mSidecar.getEnrollmentSteps() - mSidecar.getEnrollmentRemaining();
+ if (progressSteps < STAGE_THRESHOLDS[0]) {
+ return STAGE_CENTER;
+ } else if (progressSteps < STAGE_THRESHOLDS[1]) {
+ return STAGE_GUIDED;
+ } else if (progressSteps < STAGE_THRESHOLDS[2]) {
+ return STAGE_FINGERTIP;
+ } else {
+ return STAGE_EDGES;
+ }
+ }
+
+ private boolean isStageHalfCompleted() {
+ // Prior to first enrollment step.
if (mSidecar == null || mSidecar.getEnrollmentSteps() == -1) {
return false;
}
- final int stepsEnrolled = mSidecar.getEnrollmentSteps() - mSidecar.getEnrollmentRemaining();
- return stepsEnrolled >= NUM_CENTER_TOUCHES;
+
+ final int progressSteps = mSidecar.getEnrollmentSteps() - mSidecar.getEnrollmentRemaining();
+ int prevThreshold = 0;
+ for (final int threshold : STAGE_THRESHOLDS) {
+ if (progressSteps >= prevThreshold && progressSteps < threshold) {
+ final int adjustedProgress = progressSteps - prevThreshold;
+ final int adjustedThreshold = threshold - prevThreshold;
+ return adjustedProgress >= adjustedThreshold / 2;
+ }
+ prevThreshold = threshold;
+ }
+
+ // After last enrollment step.
+ return true;
}
@Override
@@ -367,6 +442,7 @@
@Override
public void onEnrollmentProgressChange(int steps, int remaining) {
+ correctStageThresholds();
updateProgress(true /* animate */);
updateTitleAndDescription();
clearError();
@@ -389,6 +465,23 @@
}
}
+ private void correctStageThresholds() {
+ if (mSidecar == null || !mSidecar.isEnrolling() || mSidecar.getEnrollmentSteps() <= 0) {
+ Log.d(TAG, "correctStageThresholds: Enrollment not started yet");
+ return;
+ }
+
+ // Allocate (or subtract) any extra steps for the first enroll stage.
+ final int extraSteps = mSidecar.getEnrollmentSteps()
+ - STAGE_THRESHOLDS[STAGE_THRESHOLDS.length - 1];
+ if (extraSteps != 0) {
+ for (int stageIndex = 0; stageIndex < STAGE_THRESHOLDS.length; stageIndex++) {
+ STAGE_THRESHOLDS[stageIndex] =
+ Math.max(0, STAGE_THRESHOLDS[stageIndex] + extraSteps);
+ }
+ }
+ }
+
private void updateProgress(boolean animate) {
if (mSidecar == null || !mSidecar.isEnrolling()) {
Log.d(TAG, "Enrollment not started yet");
@@ -489,25 +582,28 @@
mOrientationEventListener = null;
}
- private final Animator.AnimatorListener mProgressAnimationListener
- = new Animator.AnimatorListener() {
+ private final Animator.AnimatorListener mProgressAnimationListener =
+ new Animator.AnimatorListener() {
+ @Override
+ public void onAnimationStart(Animator animation) { }
- @Override
- public void onAnimationStart(Animator animation) { }
+ @Override
+ public void onAnimationRepeat(Animator animation) { }
- @Override
- public void onAnimationRepeat(Animator animation) { }
+ @Override
+ public void onAnimationEnd(Animator animation) {
+ if (mProgressBar.getProgress() >= PROGRESS_BAR_MAX) {
+ mProgressBar.postDelayed(mDelayedFinishRunnable, getFinishDelay());
+ }
+ }
- @Override
- public void onAnimationEnd(Animator animation) {
- if (mProgressBar.getProgress() >= PROGRESS_BAR_MAX) {
- mProgressBar.postDelayed(mDelayedFinishRunnable, FINISH_DELAY);
- }
- }
+ @Override
+ public void onAnimationCancel(Animator animation) { }
+ };
- @Override
- public void onAnimationCancel(Animator animation) { }
- };
+ private long getFinishDelay() {
+ return mCanAssumeUdfps ? 400L : 250L;
+ }
// Give the user a chance to see progress completed before jumping to the next stage.
private final Runnable mDelayedFinishRunnable = new Runnable() {
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollFindSensor.java b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollFindSensor.java
index e4de7f1..cabe5bf 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollFindSensor.java
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollFindSensor.java
@@ -22,11 +22,9 @@
import android.hardware.fingerprint.FingerprintSensorPropertiesInternal;
import android.os.Bundle;
import android.view.View;
-import android.view.accessibility.AccessibilityManager;
import androidx.annotation.Nullable;
-import com.airbnb.lottie.LottieAnimationView;
import com.android.settings.R;
import com.android.settings.Utils;
import com.android.settings.biometrics.BiometricEnrollBase;
@@ -82,13 +80,6 @@
.setTheme(R.style.SudGlifButton_Primary)
.build()
);
-
- LottieAnimationView lottieAnimationView = findViewById(R.id.illustration_lottie);
- AccessibilityManager am = getSystemService(AccessibilityManager.class);
- if (am.isEnabled()) {
- lottieAnimationView.setAnimation(R.raw.udfps_edu_a11y_lottie);
- }
-
} else {
setHeaderText(R.string.security_settings_fingerprint_enroll_find_sensor_title);
setDescriptionText(R.string.security_settings_fingerprint_enroll_find_sensor_message);
diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollParentalConsent.java b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollParentalConsent.java
index a95a912..22212f2 100644
--- a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollParentalConsent.java
+++ b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollParentalConsent.java
@@ -33,6 +33,20 @@
*/
public class FingerprintEnrollParentalConsent extends FingerprintEnrollIntroduction {
+ /**
+ * List of string resources to log when recording the result of this activity in gms.
+ * This must be updated when any strings are added/removed.
+ */
+ public static final int[] CONSENT_STRING_RESOURCES = new int[] {
+ R.string.security_settings_fingerprint_enroll_consent_introduction_title,
+ R.string.security_settings_fingerprint_enroll_introduction_consent_message,
+ R.string.security_settings_fingerprint_enroll_introduction_footer_title_consent_1,
+ R.string.security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_2,
+ R.string.security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_3,
+ R.string.security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_4,
+ R.string.security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_5
+ };
+
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
diff --git a/src/com/android/settings/bluetooth/AdvancedBluetoothDetailsHeaderController.java b/src/com/android/settings/bluetooth/AdvancedBluetoothDetailsHeaderController.java
index 5851b50..b60f1b6 100644
--- a/src/com/android/settings/bluetooth/AdvancedBluetoothDetailsHeaderController.java
+++ b/src/com/android/settings/bluetooth/AdvancedBluetoothDetailsHeaderController.java
@@ -103,8 +103,10 @@
new BluetoothAdapter.OnMetadataChangedListener() {
@Override
public void onMetadataChanged(BluetoothDevice device, int key, byte[] value) {
- Log.i(TAG, String.format("Metadata updated in Device %s: %d = %s.", device, key,
- value == null ? null : new String(value)));
+ if (DEBUG) {
+ Log.d(TAG, String.format("Metadata updated in Device %s: %d = %s.", device,
+ key, value == null ? null : new String(value)));
+ }
refresh();
}
};
diff --git a/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsController.java b/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsController.java
index 107df5f..6657371 100644
--- a/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsController.java
+++ b/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsController.java
@@ -175,7 +175,7 @@
*/
@Override
protected void refresh() {
- updatePreferences(mContext, mCachedDevice.getAddress(), mProfilesContainer);
+ // Do nothing. More details in b/191992001
}
/**
diff --git a/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java b/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java
index 9790670..0abe042 100644
--- a/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java
+++ b/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java
@@ -198,8 +198,9 @@
@Override
public void onTetheringStarted() {
- Log.d(TAG, "onTetheringStarted()");
// Set default usb functions again to make internal data persistent
+ mCurrentFunctions = mUsbBackend.getCurrentFunctions();
+ Log.d(TAG, "onTetheringStarted() : mCurrentFunctions " + mCurrentFunctions);
mUsbBackend.setDefaultUsbFunctions(mCurrentFunctions);
}
diff --git a/src/com/android/settings/core/gateway/SettingsGateway.java b/src/com/android/settings/core/gateway/SettingsGateway.java
index d0fb7ab..458aadb 100644
--- a/src/com/android/settings/core/gateway/SettingsGateway.java
+++ b/src/com/android/settings/core/gateway/SettingsGateway.java
@@ -159,6 +159,7 @@
import com.android.settings.wifi.WifiSettings;
import com.android.settings.wifi.calling.WifiCallingDisclaimerFragment;
import com.android.settings.wifi.calling.WifiCallingSettings;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.settings.wifi.p2p.WifiP2pSettings;
import com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsWifiSettings2;
import com.android.settings.wifi.tether.WifiTetherSettings;
@@ -173,6 +174,7 @@
AdvancedConnectedDeviceDashboardFragment.class.getName(),
CreateShortcut.class.getName(),
WifiSettings.class.getName(),
+ WifiNetworkDetailsFragment.class.getName(),
ConfigureWifiSettings.class.getName(),
SavedAccessPointsWifiSettings2.class.getName(),
AllInOneTetherSettings.class.getName(),
diff --git a/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java b/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
index fbab1fd..10160a7 100644
--- a/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
+++ b/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
@@ -481,7 +481,6 @@
controllers.add(new PictureColorModePreferenceController(context, lifecycle));
controllers.add(new WebViewAppPreferenceController(context));
controllers.add(new CoolColorTemperaturePreferenceController(context));
- controllers.add(new DisableAutomaticUpdatesPreferenceController(context));
controllers.add(new SelectDSUPreferenceController(context));
controllers.add(new AdbPreferenceController(context, fragment));
controllers.add(new ClearAdbKeysPreferenceController(context, fragment));
diff --git a/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceController.java b/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceController.java
deleted file mode 100644
index f10e171..0000000
--- a/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceController.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * Copyright (C) 2017 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.development;
-
-import android.content.Context;
-import android.provider.Settings;
-
-import androidx.annotation.VisibleForTesting;
-import androidx.preference.Preference;
-import androidx.preference.SwitchPreference;
-
-import com.android.settings.core.PreferenceControllerMixin;
-import com.android.settingslib.development.DeveloperOptionsPreferenceController;
-
-public class DisableAutomaticUpdatesPreferenceController extends
- DeveloperOptionsPreferenceController implements
- Preference.OnPreferenceChangeListener, PreferenceControllerMixin {
-
- private static final String OTA_DISABLE_AUTOMATIC_UPDATE_KEY = "ota_disable_automatic_update";
-
- // We use the "disabled status" in code, but show the opposite text
- // "Automatic system updates" on screen. So a value 0 indicates the
- // automatic update is enabled.
- @VisibleForTesting
- final static int DISABLE_UPDATES_SETTING = 1;
- @VisibleForTesting
- final static int ENABLE_UPDATES_SETTING = 0;
-
- public DisableAutomaticUpdatesPreferenceController(Context context) {
- super(context);
- }
-
- @Override
- public String getPreferenceKey() {
- return OTA_DISABLE_AUTOMATIC_UPDATE_KEY;
- }
-
- @Override
- public boolean onPreferenceChange(Preference preference, Object newValue) {
- final boolean updatesEnabled = (Boolean) newValue;
- Settings.Global.putInt(mContext.getContentResolver(),
- Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
- updatesEnabled ? ENABLE_UPDATES_SETTING : DISABLE_UPDATES_SETTING);
- return true;
- }
-
- @Override
- public void updateState(Preference preference) {
- final int updatesEnabled = Settings.Global.getInt(mContext.getContentResolver(),
- Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, 0 /* default */);
-
- ((SwitchPreference) mPreference).setChecked(updatesEnabled != DISABLE_UPDATES_SETTING);
- }
-
- @Override
- protected void onDeveloperOptionsSwitchDisabled() {
- super.onDeveloperOptionsSwitchDisabled();
- Settings.Global.putInt(mContext.getContentResolver(),
- Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, DISABLE_UPDATES_SETTING);
- ((SwitchPreference) mPreference).setChecked(false);
- }
-}
diff --git a/src/com/android/settings/display/SmartAutoRotatePreferenceController.java b/src/com/android/settings/display/SmartAutoRotatePreferenceController.java
index f8d5f96..849fbe7 100644
--- a/src/com/android/settings/display/SmartAutoRotatePreferenceController.java
+++ b/src/com/android/settings/display/SmartAutoRotatePreferenceController.java
@@ -22,6 +22,8 @@
import static com.android.settings.display.SmartAutoRotateController.hasSufficientPermission;
import static com.android.settings.display.SmartAutoRotateController.isRotationResolverServiceAvailable;
+import android.text.TextUtils;
+import android.app.settings.SettingsEnums;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
@@ -37,7 +39,9 @@
import com.android.internal.annotations.VisibleForTesting;
import com.android.internal.view.RotationPolicy;
import com.android.settings.R;
-import com.android.settings.core.BasePreferenceController;
+import com.android.settings.core.TogglePreferenceController;
+import com.android.settings.overlay.FeatureFactory;
+import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
import com.android.settingslib.core.lifecycle.LifecycleObserver;
import com.android.settingslib.core.lifecycle.events.OnStart;
import com.android.settingslib.core.lifecycle.events.OnStop;
@@ -45,12 +49,10 @@
/**
* SmartAutoRotatePreferenceController provides auto rotate summary in display settings
*/
-public class SmartAutoRotatePreferenceController extends BasePreferenceController
+public class SmartAutoRotatePreferenceController extends TogglePreferenceController
implements LifecycleObserver, OnStart, OnStop {
- private RotationPolicy.RotationPolicyListener mRotationPolicyListener;
- private Preference mPreference;
-
+ private final MetricsFeatureProvider mMetricsFeatureProvider;
private final SensorPrivacyManager mPrivacyManager;
private final PowerManager mPowerManager;
private final BroadcastReceiver mReceiver = new BroadcastReceiver() {
@@ -60,12 +62,16 @@
}
};
+ private RotationPolicy.RotationPolicyListener mRotationPolicyListener;
+ private Preference mPreference;
+
public SmartAutoRotatePreferenceController(Context context, String preferenceKey) {
super(context, preferenceKey);
mPrivacyManager = SensorPrivacyManager.getInstance(context);
mPrivacyManager
.addSensorPrivacyListener(CAMERA, (sensor, enabled) -> refreshSummary(mPreference));
mPowerManager = context.getSystemService(PowerManager.class);
+ mMetricsFeatureProvider = FeatureFactory.getFactory(context).getMetricsFeatureProvider();
}
@Override
@@ -75,12 +81,28 @@
}
@Override
+ public boolean isSliceable() {
+ return TextUtils.equals(getPreferenceKey(), "auto_rotate");
+ }
+
+ @Override
+ public boolean isPublicSlice() {
+ return true;
+ }
+
+ @Override
public void displayPreference(PreferenceScreen screen) {
super.displayPreference(screen);
mPreference = screen.findPreference(getPreferenceKey());
}
@Override
+ public void updateState(Preference preference) {
+ super.updateState(preference);
+ refreshSummary(mPreference);
+ }
+
+ @Override
public void onStart() {
mContext.registerReceiver(mReceiver,
new IntentFilter(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED));
@@ -89,7 +111,7 @@
@Override
public void onChange() {
if (mPreference != null) {
- refreshSummary(mPreference);
+ updateState(mPreference);
}
}
};
@@ -122,6 +144,20 @@
}
@Override
+ public boolean isChecked() {
+ return !RotationPolicy.isRotationLocked(mContext);
+ }
+
+ @Override
+ public boolean setChecked(boolean isChecked) {
+ final boolean isLocked = !isChecked;
+ mMetricsFeatureProvider.action(mContext, SettingsEnums.ACTION_ROTATION_LOCK,
+ isLocked);
+ RotationPolicy.setRotationLock(mContext, isLocked);
+ return true;
+ }
+
+ @Override
public CharSequence getSummary() {
int activeStringId = R.string.auto_rotate_option_off;
if (!RotationPolicy.isRotationLocked(mContext)) {
diff --git a/src/com/android/settings/fuelgauge/BatteryChartView.java b/src/com/android/settings/fuelgauge/BatteryChartView.java
index a98c644..7bc60b2 100644
--- a/src/com/android/settings/fuelgauge/BatteryChartView.java
+++ b/src/com/android/settings/fuelgauge/BatteryChartView.java
@@ -57,7 +57,8 @@
Arrays.asList("SwitchAccessService", "TalkBackService", "JustSpeakService");
private static final int DEFAULT_TRAPEZOID_COUNT = 12;
- private static final int DEFAULT_TIMESTAMP_COUNT = 5;
+ private static final int DEFAULT_TIMESTAMP_COUNT = 4;
+ private static final int TIMESTAMP_GAPS_COUNT = DEFAULT_TIMESTAMP_COUNT - 1;
private static final int DIVIDER_COLOR = Color.parseColor("#CDCCC5");
private static final long UPDATE_STATE_DELAYED_TIME = 500L;
@@ -91,7 +92,7 @@
new Rect[] {new Rect(), new Rect(), new Rect()};
// For drawing the timestamp information.
private final Rect[] mTimestampsBounds =
- new Rect[] {new Rect(), new Rect(), new Rect(), new Rect(), new Rect()};
+ new Rect[] {new Rect(), new Rect(), new Rect(), new Rect()};
@VisibleForTesting
Handler mHandler = new Handler();
@@ -198,13 +199,14 @@
if (mTimestamps == null) {
mTimestamps = new String[DEFAULT_TIMESTAMP_COUNT];
}
- final long timeSlotOffset = DateUtils.HOUR_IN_MILLIS * 6;
+ final long timeSlotOffset =
+ DateUtils.HOUR_IN_MILLIS * (/*total 24 hours*/ 24 / TIMESTAMP_GAPS_COUNT);
final boolean is24HourFormat = DateFormat.is24HourFormat(getContext());
for (int index = 0; index < DEFAULT_TIMESTAMP_COUNT; index++) {
mTimestamps[index] =
ConvertUtils.utcToLocalTimeHour(
getContext(),
- latestTimestamp - (4 - index) * timeSlotOffset,
+ latestTimestamp - (TIMESTAMP_GAPS_COUNT - index) * timeSlotOffset,
is24HourFormat);
}
requestLayout();
@@ -426,8 +428,9 @@
final float[] xOffsets = new float[DEFAULT_TIMESTAMP_COUNT];
final float baselineX = mDividerWidth * .5f;
final float offsetX = mDividerWidth + unitWidth;
+ final int slotBarOffset = (/*total 12 bars*/ 12) / TIMESTAMP_GAPS_COUNT;
for (int index = 0; index < DEFAULT_TIMESTAMP_COUNT; index++) {
- xOffsets[index] = baselineX + index * offsetX * 3;
+ xOffsets[index] = baselineX + index * offsetX * slotBarOffset;
}
drawTimestamp(canvas, xOffsets);
}
@@ -439,13 +442,15 @@
mTimestamps[0],
xOffsets[0] - mTimestampsBounds[0].left,
getTimestampY(0), mTextPaint);
+ final int latestIndex = DEFAULT_TIMESTAMP_COUNT - 1;
// Draws the last timestamp info.
canvas.drawText(
- mTimestamps[4],
- xOffsets[4] - mTimestampsBounds[4].width() - mTimestampsBounds[4].left,
- getTimestampY(4), mTextPaint);
+ mTimestamps[latestIndex],
+ xOffsets[latestIndex] - mTimestampsBounds[latestIndex].width()
+ - mTimestampsBounds[latestIndex].left,
+ getTimestampY(latestIndex), mTextPaint);
// Draws the rest of timestamp info since it is located in the center.
- for (int index = 1; index <= 3; index++) {
+ for (int index = 1; index <= DEFAULT_TIMESTAMP_COUNT - 2; index++) {
canvas.drawText(
mTimestamps[index],
xOffsets[index] -
diff --git a/src/com/android/settings/fuelgauge/ConvertUtils.java b/src/com/android/settings/fuelgauge/ConvertUtils.java
index 001e9e9..a5a58ad 100644
--- a/src/com/android/settings/fuelgauge/ConvertUtils.java
+++ b/src/com/android/settings/fuelgauge/ConvertUtils.java
@@ -19,17 +19,18 @@
import android.os.BatteryUsageStats;
import android.os.LocaleList;
import android.os.UserHandle;
+import android.text.format.DateFormat;
import android.text.format.DateUtils;
import android.util.Log;
import androidx.annotation.VisibleForTesting;
+import com.android.settings.overlay.FeatureFactory;
+
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
-import java.text.SimpleDateFormat;
import java.time.Duration;
import java.util.ArrayList;
-import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
@@ -76,19 +77,6 @@
public static final int CONSUMER_TYPE_USER_BATTERY = 2;
public static final int CONSUMER_TYPE_SYSTEM_BATTERY = 3;
- // For language is changed.
- @VisibleForTesting static Locale sLocale;
- @VisibleForTesting static Locale sLocaleForHour;
- // For time zone is changed.
- @VisibleForTesting static String sZoneId;
- @VisibleForTesting static String sZoneIdForHour;
- private static boolean sIs24HourFormat;
-
- @VisibleForTesting
- static SimpleDateFormat sSimpleDateFormat;
- @VisibleForTesting
- static SimpleDateFormat sSimpleDateFormatForHour;
-
private ConvertUtils() {}
public static ContentValues convert(
@@ -136,36 +124,21 @@
/** Converts UTC timestamp to human readable local time string. */
public static String utcToLocalTime(Context context, long timestamp) {
- final Locale currentLocale = getLocale(context);
- final String currentZoneId = TimeZone.getDefault().getID();
- if (!currentZoneId.equals(sZoneId)
- || !currentLocale.equals(sLocale)
- || sSimpleDateFormat == null) {
- sLocale = currentLocale;
- sZoneId = currentZoneId;
- sSimpleDateFormat =
- new SimpleDateFormat("MMM dd,yyyy HH:mm:ss", currentLocale);
- }
- return sSimpleDateFormat.format(new Date(timestamp));
+ final Locale locale = getLocale(context);
+ final String pattern =
+ DateFormat.getBestDateTimePattern(locale, "MMM dd,yyyy HH:mm:ss");
+ return DateFormat.format(pattern, timestamp).toString();
}
/** Converts UTC timestamp to local time hour data. */
public static String utcToLocalTimeHour(
Context context, long timestamp, boolean is24HourFormat) {
- final Locale currentLocale = getLocale(context);
- final String currentZoneId = TimeZone.getDefault().getID();
- if (!currentZoneId.equals(sZoneIdForHour)
- || !currentLocale.equals(sLocaleForHour)
- || sIs24HourFormat != is24HourFormat
- || sSimpleDateFormatForHour == null) {
- sLocaleForHour = currentLocale;
- sZoneIdForHour = currentZoneId;
- sIs24HourFormat = is24HourFormat;
- sSimpleDateFormatForHour = new SimpleDateFormat(
- sIs24HourFormat ? "HH" : "h", currentLocale);
- }
- return sSimpleDateFormatForHour.format(new Date(timestamp))
- .toLowerCase(currentLocale);
+ final Locale locale = getLocale(context);
+ // e.g. for 12-hour format: 9 pm
+ // e.g. for 24-hour format: 09:00
+ final String skeleton = is24HourFormat ? "HHm" : "ha";
+ final String pattern = DateFormat.getBestDateTimePattern(locale, skeleton);
+ return DateFormat.format(pattern, timestamp).toString().toLowerCase(locale);
}
/** Gets indexed battery usage data for each corresponding time slot. */
@@ -288,7 +261,7 @@
}
insert24HoursData(BatteryChartView.SELECTED_INDEX_ALL, resultMap);
if (purgeLowPercentageAndFakeData) {
- purgeLowPercentageAndFakeData(resultMap);
+ purgeLowPercentageAndFakeData(context, resultMap);
}
return resultMap;
}
@@ -327,7 +300,12 @@
// Removes low percentage data and fake usage data, which will be zero value.
private static void purgeLowPercentageAndFakeData(
+ final Context context,
final Map<Integer, List<BatteryDiffEntry>> indexedUsageMap) {
+ final List<CharSequence> backgroundUsageTimeHideList =
+ FeatureFactory.getFactory(context)
+ .getPowerUsageFeatureProvider(context)
+ .getHideBackgroundUsageTimeList(context);
for (List<BatteryDiffEntry> entries : indexedUsageMap.values()) {
final Iterator<BatteryDiffEntry> iterator = entries.iterator();
while (iterator.hasNext()) {
@@ -336,6 +314,12 @@
|| FAKE_PACKAGE_NAME.equals(entry.getPackageName())) {
iterator.remove();
}
+ final String packageName = entry.getPackageName();
+ if (packageName != null
+ && !backgroundUsageTimeHideList.isEmpty()
+ && backgroundUsageTimeHideList.contains(packageName)) {
+ entry.mBackgroundUsageTimeInMs = 0;
+ }
}
}
}
diff --git a/src/com/android/settings/fuelgauge/PowerUsageFeatureProvider.java b/src/com/android/settings/fuelgauge/PowerUsageFeatureProvider.java
index 61abe6b..bab8811 100644
--- a/src/com/android/settings/fuelgauge/PowerUsageFeatureProvider.java
+++ b/src/com/android/settings/fuelgauge/PowerUsageFeatureProvider.java
@@ -23,6 +23,7 @@
import com.android.internal.os.BatterySipper;
import com.android.settingslib.fuelgauge.Estimate;
+import java.util.List;
import java.util.Map;
/**
@@ -138,7 +139,17 @@
boolean isChartGraphSlotsEnabled(Context context);
/**
+ * Gets a intent for one time bypass charge limited to resume charging.
+ */
+ Intent getResumeChargeIntent();
+
+ /**
* Returns battery history data with corresponding timestamp key.
*/
Map<Long, Map<String, BatteryHistEntry>> getBatteryHistory(Context context);
+
+ /**
+ * Returns {@link List} for hidding applications background usage time.
+ */
+ List<CharSequence> getHideBackgroundUsageTimeList(Context context);
}
diff --git a/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImpl.java b/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImpl.java
index 1dcdab0..208a478 100644
--- a/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImpl.java
+++ b/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImpl.java
@@ -26,6 +26,8 @@
import com.android.internal.util.ArrayUtils;
import com.android.settingslib.fuelgauge.Estimate;
+import java.util.ArrayList;
+import java.util.List;
import java.util.Map;
public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider {
@@ -164,7 +166,17 @@
}
@Override
+ public Intent getResumeChargeIntent() {
+ return null;
+ }
+
+ @Override
public Map<Long, Map<String, BatteryHistEntry>> getBatteryHistory(Context context) {
return null;
}
+
+ @Override
+ public List<CharSequence> getHideBackgroundUsageTimeList(Context context) {
+ return new ArrayList<>();
+ }
}
diff --git a/src/com/android/settings/fuelgauge/RequestIgnoreBatteryOptimizations.java b/src/com/android/settings/fuelgauge/RequestIgnoreBatteryOptimizations.java
index f75fccc..7caad60 100644
--- a/src/com/android/settings/fuelgauge/RequestIgnoreBatteryOptimizations.java
+++ b/src/com/android/settings/fuelgauge/RequestIgnoreBatteryOptimizations.java
@@ -32,10 +32,11 @@
public class RequestIgnoreBatteryOptimizations extends AlertActivity implements
DialogInterface.OnClickListener {
- static final String TAG = "RequestIgnoreBatteryOptimizations";
+ private static final String TAG = "RequestIgnoreBatteryOptimizations";
+ private static final boolean DEBUG = false;
private PowerWhitelistManager mPowerWhitelistManager;
- String mPackageName;
+ private String mPackageName;
@Override
public void onCreate(Bundle savedInstanceState) {
@@ -45,14 +46,14 @@
Uri data = getIntent().getData();
if (data == null) {
- Log.w(TAG, "No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: "
+ debugLog("No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: "
+ getIntent());
finish();
return;
}
mPackageName = data.getSchemeSpecificPart();
if (mPackageName == null) {
- Log.w(TAG, "No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: "
+ debugLog("No data supplied for IGNORE_BATTERY_OPTIMIZATION_SETTINGS in: "
+ getIntent());
finish();
return;
@@ -60,7 +61,7 @@
PowerManager power = getSystemService(PowerManager.class);
if (power.isIgnoringBatteryOptimizations(mPackageName)) {
- Log.i(TAG, "Not should prompt, already ignoring optimizations: " + mPackageName);
+ debugLog("Not should prompt, already ignoring optimizations: " + mPackageName);
finish();
return;
}
@@ -69,7 +70,7 @@
try {
ai = getPackageManager().getApplicationInfo(mPackageName, 0);
} catch (PackageManager.NameNotFoundException e) {
- Log.w(TAG, "Requested package doesn't exist: " + mPackageName);
+ debugLog("Requested package doesn't exist: " + mPackageName);
finish();
return;
}
@@ -77,7 +78,7 @@
if (getPackageManager().checkPermission(
Manifest.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS, mPackageName)
!= PackageManager.PERMISSION_GRANTED) {
- Log.w(TAG, "Requested package " + mPackageName + " does not hold permission "
+ debugLog("Requested package " + mPackageName + " does not hold permission "
+ Manifest.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS);
finish();
return;
@@ -105,10 +106,13 @@
switch (which) {
case BUTTON_POSITIVE:
mPowerWhitelistManager.addToWhitelist(mPackageName);
- setResult(RESULT_OK);
break;
case BUTTON_NEGATIVE:
break;
}
}
+
+ private static void debugLog(String debugContent) {
+ if (DEBUG) Log.w(TAG, debugContent);
+ }
}
diff --git a/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragment.java b/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragment.java
index 58038cd..e9e5d68 100644
--- a/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragment.java
+++ b/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragment.java
@@ -20,6 +20,9 @@
import android.app.settings.SettingsEnums;
import android.content.Context;
import android.content.DialogInterface;
+import android.content.Intent;
+import android.content.IntentFilter;
+import android.os.BatteryManager;
import android.os.Bundle;
import android.view.LayoutInflater;
@@ -40,6 +43,7 @@
import com.android.settings.fuelgauge.batterytip.tips.RestrictAppTip;
import com.android.settings.fuelgauge.batterytip.tips.UnrestrictAppTip;
+import java.text.NumberFormat;
import java.util.List;
/**
@@ -50,6 +54,7 @@
private static final String ARG_BATTERY_TIP = "battery_tip";
private static final String ARG_METRICS_KEY = "metrics_key";
+ private static final double CHARGE_LIMIT_LEVEL = 0.8f;
@VisibleForTesting
BatteryTip mBatteryTip;
@@ -138,6 +143,28 @@
.setPositiveButton(R.string.battery_tip_unrestrict_app_dialog_ok, this)
.setNegativeButton(R.string.battery_tip_unrestrict_app_dialog_cancel, null)
.create();
+ case BatteryTip.TipType.BATTERY_DEFENDER:
+ mMetricsFeatureProvider.action(context,
+ SettingsEnums.ACTION_TIP_BATTERY_DEFENDER, mMetricsKey);
+ final String percentage =
+ NumberFormat.getPercentInstance().format(CHARGE_LIMIT_LEVEL);
+ final String message = context.getString(
+ R.string.battery_tip_limited_temporarily_dialog_msg, percentage);
+ final boolean isPluggedIn = isPluggedIn();
+ final AlertDialog.Builder dialogBuilder =
+ new AlertDialog.Builder(context)
+ .setTitle(R.string.battery_tip_limited_temporarily_title)
+ .setMessage(message);
+ if (isPluggedIn) {
+ dialogBuilder
+ .setPositiveButton(
+ R.string.battery_tip_limited_temporarily_dialog_resume_charge,
+ this)
+ .setNegativeButton(R.string.okay, null);
+ } else {
+ dialogBuilder.setPositiveButton(R.string.okay, null);
+ }
+ return dialogBuilder.create();
default:
throw new IllegalArgumentException("unknown type " + mBatteryTip.getType());
}
@@ -163,4 +190,11 @@
lsn.onBatteryTipHandled(mBatteryTip);
}
+ private boolean isPluggedIn() {
+ final Intent batteryIntent = getContext().registerReceiver(null /* receiver */,
+ new IntentFilter(Intent.ACTION_BATTERY_CHANGED));
+ return batteryIntent != null && batteryIntent.getIntExtra(
+ BatteryManager.EXTRA_PLUGGED, 0) != 0;
+ }
+
}
diff --git a/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderAction.java b/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderAction.java
index 24cddcd..af16952 100644
--- a/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderAction.java
+++ b/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderAction.java
@@ -16,12 +16,11 @@
package com.android.settings.fuelgauge.batterytip.actions;
-import android.app.settings.SettingsEnums;
import android.content.Intent;
-import com.android.settings.R;
import com.android.settings.SettingsActivity;
-import com.android.settingslib.HelpUtils;
+import com.android.settings.overlay.FeatureFactory;
+import android.os.AsyncTask;
/**
* Action to open the Support Center article
@@ -34,19 +33,13 @@
mSettingsActivity = settingsActivity;
}
- /**
- * Handle the action when user clicks positive button
- */
@Override
public void handlePositiveAction(int metricsKey) {
- mMetricsFeatureProvider.action(mContext,
- SettingsEnums.ACTION_TIP_BATTERY_DEFENDER, metricsKey);
- final Intent intent = HelpUtils.getHelpIntent(
- mContext,
- mContext.getString(R.string.help_url_battery_defender),
- getClass().getName());
+ final Intent intent = FeatureFactory.getFactory(mContext)
+ .getPowerUsageFeatureProvider(mContext).getResumeChargeIntent();
if (intent != null) {
- mSettingsActivity.startActivityForResult(intent, 0);
+ // Post intent to background thread to avoid UI flaky
+ AsyncTask.execute(() -> mContext.sendBroadcast(intent));
}
}
}
diff --git a/src/com/android/settings/fuelgauge/batterytip/detectors/BatteryDefenderDetector.java b/src/com/android/settings/fuelgauge/batterytip/detectors/BatteryDefenderDetector.java
index dc33026..5befa33 100644
--- a/src/com/android/settings/fuelgauge/batterytip/detectors/BatteryDefenderDetector.java
+++ b/src/com/android/settings/fuelgauge/batterytip/detectors/BatteryDefenderDetector.java
@@ -17,7 +17,6 @@
package com.android.settings.fuelgauge.batterytip.detectors;
import com.android.settings.fuelgauge.BatteryInfo;
-import com.android.settings.fuelgauge.BatteryUtils;
import com.android.settings.fuelgauge.batterytip.tips.BatteryDefenderTip;
import com.android.settings.fuelgauge.batterytip.tips.BatteryTip;
@@ -34,7 +33,7 @@
@Override
public BatteryTip detect() {
final int state =
- BatteryUtils.isBatteryDefenderOn(mBatteryInfo)
+ mBatteryInfo.isOverheated
? BatteryTip.StateType.NEW
: BatteryTip.StateType.INVISIBLE;
return new BatteryDefenderTip(state);
diff --git a/src/com/android/settings/fuelgauge/batterytip/tips/BatteryDefenderTip.java b/src/com/android/settings/fuelgauge/batterytip/tips/BatteryDefenderTip.java
index 242be24..a2890ad 100644
--- a/src/com/android/settings/fuelgauge/batterytip/tips/BatteryDefenderTip.java
+++ b/src/com/android/settings/fuelgauge/batterytip/tips/BatteryDefenderTip.java
@@ -29,7 +29,7 @@
public class BatteryDefenderTip extends BatteryTip {
public BatteryDefenderTip(@StateType int state) {
- super(TipType.BATTERY_DEFENDER, state, false /* showDialog */);
+ super(TipType.BATTERY_DEFENDER, state, true /* showDialog */);
}
private BatteryDefenderTip(Parcel in) {
diff --git a/src/com/android/settings/gestures/LongPressPowerButtonPreferenceController.java b/src/com/android/settings/gestures/LongPressPowerButtonPreferenceController.java
index 3e9c80f..44494ee 100644
--- a/src/com/android/settings/gestures/LongPressPowerButtonPreferenceController.java
+++ b/src/com/android/settings/gestures/LongPressPowerButtonPreferenceController.java
@@ -16,6 +16,11 @@
package com.android.settings.gestures;
+import static com.android.settings.gestures.PowerMenuSettingsUtils.LONG_PRESS_POWER_ASSISTANT_VALUE;
+import static com.android.settings.gestures.PowerMenuSettingsUtils.LONG_PRESS_POWER_GLOBAL_ACTIONS;
+import static com.android.settings.gestures.PowerMenuSettingsUtils.POWER_BUTTON_LONG_PRESS_DEFAULT_VALUE_RESOURCE;
+import static com.android.settings.gestures.PowerMenuSettingsUtils.POWER_BUTTON_LONG_PRESS_SETTING;
+
import android.content.Context;
import android.provider.Settings;
@@ -33,8 +38,6 @@
*/
public class LongPressPowerButtonPreferenceController extends TogglePreferenceController {
- private static final String POWER_BUTTON_LONG_PRESS_SETTING =
- Settings.Global.POWER_BUTTON_LONG_PRESS;
private static final String KEY_CHORD_POWER_VOLUME_UP_SETTING =
Settings.Global.KEY_CHORD_POWER_VOLUME_UP;
@@ -42,19 +45,6 @@
private static final String ASSIST_SWITCH_KEY = "gesture_power_menu_long_press_for_assist";
/**
- * Values used for long press power button behaviour when Assist setting is enabled.
- *
- * {@link com.android.server.policy.PhoneWindowManager#LONG_PRESS_POWER_GLOBAL_ACTIONS} for
- * source of the value.
- */
- @VisibleForTesting
- static final int LONG_PRESS_POWER_NO_ACTION = 0;
- @VisibleForTesting
- static final int LONG_PRESS_POWER_GLOBAL_ACTIONS = 1;
- @VisibleForTesting
- static final int LONG_PRESS_POWER_ASSISTANT_VALUE = 5; // Settings.Secure.ASSISTANT
-
- /**
* Values used for volume key chord behaviour when Assist setting is enabled.
*
* Values based on config_keyChordPowerVolumeUp in
@@ -67,15 +57,6 @@
@VisibleForTesting
static final int KEY_CHORD_POWER_VOLUME_UP_GLOBAL_ACTIONS = 2;
- /**
- * Value used for long press power button behaviour when the Assist setting is disabled.
- *
- * If this value matches Assist setting, then it falls back to Global Actions panel or
- * power menu, depending on their respective settings.
- */
- private static final int POWER_BUTTON_LONG_PRESS_DEFAULT_VALUE_RESOURCE =
- com.android.internal.R.integer.config_longPressOnPowerBehavior;
-
private static final int KEY_CHORD_POWER_VOLUME_UP_DEFAULT_VALUE_RESOURCE =
com.android.internal.R.integer.config_keyChordPowerVolumeUp;
@@ -101,7 +82,7 @@
@Override
public CharSequence getSummary() {
- final int powerButtonValue = getPowerButtonValue();
+ final int powerButtonValue = PowerMenuSettingsUtils.getPowerButtonSettingValue(mContext);
if (powerButtonValue == LONG_PRESS_POWER_ASSISTANT_VALUE) {
return mContext.getString(R.string.power_menu_summary_long_press_for_assist_enabled);
} else if (powerButtonValue == LONG_PRESS_POWER_GLOBAL_ACTIONS) {
@@ -122,7 +103,7 @@
@Override
public boolean isChecked() {
- return getPowerButtonValue() == LONG_PRESS_POWER_ASSISTANT_VALUE;
+ return PowerMenuSettingsUtils.isLongPressPowerForAssistEnabled(mContext);
}
@Override
@@ -159,12 +140,6 @@
}
}
- private int getPowerButtonValue() {
- return Settings.Global.getInt(mContext.getContentResolver(),
- POWER_BUTTON_LONG_PRESS_SETTING,
- mContext.getResources().getInteger(POWER_BUTTON_LONG_PRESS_DEFAULT_VALUE_RESOURCE));
- }
-
private static boolean isPowerMenuKeyChordEnabled(Context context) {
return Settings.Global.getInt(context.getContentResolver(),
KEY_CHORD_POWER_VOLUME_UP_SETTING,
@@ -179,16 +154,18 @@
POWER_BUTTON_LONG_PRESS_SETTING, LONG_PRESS_POWER_ASSISTANT_VALUE);
}
- // We need to determine the right disabled value - we set it to device default
- // if it's different than Assist, otherwise we fallback to either global actions or power
- // menu.
+ // We need to determine the right disabled value based on the device default
+ // for long-press power.
+
+ // If the default is to start the assistant, then the fallback is GlobalActions.
final int defaultPowerButtonValue = mContext.getResources().getInteger(
POWER_BUTTON_LONG_PRESS_DEFAULT_VALUE_RESOURCE);
if (defaultPowerButtonValue == LONG_PRESS_POWER_ASSISTANT_VALUE) {
return Settings.Global.putInt(mContext.getContentResolver(),
- POWER_BUTTON_LONG_PRESS_SETTING, LONG_PRESS_POWER_NO_ACTION);
+ POWER_BUTTON_LONG_PRESS_SETTING, LONG_PRESS_POWER_GLOBAL_ACTIONS);
}
+ // If the default is something different than Assist, we use that default.
return Settings.Global.putInt(mContext.getContentResolver(),
POWER_BUTTON_LONG_PRESS_SETTING, defaultPowerButtonValue);
}
diff --git a/src/com/android/settings/gestures/LongPressPowerSensitivityPreferenceController.java b/src/com/android/settings/gestures/LongPressPowerSensitivityPreferenceController.java
new file mode 100644
index 0000000..a1d681c
--- /dev/null
+++ b/src/com/android/settings/gestures/LongPressPowerSensitivityPreferenceController.java
@@ -0,0 +1,155 @@
+/*
+ * 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 android.content.Context;
+import android.database.ContentObserver;
+import android.os.Handler;
+import android.provider.Settings;
+
+import androidx.annotation.Nullable;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+
+import com.android.settings.core.SliderPreferenceController;
+import com.android.settings.widget.LabeledSeekBarPreference;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+
+/** Handles changes to the long press power button sensitivity slider. */
+public class LongPressPowerSensitivityPreferenceController extends
+ SliderPreferenceController implements
+ LifecycleObserver, OnStart, OnStop {
+
+ private final ContentObserver mPowerButtonObserver = new ContentObserver(Handler.getMain()) {
+ @Override
+ public void onChange(boolean selfChange) {
+ if (mPreference != null) {
+ updateState(mPreference);
+ }
+ }
+ };
+
+ @Nullable
+ private final int[] mSensitivityValues;
+
+ @Nullable
+ private LabeledSeekBarPreference mPreference;
+
+ public LongPressPowerSensitivityPreferenceController(Context context, String preferenceKey) {
+ super(context, preferenceKey);
+ mSensitivityValues = context.getResources().getIntArray(
+ com.android.internal.R.array.config_longPressOnPowerDurationSettings);
+ }
+
+ @Override
+ public void onStart() {
+ mContext.getContentResolver().registerContentObserver(
+ Settings.Global.getUriFor(PowerMenuSettingsUtils.POWER_BUTTON_LONG_PRESS_SETTING),
+ false, mPowerButtonObserver);
+ }
+
+ @Override
+ public void onStop() {
+ mContext.getContentResolver().unregisterContentObserver(mPowerButtonObserver);
+ }
+
+ @Override
+ public void displayPreference(PreferenceScreen screen) {
+ super.displayPreference(screen);
+ mPreference = screen.findPreference(getPreferenceKey());
+ if (mPreference != null) {
+ mPreference.setContinuousUpdates(false);
+ mPreference.setHapticFeedbackMode(
+ LabeledSeekBarPreference.HAPTIC_FEEDBACK_MODE_ON_TICKS);
+ mPreference.setMin(getMin());
+ mPreference.setMax(getMax());
+ }
+ }
+
+ @Override
+ public void updateState(Preference preference) {
+ super.updateState(preference);
+ final LabeledSeekBarPreference pref = (LabeledSeekBarPreference) preference;
+ pref.setEnabled(
+ isAvailable() && PowerMenuSettingsUtils.isLongPressPowerForAssistEnabled(mContext));
+ pref.setProgress(getSliderPosition());
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ if (mSensitivityValues == null || mSensitivityValues.length < 2) {
+ return UNSUPPORTED_ON_DEVICE;
+ }
+
+ if (!PowerMenuSettingsUtils.isLongPressPowerForAssistEnabled(mContext)) {
+ return DISABLED_DEPENDENT_SETTING;
+ }
+
+ return AVAILABLE;
+ }
+
+ @Override
+ public int getSliderPosition() {
+ return mSensitivityValues == null ? 0 : closestValueIndex(mSensitivityValues,
+ getCurrentSensitivityValue());
+ }
+
+ @Override
+ public boolean setSliderPosition(int position) {
+ if (mSensitivityValues == null || position < 0 || position >= mSensitivityValues.length) {
+ return false;
+ }
+ return Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS_DURATION_MS,
+ mSensitivityValues[position]);
+ }
+
+ @Override
+ public int getMax() {
+ if (mSensitivityValues == null || mSensitivityValues.length == 0) {
+ return 0;
+ }
+ return mSensitivityValues.length - 1;
+ }
+
+ @Override
+ public int getMin() {
+ return 0;
+ }
+
+ private int getCurrentSensitivityValue() {
+ return Settings.Global.getInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS_DURATION_MS,
+ mContext.getResources().getInteger(
+ com.android.internal.R.integer.config_longPressOnPowerDurationMs));
+ }
+
+ private static int closestValueIndex(int[] values, int needle) {
+ int minDistance = Integer.MAX_VALUE;
+ int valueIndex = 0;
+ for (int i = 0; i < values.length; i++) {
+ int diff = Math.abs(values[i] - needle);
+ if (diff < minDistance) {
+ minDistance = diff;
+ valueIndex = i;
+ }
+ }
+ return valueIndex;
+ }
+}
diff --git a/src/com/android/settings/gestures/PowerMenuPreferenceController.java b/src/com/android/settings/gestures/PowerMenuPreferenceController.java
index 0d5f810..b4f97aa 100644
--- a/src/com/android/settings/gestures/PowerMenuPreferenceController.java
+++ b/src/com/android/settings/gestures/PowerMenuPreferenceController.java
@@ -16,30 +16,23 @@
package com.android.settings.gestures;
-import android.content.Context;
-import android.provider.Settings;
+import static com.android.settings.gestures.PowerMenuSettingsUtils.LONG_PRESS_POWER_ASSISTANT_VALUE;
+import static com.android.settings.gestures.PowerMenuSettingsUtils.LONG_PRESS_POWER_GLOBAL_ACTIONS;
-import com.android.internal.annotations.VisibleForTesting;
+import android.content.Context;
+
import com.android.settings.R;
import com.android.settings.core.BasePreferenceController;
public class PowerMenuPreferenceController extends BasePreferenceController {
- private static final String POWER_BUTTON_LONG_PRESS_SETTING =
- Settings.Global.POWER_BUTTON_LONG_PRESS;
-
- @VisibleForTesting
- static final int LONG_PRESS_POWER_GLOBAL_ACTIONS = 1;
- @VisibleForTesting
- static final int LONG_PRESS_POWER_ASSISTANT_VALUE = 5;
-
public PowerMenuPreferenceController(Context context, String key) {
super(context, key);
}
@Override
public CharSequence getSummary() {
- final int powerButtonValue = getPowerButtonLongPressValue(mContext);
+ final int powerButtonValue = PowerMenuSettingsUtils.getPowerButtonSettingValue(mContext);
if (powerButtonValue == LONG_PRESS_POWER_ASSISTANT_VALUE) {
return mContext.getText(R.string.power_menu_summary_long_press_for_assist_enabled);
} else if (powerButtonValue == LONG_PRESS_POWER_GLOBAL_ACTIONS) {
@@ -60,11 +53,4 @@
return mContext.getResources().getBoolean(
com.android.internal.R.bool.config_longPressOnPowerForAssistantSettingAvailable);
}
-
- private static int getPowerButtonLongPressValue(Context context) {
- return Settings.Global.getInt(context.getContentResolver(),
- POWER_BUTTON_LONG_PRESS_SETTING,
- context.getResources().getInteger(
- com.android.internal.R.integer.config_longPressOnPowerBehavior));
- }
}
diff --git a/src/com/android/settings/gestures/PowerMenuSettingsUtils.java b/src/com/android/settings/gestures/PowerMenuSettingsUtils.java
new file mode 100644
index 0000000..444b7c1
--- /dev/null
+++ b/src/com/android/settings/gestures/PowerMenuSettingsUtils.java
@@ -0,0 +1,68 @@
+/*
+ * 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 android.content.Context;
+import android.provider.Settings;
+
+/** Common code for long press power settings shared between controllers. */
+final class PowerMenuSettingsUtils {
+
+ /**
+ * Setting storing the current behaviour of long press power.
+ */
+ public static final String POWER_BUTTON_LONG_PRESS_SETTING =
+ Settings.Global.POWER_BUTTON_LONG_PRESS;
+
+ /**
+ * Value used for long press power button behaviour when the Assist setting is disabled.
+ *
+ * If this value matches Assist setting, then it falls back to Global Actions panel or
+ * power menu, depending on their respective settings.
+ */
+ public static final int POWER_BUTTON_LONG_PRESS_DEFAULT_VALUE_RESOURCE =
+ com.android.internal.R.integer.config_longPressOnPowerBehavior;
+
+ /**
+ * Values used for long press power button behaviour when Assist setting is enabled.
+ *
+ * {@link com.android.server.policy.PhoneWindowManager#LONG_PRESS_POWER_GLOBAL_ACTIONS} for
+ * source of the value.
+ */
+ static final int LONG_PRESS_POWER_NO_ACTION = 0;
+ static final int LONG_PRESS_POWER_GLOBAL_ACTIONS = 1;
+ static final int LONG_PRESS_POWER_ASSISTANT_VALUE = 5; // Settings.Secure.ASSISTANT
+
+ /**
+ * @return current value of power button behaviour.
+ */
+ public static int getPowerButtonSettingValue(Context context) {
+ return Settings.Global.getInt(context.getContentResolver(),
+ POWER_BUTTON_LONG_PRESS_SETTING,
+ context.getResources().getInteger(POWER_BUTTON_LONG_PRESS_DEFAULT_VALUE_RESOURCE));
+ }
+
+ /**
+ * @return true if long press power for assist is currently enabled.
+ */
+ public static boolean isLongPressPowerForAssistEnabled(Context context) {
+ return getPowerButtonSettingValue(context) == LONG_PRESS_POWER_ASSISTANT_VALUE;
+ }
+
+ private PowerMenuSettingsUtils() {
+ }
+}
diff --git a/src/com/android/settings/network/NetworkProviderCallsSmsController.java b/src/com/android/settings/network/NetworkProviderCallsSmsController.java
index f83418b..c8b1c49 100644
--- a/src/com/android/settings/network/NetworkProviderCallsSmsController.java
+++ b/src/com/android/settings/network/NetworkProviderCallsSmsController.java
@@ -24,6 +24,7 @@
import android.telephony.SubscriptionInfo;
import android.telephony.SubscriptionManager;
import android.telephony.TelephonyManager;
+import android.view.View;
import androidx.annotation.VisibleForTesting;
import androidx.lifecycle.LifecycleObserver;
@@ -44,12 +45,14 @@
private static final String TAG = "NetworkProviderCallsSmsController";
private static final String KEY = "calls_and_sms";
+ private static final String RTL_MARK = "\u200F";
private UserManager mUserManager;
private SubscriptionManager mSubscriptionManager;
private SubscriptionsChangeListener mSubscriptionsChangeListener;
private TelephonyManager mTelephonyManager;
private RestrictedPreference mPreference;
+ private boolean mIsRtlMode;
/**
* The summary text and click behavior of the "Calls & SMS" item on the
@@ -61,6 +64,8 @@
mUserManager = context.getSystemService(UserManager.class);
mSubscriptionManager = context.getSystemService(SubscriptionManager.class);
mTelephonyManager = mContext.getSystemService(TelephonyManager.class);
+ mIsRtlMode = context.getResources().getConfiguration().getLayoutDirection()
+ == View.LAYOUT_DIRECTION_RTL;
if (lifecycle != null) {
mSubscriptionsChangeListener = new SubscriptionsChangeListener(context, this);
lifecycle.addObserver(this);
@@ -121,6 +126,10 @@
if (subInfo != subs.get(subs.size() - 1)) {
summary.append(", ");
}
+
+ if (mIsRtlMode) {
+ summary.insert(0, RTL_MARK).insert(summary.length(), RTL_MARK);
+ }
}
return summary;
}
@@ -152,12 +161,12 @@
}
@VisibleForTesting
- protected int getDefaultVoiceSubscriptionId(){
+ protected int getDefaultVoiceSubscriptionId() {
return SubscriptionManager.getDefaultVoiceSubscriptionId();
}
@VisibleForTesting
- protected int getDefaultSmsSubscriptionId(){
+ protected int getDefaultSmsSubscriptionId() {
return SubscriptionManager.getDefaultSmsSubscriptionId();
}
diff --git a/src/com/android/settings/network/NetworkProviderDownloadedSimsCategoryController.java b/src/com/android/settings/network/NetworkProviderDownloadedSimsCategoryController.java
index 199740f..f7c70f2 100644
--- a/src/com/android/settings/network/NetworkProviderDownloadedSimsCategoryController.java
+++ b/src/com/android/settings/network/NetworkProviderDownloadedSimsCategoryController.java
@@ -3,9 +3,11 @@
import android.content.Context;
import androidx.annotation.VisibleForTesting;
+import androidx.preference.Preference;
import androidx.preference.PreferenceCategory;
import androidx.preference.PreferenceScreen;
+import com.android.settings.R;
import com.android.settings.widget.PreferenceCategoryController;
import com.android.settingslib.core.lifecycle.Lifecycle;
import com.android.settingslib.core.lifecycle.LifecycleObserver;
@@ -15,6 +17,7 @@
private static final String KEY_PREFERENCE_CATEGORY_DOWNLOADED_SIM =
"provider_model_downloaded_sim_category";
+ private PreferenceCategory mPreferenceCategory;
private NetworkProviderDownloadedSimListController mNetworkProviderDownloadedSimListController;
public NetworkProviderDownloadedSimsCategoryController(Context context, String key) {
@@ -44,9 +47,19 @@
@Override
public void displayPreference(PreferenceScreen screen) {
super.displayPreference(screen);
- PreferenceCategory preferenceCategory = screen.findPreference(
+ mPreferenceCategory = screen.findPreference(
KEY_PREFERENCE_CATEGORY_DOWNLOADED_SIM);
- preferenceCategory.setVisible(isAvailable());
+ mPreferenceCategory.setVisible(isAvailable());
mNetworkProviderDownloadedSimListController.displayPreference(screen);
}
+
+ @Override
+ public void updateState(Preference preference) {
+ super.updateState(preference);
+ int count = mPreferenceCategory.getPreferenceCount();
+ String title = mContext.getString(count > 1
+ ? R.string.downloaded_sims_category_title
+ : R.string.downloaded_sim_category_title);
+ mPreferenceCategory.setTitle(title);
+ }
}
diff --git a/src/com/android/settings/network/NetworkProviderSettings.java b/src/com/android/settings/network/NetworkProviderSettings.java
index 35a34d4..88211ad 100644
--- a/src/com/android/settings/network/NetworkProviderSettings.java
+++ b/src/com/android/settings/network/NetworkProviderSettings.java
@@ -71,7 +71,7 @@
import com.android.settings.wifi.WifiDialog2;
import com.android.settings.wifi.WifiPickerTrackerHelper;
import com.android.settings.wifi.WifiUtils;
-import com.android.settings.wifi.details2.WifiNetworkDetailsFragment2;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.settings.wifi.dpp.WifiDppUtils;
import com.android.settingslib.HelpUtils;
import com.android.settingslib.RestrictedLockUtils;
@@ -710,6 +710,11 @@
Log.i(TAG, "onWifiStateChanged called with wifi state: " + wifiState);
}
+ if (isFinishingOrDestroyed()) {
+ Log.w(TAG, "onWifiStateChanged shouldn't run when fragment is finishing or destroyed");
+ return;
+ }
+
switch (wifiState) {
case WifiManager.WIFI_STATE_ENABLED:
updateWifiEntryPreferences();
@@ -924,11 +929,11 @@
: context.getText(R.string.pref_title_network_details);
final Bundle bundle = new Bundle();
- bundle.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY, wifiEntry.getKey());
+ bundle.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY, wifiEntry.getKey());
new SubSettingLauncher(context)
.setTitleText(title)
- .setDestination(WifiNetworkDetailsFragment2.class.getName())
+ .setDestination(WifiNetworkDetailsFragment.class.getName())
.setArguments(bundle)
.setSourceMetricsCategory(getMetricsCategory())
.launch();
@@ -961,12 +966,10 @@
@VisibleForTesting
void setAdditionalSettingsSummaries() {
- if (!FeatureFlagUtils.isEnabled(getContext(), FeatureFlagUtils.SETTINGS_PROVIDER_MODEL)) {
- mConfigureWifiSettingsPreference.setSummary(getString(
- isWifiWakeupEnabled()
- ? R.string.wifi_configure_settings_preference_summary_wakeup_on
- : R.string.wifi_configure_settings_preference_summary_wakeup_off));
- }
+ mConfigureWifiSettingsPreference.setSummary(getString(
+ isWifiWakeupEnabled()
+ ? R.string.wifi_configure_settings_preference_summary_wakeup_on
+ : R.string.wifi_configure_settings_preference_summary_wakeup_off));
final int numSavedNetworks = mWifiPickerTracker.getNumSavedNetworks();
final int numSavedSubscriptions = mWifiPickerTracker.getNumSavedSubscriptions();
@@ -981,6 +984,11 @@
private String getSavedNetworkSettingsSummaryText(
int numSavedNetworks, int numSavedSubscriptions) {
+ if (getResources() == null) {
+ Log.w(TAG, "getSavedNetworkSettingsSummaryText shouldn't run if resource is not ready");
+ return null;
+ }
+
if (numSavedSubscriptions == 0) {
return getResources().getQuantityString(R.plurals.wifi_saved_access_points_summary,
numSavedNetworks, numSavedNetworks);
@@ -1174,7 +1182,7 @@
private void launchConfigNewNetworkFragment(WifiEntry wifiEntry) {
final Bundle bundle = new Bundle();
- bundle.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY,
+ bundle.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY,
wifiEntry.getKey());
new SubSettingLauncher(getContext())
.setTitleText(wifiEntry.getTitle())
diff --git a/src/com/android/settings/network/SubscriptionsPreferenceController.java b/src/com/android/settings/network/SubscriptionsPreferenceController.java
index 8e9e946..36c55e2 100644
--- a/src/com/android/settings/network/SubscriptionsPreferenceController.java
+++ b/src/com/android/settings/network/SubscriptionsPreferenceController.java
@@ -311,7 +311,8 @@
numLevels += 1;
}
- Drawable icon = mSubsPrefCtrlInjector.getIcon(mContext, level, numLevels, false);
+ Drawable icon = mSubsPrefCtrlInjector.getIcon(mContext, level, numLevels,
+ !mTelephonyManager.isDataEnabled());
final boolean isActiveCellularNetwork =
mSubsPrefCtrlInjector.isActiveCellularNetwork(mContext);
if (isActiveCellularNetwork || (mWifiPickerTrackerHelper != null)
diff --git a/src/com/android/settings/network/telephony/CallsDefaultSubscriptionController.java b/src/com/android/settings/network/telephony/CallsDefaultSubscriptionController.java
index 36b19ba..16ac8f7 100644
--- a/src/com/android/settings/network/telephony/CallsDefaultSubscriptionController.java
+++ b/src/com/android/settings/network/telephony/CallsDefaultSubscriptionController.java
@@ -46,7 +46,7 @@
@Override
public CharSequence getSummary() {
if (Utils.isProviderModelEnabled(mContext)) {
- return MobileNetworkUtils.getPreferredStatus(mContext, mManager, true);
+ return MobileNetworkUtils.getPreferredStatus(isRtlMode(), mContext, mManager, true);
} else {
return super.getSummary();
}
diff --git a/src/com/android/settings/network/telephony/DefaultSubscriptionController.java b/src/com/android/settings/network/telephony/DefaultSubscriptionController.java
index 4fb6cff7..d21d584 100644
--- a/src/com/android/settings/network/telephony/DefaultSubscriptionController.java
+++ b/src/com/android/settings/network/telephony/DefaultSubscriptionController.java
@@ -26,6 +26,7 @@
import android.telecom.TelecomManager;
import android.telephony.SubscriptionInfo;
import android.telephony.SubscriptionManager;
+import android.view.View;
import androidx.lifecycle.Lifecycle;
import androidx.lifecycle.LifecycleObserver;
@@ -62,11 +63,14 @@
private static final ComponentName PSTN_CONNECTION_SERVICE_COMPONENT =
new ComponentName("com.android.phone",
"com.android.services.telephony.TelephonyConnectionService");
+ private boolean mIsRtlMode;
public DefaultSubscriptionController(Context context, String preferenceKey) {
super(context, preferenceKey);
mManager = context.getSystemService(SubscriptionManager.class);
mChangeListener = new SubscriptionsChangeListener(context, this);
+ mIsRtlMode = context.getResources().getConfiguration().getLayoutDirection()
+ == View.LAYOUT_DIRECTION_RTL;
}
public void init(Lifecycle lifecycle) {
@@ -285,4 +289,8 @@
refreshSummary(mPreference);
}
}
+
+ boolean isRtlMode() {
+ return mIsRtlMode;
+ }
}
diff --git a/src/com/android/settings/network/telephony/MobileNetworkActivity.java b/src/com/android/settings/network/telephony/MobileNetworkActivity.java
index c6fe39c..efb5f8c 100644
--- a/src/com/android/settings/network/telephony/MobileNetworkActivity.java
+++ b/src/com/android/settings/network/telephony/MobileNetworkActivity.java
@@ -39,7 +39,6 @@
import androidx.fragment.app.FragmentTransaction;
import androidx.lifecycle.Lifecycle;
-import com.android.internal.util.CollectionUtils;
import com.android.settings.R;
import com.android.settings.core.SettingsBaseActivity;
import com.android.settings.network.ProxySubscriptionManager;
@@ -48,6 +47,7 @@
import com.android.settings.network.helper.SubscriptionAnnotation;
import java.util.List;
+import java.util.function.Function;
/**
* Activity for displaying MobileNetworkSettings
@@ -64,15 +64,14 @@
@VisibleForTesting
ProxySubscriptionManager mProxySubscriptionMgr;
- private int mCurSubscriptionId;
+ private int mCurSubscriptionId = SUB_ID_NULL;
// This flag forces subscription information fragment to be re-created.
// Otherwise, fragment will be kept when subscription id has not been changed.
//
// Set initial value to true allows subscription information fragment to be re-created when
// Activity re-create occur.
- private boolean mFragmentForceReload = true;
- private boolean mPendingSubscriptionChange = false;
+ private boolean mPendingSubscriptionChange = true;
@Override
protected void onNewIntent(Intent intent) {
@@ -80,21 +79,25 @@
validate(intent);
setIntent(intent);
- int updateSubscriptionIndex = SUB_ID_NULL;
+ int updateSubscriptionIndex = mCurSubscriptionId;
if (intent != null) {
updateSubscriptionIndex = intent.getIntExtra(Settings.EXTRA_SUB_ID, SUB_ID_NULL);
}
+ SubscriptionInfo info = getSubscriptionOrDefault(updateSubscriptionIndex);
+ if (info == null) {
+ Log.d(TAG, "Invalid subId request " + mCurSubscriptionId
+ + " -> " + updateSubscriptionIndex);
+ return;
+ }
+
int oldSubId = mCurSubscriptionId;
- mCurSubscriptionId = updateSubscriptionIndex;
- mFragmentForceReload = (mCurSubscriptionId == oldSubId);
- final SubscriptionInfo info = getSubscription();
updateSubscriptions(info, null);
// If the subscription has changed or the new intent doesnt contain the opt in action,
// remove the old discovery dialog. If the activity is being recreated, we will see
// onCreate -> onNewIntent, so the dialog will first be recreated for the old subscription
// and then removed.
- if (updateSubscriptionIndex != oldSubId || !doesIntentContainOptInAction(intent)) {
+ if (mCurSubscriptionId != oldSubId || !doesIntentContainOptInAction(intent)) {
removeContactDiscoveryDialog(oldSubId);
}
// evaluate showing the new discovery dialog if this intent contains an action to show the
@@ -135,7 +138,13 @@
// perform registration after mCurSubscriptionId been configured.
registerActiveSubscriptionsListener();
- final SubscriptionInfo subscription = getSubscription();
+ SubscriptionInfo subscription = getSubscriptionOrDefault(mCurSubscriptionId);
+ if (subscription == null) {
+ Log.d(TAG, "Invalid subId request " + mCurSubscriptionId);
+ tryToFinishActivity();
+ return;
+ }
+
maybeShowContactDiscoveryDialog(subscription);
updateSubscriptions(subscription, null);
@@ -158,39 +167,81 @@
* Implementation of ProxySubscriptionManager.OnActiveSubscriptionChangedListener
*/
public void onChanged() {
+ mPendingSubscriptionChange = false;
+
+ if (mCurSubscriptionId == SUB_ID_NULL) {
+ return;
+ }
+
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) {
mPendingSubscriptionChange = true;
return;
}
- SubscriptionInfo info = getSubscription();
- int oldSubIndex = mCurSubscriptionId;
- updateSubscriptions(info, null);
- // Remove the dialog if the subscription associated with this activity changes.
- if (info == null) {
- // Close the activity when subscription removed
- if ((oldSubIndex != SUB_ID_NULL)
- && (!isFinishing()) && (!isDestroyed())) {
- finish();
+ SubscriptionInfo subInfo = getSubscription(mCurSubscriptionId, null);
+ if (subInfo != null) {
+ if (mCurSubscriptionId != subInfo.getSubscriptionId()) {
+ // update based on subscription status change
+ removeContactDiscoveryDialog(mCurSubscriptionId);
+ updateSubscriptions(subInfo, null);
}
return;
}
- int subIndex = info.getSubscriptionId();
- if (subIndex != oldSubIndex) {
- removeContactDiscoveryDialog(oldSubIndex);
+
+ Log.w(TAG, "subId missing: " + mCurSubscriptionId);
+
+ // When UI is not the active one, avoid from destroy it immediately
+ // but wait until onResume() to see if subscription back online again.
+ // This is to avoid from glitch behavior of subscription which changes
+ // the UI when UI is considered as in the background or only partly
+ // visible.
+ if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.RESUMED)) {
+ mPendingSubscriptionChange = true;
+ return;
+ }
+
+ // Subscription could be missing
+ tryToFinishActivity();
+ }
+
+ protected void runSubscriptionUpdate(Runnable onUpdateRemaining) {
+ SubscriptionInfo subInfo = getSubscription(mCurSubscriptionId, null);
+ if (subInfo == null) {
+ tryToFinishActivity();
+ return;
+ }
+ if (mCurSubscriptionId != subInfo.getSubscriptionId()) {
+ removeContactDiscoveryDialog(mCurSubscriptionId);
+ updateSubscriptions(subInfo, null);
+ }
+ onUpdateRemaining.run();
+ }
+
+ protected void tryToFinishActivity() {
+ if ((!isFinishing()) && (!isDestroyed())) {
+ finish();
}
}
@Override
protected void onStart() {
getProxySubscriptionManager().setLifecycle(getLifecycle());
- super.onStart();
- // updateSubscriptions doesn't need to be called, onChanged will always be called after we
- // register a listener.
if (mPendingSubscriptionChange) {
mPendingSubscriptionChange = false;
- onChanged();
+ runSubscriptionUpdate(() -> super.onStart());
+ return;
}
+ super.onStart();
+ }
+
+ @Override
+ protected void onResume() {
+ if (mPendingSubscriptionChange) {
+ mPendingSubscriptionChange = false;
+ runSubscriptionUpdate(() -> super.onResume());
+ return;
+ }
+ super.onResume();
}
@Override
@@ -235,30 +286,49 @@
}
mCurSubscriptionId = subscriptionIndex;
- mFragmentForceReload = false;
+ }
+
+ /**
+ * Select one of the subscription as the default subscription.
+ * @param subAnnoList a list of {@link SubscriptionAnnotation}
+ * @return ideally the {@link SubscriptionAnnotation} as expected
+ */
+ protected SubscriptionAnnotation defaultSubscriptionSelection(
+ List<SubscriptionAnnotation> subAnnoList) {
+ return (subAnnoList == null) ? null :
+ subAnnoList.stream()
+ .filter(SubscriptionAnnotation::isDisplayAllowed)
+ .filter(SubscriptionAnnotation::isActive)
+ .findFirst().orElse(null);
+ }
+
+ protected SubscriptionInfo getSubscriptionOrDefault(int subscriptionId) {
+ return getSubscription(subscriptionId,
+ (subscriptionId != SUB_ID_NULL) ? null : (
+ subAnnoList -> defaultSubscriptionSelection(subAnnoList)
+ ));
}
/**
* Get the current subscription to display. First check whether intent has {@link
- * Settings#EXTRA_SUB_ID} and if so find the subscription with that id. If not, just return the
- * first one in the mSubscriptionInfos list since it is already sorted by sim slot.
+ * Settings#EXTRA_SUB_ID} and if so find the subscription with that id.
+ * If not, select default one based on {@link Function} provided.
+ *
+ * @param preferredSubscriptionId preferred subscription id
+ * @param selectionOfDefault when true current subscription is absent
*/
@VisibleForTesting
- SubscriptionInfo getSubscription() {
+ protected SubscriptionInfo getSubscription(int preferredSubscriptionId,
+ Function<List<SubscriptionAnnotation>, SubscriptionAnnotation> selectionOfDefault) {
List<SubscriptionAnnotation> subList =
(new SelectableSubscriptions(this, true)).call();
- SubscriptionAnnotation currentSubInfo = null;
- if (mCurSubscriptionId != SUB_ID_NULL) {
- currentSubInfo = subList.stream()
- .filter(SubscriptionAnnotation::isDisplayAllowed)
- .filter(subAnno -> (subAnno.getSubscriptionId() == mCurSubscriptionId))
- .findFirst().orElse(null);
- }
- if (currentSubInfo == null) {
- currentSubInfo = subList.stream()
- .filter(SubscriptionAnnotation::isDisplayAllowed)
- .filter(SubscriptionAnnotation::isActive)
- .findFirst().orElse(null);
+ Log.d(TAG, "get subId=" + preferredSubscriptionId + " from " + subList);
+ SubscriptionAnnotation currentSubInfo = subList.stream()
+ .filter(SubscriptionAnnotation::isDisplayAllowed)
+ .filter(subAnno -> (subAnno.getSubscriptionId() == preferredSubscriptionId))
+ .findFirst().orElse(null);
+ if ((currentSubInfo == null) && (selectionOfDefault != null)) {
+ currentSubInfo = selectionOfDefault.apply(subList);
}
return (currentSubInfo == null) ? null : currentSubInfo.getSubInfo();
}
@@ -285,10 +355,6 @@
final String fragmentTag = buildFragmentTag(subId);
if (fragmentManager.findFragmentByTag(fragmentTag) != null) {
- if (!mFragmentForceReload) {
- Log.d(TAG, "Keep current fragment: " + fragmentTag);
- return;
- }
Log.d(TAG, "Construct fragment: " + fragmentTag);
}
diff --git a/src/com/android/settings/network/telephony/MobileNetworkSettings.java b/src/com/android/settings/network/telephony/MobileNetworkSettings.java
index adf399f..ba80a8c 100644
--- a/src/com/android/settings/network/telephony/MobileNetworkSettings.java
+++ b/src/com/android/settings/network/telephony/MobileNetworkSettings.java
@@ -193,6 +193,7 @@
.addListener(videoCallingPreferenceController);
use(ContactDiscoveryPreferenceController.class).init(getParentFragmentManager(), mSubId,
getLifecycle());
+ use(NrAdvancedCallingPreferenceController.class).init(mSubId);
}
@Override
diff --git a/src/com/android/settings/network/telephony/MobileNetworkUtils.java b/src/com/android/settings/network/telephony/MobileNetworkUtils.java
index 1898484..6e5d4b7 100644
--- a/src/com/android/settings/network/telephony/MobileNetworkUtils.java
+++ b/src/com/android/settings/network/telephony/MobileNetworkUtils.java
@@ -99,6 +99,7 @@
"esim.enable_esim_system_ui_by_default";
private static final String LEGACY_ACTION_CONFIGURE_PHONE_ACCOUNT =
"android.telecom.action.CONNECTION_SERVICE_CONFIGURE";
+ private static final String RTL_MARK = "\u200F";
// The following constants are used to draw signal icon.
public static final int NO_CELL_DATA_TYPE_ICON = 0;
@@ -922,7 +923,7 @@
/**
* Returns preferred status of Calls & SMS separately when Provider Model is enabled.
*/
- public static CharSequence getPreferredStatus(Context context,
+ public static CharSequence getPreferredStatus(boolean isRtlMode, Context context,
SubscriptionManager subscriptionManager, boolean isPreferredCallStatus) {
final List<SubscriptionInfo> subs = SubscriptionUtil.getActiveSubscriptions(
subscriptionManager);
@@ -956,6 +957,10 @@
if (subInfo != subs.get(subs.size() - 1)) {
summary.append(", ");
}
+
+ if (isRtlMode) {
+ summary.insert(0, RTL_MARK).insert(summary.length(), RTL_MARK);
+ }
}
return summary;
} else {
diff --git a/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.java b/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.java
new file mode 100644
index 0000000..7615fe3
--- /dev/null
+++ b/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceController.java
@@ -0,0 +1,197 @@
+/*
+ * 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.network.telephony;
+
+import android.content.Context;
+import android.os.PersistableBundle;
+import android.telephony.CarrierConfigManager;
+import android.telephony.SubscriptionManager;
+import android.telephony.TelephonyCallback;
+import android.telephony.TelephonyManager;
+import android.util.Log;
+
+import androidx.annotation.VisibleForTesting;
+import androidx.preference.Preference;
+import androidx.preference.PreferenceScreen;
+import androidx.preference.SwitchPreference;
+
+import com.android.internal.telephony.util.ArrayUtils;
+import com.android.settingslib.core.lifecycle.LifecycleObserver;
+import com.android.settingslib.core.lifecycle.events.OnStart;
+import com.android.settingslib.core.lifecycle.events.OnStop;
+
+/**
+ * Preference controller for "Enhanced 4G LTE"
+ */
+public class NrAdvancedCallingPreferenceController extends TelephonyTogglePreferenceController
+ implements LifecycleObserver, OnStart, OnStop {
+
+ private static final String TAG = "VoNrSettings";
+
+ @VisibleForTesting
+ Preference mPreference;
+ private TelephonyManager mTelephonyManager;
+ private PhoneCallStateTelephonyCallback mTelephonyCallback;
+ private boolean mIsVonrVisibleFromCarrierConfig = false;
+ private boolean mIsNrEnableFromCarrierConfig = false;
+ private boolean mHas5gCapability = false;
+ private Integer mCallState;
+
+ public NrAdvancedCallingPreferenceController(Context context, String key) {
+ super(context, key);
+ mTelephonyManager = context.getSystemService(TelephonyManager.class);
+ }
+
+ /**
+ * Initial this PreferenceController.
+ * @param subId The subscription Id.
+ * @return This PreferenceController.
+ */
+ public NrAdvancedCallingPreferenceController init(int subId) {
+ Log.d(TAG, "init: ");
+ if (mTelephonyCallback == null) {
+ mTelephonyCallback = new PhoneCallStateTelephonyCallback();
+ }
+
+ mSubId = subId;
+
+ if (mTelephonyManager == null) {
+ mTelephonyManager = mContext.getSystemService(TelephonyManager.class);
+ }
+ if (SubscriptionManager.isValidSubscriptionId(subId)) {
+ mTelephonyManager = mTelephonyManager.createForSubscriptionId(subId);
+ }
+ long supportedRadioBitmask = mTelephonyManager.getSupportedRadioAccessFamily();
+ mHas5gCapability =
+ (supportedRadioBitmask & TelephonyManager.NETWORK_TYPE_BITMASK_NR) > 0;
+
+ PersistableBundle carrierConfig = getCarrierConfigForSubId(subId);
+ if (carrierConfig == null) {
+ return this;
+ }
+ mIsVonrVisibleFromCarrierConfig = carrierConfig.getBoolean(
+ CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL);
+
+ int[] nrAvailabilities = carrierConfig.getIntArray(
+ CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY);
+ mIsNrEnableFromCarrierConfig = !ArrayUtils.isEmpty(nrAvailabilities);
+
+ Log.d(TAG, "mHas5gCapability: " + mHas5gCapability
+ + ",mIsNrEnabledFromCarrierConfig: " + mIsNrEnableFromCarrierConfig
+ + ",mIsVonrVisibleFromCarrierConfig: " + mIsVonrVisibleFromCarrierConfig);
+ return this;
+ }
+
+ @Override
+ public int getAvailabilityStatus(int subId) {
+ init(subId);
+
+ if (mHas5gCapability && mIsNrEnableFromCarrierConfig && mIsVonrVisibleFromCarrierConfig) {
+ return AVAILABLE;
+ }
+ return CONDITIONALLY_UNAVAILABLE;
+ }
+
+ @Override
+ public void displayPreference(PreferenceScreen screen) {
+ super.displayPreference(screen);
+ mPreference = screen.findPreference(getPreferenceKey());
+ }
+
+ @Override
+ public void onStart() {
+ if (mTelephonyCallback == null) {
+ return;
+ }
+ mTelephonyCallback.register(mTelephonyManager);
+ }
+
+ @Override
+ public void onStop() {
+ if (mTelephonyCallback == null) {
+ return;
+ }
+ mTelephonyCallback.unregister();
+ }
+
+ @Override
+ public void updateState(Preference preference) {
+ super.updateState(preference);
+ if (preference == null) {
+ return;
+ }
+ final SwitchPreference switchPreference = (SwitchPreference) preference;
+ switchPreference.setEnabled(isUserControlAllowed());
+ }
+
+ @Override
+ public boolean setChecked(boolean isChecked) {
+ if (!SubscriptionManager.isValidSubscriptionId(mSubId)) {
+ return false;
+ }
+ Log.d(TAG, "setChecked: " + isChecked);
+ int result = mTelephonyManager.setVoNrEnabled(isChecked);
+ if (result == TelephonyManager.ENABLE_VONR_SUCCESS) {
+ return true;
+ }
+ Log.d(TAG, "Fail to set VoNR result= " + result + ". subId=" + mSubId);
+ return false;
+ }
+
+ @Override
+ public boolean isChecked() {
+ return mTelephonyManager.isVoNrEnabled();
+ }
+
+ @VisibleForTesting
+ protected boolean isCallStateIdle() {
+ return (mCallState != null) && (mCallState == TelephonyManager.CALL_STATE_IDLE);
+ }
+
+ private boolean isUserControlAllowed() {
+ return isCallStateIdle();
+ }
+
+ private class PhoneCallStateTelephonyCallback extends TelephonyCallback implements
+ TelephonyCallback.CallStateListener {
+
+ private TelephonyManager mLocalTelephonyManager;
+
+ @Override
+ public void onCallStateChanged(int state) {
+ mCallState = state;
+ updateState(mPreference);
+ }
+
+ public void register(TelephonyManager telephonyManager) {
+ mLocalTelephonyManager = telephonyManager;
+
+ // assign current call state so that it helps to show correct preference state even
+ // before first onCallStateChanged() by initial registration.
+ mCallState = mLocalTelephonyManager.getCallState();
+ mLocalTelephonyManager.registerTelephonyCallback(
+ mContext.getMainExecutor(), mTelephonyCallback);
+ }
+
+ public void unregister() {
+ mCallState = null;
+ if (mLocalTelephonyManager != null) {
+ mLocalTelephonyManager.unregisterTelephonyCallback(this);
+ }
+ }
+ }
+}
diff --git a/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragment.java b/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragment.java
index c782b66..8e65605 100644
--- a/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragment.java
+++ b/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragment.java
@@ -52,6 +52,7 @@
import com.google.common.collect.ImmutableMap;
+import java.util.Arrays;
import java.util.List;
import java.util.Map;
@@ -108,18 +109,18 @@
mSubId = getArguments().getInt(KEY_SUBSCRIPTION_ID);
Resources res = context.getResources();
mLightDarkMap = ImmutableMap.<Integer, Integer>builder()
- .put(res.getInteger(R.color.SIM_color_teal),
- res.getInteger(R.color.SIM_dark_mode_color_teal))
- .put(res.getInteger(R.color.SIM_color_blue),
+ .put(res.getInteger(R.color.SIM_color_cyan),
+ res.getInteger(R.color.SIM_dark_mode_color_cyan))
+ .put(res.getInteger(R.color.SIM_color_blue800),
res.getInteger(R.color.SIM_dark_mode_color_blue))
- .put(res.getInteger(R.color.SIM_color_indigo),
- res.getInteger(R.color.SIM_dark_mode_color_indigo))
- .put(res.getInteger(R.color.SIM_color_purple),
+ .put(res.getInteger(R.color.SIM_color_green800),
+ res.getInteger(R.color.SIM_dark_mode_color_green))
+ .put(res.getInteger(R.color.SIM_color_purple800),
res.getInteger(R.color.SIM_dark_mode_color_purple))
- .put(res.getInteger(R.color.SIM_color_pink),
+ .put(res.getInteger(R.color.SIM_color_pink800),
res.getInteger(R.color.SIM_dark_mode_color_pink))
- .put(res.getInteger(R.color.SIM_color_red),
- res.getInteger(R.color.SIM_dark_mode_color_red))
+ .put(res.getInteger(R.color.SIM_color_orange),
+ res.getInteger(R.color.SIM_dark_mode_color_orange))
.build();
}
@@ -175,12 +176,7 @@
final ColorAdapter adapter = new ColorAdapter(getContext(),
R.layout.dialog_mobile_network_color_picker_item, mColors);
mColorSpinner.setAdapter(adapter);
- for (int i = 0; i < mColors.length; i++) {
- if (mColors[i].getColor() == info.getIconTint()) {
- mColorSpinner.setSelection(i);
- break;
- }
- }
+ mColorSpinner.setSelection(getSimColorIndex(info.getIconTint()));
final TextView operatorName = view.findViewById(R.id.operator_name_value);
mTelephonyManager = mTelephonyManager.createForSubscriptionId(mSubId);
@@ -239,7 +235,7 @@
private Color[] getColors() {
final Resources res = getContext().getResources();
- final int[] colorInts = res.getIntArray(com.android.internal.R.array.sim_colors);
+ final int[] colorInts = res.getIntArray(R.array.sim_color_light);
final String[] colorStrings = res.getStringArray(R.array.color_picker);
final int iconSize = res.getDimensionPixelSize(R.dimen.color_swatch_size);
final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width);
@@ -286,4 +282,31 @@
private int getDarkColor(int lightColor) {
return mLightDarkMap.getOrDefault(lightColor, lightColor);
}
+
+ /*
+ * Get the color index from previous color that defined in Android OS
+ * (frameworks/base/core/res/res/values/arrays.xml). If can't find the color, continue to look
+ * for it in the new color plattee. If not, give it the first index.
+ */
+
+ private int getSimColorIndex(int color) {
+ int index = -1;
+ final int[] previousSimColorInts =
+ getContext().getResources().getIntArray(com.android.internal.R.array.sim_colors);
+ for (int i = 0; i < previousSimColorInts.length; i++) {
+ if (previousSimColorInts[i] == color) {
+ index = i;
+ }
+ }
+
+ if (index == -1) {
+ for (int i = 0; i < mColors.length; i++) {
+ if (mColors[i].getColor() == color) {
+ index = i;
+ }
+ }
+ }
+
+ return index == -1 ? 0 : index;
+ }
}
diff --git a/src/com/android/settings/network/telephony/SmsDefaultSubscriptionController.java b/src/com/android/settings/network/telephony/SmsDefaultSubscriptionController.java
index ca8c0f6..a73c621 100644
--- a/src/com/android/settings/network/telephony/SmsDefaultSubscriptionController.java
+++ b/src/com/android/settings/network/telephony/SmsDefaultSubscriptionController.java
@@ -62,7 +62,7 @@
@Override
public CharSequence getSummary() {
if (Utils.isProviderModelEnabled(mContext)) {
- return MobileNetworkUtils.getPreferredStatus(mContext, mManager, false);
+ return MobileNetworkUtils.getPreferredStatus(isRtlMode(), mContext, mManager, false);
} else {
return super.getSummary();
}
diff --git a/src/com/android/settings/notification/history/NotificationHistoryAdapter.java b/src/com/android/settings/notification/history/NotificationHistoryAdapter.java
index dfa8a30..96bc14a 100644
--- a/src/com/android/settings/notification/history/NotificationHistoryAdapter.java
+++ b/src/com/android/settings/notification/history/NotificationHistoryAdapter.java
@@ -90,7 +90,6 @@
.putExtra(EXTRA_APP_PACKAGE, hn.getPackage())
.putExtra(EXTRA_CHANNEL_ID, hn.getChannelId())
.putExtra(EXTRA_CONVERSATION_ID, hn.getConversationId());
- intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
holder.itemView.getContext().startActivityAsUser(intent, UserHandle.of(hn.getUserId()));
};
holder.itemView.setOnClickListener(onClick);
diff --git a/src/com/android/settings/notification/history/NotificationSbnAdapter.java b/src/com/android/settings/notification/history/NotificationSbnAdapter.java
index e032854..7eca3b7 100644
--- a/src/com/android/settings/notification/history/NotificationSbnAdapter.java
+++ b/src/com/android/settings/notification/history/NotificationSbnAdapter.java
@@ -133,7 +133,6 @@
.putExtra(EXTRA_APP_PACKAGE, sbn.getPackageName())
.putExtra(EXTRA_CHANNEL_ID, sbn.getNotification().getChannelId())
.putExtra(EXTRA_CONVERSATION_ID, sbn.getNotification().getShortcutId());
- intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
holder.itemView.getContext().startActivityAsUser(intent, UserHandle.of(userId));
return true;
});
diff --git a/src/com/android/settings/panel/InternetConnectivityPanel.java b/src/com/android/settings/panel/InternetConnectivityPanel.java
deleted file mode 100644
index ae6f2e0..0000000
--- a/src/com/android/settings/panel/InternetConnectivityPanel.java
+++ /dev/null
@@ -1,425 +0,0 @@
-/*
- * Copyright (C) 2018 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.panel;
-
-import static androidx.lifecycle.Lifecycle.Event.ON_PAUSE;
-import static androidx.lifecycle.Lifecycle.Event.ON_RESUME;
-
-import android.app.settings.SettingsEnums;
-import android.content.BroadcastReceiver;
-import android.content.Context;
-import android.content.Intent;
-import android.content.IntentFilter;
-import android.net.Uri;
-import android.net.wifi.ScanResult;
-import android.net.wifi.WifiManager;
-import android.os.Handler;
-import android.os.HandlerExecutor;
-import android.os.Looper;
-import android.provider.Settings;
-import android.telephony.ServiceState;
-import android.telephony.SubscriptionManager;
-import android.telephony.TelephonyCallback;
-import android.telephony.TelephonyManager;
-import android.text.TextUtils;
-import android.util.Log;
-
-import androidx.annotation.VisibleForTesting;
-import androidx.lifecycle.LifecycleObserver;
-import androidx.lifecycle.OnLifecycleEvent;
-
-import com.android.settings.R;
-import com.android.settings.Utils;
-import com.android.settings.network.AirplaneModePreferenceController;
-import com.android.settings.network.InternetUpdater;
-import com.android.settings.network.ProviderModelSliceHelper;
-import com.android.settings.network.SubscriptionsChangeListener;
-import com.android.settings.network.telephony.DataConnectivityListener;
-import com.android.settings.slices.CustomSliceRegistry;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * Represents the Internet Connectivity Panel.
- */
-public class InternetConnectivityPanel implements PanelContent, LifecycleObserver,
- InternetUpdater.InternetChangeListener, DataConnectivityListener.Client,
- SubscriptionsChangeListener.SubscriptionsChangeListenerClient {
- private static final String TAG = "InternetConnectivityPanel";
- private static final int SUBTITLE_TEXT_NONE = -1;
- private static final int SUBTITLE_TEXT_WIFI_IS_OFF = R.string.wifi_is_off;
- private static final int SUBTITLE_TEXT_TAP_A_NETWORK_TO_CONNECT =
- R.string.tap_a_network_to_connect;
- private static final int SUBTITLE_TEXT_SEARCHING_FOR_NETWORKS =
- R.string.wifi_empty_list_wifi_on;
- private static final int SUBTITLE_TEXT_NON_CARRIER_NETWORK_UNAVAILABLE =
- R.string.non_carrier_network_unavailable;
- private static final int SUBTITLE_TEXT_ALL_CARRIER_NETWORK_UNAVAILABLE =
- R.string.all_network_unavailable;
-
- private final Context mContext;
- private final WifiManager mWifiManager;
- private final IntentFilter mWifiStateFilter;
- private final NetworkProviderTelephonyCallback mTelephonyCallback;
- private final BroadcastReceiver mWifiStateReceiver = new BroadcastReceiver() {
- @Override
- public void onReceive(Context context, Intent intent) {
- if (intent == null) {
- return;
- }
-
- if (TextUtils.equals(intent.getAction(), WifiManager.SCAN_RESULTS_AVAILABLE_ACTION)) {
- updateProgressBar();
- updatePanelTitle();
- return;
- }
-
- if (TextUtils.equals(intent.getAction(), WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
- updateProgressBar();
- updatePanelTitle();
- }
- }
- };
-
- @VisibleForTesting
- boolean mIsProviderModelEnabled;
- @VisibleForTesting
- InternetUpdater mInternetUpdater;
- @VisibleForTesting
- ProviderModelSliceHelper mProviderModelSliceHelper;
-
- private int mSubtitle = SUBTITLE_TEXT_NONE;
- private PanelContentCallback mCallback;
- private TelephonyManager mTelephonyManager;
- private SubscriptionsChangeListener mSubscriptionsListener;
- private DataConnectivityListener mConnectivityListener;
- private int mDefaultDataSubid = SubscriptionManager.INVALID_SUBSCRIPTION_ID;
-
- // Wi-Fi scanning progress bar
- protected HandlerInjector mHandlerInjector;
- protected boolean mIsProgressBarVisible;
- protected boolean mIsScanningSubTitleShownOnce;
- protected Runnable mHideProgressBarRunnable = () -> {
- setProgressBarVisible(false);
- };
- protected Runnable mHideScanningSubTitleRunnable = () -> {
- mIsScanningSubTitleShownOnce = true;
- updatePanelTitle();
- };
-
- /**
- * Wrapper for testing compatibility.
- */
- @VisibleForTesting
- static class HandlerInjector {
- protected final Handler mHandler;
-
- HandlerInjector(Context context) {
- mHandler = context.getMainThreadHandler();
- }
-
- public void postDelay(Runnable runnable) {
- mHandler.postDelayed(runnable, 2000 /* delay millis */);
- }
-
- public void removeCallbacks(Runnable runnable) {
- mHandler.removeCallbacks(runnable);
- }
- }
-
- private InternetConnectivityPanel(Context context) {
- mContext = context.getApplicationContext();
- mHandlerInjector = new HandlerInjector(context);
- mIsProviderModelEnabled = Utils.isProviderModelEnabled(mContext);
- mInternetUpdater = new InternetUpdater(context, null /* Lifecycle */, this);
-
- mSubscriptionsListener = new SubscriptionsChangeListener(context, this);
- mConnectivityListener = new DataConnectivityListener(context, this);
- mTelephonyCallback = new NetworkProviderTelephonyCallback();
- mDefaultDataSubid = getDefaultDataSubscriptionId();
- mTelephonyManager = mContext.getSystemService(TelephonyManager.class);
-
- mWifiManager = mContext.getSystemService(WifiManager.class);
- mWifiStateFilter = new IntentFilter(WifiManager.NETWORK_STATE_CHANGED_ACTION);
- mWifiStateFilter.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);
-
- mProviderModelSliceHelper = new ProviderModelSliceHelper(mContext, null);
- }
-
- /** create the panel */
- public static InternetConnectivityPanel create(Context context) {
- return new InternetConnectivityPanel(context);
- }
-
- /** @OnLifecycleEvent(ON_RESUME) */
- @OnLifecycleEvent(ON_RESUME)
- public void onResume() {
- if (!mIsProviderModelEnabled) {
- return;
- }
- mInternetUpdater.onResume();
- mSubscriptionsListener.start();
- mConnectivityListener.start();
- mTelephonyManager.registerTelephonyCallback(
- new HandlerExecutor(new Handler(Looper.getMainLooper())), mTelephonyCallback);
- mContext.registerReceiver(mWifiStateReceiver, mWifiStateFilter);
- updateProgressBar();
- updatePanelTitle();
- }
-
- /** @OnLifecycleEvent(ON_PAUSE) */
- @OnLifecycleEvent(ON_PAUSE)
- public void onPause() {
- if (!mIsProviderModelEnabled) {
- return;
- }
- mInternetUpdater.onPause();
- mSubscriptionsListener.stop();
- mConnectivityListener.stop();
- mTelephonyManager.unregisterTelephonyCallback(mTelephonyCallback);
- mContext.unregisterReceiver(mWifiStateReceiver);
- mHandlerInjector.removeCallbacks(mHideProgressBarRunnable);
- mHandlerInjector.removeCallbacks(mHideScanningSubTitleRunnable);
- }
-
- /**
- * @return a string for the title of the Panel.
- */
- @Override
- public CharSequence getTitle() {
- if (mIsProviderModelEnabled) {
- return mContext.getText(mInternetUpdater.isAirplaneModeOn()
- ? R.string.airplane_mode : R.string.provider_internet_settings);
- }
- return mContext.getText(R.string.internet_connectivity_panel_title);
- }
-
- /**
- * @return a string for the subtitle of the Panel.
- */
- @Override
- public CharSequence getSubTitle() {
- if (mIsProviderModelEnabled && mSubtitle != SUBTITLE_TEXT_NONE) {
- return mContext.getText(mSubtitle);
- }
- return null;
- }
-
- @Override
- public List<Uri> getSlices() {
- final List<Uri> uris = new ArrayList<>();
- if (mIsProviderModelEnabled) {
- uris.add(CustomSliceRegistry.PROVIDER_MODEL_SLICE_URI);
- } else {
- uris.add(CustomSliceRegistry.WIFI_SLICE_URI);
- uris.add(CustomSliceRegistry.MOBILE_DATA_SLICE_URI);
- uris.add(AirplaneModePreferenceController.SLICE_URI);
- }
- return uris;
- }
-
- @Override
- public Intent getSeeMoreIntent() {
- // Disable the see more button for provider model design.
- if (mIsProviderModelEnabled) {
- return null;
- }
-
- // Don't remove the see more intent for non-provider model design. This intent will be
- // used when isCustomizedButtonUsed() returns false.
- return new Intent(Settings.ACTION_WIRELESS_SETTINGS)
- .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
- }
-
- @Override
- public boolean isProgressBarVisible() {
- return mIsProgressBarVisible;
- }
-
- @Override
- public int getMetricsCategory() {
- return SettingsEnums.PANEL_INTERNET_CONNECTIVITY;
- }
-
- @Override
- public void registerCallback(PanelContentCallback callback) {
- mCallback = callback;
- }
-
- /**
- * Called when airplane mode state is changed.
- */
- @Override
- public void onAirplaneModeChanged(boolean isAirplaneModeOn) {
- log("onAirplaneModeChanged: isAirplaneModeOn:" + isAirplaneModeOn);
- updatePanelTitle();
- }
-
- /**
- * Called when Wi-Fi enabled is changed.
- */
- @Override
- public void onWifiEnabledChanged(boolean enabled) {
- log("onWifiEnabledChanged: enabled:" + enabled);
- updatePanelTitle();
- }
-
- @Override
- public void onSubscriptionsChanged() {
- final int defaultDataSubId = getDefaultDataSubscriptionId();
- log("onSubscriptionsChanged: defaultDataSubId:" + defaultDataSubId);
- if (mDefaultDataSubid == defaultDataSubId) {
- return;
- }
- if (SubscriptionManager.isUsableSubscriptionId(defaultDataSubId)) {
- mTelephonyManager.unregisterTelephonyCallback(mTelephonyCallback);
- mTelephonyManager.registerTelephonyCallback(
- new HandlerExecutor(new Handler(Looper.getMainLooper())), mTelephonyCallback);
- }
- updatePanelTitle();
- }
-
- @Override
- public void onDataConnectivityChange() {
- log("onDataConnectivityChange");
- updatePanelTitle();
- }
-
- @VisibleForTesting
- void updatePanelTitle() {
- if (mCallback == null) {
- return;
- }
- updateSubtitleText();
- mCallback.onHeaderChanged();
- }
-
- @VisibleForTesting
- int getDefaultDataSubscriptionId() {
- return SubscriptionManager.getDefaultDataSubscriptionId();
- }
-
- private void updateSubtitleText() {
- mSubtitle = SUBTITLE_TEXT_NONE;
- if (!mInternetUpdater.isWifiEnabled()) {
- if (!mInternetUpdater.isAirplaneModeOn()) {
- // When the airplane mode is off and Wi-Fi is disabled.
- // Sub-Title: Wi-Fi is off
- log("Airplane mode off + Wi-Fi off.");
- mSubtitle = SUBTITLE_TEXT_WIFI_IS_OFF;
- }
- return;
- }
-
- if (mInternetUpdater.isAirplaneModeOn()) {
- return;
- }
-
- final List<ScanResult> wifiList = mWifiManager.getScanResults();
- if (wifiList != null && wifiList.size() != 0) {
- // When the Wi-Fi scan result is not empty
- // Sub-Title: Tap a network to connect
- mSubtitle = SUBTITLE_TEXT_TAP_A_NETWORK_TO_CONNECT;
- return;
- }
-
- if (!mIsScanningSubTitleShownOnce && mIsProgressBarVisible) {
- // When the Wi-Fi scan result callback is received
- // Sub-Title: Searching for networks...
- mSubtitle = SUBTITLE_TEXT_SEARCHING_FOR_NETWORKS;
- return;
- }
-
- // Sub-Title:
- // show non_carrier_network_unavailable
- // - while Wi-Fi on + no Wi-Fi item
- // - while Wi-Fi on + no Wi-Fi item + mobile data off
- // show all_network_unavailable:
- // - while Wi-Fi on + no Wi-Fi item + no carrier item
- // - while Wi-Fi on + no Wi-Fi item + service is out of service
- // - while Wi-Fi on + no Wi-Fi item + mobile data on + no carrier data.
- log("No Wi-Fi item.");
- if (!mProviderModelSliceHelper.hasCarrier()
- || (!mProviderModelSliceHelper.isVoiceStateInService()
- && !mProviderModelSliceHelper.isDataStateInService())) {
- log("no carrier or service is out of service.");
- mSubtitle = SUBTITLE_TEXT_ALL_CARRIER_NETWORK_UNAVAILABLE;
- return;
- }
- if (!mProviderModelSliceHelper.isMobileDataEnabled()) {
- log("mobile data off");
- mSubtitle = SUBTITLE_TEXT_NON_CARRIER_NETWORK_UNAVAILABLE;
- return;
- }
- if (!mProviderModelSliceHelper.isDataSimActive()) {
- log("no carrier data.");
- mSubtitle = SUBTITLE_TEXT_ALL_CARRIER_NETWORK_UNAVAILABLE;
- return;
- }
- mSubtitle = SUBTITLE_TEXT_NON_CARRIER_NETWORK_UNAVAILABLE;
- }
-
- protected void updateProgressBar() {
- if (mWifiManager == null || !mInternetUpdater.isWifiEnabled()) {
- setProgressBarVisible(false);
- return;
- }
-
- setProgressBarVisible(true);
- List<ScanResult> wifiScanResults = mWifiManager.getScanResults();
- if (wifiScanResults != null && wifiScanResults.size() > 0) {
- mHandlerInjector.postDelay(mHideProgressBarRunnable);
- } else if (!mIsScanningSubTitleShownOnce) {
- mHandlerInjector.postDelay(mHideScanningSubTitleRunnable);
- }
- }
-
- protected void setProgressBarVisible(boolean visible) {
- if (mIsProgressBarVisible == visible) {
- return;
- }
- mIsProgressBarVisible = visible;
-
- if (mCallback == null) {
- return;
- }
- mCallback.onProgressBarVisibleChanged();
- updatePanelTitle();
- }
-
- private class NetworkProviderTelephonyCallback extends TelephonyCallback implements
- TelephonyCallback.DataConnectionStateListener,
- TelephonyCallback.ServiceStateListener {
- @Override
- public void onServiceStateChanged(ServiceState state) {
- log("onServiceStateChanged voiceState=" + state.getState()
- + " dataState=" + state.getDataRegistrationState());
- updatePanelTitle();
- }
-
- @Override
- public void onDataConnectionStateChanged(int state, int networkType) {
- log("onDataConnectionStateChanged: networkType=" + networkType + " state=" + state);
- updatePanelTitle();
- }
- }
-
- private static void log(String s) {
- Log.d(TAG, s);
- }
-}
diff --git a/src/com/android/settings/panel/PanelFeatureProviderImpl.java b/src/com/android/settings/panel/PanelFeatureProviderImpl.java
index ca30952..a73881b 100644
--- a/src/com/android/settings/panel/PanelFeatureProviderImpl.java
+++ b/src/com/android/settings/panel/PanelFeatureProviderImpl.java
@@ -17,11 +17,14 @@
package com.android.settings.panel;
import android.content.Context;
+import android.content.Intent;
import android.os.Bundle;
import android.provider.Settings;
public class PanelFeatureProviderImpl implements PanelFeatureProvider {
+ private static final String SYSTEMUI_PACKAGE_NAME = "com.android.systemui";
+
@Override
public PanelContent getPanel(Context context, Bundle bundle) {
if (context == null) {
@@ -35,7 +38,12 @@
switch (panelType) {
case Settings.Panel.ACTION_INTERNET_CONNECTIVITY:
- return InternetConnectivityPanel.create(context);
+ // Redirect to the internet dialog in SystemUI.
+ Intent intent = new Intent(Settings.Panel.ACTION_INTERNET_CONNECTIVITY);
+ intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND)
+ .setPackage(SYSTEMUI_PACKAGE_NAME);
+ context.sendBroadcast(intent);
+ return null;
case Settings.Panel.ACTION_NFC:
return NfcPanel.create(context);
case Settings.Panel.ACTION_WIFI:
diff --git a/src/com/android/settings/password/ChooseLockGenericController.java b/src/com/android/settings/password/ChooseLockGenericController.java
index 1b951d4..cd9eb2f 100644
--- a/src/com/android/settings/password/ChooseLockGenericController.java
+++ b/src/com/android/settings/password/ChooseLockGenericController.java
@@ -190,7 +190,8 @@
* requirements. The lock's visibility ({@link #isScreenLockVisible}) is not considered here.
*/
public boolean isScreenLockEnabled(ScreenLockType type) {
- return type.maxQuality >= upgradeQuality(PASSWORD_QUALITY_UNSPECIFIED);
+ return !mLockPatternUtils.isCredentialsDisabledForUser(mUserId)
+ && type.maxQuality >= upgradeQuality(PASSWORD_QUALITY_UNSPECIFIED);
}
/**
diff --git a/src/com/android/settings/password/ChooseLockPassword.java b/src/com/android/settings/password/ChooseLockPassword.java
index ae178c8..c033625 100644
--- a/src/com/android/settings/password/ChooseLockPassword.java
+++ b/src/com/android/settings/password/ChooseLockPassword.java
@@ -499,13 +499,7 @@
mNextButton = mixin.getPrimaryButton();
mMessage = view.findViewById(R.id.sud_layout_description);
- if (mForFingerprint) {
- mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_fingerprint_header));
- } else if (mForFace) {
- mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_face_header));
- } else if (mForBiometrics) {
- mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_lock));
- }
+ mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_lock));
mIsAlphaMode = DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC == mPasswordType
|| DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC == mPasswordType
diff --git a/src/com/android/settings/password/ChooseLockPattern.java b/src/com/android/settings/password/ChooseLockPattern.java
index e85ce60..8464a2f 100644
--- a/src/com/android/settings/password/ChooseLockPattern.java
+++ b/src/com/android/settings/password/ChooseLockPattern.java
@@ -505,13 +505,7 @@
layout.getMixin(IconMixin.class).setVisibility(View.GONE);
}
} else {
- if (mForFingerprint) {
- layout.setIcon(getActivity().getDrawable(R.drawable.ic_fingerprint_header));
- } else if (mForFace) {
- layout.setIcon(getActivity().getDrawable(R.drawable.ic_face_header));
- } else if (mForBiometrics) {
- layout.setIcon(getActivity().getDrawable(R.drawable.ic_lock));
- }
+ layout.setIcon(getActivity().getDrawable(R.drawable.ic_lock));
}
final FooterBarMixin mixin = layout.getMixin(FooterBarMixin.class);
diff --git a/src/com/android/settings/sim/SimDialogActivity.java b/src/com/android/settings/sim/SimDialogActivity.java
index 252b6c0..e5457ae 100644
--- a/src/com/android/settings/sim/SimDialogActivity.java
+++ b/src/com/android/settings/sim/SimDialogActivity.java
@@ -24,6 +24,7 @@
import android.telephony.SubscriptionManager;
import android.telephony.TelephonyManager;
import android.util.Log;
+import android.view.WindowManager;
import android.widget.Toast;
import androidx.fragment.app.Fragment;
@@ -59,6 +60,8 @@
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
+ getWindow().addSystemFlags(
+ WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS);
showOrUpdateDialog();
}
diff --git a/src/com/android/settings/sim/smartForwarding/DisableSmartForwardingTask.java b/src/com/android/settings/sim/smartForwarding/DisableSmartForwardingTask.java
index 45333ec..7826522 100644
--- a/src/com/android/settings/sim/smartForwarding/DisableSmartForwardingTask.java
+++ b/src/com/android/settings/sim/smartForwarding/DisableSmartForwardingTask.java
@@ -43,9 +43,8 @@
}
if (callForwardingInfo != null
- && callForwardingInfo[i] != null
- && callForwardingInfo[i].getTimeoutSeconds() > 0) {
- Log.d(TAG, "Restore call waiting to " + callForwardingInfo);
+ && callForwardingInfo[i] != null) {
+ Log.d(TAG, "Restore call forwarding to " + callForwardingInfo[i]);
tm.setCallForwarding(callForwardingInfo[i], null, null);
}
}
diff --git a/src/com/android/settings/system/DisableAutomaticUpdatesPreferenceController.java b/src/com/android/settings/system/DisableAutomaticUpdatesPreferenceController.java
new file mode 100644
index 0000000..a8f7fb1
--- /dev/null
+++ b/src/com/android/settings/system/DisableAutomaticUpdatesPreferenceController.java
@@ -0,0 +1,59 @@
+/*
+ * Copyright (C) 2017 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.system;
+
+import android.content.Context;
+import android.provider.Settings;
+
+import androidx.annotation.VisibleForTesting;
+
+import com.android.settings.core.TogglePreferenceController;
+
+/** A controller maintains the state of Automatic System Update feature. */
+public class DisableAutomaticUpdatesPreferenceController extends TogglePreferenceController {
+
+ // We use the "disabled status" in code, but show the opposite text
+ // "Automatic system updates" on screen. So a value 0 indicates the
+ // automatic update is enabled.
+ @VisibleForTesting
+ static final int DISABLE_UPDATES_SETTING = 1;
+ @VisibleForTesting
+ static final int ENABLE_UPDATES_SETTING = 0;
+
+ public DisableAutomaticUpdatesPreferenceController(Context context, String key) {
+ super(context, key);
+ }
+
+ @Override
+ public int getAvailabilityStatus() {
+ return AVAILABLE;
+ }
+
+ @Override
+ public boolean isChecked() {
+ return Settings.Global.getInt(mContext.getContentResolver(),
+ Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, ENABLE_UPDATES_SETTING /* default */)
+ == ENABLE_UPDATES_SETTING;
+ }
+
+ @Override
+ public boolean setChecked(boolean isChecked) {
+ return Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
+ isChecked ? ENABLE_UPDATES_SETTING : DISABLE_UPDATES_SETTING);
+ }
+}
diff --git a/src/com/android/settings/uwb/UwbPreferenceController.java b/src/com/android/settings/uwb/UwbPreferenceController.java
index 15979b5..877c9f2 100644
--- a/src/com/android/settings/uwb/UwbPreferenceController.java
+++ b/src/com/android/settings/uwb/UwbPreferenceController.java
@@ -57,7 +57,9 @@
public UwbPreferenceController(Context context, String key) {
super(context, key);
mExecutor = Executors.newSingleThreadExecutor();
- mUwbManager = context.getSystemService(UwbManager.class);
+ if (isUwbSupportedOnDevice()) {
+ mUwbManager = context.getSystemService(UwbManager.class);
+ }
mAirplaneModeOn = Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.AIRPLANE_MODE_ON, 0) == 1;
mAirplaneModeChangedReceiver = new BroadcastReceiver() {
diff --git a/src/com/android/settings/widget/LabeledSeekBarPreference.java b/src/com/android/settings/widget/LabeledSeekBarPreference.java
index 3a9ac18..b34ea19 100644
--- a/src/com/android/settings/widget/LabeledSeekBarPreference.java
+++ b/src/com/android/settings/widget/LabeledSeekBarPreference.java
@@ -20,9 +20,11 @@
import android.content.res.TypedArray;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
+import android.view.View;
import android.widget.SeekBar;
import android.widget.TextView;
+import androidx.annotation.Nullable;
import androidx.core.content.res.TypedArrayUtils;
import androidx.preference.PreferenceViewHolder;
@@ -35,6 +37,8 @@
private final int mTextEndId;
private final int mTickMarkId;
private OnPreferenceChangeListener mStopListener;
+ @Nullable
+ private CharSequence mSummary;
public LabeledSeekBarPreference(Context context, AttributeSet attrs, int defStyleAttr,
int defStyleRes) {
@@ -52,6 +56,7 @@
R.string.summary_placeholder);
mTickMarkId = styledAttrs.getResourceId(
R.styleable.LabeledSeekBarPreference_tickMark, /* defValue= */ 0);
+ mSummary = styledAttrs.getText(R.styleable.Preference_android_summary);
styledAttrs.recycle();
}
@@ -76,6 +81,15 @@
com.android.internal.R.id.seekbar);
seekBar.setTickMark(tickMark);
}
+
+ final TextView summary = (TextView) holder.findViewById(android.R.id.summary);
+ if (mSummary != null) {
+ summary.setText(mSummary);
+ summary.setVisibility(View.VISIBLE);
+ } else {
+ summary.setText(null);
+ summary.setVisibility(View.GONE);
+ }
}
public void setOnPreferenceChangeStopListener(OnPreferenceChangeListener listener) {
@@ -90,5 +104,24 @@
mStopListener.onPreferenceChange(this, seekBar.getProgress());
}
}
+
+ @Override
+ public void setSummary(CharSequence summary) {
+ super.setSummary(summary);
+ mSummary = summary;
+ notifyChanged();
+ }
+
+ @Override
+ public void setSummary(int summaryResId) {
+ super.setSummary(summaryResId);
+ mSummary = getContext().getText(summaryResId);
+ notifyChanged();
+ }
+
+ @Override
+ public CharSequence getSummary() {
+ return mSummary;
+ }
}
diff --git a/src/com/android/settings/wifi/ConfigureWifiEntryFragment.java b/src/com/android/settings/wifi/ConfigureWifiEntryFragment.java
index d2f5090..469ca1d 100644
--- a/src/com/android/settings/wifi/ConfigureWifiEntryFragment.java
+++ b/src/com/android/settings/wifi/ConfigureWifiEntryFragment.java
@@ -38,7 +38,7 @@
import com.android.settings.R;
import com.android.settings.core.InstrumentedFragment;
import com.android.settings.overlay.FeatureFactory;
-import com.android.settings.wifi.details2.WifiNetworkDetailsFragment2;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.wifitrackerlib.NetworkDetailsTracker;
import com.android.wifitrackerlib.WifiEntry;
@@ -238,6 +238,6 @@
MAX_SCAN_AGE_MILLIS,
SCAN_INTERVAL_MILLIS,
getArguments().getString(
- WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY));
+ WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY));
}
}
diff --git a/src/com/android/settings/wifi/NetworkRequestDialogFragment.java b/src/com/android/settings/wifi/NetworkRequestDialogFragment.java
index cbc89ae..5fe156c 100644
--- a/src/com/android/settings/wifi/NetworkRequestDialogFragment.java
+++ b/src/com/android/settings/wifi/NetworkRequestDialogFragment.java
@@ -330,7 +330,7 @@
final PreferenceImageView imageView = view.findViewById(android.R.id.icon);
final int level = wifiEntry.getLevel();
- if (imageView != null) {
+ if (imageView != null && level != WifiEntry.WIFI_LEVEL_UNREACHABLE) {
final Drawable drawable = getContext().getDrawable(
Utils.getWifiIconResource(level));
drawable.setTintList(
diff --git a/src/com/android/settings/wifi/WifiConnectionPreferenceController.java b/src/com/android/settings/wifi/WifiConnectionPreferenceController.java
index 3b2669c..fc2f8f1 100644
--- a/src/com/android/settings/wifi/WifiConnectionPreferenceController.java
+++ b/src/com/android/settings/wifi/WifiConnectionPreferenceController.java
@@ -34,7 +34,7 @@
import com.android.settings.R;
import com.android.settings.core.SubSettingLauncher;
import com.android.settings.overlay.FeatureFactory;
-import com.android.settings.wifi.details2.WifiNetworkDetailsFragment2;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.settingslib.core.AbstractPreferenceController;
import com.android.settingslib.core.lifecycle.Lifecycle;
import com.android.settingslib.wifi.WifiEntryPreference;
@@ -165,11 +165,11 @@
mPreference.setOrder(order);
mPreference.setOnPreferenceClickListener(pref -> {
final Bundle args = new Bundle();
- args.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY,
+ args.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY,
wifiEntry.getKey());
new SubSettingLauncher(mPrefContext)
.setTitleRes(R.string.pref_title_network_details)
- .setDestination(WifiNetworkDetailsFragment2.class.getName())
+ .setDestination(WifiNetworkDetailsFragment.class.getName())
.setArguments(args)
.setSourceMetricsCategory(mMetricsCategory)
.launch();
diff --git a/src/com/android/settings/wifi/WifiDialog2.java b/src/com/android/settings/wifi/WifiDialog2.java
index dc546f3..05dad3f 100644
--- a/src/com/android/settings/wifi/WifiDialog2.java
+++ b/src/com/android/settings/wifi/WifiDialog2.java
@@ -21,6 +21,8 @@
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
+import android.view.Window;
+import android.view.WindowManager;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.TextView;
@@ -108,6 +110,8 @@
@Override
protected void onCreate(Bundle savedInstanceState) {
+ setWindowsOverlay();
+
mView = getLayoutInflater().inflate(R.layout.wifi_dialog, /* root */ null);
setView(mView);
mController = new WifiConfigController2(this, mView, mWifiEntry, mMode);
@@ -126,6 +130,13 @@
}
}
+ private void setWindowsOverlay() {
+ final Window window = getWindow();
+ final WindowManager.LayoutParams lp = window.getAttributes();
+ window.setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
+ window.setAttributes(lp);
+ }
+
@Override
protected void onStart() {
final ImageButton ssidScannerButton = findViewById(R.id.ssid_scanner_button);
diff --git a/src/com/android/settings/wifi/WifiSettings.java b/src/com/android/settings/wifi/WifiSettings.java
index 59f6504..c4b4d59 100644
--- a/src/com/android/settings/wifi/WifiSettings.java
+++ b/src/com/android/settings/wifi/WifiSettings.java
@@ -67,7 +67,7 @@
import com.android.settings.overlay.FeatureFactory;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settings.widget.MainSwitchBarController;
-import com.android.settings.wifi.details2.WifiNetworkDetailsFragment2;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.settings.wifi.dpp.WifiDppUtils;
import com.android.settingslib.HelpUtils;
import com.android.settingslib.RestrictedLockUtils;
@@ -844,11 +844,11 @@
: context.getText(R.string.pref_title_network_details);
final Bundle bundle = new Bundle();
- bundle.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY, wifiEntry.getKey());
+ bundle.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY, wifiEntry.getKey());
new SubSettingLauncher(context)
.setTitleText(title)
- .setDestination(WifiNetworkDetailsFragment2.class.getName())
+ .setDestination(WifiNetworkDetailsFragment.class.getName())
.setArguments(bundle)
.setSourceMetricsCategory(getMetricsCategory())
.launch();
@@ -1121,7 +1121,7 @@
private void launchConfigNewNetworkFragment(WifiEntry wifiEntry) {
final Bundle bundle = new Bundle();
- bundle.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY,
+ bundle.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY,
wifiEntry.getKey());
new SubSettingLauncher(getContext())
.setTitleText(wifiEntry.getTitle())
diff --git a/src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2.java b/src/com/android/settings/wifi/details/WifiNetworkDetailsFragment.java
similarity index 92%
rename from src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2.java
rename to src/com/android/settings/wifi/details/WifiNetworkDetailsFragment.java
index 6bc510d..dd0c20a 100644
--- a/src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2.java
+++ b/src/com/android/settings/wifi/details/WifiNetworkDetailsFragment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2019 The Android Open Source Project
+ * 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.
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package com.android.settings.wifi.details2;
+package com.android.settings.wifi.details;
import static com.android.settings.wifi.WifiSettings.WIFI_DIALOG_ID;
@@ -45,6 +45,13 @@
import com.android.settings.overlay.FeatureFactory;
import com.android.settings.wifi.WifiConfigUiBase2;
import com.android.settings.wifi.WifiDialog2;
+import com.android.settings.wifi.details2.AddDevicePreferenceController2;
+import com.android.settings.wifi.details2.WifiAutoConnectPreferenceController2;
+import com.android.settings.wifi.details2.WifiDetailPreferenceController2;
+import com.android.settings.wifi.details2.WifiMeteredPreferenceController2;
+import com.android.settings.wifi.details2.WifiPrivacyPreferenceController2;
+import com.android.settings.wifi.details2.WifiSecondSummaryController2;
+import com.android.settings.wifi.details2.WifiSubscriptionDetailPreferenceController2;
import com.android.settingslib.RestrictedLockUtils;
import com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
import com.android.settingslib.RestrictedLockUtilsInternal;
@@ -63,10 +70,10 @@
* <p>The key of {@link WifiEntry} should be saved to the intent Extras when launching this class
* in order to properly render this page.
*/
-public class WifiNetworkDetailsFragment2 extends RestrictedDashboardFragment implements
+public class WifiNetworkDetailsFragment extends RestrictedDashboardFragment implements
WifiDialog2.WifiDialog2Listener {
- private static final String TAG = "WifiNetworkDetailsFrg2";
+ private static final String TAG = "WifiNetworkDetailsFrg";
// Key of a Bundle to save/restore the selected WifiEntry
public static final String KEY_CHOSEN_WIFIENTRY_KEY = "key_chosen_wifientry_key";
@@ -86,7 +93,7 @@
@VisibleForTesting
List<AbstractPreferenceController> mControllers;
- public WifiNetworkDetailsFragment2() {
+ public WifiNetworkDetailsFragment() {
super(UserManager.DISALLOW_CONFIG_WIFI);
}
diff --git a/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2.java b/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2.java
index 7bf680d..f9d0db0 100644
--- a/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2.java
+++ b/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2.java
@@ -76,6 +76,7 @@
import com.android.settings.wifi.WifiDialog2;
import com.android.settings.wifi.WifiDialog2.WifiDialog2Listener;
import com.android.settings.wifi.WifiUtils;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.settings.wifi.dpp.WifiDppUtils;
import com.android.settingslib.core.AbstractPreferenceController;
import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
@@ -1099,7 +1100,7 @@
refreshPage();
// Refresh the Preferences in fragment.
- ((WifiNetworkDetailsFragment2) mFragment).refreshPreferences();
+ ((WifiNetworkDetailsFragment) mFragment).refreshPreferences();
}
/**
diff --git a/src/com/android/settings/wifi/savedaccesspoints2/SavedAccessPointsWifiSettings2.java b/src/com/android/settings/wifi/savedaccesspoints2/SavedAccessPointsWifiSettings2.java
index e579ad7..1443e32 100644
--- a/src/com/android/settings/wifi/savedaccesspoints2/SavedAccessPointsWifiSettings2.java
+++ b/src/com/android/settings/wifi/savedaccesspoints2/SavedAccessPointsWifiSettings2.java
@@ -39,7 +39,7 @@
import com.android.settings.core.SubSettingLauncher;
import com.android.settings.dashboard.DashboardFragment;
import com.android.settings.wifi.WifiSettings;
-import com.android.settings.wifi.details2.WifiNetworkDetailsFragment2;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.wifitrackerlib.SavedNetworkTracker;
import java.time.Clock;
@@ -126,7 +126,7 @@
}
/**
- * Shows {@link WifiNetworkDetailsFragment2} for assigned key of {@link WifiEntry}.
+ * Shows {@link WifiNetworkDetailsFragment} for assigned key of {@link WifiEntry}.
*/
public void showWifiPage(@NonNull String key, CharSequence title) {
removeDialog(WifiSettings.WIFI_DIALOG_ID);
@@ -137,11 +137,11 @@
}
final Bundle bundle = new Bundle();
- bundle.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY, key);
+ bundle.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY, key);
new SubSettingLauncher(getContext())
.setTitleText(title)
- .setDestination(WifiNetworkDetailsFragment2.class.getName())
+ .setDestination(WifiNetworkDetailsFragment.class.getName())
.setArguments(bundle)
.setSourceMetricsCategory(getMetricsCategory())
.launch();
diff --git a/src/com/android/settings/wifi/slice/WifiSlice.java b/src/com/android/settings/wifi/slice/WifiSlice.java
index 75d2c66..f6604dd 100644
--- a/src/com/android/settings/wifi/slice/WifiSlice.java
+++ b/src/com/android/settings/wifi/slice/WifiSlice.java
@@ -50,7 +50,7 @@
import com.android.settings.wifi.WifiDialogActivity;
import com.android.settings.wifi.WifiSettings;
import com.android.settings.wifi.WifiUtils;
-import com.android.settings.wifi.details2.WifiNetworkDetailsFragment2;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.wifitrackerlib.WifiEntry;
import java.util.Arrays;
@@ -200,11 +200,11 @@
if (wifiSliceItem.getConnectedState() != WifiEntry.CONNECTED_STATE_DISCONNECTED) {
final Bundle bundle = new Bundle();
- bundle.putString(WifiNetworkDetailsFragment2.KEY_CHOSEN_WIFIENTRY_KEY,
+ bundle.putString(WifiNetworkDetailsFragment.KEY_CHOSEN_WIFIENTRY_KEY,
wifiSliceItem.getKey());
final Intent intent = new SubSettingLauncher(mContext)
.setTitleRes(R.string.pref_title_network_details)
- .setDestination(WifiNetworkDetailsFragment2.class.getName())
+ .setDestination(WifiNetworkDetailsFragment.class.getName())
.setArguments(bundle)
.setSourceMetricsCategory(SettingsEnums.WIFI)
.toIntent();
diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java
index 3f49938..92bfb38 100644
--- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java
+++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsCompanionAppsControllerTest.java
@@ -30,6 +30,7 @@
import androidx.preference.Preference;
import androidx.preference.PreferenceCategory;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -41,6 +42,7 @@
import java.util.Objects;
import java.util.stream.Collectors;
+@Ignore("b/191992001")
@RunWith(RobolectricTestRunner.class)
public class BluetoothDetailsCompanionAppsControllerTest extends
BluetoothDetailsControllerTestBase {
diff --git a/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java b/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java
index eee6398..2317c97 100644
--- a/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/connecteddevice/usb/UsbDefaultFragmentTest.java
@@ -183,7 +183,7 @@
@Test
public void onTetheringStarted_currentFunctionsIsRndis_setsRndisAsDefaultUsbFunctions() {
- mFragment.mCurrentFunctions = UsbManager.FUNCTION_RNDIS;
+ when(mUsbBackend.getCurrentFunctions()).thenReturn(UsbManager.FUNCTION_RNDIS);
mFragment.mOnStartTetheringCallback.onTetheringStarted();
@@ -192,7 +192,7 @@
@Test
public void onTetheringStarted_currentFunctionsIsNcm_setsNcmAsDefaultUsbFunctions() {
- mFragment.mCurrentFunctions = UsbManager.FUNCTION_NCM;
+ when(mUsbBackend.getCurrentFunctions()).thenReturn(UsbManager.FUNCTION_NCM);
mFragment.mOnStartTetheringCallback.onTetheringStarted();
diff --git a/tests/robotests/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceControllerTest.java
deleted file mode 100644
index d5c0b5d..0000000
--- a/tests/robotests/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceControllerTest.java
+++ /dev/null
@@ -1,108 +0,0 @@
-/*
- * Copyright (C) 2017 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.development;
-
-import static com.google.common.truth.Truth.assertThat;
-
-import static org.mockito.Mockito.verify;
-import static org.mockito.Mockito.when;
-
-import android.content.Context;
-import android.provider.Settings;
-
-import androidx.preference.PreferenceScreen;
-import androidx.preference.SwitchPreference;
-
-import org.junit.Before;
-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;
-
-@RunWith(RobolectricTestRunner.class)
-public class DisableAutomaticUpdatesPreferenceControllerTest {
-
- @Mock
- private PreferenceScreen mPreferenceScreen;
- @Mock
- private SwitchPreference mPreference;
-
- private Context mContext;
- private DisableAutomaticUpdatesPreferenceController mController;
-
- @Before
- public void setup() {
- MockitoAnnotations.initMocks(this);
- mContext = RuntimeEnvironment.application;
- mController = new DisableAutomaticUpdatesPreferenceController(mContext);
- when(mPreferenceScreen.findPreference(mController.getPreferenceKey())).thenReturn(
- mPreference);
- mController.displayPreference(mPreferenceScreen);
- }
-
- @Test
- public void onPreferenceChanged_turnOnAutomaticUpdates() {
- mController.onPreferenceChange(null, true);
-
- final int mode = Settings.Global.getInt(mContext.getContentResolver(),
- Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, -1);
-
- assertThat(mode).isEqualTo(
- DisableAutomaticUpdatesPreferenceController.ENABLE_UPDATES_SETTING);
- }
-
- @Test
- public void onPreferenceChanged_turnOffAutomaticUpdates() {
- mController.onPreferenceChange(null, false);
-
- final int mode = Settings.Global.getInt(mContext.getContentResolver(),
- Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, -1);
-
- assertThat(mode).isEqualTo(
- DisableAutomaticUpdatesPreferenceController.DISABLE_UPDATES_SETTING);
- }
-
- @Test
- public void updateState_preferenceShouldBeChecked() {
- Settings.Global
- .putInt(mContext.getContentResolver(), Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
- DisableAutomaticUpdatesPreferenceController.ENABLE_UPDATES_SETTING);
- mController.updateState(mPreference);
-
- verify(mPreference).setChecked(true);
- }
-
- @Test
- public void updateState_preferenceShouldNotBeChecked() {
- Settings.Global
- .putInt(mContext.getContentResolver(), Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
- DisableAutomaticUpdatesPreferenceController.DISABLE_UPDATES_SETTING);
- mController.updateState(mPreference);
-
- verify(mPreference).setChecked(false);
- }
-
- @Test
- public void onDeveloperOptionsDisabled_shouldDisablePreference() {
- mController.onDeveloperOptionsDisabled();
-
- verify(mPreference).setEnabled(false);
- verify(mPreference).setChecked(false);
- }
-}
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartPreferenceControllerTest.java
index fd4e82d..43fbe81 100644
--- a/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartPreferenceControllerTest.java
@@ -50,7 +50,6 @@
import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
import org.junit.Before;
-import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -65,7 +64,6 @@
import java.util.Locale;
import java.util.List;
import java.util.Map;
-import java.util.TimeZone;
@RunWith(RobolectricTestRunner.class)
public final class BatteryChartPreferenceControllerTest {
@@ -125,37 +123,6 @@
createBatteryHistoryMap());
}
- @Ignore
- @Test
- public void testOnResume_uiModeIsChanged_clearBatteryDiffEntryCache() {
- doReturn(mResources).when(mContext).getResources();
- doReturn(mConfiguration).when(mResources).getConfiguration();
- mConfiguration.uiMode = Configuration.UI_MODE_NIGHT_UNDEFINED;
- // Ensures the testing environment is correct.
- assertThat(BatteryDiffEntry.sResourceCache).hasSize(1);
- mBatteryChartPreferenceController.onResume();
- // Changes the uiMode in the configuration.
- mConfiguration.uiMode = Configuration.UI_MODE_NIGHT_YES;
-
- mBatteryChartPreferenceController.onResume();
- assertThat(BatteryDiffEntry.sResourceCache).isEmpty();
- }
-
- @Ignore
- @Test
- public void testOnResume_uiModeIsNotChanged_notClearBatteryDiffEntryCache() {
- doReturn(mResources).when(mContext).getResources();
- doReturn(mConfiguration).when(mResources).getConfiguration();
- mConfiguration.uiMode = Configuration.UI_MODE_NIGHT_UNDEFINED;
- // Ensures the testing environment is correct.
- assertThat(BatteryDiffEntry.sResourceCache).hasSize(1);
-
- mBatteryChartPreferenceController.onResume();
- assertThat(BatteryDiffEntry.sResourceCache).isNotEmpty();
- verify(mMetricsFeatureProvider)
- .action(mContext, SettingsEnums.OPEN_BATTERY_USAGE);
- }
-
@Test
public void testOnDestroy_activityIsChanging_clearBatteryEntryCache() {
doReturn(true).when(mSettingsActivity).isChangingConfigurations();
@@ -579,12 +546,12 @@
// Verifies the title in the preference group.
verify(mBatteryChartPreferenceController.mAppListPrefGroup)
.setTitle(captor.capture());
- assertThat(captor.getValue()).isEqualTo("App usage for 4 - 7");
+ assertThat(captor.getValue()).isNotEqualTo("App usage for past 24 hr");
// Verifies the title in the expandable divider.
captor = ArgumentCaptor.forClass(String.class);
verify(mBatteryChartPreferenceController.mExpandDividerPreference)
.setTitle(captor.capture());
- assertThat(captor.getValue()).isEqualTo("System usage for 4 - 7");
+ assertThat(captor.getValue()).isNotEqualTo("System usage for past 24 hr");
}
@Test
@@ -722,9 +689,6 @@
new long[] {1619196786769L, 0L, 1619247636826L};
ConvertUtils.utcToLocalTimeHour(
mContext, /*timestamp=*/ 0, /*is24HourFormat=*/ false);
- // Simulates the locale in GMT.
- ConvertUtils.sSimpleDateFormatForHour
- .setTimeZone(TimeZone.getTimeZone("GMT"));
}
private BatteryChartPreferenceController createController() {
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartViewTest.java b/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartViewTest.java
index d19a012..0b75e79 100644
--- a/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartViewTest.java
+++ b/tests/robotests/src/com/android/settings/fuelgauge/BatteryChartViewTest.java
@@ -33,7 +33,6 @@
import com.android.settings.testutils.FakeFeatureFactory;
import org.junit.Before;
-import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -44,7 +43,6 @@
import java.util.Arrays;
import java.util.ArrayList;
import java.util.Locale;
-import java.util.TimeZone;
@RunWith(RobolectricTestRunner.class)
public final class BatteryChartViewTest {
@@ -233,21 +231,4 @@
verify(mBatteryChartView.mHandler)
.postDelayed(mBatteryChartView.mUpdateClickableStateRun, 500L);
}
-
- @Ignore
- @Test
- public void testSetLatestTimestamp_generateExpectedTimestamps() {
- final long timestamp = 1619196786769L;
- ConvertUtils.sSimpleDateFormatForHour = null;
- // Invokes the method first to create the SimpleDateFormat.
- ConvertUtils.utcToLocalTimeHour(
- mContext, /*timestamp=*/ 0, /*is24HourFormat=*/ false);
- ConvertUtils.sSimpleDateFormatForHour
- .setTimeZone(TimeZone.getTimeZone("America/Los_Angeles"));
- final String[] expectedTimestamps = new String[] {"00", "06", "12", "18", "00"};
-
- mBatteryChartView.setLatestTimestamp(timestamp);
-
- assertThat(mBatteryChartView.mTimestamps).isEqualTo(expectedTimestamps);
- }
}
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/ConvertUtilsTest.java b/tests/robotests/src/com/android/settings/fuelgauge/ConvertUtilsTest.java
index 0b1a1e3..b04f053 100644
--- a/tests/robotests/src/com/android/settings/fuelgauge/ConvertUtilsTest.java
+++ b/tests/robotests/src/com/android/settings/fuelgauge/ConvertUtilsTest.java
@@ -30,7 +30,6 @@
import com.android.settings.testutils.FakeFeatureFactory;
import org.junit.Before;
-import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -50,8 +49,11 @@
public final class ConvertUtilsTest {
private Context mContext;
- @Mock private BatteryUsageStats mBatteryUsageStats;
- @Mock private BatteryEntry mockBatteryEntry;
+
+ @Mock
+ private BatteryUsageStats mBatteryUsageStats;
+ @Mock
+ private BatteryEntry mockBatteryEntry;
private FakeFeatureFactory mFeatureFactory;
private PowerUsageFeatureProvider mPowerUsageFeatureProvider;
@@ -301,7 +303,7 @@
final Map<Integer, List<BatteryDiffEntry>> purgedResultMap =
ConvertUtils.getIndexedUsageMap(
mContext, timeSlotSize, batteryHistoryKeys, batteryHistoryMap,
- /*purgeLowPercentageAndFakeData=*/ true);
+ /*purgeLowPercentageAndFakeData=*/ true);
assertThat(purgedResultMap).hasSize(2);
final List<BatteryDiffEntry> entryList = purgedResultMap.get(0);
@@ -317,69 +319,36 @@
.isEqualTo(entry.mConsumePower * ratio);
}
- @Ignore
@Test
- public void testUtcToLocalTime_returnExpectedResult() {
- ConvertUtils.sZoneId = null;
- ConvertUtils.sLocale = null;
- final long timestamp = 1619196786769L;
- final String expectedZoneId = "America/Los_Angeles";
- ConvertUtils.sSimpleDateFormat = null;
- // Invokes the method first to create the SimpleDateFormat.
- ConvertUtils.utcToLocalTime(mContext, /*timestamp=*/ 0);
- ConvertUtils.sSimpleDateFormat
- .setTimeZone(TimeZone.getTimeZone(expectedZoneId));
- mContext.getResources().getConfiguration().setLocales(
- new LocaleList(new Locale("en_US")));
+ public void testGetIndexedUsageMap_hideBackgroundUsageTime_returnsExpectedResult() {
+ final long[] batteryHistoryKeys = new long[] {101L, 102L, 103L};
+ final Map<Long, Map<String, BatteryHistEntry>> batteryHistoryMap = new HashMap<>();
+ final BatteryHistEntry fakeEntry = createBatteryHistEntry(
+ ConvertUtils.FAKE_PACKAGE_NAME, "fake_label", 0, 0L, 0L, 0L);
+ // Adds the index = 0 data.
+ Map<String, BatteryHistEntry> entryMap = new HashMap<>();
+ entryMap.put(fakeEntry.getKey(), fakeEntry);
+ batteryHistoryMap.put(Long.valueOf(batteryHistoryKeys[0]), entryMap);
+ // Adds the index = 1 data.
+ entryMap = new HashMap<>();
+ entryMap.put(fakeEntry.getKey(), fakeEntry);
+ batteryHistoryMap.put(Long.valueOf(batteryHistoryKeys[1]), entryMap);
+ // Adds the index = 2 data.
+ entryMap = new HashMap<>();
+ final BatteryHistEntry entry = createBatteryHistEntry(
+ "package3", "label3", 500, 5L, 3600000L, 7200000L);
+ entryMap.put(entry.getKey(), entry);
+ batteryHistoryMap.put(Long.valueOf(batteryHistoryKeys[2]), entryMap);
+ when(mPowerUsageFeatureProvider.getHideBackgroundUsageTimeList(mContext))
+ .thenReturn(Arrays.asList((CharSequence) "package3"));
- assertThat(ConvertUtils.utcToLocalTime(mContext, timestamp))
- .isEqualTo("Apr 24,2021 00:53:06");
- assertThat(ConvertUtils.sZoneId).isNotEqualTo(expectedZoneId);
- assertThat(ConvertUtils.sLocale).isEqualTo(new Locale("en_US"));
- }
+ final Map<Integer, List<BatteryDiffEntry>> purgedResultMap =
+ ConvertUtils.getIndexedUsageMap(
+ mContext, /*timeSlotSize=*/ 1, batteryHistoryKeys, batteryHistoryMap,
+ /*purgeLowPercentageAndFakeData=*/ true);
- @Ignore
- @Test
- public void testUtcToLocalTimeHour_12HourFormat_returnExpectedResult() {
- ConvertUtils.sZoneIdForHour = null;
- ConvertUtils.sLocaleForHour = null;
- final long timestamp = 1619000086769L;
- final String expectedZoneId = "America/Los_Angeles";
- ConvertUtils.sSimpleDateFormatForHour = null;
- // Invokes the method first to create the SimpleDateFormat.
- ConvertUtils.utcToLocalTimeHour(
- mContext, /*timestamp=*/ 0, /*is24HourFormat=*/ false);
- ConvertUtils.sSimpleDateFormatForHour
- .setTimeZone(TimeZone.getTimeZone(expectedZoneId));
- mContext.getResources().getConfiguration().setLocales(
- new LocaleList(new Locale("en_US")));
-
- assertThat(ConvertUtils.utcToLocalTimeHour(
- mContext, timestamp, /*is24HourFormat=*/ false)).isEqualTo("6");
- assertThat(ConvertUtils.sZoneIdForHour).isNotEqualTo(expectedZoneId);
- assertThat(ConvertUtils.sLocaleForHour).isEqualTo(new Locale("en_US"));
- }
-
- @Ignore
- @Test
- public void testUtcToLocalTimeHour_24HourFormat_returnExpectedResult() {
- ConvertUtils.sZoneIdForHour = null;
- ConvertUtils.sLocaleForHour = null;
- final long timestamp = 1619000086769L;
- final String expectedZoneId = "America/Los_Angeles";
- ConvertUtils.sSimpleDateFormatForHour = null;
- // Invokes the method first to create the SimpleDateFormat.
- ConvertUtils.utcToLocalTimeHour(
- mContext, /*timestamp=*/ 0, /*is24HourFormat=*/ false);
- ConvertUtils.sSimpleDateFormatForHour
- .setTimeZone(TimeZone.getTimeZone(expectedZoneId));
- mContext.getResources().getConfiguration().setLocales(
- new LocaleList(new Locale("en_US")));
-
- assertThat(ConvertUtils.utcToLocalTimeHour(
- mContext, timestamp, /*is24HourFormat=*/ true)).isEqualTo("18");
- assertThat(ConvertUtils.sZoneIdForHour).isNotEqualTo(expectedZoneId);
- assertThat(ConvertUtils.sLocaleForHour).isEqualTo(new Locale("en_US"));
+ final BatteryDiffEntry resultEntry = purgedResultMap.get(0).get(0);
+ assertThat(resultEntry.mBackgroundUsageTimeInMs).isEqualTo(0);
}
@Test
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImplTest.java b/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImplTest.java
index e8a9c5c..c0b566a 100644
--- a/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImplTest.java
+++ b/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImplTest.java
@@ -155,4 +155,9 @@
assertThat(mPowerFeatureProvider.isSmartBatterySupported()).isFalse();
}
+
+ @Test
+ public void testGetResumeChargeIntent_returnNull() {
+ assertThat(mPowerFeatureProvider.getResumeChargeIntent()).isNull();
+ }
}
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java b/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java
index 331fb34..99fbaf3 100644
--- a/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragmentTest.java
@@ -31,6 +31,7 @@
import androidx.fragment.app.FragmentActivity;
import com.android.settings.R;
+import com.android.settings.fuelgauge.batterytip.tips.BatteryDefenderTip;
import com.android.settings.fuelgauge.batterytip.tips.BatteryTip;
import com.android.settings.fuelgauge.batterytip.tips.HighUsageTip;
import com.android.settings.fuelgauge.batterytip.tips.RestrictAppTip;
@@ -74,6 +75,7 @@
private RestrictAppTip mRestrictTwoAppsTip;
private UnrestrictAppTip mUnrestrictAppTip;
private SummaryTip mSummaryTip;
+ private BatteryDefenderTip mDefenderTip;
private AppInfo mAppInfo;
private ShadowPackageManager mPackageManager;
@@ -116,6 +118,7 @@
mUnrestrictAppTip = new UnrestrictAppTip(BatteryTip.StateType.NEW, mAppInfo);
mSummaryTip = spy(new SummaryTip(BatteryTip.StateType.NEW,
EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN));
+ mDefenderTip = new BatteryDefenderTip(BatteryTip.StateType.NEW);
}
@After
@@ -243,4 +246,20 @@
+ "your phone will suggest actions you can take.\n\nYou can always turn"
+ " on Battery Saver if you’re running low on battery.");
}
+
+ @Test
+ public void testOnCreateDialog_defenderTip_fireDialog() {
+ mDialogFragment = BatteryTipDialogFragment.newInstance(mDefenderTip, METRICS_KEY);
+
+ FragmentController.setupFragment(mDialogFragment, FragmentActivity.class,
+ 0 /* containerViewId */, null /* bundle */);
+
+ final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog();
+ ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog);
+
+ assertThat(shadowDialog.getTitle()).isEqualTo(
+ mContext.getString(R.string.battery_tip_limited_temporarily_title));
+ assertThat(shadowDialog.getMessage()).isEqualTo(
+ mContext.getString(R.string.battery_tip_limited_temporarily_dialog_msg, "80%"));
+ }
}
diff --git a/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderActionTest.java b/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderActionTest.java
deleted file mode 100644
index ad5dc54..0000000
--- a/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/BatteryDefenderActionTest.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * 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.fuelgauge.batterytip.actions;
-
-
-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.verify;
-
-import android.app.settings.SettingsEnums;
-import android.content.Context;
-
-import com.android.settings.R;
-import com.android.settings.SettingsActivity;
-import com.android.settings.testutils.FakeFeatureFactory;
-import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
-
-import org.junit.Before;
-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;
-
-@RunWith(RobolectricTestRunner.class)
-public final class BatteryDefenderActionTest {
-
- private Context mContext;
- private FakeFeatureFactory mFeatureFactory;
- private BatteryDefenderAction mBatteryDefenderAction;
- private MetricsFeatureProvider mMetricsFeatureProvider;
-
- @Mock private SettingsActivity mSettingsActivity;
-
- @Before
- public void setUp() {
- MockitoAnnotations.initMocks(this);
-
- mFeatureFactory = FakeFeatureFactory.setupForTest();
- mMetricsFeatureProvider = mFeatureFactory.metricsFeatureProvider;
- mContext = spy(RuntimeEnvironment.application);
- doReturn(mContext).when(mSettingsActivity).getApplicationContext();
- mBatteryDefenderAction = new BatteryDefenderAction(mSettingsActivity);
- }
-
- @Test
- public void testHandlePositiveAction_logMetric() {
- final int metricKey = 10;
- mBatteryDefenderAction.handlePositiveAction(metricKey);
-
- verify(mMetricsFeatureProvider).action(mContext,
- SettingsEnums.ACTION_TIP_BATTERY_DEFENDER, metricKey);
- }
-}
diff --git a/tests/robotests/src/com/android/settings/gestures/LabeledSeekBarPreferenceTest.java b/tests/robotests/src/com/android/settings/gestures/LabeledSeekBarPreferenceTest.java
index 4fb94f8..3d83d58 100644
--- a/tests/robotests/src/com/android/settings/gestures/LabeledSeekBarPreferenceTest.java
+++ b/tests/robotests/src/com/android/settings/gestures/LabeledSeekBarPreferenceTest.java
@@ -16,6 +16,8 @@
package com.android.settings.gestures;
+import static com.google.common.truth.Truth.assertThat;
+
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
@@ -24,9 +26,12 @@
import android.view.View;
import android.widget.LinearLayout;
import android.widget.SeekBar;
+import android.widget.TextView;
import androidx.preference.Preference;
+import androidx.preference.PreferenceViewHolder;
+import com.android.internal.R;
import com.android.settings.widget.LabeledSeekBarPreference;
import org.junit.Before;
@@ -41,7 +46,9 @@
public class LabeledSeekBarPreferenceTest {
private Context mContext;
+ private PreferenceViewHolder mViewHolder;
private SeekBar mSeekBar;
+ private TextView mSummary;
private LabeledSeekBarPreference mSeekBarPreference;
@Mock
@@ -57,7 +64,9 @@
final View view =
inflater.inflate(mSeekBarPreference.getLayoutResource(),
new LinearLayout(mContext), false);
- mSeekBar = view.findViewById(com.android.internal.R.id.seekbar);
+ mViewHolder = PreferenceViewHolder.createInstanceForTests(view);
+ mSeekBar = (SeekBar) mViewHolder.findViewById(R.id.seekbar);
+ mSummary = (TextView) mViewHolder.findViewById(R.id.summary);
}
@Test
@@ -69,4 +78,23 @@
verify(mListener, times(1)).onPreferenceChange(mSeekBarPreference, 2);
}
+
+ @Test
+ public void seekBarPreferenceSummarySet_returnsValue() {
+ final String summary = "this is a summary";
+ mSeekBarPreference.setSummary(summary);
+ mSeekBarPreference.onBindViewHolder(mViewHolder);
+
+ assertThat(mSeekBarPreference.getSummary()).isEqualTo(summary);
+ assertThat(mSummary.getText()).isEqualTo(summary);
+ }
+
+ @Test
+ public void seekBarPreferenceSummaryNull_hidesView() {
+ mSeekBarPreference.setSummary(null);
+ mSeekBarPreference.onBindViewHolder(mViewHolder);
+
+ assertThat(mSummary.getText()).isEqualTo("");
+ assertThat(mSummary.getVisibility()).isEqualTo(View.GONE);
+ }
}
diff --git a/tests/robotests/src/com/android/settings/gestures/LongPressPowerButtonPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/LongPressPowerButtonPreferenceControllerTest.java
index 053fa5a..fa97754 100644
--- a/tests/robotests/src/com/android/settings/gestures/LongPressPowerButtonPreferenceControllerTest.java
+++ b/tests/robotests/src/com/android/settings/gestures/LongPressPowerButtonPreferenceControllerTest.java
@@ -137,7 +137,7 @@
when(mResources.getInteger(
com.android.internal.R.integer.config_keyChordPowerVolumeUp))
.thenReturn(
- LongPressPowerButtonPreferenceController.KEY_CHORD_POWER_VOLUME_UP_NO_ACTION);
+ LongPressPowerButtonPreferenceController.KEY_CHORD_POWER_VOLUME_UP_NO_ACTION);
verify(mController.mFooterHint).setVisible(false);
}
@@ -148,7 +148,7 @@
assertThat(Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.POWER_BUTTON_LONG_PRESS, -1)).isEqualTo(
- LongPressPowerButtonPreferenceController.LONG_PRESS_POWER_ASSISTANT_VALUE);
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_ASSISTANT_VALUE);
assertThat(Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.KEY_CHORD_POWER_VOLUME_UP, -1)).isEqualTo(
LongPressPowerButtonPreferenceController.KEY_CHORD_POWER_VOLUME_UP_GLOBAL_ACTIONS);
@@ -162,19 +162,19 @@
when(mResources.getInteger(
com.android.internal.R.integer.config_longPressOnPowerBehavior))
.thenReturn(
- LongPressPowerButtonPreferenceController.LONG_PRESS_POWER_GLOBAL_ACTIONS);
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_GLOBAL_ACTIONS);
mController.onPreferenceChange(null, false);
assertThat(Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.POWER_BUTTON_LONG_PRESS, -1)).isEqualTo(
- LongPressPowerButtonPreferenceController.LONG_PRESS_POWER_GLOBAL_ACTIONS);
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_GLOBAL_ACTIONS);
assertThat(Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.KEY_CHORD_POWER_VOLUME_UP, -1)).isEqualTo(
LongPressPowerButtonPreferenceController.KEY_CHORD_POWER_VOLUME_UP_NO_ACTION);
verify(mController.mAssistSwitch).setSummary(
getString(
- R.string.power_menu_summary_long_press_for_assist_disabled_with_power_menu));
+ R.string.power_menu_summary_long_press_for_assist_disabled_with_power_menu));
}
@Test
@@ -199,23 +199,22 @@
@Test
public void preferenceUnchecked_assistDefault_setNoAction() {
- // Value out of range chosen deliberately.
+ // Ensure that the Assistant is the default behavior for LPP.
when(mResources.getInteger(
com.android.internal.R.integer.config_longPressOnPowerBehavior))
.thenReturn(
- LongPressPowerButtonPreferenceController.LONG_PRESS_POWER_ASSISTANT_VALUE);
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_ASSISTANT_VALUE);
mController.onPreferenceChange(null, false);
assertThat(Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.POWER_BUTTON_LONG_PRESS, -1)).isEqualTo(
- LongPressPowerButtonPreferenceController.LONG_PRESS_POWER_NO_ACTION);
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_GLOBAL_ACTIONS);
assertThat(Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.KEY_CHORD_POWER_VOLUME_UP, -1)).isEqualTo(
LongPressPowerButtonPreferenceController.KEY_CHORD_POWER_VOLUME_UP_NO_ACTION);
- verify(mController.mAssistSwitch).setSummary(
- getString(
- R.string.power_menu_summary_long_press_for_assist_disabled_no_action));
+ verify(mController.mAssistSwitch).setSummary(getString(
+ R.string.power_menu_summary_long_press_for_assist_disabled_with_power_menu));
}
private String getString(@StringRes int id) {
diff --git a/tests/robotests/src/com/android/settings/gestures/LongPressPowerSensitivityPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/gestures/LongPressPowerSensitivityPreferenceControllerTest.java
new file mode 100644
index 0000000..9c99092
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/LongPressPowerSensitivityPreferenceControllerTest.java
@@ -0,0 +1,143 @@
+/*
+ * 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.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.app.Application;
+import android.content.res.Resources;
+import android.provider.Settings;
+
+import androidx.test.core.app.ApplicationProvider;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.robolectric.RobolectricTestRunner;
+
+@RunWith(RobolectricTestRunner.class)
+public class LongPressPowerSensitivityPreferenceControllerTest {
+
+ private static final String KEY_LONG_PRESS_SENSITIVITY =
+ "gesture_power_menu_long_press_for_assist_sensitivity";
+
+ private static final int[] SENSITIVITY_VALUES = {250, 350, 500, 750, 850};
+
+ private Application mContext;
+ private Resources mResources;
+ private LongPressPowerSensitivityPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ mResources = mock(Resources.class);
+ when(mContext.getResources()).thenReturn(mResources);
+
+ when(mResources.getIntArray(
+ com.android.internal.R.array.config_longPressOnPowerDurationSettings))
+ .thenReturn(SENSITIVITY_VALUES);
+
+ mController = new LongPressPowerSensitivityPreferenceController(mContext,
+ KEY_LONG_PRESS_SENSITIVITY);
+ }
+
+ @Test
+ public void getSliderPosition_returnsDefaultValue() {
+ when(mResources.getInteger(
+ com.android.internal.R.integer.config_longPressOnPowerDurationMs))
+ .thenReturn(750);
+ assertThat(mController.getSliderPosition()).isEqualTo(3);
+ }
+
+ @Test
+ public void getSliderPosition_returnsSetValue() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS_DURATION_MS, 350);
+ assertThat(mController.getSliderPosition()).isEqualTo(1);
+ }
+
+ @Test
+ public void setSliderPosition_setsValue() {
+ mController.setSliderPosition(4);
+ assertThat(Settings.Global.getInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS_DURATION_MS, 0)).isEqualTo(850);
+ }
+
+ @Test
+ public void setSliderPositionOutOfBounds_returnsFalse() {
+ assertThat(mController.setSliderPosition(-1)).isFalse();
+ assertThat(mController.setSliderPosition(10)).isFalse();
+ }
+
+ @Test
+ public void getMin_isZero() {
+ assertThat(mController.getMin()).isEqualTo(0);
+ }
+
+ @Test
+ public void getMax_isEqualToLastValueIndex() {
+ assertThat(mController.getMax()).isEqualTo(4);
+ }
+
+ @Test
+ public void longPressForAssistEnabled_isAvailable() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS,
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_ASSISTANT_VALUE);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ LongPressPowerSensitivityPreferenceController.AVAILABLE);
+ }
+
+ @Test
+ public void longPressForAssistDisabled_isNotAvailableDueToDependentSetting() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS,
+ PowerMenuSettingsUtils.LONG_PRESS_POWER_NO_ACTION);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ LongPressPowerSensitivityPreferenceController.DISABLED_DEPENDENT_SETTING);
+ }
+
+ @Test
+ public void sensitivityValuesAreNull_notAvailable() {
+ when(mResources.getIntArray(
+ com.android.internal.R.array.config_longPressOnPowerDurationSettings))
+ .thenReturn(null);
+ mController = new LongPressPowerSensitivityPreferenceController(mContext,
+ KEY_LONG_PRESS_SENSITIVITY);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ LongPressPowerSensitivityPreferenceController.UNSUPPORTED_ON_DEVICE);
+ }
+
+ @Test
+ public void sensitivityValuesArrayTooShort_notAvailable() {
+ when(mResources.getIntArray(
+ com.android.internal.R.array.config_longPressOnPowerDurationSettings))
+ .thenReturn(new int[]{200});
+ mController = new LongPressPowerSensitivityPreferenceController(mContext,
+ KEY_LONG_PRESS_SENSITIVITY);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ LongPressPowerSensitivityPreferenceController.UNSUPPORTED_ON_DEVICE);
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/gestures/PowerMenuSettingsUtilsTest.java b/tests/robotests/src/com/android/settings/gestures/PowerMenuSettingsUtilsTest.java
new file mode 100644
index 0000000..25f0320
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/gestures/PowerMenuSettingsUtilsTest.java
@@ -0,0 +1,91 @@
+/*
+ * 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.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 org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.robolectric.RobolectricTestRunner;
+
+@RunWith(RobolectricTestRunner.class)
+public class PowerMenuSettingsUtilsTest {
+
+ 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 longPressBehaviourValuePresent_returnsValue() {
+ when(mResources.getInteger(
+ com.android.internal.R.integer.config_longPressOnPowerBehavior))
+ .thenReturn(0);
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS, 1);
+
+ assertThat(PowerMenuSettingsUtils.getPowerButtonSettingValue(mContext)).isEqualTo(1);
+ }
+
+ @Test
+ public void longPressBehaviourValueNotPresent_returnsDefault() {
+ when(mResources.getInteger(
+ com.android.internal.R.integer.config_longPressOnPowerBehavior))
+ .thenReturn(2);
+
+ assertThat(PowerMenuSettingsUtils.getPowerButtonSettingValue(mContext)).isEqualTo(2);
+ }
+
+ @Test
+ public void longPressBehaviourValueSetToAssistant_isAssistEnabledReturnsTrue() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS, 5);
+ assertThat(PowerMenuSettingsUtils.isLongPressPowerForAssistEnabled(mContext)).isTrue();
+ }
+
+ @Test
+ public void longPressBehaviourValueNotSetToAssistant_isAssistEnabledReturnsFalse() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.POWER_BUTTON_LONG_PRESS, 3);
+ assertThat(PowerMenuSettingsUtils.isLongPressPowerForAssistEnabled(mContext)).isFalse();
+ }
+
+ @Test
+ public void longPressBehaviourDefaultSetToAssistant_isAssistEnabledReturnsFalse() {
+ when(mResources.getInteger(
+ com.android.internal.R.integer.config_longPressOnPowerBehavior))
+ .thenReturn(3);
+
+ assertThat(PowerMenuSettingsUtils.isLongPressPowerForAssistEnabled(mContext)).isFalse();
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragmentTest.java b/tests/robotests/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragmentTest.java
index d0df92e..70b0598 100644
--- a/tests/robotests/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragmentTest.java
+++ b/tests/robotests/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragmentTest.java
@@ -159,7 +159,7 @@
eq(SubscriptionManager.NAME_SOURCE_USER_INPUT));
assertThat(captor.getValue()).isEqualTo("test2");
verify(mSubscriptionMgr)
- .setIconTint(eq(Color.parseColor("#ff00796b" /* teal */)), eq(mSubscriptionId));
+ .setIconTint(eq(Color.parseColor("#ff006D74" /* cyan */)), eq(mSubscriptionId));
}
@Test
@@ -174,6 +174,34 @@
assertThat(view.findViewById(R.id.number_label).getVisibility()).isEqualTo(View.GONE);
}
+ @Test
+ public void populateView_getPreviousSimColor_setCorrectSelection() {
+ final View view = LayoutInflater.from(mActivity).inflate(
+ R.layout.dialog_mobile_network_rename, null);
+ when(mSubscriptionInfo.getIconTint())
+ .thenReturn(Color.parseColor("#ff3367d6"/* blue700 */));
+
+ startDialog();
+ mFragment.populateView(view);
+
+ final Spinner colorSpinnerView = mFragment.getColorSpinnerView();
+ assertThat(colorSpinnerView.getSelectedItemPosition()).isEqualTo(1);
+ }
+
+ @Test
+ public void populateView_getUpdatedSimColor_setCorrectSelection() {
+ final View view = LayoutInflater.from(mActivity).inflate(
+ R.layout.dialog_mobile_network_rename, null);
+ when(mSubscriptionInfo.getIconTint())
+ .thenReturn(Color.parseColor("#ff137333"/* Green800 */));
+
+ startDialog();
+ mFragment.populateView(view);
+
+ final Spinner colorSpinnerView = mFragment.getColorSpinnerView();
+ assertThat(colorSpinnerView.getSelectedItemPosition()).isEqualTo(2);
+ }
+
/**
* Helper method to start the dialog
*/
diff --git a/tests/robotests/src/com/android/settings/password/ChooseLockGenericControllerTest.java b/tests/robotests/src/com/android/settings/password/ChooseLockGenericControllerTest.java
index 049a349..996d572 100644
--- a/tests/robotests/src/com/android/settings/password/ChooseLockGenericControllerTest.java
+++ b/tests/robotests/src/com/android/settings/password/ChooseLockGenericControllerTest.java
@@ -22,6 +22,7 @@
import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_NONE;
import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC;
import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_COMPLEX;
+import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_MANAGED;
import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_NUMERIC;
import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_NUMERIC_COMPLEX;
import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_SOMETHING;
@@ -190,6 +191,16 @@
}
@Test
+ public void isScreenLockEnabled_QualityManaged() {
+ setDevicePolicyPasswordQuality(PASSWORD_QUALITY_MANAGED);
+ assertThat(mController.isScreenLockEnabled(ScreenLockType.NONE)).isFalse();
+ assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse();
+ assertThat(mController.isScreenLockEnabled(ScreenLockType.PATTERN)).isFalse();
+ assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isFalse();
+ assertThat(mController.isScreenLockEnabled(ScreenLockType.PASSWORD)).isFalse();
+ }
+
+ @Test
public void isScreenLockEnabled_NoneComplexity() {
when(mLockPatternUtils.getRequestedPasswordComplexity(anyInt(), anyBoolean()))
.thenReturn(PASSWORD_COMPLEXITY_NONE);
@@ -353,6 +364,9 @@
when(mLockPatternUtils.getRequestedPasswordMetrics(anyInt(), anyBoolean()))
.thenReturn(policy.getMinMetrics());
+
+ when(mLockPatternUtils.isCredentialsDisabledForUser(anyInt()))
+ .thenReturn(quality == PASSWORD_QUALITY_MANAGED);
}
private ChooseLockGenericController.Builder createBuilder() {
diff --git a/tests/robotests/src/com/android/settings/password/ChooseLockPasswordTest.java b/tests/robotests/src/com/android/settings/password/ChooseLockPasswordTest.java
index 7da9c50..e789b61 100644
--- a/tests/robotests/src/com/android/settings/password/ChooseLockPasswordTest.java
+++ b/tests/robotests/src/com/android/settings/password/ChooseLockPasswordTest.java
@@ -405,18 +405,6 @@
}
@Test
- public void assertThat_chooseLockIconChanged_WhenFingerprintExtraSet() {
- ShadowDrawable drawable = setActivityAndGetIconDrawable(true);
- assertThat(drawable.getCreatedFromResId()).isEqualTo(R.drawable.ic_fingerprint_header);
- }
-
- @Test
- public void assertThat_chooseLockIconNotChanged_WhenFingerprintExtraSet() {
- ShadowDrawable drawable = setActivityAndGetIconDrawable(false);
- assertThat(drawable.getCreatedFromResId()).isNotEqualTo(R.drawable.ic_fingerprint_header);
- }
-
- @Test
public void validateComplexityMergedFromDpmOnCreate() {
ShadowLockPatternUtils.setRequiredPasswordComplexity(PASSWORD_COMPLEXITY_LOW);
diff --git a/tests/robotests/src/com/android/settings/password/ChooseLockPatternTest.java b/tests/robotests/src/com/android/settings/password/ChooseLockPatternTest.java
index 1cb946b..f5cc394 100644
--- a/tests/robotests/src/com/android/settings/password/ChooseLockPatternTest.java
+++ b/tests/robotests/src/com/android/settings/password/ChooseLockPatternTest.java
@@ -31,9 +31,6 @@
import com.android.settings.password.ChooseLockPattern.ChooseLockPatternFragment;
import com.android.settings.password.ChooseLockPattern.IntentBuilder;
import com.android.settings.testutils.shadow.ShadowUtils;
-import com.android.settingslib.testutils.DrawableTestHelper;
-
-import com.google.android.setupdesign.GlifLayout;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -99,16 +96,6 @@
.isNotNull();
}
- @Config(qualifiers = "sw400dp")
- @Test
- public void fingerprintExtraSet_shouldDisplayFingerprintIcon() {
- ChooseLockPattern activity = createActivity(true);
- ChooseLockPatternFragment fragment = (ChooseLockPatternFragment)
- activity.getSupportFragmentManager().findFragmentById(R.id.main_content);
- DrawableTestHelper.assertDrawableResId(((GlifLayout) fragment.getView()).getIcon(),
- R.drawable.ic_fingerprint_header);
- }
-
@Config(qualifiers = "sw300dp")
@Test
public void smallScreens_shouldHideIcon() {
diff --git a/tests/robotests/src/com/android/settings/system/DisableAutomaticUpdatesPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/system/DisableAutomaticUpdatesPreferenceControllerTest.java
new file mode 100644
index 0000000..db8486e
--- /dev/null
+++ b/tests/robotests/src/com/android/settings/system/DisableAutomaticUpdatesPreferenceControllerTest.java
@@ -0,0 +1,102 @@
+/*
+ * 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.system;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import android.content.Context;
+import android.provider.Settings;
+
+import androidx.preference.PreferenceScreen;
+import androidx.preference.SwitchPreference;
+
+import com.android.settings.core.BasePreferenceController;
+
+import org.junit.Before;
+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;
+
+@RunWith(RobolectricTestRunner.class)
+public class DisableAutomaticUpdatesPreferenceControllerTest {
+
+ @Mock
+ private PreferenceScreen mPreferenceScreen;
+ @Mock
+ private SwitchPreference mPreference;
+
+ private Context mContext;
+ private DisableAutomaticUpdatesPreferenceController mController;
+
+ @Before
+ public void setup() {
+ MockitoAnnotations.initMocks(this);
+ mContext = RuntimeEnvironment.application;
+ mController = new DisableAutomaticUpdatesPreferenceController(mContext, "test");
+ }
+
+ @Test
+ public void getAvailabilityStatus_shouldReturnAVAILABLE() {
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ BasePreferenceController.AVAILABLE);
+ }
+
+ @Test
+ public void isChecked_valueIsZeroInProvider_shouldReturnTrue() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
+ DisableAutomaticUpdatesPreferenceController.ENABLE_UPDATES_SETTING);
+
+ assertThat(mController.isChecked()).isTrue();
+ }
+
+ @Test
+ public void isChecked_valueIsOneInProvider_shouldReturnFalse() {
+ Settings.Global.putInt(mContext.getContentResolver(),
+ Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
+ DisableAutomaticUpdatesPreferenceController.DISABLE_UPDATES_SETTING);
+
+ assertThat(mController.isChecked()).isFalse();
+ }
+
+ @Test
+ public void setChecked_true_providerValueIsZero() {
+ mController.setChecked(true);
+
+ int value = Settings.Global.getInt(mContext.getContentResolver(),
+ Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
+ DisableAutomaticUpdatesPreferenceController.ENABLE_UPDATES_SETTING /* default */);
+
+ assertThat(value).isEqualTo(
+ DisableAutomaticUpdatesPreferenceController.ENABLE_UPDATES_SETTING);
+ }
+
+ @Test
+ public void setChecked_false_providerValueIsOne() {
+ mController.setChecked(false);
+
+ int value = Settings.Global.getInt(mContext.getContentResolver(),
+ Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
+ DisableAutomaticUpdatesPreferenceController.ENABLE_UPDATES_SETTING /* default */);
+
+ assertThat(value).isEqualTo(
+ DisableAutomaticUpdatesPreferenceController.DISABLE_UPDATES_SETTING);
+ }
+}
diff --git a/tests/robotests/src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2Test.java b/tests/robotests/src/com/android/settings/wifi/details/WifiNetworkDetailsFragmentTest.java
similarity index 91%
rename from tests/robotests/src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2Test.java
rename to tests/robotests/src/com/android/settings/wifi/details/WifiNetworkDetailsFragmentTest.java
index fdd6295a..4f74254 100644
--- a/tests/robotests/src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2Test.java
+++ b/tests/robotests/src/com/android/settings/wifi/details/WifiNetworkDetailsFragmentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 The Android Open Source Project
+ * 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.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package com.android.settings.wifi.details2;
+package com.android.settings.wifi.details;
import static com.android.settings.wifi.WifiSettings.WIFI_DIALOG_ID;
@@ -54,9 +54,9 @@
import java.util.ArrayList;
@RunWith(RobolectricTestRunner.class)
-public class WifiNetworkDetailsFragment2Test {
+public class WifiNetworkDetailsFragmentTest {
- final String TEST_PREFERENCE_KEY = "TEST_PREFERENCE_KEY";
+ private static final String TEST_PREFERENCE_KEY = "TEST_PREFERENCE_KEY";
@Mock
WifiEntry mWifiEntry;
@@ -64,7 +64,7 @@
NetworkDetailsTracker mNetworkDetailsTracker;
@Mock
Menu mMenu;
- private WifiNetworkDetailsFragment2 mFragment;
+ private WifiNetworkDetailsFragment mFragment;
@Before
public void setUp() {
@@ -72,7 +72,7 @@
doReturn(mWifiEntry).when(mNetworkDetailsTracker).getWifiEntry();
doReturn(true).when(mWifiEntry).isSaved();
- mFragment = new WifiNetworkDetailsFragment2();
+ mFragment = new WifiNetworkDetailsFragment();
mFragment.mNetworkDetailsTracker = mNetworkDetailsTracker;
}
@@ -165,8 +165,8 @@
verify(controller).displayPreference(screen);
}
- // Fake WifiNetworkDetailsFragment2 to override the protected method as public.
- public class FakeFragment extends WifiNetworkDetailsFragment2 {
+ // Fake WifiNetworkDetailsFragment to override the protected method as public.
+ public static class FakeFragment extends WifiNetworkDetailsFragment {
@Override
public void addPreferenceController(AbstractPreferenceController controller) {
@@ -179,7 +179,7 @@
}
}
- public class TestController extends BasePreferenceController {
+ public static class TestController extends BasePreferenceController {
public TestController() {
super(RuntimeEnvironment.application, TEST_PREFERENCE_KEY);
diff --git a/tests/robotests/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2Test.java b/tests/robotests/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2Test.java
index 7354d85..6a098bc 100644
--- a/tests/robotests/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2Test.java
+++ b/tests/robotests/src/com/android/settings/wifi/details2/WifiDetailPreferenceController2Test.java
@@ -76,6 +76,7 @@
import com.android.settings.testutils.shadow.ShadowDevicePolicyManager;
import com.android.settings.testutils.shadow.ShadowEntityHeaderController;
import com.android.settings.widget.EntityHeaderController;
+import com.android.settings.wifi.details.WifiNetworkDetailsFragment;
import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
import com.android.settingslib.core.lifecycle.Lifecycle;
import com.android.settingslib.utils.StringUtil;
@@ -145,7 +146,7 @@
@Mock
private WifiInfo mMockWifiInfo;
@Mock
- private WifiNetworkDetailsFragment2 mMockFragment;
+ private WifiNetworkDetailsFragment mMockFragment;
@Mock
private WifiManager mMockWifiManager;
@Mock
diff --git a/tests/unit/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceControllerTest.java b/tests/unit/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceControllerTest.java
new file mode 100644
index 0000000..f66e65f
--- /dev/null
+++ b/tests/unit/src/com/android/settings/biometrics/combination/BiometricSettingsAppPreferenceControllerTest.java
@@ -0,0 +1,46 @@
+/*
+ * 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.biometrics.combination;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import android.content.Context;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class BiometricSettingsAppPreferenceControllerTest {
+
+ private Context mContext;
+ private BiometricSettingsAppPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = ApplicationProvider.getApplicationContext();
+ mController = new BiometricSettingsAppPreferenceController(mContext, "key");
+ }
+
+ @Test
+ public void isSliceable_returnFalse() {
+ assertThat(mController.isSliceable()).isFalse();
+ }
+}
diff --git a/tests/unit/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceControllerTest.java b/tests/unit/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceControllerTest.java
new file mode 100644
index 0000000..400b4fe
--- /dev/null
+++ b/tests/unit/src/com/android/settings/biometrics/combination/BiometricSettingsKeyguardPreferenceControllerTest.java
@@ -0,0 +1,46 @@
+/*
+ * 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.biometrics.combination;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import android.content.Context;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class BiometricSettingsKeyguardPreferenceControllerTest {
+
+ private Context mContext;
+ private BiometricSettingsKeyguardPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = ApplicationProvider.getApplicationContext();
+ mController = new BiometricSettingsKeyguardPreferenceController(mContext, "key");
+ }
+
+ @Test
+ public void isSliceable_returnFalse() {
+ assertThat(mController.isSliceable()).isFalse();
+ }
+}
diff --git a/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsAppPreferenceControllerTest.java b/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsAppPreferenceControllerTest.java
new file mode 100644
index 0000000..af45a68
--- /dev/null
+++ b/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsAppPreferenceControllerTest.java
@@ -0,0 +1,46 @@
+/*
+ * 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.biometrics.face;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import android.content.Context;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class FaceSettingsAppPreferenceControllerTest {
+
+ private Context mContext;
+ private FaceSettingsAppPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = ApplicationProvider.getApplicationContext();
+ mController = new FaceSettingsAppPreferenceController(mContext);
+ }
+
+ @Test
+ public void isSliceable_returnFalse() {
+ assertThat(mController.isSliceable()).isFalse();
+ }
+}
diff --git a/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsConfirmPreferenceControllerTest.java b/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsConfirmPreferenceControllerTest.java
new file mode 100644
index 0000000..6782959
--- /dev/null
+++ b/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsConfirmPreferenceControllerTest.java
@@ -0,0 +1,46 @@
+/*
+ * 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.biometrics.face;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import android.content.Context;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class FaceSettingsConfirmPreferenceControllerTest {
+
+ private Context mContext;
+ private FaceSettingsConfirmPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = ApplicationProvider.getApplicationContext();
+ mController = new FaceSettingsConfirmPreferenceController(mContext);
+ }
+
+ @Test
+ public void isSliceable_returnFalse() {
+ assertThat(mController.isSliceable()).isFalse();
+ }
+}
diff --git a/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsKeyguardPreferenceControllerTest.java b/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsKeyguardPreferenceControllerTest.java
new file mode 100644
index 0000000..ee62ed7
--- /dev/null
+++ b/tests/unit/src/com/android/settings/biometrics/face/FaceSettingsKeyguardPreferenceControllerTest.java
@@ -0,0 +1,45 @@
+/*
+ * 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.biometrics.face;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import android.content.Context;
+
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+@RunWith(AndroidJUnit4.class)
+public class FaceSettingsKeyguardPreferenceControllerTest {
+ private Context mContext;
+ private FaceSettingsKeyguardPreferenceController mController;
+
+ @Before
+ public void setUp() {
+ mContext = ApplicationProvider.getApplicationContext();
+ mController = new FaceSettingsKeyguardPreferenceController(mContext);
+ }
+
+ @Test
+ public void isSliceable_returnFalse() {
+ assertThat(mController.isSliceable()).isFalse();
+ }
+}
diff --git a/tests/unit/src/com/android/settings/network/SubscriptionsPreferenceControllerTest.java b/tests/unit/src/com/android/settings/network/SubscriptionsPreferenceControllerTest.java
index cb78d19..7cffb76 100644
--- a/tests/unit/src/com/android/settings/network/SubscriptionsPreferenceControllerTest.java
+++ b/tests/unit/src/com/android/settings/network/SubscriptionsPreferenceControllerTest.java
@@ -665,6 +665,7 @@
doReturn(true).when(sInjector).isProviderModelEnabled(mContext);
doReturn(sub.get(0)).when(mSubscriptionManager).getDefaultDataSubscriptionInfo();
Drawable icon = mock(Drawable.class);
+ when(mTelephonyManager.isDataEnabled()).thenReturn(true);
doReturn(icon).when(sInjector).getIcon(any(), anyInt(), anyInt(), eq(false));
setupGetIconConditions(sub.get(0).getSubscriptionId(), true, true,
true, ServiceState.STATE_IN_SERVICE);
@@ -683,6 +684,7 @@
doReturn(true).when(sInjector).isProviderModelEnabled(mContext);
doReturn(subs.get(0)).when(mSubscriptionManager).getDefaultDataSubscriptionInfo();
Drawable icon = mock(Drawable.class);
+ when(mTelephonyManager.isDataEnabled()).thenReturn(true);
doReturn(icon).when(sInjector).getIcon(any(), anyInt(), anyInt(), eq(false));
setupGetIconConditions(subId, false, true,
true, ServiceState.STATE_IN_SERVICE);
@@ -701,7 +703,8 @@
doReturn(true).when(sInjector).isProviderModelEnabled(mContext);
doReturn(subs.get(0)).when(mSubscriptionManager).getDefaultDataSubscriptionInfo();
Drawable icon = mock(Drawable.class);
- doReturn(icon).when(sInjector).getIcon(any(), anyInt(), anyInt(), eq(false));
+ when(mTelephonyManager.isDataEnabled()).thenReturn(false);
+ doReturn(icon).when(sInjector).getIcon(any(), anyInt(), anyInt(), eq(true));
setupGetIconConditions(subId, false, false,
false, ServiceState.STATE_IN_SERVICE);
diff --git a/tests/unit/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceControllerTest.java b/tests/unit/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceControllerTest.java
new file mode 100644
index 0000000..9eb67df
--- /dev/null
+++ b/tests/unit/src/com/android/settings/network/telephony/NrAdvancedCallingPreferenceControllerTest.java
@@ -0,0 +1,168 @@
+/*
+ * 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.network.telephony;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import static org.mockito.ArgumentMatchers.anyBoolean;
+import static org.mockito.Mockito.doReturn;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.when;
+
+import android.content.Context;
+import android.os.PersistableBundle;
+import android.telephony.CarrierConfigManager;
+import android.telephony.SubscriptionManager;
+import android.telephony.TelephonyManager;
+
+import androidx.preference.SwitchPreference;
+import androidx.test.core.app.ApplicationProvider;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import com.android.settings.core.BasePreferenceController;
+import com.android.settingslib.RestrictedSwitchPreference;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.mockito.Mock;
+import org.mockito.MockitoAnnotations;
+
+@RunWith(AndroidJUnit4.class)
+public class NrAdvancedCallingPreferenceControllerTest {
+ private static final int SUB_ID = 2;
+
+ @Mock
+ private TelephonyManager mTelephonyManager;
+ @Mock
+ private TelephonyManager mInvalidTelephonyManager;
+ @Mock
+ private SubscriptionManager mSubscriptionManager;
+ @Mock
+ private CarrierConfigManager mCarrierConfigManager;
+
+ private NrAdvancedCallingPreferenceController mController;
+ private SwitchPreference mPreference;
+ private PersistableBundle mCarrierConfig;
+ private Context mContext;
+
+ @Before
+ public void setUp() {
+ MockitoAnnotations.initMocks(this);
+
+ mContext = spy(ApplicationProvider.getApplicationContext());
+ when(mContext.getSystemService(TelephonyManager.class)).thenReturn(mTelephonyManager);
+ when(mContext.getSystemService(SubscriptionManager.class)).thenReturn(mSubscriptionManager);
+ when(mContext.getSystemService(CarrierConfigManager.class))
+ .thenReturn(mCarrierConfigManager);
+
+ doReturn(mTelephonyManager).when(mTelephonyManager).createForSubscriptionId(SUB_ID);
+ doReturn(mInvalidTelephonyManager).when(mTelephonyManager).createForSubscriptionId(
+ SubscriptionManager.INVALID_SUBSCRIPTION_ID);
+ doReturn(TelephonyManager.NETWORK_TYPE_BITMASK_NR).when(
+ mTelephonyManager).getSupportedRadioAccessFamily();
+ doReturn(false).when(mTelephonyManager).isVoNrEnabled();
+ doReturn(TelephonyManager.ENABLE_VONR_REQUEST_NOT_SUPPORTED).when(
+ mTelephonyManager).setVoNrEnabled(anyBoolean());
+ mCarrierConfig = new PersistableBundle();
+ doReturn(mCarrierConfig).when(mCarrierConfigManager).getConfigForSubId(SUB_ID);
+ mCarrierConfig.putBoolean(CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL, false);
+ mCarrierConfig.putIntArray(CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY,
+ new int[]{1, 2});
+
+ mPreference = new RestrictedSwitchPreference(mContext);
+ mController = spy(new NrAdvancedCallingPreferenceController(mContext, "VoNr"));
+ mController.init(SUB_ID);
+ doReturn(true).when(mController).isCallStateIdle();
+ mPreference.setKey(mController.getPreferenceKey());
+ }
+
+ @Test
+ public void getAvailabilityStatus_vonrDisabled_returnUnavailable() {
+ mCarrierConfig.putBoolean(CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL, false);
+
+ mController.init(SUB_ID);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_vonrEnabled_returnAvailable() {
+ mCarrierConfig.putBoolean(CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL, true);
+
+ mController.init(SUB_ID);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ BasePreferenceController.AVAILABLE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_deviceNoNr_returnUnavailable() {
+ doReturn(TelephonyManager.NETWORK_TYPE_BITMASK_LTE).when(
+ mTelephonyManager).getSupportedRadioAccessFamily();
+
+ mController.init(SUB_ID);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_carrierNoNr_returnUnavailable() {
+ mCarrierConfig.putIntArray(CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY,
+ new int[0]);
+
+ mController.init(SUB_ID);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+ }
+
+ @Test
+ public void getAvailabilityStatus_carrierConfigNrIsNull_returnUnavailable() {
+ mCarrierConfig.putIntArray(CarrierConfigManager.KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY,
+ null);
+
+ mController.init(SUB_ID);
+
+ assertThat(mController.getAvailabilityStatus()).isEqualTo(
+ BasePreferenceController.CONDITIONALLY_UNAVAILABLE);
+ }
+
+ @Test
+ public void updateState_callStateNotIdle_prefDisabled() {
+ doReturn(false).when(mController).isCallStateIdle();
+ mPreference.setEnabled(true);
+
+ mController.updateState(mPreference);
+
+ assertThat(mPreference.isEnabled()).isFalse();
+ }
+
+ @Test
+ public void updateState_configOn_prefChecked() {
+ doReturn(TelephonyManager.ENABLE_VONR_SUCCESS).when(
+ mTelephonyManager).setVoNrEnabled(anyBoolean());
+ doReturn(true).when(mTelephonyManager).isVoNrEnabled();
+ mPreference.setChecked(false);
+
+ mController.updateState(mPreference);
+
+ assertThat(mPreference.isChecked()).isTrue();
+ }
+}
diff --git a/tests/unit/src/com/android/settings/panel/InternetConnectivityPanelTest.java b/tests/unit/src/com/android/settings/panel/InternetConnectivityPanelTest.java
deleted file mode 100644
index 30a2729..0000000
--- a/tests/unit/src/com/android/settings/panel/InternetConnectivityPanelTest.java
+++ /dev/null
@@ -1,341 +0,0 @@
-/*
- * 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.panel;
-
-import static com.google.common.truth.Truth.assertThat;
-
-import static org.mockito.Mockito.clearInvocations;
-import static org.mockito.Mockito.doReturn;
-import static org.mockito.Mockito.mock;
-import static org.mockito.Mockito.spy;
-import static org.mockito.Mockito.verify;
-import static org.mockito.Mockito.when;
-
-import android.content.Context;
-import android.net.Uri;
-import android.net.wifi.ScanResult;
-import android.net.wifi.WifiManager;
-import android.os.Handler;
-
-import androidx.test.core.app.ApplicationProvider;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import com.android.settings.network.AirplaneModePreferenceController;
-import com.android.settings.network.InternetUpdater;
-import com.android.settings.network.ProviderModelSliceHelper;
-import com.android.settings.slices.CustomSliceRegistry;
-import com.android.settings.testutils.ResourcesUtils;
-
-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;
-
-import java.util.ArrayList;
-import java.util.List;
-
-@RunWith(AndroidJUnit4.class)
-public class InternetConnectivityPanelTest {
-
- public static final String TITLE_INTERNET = ResourcesUtils.getResourcesString(
- ApplicationProvider.getApplicationContext(), "provider_internet_settings");
- public static final String TITLE_APM = ResourcesUtils.getResourcesString(
- ApplicationProvider.getApplicationContext(), "airplane_mode");
- public static final String SUBTITLE_TEXT_WIFI_IS_OFF =
- ResourcesUtils.getResourcesString(ApplicationProvider.getApplicationContext(),
- "wifi_is_off");
- public static final String SUBTITLE_TEXT_TAP_A_NETWORK_TO_CONNECT =
- ResourcesUtils.getResourcesString(ApplicationProvider.getApplicationContext(),
- "tap_a_network_to_connect");
- public static final String SUBTITLE_NON_CARRIER_NETWORK_UNAVAILABLE =
- ResourcesUtils.getResourcesString(ApplicationProvider.getApplicationContext(),
- "non_carrier_network_unavailable");
- public static final String SUBTITLE_ALL_NETWORK_UNAVAILABLE =
- ResourcesUtils.getResourcesString(ApplicationProvider.getApplicationContext(),
- "all_network_unavailable");
- public static final String BUTTON_TURN_ON_WIFI = ResourcesUtils.getResourcesString(
- ApplicationProvider.getApplicationContext(), "turn_on_wifi");
- public static final String BUTTON_TURN_OFF_WIFI = ResourcesUtils.getResourcesString(
- ApplicationProvider.getApplicationContext(), "turn_off_wifi");
-
- @Rule
- public final MockitoRule mMocks = MockitoJUnit.rule();
- @Mock
- Handler mMainThreadHandler;
- @Mock
- PanelContentCallback mPanelContentCallback;
- @Mock
- InternetUpdater mInternetUpdater;
- @Mock
- private WifiManager mWifiManager;
- @Mock
- private ProviderModelSliceHelper mProviderModelSliceHelper;
-
- private Context mContext;
- private FakeHandlerInjector mFakeHandlerInjector;
- private InternetConnectivityPanel mPanel;
-
- private class FakeHandlerInjector extends InternetConnectivityPanel.HandlerInjector {
-
- private Runnable mRunnable;
-
- FakeHandlerInjector(Context context) {
- super(context);
- }
-
- @Override
- public void postDelay(Runnable runnable) {
- mRunnable = runnable;
- }
-
- public Runnable getRunnable() {
- return mRunnable;
- }
- }
-
- @Before
- public void setUp() {
- mContext = spy(ApplicationProvider.getApplicationContext());
- mFakeHandlerInjector = new FakeHandlerInjector(mContext);
- when(mContext.getApplicationContext()).thenReturn(mContext);
- when(mContext.getMainThreadHandler()).thenReturn(mMainThreadHandler);
- when(mContext.getSystemService(WifiManager.class)).thenReturn(mWifiManager);
-
- mPanel = InternetConnectivityPanel.create(mContext);
- mPanel.registerCallback(mPanelContentCallback);
- mPanel.mIsProviderModelEnabled = true;
- mPanel.mInternetUpdater = mInternetUpdater;
- mPanel.mProviderModelSliceHelper = mProviderModelSliceHelper;
- mPanel.mHandlerInjector = mFakeHandlerInjector;
- }
-
- @Test
- public void getTitle_apmOff_shouldBeInternet() {
- doReturn(false).when(mInternetUpdater).isAirplaneModeOn();
-
- assertThat(mPanel.getTitle()).isEqualTo(TITLE_INTERNET);
- }
-
- @Test
- public void getTitle_apmOn_shouldBeApm() {
- doReturn(true).when(mInternetUpdater).isAirplaneModeOn();
-
- assertThat(mPanel.getTitle()).isEqualTo(TITLE_APM);
- }
-
- @Test
- public void getSubTitle_apmOnWifiOff_shouldBeNull() {
- doReturn(true).when(mInternetUpdater).isAirplaneModeOn();
- doReturn(false).when(mInternetUpdater).isWifiEnabled();
-
- assertThat(mPanel.getSubTitle()).isNull();
- }
-
- @Test
- public void getSubTitle_apmOnWifiOn_shouldBeNull() {
- doReturn(true).when(mInternetUpdater).isAirplaneModeOn();
- doReturn(true).when(mInternetUpdater).isWifiEnabled();
-
- assertThat(mPanel.getSubTitle()).isNull();
- }
-
- @Test
- public void getSubTitle_apmOffWifiOff_wifiIsOn() {
- doReturn(false).when(mInternetUpdater).isAirplaneModeOn();
- doReturn(false).when(mInternetUpdater).isWifiEnabled();
-
- mPanel.updatePanelTitle();
-
- assertThat(mPanel.getSubTitle()).isEqualTo(SUBTITLE_TEXT_WIFI_IS_OFF);
- }
-
- @Test
- public void getSubTitle_apmOffWifiOnNoWifiListHasCarrierData_NonCarrierNetworkUnavailable() {
- List wifiList = new ArrayList<ScanResult>();
- mockCondition(false, true, true, true, true, true, wifiList);
-
- mPanel.updatePanelTitle();
-
- assertThat(mPanel.getSubTitle()).isEqualTo(SUBTITLE_NON_CARRIER_NETWORK_UNAVAILABLE);
- }
-
- @Test
- public void getSubTitle_apmOffWifiOnNoWifiListNoCarrierItem_AllNetworkUnavailable() {
- List wifiList = new ArrayList<ScanResult>();
- mockCondition(false, false, false, false, false, true, wifiList);
-
- mPanel.updatePanelTitle();
-
- assertThat(mPanel.getSubTitle()).isEqualTo(SUBTITLE_ALL_NETWORK_UNAVAILABLE);
- }
-
- @Test
- public void getSubTitle_apmOffWifiOnNoWifiListNoDataSimActive_AllNetworkUnavailable() {
- List wifiList = new ArrayList<ScanResult>();
- mockCondition(false, true, false, true, true, true, wifiList);
-
- mPanel.updatePanelTitle();
-
- assertThat(mPanel.getSubTitle()).isEqualTo(SUBTITLE_ALL_NETWORK_UNAVAILABLE);
- }
-
- @Test
- public void getSubTitle_apmOffWifiOnNoWifiListNoService_AllNetworkUnavailable() {
- List wifiList = new ArrayList<ScanResult>();
- mockCondition(false, true, false, true, false, true, wifiList);
-
- mPanel.updatePanelTitle();
-
- assertThat(mPanel.getSubTitle()).isEqualTo(SUBTITLE_ALL_NETWORK_UNAVAILABLE);
- }
-
- @Test
- public void getSubTitle_apmOffWifiOnTwoWifiItemsNoCarrierData_tapANetworkToConnect() {
- List wifiList = new ArrayList<ScanResult>();
- wifiList.add(new ScanResult());
- wifiList.add(new ScanResult());
- mockCondition(false, true, false, true, true, true, wifiList);
-
- mPanel.updatePanelTitle();
-
- assertThat(mPanel.getSubTitle()).isEqualTo(SUBTITLE_TEXT_TAP_A_NETWORK_TO_CONNECT);
- }
-
- @Test
- public void getSlices_providerModelDisabled_containsNecessarySlices() {
- mPanel.mIsProviderModelEnabled = false;
- List<Uri> uris = mPanel.getSlices();
-
- assertThat(uris).containsExactly(
- AirplaneModePreferenceController.SLICE_URI,
- CustomSliceRegistry.MOBILE_DATA_SLICE_URI,
- CustomSliceRegistry.WIFI_SLICE_URI);
- }
-
- @Test
- public void getSlices_providerModelEnabled_containsNecessarySlices() {
- List<Uri> uris = mPanel.getSlices();
-
- assertThat(uris).containsExactly(CustomSliceRegistry.PROVIDER_MODEL_SLICE_URI);
- }
-
- @Test
- public void getSeeMoreIntent_providerModelDisabled_shouldNotNull() {
- mPanel.mIsProviderModelEnabled = false;
-
- assertThat(mPanel.getSeeMoreIntent()).isNotNull();
- }
-
- @Test
- public void getSeeMoreIntent_providerModelEnabled_shouldBeNull() {
- mPanel.mIsProviderModelEnabled = true;
-
- assertThat(mPanel.getSeeMoreIntent()).isNull();
- }
-
- @Test
- public void updatePanelTitle_onHeaderChanged() {
- clearInvocations(mPanelContentCallback);
-
- mPanel.updatePanelTitle();
-
- verify(mPanelContentCallback).onHeaderChanged();
- }
-
- @Test
- public void updateProgressBar_wifiDisabled_hideProgress() {
- mPanel.mIsProgressBarVisible = true;
- doReturn(false).when(mInternetUpdater).isWifiEnabled();
- clearInvocations(mPanelContentCallback);
-
- mPanel.updateProgressBar();
-
- assertThat(mPanel.isProgressBarVisible()).isFalse();
- verify(mPanelContentCallback).onProgressBarVisibleChanged();
- }
-
- @Test
- public void updateProgressBar_noWifiScanResults_showProgressForever() {
- mPanel.mIsScanningSubTitleShownOnce = false;
- mPanel.mIsProgressBarVisible = false;
- doReturn(true).when(mInternetUpdater).isWifiEnabled();
- List<ScanResult> noWifiScanResults = new ArrayList<>();
- doReturn(noWifiScanResults).when(mWifiManager).getScanResults();
- clearInvocations(mPanelContentCallback);
-
- mPanel.updateProgressBar();
-
- assertThat(mPanel.mIsProgressBarVisible).isTrue();
- verify(mPanelContentCallback).onProgressBarVisibleChanged();
- verify(mPanelContentCallback).onHeaderChanged();
-
- assertThat(mFakeHandlerInjector.getRunnable())
- .isEqualTo(mPanel.mHideScanningSubTitleRunnable);
- mFakeHandlerInjector.getRunnable().run();
- assertThat(mPanel.mIsScanningSubTitleShownOnce).isTrue();
- assertThat(mPanel.mIsProgressBarVisible).isTrue();
- }
-
- @Test
- public void updateProgressBar_hasWifiScanResults_showProgressDelayedHide() {
- mPanel.mIsProgressBarVisible = false;
- doReturn(true).when(mInternetUpdater).isWifiEnabled();
- List<ScanResult> hasWifiScanResults = mock(ArrayList.class);
- doReturn(1).when(hasWifiScanResults).size();
- doReturn(hasWifiScanResults).when(mWifiManager).getScanResults();
- clearInvocations(mPanelContentCallback);
-
- mPanel.updateProgressBar();
-
- assertThat(mPanel.isProgressBarVisible()).isTrue();
- verify(mPanelContentCallback).onProgressBarVisibleChanged();
-
- assertThat(mFakeHandlerInjector.getRunnable())
- .isEqualTo(mPanel.mHideProgressBarRunnable);
- mFakeHandlerInjector.getRunnable().run();
- assertThat(mPanel.mIsProgressBarVisible).isFalse();
- }
-
- @Test
- public void setProgressBarVisible_onProgressBarVisibleChanged() {
- mPanel.mIsProgressBarVisible = false;
- doReturn(true).when(mInternetUpdater).isWifiEnabled();
- clearInvocations(mPanelContentCallback);
-
- mPanel.setProgressBarVisible(true);
-
- assertThat(mPanel.mIsProgressBarVisible).isTrue();
- verify(mPanelContentCallback).onProgressBarVisibleChanged();
- verify(mPanelContentCallback).onHeaderChanged();
- }
-
- private void mockCondition(boolean airplaneMode, boolean hasCarrier,
- boolean isDataSimActive, boolean isMobileDataEnabled, boolean isServiceInService,
- boolean isWifiEnabled, List<ScanResult> wifiItems) {
- doReturn(airplaneMode).when(mInternetUpdater).isAirplaneModeOn();
- when(mProviderModelSliceHelper.hasCarrier()).thenReturn(hasCarrier);
- when(mProviderModelSliceHelper.isDataSimActive()).thenReturn(isDataSimActive);
- when(mProviderModelSliceHelper.isMobileDataEnabled()).thenReturn(isMobileDataEnabled);
- when(mProviderModelSliceHelper.isDataStateInService()).thenReturn(isServiceInService);
- when(mProviderModelSliceHelper.isVoiceStateInService()).thenReturn(isServiceInService);
- doReturn(isWifiEnabled).when(mInternetUpdater).isWifiEnabled();
- doReturn(wifiItems).when(mWifiManager).getScanResults();
- }
-}
diff --git a/tests/unit/src/com/android/settings/panel/PanelFeatureProviderImplTest.java b/tests/unit/src/com/android/settings/panel/PanelFeatureProviderImplTest.java
index 3b61a73..a02c054 100644
--- a/tests/unit/src/com/android/settings/panel/PanelFeatureProviderImplTest.java
+++ b/tests/unit/src/com/android/settings/panel/PanelFeatureProviderImplTest.java
@@ -20,7 +20,12 @@
import static com.google.common.truth.Truth.assertThat;
+import static org.mockito.Mockito.never;
+import static org.mockito.Mockito.spy;
+import static org.mockito.Mockito.verify;
+
import android.content.Context;
+import android.content.Intent;
import android.os.Bundle;
import android.provider.Settings;
@@ -36,25 +41,28 @@
private static final String TEST_PACKAGENAME = "com.test.packagename";
+ private static final String SYSTEMUI_PACKAGE_NAME = "com.android.systemui";
private Context mContext;
private PanelFeatureProviderImpl mProvider;
private Bundle mBundle;
@Before
public void setUp() {
- mContext = ApplicationProvider.getApplicationContext();
+ mContext = spy(ApplicationProvider.getApplicationContext());
mProvider = new PanelFeatureProviderImpl();
mBundle = new Bundle();
mBundle.putString(KEY_MEDIA_PACKAGE_NAME, TEST_PACKAGENAME);
}
@Test
- public void getPanel_internetConnectivityKey_returnsCorrectPanel() {
+ public void getPanel_internetConnectivityKey_sendsCorrectBroadcast() {
mBundle.putString(KEY_PANEL_TYPE_ARGUMENT, Settings.Panel.ACTION_INTERNET_CONNECTIVITY);
+ mProvider.getPanel(mContext, mBundle);
+ Intent intent = new Intent(Settings.Panel.ACTION_INTERNET_CONNECTIVITY);
+ intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND)
+ .setPackage(SYSTEMUI_PACKAGE_NAME);
- final PanelContent panel = mProvider.getPanel(mContext, mBundle);
-
- assertThat(panel).isInstanceOf(InternetConnectivityPanel.class);
+ verify(mContext, never()).sendBroadcast(intent);
}
@Test