diff options
104 files changed, 537 insertions, 184 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2a8e070b..24625d6a 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -61,6 +61,7 @@ tools:node="replace" android:name="com.android.wallpaper.picker.CustomizationPickerActivity" android:label="@string/app_name" + android:relinquishTaskIdentity="true" android:resizeableActivity="false" android:theme="@style/CustomizationTheme.NoActionBar" android:exported="false"/> diff --git a/res/color-night/check_circle_grey_large_not_select_background_color.xml b/res/color-night/check_circle_grey_large_not_select_background_color.xml new file mode 100644 index 00000000..ab5c0cd7 --- /dev/null +++ b/res/color-night/check_circle_grey_large_not_select_background_color.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> + <item android:color="?androidprv:attr/textColorSecondary" /> +</selector>
\ No newline at end of file diff --git a/res/color-night/check_circle_grey_large_not_select_color.xml b/res/color-night/check_circle_grey_large_not_select_color.xml new file mode 100644 index 00000000..6e8db34a --- /dev/null +++ b/res/color-night/check_circle_grey_large_not_select_color.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" > + <item android:color="?androidprv:attr/textColorOnAccent" /> +</selector>
\ No newline at end of file diff --git a/res/color-night/option_background_new_selection_color.xml b/res/color-night/option_background_new_selection_color.xml new file mode 100644 index 00000000..0158ea2f --- /dev/null +++ b/res/color-night/option_background_new_selection_color.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> + <item android:color="?androidprv:attr/colorAccentPrimaryVariant" /> +</selector>
\ No newline at end of file diff --git a/res/color/check_circle_grey_large_not_select_background_color.xml b/res/color/check_circle_grey_large_not_select_background_color.xml new file mode 100644 index 00000000..c0236116 --- /dev/null +++ b/res/color/check_circle_grey_large_not_select_background_color.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> + <item android:color="?androidprv:attr/textColorSecondaryInverse" /> +</selector>
\ No newline at end of file diff --git a/res/color/check_circle_grey_large_not_select_color.xml b/res/color/check_circle_grey_large_not_select_color.xml new file mode 100644 index 00000000..252665f2 --- /dev/null +++ b/res/color/check_circle_grey_large_not_select_color.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> + <item android:color="?androidprv:attr/textColorPrimary" /> +</selector>
\ No newline at end of file diff --git a/res/color/option_background_new_selection_color.xml b/res/color/option_background_new_selection_color.xml new file mode 100644 index 00000000..0158ea2f --- /dev/null +++ b/res/color/option_background_new_selection_color.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> + <item android:color="?androidprv:attr/colorAccentPrimaryVariant" /> +</selector>
\ No newline at end of file diff --git a/res/drawable/check_circle_grey_large_not_select.xml b/res/drawable/check_circle_grey_large_not_select.xml new file mode 100644 index 00000000..544d852d --- /dev/null +++ b/res/drawable/check_circle_grey_large_not_select.xml @@ -0,0 +1,32 @@ +<!-- + 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. +--> +<layer-list xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> + <item> + <shape android:shape="oval"> + <size android:width="@dimen/center_check_size" + android:height="@dimen/center_check_size" /> + <solid android:color="@color/check_circle_grey_large_not_select_background_color" /> + </shape> + </item> + <item> + <inset android:drawable="@drawable/ic_check_24dp_not_select" + android:insetTop="@dimen/center_check_padding" + android:insetRight="@dimen/center_check_padding" + android:insetBottom="@dimen/center_check_padding" + android:insetLeft="@dimen/center_check_padding"/> + </item> +</layer-list> diff --git a/res/drawable/ic_check_24dp_not_select.xml b/res/drawable/ic_check_24dp_not_select.xml new file mode 100644 index 00000000..e6af76c7 --- /dev/null +++ b/res/drawable/ic_check_24dp_not_select.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="@color/check_circle_grey_large_not_select_color" + android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41L9,16.17z"/> +</vector> diff --git a/res/drawable/option_border_new_selection.xml b/res/drawable/option_border_new_selection.xml new file mode 100644 index 00000000..6c02caa0 --- /dev/null +++ b/res/drawable/option_border_new_selection.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Copyright (C) 2019 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. +--> +<ripple xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" + android:color="?android:attr/colorControlHighlight"> + <item android:id="@android:id/mask"> + <shape android:shape="rectangle"> + <solid android:color="@android:color/white"/> + <corners android:radius="@dimen/option_tile_radius" /> + </shape> + </item> + <item> + <shape android:shape="rectangle"> + <solid android:color="@color/option_background_new_selection_color" /> + <corners android:radius="@dimen/option_tile_radius" /> + </shape> + </item> +</ripple> diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml index 97892eeb..cf7b8428 100644 --- a/res/layout/themed_icon_section_view.xml +++ b/res/layout/themed_icon_section_view.xml @@ -28,6 +28,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" + android:gravity="center_vertical" android:orientation="horizontal"> <TextView @@ -42,7 +43,7 @@ <Switch android:id="@+id/themed_icon_toggle" android:layout_width="wrap_content" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:background="@null" android:clickable="false" android:focusable="false" diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index 596b34de..1d2b248d 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Pas toe"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tik om te wysig"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Hou huidige muurpapier"</string> - <string name="apply_btn" msgid="7965877231041987336">"Pas toe"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stylvoorskou"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Roostervoorskou"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Lettertipevoorskou"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, tans toegepas"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, word tans toegepas en voorbeskou"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, word tans voorbeskou"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, verander wat gekies en voorbeskou word"</string> <string name="theme_description" msgid="3697012391785254635">"Lettertipe: <xliff:g id="ID_1">%1$s</xliff:g>, ikone: <xliff:g id="ID_2">%2$s</xliff:g>, vorm: <xliff:g id="ID_3">%3$s</xliff:g>, kleur: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Verstek"</string> <string name="preview_name_font" msgid="4465423899630037038">"Lettertipe"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Gepasmaakte stylnaam"</string> <string name="mode_title" msgid="2394873501427436055">"Donkertema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Tydelik gedeaktiveer vanweë Batterybespaarder"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema het verander"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tema-ikone"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Verander programrooster"</string> diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml index e5991e49..1005fb94 100644 --- a/res/values-am/strings.xml +++ b/res/values-am/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ተግብር"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ለማርትዕ መታ ያድርጉ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"የአሁኑን ልጣፍ ያቆዩት"</string> - <string name="apply_btn" msgid="7965877231041987336">"ተግብር"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"የቅጥ ቅድመ-እይታ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"የፍርግርግ ቅድመ-እይታ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"የቅርጸ-ቁምፊ ቅድመ-እይታ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>፣ አሁን ላይ ተፈጻሚ ሆኗል"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied and previewed"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, currently previewed"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>፣ የተመረጠውን እና የታየውን ለውጥ"</string> <string name="theme_description" msgid="3697012391785254635">"ቅርጸ-ቁምፊ፦ <xliff:g id="ID_1">%1$s</xliff:g>፣ አዶዎች፦ <xliff:g id="ID_2">%2$s</xliff:g>፣ ቅርጽ፦ <xliff:g id="ID_3">%3$s</xliff:g>፣ ቀለም፦ <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ነባሪ"</string> <string name="preview_name_font" msgid="4465423899630037038">"ቅርጸ-ቁምፊ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ብጁ የቅጥ ስም"</string> <string name="mode_title" msgid="2394873501427436055">"ጠቆር ያለ ገጽታ"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"በባትሪ ኃይል ቆጣቢ ምክንያት ለጊዜው ተሰናክሏል"</string> + <string name="mode_changed" msgid="2243581369395418584">"ገጽታ ተቀይሯል"</string> <string name="themed_icon_title" msgid="7312460430471956558">"ገጽታ ያላቸው አዶዎች"</string> <string name="beta_title" msgid="8703819523760746458">"ቤታ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"የመተግበሪያ ፍርግርግን ይቀይሩ"</string> diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml index 2e920f0d..8b4af4c2 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"تطبيق"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"انقُر للتعديل."</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"الاحتفاظ بالخلفية الحالية"</string> - <string name="apply_btn" msgid="7965877231041987336">"تطبيق"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"معاينة النمط"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"معاينة الشبكة"</string> <string name="font_preview_content_description" msgid="128230439293337891">"معاينة الخط"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>، مستخدَم حاليًا"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"تتم معاينة وتطبيق الخيار <xliff:g id="ID_1">%1$s</xliff:g> حاليًا."</string> <string name="option_previewed_description" msgid="3467217598865047661">"تتم معاينة الخيار <xliff:g id="ID_1">%1$s</xliff:g> حاليًا."</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>، يمكنك تغيير هذا الخيار وعرضه."</string> <string name="theme_description" msgid="3697012391785254635">"الخط: <xliff:g id="ID_1">%1$s</xliff:g>، الرموز: <xliff:g id="ID_2">%2$s</xliff:g>، الشكل: <xliff:g id="ID_3">%3$s</xliff:g>، اللون: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"تلقائي"</string> <string name="preview_name_font" msgid="4465423899630037038">"الخط"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"اسم نمط مخصص"</string> <string name="mode_title" msgid="2394873501427436055">"المظهر الداكن"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"تم الإيقاف مؤقتًا بسبب تفعيل ميزة \"توفير شحن البطارية\"."</string> + <string name="mode_changed" msgid="2243581369395418584">"تم تغيير المظهر."</string> <string name="themed_icon_title" msgid="7312460430471956558">"رموز مستوحاة من موضوع معيّن"</string> <string name="beta_title" msgid="8703819523760746458">"تجريبي"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"تغيير شبكة التطبيقات"</string> diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml index 77b3a14f..663e3c54 100644 --- a/res/values-as/strings.xml +++ b/res/values-as/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"প্ৰয়োগ কৰক"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"সম্পাদনা কৰিবলৈ টিপক"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"বৰ্তমানৰ ৱালপেপাৰখন ৰাখক"</string> - <string name="apply_btn" msgid="7965877231041987336">"প্ৰয়োগ কৰক"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"শৈলীৰ পূৰ্বদৰ্শন"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"গ্ৰিডৰ পূৰ্বদৰ্শন"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ফণ্টৰ পূৰ্বদৰ্শন"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"বৰ্তমান <xliff:g id="ID_1">%1$s</xliff:g> প্ৰয়োগ কৰা হৈছে"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, বৰ্তমান প্ৰয়োগ আৰু পূৰ্বদৰ্শন কৰি থকা হৈছে"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, বৰ্তমান পূৰ্বদৰ্শন কৰি থকা হৈছে"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, সালসলনি বাছনি কৰি পর্যালোচনা কৰা হ\'ল"</string> <string name="theme_description" msgid="3697012391785254635">"ফ’ণ্ট: <xliff:g id="ID_1">%1$s</xliff:g>, আইকন: <xliff:g id="ID_2">%2$s</xliff:g>, আকৃতি: <xliff:g id="ID_3">%3$s</xliff:g>, ৰং: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ডিফ’ল্ট"</string> <string name="preview_name_font" msgid="4465423899630037038">"ফ’ণ্ট"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"কাষ্টম শৈলীৰ নাম"</string> <string name="mode_title" msgid="2394873501427436055">"গাঢ় ৰঙৰ থীম"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"বেটাৰী সঞ্চয়কাৰীৰ বাবে অস্থায়ীভাৱে অক্ষম কৰা হৈছে"</string> + <string name="mode_changed" msgid="2243581369395418584">"থীম সলনি কৰা হৈছে"</string> <string name="themed_icon_title" msgid="7312460430471956558">"থীমযুক্ত চিহ্ন"</string> <string name="beta_title" msgid="8703819523760746458">"বিটা"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"এপৰ গ্ৰিড সলনি কৰক"</string> diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml index 6d93db1c..0c6efabe 100644 --- a/res/values-az/strings.xml +++ b/res/values-az/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Tətbiq edin"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Redaktə etmək üçün klikləyin"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Cari divar kağızını saxlayın"</string> - <string name="apply_btn" msgid="7965877231041987336">"Tətbiq edin"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Üslub önizləməsi"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Tor önizləməsi"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Şrift önizləməsi"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"Hazırda <xliff:g id="ID_1">%1$s</xliff:g> tətbiq edilir"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> hazırda tətbiq edilir və önizlənilir"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> hazırda önizlənilir"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, seçilən və önizlənəni dəyişin"</string> <string name="theme_description" msgid="3697012391785254635">"Şrift: <xliff:g id="ID_1">%1$s</xliff:g>, ikonalar: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, rəng: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Defolt"</string> <string name="preview_name_font" msgid="4465423899630037038">"Şrift"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Fərdi üslub adı"</string> <string name="mode_title" msgid="2394873501427436055">"Tünd tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Enerjiyə Qənaət rejiminə görə müvəqqəti deaktivdir"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema dəyişdirildi"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Temalı ikonalar"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Tətbiq torunu dəyişin"</string> diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml index f0f9975b..35a35fe7 100644 --- a/res/values-b+sr+Latn/strings.xml +++ b/res/values-b+sr+Latn/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Primeni"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da biste izmenili"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Zadrži aktuelnu pozadinu"</string> - <string name="apply_btn" msgid="7965877231041987336">"Primeni"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pregled stila"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pregled mreže"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pregled fonta"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutno je primenjeno"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutno je primenjeno i pregleda se"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutno se pregleda"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, promenite izabranu stavku koja se prikazuje"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, ikone: <xliff:g id="ID_2">%2$s</xliff:g>, oblik: <xliff:g id="ID_3">%3$s</xliff:g>, boja: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Podrazumevano"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Prilagođeni naziv stila"</string> <string name="mode_title" msgid="2394873501427436055">"Tamna tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Privremeno je onemogućeno zbog uštede baterije"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema je promenjena"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tematske ikone"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Promenite mrežu aplikacija"</string> diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index 30501c46..13ad63e0 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Ужыць"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Дакраніцеся, каб рэдагаваць"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Захаваць бягучыя шпалеры"</string> - <string name="apply_btn" msgid="7965877231041987336">"Ужыць"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Перадпрагляд стылю"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Перадпрагляд сеткі"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Перапрагляд шрыфту"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, цяпер ужыта"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, цяпер ужыта і папярэдне паказана"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, цяпер папярэдне паказваецца"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, змяніце выбранае і папярэдне прагледжанае"</string> <string name="theme_description" msgid="3697012391785254635">"Шрыфт: <xliff:g id="ID_1">%1$s</xliff:g>, значкі: <xliff:g id="ID_2">%2$s</xliff:g>, фігура: <xliff:g id="ID_3">%3$s</xliff:g>, колер: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Стандартна"</string> <string name="preview_name_font" msgid="4465423899630037038">"Шрыфт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Назва карыстальніцкага стылю"</string> <string name="mode_title" msgid="2394873501427436055">"Цёмная тэма"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Часова выключана ў рэжыме эканоміі зараду"</string> + <string name="mode_changed" msgid="2243581369395418584">"Тэма зменена"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Тэматычныя значкі"</string> <string name="beta_title" msgid="8703819523760746458">"Бэта"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Змяніць сетку праграм"</string> diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index 29d26ad0..8f19803c 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Прилагане"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Докоснете, за да редактирате"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Запазване на текущия тапет"</string> - <string name="apply_btn" msgid="7965877231041987336">"Прилагане"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Визуализация на стила"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Визуализация на решетката"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Визуализация на шрифта"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"Понастоящем е приложена опцията „<xliff:g id="ID_1">%1$s</xliff:g>“"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"Понастоящем е приложена и визуализирана опцията „<xliff:g id="ID_1">%1$s</xliff:g>“"</string> <string name="option_previewed_description" msgid="3467217598865047661">"Понастоящем е визуализирана опцията „<xliff:g id="ID_1">%1$s</xliff:g>“"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"Промяна на избраната и визуализирана опция „<xliff:g id="ID_1">%1$s</xliff:g>“"</string> <string name="theme_description" msgid="3697012391785254635">"Шрифт: <xliff:g id="ID_1">%1$s</xliff:g> – икони: <xliff:g id="ID_2">%2$s</xliff:g> – форма: <xliff:g id="ID_3">%3$s</xliff:g> – цвят: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Основно"</string> <string name="preview_name_font" msgid="4465423899630037038">"Шрифт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Име на персонализирания стил"</string> <string name="mode_title" msgid="2394873501427436055">"Тъмна тема"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Временно деактивирано с цел режим за запазване на батерията"</string> + <string name="mode_changed" msgid="2243581369395418584">"Темата бе променена"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Икони с теми"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Промяна на решетката с приложения"</string> diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml index ccd5470e..2e941989 100644 --- a/res/values-bn/strings.xml +++ b/res/values-bn/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"প্রয়োগ করুন"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"এডিট করতে ট্যাপ করুন"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"এখন যে ওয়ালপেপার আছে সেটি রাখুন"</string> - <string name="apply_btn" msgid="7965877231041987336">"প্রয়োগ করুন"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"স্টাইল প্রিভিউ করুন"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"গ্রিড প্রিভিউ করুন"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ফন্ট প্রিভিউ করুন"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, বর্তমানে প্রয়োগ করা হয়েছে"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"এখন <xliff:g id="ID_1">%1$s</xliff:g> থিম প্রয়োগ করে প্রিভিউ করা হচ্ছে"</string> <string name="option_previewed_description" msgid="3467217598865047661">"এখন <xliff:g id="ID_1">%1$s</xliff:g> থিম প্রিভিউ করছেন"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, বেছে নেওয়া ও প্রিভিউ করা বিকল্প পরিবর্তন করা"</string> <string name="theme_description" msgid="3697012391785254635">"ফন্ট: <xliff:g id="ID_1">%1$s</xliff:g>, আইকন: <xliff:g id="ID_2">%2$s</xliff:g>, আকার: <xliff:g id="ID_3">%3$s</xliff:g>, রঙ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ডিফল্ট"</string> <string name="preview_name_font" msgid="4465423899630037038">"ফন্ট"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"কাস্টম স্টাইলের নাম"</string> <string name="mode_title" msgid="2394873501427436055">"ডার্ক থিম"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ব্যাটারি সেভারের কারণে সাময়িকভাবে বন্ধ করা আছে"</string> + <string name="mode_changed" msgid="2243581369395418584">"থিম পরিবর্তন করা হয়েছে"</string> <string name="themed_icon_title" msgid="7312460430471956558">"থিমযুক্ত আইকন"</string> <string name="beta_title" msgid="8703819523760746458">"বিটা"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"অ্যাপ গ্রিড পরিবর্তন করুন"</string> diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml index e9bccc3a..29075d63 100644 --- a/res/values-bs/strings.xml +++ b/res/values-bs/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Primijeni"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da uredite"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Zadrži trenutnu pozadinsku sliku"</string> - <string name="apply_btn" msgid="7965877231041987336">"Primijeni"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pregled stila"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pregled mreže"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pregled fonta"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutno primijenjeno"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"Opcija <xliff:g id="ID_1">%1$s</xliff:g> se trenutno primjenjuje i pregleda"</string> <string name="option_previewed_description" msgid="3467217598865047661">"Opcija <xliff:g id="ID_1">%1$s</xliff:g> se trenutno pregleda"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, promijenite odabrano i pregledano"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, ikone: <xliff:g id="ID_2">%2$s</xliff:g>, oblik: <xliff:g id="ID_3">%3$s</xliff:g>, boja: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Zadano"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Naziv prilagođenog stila"</string> <string name="mode_title" msgid="2394873501427436055">"Tamna tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Privremeno onemogućeno zbog uštede baterije"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema je promijenjena"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tematske ikone"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Promjena mreže aplikacije"</string> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index c89617ad..c8fdb3dc 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplica"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca per editar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Mantén el fons de pantalla actual"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplica"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Previsualització de l\'estil"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Previsualització de quadrícula"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Previsualització de la lletra"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, aplicat actualment"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, aplicada i previsualitzada actualment"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, previsualitzada actualment"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, canvi seleccionat i previsualitzat"</string> <string name="theme_description" msgid="3697012391785254635">"Tipus de lletra: <xliff:g id="ID_1">%1$s</xliff:g>; icones: <xliff:g id="ID_2">%2$s</xliff:g>; forma: <xliff:g id="ID_3">%3$s</xliff:g>; color: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predeterminat"</string> <string name="preview_name_font" msgid="4465423899630037038">"Tipus de lletra"</string> @@ -72,7 +72,7 @@ <string name="clock_preview_content_description" msgid="5460561185905717460">"Previsualització de rellotge <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="something_went_wrong" msgid="529840112449799117">"Vaja! S\'ha produït un error."</string> <string name="theme_preview_icons_section_title" msgid="7064768910744000643">"Color/Icones"</string> - <string name="style_info_description" msgid="2612473574431003251">"Previsualització de tipus de lletra, icones, forma d\'aplicacions i color"</string> + <string name="style_info_description" msgid="2612473574431003251">"Previsualització de font, icones, forma d\'aplicacions i color"</string> <string name="accessibility_custom_font_title" msgid="966867359157303705">"Tipus de lletra personalitzat"</string> <string name="accessibility_custom_icon_title" msgid="5753297905849062296">"Icona personalitzada"</string> <string name="accessibility_custom_color_title" msgid="4124246598886320663">"Color personalitzat"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nom d\'estil personalitzat"</string> <string name="mode_title" msgid="2394873501427436055">"Tema fosc"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Desactivat temporalment per Estalvi de bateria"</string> + <string name="mode_changed" msgid="2243581369395418584">"S\'ha canviat el tema"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Icones temàtiques"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Canvia la quadrícula d\'aplicacions"</string> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 5bc78453..0b3bf29c 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Použít"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Klepnutím upravte"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Zachovat stávající tapetu"</string> - <string name="apply_btn" msgid="7965877231041987336">"Použít"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Náhled stylu"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Náhled mřížky"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Náhled písma"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, momentálně použito"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, momentálně použito a v náhledu"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, momentálně v náhledu"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, změnit vybrané s náhledem"</string> <string name="theme_description" msgid="3697012391785254635">"Písmo: <xliff:g id="ID_1">%1$s</xliff:g>, ikony: <xliff:g id="ID_2">%2$s</xliff:g>, tvar: <xliff:g id="ID_3">%3$s</xliff:g>, barva: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Výchozí"</string> <string name="preview_name_font" msgid="4465423899630037038">"Písmo"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Název vlastního stylu"</string> <string name="mode_title" msgid="2394873501427436055">"Tmavý motiv"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Dočasně deaktivováno spořičem baterie"</string> + <string name="mode_changed" msgid="2243581369395418584">"Motiv byl změněn"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tematické ikony"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Změnit mřížku aplikací"</string> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index 7516ad8f..ee0888aa 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Anvend"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tryk for at redigere"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Behold den aktuelle baggrund"</string> - <string name="apply_btn" msgid="7965877231041987336">"Anvend"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Forhåndsvisning af stil"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Forhåndsvisning af gitter"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Forhåndsvisning af skrifttype"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, er valgt"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> er valgt og forhåndsvises i øjeblikket"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> forhåndsvises i øjeblikket"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ændringen er valg og forhåndsvises"</string> <string name="theme_description" msgid="3697012391785254635">"Skrifttype: <xliff:g id="ID_1">%1$s</xliff:g>, ikoner: <xliff:g id="ID_2">%2$s</xliff:g>, form: <xliff:g id="ID_3">%3$s</xliff:g>, farve: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Skrifttype"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Navn på tilpasset stil"</string> <string name="mode_title" msgid="2394873501427436055">"Mørkt tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Midlertidigt deaktiveret på grund af Batterisparefunktion"</string> + <string name="mode_changed" msgid="2243581369395418584">"Temaet er ændret"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Temaikoner"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Juster appgitter"</string> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 543b702b..6a83d728 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Anwenden"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Zum Bearbeiten tippen"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Aktuellen Hintergrund behalten"</string> - <string name="apply_btn" msgid="7965877231041987336">"Anwenden"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Designvorschau"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Rastervorschau"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Schriftartvorschau"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, wird aktuell angewendet"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, derzeit angewendet und in der Vorschau"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, derzeit in der Vorschau"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, kann ausgewählt und als Vorschau angesehen werden"</string> <string name="theme_description" msgid="3697012391785254635">"Schriftart: <xliff:g id="ID_1">%1$s</xliff:g>, Symbole: <xliff:g id="ID_2">%2$s</xliff:g>, Form: <xliff:g id="ID_3">%3$s</xliff:g>, Farbe: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Schriftart"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Name des benutzerdefinierten Stils"</string> <string name="mode_title" msgid="2394873501427436055">"Dunkles Design"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Wegen Energiesparmodus vorübergehend deaktiviert"</string> + <string name="mode_changed" msgid="2243581369395418584">"Design geändert"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Symboldesigns"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"App-Raster ändern"</string> diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml index 8ad04e42..c067781f 100644 --- a/res/values-el/strings.xml +++ b/res/values-el/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Εφαρμογή"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Πατήστε για επεξεργασία"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Διατήρηση τρέχουσας ταπετσαρίας"</string> - <string name="apply_btn" msgid="7965877231041987336">"Εφαρμογή"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Προεπισκόπηση στιλ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Προεπισκόπηση πλέγματος"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Προεπισκόπηση γραμματοσειράς"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"Αυτήν τη στιγμή εφαρμόζεται το θέμα <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"Αυτήν τη στιγμή εφαρμόζεται και εμφανίζεται σε προεπισκόπηση η επιλογή <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_previewed_description" msgid="3467217598865047661">"Αυτήν τη στιγμή εμφανίζεται σε προεπισκόπηση η επιλογή <xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, η αλλαγή επιλέχθηκε και προβλήθηκε σε προεπισκόπηση"</string> <string name="theme_description" msgid="3697012391785254635">"Γραμματοσειρά: <xliff:g id="ID_1">%1$s</xliff:g>, εικονίδια: <xliff:g id="ID_2">%2$s</xliff:g>, σχήμα: <xliff:g id="ID_3">%3$s</xliff:g>, χρώμα: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Προεπιλογή"</string> <string name="preview_name_font" msgid="4465423899630037038">"Γραμματοσειρά"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Προσαρμοσμένο όνομα στιλ"</string> <string name="mode_title" msgid="2394873501427436055">"Σκούρο θέμα"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Απενεργοποιήθηκε προσωρινά λόγω Εξοικονόμησης μπαταρίας"</string> + <string name="mode_changed" msgid="2243581369395418584">"Το θέμα άλλαξε"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Θεματικά εικονίδια"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Αλλαγή πλέγματος εφαρμογής"</string> diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml index 00cc1bf6..1d64f250 100644 --- a/res/values-en-rAU/strings.xml +++ b/res/values-en-rAU/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Keep current wallpaper"</string> - <string name="apply_btn" msgid="7965877231041987336">"Apply"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Style preview"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Grid preview"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Font preview"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied and previewed"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, currently previewed"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, change selected and previewed"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, icons: <xliff:g id="ID_2">%2$s</xliff:g>, shape: <xliff:g id="ID_3">%3$s</xliff:g>, colour: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Custom style name"</string> <string name="mode_title" msgid="2394873501427436055">"Dark theme"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporarily disabled due to Battery Saver"</string> + <string name="mode_changed" msgid="2243581369395418584">"Theme changed"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Themed icons"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml index 00cc1bf6..1d64f250 100644 --- a/res/values-en-rCA/strings.xml +++ b/res/values-en-rCA/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Keep current wallpaper"</string> - <string name="apply_btn" msgid="7965877231041987336">"Apply"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Style preview"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Grid preview"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Font preview"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied and previewed"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, currently previewed"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, change selected and previewed"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, icons: <xliff:g id="ID_2">%2$s</xliff:g>, shape: <xliff:g id="ID_3">%3$s</xliff:g>, colour: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Custom style name"</string> <string name="mode_title" msgid="2394873501427436055">"Dark theme"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporarily disabled due to Battery Saver"</string> + <string name="mode_changed" msgid="2243581369395418584">"Theme changed"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Themed icons"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index 00cc1bf6..1d64f250 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Keep current wallpaper"</string> - <string name="apply_btn" msgid="7965877231041987336">"Apply"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Style preview"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Grid preview"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Font preview"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied and previewed"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, currently previewed"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, change selected and previewed"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, icons: <xliff:g id="ID_2">%2$s</xliff:g>, shape: <xliff:g id="ID_3">%3$s</xliff:g>, colour: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Custom style name"</string> <string name="mode_title" msgid="2394873501427436055">"Dark theme"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporarily disabled due to Battery Saver"</string> + <string name="mode_changed" msgid="2243581369395418584">"Theme changed"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Themed icons"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml index 00cc1bf6..1d64f250 100644 --- a/res/values-en-rIN/strings.xml +++ b/res/values-en-rIN/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Keep current wallpaper"</string> - <string name="apply_btn" msgid="7965877231041987336">"Apply"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Style preview"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Grid preview"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Font preview"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied and previewed"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, currently previewed"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, change selected and previewed"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, icons: <xliff:g id="ID_2">%2$s</xliff:g>, shape: <xliff:g id="ID_3">%3$s</xliff:g>, colour: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Custom style name"</string> <string name="mode_title" msgid="2394873501427436055">"Dark theme"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporarily disabled due to Battery Saver"</string> + <string name="mode_changed" msgid="2243581369395418584">"Theme changed"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Themed icons"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> diff --git a/res/values-en-rXC/strings.xml b/res/values-en-rXC/strings.xml index f004b41c..fae727a1 100644 --- a/res/values-en-rXC/strings.xml +++ b/res/values-en-rXC/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Keep current wallpaper"</string> - <string name="apply_btn" msgid="7965877231041987336">"Apply"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Style preview"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Grid preview"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Font preview"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, currently applied and previewed"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, currently previewed"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, change selected and previewed"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, icons: <xliff:g id="ID_2">%2$s</xliff:g>, shape: <xliff:g id="ID_3">%3$s</xliff:g>, color: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Custom style name"</string> <string name="mode_title" msgid="2394873501427436055">"Dark theme"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporarily disabled due to Battery Saver"</string> + <string name="mode_changed" msgid="2243581369395418584">"Theme changed"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Themed icons"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml index 1090572a..50b3bc5f 100644 --- a/res/values-es-rUS/strings.xml +++ b/res/values-es-rUS/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Presiona para editar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Conservar fondo de pantalla actual"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplicar"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Vista previa del estilo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Vista previa de la cuadrícula"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Vista previa de fuente"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> (aplicado actualmente)"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (opción aplicada y vista previa en curso)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (vista previa en curso)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>; cambiar opción seleccionada y en vista previa"</string> <string name="theme_description" msgid="3697012391785254635">"Fuente: <xliff:g id="ID_1">%1$s</xliff:g>, íconos: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, color: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predet."</string> <string name="preview_name_font" msgid="4465423899630037038">"Fuente"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nombre de estilo personalizado"</string> <string name="mode_title" msgid="2394873501427436055">"Tema oscuro"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Se inhabilitó temporalmente debido al Ahorro de batería"</string> + <string name="mode_changed" msgid="2243581369395418584">"Se cambió el tema"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Íconos temáticos"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambiar cuadrícula de apps"</string> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 6219b19c..17cfabe4 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca para editar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Mantener fondo de pantalla actual"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplicar"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Previsualizar estilo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Vista previa de cuadrícula"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Vista previa de fuente"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"Se ha aplicado <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (opción aplicada y vista previa en curso)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (vista previa en curso)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, cambio seleccionado y con vista previa"</string> <string name="theme_description" msgid="3697012391785254635">"Fuente: <xliff:g id="ID_1">%1$s</xliff:g>; iconos: <xliff:g id="ID_2">%2$s</xliff:g>; forma: <xliff:g id="ID_3">%3$s</xliff:g>; color: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predeterminado"</string> <string name="preview_name_font" msgid="4465423899630037038">"Fuente"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nombre de estilo personalizado"</string> <string name="mode_title" msgid="2394873501427436055">"Tema oscuro"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Inhabilitado temporalmente debido a Ahorro de batería"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema cambiado"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Iconos con tema"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambiar cuadrícula de aplicaciones"</string> diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml index 2a5181d5..f444cb2b 100644 --- a/res/values-et/strings.xml +++ b/res/values-et/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Rakenda"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Puudutage muutmiseks"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Säilita praegune taustapilt"</string> - <string name="apply_btn" msgid="7965877231041987336">"Rakenda"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stiili eelvaade"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Ruudustiku eelvaade"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Fondi eelvaade"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, praegu rakendatud"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, praegu rakendatakse ja kuvatakse eelvaadet"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, praegu kuvatakse eelvaadet"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, muudatus on valitud ja kuvatud on selle eelvaade"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, ikoonid: <xliff:g id="ID_2">%2$s</xliff:g>, kuju: <xliff:g id="ID_3">%3$s</xliff:g>, värv: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Vaikeseade"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Kohandatud stiili nimi"</string> <string name="mode_title" msgid="2394873501427436055">"Tume teema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Akusäästja tõttu ajutiselt keelatud"</string> + <string name="mode_changed" msgid="2243581369395418584">"Teema on muudetud"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Temaatilised ikoonid"</string> <string name="beta_title" msgid="8703819523760746458">"Beeta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Rakenduste ruudustiku muutmine"</string> diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml index 9d7ba35d..7e4b016d 100644 --- a/res/values-eu/strings.xml +++ b/res/values-eu/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplikatu"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Sakatu editatzeko"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Utzi bere horretan horma-papera"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplikatu"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Estiloaren aurrebista"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Saretaren aurrebista"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Letraren aurrebista"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> (aplikatuta dago)"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (aplikatuta eta aurrebista gisa ikusgai)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (aurrebista gisa ikusgai)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, aldatu hautatuta dagoena (aurreikusiten ari zarena)"</string> <string name="theme_description" msgid="3697012391785254635">"Letra: <xliff:g id="ID_1">%1$s</xliff:g>, ikonoak: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, kolorea: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Lehenetsia"</string> <string name="preview_name_font" msgid="4465423899630037038">"Letra"</string> @@ -70,7 +70,7 @@ <string name="use_style_button" msgid="1754493078383627019">"Erabili <xliff:g id="ID_1">%1$s</xliff:g> estiloa"</string> <string name="no_thanks" msgid="7286616980115687627">"Ez"</string> <string name="clock_preview_content_description" msgid="5460561185905717460">"<xliff:g id="ID_1">%1$s</xliff:g> erlojuaren aurrebista"</string> - <string name="something_went_wrong" msgid="529840112449799117">"Arazoren bat izan da."</string> + <string name="something_went_wrong" msgid="529840112449799117">"Arazo bat izan da."</string> <string name="theme_preview_icons_section_title" msgid="7064768910744000643">"Koloreak / Ikonoak"</string> <string name="style_info_description" msgid="2612473574431003251">"Letra-tipoen, ikonoen, aplikazio-formen eta koloreen aurrebista"</string> <string name="accessibility_custom_font_title" msgid="966867359157303705">"Letra pertsonalizatua"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Estilo pertsonalizatuaren izena"</string> <string name="mode_title" msgid="2394873501427436055">"Gai iluna"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Aldi baterako desgaituta, bateria-aurrezlea dela eta"</string> + <string name="mode_changed" msgid="2243581369395418584">"Aldatu da gaia"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikono gaidunak"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Aldatu aplikazioen sareta"</string> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index 8a807378..0d1ef61b 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"اعمال"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"برای ویرایش ضربه بزنید"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"حفظ کاغذدیواری فعلی"</string> - <string name="apply_btn" msgid="7965877231041987336">"اعمال"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"پیشنمایش سبک"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"پیشنمایش جدول"</string> <string name="font_preview_content_description" msgid="128230439293337891">"پیشنمایش قلم"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>، درحالحاضر اعمال شده است"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>، درحالحاضر اعمال و پیشنمایش شده است"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>، درحالحاضر پیشنمایش شده است"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>، تغییر و پیشنمایش مورد انتخابشده"</string> <string name="theme_description" msgid="3697012391785254635">"قلم: <xliff:g id="ID_1">%1$s</xliff:g>، نمادها: <xliff:g id="ID_2">%2$s</xliff:g>، شکل: <xliff:g id="ID_3">%3$s</xliff:g>، رنگ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"پیشفرض"</string> <string name="preview_name_font" msgid="4465423899630037038">"قلم"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"نام سبک سفارشی"</string> <string name="mode_title" msgid="2394873501427436055">"طرح زمینه تیره"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"بهدلیل روشن بودن «بهینهسازی باتری» موقتاً غیرفعال شده است"</string> + <string name="mode_changed" msgid="2243581369395418584">"طرح زمینه تغییر کرد"</string> <string name="themed_icon_title" msgid="7312460430471956558">"نمادهای دارای طرح زمینه"</string> <string name="beta_title" msgid="8703819523760746458">"بتا"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"تغییر جدول برنامه"</string> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index 706a5ac2..1d393eeb 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Käytä"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Muokkaa napauttamalla"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Säilytä nykyinen taustakuva"</string> - <string name="apply_btn" msgid="7965877231041987336">"Käytä"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Tyylin esikatselu"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Ruudukon esikatselu"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Fontin esikatselu"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, käytössä tällä hetkellä"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, käytössä ja esikatselussa tällä hetkellä"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, esikatselussa tällä hetkellä"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, vaihda valintaa ja esikatselua"</string> <string name="theme_description" msgid="3697012391785254635">"Fontti: <xliff:g id="ID_1">%1$s</xliff:g>, kuvakkeet: <xliff:g id="ID_2">%2$s</xliff:g>, muoto: <xliff:g id="ID_3">%3$s</xliff:g>, väri: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Oletus"</string> <string name="preview_name_font" msgid="4465423899630037038">"Fontti"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Oman tyylin nimi"</string> <string name="mode_title" msgid="2394873501427436055">"Tumma teema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Tilapäisesti pois käytöstä virransäästön takia"</string> + <string name="mode_changed" msgid="2243581369395418584">"Teema vaihdettu"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Kuvakkeiden teemat"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Muuta sovellusruudukkoa"</string> diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml index ec2615df..57f348ee 100644 --- a/res/values-fr-rCA/strings.xml +++ b/res/values-fr-rCA/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Appliquer"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toucher pour modifier"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Garder le fond d\'écran actuel"</string> - <string name="apply_btn" msgid="7965877231041987336">"Appliquer"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Aperçu du style"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Aperçu de la grille"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Aperçu de la police"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"L\'option <xliff:g id="ID_1">%1$s</xliff:g> est présentement active"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"Option appliquée et en cours d\'aperçu : <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_previewed_description" msgid="3467217598865047661">"Option en cours d\'aperçu : <xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"Modification sélectionnée et en cours d\'aperçu : <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="theme_description" msgid="3697012391785254635">"Police : <xliff:g id="ID_1">%1$s</xliff:g>, icônes : <xliff:g id="ID_2">%2$s</xliff:g>, forme : <xliff:g id="ID_3">%3$s</xliff:g>, couleur : <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Par défaut"</string> <string name="preview_name_font" msgid="4465423899630037038">"Police"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nom du style personnalisé"</string> <string name="mode_title" msgid="2394873501427436055">"Thème sombre"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporairement désactivé par l\'économiseur de pile"</string> + <string name="mode_changed" msgid="2243581369395418584">"Thème modifié"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Icônes du thème"</string> <string name="beta_title" msgid="8703819523760746458">"Bêta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Modifiez la grille d\'applications"</string> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 29f26899..b436871b 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -20,11 +20,10 @@ <string name="app_name" msgid="1647136562008520313">"Fond d\'écran et style"</string> <string name="theme_title" msgid="2144932106319405101">"Style"</string> <string name="clock_title" msgid="2126046720254613991">"Horloge"</string> - <string name="grid_title" msgid="1688173478777254123">"Grille appli"</string> + <string name="grid_title" msgid="1688173478777254123">"Grille d\'applis"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Appliquer"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Appuyer pour modifier"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Conserver le fond d\'écran actuel"</string> - <string name="apply_btn" msgid="7965877231041987336">"Appliquer"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Aperçu du style"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Aperçu de la grille"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Aperçu de la police"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, option appliquée actuellement"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (option actuellement appliquée et prévisualisée)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (option actuellement prévisualisée)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, changer l\'option appliquée et prévisualisée"</string> <string name="theme_description" msgid="3697012391785254635">"Police : <xliff:g id="ID_1">%1$s</xliff:g>, icônes : <xliff:g id="ID_2">%2$s</xliff:g>, forme : <xliff:g id="ID_3">%3$s</xliff:g>, couleur : <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Par défaut"</string> <string name="preview_name_font" msgid="4465423899630037038">"Police"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nom du style personnalisé"</string> <string name="mode_title" msgid="2394873501427436055">"Thème sombre"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporairement désactivé par l\'économiseur de batterie"</string> + <string name="mode_changed" msgid="2243581369395418584">"Thème modifié"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Icônes à thème"</string> <string name="beta_title" msgid="8703819523760746458">"Bêta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Modifier la grille d\'applis"</string> diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml index 3284a200..de262287 100644 --- a/res/values-gl/strings.xml +++ b/res/values-gl/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca para editar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Conservar fondo de pantalla actual"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplicar"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Vista previa do estilo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Vista previa da grade"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Vista previa do tipo de letra"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, opción aplicada actualmente"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (opción aplicada e en vista previa actualmente)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (opción en vista previa actualmente)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, cambiar opción seleccionada e en vista previa"</string> <string name="theme_description" msgid="3697012391785254635">"Tipo de letra: <xliff:g id="ID_1">%1$s</xliff:g>, iconas: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, cor: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predeterm."</string> <string name="preview_name_font" msgid="4465423899630037038">"Tipo de letra"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nome de estilo personalizado"</string> <string name="mode_title" msgid="2394873501427436055">"Tema escuro"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Desactivouse temporalmente debido ao Aforro de batería"</string> + <string name="mode_changed" msgid="2243581369395418584">"Cambiouse o tema"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tema das iconas"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambia a grade de aplicacións"</string> diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml index 5818cc97..29b9d029 100644 --- a/res/values-gu/strings.xml +++ b/res/values-gu/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"લાગુ કરો"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ફેરફાર કરવા માટે ટૅપ કરો"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"હાલનું વૉલપેપર રાખો"</string> - <string name="apply_btn" msgid="7965877231041987336">"લાગુ કરો"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"શૈલીનો પ્રીવ્યૂ કરો"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ગ્રિડનો પ્રીવ્યૂ કરો"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ફોન્ટનો પ્રીવ્યૂ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, હાલમાં લાગુ કરેલી થીમ"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>ને, હાલમાં લાગુ કરીને પ્રીવ્યૂ કરવામાં આવી રહ્યું છે"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>ને, હાલમાં પ્રીવ્યૂ કરવામાં આવી રહ્યું છે"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, પસંદ કરેલા અને પ્રીવ્યૂ કરેલા વિકલ્પમાં ફેરફાર કરો"</string> <string name="theme_description" msgid="3697012391785254635">"ફોન્ટ: <xliff:g id="ID_1">%1$s</xliff:g>, આઇકન: <xliff:g id="ID_2">%2$s</xliff:g>, આકાર: <xliff:g id="ID_3">%3$s</xliff:g>, રંગ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ડિફૉલ્ટ"</string> <string name="preview_name_font" msgid="4465423899630037038">"ફોન્ટ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"કસ્ટમ શૈલી નામ"</string> <string name="mode_title" msgid="2394873501427436055">"ઘેરી થીમ"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"બૅટરી સેવરના લીધે હંગામીરૂપે બંધ કર્યું"</string> + <string name="mode_changed" msgid="2243581369395418584">"થીમ બદલી છે"</string> <string name="themed_icon_title" msgid="7312460430471956558">"થીમવાળા આઇકન"</string> <string name="beta_title" msgid="8703819523760746458">"બીટા"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ઍપ ગ્રિડ બદલો"</string> diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml index 31d2d2a7..43fb23b7 100644 --- a/res/values-hi/strings.xml +++ b/res/values-hi/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"लागू करें"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"बदलाव करने के लिए टैप करें"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"मौजूदा वॉलपेपर बनाए रखें"</string> - <string name="apply_btn" msgid="7965877231041987336">"लागू करें"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"थीम की झलक देखें"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ग्रिड की झलक देखें"</string> <string name="font_preview_content_description" msgid="128230439293337891">"फ़ॉन्ट की झलक देखें"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, इस समय लागू है"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> को लागू कर दिया गया है और इसकी झलक देखी जा रही है"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> की झलक अभी देखी जा रही है"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g> में बदलाव करें, जिसे चुना गया है और जिसकी झलक देखी गई है"</string> <string name="theme_description" msgid="3697012391785254635">"फ़ॉन्ट: <xliff:g id="ID_1">%1$s</xliff:g>, आइकॉन: <xliff:g id="ID_2">%2$s</xliff:g>, बनावट: <xliff:g id="ID_3">%3$s</xliff:g>, रंग: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"डिफ़ॉल्ट"</string> <string name="preview_name_font" msgid="4465423899630037038">"फ़ॉन्ट"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"पसंद के मुताबिक बनाई गई स्टाइल का नाम"</string> <string name="mode_title" msgid="2394873501427436055">"गहरे रंग वाली थीम"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"बैटरी सेवर मोड चालू होने की वजह से, इस सुविधा को कुछ समय के लिए बंद कर दिया गया है"</string> + <string name="mode_changed" msgid="2243581369395418584">"थीम को बदला गया"</string> <string name="themed_icon_title" msgid="7312460430471956558">"थीम वाले आइकॉन"</string> <string name="beta_title" msgid="8703819523760746458">"बीटा"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ऐप्लिकेशन ग्रिड बदलें"</string> diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml index 9a9fcf98..30bbd976 100644 --- a/res/values-hr/strings.xml +++ b/res/values-hr/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Primijeni"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da biste uredili"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Zadrži trenutačnu pozadinu"</string> - <string name="apply_btn" msgid="7965877231041987336">"Primijeni"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pregled stila"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pregled rešetke"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pregled fonta"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutačno primijenjeno"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutačno se primjenjuje i pregledava"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, trenutačno se pregledava"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, izmjena je odabrana i pregledana"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, ikone: <xliff:g id="ID_2">%2$s</xliff:g>, oblik: <xliff:g id="ID_3">%3$s</xliff:g>, boja: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Zadano"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Naziv prilagođenog stila"</string> <string name="mode_title" msgid="2394873501427436055">"Tamna tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Privremeno onemogućeno zbog štednje baterije"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema je promijenjena"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tematske ikone"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Promjena rešetke aplikacije"</string> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 2613bce0..6ebbc07f 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Alkalmaz"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Koppintson a szerkesztéshez"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Jelenlegi háttérkép megtartása"</string> - <string name="apply_btn" msgid="7965877231041987336">"Alkalmaz"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stílus előnézete"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Rács előnézete"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Betűtípus előnézete"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, jelenleg érvényben van"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, alkalmazva és előnézet folyamatban"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, előnézet folyamatban"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, kiválasztás és előnézet módosítása"</string> <string name="theme_description" msgid="3697012391785254635">"Betűtípus: <xliff:g id="ID_1">%1$s</xliff:g>, ikonok: <xliff:g id="ID_2">%2$s</xliff:g>, alak: <xliff:g id="ID_3">%3$s</xliff:g>, szín: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Alap"</string> <string name="preview_name_font" msgid="4465423899630037038">"Betűtípus"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Egyéni stílusnév"</string> <string name="mode_title" msgid="2394873501427436055">"Sötét téma"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Átmenetileg kikapcsolva az Akkumulátorkímélő mód miatt"</string> + <string name="mode_changed" msgid="2243581369395418584">"Téma módosítva"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tematikus ikonok"</string> <string name="beta_title" msgid="8703819523760746458">"Béta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Alkalmazásrács módosítása"</string> diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml index 0c2b3080..a7b9bcd0 100644 --- a/res/values-hy/strings.xml +++ b/res/values-hy/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Կիրառել"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Հպեք՝ փոփոխելու համար"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Պահպանել ընթացիկ պաստառը"</string> - <string name="apply_btn" msgid="7965877231041987336">"Կիրառել"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Ոճի նախադիտում"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Ցանցի նախադիտում"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Տառատեսակի նախադիտում"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> (այժմ կիրառվում է)"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, այժմ կիրառվում և ցուցադրվում է"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, այժմ ցուցադրվում է"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, փոփոխությունն ընտրված է, և բացված է նախադիտումը"</string> <string name="theme_description" msgid="3697012391785254635">"Տառատեսակ՝ <xliff:g id="ID_1">%1$s</xliff:g>, պատկերակներ՝ <xliff:g id="ID_2">%2$s</xliff:g>, ձև՝ <xliff:g id="ID_3">%3$s</xliff:g>, գույն՝ <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Կանխադրված"</string> <string name="preview_name_font" msgid="4465423899630037038">"Տառատեսակ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Հատուկ ոճի անվանումը"</string> <string name="mode_title" msgid="2394873501427436055">"Մուգ թեմա"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Ժամանակավորապես անջատվել է մարտկոցի տնտեսման համար"</string> + <string name="mode_changed" msgid="2243581369395418584">"Թեման փոխվեց"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Թեմատիկ պատկերակներ"</string> <string name="beta_title" msgid="8703819523760746458">"Բետա"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Փոխել հավելվածների ցանցը"</string> diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml index 17bd85c9..60bfcb96 100644 --- a/res/values-in/strings.xml +++ b/res/values-in/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Terapkan"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ketuk untuk mengedit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Pertahankan wallpaper saat ini"</string> - <string name="apply_btn" msgid="7965877231041987336">"Terapkan"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pratinjau gaya"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pratinjau petak"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pratinjau font"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, saat ini diterapkan"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, saat ini diterapkan dan dilihat pratinjaunya"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, saat ini dilihat pratinjaunya"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, perubahan dipilih dan dilihat pratinjaunya"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, ikon: <xliff:g id="ID_2">%2$s</xliff:g>, bentuk: <xliff:g id="ID_3">%3$s</xliff:g>, warna: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nama gaya khusus"</string> <string name="mode_title" msgid="2394873501427436055">"Tema gelap"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Dinonaktifkan sementara karena fitur Penghemat Baterai"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema diubah"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikon bertema"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ubah petak aplikasi"</string> diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml index 13e3aab8..69eb1414 100644 --- a/res/values-is/strings.xml +++ b/res/values-is/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Nota"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ýttu til að breyta"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Halda núverandi veggfóðri"</string> - <string name="apply_btn" msgid="7965877231041987336">"Nota"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Forskoðun stíls"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Forskoðun hnitanets"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Forskoðun leturgerðar"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, notaður"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, í notkun og forskoðun"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, í forskoðun"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, breyta vali og forskoðun"</string> <string name="theme_description" msgid="3697012391785254635">"Leturgerð: <xliff:g id="ID_1">%1$s</xliff:g>, tákn: <xliff:g id="ID_2">%2$s</xliff:g>, form: <xliff:g id="ID_3">%3$s</xliff:g>, litur: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Sjálfgefið"</string> <string name="preview_name_font" msgid="4465423899630037038">"Leturgerð"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Sérsniðið stílheiti"</string> <string name="mode_title" msgid="2394873501427436055">"Dökkt þema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Slökkt tímabundið vegna rafhlöðusparnaðar"</string> + <string name="mode_changed" msgid="2243581369395418584">"Þema var breytt"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Þematákn"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Breyta forritatöflu"</string> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index cb32d4fa..b74912df 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Applica"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tocca per modificare"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Mantieni lo sfondo corrente"</string> - <string name="apply_btn" msgid="7965877231041987336">"Applica"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Anteprima stile"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Anteprima griglia"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Anteprima carattere"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, attualmente applicata"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, attualmente applicata e visualizzata in anteprima"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, attualmente visualizzata in anteprima"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, modifica selezionata e visualizzata in anteprima"</string> <string name="theme_description" msgid="3697012391785254635">"Carattere: <xliff:g id="ID_1">%1$s</xliff:g>, icone: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, colore: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predef."</string> <string name="preview_name_font" msgid="4465423899630037038">"Carattere"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nome dello stile personalizzato"</string> <string name="mode_title" msgid="2394873501427436055">"Tema scuro"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Opzione disattivata temporaneamente per risparmio energetico"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema modificato"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Icone a tema"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambia griglia di app"</string> diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml index 9e5ca72b..876a60a4 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"אישור"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"יש להקיש כדי לערוך"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"שמירת הטפט הנוכחי"</string> - <string name="apply_btn" msgid="7965877231041987336">"אישור"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"תצוגה מקדימה של הסגנון"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"תצוגה מקדימה של הרשת"</string> <string name="font_preview_content_description" msgid="128230439293337891">"תצוגה מקדימה של הגופן"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, מוחלת כרגע"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, בהחלה ובתצוגה מקדימה כעת"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, בתצוגה מקדימה כעת"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, שינוי האפשרות שנבחרה ומוצגת בתצוגה המקדימה"</string> <string name="theme_description" msgid="3697012391785254635">"גופן: <xliff:g id="ID_1">%1$s</xliff:g>, סמלים: <xliff:g id="ID_2">%2$s</xliff:g>, צורה: <xliff:g id="ID_3">%3$s</xliff:g>, צבע: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ברירת מחדל"</string> <string name="preview_name_font" msgid="4465423899630037038">"גופן"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"שם סגנון מותאם אישית"</string> <string name="mode_title" msgid="2394873501427436055">"עיצוב כהה"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"מושבת זמנית כי הופעל מצב \'חיסכון בסוללה\'"</string> + <string name="mode_changed" msgid="2243581369395418584">"העיצוב השתנה"</string> <string name="themed_icon_title" msgid="7312460430471956558">"סמלים מעוצבים"</string> <string name="beta_title" msgid="8703819523760746458">"בטא"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"שינוי רשת האפליקציות"</string> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 7a2314e8..29cb6687 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"適用"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"タップして編集"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"現在の壁紙を保持"</string> - <string name="apply_btn" msgid="7965877231041987336">"適用"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"スタイルのプレビュー"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"グリッドのプレビュー"</string> <string name="font_preview_content_description" msgid="128230439293337891">"フォントのプレビュー"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>(現在適用中)"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>(現在、適用してプレビュー中)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>(現在、プレビュー中)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>、選択対象とプレビュー対象を変更"</string> <string name="theme_description" msgid="3697012391785254635">"フォント: <xliff:g id="ID_1">%1$s</xliff:g>、アイコン: <xliff:g id="ID_2">%2$s</xliff:g>、形状: <xliff:g id="ID_3">%3$s</xliff:g>、色: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"デフォルト"</string> <string name="preview_name_font" msgid="4465423899630037038">"フォント"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"カスタム スタイル名"</string> <string name="mode_title" msgid="2394873501427436055">"ダークモード"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"バッテリー セーバーにより一時的に無効になりました"</string> + <string name="mode_changed" msgid="2243581369395418584">"テーマを変更しました"</string> <string name="themed_icon_title" msgid="7312460430471956558">"テーマアイコン"</string> <string name="beta_title" msgid="8703819523760746458">"ベータ版"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"アプリグリッドを変更します"</string> diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml index 3145423e..a74d2fa3 100644 --- a/res/values-ka/strings.xml +++ b/res/values-ka/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"მისადაგება"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"შეეხეთ რედაქტირებისთვის"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ამჟამინდელი ფონის შენარჩუნება"</string> - <string name="apply_btn" msgid="7965877231041987336">"მისადაგება"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"სტილის გადახედვა"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ბადის გადახედვა"</string> <string name="font_preview_content_description" msgid="128230439293337891">"შრიფტის გადახედვა"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, ამჟამად მისადაგებული"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ამჟამად მისადაგებულია და გადახედვის პროცესშია"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, გადახედვის პროცესშია"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, შეცვალეთ არჩეული და გადახედილი"</string> <string name="theme_description" msgid="3697012391785254635">"შრიფტი: <xliff:g id="ID_1">%1$s</xliff:g>, ხატულები: <xliff:g id="ID_2">%2$s</xliff:g>, ფორმა: <xliff:g id="ID_3">%3$s</xliff:g>, ფერი: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ნაგულისხ."</string> <string name="preview_name_font" msgid="4465423899630037038">"შრიფტი"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"მორგებული სტილის სახელი"</string> <string name="mode_title" msgid="2394873501427436055">"მუქი თემა"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ბატარეის დამზოგის გამო დროებით გათიშულია"</string> + <string name="mode_changed" msgid="2243581369395418584">"თემა შეიცვალა"</string> <string name="themed_icon_title" msgid="7312460430471956558">"თემატური ხატულები"</string> <string name="beta_title" msgid="8703819523760746458">"ბეტა"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"აპების ბადის შეცვლა"</string> diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml index 4c11a2b3..370ad9af 100644 --- a/res/values-kk/strings.xml +++ b/res/values-kk/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Қолдану"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Өзгерту үшін түртіңіз"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Қазіргі тұсқағазды қалдыру"</string> - <string name="apply_btn" msgid="7965877231041987336">"Қолдану"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Стильді алдын ала қарау"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Торды алдын ала қарау"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Қаріпті алдын ала қарау"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, қазір қосулы"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, қазір қолданылды және алдын ала қаралды"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, қазір алдын ала қаралды"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, өзгертілді және алдын ала қаралды."</string> <string name="theme_description" msgid="3697012391785254635">"Қарпі: <xliff:g id="ID_1">%1$s</xliff:g>, белгішелері: <xliff:g id="ID_2">%2$s</xliff:g>, пішіні: <xliff:g id="ID_3">%3$s</xliff:g>, түсі: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Әдепкі"</string> <string name="preview_name_font" msgid="4465423899630037038">"Қаріп"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Арнаулы стиль атауы"</string> <string name="mode_title" msgid="2394873501427436055">"Қараңғы тақырып"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Батареяны үнемдеу режиміне байланысты уақытша өшірілген."</string> + <string name="mode_changed" msgid="2243581369395418584">"Тақырып өзгертілді."</string> <string name="themed_icon_title" msgid="7312460430471956558">"Тақырыптық белгішелер"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Қолданбалар торын өзгерту"</string> diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml index b83421e7..00eea2f0 100644 --- a/res/values-km/strings.xml +++ b/res/values-km/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ប្រើ"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ចុច ដើម្បីកែ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"រក្សាទុកផ្ទាំងរូបភាពបច្ចុប្បន្ន"</string> - <string name="apply_btn" msgid="7965877231041987336">"ប្រើ"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ការមើលរចនាប័ទ្មសាកល្បង"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ការមើលក្រឡាសាកល្បង"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ការមើលពុម្ពអក្សរសាកល្បង"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> ត្រូវបានប្រើបច្ចុប្បន្ននេះ"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> កំពុងត្រូវបានអនុវត្ត និងមើលសាកល្បងបច្ចុប្បន្ននេះ"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> កំពុងត្រូវបានមើលសាកល្បងបច្ចុប្បន្ននេះ"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ផ្លាស់ប្ដូរអ្វីដែលបានជ្រើសរើស និងបានមើលសាកល្បង"</string> <string name="theme_description" msgid="3697012391785254635">"ពុម្ពអក្សរ៖ <xliff:g id="ID_1">%1$s</xliff:g>, រូបតំណាង៖ <xliff:g id="ID_2">%2$s</xliff:g>, រូបរាង៖ <xliff:g id="ID_3">%3$s</xliff:g>, ពណ៌៖ <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"លំនាំដើម"</string> <string name="preview_name_font" msgid="4465423899630037038">"ពុម្ពអក្សរ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ឈ្មោះរចនាប័ទ្មផ្ទាល់ខ្លួន"</string> <string name="mode_title" msgid="2394873501427436055">"រចនាប័ទ្មងងឹត"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"បានបិទជាបណ្តោះអាសន្ន ដោយសារមុខងារសន្សំថ្ម"</string> + <string name="mode_changed" msgid="2243581369395418584">"បានផ្លាស់ប្ដូររចនាប័ទ្ម"</string> <string name="themed_icon_title" msgid="7312460430471956558">"រូបតំណាងប្ដូររចនាប័ទ្ម"</string> <string name="beta_title" msgid="8703819523760746458">"បេតា"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ប្ដូរក្រឡាកម្មវិធី"</string> diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml index 613362b1..1ed18476 100644 --- a/res/values-kn/strings.xml +++ b/res/values-kn/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ಅನ್ವಯಿಸಿ"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ಎಡಿಟ್ ಮಾಡಲು ಟ್ಯಾಪ್ ಮಾಡಿ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ಪ್ರಸ್ತುತ ವಾಲ್ಪೇಪರ್ ಅನ್ನು ಉಳಿಸಿ"</string> - <string name="apply_btn" msgid="7965877231041987336">"ಅನ್ವಯಿಸಿ"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ಶೈಲಿ ಪೂರ್ವವೀಕ್ಷಣೆ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ಗ್ರಿಡ್ ಪೂರ್ವವೀಕ್ಷಣೆ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ಫಾಂಟ್ ಪೂರ್ವವೀಕ್ಷಣೆ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"ಪ್ರಸ್ತುತ <xliff:g id="ID_1">%1$s</xliff:g> ಅನ್ನು ಅನ್ವಯಿಸಲಾಗಿದೆ"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ಪ್ರಸ್ತುತ ಸಲ್ಲಿಸಲಾಗಿದೆ ಮತ್ತು ಪೂರ್ವವೀಕ್ಷಿಸಲಾಗಿದೆ"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, ಪ್ರಸ್ತುತ ಪೂರ್ವವೀಕ್ಷಿಸಲಾಗಿದೆ"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ಬದಲಾವಣೆ ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ ಮತ್ತು ಪೂರ್ವವೀಕ್ಷಣೆ ಮಾಡಲಾಗಿದೆ"</string> <string name="theme_description" msgid="3697012391785254635">"ಫಾಂಟ್: <xliff:g id="ID_1">%1$s</xliff:g>, ಐಕಾನ್ಗಳು: <xliff:g id="ID_2">%2$s</xliff:g>, ಆಕಾರ: <xliff:g id="ID_3">%3$s</xliff:g>, ಬಣ್ಣ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ಡೀಫಾಲ್ಟ್"</string> <string name="preview_name_font" msgid="4465423899630037038">"ಫಾಂಟ್"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ಕಸ್ಟಮ್ ಶೈಲಿ ಹೆಸರು"</string> <string name="mode_title" msgid="2394873501427436055">"ಡಾರ್ಕ್ ಥೀಮ್"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ಬ್ಯಾಟರಿ ಸೇವರ್ ಕಾರಣದಿಂದ ತಾತ್ಕಾಲಿಕವಾಗಿ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ"</string> + <string name="mode_changed" msgid="2243581369395418584">"ಥೀಮ್ ಅನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"</string> <string name="themed_icon_title" msgid="7312460430471956558">"ಥೀಮ್ ಮಾಡಿದ ಐಕಾನ್ಗಳು"</string> <string name="beta_title" msgid="8703819523760746458">"ಬೀಟಾ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ಆ್ಯಪ್ ಗ್ರಿಡ್ ಬದಲಾಯಿಸಿ"</string> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 3775b1a5..923f0921 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"적용"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"탭하여 수정"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"현재 배경화면 유지"</string> - <string name="apply_btn" msgid="7965877231041987336">"적용"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"스타일 미리보기"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"그리드 미리보기"</string> <string name="font_preview_content_description" msgid="128230439293337891">"글꼴 미리보기"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, 현재 적용됨"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, 현재 적용되어 미리보기 중"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, 현재 미리보기 중"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, 선택 및 미리보기 표시 가능"</string> <string name="theme_description" msgid="3697012391785254635">"글꼴: <xliff:g id="ID_1">%1$s</xliff:g>, 아이콘: <xliff:g id="ID_2">%2$s</xliff:g>, 도형: <xliff:g id="ID_3">%3$s</xliff:g>, 색상: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"기본값"</string> <string name="preview_name_font" msgid="4465423899630037038">"글꼴"</string> @@ -80,7 +80,8 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"맞춤 스타일 이름"</string> <string name="mode_title" msgid="2394873501427436055">"어두운 테마"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"절전 모드로 인해 일시적으로 사용 중지됨"</string> - <string name="themed_icon_title" msgid="7312460430471956558">"테마형 아이콘"</string> + <string name="mode_changed" msgid="2243581369395418584">"테마 변경됨"</string> + <string name="themed_icon_title" msgid="7312460430471956558">"테마 아이콘"</string> <string name="beta_title" msgid="8703819523760746458">"베타"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"앱 그리드 변경"</string> </resources> diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml index 00e2e3f6..b83f4588 100644 --- a/res/values-ky/strings.xml +++ b/res/values-ky/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Колдонуу"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Өзгөртүү үчүн таптап коюңуз"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Учурдагы тушкагаз калсын"</string> - <string name="apply_btn" msgid="7965877231041987336">"Колдонуу"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Стилди алдын ала көрүү"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Торчону алдын ала көрүү"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Арипти алдын ала көрүү"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, учурда колдонулууда"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, учурда колдонулуп, текшерилди"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, учурда текшерилип жатат"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, өзгөрүү тандалды жана алдын ала көрүлдү"</string> <string name="theme_description" msgid="3697012391785254635">"Арип: <xliff:g id="ID_1">%1$s</xliff:g>, сүрөтчөлөр: <xliff:g id="ID_2">%2$s</xliff:g>, форма: <xliff:g id="ID_3">%3$s</xliff:g>, түс: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Демейки"</string> <string name="preview_name_font" msgid="4465423899630037038">"Арип"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Жеке стилдин аталышы"</string> <string name="mode_title" msgid="2394873501427436055">"Караңгы тема"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Батареяны үнөмдөөчү режимде убактылуу өчүрүлдү"</string> + <string name="mode_changed" msgid="2243581369395418584">"Тема өзгөртүлдү"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Тематикалык сүрөтчөлөр"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Колдонмонун торчосун өзгөртүү"</string> diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml index 30016013..5f9acf63 100644 --- a/res/values-lo/strings.xml +++ b/res/values-lo/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ນຳໃຊ້"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ແຕະເພື່ອແກ້ໄຂ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ໃຊ້ຮູບພື້ນຫຼັງປັດຈຸບັນ"</string> - <string name="apply_btn" msgid="7965877231041987336">"ນຳໃຊ້"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ຕົວຢ່າງຮູບແບບ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ຕົວຢ່າງຊ່ອງ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ຕົວຢ່າງຟອນ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, ຕອນນີ້ນຳໃຊ້ແລ້ວ"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ຕອນນີ້ນຳໃຊ້ ແລະ ເບິ່ງຕົວຢ່າງແລ້ວ"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, ຕອນນີ້ເບິ່ງຕົວຢ່າງແລ້ວ"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ເລືອກ ແລະ ເບິ່ງຕົວຢ່າງການປ່ຽນແປງແລ້ວ"</string> <string name="theme_description" msgid="3697012391785254635">"ຟອນ: <xliff:g id="ID_1">%1$s</xliff:g>, ໄອຄອນ: <xliff:g id="ID_2">%2$s</xliff:g>, ຮູບຮ່າງ: <xliff:g id="ID_3">%3$s</xliff:g>, ສີ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ຄ່າເລີ່ມຕົ້ນ"</string> <string name="preview_name_font" msgid="4465423899630037038">"ຟອນ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ຊື່ຮູບແບບສີສັນກຳນົດເອງ"</string> <string name="mode_title" msgid="2394873501427436055">"ຮູບແບບສີສັນມືດ"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ຖືກປິດການນຳໃຊ້ຊົ່ວຄາວເນື່ອງຈາກຕົວປະຢັດແບັດເຕີຣີ"</string> + <string name="mode_changed" msgid="2243581369395418584">"ປ່ຽນຮູບແບບສີສັນແລ້ວ"</string> <string name="themed_icon_title" msgid="7312460430471956558">"ໄອຄອນຕາມຮູບແບບສີສັນ"</string> <string name="beta_title" msgid="8703819523760746458">"ເບຕ້າ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ປ່ຽນຕາຕະລາງແອັບ"</string> diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index 779107e9..b7907266 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Taikyti"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Palieskite ir redaguokite"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Palikti dabartinį ekrano foną"</string> - <string name="apply_btn" msgid="7965877231041987336">"Taikyti"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stiliaus peržiūra"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Tinklelio peržiūra"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Šrifto peržiūra"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, šiuo metu taikoma"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, šiuo metu taikoma ir peržiūrima"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, šiuo metu peržiūrima"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, pakeitimas pasirinktas ir peržiūrimas"</string> <string name="theme_description" msgid="3697012391785254635">"Šriftas: <xliff:g id="ID_1">%1$s</xliff:g>, piktogramos: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, spalva: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Numatytoji"</string> <string name="preview_name_font" msgid="4465423899630037038">"Šriftas"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Tinkinto stiliaus pavadinimas"</string> <string name="mode_title" msgid="2394873501427436055">"Tamsioji tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Laikinai išjungta dėl Akumuliatoriaus tausojimo priemonės"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema pakeista"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Teminės piktogramos"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Programų tinklelio keitimas"</string> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index 14a84ed7..f0902152 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Lietot"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Pieskarieties, lai rediģētu"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Paturēt pašreizējo fona tapeti"</string> - <string name="apply_btn" msgid="7965877231041987336">"Lietot"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stila priekšskatījums"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Režģa priekšskatījums"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Fonta priekšskatījums"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, pašlaik tiek lietots"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, pašlaik tiek lietots un priekšskatīts"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, pašlaik tiek priekšskatīts"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, mainīt atlasīto un priekšskatīto opciju"</string> <string name="theme_description" msgid="3697012391785254635">"Fonts: <xliff:g id="ID_1">%1$s</xliff:g>, ikonas: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, krāsa: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Noklus."</string> <string name="preview_name_font" msgid="4465423899630037038">"Fonts"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Pielāgots stila nosaukums"</string> <string name="mode_title" msgid="2394873501427436055">"Tumšais motīvs"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Īslaicīgi atspējots akumulatora enerģijas taupīšanas dēļ"</string> + <string name="mode_changed" msgid="2243581369395418584">"Motīvs ir nomainīts"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Motīvu ikonas"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Mainīt lietotņu režģi"</string> diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml index b556cc89..0f086b45 100644 --- a/res/values-mk/strings.xml +++ b/res/values-mk/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Примени"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Допрете за да измените"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Задржи тековен тапет"</string> - <string name="apply_btn" msgid="7965877231041987336">"Примени"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Преглед на стил"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Преглед на решетка"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Преглед на фонтот"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, применета во моментов"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, применети и прегледани во моментов"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, прегледани во моментов"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, променете избрана и прегледана"</string> <string name="theme_description" msgid="3697012391785254635">"Фонт: <xliff:g id="ID_1">%1$s</xliff:g>, икони: <xliff:g id="ID_2">%2$s</xliff:g>, облик: <xliff:g id="ID_3">%3$s</xliff:g>, боја: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Стандардно"</string> <string name="preview_name_font" msgid="4465423899630037038">"Фонт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Приспособено име на стил"</string> <string name="mode_title" msgid="2394873501427436055">"Темна тема"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Привремено оневозможено поради „Штедачот на батерија“"</string> + <string name="mode_changed" msgid="2243581369395418584">"Темата е променета"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Икони со тема"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Променете ја мрежата на апликации"</string> diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml index 2d0eeb70..7ed3912d 100644 --- a/res/values-ml/strings.xml +++ b/res/values-ml/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"പ്രയോഗിക്കുക"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"എഡിറ്റ് ചെയ്യാൻ ടാപ്പ് ചെയ്യുക"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"നിലവിലെ വാൾപേപ്പർ നിലനിർത്തുക"</string> - <string name="apply_btn" msgid="7965877231041987336">"പ്രയോഗിക്കുക"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"സ്റ്റൈൽ പ്രിവ്യൂ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ഗ്രിഡ് പ്രിവ്യൂ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ഫോണ്ട് പ്രിവ്യൂ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, നിലവിൽ ബാധകമാക്കിയത്"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, നിലവിൽ ബാധകമാക്കി പ്രിവ്യൂ ചെയ്യുന്നു"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, നിലവിൽ പ്രിവ്യൂ ചെയ്യുന്നു"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, തിരഞ്ഞെടുത്തവയും പ്രിവ്യൂ ചെയ്തവയും മാറ്റുക"</string> <string name="theme_description" msgid="3697012391785254635">"ഫോണ്ട്: <xliff:g id="ID_1">%1$s</xliff:g>, ഐക്കണുകൾ: <xliff:g id="ID_2">%2$s</xliff:g>, രൂപം: <xliff:g id="ID_3">%3$s</xliff:g>, വർണ്ണം: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ഡിഫോൾട്ട്"</string> <string name="preview_name_font" msgid="4465423899630037038">"ഫോണ്ട്"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ഇഷ്ടാനുസൃത സ്റ്റൈലിന്റെ പേര്"</string> <string name="mode_title" msgid="2394873501427436055">"ഡാർക്ക് തീം"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ബാറ്ററി ലാഭിക്കൽ കാരണം തൽക്കാലം പ്രവർത്തനരഹിതമാണ്"</string> + <string name="mode_changed" msgid="2243581369395418584">"തീം മാറ്റി"</string> <string name="themed_icon_title" msgid="7312460430471956558">"തീമുള്ള ഐക്കണുകൾ"</string> <string name="beta_title" msgid="8703819523760746458">"ബീറ്റ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ആപ്പ് ഗ്രിഡ് മാറ്റുക"</string> diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml index 08605a69..bcab83d8 100644 --- a/res/values-mn/strings.xml +++ b/res/values-mn/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Ашиглах"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Засахын тулд товшино уу"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Одоогийн дэлгэцийн зургийг хадгалах"</string> - <string name="apply_btn" msgid="7965877231041987336">"Ашиглах"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Загварыг урьдчилан үзэх"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Торыг урьдчилан үзэх"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Фонтыг урьдчилан үзэх"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>-г одоогоор ашигласан"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>-г одоогоор хэрэгжүүлсэн бөгөөд шалгасан"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>-г одоогоор шалгасан"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, өөрчлөлтийг сонгож, шалгасан"</string> <string name="theme_description" msgid="3697012391785254635">"Фонт: <xliff:g id="ID_1">%1$s</xliff:g>, дүрс тэмдэг: <xliff:g id="ID_2">%2$s</xliff:g>, дүрс: <xliff:g id="ID_3">%3$s</xliff:g>, өнгө: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Өгөгдмөл"</string> <string name="preview_name_font" msgid="4465423899630037038">"Фонт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Захиалгат загварын нэр"</string> <string name="mode_title" msgid="2394873501427436055">"Бараан загвар"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Батарей хэмнэгчийн улмаас түр зуур идэвхгүй болгосон"</string> + <string name="mode_changed" msgid="2243581369395418584">"Загварыг өөрчилсөн"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Загварын дүрс тэмдэг"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Аппын хүснэгтийг өөрчлөх"</string> diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml index d6be4080..46222705 100644 --- a/res/values-mr/strings.xml +++ b/res/values-mr/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"लागू करा"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"संपादित करण्यासाठी टॅप करा"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"सध्याचा वॉलपेपर ठेवा"</string> - <string name="apply_btn" msgid="7965877231041987336">"लागू करा"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"शैली पूर्वावलोकन"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ग्रिड पूर्वावलोकन"</string> <string name="font_preview_content_description" msgid="128230439293337891">"फाँटचे पूर्वावलोकन"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, सध्या लागू केले"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> सध्या लागू केले आहे आणि त्याचे पूर्वावलोकन केले आहे"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> चे सध्या पूर्वावलोकन करत आहे"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, निवडलेला आणि पूर्वावलोकन केलेला बदला"</string> <string name="theme_description" msgid="3697012391785254635">"फॉंट: <xliff:g id="ID_1">%1$s</xliff:g> आयकन: <xliff:g id="ID_2">%2$s</xliff:g> आकार: <xliff:g id="ID_3">%3$s</xliff:g> रंग: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"डीफॉल्ट"</string> <string name="preview_name_font" msgid="4465423899630037038">"फॉंट"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"कस्टम शैलीचे नाव"</string> <string name="mode_title" msgid="2394873501427436055">"गडद थीम"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"बॅटरी सेव्हर मुळे तात्पुरते बंद केले आहे"</string> + <string name="mode_changed" msgid="2243581369395418584">"थीम बदलली आहे"</string> <string name="themed_icon_title" msgid="7312460430471956558">"थीम असलेले आयकन"</string> <string name="beta_title" msgid="8703819523760746458">"बीटा"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"अॅप ग्रिड बदला"</string> diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml index 0686cf7f..3fedc89d 100644 --- a/res/values-ms/strings.xml +++ b/res/values-ms/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Gunakan"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ketik untuk edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Kekalkan kertas dinding semasa"</string> - <string name="apply_btn" msgid="7965877231041987336">"Gunakan"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pratonton Gaya"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pratonton grid"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pratonton fon"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, digunakan pada masa ini"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, digunakan dan dipratonton pada masa ini"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, dipratonton pada masa ini"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, perubahan yang dipilih dan dipratonton"</string> <string name="theme_description" msgid="3697012391785254635">"Fon: <xliff:g id="ID_1">%1$s</xliff:g>, ikon: <xliff:g id="ID_2">%2$s</xliff:g>, bentuk: <xliff:g id="ID_3">%3$s</xliff:g>, warna: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Lalai"</string> <string name="preview_name_font" msgid="4465423899630037038">"Fon"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nama gaya tersuai"</string> <string name="mode_title" msgid="2394873501427436055">"Tema gelap"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Dilumpuhkan sementara disebabkan Penjimat Bateri"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema ditukar"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikon bertema"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Tukar grid apl"</string> diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml index 422ba65b..f08adf45 100644 --- a/res/values-my/strings.xml +++ b/res/values-my/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"အသုံးပြုရန်"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"တည်းဖြတ်ရန် တို့ပါ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"လက်ရှိနောက်ခံပုံ ဆက်ထားရန်"</string> - <string name="apply_btn" msgid="7965877231041987336">"အသုံးပြုရန်"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ပုံစံ အစမ်းကြည့်ရှုခြင်း"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ဇယားကွက် အစမ်းကြည့်ရှုခြင်း"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ဖောင့် အစမ်းကြည့်ရှုခြင်း"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> ကို လက်ရှိအသုံးပြုထားသည်"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>၊ လက်ရှိ အသုံးပြုပြီး အစမ်းကြည့်ထားသည်"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>၊ လက်ရှိ အစမ်းကြည့်ထားသည်"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>၊ ပြောင်းလဲမှုကို ရွေးချယ်ပြီး အစမ်းကြည့်ရှုပြီးပါပြီ"</string> <string name="theme_description" msgid="3697012391785254635">"ဖောင့်- <xliff:g id="ID_1">%1$s</xliff:g>၊ သင်္ကေတများ- <xliff:g id="ID_2">%2$s</xliff:g>၊ ပုံသဏ္ဌာန်- <xliff:g id="ID_3">%3$s</xliff:g>၊ အရောင်- <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"မူရင်း"</string> <string name="preview_name_font" msgid="4465423899630037038">"ဖောင့်"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"စိတ်ကြိုက်ပုံစံအမည်"</string> <string name="mode_title" msgid="2394873501427436055">"မှောင်သည့် အပြင်အဆင်"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"‘ဘက်ထရီ အားထိန်း’ ကြောင့် ယာယီပိတ်ထားသည်"</string> + <string name="mode_changed" msgid="2243581369395418584">"အပြင်အဆင် ပြောင်းလိုက်ပါပြီ"</string> <string name="themed_icon_title" msgid="7312460430471956558">"အပြင်အဆင်သုံး သင်္ကေတများ"</string> <string name="beta_title" msgid="8703819523760746458">"စမ်းသပ်ဆော့ဖ်ဝဲ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"အက်ပ်ဇယား ပြောင်းရန်"</string> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 64c70038..808828d3 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Bruk"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Trykk for å endre"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Behold den nåværende bakgrunnen"</string> - <string name="apply_btn" msgid="7965877231041987336">"Bruk"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Forhåndsvisning av stil"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Forhåndsvisning av rutenett"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Forhåndsvisning av skrifttype"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, brukes for øyeblikket"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, brukes of forhåndsvises for øyeblikket"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, forhåndsvises for øyeblikket"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, endre det som er valgt og forhåndsvises"</string> <string name="theme_description" msgid="3697012391785254635">"Skrifttype: <xliff:g id="ID_1">%1$s</xliff:g>, ikoner: <xliff:g id="ID_2">%2$s</xliff:g>, form: <xliff:g id="ID_3">%3$s</xliff:g>, farge: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Skrifttype"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Navn på egendefinert stil"</string> <string name="mode_title" msgid="2394873501427436055">"Mørkt tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Midlertidig slått av på grunn av Batterisparing"</string> + <string name="mode_changed" msgid="2243581369395418584">"Temaet er endret"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Temaikoner"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Endre apprutenett"</string> diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml index 7f176749..0f3dfd54 100644 --- a/res/values-ne/strings.xml +++ b/res/values-ne/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"लागू गर्नुहोस्"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"सम्पादन गर्न ट्याप गर्नुहोस्"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"अहिले कै वालपेपर राख्नुहोस्"</string> - <string name="apply_btn" msgid="7965877231041987336">"लागू गर्नुहोस्"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"शैलीको प्रिभ्यु"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ग्रिडको प्रिभ्यु"</string> <string name="font_preview_content_description" msgid="128230439293337891">"फन्टको प्रिभ्यू"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, हालसालै लागू गरिएको"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, हालसालै लागू तथा पूर्वावलोकन गरिएको"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, हालसालै पूर्वलोकन गरिएको"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, तपाईंले चयन गरेको र समीक्षा गरेको वस्तु बदल्नुहोस्"</string> <string name="theme_description" msgid="3697012391785254635">"फन्ट: <xliff:g id="ID_1">%1$s</xliff:g>, आइकनहरू: <xliff:g id="ID_2">%2$s</xliff:g>, आकार: <xliff:g id="ID_3">%3$s</xliff:g>, रङ्ग: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"डिफल्ट"</string> <string name="preview_name_font" msgid="4465423899630037038">"फन्ट"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"शैलीको आफूले रोजेको नाम"</string> <string name="mode_title" msgid="2394873501427436055">"अँध्यारो थिम"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ब्याट्री सेभर अन भएकाले केही समयका लागि अफ गरिएको छ"</string> + <string name="mode_changed" msgid="2243581369395418584">"थिम परिवर्तन गरिएको छ"</string> <string name="themed_icon_title" msgid="7312460430471956558">"थिम भएका आइकन"</string> <string name="beta_title" msgid="8703819523760746458">"बिटा"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"एप ग्रिड बदल्नुहोस्"</string> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index f4a7dac3..9d7de8bd 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Toepassen"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tik om te bewerken"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Huidige achtergrond behouden"</string> - <string name="apply_btn" msgid="7965877231041987336">"Toepassen"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stijlvoorbeeld"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Rastervoorbeeld"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Lettertypevoorbeeld"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, momenteel toegepast"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, wordt momenteel toegepast en bekeken"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, wordt momenteel bekeken"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, wijzigen wat je hebt geselecteerd en waarvan je een voorbeeld wilt bekijken"</string> <string name="theme_description" msgid="3697012391785254635">"Lettertype: <xliff:g id="ID_1">%1$s</xliff:g>, pictogrammen: <xliff:g id="ID_2">%2$s</xliff:g>, vorm: <xliff:g id="ID_3">%3$s</xliff:g>, kleur: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standaard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Lettertype"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Naam van aangepaste stijl"</string> <string name="mode_title" msgid="2394873501427436055">"Donker thema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Tijdelijk uit vanwege Batterijbesparing"</string> + <string name="mode_changed" msgid="2243581369395418584">"Thema gewijzigd"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Thema-iconen"</string> <string name="beta_title" msgid="8703819523760746458">"Bèta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"App-raster wijzigen"</string> diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml index 1b47dde1..5cd59a28 100644 --- a/res/values-or/strings.xml +++ b/res/values-or/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ପ୍ରୟୋଗ କରନ୍ତୁ"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ଏଡିଟ୍ କରିବା ପାଇଁ ଟାପ୍ କରନ୍ତୁ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ବର୍ତ୍ତମାନର ୱାଲ୍ପେପର୍କୁ ରଖନ୍ତୁ"</string> - <string name="apply_btn" msgid="7965877231041987336">"ପ୍ରୟୋଗ କରନ୍ତୁ"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ଷ୍ଟାଇଲ୍ ପ୍ରିଭ୍ୟୁ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ଗ୍ରିଡ୍ ପ୍ରିଭ୍ୟୁ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ଫଣ୍ଟ ପ୍ରିଭ୍ୟୁ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, ବର୍ତ୍ତମାନ ଲାଗୁ ହୋଇଛି"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ବର୍ତ୍ତମାନ ଲାଗୁ ହୋଇଛି ଏବଂ ଏହାର ପ୍ରିଭ୍ୟୁ କରାଯାଇଛି"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>ର, ବର୍ତ୍ତମାନ ପ୍ରିଭ୍ୟୁ କରାଯାଇଛି"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ପରିବର୍ତ୍ତନକୁ ଚୟନ କରାଯାଇଛି ଏବଂ ପ୍ରିଭ୍ୟୁ କରାଯାଇଛି"</string> <string name="theme_description" msgid="3697012391785254635">"ଫଣ୍ଟ: <xliff:g id="ID_1">%1$s</xliff:g>, ଆଇକନ୍ଗୁଡ଼ିକ: <xliff:g id="ID_2">%2$s</xliff:g>, ଆକାର: <xliff:g id="ID_3">%3$s</xliff:g>, ରଙ୍ଗ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ଡିଫଲ୍ଟ"</string> <string name="preview_name_font" msgid="4465423899630037038">"ଫଣ୍ଟ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"କଷ୍ଟମ୍ ଷ୍ଟାଇଲ୍ ନାମ"</string> <string name="mode_title" msgid="2394873501427436055">"ଗାଢ଼ା ଥିମ୍"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ବ୍ୟାଟେରୀ ସେଭର୍ ଯୋଗୁଁ ଅସ୍ଥାୟୀ ଭାବେ ଅକ୍ଷମ କରାଯାଇଛି"</string> + <string name="mode_changed" msgid="2243581369395418584">"ଥିମ ପରିବର୍ତ୍ତନ କରାଯାଇଛି"</string> <string name="themed_icon_title" msgid="7312460430471956558">"ଥିମ୍ ଯୁକ୍ତ ଆଇକନ୍"</string> <string name="beta_title" msgid="8703819523760746458">"ବିଟା"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ଆପ୍ ଗ୍ରିଡ୍ ପରିବର୍ତ୍ତନ କରନ୍ତୁ"</string> diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml index b75986a1..070455aa 100644 --- a/res/values-pa/strings.xml +++ b/res/values-pa/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ਲਾਗੂ ਕਰੋ"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ਸੰਪਾਦਨ ਕਰਨ ਲਈ ਟੈਪ ਕਰੋ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ਮੌਜੂਦਾ ਵਾਲਪੇਪਰ ਬਰਕਰਾਰ ਰੱਖੋ"</string> - <string name="apply_btn" msgid="7965877231041987336">"ਲਾਗੂ ਕਰੋ"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ਸਟਾਈਲ ਦੀ ਪੂਰਵ-ਝਲਕ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ਗ੍ਰਿਡ ਪੂਰਵ-ਝਲਕ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ਫ਼ੌਂਟ ਦੀ ਪੂਰਵ-ਝਲਕ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, ਫ਼ਿਲਹਾਲ ਲਾਗੂ ਕੀਤਾ ਗਿਆ"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ਫਿਲਹਾਲ ਲਾਗੂ ਕਰਕੇ ਪੂਰਵ-ਝਲਕ ਦੇਖੀ ਗਈ"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, ਫਿਲਹਾਲ ਪੂਰਵ-ਝਲਕ ਦੇਖੀ ਗਈ"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ਉਸ ਵਿਕਲਪ ਨੂੰ ਬਦਲੋ ਜਿਸ ਨੂੰ ਚੁਣਿਆ ਗਿਆ ਅਤੇ ਜਿਸ ਦੀ ਪੂਰਵ-ਝਲਕ ਦੇਖੀ ਗਈ ਹੈ"</string> <string name="theme_description" msgid="3697012391785254635">"ਫੌਂਟ: <xliff:g id="ID_1">%1$s</xliff:g>, ਪ੍ਰਤੀਕ: <xliff:g id="ID_2">%2$s</xliff:g>, ਆਕ੍ਰਿਤੀ: <xliff:g id="ID_3">%3$s</xliff:g>, ਰੰਗ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ਪੂਰਵ-ਨਿਰਧਾਰਤ"</string> <string name="preview_name_font" msgid="4465423899630037038">"ਫੌਂਟ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ਸ਼ੈਲੀ ਦਾ ਵਿਉਂਤਿਆ ਨਾਮ"</string> <string name="mode_title" msgid="2394873501427436055">"ਗੂੜ੍ਹਾ ਥੀਮ"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ਬੈਟਰੀ ਸੇਵਰ ਕਰਕੇ ਕੁਝ ਸਮੇਂ ਲਈ ਬੰਦ ਕੀਤਾ ਗਿਆ"</string> + <string name="mode_changed" msgid="2243581369395418584">"ਥੀਮ ਬਦਲਿਆ ਗਿਆ"</string> <string name="themed_icon_title" msgid="7312460430471956558">"ਥੀਮ ਵਾਲੇ ਪ੍ਰਤੀਕ"</string> <string name="beta_title" msgid="8703819523760746458">"ਬੀਟਾ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ਐਪ ਗ੍ਰਿਡ ਬਦਲੋ"</string> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 60acd1f7..18d7d576 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Zastosuj"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Kliknij, by edytować"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Pozostaw bieżącą tapetę"</string> - <string name="apply_btn" msgid="7965877231041987336">"Zastosuj"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Podgląd stylu"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Podgląd siatki"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Podgląd czcionki"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, obecnie używana opcja"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, obecnie zastosowana i przeglądana"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, obecnie przeglądana"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, zmiana została wybrana i wyświetlono jej podgląd"</string> <string name="theme_description" msgid="3697012391785254635">"Czcionka: <xliff:g id="ID_1">%1$s</xliff:g>, ikony: <xliff:g id="ID_2">%2$s</xliff:g>, kształt: <xliff:g id="ID_3">%3$s</xliff:g>, kolor: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Domyślny"</string> <string name="preview_name_font" msgid="4465423899630037038">"Czcionka"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nazwa stylu niestandardowego"</string> <string name="mode_title" msgid="2394873501427436055">"Ciemny motyw"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Tymczasowo wyłączono z powodu oszczędzania baterii"</string> + <string name="mode_changed" msgid="2243581369395418584">"Motyw został zmieniony"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikony z motywem"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Zmień siatkę aplikacji"</string> diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml index 8f05aca4..a3f5a9e9 100644 --- a/res/values-pt-rPT/strings.xml +++ b/res/values-pt-rPT/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toque para editar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Manter a imagem de fundo atual"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplicar"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pré-visualização do estilo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pré-visualização da grelha"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pré-visualiz. do tipo de letra"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, aplicado atualmente"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, aplicado e em pré-visualização atualmente"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, em pré-visualização atualmente"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, alteração selecionada e pré-visualizada"</string> <string name="theme_description" msgid="3697012391785254635">"Tipo de letra: <xliff:g id="ID_1">%1$s</xliff:g>, ícones: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, cor: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predef."</string> <string name="preview_name_font" msgid="4465423899630037038">"Tipo de letra"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nome do estilo personalizado"</string> <string name="mode_title" msgid="2394873501427436055">"Tema escuro"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Temporariamente desativado devido à Poupança de bateria"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema alterado"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ícones temáticos"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Altere a grelha de apps"</string> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index df4f844e..60545859 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toque para editar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Manter o plano de fundo atual"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplicar"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Visualização do estilo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Visualização da grade"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Visualização da fonte"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"Opção <xliff:g id="ID_1">%1$s</xliff:g> aplicada no momento"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"Opção <xliff:g id="ID_1">%1$s</xliff:g> aplicada e visualizada no momento"</string> <string name="option_previewed_description" msgid="3467217598865047661">"Opção <xliff:g id="ID_1">%1$s</xliff:g> visualizada no momento"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, mudança selecionada e visualizada"</string> <string name="theme_description" msgid="3697012391785254635">"Fonte: <xliff:g id="ID_1">%1$s</xliff:g>, ícones: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, cor: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Padrão"</string> <string name="preview_name_font" msgid="4465423899630037038">"Fonte"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Nome do estilo personalizado"</string> <string name="mode_title" msgid="2394873501427436055">"Tema escuro"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Desativado temporariamente pela Economia de bateria"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema trocado"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ícones com tema"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Mudar a grade de apps"</string> diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 70135c32..b8191652 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicați"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Atingeți pentru a modifica"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Păstrați imaginea de fundal actuală"</string> - <string name="apply_btn" msgid="7965877231041987336">"Aplicați"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Previzualizarea stilului"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Previzualizarea grilei"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Previzualizarea fontului"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"S-a aplicat <xliff:g id="ID_1">%1$s</xliff:g> acum"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, aplicată și previzualizată acum"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, previzualizată acum"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, modificați opțiunea selectată și previzualizată"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, pictograme: <xliff:g id="ID_2">%2$s</xliff:g>, formă: <xliff:g id="ID_3">%3$s</xliff:g>, culoare: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Numele stilului personalizat"</string> <string name="mode_title" msgid="2394873501427436055">"Temă întunecată"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Dezactivat temporar de Economisirea bateriei"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema a fost schimbată"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Pictograme tematice"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Schimbați grila de aplicații"</string> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 5492cd01..c8f2a693 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -20,11 +20,10 @@ <string name="app_name" msgid="1647136562008520313">"Обои и стиль"</string> <string name="theme_title" msgid="2144932106319405101">"Стиль"</string> <string name="clock_title" msgid="2126046720254613991">"Часы"</string> - <string name="grid_title" msgid="1688173478777254123">"Сетка прилож-ий"</string> + <string name="grid_title" msgid="1688173478777254123">"Сетка приложений"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Применить"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Нажмите, чтобы изменить"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Использовать текущие обои"</string> - <string name="apply_btn" msgid="7965877231041987336">"Применить"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Предварительный просмотр стиля"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Предварительный просмотр сетки"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Предпросмотр шрифта"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"Применено сейчас: <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"Сейчас включено и показано: <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_previewed_description" msgid="3467217598865047661">"Сейчас показано: <xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, изменить объект, который вы выбрали и просматриваете"</string> <string name="theme_description" msgid="3697012391785254635">"Шрифт: <xliff:g id="ID_1">%1$s</xliff:g>, значки: <xliff:g id="ID_2">%2$s</xliff:g>, форма: <xliff:g id="ID_3">%3$s</xliff:g>, цвет: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"По умолч."</string> <string name="preview_name_font" msgid="4465423899630037038">"Шрифт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Название пользовательского стиля"</string> <string name="mode_title" msgid="2394873501427436055">"Тёмная тема"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Временно отключено из-за режима энергосбережения"</string> + <string name="mode_changed" msgid="2243581369395418584">"Тема изменена"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Тематические значки"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Настроить сетку приложений"</string> diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml index 93bb2811..2ec8efde 100644 --- a/res/values-si/strings.xml +++ b/res/values-si/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"යොදන්න"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"සංස්කරණයට තට්ටු කරන්න"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"වත්මන් බිතුපත තබා ගන්න"</string> - <string name="apply_btn" msgid="7965877231041987336">"යොදන්න"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"විලාස පෙරදසුන"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ජාලක පෙරදසුන"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ෆොන්ට පෙරදසුන"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, දැනට යෙදේ"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, දැනට යෙදිණි සහ පෙරදසුන්ගතයි"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, දැනට පෙරදසුන්ගතයි"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, තෝරා ගත් සහ පෙරදසුන් කළ විකල්පය වෙනස් කරන්න"</string> <string name="theme_description" msgid="3697012391785254635">"අකුර: <xliff:g id="ID_1">%1$s</xliff:g>, නිරූපක: <xliff:g id="ID_2">%2$s</xliff:g>, හැඩය: <xliff:g id="ID_3">%3$s</xliff:g>, වර්ණය: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"පෙරනිමි"</string> <string name="preview_name_font" msgid="4465423899630037038">"අකුර"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"අභිරුචි මෝස්තර නම"</string> <string name="mode_title" msgid="2394873501427436055">"අඳුරු තේමාව"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"බැටරි සුරැකුම හේතුවෙන් තාවකාලිකව අබල කරන ලදි"</string> + <string name="mode_changed" msgid="2243581369395418584">"තේමාව වෙනස් විය"</string> <string name="themed_icon_title" msgid="7312460430471956558">"තේමාගත නිරූපක"</string> <string name="beta_title" msgid="8703819523760746458">"බීටා"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"යෙදුම් ජාලකය වෙනස් කරන්න"</string> diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index 8a8a0e08..72930035 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Použiť"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Klepnutím upravte"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Ponechať aktuálnu tapetu"</string> - <string name="apply_btn" msgid="7965877231041987336">"Použiť"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Ukážka štýlu"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Ukážka mriežky"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Ukážka písma"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, momentálne použité"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, možnosť bola práve použitá a zobrazuje sa jej ukážka"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, práve sa zobrazuje ukážka"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, zmeniť vybrané s ukážkou"</string> <string name="theme_description" msgid="3697012391785254635">"Písmo: <xliff:g id="ID_1">%1$s</xliff:g>, ikony: <xliff:g id="ID_2">%2$s</xliff:g>, tvar: <xliff:g id="ID_3">%3$s</xliff:g>, farba: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Predvolené"</string> <string name="preview_name_font" msgid="4465423899630037038">"Písmo"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Názov vlastného štýlu"</string> <string name="mode_title" msgid="2394873501427436055">"Tmavý motív"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Dočasne vypnuté šetričom batérie"</string> + <string name="mode_changed" msgid="2243581369395418584">"Motív bol zmenený"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Prefarbené ikony"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Zmeniť mriežku aplikácií"</string> diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index 0765b6a7..c7592d5d 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Uporabi"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dotaknite se za urejanje"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Obdrži trenutno ozadje"</string> - <string name="apply_btn" msgid="7965877231041987336">"Uporabi"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Predogled sloga"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Predogled mreže"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Predogled pisave"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> – trenutno uporabljeno"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> – trenutno uporabljeno in v predogledu"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> – trenutno v predogledu"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, sprememba je bila izbrana in predogledana"</string> <string name="theme_description" msgid="3697012391785254635">"Pisava: <xliff:g id="ID_1">%1$s</xliff:g>, ikone: <xliff:g id="ID_2">%2$s</xliff:g>, oblika: <xliff:g id="ID_3">%3$s</xliff:g>, barva: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Privzeto"</string> <string name="preview_name_font" msgid="4465423899630037038">"Pisava"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Ime sloga po meri"</string> <string name="mode_title" msgid="2394873501427436055">"Temna tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Začasno onemogočeno zaradi varčevanja z energijo baterije."</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema je spremenjena."</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikone s temo"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Spreminjanje mreže aplikacij."</string> diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml index 24b4c431..1793163f 100644 --- a/res/values-sq/strings.xml +++ b/res/values-sq/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Zbato"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Trokit për të modifikuar"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Mbaj imazhin aktual të sfondit"</string> - <string name="apply_btn" msgid="7965877231041987336">"Zbato"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Pamja paraprake e stilit"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Pamja paraprake e rrjetës"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Pamja paraprake e fontit"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, është zbatuar aktualisht"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, aktualisht është zbatuar dhe në pamje paraprake"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, aktualisht në pamje paraprake"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ndrysho zgjedhjen dhe pamjen paraprake"</string> <string name="theme_description" msgid="3697012391785254635">"Fonti: <xliff:g id="ID_1">%1$s</xliff:g>, ikonat: <xliff:g id="ID_2">%2$s</xliff:g>, forma: <xliff:g id="ID_3">%3$s</xliff:g>, ngjyra: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Parazgjedhja"</string> <string name="preview_name_font" msgid="4465423899630037038">"Fonti"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Emri i stilit të personalizuar"</string> <string name="mode_title" msgid="2394873501427436055">"Tema e errët"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Çaktivizuar për shkak të \"Kursyesit të baterisë\""</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema është ndryshuar"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikona me temë"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ndrysho rrjetën e aplikacioneve"</string> diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml index ca62369f..80fa87dc 100644 --- a/res/values-sr/strings.xml +++ b/res/values-sr/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Примени"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Додирните да бисте изменили"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Задржи актуелну позадину"</string> - <string name="apply_btn" msgid="7965877231041987336">"Примени"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Преглед стила"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Преглед мреже"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Преглед фонта"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, тренутно је примењено"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, тренутно је примењено и прегледа се"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, тренутно се прегледа"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, промените изабрану ставку која се приказује"</string> <string name="theme_description" msgid="3697012391785254635">"Фонт: <xliff:g id="ID_1">%1$s</xliff:g>, иконе: <xliff:g id="ID_2">%2$s</xliff:g>, облик: <xliff:g id="ID_3">%3$s</xliff:g>, боја: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Подразумевано"</string> <string name="preview_name_font" msgid="4465423899630037038">"Фонт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Прилагођени назив стила"</string> <string name="mode_title" msgid="2394873501427436055">"Тамна тема"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Привремено је онемогућено због уштеде батерије"</string> + <string name="mode_changed" msgid="2243581369395418584">"Тема је промењена"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Тематске иконе"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Промените мрежу апликација"</string> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index 0ca10ef0..f84613f8 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Använd"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tryck för att redigera"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Behåll befintlig bakgrund"</string> - <string name="apply_btn" msgid="7965877231041987336">"Använd"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Förhandsgranska stilen"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Förhandsgranska rutnätet"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Förhandsgranska teckensnitt"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> tillämpas för närvarande"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> förhandsgranskas och tillämpas just nu"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> förhandsgranskas just nu"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, ändra vald och förhandsgranskad"</string> <string name="theme_description" msgid="3697012391785254635">"Teckensnitt: <xliff:g id="ID_1">%1$s</xliff:g>, ikoner: <xliff:g id="ID_2">%2$s</xliff:g>, former: <xliff:g id="ID_3">%3$s</xliff:g>, färger: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Teckensnitt"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Namn på anpassat format"</string> <string name="mode_title" msgid="2394873501427436055">"Mörkt tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Tillfälligt inaktiverat i batterisparläge"</string> + <string name="mode_changed" msgid="2243581369395418584">"Temat har ändrats"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikoner med tema"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ändra rutnät för appar"</string> diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml index 07f8dd43..9da06a19 100644 --- a/res/values-sw/strings.xml +++ b/res/values-sw/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Tumia"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Gusa ili ubadilishe"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Tumia mandhari ya sasa"</string> - <string name="apply_btn" msgid="7965877231041987336">"Tumia"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Onyesho la kukagua muundo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Onyesho la kukagua gridi"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Onyesho la kukagua fonti"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, inayotumiwa sasa hivi"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, inayotumika na kukaguliwa kwanza sasa hivi"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, inakaguliwa kwanza sasa hivi"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, badilisha chaguo lililochaguliwa na kukaguliwa kwanza"</string> <string name="theme_description" msgid="3697012391785254635">"Fonti: <xliff:g id="ID_1">%1$s</xliff:g>, aikoni: <xliff:g id="ID_2">%2$s</xliff:g>, umbo: <xliff:g id="ID_3">%3$s</xliff:g>, rangi: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Chaguomsingi"</string> <string name="preview_name_font" msgid="4465423899630037038">"Fonti"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Jina la muundo maalum"</string> <string name="mode_title" msgid="2394873501427436055">"Mandhari meusi"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Imezimwa kwa muda kwa sababu ya Kiokoa Betri"</string> + <string name="mode_changed" msgid="2243581369395418584">"Mandhari yamebadilishwa"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Aikoni zenye mada"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Badilisha gridi ya programu"</string> diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml index c43029e6..e2d1384d 100644 --- a/res/values-ta/strings.xml +++ b/res/values-ta/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"பயன்படுத்து"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"\'தீமைத்\' திருத்த தட்டவும்"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"தற்போதைய வால்பேப்பரே இருக்கட்டும்"</string> - <string name="apply_btn" msgid="7965877231041987336">"பயன்படுத்து"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ஸ்டைல் மாதிரிக்காட்சி"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"கட்ட மாதிரிக்காட்சி"</string> <string name="font_preview_content_description" msgid="128230439293337891">"எழுத்துரு மாதிரிக்காட்சி"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> தற்போது பயன்படுத்தப்பட்டது"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, தற்போது பயன்படுத்தப்பட்டு மாதிரிக்காட்சி காண்பிக்கப்படுகிறது"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, மாதிரிக்காட்சி தற்போது காண்பிக்கப்படுகிறது"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, தேர்ந்தெடுக்கப்பட்ட & மாதிரிக்காட்சியில் காட்டப்பட்டதை மாற்றும்"</string> <string name="theme_description" msgid="3697012391785254635">"எழுத்து வடிவம்: <xliff:g id="ID_1">%1$s</xliff:g>, ஐகான்கள்: <xliff:g id="ID_2">%2$s</xliff:g>, வடிவம்: <xliff:g id="ID_3">%3$s</xliff:g>, நிறம்: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"இயல்புநிலை"</string> <string name="preview_name_font" msgid="4465423899630037038">"எழுத்துரு"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"பிரத்தியேகத் தோற்றத்தின் பெயர்"</string> <string name="mode_title" msgid="2394873501427436055">"டார்க் தீம்"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"பேட்டரிச் சேமிப்பான் காரணமாகத் தற்காலிகமாக முடக்கப்பட்டுள்ளது"</string> + <string name="mode_changed" msgid="2243581369395418584">"தீம் மாற்றப்பட்டது"</string> <string name="themed_icon_title" msgid="7312460430471956558">"தீம் செய்யப்பட்ட ஐகான்கள்"</string> <string name="beta_title" msgid="8703819523760746458">"பீட்டா"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ஆப்ஸ் கட்டக் காட்சியை மாற்றும்"</string> diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml index 012f9a1d..f195a9c0 100644 --- a/res/values-te/strings.xml +++ b/res/values-te/strings.xml @@ -22,9 +22,8 @@ <string name="clock_title" msgid="2126046720254613991">"గడియారం"</string> <string name="grid_title" msgid="1688173478777254123">"యాప్ గ్రిడ్"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"వర్తింపజేయి"</string> - <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"సవరించడానికి నొక్కండి"</string> + <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ఎడిట్ చేయడానికి నొక్కండి"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ప్రస్తుత వాల్పేపర్ను అలాగే ఉంచండి"</string> - <string name="apply_btn" msgid="7965877231041987336">"వర్తింపజేయి"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"స్టైల్ ప్రివ్యూ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"గ్రిడ్ ప్రివ్యూ"</string> <string name="font_preview_content_description" msgid="128230439293337891">"ఫాంట్ ప్రివ్యూ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, ప్రస్తుతం వర్తింపజేయబడింది"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, ప్రస్తుతం వర్తింప చేయబడి ప్రివ్యూ చేయబడింది"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, ప్రస్తుతం ప్రివ్యూ చేయబడింది"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, మార్పు ఎంచుకోబడింది, ప్రివ్యూ చేయబడింది"</string> <string name="theme_description" msgid="3697012391785254635">"ఫాంట్: <xliff:g id="ID_1">%1$s</xliff:g>, చిహ్నాలు: <xliff:g id="ID_2">%2$s</xliff:g>, ఆకారం: <xliff:g id="ID_3">%3$s</xliff:g>, రంగు: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ఆటోమేటిక్"</string> <string name="preview_name_font" msgid="4465423899630037038">"ఫాంట్"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"అనుకూల స్టయిల్ పేరు"</string> <string name="mode_title" msgid="2394873501427436055">"ముదురు రంగు రూపం"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"బ్యాటరీ సేవర్ కారణంగా తాత్కాలికంగా డిజేబుల్ చేయబడింది"</string> + <string name="mode_changed" msgid="2243581369395418584">"థీమ్ మార్చబడింది"</string> <string name="themed_icon_title" msgid="7312460430471956558">"రూపానికి తగిన చిహ్నాలు"</string> <string name="beta_title" msgid="8703819523760746458">"బీటా"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"యాప్ గ్రిడ్ను మార్చండి"</string> diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml index 3b15efe1..3adb04ad 100644 --- a/res/values-th/strings.xml +++ b/res/values-th/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"ใช้"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"แตะเพื่อแก้ไข"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ใช้วอลเปเปอร์ปัจจุบัน"</string> - <string name="apply_btn" msgid="7965877231041987336">"ใช้"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"พรีวิวรูปแบบ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"พรีวิวตารางกริด"</string> <string name="font_preview_content_description" msgid="128230439293337891">"พรีวิวแบบอักษร"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> ใช้อยู่ในขณะนี้"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>แสดงตัวอย่างและใช้อยู่"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>แสดงตัวอย่างอยู่"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g> เลือกและแสดงตัวอย่างการเปลี่ยนแปลงอยู่"</string> <string name="theme_description" msgid="3697012391785254635">"แบบอักษร: <xliff:g id="ID_1">%1$s</xliff:g>, ไอคอน: <xliff:g id="ID_2">%2$s</xliff:g>, รูปร่าง: <xliff:g id="ID_3">%3$s</xliff:g>, สี: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ค่าเริ่มต้น"</string> <string name="preview_name_font" msgid="4465423899630037038">"แบบอักษร"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"ชื่อรูปแบบที่กำหนดเอง"</string> <string name="mode_title" msgid="2394873501427436055">"ธีมมืด"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"ปิดใช้ชั่วคราวเนื่องจากอยู่ในโหมดประหยัดแบตเตอรี่"</string> + <string name="mode_changed" msgid="2243581369395418584">"เปลี่ยนธีมแล้ว"</string> <string name="themed_icon_title" msgid="7312460430471956558">"ไอคอนตามธีม"</string> <string name="beta_title" msgid="8703819523760746458">"เบต้า"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"เปลี่ยนแปลงตารางกริดสำหรับแอป"</string> diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml index 790caee8..f59f3e99 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Ilapat"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"I-tap para ma-edit"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Gamitin ang kasalukuyang wallpaper"</string> - <string name="apply_btn" msgid="7965877231041987336">"Ilapat"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Preview ng istilo"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Preview ng grid"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Preview ng font"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, kasalukuyang nakalapat"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, kasalukuyang nakalapat at pini-preview"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, kasalukuyang pini-preview"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, baguhin ang napili at na-preview"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, mga icon: <xliff:g id="ID_2">%2$s</xliff:g>, hugis: <xliff:g id="ID_3">%3$s</xliff:g>, kulay: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Default"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Custom na pangalan ng istilo"</string> <string name="mode_title" msgid="2394873501427436055">"Madilim na tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Pansamantalang na-disable dahil sa Pantipid ng Baterya"</string> + <string name="mode_changed" msgid="2243581369395418584">"Pinalitan ang tema"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Mga may temang icon"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Baguhin ang grid ng app"</string> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 0bcf9172..7c01dd6d 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Uygula"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Düzenlemek için dokunun"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Geçerli duvar kağıdını sakla"</string> - <string name="apply_btn" msgid="7965877231041987336">"Uygula"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Stil önizleme"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Izgara önizleme"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Yazı tipi önizleme"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, uygulanmış durumda"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, şu anda uygulandı ve önizleniyor"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, şu anda önizleniyor"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, seçilen ve önizleneni değiştir"</string> <string name="theme_description" msgid="3697012391785254635">"Yazı tipi: <xliff:g id="ID_1">%1$s</xliff:g>, simgeler: <xliff:g id="ID_2">%2$s</xliff:g>, şekil: <xliff:g id="ID_3">%3$s</xliff:g>, renk: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Varsayılan"</string> <string name="preview_name_font" msgid="4465423899630037038">"Yazı tipi"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Özel stil adı"</string> <string name="mode_title" msgid="2394873501427436055">"Koyu tema"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Pil Tasarrufu nedeniyle geçici olarak devre dışı bırakıldı"</string> + <string name="mode_changed" msgid="2243581369395418584">"Tema değişti"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Tema simgeleri"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Uygulama ızgarasını değiştirin"</string> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index 0141b1f1..6117e09e 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Застосувати"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Торкніться, щоб змінити"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Зберегти поточний фоновий малюнок"</string> - <string name="apply_btn" msgid="7965877231041987336">"Застосувати"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Попередній перегляд теми"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Попередній перегляд сітки"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Попередній перегляд шрифту"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g> (зараз застосовано)"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (застосовано й відображається зараз)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (відображається зараз)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, змінити елемент, який ви вибрали й переглядаєте"</string> <string name="theme_description" msgid="3697012391785254635">"Шрифт: <xliff:g id="ID_1">%1$s</xliff:g>; значки: <xliff:g id="ID_2">%2$s</xliff:g>; форма: <xliff:g id="ID_3">%3$s</xliff:g>; колір: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"За умовчанням"</string> <string name="preview_name_font" msgid="4465423899630037038">"Шрифт"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Назва спеціального стилю"</string> <string name="mode_title" msgid="2394873501427436055">"Темна тема"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Тимчасово вимкнено, оскільки працює режим енергозбереження"</string> + <string name="mode_changed" msgid="2243581369395418584">"Тему змінено"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Тема значків"</string> <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Змінити сітку додатків"</string> diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml index 6c39dadf..fa5e2597 100644 --- a/res/values-ur/strings.xml +++ b/res/values-ur/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"لاگو کریں"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ترمیم کرنے کے لیے تھپتھپائيں"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"حالیہ وال پیپر رکھیں"</string> - <string name="apply_btn" msgid="7965877231041987336">"لاگو کریں"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"طرز کا پیش منظر"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"گرڈ کا پیش منظر"</string> <string name="font_preview_content_description" msgid="128230439293337891">"فونٹ کا پیش منظر"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>، فی الحال لاگو کر دیا گیا"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>، فی الحال اطلاق کردہ اور پیش منظر شدہ ہے"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>، فی الحال پیش منظر شدہ ہے"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>، منتخب کردہ اور پیش منظر شدہ کو تبدیل کریں"</string> <string name="theme_description" msgid="3697012391785254635">"فونٹ: <xliff:g id="ID_1">%1$s</xliff:g>، آئیکنز: <xliff:g id="ID_2">%2$s</xliff:g>، شکل: <xliff:g id="ID_3">%3$s</xliff:g>، رنگ: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"ڈیفالٹ"</string> <string name="preview_name_font" msgid="4465423899630037038">"فونٹ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"حسب ضرورت طرز کا نام"</string> <string name="mode_title" msgid="2394873501427436055">"گہری تھیم"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"بیٹری سیور کی وجہ سے عارضی طور پر غیر فعال ہے"</string> + <string name="mode_changed" msgid="2243581369395418584">"تھیم تبدیل کر دی گئی"</string> <string name="themed_icon_title" msgid="7312460430471956558">"تھیم کردہ آئیکنز"</string> <string name="beta_title" msgid="8703819523760746458">"بی ٹا"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ایپ گرڈ تبدیل کریں"</string> diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml index 48c0300a..eee52109 100644 --- a/res/values-uz/strings.xml +++ b/res/values-uz/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Tatbiq etish"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tahrirlash uchun tegining"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Joriy fon rasmini saqlab qolish"</string> - <string name="apply_btn" msgid="7965877231041987336">"Tatbiq etish"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Dizaynga razm solish"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Kataklarga razm solish"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Shriftga nazar solish"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, hozirda tatbiq etilgan"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, hozirda tatbiq etilgan va tanishib chiqilgan"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, tanishib chiqilgan"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, oʻzgarish tanlangan va tanishib chiqilgan"</string> <string name="theme_description" msgid="3697012391785254635">"Shrifti: <xliff:g id="ID_1">%1$s</xliff:g>, belgilar: <xliff:g id="ID_2">%2$s</xliff:g>, shakli: <xliff:g id="ID_3">%3$s</xliff:g>, rangi: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standart"</string> <string name="preview_name_font" msgid="4465423899630037038">"Shrift"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Maxsus uslub nomi"</string> <string name="mode_title" msgid="2394873501427436055">"Tungi mavzu"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Quvvat tejash maqsadida vaqtinchalik faolsizlantirilgan"</string> + <string name="mode_changed" msgid="2243581369395418584">"Mavzu oʻzgartirildi"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Mavzuga oid ikonkalar"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ilovalar jadvalini oʻzgartirish"</string> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 48729859..4e4281b4 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Áp dụng"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Nhấn để chỉnh sửa"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Giữ hình nền hiện tại"</string> - <string name="apply_btn" msgid="7965877231041987336">"Áp dụng"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Xem trước kiểu"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Xem trước lưới"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Xem trước phông chữ"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, đang áp dụng"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, đang áp dụng và xem trước"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, đang xem trước"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, thay đổi đã được chọn và xem trước"</string> <string name="theme_description" msgid="3697012391785254635">"Phông chữ: <xliff:g id="ID_1">%1$s</xliff:g>, biểu tượng: <xliff:g id="ID_2">%2$s</xliff:g>, hình dáng: <xliff:g id="ID_3">%3$s</xliff:g>, màu: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Mặc định"</string> <string name="preview_name_font" msgid="4465423899630037038">"Phông chữ"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Tên kiểu tùy chỉnh"</string> <string name="mode_title" msgid="2394873501427436055">"Giao diện tối"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Tạm thời tắt do tính năng của Trình tiết kiệm pin"</string> + <string name="mode_changed" msgid="2243581369395418584">"Đã thay đổi giao diện"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Biểu tượng theo chủ đề"</string> <string name="beta_title" msgid="8703819523760746458">"Thử nghiệm"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Thay đổi lưới ứng dụng"</string> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index e6a4d8eb..13a6c875 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"应用"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"点按即可修改"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"保留当前壁纸"</string> - <string name="apply_btn" msgid="7965877231041987336">"应用"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"样式预览"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"网格预览"</string> <string name="font_preview_content_description" msgid="128230439293337891">"字体预览"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>,目前已应用"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>(目前应用及预览的项)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>(目前预览的项)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>,更改所选的项以及预览的项"</string> <string name="theme_description" msgid="3697012391785254635">"字体:<xliff:g id="ID_1">%1$s</xliff:g>,图标:<xliff:g id="ID_2">%2$s</xliff:g>,形状:<xliff:g id="ID_3">%3$s</xliff:g>,颜色:<xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"默认"</string> <string name="preview_name_font" msgid="4465423899630037038">"字体"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"自定义样式名称"</string> <string name="mode_title" msgid="2394873501427436055">"深色主题"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"因省电模式已开启,该功能被暂时停用了"</string> + <string name="mode_changed" msgid="2243581369395418584">"主题已更改"</string> <string name="themed_icon_title" msgid="7312460430471956558">"带主题的图标"</string> <string name="beta_title" msgid="8703819523760746458">"Beta 版"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"更改应用网格"</string> diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml index e5c4ca45..e06d883a 100644 --- a/res/values-zh-rHK/strings.xml +++ b/res/values-zh-rHK/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"套用"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"輕按即可編輯"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"保留目前桌布"</string> - <string name="apply_btn" msgid="7965877231041987336">"套用"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"預覽樣式"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"預覽網格"</string> <string name="font_preview_content_description" msgid="128230439293337891">"字型預覽"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"目前已套用<xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"目前已套用及預覽<xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="option_previewed_description" msgid="3467217598865047661">"目前已預覽<xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>,選取並預覽變更"</string> <string name="theme_description" msgid="3697012391785254635">"字型:<xliff:g id="ID_1">%1$s</xliff:g>,圖示:<xliff:g id="ID_2">%2$s</xliff:g>,形狀:<xliff:g id="ID_3">%3$s</xliff:g>,顏色:<xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"預設"</string> <string name="preview_name_font" msgid="4465423899630037038">"字型"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"自訂樣式嘅名"</string> <string name="mode_title" msgid="2394873501427436055">"深色主題背景"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"因「省電模式」而暫時停用"</string> + <string name="mode_changed" msgid="2243581369395418584">"已經變咗主題"</string> <string name="themed_icon_title" msgid="7312460430471956558">"主題圖示"</string> <string name="beta_title" msgid="8703819523760746458">"Beta 版本"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"變更應用程式網格"</string> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index c10d48e2..454db852 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"套用"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"輕觸這裡即可編輯"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"繼續使用目前的桌布"</string> - <string name="apply_btn" msgid="7965877231041987336">"套用"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"樣式預覽"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"網格預覽"</string> <string name="font_preview_content_description" msgid="128230439293337891">"字型預覽"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"目前已套用「<xliff:g id="ID_1">%1$s</xliff:g>」"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g> (目前套用及預覽的項目)"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g> (目前預覽的項目)"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>,變更選取和預覽的項目"</string> <string name="theme_description" msgid="3697012391785254635">"字型:<xliff:g id="ID_1">%1$s</xliff:g>,圖示:<xliff:g id="ID_2">%2$s</xliff:g>,圖形:<xliff:g id="ID_3">%3$s</xliff:g>,顏色:<xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"預設"</string> <string name="preview_name_font" msgid="4465423899630037038">"字型"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"自訂樣式名稱"</string> <string name="mode_title" msgid="2394873501427436055">"深色主題"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"因省電模式而暫時停用"</string> + <string name="mode_changed" msgid="2243581369395418584">"主題已變更"</string> <string name="themed_icon_title" msgid="7312460430471956558">"圖示套用主題色"</string> <string name="beta_title" msgid="8703819523760746458">"Beta 版"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"變更應用程式格線"</string> diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml index 25d57b44..532491d7 100644 --- a/res/values-zu/strings.xml +++ b/res/values-zu/strings.xml @@ -24,7 +24,6 @@ <string name="apply_theme_btn" msgid="6293081192321303991">"Faka"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Thepha ukuze uhlele"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Gcina isithombe sangemuva samanje"</string> - <string name="apply_btn" msgid="7965877231041987336">"Faka"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Ukubuka kuqala kwesitayela"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Ukubuka kuqala kwe-grid"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Ukubuka kuqala ifonti"</string> @@ -34,6 +33,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, okufakwe manje"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, manje isetshenzisiwe yaphinde yabukwa kuqala"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, manje ibukwe kuqala"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, shintsha okukhethiwe nokuhlolwe kuqala"</string> <string name="theme_description" msgid="3697012391785254635">"Ifonti: <xliff:g id="ID_1">%1$s</xliff:g>, izithonjana: <xliff:g id="ID_2">%2$s</xliff:g>, isimo: <xliff:g id="ID_3">%3$s</xliff:g>, umbala: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Okuzenzekelayo"</string> <string name="preview_name_font" msgid="4465423899630037038">"Ifonti"</string> @@ -80,6 +80,7 @@ <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Igama lesitayela esingokwezifiso"</string> <string name="mode_title" msgid="2394873501427436055">"Itimu emnyama"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"Kukhutshaziwe okwesikhashana ngenxa Yesilondolozi Sebhethri"</string> + <string name="mode_changed" msgid="2243581369395418584">"Itimu ishintshiwe"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Izithonjana ezinetimu"</string> <string name="beta_title" msgid="8703819523760746458">"I-beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Shintsha igridi ye-app"</string> diff --git a/res/values/strings.xml b/res/values/strings.xml index 0ea2f7eb..f2d0f21b 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -42,10 +42,6 @@ the one bundled with selected Theme [CHAR LIMIT=35]--> <string name="keep_my_wallpaper">Keep current wallpaper</string> - <!-- Label for a button that allows the user to apply the currently selected customization option. - [CHAR LIMIT=20] --> - <string name="apply_btn">Apply</string> - <!-- Content description of theme preview card. [CHAR_LIMIT=30]--> <string name="theme_preview_card_content_description">Style preview</string> @@ -73,6 +69,9 @@ <!-- Content description indicating that the selected option is currently being previewed. [CHAR_LIMIT=NONE] --> <string name="option_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently previewed</string> + <!-- Content description indicating that the focused option can be selected and previewed if clicked. [CHAR_LIMIT=NONE] --> + <string name="option_change_applied_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, change selected and previewed</string> + <!-- Sample text used to show a preview of a selected font [CHAR LIMIT=3] --> <string name="theme_font_example" translatable="false">ABC</string> @@ -237,6 +236,8 @@ <!-- The title of mode section view. [CHAR_LIMIT=20] --> <string name="mode_title" msgid="1000319159005403986">Dark theme</string> <string name="mode_disabled_msg" msgid="1926077857799715086">Temporarily disabled due to Battery Saver</string> + <!-- The text for A11y announcement when theme changes. --> + <string name="mode_changed">Theme changed</string> <!-- Title of a section of the customization where the user can select color override for icon. [CHAR LIMIT=30] --> <string name="themed_icon_title" msgid="4305612684940220645">Themed icons</string> diff --git a/src/com/android/customization/model/grid/GridOption.java b/src/com/android/customization/model/grid/GridOption.java index 16a5eb01..19c5d4f1 100644 --- a/src/com/android/customization/model/grid/GridOption.java +++ b/src/com/android/customization/model/grid/GridOption.java @@ -93,11 +93,18 @@ public class GridOption implements CustomizationOption<GridOption>, Parcelable { Context context = view.getContext(); int colorFilter = ResourceUtils.getColorAttr(context, - view.isActivated() ? android.R.attr.textColorPrimary : - android.R.attr.textColorTertiary); + view.isActivated() + ? (mIsCurrent + ? android.R.attr.textColorPrimary + : android.R.attr.textColorPrimaryInverse) + : android.R.attr.textColorTertiary); mTileDrawable.setColorFilter(colorFilter, Mode.SRC_ATOP); ((ImageView) view.findViewById(R.id.grid_option_thumbnail)) .setImageDrawable(mTileDrawable); + + int backgroundResource = view.isActivated() && !mIsCurrent + ? R.drawable.option_border_new_selection : R.drawable.option_border; + view.findViewById(R.id.option_tile).setBackgroundResource(backgroundResource); } @Override diff --git a/src/com/android/customization/model/grid/GridOptionViewModel.java b/src/com/android/customization/model/grid/GridOptionViewModel.java new file mode 100644 index 00000000..33fa8e179 --- /dev/null +++ b/src/com/android/customization/model/grid/GridOptionViewModel.java @@ -0,0 +1,53 @@ +/* + * 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.customization.model.grid; + +import androidx.lifecycle.SavedStateHandle; +import androidx.lifecycle.ViewModel; + +/** The class to store status of the grid fragment view. */ +public class GridOptionViewModel extends ViewModel { + private static final String SELECTED_OPTION_KEY = "selected_option"; + private static final String BOTTOM_ACTION_BAR_VISIBLE_KEY = "bottom_action_bar_visible"; + + private SavedStateHandle mState; + + public GridOptionViewModel(SavedStateHandle savedStateHandle) { + mState = savedStateHandle; + } + + /** Gets selected {@link GridOption} from {@link SavedStateHandle} */ + public GridOption getSelectedOption() { + return mState.get(SELECTED_OPTION_KEY); + } + + /** Sets selected {@link GridOption} to {@link SavedStateHandle} */ + public void setSelectedOption(GridOption selectedOption) { + mState.set(SELECTED_OPTION_KEY, selectedOption); + } + + /** Gets bottom action bar visible from {@link SavedStateHandle} */ + public boolean getBottomActionBarVisible() { + return mState.contains(BOTTOM_ACTION_BAR_VISIBLE_KEY) + ? mState.get(BOTTOM_ACTION_BAR_VISIBLE_KEY) + : false; + } + + /** Sets bottom action bar visible to {@link SavedStateHandle} */ + public void setBottomActionBarVisible(boolean bottomActionBarVisible) { + mState.set(BOTTOM_ACTION_BAR_VISIBLE_KEY, bottomActionBarVisible); + } +} diff --git a/src/com/android/customization/model/grid/GridSectionController.java b/src/com/android/customization/model/grid/GridSectionController.java index 5470d77d..64a6cce1 100644 --- a/src/com/android/customization/model/grid/GridSectionController.java +++ b/src/com/android/customization/model/grid/GridSectionController.java @@ -74,8 +74,8 @@ public class GridSectionController implements CustomizationSectionController<Gri } }, /* reload= */ true); - gridSectionView.setOnClickListener(v -> mSectionNavigationController.navigateTo( - GridFragment.newInstance(context.getString(R.string.grid_title)))); + gridSectionView.setOnClickListener( + v -> mSectionNavigationController.navigateTo(new GridFragment())); return gridSectionView; } diff --git a/src/com/android/customization/model/mode/DarkModeSectionController.java b/src/com/android/customization/model/mode/DarkModeSectionController.java index 382162ea..f56b7092 100644 --- a/src/com/android/customization/model/mode/DarkModeSectionController.java +++ b/src/com/android/customization/model/mode/DarkModeSectionController.java @@ -128,7 +128,11 @@ public class DarkModeSectionController implements UiModeManager uiModeManager = context.getSystemService(UiModeManager.class); int shortDelay = context.getResources().getInteger(android.R.integer.config_shortAnimTime); new Handler(Looper.getMainLooper()).postDelayed( - () -> uiModeManager.setNightModeActivated(viewActivated), + () -> { + mDarkModeSectionView.announceForAccessibility( + context.getString(R.string.mode_changed)); + uiModeManager.setNightModeActivated(viewActivated); + }, /* delayMillis= */ shortDelay); } diff --git a/src/com/android/customization/module/DefaultCustomizationInjector.java b/src/com/android/customization/module/DefaultCustomizationInjector.java index db899a3d..c9062812 100644 --- a/src/com/android/customization/module/DefaultCustomizationInjector.java +++ b/src/com/android/customization/module/DefaultCustomizationInjector.java @@ -95,8 +95,10 @@ public class DefaultCustomizationInjector extends BaseWallpaperInjector WallpaperInfo wallpaperInfo, int mode, boolean viewAsHome, + boolean viewFullScreen, boolean testingModeEnabled) { - return PreviewFragment.newInstance(wallpaperInfo, mode, viewAsHome, testingModeEnabled); + return PreviewFragment.newInstance(wallpaperInfo, mode, viewAsHome, viewFullScreen, + testingModeEnabled); } @Override diff --git a/src/com/android/customization/picker/grid/GridFragment.java b/src/com/android/customization/picker/grid/GridFragment.java index bb29d55a..cb04fc39 100644 --- a/src/com/android/customization/picker/grid/GridFragment.java +++ b/src/com/android/customization/picker/grid/GridFragment.java @@ -17,23 +17,27 @@ package com.android.customization.picker.grid; import static com.android.wallpaper.widget.BottomActionBar.BottomAction.APPLY_TEXT; +import android.content.Context; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.SurfaceView; import android.view.View; import android.view.ViewGroup; +import android.view.accessibility.AccessibilityManager; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.core.widget.ContentLoadingProgressBar; +import androidx.lifecycle.ViewModelProvider; import androidx.recyclerview.widget.RecyclerView; import com.android.customization.model.CustomizationManager.Callback; import com.android.customization.model.CustomizationManager.OptionsFetchedListener; import com.android.customization.model.CustomizationOption; import com.android.customization.model.grid.GridOption; +import com.android.customization.model.grid.GridOptionViewModel; import com.android.customization.model.grid.GridOptionsManager; import com.android.customization.module.ThemesUserEventLogger; import com.android.customization.picker.WallpaperPreviewer; @@ -57,27 +61,18 @@ import java.util.List; public class GridFragment extends AppbarFragment { private static final String TAG = "GridFragment"; - private static final String KEY_STATE_SELECTED_OPTION = "GridFragment.selectedOption"; - private static final String KEY_STATE_BOTTOM_ACTION_BAR_VISIBLE = - "GridFragment.bottomActionBarVisible"; - - public static GridFragment newInstance(CharSequence title) { - GridFragment fragment = new GridFragment(); - fragment.setArguments(AppbarFragment.createArguments(title)); - return fragment; - } private WallpaperInfo mHomeWallpaper; private RecyclerView mOptionsContainer; private OptionSelectorController<GridOption> mOptionsController; private GridOptionsManager mGridManager; - private GridOption mSelectedOption; private ContentLoadingProgressBar mLoading; private View mContent; private View mError; private BottomActionBar mBottomActionBar; private ThemesUserEventLogger mEventLogger; private GridOptionPreviewer mGridOptionPreviewer; + private GridOptionViewModel mGridOptionViewModel; private final Callback mApplyGridCallback = new Callback() { @Override @@ -95,10 +90,18 @@ public class GridFragment extends AppbarFragment { // Since we disabled it when clicked apply button. mBottomActionBar.enableActions(); mBottomActionBar.hide(); + mGridOptionViewModel.setBottomActionBarVisible(false); //TODO(chihhangchuang): handle } }; + @Override + public void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + mGridOptionViewModel = new ViewModelProvider(requireActivity()).get( + GridOptionViewModel.class); + } + @Nullable @Override public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @@ -108,6 +111,12 @@ public class GridFragment extends AppbarFragment { setUpToolbar(view); mContent = view.findViewById(R.id.content_section); mOptionsContainer = view.findViewById(R.id.options_container); + AccessibilityManager accessibilityManager = + (AccessibilityManager) getContext().getSystemService(Context.ACCESSIBILITY_SERVICE); + if (accessibilityManager.isEnabled()) { + // Make Talkback focus won't reset when notifyDataSetChange + mOptionsContainer.setItemAnimator(null); + } mLoading = view.findViewById(R.id.loading_indicator); mError = view.findViewById(R.id.error_section); @@ -127,7 +136,7 @@ public class GridFragment extends AppbarFragment { mGridManager = GridOptionsManager.getInstance(getContext()); mEventLogger = (ThemesUserEventLogger) InjectorProvider.getInjector() .getUserEventLogger(getContext()); - setUpOptions(savedInstanceState); + setUpOptions(); SurfaceView wallpaperSurface = view.findViewById(R.id.wallpaper_preview_surface); WallpaperPreviewer wallpaperPreviewer = new WallpaperPreviewer(getLifecycle(), @@ -147,6 +156,13 @@ public class GridFragment extends AppbarFragment { } @Override + public boolean onBackPressed() { + mGridOptionViewModel.setSelectedOption(null); + mGridOptionViewModel.setBottomActionBarVisible(false); + return super.onBackPressed(); + } + + @Override public void onDestroy() { super.onDestroy(); if (mGridOptionPreviewer != null) { @@ -155,14 +171,8 @@ public class GridFragment extends AppbarFragment { } @Override - public void onSaveInstanceState(@NonNull Bundle outState) { - super.onSaveInstanceState(outState); - if (mSelectedOption != null) { - outState.putParcelable(KEY_STATE_SELECTED_OPTION, mSelectedOption); - } - if (mBottomActionBar != null) { - outState.putBoolean(KEY_STATE_BOTTOM_ACTION_BAR_VISIBLE, mBottomActionBar.isVisible()); - } + public CharSequence getDefaultTitle() { + return getString(R.string.grid_title); } @Override @@ -170,7 +180,8 @@ public class GridFragment extends AppbarFragment { super.onBottomActionBarReady(bottomActionBar); mBottomActionBar = bottomActionBar; mBottomActionBar.showActionsOnly(APPLY_TEXT); - mBottomActionBar.setActionClickListener(APPLY_TEXT, v -> applyGridOption(mSelectedOption)); + mBottomActionBar.setActionClickListener(APPLY_TEXT, + v -> applyGridOption(mGridOptionViewModel.getSelectedOption())); } private void applyGridOption(GridOption gridOption) { @@ -178,7 +189,7 @@ public class GridFragment extends AppbarFragment { mGridManager.apply(gridOption, mApplyGridCallback); } - private void setUpOptions(@Nullable Bundle savedInstanceState) { + private void setUpOptions() { hideError(); mLoading.show(); mGridManager.fetchOptions(new OptionsFetchedListener<GridOption>() { @@ -186,26 +197,31 @@ public class GridFragment extends AppbarFragment { public void onOptionsLoaded(List<GridOption> options) { mLoading.hide(); mOptionsController = new OptionSelectorController<>( - mOptionsContainer, options, /* useGrid= */ false, CheckmarkStyle.CENTER); + mOptionsContainer, options, /* useGrid= */ false, + CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED); mOptionsController.initOptions(mGridManager); + GridOption previouslySelectedOption = findEquivalent(options, + mGridOptionViewModel.getSelectedOption()); + mGridOptionViewModel.setSelectedOption( + previouslySelectedOption != null + ? previouslySelectedOption + : getActiveOption(options)); - // Find the selected Grid option. - GridOption previouslySelectedOption = null; - if (savedInstanceState != null) { - previouslySelectedOption = findEquivalent( - options, savedInstanceState.getParcelable(KEY_STATE_SELECTED_OPTION)); - } - mSelectedOption = previouslySelectedOption != null - ? previouslySelectedOption - : getActiveOption(options); - - mOptionsController.setSelectedOption(mSelectedOption); - onOptionSelected(mSelectedOption); - restoreBottomActionBarVisibility(savedInstanceState); + mOptionsController.setSelectedOption(mGridOptionViewModel.getSelectedOption()); + onOptionSelected(mGridOptionViewModel.getSelectedOption()); + restoreBottomActionBarVisibility(); mOptionsController.addListener(selectedOption -> { + String title = selectedOption.getTitle(); + int stringId = R.string.option_previewed_description; + if (selectedOption.isActive(mGridManager)) { + stringId = R.string.option_applied_previewed_description; + } + CharSequence cd = getContext().getString(stringId, title); + mOptionsContainer.announceForAccessibility(cd); onOptionSelected(selectedOption); mBottomActionBar.show(); + mGridOptionViewModel.setBottomActionBarVisible(true); }); } @@ -247,15 +263,13 @@ public class GridFragment extends AppbarFragment { } private void onOptionSelected(CustomizationOption selectedOption) { - mSelectedOption = (GridOption) selectedOption; - mEventLogger.logGridSelected(mSelectedOption); - mGridOptionPreviewer.setGridOption(mSelectedOption); + mGridOptionViewModel.setSelectedOption((GridOption) selectedOption); + mEventLogger.logGridSelected(mGridOptionViewModel.getSelectedOption()); + mGridOptionPreviewer.setGridOption(mGridOptionViewModel.getSelectedOption()); } - private void restoreBottomActionBarVisibility(@Nullable Bundle savedInstanceState) { - boolean isBottomActionBarVisible = savedInstanceState != null - && savedInstanceState.getBoolean(KEY_STATE_BOTTOM_ACTION_BAR_VISIBLE); - if (isBottomActionBarVisible) { + private void restoreBottomActionBarVisibility() { + if (mGridOptionViewModel.getBottomActionBarVisible()) { mBottomActionBar.show(); } else { mBottomActionBar.hide(); diff --git a/src/com/android/customization/widget/OptionSelectorController.java b/src/com/android/customization/widget/OptionSelectorController.java index 8e85c013..952bc555 100644 --- a/src/com/android/customization/widget/OptionSelectorController.java +++ b/src/com/android/customization/widget/OptionSelectorController.java @@ -68,11 +68,13 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { void onOptionSelected(CustomizationOption selected); } - @IntDef({CheckmarkStyle.NONE, CheckmarkStyle.CORNER, CheckmarkStyle.CENTER}) + @IntDef({CheckmarkStyle.NONE, CheckmarkStyle.CORNER, CheckmarkStyle.CENTER, + CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED}) public @interface CheckmarkStyle { int NONE = 0; int CORNER = 1; int CENTER = 2; + int CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED = 3; } private static final float LINEAR_LAYOUT_HORIZONTAL_DISPLAY_OPTIONS_MAX = 4.35f; @@ -114,8 +116,6 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { if (!mOptions.contains(option)) { throw new IllegalArgumentException("Invalid option"); } - updateActivatedStatus(mSelectedOption, false); - updateActivatedStatus(option, true); T lastSelectedOption = mSelectedOption; mSelectedOption = option; mAdapter.notifyItemChanged(mOptions.indexOf(option)); @@ -149,38 +149,6 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { } } - private void updateActivatedStatus(T option, boolean isActivated) { - int index = mOptions.indexOf(option); - if (index < 0) { - return; - } - RecyclerView.ViewHolder holder = mContainer.findViewHolderForAdapterPosition(index); - if (holder != null && holder.itemView != null) { - holder.itemView.setActivated(isActivated); - - if (holder instanceof TileViewHolder) { - TileViewHolder tileHolder = (TileViewHolder) holder; - if (isActivated) { - if (option == mAppliedOption && mCheckmarkStyle != CheckmarkStyle.NONE) { - tileHolder.setContentDescription(mContainer.getContext(), option, - R.string.option_applied_previewed_description); - } else { - tileHolder.setContentDescription(mContainer.getContext(), option, - R.string.option_previewed_description); - } - } else if (option == mAppliedOption && mCheckmarkStyle != CheckmarkStyle.NONE) { - tileHolder.setContentDescription(mContainer.getContext(), option, - R.string.option_applied_description); - } else { - tileHolder.resetContentDescription(); - } - } - } else { - // Item is not visible, make sure the item is re-bound when it becomes visible - mAdapter.notifyItemChanged(index); - } - } - /** * Notify that a given option has changed. * @param option the option that changed @@ -235,19 +203,39 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { mContainer.getContext().getTheme()), Gravity.BOTTOM | Gravity.RIGHT, res.getDimensionPixelSize(R.dimen.check_size), - res.getDimensionPixelOffset(R.dimen.check_offset)); + res.getDimensionPixelOffset(R.dimen.check_offset), true); } else if (mCheckmarkStyle == CheckmarkStyle.CENTER && option.equals(mAppliedOption)) { drawCheckmark(option, holder, res.getDrawable(R.drawable.check_circle_grey_large, mContainer.getContext().getTheme()), Gravity.CENTER, res.getDimensionPixelSize(R.dimen.center_check_size), - 0); + 0, true); + } else if (mCheckmarkStyle == CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED + && option.equals(mAppliedOption)) { + int drawableRes = option.equals(mSelectedOption) + ? R.drawable.check_circle_grey_large + : R.drawable.check_circle_grey_large_not_select; + drawCheckmark(option, holder, + res.getDrawable(drawableRes, + mContainer.getContext().getTheme()), + Gravity.CENTER, res.getDimensionPixelSize(R.dimen.center_check_size), + 0, option.equals(mSelectedOption)); } else if (option.equals(mAppliedOption)) { // Initialize with "previewed" description if we don't show checkmark holder.setContentDescription(mContainer.getContext(), option, R.string.option_previewed_description); } else if (mCheckmarkStyle != CheckmarkStyle.NONE) { + if (mCheckmarkStyle == CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED) { + if (option.equals(mSelectedOption)) { + holder.setContentDescription(mContainer.getContext(), option, + R.string.option_previewed_description); + } else { + holder.setContentDescription(mContainer.getContext(), option, + R.string.option_change_applied_previewed_description); + } + } + holder.tileView.setForeground(null); } } @@ -259,7 +247,7 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { private void drawCheckmark(CustomizationOption<?> option, TileViewHolder holder, Drawable checkmark, int gravity, @Dimension int checkSize, - @Dimension int checkOffset) { + @Dimension int checkOffset, boolean currentlyPreviewed) { Drawable frame = holder.tileView.getForeground(); Drawable[] layers = {frame, checkmark}; if (frame == null) { @@ -277,8 +265,13 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { holder.tileView.setForeground(checkedFrame); // Initialize the currently applied option - holder.setContentDescription(mContainer.getContext(), option, - R.string.option_applied_previewed_description); + if (currentlyPreviewed) { + holder.setContentDescription(mContainer.getContext(), option, + R.string.option_applied_previewed_description); + } else { + holder.setContentDescription(mContainer.getContext(), option, + R.string.option_applied_description); + } } }; diff --git a/src_override/com/android/wallpaper/module/WallpapersInjector.java b/src_override/com/android/wallpaper/module/WallpapersInjector.java index f1748b40..f8a41821 100755 --- a/src_override/com/android/wallpaper/module/WallpapersInjector.java +++ b/src_override/com/android/wallpaper/module/WallpapersInjector.java @@ -72,8 +72,9 @@ public class WallpapersInjector extends BaseWallpaperInjector { WallpaperInfo wallpaperInfo, int mode, boolean viewAsHome, + boolean viewFullScreen, boolean testingModeEnabled) { - return ImagePreviewFragment.newInstance(wallpaperInfo, mode, viewAsHome, + return ImagePreviewFragment.newInstance(wallpaperInfo, mode, viewAsHome, viewFullScreen, testingModeEnabled); } |