XML thor OS1.0.24.1.22.DEV

This commit is contained in:
ingbrzy 2024-01-27 05:41:34 +00:00
parent 4dfa149fbd
commit 9add47ecdb
17 changed files with 232 additions and 266 deletions

View File

@ -180,6 +180,9 @@
<item>cannon</item>
<item>vili</item>
</string-array>
<string-array name="config_satelliteSignalBooster">
<item>aurora</item>
</string-array>
<string-array name="config_wideColorGamutDevices">
<item>ishtar</item>
<item>liuqin</item>

View File

@ -52,7 +52,7 @@
<string name="bluetooth_permission_later">Not now</string>
<string name="bluetooth_permission_title">Permissions required</string>
<string name="calibrate_rotate_again">Try again</string>
<string name="calibrate_rotate_tip">Tilt the device sharply to make the ball rotate in a circle</string>
<string name="calibrate_rotate_tip">Tilt your device sharply to roll the ball around the circle</string>
<string name="call_button_conference_manager_text">Manage</string>
<string name="call_button_dialer_text">Keyboard</string>
<string name="call_button_tools_text">Features</string>
@ -485,11 +485,19 @@
<string name="required_permissions">android.permission.READ_CONTACTS;android.permission.BLUETOOTH_CONNECT;android.permission.POST_NOTIFICATIONS;android.permission.READ_CALL_LOG;android.permission.READ_MEDIA_AUDIO;android.permission.READ_PHONE_STATE</string>
<string name="respond_via_sms_custom_message">Custom SMS</string>
<string name="satellite_call_failed">Signal interrupted. Try again.</string>
<string name="satellite_debug_antenna">Antenna</string>
<string name="satellite_debug_azimuth">Azimuth</string>
<string name="satellite_debug_compass">Compass</string>
<string name="satellite_debug_evevation">Evevation</string>
<string name="satellite_debug_rssi">Rssi signal strength</string>
<string name="satellite_debug_satellite">Satellite</string>
<string name="satellite_diable_earpiece">"Can't use earpiece with satellite calls"</string>
<string name="satellite_dialog_button">Floating window</string>
<string name="satellite_dialog_cancel">Cancel</string>
<string name="satellite_guide_azimuth">Move until the satellite icon is in the blue area</string>
<string name="satellite_guide_down">"Tilt your device down
to put the ball in the blue area"</string>
<string name="satellite_guide_elevation">Move until the satellite icon is in the blue circle</string>
<string name="satellite_guide_found">Found satellite</string>
<string name="satellite_guide_left">"Tilt your device left
to put the satellite icon in the blue area"</string>
@ -500,6 +508,7 @@ to put the satellite icon in the blue area"</string>
<string name="satellite_guide_up">"Tilt your device up
to put the ball in the blue area"</string>
<string name="satellite_incall_tip">Speaker is on</string>
<string name="satellite_satellite_accessory">"I'm using Tiantong Satellite signal enhancement accessories"</string>
<string name="satellite_service_provider">Service provided by China Telecom</string>
<string name="satellite_state">"Don't move your device"</string>
<string name="satellite_state_auto_exit">Exit (%ds)</string>

View File

@ -1,5 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="alphabet_sub_table_with_starred">
<item>!</item>
<item>A</item>
<item>B</item>
<item>C</item>
<item>H</item>
<item>I</item>
<item>J</item>
<item>K</item>
<item>L</item>
<item>M</item>
<item>N</item>
<item>O</item>
<item>P</item>
<item>Q</item>
<item>R</item>
<item>S</item>
<item>T</item>
<item>U</item>
<item>V</item>
<item>W</item>
<item>X</item>
<item>Y</item>
<item>Z</item>
<item>\#</item>
</string-array>
<string-array name="alphabet_table">
<item>A</item>
<item>B</item>
@ -390,6 +416,18 @@
<item>@string/month_november_shortest</item>
<item>@string/month_december_shortest</item>
</string-array>
<string-array name="multi_floating_package_allow_list">
<item>com.miui.securitycenter</item>
<item>com.miui.weather2</item>
<item>com.android.calendar</item>
<item>com.android.contacts</item>
<item>com.android.mms</item>
<item>com.miui.notes</item>
<item>com.android.settings</item>
<item>com.miui.gallery</item>
<item>com.miui.cloudservice</item>
<item>com.android.deskclock</item>
</string-array>
<string-array name="permissions">
<item>android.permission-group.STORAGE</item>
<item>android.permission-group.LOCATION</item>

View File

@ -4,13 +4,13 @@
<item quantity="other">1 hour ago</item>
</plurals>
<plurals name="abbrev_a_hour_ago">
<item quantity="other">1 hour ago</item>
<item quantity="other">%d hour ago</item>
</plurals>
<plurals name="abbrev_half_hour_ago">
<item quantity="other">Half an hour ago</item>
</plurals>
<plurals name="abbrev_in_a_hour">
<item quantity="other">In 1 hour</item>
<item quantity="other">In %d hour</item>
</plurals>
<plurals name="abbrev_in_half_hour">
<item quantity="other">In half an hour</item>
@ -19,15 +19,15 @@
<item quantity="other">Immediately</item>
</plurals>
<plurals name="abbrev_in_num_minutes">
<item quantity="other">in %d mins</item>
<item quantity="one">in 1 min</item>
<item quantity="other">In %d mins</item>
<item quantity="one">In %d min</item>
</plurals>
<plurals name="abbrev_less_than_one_minute_ago">
<item quantity="other">Just now</item>
</plurals>
<plurals name="abbrev_num_minutes_ago">
<item quantity="other">%d mins ago</item>
<item quantity="one">1 min ago</item>
<item quantity="one">%d min ago</item>
</plurals>
<plurals name="half_hour_ago">
<item quantity="other">Half an hour ago</item>
@ -52,6 +52,10 @@
<item quantity="other">%d items selected</item>
<item quantity="one">%d item selected</item>
</plurals>
<plurals name="mtrl_badge_content_description">
<item quantity="other">%d new notifications</item>
<item quantity="one">%d new notification</item>
</plurals>
<plurals name="num_minutes_ago">
<item quantity="other">%d minutes ago</item>
<item quantity="one">1 minute ago</item>

View File

