diff options
Diffstat (limited to 'res')
209 files changed, 7220 insertions, 303 deletions
diff --git a/res/color/keyguard_quick_affordance_slot_tab_text_color.xml b/res/color/picker_fragment_tab_text_color.xml index 84502d4f..84502d4f 100644 --- a/res/color/keyguard_quick_affordance_slot_tab_text_color.xml +++ b/res/color/picker_fragment_tab_text_color.xml diff --git a/res/drawable/color_option_selected_no_background.xml b/res/drawable/color_option_selected_no_background.xml new file mode 100644 index 00000000..13451a52 --- /dev/null +++ b/res/drawable/color_option_selected_no_background.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + + Copyright (C) 2023 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"> + <item + android:height="@dimen/component_color_selected_small_diameter_default" + android:width="@dimen/component_color_selected_small_diameter_default" + android:gravity="center"> + <shape + android:shape="ring" + android:innerRadius="@dimen/component_color_overflow_small_radius_default" + android:thickness="2dp" + android:useLevel="false"> + <solid android:color="@color/text_color_primary"/> + </shape> + </item> + <item + android:height="@dimen/component_color_selected_small_diameter_default" + android:width="@dimen/component_color_selected_small_diameter_default" + android:gravity="center"> + <shape + android:shape="ring" + android:innerRadius="@dimen/component_color_overflow_small_radius_default" + android:thickness="-3dp" + android:useLevel="false"> + <solid android:color="@color/color_surface"/> + </shape> + </item> +</layer-list>
\ No newline at end of file diff --git a/res/drawable/color_overflow.xml b/res/drawable/color_overflow.xml new file mode 100644 index 00000000..90c26847 --- /dev/null +++ b/res/drawable/color_overflow.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + + Copyright (C) 2023 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"> + <item + android:height="@dimen/component_color_overflow_small_diameter_default" + android:width="@dimen/component_color_overflow_small_diameter_default" + android:gravity="center"> + <shape + android:shape="ring" + android:innerRadius="@dimen/component_color_overflow_small_radius_default" + android:thickness="-1dp" + android:useLevel="false"> + <solid android:color="@color/color_surface_variant"/> + </shape> + </item> + <item + android:drawable="@drawable/ic_more_horiz" + android:gravity="center"/> +</layer-list>
\ No newline at end of file diff --git a/res/drawable/ic_clock_24px.xml b/res/drawable/ic_clock_24px.xml index b3f1feeb..946bc51a 100644 --- a/res/drawable/ic_clock_24px.xml +++ b/res/drawable/ic_clock_24px.xml @@ -20,6 +20,6 @@ android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path - android:fillColor="@android:color/white" + android:fillColor="?android:textColorPrimary" android:pathData="M15.3,16.7 L16.7,15.3 13,11.6V7H11V12.4ZM12,22Q9.925,22 8.1,21.212Q6.275,20.425 4.925,19.075Q3.575,17.725 2.788,15.9Q2,14.075 2,12Q2,9.925 2.788,8.1Q3.575,6.275 4.925,4.925Q6.275,3.575 8.1,2.787Q9.925,2 12,2Q14.075,2 15.9,2.787Q17.725,3.575 19.075,4.925Q20.425,6.275 21.212,8.1Q22,9.925 22,12Q22,14.075 21.212,15.9Q20.425,17.725 19.075,19.075Q17.725,20.425 15.9,21.212Q14.075,22 12,22ZM12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12ZM12,20Q15.325,20 17.663,17.663Q20,15.325 20,12Q20,8.675 17.663,6.337Q15.325,4 12,4Q8.675,4 6.338,6.337Q4,8.675 4,12Q4,15.325 6.338,17.663Q8.675,20 12,20Z"/> </vector>
\ No newline at end of file diff --git a/res/drawable/ic_contrast.xml b/res/drawable/ic_contrast.xml new file mode 100644 index 00000000..6e9f3bd6 --- /dev/null +++ b/res/drawable/ic_contrast.xml @@ -0,0 +1,11 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:autoMirrored="true" + android:tint="@color/text_color_primary_inverse" + android:viewportHeight="24" + android:viewportWidth="24"> + <path + android:fillColor="@android:color/white" + android:pathData="M12,22Q9.925,22 8.1,21.212Q6.275,20.425 4.925,19.075Q3.575,17.725 2.788,15.9Q2,14.075 2,12Q2,9.925 2.788,8.1Q3.575,6.275 4.925,4.925Q6.275,3.575 8.1,2.787Q9.925,2 12,2Q14.075,2 15.9,2.787Q17.725,3.575 19.075,4.925Q20.425,6.275 21.212,8.1Q22,9.925 22,12Q22,14.075 21.212,15.9Q20.425,17.725 19.075,19.075Q17.725,20.425 15.9,21.212Q14.075,22 12,22ZM13,19.925Q15.975,19.55 17.988,17.312Q20,15.075 20,12Q20,8.925 17.988,6.687Q15.975,4.45 13,4.075Z" /> +</vector>
\ No newline at end of file diff --git a/res/drawable/ic_more_horiz.xml b/res/drawable/ic_more_horiz.xml new file mode 100644 index 00000000..7c17df2b --- /dev/null +++ b/res/drawable/ic_more_horiz.xml @@ -0,0 +1,25 @@ +<!-- + Copyright (C) 2023 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:tint="?attr/colorControlNormal" + android:viewportHeight="24" + android:viewportWidth="24"> + <path + android:fillColor="@color/text_color_primary" + android:pathData="M6,14Q5.175,14 4.588,13.412Q4,12.825 4,12Q4,11.175 4.588,10.587Q5.175,10 6,10Q6.825,10 7.412,10.587Q8,11.175 8,12Q8,12.825 7.412,13.412Q6.825,14 6,14ZM12,14Q11.175,14 10.588,13.412Q10,12.825 10,12Q10,11.175 10.588,10.587Q11.175,10 12,10Q12.825,10 13.413,10.587Q14,11.175 14,12Q14,12.825 13.413,13.412Q12.825,14 12,14ZM18,14Q17.175,14 16.587,13.412Q16,12.825 16,12Q16,11.175 16.587,10.587Q17.175,10 18,10Q18.825,10 19.413,10.587Q20,11.175 20,12Q20,12.825 19.413,13.412Q18.825,14 18,14Z"/> +</vector>
\ No newline at end of file diff --git a/res/drawable/ic_nav_color.xml b/res/drawable/ic_nav_color.xml new file mode 100644 index 00000000..cfa64e2d --- /dev/null +++ b/res/drawable/ic_nav_color.xml @@ -0,0 +1,23 @@ +<!-- + 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. +--> +<!-- Represents the color icon (a palette) --> +<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="@android:color/white" android:pathData="M12,22Q9.95,22 8.125,21.212Q6.3,20.425 4.938,19.062Q3.575,17.7 2.788,15.875Q2,14.05 2,12Q2,9.925 2.812,8.1Q3.625,6.275 5.013,4.925Q6.4,3.575 8.25,2.787Q10.1,2 12.2,2Q14.2,2 15.975,2.688Q17.75,3.375 19.087,4.588Q20.425,5.8 21.212,7.463Q22,9.125 22,11.05Q22,13.925 20.25,15.462Q18.5,17 16,17H14.15Q13.925,17 13.838,17.125Q13.75,17.25 13.75,17.4Q13.75,17.7 14.125,18.262Q14.5,18.825 14.5,19.55Q14.5,20.8 13.812,21.4Q13.125,22 12,22ZM12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12ZM6.5,13Q7.15,13 7.575,12.575Q8,12.15 8,11.5Q8,10.85 7.575,10.425Q7.15,10 6.5,10Q5.85,10 5.425,10.425Q5,10.85 5,11.5Q5,12.15 5.425,12.575Q5.85,13 6.5,13ZM9.5,9Q10.15,9 10.575,8.575Q11,8.15 11,7.5Q11,6.85 10.575,6.425Q10.15,6 9.5,6Q8.85,6 8.425,6.425Q8,6.85 8,7.5Q8,8.15 8.425,8.575Q8.85,9 9.5,9ZM14.5,9Q15.15,9 15.575,8.575Q16,8.15 16,7.5Q16,6.85 15.575,6.425Q15.15,6 14.5,6Q13.85,6 13.425,6.425Q13,6.85 13,7.5Q13,8.15 13.425,8.575Q13.85,9 14.5,9ZM17.5,13Q18.15,13 18.575,12.575Q19,12.15 19,11.5Q19,10.85 18.575,10.425Q18.15,10 17.5,10Q16.85,10 16.425,10.425Q16,10.85 16,11.5Q16,12.15 16.425,12.575Q16.85,13 17.5,13ZM12,20Q12.225,20 12.363,19.875Q12.5,19.75 12.5,19.55Q12.5,19.2 12.125,18.725Q11.75,18.25 11.75,17.3Q11.75,16.25 12.475,15.625Q13.2,15 14.25,15H16Q17.65,15 18.825,14.037Q20,13.075 20,11.05Q20,8.025 17.688,6.012Q15.375,4 12.2,4Q8.8,4 6.4,6.325Q4,8.65 4,12Q4,15.325 6.338,17.663Q8.675,20 12,20Z"/> +</vector> diff --git a/res/drawable/keyguard_quick_affordance_picker_background.xml b/res/drawable/picker_fragment_background.xml index 3a49d7a7..3a49d7a7 100644 --- a/res/drawable/keyguard_quick_affordance_picker_background.xml +++ b/res/drawable/picker_fragment_background.xml diff --git a/res/drawable/keyguard_quick_affordance_slot_tab_background.xml b/res/drawable/picker_fragment_tab_background.xml index 3fbced37..3dad3449 100644 --- a/res/drawable/keyguard_quick_affordance_slot_tab_background.xml +++ b/res/drawable/picker_fragment_tab_background.xml @@ -15,6 +15,6 @@ --> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - <corners android:radius="50dp" /> + <corners android:radius="12dp" /> <solid android:color="@color/keyguard_quick_affordance_slot_tab_background_color" /> </shape> diff --git a/res/drawable/saturation_progress_drawable.xml b/res/drawable/saturation_progress_drawable.xml new file mode 100644 index 00000000..6ba7e81d --- /dev/null +++ b/res/drawable/saturation_progress_drawable.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2023 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" + android:paddingMode="stack" > + <item android:id="@android:id/background" + android:gravity="center_vertical|fill_horizontal"> + <inset + android:insetLeft="22dp" + android:insetRight="22dp" > + <shape> + <size android:height="4dp" /> + <corners android:radius="2dp" /> + <solid android:color="@color/color_surface_variant" /> + </shape> + </inset> + </item> + <item android:id="@android:id/progress" + android:gravity="center_vertical|fill_horizontal"> + <com.android.customization.picker.clock.ui.view.SaturationProgressDrawable + android:drawable="@drawable/saturation_progress_full_drawable" + /> + </item> +</layer-list>
\ No newline at end of file diff --git a/res/drawable/saturation_progress_full_drawable.xml b/res/drawable/saturation_progress_full_drawable.xml new file mode 100644 index 00000000..9d14bcdb --- /dev/null +++ b/res/drawable/saturation_progress_full_drawable.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2023 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" + android:autoMirrored="true"> + <item android:id="@+id/slider_foreground" + android:height="48dp"> + <shape> + <size android:height="48dp" /> + <solid android:color="@color/color_accent_primary" /> + <corners android:radius="24dp"/> + </shape> + </item> + <item + android:id="@+id/slider_icon" + android:gravity="center_vertical|right" + android:height="20dp" + android:width="20dp" + android:right="14dp" + android:drawable="@drawable/ic_contrast" /> +</layer-list>
\ No newline at end of file diff --git a/res/drawable/top_connected_section_background.xml b/res/drawable/top_connected_section_background.xml new file mode 100644 index 00000000..f96824b8 --- /dev/null +++ b/res/drawable/top_connected_section_background.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright (C) 2023 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. + ~ + --> + +<shape + xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + + <solid android:color="@color/color_surface" /> + + <corners + android:topLeftRadius="32dp" + android:topRightRadius="32dp" + android:bottomLeftRadius="8dp" + android:bottomRightRadius="8dp" /> +</shape>
\ No newline at end of file diff --git a/res/layout/clock_carousel.xml b/res/layout/clock_carousel.xml new file mode 100644 index 00000000..35defd61 --- /dev/null +++ b/res/layout/clock_carousel.xml @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2023 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<androidx.constraintlayout.motion.widget.MotionLayout + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:id="@+id/motion_container" + android:layout_width="match_parent" + android:layout_height="match_parent" + app:layoutDescription="@xml/carousel_scene"> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:id="@+id/item_view_0" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:layout_marginEnd="@dimen/clock_carousel_item_margin" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@+id/item_view_1" + app:layout_constraintTop_toTopOf="parent"> + <FrameLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:id="@+id/item_view_1" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:layout_marginEnd="@dimen/clock_carousel_item_margin" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@+id/item_view_2" + app:layout_constraintTop_toTopOf="parent" > + <FrameLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:id="@+id/item_view_2" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_bias="0.5" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + <FrameLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:id="@+id/item_view_3" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:layout_marginStart="@dimen/clock_carousel_item_margin" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toEndOf="@+id/item_view_2" + app:layout_constraintTop_toTopOf="parent" > + <FrameLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:id="@+id/item_view_4" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:layout_marginStart="@dimen/clock_carousel_item_margin" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toEndOf="@+id/item_view_3" + app:layout_constraintTop_toTopOf="parent" > + <FrameLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + <androidx.constraintlayout.helper.widget.Carousel + android:id="@+id/carousel" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + app:carousel_backwardTransition="@+id/backward" + app:carousel_firstView="@+id/item_view_2" + app:carousel_forwardTransition="@+id/forward" + app:carousel_infinite="true" + app:carousel_nextState="@+id/next" + app:carousel_previousState="@+id/previous" + app:constraint_referenced_ids="item_view_0,item_view_1,item_view_2,item_view_3,item_view_4" /> + + <!-- The guidelines make sure that only the view in the middle show between the lines --> + <androidx.constraintlayout.widget.Guideline + android:id="@+id/guideline_start" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" + app:layout_constraintGuide_begin="@dimen/clock_carousel_guideline_margin" /> + + <androidx.constraintlayout.widget.Guideline + android:id="@+id/guideline_end" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" + app:layout_constraintGuide_end="@dimen/clock_carousel_guideline_margin" /> +</androidx.constraintlayout.motion.widget.MotionLayout>
\ No newline at end of file diff --git a/res/drawable/keyguard_quick_affordance_icon_container_background.xml b/res/layout/clock_carousel_view.xml index 8bd8af49..f1c959ce 100644 --- a/res/drawable/keyguard_quick_affordance_icon_container_background.xml +++ b/res/layout/clock_carousel_view.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2021 The Android Open Source Project + Copyright (C) 2023 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> - <corners android:radius="20dp" /> - <solid android:color="@color/color_surface_variant" /> -</shape> +<com.android.customization.picker.clock.ui.view.ClockCarouselView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="@dimen/screen_preview_height" />
\ No newline at end of file diff --git a/res/layout/clock_section_view.xml b/res/layout/clock_section_view.xml index 85124980..31f08fc8 100644 --- a/res/layout/clock_section_view.xml +++ b/res/layout/clock_section_view.xml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<com.android.customization.picker.clock.ClockSectionView +<com.android.customization.picker.clock.ui.view.ClockSectionView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -33,13 +33,13 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/clock_title" + android:text="@string/clock_color_and_size_title" style="@style/SectionTitleTextStyle" /> <TextView + android:id="@+id/selected_clock_color_and_size" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/clock_description" style="@style/SectionSubtitleTextStyle"/> </LinearLayout> @@ -49,7 +49,5 @@ android:scaleType="center" android:src="@drawable/ic_clock_24px" android:background="@drawable/option_border_color" - android:contentDescription="@string/clock_picker_entry_content_description" - android:tint="@color/text_color_primary" /> - -</com.android.customization.picker.clock.ClockSectionView>
\ No newline at end of file + android:contentDescription="@string/clock_picker_entry_content_description" /> +</com.android.customization.picker.clock.ui.view.ClockSectionView>
\ No newline at end of file diff --git a/res/layout/clock_size_radio_button_group.xml b/res/layout/clock_size_radio_button_group.xml new file mode 100644 index 00000000..42640072 --- /dev/null +++ b/res/layout/clock_size_radio_button_group.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright (C) 2023 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. + ~ + --> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical"> + + <LinearLayout + android:id="@+id/button_container_dynamic" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="8dp" + android:orientation="horizontal"> + + <RadioButton + android:id="@+id/radio_button_dynamic" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:layout_marginEnd="8dp" + android:clickable="false" /> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical"> + + <TextView + style="@style/SectionTitleTextStyle" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/clock_size_dynamic" /> + + <TextView + style="@style/SectionSubtitleTextStyle" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/clock_size_dynamic_description" /> + </LinearLayout> + </LinearLayout> + + <LinearLayout + android:id="@+id/button_container_small" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal"> + + <RadioButton + android:id="@+id/radio_button_large" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:layout_marginEnd="8dp" + android:clickable="false" /> + + <TextView + style="@style/SectionTitleTextStyle" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:text="@string/clock_size_small" /> + </LinearLayout> +</LinearLayout>
\ No newline at end of file diff --git a/res/layout/color_option_2.xml b/res/layout/color_option_2.xml new file mode 100644 index 00000000..2ac0fe6d --- /dev/null +++ b/res/layout/color_option_2.xml @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Copyright (C) 2023 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. +--> +<!-- Content description is set programmatically on the parent FrameLayout --> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" + android:clipChildren="false"> + <FrameLayout + android:id="@+id/icon_container" + android:layout_width="@dimen/option_tile_width" + android:layout_height="@dimen/option_tile_width" + android:clipChildren="false"> + + <ImageView + android:id="@id/selection_border" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_border" + android:alpha="0" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@id/background" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_background" + android:importantForAccessibility="no" /> + + <FrameLayout + android:id="@id/foreground" + android:layout_width="match_parent" + android:layout_height="match_parent"> + <ImageView + android:id="@+id/color_preview_0" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:layout_marginRight="@dimen/color_seed_chip_margin" + android:layout_marginBottom="@dimen/color_seed_chip_margin" + android:src="@drawable/color_chip_seed_filled0" + android:importantForAccessibility="no"/> + + <ImageView + android:id="@+id/color_preview_1" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:layout_marginLeft="@dimen/color_seed_chip_margin" + android:layout_marginBottom="@dimen/color_seed_chip_margin" + android:src="@drawable/color_chip_seed_filled2" + android:importantForAccessibility="no"/> + + <ImageView + android:id="@+id/color_preview_2" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:layout_marginRight="@dimen/color_seed_chip_margin" + android:layout_marginTop="@dimen/color_seed_chip_margin" + android:src="@drawable/color_chip_seed_filled1" + android:importantForAccessibility="no"/> + + <ImageView + android:id="@+id/color_preview_3" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:layout_marginLeft="@dimen/color_seed_chip_margin" + android:layout_marginTop="@dimen/color_seed_chip_margin" + android:src="@drawable/color_chip_seed_filled3" + android:importantForAccessibility="no" /> + </FrameLayout> + </FrameLayout> +</LinearLayout> + diff --git a/res/layout/color_option_no_background.xml b/res/layout/color_option_no_background.xml new file mode 100644 index 00000000..b90b4801 --- /dev/null +++ b/res/layout/color_option_no_background.xml @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Copyright (C) 2023 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. +--> +<!-- + This displays the selection outline. It is dynamically sized, constrained remain square and + have a maximum size, and be centered within its parent. Defines a layout_weight of 1, and should + be used with a Linear Layout parent where weightSum is defined. + --> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:clipChildren="false" + android:gravity="center" + android:padding="@dimen/option_tile_grid_tile_padding_min" + android:layout_weight="1" + app:layout_constraintDimensionRatio="1:1" + app:layout_constraintWidth_max="@dimen/component_color_chip_small_diameter_default"> + <!-- + This is the color wheel itself, constrained to a maximum size and centered. The + constraint percentage is sized to leave a padding for the outer selection outline, + proportionate to 2dp for a 40dp color wheel + --> + <androidx.constraintlayout.widget.ConstraintLayout + android:id="@+id/option_tile" + android:layout_width="0dp" + android:layout_height="0dp" + android:layout_gravity="center" + android:gravity="center" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintDimensionRatio="1:1" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_percent="0.909"> + + <ImageView + android:id="@+id/color_preview_0" + android:layout_width="0dp" + android:layout_height="0dp" + android:adjustViewBounds="true" + android:src="@drawable/color_chip_seed_filled0" + app:layout_constraintHeight_percent=".50" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_percent=".50" /> + + <ImageView + android:id="@+id/color_preview_1" + android:layout_width="0dp" + android:layout_height="0dp" + android:adjustViewBounds="true" + android:src="@drawable/color_chip_seed_filled2" + app:layout_constraintHeight_percent=".50" + app:layout_constraintLeft_toRightOf="@id/color_preview_0" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_percent=".50" /> + + <ImageView + android:id="@+id/color_preview_2" + android:layout_width="0dp" + android:layout_height="0dp" + android:adjustViewBounds="true" + android:src="@drawable/color_chip_seed_filled1" + app:layout_constraintHeight_percent=".50" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintTop_toBottomOf="@id/color_preview_0" + app:layout_constraintWidth_percent=".50" /> + + <ImageView + android:id="@+id/color_preview_3" + android:layout_width="0dp" + android:layout_height="0dp" + android:adjustViewBounds="true" + android:src="@drawable/color_chip_seed_filled3" + app:layout_constraintHeight_percent=".50" + app:layout_constraintLeft_toRightOf="@id/color_preview_2" + app:layout_constraintTop_toBottomOf="@id/color_preview_1" + app:layout_constraintWidth_percent=".50" /> + </androidx.constraintlayout.widget.ConstraintLayout> + + <ImageView + android:id="@+id/option_selected" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:adjustViewBounds="true" + android:src="@drawable/color_option_selected_no_background" + android:visibility="gone"/> +</androidx.constraintlayout.widget.ConstraintLayout> diff --git a/res/layout/color_option_overflow_no_background.xml b/res/layout/color_option_overflow_no_background.xml new file mode 100644 index 00000000..fb25c359 --- /dev/null +++ b/res/layout/color_option_overflow_no_background.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Copyright (C) 2023 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. +--> +<!-- + This is added to keep sizing consistent with the color section options. For the color + section options, this displays the selection outline. + --> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:clipChildren="false" + android:gravity="center" + android:padding="@dimen/option_tile_grid_tile_padding_min" + android:layout_weight="1" + app:layout_constraintDimensionRatio="1:1" + app:layout_constraintWidth_max="@dimen/component_color_chip_small_diameter_default"> + + <!-- + This is added to keep sizing consistent with the color section options. For the color + section options, this is the color wheel itself. + --> + <androidx.constraintlayout.widget.ConstraintLayout + android:id="@+id/option_tile" + android:layout_width="0dp" + android:layout_height="0dp" + android:layout_gravity="center" + android:gravity="center" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintDimensionRatio="1:1" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_percent="0.909" + android:clipChildren="false"> + + <ImageView + android:layout_width="match_parent" + android:layout_height="match_parent" + android:adjustViewBounds="true" + android:src="@drawable/color_overflow" /> + </androidx.constraintlayout.widget.ConstraintLayout> +</androidx.constraintlayout.widget.ConstraintLayout> diff --git a/res/layout/color_option_with_background.xml b/res/layout/color_option_with_background.xml new file mode 100644 index 00000000..36990b5b --- /dev/null +++ b/res/layout/color_option_with_background.xml @@ -0,0 +1,93 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Copyright (C) 2023 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. +--> +<!-- Content description is set programmatically on the parent FrameLayout --> +<!-- TODO (b/272109171): Remove after clock settings is refactored to use OptionItemAdapter --> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" > + <FrameLayout + android:id="@+id/icon_container" + android:layout_width="@dimen/option_item_size" + android:layout_height="@dimen/option_item_size" + android:importantForAccessibility="yes"> + + <ImageView + android:id="@id/selection_border" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_border" + android:alpha="0" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@id/background" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_background" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@+id/color_preview_0" + android:layout_width="@dimen/component_color_chip_small_radius_default2" + android:layout_height="@dimen/component_color_chip_small_radius_default2" + android:layout_gravity="center" + android:layout_marginRight="@dimen/color_seed_chip_margin2" + android:layout_marginBottom="@dimen/color_seed_chip_margin2" + android:src="@drawable/color_chip_seed_filled0" + android:importantForAccessibility="no"/> + + <ImageView + android:id="@+id/color_preview_1" + android:layout_width="@dimen/component_color_chip_small_radius_default2" + android:layout_height="@dimen/component_color_chip_small_radius_default2" + android:layout_gravity="center" + android:layout_marginLeft="@dimen/color_seed_chip_margin2" + android:layout_marginBottom="@dimen/color_seed_chip_margin2" + android:src="@drawable/color_chip_seed_filled2" + android:importantForAccessibility="no"/> + + <ImageView + android:id="@+id/color_preview_2" + android:layout_width="@dimen/component_color_chip_small_radius_default2" + android:layout_height="@dimen/component_color_chip_small_radius_default2" + android:layout_gravity="center" + android:layout_marginRight="@dimen/color_seed_chip_margin2" + android:layout_marginTop="@dimen/color_seed_chip_margin2" + android:src="@drawable/color_chip_seed_filled1" + android:importantForAccessibility="no"/> + + <ImageView + android:id="@+id/color_preview_3" + android:layout_width="@dimen/component_color_chip_small_radius_default2" + android:layout_height="@dimen/component_color_chip_small_radius_default2" + android:layout_gravity="center" + android:layout_marginLeft="@dimen/color_seed_chip_margin2" + android:layout_marginTop="@dimen/color_seed_chip_margin2" + android:src="@drawable/color_chip_seed_filled3" + android:importantForAccessibility="no"/> + </FrameLayout> + + <TextView + android:id="@+id/option_title" + android:layout_width="@dimen/option_tile_width" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/option_bottom_margin" + android:textColor="@color/text_color_primary" + android:visibility="gone" + android:gravity="center" /> +</LinearLayout> diff --git a/res/layout/color_section_view2.xml b/res/layout/color_section_view2.xml new file mode 100644 index 00000000..687bcef2 --- /dev/null +++ b/res/layout/color_section_view2.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2023 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. +--> +<com.android.customization.picker.color.ui.view.ColorSectionView2 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/section_bottom_padding" + android:layout_marginHorizontal="@dimen/section_horizontal_padding" + android:orientation="vertical" + android:background="@drawable/top_connected_section_background"> + + <!-- + This is just an invisible placeholder put in place so that the parent keeps its height + stable as the RecyclerView updates from 0 items to N items. Keeping it stable allows the + layout logic to keep the size of the preview container stable as well, which bodes well + for setting up the SurfaceView for remote rendering without changing its size after the + content is loaded into the RecyclerView. + + It's critical for any TextViews inside the included layout to have text. + --> + <LinearLayout + android:id="@+id/color_section_option_container" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:paddingVertical="24dp" + android:paddingHorizontal="24dp" + android:weightSum="@integer/color_section_num_columns"> + <include + android:layout_width="0dp" + android:layout_height="wrap_content" + layout="@layout/color_option_overflow_no_background" + android:visibility="invisible" + android:layout_weight="1"/> + </LinearLayout> + + <TextView + android:id="@+id/more_colors" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:layout_marginTop="10dp" + android:minHeight="48dp" + android:gravity="center" + android:drawablePadding="12dp" + android:drawableStart="@drawable/ic_nav_color" + android:drawableTint="@color/text_color_primary" + android:text="@string/more_colors" + android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small" + android:textColor="@color/text_color_primary" + android:visibility="gone" + tools:ignore="UseCompatTextViewDrawableXml" /> +</com.android.customization.picker.color.ui.view.ColorSectionView2> diff --git a/res/layout/fragment_clock_carousel_demo.xml b/res/layout/fragment_clock_carousel_demo.xml new file mode 100644 index 00000000..6a54bcb6 --- /dev/null +++ b/res/layout/fragment_clock_carousel_demo.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2023 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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + + <FrameLayout + android:id="@+id/section_header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <include layout="@layout/section_header" /> + </FrameLayout> + + <com.android.customization.picker.clock.ui.view.ClockCarouselView + android:id="@+id/image_carousel_view" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> +</LinearLayout>
\ No newline at end of file diff --git a/res/layout/fragment_clock_custom_picker_demo.xml b/res/layout/fragment_clock_custom_picker_demo.xml new file mode 100644 index 00000000..c05c4a89 --- /dev/null +++ b/res/layout/fragment_clock_custom_picker_demo.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"> + <FrameLayout + android:id="@+id/section_header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content" + app:layout_constraintBottom_toTopOf="@+id/clock_preview_card_list_demo" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + <include layout="@layout/section_header" /> + </FrameLayout> + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/clock_preview_card_list_demo" + android:layout_width="match_parent" + android:layout_height="0dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toBottomOf="@+id/section_header_container" + android:clipToPadding="false" /> +</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file diff --git a/res/layout/fragment_clock_settings.xml b/res/layout/fragment_clock_settings.xml new file mode 100644 index 00000000..52082225 --- /dev/null +++ b/res/layout/fragment_clock_settings.xml @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright (C) 2023 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. + ~ + --> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + <FrameLayout + android:id="@+id/section_header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <include layout="@layout/section_header" /> + </FrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + android:paddingTop="36dp" + android:paddingBottom="40dp"> + + <include + android:id="@+id/lock_preview" + layout="@layout/wallpaper_preview_card" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + + <FrameLayout + android:id="@+id/clock_host_view" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:layout_marginHorizontal="24dp" + android:layout_marginBottom="28dp" + android:background="@drawable/picker_fragment_background" + android:paddingTop="22dp" + android:paddingBottom="62dp"> + + <FrameLayout + android:layout_width="wrap_content" + android:layout_height="wrap_content"> + + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/tabs" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:clipToPadding="false" + android:paddingHorizontal="16dp" + android:layout_gravity="center_horizontal" /> + + <!-- + This is just an invisible placeholder put in place so that the parent keeps its height + stable as the RecyclerView updates from 0 items to N items. Keeping it stable allows the + layout logic to keep the size of the preview container stable as well, which bodes well + for setting up the SurfaceView for remote rendering without changing its size after the + content is loaded into the RecyclerView. + + It's critical for any TextViews inside the included layout to have text. + --> + <include + layout="@layout/picker_fragment_tab" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="invisible" /> + </FrameLayout> + + <FrameLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingTop="16dp"> + + <LinearLayout + android:id="@+id/color_picker_container" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical"> + + <FrameLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="16dp"> + + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/color_options" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:clipToPadding="false" + android:paddingHorizontal="16dp" /> + + <!-- + This is just an invisible placeholder put in place so that the parent keeps its + height stable as the RecyclerView updates from 0 items to N items. Keeping it + stable allows the layout logic to keep the size of the preview container stable + as well, which bodes well for setting up the SurfaceView for remote rendering + without changing its size after the content is loaded into the RecyclerView. + --> + <include + layout="@layout/color_option_with_background" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="invisible" /> + </FrameLayout> + + <SeekBar + android:id="@+id/slider" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:minHeight="48dp" + android:thumb="@null" + android:background="@null" + android:paddingHorizontal="16dp" + android:progressDrawable="@drawable/saturation_progress_drawable" + android:splitTrack="false" /> + </LinearLayout> + + <com.android.customization.picker.clock.ui.view.ClockSizeRadioButtonGroup + android:id="@+id/clock_size_radio_button_group" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingHorizontal="16dp" /> + </FrameLayout> + </LinearLayout> +</LinearLayout> diff --git a/res/layout/fragment_color_picker.xml b/res/layout/fragment_color_picker.xml new file mode 100644 index 00000000..7cf94d61 --- /dev/null +++ b/res/layout/fragment_color_picker.xml @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright (C) 2023 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. + ~ + --> + +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + + <FrameLayout + android:id="@+id/section_header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <include layout="@layout/section_header" /> + + </FrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioLinearLayout + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + android:layout_marginHorizontal="24dp" + android:paddingTop="20dp" + android:paddingBottom="40dp" + android:orientation="horizontal" + android:gravity="center_vertical"> + + <include + android:id="@+id/lock_preview" + layout="@layout/wallpaper_preview_card" + android:layout_width="wrap_content" + android:layout_height="wrap_content"/> + + <include + android:id="@+id/home_preview" + layout="@layout/wallpaper_preview_card" + android:layout_width="wrap_content" + android:layout_height="wrap_content"/> + </com.android.wallpaper.picker.DisplayAspectRatioLinearLayout> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:layout_marginHorizontal="24dp" + android:layout_marginBottom="28dp" + android:background="@drawable/picker_fragment_background" + android:paddingTop="22dp" + android:clipChildren="false"> + + <FrameLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + > + + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/color_type_tabs" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:clipToPadding="false" + android:paddingHorizontal="16dp" + android:layout_gravity="center_horizontal"/> + + <!-- + This is just an invisible placeholder put in place so that the parent keeps its height + stable as the RecyclerView updates from 0 items to N items. Keeping it stable allows the + layout logic to keep the size of the preview container stable as well, which bodes well + for setting up the SurfaceView for remote rendering without changing its size after the + content is loaded into the RecyclerView. + + It's critical for any TextViews inside the included layout to have text. + --> + <include + layout="@layout/picker_fragment_tab" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="invisible" /> + + </FrameLayout> + + <View + android:layout_width="0dp" + android:layout_height="6dp" /> + + <TextView + android:id="@+id/color_type_tab_subhead" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textColor="@color/text_color_secondary" + android:textSize="12sp" + android:gravity="center" + android:paddingHorizontal="16dp"/> + + <View + android:layout_width="0dp" + android:layout_height="8dp" /> + + <FrameLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:clipChildren="false"> + + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/color_options" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:clipToPadding="false" + android:paddingHorizontal="16dp" + android:clipChildren="false" /> + + <!-- + This is just an invisible placeholder put in place so that the parent keeps its height + stable as the RecyclerView updates from 0 items to N items. Keeping it stable allows the + layout logic to keep the size of the preview container stable as well, which bodes well + for setting up the SurfaceView for remote rendering without changing its size after the + content is loaded into the RecyclerView. + + It's critical for any TextViews inside the included layout to have text. + --> + <include + layout="@layout/color_option_2" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="invisible" /> + + </FrameLayout> + + <FrameLayout + android:id="@+id/dark_mode_toggle_container" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + + </LinearLayout> + +</LinearLayout> diff --git a/res/layout/fragment_grid.xml b/res/layout/fragment_grid.xml new file mode 100644 index 00000000..4f0aaefe --- /dev/null +++ b/res/layout/fragment_grid.xml @@ -0,0 +1,93 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright (C) 2023 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. + ~ + --> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:clipChildren="false"> + + <FrameLayout + android:id="@+id/section_header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <include layout="@layout/section_header" /> + + </FrameLayout> + + <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + android:paddingTop="20dp" + android:paddingBottom="40dp"> + + <include + android:id="@+id/preview" + layout="@layout/wallpaper_preview_card" + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_gravity="center"/> + + </com.android.wallpaper.picker.DisplayAspectRatioFrameLayout> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:layout_marginHorizontal="24dp" + android:layout_marginBottom="28dp" + android:background="@drawable/picker_fragment_background" + android:paddingBottom="62dp" + android:clipChildren="false"> + + <FrameLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="22dp" + android:clipChildren="false"> + + <androidx.recyclerview.widget.RecyclerView + android:id="@id/options" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:clipToPadding="false" + android:paddingHorizontal="16dp" + android:clipChildren="false" /> + + <!-- + This is just an invisible placeholder put in place so that the parent keeps its height + stable as the RecyclerView updates from 0 items to N items. Keeping it stable allows the + layout logic to keep the size of the preview container stable as well, which bodes well + for setting up the SurfaceView for remote rendering without changing its size after the + content is loaded into the RecyclerView. + + It's critical for any TextViews inside the included layout to have text. + --> + <include + layout="@layout/grid_option_2" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="invisible" /> + + </FrameLayout> + + </LinearLayout> + +</LinearLayout> diff --git a/res/layout/fragment_lock_screen_quick_affordances.xml b/res/layout/fragment_lock_screen_quick_affordances.xml index 331d501a..36d1697b 100644 --- a/res/layout/fragment_lock_screen_quick_affordances.xml +++ b/res/layout/fragment_lock_screen_quick_affordances.xml @@ -18,7 +18,8 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical"> + android:orientation="vertical" + android:clipChildren="false"> <FrameLayout android:id="@+id/section_header_container" @@ -33,7 +34,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:paddingTop="36dp" + android:paddingTop="20dp" android:paddingBottom="40dp"> <include @@ -51,9 +52,10 @@ android:orientation="vertical" android:layout_marginHorizontal="24dp" android:layout_marginBottom="28dp" - android:background="@drawable/keyguard_quick_affordance_picker_background" + android:background="@drawable/picker_fragment_background" android:paddingTop="22dp" - android:paddingBottom="62dp"> + android:paddingBottom="62dp" + android:clipChildren="false"> <FrameLayout android:layout_width="match_parent" @@ -62,8 +64,9 @@ <androidx.recyclerview.widget.RecyclerView android:id="@id/slot_tabs" - android:layout_width="match_parent" + android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" android:clipToPadding="false" android:paddingHorizontal="16dp" /> @@ -77,7 +80,7 @@ It's critical for any TextViews inside the included layout to have text. --> <include - layout="@layout/keyguard_quick_affordance_slot_tab" + layout="@layout/picker_fragment_tab" android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="invisible" /> @@ -90,14 +93,17 @@ <FrameLayout android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:clipChildren="false"> <androidx.recyclerview.widget.RecyclerView android:id="@id/affordances" - android:layout_width="match_parent" + android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" android:clipToPadding="false" - android:paddingHorizontal="16dp" /> + android:paddingHorizontal="16dp" + android:clipChildren="false" /> <!-- This is just an invisible placeholder put in place so that the parent keeps its height diff --git a/res/layout/grid_option_2.xml b/res/layout/grid_option_2.xml new file mode 100644 index 00000000..a8b453a9 --- /dev/null +++ b/res/layout/grid_option_2.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2023 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. + ~ + --> + +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="@dimen/option_item_size" + android:layout_height="wrap_content" + android:orientation="vertical" + android:gravity="center_horizontal" + android:clipChildren="false"> + + <FrameLayout + android:layout_width="@dimen/option_item_size" + android:layout_height="@dimen/option_item_size" + android:clipChildren="false"> + + <ImageView + android:id="@id/selection_border" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_border" + android:alpha="0" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@id/background" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_background" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@id/foreground" + android:layout_width="58dp" + android:layout_height="58dp" + android:layout_gravity="center" /> + + </FrameLayout> + + <View + android:layout_width="0dp" + android:layout_height="8dp" /> + + <TextView + android:id="@id/text" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textColor="@color/text_color_primary" + android:singleLine="true" + android:ellipsize="end" + android:text="Placeholder for stable size calculation, please do not remove." + tools:ignore="HardcodedText" /> + +</LinearLayout> diff --git a/res/layout/grid_preview_card.xml b/res/layout/grid_preview_card.xml index e333ca7b..a2691df8 100644 --- a/res/layout/grid_preview_card.xml +++ b/res/layout/grid_preview_card.xml @@ -38,4 +38,13 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:importantForAccessibility="noHideDescendants" /> + + <ImageView + android:id="@+id/grid_fadein_scrim" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="?android:colorSecondary" + android:forceHasOverlappingRendering="false" + android:importantForAccessibility="no" + android:visibility="invisible" /> </androidx.cardview.widget.CardView> diff --git a/res/layout/keyguard_quick_affordance.xml b/res/layout/keyguard_quick_affordance.xml index b3b6893f..1e5c3397 100644 --- a/res/layout/keyguard_quick_affordance.xml +++ b/res/layout/keyguard_quick_affordance.xml @@ -19,18 +19,34 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - android:layout_width="@dimen/keyguard_quick_affordance_picker_item_width" + android:layout_width="@dimen/option_item_size" android:layout_height="wrap_content" android:orientation="vertical" - android:gravity="center_horizontal"> + android:gravity="center_horizontal" + android:clipChildren="false"> <FrameLayout - android:id="@+id/icon_container" - android:layout_width="@dimen/keyguard_quick_affordance_icon_container_size" - android:layout_height="@dimen/keyguard_quick_affordance_icon_container_size" > + android:layout_width="@dimen/option_item_size" + android:layout_height="@dimen/option_item_size" + android:clipChildren="false"> <ImageView - android:id="@+id/icon" + android:id="@id/selection_border" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_border" + android:alpha="0" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@id/background" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/option_item_background" + android:importantForAccessibility="no" /> + + <ImageView + android:id="@id/foreground" android:layout_width="@dimen/keyguard_quick_affordance_icon_size" android:layout_height="@dimen/keyguard_quick_affordance_icon_size" android:layout_gravity="center" @@ -43,7 +59,7 @@ android:layout_height="8dp" /> <TextView - android:id="@+id/name" + android:id="@id/text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/text_color_primary" @@ -52,4 +68,4 @@ android:text="Placeholder for stable size calculation, please do not remove." tools:ignore="HardcodedText" /> -</LinearLayout>
\ No newline at end of file +</LinearLayout> diff --git a/res/layout/keyguard_quick_affordance_enablement_dialog.xml b/res/layout/keyguard_quick_affordance_enablement_dialog.xml deleted file mode 100644 index d6ba1054..00000000 --- a/res/layout/keyguard_quick_affordance_enablement_dialog.xml +++ /dev/null @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright (C) 2022 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - ~ - --> - -<LinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:background="@drawable/keyguard_quick_affordance_picker_background" - android:orientation="vertical" - android:padding="24dp"> - - <ImageView - android:id="@+id/icon" - android:layout_width="32dp" - android:layout_height="32dp" - android:tint="@color/color_accent_primary" - android:layout_gravity="center_horizontal" - android:layout_marginBottom="16dp" /> - - <TextView - android:id="@+id/title" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:gravity="center" - android:textAppearance="@style/TextAppearance.MaterialComponents.Headline4" - android:layout_gravity="center_horizontal" - android:layout_marginBottom="16dp" /> - - <TextView - android:id="@+id/message" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textAppearance="@style/TextAppearance.MaterialComponents.Body1" - android:layout_gravity="center_horizontal" - android:layout_marginBottom="38dp" /> - - <Button - android:id="@+id/button" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - style="@style/ActionPrimaryButton" - android:background="@drawable/button_background" - android:layout_gravity="end" /> - -</LinearLayout> diff --git a/res/layout/more_settings_section_view.xml b/res/layout/more_settings_section_view.xml new file mode 100644 index 00000000..b60bb452 --- /dev/null +++ b/res/layout/more_settings_section_view.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2022 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<com.android.customization.picker.settings.ui.view.MoreSettingsSectionView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="?selectableItemBackground" + android:clickable="true" + android:paddingVertical="@dimen/section_top_padding" + android:paddingHorizontal="@dimen/section_horizontal_padding" + android:orientation="vertical"> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/more_settings_section_title" + style="@style/SectionTitleTextStyle" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/more_settings_section_description" + style="@style/SectionSubtitleTextStyle"/> + +</com.android.customization.picker.settings.ui.view.MoreSettingsSectionView> diff --git a/res/layout/notification_section.xml b/res/layout/notification_section.xml new file mode 100644 index 00000000..713624e0 --- /dev/null +++ b/res/layout/notification_section.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2023 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. + ~ + --> +<com.android.customization.picker.notifications.ui.view.NotificationSectionView + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="?selectableItemBackground" + android:clickable="true" + android:paddingVertical="@dimen/section_top_padding" + android:paddingHorizontal="@dimen/section_horizontal_padding" + android:orientation="horizontal" + android:gravity="center_vertical"> + + <LinearLayout + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:orientation="vertical"> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/notifications_section_title" + style="@style/SectionTitleTextStyle" /> + + <TextView + android:id="@+id/subtitle" + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="@style/SectionSubtitleTextStyle"/> + </LinearLayout> + + <Switch + android:id="@+id/switcher" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:clickable="false" + style="@style/Switch.SettingsLib" + tools:ignore="UseSwitchCompatOrMaterialXml" /> + +</com.android.customization.picker.notifications.ui.view.NotificationSectionView> diff --git a/res/layout/keyguard_quick_affordance_slot_tab.xml b/res/layout/picker_fragment_tab.xml index c4934d86..2e6e8fa2 100644 --- a/res/layout/keyguard_quick_affordance_slot_tab.xml +++ b/res/layout/picker_fragment_tab.xml @@ -21,12 +21,14 @@ android:id="@+id/text" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textColor="@color/keyguard_quick_affordance_slot_tab_text_color" + android:textColor="@color/picker_fragment_tab_text_color" android:paddingVertical="8dp" android:paddingHorizontal="16dp" android:minWidth="48dp" - android:minHeight="48dp" + android:minHeight="36dp" android:gravity="center" - android:background="@drawable/keyguard_quick_affordance_slot_tab_background" + android:background="@drawable/picker_fragment_tab_background" android:text="Placeholder for stable size calculation, please do not remove." + android:maxLines="1" + android:ellipsize="end" tools:ignore="HardcodedText" /> diff --git a/res/drawable/keyguard_quick_affordance_icon_container_background_selected.xml b/res/layout/single_clock_view.xml index 93a80eb3..e7ac5182 100644 --- a/res/drawable/keyguard_quick_affordance_icon_container_background_selected.xml +++ b/res/layout/single_clock_view.xml @@ -1,5 +1,5 @@ -<!-- - Copyright (C) 2021 The Android Open Source Project +<?xml version="1.0" encoding="utf-8"?><!-- + Copyright (C) 2023 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,22 +13,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<shape +<com.android.wallpaper.picker.DisplayAspectRatioFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle" > - - <stroke - android:width="2dp" - android:color="@color/text_color_primary" /> - - <solid android:color="@color/color_surface_variant" /> - - <corners android:radius="20dp" /> - - <padding - android:left="5dp" - android:top="5dp" - android:right="5dp" - android:bottom="5dp" /> - -</shape> + android:layout_width="match_parent" + android:layout_height="@dimen/clock_carousel_item_height"> + <FrameLayout + android:id="@+id/single_clock_host_view" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" /> +</com.android.wallpaper.picker.DisplayAspectRatioFrameLayout>
\ No newline at end of file diff --git a/res/values-af/clock_colors.xml b/res/values-af/clock_colors.xml new file mode 100644 index 00000000..f4e0fef9 --- /dev/null +++ b/res/values-af/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROOI"</item> + <item msgid="6882970855289978213">"ORANJE"</item> + <item msgid="5560732545714984533">"GEEL"</item> + <item msgid="7246284817845434226">"GROEN"</item> + <item msgid="6762906417604676001">"BLOU"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOOLTJIEPERS"</item> + <item msgid="6835537356703747621">"GRYS"</item> + <item msgid="2470141365136884119">"BLOUGROEN"</item> + </string-array> +</resources> diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index 6f73a7b0..1d925ccb 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Gepasmaakte horlosie"</string> <string name="clock_description" msgid="3563839327378948">"Kies gepasmaakte horlosie"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Verander ’n gepasmaakte horlosie"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Horlosie-instellings"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Horlosiekleur en grootte"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Kleur"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rooi"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranje"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Geel"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Groen"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blou"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Viooltjiepers"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grys"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Blougroen"</string> + <string name="clock_size" msgid="5028923902364418263">"Grootte"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamies"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Horlosiegrootte verander na gelang van sluitskerminhoud"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Groot"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Klein"</string> <string name="grid_title" msgid="1688173478777254123">"Programrooster"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Pas toe"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tik om te wysig"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Verander programrooster"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Muurpapierkleure"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikone, teks en meer passingkleure in jou muurpapier"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Muurpapierkleur"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basiese kleure"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Ander kleure"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Kies enige kleur vir jou ikone, horlosie en meer"</string> <string name="color_changed" msgid="7029571720331641235">"Kleur het verander"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamies"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Linkerknoppie"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Regterknoppie"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Stelselkleure"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Links-kortpad"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Regs-kortpad"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Geen"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Merk die volgende as jy “<xliff:g id="APPNAME">%1$s</xliff:g>” wil kies"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Maak <xliff:g id="APPNAME">%1$s</xliff:g> oop"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Kortpaaie"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Geen"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Kennisgewings"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Wys kennisgewings op die sluitskerm"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Versteek kennisgewings op die sluitskerm"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Meer opsies"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Teks op sluitskerm, Wat Speel, en meer"</string> + <string name="more_colors" msgid="3191071655353004591">"Nog kleure"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Verstekkleuropsie"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Kleuropsie <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-am/clock_colors.xml b/res/values-am/clock_colors.xml new file mode 100644 index 00000000..3da51af8 --- /dev/null +++ b/res/values-am/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ቀይ"</item> + <item msgid="6882970855289978213">"ብርቱካናማ"</item> + <item msgid="5560732545714984533">"ቢጫ"</item> + <item msgid="7246284817845434226">"አረንጓዴ"</item> + <item msgid="6762906417604676001">"ሰማያዊ"</item> + <item msgid="8974135109557664892">"ሐምራዊ"</item> + <item msgid="786643557830463422">"ወይን ጠጅ"</item> + <item msgid="6835537356703747621">"ግራጫ"</item> + <item msgid="2470141365136884119">"ደማቅ አረንጓዴ-ሰማያዊ"</item> + </string-array> +</resources> diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml index 33cb0570..9f8d5035 100644 --- a/res/values-am/strings.xml +++ b/res/values-am/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"ብጁ ሰዓት"</string> <string name="clock_description" msgid="3563839327378948">"ብጁ ሰዓት ይምረጡ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ብጁ ሰዓትን ይለውጡ"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"የClock ቅንብሮች"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"የClock ቀለም እና መጠን"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>፣ <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ቀለም"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ቀይ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ብርቱካናማ"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"ቢጫ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"አረንጓዴ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ሰማያዊ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ሐምራዊ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ወይን ጠጅ"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ግራጫ"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ደማቅ አረንጓዴ-ሰማያዊ"</string> + <string name="clock_size" msgid="5028923902364418263">"መጠን"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ተለዋዋጭ"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"የClock መጠን በማያ ገጽ ቁልፍ ይዘት መሰረት ይለወጣል"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ትልቅ"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ትንሽ"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ቤታ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"የመተግበሪያ ፍርግርግን ይቀይሩ"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"የልጣፍ ቀለማት"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"በልጣፍዎ ውስጥ ያሉ አዶዎች፣ ጹሁፍ እና ሌሎችም ተዛማጅ ቀለማት"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"የልጣፍ ቀለም"</string> <string name="preset_color_tab" msgid="3133391839341329314">"መሰረታዊ ቀለሞች"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ሌሎች ቀለሞች"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ለእርስዎ አዶዎች፣ ሰዓት እና ሌሎችም ማንኛውንም ቀለም ይምረጡ"</string> <string name="color_changed" msgid="7029571720331641235">"ቀለም ተቀይሯል"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ተለዋዋጭ"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"የግራ አዝራር"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"የቀኝ አዝራር"</string> + <string name="color_picker_title" msgid="6666830057938082864">"የሥርዓት ቀለሞች"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"የግራ አቋራጭ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"የቀኝ አቋራጭ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ምንም"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"«<xliff:g id="APPNAME">%1$s</xliff:g>»ን ለመምረጥ የሚከተሉትን ይፈትሹ"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ይክፈቱ"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"አቋራጮች"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>፣ <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ምንም"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"ማሳወቂያዎች"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"በማያ ገጽ ቁልፉ ላይ ማሳወቂያዎችን አሳይ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"በማያ ገጽ ቁልፉ ላይ ማሳወቂያዎችን ደብቅ"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ተጨማሪ አማራጮች"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ጽሑፍ በማያ ገጽ ቁልፍ፣ አሁን በመጫወት ላይ እና ሌሎችም"</string> + <string name="more_colors" msgid="3191071655353004591">"ተጨማሪ ቀለማት"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ነባሪ የቀለም አማራጭ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"የቀለም አማራጭ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ar/clock_colors.xml b/res/values-ar/clock_colors.xml new file mode 100644 index 00000000..51bc5feb --- /dev/null +++ b/res/values-ar/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"أحمر"</item> + <item msgid="6882970855289978213">"برتقالي"</item> + <item msgid="5560732545714984533">"أصفر"</item> + <item msgid="7246284817845434226">"أخضر"</item> + <item msgid="6762906417604676001">"أزرق"</item> + <item msgid="8974135109557664892">"نيلي"</item> + <item msgid="786643557830463422">"بنفسجي"</item> + <item msgid="6835537356703747621">"رمادي"</item> + <item msgid="2470141365136884119">"أزرق مخضرّ"</item> + </string-array> +</resources> diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml index 0186d7ed..f0a2b649 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"خلفية شاشة ساعة مخصّصة"</string> <string name="clock_description" msgid="3563839327378948">"اختيار خلفية شاشة ساعة مخصّصة"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"تغيير خلفية شاشة ساعة مخصّصة"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"إعدادات الساعة"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"لون الساعة وحجمها"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g> و<xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"اللون"</string> + <string name="clock_color_red" msgid="3843504214807597810">"أحمر"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"برتقالي"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"أصفر"</string> + <string name="clock_color_green" msgid="1991157556500156596">"أخضر"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"أزرق"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"نيلي"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"بنفسجي"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"رمادي"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"أزرق مخضرّ"</string> + <string name="clock_size" msgid="5028923902364418263">"الحجم"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ديناميكي"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"يتغير حجم الساعة وفقًا للمحتوى على شاشة القفل."</string> + <string name="clock_size_large" msgid="3143248715744138979">"كبير"</string> + <string name="clock_size_small" msgid="2280449912094164133">"صغير"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"تجريبي"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"تغيير شبكة التطبيقات"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ألوان الخلفية"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"تتطابق الأيقونات والنصوص والمزيد مع الألوان في الخلفية."</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"لون الخلفية"</string> <string name="preset_color_tab" msgid="3133391839341329314">"الألوان الأساسية"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ألوان أخرى"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"اختَر أي لون للرموز والساعة وغير ذلك."</string> <string name="color_changed" msgid="7029571720331641235">"تم تغيير اللون."</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ألوان ديناميكية"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"الزر الأيسر"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"الزر الأيمن"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ألوان النظام"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"اختصار اليمين"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"اختصار اليسار"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"بدون أزرار"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"لاختيار \"<xliff:g id="APPNAME">%1$s</xliff:g>\"، تأكّد مما يلي:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"فتح <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"الاختصارات"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"\"<xliff:g id="FIRST">%1$s</xliff:g>\" و\"<xliff:g id="SECOND">%2$s</xliff:g>\""</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"بدون اختصارات"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"الإشعارات"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"إظهار الإشعارات على شاشة القفل"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"إخفاء الإشعارات على شاشة القفل"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"خيارات إضافية"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"النص على شاشة القفل و\"التعرف التلقائي على الموسيقى\" والمزيد"</string> + <string name="more_colors" msgid="3191071655353004591">"المزيد من الألوان"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"خيار اللون التلقائي"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"خيار اللون <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-as/clock_colors.xml b/res/values-as/clock_colors.xml new file mode 100644 index 00000000..74e0aafc --- /dev/null +++ b/res/values-as/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ৰঙা"</item> + <item msgid="6882970855289978213">"কমলা"</item> + <item msgid="5560732545714984533">"হালধীয়া"</item> + <item msgid="7246284817845434226">"সেউজীয়া"</item> + <item msgid="6762906417604676001">"নীলা"</item> + <item msgid="8974135109557664892">"ইণ্ডিগ’"</item> + <item msgid="786643557830463422">"বেঙুনীয়া"</item> + <item msgid="6835537356703747621">"ধোঁৱাবৰণীয়া"</item> + <item msgid="2470141365136884119">"গাঢ় সেউজ-নীলা"</item> + </string-array> +</resources> diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml index c0106bd8..f6df83a7 100644 --- a/res/values-as/strings.xml +++ b/res/values-as/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"কাষ্টম ঘড়ী"</string> <string name="clock_description" msgid="3563839327378948">"কাষ্টম ঘড়ী বাছক"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"কাষ্টম ঘড়ী সলনি কৰক"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ঘড়ীৰ ছেটিং"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ঘড়ীৰ ৰং আৰু আকাৰ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ৰং"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ৰঙা"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"কমলা"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"হালধীয়া"</string> + <string name="clock_color_green" msgid="1991157556500156596">"সেউজীয়া"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"নীলা"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ইণ্ডিগ’"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"বেঙুনীয়া"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ধোঁৱাবৰণীয়া"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"গাঢ় সেউজ-নীলা"</string> + <string name="clock_size" msgid="5028923902364418263">"আকাৰ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"পৰিৱৰ্তনশীল"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"বন্ধ স্ক্ৰীনৰ সমল অনুসৰি ঘড়ীৰ আকাৰ সলনি হয়"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ডাঙৰ"</string> + <string name="clock_size_small" msgid="2280449912094164133">"সৰু"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"বিটা"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"এপৰ গ্ৰিড সলনি কৰক"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ৱালপেপাৰৰ ৰং"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"আপোনাৰ ৱালপেপাৰত চিহ্ন, পাঠ আৰু অধিক মিলা ৰং"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ৱালপেপাৰৰ ৰং"</string> <string name="preset_color_tab" msgid="3133391839341329314">"প্ৰাথমিক ৰং"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"অন্য ৰং"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"আপোনাৰ চিহ্ন, ঘড়ী আৰু অধিকৰ বাবে যিকোনো ৰং বাছনি কৰক"</string> <string name="color_changed" msgid="7029571720331641235">"ৰং সলনি কৰা হৈছে"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ডাইনামিক"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"বাওঁফালৰ বুটাম"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"সোঁফালৰ বুটাম"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ছিষ্টেমৰ ৰং"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"বাওঁ শ্বৰ্টকাট"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"সোঁ শ্বৰ্টকাট"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"নাই"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` বাছনি কৰিবলৈ এয়া পৰীক্ষা কৰক"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> খোলক"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"শ্বৰ্টকাট"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"নাই"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"জাননী"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"বন্ধ স্ক্ৰীনত জাননী দেখুৱাওক"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"বন্ধ স্ক্ৰীনত জাননী লুকুৱাওক"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"অধিক বিকল্প"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"লক স্ক্ৰীন, বৰ্তমান প্লে’ হৈ থকা সমল আৰু অধিকত থকা পাঠ"</string> + <string name="more_colors" msgid="3191071655353004591">"অধিক ৰং"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ডিফ’ল্ট ৰঙৰ বিকল্প"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ৰঙৰ বিকল্প <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-az/clock_colors.xml b/res/values-az/clock_colors.xml new file mode 100644 index 00000000..6cea40b7 --- /dev/null +++ b/res/values-az/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"QIRMIZI"</item> + <item msgid="6882970855289978213">"NARINCI"</item> + <item msgid="5560732545714984533">"SARI"</item> + <item msgid="7246284817845434226">"YAŞIL"</item> + <item msgid="6762906417604676001">"MAVİ"</item> + <item msgid="8974135109557664892">"TÜND-GÖY"</item> + <item msgid="786643557830463422">"BƏNÖVŞƏYİ"</item> + <item msgid="6835537356703747621">"BOZ"</item> + <item msgid="2470141365136884119">"YAŞILIMTIL MAVİ"</item> + </string-array> +</resources> diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml index e97ce3cf..0b674ca7 100644 --- a/res/values-az/strings.xml +++ b/res/values-az/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Fərdi Saat"</string> <string name="clock_description" msgid="3563839327378948">"Fərdi saat seç"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Fərdi saatı dəyişdir"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Saat Ayarları"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Saat rəngi və ölçüsü"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Rəng"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Qırmızı"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Narıncı"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Sarı"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Yaşıl"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Mavi"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Tünd-göy"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Bənövşəyi"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Boz"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Yaşılımtıl mavi"</string> + <string name="clock_size" msgid="5028923902364418263">"Ölçü"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamik"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Saat ölçüsü kilid ekranının məzmununa görə dəyişir"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Böyük"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Kiçik"</string> <string name="grid_title" msgid="1688173478777254123">"Tətbiq toru"</string> <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> @@ -87,13 +105,17 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Tətbiq torunu dəyişin"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Divar kağızı rəngləri"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"İkona, mətn və s. divar kağızındakı rənglərə uyğundur"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Divar kağızı rəngi"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Əsas rənglər"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Digər rənglər"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"İkona, saat və s. üçün istənilən rəngi seçin"</string> <string name="color_changed" msgid="7029571720331641235">"Rəng dəyişdirildi"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamik"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Sol düymə"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Sağ düymə"</string> - <string name="keyguard_affordance_none" msgid="1751643933430782312">"Heç bir"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistem rəngləri"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Sol qısayol"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Sağ qısayol"</string> + <string name="keyguard_affordance_none" msgid="1751643933430782312">"Heç biri"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"\"<xliff:g id="APPNAME">%1$s</xliff:g>\" seçmək üçün aşağıdakıları yoxlayın"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> linkini açın"</string> <string name="keyguard_affordance_enablement_dialog_message" msgid="6136286758939253570">"<xliff:g id="APPNAME">%1$s</xliff:g> tətbiqini qısayol kimi əlavə etmək üçün bunları təmin edin:"</string> @@ -101,5 +123,13 @@ <string name="keyguard_quick_affordance_title" msgid="4242813186995735584">"Qısayollar"</string> <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Qısayollar"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> - <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Heç bir"</string> + <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Heç biri"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Bildirişlər"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Kilid ekranında bildirişləri göstərin"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Kilid ekranında bildirişləri gizlədin"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Digər seçimlər"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Kilid ekranında mətn, İndi Oxudulur və s."</string> + <string name="more_colors" msgid="3191071655353004591">"Digər rənglər"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Defolt rəng seçimi"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Rəng seçimi <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-b+sr+Latn/clock_colors.xml b/res/values-b+sr+Latn/clock_colors.xml new file mode 100644 index 00000000..c30c8c20 --- /dev/null +++ b/res/values-b+sr+Latn/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"CRVENA"</item> + <item msgid="6882970855289978213">"NARANDŽASTA"</item> + <item msgid="5560732545714984533">"ŽUTA"</item> + <item msgid="7246284817845434226">"ZELENA"</item> + <item msgid="6762906417604676001">"PLAVA"</item> + <item msgid="8974135109557664892">"TAMNOPLAVA"</item> + <item msgid="786643557830463422">"LJUBIČASTA"</item> + <item msgid="6835537356703747621">"SIVA"</item> + <item msgid="2470141365136884119">"TIRKIZNA"</item> + </string-array> +</resources> diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml index cfc988fa..eac9dd9f 100644 --- a/res/values-b+sr+Latn/strings.xml +++ b/res/values-b+sr+Latn/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Prilagođeni sat"</string> <string name="clock_description" msgid="3563839327378948">"Prilagođeni sat"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Promenite prilagođeni sat"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Podešavanja sata"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Boja i veličina sata"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Boja"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Crvena"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Narandžasta"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Žuta"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zelena"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Plava"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Tamnoplava"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Ljubičasta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Siva"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Tirkizna"</string> + <string name="clock_size" msgid="5028923902364418263">"Veličina"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamički"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Veličina sata se menja u skladu sa sadržajem zaključanog ekrana"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Veliko"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Malo"</string> <string name="grid_title" msgid="1688173478777254123">"Mreža apl."</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Primeni"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da biste izmenili"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Promenite mrežu aplikacija"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Boje pozadine"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikone, tekst i drugo uklapaju se sa bojama pozadine"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Boja pozadine"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Osnovne boje"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Ostale boje"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Odaberite bilo koju boju za ikone, sat i drugo"</string> <string name="color_changed" msgid="7029571720331641235">"Boja je promenjena"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamički"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Levo dugme"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Desno dugme"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistemske boje"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Leva prečica"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Desna prečica"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ništa"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Da biste izabrali „<xliff:g id="APPNAME">%1$s</xliff:g>“, proverite sledeće"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Otvorite: <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Prečice"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ništa"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Obaveštenja"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Prikazuj obaveštenja na zaključanom ekranu"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Sakrij obaveštenja na zaključanom ekranu"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Još opcija"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst na zaključanom ekranu, Trenutno svira i drugo"</string> + <string name="more_colors" msgid="3191071655353004591">"Još boja"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Podrazumevana opcija boje"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opcija boje <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-be/clock_colors.xml b/res/values-be/clock_colors.xml new file mode 100644 index 00000000..d9a4bcc6 --- /dev/null +++ b/res/values-be/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ЧЫРВОНЫ"</item> + <item msgid="6882970855289978213">"АРАНЖАВЫ"</item> + <item msgid="5560732545714984533">"ЖОЎТЫ"</item> + <item msgid="7246284817845434226">"ЗЯЛЁНЫ"</item> + <item msgid="6762906417604676001">"СІНІ"</item> + <item msgid="8974135109557664892">"ІНДЫГА"</item> + <item msgid="786643557830463422">"ФІЯЛЕТАВЫ"</item> + <item msgid="6835537356703747621">"ШЭРЫ"</item> + <item msgid="2470141365136884119">"СІНЕ-ЗЯЛЁНЫ"</item> + </string-array> +</resources> diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index 7c75af14..89c63b55 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Гадзіннік"</string> <string name="clock_description" msgid="3563839327378948">"Выбар цыферблата"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Змяненне цыферблата"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Гадзіннік"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Колер і памер гадзінніка"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Колер"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Чырвоны"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Аранжавы"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Жоўты"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Зялёны"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Сіні"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Індыга"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Фіялетавы"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Шэры"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Сіне-зялёны"</string> + <string name="clock_size" msgid="5028923902364418263">"Памер"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Дынамічны"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Памер гадзінніка змяняецца ў залежнасці ад змесціва на экране блакіроўкі"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Вялікі"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Дробны"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бэта"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Змяніць сетку праграм"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Колеры шпалер"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Значкі, тэкст і іншае адпавядаюць колерам вашых шпалер"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Колер шпалер"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Асноўныя колеры"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Іншыя колеры"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Выбірайце колеры для значкоў, гадзінніка і іншых выяў"</string> <string name="color_changed" msgid="7029571720331641235">"Колер зменены"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Дынамічны"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Левая кнопка"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Правая кнопка"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Сістэмныя колеры"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Ярлык \"улева\""</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Ярлык \"управа\""</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Няма"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Каб выбраць праграму \"<xliff:g id="APPNAME">%1$s</xliff:g>\", зрабіце наступнае"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Адкрыць \"<xliff:g id="APPNAME">%1$s</xliff:g>\""</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Ярлыкі"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Няма"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Апавяшчэнні"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Паказваць апавяшчэнні на экране блакіроўкі"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Не паказваць апавяшчэнні на экране блакіроўкі"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Іншыя дзеянні"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Тэкст на экране блакіроўкі, функцыя \"Зараз іграе\" і іншае"</string> + <string name="more_colors" msgid="3191071655353004591">"Больш колераў"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Стандартны варыянт колеру"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Варыянт колеру <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-bg/clock_colors.xml b/res/values-bg/clock_colors.xml new file mode 100644 index 00000000..058b54d7 --- /dev/null +++ b/res/values-bg/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ЧЕРВЕНО"</item> + <item msgid="6882970855289978213">"ОРАНЖЕВО"</item> + <item msgid="5560732545714984533">"ЖЪЛТО"</item> + <item msgid="7246284817845434226">"ЗЕЛЕНО"</item> + <item msgid="6762906417604676001">"СИНЬО"</item> + <item msgid="8974135109557664892">"ИНДИГО"</item> + <item msgid="786643557830463422">"ВИОЛЕТОВО"</item> + <item msgid="6835537356703747621">"СИВО"</item> + <item msgid="2470141365136884119">"СИНЬО-ЗЕЛЕНО"</item> + </string-array> +</resources> diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index 898aab86..c95914f9 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Персонал. циферблат"</string> <string name="clock_description" msgid="3563839327378948">"Персон. циферблат: Избор"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Промяна на персонализиран циферблат"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Часовник: Настройки"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Часовн.: Цвят и размер"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Цвят"</string> + <string name="clock_color_red" msgid="3843504214807597810">"червено"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"оранжево"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"жълто"</string> + <string name="clock_color_green" msgid="1991157556500156596">"зелено"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"синьо"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"индиго"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"виолетово"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"сиво"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"синьо-зелено"</string> + <string name="clock_size" msgid="5028923902364418263">"Размер"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамичен"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Размерът на часовника се променя според съдържанието на заключения екран"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Голям"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Малък"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Промяна на решетката с приложения"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Цветове от тапета"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Иконите, текстът и др. съответстват на цветовете в тапета"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Цвят от тапета"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Основни цветове"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Други цветове"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Изберете цвят за своите икони, часовник и др."</string> <string name="color_changed" msgid="7029571720331641235">"Цветът бе променен"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамично"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Ляв бутон"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Десен бутон"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Цветове на системата"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Ляв пряк път"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Десен пряк път"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Без"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"За да изберете <xliff:g id="APPNAME">%1$s</xliff:g>, проверете следното:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Отваряне на <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Преки пътища"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Няма"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Известия"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Показване на известията на заключения екран"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Скриване на известията на заключения екран"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Още опции"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Текст на заключения екран, „Сега слушате“ и др."</string> + <string name="more_colors" msgid="3191071655353004591">"Още цветове"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Опция за цвета по подразбиране"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Опция за цвета: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-bn/clock_colors.xml b/res/values-bn/clock_colors.xml new file mode 100644 index 00000000..cd433fae --- /dev/null +++ b/res/values-bn/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"লাল"</item> + <item msgid="6882970855289978213">"কমলা"</item> + <item msgid="5560732545714984533">"হলুদ"</item> + <item msgid="7246284817845434226">"সবুজ"</item> + <item msgid="6762906417604676001">"নীল"</item> + <item msgid="8974135109557664892">"নীলচে বেগুনি"</item> + <item msgid="786643557830463422">"বেগুনি"</item> + <item msgid="6835537356703747621">"ধূসর"</item> + <item msgid="2470141365136884119">"নীলচে সবুজ"</item> + </string-array> +</resources> diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml index 7d8cea75..7c89ee15 100644 --- a/res/values-bn/strings.xml +++ b/res/values-bn/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"কাস্টম ঘড়ি"</string> <string name="clock_description" msgid="3563839327378948">"কাস্টম ঘড়ি বেছে নিন"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"কাস্টম ঘড়ি পরিবর্তন করুন"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ঘড়ির \'সেটিংস\'"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ঘড়ির রঙ & সাইজ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"রঙ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"লাল"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"কমলা"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"হলুদ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"সবুজ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"নীল"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"নীলচে বেগুনি"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"বেগুনি"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ধূসর"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"নীলচে সবুজ"</string> + <string name="clock_size" msgid="5028923902364418263">"সাইজ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ডায়নামিক"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"লক স্ক্রিনের কন্টেন্ট অনুযায়ী ঘড়ির সাইজ পরিবর্তন হয়"</string> + <string name="clock_size_large" msgid="3143248715744138979">"বড়"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ছোট করুন"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"বিটা"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"অ্যাপ গ্রিড পরিবর্তন করুন"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ওয়ালপেপারের রঙ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ওয়ালপেপারে আইকন, টেক্সট ও আরও কিছু রঙের সাথে মিলে যায়"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ওয়ালপেপারের রঙ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"প্রাথমিক রঙ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"অন্য রঙ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"আইকন, ঘড়ি এবং আরও অনেক কিছুর জন্য যেকোনও রঙ বেছে নিন"</string> <string name="color_changed" msgid="7029571720331641235">"রঙ পরিবর্তন করা হয়েছে"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ডায়নামিক"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"বাঁদিকের বোতাম"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ডানদিকের বোতাম"</string> + <string name="color_picker_title" msgid="6666830057938082864">"সিস্টেমের রঙ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"বাঁদিকের শর্টকাট"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ডানদিকের শর্টকাট"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"কোনওটিই নয়"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` বেছে নিতে, এগুলি চেক করুন"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> খুলুন"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"শর্টকাট"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"কোনও শর্টকাট নেই"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"বিজ্ঞপ্তি"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"লক স্ক্রিনে বিজ্ঞপ্তি দেখান"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"লক স্ক্রিনে বিজ্ঞপ্তি লুকান"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"আরও বিকল্প"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"লক স্ক্রিনে টেক্সট, এখন চলছে এবং আরও অনেক কিছু"</string> + <string name="more_colors" msgid="3191071655353004591">"আরও রঙ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"রঙের ডিফল্ট বিকল্প"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"রঙের বিকল্প <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-bs/clock_colors.xml b/res/values-bs/clock_colors.xml new file mode 100644 index 00000000..0e7f923e --- /dev/null +++ b/res/values-bs/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"CRVENA"</item> + <item msgid="6882970855289978213">"NARANDŽASTA"</item> + <item msgid="5560732545714984533">"ŽUTA"</item> + <item msgid="7246284817845434226">"ZELENA"</item> + <item msgid="6762906417604676001">"PLAVA"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"LJUBIČASTA"</item> + <item msgid="6835537356703747621">"SIVA"</item> + <item msgid="2470141365136884119">"TIRKIZNA"</item> + </string-array> +</resources> diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml index edff91be..66dfddac 100644 --- a/res/values-bs/strings.xml +++ b/res/values-bs/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Prilagođeni sat"</string> <string name="clock_description" msgid="3563839327378948">"Odabir prilagođ. sata"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Promijenite prilagođeni sat"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Postavke Sata"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Boja i veličina sata"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Boja"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Crvena"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Narandžasta"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Žuta"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zelena"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Plava"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Ljubičasta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Siva"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Tirkizna"</string> + <string name="clock_size" msgid="5028923902364418263">"Veličina"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamički"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Veličina sata se mijenja u skladu sa sadržajem na zaključanom ekranu"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Veliko"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Malo"</string> <string name="grid_title" msgid="1688173478777254123">"Mreža aplikacija"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Primijeni"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da uredite"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Promjena mreže aplikacije"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Boje pozadinske slike"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikone, tekst i drugo odgovaraju bojama pozadinske slike"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Boja pozadinske slike"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Osnovne boje"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Druge boje"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Odaberite bilo koju boju za ikone, sat i drugo"</string> <string name="color_changed" msgid="7029571720331641235">"Boja je promijenjena"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamički"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Lijevo dugme"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Desno dugme"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Boje sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Prečica lijevo"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Prečica desno"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ništa"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Da odaberete aplikaciju \"<xliff:g id="APPNAME">%1$s</xliff:g>\" provjerite sljedeće"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Otvori aplikaciju <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Prečice"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ništa"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Obavještenja"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Prikaz obavještenja na zaključanom ekranu"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Sakrivanje obavještenja na zaključanom ekranu"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Više opcija"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst na zaključanom ekranu, Trenutno se reproducira i drugo"</string> + <string name="more_colors" msgid="3191071655353004591">"Više boja"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Zadana opcija boje"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opcija boje <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ca/clock_colors.xml b/res/values-ca/clock_colors.xml new file mode 100644 index 00000000..c44a4608 --- /dev/null +++ b/res/values-ca/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"VERMELL"</item> + <item msgid="6882970855289978213">"TARONJA"</item> + <item msgid="5560732545714984533">"GROC"</item> + <item msgid="7246284817845434226">"VERD"</item> + <item msgid="6762906417604676001">"BLAU"</item> + <item msgid="8974135109557664892">"ANYIL"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"GRIS"</item> + <item msgid="2470141365136884119">"VERD BLAVÓS"</item> + </string-array> +</resources> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 3cfcce60..02de5aa2 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Rellotge pers."</string> <string name="clock_description" msgid="3563839327378948">"Tria rellotge pers."</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Canvia un rellotge personalitzat"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Config. rellotge"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Color i mida rellotge"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Color"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Vermell"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Taronja"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Groc"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verd"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blau"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Anyil"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gris"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Verd blavós"</string> + <string name="clock_size" msgid="5028923902364418263">"Mida"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinàmica"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"La mida del rellotge canvia d\'acord amb el contingut de la pantalla de bloqueig"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Gran"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Petit"</string> <string name="grid_title" msgid="1688173478777254123">"Quadrícula d\'apps"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplica"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca per editar"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Canvia la quadrícula d\'aplicacions"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Colors del fons"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icones, text i més poden combinar amb els colors del fons"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Color del fons de pantalla"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Colors bàsics"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Altres colors"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Tria qualsevol color per a les icones, el rellotge i més"</string> <string name="color_changed" msgid="7029571720331641235">"S\'ha canviat el color"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinàmic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Botó esquerre"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Botó dret"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Colors del sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Drecera de l\'esquerra"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Drecera de la dreta"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Cap"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Per seleccionar <xliff:g id="APPNAME">%1$s</xliff:g>, comprova el següent"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Obre <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Dreceres"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Cap"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificacions"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostra les notificacions a la pantalla de bloqueig"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Amaga les notificacions a la pantalla de bloqueig"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Més opcions"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text a la pantalla de bloqueig, Està sonant i més"</string> + <string name="more_colors" msgid="3191071655353004591">"Més colors"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opció de color predeterminada"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opció de color <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-cs/clock_colors.xml b/res/values-cs/clock_colors.xml new file mode 100644 index 00000000..9406e461 --- /dev/null +++ b/res/values-cs/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ČERVENÁ"</item> + <item msgid="6882970855289978213">"ORANŽOVÁ"</item> + <item msgid="5560732545714984533">"ŽLUTÁ"</item> + <item msgid="7246284817845434226">"ZELENÁ"</item> + <item msgid="6762906417604676001">"MODRÁ"</item> + <item msgid="8974135109557664892">"INDIGOVÁ"</item> + <item msgid="786643557830463422">"FIALOVÁ"</item> + <item msgid="6835537356703747621">"ŠEDÁ"</item> + <item msgid="2470141365136884119">"ŠEDOZELENÁ"</item> + </string-array> +</resources> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 43f3c4d3..5a58ba52 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Vlastní hodiny"</string> <string name="clock_description" msgid="3563839327378948">"Výběr vlastních hodin"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Změna vlastních hodin"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Nastavení hodin"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Barva a velikost"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Barva"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Červená"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranžová"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Žlutá"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zelená"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Modrá"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigová"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Fialová"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Šedá"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Modrozelená"</string> + <string name="clock_size" msgid="5028923902364418263">"Velikost"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamická"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Velikost hodin se mění podle obsahu obrazovky uzamčení"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Velká"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Malé"</string> <string name="grid_title" msgid="1688173478777254123">"Mřížka aplikací"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Použít"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Klepnutím upravte"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Změnit mřížku aplikací"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Barvy tapety"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikony, text atd. odpovídají barvami vaší tapetě"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Barva tapety"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Základní barvy"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Další barvy"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Vyberte barvu pro ikony, hodiny atd."</string> <string name="color_changed" msgid="7029571720331641235">"Barva byla změněna"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamické"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Levé tlačítko"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Pravé tlačítko"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Barvy systému"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Zkratka vlevo"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Zkratka vpravo"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Žádné"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Aby bylo možné vybrat aplikaci <xliff:g id="APPNAME">%1$s</xliff:g>, zkontrolujte následující"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Otevřít aplikaci <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Zástupci"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Žádné"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Oznámení"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Zobrazovat oznámení na obrazovce uzamčení"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Skrýt oznámení na obrazovce uzamčení"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Další možnosti"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text na obrazovce uzamčení, Co to hraje a další funkce"</string> + <string name="more_colors" msgid="3191071655353004591">"Další barvy"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Výchozí barevná varianta"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Barevná varianta <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-da/clock_colors.xml b/res/values-da/clock_colors.xml new file mode 100644 index 00000000..6dcbb4d4 --- /dev/null +++ b/res/values-da/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RØD"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"GUL"</item> + <item msgid="7246284817845434226">"GRØN"</item> + <item msgid="6762906417604676001">"BLÅ"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GRÅ"</item> + <item msgid="2470141365136884119">"GRØNBLÅ"</item> + </string-array> +</resources> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index 1254892a..d8ed823d 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Tilpasset ur"</string> <string name="clock_description" msgid="3563839327378948">"Vælg tilpasset ur"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Juster et tilpasset ur"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Indstillinger for Ur"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Urets farve og størrelse"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Farve"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rød"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Gul"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Grøn"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blå"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grå"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Grønblå"</string> + <string name="clock_size" msgid="5028923902364418263">"Størrelse"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamisk"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Størrelsen på uret ændrer sig baseret på indhold på låseskærmen"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Stor"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Lille"</string> <string name="grid_title" msgid="1688173478777254123">"Appgitter"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Anvend"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tryk for at redigere"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Juster appgitter"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Baggrundsfarver"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikoner, tekst og flere matchende farver på din baggrund"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Baggrundsfarve"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Standardfarver"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Andre farver"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Vælg farver til bl.a. ikoner og uret"</string> <string name="color_changed" msgid="7029571720331641235">"Farven er ændret"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamisk"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Venstre knap"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Højre knap"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Systemfarver"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Venstre genvej"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Højre genvej"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ingen"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Hvis du vil vælge \"<xliff:g id="APPNAME">%1$s</xliff:g>\", skal du tjekke følgende"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Åbn <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Genveje"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ingen"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifikationer"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Vis notifikationer på låseskærmen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Skjul notifikationer på låseskærmen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Flere valgmuligheder"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst på låseskærmen, Find sangen og meget mere"</string> + <string name="more_colors" msgid="3191071655353004591">"Flere farver"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Standardfarve"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Farvevalg <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-de/clock_colors.xml b/res/values-de/clock_colors.xml new file mode 100644 index 00000000..170bf961 --- /dev/null +++ b/res/values-de/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROT"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"GELB"</item> + <item msgid="7246284817845434226">"GRÜN"</item> + <item msgid="6762906417604676001">"BLAU"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLETT"</item> + <item msgid="6835537356703747621">"GRAU"</item> + <item msgid="2470141365136884119">"BLAUGRÜN"</item> + </string-array> +</resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index bb95b3d3..20f0488c 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Benutzerdefinierte Uhr"</string> <string name="clock_description" msgid="3563839327378948">"Benutzerdefinierte Uhr wählen"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Benutzerdefinierte Uhr ändern"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Uhr-Einstellungen"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Uhr-Farbe & -Größe"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Farbe"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rot"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Gelb"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Grün"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blau"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violett"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grau"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Blaugrün"</string> + <string name="clock_size" msgid="5028923902364418263">"Größe"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamisch"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Die Größe der Uhr ändert sich je nach Inhalt auf dem Sperrbildschirm"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Groß"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Klein"</string> <string name="grid_title" msgid="1688173478777254123">"App-Raster"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Anwenden"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Zum Bearbeiten tippen"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"App-Raster ändern"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Hintergrundfarben"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Symbole, Texte und mehr passen farblich zum Hintergrund"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Hintergrundfarbe"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Standardfarben"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Andere Farben"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Beliebige Farbe für Symbole, Uhr und mehr auswählen"</string> <string name="color_changed" msgid="7029571720331641235">"Farbe geändert"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamisch"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Linke Taste"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Rechte Taste"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Systemfarben"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Linke Verknüpf."</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Rechte Verknüpf."</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Keine"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Prüfe Folgendes, um <xliff:g id="APPNAME">%1$s</xliff:g>` auszuwählen"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> öffnen"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Verknüpfungen"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Keine"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Benachrichtigungen"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Benachrichtigungen auf dem Sperrbildschirm einblenden"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Benachrichtigungen auf dem Sperrbildschirm ausblenden"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Weitere Optionen"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text auf dem Sperrbildschirm, Now Playing und mehr"</string> + <string name="more_colors" msgid="3191071655353004591">"Weitere Farben"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Standardfarboption"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Farboption <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-el/clock_colors.xml b/res/values-el/clock_colors.xml new file mode 100644 index 00000000..9c0394f3 --- /dev/null +++ b/res/values-el/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ΚΟΚΚΙΝΟ"</item> + <item msgid="6882970855289978213">"ΠΟΡΤΟΚΑΛΙ"</item> + <item msgid="5560732545714984533">"ΚΙΤΡΙΝΟ"</item> + <item msgid="7246284817845434226">"ΠΡΑΣΙΝΟ"</item> + <item msgid="6762906417604676001">"ΜΠΛΕ"</item> + <item msgid="8974135109557664892">"ΛΟΥΛΑΚΙ"</item> + <item msgid="786643557830463422">"ΒΙΟΛΕΤΙ"</item> + <item msgid="6835537356703747621">"ΓΚΡΙ"</item> + <item msgid="2470141365136884119">"ΓΑΛΑΖΟΠΡΑΣΙΝΟ"</item> + </string-array> +</resources> diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml index 8bf703a5..c0318bfa 100644 --- a/res/values-el/strings.xml +++ b/res/values-el/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Προσαρ. ρολόι"</string> <string name="clock_description" msgid="3563839327378948">"Επιλογή προσαρ. ρολογιού"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Αλλαγή προσαρ. ρολογιού"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Ρυθμ. ρολογιού"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Χρώμα και μέγεθος"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Χρώμα"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Κόκκινο"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Πορτοκαλί"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Κίτρινο"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Πράσινο"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Μπλε"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Λουλακί"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Βιολετί"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Γκρι"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Γαλαζοπράσινο"</string> + <string name="clock_size" msgid="5028923902364418263">"Μέγεθος"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Δυναμικό"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Το μέγεθος του ρολογιού αλλάζει ανάλογα με το περιεχόμενο της οθόνης κλειδώματος"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Μεγάλο"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Μικρό"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Αλλαγή πλέγματος εφαρμογής"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Χρώματα ταπετσαρίας"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Εικονίδια, κείμενο και χρώματα στην ταπετσαρία σας"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Χρώμα ταπετσαρίας"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Βασικά χρώματα"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Άλλα χρώματα"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Επιλέξτε χρώμα για τα εικονίδια, το ρολόι και άλλα"</string> <string name="color_changed" msgid="7029571720331641235">"Το χρώμα άλλαξε"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Δυναμική"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Κουμπί αριστερά"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Κουμπί δεξιά"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Χρώματα συστήματος"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Αριστερή συντόμ."</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Δεξιά συντόμευση"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Καμία"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Για να επιλέξετε \"<xliff:g id="APPNAME">%1$s</xliff:g>\", ελέγξτε τα εξής"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Άνοιγμα <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Συντομεύσεις"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Καμία"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Ειδοποιήσεις"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Εμφάνιση ειδοποιήσεων στην οθόνη κλειδώματος"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Απόκρυψη ειδοποιήσεων στην οθόνη κλειδώματος"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Περισσότερες επιλογές"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Κείμενο στην οθόνη κλειδώματος, λειτουργία \"Ακούγεται τώρα\" κ.ά."</string> + <string name="more_colors" msgid="3191071655353004591">"Περισσότερα χρώματα"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Επιλογή προεπιλεγμένου χρώματος"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Επιλογή χρώματος <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-en-rAU/clock_colors.xml b/res/values-en-rAU/clock_colors.xml new file mode 100644 index 00000000..31e40f55 --- /dev/null +++ b/res/values-en-rAU/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RED"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"YELLOW"</item> + <item msgid="7246284817845434226">"GREEN"</item> + <item msgid="6762906417604676001">"BLUE"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GREY"</item> + <item msgid="2470141365136884119">"TEAL"</item> + </string-array> +</resources> diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml index 7a8b69a0..e75e0a87 100644 --- a/res/values-en-rAU/strings.xml +++ b/res/values-en-rAU/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string> <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Clock settings"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Clock colour & size"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Colour"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Red"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Yellow"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Green"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blue"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grey"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Teal"</string> + <string name="clock_size" msgid="5028923902364418263">"Size"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamic"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Clock size changes according to lock screen content"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Large"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Small"</string> <string name="grid_title" msgid="1688173478777254123">"App grid"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Wallpaper colours"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icons, text and more match colours in your wallpaper"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Wallpaper colour"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basic colours"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Other colours"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Choose any colour for your icons, clock and more"</string> <string name="color_changed" msgid="7029571720331641235">"Colour changed"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Left button"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Right button"</string> + <string name="color_picker_title" msgid="6666830057938082864">"System colours"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Left shortcut"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Right shortcut"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"None"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"To select \'<xliff:g id="APPNAME">%1$s</xliff:g>\' check the following"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Open <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Shortcuts"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"None"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifications"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Show notifications on the lock screen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Hide notifications on the lock screen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"More options"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text on lock screen, Now Playing and more"</string> + <string name="more_colors" msgid="3191071655353004591">"More colours"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Default colour option"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Colour option <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml index 50258535..b63691d7 100644 --- a/res/values-en-rCA/strings.xml +++ b/res/values-en-rCA/strings.xml @@ -22,6 +22,42 @@ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string> <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string> + <!-- no translation found for clock_settings_title (2940654205471453913) --> + <skip /> + <!-- no translation found for clock_color_and_size_title (7146791234905111351) --> + <skip /> + <!-- no translation found for clock_color_and_size_description (6578061553012886817) --> + <skip /> + <!-- no translation found for clock_color (8081608867289156163) --> + <skip /> + <!-- no translation found for clock_color_red (3843504214807597810) --> + <skip /> + <!-- no translation found for clock_color_orange (4175805201144275804) --> + <skip /> + <!-- no translation found for clock_color_yellow (7391699163247349977) --> + <skip /> + <!-- no translation found for clock_color_green (1991157556500156596) --> + <skip /> + <!-- no translation found for clock_color_blue (4037792003465759149) --> + <skip /> + <!-- no translation found for clock_color_indigo (8910855386698452917) --> + <skip /> + <!-- no translation found for clock_color_violet (3454503847169375826) --> + <skip /> + <!-- no translation found for clock_color_gray (9221530636948859231) --> + <skip /> + <!-- no translation found for clock_color_teal (7499223425741344251) --> + <skip /> + <!-- no translation found for clock_size (5028923902364418263) --> + <skip /> + <!-- no translation found for clock_size_dynamic (1023930312455061642) --> + <skip /> + <!-- no translation found for clock_size_dynamic_description (2776620745774561662) --> + <skip /> + <!-- no translation found for clock_size_large (3143248715744138979) --> + <skip /> + <!-- no translation found for clock_size_small (2280449912094164133) --> + <skip /> <string name="grid_title" msgid="1688173478777254123">"App grid"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> @@ -87,13 +123,21 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Wallpaper colours"</string> + <!-- no translation found for wallpaper_color_subheader (4044464573669965670) --> + <skip /> <string name="wallpaper_color_title" msgid="5687965239180986458">"Wallpaper colour"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basic colours"</string> + <!-- no translation found for preset_color_tab_2 (1444107326712562538) --> + <skip /> + <!-- no translation found for preset_color_subheader (8230588536141279371) --> + <skip /> <string name="color_changed" msgid="7029571720331641235">"Colour changed"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamic"</string> - <!-- no translation found for keyguard_slot_name_bottom_start (6717374042663171860) --> + <!-- no translation found for color_picker_title (6666830057938082864) --> <skip /> - <!-- no translation found for keyguard_slot_name_bottom_end (7636885379738905151) --> + <!-- no translation found for keyguard_slot_name_bottom_start (8747677880200629719) --> + <skip /> + <!-- no translation found for keyguard_slot_name_bottom_end (2525487375680217083) --> <skip /> <!-- no translation found for keyguard_affordance_none (1751643933430782312) --> <skip /> @@ -113,4 +157,20 @@ <skip /> <!-- no translation found for keyguard_quick_affordance_none_selected (8494127020144112003) --> <skip /> + <!-- no translation found for notifications_section_title (4283049750376871538) --> + <skip /> + <!-- no translation found for show_notifications_on_lock_screen (4157744243084646720) --> + <skip /> + <!-- no translation found for hide_notifications_on_lock_screen (7413548956484779174) --> + <skip /> + <!-- no translation found for more_settings_section_title (8524741850115625404) --> + <skip /> + <!-- no translation found for more_settings_section_description (8787768566854880683) --> + <skip /> + <!-- no translation found for more_colors (3191071655353004591) --> + <skip /> + <!-- no translation found for content_description_default_color_option (7011899327541080695) --> + <skip /> + <!-- no translation found for content_description_color_option (4169813692012119578) --> + <skip /> </resources> diff --git a/res/values-en-rGB/clock_colors.xml b/res/values-en-rGB/clock_colors.xml new file mode 100644 index 00000000..31e40f55 --- /dev/null +++ b/res/values-en-rGB/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RED"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"YELLOW"</item> + <item msgid="7246284817845434226">"GREEN"</item> + <item msgid="6762906417604676001">"BLUE"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GREY"</item> + <item msgid="2470141365136884119">"TEAL"</item> + </string-array> +</resources> diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index 7a8b69a0..e75e0a87 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string> <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Clock settings"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Clock colour & size"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Colour"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Red"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Yellow"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Green"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blue"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grey"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Teal"</string> + <string name="clock_size" msgid="5028923902364418263">"Size"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamic"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Clock size changes according to lock screen content"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Large"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Small"</string> <string name="grid_title" msgid="1688173478777254123">"App grid"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Wallpaper colours"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icons, text and more match colours in your wallpaper"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Wallpaper colour"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basic colours"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Other colours"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Choose any colour for your icons, clock and more"</string> <string name="color_changed" msgid="7029571720331641235">"Colour changed"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Left button"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Right button"</string> + <string name="color_picker_title" msgid="6666830057938082864">"System colours"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Left shortcut"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Right shortcut"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"None"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"To select \'<xliff:g id="APPNAME">%1$s</xliff:g>\' check the following"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Open <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Shortcuts"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"None"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifications"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Show notifications on the lock screen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Hide notifications on the lock screen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"More options"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text on lock screen, Now Playing and more"</string> + <string name="more_colors" msgid="3191071655353004591">"More colours"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Default colour option"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Colour option <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-en-rIN/clock_colors.xml b/res/values-en-rIN/clock_colors.xml new file mode 100644 index 00000000..31e40f55 --- /dev/null +++ b/res/values-en-rIN/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RED"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"YELLOW"</item> + <item msgid="7246284817845434226">"GREEN"</item> + <item msgid="6762906417604676001">"BLUE"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GREY"</item> + <item msgid="2470141365136884119">"TEAL"</item> + </string-array> +</resources> diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml index 7a8b69a0..e75e0a87 100644 --- a/res/values-en-rIN/strings.xml +++ b/res/values-en-rIN/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string> <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Clock settings"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Clock colour & size"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Colour"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Red"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Yellow"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Green"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blue"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grey"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Teal"</string> + <string name="clock_size" msgid="5028923902364418263">"Size"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamic"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Clock size changes according to lock screen content"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Large"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Small"</string> <string name="grid_title" msgid="1688173478777254123">"App grid"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Wallpaper colours"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icons, text and more match colours in your wallpaper"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Wallpaper colour"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basic colours"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Other colours"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Choose any colour for your icons, clock and more"</string> <string name="color_changed" msgid="7029571720331641235">"Colour changed"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Left button"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Right button"</string> + <string name="color_picker_title" msgid="6666830057938082864">"System colours"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Left shortcut"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Right shortcut"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"None"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"To select \'<xliff:g id="APPNAME">%1$s</xliff:g>\' check the following"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Open <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Shortcuts"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"None"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifications"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Show notifications on the lock screen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Hide notifications on the lock screen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"More options"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text on lock screen, Now Playing and more"</string> + <string name="more_colors" msgid="3191071655353004591">"More colours"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Default colour option"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Colour option <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-en-rXC/clock_colors.xml b/res/values-en-rXC/clock_colors.xml new file mode 100644 index 00000000..a06793b1 --- /dev/null +++ b/res/values-en-rXC/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RED"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"YELLOW"</item> + <item msgid="7246284817845434226">"GREEN"</item> + <item msgid="6762906417604676001">"BLUE"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GRAY"</item> + <item msgid="2470141365136884119">"TEAL"</item> + </string-array> +</resources> diff --git a/res/values-en-rXC/strings.xml b/res/values-en-rXC/strings.xml index a009b896..4bbe8791 100644 --- a/res/values-en-rXC/strings.xml +++ b/res/values-en-rXC/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Custom Clock"</string> <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Clock Settings"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Clock color & size"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Color"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Red"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Yellow"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Green"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blue"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grey"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Teal"</string> + <string name="clock_size" msgid="5028923902364418263">"Size"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamic"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Clock size changes according to lock screen content"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Large"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Small"</string> <string name="grid_title" msgid="1688173478777254123">"App grid"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Change app grid"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Wallpaper colors"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icons, text, and more match colors in your wallpaper"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Wallpaper color"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basic colors"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Other colors"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Choose any color for your icons, clock, and more"</string> <string name="color_changed" msgid="7029571720331641235">"Color changed"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Left button"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Right button"</string> + <string name="color_picker_title" msgid="6666830057938082864">"System colors"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Left shortcut"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Right shortcut"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"None"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"To select `<xliff:g id="APPNAME">%1$s</xliff:g>` check the following"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Open <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Shortcuts"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"None"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifications"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Show notifications on the lock screen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Hide notifications on the lock screen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"More options"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text on lock screen, Now Playing, and more"</string> + <string name="more_colors" msgid="3191071655353004591">"More Colors"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Default color option"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Color option <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-es-rUS/clock_colors.xml b/res/values-es-rUS/clock_colors.xml new file mode 100644 index 00000000..6caf3b8d --- /dev/null +++ b/res/values-es-rUS/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROJO"</item> + <item msgid="6882970855289978213">"NARANJA"</item> + <item msgid="5560732545714984533">"AMARILLO"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"AZUL"</item> + <item msgid="8974135109557664892">"ÍNDIGO"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"GRIS"</item> + <item msgid="2470141365136884119">"VERDE AZULADO"</item> + </string-array> +</resources> diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml index 1f6daceb..8691444c 100644 --- a/res/values-es-rUS/strings.xml +++ b/res/values-es-rUS/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Reloj person."</string> <string name="clock_description" msgid="3563839327378948">"Elige un reloj"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Cambia el reloj personalizado"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Config Reloj"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Reloj: color, tamaño"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Color"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rojo"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Naranja"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Amarillo"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Azul"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Índigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gris"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Verde azulado"</string> + <string name="clock_size" msgid="5028923902364418263">"Tamaño"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinámico"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Cambios del tamaño del reloj según el contenido de la pantalla de bloqueo"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Pequeño"</string> <string name="grid_title" msgid="1688173478777254123">"Cuadr. de apps"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Presiona para editar"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambiar cuadrícula de apps"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Colores del fondo"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Combina el color de íconos, texto y más con tu fondo"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Color del fondo de pantalla"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Colores básicos"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Otros colores"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Elige un color para tus íconos, tu reloj y mucho más"</string> <string name="color_changed" msgid="7029571720331641235">"Se cambió el color"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinámico"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Botón izquierdo"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Botón derecho"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Colores del sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Atajo izquierdo"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Atajo derecho"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ninguno"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Para seleccionar \"<xliff:g id="APPNAME">%1$s</xliff:g>\", verifica lo siguiente"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Abrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Comb. de teclas"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ninguno"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificaciones"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostrar las notificaciones en la pantalla de bloqueo"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Esconder las notificaciones en la pantalla de bloqueo"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Más opciones"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texto en la pantalla de bloqueo, Está sonando y mucho más"</string> + <string name="more_colors" msgid="3191071655353004591">"Más colores"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opción de color predeterminada"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opción en color <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-es/clock_colors.xml b/res/values-es/clock_colors.xml new file mode 100644 index 00000000..b8607fb2 --- /dev/null +++ b/res/values-es/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROJO"</item> + <item msgid="6882970855289978213">"NARANJA"</item> + <item msgid="5560732545714984533">"AMARILLO"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"AZUL"</item> + <item msgid="8974135109557664892">"ÍNDIGO"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"GRIS"</item> + <item msgid="2470141365136884119">"TURQUESA"</item> + </string-array> +</resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index ad64ee2f..a5567080 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Reloj personalizado"</string> <string name="clock_description" msgid="3563839327378948">"Elige un reloj personalizado"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Cambiar reloj personalizado"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Ajustes del reloj"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Color y tamaño del reloj"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Color"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rojo"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Naranja"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Amarillo"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Azul"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Índigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gris"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Turquesa"</string> + <string name="clock_size" msgid="5028923902364418263">"Tamaño"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinámico"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"El tamaño del reloj cambia en función del contenido de la pantalla de bloqueo"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Pequeño"</string> <string name="grid_title" msgid="1688173478777254123">"Cuadrícula de apps"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca para editar"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambiar cuadrícula de aplicaciones"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Colores del fondo"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Combina el color de iconos, texto y más con el del fondo"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Color del fondo de pantalla"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Colores básicos"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Otros colores"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Elige cualquier color para los iconos, el reloj y más"</string> <string name="color_changed" msgid="7029571720331641235">"Color cambiado"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinámico"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Botón izquierdo"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Botón derecho"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Colores del sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Atajo izquierdo"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Atajo derecho"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ninguno"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Para seleccionar <xliff:g id="APPNAME">%1$s</xliff:g>, comprueba lo siguiente"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Abrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Accesos directos"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ninguno"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificaciones"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostrar notificaciones en la pantalla de bloqueo"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ocultar notificaciones en la pantalla de bloqueo"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Más opciones"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texto en pantalla de bloqueo, Está Sonando y más"</string> + <string name="more_colors" msgid="3191071655353004591">"Más colores"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opción de color predeterminada"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opción de color <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-et/clock_colors.xml b/res/values-et/clock_colors.xml new file mode 100644 index 00000000..7d73aa20 --- /dev/null +++ b/res/values-et/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"PUNANE"</item> + <item msgid="6882970855289978213">"ORANŽ"</item> + <item msgid="5560732545714984533">"KOLLANE"</item> + <item msgid="7246284817845434226">"ROHELINE"</item> + <item msgid="6762906417604676001">"SININE"</item> + <item msgid="8974135109557664892">"INDIGOSININE"</item> + <item msgid="786643557830463422">"VIOLETNE"</item> + <item msgid="6835537356703747621">"HALL"</item> + <item msgid="2470141365136884119">"SINAKASROHELINE"</item> + </string-array> +</resources> diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml index 210dbc78..4be5a22b 100644 --- a/res/values-et/strings.xml +++ b/res/values-et/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Kohandatud kell"</string> <string name="clock_description" msgid="3563839327378948">"Kohandatud kell"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Kohandatud kella muutmine"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Kella seaded"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Kella värv ja suurus"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Värv"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Punane"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranž"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Kollane"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Roheline"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Sinine"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigosinine"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violetne"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Hall"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Sinakasroheline"</string> + <string name="clock_size" msgid="5028923902364418263">"Suurus"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dünaamiline"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Kella suurus muutub olenevalt lukustuskuva sisust"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Suur"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Väike"</string> <string name="grid_title" msgid="1688173478777254123">"Rak. ruudustik"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Rakenda"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Puudutage muutmiseks"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beeta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Rakenduste ruudustiku muutmine"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Taustapildi värvid"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikoonide, teksti ja muud värvid ühtivad taustapildiga"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Taustapildi värv"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Põhivärvid"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Muud värvid"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Valige oma ikoonide, kella ja muu jaoks mis tahes värv"</string> <string name="color_changed" msgid="7029571720331641235">"Värvi muudeti"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dünaamiline"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Vasak nupp"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Parem nupp"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Süsteemi värvid"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Vasak otsetee"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Parem otsetee"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Puudub"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Rakenduse „<xliff:g id="APPNAME">%1$s</xliff:g>“ valimiseks veenduge järgmises"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Ava <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Otseteed"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Pole"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Märguanded"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Kuva märguanded lukustuskuval"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Peida märguanded lukustuskuval"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Rohkem valikuid"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst lukustuskuval, Hetkel mängimas ja muud"</string> + <string name="more_colors" msgid="3191071655353004591">"Rohkem värve"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Vaikevärvi valik"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Värvivalik <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-eu/clock_colors.xml b/res/values-eu/clock_colors.xml new file mode 100644 index 00000000..453cb8ee --- /dev/null +++ b/res/values-eu/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"GORRIA"</item> + <item msgid="6882970855289978213">"LARANJA"</item> + <item msgid="5560732545714984533">"HORIA"</item> + <item msgid="7246284817845434226">"BERDEA"</item> + <item msgid="6762906417604676001">"URDINA"</item> + <item msgid="8974135109557664892">"INDIGOA"</item> + <item msgid="786643557830463422">"BIOLETA"</item> + <item msgid="6835537356703747621">"GRISA"</item> + <item msgid="2470141365136884119">"ANILA"</item> + </string-array> +</resources> diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml index 0c36cb44..c6cd2bb8 100644 --- a/res/values-eu/strings.xml +++ b/res/values-eu/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Esfera pertsonalizatuak"</string> <string name="clock_description" msgid="3563839327378948">"Hautatu esfera pertsonalizatu bat"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Aldatu esfera pertsonalizatua"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Erlojuaren ezarpenak"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Erlojuaren kolorea eta tamaina"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Kolorea"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Gorria"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Laranja"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Horia"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Berdea"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Urdina"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigoa"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Bioleta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grisa"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Anila"</string> + <string name="clock_size" msgid="5028923902364418263">"Tamaina"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamikoa"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Erlojuaren tamaina pantaila blokeatuko edukiaren arabera aldatzen da"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Handia"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Txikia"</string> <string name="grid_title" msgid="1688173478777254123">"Aplikazioen sareta"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplikatu"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Sakatu editatzeko"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Aldatu aplikazioen sareta"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Horma-papereko koloreak"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikonoak, testua eta abar horma-papereko koloreekin bat datoz"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Horma-paperaren kolorea"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Oinarrizko koloreak"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Beste kolore batzuk"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Aukeratu edozein kolore ikonoetarako, erlojurako, etab."</string> <string name="color_changed" msgid="7029571720331641235">"Aldatu da kolorea"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamikoa"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Ezkerreko botoia"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Eskuineko botoia"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistemaren koloreak"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Ezkerreko lasterbidea"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Eskuineko lasterbidea"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Bat ere ez"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"<xliff:g id="APPNAME">%1$s</xliff:g> hautatzeko, egin hauek:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Ireki <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Lasterbideak"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g> eta <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Bat ere ez"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Jakinarazpenak"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Erakutsi jakinarazpenak pantaila blokeatuan"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ezkutatu jakinarazpenak pantaila blokeatuan"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Aukera gehiago"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Testua pantaila blokeatuan, Orain erreproduzitzen eta abar"</string> + <string name="more_colors" msgid="3191071655353004591">"Kolore gehiago"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Kolore-aukera lehenetsia"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Kolore-aukera <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-fa/clock_colors.xml b/res/values-fa/clock_colors.xml new file mode 100644 index 00000000..e890d085 --- /dev/null +++ b/res/values-fa/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"قرمز"</item> + <item msgid="6882970855289978213">"نارنجی"</item> + <item msgid="5560732545714984533">"زرد"</item> + <item msgid="7246284817845434226">"سبز"</item> + <item msgid="6762906417604676001">"آبی"</item> + <item msgid="8974135109557664892">"نیلی"</item> + <item msgid="786643557830463422">"یاسی"</item> + <item msgid="6835537356703747621">"خاکستری"</item> + <item msgid="2470141365136884119">"سبز دودی"</item> + </string-array> +</resources> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index 5f38e44d..9dae4776 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"ساعت سفارشی"</string> <string name="clock_description" msgid="3563839327378948">"انتخاب ساعت سفارشی"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"تغییر ساعت سفارشی"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"تنظیمات ساعت"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"اندازه و رنگ ساعت"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>، <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"رنگ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"قرمز"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"نارنجی"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"زرد"</string> + <string name="clock_color_green" msgid="1991157556500156596">"سبز"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"آبی"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"نیلی"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"یاسی"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"خاکستری"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"سبز دودی"</string> + <string name="clock_size" msgid="5028923902364418263">"اندازه"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"پویا"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"اندازه ساعت نسبت به محتوای صفحه قفل تغییر میکند"</string> + <string name="clock_size_large" msgid="3143248715744138979">"بزرگ"</string> + <string name="clock_size_small" msgid="2280449912094164133">"کوچک"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"بتا"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"تغییر جدول برنامه"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"رنگهای کاغذدیواری"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"نمادها، نوشتار، و موارد دیگر با رنگ کاغذدیواری هماهنگ میشود"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"رنگ کاغذدیواری"</string> <string name="preset_color_tab" msgid="3133391839341329314">"رنگهای اصلی"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"رنگهای دیگر"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"رنگ دلخواهتان را برای نمادها، ساعت، و موارد دیگر انتخاب کنید"</string> <string name="color_changed" msgid="7029571720331641235">"رنگ تغییر کرد"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"پویا"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"دکمه چپ"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"دکمه راست"</string> + <string name="color_picker_title" msgid="6666830057938082864">"رنگهای سیستم"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"میانبر چپ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"میانبر راست"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"هیچکدام"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"برای انتخاب «<xliff:g id="APPNAME">%1$s</xliff:g>»، مورد زیر را بررسی کنید"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"باز کردن <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"میانبرها"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>، <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"هیچکدام"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"اعلانها"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"نمایش اعلانها در صفحه قفل"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"پنهان کردن اعلانها در صفحه قفل"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"گزینههای بیشتر"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"نوشتار صفحه قفل، درحال پخش، و موارد دیگر"</string> + <string name="more_colors" msgid="3191071655353004591">"رنگهای بیشتر"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"گزینه رنگ پیشفرض"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"گزینه رنگ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-fi/clock_colors.xml b/res/values-fi/clock_colors.xml new file mode 100644 index 00000000..4da60ae6 --- /dev/null +++ b/res/values-fi/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"PUNAINEN"</item> + <item msgid="6882970855289978213">"ORANSSI"</item> + <item msgid="5560732545714984533">"KELTAINEN"</item> + <item msgid="7246284817845434226">"VIHREÄ"</item> + <item msgid="6762906417604676001">"SININEN"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLETTI"</item> + <item msgid="6835537356703747621">"HARMAA"</item> + <item msgid="2470141365136884119">"TURKOOSI"</item> + </string-array> +</resources> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index 2459a6f9..5c72db38 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Oma kello"</string> <string name="clock_description" msgid="3563839327378948">"Valitse kello"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Muuta omaa kelloa"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Kelloasetukset"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Kellon väri ja koko"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Väri"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Punainen"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranssi"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Keltainen"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Vihreä"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Sininen"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violetti"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Harmaa"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Turkoosi"</string> + <string name="clock_size" msgid="5028923902364418263">"Koko"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynaaminen"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Kellon koko riippuu lukitusnäytön sisällöstä"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Suuri"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Pieni"</string> <string name="grid_title" msgid="1688173478777254123">"Ruudukko"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Käytä"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Muokkaa napauttamalla"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Muuta sovellusruudukkoa"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Taustakuvan värit"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Kuvakkeet, teksti jne. taustakuvan värisiä"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Taustakuvan väri"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Perusvärit"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Muut värit"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Valitse kuvakkeille, kellolle jne. mikä tahansa väri"</string> <string name="color_changed" msgid="7029571720331641235">"Väri vaihdettu"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynaaminen"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Vasen painike"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Oikea painike"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Järjestelmän värit"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Vasen pikakuvake"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Oikea pikakuvake"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"–"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Tarkista seuraavat, jotta \"<xliff:g id="APPNAME">%1$s</xliff:g>\" on valittavissa"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Avaa <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Pikakomennot"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"–"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Ilmoitukset"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Näytä ilmoitukset lukitusnäytöllä"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Piilota lukitusnäytön ilmoitukset"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Lisäasetukset"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Lukitusnäytöllä näkyvä teksti, Musiikintunnistus ja muita"</string> + <string name="more_colors" msgid="3191071655353004591">"Lisää värejä"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Oletusväri"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Värivaihtoehto: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-fr-rCA/clock_colors.xml b/res/values-fr-rCA/clock_colors.xml new file mode 100644 index 00000000..a02729a2 --- /dev/null +++ b/res/values-fr-rCA/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROUGE"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"JAUNE"</item> + <item msgid="7246284817845434226">"VERT"</item> + <item msgid="6762906417604676001">"BLEU"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GRIS"</item> + <item msgid="2470141365136884119">"BLEU SARCELLE"</item> + </string-array> +</resources> diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml index 3483dc27..926ee359 100644 --- a/res/values-fr-rCA/strings.xml +++ b/res/values-fr-rCA/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Horloge personnalisée"</string> <string name="clock_description" msgid="3563839327378948">"Choisissez une horloge personnalisée"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifiez une horloge personnalisée"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Param. horloge"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Couleur/taille (horloge)"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Couleur"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rouge"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Jaune"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Vert"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Bleu"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gris"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Bleu sarcelle"</string> + <string name="clock_size" msgid="5028923902364418263">"Taille"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamique"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"La taille de l\'horloge varie en fonction du contenu de l\'écran de verrouillage"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Petite"</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">"Toucher pour modifier"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Bêta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Modifiez la grille d\'applications"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Couleurs fond d\'écran"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icônes, texte, etc. assortis aux couleurs du fond d\'écran"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Couleur du fond d\'écran"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Couleurs de base"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Autres couleurs"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Choisissez une couleur (pour icônes, horloge, etc.)"</string> <string name="color_changed" msgid="7029571720331641235">"Couleur changée"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamique"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Bouton gauche"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Bouton droit"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Couleurs système"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Raccourci gauche"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Raccourci droit"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Aucune"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Pour sélectionner « <xliff:g id="APPNAME">%1$s</xliff:g> » vérifiez ce qui suit"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Ouvrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Raccourcis"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Aucun"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifications"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Affichez les notifications sur l\'écran de verrouillage"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Masquez les notifications sur l\'écran de verrouillage"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Plus d\'options"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texte sur l\'écran de verrouillage, En cours de lecture, etc."</string> + <string name="more_colors" msgid="3191071655353004591">"Plus de couleurs"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Option de couleur par défaut"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Option de couleur <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-fr/clock_colors.xml b/res/values-fr/clock_colors.xml new file mode 100644 index 00000000..6daf3942 --- /dev/null +++ b/res/values-fr/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROUGE"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"JAUNE"</item> + <item msgid="7246284817845434226">"VERT"</item> + <item msgid="6762906417604676001">"BLEU"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"MAUVE"</item> + <item msgid="6835537356703747621">"GRIS"</item> + <item msgid="2470141365136884119">"TURQUOISE"</item> + </string-array> +</resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index e7925c9c..2b0aab1d 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Cadran perso."</string> <string name="clock_description" msgid="3563839327378948">"Choisir cadran"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifier un cadran personnalisé"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Paramètres Horloge"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Taille et couleur Horloge"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Couleur"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rouge"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Jaune"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Vert"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Bleu"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Mauve"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gris"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Turquoise"</string> + <string name="clock_size" msgid="5028923902364418263">"Taille"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamique"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"La taille de l\'horloge change selon le contenu de l\'écran de verrouillage"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Petite"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Bêta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Modifier la grille d\'applis"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Couleurs fond d\'écran"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icônes, texte et autres couleurs de votre fond d\'écran"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Couleur du fond d\'écran"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Couleurs de base"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Autres couleurs"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Choisissez une couleur pour vos icônes, l\'horloge, etc."</string> <string name="color_changed" msgid="7029571720331641235">"Couleur modifiée"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamique"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Bouton gauche"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Bouton droit"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Couleurs système"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Raccourci gauche"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Raccourci droit"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Aucun"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Pour sélectionner <xliff:g id="APPNAME">%1$s</xliff:g>, vérifiez ce qui suit"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Ouvrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Raccourcis"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Aucun"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifications"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Afficher les notifications sur l\'écran de verrouillage"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Masquer les notifications sur l\'écran de verrouillage"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Autres options"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texte sur l\'écran de verrouillage, fonction En écoute etc."</string> + <string name="more_colors" msgid="3191071655353004591">"Autres couleurs"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Option de couleur par défaut"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Option de couleur <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-gl/clock_colors.xml b/res/values-gl/clock_colors.xml new file mode 100644 index 00000000..5d9da178 --- /dev/null +++ b/res/values-gl/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"VERMELLO"</item> + <item msgid="6882970855289978213">"LARANXA"</item> + <item msgid="5560732545714984533">"AMARELO"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"AZUL"</item> + <item msgid="8974135109557664892">"ÍNDIGO"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"GRIS"</item> + <item msgid="2470141365136884119">"VERDE AZULADO"</item> + </string-array> +</resources> diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml index 444235db..635def8f 100644 --- a/res/values-gl/strings.xml +++ b/res/values-gl/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Reloxo person."</string> <string name="clock_description" msgid="3563839327378948">"Elixe reloxo pers."</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Cambiar reloxo personalizado"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Config. reloxo"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Tamaño/cor do reloxo"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Cor"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Vermello"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Laranxa"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Amarelo"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Azul"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Índigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gris"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Verde azulado"</string> + <string name="clock_size" msgid="5028923902364418263">"Tamaño"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinámico"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"O tamaño do reloxo cambia en función do contido da pantalla de bloqueo"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Pequeno"</string> <string name="grid_title" msgid="1688173478777254123">"Grade de apps"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca para editar"</string> @@ -72,7 +90,7 @@ <string name="use_style_button" msgid="1754493078383627019">"Usar <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="no_thanks" msgid="7286616980115687627">"Non, grazas"</string> <string name="clock_preview_content_description" msgid="5460561185905717460">"Vista previa do reloxo <xliff:g id="ID_1">%1$s</xliff:g>"</string> - <string name="something_went_wrong" msgid="529840112449799117">"Ai! Produciuse un erro."</string> + <string name="something_went_wrong" msgid="529840112449799117">"Ai, produciuse un erro."</string> <string name="theme_preview_icons_section_title" msgid="7064768910744000643">"Cores/iconas"</string> <string name="style_info_description" msgid="2612473574431003251">"Vista previa de tipo de letra, iconas, forma da aplicación e cor"</string> <string name="accessibility_custom_font_title" msgid="966867359157303705">"Tipo de letra personalizado"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambia a grade de aplicacións"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Cores do fondo"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Combina as cores das iconas, o texto e outros co fondo"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Cor do fondo de pantalla"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Cores básicas"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Outras cores"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Elixe unha cor para as iconas, o reloxo e moito máis"</string> <string name="color_changed" msgid="7029571720331641235">"Cor modificada"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinámica"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Botón esquerdo"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Botón dereito"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Cores do sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Atallo: Esquerda"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Atallo: Dereita"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ningunha"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Para seleccionar <xliff:g id="APPNAME">%1$s</xliff:g>, comproba o seguinte"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Abrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Atallos"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ningún"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificacións"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostra as notificacións na pantalla de bloqueo"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Oculta as notificacións na pantalla de bloqueo"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Máis opcións"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texto na pantalla de bloqueo, Está soando e moito máis"</string> + <string name="more_colors" msgid="3191071655353004591">"Máis cores"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opción de cor predeterminada"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opción de cor: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-gu/clock_colors.xml b/res/values-gu/clock_colors.xml new file mode 100644 index 00000000..0818083e --- /dev/null +++ b/res/values-gu/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"લાલ"</item> + <item msgid="6882970855289978213">"નારંગી"</item> + <item msgid="5560732545714984533">"પીળો"</item> + <item msgid="7246284817845434226">"લીલો"</item> + <item msgid="6762906417604676001">"વાદળી"</item> + <item msgid="8974135109557664892">"ઘેરો વાદળી રંગ"</item> + <item msgid="786643557830463422">"જાંબલી"</item> + <item msgid="6835537356703747621">"રાખોડી"</item> + <item msgid="2470141365136884119">"ટીલ"</item> + </string-array> +</resources> diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml index 38d7546c..4f6db11e 100644 --- a/res/values-gu/strings.xml +++ b/res/values-gu/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"કસ્ટમ ઘડિયાળ"</string> <string name="clock_description" msgid="3563839327378948">"કસ્ટમ ઘડિયાળ ચૂંટો"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"કસ્ટમ ઘડિયાળ બદલો"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ઘડિયાળના સેટિંગ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ઘડિયાળનો રંગ અને કદ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"રંગ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"લાલ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"નારંગી"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"પીળો"</string> + <string name="clock_color_green" msgid="1991157556500156596">"લીલો"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"વાદળી"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ઘેરો વાદળી રંગ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"જાંબલી"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"રાખોડી"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ટીલ"</string> + <string name="clock_size" msgid="5028923902364418263">"કદ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ડાઇનૅમિક"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ઘડિયાળનું કદ લૉક સ્ક્રીન પરના કન્ટેન્ટ અનુસાર બદલાય છે"</string> + <string name="clock_size_large" msgid="3143248715744138979">"મોટું"</string> + <string name="clock_size_small" msgid="2280449912094164133">"નાનું"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"બીટા"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ઍપ ગ્રિડ બદલો"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"વૉલપેપરના રંગો"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"તમારા વૉલપેપરમાં આઇકન, ટેક્સ્ટ, વગેરેના મેળ ખાતા રંગો"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"વૉલપેપરનો રંગ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"મૂળભૂત રંગો"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"અન્ય રંગો"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"તમારા આઇકન, ઘડિયાળ, વગેરે માટે કોઈપણ રંગ પસંદ કરો"</string> <string name="color_changed" msgid="7029571720331641235">"રંગ બદલ્યો છે"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ડાઇનૅમિક"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ડાબી બાજુનું બટન"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"જમણી બાજુનું બટન"</string> + <string name="color_picker_title" msgid="6666830057938082864">"સિસ્ટમના રંગ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ડાબો શૉર્ટકટ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"જમણો શૉર્ટકટ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"એકપણ નહીં"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>`ને પસંદ કરવા માટે, નીચેની બાબત ચેક કરો"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ખોલો"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"શૉર્ટકટ"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"એકપણ નહીં"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"નોટિફિકેશન"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"લૉક સ્ક્રીન પર નોટિફિકેશન બતાવો"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"લૉક સ્ક્રીન પર નોટિફિકેશન છુપાવો"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"વધુ વિકલ્પો"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"લૉક સ્ક્રીન પરની ટેક્સ્ટ, હમણાં વાગી રહ્યું છે અને બીજું ઘણું"</string> + <string name="more_colors" msgid="3191071655353004591">"વધુ રંગો"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ડિફૉલ્ટ રંગનો વિકલ્પ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"રંગનો વિકલ્પ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-hi/clock_colors.xml b/res/values-hi/clock_colors.xml new file mode 100644 index 00000000..e613f330 --- /dev/null +++ b/res/values-hi/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"लाल"</item> + <item msgid="6882970855289978213">"नारंगी"</item> + <item msgid="5560732545714984533">"पीला"</item> + <item msgid="7246284817845434226">"हरा"</item> + <item msgid="6762906417604676001">"नीला"</item> + <item msgid="8974135109557664892">"इंडिगो"</item> + <item msgid="786643557830463422">"बैंगनी"</item> + <item msgid="6835537356703747621">"स्लेटी"</item> + <item msgid="2470141365136884119">"टील"</item> + </string-array> +</resources> diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml index 5f680985..67cb1e5f 100644 --- a/res/values-hi/strings.xml +++ b/res/values-hi/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"घड़ी का आइकॉन"</string> <string name="clock_description" msgid="3563839327378948">"घड़ी आइकॉन चुनें"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"पसंद के मुताबिक घड़ी का आइकॉन बदलें"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"घड़ी की सेटिंग"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"घड़ी का रंग और साइज़"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"रंग"</string> + <string name="clock_color_red" msgid="3843504214807597810">"लाल"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"नारंगी"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"पीला"</string> + <string name="clock_color_green" msgid="1991157556500156596">"हरा"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"नीला"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"इंडिगो"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"बैंगनी"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"स्लेटी"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"टील"</string> + <string name="clock_size" msgid="5028923902364418263">"साइज़"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"डाइनैमिक"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"लॉक स्क्रीन के कॉन्टेंट के हिसाब से घड़ी का साइज़ बदलता है"</string> + <string name="clock_size_large" msgid="3143248715744138979">"बड़ा"</string> + <string name="clock_size_small" msgid="2280449912094164133">"छोटा करें"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"बीटा"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ऐप्लिकेशन ग्रिड बदलें"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"वॉलपेपर के रंग"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"वॉलपेपर में आइकॉन, टेक्स्ट वगैरह के मिलते-जुलते रंग"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"वॉलपेपर का रंग"</string> <string name="preset_color_tab" msgid="3133391839341329314">"सामान्य रंग"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"दूसरे रंग"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"डिवाइस के आइकॉन, घड़ी वगैरह का रंग चुनें"</string> <string name="color_changed" msgid="7029571720331641235">"रंग बदल दिया गया है"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"डाइनैमिक"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"बायां बटन"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"दायां बटन"</string> + <string name="color_picker_title" msgid="6666830057938082864">"सिस्टम आइटम के रंग"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"बायां शॉर्टकट"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"दायां शॉर्टकट"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"कोई नहीं"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` को चुनने के लिए, दिए गए निर्देशों का पालन करें"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> खोलें"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"शॉर्टकट"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"कोई नहीं"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"सूचनाएं"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"लॉक स्क्रीन पर सूचनाएं दिखाएं"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"लॉक स्क्रीन पर सूचनाएं छिपाएं"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ज़्यादा विकल्प"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"लॉक स्क्रीन पर टेक्स्ट जोड़ना, \'अभी चल रहा है\' सुविधा वगैरह"</string> + <string name="more_colors" msgid="3191071655353004591">"ज़्यादा कलर"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"रंग का डिफ़ॉल्ट विकल्प"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"रंग का विकल्प <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-hr/clock_colors.xml b/res/values-hr/clock_colors.xml new file mode 100644 index 00000000..de6b7516 --- /dev/null +++ b/res/values-hr/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"CRVENA"</item> + <item msgid="6882970855289978213">"NARANČASTA"</item> + <item msgid="5560732545714984533">"ŽUTA"</item> + <item msgid="7246284817845434226">"ZELENA"</item> + <item msgid="6762906417604676001">"PLAVA"</item> + <item msgid="8974135109557664892">"MODROLJUBIČASTA"</item> + <item msgid="786643557830463422">"LJUBIČASTA"</item> + <item msgid="6835537356703747621">"SIVA"</item> + <item msgid="2470141365136884119">"TIRKIZNOPLAVA"</item> + </string-array> +</resources> diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml index 88d0f50f..71bfb6e1 100644 --- a/res/values-hr/strings.xml +++ b/res/values-hr/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Prilagođeni sat"</string> <string name="clock_description" msgid="3563839327378948">"Odaberite prilagođeni sat"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Promijenite prilagođeni sat"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Postavke sata"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Boja i veličina sata"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Boja"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Crvena"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Narančasta"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Žuta"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zelena"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Plava"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Modroljubičasta"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Ljubičasta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Siva"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Tirkiznoplava"</string> + <string name="clock_size" msgid="5028923902364418263">"Veličina"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamičan"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Veličina sata mijenja se u skladu sa sadržajem zaključanog zaslona"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Velik"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Malo"</string> <string name="grid_title" msgid="1688173478777254123">"Rešetka aplik."</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Primijeni"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da biste uredili"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Promjena rešetke aplikacije"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Boje pozadine"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikone, tekst i više toga odgovaraju bojama na pozadini"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Boja pozadine"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Osnovne boje"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Ostale boje"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Odaberite bilo koju boju za svoje ikone, sat i više"</string> <string name="color_changed" msgid="7029571720331641235">"Promijenjena boja"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamično"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Lijevi gumb"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Desni gumb"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Boje sustava"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Lijevi prečac"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Desni prečac"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ništa"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Da biste odabrali <xliff:g id="APPNAME">%1$s</xliff:g>, označite sljedeće"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Otvori <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Prečaci"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ništa"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Obavijesti"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Prikaz obavijesti na zaključanom zaslonu"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Skrivanje obavijesti na zaključanom zaslonu"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Više opcija"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst na zaključanom zaslonu, Upravo svira i još mnogo toga"</string> + <string name="more_colors" msgid="3191071655353004591">"Više boja"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Zadana opcija boje"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opcija boje <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-hu/clock_colors.xml b/res/values-hu/clock_colors.xml new file mode 100644 index 00000000..cc869be0 --- /dev/null +++ b/res/values-hu/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"PIROS"</item> + <item msgid="6882970855289978213">"NARANCSSÁRGA"</item> + <item msgid="5560732545714984533">"SÁRGA"</item> + <item msgid="7246284817845434226">"ZÖLD"</item> + <item msgid="6762906417604676001">"KÉK"</item> + <item msgid="8974135109557664892">"INDIGÓKÉK"</item> + <item msgid="786643557830463422">"IBOLYAKÉK"</item> + <item msgid="6835537356703747621">"SZÜRKE"</item> + <item msgid="2470141365136884119">"PÁVAKÉK"</item> + </string-array> +</resources> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 6f520308..55607b87 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Egyedi óra"</string> <string name="clock_description" msgid="3563839327378948">"Egyedi óra választása"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Egyedi óra módosítása"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Óra beállításai"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Óra színe & mérete"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Szín"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Piros"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Narancssárga"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Sárga"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zöld"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Kék"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigókék"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Ibolyakék"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Szürke"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Pávakék"</string> + <string name="clock_size" msgid="5028923902364418263">"Méret"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamikus"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Az óra mérete a lezárási képernyő tartalmától függően változik."</string> + <string name="clock_size_large" msgid="3143248715744138979">"Nagy"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Kicsi"</string> <string name="grid_title" msgid="1688173478777254123">"Alkalmazásrács"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Alkalmaz"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Koppintson a szerkesztéshez"</string> @@ -87,12 +105,16 @@ <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> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Háttérképszínek"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"A háttérképpel egyező színű ikonok, szövegek és egyebek"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Háttérkép színe"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Alapszínek"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"További színek"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Válasszon színt az órához, ikonokhoz és egyebekhez"</string> <string name="color_changed" msgid="7029571720331641235">"Szín módosítva"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamikus"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Balra gomb"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Jobbra gomb"</string> + <string name="color_picker_title" msgid="6666830057938082864">"A rendszer színei"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Bal parancsikon"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Jobb parancsikon"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Nincs"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"A(z) „<xliff:g id="APPNAME">%1$s</xliff:g>” kiválasztásához el kell végeznie a következőket"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"A(z) <xliff:g id="APPNAME">%1$s</xliff:g> megnyitása"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Gyorsparancsok"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Nincs"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Értesítések"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Értesítések megjelenítése a lezárási képernyőn"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Értesítések elrejtése a lezárási képernyőn"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"További beállítások"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Szöveg a lezárási képernyőn, Now Playing és egyebek"</string> + <string name="more_colors" msgid="3191071655353004591">"További színek"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Alapértelmezettként beállított szín"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Választható szín: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-hy/clock_colors.xml b/res/values-hy/clock_colors.xml new file mode 100644 index 00000000..15366a7e --- /dev/null +++ b/res/values-hy/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ԿԱՐՄԻՐ"</item> + <item msgid="6882970855289978213">"ՆԱՐՆՋԱԳՈՒՅՆ"</item> + <item msgid="5560732545714984533">"ԴԵՂԻՆ"</item> + <item msgid="7246284817845434226">"ԿԱՆԱՉ"</item> + <item msgid="6762906417604676001">"ԿԱՊՈՒՅՏ"</item> + <item msgid="8974135109557664892">"ԻՆԴԻԳՈ"</item> + <item msgid="786643557830463422">"ՄԱՆՈՒՇԱԿԱԳՈՒՅՆ"</item> + <item msgid="6835537356703747621">"ՄՈԽՐԱԳՈՒՅՆ"</item> + <item msgid="2470141365136884119">"ՓԻՐՈՒԶԱԳՈՒՅՆ"</item> + </string-array> +</resources> diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml index d8e3da47..0523dff2 100644 --- a/res/values-hy/strings.xml +++ b/res/values-hy/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Հատուկ թվատախտակ"</string> <string name="clock_description" msgid="3563839327378948">"Ընտրեք թվատախտակ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Փոխեք հատուկ թվատախտակը"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Կարգավորումներ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Գույնը և չափսը"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Գույն"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Կարմիր"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Նարնջագույն"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Դեղին"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Կանաչ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Կապույտ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Ինդիգո"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Մանուշակագույն"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Մոխրագույն"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Փիրուզագույն"</string> + <string name="clock_size" msgid="5028923902364418263">"Չափս"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Դինամիկ"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Ժամացույցի չափսը փոխվում է կողպէկրանի բովանդակությանը համապատասխան"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Մեծ"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Փոքր"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Բետա"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Փոխել հավելվածների ցանցը"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Պաստառի գույներ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Պատկերակները և տեքստը ընտրված են ըստ պաստառի գույների"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Պաստառի գույն"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Հիմնական գույներ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Այլ գույներ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Նշեք գույն պատկերակների, ժամացույցի և այլ տարրերի համար"</string> <string name="color_changed" msgid="7029571720331641235">"Գույնը փոխվեց"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Դինամիկ"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"«Ձախ» կոճակ"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"«Աջ» կոճակ"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Համակարգի գույներ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Ձախ դյուրանցում"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Աջ դյուրանցում"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ոչ մեկը"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"«<xliff:g id="APPNAME">%1$s</xliff:g>» հավելվածն ընտրելու համար կատարեք հետևյալը"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Բացել <xliff:g id="APPNAME">%1$s</xliff:g> հավելվածը"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Դյուրանցումներ"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ընտրված չէ"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Ծանուցումներ"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Ցուցադրել ծանուցումները կողպէկրանին"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Թաքցնել ծանուցումները կողպէկրանին"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Այլ ընտրանքներ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Տեքստ կողպէկրանին, Այժմ հնչում է և այլ գործառույթներ"</string> + <string name="more_colors" msgid="3191071655353004591">"Այլ գույներ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Գույնի կանխադրված տարբերակ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Գույնի տարբերակ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-in/clock_colors.xml b/res/values-in/clock_colors.xml new file mode 100644 index 00000000..f3b46936 --- /dev/null +++ b/res/values-in/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"MERAH"</item> + <item msgid="6882970855289978213">"ORANYE"</item> + <item msgid="5560732545714984533">"KUNING"</item> + <item msgid="7246284817845434226">"HIJAU"</item> + <item msgid="6762906417604676001">"BIRU"</item> + <item msgid="8974135109557664892">"NILA"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"ABU-ABU"</item> + <item msgid="2470141365136884119">"HIJAU KEBIRUAN"</item> + </string-array> +</resources> diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml index 27bd7259..1a499207 100644 --- a/res/values-in/strings.xml +++ b/res/values-in/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Jam Kustom"</string> <string name="clock_description" msgid="3563839327378948">"Pilih jam kustom"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Ubah jam kustom"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Setelan Jam"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Warna & ukuran jam"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Warna"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Merah"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranye"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Kuning"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Hijau"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Biru"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Nila"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Abu-abu"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Hijau Kebiruan"</string> + <string name="clock_size" msgid="5028923902364418263">"Ukuran"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamis"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Ukuran jam berubah sesuai dengan konten layar kunci"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Besar"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Kecil"</string> <string name="grid_title" msgid="1688173478777254123">"Petak aplikasi"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Terapkan"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ketuk untuk mengedit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ubah petak aplikasi"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Warna wallpaper"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Warna ikon, teks, dan yang cocok lainnya di wallpaper"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Warna wallpaper"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Warna dasar"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Warna lainnya"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Pilih warna apa pun untuk ikon, jam, dan lainnya"</string> <string name="color_changed" msgid="7029571720331641235">"Warna diubah"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamis"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Tombol kiri"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Tombol kanan"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Warna sistem"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Pintasan kiri"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Pintasan kanan"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Tidak ada"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Untuk memilih `<xliff:g id="APPNAME">%1$s</xliff:g>`, periksa hal berikut"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Buka <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Pintasan"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Tidak ada"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifikasi"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Tampilkan notifikasi di layar kunci"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Sembunyikan notifikasi di layar kunci"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Opsi lainnya"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Teks di layar kunci, Now Playing, dan lainnya"</string> + <string name="more_colors" msgid="3191071655353004591">"Warna Lainnya"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opsi warna default"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opsi warna <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-is/clock_colors.xml b/res/values-is/clock_colors.xml new file mode 100644 index 00000000..c7f0a595 --- /dev/null +++ b/res/values-is/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RAUÐUR"</item> + <item msgid="6882970855289978213">"APPELSÍNUGULUR"</item> + <item msgid="5560732545714984533">"GULUR"</item> + <item msgid="7246284817845434226">"GRÆNN"</item> + <item msgid="6762906417604676001">"BLÁR"</item> + <item msgid="8974135109557664892">"DIMMFJÓLUBLÁR"</item> + <item msgid="786643557830463422">"FJÓLUBLÁR"</item> + <item msgid="6835537356703747621">"GRÁR"</item> + <item msgid="2470141365136884119">"GRÆNBLÁR"</item> + </string-array> +</resources> diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml index c0dd2033..1c6c9515 100644 --- a/res/values-is/strings.xml +++ b/res/values-is/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Sérsniðin klukka"</string> <string name="clock_description" msgid="3563839327378948">"Veldu sérsniðna klukku"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Breyta sérsniðinni klukku"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Klukkustillingar"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Klukkustærð og litur"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Litur"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rauður"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Appelsínugulur"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Gulur"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Grænn"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"BLÁR"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Dimmfjólublár"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Fjólublár"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grár"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Grænblár"</string> + <string name="clock_size" msgid="5028923902364418263">"Stærð"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Breytilegt"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Stærð klukku breytist í samræmi við efni á lásskjá"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Stór"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Lítil"</string> <string name="grid_title" msgid="1688173478777254123">"Forritatafla"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Nota"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ýttu til að breyta"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Breyta forritatöflu"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Veggfóðurslitir"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Tákn, texti og fleira passar við liti veggfóðursins"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Veggfóðurslitur"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Grunnlitir"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Aðrir litir"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Veldu hvaða lit sem er fyrir tákn, klukku og fleira"</string> <string name="color_changed" msgid="7029571720331641235">"Lit breytt"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Breytilegt"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Vinstri hnappur"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Hægri hnappur"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Kerfislitir"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Vinstri flýtilykill"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Hægri flýtilykill"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ekkert"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Til að velja „<xliff:g id="APPNAME">%1$s</xliff:g>“ skaltu athuga eftirfarandi"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Opna <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Flýtileiðir"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ekkert"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Tilkynningar"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Sýna tilkynningar á lásskjánum"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Fela tilkynningar á lásskjánum"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Fleiri valkostir"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texti á lásskjá, „Í spilun“ og fleira"</string> + <string name="more_colors" msgid="3191071655353004591">"Fleiri litir"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Sjálfgefinn litavalkostur"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Litavalkostur <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-it/clock_colors.xml b/res/values-it/clock_colors.xml new file mode 100644 index 00000000..6e9505cf --- /dev/null +++ b/res/values-it/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROSSO"</item> + <item msgid="6882970855289978213">"ARANCIONE"</item> + <item msgid="5560732545714984533">"GIALLO"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"BLU"</item> + <item msgid="8974135109557664892">"INDACO"</item> + <item msgid="786643557830463422">"VIOLA"</item> + <item msgid="6835537356703747621">"GRIGIO"</item> + <item msgid="2470141365136884119">"VERDE ACQUA"</item> + </string-array> +</resources> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 0403b12f..ec156b62 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Orologio personalizzato"</string> <string name="clock_description" msgid="3563839327378948">"Scegli un orologio personalizzato"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifica un orologio personalizzato"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Impos. Orologio"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Colore/dim. orologio"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Colore"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rosso"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Arancione"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Giallo"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blu"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indaco"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Viola"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grigio"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Verde acqua"</string> + <string name="clock_size" msgid="5028923902364418263">"Dimensioni"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamiche"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Le dimensioni dell\'orologio cambiano in base ai contenuti della schermata di blocco"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grandi"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Piccolo"</string> <string name="grid_title" msgid="1688173478777254123">"Griglia di app"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Applica"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tocca per modificare"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Cambia griglia di app"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Colori di sfondo"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icone, testo e altro si adattano ai colori dello sfondo"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Colore dello sfondo"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Colori di base"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Altri colori"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Scegli un colore per le tue icone, l\'orologio e altro"</string> <string name="color_changed" msgid="7029571720331641235">"Colore modificato"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamica"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Puls. sinistro"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Puls. destro"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Colori di sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Scorciatoia sinistra"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Scorciatoia destra"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Nessuno"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Per poter selezionare \"<xliff:g id="APPNAME">%1$s</xliff:g>\", devi controllare quanto segue:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Apri <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Scorciatoie"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Nessun elemento"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notifiche"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostra le notifiche sulla schermata di blocco"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Nascondi le notifiche sulla schermata di blocco"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Altre opzioni"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Testo su schermata di blocco, Now Playing e altro ancora"</string> + <string name="more_colors" msgid="3191071655353004591">"Altri colori"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opzione colore predefinita"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opzione colore <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-iw/clock_colors.xml b/res/values-iw/clock_colors.xml new file mode 100644 index 00000000..36c8783e --- /dev/null +++ b/res/values-iw/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"אדום"</item> + <item msgid="6882970855289978213">"כתום"</item> + <item msgid="5560732545714984533">"צהוב"</item> + <item msgid="7246284817845434226">"ירוק"</item> + <item msgid="6762906417604676001">"כחול"</item> + <item msgid="8974135109557664892">"אינדיגו"</item> + <item msgid="786643557830463422">"סגול"</item> + <item msgid="6835537356703747621">"אפור"</item> + <item msgid="2470141365136884119">"כחול-ירקרק"</item> + </string-array> +</resources> diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml index 6cc8e615..4367c320 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"שעון מותאם אישית"</string> <string name="clock_description" msgid="3563839327378948">"בחירת שעון מותאם אישית"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"שינוי שעון מותאם אישית"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"הגדרות השעון"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"הצבע והגודל של השעון"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"צבע"</string> + <string name="clock_color_red" msgid="3843504214807597810">"אדום"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"כתום"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"צהוב"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ירוק"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"כחול"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"אינדיגו"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"סגול"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"אפור"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"כחול-ירקרק"</string> + <string name="clock_size" msgid="5028923902364418263">"גודל"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"דינמי"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"גודל השעון משתנה בהתאם לתוכן במסך הנעילה"</string> + <string name="clock_size_large" msgid="3143248715744138979">"גדול"</string> + <string name="clock_size_small" msgid="2280449912094164133">"קטן"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"בטא"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"שינוי רשת האפליקציות"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"צבעי הטפט"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"הצבע של הסמלים, הטקסטים ורכיבים נוספים יתאים לצבעי הטפט"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"צבע הטפט"</string> <string name="preset_color_tab" msgid="3133391839341329314">"הצבעים הבסיסיים"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"צבעים אחרים"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"בוחרים כל צבע שרוצים לסמלים, לשעון ועוד"</string> <string name="color_changed" msgid="7029571720331641235">"הצבע השתנה"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"דינמי"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"הלחצן השמאלי"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"הלחצן הימני"</string> + <string name="color_picker_title" msgid="6666830057938082864">"צבעי המערכת"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"קיצור דרך מימין"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"קיצור דרך משמאל"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ללא"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"כדי לבחור באפליקציה <xliff:g id="APPNAME">%1$s</xliff:g> צריך לסמן את האפשרויות הבאות"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"פתיחת <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"קיצורי דרך"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ללא"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"התראות"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"הצגת ההתראות במסך הנעילה"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"הסתרת ההתראות במסך הנעילה"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"אפשרויות נוספות"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"טקסט שמופיע במסך הנעילה, \'מה שומעים עכשיו?\' ועוד"</string> + <string name="more_colors" msgid="3191071655353004591">"צבעים נוספים"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"אפשרות הצבע שמוגדרת כברירת מחדל"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"אפשרות צבע <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ja/clock_colors.xml b/res/values-ja/clock_colors.xml new file mode 100644 index 00000000..3bdde56d --- /dev/null +++ b/res/values-ja/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"赤"</item> + <item msgid="6882970855289978213">"オレンジ"</item> + <item msgid="5560732545714984533">"黄"</item> + <item msgid="7246284817845434226">"緑"</item> + <item msgid="6762906417604676001">"青"</item> + <item msgid="8974135109557664892">"インディゴ"</item> + <item msgid="786643557830463422">"バイオレット"</item> + <item msgid="6835537356703747621">"グレー"</item> + <item msgid="2470141365136884119">"ティール"</item> + </string-array> +</resources> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 6ddd7ae2..33864104 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"カスタム文字盤"</string> <string name="clock_description" msgid="3563839327378948">"文字盤の選択"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"文字盤の変更"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"時計の設定"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"時計の色とサイズ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>、<xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"色"</string> + <string name="clock_color_red" msgid="3843504214807597810">"赤"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"オレンジ"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"黄"</string> + <string name="clock_color_green" msgid="1991157556500156596">"緑"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"青"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"インディゴ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"バイオレット"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"グレー"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ティール"</string> + <string name="clock_size" msgid="5028923902364418263">"サイズ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"動的"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"時計のサイズはロック画面の内容に応じて変わります"</string> + <string name="clock_size_large" msgid="3143248715744138979">"大"</string> + <string name="clock_size_small" msgid="2280449912094164133">"小"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ベータ版"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"アプリグリッドを変更します"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"壁紙の色"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"壁紙の色に合うアイコン、テキストなど"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"壁紙の色"</string> <string name="preset_color_tab" msgid="3133391839341329314">"基本の色"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"その他の色"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"アイコン、時計などの色を選択できます"</string> <string name="color_changed" msgid="7029571720331641235">"色を変更しました"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"動的"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"左ボタン"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"右ボタン"</string> + <string name="color_picker_title" msgid="6666830057938082864">"システムカラー"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"左ショートカット"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"右ショートカット"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"なし"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"「<xliff:g id="APPNAME">%1$s</xliff:g>」を選択するには、以下を確認します"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> を開きます。"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ショートカット"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>、<xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"なし"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"通知"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"ロック画面に通知を表示します"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ロック画面では通知を非表示にします"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"その他のオプション"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ロック画面のテキスト、「この曲なに?」など"</string> + <string name="more_colors" msgid="3191071655353004591">"他の色"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"デフォルトのカラー オプション"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"カラー オプション <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ka/clock_colors.xml b/res/values-ka/clock_colors.xml new file mode 100644 index 00000000..dd13e102 --- /dev/null +++ b/res/values-ka/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"წითელი"</item> + <item msgid="6882970855289978213">"ნარინჯისფერი"</item> + <item msgid="5560732545714984533">"ყვითელი"</item> + <item msgid="7246284817845434226">"მწვანე"</item> + <item msgid="6762906417604676001">"ლურჯი"</item> + <item msgid="8974135109557664892">"მუქი ლურჯი"</item> + <item msgid="786643557830463422">"იისფერი"</item> + <item msgid="6835537356703747621">"რუხი"</item> + <item msgid="2470141365136884119">"ზურმუხტისფერი"</item> + </string-array> +</resources> diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml index 892779f3..77cc3e26 100644 --- a/res/values-ka/strings.xml +++ b/res/values-ka/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"მორგებული საათი"</string> <string name="clock_description" msgid="3563839327378948">"აირჩიეთ მორგებული საათი"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"შეცვალეთ მორგებული საათი"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"საათის პარამეტრები"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"საათის ფერი & amp; ზომა"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ფერი"</string> + <string name="clock_color_red" msgid="3843504214807597810">"წითელი"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ნარინჯისფერი"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"ყვითელი"</string> + <string name="clock_color_green" msgid="1991157556500156596">"მწვანე"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ლურჯი"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"მუქი ლურჯი"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"იისფერი"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ნაცრისფერი"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ზურმუხტისფერი"</string> + <string name="clock_size" msgid="5028923902364418263">"ზომა"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"დინამიკური"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"საათის ზომა იცვლება დაბლოკილი ეკრანის შინაარსის მიხედვით"</string> + <string name="clock_size_large" msgid="3143248715744138979">"დიდი"</string> + <string name="clock_size_small" msgid="2280449912094164133">"პატარა"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ბეტა"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"აპების ბადის შეცვლა"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ფონის ფერები"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ხატულები, ტექსტი და სხვა ემთხვევა ფერებს თქვენს ფონზე"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ფონის ფერი"</string> <string name="preset_color_tab" msgid="3133391839341329314">"ძირითადი ფერები"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"სხვა ფერები"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"აირჩიეთ ნებისმიერი ფერი თქვენი ხატულებისთვის, საათისთვის და სხვა"</string> <string name="color_changed" msgid="7029571720331641235">"ფერი შეიცვალა"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"დინამიკური"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"მარცხენა ღილაკი"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"მარჯვენა ღილაკი"</string> + <string name="color_picker_title" msgid="6666830057938082864">"სისტემის ფერები"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"მარცხენა მალსახმობი"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"მარჯვენა მალსახმობი"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"არცერთი"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"„<xliff:g id="APPNAME">%1$s</xliff:g>“-ის ასარჩევად შეამოწმეთ შემდეგი"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g>-ის გახსნა"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"მალსახმობები"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"არცერთი"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"შეტყობინებები"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"შეტყობინებების ჩვენება ჩაკეტილ ეკრანზე"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"შეტყობინებების დამალვა ჩაკეტილ ეკრანზე"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"სხვა ვარიანტები"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ტექსტი ჩაკეტილ ეკრანზე, ახლა უკრავს და სხვა"</string> + <string name="more_colors" msgid="3191071655353004591">"მეტი ფერი"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ფერის ნაგულისხმევი ვარიანტი"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ფერის ვარიანტი <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-kk/clock_colors.xml b/res/values-kk/clock_colors.xml new file mode 100644 index 00000000..b8abce4d --- /dev/null +++ b/res/values-kk/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ҚЫЗЫЛ"</item> + <item msgid="6882970855289978213">"ҚЫЗҒЫЛТ САРЫ"</item> + <item msgid="5560732545714984533">"САРЫ"</item> + <item msgid="7246284817845434226">"ЖАСЫЛ"</item> + <item msgid="6762906417604676001">"КӨК"</item> + <item msgid="8974135109557664892">"ИНДИГО"</item> + <item msgid="786643557830463422">"КҮЛГІН"</item> + <item msgid="6835537356703747621">"СҰР"</item> + <item msgid="2470141365136884119">"КӨКШІЛ ЖАСЫЛ"</item> + </string-array> +</resources> diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml index 7e851521..bc5178e6 100644 --- a/res/values-kk/strings.xml +++ b/res/values-kk/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Арнаулы сағат"</string> <string name="clock_description" msgid="3563839327378948">"Арнаулы сағатты таңдау"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Арнаулы сағатты өзгерту"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Сағат параметрі"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Сағат түсі, көлемі"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Түс"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Қызыл"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Қызғылт сары"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Сары"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Жасыл"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Көк"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Индиго"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Күлгін"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Сұр"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Көкшіл жасыл"</string> + <string name="clock_size" msgid="5028923902364418263">"Көлем"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамикалық"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Сағат көлемі құлып экранындағы контентке сай өзгереді."</string> + <string name="clock_size_large" msgid="3143248715744138979">"Үлкен"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Кішi"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Қолданбалар торын өзгерту"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Тұсқағаз түстері"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Белгіше, мәтін және тұсқағаздағы басқа да сәйкес түстер"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Тұсқағаз түсі"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Негізгі түстер"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Басқа түстер"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Белгіше, сағат және т.б. үшін кез келген түс таңдаңыз."</string> <string name="color_changed" msgid="7029571720331641235">"Түс өзгертілді."</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамикалық"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Сол жақ түйме"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Оң жақ түйме"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Жүйе түстері"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Сол жақ таңбаша"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Оң жақ таңбаша"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Жоқ"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"\"<xliff:g id="APPNAME">%1$s</xliff:g>\" қолданбасын таңдау үшін мынаны орындаңыз:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> қолданбасын ашу"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Жылдам пәрмендер"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ешқандай"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Хабарландырулар"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Құлып экранында хабарландыруларды көрсету"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Құлып экранында хабарландыруларды жасыру"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Қосымша опциялар"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Құлыптаулы экранда мәтіндік хабар жазу, Now Playing және т.б."</string> + <string name="more_colors" msgid="3191071655353004591">"Қосымша түстер"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Әдепкі түс опциясы"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> түс опциясы"</string> </resources> diff --git a/res/values-km/clock_colors.xml b/res/values-km/clock_colors.xml new file mode 100644 index 00000000..25bc6046 --- /dev/null +++ b/res/values-km/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ក្រហម"</item> + <item msgid="6882970855289978213">"ទឹកក្រូច"</item> + <item msgid="5560732545714984533">"លឿង"</item> + <item msgid="7246284817845434226">"បៃតង"</item> + <item msgid="6762906417604676001">"ខៀវ"</item> + <item msgid="8974135109557664892">"ទឹកប៊ិក"</item> + <item msgid="786643557830463422">"ត្របែកព្រៃ"</item> + <item msgid="6835537356703747621">"ប្រផេះ"</item> + <item msgid="2470141365136884119">"បៃតងចាស់"</item> + </string-array> +</resources> diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml index 7c6d39b2..da1d9ecc 100644 --- a/res/values-km/strings.xml +++ b/res/values-km/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"នាឡិកាផ្ទាល់ខ្លួន"</string> <string name="clock_description" msgid="3563839327378948">"ជ្រើសរើសនាឡិកាផ្ទាល់ខ្លួន"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ប្ដូរនាឡិកាផ្ទាល់ខ្លួន"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ការកំណត់នាឡិកា"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ពណ៌ និងទំហំនាឡិកា"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ពណ៌"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ក្រហម"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ទឹកក្រូច"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"លឿង"</string> + <string name="clock_color_green" msgid="1991157556500156596">"បៃតង"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ខៀវ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ទឹកប៊ិក"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ត្របែកព្រៃ"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ប្រផេះ"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"បៃតងចាស់"</string> + <string name="clock_size" msgid="5028923902364418263">"ទំហំ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ឌីណាមិក"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ទំហំនាឡិកាផ្លាស់ប្ដូរទៅតាមខ្លឹមសារលើអេក្រង់ចាក់សោ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ធំ"</string> + <string name="clock_size_small" msgid="2280449912094164133">"តូច"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"បេតា"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ប្ដូរក្រឡាកម្មវិធី"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ពណ៌ផ្ទាំងរូបភាព"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"រូបតំណាង អក្សរ និងពណ៌ដែលត្រូវគ្នាជាច្រើនទៀតក្នុងផ្ទាំងរូបភាពរបស់អ្នក"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ពណ៌ផ្ទាំងរូបភាព"</string> - <string name="preset_color_tab" msgid="3133391839341329314">"ពណ៌លំនាំដើម"</string> + <string name="preset_color_tab" msgid="3133391839341329314">"ពណ៌គោល"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ពណ៌ផ្សេងទៀត"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ជ្រើសរើសពណ៌ណាមួយសម្រាប់រូបតំណាង នាឡិកា និងអ្វីៗជាច្រើនទៀតរបស់អ្នក"</string> <string name="color_changed" msgid="7029571720331641235">"បានផ្លាស់ប្ដូរពណ៌"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ឌីណាមិក"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ប៊ូតុងឆ្វេង"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ប៊ូតុងស្ដាំ"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ពណ៌ប្រព័ន្ធ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ផ្លូវកាត់ខាងឆ្វេង"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ផ្លូវកាត់ខាងស្តាំ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"គ្មាន"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"ដើម្បីជ្រើសរើស `<xliff:g id="APPNAME">%1$s</xliff:g>` សូមពិនិត្យមើលខាងក្រោម"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"បើក <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ផ្លូវកាត់"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"គ្មាន"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"ការជូនដំណឹង"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"បង្ហាញការជូនដំណឹងនៅលើអេក្រង់ចាក់សោ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"លាក់ការជូនដំណឹងនៅលើអេក្រង់ចាក់សោ"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ជម្រើសច្រើនទៀត"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"អក្សរនៅលើអេក្រង់ចាក់សោ, Now Playing និងអ្វីៗជាច្រើនទៀត"</string> + <string name="more_colors" msgid="3191071655353004591">"ពណ៌ច្រើនទៀត"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ជម្រើសពណ៌លំនាំដើម"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ជម្រើសពណ៌ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-kn/clock_colors.xml b/res/values-kn/clock_colors.xml new file mode 100644 index 00000000..775db7fd --- /dev/null +++ b/res/values-kn/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ಕೆಂಪು"</item> + <item msgid="6882970855289978213">"ಕಿತ್ತಳೆ"</item> + <item msgid="5560732545714984533">"ಹಳದಿ"</item> + <item msgid="7246284817845434226">"ಹಸಿರು"</item> + <item msgid="6762906417604676001">"ನೀಲಿ"</item> + <item msgid="8974135109557664892">"ಇಂಡಿಗೊ"</item> + <item msgid="786643557830463422">"ನೇರಳೆ"</item> + <item msgid="6835537356703747621">"ಬೂದು"</item> + <item msgid="2470141365136884119">"ಟೀಲ್"</item> + </string-array> +</resources> diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml index c5ddca10..3473853c 100644 --- a/res/values-kn/strings.xml +++ b/res/values-kn/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"ಕಸ್ಟಮ್ ಗಡಿಯಾರ"</string> <string name="clock_description" msgid="3563839327378948">"ಕಸ್ಟಮ್ ವಾಚ್ ಪಿಕ್"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ಕಸ್ಟಮ್ ಗಡಿಯಾರ ಬದಲಿಸಿ"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ಗಡಿಯಾರ ಸೆಟ್ಟಿಂಗ್ಗಳು"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ಗಡಿಯಾರದ ಬಣ್ಣ, ಗಾತ್ರ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ಬಣ್ಣ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ಕೆಂಪು"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ಕಿತ್ತಳೆ"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"ಹಳದಿ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ಹಸಿರು"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ನೀಲಿ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ಇಂಡಿಗೊ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ನೇರಳೆ"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ಬೂದು"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ಟೀಲ್"</string> + <string name="clock_size" msgid="5028923902364418263">"ಗಾತ್ರ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ಡೈನಾಮಿಕ್"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ಲಾಕ್ ಸ್ಕ್ರೀನ್ನಲ್ಲಿರುವ ವಿಷಯಕ್ಕೆ ಅನುಗುಣವಾಗಿ ಗಡಿಯಾರದ ಗಾತ್ರ ಬದಲಾಗುತ್ತದೆ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ದೊಡ್ಡದು"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ಚಿಕ್ಕದು"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ಬೀಟಾ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ಆ್ಯಪ್ ಗ್ರಿಡ್ ಬದಲಾಯಿಸಿ"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ವಾಲ್ಪೇಪರ್ ಬಣ್ಣಗಳು"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ನಿಮ್ಮ ವಾಲ್ಪೇಪರ್ನಲ್ಲಿ ಐಕಾನ್ಗಳು, ಪಠ್ಯ ಮತ್ತು ಇನ್ನಷ್ಟುಹೊಂದಾಣಿಕೆಯ ಬಣ್ಣಗಳು"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ವಾಲ್ಪೇಪರ್ ಬಣ್ಣ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"ಮೂಲ ಬಣ್ಣಗಳು"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ಇತರ ಬಣ್ಣಗಳು"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ನಿಮ್ಮ ಐಕಾನ್ಗಳು, ಗಡಿಯಾರ ಮತ್ತು ಹೆಚ್ಚಿನವುಗಳಿಗಾಗಿ ಯಾವುದೇ ಬಣ್ಣವನ್ನು ಆರಿಸಿ"</string> <string name="color_changed" msgid="7029571720331641235">"ಬಣ್ಣ ಬದಲಾಗಿದೆ"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ಡೈನಾಮಿಕ್"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ಎಡಗಡೆಯ ಬಟನ್"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ಬಲಗಡೆಯ ಬಟನ್"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ಸಿಸ್ಟಂ ಬಣ್ಣಗಳು"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ಎಡ ಶಾರ್ಟ್ಕಟ್"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ಬಲ ಶಾರ್ಟ್ಕಟ್"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ಯಾವುದೂ ಅಲ್ಲ"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` ಅನ್ನು ಆಯ್ಕೆಮಾಡಲು ಈ ಕೆಳಗಿನವುಗಳನ್ನು ಗುರುತು ಮಾಡಿ"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ಅನ್ನು ತೆರೆಯಿರಿ"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ಶಾರ್ಟ್ಕಟ್ಗಳು"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ಯಾವುದೂ ಅಲ್ಲ"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"ಅಧಿಸೂಚನೆಗಳು"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"ಲಾಕ್ ಸ್ಕ್ರೀನ್ನಲ್ಲಿ ಅಧಿಸೂಚನೆಗಳನ್ನು ತೋರಿಸಿ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ಲಾಕ್ ಸ್ಕ್ರೀನ್ನಲ್ಲಿ ಅಧಿಸೂಚನೆಗಳನ್ನು ಮರೆಮಾಡಿ"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ಲಾಕ್ ಸ್ಕ್ರೀನ್ನಲ್ಲಿನ ಪಠ್ಯ, Now Playing ಮತ್ತು ಇನ್ನಷ್ಟು"</string> + <string name="more_colors" msgid="3191071655353004591">"ಇನ್ನಷ್ಟು ಬಣ್ಣಗಳು"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ಡೀಫಾಲ್ಟ್ ಬಣ್ಣದ ಆಯ್ಕೆ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ಬಣ್ಣದ ಆಯ್ಕೆ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ko/clock_colors.xml b/res/values-ko/clock_colors.xml new file mode 100644 index 00000000..2b596c89 --- /dev/null +++ b/res/values-ko/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"빨간색"</item> + <item msgid="6882970855289978213">"주황색"</item> + <item msgid="5560732545714984533">"노란색"</item> + <item msgid="7246284817845434226">"초록색"</item> + <item msgid="6762906417604676001">"파란색"</item> + <item msgid="8974135109557664892">"인디고"</item> + <item msgid="786643557830463422">"보라색"</item> + <item msgid="6835537356703747621">"회색"</item> + <item msgid="2470141365136884119">"청록색"</item> + </string-array> +</resources> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index d154cbfa..09cfb148 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"맞춤 시계"</string> <string name="clock_description" msgid="3563839327378948">"맞춤 시계 선택"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"맞춤 시계 변경"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"시계 설정"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"시계 색상 및 크기"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"색상"</string> + <string name="clock_color_red" msgid="3843504214807597810">"빨간색"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"주황색"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"노란색"</string> + <string name="clock_color_green" msgid="1991157556500156596">"초록색"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"파란색"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"인디고"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"보라색"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"회색"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"청록색"</string> + <string name="clock_size" msgid="5028923902364418263">"크기"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"동적"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"시계 크기가 잠금 화면 콘텐츠에 따라 변경됩니다."</string> + <string name="clock_size_large" msgid="3143248715744138979">"크게"</string> + <string name="clock_size_small" msgid="2280449912094164133">"작게"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"베타"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"앱 그리드 변경"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"배경화면 색상"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"아이콘, 텍스트 등의 색상이 배경화면과 일치합니다"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"배경화면 색상"</string> <string name="preset_color_tab" msgid="3133391839341329314">"기본 색상"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"기타 색상"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"아이콘, 시계 등을 위한 색상을 선택하세요"</string> <string name="color_changed" msgid="7029571720331641235">"색상 변경됨"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"동적"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"왼쪽 버튼"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"오른쪽 버튼"</string> + <string name="color_picker_title" msgid="6666830057938082864">"시스템 색상"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"왼쪽 바로가기"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"오른쪽 바로가기"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"없음"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` 앱을 선택하려면 다음을 선택하세요"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> 열기"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"단축키"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"없음"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"알림"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"잠금 화면에 알림 표시"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"잠금 화면에서 알림 숨기기"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"옵션 더보기"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"잠금 화면에 표시되는 텍스트, Now Playing, 등"</string> + <string name="more_colors" msgid="3191071655353004591">"색상 더보기"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"기본 색상 옵션"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> 색상 옵션"</string> </resources> diff --git a/res/values-ky/clock_colors.xml b/res/values-ky/clock_colors.xml new file mode 100644 index 00000000..06d711cf --- /dev/null +++ b/res/values-ky/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"КЫЗЫЛ"</item> + <item msgid="6882970855289978213">"КЫЗГЫЛТ САРЫ"</item> + <item msgid="5560732545714984533">"САРЫ"</item> + <item msgid="7246284817845434226">"ЖАШЫЛ"</item> + <item msgid="6762906417604676001">"КӨК"</item> + <item msgid="8974135109557664892">"ИНДИГО"</item> + <item msgid="786643557830463422">"КЫЗГЫЛТ КӨК"</item> + <item msgid="6835537356703747621">"БОЗ"</item> + <item msgid="2470141365136884119">"КӨГҮШ ЖАШЫЛ"</item> + </string-array> +</resources> diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml index 5dcfa462..2e865688 100644 --- a/res/values-ky/strings.xml +++ b/res/values-ky/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Жеке саат"</string> <string name="clock_description" msgid="3563839327378948">"Жеке саатты тандоо"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Жеке саатты өзгөртүү"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Сааттын параметрлери"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Сааттын түсү, өлчөмү"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Түс"</string> + <string name="clock_color_red" msgid="3843504214807597810">"КЫЗЫЛ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"КЫЗГЫЛТ САРЫ"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"САРЫ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ЖАШЫЛ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"КӨК"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ИНДИГО"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"КЫЗГЫЛТ КӨК"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"БОЗ"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"КӨГҮШ ЖАШЫЛ"</string> + <string name="clock_size" msgid="5028923902364418263">"Өлчөмү"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамикалык"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Сааттын өлчөмү кулпуланган экрандагы нерселерге ылайык өзгөрөт"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Чоң"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Кичине"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Колдонмонун торчосун өзгөртүү"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Тушкагаздын түстөрү"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Тушкагаз түсүнө жараша сүрөтчөлөр, текст же башкалар"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Тушкагаздын түсү"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Негизги түстөр"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Башка түстөр"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Сүрөтчөлөрүңүз, саатыңыз же башка нерселер үчүн каалаган түстү тандаңыз"</string> <string name="color_changed" msgid="7029571720331641235">"Түс өзгөртүлдү"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамикалык"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Сол баскыч"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Оң баскыч"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Тутумдун түстөрү"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Сол ыкчам баскыч"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Оң ыкчам баскыч"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Жок"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"\"<xliff:g id="APPNAME">%1$s</xliff:g>\" колдонмосун тандоо үчүн төмөнкүлөрдү аткарыңыз:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ачуу"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Ыкчам баскычтар"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Жок"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Билдирмелер"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Билдирмелерди кулпуланган экранда көрсөтүү"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Билдирмелерди кулпуланган экранда жашыруу"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Башка параметрлер"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Кулпу экранындагы текст, \"Эмне ойноп жатат?\" жана башка нерселер"</string> + <string name="more_colors" msgid="3191071655353004591">"Дагы түстөр"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Демейки түс варианты"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> түс варианты"</string> </resources> diff --git a/res/values-lo/clock_colors.xml b/res/values-lo/clock_colors.xml new file mode 100644 index 00000000..857c2b07 --- /dev/null +++ b/res/values-lo/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ສີແດງ"</item> + <item msgid="6882970855289978213">"ສີສົ້ມ"</item> + <item msgid="5560732545714984533">"ສີເຫຼືອງ"</item> + <item msgid="7246284817845434226">"ສີຂຽວ"</item> + <item msgid="6762906417604676001">"ສີຟ້າ"</item> + <item msgid="8974135109557664892">"ສີຄາມ"</item> + <item msgid="786643557830463422">"ສີມ່ວງ"</item> + <item msgid="6835537356703747621">"ສີເທົາ"</item> + <item msgid="2470141365136884119">"ສີຟ້າອົມຂຽວ"</item> + </string-array> +</resources> diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml index 63235c91..730232da 100644 --- a/res/values-lo/strings.xml +++ b/res/values-lo/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"ໂມງທີ່ກຳນົດເອງ"</string> <string name="clock_description" msgid="3563839327378948">"ເລືອກໂມງກຳນົດເອງ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ປ່ຽນໂມງກຳນົດເອງ"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ການຕັ້ງຄ່າໂມງ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ສີ ແລະ ຂະໜາດໂມງ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ສີ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ສີແດງ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ສີສົ້ມ"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"ສີເຫຼືອງ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ສີຂຽວ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ສີຟ້າ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ສີຄາມ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ສີມ່ວງ"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ສີເທົາ"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ສີຟ້າອົມຂຽວ"</string> + <string name="clock_size" msgid="5028923902364418263">"ຂະໜາດ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ໄດນາມິກ"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ຂະໜາດຂອງໂມງປ່ຽນຕາມເນື້ອຫາໃນໜ້າຈໍລັອກ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ໃຫຍ່"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ນ້ອຍ"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ເບຕ້າ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ປ່ຽນຕາຕະລາງແອັບ"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ສີຮູບພື້ນຫຼັງ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ໄອຄອນ, ຂໍ້ຄວາມ ແລະ ອື່ນໆຈະມີສີທີ່ເຂົ້າກັບຮູບພື້ນຫຼັງຂອງທ່ານ"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ສີຮູບພື້ນຫຼັງ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"ສີພື້ນຖານ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ສີອື່ນໆ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ເລືອກສີໃດກໍໄດ້ໃຫ້ກັບໄອຄອນ, ໂມງ ແລະ ສິ່ງອື່ນໆຂອງທ່ານ"</string> <string name="color_changed" msgid="7029571720331641235">"ປ່ຽນສີແລ້ວ"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ໄດນາມິກ"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ປຸ່ມຊ້າຍ"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ປຸ່ມຂວາ"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ສີຂອງລະບົບ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ທາງລັດຊ້າຍ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ທາງລັດຂວາ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ບໍ່ມີ"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"ເພື່ອເລືອກ `<xliff:g id="APPNAME">%1$s</xliff:g>` ກະລຸນາກວດສອບສິ່ງຕໍ່ໄປນີ້"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"ເປີດ <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ທາງລັດ"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ບໍ່ມີ"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"ການແຈ້ງເຕືອນ"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"ສະແດງການແຈ້ງເຕືອນຢູ່ໜ້າຈໍລັອກ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ເຊື່ອງການແຈ້ງເຕືອນຢູ່ໜ້າຈໍລັອກ"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ຕົວເລືອກເພີ່ມເຕີມ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ຂໍ້ຄວາມຢູ່ໜ້າຈໍລັອກ, Now Playing ແລະ ອື່ນໆ"</string> + <string name="more_colors" msgid="3191071655353004591">"ສີເພີ່ມເຕີມ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ຕົວເລືອກສີຄ່າເລີ່ມຕົ້ນ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ຕົວເລືອກສີ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-lt/clock_colors.xml b/res/values-lt/clock_colors.xml new file mode 100644 index 00000000..4e30d756 --- /dev/null +++ b/res/values-lt/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RAUDONA"</item> + <item msgid="6882970855289978213">"ORANŽINĖ"</item> + <item msgid="5560732545714984533">"GELTONA"</item> + <item msgid="7246284817845434226">"ŽALIA"</item> + <item msgid="6762906417604676001">"MĖLYNA"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLETINĖ"</item> + <item msgid="6835537356703747621">"PILKA"</item> + <item msgid="2470141365136884119">"ŽALSVAI MĖLYNA"</item> + </string-array> +</resources> diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index 5722acd4..3a5c8647 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Tink. laikrodis"</string> <string name="clock_description" msgid="3563839327378948">"Pasir. tink. laikr."</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Keiskite tinkintą laikrodį"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Laikr. nustat."</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Laikr. spalva ir dydis"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Spalva"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Raudona"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranžinė"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Geltona"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Žalia"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Mėlyna"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violetinė"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Pilka"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Žalsvai mėlyna"</string> + <string name="clock_size" msgid="5028923902364418263">"Dydis"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinaminis"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Laikrodžio dydis keičiamas pagal užrakinimo ekrano turinį"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Didelis"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Mažas"</string> <string name="grid_title" msgid="1688173478777254123">"Pr. tinklelis"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Taikyti"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Palieskite ir redaguokite"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Programų tinklelio keitimas"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Ekrano fono spalvos"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ekrano foną atitinkančios pikt., teksto ir kt. spalvos"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Ekrano fono spalva"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Pagrindinės spalvos"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Kitos spalvos"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Pasirinkite bet kurią pikt., laikrodžio ir kt. spalvą"</string> <string name="color_changed" msgid="7029571720331641235">"Spalva pakeista"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinaminės"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Mygtukas kairėn"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Mygtukas dešinėn"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistemos spalvos"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Spart. kl. kair."</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Spart. kl. deš."</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Nėra"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Jei norite pasirinkti „<xliff:g id="APPNAME">%1$s</xliff:g>“, patikrinkite toliau nurodytus dalykus."</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Atidaryti „<xliff:g id="APPNAME">%1$s</xliff:g>“"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Šaukiniai"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Nėra"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Pranešimai"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Rodyti pranešimus užrakinimo ekrane"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Slėpti pranešimus užrakinimo ekrane"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Daugiau parinkčių"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekstas užrakinimo ekrane, „Dabar leidžiama“ ir kt."</string> + <string name="more_colors" msgid="3191071655353004591">"Daugiau spalvų"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Numatytoji spalvos parinktis"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Spalvos parinktis: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-lv/clock_colors.xml b/res/values-lv/clock_colors.xml new file mode 100644 index 00000000..0983836d --- /dev/null +++ b/res/values-lv/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"SARKANA"</item> + <item msgid="6882970855289978213">"ORANŽA"</item> + <item msgid="5560732545714984533">"DZELTENA"</item> + <item msgid="7246284817845434226">"ZAĻA"</item> + <item msgid="6762906417604676001">"ZILA"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"PELĒKA"</item> + <item msgid="2470141365136884119">"ZILGANZAĻA"</item> + </string-array> +</resources> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index b30a8503..eb414808 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Pielāgots ekrāns"</string> <string name="clock_description" msgid="3563839327378948">"Pielāgota ekrāna izvēle"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Mainiet pielāgotu pulksteņa ekrānu."</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Pulksteņa iestatījumi"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Pulksteņa krāsa/lielums"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Krāsa"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Sarkana"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranža"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Dzeltena"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zaļa"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Zila"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Pelēka"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Zilganzaļa"</string> + <string name="clock_size" msgid="5028923902364418263">"Lielums"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamisks"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Pulksteņa lielums mainās atkarībā no bloķēšanas ekrāna satura."</string> + <string name="clock_size_large" msgid="3143248715744138979">"Liels"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Mazs"</string> <string name="grid_title" msgid="1688173478777254123">"Lietotņu režģis"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Lietot"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Pieskarieties, lai rediģētu"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Mainīt lietotņu režģi"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Fona tapetes krāsas"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Saskaņotas ikonu, teksta u.c. krāsas jūsu fona tapetē"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Fona tapetes krāsa"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Pamatkrāsas"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Citas krāsas"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Izvēlieties jebkādu krāsu savām ikonām, pulkstenim utt."</string> <string name="color_changed" msgid="7029571720331641235">"Krāsa mainīta"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamiska"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Kreisā poga"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Labā poga"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistēmas krāsas"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Saīsne pa kreisi"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Saīsne pa labi"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Nav"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Lai atlasītu lietotni <xliff:g id="APPNAME">%1$s</xliff:g>, pārbaudiet tālāk minēto"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Atvērt lietotni <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Saīsnes"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Nav"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Paziņojumi"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Rādīt paziņojumus bloķēšanas ekrānā"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Paslēpt paziņojumus bloķēšanas ekrānā"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Citas opcijas"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Teksts bloķēšanas ekrānā, funkcija “Tagad atskaņo” u.c."</string> + <string name="more_colors" msgid="3191071655353004591">"Citas krāsas"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Noklusējuma krāsas opcija"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g>. krāsas opcija"</string> </resources> diff --git a/res/values-mk/clock_colors.xml b/res/values-mk/clock_colors.xml new file mode 100644 index 00000000..e89597ca --- /dev/null +++ b/res/values-mk/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ЦРВЕНА"</item> + <item msgid="6882970855289978213">"ПОРТОКАЛОВА"</item> + <item msgid="5560732545714984533">"ЖОЛТА"</item> + <item msgid="7246284817845434226">"ЗЕЛЕНА"</item> + <item msgid="6762906417604676001">"СИНА"</item> + <item msgid="8974135109557664892">"ИНДИГО"</item> + <item msgid="786643557830463422">"ВИОЛЕТОВА"</item> + <item msgid="6835537356703747621">"СИВА"</item> + <item msgid="2470141365136884119">"СИНО-ЗЕЛЕНА"</item> + </string-array> +</resources> diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml index ffac0f40..564bde5c 100644 --- a/res/values-mk/strings.xml +++ b/res/values-mk/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Приспособен часовник"</string> <string name="clock_description" msgid="3563839327378948">"Изберете приспособен часовник"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Променете го приспособениот часовник"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Поставки"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Боја и големина"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Боја"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Црвена"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Портокалова"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Жолта"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Зелена"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Сина"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Индиго"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Виолетова"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Сива"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Сино-зелена"</string> + <string name="clock_size" msgid="5028923902364418263">"Димензија"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамичнa"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Големината на часовникот се променува според содржините на заклучен екран"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Голема"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Мал"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Променете ја мрежата на апликации"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Бои од тапетот"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Икони, текст и повеќе совпаѓачки бои на тапетот"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Боја на тапет"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Основни бои"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Други бои"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Изберете боја по желба за вашите икони, часовник и друго"</string> <string name="color_changed" msgid="7029571720331641235">"Бојата е променета"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамично"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Лево копче"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Десно копче"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Системски бои"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Лева кратенка"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Десна кратенка"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Нема"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"За да изберете „<xliff:g id="APPNAME">%1$s</xliff:g>“, проверете го следново"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Отворете ја <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Кратенки"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Нема"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Известувања"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Прикажувај известувања на заклучен екран"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Сокривај известувања на заклучен екран"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Повеќе опции"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Текст на заклучен екран, Now Playing и друго"</string> + <string name="more_colors" msgid="3191071655353004591">"Повеќе бои"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Стандардна опција за боја"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Опција за <xliff:g id="ID_1">%1$d</xliff:g> боја"</string> </resources> diff --git a/res/values-ml/clock_colors.xml b/res/values-ml/clock_colors.xml new file mode 100644 index 00000000..b194aed8 --- /dev/null +++ b/res/values-ml/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ചുവപ്പ്"</item> + <item msgid="6882970855289978213">"ഓറഞ്ച്"</item> + <item msgid="5560732545714984533">"മഞ്ഞ"</item> + <item msgid="7246284817845434226">"പച്ച"</item> + <item msgid="6762906417604676001">"നീല"</item> + <item msgid="8974135109557664892">"ഇൻഡിഗോ"</item> + <item msgid="786643557830463422">"വയലറ്റ്"</item> + <item msgid="6835537356703747621">"ചാരനിറം"</item> + <item msgid="2470141365136884119">"ടീൽ"</item> + </string-array> +</resources> diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml index 60e44044..ed7d45c1 100644 --- a/res/values-ml/strings.xml +++ b/res/values-ml/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"കസ്റ്റം ക്ലോക്ക്"</string> <string name="clock_description" msgid="3563839327378948">"കസ്റ്റം ക്ലോക്ക് തിരഞ്ഞെടുക്കൂ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ഇഷ്ടാനുസൃത ക്ലോക്ക് മാറ്റൂ"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ക്ലോക്ക് സെറ്റിംഗ്"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ക്ലോക്കിന്റെ നിറം, വലുപ്പം"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"നിറം"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ചുവപ്പ്"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ഓറഞ്ച്"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"മഞ്ഞ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"പച്ച"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"നീല"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ഇൻഡിഗോ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"വയലറ്റ്"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ചാരനിറം"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ടീൽ"</string> + <string name="clock_size" msgid="5028923902364418263">"വലുപ്പം"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ഡൈനാമിക്"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ലോക്ക് സ്ക്രീൻ ഉള്ളടക്കത്തിനനുസരിച്ച് ക്ലോക്കിന്റെ വലുപ്പം മാറുന്നു"</string> + <string name="clock_size_large" msgid="3143248715744138979">"വലുത്"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ചെറുത്"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ബീറ്റ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ആപ്പ് ഗ്രിഡ് മാറ്റുക"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"വാൾപേപ്പർ നിറങ്ങൾ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"വാൾപേപ്പർ നിറത്തിനിണങ്ങുന്ന ഐക്കണും ടെക്സ്റ്റും മറ്റും"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"വാൾപേപ്പറിനിന്റെ നിറം"</string> <string name="preset_color_tab" msgid="3133391839341329314">"അടിസ്ഥാന നിറങ്ങൾ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"മറ്റ് നിറങ്ങൾ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ഐക്കൺ, ക്ലോക്ക് എന്നിവയ്ക്കും മറ്റും നിറം തിരഞ്ഞെടുക്കൂ"</string> <string name="color_changed" msgid="7029571720331641235">"നിറം മാറ്റി"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ഡൈനാമിക്"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ഇടതുവശത്തെ ബട്ടൺ"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"വലതുവശത്തെ ബട്ടൺ"</string> + <string name="color_picker_title" msgid="6666830057938082864">"സിസ്റ്റം നിറങ്ങൾ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ഇടത് കുറുക്കുവഴി"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"വലത് കുറുക്കുവഴി"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ഒന്നുമില്ല"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` തിരഞ്ഞെടുക്കാൻ, ഇനിപ്പറയുന്നവ പരിശോധിക്കുക"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> തുറക്കുക"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"കുറുക്കുവഴികൾ"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ഒന്നുമില്ല"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"അറിയിപ്പുകൾ"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"ലോക്ക് സ്ക്രീനിൽ അറിയിപ്പുകൾ കാണിക്കുക"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ലോക്ക് സ്ക്രീനിൽ അറിയിപ്പുകൾ മറയ്ക്കുക"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"കൂടുതൽ ഓപ്ഷനുകൾ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ലോക്ക് സ്ക്രീനിൽ ടെക്സ്റ്റിംഗ്, \'ഇപ്പോൾ കേൾക്കുന്നത്\' തുടങ്ങിയവ"</string> + <string name="more_colors" msgid="3191071655353004591">"കൂടുതൽ നിറങ്ങൾ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ഡിഫോൾട്ട് വർണ്ണ ഓപ്ഷൻ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"വർണ്ണ ഓപ്ഷൻ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-mn/clock_colors.xml b/res/values-mn/clock_colors.xml new file mode 100644 index 00000000..d059fc09 --- /dev/null +++ b/res/values-mn/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"УЛААН"</item> + <item msgid="6882970855289978213">"УЛБАР ШАР"</item> + <item msgid="5560732545714984533">"ШАР"</item> + <item msgid="7246284817845434226">"НОГООН"</item> + <item msgid="6762906417604676001">"ЦЭНХЭР"</item> + <item msgid="8974135109557664892">"ХӨХӨВТӨР НИЛ ЯГААН"</item> + <item msgid="786643557830463422">"ХӨХ ЯГААН"</item> + <item msgid="6835537356703747621">"СААРАЛ"</item> + <item msgid="2470141365136884119">"УСАН ЦЭНХЭР"</item> + </string-array> +</resources> diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml index 29c7341d..1420274f 100644 --- a/res/values-mn/strings.xml +++ b/res/values-mn/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Захиалгат цаг"</string> <string name="clock_description" msgid="3563839327378948">"Захиалгат цаг сонгох"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Захиалгат цагийг өөрчлөх"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Цагны тохиргоо"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Цагны өнгө, хэмжээ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Өнгө"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Улаан"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Улбар шар"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Шар"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Ногоон"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Цэнхэр"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Хөх нил ягаан"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Хөх ягаан"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Саарал"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Усан цэнхэр"</string> + <string name="clock_size" msgid="5028923902364418263">"Хэмжээ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамик"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Цагны хэмжээ нь түгжигдсэн дэлгэцийн контентоос хамаарч өөрчлөгддөг"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Том"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Жижиг"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Аппын хүснэгтийг өөрчлөх"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Дэлгэцийн зургийн өнгө"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Таны дэлгэцийн зургийн дүрс тэмдэг, текст, бусад таарсан өнгө"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Дэлгэцийн зургийн өнгө"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Суурь өнгөнүүд"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Бусад өнгө"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Дүрс тэмдэг, цаг болон бусад зүйлдээ дурын өнгө сонго"</string> <string name="color_changed" msgid="7029571720331641235">"Өнгийг өөрчилсөн"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамик"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Зүүн товчлуур"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Баруун товчлуур"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Системийн өнгөнүүд"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Зүүн товчлол"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Баруун товчлол"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Байхгүй"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>`-г сонгохын тулд дараахыг шалгана уу"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g>-г нээх"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Товчлол"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Байхгүй"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Мэдэгдэл"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Түгжигдсэн дэлгэц дээр мэдэгдлийг харуулах"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Түгжигдсэн дэлгэц дээрх мэдэгдлүүдийг нуух"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Бусад сонголт"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Түгжигдсэн дэлгэцийн текст, Now Playing болон бусад"</string> + <string name="more_colors" msgid="3191071655353004591">"Бусад өнгө"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Өгөгдмөл өнгөний сонголт"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Өнгөний сонголт <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-mr/clock_colors.xml b/res/values-mr/clock_colors.xml new file mode 100644 index 00000000..a37bf2a2 --- /dev/null +++ b/res/values-mr/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"लाल"</item> + <item msgid="6882970855289978213">"नारिंगी"</item> + <item msgid="5560732545714984533">"पिवळा"</item> + <item msgid="7246284817845434226">"हिरवा"</item> + <item msgid="6762906417604676001">"निळा"</item> + <item msgid="8974135109557664892">"गडद निळा"</item> + <item msgid="786643557830463422">"जांभळा"</item> + <item msgid="6835537356703747621">"राखाडी"</item> + <item msgid="2470141365136884119">"हिरवट निळा"</item> + </string-array> +</resources> diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml index 298bcbc1..a0ff2fff 100644 --- a/res/values-mr/strings.xml +++ b/res/values-mr/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"कस्टम क्लॉक"</string> <string name="clock_description" msgid="3563839327378948">"कस्टम क्लॉक निवडा"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"कस्टम क्लॉक बदला"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"क्लॉक सेटिंग्ज"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Clock चा रंग व आकार"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"रंग"</string> + <string name="clock_color_red" msgid="3843504214807597810">"लाल"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"नारिंगी"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"पिवळा"</string> + <string name="clock_color_green" msgid="1991157556500156596">"हिरवा"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"निळा"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"गडद निळा"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"जांभळा"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"राखाडी"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"हिरवट निळा"</string> + <string name="clock_size" msgid="5028923902364418263">"आकार"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"डायनॅमिक"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"लॉक स्क्रीनवरील आशयानुसार घड्याळाचा आकार बदलेल"</string> + <string name="clock_size_large" msgid="3143248715744138979">"मोठा"</string> + <string name="clock_size_small" msgid="2280449912094164133">"छोटे"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"बीटा"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"अॅप ग्रिड बदला"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"वॉलपेपरचे रंग"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"वॉलपेपरमधील आयकन, मजकूर व आणखी गोष्टींचे जुळणारे रंग"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"वॉलपेपरचा रंग"</string> <string name="preset_color_tab" msgid="3133391839341329314">"डीफॉल्ट रंग"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"इतर रंग"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"तुमचे आयकन, घड्याळ आणि आणखी बऱ्याच गोष्टींचा रंग निवडा"</string> <string name="color_changed" msgid="7029571720331641235">"रंग बदलला आहे"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"सतत बदलणारे"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"डावीकडील बटण"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"उजवीकडील बटण"</string> + <string name="color_picker_title" msgid="6666830057938082864">"सिस्टीमचे रंग"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"डावा शॉर्टकट"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"उजवा शॉर्टकट"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"काहीही नाही"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` निवडण्यासाठी पुढील गोष्टी तपासा"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> उघडा"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"शॉर्टकट"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"काहीही नाही"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"सूचना"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"लॉक स्क्रीनवर सूचना दाखवा"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"लॉक स्क्रीनवर सूचना लपवा"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"अधिक पर्याय"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"लॉक स्क्रीन, Now Playing आणि आणखी बरेच काही यासंबंधित मजकूर"</string> + <string name="more_colors" msgid="3191071655353004591">"आणखी रंग"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"रंगाचा डीफॉल्ट पर्याय"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> रंगाचा पर्याय"</string> </resources> diff --git a/res/values-ms/clock_colors.xml b/res/values-ms/clock_colors.xml new file mode 100644 index 00000000..fb065847 --- /dev/null +++ b/res/values-ms/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"MERAH"</item> + <item msgid="6882970855289978213">"JINGGA"</item> + <item msgid="5560732545714984533">"KUNING"</item> + <item msgid="7246284817845434226">"HIJAU"</item> + <item msgid="6762906417604676001">"BIRU"</item> + <item msgid="8974135109557664892">"BIRU NILA"</item> + <item msgid="786643557830463422">"LEMBAYUNG"</item> + <item msgid="6835537356703747621">"KELABU"</item> + <item msgid="2470141365136884119">"HIJAU KEBIRUAN"</item> + </string-array> +</resources> diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml index 96c5bc88..18423137 100644 --- a/res/values-ms/strings.xml +++ b/res/values-ms/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Jam Tersuai"</string> <string name="clock_description" msgid="3563839327378948">"Pilih jam tersuai"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Tukar jam tersuai"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Tetapan Jam"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Warna & saiz jam"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Warna"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Merah"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Jingga"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Kuning"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Hijau"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Biru"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Biru nila"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Lembayung"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Kelabu"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Hijau kebiruan"</string> + <string name="clock_size" msgid="5028923902364418263">"Saiz"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamik"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Saiz jam berubah mengikut kandungan skrin kunci"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Besar"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Kecil"</string> <string name="grid_title" msgid="1688173478777254123">"Grid apl"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Gunakan"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ketik untuk edit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Tukar grid apl"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Warna kertas dinding"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikon, teks dan pelbagai padanan warna pada hiasan latar"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Warna kertas dinding"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Warna asas"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Warna lain"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Pilih sebarang warna untuk ikon, jam dan pelbagai lagi"</string> <string name="color_changed" msgid="7029571720331641235">"Warna ditukar"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamik"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Butang kiri"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Butang kanan"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Warna sistem"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Pintasan kiri"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Pintasan kanan"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Tiada"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Untuk memilih `<xliff:g id="APPNAME">%1$s</xliff:g>` semak perkara berikut"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Buka <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Pintasan"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Tiada"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Pemberitahuan"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Tunjukkan pemberitahuan pada skrin kunci"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Sembunyikan pemberitahuan pada skrin kunci"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Lagi pilihan"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Teks pada skrin kunci, Now Playing dan pelbagai lagi"</string> + <string name="more_colors" msgid="3191071655353004591">"Lagi Warna"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Pilihan warna lalai"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Pilihan warna <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-my/clock_colors.xml b/res/values-my/clock_colors.xml new file mode 100644 index 00000000..121056be --- /dev/null +++ b/res/values-my/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"အနီရောင်"</item> + <item msgid="6882970855289978213">"လိမ္မော်ရောင်"</item> + <item msgid="5560732545714984533">"အဝါရောင်"</item> + <item msgid="7246284817845434226">"အစိမ်းရောင်"</item> + <item msgid="6762906417604676001">"အပြာရောင်"</item> + <item msgid="8974135109557664892">"မဲနယ်ရောင်"</item> + <item msgid="786643557830463422">"ခရမ်းရောင်"</item> + <item msgid="6835537356703747621">"မီးခိုးရောင်"</item> + <item msgid="2470141365136884119">"စိမ်းပြာရောင်"</item> + </string-array> +</resources> diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml index 000d5984..6023d36a 100644 --- a/res/values-my/strings.xml +++ b/res/values-my/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"စိတ်ကြိုက်နာရီ"</string> <string name="clock_description" msgid="3563839327378948">"စိတ်ကြိုက်နာရီရွေးပါ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"စိတ်ကြိုက်နာရီ ပြောင်းနိုင်သည်"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"နာရီဆက်တင်များ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"နာရီအရောင်နှင့်အရွယ်"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>၊ <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"အရောင်"</string> + <string name="clock_color_red" msgid="3843504214807597810">"အနီရောင်"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"လိမ္မော်ရောင်"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"အဝါရောင်"</string> + <string name="clock_color_green" msgid="1991157556500156596">"အစိမ်းရောင်"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"အပြာရောင်"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"မဲနယ်ရောင်"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ခရမ်းရောင်"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"မီးခိုးရောင်"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"စိမ်းပြာရောင်"</string> + <string name="clock_size" msgid="5028923902364418263">"အရွယ်အစား"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ပြောင်းလဲနိုင်"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"လော့ခ်မျက်နှာပြင် အကြောင်းအရာအလိုက် နာရီအရွယ်အစား ပြောင်းလဲသည်"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ကြီး"</string> + <string name="clock_size_small" msgid="2280449912094164133">"သေး"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"စမ်းသပ်"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"အက်ပ်ဇယား ပြောင်းရန်"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"နောက်ခံအရောင်များ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"သင့်နောက်ခံရှိ သင်္ကေတ၊ စာသား၊ နောက်ထပ်တူညီသည့်အရောင်"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"နောက်ခံအရောင်"</string> <string name="preset_color_tab" msgid="3133391839341329314">"အခြေခံအရောင်များ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"အခြားအရောင်"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"သင့်သင်္ကေတများ၊ နာရီစသည်တို့အတွက် အရောင်တစ်ခုခုရွေးပါ"</string> <string name="color_changed" msgid="7029571720331641235">"အရောင် ပြောင်းလိုက်ပါပြီ"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ပြောင်းနိုင်သော"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ဘယ်ခလုတ်"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ညာခလုတ်"</string> + <string name="color_picker_title" msgid="6666830057938082864">"စနစ်အရောင်"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ဘယ်ဖြတ်လမ်းလင့်ခ်"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ညာဖြတ်လမ်းလင့်ခ်"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"မရှိ"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` ရွေးချယ်ရန် အောက်ပါတို့ကို ကြည့်ပါ"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ဖွင့်ရန်"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ဖြတ်လမ်းလင့်ခ်"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>၊ <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"မရှိ"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"အကြောင်းကြားချက်များ"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"အကြောင်းကြားချက်များကို လော့ခ်မျက်နှာပြင်တွင် ပြပါ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"အကြောင်းကြားချက်များကို လော့ခ်မျက်နှာပြင်တွင် ဖျောက်ထားရန်"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"နောက်ထပ်ရွေးစရာများ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"လော့ခ်စကရင် စာသား၊ Now Playing နှင့် နောက်ထပ်ဆက်တင်"</string> + <string name="more_colors" msgid="3191071655353004591">"နောက်ထပ်အရောင်များ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"မူလ အရောင်ရွေးစရာ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"အရောင်ရွေးစရာ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-nb/clock_colors.xml b/res/values-nb/clock_colors.xml new file mode 100644 index 00000000..7b278229 --- /dev/null +++ b/res/values-nb/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RØD"</item> + <item msgid="6882970855289978213">"ORANSJE"</item> + <item msgid="5560732545714984533">"GUL"</item> + <item msgid="7246284817845434226">"GRØNN"</item> + <item msgid="6762906417604676001">"BLÅ"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"FIOLETT"</item> + <item msgid="6835537356703747621">"GRÅ"</item> + <item msgid="2470141365136884119">"BLÅGRØNN"</item> + </string-array> +</resources> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 9ba98f80..9f14aa36 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Tilpasset klokke"</string> <string name="clock_description" msgid="3563839327378948">"Velg en tilpasset klokke"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Endre en tilpasset klokke"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Klokkevalg"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Farge og størrelse"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Farge"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rød"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oransje"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Gul"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Grønn"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blå"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Fiolett"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grå"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Blågrønn"</string> + <string name="clock_size" msgid="5028923902364418263">"Størrelse"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamisk"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Klokkens størrelse endres basert på innholdet på låseskjermen"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Stor"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Liten"</string> <string name="grid_title" msgid="1688173478777254123">"Apprutenett"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Bruk"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Trykk for å endre"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Endre apprutenett"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Bakgrunnsfarger"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikoner, tekst og annet matcher fargene i bakgrunnen din"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Bakgrunnsfarge"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Grunnleggende farger"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Andre farger"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Velg farger for ikoner, klokken med mer"</string> <string name="color_changed" msgid="7029571720331641235">"Fargen er endret"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamisk"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Venstreknapp"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Høyreknapp"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Systemfarger"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Venstre snarvei"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Høyre snarvei"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ingen"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"For å velge «<xliff:g id="APPNAME">%1$s</xliff:g>», sjekk det følgende"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Åpne <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Snarveier"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ingen"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Varsler"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Vis varsler på låseskjermen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Skjul varsler på låseskjermen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Flere alternativer"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst på låseskjermen, Spilles nå med mer"</string> + <string name="more_colors" msgid="3191071655353004591">"Flere farger"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Standard fargealternativ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Fargealternativ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ne/clock_colors.xml b/res/values-ne/clock_colors.xml new file mode 100644 index 00000000..a46e3579 --- /dev/null +++ b/res/values-ne/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"रातो"</item> + <item msgid="6882970855289978213">"सुन्तले"</item> + <item msgid="5560732545714984533">"पहेँलो"</item> + <item msgid="7246284817845434226">"हरियो"</item> + <item msgid="6762906417604676001">"निलो"</item> + <item msgid="8974135109557664892">"इन्डिगो"</item> + <item msgid="786643557830463422">"बैजनी"</item> + <item msgid="6835537356703747621">"खैरो"</item> + <item msgid="2470141365136884119">"निलोमिश्रित हरियो"</item> + </string-array> +</resources> diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml index e8862fe2..f06f8f22 100644 --- a/res/values-ne/strings.xml +++ b/res/values-ne/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"कस्टम घडी"</string> <string name="clock_description" msgid="3563839327378948">"कस्टम घडी छान्नु…"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"कुनै कस्टम घडी परिवर्तन गर्नुहोस्"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"घडीका सेटिङ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"घडीको रङ र आकार"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"रङ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"रातो"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"सुन्तले"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"पहेँलो"</string> + <string name="clock_color_green" msgid="1991157556500156596">"हरियो"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"निलो"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"इन्डिगो"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"बैजनी"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"खरानी रङ"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"निलोमिश्रित हरियो"</string> + <string name="clock_size" msgid="5028923902364418263">"आकार"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"गतिशील"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"घडीको आकार लक स्क्रिनको सामग्रीका आधारमा परिवर्तन हुन्छ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ठुलो"</string> + <string name="clock_size_small" msgid="2280449912094164133">"सानो"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"बिटा"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"एप ग्रिड बदल्नुहोस्"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"वालपेपरका रङहरू"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"तपाईंको वालपेपरमा आइकन, टेक्स्ट तथा अन्य कुरासँग मिल्दाजुल्दा रङहरू"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"वालपेपरको रङ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"आधारभूत रङहरू"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"अन्य रङहरू"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"आइकन, घडी र अन्य कुराका लागि कुनै पनि रङ छनौट गर्नुहोस्"</string> <string name="color_changed" msgid="7029571720331641235">"रङ बदलियो"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"गतिशील"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"बायाँतिरको बटन"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"दायाँतिरको बटन"</string> + <string name="color_picker_title" msgid="6666830057938082864">"सिस्टमका रङहरू"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"बायाँको सर्टकट"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"दायाँको सर्टकट"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"कुनै पनि होइन"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"\"<xliff:g id="APPNAME">%1$s</xliff:g>\" चयन गर्न तल दिइएका निर्देशनहरू पालना गर्नुहोस्"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> खोल्नुहोस्"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"सर्टकटहरू"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"कुनै पनि होइन"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"सूचनाहरू"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"लक स्क्रिनमा सूचनाहरू देखाइऊन्"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"लक स्क्रिनमा सूचनाहरू लुकाइऊन्"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"थप विकल्पहरू"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"लक स्क्रिनमा टेक्स्ट देखिने सुविधा, Now Playing र थप सुविधाहरू"</string> + <string name="more_colors" msgid="3191071655353004591">"थप रङहरू"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"रङसम्बन्धी डिफल्ट विकल्प"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"रङसम्बन्धी विकल्प <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-nl/clock_colors.xml b/res/values-nl/clock_colors.xml new file mode 100644 index 00000000..bd072a14 --- /dev/null +++ b/res/values-nl/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROOD"</item> + <item msgid="6882970855289978213">"ORANJE"</item> + <item msgid="5560732545714984533">"GEEL"</item> + <item msgid="7246284817845434226">"GROEN"</item> + <item msgid="6762906417604676001">"BLAUW"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GRIJS"</item> + <item msgid="2470141365136884119">"BLAUWGROEN"</item> + </string-array> +</resources> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index 27397ec8..491511e1 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Aangepaste klok"</string> <string name="clock_description" msgid="3563839327378948">"Klok kiezen"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Aangepaste klok wijzigen"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Klokinstellingen"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Kleur en grootte van klok"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Kleur"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rood"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranje"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Geel"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Groen"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blauw"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grijs"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Blauwgroen"</string> + <string name="clock_size" msgid="5028923902364418263">"Formaat"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamisch"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Het formaat van de klok past zich aan de content van het vergrendelscherm aan"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Groot"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Klein"</string> <string name="grid_title" msgid="1688173478777254123">"App-raster"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Toepassen"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tik om te bewerken"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Bèta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"App-raster wijzigen"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Achtergrondkleuren"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Iconen, tekst en meer matchen je achtergrondkleur"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Achtergrondkleur"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Basiskleuren"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Andere kleuren"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Kies een kleur voor je iconen, klok en meer"</string> <string name="color_changed" msgid="7029571720331641235">"Kleur gewijzigd"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamisch"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Linkerknop"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Rechterknop"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Systeemkleuren"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Snelkoppeling links"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Snelkoppeling rechts"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Geen"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Check het volgende als je <xliff:g id="APPNAME">%1$s</xliff:g> wilt selecteren"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> openen"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Snelkoppelingen"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Geen"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Meldingen"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Meldingen tonen op het vergrendelscherm"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Meldingen verbergen op het vergrendelscherm"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Meer opties"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst op vergrendelscherm, Now Playing en meer"</string> + <string name="more_colors" msgid="3191071655353004591">"Meer kleuren"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Standaard kleuroptie"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Kleuroptie <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-or/clock_colors.xml b/res/values-or/clock_colors.xml new file mode 100644 index 00000000..ab384853 --- /dev/null +++ b/res/values-or/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ଲାଲ"</item> + <item msgid="6882970855289978213">"କମଳା"</item> + <item msgid="5560732545714984533">"ହଳଦିଆ"</item> + <item msgid="7246284817845434226">"ସବୁଜ"</item> + <item msgid="6762906417604676001">"ନୀଳ"</item> + <item msgid="8974135109557664892">"ଇଣ୍ଡିଗୋ"</item> + <item msgid="786643557830463422">"ବାଇଗଣୀ"</item> + <item msgid="6835537356703747621">"ଧୂସର"</item> + <item msgid="2470141365136884119">"ଟିଲ"</item> + </string-array> +</resources> diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml index 9ce4e962..96a60de5 100644 --- a/res/values-or/strings.xml +++ b/res/values-or/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"କଷ୍ଟମ ଘଣ୍ଟା"</string> <string name="clock_description" msgid="3563839327378948">"କଷ୍ଟମ ଘଣ୍ଟା ବାଛ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ଏକ କଷ୍ଟମ ଘଣ୍ଟାକୁ ପରିବର୍ତ୍ତନ କରନ୍ତୁ"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"କ୍ଲକ ସେଟିଂସ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ଘଣ୍ଟାର ରଙ୍ଗ ଓ ଆକାର"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ରଙ୍ଗ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ଲାଲ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"କମଳା"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"ହଳଦିଆ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ସବୁଜ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ନୀଳ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ଇଣ୍ଡିଗୋ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ବାଇଗଣୀ"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ଧୂସର"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ଟିଲ"</string> + <string name="clock_size" msgid="5028923902364418263">"ଆକାର"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ଡାଇନାମିକ"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ଘଣ୍ଟାର ଆକାର ଲକ ସ୍କ୍ରିନର ବିଷୟବସ୍ତୁ ଅନୁସାରେ ପରିବର୍ତ୍ତନ ହୋଇଥାଏ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ବଡ଼"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ଛୋଟ"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ବିଟା"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ଆପ୍ ଗ୍ରିଡ୍ ପରିବର୍ତ୍ତନ କରନ୍ତୁ"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ୱାଲପେପର ରଙ୍ଗଗୁଡ଼ିକ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ଆଇକନ, ଟେକ୍ସଟ ଓ ଅନେକ କିଛି ୱାଲପେପରରେ ରଙ୍ଗ ସହ ମେଳ ହୁଏ"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ୱାଲପେପର ରଙ୍ଗ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"ମୌଳିକ ରଙ୍ଗଗୁଡ଼ିକ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ଅନ୍ୟ ରଙ୍ଗଗୁଡ଼ିକ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ଆଇକନ, ଘଣ୍ଟା ଓ ଆହୁରି ଅନେକ କିଛି ପାଇଁ ଯେ କୌଣସି ରଙ୍ଗ ବାଛ"</string> <string name="color_changed" msgid="7029571720331641235">"ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରାଯାଇଛି"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ଡାଇନାମିକ"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ବାମପଟ ବଟନ"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ଡାହାଣପଟ ବଟନ"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ସିଷ୍ଟମ ରଙ୍ଗ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ବାମ ସର୍ଟକଟ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ଡାହାଣ ସର୍ଟକଟ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"କିଛି ନାହିଁ"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>`କୁ ଚୟନ କରିବା ପାଇଁ ନିମ୍ନୋକ୍ତକୁ ଯାଞ୍ଚ କରନ୍ତୁ"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ଖୋଲନ୍ତୁ"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ସର୍ଟକଟଗୁଡ଼ିକ"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"କିଛି ନାହିଁ"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"ବିଜ୍ଞପ୍ତିଗୁଡ଼ିକ"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"ଲକ ସ୍କ୍ରିନରେ ବିଜ୍ଞପ୍ତିଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ଲକ ସ୍କ୍ରିନରେ ବିଜ୍ଞପ୍ତିଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ଅଧିକ ବିକଳ୍ପ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ଲକ ସ୍କ୍ରିନରେ ଟେକ୍ସଟ, ଏବେ ଚାଲୁଛି ଏବଂ ଆହୁରି ଅନେକ କିଛି"</string> + <string name="more_colors" msgid="3191071655353004591">"ଅଧିକ ରଙ୍ଗ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ଡିଫଲ୍ଟ ରଙ୍ଗର ବିକଳ୍ପ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ରଙ୍ଗର ବିକଳ୍ପ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-pa/clock_colors.xml b/res/values-pa/clock_colors.xml new file mode 100644 index 00000000..3201dab4 --- /dev/null +++ b/res/values-pa/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ਲਾਲ"</item> + <item msgid="6882970855289978213">"ਸੰਤਰੀ"</item> + <item msgid="5560732545714984533">"ਪੀਲਾ"</item> + <item msgid="7246284817845434226">"ਹਰਾ"</item> + <item msgid="6762906417604676001">"ਨੀਲਾ"</item> + <item msgid="8974135109557664892">"ਲਾਜਵਰ"</item> + <item msgid="786643557830463422">"ਜਾਮਣੀ"</item> + <item msgid="6835537356703747621">"ਸਲੇਟੀ"</item> + <item msgid="2470141365136884119">"ਟੀਲ"</item> + </string-array> +</resources> diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml index 393e4cf7..0dab7d6b 100644 --- a/res/values-pa/strings.xml +++ b/res/values-pa/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"ਵਿਉਂਤੀ ਘੜੀ"</string> <string name="clock_description" msgid="3563839327378948">"ਵਿਉਂਤੀ ਘੜੀ ਚੁਣੋ"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ਵਿਉਂਤੀ ਘੜੀ ਬਦਲੋ"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ਘੜੀ ਦੀਆਂ ਸੈਟਿੰਗਾਂ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ਘੜੀ ਦਾ ਰੰਗ ਅਤੇ ਆਕਾਰ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"ਰੰਗ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ਲਾਲ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ਸੰਤਰੀ"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"ਪੀਲਾ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ਹਰਾ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"ਨੀਲਾ"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ਲਾਜਵਰ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ਜਾਮਣੀ"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"ਸਲੇਟੀ"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"ਟੀਲ"</string> + <string name="clock_size" msgid="5028923902364418263">"ਆਕਾਰ"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ਪਰਿਵਰਤਨਸ਼ੀਲ"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ਘੜੀ ਦਾ ਆਕਾਰ ਲਾਕ ਸਕ੍ਰੀਨ ਦੀ ਸਮੱਗਰੀ ਮੁਤਾਬਕ ਬਦਲਦਾ ਹੈ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ਵੱਡਾ"</string> + <string name="clock_size_small" msgid="2280449912094164133">"ਛੋਟਾ ਕਰੋ"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"ਬੀਟਾ"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ਐਪ ਗ੍ਰਿਡ ਬਦਲੋ"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ਵਾਲਪੇਪਰ ਦੇ ਰੰਗ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ਵਾਲਪੇਪਰ ਵਿੱਚ ਪ੍ਰਤੀਕਾਂ, ਲਿਖਤ ਅਤੇ ਹੋਰ ਚੀਜ਼ਾਂ ਦੇ ਮੇਲ ਖਾਂਦੇ ਰੰਗ"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"ਵਾਲਪੇਪਰ ਦਾ ਰੰਗ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"ਮੂਲ ਰੰਗ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ਹੋਰ ਰੰਗ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ਆਪਣੇ ਪ੍ਰਤੀਕਾਂ, ਘੜੀ ਅਤੇ ਹੋਰ ਚੀਜ਼ਾਂ ਲਈ ਕੋਈ ਰੰਗ ਚੁਣੋ"</string> <string name="color_changed" msgid="7029571720331641235">"ਰੰਗ ਬਦਲਿਆ ਗਿਆ"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ਪਰਿਵਰਤਨਸ਼ੀਲ"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ਖੱਬਾ ਬਟਨ"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ਸੱਜਾ ਬਟਨ"</string> + <string name="color_picker_title" msgid="6666830057938082864">"ਸਿਸਟਮ ਦੇ ਰੰਗ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ਖੱਬਾ ਸ਼ਾਰਟਕੱਟ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ਸੱਜਾ ਸ਼ਾਰਟਕੱਟ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ਕੋਈ ਨਹੀਂ"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` ਨੂੰ ਚੁਣਨ ਲਈ, ਹੇਠਾਂ ਦਿੱਤੀਆਂ ਹਿਦਾਇਤਾਂ ਦੀ ਪਾਲਣਾ ਕਰੋ"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ਖੋਲ੍ਹੋ"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ਸ਼ਾਰਟਕੱਟ"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ਕੋਈ ਨਹੀਂ"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"ਸੂਚਨਾਵਾਂ"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"ਲਾਕ ਸਕ੍ਰੀਨ \'ਤੇ ਸੂਚਨਾਵਾਂ ਦਿਖਾਓ"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ਲਾਕ ਸਕ੍ਰੀਨ \'ਤੇ ਸੂਚਨਾਵਾਂ ਲੁਕਾਓ"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ਹੋਰ ਵਿਕਲਪ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ਲਾਕ ਸਕ੍ਰੀਨ \'ਤੇ ਲਿਖਤ ਸ਼ਾਮਲ ਕਰਨਾ, \'ਹੁਣੇ ਚੱਲ ਰਿਹਾ ਹੈ\' ਅਤੇ ਹੋਰ"</string> + <string name="more_colors" msgid="3191071655353004591">"ਹੋਰ ਰੰਗ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ਰੰਗ ਦਾ ਪੂਰਵ-ਨਿਰਧਾਰਿਤ ਵਿਕਲਪ"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ਰੰਗ ਦਾ ਵਿਕਲਪ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-pl/clock_colors.xml b/res/values-pl/clock_colors.xml new file mode 100644 index 00000000..2e6f58b5 --- /dev/null +++ b/res/values-pl/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"CZERWONY"</item> + <item msgid="6882970855289978213">"POMARAŃCZOWY"</item> + <item msgid="5560732545714984533">"ŻÓŁTY"</item> + <item msgid="7246284817845434226">"ZIELONY"</item> + <item msgid="6762906417604676001">"NIEBIESKI"</item> + <item msgid="8974135109557664892">"INDYGO"</item> + <item msgid="786643557830463422">"FIOLETOWY"</item> + <item msgid="6835537356703747621">"SZARY"</item> + <item msgid="2470141365136884119">"MORSKI"</item> + </string-array> +</resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 7496cd47..b15937cc 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Własny zegar"</string> <string name="clock_description" msgid="3563839327378948">"Wybierz własny zegar"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Zmień własny zegar"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Ustawienia zegara"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Kolor i rozmiar zegara"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Kolor"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Czerwony"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Pomarańczowy"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Żółty"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zielony"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Niebieski"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indygo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Fioletowy"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Szary"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Morski"</string> + <string name="clock_size" msgid="5028923902364418263">"Rozmiar"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamiczny"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Rozmiar zegara zmienia się w zależności od zawartości ekranu blokady"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Duży"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Mały"</string> <string name="grid_title" msgid="1688173478777254123">"Siatka aplikacji"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Zastosuj"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Kliknij, by edytować"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Zmień siatkę aplikacji"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Kolory tapety"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikony, tekst i inne elementy pasują do koloru tapety"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Kolor tapety"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Kolory podstawowe"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Inne kolory"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Wybierz dowolny kolor ikon, zegara itp."</string> <string name="color_changed" msgid="7029571720331641235">"Kolor został zmieniony"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamicznie"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Lewy przycisk"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Prawy przycisk"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Kolory systemowe"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Lewy skrót"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Prawy skrót"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Brak"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Aby wybrać opcję „<xliff:g id="APPNAME">%1$s</xliff:g>”, wykonaj te czynności"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Otwórz: <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Skróty"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Brak"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Powiadomienia"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Pokazuj powiadomienia na ekranie blokady"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ukrywaj powiadomienia na ekranie blokady"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Więcej opcji"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"SMS-y na ekranie blokady, Co jest grane i inne funkcje"</string> + <string name="more_colors" msgid="3191071655353004591">"Więcej kolorów"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Domyślna opcja koloru"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opcja koloru <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-pt-rPT/clock_colors.xml b/res/values-pt-rPT/clock_colors.xml new file mode 100644 index 00000000..029295a5 --- /dev/null +++ b/res/values-pt-rPT/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"VERMELHO"</item> + <item msgid="6882970855289978213">"LARANJA"</item> + <item msgid="5560732545714984533">"AMARELO"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"AZUL"</item> + <item msgid="8974135109557664892">"ÍNDIGO"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"CINZENTO"</item> + <item msgid="2470141365136884119">"AZUL-ESVERDEADO"</item> + </string-array> +</resources> diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml index 19665641..cb65dfe2 100644 --- a/res/values-pt-rPT/strings.xml +++ b/res/values-pt-rPT/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Relógio person."</string> <string name="clock_description" msgid="3563839327378948">"Escolha rel. pers."</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Altere um relógio personalizado"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Def. do Relógio"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Cor/tamanho relógio"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Cor"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Vermelho"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Laranja"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Amarelo"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Azul"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Índigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Cinzento"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Azul-esverdeado"</string> + <string name="clock_size" msgid="5028923902364418263">"Tamanho"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinâmico"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"O tamanho do relógio muda de acordo com o conteúdo do ecrã de bloqueio"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Pequeno"</string> <string name="grid_title" msgid="1688173478777254123">"Grelha de apps"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toque para editar"</string> @@ -69,7 +87,7 @@ <string name="set_theme_wallpaper_dialog_message" msgid="2179661027350908003">"Defina a imagem de fundo do estilo"</string> <string name="use_style_instead_title" msgid="1578754995763917502">"Pretende utilizar <xliff:g id="ID_1">%1$s</xliff:g>?"</string> <string name="use_style_instead_body" msgid="3051937045807471496">"Os componentes que escolheu correspondem ao estilo <xliff:g id="ID_1">%1$s</xliff:g>. Em vez disso, pretende utilizar <xliff:g id="ID_2">%1$s</xliff:g>?"</string> - <string name="use_style_button" msgid="1754493078383627019">"Utilizar <xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="use_style_button" msgid="1754493078383627019">"Usar <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="no_thanks" msgid="7286616980115687627">"Não, obrigado"</string> <string name="clock_preview_content_description" msgid="5460561185905717460">"Pré-visualização do relógio <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="something_went_wrong" msgid="529840112449799117">"Ups! Algo correu mal."</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Altere a grelha de apps"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Cores imag. de fundo"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ícones, texto, etc. condizem c/ cores da imag. de fundo"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Cor da imagem de fundo"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Cores básicas"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Outras cores"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Escolha uma cor para os ícones, o relógio e muito mais"</string> <string name="color_changed" msgid="7029571720331641235">"Cor alterada"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinâmico"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Botão esquerdo"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Botão direito"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Cores do sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Atalho esquerdo"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Atalho direito"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Nenhum"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Para selecionar \"<xliff:g id="APPNAME">%1$s</xliff:g>\", verifique o seguinte"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Abrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Atalhos"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Nenhum"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificações"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostre as notificações no ecrã de bloqueio"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Oculte as notificações no ecrã de bloqueio"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Mais opções"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texto no ecrã de bloqueio, A tocar e muito mais"</string> + <string name="more_colors" msgid="3191071655353004591">"Mais cores"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opção de cor predefinida"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opção de cor <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-pt/clock_colors.xml b/res/values-pt/clock_colors.xml new file mode 100644 index 00000000..57538bae --- /dev/null +++ b/res/values-pt/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"VERMELHO"</item> + <item msgid="6882970855289978213">"LARANJA"</item> + <item msgid="5560732545714984533">"AMARELO"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"AZUL"</item> + <item msgid="8974135109557664892">"ÍNDIGO"</item> + <item msgid="786643557830463422">"VIOLETA"</item> + <item msgid="6835537356703747621">"CINZA"</item> + <item msgid="2470141365136884119">"AZUL-PETRÓLEO"</item> + </string-array> +</resources> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index e9772698..8b1e6c58 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Relógio personalizado"</string> <string name="clock_description" msgid="3563839327378948">"Escolha um relógio personalizado"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Edite um relógio personalizado"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Configurações do Relógio"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Cor e tamanho do relógio"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Cor"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Vermelho"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Laranja"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Amarelo"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Azul"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Índigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violeta"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Cinza"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Azul-petróleo"</string> + <string name="clock_size" msgid="5028923902364418263">"Tamanho"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinâmico"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"O tamanho do relógio muda de acordo com o conteúdo na tela de bloqueio"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Grande"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Pequeno"</string> <string name="grid_title" msgid="1688173478777254123">"Grade de apps"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toque para editar"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Mudar a grade de apps"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Cores do plano de fundo"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ícones, texto e mais cores que combinam com o plano de fundo"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Cor do plano de fundo"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Cores básicas"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Outras cores"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Escolha a cor que quiser para ícones, relógio e mais"</string> <string name="color_changed" msgid="7029571720331641235">"Cor trocada"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinâmica"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Botão esquerdo"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Botão direito"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Cores do sistema"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Atalho à esquerda"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Atalho à direita"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Nenhum"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Para selecionar o app <xliff:g id="APPNAME">%1$s</xliff:g>, marque a opção a seguir"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Abrir <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Atalhos"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Nenhum"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificações"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Mostrar notificações na tela de bloqueio"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ocultar notificações na tela de bloqueio"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Mais opções"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Texto na tela de bloqueio, Tocando agora e muito mais"</string> + <string name="more_colors" msgid="3191071655353004591">"Mais cores"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opção de cor padrão"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opção de cor <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ro/clock_colors.xml b/res/values-ro/clock_colors.xml new file mode 100644 index 00000000..003fa399 --- /dev/null +++ b/res/values-ro/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ROȘU"</item> + <item msgid="6882970855289978213">"PORTOCALIU"</item> + <item msgid="5560732545714984533">"GALBEN"</item> + <item msgid="7246284817845434226">"VERDE"</item> + <item msgid="6762906417604676001">"ALBASTRU"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GRI"</item> + <item msgid="2470141365136884119">"TURCOAZ"</item> + </string-array> +</resources> diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 6ccbbcaa..aa844514 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Ecran personalizat"</string> <string name="clock_description" msgid="3563839327378948">"Alege un ecran personalizat"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifică un ecran personalizat"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Setări pentru ceas"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Culoare / dimensiune"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Culoare"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Roșu"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Portocaliu"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Galben"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Verde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Albastru"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gri"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Turcoaz"</string> + <string name="clock_size" msgid="5028923902364418263">"Dimensiune"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamică"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Dimensiunea ceasului se schimbă în funcție de conținutul ecranului de blocare"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Mare"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Mic"</string> <string name="grid_title" msgid="1688173478777254123">"Grilă aplicații"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Aplică"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Atinge pentru a modifica"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Schimbă grila de aplicații"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Culori de fundal"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Culori pentru pictograme, text și altele din imaginea de fundal"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Culoarea imaginii de fundal"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Culori de bază"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Alte culori"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Alege orice culoare pentru pictograme, ceas și altele"</string> <string name="color_changed" msgid="7029571720331641235">"Culoare modificată"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Butonul stâng"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Butonul drept"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Culorile sistemului"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Comanda rapidă stânga"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Comanda rapidă dreapta"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Fără"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Ca să selectezi <xliff:g id="APPNAME">%1$s</xliff:g>, urmează aceste instrucțiuni"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Deschide <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Comenzi rapide"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Niciunul"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Notificări"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Afișează notificările pe ecranul de blocare"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ascunde notificările pe ecranul de blocare"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Mai multe opțiuni"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text pe ecranul de blocare, Now Playing și altele"</string> + <string name="more_colors" msgid="3191071655353004591">"Mai multe culori"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opțiune de culoare prestabilită"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opțiunea de culoare <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ru/clock_colors.xml b/res/values-ru/clock_colors.xml new file mode 100644 index 00000000..17e429a5 --- /dev/null +++ b/res/values-ru/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"КРАСНЫЙ"</item> + <item msgid="6882970855289978213">"ОРАНЖЕВЫЙ"</item> + <item msgid="5560732545714984533">"ЖЕЛТЫЙ"</item> + <item msgid="7246284817845434226">"ЗЕЛЕНЫЙ"</item> + <item msgid="6762906417604676001">"СИНИЙ"</item> + <item msgid="8974135109557664892">"ИНДИГО"</item> + <item msgid="786643557830463422">"ФИОЛЕТОВЫЙ"</item> + <item msgid="6835537356703747621">"СЕРЫЙ"</item> + <item msgid="2470141365136884119">"ТЕМНО-БИРЮЗОВЫЙ"</item> + </string-array> +</resources> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 16567be3..5bf160be 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Настр. цифербл."</string> <string name="clock_description" msgid="3563839327378948">"Выбер. цифербл."</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Выберите настраиваемый циферблат."</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Настройки часов"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Цвет и размер часов"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>."</string> + <string name="clock_color" msgid="8081608867289156163">"Цвет"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Красный"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Оранжевый"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Желтый"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Зеленый"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Синий"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Индиго"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Фиолетовый"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Серый"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Темно-бирюзовый"</string> + <string name="clock_size" msgid="5028923902364418263">"Размер"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамичный"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Размер часов меняется в зависимости от контента на заблокированном экране"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Большой"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Маленький"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Настроить сетку приложений"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Цвета обоев"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Значки, текст и др. будут сочетаться по цвету с обоями."</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Цвет обоев"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Основные цвета"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Другие цвета"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Выбирайте цвета для значков, часов и не только."</string> <string name="color_changed" msgid="7029571720331641235">"Цвет изменен"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамически"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Левая кнопка"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Правая кнопка"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Системная палитра"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Ярлык слева"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Ярлык справа"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Нет"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Чтобы выбрать приложение \"<xliff:g id="APPNAME">%1$s</xliff:g>\", сделайте следующее:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Открыть: <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Быстрые действия"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Нет"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Уведомления"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Показывать уведомления на заблокированном экране"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Скрывать уведомления на заблокированном экране"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Дополнительные настройки"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Текст на заблок. экране, функция \"Что сейчас играет?\" и др."</string> + <string name="more_colors" msgid="3191071655353004591">"Ещё цвета"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Цвет по умолчанию"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Цвет: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-si/clock_colors.xml b/res/values-si/clock_colors.xml new file mode 100644 index 00000000..c0b3da59 --- /dev/null +++ b/res/values-si/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"රතු"</item> + <item msgid="6882970855289978213">"තැඹිලි"</item> + <item msgid="5560732545714984533">"කහ"</item> + <item msgid="7246284817845434226">"කොළ"</item> + <item msgid="6762906417604676001">"නිල්"</item> + <item msgid="8974135109557664892">"ඉන්ඩිගෝ"</item> + <item msgid="786643557830463422">"වයලට්"</item> + <item msgid="6835537356703747621">"අළු"</item> + <item msgid="2470141365136884119">"හරිත නිල්"</item> + </string-array> +</resources> diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml index 05c18404..ee2570cd 100644 --- a/res/values-si/strings.xml +++ b/res/values-si/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"අභිරුචි ඔරලෝසුව"</string> <string name="clock_description" msgid="3563839327378948">"අභිරුචි ඔරලෝසුවක් තෝරන්න"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"අභිරුචි ඔරලෝසුවක් වෙනස් කරන්න"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ඔරලෝසු සැකසීම්"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"ඔරලෝසු වර්ණය සහ තරම"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"වර්ණය"</string> + <string name="clock_color_red" msgid="3843504214807597810">"රතු"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"තැඹිලි"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"කහ"</string> + <string name="clock_color_green" msgid="1991157556500156596">"කොළ"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"නිල්"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ඉන්ඩිගෝ"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"වයලට්"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"අළු"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"හරිත නිල්"</string> + <string name="clock_size" msgid="5028923902364418263">"තරම"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ගතික"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"අගුළු තිරයේ අන්තර්ගතය අනුව ඔරලෝසුවේ තරම වෙනස් වේ"</string> + <string name="clock_size_large" msgid="3143248715744138979">"විශාල"</string> + <string name="clock_size_small" msgid="2280449912094164133">"කුඩා"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"බීටා"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"යෙදුම් ජාලකය වෙනස් කරන්න"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"වෝල්පේපර වර්ණ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ඔබේ වෝල්පේපරයේ නිරූපක, පෙළ, සහ තවත් ගැළපුම් වර්ණ"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"වෝල්පේපර වර්ණය"</string> <string name="preset_color_tab" msgid="3133391839341329314">"මූලික වර්ණ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"වෙනත් වර්ණ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ඔබේ නිරූපක, ඔරලෝසු, සහ තව දේ සඳහා ඕනෑ වර්ණයක් තෝරා ගන්න"</string> <string name="color_changed" msgid="7029571720331641235">"වර්ණය වෙනස් විය"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ගතික"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"වම් බොත්තම"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"දකුණු බොත්තම"</string> + <string name="color_picker_title" msgid="6666830057938082864">"පද්ධති වර්ණ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"වම් කෙටිමඟ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"දකුණු කෙටිමඟ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"කිසිත් නැත"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` තේරීම සඳහා පහත දේ පරීක්ෂා කරන්න"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> විවෘත කරන්න"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"කෙටිමං"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"කිසිවක් නැත"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"දැනුම්දීම්"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"අගුළු තිරය මත දැනුම්දීම් පෙන්වන්න"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"අගුළු තිරය මත දැනුම්දීම් සඟවන්න"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"තවත් විකල්ප"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"අගුළු තිරය මත පෙළ, දැන් වාදනය වීම, සහ තවත් දේ"</string> + <string name="more_colors" msgid="3191071655353004591">"තවත් වර්ණ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"පෙරනිමි වර්ණ විකල්පය"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"වර්ණ විකල්පය <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-sk/clock_colors.xml b/res/values-sk/clock_colors.xml new file mode 100644 index 00000000..a443c4bb --- /dev/null +++ b/res/values-sk/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ČERVENÁ"</item> + <item msgid="6882970855289978213">"ORANŽOVÁ"</item> + <item msgid="5560732545714984533">"ŽLTÁ"</item> + <item msgid="7246284817845434226">"ZELENÁ"</item> + <item msgid="6762906417604676001">"MODRÁ"</item> + <item msgid="8974135109557664892">"INDIGOVÁ"</item> + <item msgid="786643557830463422">"FIALOVÁ"</item> + <item msgid="6835537356703747621">"SIVÁ"</item> + <item msgid="2470141365136884119">"MODROZELENÁ"</item> + </string-array> +</resources> diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index 9deb70ee..64fee5d0 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Vlastné hodiny"</string> <string name="clock_description" msgid="3563839327378948">"Vyberte vlastné hodiny"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Zmeňte vlastné hodiny"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Nastav. hodín"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Farba a veľkosť"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Farba"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Červená"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranžová"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Žltá"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zelená"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Modrá"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigová"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Fialová"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Sivá"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Modrozelená"</string> + <string name="clock_size" msgid="5028923902364418263">"Veľkosť"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamické"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Veľkosť hodín sa mení podľa obsahu na uzamknutej obrazovke"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Veľké"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Malé"</string> <string name="grid_title" msgid="1688173478777254123">"Mriežka aplik."</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Použiť"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Klepnutím upravte"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Zmeniť mriežku aplikácií"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Farby tapety"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikony, text a iné položky zodpovedajú farbami tapete"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Farba tapety"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Základné farby"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Ďalšie farby"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Vyberte farbu pre ikonu, hodiny a iné"</string> <string name="color_changed" msgid="7029571720331641235">"Farba bola zmenená"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamické"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Ľavé tlačidlo"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Pravé tlačidlo"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Farby systému"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Skratka vľavo"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Skratka vpravo"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Žiadne"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Ak chcete vybrať aplikáciu <xliff:g id="APPNAME">%1$s</xliff:g>, skontrolujte nasledovné"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Otvoriť <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Skratky"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Žiadne"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Upozornenia"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Zobrazovať upozornenia na uzamknutej obrazovke"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Skrývať upozornenia na uzamknutej obrazovke"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Ďalšie možnosti"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text na uzamknutej obrazovke, Čo to hrá a ďalšie nastavenia"</string> + <string name="more_colors" msgid="3191071655353004591">"Ďalšie farby"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Predvolená farba"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Farba: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-sl/clock_colors.xml b/res/values-sl/clock_colors.xml new file mode 100644 index 00000000..edf13776 --- /dev/null +++ b/res/values-sl/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RDEČA"</item> + <item msgid="6882970855289978213">"ORANŽNA"</item> + <item msgid="5560732545714984533">"RUMENA"</item> + <item msgid="7246284817845434226">"ZELENA"</item> + <item msgid="6762906417604676001">"MODRA"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIJOLIČNA"</item> + <item msgid="6835537356703747621">"SIVA"</item> + <item msgid="2470141365136884119">"ZELENOMODRA"</item> + </string-array> +</resources> diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index 218605ac..a50581c2 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Ura po meri"</string> <string name="clock_description" msgid="3563839327378948">"Izberite uro po meri"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Spremenite uro po meri"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Nastavitve ure"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Barva, velikost ure"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Barva"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Rdeča"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Oranžna"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Rumena"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Zelena"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Modra"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Vijolična"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Siva"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Zelenomodra"</string> + <string name="clock_size" msgid="5028923902364418263">"Velikost"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamična"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Velikost ure se spremeni glede na vsebino zaklenjenega zaslona."</string> + <string name="clock_size_large" msgid="3143248715744138979">"Velika"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Majhna"</string> <string name="grid_title" msgid="1688173478777254123">"Mreža aplikacij"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Uporabi"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dotaknite se za urejanje"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Spreminjanje mreže aplikacij."</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Barve zaslon. ozadja"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikone, besedilo in drugo se ujemajo z barvami zaslonskega ozadja"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Barva zaslonskega ozadja"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Osnovne barve"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Druge barve"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Izberite poljubno barvo za ikone, uro in drugo"</string> <string name="color_changed" msgid="7029571720331641235">"Barva je spremenjena."</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamično"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Levi gumb"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Desni gumb"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistemske barve"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Leva bližnjica"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Desna bližnjica"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Brez"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Če želite izbrati aplikacijo »<xliff:g id="APPNAME">%1$s</xliff:g>«, potrdite naslednje:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Odpri <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Bližnjice"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Brez"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Obvestila"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Prikaz obvestil na zaklenjenem zaslonu"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Skrivanje obvestil na zaklenjenem zaslonu"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Več možnosti"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Besedilo na zaklenjenem zaslonu, Zdaj se predvaja in drugo"</string> + <string name="more_colors" msgid="3191071655353004591">"Več barv"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Privzeta možnost barve"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Možnost barve <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-sq/clock_colors.xml b/res/values-sq/clock_colors.xml new file mode 100644 index 00000000..69a2b0cc --- /dev/null +++ b/res/values-sq/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"E KUQE"</item> + <item msgid="6882970855289978213">"PORTOKALLI"</item> + <item msgid="5560732545714984533">"E VERDHË"</item> + <item msgid="7246284817845434226">"E GJELBËR"</item> + <item msgid="6762906417604676001">"BLU"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VJOLLCË"</item> + <item msgid="6835537356703747621">"GRI"</item> + <item msgid="2470141365136884119">"GURKALI"</item> + </string-array> +</resources> diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml index 5b8ad1ca..4b65980c 100644 --- a/res/values-sq/strings.xml +++ b/res/values-sq/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Orë e personalizuar"</string> <string name="clock_description" msgid="3563839327378948">"Orë e personalizuar"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Ndrysho orën e personalizuar"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Ora: Cilësimet"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Ora: Ngjyra/madhësia"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Ngjyra"</string> + <string name="clock_color_red" msgid="3843504214807597810">"E kuqe"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Portokalli"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"E verdhë"</string> + <string name="clock_color_green" msgid="1991157556500156596">"E gjelbër"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blu"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Vjollcë"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gri"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Gurkali"</string> + <string name="clock_size" msgid="5028923902364418263">"Madhësia"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamike"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Madhësia e orës ndryshon sipas përmbajtjes së ekranit të kyçjes"</string> + <string name="clock_size_large" msgid="3143248715744138979">"E madhe"</string> + <string name="clock_size_small" msgid="2280449912094164133">"E vogël"</string> <string name="grid_title" msgid="1688173478777254123">"Rrjeta e aplikacioneve"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Zbato"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Trokit për të modifikuar"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ndrysho rrjetën e aplikacioneve"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Ngjyra imazhi sfondi"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Imazhi i sfondit: ikona, tekst dhe ngjyra të përputhura"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Ngjyra e imazhit të sfondit"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Ngjyra bazë"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Ngjyra të tjera"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Zgjidh çdo ngjyrë për ikonat, orën etj."</string> <string name="color_changed" msgid="7029571720331641235">"Ngjyra ka ndryshuar"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamike"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Butoni i majtë"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Butoni i djathtë"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Ngjyrat e sistemit"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Shkurtorja maj."</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Shkurtorja djath."</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Asnjë"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Për të zgjedhur \"<xliff:g id="APPNAME">%1$s</xliff:g>\", kontrollo si më poshtë"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Hap \"<xliff:g id="APPNAME">%1$s</xliff:g>\""</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Shkurtoret"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Asnjë"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Njoftimet"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Shfaq njoftimet në ekranin e kyçjes"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Fshih njoftimet në ekranin e kyçjes"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Opsione të tjera"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Tekst në ekranin e kyçjes, \"Gjej këngën\" dhe të tjera"</string> + <string name="more_colors" msgid="3191071655353004591">"Më shumë ngjyra"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Opsioni i parazgjedhur i ngjyrës"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opsioni i ngjyrës: <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-sr/clock_colors.xml b/res/values-sr/clock_colors.xml new file mode 100644 index 00000000..9250371f --- /dev/null +++ b/res/values-sr/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ЦРВЕНА"</item> + <item msgid="6882970855289978213">"НАРАНЏАСТА"</item> + <item msgid="5560732545714984533">"ЖУТА"</item> + <item msgid="7246284817845434226">"ЗЕЛЕНА"</item> + <item msgid="6762906417604676001">"ПЛАВА"</item> + <item msgid="8974135109557664892">"ТАМНОПЛАВА"</item> + <item msgid="786643557830463422">"ЉУБИЧАСТА"</item> + <item msgid="6835537356703747621">"СИВА"</item> + <item msgid="2470141365136884119">"ТИРКИЗНА"</item> + </string-array> +</resources> diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml index 8fbb5053..b7490e70 100644 --- a/res/values-sr/strings.xml +++ b/res/values-sr/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Прилагођени сат"</string> <string name="clock_description" msgid="3563839327378948">"Прилагођени сат"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Промените прилагођени сат"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Подешавања сата"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Боја и величина сата"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Боја"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Црвена"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Наранџаста"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Жута"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Зелена"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Плава"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Тамноплава"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Љубичаста"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Сива"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Тиркизна"</string> + <string name="clock_size" msgid="5028923902364418263">"Величина"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамички"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Величина сата се мења у складу са садржајем закључаног екрана"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Велико"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Мало"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Бета"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Промените мрежу апликација"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Боје позадине"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Иконе, текст и друго уклапају се са бојама позадине"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Боја позадине"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Основне боје"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Остале боје"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Одаберите било коју боју за иконе, сат и друго"</string> <string name="color_changed" msgid="7029571720331641235">"Боја је промењена"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамички"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Лево дугме"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Десно дугме"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Системске боје"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Лева пречица"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Десна пречица"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Ништа"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Да бисте изабрали „<xliff:g id="APPNAME">%1$s</xliff:g>“, проверите следеће"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Отворите: <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Пречице"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Ништа"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Обавештења"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Приказуј обавештења на закључаном екрану"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Сакриј обавештења на закључаном екрану"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Још опција"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Текст на закључаном екрану, Тренутно свира и друго"</string> + <string name="more_colors" msgid="3191071655353004591">"Још боја"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Подразумевана опција боје"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Опција боје <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-sv/clock_colors.xml b/res/values-sv/clock_colors.xml new file mode 100644 index 00000000..46df56a7 --- /dev/null +++ b/res/values-sv/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"RÖD"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"GUL"</item> + <item msgid="7246284817845434226">"GRÖN"</item> + <item msgid="6762906417604676001">"BLÅ"</item> + <item msgid="8974135109557664892">"INDIGOBLÅ"</item> + <item msgid="786643557830463422">"VIOLETT"</item> + <item msgid="6835537356703747621">"GRÅ"</item> + <item msgid="2470141365136884119">"BLÅGRÖN"</item> + </string-array> +</resources> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index 53957350..22dff293 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Anpassad klocka"</string> <string name="clock_description" msgid="3563839327378948">"Välj anpassad klocka"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Ändra en anpassad klocka"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Klockalternativ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Klockstorlek/färg"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Färg"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Röd"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Gul"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Grön"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Blå"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigoblå"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violett"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Grå"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Blågrön"</string> + <string name="clock_size" msgid="5028923902364418263">"Storlek"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamisk"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Klockans storlek ändras utifrån innehållet på låsskärmen"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Stor"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Liten"</string> <string name="grid_title" msgid="1688173478777254123">"Apprutnät"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Använd"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tryck för att redigera"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ändra rutnät för appar"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Bakgrundsfärger"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Ikoner, text med mera matchar bakgrundens färger"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Bakgrundsfärg"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Standardfärger"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Andra färger"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Använd valfri färg för ikoner, klockan med mera"</string> <string name="color_changed" msgid="7029571720331641235">"Färgen har ändrats"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamisk"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Vänsterknapp"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Högerknapp"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Systemfärger"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Vänster genväg"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Höger genväg"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Inga"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Om du vill välja <xliff:g id="APPNAME">%1$s</xliff:g> markerar du följande"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Öppna <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Genvägar"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Inga"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Aviseringar"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Visa aviseringar på låsskärmen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Dölj aviseringar på låsskärmen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Fler alternativ"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text på låsskärmen, Nu spelas med mera"</string> + <string name="more_colors" msgid="3191071655353004591">"Fler färger"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Standardfärgen"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Färgalternativet <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-sw/clock_colors.xml b/res/values-sw/clock_colors.xml new file mode 100644 index 00000000..b2fd0c24 --- /dev/null +++ b/res/values-sw/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"NYEKUNDU"</item> + <item msgid="6882970855289978213">"RANGI YA CHUNGWA"</item> + <item msgid="5560732545714984533">"NJANO"</item> + <item msgid="7246284817845434226">"KIJANI"</item> + <item msgid="6762906417604676001">"BULUU"</item> + <item msgid="8974135109557664892">"NILI"</item> + <item msgid="786643557830463422">"ZAMBARAU ILIYOKOLEA"</item> + <item msgid="6835537356703747621">"KIJIVU"</item> + <item msgid="2470141365136884119">"SAMAWATI YA KIJANI"</item> + </string-array> +</resources> diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml index 88fca60a..ff0bc4bd 100644 --- a/res/values-sw/strings.xml +++ b/res/values-sw/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Saa Maalum"</string> <string name="clock_description" msgid="3563839327378948">"Chagua saa maalum"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Badili saa maalum"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Mipangilio ya Saa"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Rangi na ukubwa wa saa"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Rangi"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Nyekundu"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Rangi ya chungwa"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Njano"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Kijani"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Buluu"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Nili"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Zambarau iliyokolea"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Kijivu"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Samawati ya Kijani"</string> + <string name="clock_size" msgid="5028923902364418263">"Ukubwa"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Nyumbufu"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Ukubwa wa saa hubadilika kulingana na maudhui yaliyo kwenye skrini iliyofungwa"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Kubwa"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Ndogo"</string> <string name="grid_title" msgid="1688173478777254123">"Gridi ya programu"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Tumia"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Gusa ili ubadilishe"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Badilisha gridi ya programu"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Rangi za mandhari"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Aikoni, maandishi na rangi zaidi zinazolingana kwenye mandhari yako"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Rangi ya mandhari"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Rangi za msingi"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Rangi nyinginezo"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Chagua rangi yoyote ya aikoni zako, saa na zaidi"</string> <string name="color_changed" msgid="7029571720331641235">"Rangi imebadilishwa"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Inayobadilika"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Kitufe cha kushoto"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Kitufe cha kulia"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Rangi za mfumo"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Njia ya mkato ya kushoto"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Njia ya mkato ya kulia"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Hamna"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Ili uchague `<xliff:g id="APPNAME">%1$s</xliff:g>` zingatia yafuatayo"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Fungua <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Njia za mkato"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Hamna"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Arifa"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Onyesha arifa kwenye skrini iliyofungwa"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ficha arifa kwenye skrini iliyofungwa"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Chaguo zaidi"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Maandishi kwenye skrini iliyofungwa, Kitambua Ngoma na zaidi"</string> + <string name="more_colors" msgid="3191071655353004591">"Rangi Nyingi Zaidi"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Chaguo la rangi chaguomsingi"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Chaguo la rangi ya <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-ta/clock_colors.xml b/res/values-ta/clock_colors.xml new file mode 100644 index 00000000..67824d66 --- /dev/null +++ b/res/values-ta/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"சிவப்பு"</item> + <item msgid="6882970855289978213">"ஆரஞ்சு"</item> + <item msgid="5560732545714984533">"மஞ்சள்"</item> + <item msgid="7246284817845434226">"பச்சை"</item> + <item msgid="6762906417604676001">"நீலம்"</item> + <item msgid="8974135109557664892">"அடர் நீலம்"</item> + <item msgid="786643557830463422">"ஊதா"</item> + <item msgid="6835537356703747621">"சாம்பல்"</item> + <item msgid="2470141365136884119">"பசும் நீலம்"</item> + </string-array> +</resources> diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml index 2be89408..4ebb83db 100644 --- a/res/values-ta/strings.xml +++ b/res/values-ta/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"பிரத்தியேகக் கடிகாரம்"</string> <string name="clock_description" msgid="3563839327378948">"பிரத்தியேகக் கடிகாரத்தைத் தேர்வுசெய்க"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"பிரத்தியேகக் கடிகாரத்தை மாற்றும்"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"கடிகார அமைப்புகள்"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"கடிகார நிறம் & அளவு"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"நிறம்"</string> + <string name="clock_color_red" msgid="3843504214807597810">"சிவப்பு"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ஆரஞ்சு"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"மஞ்சள்"</string> + <string name="clock_color_green" msgid="1991157556500156596">"பச்சை"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"நீலம்"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"அடர் நீலம்"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ஊதா"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"சாம்பல்"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"பசும் நீலம்"</string> + <string name="clock_size" msgid="5028923902364418263">"அளவு"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"டைனமிக்"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"பூட்டுத் திரையில் உள்ள உள்ளடக்கத்தைப் பொறுத்து கடிகாரத்தின் அளவு மாறுபடும்"</string> + <string name="clock_size_large" msgid="3143248715744138979">"பெரியது"</string> + <string name="clock_size_small" msgid="2280449912094164133">"சிறியது"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"பீட்டா"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ஆப்ஸ் கட்டக் காட்சியை மாற்றும்"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"வால்பேப்பர் நிறங்கள்"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"வால்பேப்பருடன் பொருந்தும் ஐகான், உரை & பலவற்றின் வண்ணம்"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"வால்பேப்பரின் நிறம்"</string> <string name="preset_color_tab" msgid="3133391839341329314">"அடிப்படை வண்ணங்கள்"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"பிற வண்ணங்கள்"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"ஐகான்கள், கடிகாரம் & பலவற்றுக்கான வண்ணங்களை தேர்வுசெய்க"</string> <string name="color_changed" msgid="7029571720331641235">"வண்ணம் மாற்றப்பட்டது"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"டைனமிக்"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"இடது பட்டன்"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"வலது பட்டன்"</string> + <string name="color_picker_title" msgid="6666830057938082864">"சிஸ்டம் வண்ணங்கள்"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"இடது ஷார்ட்கட்"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"வலது ஷார்ட்கட்"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ஏதுமில்லை"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` ஆப்ஸைத் தேர்ந்தெடுக்க பின்வருபவற்றைச் சரிபார்க்கவும்"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> ஐத் திறக்கும்"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ஷார்ட்கட்கள்"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ஏதுமில்லை"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"அறிவிப்புகள்"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"பூட்டுத் திரையில் அறிவிப்புகளைக் காட்டும்"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"பூட்டுத் திரையில் அறிவிப்புகளைக் காட்டாது"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"மேலும் விருப்பங்கள்"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"பூட்டுத் திரையில் உரை, பாடல் விவரம் மற்றும் பல"</string> + <string name="more_colors" msgid="3191071655353004591">"கூடுதல் வண்ணங்கள்"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"இயல்பு வண்ண விருப்பம்"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"வண்ண விருப்பம் <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-te/clock_colors.xml b/res/values-te/clock_colors.xml new file mode 100644 index 00000000..a142c768 --- /dev/null +++ b/res/values-te/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ఎరుపు రంగు"</item> + <item msgid="6882970855289978213">"నారింజ రంగు"</item> + <item msgid="5560732545714984533">"పసుపు రంగు"</item> + <item msgid="7246284817845434226">"ఆకుపచ్చ రంగు"</item> + <item msgid="6762906417604676001">"నీలం రంగు"</item> + <item msgid="8974135109557664892">"ఇండిగో రంగు"</item> + <item msgid="786643557830463422">"ఊదా రంగు"</item> + <item msgid="6835537356703747621">"బూడిద రంగు"</item> + <item msgid="2470141365136884119">"టీల్ రంగు"</item> + </string-array> +</resources> diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml index 9e1829d9..67e7796b 100644 --- a/res/values-te/strings.xml +++ b/res/values-te/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"అనుకూల గడియారం"</string> <string name="clock_description" msgid="3563839327378948">"అనుకూల గడియారాన్ని ఎంచుకోండి"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"అనుకూల గడియారాన్ని మార్చండి"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"గడియారం సెట్టింగ్లు"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"గడియారం రంగు & సైజు"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"రంగు"</string> + <string name="clock_color_red" msgid="3843504214807597810">"ఎరుపు రంగు"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"నారింజ రంగు"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"పసుపు రంగు"</string> + <string name="clock_color_green" msgid="1991157556500156596">"ఆకుపచ్చ రంగు"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"నీలం రంగు"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"ఇండిగో రంగు"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ఊదా రంగు"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"బూడిద రంగు"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"టీల్ రంగు"</string> + <string name="clock_size" msgid="5028923902364418263">"సైజ్"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"డైనమిక్"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"లాక్ స్క్రీన్ కంటెంట్ ప్రకారం గడియారం సైజ్ మారుతుంది"</string> + <string name="clock_size_large" msgid="3143248715744138979">"పెద్దది"</string> + <string name="clock_size_small" msgid="2280449912094164133">"చిన్నది"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"బీటా"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"యాప్ గ్రిడ్ను మార్చండి"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"వాల్పేపర్ రంగులు"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"మీ వాల్పేపర్లో చిహ్నాలు, టెక్స్ట్, అలాగే మరిన్ని మ్యాచ్ అయ్యే రంగులు ఉన్నాయి"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"వాల్పేపర్ రంగు"</string> <string name="preset_color_tab" msgid="3133391839341329314">"ప్రాథమిక రంగులు"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"ఇతర రంగులు"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"మీ చిహ్నాలు, గడియారం, అలాగే మరిన్నింటి కోసం ఏదైనా రంగును ఎంచుకోండి"</string> <string name="color_changed" msgid="7029571720331641235">"రంగు మార్చబడింది"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"డైనమిక్"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ఎడమవైపు బటన్"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"కుడివైపు బటన్"</string> + <string name="color_picker_title" msgid="6666830057938082864">"సిస్టమ్ రంగులు"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ఎడమ షార్ట్కట్"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"కుడి షార్ట్కట్"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ఏదీ లేదు"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` యాప్ను ఎంచుకోవడానికి దిగువ ఉన్న సూచనలను చూడండి."</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g>ను తెరవండి"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"షార్ట్కట్లు"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ఏదీ ఎంచుకోలేదు"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"నోటిఫికేషన్లు"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"లాక్ స్క్రీన్లో నోటిఫికేషన్లను చూపండి"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"లాక్ స్క్రీన్లో నోటిఫికేషన్లను దాచండి"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"మరిన్ని ఆప్షన్లు"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"లాక్ స్క్రీన్, Now Playing, మరిన్ని కోసం టెక్స్ట్ మెసేజ్ పంపండి"</string> + <string name="more_colors" msgid="3191071655353004591">"మరిన్ని రంగులు"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ఆటోమేటిక్ సెట్టింగ్ రంగు ఆప్షన్"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"రంగు ఆప్షన్ <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-th/clock_colors.xml b/res/values-th/clock_colors.xml new file mode 100644 index 00000000..c63bdd1c --- /dev/null +++ b/res/values-th/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"แดง"</item> + <item msgid="6882970855289978213">"ส้ม"</item> + <item msgid="5560732545714984533">"เหลือง"</item> + <item msgid="7246284817845434226">"เขียว"</item> + <item msgid="6762906417604676001">"น้ำเงิน"</item> + <item msgid="8974135109557664892">"น้ำเงินอมม่วง"</item> + <item msgid="786643557830463422">"ม่วงอมน้ำเงิน"</item> + <item msgid="6835537356703747621">"เทา"</item> + <item msgid="2470141365136884119">"น้ำเงินอมเขียว"</item> + </string-array> +</resources> diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml index 101675d3..1f790b0a 100644 --- a/res/values-th/strings.xml +++ b/res/values-th/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"นาฬิกาที่กำหนดเอง"</string> <string name="clock_description" msgid="3563839327378948">"เลือกนาฬิกาที่กำหนดเอง"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"เปลี่ยนนาฬิกาที่กำหนดเอง"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"ตั้งค่านาฬิกา"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"สีและขนาดนาฬิกา"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"สี"</string> + <string name="clock_color_red" msgid="3843504214807597810">"แดง"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"ส้ม"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"เหลือง"</string> + <string name="clock_color_green" msgid="1991157556500156596">"เขียว"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"น้ำเงิน"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"น้ำเงินอมม่วง"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"ม่วงอมน้ำเงิน"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"เทา"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"น้ำเงินอมเขียว"</string> + <string name="clock_size" msgid="5028923902364418263">"ขนาด"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ไดนามิก"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"ขนาดของนาฬิกาจะเปลี่ยนตามเนื้อหาในหน้าจอล็อก"</string> + <string name="clock_size_large" msgid="3143248715744138979">"ใหญ่"</string> + <string name="clock_size_small" msgid="2280449912094164133">"เล็ก"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"เบต้า"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"เปลี่ยนแปลงตารางกริดสำหรับแอป"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"สีวอลเปเปอร์"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"ไอคอน ข้อความ และอื่นๆ จะมีสีที่เข้ากับวอลเปเปอร์"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"สีวอลเปเปอร์"</string> <string name="preset_color_tab" msgid="3133391839341329314">"สีพื้นฐาน"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"สีอื่นๆ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"เลือกสีให้กับไอคอน นาฬิกา และอื่นๆ"</string> <string name="color_changed" msgid="7029571720331641235">"เปลี่ยนสีแล้ว"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ไดนามิก"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"ปุ่มซ้าย"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"ปุ่มขวา"</string> + <string name="color_picker_title" msgid="6666830057938082864">"สีของระบบ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"ทางลัดทางซ้าย"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"ทางลัดทางขวา"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"ไม่มี"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"หากต้องการเลือก \"<xliff:g id="APPNAME">%1$s</xliff:g>\" โปรดตรวจสอบรายการต่อไปนี้"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"เปิด <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"ทางลัด"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"ไม่มี"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"การแจ้งเตือน"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"แสดงการแจ้งเตือนบนหน้าจอล็อก"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"ซ่อนการแจ้งเตือนบนหน้าจอล็อก"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"ตัวเลือกเพิ่มเติม"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"ข้อความบนหน้าจอล็อก \"กำลังเล่น\" และอื่นๆ"</string> + <string name="more_colors" msgid="3191071655353004591">"สีเพิ่มเติม"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"ตัวเลือกสีเริ่มต้น"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"ตัวเลือกสี <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-tl/clock_colors.xml b/res/values-tl/clock_colors.xml new file mode 100644 index 00000000..6c264090 --- /dev/null +++ b/res/values-tl/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"PULA"</item> + <item msgid="6882970855289978213">"ORANGE"</item> + <item msgid="5560732545714984533">"DILAW"</item> + <item msgid="7246284817845434226">"BERDE"</item> + <item msgid="6762906417604676001">"ASUL"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"VIOLET"</item> + <item msgid="6835537356703747621">"GRAY"</item> + <item msgid="2470141365136884119">"TEAL"</item> + </string-array> +</resources> diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml index 3413b274..2d901a85 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Custom na Orasan"</string> <string name="clock_description" msgid="3563839327378948">"Pumili ng custom na orasan"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Magbago ng custom na orasan"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Clock Settings"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Kulay, laki ng clock"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Kulay"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Pula"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Orange"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Dilaw"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Berde"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Asul"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gray"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Teal"</string> + <string name="clock_size" msgid="5028923902364418263">"Laki"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dynamic"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Mga pagbabago sa laki ng orasan ayon sa content ng lock screen"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Malaki"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Maliit"</string> <string name="grid_title" msgid="1688173478777254123">"Grid ng app"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Ilapat"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"I-tap para ma-edit"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Baguhin ang grid ng app"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Kulay ng wallpaper"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Icon, text, higit pang tumutugmang kulay sa wallpaper"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Kulay ng wallpaper"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Mga basic na kulay"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Iba pang kulay"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Pumili ng kulay para sa iyong icon, orasan, at higit pa"</string> <string name="color_changed" msgid="7029571720331641235">"Pinalitan ang kulay"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dynamic"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Kaliwang button"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Kanang button"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Mga kulay ng system"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Kaliwang shortcut"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Kanang shortcut"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Wala"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Para piliin ang `<xliff:g id="APPNAME">%1$s</xliff:g>,` tingnan ang sumusunod"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Buksan ang <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Mga Shortcut"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Wala"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Mga Notification"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Ipakita ang mga notification sa lock screen"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Itago ang mga notification sa lock screen"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Higit pang opsyon"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Text sa lock screen, Nagpi-play Ngayon, at higit pa"</string> + <string name="more_colors" msgid="3191071655353004591">"Higit Pang Kulay"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Default na opsyon sa kulay"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Opsyon sa kulay na <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-tr/clock_colors.xml b/res/values-tr/clock_colors.xml new file mode 100644 index 00000000..45c8118a --- /dev/null +++ b/res/values-tr/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"KIRMIZI"</item> + <item msgid="6882970855289978213">"TURUNCU"</item> + <item msgid="5560732545714984533">"SARI"</item> + <item msgid="7246284817845434226">"YEŞİL"</item> + <item msgid="6762906417604676001">"MAVİ"</item> + <item msgid="8974135109557664892">"ÇİVİT MAVİSİ"</item> + <item msgid="786643557830463422">"MOR"</item> + <item msgid="6835537356703747621">"GRİ"</item> + <item msgid="2470141365136884119">"TURKUAZ"</item> + </string-array> +</resources> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 864a1c20..d5c66ab9 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Özel Saat"</string> <string name="clock_description" msgid="3563839327378948">"Özel saat seçin"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Özel saati değiştirin"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Saat Ayarları"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Saat rengi ve boyutu"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Renk"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Kırmızı"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Turuncu"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Sarı"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Yeşil"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Mavi"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Çivit mavisi"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Mor"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Gri"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Turkuaz"</string> + <string name="clock_size" msgid="5028923902364418263">"Boyut"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamik"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Saat boyutu, kilit ekranındaki içeriklere göre değişir"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Büyük"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Küçük"</string> <string name="grid_title" msgid="1688173478777254123">"Uygulama tablosu"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Uygula"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Düzenlemek için dokunun"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Uygulama ızgarasını değiştirin"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Duvar kağıdı renkleri"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Simge, metin ve diğerleri için duvar kağıdınızla eşleşen renkler"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Duvar kağıdı rengi"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Temel renkler"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Diğer renkler"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Simge, saat ve diğerleri için istediğiniz rengi seçin"</string> <string name="color_changed" msgid="7029571720331641235">"Renk değişti"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamik"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Sol düğmesi"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Sağ düğmesi"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Sistem renkleri"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Sol kısayol"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Sağ kısayol"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Yok"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"\"<xliff:g id="APPNAME">%1$s</xliff:g>\" uygulamasını seçmek için şunları kontrol edin"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> uygulamasını aç"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Kısayollar"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Yok"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Bildirimler"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Kilit ekranında bildirimleri göster"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Kilit ekranında bildirimleri gizle"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Diğer seçenekler"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Kilit ekranındaki metin, Ne Çalıyor? ve daha fazlası"</string> + <string name="more_colors" msgid="3191071655353004591">"Diğer Renkler"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Varsayılan renk seçeneği"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> renk seçeneği"</string> </resources> diff --git a/res/values-uk/clock_colors.xml b/res/values-uk/clock_colors.xml new file mode 100644 index 00000000..aaa3b711 --- /dev/null +++ b/res/values-uk/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ЧЕРВОНИЙ"</item> + <item msgid="6882970855289978213">"ОРАНЖЕВИЙ"</item> + <item msgid="5560732545714984533">"ЖОВТИЙ"</item> + <item msgid="7246284817845434226">"ЗЕЛЕНИЙ"</item> + <item msgid="6762906417604676001">"СИНІЙ"</item> + <item msgid="8974135109557664892">"ІНДИГО"</item> + <item msgid="786643557830463422">"ФІОЛЕТОВИЙ"</item> + <item msgid="6835537356703747621">"СІРИЙ"</item> + <item msgid="2470141365136884119">"БІРЮЗОВИЙ"</item> + </string-array> +</resources> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index 6409fbf2..2e219758 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -17,11 +17,29 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="1647136562008520313">"Оформлення та стиль"</string> + <string name="app_name" msgid="1647136562008520313">"Оформлення і стиль"</string> <string name="theme_title" msgid="2144932106319405101">"Стиль"</string> <string name="clock_title" msgid="1974314575211361352">"Свій циферблат"</string> <string name="clock_description" msgid="3563839327378948">"Виберіть свій циферблат"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Змініть свій циферблат"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Налаштування"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Колір і розмір годинника"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Колір"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Червоний"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Оранжевий"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Жовтий"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Зелений"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Синій"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Індиго"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Фіолетовий"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Сірий"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Бірюзовий"</string> + <string name="clock_size" msgid="5028923902364418263">"Розмір"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Динамічний"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Розмір годинника змінюється відповідно до вмісту заблокованого екрана"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Великий"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Малий"</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> @@ -86,13 +104,17 @@ <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> - <string name="wallpaper_color_tab" msgid="1447926591721403840">"Кольори малюнка"</string> + <string name="wallpaper_color_tab" msgid="1447926591721403840">"Кольори фону"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Значки, текст тощо під кольори фонового малюнка"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Колір фонового малюнка"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Основні кольори"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Інші кольори"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Виберіть будь-який колір для значків, годинника тощо"</string> <string name="color_changed" msgid="7029571720331641235">"Колір змінено"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Динамічний"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Ліва кнопка"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Права кнопка"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Кольори системи"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Ярлик ліворуч"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Ярлик праворуч"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Немає"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Щоб вибрати додаток <xliff:g id="APPNAME">%1$s</xliff:g>, виконайте наведені нижче дії"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Відкрити <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Ярлики"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Немає"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Сповіщення"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Показувати сповіщення на заблокованому екрані"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Приховувати сповіщення на заблокованому екрані"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Інші опції"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Текст на заблокованому екрані, функція \"Зараз грає\" тощо"</string> + <string name="more_colors" msgid="3191071655353004591">"Більше кольорів"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Колір за умовчанням"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Колір \"<xliff:g id="ID_1">%1$d</xliff:g>\""</string> </resources> diff --git a/res/values-ur/clock_colors.xml b/res/values-ur/clock_colors.xml new file mode 100644 index 00000000..2203d92c --- /dev/null +++ b/res/values-ur/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"سرخ"</item> + <item msgid="6882970855289978213">"نارنجی"</item> + <item msgid="5560732545714984533">"زرد"</item> + <item msgid="7246284817845434226">"سبز"</item> + <item msgid="6762906417604676001">"نیلا"</item> + <item msgid="8974135109557664892">"گہرا نیلا"</item> + <item msgid="786643557830463422">"بیگنی"</item> + <item msgid="6835537356703747621">"خاکستری"</item> + <item msgid="2470141365136884119">"نیلگوں سبز"</item> + </string-array> +</resources> diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml index a5a05b64..7c9a1985 100644 --- a/res/values-ur/strings.xml +++ b/res/values-ur/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"حسب ضرورت گھڑی"</string> <string name="clock_description" msgid="3563839327378948">"حسب ضرورت گھڑی چنیں"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"حسب ضرورت گھڑی کو تبدیل کریں"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"گھڑی کی ترتیبات"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"گھڑی کا رنگ اور سائز"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>، <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"رنگ"</string> + <string name="clock_color_red" msgid="3843504214807597810">"سرخ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"نارنجی"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"زرد"</string> + <string name="clock_color_green" msgid="1991157556500156596">"سبز"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"نیلا"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"گہرا نیلا"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"بیگنی"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"خاکستری"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"نیلگوں سبز"</string> + <string name="clock_size" msgid="5028923902364418263">"سائز"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"ڈائنیمک"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"مقفل اسکرین کے مواد کے مطابق گھڑی کا سائز تبدیل ہوتا ہے"</string> + <string name="clock_size_large" msgid="3143248715744138979">"بڑا"</string> + <string name="clock_size_small" msgid="2280449912094164133">"چھوٹا"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"بی ٹا"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ایپ گرڈ تبدیل کریں"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"وال پیپر کے رنگ"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"آپ کے وال پیپر موجود آئیکنز، ٹیکسٹ اور مزید مماثل رنگ"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"وال پیپر کا رنگ"</string> <string name="preset_color_tab" msgid="3133391839341329314">"بنیادی رنگ"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"دیگر رنگ"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"اپنے آئیکنز، گھڑی وغیرہ کے لیے کوئی بھی رنگ منتخب کریں"</string> <string name="color_changed" msgid="7029571720331641235">"رنگ کو تبدیل کر دیا گیا"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"ڈائنیمک"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"دایاں بٹن"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"بایاں بٹن"</string> + <string name="color_picker_title" msgid="6666830057938082864">"سسٹم کے رنگ"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"دائیں جانب کا شارٹ کٹ"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"بائیں جانب کا شارٹ کٹ"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"کوئی نہیں"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"`<xliff:g id="APPNAME">%1$s</xliff:g>` کو منتخب کرنے کے لیے درج ذیل کو چیک کریں"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"<xliff:g id="APPNAME">%1$s</xliff:g> کھولیں"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"شارٹ کٹس"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>، <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"کوئی نہیں"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"اطلاعات"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"مقفل اسکرین پر اطلاعات دکھائیں"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"مقفل اسکرین پر اطلاعات چھپائیں"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"مزید اختیارات"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"لاک اسکرین پر ٹیکسٹ، ابھی Now Playing اور مزید"</string> + <string name="more_colors" msgid="3191071655353004591">"مزید رنگ"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"رنگ کا ڈیفالٹ اختیار"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> رنگ کا اختیار"</string> </resources> diff --git a/res/values-uz/clock_colors.xml b/res/values-uz/clock_colors.xml new file mode 100644 index 00000000..737d2bd7 --- /dev/null +++ b/res/values-uz/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"QIZIL"</item> + <item msgid="6882970855289978213">"TOʻQ SARIQ"</item> + <item msgid="5560732545714984533">"SARIQ"</item> + <item msgid="7246284817845434226">"YASHIL"</item> + <item msgid="6762906417604676001">"KOʻK"</item> + <item msgid="8974135109557664892">"INDIGO"</item> + <item msgid="786643557830463422">"BINAFSHARANG"</item> + <item msgid="6835537356703747621">"KULRANG"</item> + <item msgid="2470141365136884119">"MOVIY"</item> + </string-array> +</resources> diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml index 78f5c63d..ac0d71e6 100644 --- a/res/values-uz/strings.xml +++ b/res/values-uz/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Maxsus soat"</string> <string name="clock_description" msgid="3563839327378948">"Maxsus soat tanlash"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Maxsus soatni almashtirish"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Soat sozlamalari"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Soat rangi va hajmi"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Rang"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Qizil"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Toʻq sariq"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Sariq"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Yashil"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Koʻk"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Binafsharang"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Kulrang"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Moviy"</string> + <string name="clock_size" msgid="5028923902364418263">"Hajmi"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Dinamik"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Soat hajmi ekran qulfidagi kontent asosida oʻzgaradi"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Yirik"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Kichik"</string> <string name="grid_title" msgid="1688173478777254123">"Ilovalar jadvali"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Tatbiq etish"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tahrirlash uchun tegining"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Ilovalar jadvalini oʻzgartirish"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Fon ranglari"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Belgilar, matn va boshqalar rangi fon rasmiga moslanadi"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Fon rasmi rangi"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Asosiy ranglar"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Boshqa ranglar"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Belgilar, soat va boshqa elementlar rangini tanllang."</string> <string name="color_changed" msgid="7029571720331641235">"Rang oʻzgartirildi"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Dinamik"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Chap tugma"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Oʻng tugma"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Tizim ranglari"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Chap yorliq"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Oʻng yorliq"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Hech biri"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"“<xliff:g id="APPNAME">%1$s</xliff:g>” ilovasini tanlash uchun quyidagilarni bajaring:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Ochish: <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Tezkor tugmalar"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Hech qanday"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Bildirishnomalar"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Ekran qulfida bildirishnomalarni chiqarish"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ekran qulfida bildirishnomalarni berkitish"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Boshqa parametrlar"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Ekran qulfidagi matn, Bu qaysi musiqa va boshqalar"</string> + <string name="more_colors" msgid="3191071655353004591">"Boshqa ranglar"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Asosiy rang varianti"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"<xliff:g id="ID_1">%1$d</xliff:g> rangi varianti"</string> </resources> diff --git a/res/values-vi/clock_colors.xml b/res/values-vi/clock_colors.xml new file mode 100644 index 00000000..5ef97c55 --- /dev/null +++ b/res/values-vi/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"ĐỎ"</item> + <item msgid="6882970855289978213">"CAM"</item> + <item msgid="5560732545714984533">"VÀNG"</item> + <item msgid="7246284817845434226">"XANH LỤC"</item> + <item msgid="6762906417604676001">"XANH LAM"</item> + <item msgid="8974135109557664892">"CHÀM"</item> + <item msgid="786643557830463422">"TÍM"</item> + <item msgid="6835537356703747621">"XÁM"</item> + <item msgid="2470141365136884119">"XANH MÒNG KÉT"</item> + </string-array> +</resources> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 6ed629ae..9ae95a54 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Đồng hồ tuỳ chỉnh"</string> <string name="clock_description" msgid="3563839327378948">"Chọn đồng hồ tuỳ chỉnh"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Thay đổi đồng hồ tuỳ chỉnh"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Cài đặt đồng hồ"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Màu và kích thước đồng hồ"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Màu"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Đỏ"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Cam"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Vàng"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Xanh lục"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Xanh lam"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Chàm"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Tím"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Xám"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Xanh mòng két"</string> + <string name="clock_size" msgid="5028923902364418263">"Kích thước"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Linh hoạt"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Kích thước đồng hồ thay đổi theo nội dung trên màn hình khoá"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Lớn"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Nhỏ"</string> <string name="grid_title" msgid="1688173478777254123">"Lưới ứng dụng"</string> <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> @@ -87,12 +105,16 @@ <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> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Màu hình nền"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Biểu tượng, văn bản, v.v. phù hợp với màu trên hình nền"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Màu hình nền"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Màu cơ bản"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Màu khác"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Chọn màu bất kỳ cho biểu tượng, đồng hồ của bạn, v.v."</string> <string name="color_changed" msgid="7029571720331641235">"Đã thay đổi màu"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Động"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Nút bên trái"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Nút bên phải"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Màu hệ thống"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Lối tắt bên trái"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Lối tắt bên phải"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Không có"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Để chọn \"<xliff:g id="APPNAME">%1$s</xliff:g>\", hãy làm theo hướng dẫn sau đây"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Mở <xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Lối tắt"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Không có"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Thông báo"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Hiển thị thông báo trên màn hình khoá"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Ẩn thông báo trên màn hình khoá"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Tuỳ chọn khác"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Văn bản trên màn hình khoá, Phát hiện nhạc, v.v."</string> + <string name="more_colors" msgid="3191071655353004591">"Màu khác"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Tuỳ chọn màu mặc định"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Tuỳ chọn màu <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-w800dp/integers.xml b/res/values-w800dp/integers.xml index 23fa48ab..cef5c90f 100644 --- a/res/values-w800dp/integers.xml +++ b/res/values-w800dp/integers.xml @@ -16,4 +16,5 @@ --> <resources> <integer name="options_grid_num_columns">6</integer> + <integer name="color_section_num_columns">5</integer> </resources> diff --git a/res/values-zh-rCN/clock_colors.xml b/res/values-zh-rCN/clock_colors.xml new file mode 100644 index 00000000..e3c68c08 --- /dev/null +++ b/res/values-zh-rCN/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"红色"</item> + <item msgid="6882970855289978213">"橙色"</item> + <item msgid="5560732545714984533">"黄色"</item> + <item msgid="7246284817845434226">"绿色"</item> + <item msgid="6762906417604676001">"蓝色"</item> + <item msgid="8974135109557664892">"靛蓝色"</item> + <item msgid="786643557830463422">"紫罗兰色"</item> + <item msgid="6835537356703747621">"灰色"</item> + <item msgid="2470141365136884119">"蓝绿色"</item> + </string-array> +</resources> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 58b8a2ad..d947df18 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"自定义钟面"</string> <string name="clock_description" msgid="3563839327378948">"选择自定义钟面"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"更改自定义钟面"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"表盘设置"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"时钟颜色和尺寸"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>、<xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"颜色"</string> + <string name="clock_color_red" msgid="3843504214807597810">"红色"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"橙色"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"黄色"</string> + <string name="clock_color_green" msgid="1991157556500156596">"绿色"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"蓝色"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"靛蓝色"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"紫罗兰色"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"灰色"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"蓝绿色"</string> + <string name="clock_size" msgid="5028923902364418263">"大小"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"动态"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"时钟大小会依据锁定屏幕上的内容而变化"</string> + <string name="clock_size_large" msgid="3143248715744138979">"大"</string> + <string name="clock_size_small" msgid="2280449912094164133">"小"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta 版"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"更改应用网格"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"壁纸颜色"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"图标、文字等项目的颜色会与您壁纸中的颜色相配"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"壁纸颜色"</string> <string name="preset_color_tab" msgid="3133391839341329314">"基本颜色"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"其他颜色"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"为您的图标、时钟等项目选择任意颜色"</string> <string name="color_changed" msgid="7029571720331641235">"颜色已更改"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"动态"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"左侧按钮"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"右侧按钮"</string> + <string name="color_picker_title" msgid="6666830057938082864">"系统颜色"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"向左快捷方式"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"向右快捷方式"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"无"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"若要选择“<xliff:g id="APPNAME">%1$s</xliff:g>”,请确认满足已以下条件:"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"打开<xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"快捷方式"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>、<xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"无"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"通知"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"在锁定的屏幕上显示通知"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"在锁定的屏幕上不显示通知"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"更多选项"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"在锁定屏幕上添加文字、闻曲知音和其他设置"</string> + <string name="more_colors" msgid="3191071655353004591">"更多颜色"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"默认颜色选项"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"颜色选项 <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-zh-rHK/clock_colors.xml b/res/values-zh-rHK/clock_colors.xml new file mode 100644 index 00000000..2861c3b2 --- /dev/null +++ b/res/values-zh-rHK/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"紅色"</item> + <item msgid="6882970855289978213">"橙色"</item> + <item msgid="5560732545714984533">"黃色"</item> + <item msgid="7246284817845434226">"綠色"</item> + <item msgid="6762906417604676001">"藍色"</item> + <item msgid="8974135109557664892">"靛藍色"</item> + <item msgid="786643557830463422">"紫羅蘭色"</item> + <item msgid="6835537356703747621">"灰色"</item> + <item msgid="2470141365136884119">"藍綠色"</item> + </string-array> +</resources> diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml index 017a0be8..34ee1210 100644 --- a/res/values-zh-rHK/strings.xml +++ b/res/values-zh-rHK/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"自訂時鐘"</string> <string name="clock_description" msgid="3563839327378948">"揀選自訂時鐘"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"變更自訂時鐘"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"時鐘設定"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"時鐘顏色及大小"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>,<xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"顏色"</string> + <string name="clock_color_red" msgid="3843504214807597810">"紅色"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"橙色"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"黃色"</string> + <string name="clock_color_green" msgid="1991157556500156596">"綠色"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"藍色"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"靛藍色"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"紫羅蘭色"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"灰色"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"藍綠色"</string> + <string name="clock_size" msgid="5028923902364418263">"大小"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"動態"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"時鐘按上鎖畫面內容變更大小"</string> + <string name="clock_size_large" msgid="3143248715744138979">"大"</string> + <string name="clock_size_small" msgid="2280449912094164133">"小"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta 版本"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"變更應用程式網格"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"桌布顏色"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"圖示、文字等與桌布顏色相配"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"桌布顏色"</string> <string name="preset_color_tab" msgid="3133391839341329314">"基本顏色"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"其他顏色"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"為圖示、時鐘等選擇任何顏色"</string> <string name="color_changed" msgid="7029571720331641235">"已經變咗顏色"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"動態"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"左鍵"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"右鍵"</string> + <string name="color_picker_title" msgid="6666830057938082864">"系統顏色"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"向左捷徑"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"向右捷徑"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"無"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"請勾選以下選項以選取「<xliff:g id="APPNAME">%1$s</xliff:g>」"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"開啟「<xliff:g id="APPNAME">%1$s</xliff:g>」"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"捷徑"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>,<xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"無"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"通知"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"在上鎖畫面顯示通知"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"在上鎖畫面隱藏通知"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"更多選項"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"在上鎖畫面發短訊、使用「歌曲識別」功能等"</string> + <string name="more_colors" msgid="3191071655353004591">"更多顏色"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"預設顏色選項"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"顏色選項:<xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-zh-rTW/clock_colors.xml b/res/values-zh-rTW/clock_colors.xml new file mode 100644 index 00000000..596109bb --- /dev/null +++ b/res/values-zh-rTW/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"紅色"</item> + <item msgid="6882970855289978213">"橘色"</item> + <item msgid="5560732545714984533">"黃色"</item> + <item msgid="7246284817845434226">"綠色"</item> + <item msgid="6762906417604676001">"藍色"</item> + <item msgid="8974135109557664892">"靛藍色"</item> + <item msgid="786643557830463422">"紫羅蘭色"</item> + <item msgid="6835537356703747621">"灰色"</item> + <item msgid="2470141365136884119">"藍綠色"</item> + </string-array> +</resources> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 09f59bba..94851e3f 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"自訂時鐘"</string> <string name="clock_description" msgid="3563839327378948">"選擇自訂時鐘"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"變更自訂時鐘"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"時鐘設定"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"時鐘顏色與大小"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_2">%2$s</xliff:g>,<xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"顏色"</string> + <string name="clock_color_red" msgid="3843504214807597810">"紅色"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"橘色"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"黃色"</string> + <string name="clock_color_green" msgid="1991157556500156596">"綠色"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"藍色"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"靛藍色"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"紫羅蘭色"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"灰色"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"藍綠色"</string> + <string name="clock_size" msgid="5028923902364418263">"大小"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"動態"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"時鐘大小會依螢幕鎖定畫面上的內容調整"</string> + <string name="clock_size_large" msgid="3143248715744138979">"大"</string> + <string name="clock_size_small" msgid="2280449912094164133">"小"</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> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"Beta 版"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"變更應用程式格線"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"桌布顏色"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"為圖示、文字和其他項目選擇與桌布相襯的顏色"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"桌布顏色"</string> <string name="preset_color_tab" msgid="3133391839341329314">"基本顏色"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"其他配色"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"為圖示、時鐘和其他項目選擇任何想要的顏色"</string> <string name="color_changed" msgid="7029571720331641235">"顏色已變更"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"動態"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"左側按鈕"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"右側按鈕"</string> + <string name="color_picker_title" msgid="6666830057938082864">"系統配色"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"向左快速鍵"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"向右快速鍵"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"無"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"必須完成以下事項才能選取「<xliff:g id="APPNAME">%1$s</xliff:g>」"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"開啟「<xliff:g id="APPNAME">%1$s</xliff:g>」"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"捷徑"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>、<xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"無"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"通知"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"在螢幕鎖定畫面上顯示通知"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"在螢幕鎖定畫面上隱藏通知"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"更多選項"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"「在螢幕鎖定畫面上顯示特定文字」、「聽聲辨曲」和其他設定"</string> + <string name="more_colors" msgid="3191071655353004591">"更多顏色"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"預設顏色選項"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"顏色選項 <xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values-zu/clock_colors.xml b/res/values-zu/clock_colors.xml new file mode 100644 index 00000000..f33ef25c --- /dev/null +++ b/res/values-zu/clock_colors.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2023 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. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="clock_color_ids"> + <item msgid="4948142733161826319">"OKUBOMVU"</item> + <item msgid="6882970855289978213">"OKUWOLINTSHI"</item> + <item msgid="5560732545714984533">"OKUPHUZI"</item> + <item msgid="7246284817845434226">"OKULUHLAZA OKOTSHANI"</item> + <item msgid="6762906417604676001">"OKULUHLAZA OKWESIBHAKABHAKA"</item> + <item msgid="8974135109557664892">"OKU-INDIGO"</item> + <item msgid="786643557830463422">"OKU-VIOLET"</item> + <item msgid="6835537356703747621">"OKUMPUNGA"</item> + <item msgid="2470141365136884119">"OKU-TEAL"</item> + </string-array> +</resources> diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml index e4993c7a..bf3ad3de 100644 --- a/res/values-zu/strings.xml +++ b/res/values-zu/strings.xml @@ -22,6 +22,24 @@ <string name="clock_title" msgid="1974314575211361352">"Iwashi Elingokomuntu Ngamunye"</string> <string name="clock_description" msgid="3563839327378948">"Khetha iwashi elingokomuntu ngamunye"</string> <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Shintsha iwashi elingokomuntu ngamunye"</string> + <string name="clock_settings_title" msgid="2940654205471453913">"Amasethingi Ewashi"</string> + <string name="clock_color_and_size_title" msgid="7146791234905111351">"Umbala wewashi nosayizi"</string> + <string name="clock_color_and_size_description" msgid="6578061553012886817">"<xliff:g id="ID_1">%1$s</xliff:g>, <xliff:g id="ID_2">%2$s</xliff:g>"</string> + <string name="clock_color" msgid="8081608867289156163">"Umbala"</string> + <string name="clock_color_red" msgid="3843504214807597810">"Okubomvu"</string> + <string name="clock_color_orange" msgid="4175805201144275804">"Okuwolintshi"</string> + <string name="clock_color_yellow" msgid="7391699163247349977">"Okuphuzi"</string> + <string name="clock_color_green" msgid="1991157556500156596">"Okuluhlaza okotshani"</string> + <string name="clock_color_blue" msgid="4037792003465759149">"Okuluhlaza okwesibhakabhaka"</string> + <string name="clock_color_indigo" msgid="8910855386698452917">"Oku-Indigo"</string> + <string name="clock_color_violet" msgid="3454503847169375826">"Oku-Violet"</string> + <string name="clock_color_gray" msgid="9221530636948859231">"Okumpunga"</string> + <string name="clock_color_teal" msgid="7499223425741344251">"Oku-Teal"</string> + <string name="clock_size" msgid="5028923902364418263">"Usayizi"</string> + <string name="clock_size_dynamic" msgid="1023930312455061642">"Okuguqukayo"</string> + <string name="clock_size_dynamic_description" msgid="2776620745774561662">"Usayizi wewashi uyashintsha ngokuya ngokuqukethwe kokukhiya isikrini"</string> + <string name="clock_size_large" msgid="3143248715744138979">"Obukhulu"</string> + <string name="clock_size_small" msgid="2280449912094164133">"Esincane"</string> <string name="grid_title" msgid="1688173478777254123">"Igridi ye-app"</string> <string name="apply_theme_btn" msgid="6293081192321303991">"Faka"</string> <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Thepha ukuze uhlele"</string> @@ -87,12 +105,16 @@ <string name="beta_title" msgid="8703819523760746458">"I-beta"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Shintsha igridi ye-app"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Imibala yesithombe sangemuva"</string> + <string name="wallpaper_color_subheader" msgid="4044464573669965670">"Izithonjana, umbhalo, neminye imibala efana nesithombe sakho sangemuva"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Umbala wesithombe sangemuva"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Imibala eyisisekelo"</string> + <string name="preset_color_tab_2" msgid="1444107326712562538">"Eminye imibala"</string> + <string name="preset_color_subheader" msgid="8230588536141279371">"Khetha umbala wezithonjana zakho, iwashi, nokuningi"</string> <string name="color_changed" msgid="7029571720331641235">"Umbala ushintshiwe"</string> <string name="adaptive_color_title" msgid="1336508599235896205">"Okuguqukayo"</string> - <string name="keyguard_slot_name_bottom_start" msgid="6717374042663171860">"Inkinobho engakwesobunxele"</string> - <string name="keyguard_slot_name_bottom_end" msgid="7636885379738905151">"Inkinobho yakwesokudla"</string> + <string name="color_picker_title" msgid="6666830057938082864">"Imibala yesistimu"</string> + <string name="keyguard_slot_name_bottom_start" msgid="8747677880200629719">"Isinqamuleli sangakwesokunxele"</string> + <string name="keyguard_slot_name_bottom_end" msgid="2525487375680217083">"Isinqamuleli sangakwesokudla"</string> <string name="keyguard_affordance_none" msgid="1751643933430782312">"Lutho"</string> <string name="keyguard_affordance_enablement_dialog_title" msgid="3389730825561696493">"Ukukhetha i-`<xliff:g id="APPNAME">%1$s</xliff:g>` maka okulandelayo"</string> <string name="keyguard_affordance_enablement_dialog_action_template" msgid="8117011931337357438">"Vula i-<xliff:g id="APPNAME">%1$s</xliff:g>"</string> @@ -102,4 +124,12 @@ <string name="keyguard_quick_affordance_section_title" msgid="2806304242671717309">"Izinqamuleli"</string> <string name="keyguard_quick_affordance_two_selected_template" msgid="1757099194522296363">"<xliff:g id="FIRST">%1$s</xliff:g>, <xliff:g id="SECOND">%2$s</xliff:g>"</string> <string name="keyguard_quick_affordance_none_selected" msgid="8494127020144112003">"Lutho"</string> + <string name="notifications_section_title" msgid="4283049750376871538">"Izaziso"</string> + <string name="show_notifications_on_lock_screen" msgid="4157744243084646720">"Bonisa izaziso esikrinini sokukhiya"</string> + <string name="hide_notifications_on_lock_screen" msgid="7413548956484779174">"Fihla izaziso esikrinini sokukhiya"</string> + <string name="more_settings_section_title" msgid="8524741850115625404">"Okunye ongakhetha kukho"</string> + <string name="more_settings_section_description" msgid="8787768566854880683">"Umbhalo esikrinini sokukhiya, Okudlala Manje, nokuningi"</string> + <string name="more_colors" msgid="3191071655353004591">"Imibala Eyengeziwe"</string> + <string name="content_description_default_color_option" msgid="7011899327541080695">"Okukhethwa kukho kombala okuzenzakalelayo"</string> + <string name="content_description_color_option" msgid="4169813692012119578">"Okukhethwa kukho kombala kwe-<xliff:g id="ID_1">%1$d</xliff:g>"</string> </resources> diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 288dd190..377d4ebb 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -18,4 +18,9 @@ <resources> <item name="linear_layout_horizontal_display_options_max" format="float" type="dimen">4.35 </item> + + <declare-styleable name="SaturationAlphaTintDrawableWrapper"> + <attr name="android:tint" /> + <attr name="android:alpha" /> + </declare-styleable> </resources>
\ No newline at end of file diff --git a/res/values/clock_colors.xml b/res/values/clock_colors.xml new file mode 100644 index 00000000..1539a924 --- /dev/null +++ b/res/values/clock_colors.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2023 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. +--> +<resources> + <string-array name="clock_color_ids"> + <item>RED</item> + <item>ORANGE</item> + <item>YELLOW</item> + <item>GREEN</item> + <item>BLUE</item> + <item>INDIGO</item> + <item>VIOLET</item> + <item>GRAY</item> + <item>TEAL</item> + </string-array> + <array name="clock_color_names"> + <item>@string/clock_color_red</item> + <item>@string/clock_color_orange</item> + <item>@string/clock_color_yellow</item> + <item>@string/clock_color_green</item> + <item>@string/clock_color_blue</item> + <item>@string/clock_color_indigo</item> + <item>@string/clock_color_violet</item> + <item>@string/clock_color_gray</item> + <item>@string/clock_color_teal</item> + </array> + <array name="clock_colors"> + <item>#FFA3A7</item> + <item>#F7AC69</item> + <item>#FFC951</item> + <item>#88D86A</item> + <item>#8EC8FF</item> + <item>#B9AAFF</item> + <item>#F6A2FF</item> + <item>#B9B9B9</item> + <item>#40D9CF</item> + </array> + <array name="clock_color_tone_min"> + <item>20</item> + <item>20</item> + <item>50</item> + <item>20</item> + <item>20</item> + <item>10</item> + <item>20</item> + <item>0</item> + <item>20</item> + </array> + <array name="clock_color_tone_max"> + <item>95</item> + <item>95</item> + <item>95</item> + <item>99</item> + <item>95</item> + <item>95</item> + <item>97</item> + <item>100</item> + <item>99</item> + </array> +</resources>
\ No newline at end of file diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 64d99419..0d5a9a88 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -130,21 +130,38 @@ <dimen name="beta_tag_background_width">46dp</dimen> <dimen name="beta_tag_background_height">24dp</dimen> - <!-- For the color option section --> + <!-- For the color picker section --> + <!-- Dimension for the original color picker section --> <dimen name="color_options_container_top_margin">24dp</dimen> - - <!-- For the color page. --> <dimen name="color_page_indicator_margin_top">16dp</dimen> - + <!-- Dimension for the original color chip resource --> <dimen name="component_color_chip_small_radius_default">29dp</dimen> <dimen name="component_color_chip_small_diameter_default">58dp</dimen> <dimen name="color_seed_chip_margin">14dp</dimen> + <!-- Dimension for the revamped UI color chip --> + <dimen name="component_color_overflow_small_radius_default">20dp</dimen> + <dimen name="component_color_overflow_small_diameter_default">40dp</dimen> + <dimen name="component_color_selected_small_radius_default">22dp</dimen> + <dimen name="component_color_selected_small_diameter_default">44dp</dimen> + + <!-- For the color picker page. --> + <!-- Dimension for the revamped UI color chip --> + <dimen name="component_color_chip_small_radius_default2">24dp</dimen> + <dimen name="component_color_chip_small_diameter_default2">48dp</dimen> + <dimen name="color_seed_chip_margin2">11dp</dimen> <!-- Keyguard quick affordances --> <!-- Size for the container for the icon of a quick affordance for the lock screen in the picker experience. --> <dimen name="keyguard_quick_affordance_icon_container_size">74dp</dimen> <!-- Size for the icon of a quick affordance for the lock screen in the picker experience. --> <dimen name="keyguard_quick_affordance_icon_size">24dp</dimen> - <!-- Width of a single selectable item in the lock screen quick affordance picker. --> - <dimen name="keyguard_quick_affordance_picker_item_width">74dp</dimen> + + <dimen name="clock_carousel_item_width">190dp</dimen> + <dimen name="clock_carousel_item_height">380dp</dimen> + <dimen name="clock_carousel_item_margin">16dp</dimen> + <dimen name="clock_carousel_guideline_margin">140dp</dimen> + <!-- Scale of the carousel items that are not selected and at the side --> + <dimen name="clock_carousel_scale" format="float">0.5</dimen> + <!-- Alpha of the carousel items that are not selected and at the side --> + <dimen name="clock_carousel_alpha" format="float">0.4</dimen> </resources> diff --git a/res/values/integers.xml b/res/values/integers.xml index 6e2db17d..2129ccd6 100644 --- a/res/values/integers.xml +++ b/res/values/integers.xml @@ -16,4 +16,5 @@ --> <resources> <integer name="options_grid_num_columns">4</integer> + <integer name="color_section_num_columns">6</integer> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 13fc8a01..01113c4e 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -33,6 +33,60 @@ <!-- The content description of clock entry. [CHAR LIMIT=NONE] --> <string name="clock_picker_entry_content_description">Change a custom clock</string> + <!-- Title of a section of the customization picker where the user can configure Clock face. [CHAR LIMIT=19] --> + <string name="clock_settings_title">Clock Settings</string> + + <!-- Title of a section of the customization picker where the user can configure clock color and size. [CHAR LIMIT=20] --> + <string name="clock_color_and_size_title">Clock color & size</string> + + <!-- Description of a section of the customization picker where the user can configure clock color and size, e.g. Violet, small. [CHAR LIMIT=NONE] --> + <string name="clock_color_and_size_description"><xliff:g name="color">%1$s</xliff:g>, <xliff:g name="size">%2$s</xliff:g></string> + + <!-- Title of a tab to change the clock color. [CHAR LIMIT=15] --> + <string name="clock_color">Color</string> + + <!-- Title of a clock color red option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_red">Red</string> + + <!-- Title of a clock color orange option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_orange">Orange</string> + + <!-- Title of a clock color yellow option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_yellow">Yellow</string> + + <!-- Title of a clock color green option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_green">Green</string> + + <!-- Title of a clock color blue option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_blue">Blue</string> + + <!-- Title of a clock color indigo option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_indigo">Indigo</string> + + <!-- Title of a clock color violet option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_violet">Violet</string> + + <!-- Title of a clock color grey option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_gray">Grey</string> + + <!-- Title of a clock color teal option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> + <string name="clock_color_teal">Teal</string> + + <!-- Title of a tab to change the clock size. [CHAR LIMIT=15] --> + <string name="clock_size">Size</string> + + <!-- Title of a radio button to apply clock size dynamic. [CHAR LIMIT=15] --> + <string name="clock_size_dynamic">Dynamic</string> + + <!-- Description of a radio button to apply clock size dynamic. [CHAR LIMIT=NONE] --> + <string name="clock_size_dynamic_description">Clock size changes according to lock screen content</string> + + <!-- Title of a radio button to apply clock size large. [CHAR LIMIT=15] --> + <string name="clock_size_large">Large</string> + + <!-- Title of a radio button to apply clock size small. [CHAR LIMIT=15] --> + <string name="clock_size_small">Small</string> + <!-- Title of a section of the customization picker where the user can select a Grid size for the home screen. [CHAR LIMIT=15] --> <string name="grid_title">App grid</string> @@ -257,30 +311,42 @@ <!-- The title for the tab with colors from wallpaper. [CHAR_LIMIT=20]--> <string name="wallpaper_color_tab">Wallpaper colors</string> + <!-- The subheader for the tab with colors from wallpaper. [CHAR_LIMIT=55]--> + <string name="wallpaper_color_subheader">Icons, text, and more match colors in your wallpaper</string> <!-- The description on an item that shows a color obtained from the wallpaper (used mainly for accessibility). [CHAR_LIMIT=NONE] --> <string name="wallpaper_color_title">Wallpaper color</string> <!-- The title for the tab with a default set of color options. [CHAR_LIMIT=20]--> <string name="preset_color_tab">Basic colors</string> + <!-- The revised title for the tab with a default set of color options. [CHAR_LIMIT=20]--> + <string name="preset_color_tab_2">Other colors</string> + <!-- The subheader for the tab with a default set of color options. [CHAR_LIMIT=55]--> + <string name="preset_color_subheader">Choose any color for your icons, clock, and more</string> <!-- The text for A11y announcement when color changes. --> <string name="color_changed">Color changed</string> <!-- Title of a section of color selection option that obtains colors automatically from the wallpaper instead of a set color [CHAR LIMIT=15] --> <string name="adaptive_color_title">Dynamic</string> + <!-- + Title for a screen where the user can configure the system colors by selecting from a list of + color options. + [CHAR LIMIT=32]. + --> + <string name="color_picker_title">System colors</string> <!-- - Name of the slot on the "start" side of the bottom of the lock screen, where quick affordance - buttons can be added to the lock screen. In left-to-right languages, this is the left-hand side - button. In right-to-left languages, this is the right-hand side button. [CHAR LIMIT=16]. + Name of the slot on the "start" side of the bottom of the lock screen, where lock screen + shortcuts can be added to the lock screen. In left-to-right languages, this is the left-hand + side button. In right-to-left languages, this is the right-hand side button. [CHAR LIMIT=16]. --> - <string name="keyguard_slot_name_bottom_start">Left button</string> + <string name="keyguard_slot_name_bottom_start">Left shortcut</string> <!-- - Name of the slot on the "end" side of the bottom of the lock screen, where quick affordance - buttons can be added to the lock screen. In left-to-right languages, this is the right-hand side - button. In right-to-left languages, this is the left-hand side button. [CHAR LIMIT=16]. + Name of the slot on the "end" side of the bottom of the lock screen, where lock screen shortcuts + can be added to the lock screen. In left-to-right languages, this is the right-hand side button. + In right-to-left languages, this is the left-hand side button. [CHAR LIMIT=16]. --> - <string name="keyguard_slot_name_bottom_end">Right button</string> + <string name="keyguard_slot_name_bottom_end">Right shortcut</string> <!-- Name for an option to have no quick affordance selected for one of the sides of the lock @@ -344,4 +410,74 @@ [CHAR LIMIT=60]. --> <string name="keyguard_quick_affordance_none_selected">None</string> + + <!-- + Title for a section in a list of sections in the settings app that allows the user to modify + how notifications behave whilst the device is locked. + + [CHAR LIMIT=32]. + --> + <string name="notifications_section_title">Notifications</string> + + <!-- + Summary for a setting that lets the user toggle between showing or hiding notifications on their + device's lock screen. This one is shown when the user is allowing notifications to show on their + device's lock screen. + + [CHAR LIMIT=64]. + --> + <string name="show_notifications_on_lock_screen">Show notifications on the lock screen</string> + + <!-- + Summary for a setting that lets the user toggle between showing or hiding notifications on their + device's lock screen. This one is shown when the user is not allowing notifications to show on + their device's lock screen. + + [CHAR LIMIT=64]. + --> + <string name="hide_notifications_on_lock_screen">Hide notifications on the lock screen</string> + + <!-- + Title for a section in a list of sections in the settings app that allows the user to access + additional settings related to lock screen behaviour. + + [CHAR LIMIT=32]. + --> + <string name="more_settings_section_title">More options</string> + + <!-- + Summary for a setting that lets the user access additional settings related to lock screen + behaviour. Please note that "Now Playing" is an entity; it's a name of an existing feature + that allows users to see the song that the device is picking up through its microphone on + the lock screen; therefore, it should not be translated literally. + + [CHAR LIMIT=64]. + --> + <string name="more_settings_section_description">Text on lock screen, Now Playing, and more</string> + + <!-- + Label for button that lets the user navigate to a full-screen experience of selecting + system colors. + + [CHAR LIMIT=128]. + --> + <string name="more_colors">More Colors</string> + + <!-- + Accessibility string for a button that allows the user to select the default color for their + lock screen clock on the device. This is shown next to other buttons that allow the user to + select from a set of custom colors. + + [CHAR LIMIT=NONE]. + --> + <string name="content_description_default_color_option">Default color option</string> + + <!-- + Accessibility string for a button that allows the user to select a custom color for their lock + screen clock on the device. This is shown next to other such buttons that allow the user to + select from a set of custom colors. + + [CHAR LIMIT=NONE]. + --> + <string name="content_description_color_option">Color option <xliff:g name="color_number" example="1">%1$d</xliff:g></string> </resources> diff --git a/res/xml/carousel_scene.xml b/res/xml/carousel_scene.xml new file mode 100644 index 00000000..44fb5561 --- /dev/null +++ b/res/xml/carousel_scene.xml @@ -0,0 +1,139 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2023 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. +--> +<MotionScene + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:motion="http://schemas.android.com/apk/res-auto"> + + <Transition + motion:constraintSetStart="@id/start" + motion:constraintSetEnd="@+id/next" + motion:duration="1000" + android:id="@+id/forward"> + <OnSwipe + motion:dragDirection="dragLeft" + motion:touchAnchorSide="left" /> + </Transition> + + <Transition + motion:constraintSetStart="@+id/start" + motion:constraintSetEnd="@+id/previous" + android:id="@+id/backward"> + <OnSwipe + motion:dragDirection="dragRight" + motion:touchAnchorSide="right" /> + </Transition> + + <ConstraintSet android:id="@+id/previous"> + <Constraint + android:id="@+id/item_view_0" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:scaleX="@dimen/clock_carousel_scale" + android:scaleY="@dimen/clock_carousel_scale" + android:alpha="@dimen/clock_carousel_alpha" + motion:layout_constraintEnd_toStartOf="@id/guideline_start" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + <Constraint + android:id="@+id/item_view_1" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + motion:layout_constraintWidth_max="@dimen/clock_carousel_item_width" + motion:layout_constraintHorizontal_bias="0.5" + motion:layout_constraintStart_toStartOf="parent" + motion:layout_constraintEnd_toEndOf="parent" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + <Constraint + android:id="@+id/item_view_2" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:scaleX="@dimen/clock_carousel_scale" + android:scaleY="@dimen/clock_carousel_scale" + android:alpha="@dimen/clock_carousel_alpha" + motion:layout_constraintStart_toStartOf="@id/guideline_end" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + </ConstraintSet> + + <ConstraintSet android:id="@+id/start"> + <Constraint + android:id="@+id/item_view_1" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:scaleX="@dimen/clock_carousel_scale" + android:scaleY="@dimen/clock_carousel_scale" + android:alpha="@dimen/clock_carousel_alpha" + motion:layout_constraintEnd_toStartOf="@id/guideline_start" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + <Constraint + android:id="@+id/item_view_2" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + motion:layout_constraintWidth_max="@dimen/clock_carousel_item_width" + motion:layout_constraintHorizontal_bias="0.5" + motion:layout_constraintStart_toStartOf="parent" + motion:layout_constraintEnd_toEndOf="parent" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + <Constraint + android:id="@+id/item_view_3" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:scaleX="@dimen/clock_carousel_scale" + android:scaleY="@dimen/clock_carousel_scale" + android:alpha="@dimen/clock_carousel_alpha" + motion:layout_constraintStart_toStartOf="@id/guideline_end" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + </ConstraintSet> + + <ConstraintSet android:id="@+id/next"> + <Constraint + android:id="@+id/item_view_2" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:scaleX="@dimen/clock_carousel_scale" + android:scaleY="@dimen/clock_carousel_scale" + android:alpha="@dimen/clock_carousel_alpha" + motion:layout_constraintEnd_toStartOf="@id/guideline_start" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + <Constraint + android:id="@+id/item_view_3" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + motion:layout_constraintWidth_max="@dimen/clock_carousel_item_width" + motion:layout_constraintHorizontal_bias="0.5" + motion:layout_constraintStart_toStartOf="parent" + motion:layout_constraintEnd_toEndOf="parent" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + <Constraint + android:id="@+id/item_view_4" + android:layout_width="@dimen/clock_carousel_item_width" + android:layout_height="@dimen/clock_carousel_item_height" + android:scaleX="@dimen/clock_carousel_scale" + android:scaleY="@dimen/clock_carousel_scale" + android:alpha="@dimen/clock_carousel_alpha" + motion:layout_constraintStart_toStartOf="@id/guideline_end" + motion:layout_constraintTop_toTopOf="parent" + motion:layout_constraintBottom_toBottomOf="parent" /> + </ConstraintSet> + +</MotionScene>
\ No newline at end of file |