@ -39,8 +39,18 @@ Make sure your speaker's firmware is up to date."</string>
<string name="am">AM</string>
<string name="androidx_startup">androidx.startup</string>
<string name="app_name">Mi Connect</string>
<string name="appbar_scrolling_view_behavior">com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior</string>
<string name="bottom_sheet_behavior">com.google.android.material.bottomsheet.BottomSheetBehavior</string>
<string name="bottomsheet_action_collapse">Collapse the bottom sheet</string>
<string name="bottomsheet_action_expand">Expand the bottom sheet</string>
<string name="bottomsheet_action_expand_halfway">Expand halfway</string>
<string name="bottomsheet_drag_handle_clicked">Drag handle double-tapped</string>
<string name="bottomsheet_drag_handle_content_description">Drag handle</string>
<string name="bt_audio_share_notification_content">Tap to view options</string>
<string name="bt_audio_share_notification_title">Sharing audio</string>
<string name="character_counter_content_description">Characters entered %1$d of %2$d</string>
<string name="character_counter_overflowed_content_description">Character limit exceeded %1$d of %2$d</string>
<string name="character_counter_pattern">%1$d/%2$d</string>
<string name="chinese_day_1">初一</string>
<string name="chinese_day_10">初十</string>
<string name="chinese_day_11">十一</string>
@ -109,10 +119,12 @@ Make sure your speaker's firmware is up to date."</string>
<string name="chinese_symbol_animals_sheep"></string>
<string name="chinese_symbol_animals_snake"></string>
<string name="chinese_symbol_animals_tiger"></string>
<string name="clear_text_end_icon_content_description">Clear text</string>
<string name="clearable_edittext_clear_description">Clear</string>
<string name="close">Close</string>
<string name="connecting_a2dp">Connecting…</string>
<string name="continuity_startup">continuity.startup</string>
<string name="copy">Copy</string>
<string name="date_picker_label_day" />
<string name="date_picker_label_month" />
<string name="date_picker_label_year" />
@ -138,7 +150,13 @@ Make sure your speaker's firmware is up to date."</string>
<string name="enable_location_alert_title">Turn on location services</string>
<string name="eras_ad">CE</string>
<string name="eras_bc">BCE</string>
<string name="error_a11y_label">Error: invalid</string>
<string name="error_icon_content_description">Error</string>
<string name="evening">Afternoon</string>
<string name="expand_button_title">Advanced</string>
<string name="exposed_dropdown_menu_content_description">Show dropdown menu</string>
<string name="fab_transformation_scrim_behavior">com.google.android.material.transformation.FabTransformationScrimBehavior</string>
<string name="fab_transformation_sheet_behavior">com.google.android.material.transformation.FabTransformationSheetBehavior</string>
<string name="fmt_chinese_date">N月e</string>
<string name="fmt_date">D</string>
<string name="fmt_date_day">d</string>
@ -205,23 +223,64 @@ Make sure your speaker's firmware is up to date."</string>
<string name="heavenly_stems_wu"></string>
<string name="heavenly_stems_xin"></string>
<string name="heavenly_stems_yi"></string>
<string name="hide_bottom_view_on_scroll_behavior">com.google.android.material.behavior.HideBottomViewOnScrollBehavior</string>
<string name="huanji_connecting_message">A Mi Mover request has been sent to you from another device. Download and install Mi Mover to continue.</string>
<string name="huanji_connecting_title">Mi Mover request</string>
<string name="icon_content_description">Dialog Icon</string>
<string name="item_view_role_description">Tab</string>
<string name="m3_ref_typeface_brand_medium">sans-serif-medium</string>
<string name="m3_ref_typeface_brand_regular">sans-serif</string>
<string name="m3_ref_typeface_plain_medium">sans-serif-medium</string>
<string name="m3_ref_typeface_plain_regular">sans-serif</string>
<string name="m3_sys_motion_easing_emphasized">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string>
<string name="m3_sys_motion_easing_emphasized_accelerate">cubic-bezier(0.3, 0, 0.8, 0.2)</string>
<string name="m3_sys_motion_easing_emphasized_decelerate">cubic-bezier(0.1, 0.7, 0.1, 1)</string>
<string name="m3_sys_motion_easing_emphasized_path_data">M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1</string>
<string name="m3_sys_motion_easing_legacy">cubic-bezier(0.4, 0, 0.2, 1)</string>
<string name="m3_sys_motion_easing_legacy_accelerate">cubic-bezier(0.4, 0, 1, 1)</string>
<string name="m3_sys_motion_easing_legacy_decelerate">cubic-bezier(0, 0, 0.2, 1)</string>
<string name="m3_sys_motion_easing_linear">cubic-bezier(0, 0, 1, 1)</string>
<string name="m3_sys_motion_easing_standard">cubic-bezier(0.2, 0, 0, 1)</string>
<string name="m3_sys_motion_easing_standard_accelerate">cubic-bezier(0.3, 0, 1, 1)</string>
<string name="m3_sys_motion_easing_standard_decelerate">cubic-bezier(0, 0, 0, 1)</string>
<string name="material_clock_display_divider">:</string>
<string name="material_clock_toggle_content_description">Select AM or PM</string>
<string name="material_hour_24h_suffix">%1$s hours</string>
<string name="material_hour_selection">Select hour</string>
<string name="material_hour_suffix">"%1$s o'clock"</string>
<string name="material_minute_selection">Select minutes</string>
<string name="material_minute_suffix">%1$s minutes</string>
<string name="material_motion_easing_accelerated">cubic-bezier(0.4, 0.0, 1.0, 1.0)</string>
<string name="material_motion_easing_decelerated">cubic-bezier(0.0, 0.0, 0.2, 1.0)</string>
<string name="material_motion_easing_emphasized">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string>
<string name="material_motion_easing_linear">cubic-bezier(0.0, 0.0, 1.0, 1.0)</string>
<string name="material_motion_easing_standard">cubic-bezier(0.4, 0.0, 0.2, 1.0)</string>
<string name="material_slider_range_end">Range end</string>
<string name="material_slider_range_start">Range start</string>
<string name="material_slider_value">Value</string>
<string name="material_timepicker_am">AM</string>
<string name="material_timepicker_clock_mode_description">Switch to clock mode for the time input.</string>
<string name="material_timepicker_hour">Hour</string>
<string name="material_timepicker_minute">Minute</string>
<string name="material_timepicker_pm">PM</string>
<string name="material_timepicker_select_time">Select time</string>
<string name="material_timepicker_text_input_mode_description">Switch to text input mode for the time input.</string>
<string name="midnight">Night</string>
<string name="miui_transfer_history_title">Bluetooth transfers</string>
<string name="miui_transfer_inbound_title">Inbound</string>
<string name="miui_transfer_outbound_title">Outbound</string>
<string name="miuix_access_state_desc">Selected</string>
<string name="miuix_alphabet_indexer_name">Index bar</string>
<string name="miuix_appcompat_action_mode_deselect_all">Deselect</string>
<string name="miuix_appcompat_action_mode_deselect_all">Deselect all</string>
<string name="miuix_appcompat_action_mode_select_all">Select all</string>
<string name="miuix_appcompat_action_mode_title_empty">Select items</string>
<string name="miuix_appcompat_actionbar_immersion_button_more_description">More</string>
<string name="miuix_appcompat_cancel_description">Cancel</string>
<string name="miuix_appcompat_confirm_description">Confirm</string>
<string name="miuix_appcompat_delete_description">Delete</string>
<string name="miuix_appcompat_deselect_all">Deselect</string>
<string name="miuix_appcompat_deselect_all">Deselect all</string>
<string name="miuix_appcompat_deselect_all_description">Deselect all</string>
<string name="miuix_appcompat_edit">Edit</string>
<string name="miuix_appcompat_search_action_mode_cancel">Cancel</string>
<string name="miuix_appcompat_search_input_description">Search</string>
<string name="miuix_appcompat_select_all">Select all</string>
@ -278,22 +337,96 @@ Make sure your speaker's firmware is up to date."</string>
<string name="month_september_shortest">Sep</string>
<string name="more">More</string>
<string name="morning">Morning</string>
<string name="mtrl_badge_numberless_content_description">New notification</string>
<string name="mtrl_checkbox_button_icon_path_checked">M14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6z</string>
<string name="mtrl_checkbox_button_icon_path_group_name">icon</string>
<string name="mtrl_checkbox_button_icon_path_indeterminate">M13.4,15 11,15 11,17 13.4,17 21,17 21,15z</string>
<string name="mtrl_checkbox_button_icon_path_name">icon path</string>
<string name="mtrl_checkbox_button_path_checked">M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z</string>
<string name="mtrl_checkbox_button_path_group_name">button</string>
<string name="mtrl_checkbox_button_path_name">button path</string>
<string name="mtrl_checkbox_button_path_unchecked">M23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z</string>
<string name="mtrl_checkbox_state_description_checked">Checked</string>
<string name="mtrl_checkbox_state_description_indeterminate">Partially checked</string>
<string name="mtrl_checkbox_state_description_unchecked">Not checked</string>
<string name="mtrl_chip_close_icon_content_description">Remove %1$s</string>
<string name="mtrl_exceed_max_badge_number_content_description">More than %1$d new notifications</string>
<string name="mtrl_exceed_max_badge_number_suffix">%1$d%2$s</string>
<string name="mtrl_picker_a11y_next_month">Change to next month</string>
<string name="mtrl_picker_a11y_prev_month">Change to previous month</string>
<string name="mtrl_picker_announce_current_range_selection">Start date selection: %1$s End date selection: %2$s</string>
<string name="mtrl_picker_announce_current_selection">Current selection: %1$s</string>
<string name="mtrl_picker_announce_current_selection_none">none</string>
<string name="mtrl_picker_cancel">Cancel</string>
<string name="mtrl_picker_confirm">OK</string>
<string name="mtrl_picker_date_header_selected">%1$s</string>
<string name="mtrl_picker_date_header_title">Select Date</string>
<string name="mtrl_picker_date_header_unselected">Selected date</string>
<string name="mtrl_picker_day_of_week_column_header">Column of days: %1$s</string>
<string name="mtrl_picker_end_date_description">End date %1$s</string>
<string name="mtrl_picker_invalid_format">Invalid format.</string>
<string name="mtrl_picker_invalid_format_example">Example: %1$s</string>
<string name="mtrl_picker_invalid_format_use">Use: %1$s</string>
<string name="mtrl_picker_invalid_range">Invalid range.</string>
<string name="mtrl_picker_navigate_to_current_year_description">Navigate to current year %1$d</string>
<string name="mtrl_picker_navigate_to_year_description">Navigate to year %1$d</string>
<string name="mtrl_picker_out_of_range">Out of range: %1$s</string>
<string name="mtrl_picker_range_header_only_end_selected">Start date %1$s</string>
<string name="mtrl_picker_range_header_only_start_selected">%1$s End date</string>
<string name="mtrl_picker_range_header_selected">%1$s %2$s</string>
<string name="mtrl_picker_range_header_title">Select Range</string>
<string name="mtrl_picker_range_header_unselected">Start date End date</string>
<string name="mtrl_picker_save">Save</string>
<string name="mtrl_picker_start_date_description">Start date %1$s</string>
<string name="mtrl_picker_text_input_date_hint">Date</string>
<string name="mtrl_picker_text_input_date_range_end_hint">End date</string>
<string name="mtrl_picker_text_input_date_range_start_hint">Start date</string>
<string name="mtrl_picker_text_input_day_abbr">d</string>
<string name="mtrl_picker_text_input_month_abbr">m</string>
<string name="mtrl_picker_text_input_year_abbr">y</string>
<string name="mtrl_picker_today_description">Today %1$s</string>
<string name="mtrl_picker_toggle_to_calendar_input_mode">Switch to calendar input mode</string>
<string name="mtrl_picker_toggle_to_day_selection">Tap to switch to Calendar view</string>
<string name="mtrl_picker_toggle_to_text_input_mode">Switch to text input mode</string>
<string name="mtrl_picker_toggle_to_year_selection">Tap to switch to year view</string>
<string name="mtrl_switch_thumb_group_name">circle_group</string>
<string name="mtrl_switch_thumb_path_checked">M4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16</string>
<string name="mtrl_switch_thumb_path_morphing">M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16</string>
<string name="mtrl_switch_thumb_path_name">circle</string>
<string name="mtrl_switch_thumb_path_pressed">M2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16</string>
<string name="mtrl_switch_thumb_path_unchecked">M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16</string>
<string name="mtrl_switch_track_decoration_path">M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16</string>
<string name="mtrl_switch_track_path">M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16</string>
<string name="mtrl_timepicker_cancel">Cancel</string>
<string name="mtrl_timepicker_confirm">OK</string>
<string name="nfc_tip_ad2p_success">音乐接力成功</string>
<string name="nfc_wifi_connect_title">Automatic Wi-Fi connection</string>
<string name="night">Evening</string>
<string name="noon">Midday</string>
<string name="not_set">Not set</string>
<string name="notice_audio_share_disconnected">No longer sharing audio due to interrupted connection</string>
<string name="notification_name">Discover devices</string>
<string name="notification_scanning">Searching for devices nearby…</string>
<string name="ok">Done</string>
<string name="password_toggle_content_description">Show password</string>
<string name="path_password_eye">M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z</string>
<string name="path_password_eye_mask_strike_through">M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z</string>
<string name="path_password_eye_mask_visible">M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z</string>
<string name="path_password_strike_through">M3.27,4.27 L19.74,20.74</string>
<string name="pm">PM</string>
<string name="preference_copied">\"%1$s\" copied to clipboard.</string>
<string name="rationale_ask">This app may not work correctly without the requested permissions.</string>
<string name="rationale_ask_again">This app may not work correctly without the requested permissions. Open the app settings screen to modify app permissions.</string>
<string name="saturday">Saturday</string>
<string name="saturday_short">Sat</string>
<string name="saturday_shortest">Sat</string>
<string name="search_menu_title">Search</string>
<string name="searchbar_scrolling_view_behavior">com.google.android.material.search.SearchBar$ScrollingViewBehavior</string>
<string name="searchview_clear_text_content_description">Clear text</string>
<string name="searchview_navigation_content_description">Back</string>
<string name="send">Send</string>
<string name="side_sheet_accessibility_pane_title">Side Sheet</string>
<string name="side_sheet_behavior">com.google.android.material.sidesheet.SideSheetBehavior</string>
<string name="snapdragon_sound_notification_content">This device supports Qualcomm® Snapdragon Sound™ technology</string>
<string name="snapdragon_sound_notification_title">Bluetooth</string>
<string name="solar_term_autumn_begins">Autumn begins</string>
@ -321,6 +454,7 @@ Make sure your speaker's firmware is up to date."</string>
<string name="solar_term_winter_begins">Winter begins</string>
<string name="solar_term_winter_solstice">Winter solstice</string>
<string name="status_bar_notification_info_overflow">999+</string>
<string name="summary_collapsed_preference_list">%1$s, %2$s</string>
<string name="sunday">Sunday</string>
<string name="sunday_short">Sun</string>
<string name="sunday_shortest">Sun</string>
@ -390,6 +524,8 @@ Make sure your speaker's firmware is up to date."</string>
<string name="tuesday">Tuesday</string>
<string name="tuesday_short">Tue</string>
<string name="tuesday_shortest">Tue</string>
<string name="v7_preference_off">OFF</string>
<string name="v7_preference_on">ON</string>
<string name="wednesday">Wednesday</string>
<string name="wednesday_short">Wed</string>
<string name="wednesday_shortest">Wed</string>

View File

@ -228,12 +228,6 @@
<item>@string/heavenly_stems_ren</item>
<item>@string/heavenly_stems_gui</item>
</string-array>
<array name="mi_default_blend_colors">
<item>#804d4d4d</item>
<item>18</item>
<item>#26d9d9d9</item>
<item>3</item>
</array>
<string-array name="months">
<item>@string/month_january</item>
<item>@string/month_february</item>

View File

@ -92,8 +92,4 @@
<item quantity="other">%d minutes ago</item>
<item quantity="one">1 minute ago</item>
</plurals>
<plurals name="remember_number_habit">
<item quantity="other">Remembered %1$d patterns</item>
<item quantity="one">Remembered %1$d pattern</item>
</plurals>
</resources>

View File

@ -370,9 +370,6 @@ your devices?"</string>
<string name="circulate_open_in_tv">Open on TV</string>
<string name="circulate_pad_app_continuity">"Using phone's %1$s"</string>
<string name="circulate_pad_card_being_used_camera">"Using phone's camera on tablet"</string>
<string name="circulate_pad_card_being_used_cellular">Tablet is using mobile data</string>
<string name="circulate_pad_card_being_used_cellular_wifi">Wi-Fi signal shared with tablet</string>
<string name="circulate_pad_card_being_used_cellular_wifi_china">Wi-Fi signal shared with tablet</string>
<string name="circulate_pad_card_use_camera">"Use tablet's camera"</string>
<string name="circulate_pad_card_use_desktop">Share Home screen to tablet</string>
<string name="circulate_pad_card_using_camera">"Using tablet's camera"</string>
@ -385,12 +382,8 @@ your devices?"</string>
<string name="circulate_phone_app_continuity">Using %1$s on tablet</string>
<string name="circulate_phone_card_being_used_camera">"Using tablet's camera on phone"</string>
<string name="circulate_phone_card_use_camera">"Use phone's camera"</string>
<string name="circulate_phone_card_use_cellular">"Use phone's mobile data"</string>
<string name="circulate_phone_card_use_desktop">"View phone's Home screen"</string>
<string name="circulate_phone_card_using_camera">"Using phone's camera…"</string>
<string name="circulate_phone_card_using_cellular">"Using phone's mobile data"</string>
<string name="circulate_phone_card_using_cellular_wifi">"Using phone's Wi-Fi signal"</string>
<string name="circulate_phone_card_using_cellular_wifi_china">"Using phone's Wi-Fi signal"</string>
<string name="circulate_phone_card_using_desktop">"Viewing phone's Home screen…"</string>
<string name="circulate_public_device_title_format">"%1$s's %2$s"</string>
<string name="circulate_ringfind_button_hint_play">Play sound</string>
@ -459,7 +452,6 @@ your devices?"</string>
<string name="connect_settings_application_ecological">Combine apps</string>
<string name="connect_settings_base">Interconnectivity</string>
<string name="connect_settings_category_connection_car">Car features</string>
<string name="connect_settings_category_hyper_mind">HyperMind</string>
<string name="connect_settings_category_personal_device">Personal devices</string>
<string name="connect_settings_communication_sharing">Wireless tethering</string>
<string name="connect_settings_connect_permission">Interconnectivity and permissions</string>
@ -467,7 +459,6 @@ your devices?"</string>
<string name="connect_settings_connection_service">Xiaomi Interconnectivity</string>
<string name="connect_settings_corp_network">Network assistance</string>
<string name="connect_settings_corp_phone">Calls</string>
<string name="connect_settings_hyper_mind">HyperMind</string>
<string name="connect_settings_nfc_share">Transfer items via NFC</string>
<string name="connect_settings_not_opened">Off</string>
<string name="connect_settings_opened">On</string>
@ -479,7 +470,6 @@ your devices?"</string>
<string name="connect_settings_summary"><Data>Automatically discover nearby devices signed in to your Xiaomi Account and connect them to each other to perform a variety of tasks across multiple devices. &lt;a href=%1$s>Learn more&lt;/a></Data></string>
<string name="connect_settings_summary_connection_service">Allow your devices to interact with each other wirelessly</string>
<string name="connect_settings_summary_corp_phone">Answer calls on nearby tablets or computers signed in to your Xiaomi Account</string>
<string name="connect_settings_summary_hyper_mind">This feature learns your patterns and uses them to control your smart home devices. Powered by Mi AI.</string>
<string name="connect_settings_summary_relay_app">Continue tasks in the same app on another device</string>
<string name="connect_settings_summary_share_clipboard">Paste text and images to other devices within %d minutes after copying them on this device</string>
<string name="connect_settings_summary_share_launcher_pad">View and interact with the Home screens of nearby phones signed in to your Xiaomi Account</string>
@ -823,47 +813,6 @@ If you need to turn on Miracast, press the [MENU] button and select My apps > Ca
%1$d. If you encounter any issues, you can report them using our \"Services &amp; feedback\" app."</string>
<string name="help_page_text_end">"If the brand of your device isn't listed here, contact the manufacturer to learn more about casting functionality."</string>
<string name="hide_bottom_view_on_scroll_behavior">com.google.android.material.behavior.HideBottomViewOnScrollBehavior</string>
<string name="hm_always">Remember</string>
<string name="hm_conflict_title">Paused pattern: %1$s</string>
<string name="hm_conflict_toast">You have a conflicting smart home scene or automation. Edit it in the app first.</string>
<string name="hm_go_to_help">View help</string>
<string name="hm_go_to_login">Sign in</string>
<string name="hm_go_to_open_setting">Turn on</string>
<string name="hm_habit_info_describe">"Let devices adapt to your needs
by learning how you use them"</string>
<string name="hm_habit_info_empty_describe">"Keep using your devices
so Xiaomi HyperMind can learn and refine patterns"</string>
<string name="hm_habit_info_list_empty">Learning patterns…</string>
<string name="hm_help">Help</string>
<string name="hm_knew">Got it</string>
<string name="hm_more">更多</string>
<string name="hm_pause_habit">Pause</string>
<string name="hm_please_login_mi_account">Sign in to your Xiaomi Account to get started</string>
<string name="hm_remember">Remember</string>
<string name="hm_resume_habit">Resume</string>
<string name="hm_setting_mode">模式</string>
<string name="hm_setting_mode_subtitle">开启后能更快产生习惯,但功耗会增加</string>
<string name="hm_setting_mode_title">极速体验模式</string>
<string name="hm_setting_subtitle_off">关闭后,已学习的习惯将全部清除。</string>
<string name="hm_setting_subtitle_on">开启后,已学习的习惯将全部清除。</string>
<string name="hm_setting_title_off">确认关闭极速体验模式?</string>
<string name="hm_setting_title_on">确认开启极速体验模式?</string>
<string name="hm_setup">Settings</string>
<string name="hm_time_has_paused">Paused</string>
<string name="hm_time_just_remembered">Learned just now</string>
<string name="hm_time_long_ago">Long time ago</string>
<string name="hm_time_not_executed">Not used yet</string>
<string name="hm_time_recent_week">This week</string>
<string name="hm_time_today">Today</string>
<string name="hm_time_yesterday">Yesterday</string>
<string name="hm_toast_log_in">Sign in to your Xiaomi Account first</string>
<string name="hm_xiaomi_hyper_mind">Xiaomi HyperMind</string>
<string name="hyper_mind">HyperMind</string>
<string name="hyper_mind_close_warning">Attention</string>
<string name="hyper_mind_close_warning_checkbox">"Don't show again"</string>
<string name="hyper_mind_close_warning_content">If you turn off this feature, HyperMind will no longer be able to learn or use your patterns. If you want to withdraw your consent to our collection of your data, tap &lt;a href=%1$s>here&lt;/a>.</string>
<string name="hyper_mind_close_warning_ok">Got it</string>
<string name="hyper_mind_xiaomi">Xiaomi</string>
<string name="icon_content_description">Dialog Icon</string>
<string name="invisible_mode_dialog_content">"Can't use casting when you're incognito. Turn off Incognito mode first."</string>
<string name="invisible_mode_dialog_content_audio_relay">"Can't transfer playback when you're incognito. Turn off Incognito mode first."</string>
@ -1445,7 +1394,6 @@ Make sure you've turned on Game Turbo before casting games."</string>
<string name="trust_device_manager">Manage trusted devices</string>
<string name="trust_device_none">No trusted devices here</string>
<string name="trust_device_title">Trusted devices</string>
<string name="try_multipurpose_equipment">Keep using devices to adapt them to your needs</string>
<string name="tuesday">Tuesday</string>
<string name="tuesday_short">Tue</string>
<string name="tuesday_shortest">Tue</string>

View File

@ -393,6 +393,8 @@ aren't generated in Second space"</string>
<string name="focus_time_exception_tip">Looks like system time changed. Turned off Focus mode.</string>
<string name="follow_apps_settings">Based on app settings</string>
<string name="follow_sim1">Apply SIM 1 settings</string>
<string name="footer_global_fps">"
%1$d. When you turn on Performance mode, the refresh rate will be switched to the system maximum of %2$d Hz. High refresh rate app settings will be temporarily unavailable."</string>
<string name="footer_max_fps" formatted="false">"
%d. Refresh rate can be adjusted to up to %s Hz for supported apps and games."</string>
<string name="force_rest">Use session breaks</string>
@ -680,7 +682,9 @@ aren't generated in Second space"</string>
<string name="scarlet_macaw">Macaw</string>
<string name="scarlet_macaw_info">Macaws are long-tailed, often colorful, New World parrots.</string>
<string name="screen_cancel">Cancel</string>
<string name="screen_color_preview_ratio">2:1</string>
<string name="screen_confirm">Turn on</string>
<string name="screen_fps_string">Hz</string>
<string name="screen_fps_summary_power_save">Using fixed rate consumes less power</string>
<string name="screen_fps_summary_smooth">Some apps will increase refresh rate automatically to improve picture quality</string>
<string name="screen_fps_title">Refresh rate</string>

View File

@ -57,50 +57,6 @@
<item quantity="other">%d years</item>
<item quantity="one">%d year</item>
</plurals>
<plurals name="ai_create_image_queue">
<item quantity="other">%1d people in front of you</item>
<item quantity="one">%1d person in front of you</item>
</plurals>
<plurals name="ai_create_remain_time_hour">
<item quantity="other">Waiting time: %s hrs</item>
<item quantity="one">Waiting time: %s hr</item>
</plurals>
<plurals name="ai_create_remain_time_minute">
<item quantity="other">Waiting time: %s mins</item>
<item quantity="one">Waiting time: %s min</item>
</plurals>
<plurals name="ai_creation_wait_message_time">
<item quantity="other">Creating… | Waiting time: %d secs</item>
<item quantity="one">Creating… | Waiting time: %d sec</item>
</plurals>
<plurals name="ai_creation_wait_queue">
<item quantity="other">Creating… | %d people in front of you</item>
<item quantity="one">Creating… | %d person in front of you</item>
</plurals>
<plurals name="ai_creation_wait_time_minute">
<item quantity="other">Waiting time: %d mins</item>
<item quantity="one">Waiting time: %d min</item>
</plurals>
<plurals name="ai_enhance_bar_waiting">
<item quantity="other">Creating… | %d secs remaining</item>
<item quantity="one">Creating… | %d sec remaining</item>
</plurals>
<plurals name="ai_hour">
<item quantity="other">%s hrs</item>
<item quantity="one">%s hr</item>
</plurals>
<plurals name="ai_image_over_limit_msg">
<item quantity="other">One person can create up to %d AI images.</item>
<item quantity="one">One person can create up to %d AI image.</item>
</plurals>
<plurals name="ai_minute">
<item quantity="other">%d mins</item>
<item quantity="one">%d min</item>
</plurals>
<plurals name="ai_select_photo_time_count">
<item quantity="other">Selecting photos (%d secs remaining)…</item>
<item quantity="one">Selecting photos (%d sec remaining)…</item>
</plurals>
<plurals name="album_already_share_user_count">
<item quantity="other">Shared to %d people</item>
<item quantity="one">Shared to %d person</item>
@ -432,10 +388,6 @@
<item quantity="other">Removed %1$d photos from \"%2$s\".</item>
<item quantity="one">Removed %1$d photo from \"%2$s\".</item>
</plurals>
<plurals name="search_title_ai">
<item quantity="other">Found %d items</item>
<item quantity="one">Found %d item</item>
</plurals>
<plurals name="send_apk_dialog_desc">
<item quantity="other">%2$d installation packages (%3$s) from %1$s</item>
<item quantity="one">%2$d installation package (%3$s) from %1$s</item>

View File

@ -104,6 +104,7 @@
<string name="add_to_secret_successful">Added to private album</string>
<string name="add_to_share_album_not_delete">"Can't delete photo from Shared Album"</string>
<string name="add_to_trust_device">This is a trusted device</string>
<string name="added_to_clipboard_description">"This video hasn't been downloaded to your device. Download and copy to clipboard now?"</string>
<string name="added_to_clipboard_toast">Copied successfully</string>
<string name="added_to_favorites">Added to favorites</string>
<string name="added_to_favorites_desc">Added to favorites</string>
@ -134,151 +135,11 @@
<string name="agreement_quit">Exit</string>
<string name="agreement_required_tip">(Mandatory)</string>
<string name="agreement_summary">Legal documents</string>
<string name="ai_agree_privacy_btn">Agree</string>
<string name="ai_album_creating_image_tip">Creating AI image…</string>
<string name="ai_album_open_switch_button_title">Start analyzing photos</string>
<string name="ai_album_requesting_title">AI algorithm is still processing your photos. Come back in a while.</string>
<string name="ai_album_setting_key_word">Search for photos</string>
<string name="ai_album_setting_sub_title">Allow AI algorithm to identify people, places, and objects on your photos so you could find them faster.</string>
<string name="ai_album_setting_title">Identify objects on photos</string>
<string name="ai_cancel">Cancel</string>
<string name="ai_cancel_image_message">"Uploaded photos won't be saved if you stop now."</string>
<string name="ai_cancel_image_title">Stop creating this AI image?</string>
<string name="ai_confirm">OK</string>
<string name="ai_confirm_cancel_image_btn">Stop</string>
<string name="ai_confirm_create_image">Create AI image</string>
<string name="ai_confirm_delete_image_message">"You won't be able to create new photos based on this image after you delete it."</string>
<string name="ai_confirm_delete_image_title">Delete AI image?</string>
<string name="ai_continue_create_btn">Continue</string>
<string name="ai_continue_update_image_btn">Continue</string>
<string name="ai_continue_upload_photo">Continue</string>
<string name="ai_create_ai_image">Create AI image</string>
<string name="ai_create_image_fail">"Couldn't create AI image due to a server error. Try again."</string>
<string name="ai_create_image_fail_by_illegal_photo">"Looks like the photos you uploaded violate our community standards.
Try creating the AI image with different photos."</string>
<string name="ai_create_image_fail_by_net">"Couldn't create AI image. Our servers are too busy now. Try again."</string>
<string name="ai_create_image_photo_tip">Photos will be deleted from our servers after the AI image is created</string>
<string name="ai_create_image_queue_time">%1$s | %2$s</string>
<string name="ai_create_image_tip">Photos will be deleted from our servers after the AI image is created</string>
<string name="ai_create_remain_time" formatted="false">Waiting time: %1s %2s</string>
<string name="ai_creating_image_tip">"You'll receive a notification when your image is ready"</string>
<string name="ai_creating_image_title">Creating AI image…</string>
<string name="ai_creation_button">Create portrait</string>
<string name="ai_creation_button_msg">Create more portraits</string>
<string name="ai_creation_container_title">History</string>
<string name="ai_creation_count_limit_msg">"Can't create more portraits today. Come back tomorrow!"</string>
<string name="ai_creation_delete_msg">Delete this history record now?</string>
<string name="ai_creation_delete_title">Attention</string>
<string name="ai_creation_recreate_button">Start over</string>
<string name="ai_creation_save_failed_msg">"Couldn't save. Try again."</string>
<string name="ai_creation_save_success_msg">Saved successfully</string>
<string name="ai_creation_wait_message">Creating… | %1$s | %2$s</string>
<string name="ai_cta_agree_btn">Allow</string>
<string name="ai_cta_dialog_message">Allow Gallery to connect to the internet to be able to create AI portraits.</string>
<string name="ai_cta_dialog_title">Permissions required</string>
<string name="ai_cta_refuse_btn">No thanks</string>
<string name="ai_deal_file_tip">"Don't leave this page"</string>
<string name="ai_deal_file_title">Processing photos…</string>
<string name="ai_deal_tile_text">Calculating required time…</string>
<string name="ai_delete_image_fail">"Couldn't delete. Try again."</string>
<string name="ai_delete_image_progress_message">Deleting…</string>
<string name="ai_delete_image_success">Deleted AI image successfully</string>
<string name="ai_download_filter_photo_so_confirm_btn">Download</string>
<string name="ai_download_filter_photo_so_downloading">Downloading plug-in…</string>
<string name="ai_download_filter_photo_so_message">To be able to use all AI portrait features, download the plug-in first.</string>
<string name="ai_download_filter_photo_so_title">Download plug-in</string>
<string name="ai_download_filter_so_fail_toast">"Couldn't download plug-in. Try again."</string>
<string name="ai_enhance_bar_default">Generate HD image</string>
<string name="ai_enhance_bar_failed">"Couldn't generate HD image"</string>
<string name="ai_ensure_exit_select_message">"You'll have to select photos again next time."</string>
<string name="ai_ensure_exit_select_title">Exit now?</string>
<string name="ai_entrance_description">Create an AI image based on photos of people and generate their portraits</string>
<string name="ai_entrance_title">AI portrait</string>
<string name="ai_exit">Exit</string>
<string name="ai_filter_album_tag">People with insufficient photos were filtered out</string>
<string name="ai_free_creation_button">Create</string>
<string name="ai_free_creation_container_msg">For example: A walk on the beach</string>
<string name="ai_free_creation_container_title">Enter description</string>
<string name="ai_free_creation_illegal_text_toast">This text violates our community standards. Rewrite your message.</string>
<string name="ai_free_creation_random_button">Random</string>
<string name="ai_free_creation_text_container_tips">"Our AI image generator is constantly improving. If you aren't satisfied with the results, you can always try again a bit later!"</string>
<string name="ai_free_creation_text_count_exceed_limit">The text you entered is too long</string>
<string name="ai_free_creation_text_illage">This description violates our community standards</string>
<string name="ai_free_theme_subtitle">Based on descriptions</string>
<string name="ai_free_theme_title">Text based</string>
<string name="ai_get_it_btn">Got it</string>
<string name="ai_go_to_select_photo">Select photos</string>
<string name="ai_has_image_tip">AI image created</string>
<string name="ai_have_a_think_btn">Cancel</string>
<string name="ai_illegal_photo_tip">"Looks like the photos you selected violate our community standards.
Select other photos instead and try again."</string>
<string name="ai_image_count_limit_msg">"Can't create more AI images today. Come back tomorrow!"</string>
<string name="ai_image_creating_failed_msg">"Couldn't create image for %s"</string>
<string name="ai_image_creating_msg">Creating image for %s</string>
<string name="ai_image_manager_re_create_tip">Add or delete photos to update your AI image</string>
<string name="ai_image_manager_title">Manage AI image</string>
<string name="ai_image_not_creatable">"AI image is being updated now. Try again after it's done."</string>
<string name="ai_image_over_limit_button_cancel">Got it</string>
<string name="ai_image_over_limit_button_create">Continue</string>
<string name="ai_image_over_limit_title">"Can't create AI image"</string>
<string name="ai_image_privacy_message"><Data>"Welcome to AI portraits!&lt;br/>To be able to provide services to you, we need to collect the necessary personal information:&lt;br/>&lt;xliff:g refersto=1 id=INDEX_1>%1$s&lt;/xliff:g>. To create AI portraits, you'll have to upload &lt;b>photos of people&lt;/b> to our servers. We'll collect and process the information about their &lt;b>faces&lt;/b> to generate an AI model.&lt;br/>&lt;xliff:g refersto=2 id=INDEX_2>%2$s&lt;/xliff:g>. When you upload &lt;b>photos of people&lt;/b>, we'll sync &lt;b>their names and profile photos&lt;/b> from the corresponding albums and associate this information with AI images.&lt;br/>&lt;xliff:g refersto=3 id=INDEX_3>%3$s&lt;/xliff:g>. When you create AI images based on text, we'll collect the &lt;b>description&lt;/b> you provide in order to generate images.&lt;br/>We only collect personal information that is necessary for the specific features of our products and services that you use. You can learn how we collect and process personal information in the &lt;a href=\"%4$s\">AI Portraits Privacy Policy&lt;/a>.&lt;br/>Read and agree to &lt;a href=\"%5$s\">AI Portraits User Agreement&lt;/a> and &lt;a href=\"%6$s\">AI Portraits Privacy Policy&lt;/a> before you continue."</Data></string>
<string name="ai_input_name_hint">Enter name</string>
<string name="ai_loading">Just a sec…</string>
<string name="ai_multi_window_tip">"This page can't be viewed in Split screen"</string>
<string name="ai_network_failed">"Couldn't connect to the network. Wait a minute or two and try again."</string>
<string name="ai_new_name_title">Name this AI image</string>
<string name="ai_no_access_message">"Looks like you aren't a Beta tester now. Apply on Xiaomi Community to start creating portraits using AI!"</string>
<string name="ai_no_access_title">Beta tester permissions required</string>
<string name="ai_no_net_toast">"Couldn't connect to the network. Try again."</string>
<string name="ai_normal_theme_button">Create</string>
<string name="ai_photo_upload_fail">"Couldn't upload. Try again."</string>
<string name="ai_photos_upload_fail_tip">"%s's photos haven't been uploaded yet. You can continue uploading photos now."</string>
<string name="ai_preview_failed_retry_button">Try again</string>
<string name="ai_privacy_tip_1">ID photo</string>
<string name="ai_privacy_tip_2">Birthday portrait</string>
<string name="ai_privacy_tip_input">Text description</string>
<string name="ai_privacy_title">Privacy statement</string>
<string name="ai_re_create_image">Try again</string>
<string name="ai_ready_to_have_try">Start</string>
<string name="ai_recreate_image_cancel_text_btn">Continue</string>
<string name="ai_recreate_image_confirm_text_btn">Select</string>
<string name="ai_recreate_image_dialog_msg">You can continue uploading photos or select new ones.</string>
<string name="ai_recreate_image_dialog_title">"%s's photos haven't been uploaded"</string>
<string name="ai_refuse_update_toast">Select new photos to be able to update this AI image</string>
<string name="ai_select_people_sub_title" formatted="false">%1d%2d best photos will be selected automatically</string>
<string name="ai_select_people_title">Select a person to create their AI image</string>
<string name="ai_select_photo_complete_description" formatted="false">"Select %1d%2d face or half body shots.
Best shots were selected automatically. You can add more photos manually."</string>
<string name="ai_select_photo_complete_toast">Filtered best shots automatically</string>
<string name="ai_select_photo_count">Selected photos (%d)</string>
<string name="ai_select_photo_error_guide_blur">Blurry</string>
<string name="ai_select_photo_error_guide_group_photo">Group shots</string>
<string name="ai_select_photo_error_guide_mask">Face covered</string>
<string name="ai_select_photo_error_guide_title">Incorrect</string>
<string name="ai_select_photo_full_toast">Too many photos selected. Delete some of them and try again.</string>
<string name="ai_select_photo_guide_description">Upload face or half body shots of the same person</string>
<string name="ai_select_photo_guide_title">How to select photos</string>
<string name="ai_select_photo_manual">Select manually</string>
<string name="ai_select_photo_need_select_manual">Not enough photos. Add more.</string>
<string name="ai_select_photo_next_step">Next</string>
<string name="ai_select_photo_no_result_toast">"Can't create an AI image based on these photos. Select other photos instead."</string>
<string name="ai_select_photo_over_time_toast">Best shots were selected automatically. Add more photos manually.</string>
<string name="ai_select_photo_right_guide_face">Front facing</string>
<string name="ai_select_photo_right_guide_multi_bg">Diverse backgrounds</string>
<string name="ai_select_photo_right_guide_multi_clothes">Different clothes</string>
<string name="ai_select_photo_right_guide_title">Correct</string>
<string name="ai_select_photo_time_out">"Couldn't select photos automatically. Select manually instead."</string>
<string name="ai_theme_scene_select">Select scene</string>
<string name="ai_theme_square_footer_tip">Stay tuned for new scenes!</string>
<string name="ai_theme_square_title">Create portraits</string>
<string name="ai_tip_title">Attention</string>
<string name="ai_update_full_description">"Can't update anymore. Come back next month!"</string>
<string name="ai_update_image">Update AI image</string>
<string name="ai_update_image_confirm_message">Updated image will be generated based on the selected photo.</string>
<string name="ai_update_image_confirm_title">Update AI image?</string>
<string name="ai_update_warn_message">Remember that an AI image can be updated only once every month. Continue anyway?</string>
<string name="ai_use_photo_tip">Used photos</string>
<string name="album_ai_creative">AI portraits</string>
<string name="album_ai_description">People, places, objects</string>
<string name="album_ai_international_description">People</string>
<string name="album_ai_international_title">People</string>
@ -331,7 +192,6 @@ Best shots were selected automatically. You can add more photos manually."</stri
<string name="album_rubbish_page_title">Redundant albums</string>
<string name="album_rubbish_tip_title">Possibly redundant albums</string>
<string name="album_scanner">Scanner</string>
<string name="album_scanner_china">Mi AI Scanner</string>
<string name="album_screen_record">Screen recordings</string>
<string name="album_screen_recorder">Screen recorder</string>
<string name="album_screenshot_and_screen_recorder_name">Screenshots and screen recordings</string>
@ -3145,7 +3005,6 @@ Transcoding might take some time when you use this feature for the first time."<
<string name="rog_phone">ROG</string>
<string name="rubbish_album_move_to_other_album_success">You can view these items in \"Other albums\" now.</string>
<string name="rubbish_nomedia_manager_button_text">Manage albums with \".nomedia\" files</string>
<string name="run_clip">执行AI搜索图形向量算法</string>
<string name="runtime_permission_ungranted">Closed Gallery, no required permissions</string>
<string name="saf_hyper_link_text">Manage permissions</string>
<string name="saf_operation_guide_1">"Gallery needs your permission to be able to protect and manage your data. "</string>
@ -3264,7 +3123,6 @@ Transcoding might take some time when you use this feature for the first time."<
<string name="search_setting_sub_title">Search for people, places, and objects on your photos.</string>
<string name="search_setting_title">Find photos in Gallery</string>
<string name="search_syncing">Syncing data, come back in a while</string>
<string name="search_title_ai_others">View all</string>
<string name="search_title_album">Album</string>
<string name="search_title_app_screenshot">App screenshots</string>
<string name="search_title_daily">Time</string>
@ -3906,7 +3764,6 @@ Until %1$s, you can move your items to Google Photos or visit i.mi.com to downlo
<string name="title_dynamicfeature_7350">Feature_7350</string>
<string name="title_dynamicfeature_8450">Feature_8450</string>
<string name="title_dynamicfeature_8550">Feature_8550</string>
<string name="title_dynamicfeature_ai_image">dynamicfeature_ai_image</string>
<string name="title_dynamicfeature_aimode_7350">Feature_aimode_7350</string>
<string name="title_dynamicfeature_aimode_8450">Feature_aimode_8450</string>
<string name="title_dynamicfeature_aimode_8550">Feature_aimode_8550</string>

View File

@ -294,8 +294,8 @@
<string name="columbus_player_speed_video">Skip VIDEO</string>
<string name="columbus_player_unit_sec">sec</string>
<string name="columbus_skip_ad">Skip</string>
<string name="com.crashlytics.android.build_id">6ebabb743c204f00850a8bece2836e9e</string>
<string name="com.miapm.build_id">3177e4802eb54f8f9f3d2c9c3e5ff3a4</string>
<string name="com.crashlytics.android.build_id">1c1c1e5f65e846aca198836853cc95a6</string>
<string name="com.miapm.build_id">66cbcc2afcb64935aaf96438600099bb</string>
<string name="com_permission_desc">"Mi Video can't access videos on your device. Allow access in the Settings."</string>
<string name="com_permission_title">Permissions required</string>
<string name="comment_model_add_comment">Add a comment</string>
@ -1817,6 +1817,10 @@ We will only use this permission to find the videos you search for, and won't ac
<string name="slide_save_message">Generating video…</string>
<string name="slide_to_open_ad">Slide to learn more</string>
<string name="small_video_load_more_hint">Swipe up to play more videos</string>
<string name="small_video_report">Report</string>
<string name="small_video_report_dialog_title">Select a reason</string>
<string name="small_video_report_submit">Submit</string>
<string name="small_video_report_success">Thanks for your feedback!</string>
<string name="small_video_tab_expose_hint">Tap for more short videos</string>
<string name="sms_send_success">Sent successfully</string>
<string name="sns_access_token_expired_warning">Session expired. Sign in again to reconnect this account.</string>

View File

@ -236,6 +236,11 @@
<item>Wallpaper/Super wallpapers/The red planet</item>
<item>Mars;Mars Edition;Super wallpapers;Wallpaper</item>
</string-array>
<string-array name="settings_search_moon">
<item>The Moon</item>
<item>Wallpaper/Super wallpapers/The Moon</item>
<item>space;Moon;Super wallpapers;wallpaper</item>
</string-array>
<string-array name="settings_search_saturn">
<item>Rings of Saturn</item>
<item>Wallpaper/Super wallpapers/Rings of Saturn</item>
@ -279,6 +284,7 @@
<item>@string/solar_term_winter_solstice</item>
</string-array>
<string-array name="super_wallpaper_list_complete_packages">
<item>com.miui.miwallpaper.moon</item>
<item>com.miui.miwallpaper.snowmountain</item>
<item>com.miui.miwallpaper.geometry</item>
<item>com.miui.miwallpaper.saturn</item>
@ -286,6 +292,7 @@
<item>com.miui.miwallpaper.mars</item>
</string-array>
<string-array name="super_wallpaper_list_ids">
<item>@string/moon_id</item>
<item>@string/snowmountain_id</item>
<item>@string/geometry_id</item>
<item>@string/saturn_id</item>
@ -293,6 +300,7 @@
<item>@string/mars_id</item>
</string-array>
<string-array name="super_wallpaper_list_packages">
<item>com.miui.miwallpaper.moon</item>
<item>com.miui.miwallpaper.snowmountain</item>
<item>com.miui.miwallpaper.geometry</item>
<item>com.miui.miwallpaper.saturn</item>
@ -300,6 +308,7 @@
<item>com.miui.miwallpaper.mars</item>
</string-array>
<string-array name="super_wallpaper_list_summaries">
<item>@string/moon_summary</item>
<item>@string/snowmountain_summary</item>
<item>@string/geometry_summary</item>
<item>@string/saturn_summary</item>
@ -307,6 +316,7 @@
<item>@string/mars_summary</item>
</string-array>
<string-array name="super_wallpaper_list_titles">
<item>@string/moon_title</item>
<item>@string/snowmountain_title</item>
<item>@string/geometry_title</item>
<item>@string/saturn_title</item>

View File

@ -308,6 +308,10 @@ Mawrth Vallis"</string>
<string name="month_september">September</string>
<string name="month_september_short">Sep</string>
<string name="month_september_shortest">Sep</string>
<string name="moon_id">moon</string>
<string name="moon_summary">"Humanity's \"one small step\" toward space exploration"</string>
<string name="moon_super_wallpaper_label">The Moon</string>
<string name="moon_title">The Moon</string>
<string name="morning">Morning</string>
<string name="night">Evening</string>
<string name="noon">Midday</string>

View File

@ -1069,6 +1069,7 @@ Allow Notes to record audio."</string>
<string name="v7_preference_off">OFF</string>
<string name="v7_preference_on">ON</string>
<string name="view_all_notes">View all</string>
<string name="warn_cannot_add_more_content">"This note has reached its maximum length. Any more content you add won't be saved."</string>
<string name="warn_cannot_add_new_bullet">"Can't add new bulleted list because note is too long"</string>
<string name="warn_cannot_add_new_checkbox">"Can't add new checkbox because note is too long"</string>
<string name="warn_cannot_add_new_content">"Can't add new content because note is too long"</string>

View File

@ -1,4 +1,4 @@
<resources>
<string name="title_name">Заметки</string>
<string name="note_add">Add note</string>
<string name="note_add">Новая заметка</string>
</resources>

View File

@ -233,6 +233,7 @@
<string name="public_amazon_autosave_finished">The document has been auto saved</string>
<string name="public_app_language">2052</string>
<string name="public_bad_doc_to_process">"Invalid document, can't complete operation"</string>
<string name="public_banner_action_button">立即使用</string>
<string name="public_bookmark">Bookmark</string>
<string name="public_bottombar_mark">标记</string>
<string name="public_cancel">Cancel</string>
@ -395,8 +396,13 @@
<string name="public_sensor_ratation_port_tip">Portrait orientation</string>
<string name="public_service_disable_error_tips">"This feature can't be used since related service has been disabled."</string>
<string name="public_share">Share</string>
<string name="public_share_change_to_pdf">以PDF发送</string>
<string name="public_share_change_to_pic">以图片发送</string>
<string name="public_share_change_to_word">以Word发送</string>
<string name="public_share_doc">以文件发送</string>
<string name="public_share_no_network">"Couldn't connect to the network"</string>
<string name="public_share_retry">Try again</string>
<string name="public_share_title">发送方式</string>
<string name="public_share_to_tv">投影到电视</string>
<string name="public_shareplay_connect_fail">Check your network connection</string>
<string name="public_shareplay_connection">Connecting…</string>
@ -453,7 +459,7 @@
<string name="ss_toolbar_sheets_unhided">全部工作表</string>
<string name="status_bar_notification_info_overflow">999+</string>
<string name="wps_lite_app_svn">svn</string>
<string name="wps_lite_app_version">3.5.0</string>
<string name="wps_lite_app_version">3.6.4</string>
<string name="wps_lite_xiaomi_app_packageName">Mi Doc Viewer (Powered by WPS)</string>
<string name="writer_characters">Characters (no spaces)</string>
<string name="writer_characters_with_spaces">Characters (with spaces)</string>