XML sky OS1.0.9.0.UMWCNXM

This commit is contained in:
ingbrzy 2024-07-31 19:05:30 +01:00
parent d79c3482b7
commit faed66badf
69 changed files with 861 additions and 544 deletions

View File

@ -317,7 +317,7 @@
<string name="date_picker_label_month" />
<string name="date_picker_label_year" />
<string name="date_picker_lunar">Chinese Traditional Calendar</string>
<string name="date_time_fmt" formatted="false">%s, %s</string>
<string formatted="false" name="date_time_fmt">%s, %s</string>
<string name="date_time_picker_dialog_title">Set date and time</string>
<string name="date_today">" (today)"</string>
<string name="date_view">Date</string>

View File

@ -735,7 +735,7 @@ Make sure you're using the associated Xiaomi Account as your system account."</s
<string name="permission_status_allow">Granted</string>
<string name="permission_status_deny">Not granted</string>
<string name="permission_status_loading">Accessing device status…</string>
<string name="phone_guarantee_service_description" formatted="false">Protection from screen damage and accidents can be purchased within %d days of activation. Extended warranty can be purchased within %d days of activation.</string>
<string formatted="false" name="phone_guarantee_service_description">Protection from screen damage and accidents can be purchased within %d days of activation. Extended warranty can be purchased within %d days of activation.</string>
<string name="phone_guarantee_service_name">Device warranty</string>
<string name="picker_list_empty">No contacts here</string>
<string name="picker_search_empty">"Couldn't find contacts"</string>

View File

@ -1404,9 +1404,9 @@ To begin, tap \"Merge\" at the bottom of your screen."</string>
<string name="t9_search_empty_send_sms">Send message</string>
<string name="t9_search_empty_video_call">Video call</string>
<string name="t9_search_guide_pinyin_title1">Enter numbers to find contacts</string>
<string name="t9_search_guide_pinyin_title2" formatted="false">Enter %d and %d to search for Debbie Smith</string>
<string formatted="false" name="t9_search_guide_pinyin_title2">Enter %d and %d to search for Debbie Smith</string>
<string name="t9_search_guide_zhuyin_title1">Enter numbers to find contacts</string>
<string name="t9_search_guide_zhuyin_title2" formatted="false">Enter %d and %d to search for Jeff Max</string>
<string formatted="false" name="t9_search_guide_zhuyin_title2">Enter %d and %d to search for Jeff Max</string>
<string name="take_new_photo">Take new photo</string>
<string name="take_photo">Take photo</string>
<string name="text_msim_balance">Used today</string>

View File

@ -88,6 +88,10 @@
<item quantity="other">%1$s hrs</item>
<item quantity="one">%1$s hr</item>
</plurals>
<plurals name="sleep_duration_hour_new">
<item quantity="other">%1$d hours</item>
<item quantity="one">%1$d hour</item>
</plurals>
<plurals name="sleep_duration_min">
<item quantity="other">%1$s minutes</item>
<item quantity="one">%1$s minute</item>
@ -96,6 +100,10 @@
<item quantity="other">%1$s mins</item>
<item quantity="one">%1$s min</item>
</plurals>
<plurals name="sleep_duration_min_new">
<item quantity="other">%1$d minutes</item>
<item quantity="one">%1$d minute</item>
</plurals>
<plurals name="snooze_duration_changed_info">
<item quantity="other">Changed the snooze interval to %d minutes</item>
<item quantity="one">Changed the snooze interval to %d minute</item>
@ -140,12 +148,26 @@
<item quantity="other">%1$d seconds</item>
<item quantity="one">%1$d second</item>
</plurals>
<plurals name="timezone_search_hour">
<item quantity="other">%1$d</item>
</plurals>
<plurals name="timezone_search_min">
<item quantity="other">%1$d</item>
</plurals>
<plurals name="worldcolock_timezone_gap_fast">
<item quantity="other">+%s hrs</item>
<item quantity="one">+%s hr</item>
</plurals>
<plurals name="worldcolock_timezone_gap_fast_new">
<item quantity="other">+%1$d hrs</item>
<item quantity="one">+%1$d hr</item>
</plurals>
<plurals name="worldcolock_timezone_gap_slow">
<item quantity="other">-%s hrs</item>
<item quantity="one">-%s hr</item>
</plurals>
<plurals name="worldcolock_timezone_gap_slow_new">
<item quantity="other">-%1$d hrs</item>
<item quantity="one">-%1$d hr</item>
</plurals>
</resources>

View File

@ -62,13 +62,13 @@
<string name="app_name">SplitLib</string>
<string name="appbar_scrolling_view_behavior">com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior</string>
<string name="auto_silence_entries1">Never</string>
<string name="auto_silence_entries2"><xliff refersto="1" id="MINUTES">%d</xliff> minute</string>
<string name="auto_silence_entries3"><xliff refersto="5" id="MINUTES">%d</xliff> minutes</string>
<string name="auto_silence_entries4"><xliff refersto="10" id="MINUTES">%d</xliff> minutes</string>
<string name="auto_silence_entries5"><xliff refersto="15" id="MINUTES">%d</xliff> minutes</string>
<string name="auto_silence_entries6"><xliff refersto="20" id="MINUTES">%d</xliff> minutes</string>
<string name="auto_silence_entries7"><xliff refersto="25" id="MINUTES">%d</xliff> minutes</string>
<string name="auto_silence_entries8"><xliff refersto="30" id="MINUTES">%d</xliff> minutes</string>
<string name="auto_silence_entries2"><xliff id="MINUTES" refersto="1">%d</xliff> minute</string>
<string name="auto_silence_entries3"><xliff id="MINUTES" refersto="5">%d</xliff> minutes</string>
<string name="auto_silence_entries4"><xliff id="MINUTES" refersto="10">%d</xliff> minutes</string>
<string name="auto_silence_entries5"><xliff id="MINUTES" refersto="15">%d</xliff> minutes</string>
<string name="auto_silence_entries6"><xliff id="MINUTES" refersto="20">%d</xliff> minutes</string>
<string name="auto_silence_entries7"><xliff id="MINUTES" refersto="25">%d</xliff> minutes</string>
<string name="auto_silence_entries8"><xliff id="MINUTES" refersto="30">%d</xliff> minutes</string>
<string name="auto_silence_summary">Set time after which alarms and timers will be silenced</string>
<string name="auto_silence_title">Auto-silence</string>
<string name="back">Exit</string>
@ -296,6 +296,7 @@
<string name="friday_short">Fri</string>
<string name="friday_shortest">Fri</string>
<string name="go_back">Back</string>
<string name="greenwichmean_time">GMT</string>
<string name="heavenly_stems_bing"></string>
<string name="heavenly_stems_ding"></string>
<string name="heavenly_stems_geng"></string>
@ -378,7 +379,7 @@
<string name="minute_spinner_fifteen">%d</string>
<string name="minute_spinner_fifty">%d</string>
<string name="minute_spinner_fifty_five">%d</string>
<string name="minute_spinner_five" formatted="false">%d%d</string>
<string formatted="false" name="minute_spinner_five">%d%d</string>
<string name="minute_spinner_forty">%d</string>
<string name="minute_spinner_forty_five">%d</string>
<string name="minute_spinner_ten">%d</string>
@ -386,7 +387,7 @@
<string name="minute_spinner_thirty_five">%d</string>
<string name="minute_spinner_twenty">%d</string>
<string name="minute_spinner_twenty_five">%d</string>
<string name="minute_spinner_zero" formatted="false">%d%d</string>
<string formatted="false" name="minute_spinner_zero">%d%d</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 all</string>
@ -404,9 +405,22 @@
<string name="miuix_appcompat_select_all">Select all</string>
<string name="miuix_appcompat_select_all_description">Select all</string>
<string name="miuix_appcompat_select_item">Select items</string>
<string name="miuix_font_style_misans_bold_font_family">mipro-bold</string>
<string name="miuix_font_style_misans_demibold_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_extralight_font_family">sans-serif-thin</string>
<string name="miuix_font_style_misans_font_family">sans-serif</string>
<string name="miuix_font_style_misans_heavy_font_family">sans-serif-black</string>
<string name="miuix_font_style_misans_light_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_medium_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_normal_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_regular_font_family">sans-serif</string>
<string name="miuix_font_style_misans_semibold_font_family">mipro-semibold</string>
<string name="miuix_font_style_misans_thin_font_family">sans-serif-thin</string>
<string name="miuix_indexer_collect">Collections</string>
<string name="miuix_indexer_selected">Selected %s</string>
<string name="miuix_item_view_role_description">Tab</string>
<string name="miuix_navigator_category_group_collapse">Collapse</string>
<string name="miuix_navigator_category_group_expand">Expand</string>
<string name="miuix_navigator_content_switch_description">Show sidebar</string>
<string name="miuix_navigator_multiple_choice">Select</string>
<string name="miuix_navigator_navigator_switch_description">Hide sidebar</string>
@ -429,20 +443,20 @@
<string name="module_unzipping">Unpacking audio…</string>
<string name="module_update_success_control">Got it</string>
<string name="module_weather_ringtone_download_data_new">Weather alarm selects different ringtones according to the current weather. Clock needs to download ≈%d MB of audio to make it work. Download now?</string>
<string name="module_weather_ringtone_download_data_privacy_new" formatted="false"><Data>Weather alarm selects different ringtones according to the current weather. Clock needs to connect to the internet to download ≈&lt;xliff:g id=FLOW refersto=30>%d&lt;/xliff:g> MB of audio. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string formatted="false" name="module_weather_ringtone_download_data_privacy_new"><Data>Weather alarm selects different ringtones according to the current weather. Clock needs to connect to the internet to download ≈&lt;xliff:g id=FLOW refersto=30>%d&lt;/xliff:g> MB of audio. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string name="module_weather_ringtone_download_wifi">Weather alarm selects different ringtones according to the current weather. Clock needs to download audio to make it work. Download now?</string>
<string name="module_weather_ringtone_download_wifi_privacy"><Data>Weather alarm selects different ringtones according to the current weather. Clock needs to connect to the internet to download audio. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string name="module_weather_ringtone_introduce">Weather alarm selects different ringtones according to the current weather. It also allows you to listen to the current weather info in the morning.</string>
<string name="module_weather_ringtone_introduce_global">Weather alarm selects different ringtones according to the current weather.</string>
<string name="module_weather_ringtone_update_data_new">Weather alarm now comes with background music and better voice announcements. Clock needs to download ≈%d MB of audio to make it work. Download now?</string>
<string name="module_week_ringtone_download_data_new">Nature alarm plays different sounds depending on the date. Clock needs to download ≈%d MB of audio to make it work. Download now?</string>
<string name="module_week_ringtone_download_data_privacy_new" formatted="false"><Data>Nature alarm plays different sounds depending on the date. Clock needs to connect to the internet to download ≈&lt;xliff:g id=FLOW refersto=30>%d&lt;/xliff:g> MB of audio. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string formatted="false" name="module_week_ringtone_download_data_privacy_new"><Data>Nature alarm plays different sounds depending on the date. Clock needs to connect to the internet to download ≈&lt;xliff:g id=FLOW refersto=30>%d&lt;/xliff:g> MB of audio. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string name="module_week_ringtone_download_wifi">Nature alarm plays different sounds depending on the date. Clock needs to download audio to make it work. Download now?</string>
<string name="module_week_ringtone_download_wifi_privacy"><Data>Nature alarm plays different sounds depending on the date. Clock needs to connect to the internet to download audio. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string name="module_week_ringtone_introduce">Nature alarm plays different sounds depending on the date.</string>
<string name="module_week_ringtone_update_data_new">Nature alarm plays different sounds depending on the date. Clock needs to download ≈%d MB of audio to make it work. Download now?</string>
<string name="module_white_noise_download_data_new">Clock needs to download audio files for ambient noise timers. ≈%d MB of your mobile data will be required for this download. Download now?</string>
<string name="module_white_noise_download_data_privacy_new" formatted="false"><Data>"In order to download audio files for ambient noise timers (≈&lt;xliff:g id=FLOW refersto=30>%d&lt;/xliff:g> MB) and provide personalized services, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. You're using mobile data now. Agree?"</Data></string>
<string formatted="false" name="module_white_noise_download_data_privacy_new"><Data>"In order to download audio files for ambient noise timers (≈&lt;xliff:g id=FLOW refersto=30>%d&lt;/xliff:g> MB) and provide personalized services, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. You're using mobile data now. Agree?"</Data></string>
<string name="module_white_noise_download_wifi">Clock needs to download audio files for ambient noise timers. Download now?</string>
<string name="module_white_noise_download_wifi_privacy"><Data>In order to download audio files for ambient noise timers and provide personalized services, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our &lt;a href=\"%2$s\">User Agreement&lt;/a> and &lt;a href=\"%3$s\">Privacy Policy&lt;/a>. Agree?</Data></string>
<string name="monday">Monday</string>
@ -540,9 +554,9 @@
<string name="not_set_temporarily">No thanks</string>
<string name="not_update">Not now</string>
<string name="notification_adv_time_entries1">At set time</string>
<string name="notification_adv_time_entries2"><xliff refersto="15" id="MINUTES">%d</xliff> minutes in advance</string>
<string name="notification_adv_time_entries3"><xliff refersto="30" id="MINUTES">%d</xliff> minutes in advance</string>
<string name="notification_adv_time_entries4"><xliff refersto="1" id="HOUR">%d</xliff> hour in advance</string>
<string name="notification_adv_time_entries2"><xliff id="MINUTES" refersto="15">%d</xliff> minutes in advance</string>
<string name="notification_adv_time_entries3"><xliff id="MINUTES" refersto="30">%d</xliff> minutes in advance</string>
<string name="notification_adv_time_entries4"><xliff id="HOUR" refersto="1">%d</xliff> hour in advance</string>
<string name="notification_adv_time_entries5">None</string>
<string name="notification_permission_desc">"If you don't grant Notification permissions, you won't be able to turn off alarms when they ring. Grant permission now?"</string>
<string name="notification_permission_dialog_content">Allow this app to send notifications in order to receive alarm notifications. You can grant this permission in Settings.</string>
@ -589,6 +603,8 @@
<string name="ringtone_firefly">Fireflies</string>
<string name="ringtone_weather">Weather alarm</string>
<string name="ringtone_week">Nature alarm</string>
<string formatted="false" name="ruler_view_text">%d%d</string>
<string name="ruler_view_text_one">%d</string>
<string name="saturday">Saturday</string>
<string name="saturday_short">Sat</string>
<string name="saturday_shortest">Sat</string>
@ -621,7 +637,7 @@
<string name="sleep_duration">"Sleep duration: "</string>
<string name="sleep_duration_avg_text_diff">Average sleep duration (%1$s-%2$s)</string>
<string name="sleep_duration_no_data">Not enough data yet</string>
<string name="sleep_duration_recommendation_new" formatted="false">Most people need %d to %d hours of sleep per night</string>
<string formatted="false" name="sleep_duration_recommendation_new">Most people need %d to %d hours of sleep per night</string>
<string name="sleep_duration_text">%1$s %2$s</string>
<string name="sleep_duration_text_avg">%1$s %2$s</string>
<string name="sleep_no_disturbance">DND mode</string>
@ -740,10 +756,10 @@
<string name="time_picker_label_minute">M</string>
<string name="time_picker_label_second">S</string>
<string name="time_settings">Clock settings</string>
<string name="time_view" formatted="false">%02d:%02d.%02d</string>
<string name="time_view_with_hour" formatted="false">%02d:%02d:%02d.%02d</string>
<string name="time_view_with_hour_span" formatted="false">%02d:%02d:%02d%02d</string>
<string name="time_view_with_span" formatted="false">%02d:%02d%02d</string>
<string formatted="false" name="time_view">%02d:%02d.%02d</string>
<string formatted="false" name="time_view_with_hour">%02d:%02d:%02d.%02d</string>
<string formatted="false" name="time_view_with_hour_span">%02d:%02d:%02d%02d</string>
<string formatted="false" name="time_view_with_span">%02d:%02d%02d</string>
<string name="timer_alert_mute_off">Alarm will sound when timer stops</string>
<string name="timer_alert_mute_on">"Alarm won't sound when timer stops"</string>
<string name="timer_alert_mute_switch">Switch for muting timer alarms</string>
@ -758,7 +774,7 @@
<string name="timer_desc_use_brush_teeth">Brush teeth</string>
<string name="timer_desc_use_facial_mask">Face mask</string>
<string name="timer_desc_use_sleep">Nap</string>
<string name="timer_display" formatted="false">%02d:%02d:%02d</string>
<string formatted="false" name="timer_display">%02d:%02d:%02d</string>
<string name="timer_end_time">Timer will stop at %s</string>
<string name="timer_end_time_format">HH:mm MMM dd</string>
<string name="timer_end_time_format_today">HH:mm</string>
@ -771,6 +787,7 @@
<string name="timer_start_timer">Start timer</string>
<string name="timer_title">Timer</string>
<string name="timezone_exist_error_message">"You're already displaying that timezone"</string>
<string name="timezone_search_zero">%d</string>
<string name="today">Today</string>
<string name="tomorrow">Tomorrow</string>
<string name="tuesday">Tuesday</string>

View File

@ -143,7 +143,7 @@
<string name="dialog_content_limit0">Restrict downloads</string>
<string name="dialog_content_limit_max">Unlimited</string>
<string name="dialog_delete_positive">Delete</string>
<string name="dialog_download_dir_content" formatted="false">The default destination folder for your downloads has been changed from \"%s\" to \"%s/DLManager\".</string>
<string formatted="false" name="dialog_download_dir_content">The default destination folder for your downloads has been changed from \"%s\" to \"%s/DLManager\".</string>
<string name="dialog_download_dir_title">New destination folder</string>
<string name="dialog_file_missing_body">"Couldn't find file, looks like it's been deleted."</string>
<string name="dialog_file_missing_title">"Can't open file"</string>

View File

@ -210,7 +210,7 @@ path prefix"</string>
<string name="add_pre_message_attachments_yes">Add</string>
<string name="add_star">Star</string>
<string name="afternoon">Afternoon</string>
<string name="agreement_url" formatted="false">https://xiaomi.wpsmail.net/cn/agreement.html?region=%1s&amp;lang=%2s</string>
<string formatted="false" name="agreement_url">https://xiaomi.wpsmail.net/cn/agreement.html?region=%1s&amp;lang=%2s</string>
<string name="all_purpose">Welcome to Mail, an email client custom-made for Xiaomi by Kingsoft. You can use this app to compose, send, and receive emails.</string>
<string name="allow_notify">Allow notifications</string>
<string name="always_bcc_myself">Always Bcc self</string>
@ -1072,7 +1072,7 @@ This issue might be caused by the account's two-factor authentication. Try enter
<string name="ntes_had_send">Message sent</string>
<string name="ntes_had_send_to_content">"If you've already sent an SMS from the associated phone number, tap \"Message sent\" to continue."</string>
<string name="ntes_login_auth_too_much">"Can't add more than 5 verification codes. Sign in to your inbox on a computer and delete the codes you aren't using."</string>
<string name="ntes_login_error_message" formatted="false">"Can't get account info (Error %s). %s."</string>
<string formatted="false" name="ntes_login_error_message">"Can't get account info (Error %s). %s."</string>
<string name="ntes_password_error_hint">"If errors occur while you're entering your password, close this page and open it again."</string>
<string name="ntes_phone_send">Send a text message from the associated phone number</string>
<string name="ntes_send_to">Send to: %s</string>
@ -1494,7 +1494,7 @@ Wait until it's fully synced or view the message on your computer."</string>
<string name="train_card_title_change">Changed reservation successfully</string>
<string name="train_card_title_change_arrival">Changed destination successfully</string>
<string name="train_card_title_refund">Canceled ticket successfully</string>
<string name="train_travel_refund_info" formatted="false">退票费 ¥%s应退票款 ¥%s</string>
<string formatted="false" name="train_travel_refund_info">退票费 ¥%s应退票款 ¥%s</string>
<string name="translated_text_too_long">Select less text to copy and try again</string>
<string name="translation_loading">Just a sec…</string>
<string name="translation_no_result">No results</string>

View File

@ -83,12 +83,12 @@
<string name="cancel">Cancel</string>
<string name="cancel_error">"Couldn't remove. Try again."</string>
<string name="cancel_mi_drive">Cancel Mi Drive services</string>
<string name="cancel_mi_drive_alert_description" formatted="false">Clear all items from Mi Drive to be able to cancel services. Follow these steps to clear items:&lt;br />&lt;xliff:g id=cancel_mi_drive_alert_description_list_1 refersto=1>%1d&lt;/xliff:g>. On the Mi Drive start page, press and hold an item to make the \"Select all\" button appear. Use this button to select up to 200 files at a time and delete them.&lt;br />&lt;xliff:g id=cancel_mi_drive_alert_description_list_2 refersto=2>%2d&lt;/xliff:g>. After this, clear your recently deleted items.</string>
<string name="cancel_mi_drive_alert_reminder_card_summary" formatted="false">"&lt;xliff:g id=cancel_mi_drive_alert_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. We recommend backing up your items before deleting them. To do so, visit i.mi.com, click Mi Drive, and download your items to a computer.&lt;br />&lt;xliff:g id=cancel_mi_drive_alert_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Please note that recently deleted items can't be recovered after you delete them."</string>
<string formatted="false" name="cancel_mi_drive_alert_description">Clear all items from Mi Drive to be able to cancel services. Follow these steps to clear items:&lt;br />&lt;xliff:g id=cancel_mi_drive_alert_description_list_1 refersto=1>%1d&lt;/xliff:g>. On the Mi Drive start page, press and hold an item to make the \"Select all\" button appear. Use this button to select up to 200 files at a time and delete them.&lt;br />&lt;xliff:g id=cancel_mi_drive_alert_description_list_2 refersto=2>%2d&lt;/xliff:g>. After this, clear your recently deleted items.</string>
<string formatted="false" name="cancel_mi_drive_alert_reminder_card_summary">"&lt;xliff:g id=cancel_mi_drive_alert_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. We recommend backing up your items before deleting them. To do so, visit i.mi.com, click Mi Drive, and download your items to a computer.&lt;br />&lt;xliff:g id=cancel_mi_drive_alert_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Please note that recently deleted items can't be recovered after you delete them."</string>
<string name="cancel_mi_drive_confirm_button">Cancel services</string>
<string name="cancel_mi_drive_confirm_description">"If you continue, you'll cancel Mi Drive services. We will cease to collect your personal information, and the personal information already collected and retained will be deleted within the specified period in accordance with applicable laws and regulations unless required otherwise."</string>
<string name="cancel_mi_drive_confirm_hint">"Canceling Mi Drive services won't affect your use of other Xiaomi products and services. If you want to delete your Xiaomi Account, you can do that &lt;font color=#0097FF>&lt;a href=%1$s>here&lt;/a>&lt;/font>."</string>
<string name="cancel_mi_drive_confirm_reminder_card_summary" formatted="false">&lt;font color=#F22424>The following items will be deleted permanently after cancellation of services:&lt;/font>&lt;br />&lt;xliff:g id=cancel_mi_drive_confirm_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. All items on Mi Drive, including but not limited to documents, private files, and deleted items.&lt;br />&lt;xliff:g id=cancel_mi_drive_confirm_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Device permissions, settings, and other cached content.&lt;br />&lt;xliff:g id=cancel_mi_drive_confirm_reminder_card_summary_list_3 refersto=3>%3d&lt;/xliff:g>. Mi Drive upload and download history.</string>
<string formatted="false" name="cancel_mi_drive_confirm_reminder_card_summary">&lt;font color=#F22424>The following items will be deleted permanently after cancellation of services:&lt;/font>&lt;br />&lt;xliff:g id=cancel_mi_drive_confirm_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. All items on Mi Drive, including but not limited to documents, private files, and deleted items.&lt;br />&lt;xliff:g id=cancel_mi_drive_confirm_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Device permissions, settings, and other cached content.&lt;br />&lt;xliff:g id=cancel_mi_drive_confirm_reminder_card_summary_list_3 refersto=3>%3d&lt;/xliff:g>. Mi Drive upload and download history.</string>
<string name="cancel_mi_drive_privacy_revoked_retry">Turn on Mi Drive and try again</string>
<string name="cancel_mi_drive_success">Canceled services successfully</string>
<string name="cancel_mi_drive_title">Cancel services</string>
@ -890,11 +890,11 @@ Try moving files from your device to Mi Drive."</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="privacy_policy_renew">Updated Privacy Policy</string>
<string name="privacy_policy_renew_content"><Data>"File Manager's &lt;a href=\"%1$s\">Privacy Policy&lt;/a> was updated. To fully understand your rights as a user as well as the ways in which we use your data, read and agree to the new version of Privacy Policy before you continue."</Data></string>
<string name="privacy_recall_alert_description" formatted="false">Clear all items from Mi Drive to be able to withdraw consent. Follow these steps to clear items:&lt;br />&lt;xliff:g id=privacy_recall_alert_description_list_1 refersto=1>%1d&lt;/xliff:g>. On the Mi Drive start page, press and hold an item to make the \"Select all\" button appear. Use this button to select up to 200 files at a time and delete them.&lt;br />&lt;xliff:g id=privacy_recall_alert_description_list_2 refersto=2>%2d&lt;/xliff:g>. After this, clear your recently deleted items.</string>
<string name="privacy_recall_alert_reminder_card_summary" formatted="false">"&lt;xliff:g id=privacy_recall_alert_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. We recommend backing up your items before deleting them. To do so, visit i.mi.com, click Mi Drive, and download your items to a computer.&lt;br />&lt;xliff:g id=privacy_recall_alert_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Please note that recently deleted items can't be recovered after you delete them."</string>
<string formatted="false" name="privacy_recall_alert_description">Clear all items from Mi Drive to be able to withdraw consent. Follow these steps to clear items:&lt;br />&lt;xliff:g id=privacy_recall_alert_description_list_1 refersto=1>%1d&lt;/xliff:g>. On the Mi Drive start page, press and hold an item to make the \"Select all\" button appear. Use this button to select up to 200 files at a time and delete them.&lt;br />&lt;xliff:g id=privacy_recall_alert_description_list_2 refersto=2>%2d&lt;/xliff:g>. After this, clear your recently deleted items.</string>
<string formatted="false" name="privacy_recall_alert_reminder_card_summary">"&lt;xliff:g id=privacy_recall_alert_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. We recommend backing up your items before deleting them. To do so, visit i.mi.com, click Mi Drive, and download your items to a computer.&lt;br />&lt;xliff:g id=privacy_recall_alert_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Please note that recently deleted items can't be recovered after you delete them."</string>
<string name="privacy_recall_confirm_button">Withdraw</string>
<string name="privacy_recall_confirm_description">"If you continue, you'll withdraw your consent to the File Manager Privacy Policy. We will cease to collect your personal information. The personal information already collected and retained will be deleted within the specific period in accordance with applicable laws and regulations unless required otherwise."</string>
<string name="privacy_recall_confirm_reminder_card_summary" formatted="false">&lt;font color=#F22424>The following items will be deleted permanently after withdrawal of consent:&lt;/font>&lt;br />&lt;xliff:g id=privacy_recall_confirm_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. All items on Mi Drive, including but not limited to documents, private files, and deleted items.&lt;br />&lt;xliff:g id=privacy_recall_confirm_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Device permissions, settings, and other cached content.&lt;br />&lt;xliff:g id=privacy_recall_confirm_reminder_card_summary_list_3 refersto=3>%3d&lt;/xliff:g>. Mi Drive upload and download history.</string>
<string formatted="false" name="privacy_recall_confirm_reminder_card_summary">&lt;font color=#F22424>The following items will be deleted permanently after withdrawal of consent:&lt;/font>&lt;br />&lt;xliff:g id=privacy_recall_confirm_reminder_card_summary_list_1 refersto=1>%1d&lt;/xliff:g>. All items on Mi Drive, including but not limited to documents, private files, and deleted items.&lt;br />&lt;xliff:g id=privacy_recall_confirm_reminder_card_summary_list_2 refersto=2>%2d&lt;/xliff:g>. Device permissions, settings, and other cached content.&lt;br />&lt;xliff:g id=privacy_recall_confirm_reminder_card_summary_list_3 refersto=3>%3d&lt;/xliff:g>. Mi Drive upload and download history.</string>
<string name="privacy_recall_success">Consent withdrawn successfully</string>
<string name="privacy_recall_title">Withdrawal of consent</string>
<string name="privacy_recalling">Withdrawing consent…</string>
@ -984,10 +984,10 @@ Try moving files from your device to Mi Drive."</string>
<string name="settings">@string/server_control_settings</string>
<string name="sign_percent">%</string>
<string name="size_lv1">Smaller than %d KB</string>
<string name="size_lv2" formatted="false">%1d KB - %2d MB</string>
<string name="size_lv3" formatted="false">%1d MB - %2d MB</string>
<string name="size_lv4" formatted="false">%1d MB - %2d MB</string>
<string name="size_lv5" formatted="false">%1d MB - %2d GB</string>
<string formatted="false" name="size_lv2">%1d KB - %2d MB</string>
<string formatted="false" name="size_lv3">%1d MB - %2d MB</string>
<string formatted="false" name="size_lv4">%1d MB - %2d MB</string>
<string formatted="false" name="size_lv5">%1d MB - %2d GB</string>
<string name="size_lv6">Bigger than %d GB</string>
<string name="sk">3qy6ngTb0P+etx</string>
<string name="skip">Skip</string>

View File

@ -1643,7 +1643,7 @@ sleep data"</string>
<string name="sport_outdoor_running">Running</string>
<string name="sport_pace_chart_last_km">Less than 1 km</string>
<string name="sport_pace_step_unit">SPM</string>
<string name="sport_pace_time_format" formatted="false">"%d'%d\""</string>
<string formatted="false" name="sport_pace_time_format">"%d'%d\""</string>
<string name="sport_pref_category_voice">Audio</string>
<string name="sport_pref_gps_voice_title">GPS signal voice prompts</string>
<string name="sport_pref_voice_assist_summary">Listen to info and suggestions during workouts</string>
@ -1854,7 +1854,7 @@ sleep data"</string>
<string name="tb_mens_unmark_success">Canceled successfully</string>
<string name="tb_month_dialog_go_today">Selected today</string>
<string name="tb_month_dialog_select_date">Selected %1$s</string>
<string name="tb_month_dialog_select_date_with_snore" formatted="false">Selected %1$s, %s</string>
<string formatted="false" name="tb_month_dialog_select_date_with_snore">Selected %1$s, %s</string>
<string name="tb_multiple_selecte_all">Select all</string>
<string name="tb_not_add_list">Not added</string>
<string name="tb_pause_detection">Pause</string>
@ -1888,7 +1888,7 @@ sleep data"</string>
<string name="tb_stand_day_ring">Stand up breaks today: %1$s. You need to make at least 12 today.</string>
<string name="tb_stand_wm_column_chart">Stand up breaks between %1$s and %2$s. Swipe horizontally to switch between time periods. Tap to view details.</string>
<string name="tb_stand_wm_column_click">%1$s. Stand up breaks: %2$d. %3$s.</string>
<string name="tb_step_widget" formatted="false">Today. %1$s. Progress: %2$d%</string>
<string formatted="false" name="tb_step_widget">Today. %1$s. Progress: %2$d%</string>
<string name="tb_unmultiple_selecte_all">Deselect all</string>
<string name="tb_user_account_signed">Mi Account: %1$s.</string>
<string name="tb_user_account_unsigned">Tap to sign in to Mi Account</string>

View File

@ -636,7 +636,7 @@ Click resume to reopen the app and continue transferring your data and permissio
<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="pause">Pause</string>
<string name="percent" formatted="false">{value, plural, =1 {1%} other {#%}}</string>
<string formatted="false" name="percent">{value, plural, =1 {1%} other {#%}}</string>
<string name="percent_long">{value, plural, =1 {1 percent} other {# percent}}</string>
<string name="period_day">Period day %1$d of %2$d</string>
<string name="permdesc_readCaloriesBurned">Allows the app to read the calories burned</string>

View File

@ -180,8 +180,20 @@
<item>cannon</item>
<item>vili</item>
</string-array>
<string-array name="config_satelliteSignalBooster">
<item>aurora</item>
<string-array name="config_quickCalibrateSensorDevices">
<item>goku</item>
</string-array>
<string-array name="config_supportScreenShare_mtk">
<item>22095RA98C</item>
<item>23124RN87C</item>
<item>2312DRAABC</item>
<item>2311FRAFDC</item>
<item>24094RAD4C</item>
</string-array>
<string-array name="config_supportScreenShare_qcom">
<item>sky</item>
<item>breeze</item>
<item>flame</item>
</string-array>
<string-array name="config_wideColorGamutDevices">
<item>ishtar</item>
@ -191,6 +203,8 @@
<item>shennong</item>
<item>houji</item>
<item>sheng</item>
<item>goku</item>
<item>peridot</item>
</string-array>
<string-array name="detailed_am_pms">
<item>@string/midnight</item>

View File

@ -35,8 +35,11 @@
<string name="ai_mode_auto">Auto</string>
<string name="ai_mode_manual">Manually</string>
<string name="ai_mode_subtitles">Subtitles</string>
<string name="align_satellite_model_call">Call</string>
<string name="align_satellite_model_exit">Exit</string>
<string name="align_satellite_model_mms">Message</string>
<string name="align_satellite_model_use">Start</string>
<string name="align_satellite_model_use_exp">Finish</string>
<string name="am">AM</string>
<string name="androidx_startup">androidx.startup</string>
<string name="antifraud_center">Anti-fraud warning platform</string>
@ -72,6 +75,7 @@
<string name="call_progress_info_user_busy">The other person is busy now. Please call back later.</string>
<string name="call_progress_info_user_call_rejected">Your number is currently out of service</string>
<string name="call_record_wait_label">Waiting</string>
<string name="call_recording">Call recording in progress</string>
<string name="call_recording_deny_permission_msg">"Can't record. Grant permissions in Settings first."</string>
<string name="call_recording_error_low_storage">Not enough space on storage.</string>
<string name="call_recording_error_privacy">"Can't record while you're in Guest mode"</string>
@ -184,9 +188,9 @@
<string name="close_camera_failed">"Couldn't turn off camera…"</string>
<string name="close_camera_requesting">Turning off camera…</string>
<string name="cloud_video_conference">Cloud video conference</string>
<string name="conference_call_description" formatted="false">%s,%s etc. total %s</string>
<string formatted="false" name="conference_call_description">%s,%s etc. total %s</string>
<string name="conference_call_recorder_title">Conference call</string>
<string name="conference_call_single_description" formatted="false">%s etc. total %s</string>
<string formatted="false" name="conference_call_single_description">%s etc. total %s</string>
<string name="conference_caller_info_name">"%1$s's conference call"</string>
<string name="conference_callers_exceeded">"Can't add more people"</string>
<string name="contacts_icon_label">Contacts</string>
@ -265,6 +269,10 @@
<string name="eras_ad">CE</string>
<string name="eras_bc">BCE</string>
<string name="evening">Afternoon</string>
<string name="flip_expand_conference_call_text">Unfold to manage conference call</string>
<string name="flip_expand_suport_videocall_text">Unfold for video call options</string>
<string name="flip_expand_switch_call_text">Unfold to switch to multichannel call</string>
<string name="flip_video_incoming_call_label">Video call</string>
<string name="fmt_chinese_date">N月e</string>
<string name="fmt_date">D</string>
<string name="fmt_date_day">d</string>
@ -489,15 +497,22 @@
<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_dialog_cancel_exp">Cancel</string>
<string name="satellite_get_gps_timeout">"Can't get location info. Stay in an open area and avoid objects that block the signal."</string>
<string name="satellite_guide_azimuth">Move until the satellite is in the scanning area</string>
<string name="satellite_guide_azimuth_floating">Enter the scanning area</string>
<string name="satellite_guide_azimuth_in">Satellite is in the scanning area</string>
<string name="satellite_guide_azimuth_in_floating">Satellite is in the scanning area</string>
<string name="satellite_guide_azimuth_leave">Satellite left the scanning area</string>
<string name="satellite_guide_azimuth_leave_floating">Getting further away</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_elevation">Tilt your device to move the blue circle on to the satellite, then stay still</string>
<string name="satellite_guide_elevation_floating">Put the circle on the satellite</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>
@ -505,17 +520,39 @@ to put the satellite icon in the blue area"</string>
to put the satellite icon in the blue area"</string>
<string name="satellite_guide_searching">Searching for satellite…</string>
<string name="satellite_guide_searching_floating">Searching…</string>
<string name="satellite_guide_searching_fold">"Searching for satellite… Don't unfold device."</string>
<string name="satellite_guide_searching_unfold">"Searching for satellite… Don't fold device."</string>
<string name="satellite_guide_signal">For a better signal, move your device up and down slightly</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_incall_tip">"Can't use earpiece when using satellite communications"</string>
<string name="satellite_knew">Got it</string>
<string name="satellite_latitude_longitude">"Current location: "</string>
<string name="satellite_location_deny_permission_msg">Allow location access to turn on Tiantong Satellite communications</string>
<string name="satellite_satellite_accessory">"I'm using a satellite signal amplifier"</string>
<string name="satellite_satellite_service_redirection">Activate</string>
<string name="satellite_satellite_service_tip">"Looks like you haven't activated satellite direct connection service. Try searching for satellites after activation."</string>
<string name="satellite_service_provider">Service provided by China Telecom</string>
<string name="satellite_service_reject_cause_imei">"Device IMEI isn't registered"</string>
<string name="satellite_service_reject_cause_not_enable_International_roaming">Turn on international roaming</string>
<string name="satellite_service_reject_cause_not_order_tiantong">Turn on Tiantong Satellite services</string>
<string name="satellite_service_reject_cause_not_use_ctc">Insert a China Telecom SIM card</string>
<string name="satellite_signal_boost_setting_dialog">Once installed and activated, the signal amplifier will slightly change the angle of this unit to the satellite, improving the signal strength and stability of satellite communications in cloudy and overcast conditions.</string>
<string name="satellite_signal_boost_setting_dialog_title">Install and start using a satellite signal amplifier</string>
<string name="satellite_state">"Don't move your device"</string>
<string name="satellite_state_auto_exit">Exit (%ds)</string>
<string name="satellite_state_connected">"Connected to satellite. Don't move your device."</string>
<string name="satellite_state_connected">"Connected to satellite
Keep the device in this position"</string>
<string name="satellite_state_connected_exp">Located satellite successfully</string>
<string name="satellite_state_connected_exp_floating">Located satellite successfully</string>
<string name="satellite_state_connected_floating">"Don't move your device"</string>
<string name="satellite_state_connecting">Connecting… (%ds)</string>
<string name="satellite_state_connecting">Connecting to satellite (%ds)</string>
<string name="satellite_state_connecting_floating">Connecting (%ds)</string>
<string name="satellite_state_gps_noti_content">Using your location info…</string>
<string name="satellite_state_gps_noti_title">Satellite communications</string>
<string name="satellite_state_occlusion_prompt">Avoid buildings or trees that might block the signal</string>
<string name="satellite_state_retry">Keep trying</string>
<string name="satellite_state_voice_reg_fail_exit">Exit</string>
<string name="saturday">Saturday</string>
<string name="saturday_short">Sat</string>
<string name="saturday_shortest">Sat</string>

View File

@ -227,6 +227,13 @@ Toggle off to stop syncing."</string>
<string name="btn_copy">Copy</string>
<string name="btn_open">Open</string>
<string name="business_num">%d</string>
<string name="call_notification_answer_action">Answer</string>
<string name="call_notification_answer_video_action">Video</string>
<string name="call_notification_decline_action">Decline</string>
<string name="call_notification_hang_up_action">Hang Up</string>
<string name="call_notification_incoming_text">Incoming call</string>
<string name="call_notification_ongoing_text">Ongoing call</string>
<string name="call_notification_screening_text">Screening an incoming call</string>
<string name="camera_permission_name">Use camera</string>
<string name="can_not_send_with_too_many">"Can't send that many items at once"</string>
<string name="cancel">Cancel</string>
@ -398,7 +405,7 @@ Toggle off to stop syncing."</string>
<string name="columbus_reward_style_speed_confirm">Continue</string>
<string name="columbus_skip_ad">Skip</string>
<string name="columbus_skip_ad_time">Skip (%d)</string>
<string name="com.google.firebase.crashlytics.mapping_file_id">c2d5afe531c5431aa6b4b69c88fccc95</string>
<string name="com.google.firebase.crashlytics.mapping_file_id">07c639b9adaa4354ab98eb77e37f0cf7</string>
<string name="comment_app_menu">Comment</string>
<string name="comment_description">Comment</string>
<string name="comment_hint">Comment</string>
@ -785,6 +792,10 @@ Pages you view won't appear in history."</string>
<string name="experience_improve">User Experience Program</string>
<string name="exported">Exported</string>
<string name="exposed_dropdown_menu_content_description">Show dropdown menu</string>
<string name="external_app_leave_incognito_leave">Turn off</string>
<string name="external_app_leave_incognito_stay">Keep on</string>
<string name="external_app_leave_incognito_warning">This website is trying to share information with an app outside of Incognito mode. Turn off now?</string>
<string name="external_app_leave_incognito_warning_title">Turn off Incognito mode?</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="fallback_menu_item_copy_link">Copy link</string>
@ -1451,16 +1462,18 @@ Pages you view won't appear in history."</string>
<string name="mw_accessibility_date_picker_year">Year</string>
<string name="mw_accessibility_datetime_picker_date">Date</string>
<string name="mw_accessibility_datetime_picker_time">Time</string>
<string name="mw_accessibility_list_menu_button">%1$s Options</string>
<string name="mw_accessibility_time_picker_ampm">AM/PM</string>
<string name="mw_accessibility_time_picker_hour">Hour</string>
<string name="mw_accessibility_time_picker_milli">Millisecond</string>
<string name="mw_accessibility_time_picker_minute">Minute</string>
<string name="mw_accessibility_time_picker_second">Second</string>
<string name="mw_accessibility_toolbar_btn_menu">Customize and control Google Chrome</string>
<string name="mw_actionbar_manage_apps">Manage apps</string>
<string name="mw_actionbar_share">Share</string>
<string name="mw_actionbar_textselection_title">Select text</string>
<string name="mw_actionbar_web_search">Web search</string>
<string name="mw_add_to_dictionary">Add to dictionary</string>
<string name="mw_androidx_startup">androidx.startup</string>
<string name="mw_autofill_popup_content_description">Showing autofill popup</string>
<string name="mw_call_notification_answer_action">Answer</string>
<string name="mw_call_notification_answer_video_action">Video</string>
@ -1501,6 +1514,7 @@ Pages you view won't appear in history."</string>
<string name="mw_elided_url_text_view_url_truncated">Url truncated</string>
<string name="mw_find_next">Find next</string>
<string name="mw_find_previous">Find previous</string>
<string name="mw_image_copied">Image copied</string>
<string name="mw_js_dialog_before_unload">"%s
Leave this page now?"</string>
@ -1528,7 +1542,7 @@ Leave this page now?"</string>
<string name="mw_miuichromium_error_page_btn_close">Close</string>
<string name="mw_miuichromium_error_page_btn_refresh">Refresh</string>
<string name="mw_miuichromium_error_page_btn_report_issue">Report issue</string>
<string name="mw_miuichromium_error_page_description_no_connection" formatted="false">"Couldn't connect to the network due to weak signal or incorrect network configuration. Check your %s1network settings%s2 and try again."</string>
<string formatted="false" name="mw_miuichromium_error_page_description_no_connection">"Couldn't connect to the network due to weak signal or incorrect network configuration. Check your %s1network settings%s2 and try again."</string>
<string name="mw_miuichromium_error_page_diagnose">Network diagnostics</string>
<string name="mw_miuichromium_error_page_diagnose_banner">Network diagnostics</string>
<string name="mw_miuichromium_error_page_diagnose_certificate">"Couldn't verify network protocol"</string>
@ -1583,9 +1597,9 @@ Leave this page now?"</string>
<string name="mw_miuichromium_error_page_server_error">Too many devices are trying to connect</string>
<string name="mw_miuichromium_error_page_suggestion_check_app_proxy">Check the settings of the proxy apps installed on your device.</string>
<string name="mw_miuichromium_error_page_suggestion_check_connetion">Check your Internet connection.</string>
<string name="mw_miuichromium_error_page_suggestion_check_mobile_proxy" formatted="false">(Mobile data) Reset your %s1APN settings%s2.</string>
<string formatted="false" name="mw_miuichromium_error_page_suggestion_check_mobile_proxy">(Mobile data) Reset your %s1APN settings%s2.</string>
<string name="mw_miuichromium_error_page_suggestion_check_url">"Check the URL you've entered."</string>
<string name="mw_miuichromium_error_page_suggestion_check_wifi_proxy" formatted="false">(Wi-Fi) Check your %s1proxy settings%s2.</string>
<string formatted="false" name="mw_miuichromium_error_page_suggestion_check_wifi_proxy">(Wi-Fi) Check your %s1proxy settings%s2.</string>
<string name="mw_miuichromium_error_page_suggestion_clear_cache">Clear cache.</string>
<string name="mw_miuichromium_error_page_suggestion_clear_cache_and_cookies">Clear cache and cookies (your account info may be lost).</string>
<string name="mw_miuichromium_error_page_suggestion_connect_and_retry">Reload after connecting to the internet</string>
@ -2322,7 +2336,7 @@ Some sites won't use your previous browsing history to personalize their ads for
<string name="sign_in_by_others">Other ways to sign in</string>
<string name="sign_in_by_xiaommi">Sign in with Xiaomi Account</string>
<string name="sign_in_failed">"Couldn't sign in"</string>
<string name="sign_in_to" formatted="false">Sign in to %s1 \"%s2\"</string>
<string formatted="false" name="sign_in_to">Sign in to %s1 \"%s2\"</string>
<string name="sign_message">http://%s needs your username and password.</string>
<string name="sign_out">Sign out</string>
<string name="simple_page_toast">You can switch to default in Settings > Start page settings</string>
@ -2382,7 +2396,7 @@ Some sites won't use your previous browsing history to personalize their ads for
<string name="sports_card_match_status_2">In progress</string>
<string name="sports_card_match_status_3">Finished</string>
<string name="ssl_bad_clock_date_settings">Set date</string>
<string name="ssl_bad_clock_warning" formatted="false">"A private connection to %s1 can't be established because your device's date and time (%s2) are incorrect."</string>
<string formatted="false" name="ssl_bad_clock_warning">"A private connection to %s1 can't be established because your device's date and time (%s2) are incorrect."</string>
<string name="ssl_bad_expired_warning">"This channel is provided by %1$s. However, the date and time set on your device (%2$s) don't allow to establish a secure connection with %1$s. You can set the correct date and time or tap \"Continue\" if you still want to use this channel."</string>
<string name="ssl_bad_warning">"This channel is provided by %1$s. However, Mi Browser can't verify that this server belongs to %1$s because its cerificate is invalid or has been revoked. This problem may be caused by incorrect configurations or blocked connection. Tap \"Continue\" if you still want to use this channel."</string>
<string name="ssl_certificate">Security certificate</string>
@ -2431,6 +2445,7 @@ Some sites won't use your previous browsing history to personalize their ads for
<string name="sunday_shortest">Sun</string>
<string name="support_pwa">PWA</string>
<string name="survey_feedback_general">Okay</string>
<string name="swipe_exit_browser_toast">Swipe again to exit Browser</string>
<string name="switchText">YES</string>
<string name="sync_alert_checkbox_bookmark">Bookmarks</string>
<string name="sync_alert_checkbox_history">Browsing history</string>

View File

@ -160,6 +160,7 @@
<string name="cloud_storage_default_title">Cloud storage</string>
<string name="cloud_storage_full">Cloud storage is full. Upgrade your plan to get more storage space.</string>
<string name="cloud_storage_info_type_backup">Cloud backups</string>
<string name="cloud_storage_info_type_creation">Mi Canvas</string>
<string name="cloud_storage_info_type_drive">Mi Drive</string>
<string name="cloud_storage_info_type_duokan">Duokan</string>
<string name="cloud_storage_info_type_family">Family</string>
@ -176,6 +177,9 @@
<string name="create_folder_success">Created folder successfully</string>
<string name="create_other_pdf">New PDF</string>
<string name="create_pdf_manual">New PDF</string>
<string name="creation_dialog_message">View canvases on your tablet.</string>
<string name="creation_dialog_positive_btn">Got it</string>
<string name="creation_dialog_title">Attention</string>
<string name="current_speed_content">Current speed: %1$s</string>
<string name="date_picker_label_day" />
<string name="date_picker_label_month" />

View File

@ -1170,6 +1170,7 @@ mm"</string>
<string name="sure_close_gallery_des">"You won't be able to have fresh images delivered to your Home screen and Lock screen if you turn off Wallpaper Carousel. Turn off anyway?"</string>
<string name="surprise_wallpaper_auth_failed_tip">User information validation failed, please check your login status and system time.</string>
<string name="surprise_wallpaper_can_not_open_tip">Please open the pictorial rotation first</string>
<string name="surprise_wallpaper_can_not_support_tip">Your device does not support this feature at this time!</string>
<string name="surprise_wallpaper_empty_dlg_content">Surprise Wallpapers will generate customized wallpapers based on self-selected wallpapers (if enabled) or based on a random strategy, and the frequency of pictorial rotation will be limited to 1 day. When the generation fails, the wallpaper will be updated for you using the original picture.</string>
<string name="surprise_wallpaper_empty_dlg_title">Surprise Wallpaper</string>
<string name="surprise_wallpaper_generate_failed_toast">This surprise wallpaper generation failed</string>

View File

@ -330,7 +330,17 @@
<string-array name="settings_search_relay_network">
<item>Network assistance</item>
<item>Interconnectivity/Network assistance</item>
<item>Network assistance, tethering, hotspot sharing</item>
<item>Network assistance, tethering, hotspot sharing, wireless tethering</item>
</string-array>
<string-array name="settings_search_relay_network_2">
<item>Wireless tethering</item>
<item>Interconnectivity/Wireless tethering</item>
<item>Network assistance, tethering, hotspot sharing, wireless tethering</item>
</string-array>
<string-array name="settings_search_relay_network_global">
<item>Network sync</item>
<item>Interconnectivity/Network sync</item>
<item>Network assistance, tethering, hotspot sharing, Network sync</item>
</string-array>
<string-array name="settings_search_share_Launcher">
<item>Home screen+</item>

View File

@ -94,7 +94,7 @@ your devices?"</string>
<string name="camera_associate_disconnecting">Disconnecting from phone camera</string>
<string name="camera_associate_failed">"Couldn't connect to camera"</string>
<string name="camera_associate_success">Camera connected</string>
<string name="camera_choose_device">Select device</string>
<string name="camera_choose_device">Switch cameras</string>
<string name="camera_connecting">"%s wants to use this device's camera"</string>
<string name="camera_disassociate">Disconnected from camera</string>
<string name="camera_notify_string">CameraNotification</string>
@ -107,6 +107,12 @@ your devices?"</string>
<string name="car_air_con_switch_close">Turn off car AC</string>
<string name="car_air_con_switch_open">Turn on car AC</string>
<string name="car_air_con_unuse">-</string>
<string name="car_camera_associate_connecting">Connecting to EV camera</string>
<string name="car_camera_associate_disconnecting">Disconnecting from EV camera</string>
<string name="car_camera_device_name">%1$s front view camera</string>
<string name="car_camera_unavailable_dialog_message">"Low power mode or Privacy mode is on. Can't view the vehicle's front camera feed on your mobile device right now."</string>
<string name="car_camera_unavailable_dialog_positive_button">Got it</string>
<string name="car_camera_unavailable_dialog_title">"Can't use camera"</string>
<string name="car_card_air_control_backseat_air">Back seats</string>
<string name="car_card_air_temperature_minus">Decrease AC temperature</string>
<string name="car_card_air_temperature_plus">Increase AC temperature</string>
@ -210,6 +216,8 @@ your devices?"</string>
<string name="chinese_symbol_animals_tiger"></string>
<string name="circulate_audio_group_title">Playing…</string>
<string name="circulate_back_button_content_description">Back</string>
<string name="circulate_car_card_use_camera">Use EV camera</string>
<string name="circulate_car_card_using_camera">Using EV camera</string>
<string name="circulate_card_disconnect">Disconnect</string>
<string name="circulate_card_loading_title_audio_stereo">Stereo system</string>
<string name="circulate_card_loading_title_band">Band</string>
@ -442,24 +450,6 @@ your devices?"</string>
<string name="close_invisible_mode_dialog_message">"Can't use Mi Smart Play now. Turn off Incognito mode in the Settings to be able to use this feature."</string>
<string name="close_invisible_mode_dialog_ok">Settings</string>
<string name="close_invisible_mode_dialog_title">"You're incognito"</string>
<string name="common_google_play_services_enable_button">Enable</string>
<string name="common_google_play_services_enable_text">"%1$s won't work unless you enable Google Play services."</string>
<string name="common_google_play_services_enable_title">Enable Google Play services</string>
<string name="common_google_play_services_install_button">Install</string>
<string name="common_google_play_services_install_text">"%1$s won't run without Google Play services, which are missing from your device."</string>
<string name="common_google_play_services_install_title">Get Google Play services</string>
<string name="common_google_play_services_notification_channel_name">Google Play services availability</string>
<string name="common_google_play_services_notification_ticker">Google Play services error</string>
<string name="common_google_play_services_unknown_issue">%1$s is having trouble with Google Play services. Please try again.</string>
<string name="common_google_play_services_unsupported_text">"%1$s won't run without Google Play services, which are not supported by your device."</string>
<string name="common_google_play_services_update_button">Update</string>
<string name="common_google_play_services_update_text">"%1$s won't run unless you update Google Play services."</string>
<string name="common_google_play_services_update_title">Update Google Play services</string>
<string name="common_google_play_services_updating_text">"%1$s won't run without Google Play services, which are currently updating."</string>
<string name="common_google_play_services_wear_update_text">New version of Google Play services needed. It will update itself shortly.</string>
<string name="common_open_on_phone">Open on phone</string>
<string name="common_signin_button_text">Sign in</string>
<string name="common_signin_button_text_long">Sign in with Google</string>
<string name="config_wifi_label_china">Xiaomi Conference Tapcast Wi-Fi</string>
<string name="config_wifi_label_global">Xiaomi Conference Tapcast Wi-Fi</string>
<string name="connect_device_fail">"Couldn't connect to device"</string>
@ -507,7 +497,6 @@ your devices?"</string>
<string name="controller_auth_cancel">Cancel</string>
<string name="controller_auth_title">Verify remote control</string>
<string name="copy">Copy</string>
<string name="copy_toast_msg">Link copied to clipboard</string>
<string name="current_wifi_tv">Current network</string>
<string name="date_picker_label_day" />
<string name="date_picker_label_month" />
@ -541,6 +530,7 @@ your devices?"</string>
<string name="device_permission_authorize_dialog_message">Once this permission is granted, this device will be able to use %s for taking photos and recording videos.</string>
<string name="device_permission_authorize_dialog_title">Grant camera permissions on %s</string>
<string name="device_permission_dialog_message">Open Settings > Interconnectivity > Interconnectivity and permissions on %s and grant camera permissions first.</string>
<string name="device_permission_dialog_message_car">You can allow camera access in Settings > System > Manage apps > Special permissions > Interconnectivity on %s.</string>
<string name="device_permission_dialog_positive_button">Got it</string>
<string name="device_permission_dialog_title">Grant permissions on %s</string>
<string name="device_type_name_pad">Tablet</string>
@ -630,9 +620,6 @@ View help if you have problems connecting."</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="fallback_menu_item_copy_link">Copy link</string>
<string name="fallback_menu_item_open_in_browser">Open in browser</string>
<string name="fallback_menu_item_share_link">Share link</string>
<string name="file_read_des">For displaying photos and other files on external monitors</string>
<string name="find_device_close">Got it</string>
<string name="find_device_notification_content_phone">%1$s is looking for this device using %2$s. Unlock to stop playing sound.</string>
@ -696,6 +683,10 @@ View help if you have problems connecting."</string>
<string name="fmt_weekday_time">W T</string>
<string name="fmt_weekday_time_timezone">W T z</string>
<string name="fmt_weekday_timezone">W z</string>
<string name="fold_device_tiny_notify_subtitle">请展开内屏使用手机相机</string>
<string name="fold_device_tiny_notify_title">跨设备相机</string>
<string name="fold_device_tiny_prompt_dialog_content">请展开内屏使用手机相机</string>
<string name="fold_device_tiny_prompt_dialog_ok">好的</string>
<string name="friday">Friday</string>
<string name="friday_short">Fri</string>
<string name="friday_shortest">Fri</string>

View File

@ -211,7 +211,7 @@ Visit https://appleid.apple.com/#!&amp;page=signin to turn off"</string>
<string name="collect_content">Collected content</string>
<string name="collect_situation">Collection status</string>
<string name="collected">Collected</string>
<string name="com.google.firebase.crashlytics.mapping_file_id">e3e0d643a0f54ce4948f0a69fef231a2</string>
<string name="com.google.firebase.crashlytics.mapping_file_id">24e65ce8bba24d2ab68ec71b248b6015</string>
<string name="comma_seperator">", "</string>
<string name="connect_icloud_fail">"Couldn't connect to iCloud"</string>
<string name="connect_icloud_fail_tips">Make sure that your iCloud account has been activated. If not, go to icloud.com and follow the instructions in order to activate your account.</string>
@ -267,7 +267,7 @@ Visit https://appleid.apple.com/#!&amp;page=signin to turn off"</string>
<string name="dialog_request_permission_message_buttom_content">Allow this app to connect to the internet and grant the mandatory permissions listed above.</string>
<string name="dialog_request_permission_message_extra_summary">These permissions are required to make the basic features and services of this app available.</string>
<string name="dialog_request_permission_message_extra_title">Mandatory permissions</string>
<string name="dialog_request_permission_message_link" formatted="false"><Data>"Allow this app to connect to the internet and grant the necessary permissions mentioned above. Additionally, in order to fully understand your rights as a user as well as the ways in which we use your data, read and agree to our &lt;a href='%1s'>User Agreement&lt;/a> and &lt;a href='%2s'>Privacy Policy&lt;/a>."</Data></string>
<string formatted="false" name="dialog_request_permission_message_link"><Data>"Allow this app to connect to the internet and grant the necessary permissions mentioned above. Additionally, in order to fully understand your rights as a user as well as the ways in which we use your data, read and agree to our &lt;a href='%1s'>User Agreement&lt;/a> and &lt;a href='%2s'>Privacy Policy&lt;/a>."</Data></string>
<string name="dialog_request_permission_message_provision_link">Allow this app to connect to the internet and grant the necessary permissions mentioned above. Additionally, in order to fully understand your rights as a user as well as the ways in which we use your data, read and agree to our %1$s and %2$s.</string>
<string name="dialog_request_permission_title">Attention</string>
<string name="dialog_tip_upgrade_summary">Looks like Mi Mover is too old. Update Mi Mover to its latest version to be able to transfer files.</string>

View File

@ -447,6 +447,11 @@
<item>@string/area_australia</item>
<item>@string/area_arctic</item>
</string-array>
<string-array name="plc_password_types">
<item>Pattern</item>
<item>PIN</item>
<item>Password</item>
</string-array>
<string-array name="solar_terms">
<item>@string/empty</item>
<item>@string/solar_term_slight_cold</item>

View File

@ -64,6 +64,62 @@
<item quantity="other">%d minutes ago</item>
<item quantity="one">1 minute ago</item>
</plurals>
<plurals name="pcl_add_account_ignore_with_seconds">
<item quantity="other">Not now (%ds)</item>
<item quantity="one">Not now (%ds)</item>
</plurals>
<plurals name="pcl_install_check_count_down">
<item quantity="other">Countdown: %d secs</item>
<item quantity="one">Countdown: %d sec</item>
</plurals>
<plurals name="pcl_mixed_recording_incorrect_too_short">
<item quantity="other">Enter at least %d characters</item>
<item quantity="one">Enter at least %d character</item>
</plurals>
<plurals name="pcl_number_locked">
<item quantity="other">%d apps locked</item>
<item quantity="one">%d app locked</item>
</plurals>
<plurals name="pcl_number_to_lock">
<item quantity="other">%d apps not locked</item>
<item quantity="one">%d app not locked</item>
</plurals>
<plurals name="pcl_numeric_recording_incorrect_too_short">
<item quantity="other">Enter at least %d digits</item>
<item quantity="one">Enter at least %d digit</item>
</plurals>
<plurals name="pcl_passport_re_get_verify_code_with_seconds">
<item quantity="other">Resend (%ds)</item>
<item quantity="one">Resend (%ds)</item>
</plurals>
<plurals name="pcl_privacy_policy_revoke_button_with_seconds">
<item quantity="other">Withdraw (%ds)</item>
<item quantity="one">Withdraw (%ds)</item>
</plurals>
<plurals name="pcl_recording_incorrect_too_short">
<item quantity="other">Connect at least %d dots</item>
<item quantity="one">Connect at least %d dot</item>
</plurals>
<plurals name="pcl_recording_intro_header_new">
<item quantity="other">Connect at least %s dots</item>
<item quantity="one">Connect at least %s dot</item>
</plurals>
<plurals name="pcl_set_unlock_pin_summary_new">
<item quantity="other">Enter %s digits</item>
<item quantity="one">Enter %s digit</item>
</plurals>
<plurals name="pcl_too_many_failed_confirmation_attempts_footer">
<item quantity="other">Wait for %d seconds and try again.</item>
<item quantity="one">Wait for %d second and try again.</item>
</plurals>
<plurals name="pcl_unbind_email_confirm_with_seconds">
<item quantity="other">Remove (%ds)</item>
<item quantity="one">Remove (%ds)</item>
</plurals>
<plurals name="pcl_unlock_pattern_summary_new">
<item quantity="other">Connect at least %s dots</item>
<item quantity="one">Connect at least %s dot</item>
</plurals>
<plurals name="steady_on_screen_notification_summary">
<item quantity="other">"You've used your device for %d minutes without interruptions"</item>
<item quantity="one">"You've used your device for %d minute without interruptions"</item>

View File

@ -53,6 +53,7 @@
<string name="app_name">Settings</string>
<string name="app_use">App screen time</string>
<string name="application_sound">App notifications</string>
<string name="applock_guide_placeholder">000</string>
<string name="apply_ringtone">Apply</string>
<string name="arctic_fox">Arctic fox</string>
<string name="arctic_introduction">"A unique landscape populated by beautiful creatures who aren't afraid of the severe cold."</string>
@ -117,6 +118,7 @@
<string name="canada_goose">Canada goose</string>
<string name="capybara">Capybara</string>
<string name="capybara_info">Capybaras are semiaquatic herbivore rodents who can hold their breath underwater for up to five minutes at a time.</string>
<string name="case_code">ICP备案号京ICP备10046444号-56A</string>
<string name="category_limit_notify_title">Screen time alert</string>
<string name="category_list_expand">More</string>
<string name="category_list_packup">Hide</string>
@ -211,6 +213,7 @@
<string name="control_center_title">Screen time today</string>
<string name="control_center_title_new">Used today</string>
<string name="copy">Copy</string>
<string name="crazy_mode">Ultra mode</string>
<string name="create">Create</string>
<string name="create_failed">"Couldn't create"</string>
<string name="create_shortcut">Home screen shortcut</string>
@ -388,14 +391,16 @@ aren't generated in Second space"</string>
<string name="focus_mode_timer_add_limit">You can add up to %d custom timers</string>
<string name="focus_mode_timer_delete">Delete</string>
<string name="focus_mode_timer_exist">This session already exists</string>
<string name="focus_mode_timer_pick_dialog_summary" formatted="false">%d to %d minutes</string>
<string formatted="false" name="focus_mode_timer_pick_dialog_summary">%d to %d minutes</string>
<string name="focus_mode_timer_pick_dialog_title">Enter duration</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">"
<string name="footer_global_fps_new">"
%1$d. %2$s raises refresh rate to the system maximum of %3$d Hz. High refresh rate app settings will be temporarily unavailable."</string>
<string formatted="false" name="footer_max_fps">"
%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>
<string name="force_rest_summary">Take mandatory breaks when sessions reach set limit</string>
@ -640,6 +645,123 @@ aren't generated in Second space"</string>
<string name="p3_color_region_summary">Display all screen content in P3 color gamut</string>
<string name="pallas_s_cat">"Pallas's cat"</string>
<string name="parasitic_jaeger">Parasitic jaeger</string>
<string name="pcl_access_need_to_unlock_wrong_pattern">The password you entered is incorrect</string>
<string name="pcl_access_pattern_cell_added">Cell added</string>
<string name="pcl_access_pattern_cleared">Pattern cleared</string>
<string name="pcl_access_pattern_start">Pattern started</string>
<string name="pcl_access_title">Verify password for Parental controls</string>
<string name="pcl_ad_split_screen_title">Exit Split screen to unlock</string>
<string name="pcl_add_account_ignore">Not now</string>
<string name="pcl_add_account_title_part">"If you choose not to add your email and forget your password, you'll only be able to reset the password after performing a factory reset."</string>
<string name="pcl_app_control_start_summary">Make sure your children use their devices safely and responsibly</string>
<string name="pcl_app_control_start_title">Turn on Parental controls</string>
<string name="pcl_app_is_launching">Starting the app…</string>
<string name="pcl_app_list">Apps</string>
<string name="pcl_app_name">Parental controls</string>
<string name="pcl_bind_account_dialog_content">"If you forget your password, you won't be able to access locked apps. However, you'll be able to reset your password via email if you add your email address now."</string>
<string name="pcl_bind_email">Add email</string>
<string name="pcl_bind_email_button_back">Back</string>
<string name="pcl_bind_email_button_ok">OK</string>
<string name="pcl_bind_email_dialog_title">Add your email</string>
<string name="pcl_bind_email_success">Added email successfully</string>
<string name="pcl_binde_email_message">"You'll be able to reset your Parental controls password via email. If you choose not to add your email and forget your password, you'll only be able to reset the password after performing a factory reset."</string>
<string name="pcl_cancel">Cancel</string>
<string name="pcl_close_dialog_summary">"Managed apps will no longer be locked and verification won't be required. Turn off anyway?"</string>
<string name="pcl_close_dialog_title">Turn off Parental controls?</string>
<string name="pcl_confirm">OK</string>
<string name="pcl_confirm_close_parent_control">OK</string>
<string name="pcl_confirm_password_ok">OK</string>
<string name="pcl_continue_button_text">Next</string>
<string name="pcl_continue_label_confirm">Tap \"OK\"</string>
<string name="pcl_continue_label_next">Tap \"Next\"</string>
<string name="pcl_control_apps_title">Select apps to manage</string>
<string name="pcl_delete_input">Delete</string>
<string name="pcl_email_address_error_empty_vcode">Enter email address</string>
<string name="pcl_email_address_input_hint">Enter email address</string>
<string name="pcl_forget_password"><u>Forgot password</u></string>
<string name="pcl_forget_password_bind_email_ok">OK</string>
<string name="pcl_forget_password_dialog_summary">"Email: "</string>
<string name="pcl_forget_password_dialog_title">Verify your email address</string>
<string name="pcl_forget_password_error_empty_vcode">Enter code</string>
<string name="pcl_forget_password_hint_message">You can only reset your password after performing a factory reset in Settings.</string>
<string name="pcl_forget_password_hint_title">Reset your password</string>
<string name="pcl_forget_password_pattern_confirm">Settings</string>
<string name="pcl_forget_password_unbind_email_cancel">Cancel</string>
<string name="pcl_guide_open_control">Turn on</string>
<string name="pcl_header_text_less_than_half">Too small. Drag a bit further.</string>
<string name="pcl_input_password_hint_text">Enter password</string>
<string name="pcl_install_app_message">%s is trying to install an app</string>
<string name="pcl_login_and_add_account">Add</string>
<string name="pcl_mixed_need_to_confirm">Enter again to confirm</string>
<string name="pcl_mixed_password_confirmed_header_confirm">@string/pcl_numeric_password_confirmed_header_confirm</string>
<string name="pcl_mixed_password_confirmed_header_continue">@string/pcl_numeric_password_confirmed_header_continue</string>
<string name="pcl_mixed_pattern_entered_header">Set password successfully</string>
<string name="pcl_mixed_recording_intro_header">Enter %1$s%2$s characters</string>
<string name="pcl_mixtype_hidepwd_icon">Hide</string>
<string name="pcl_mixtype_showpwd_icon">Show</string>
<string name="pcl_modifypassword">Change password</string>
<string name="pcl_need_to_confirm">Draw pattern again to confirm</string>
<string name="pcl_need_to_unlock_wrong">"Passwords don't match. Try again."</string>
<string name="pcl_net_code_failure">Verification code expired</string>
<string name="pcl_net_code_frequently">Too many verification code requests</string>
<string name="pcl_net_code_verify_fail">"Couldn't verify email address"</string>
<string name="pcl_net_email_invalid">Invalid email address</string>
<string name="pcl_net_request_common_error">Network request error</string>
<string name="pcl_net_time_error">System time error. Use the time default for your location.</string>
<string name="pcl_not_add_account"><u>Not now</u></string>
<string name="pcl_not_login_account">Add email to be able to reset your password in case you forget it.</string>
<string name="pcl_numeric_need_to_confirm">Enter again to confirm</string>
<string name="pcl_numeric_password_confirmed_header_confirm">Set successfully. Tap to confirm.</string>
<string name="pcl_numeric_password_confirmed_header_continue">Set successfully. Tap \"Next\".</string>
<string name="pcl_numeric_pattern_entered_header">Set PIN successfully</string>
<string name="pcl_numeric_pwd_type_line">Total number of digits in the password: %1$d. Entered digits: %2$d.</string>
<string name="pcl_passport_error_empty_vcode">Enter email address and verification code</string>
<string name="pcl_passport_get_verify_code">Get code</string>
<string name="pcl_passport_input_vcode_hint">Enter code</string>
<string name="pcl_passport_re_get_verify_code">Resend</string>
<string name="pcl_password_type_underline"><u>Change password type</u></string>
<string name="pcl_pattern_confirmed_header">Your new unlock pattern</string>
<string name="pcl_pattern_entered_header">Pattern recorded</string>
<string name="pcl_pattern_retry">Clear</string>
<string name="pcl_privacy_dialog_introduction">"Welcome to Parental controls! This app can help you manage and monitor your children's device usage and ensure they use their devices safely and responsibly."</string>
<string name="pcl_privacy_dialog_title">Privacy statement</string>
<string name="pcl_privacy_policy">Privacy Policy</string>
<string name="pcl_privacy_policy_revoke">Withdrawal of consent</string>
<string name="pcl_privacy_policy_revoke_button">Withdraw</string>
<string name="pcl_privacy_policy_revoke_message">"If you withdraw your consent to the Privacy Policy of %1$s, this will be seen as a refusal of %2$s services.
Withdraw consent now?"</string>
<string name="pcl_provision_app_control_start_title">@string/pcl_app_control_start_title</string>
<string name="pcl_provision_bind_email_title">Add email to Parental controls</string>
<string name="pcl_provision_control_apps_title">@string/pcl_control_apps_title</string>
<string name="pcl_provision_next">@string/pcl_set_password_next</string>
<string name="pcl_provision_set_pwd_title">@string/pcl_set_pwd_title</string>
<string name="pcl_provision_start">@string/pcl_guide_open_control</string>
<string name="pcl_provision_start_desc">"Welcome to Parental controls! This app can help you manage and monitor your children's device usage and ensurethey use their devices safely and responsibly."</string>
<string name="pcl_provision_system_permission_declare_double_link"><Data>Read and agree to our &lt;a href=\"%1$s\">User Agreement&lt;/a> and &lt;a href=\"%2$s\">Privacy Policy&lt;/a> before you continue.</Data></string>
<string name="pcl_recording_inprogress">Release finger when done</string>
<string name="pcl_set_complete">Done</string>
<string name="pcl_set_mixed_password_name">Set password</string>
<string name="pcl_set_numeric_password_name">Set %d-digit PIN</string>
<string name="pcl_set_password_next">Next</string>
<string name="pcl_set_password_title">Change password type</string>
<string name="pcl_set_pattern_password_name">Set pattern</string>
<string name="pcl_set_pwd_title">Set password for Parental controls</string>
<string name="pcl_settings">Settings</string>
<string name="pcl_settings_fun_pwd_set">Password settings</string>
<string name="pcl_switch_control_summary">Verify password to access managed apps</string>
<string name="pcl_system_application">System apps</string>
<string name="pcl_third_application">Installed apps</string>
<string name="pcl_too_many_failed_confirmation_attempts_header">Too many unsuccessful attempts</string>
<string name="pcl_unbind_email">Remove email</string>
<string name="pcl_unbind_email_button_back">Back</string>
<string name="pcl_unbind_email_confirm">Remove</string>
<string name="pcl_unbind_email_message">"If you remove your email now and forget your password, you'll only be able to reset the password after performing a factory reset."</string>
<string name="pcl_unlock_password_summary">Combine different characters</string>
<string name="pcl_unlock_password_title">Password</string>
<string name="pcl_unlock_pattern_title">Pattern</string>
<string name="pcl_unlock_pin_title">PIN</string>
<string name="pcl_user_agreement">User Agreement</string>
<string name="performance_mode">Performance mode</string>
<string name="personality_hint_ringtone">Personalized sounds</string>
<string name="petaurus_breviceps">Sugar glider</string>
<string name="phoebastria_irrorata">Waved albatross</string>
@ -648,6 +770,7 @@ aren't generated in Second space"</string>
<string name="plains_zebra">Zebra</string>
<string name="platpus_info">"The platypus is an important subject in the study of evolutionary biology. It's also one of the few species of venomous mammals."</string>
<string name="platypus">Platypus</string>
<string name="plc_password_types_cancel">Cancel</string>
<string name="pm">PM</string>
<string name="polar_bear">Polar bear</string>
<string name="pomarine_jaeger">Pomarine jaeger</string>
@ -657,6 +780,9 @@ aren't generated in Second space"</string>
<string name="primary_color_region_chinese_only">nature</string>
<string name="primary_color_region_summary">Identify color gamut automatically through color calibration</string>
<string name="privacy_policy">Privacy policy</string>
<string name="provision_back">Back</string>
<string name="provision_next">Next</string>
<string name="provision_skip_underline">Skip</string>
<string name="puffin">Atlantic puffin</string>
<string name="random_play_sound_alert">"You'll hear the sounds of animals from this region when you receive notifications"</string>
<string name="red_billed_hornbill">Red-billed hornbill</string>
@ -684,7 +810,6 @@ aren't generated in Second space"</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>
@ -699,9 +824,11 @@ aren't generated in Second space"</string>
<string name="sea_eagle_info">White-tailed eagles are powerful apex predators and opportunistic scavengers who usually live near large bodies of open water.</string>
<string name="sea_otter">Sea otter</string>
<string name="seal_info">Seals are marine mammals that can move quickly in deep waters, feeding on fish and shrimps.</string>
<string name="search_anti_flicker_mode">DC dimming</string>
<string name="search_app_name">Search for apps</string>
<string name="search_app_tips">Search apps</string>
<string name="search_empty">No apps found</string>
<string name="search_low_flicker_mode">DC dimming</string>
<string name="search_menu_title">Search</string>
<string name="search_nature_mix">自然博物馆;动物</string>
<string name="search_notification_sound">通知铃声;个性;专属;自然博物馆;动物</string>
@ -875,7 +1002,7 @@ for today"</string>
<string name="usage_app_limit_reach_summay">%s remaining</string>
<string name="usage_app_limit_reach_summay_new">Tap to add %d mins</string>
<string name="usage_app_limit_reach_title">%s is reaching its screen time limit</string>
<string name="usage_app_limit_reach_title_new" formatted="false">Remaining screen time for %1s: %2s</string>
<string formatted="false" name="usage_app_limit_reach_title_new">Remaining screen time for %1s: %2s</string>
<string name="usage_app_limit_summary">"Selected apps won't be available when the limit is reached"</string>
<string name="usage_app_limit_title">Limit screen time</string>
<string name="usage_app_other_settings">Additional settings</string>
@ -931,7 +1058,7 @@ To be able to work normally, this app needs to collect screen time info: the num
This app also needs to connect to the internet and requires the following permissions in order to collect your personal information:"</string>
<string name="usage_home_premission_second_summary">To be able to work normally, this app needs to collect your personal information. We shall protect your personal information in accordance with the relevant laws, regulations, and privacy policies.</string>
<string name="usage_home_premission_second_summary_double_link_prefix">"We shall protect your personal information in accordance with the relevant laws, regulations, and privacy policies. If you don't agree to grant such permissions or share and upload your personal information, you won't be able to use this app. You can revoke your authorization in Screen time > Settings > Turn off Screen time."</string>
<string name="usage_home_premission_second_summary_double_link_suffix" formatted="false"><Data>"Before using this app, read and agree to our &lt;a href='%1s'>User Agreement&lt;/a> and &lt;a href='%2s'>Privacy Policy&lt;/a>."</Data></string>
<string formatted="false" name="usage_home_premission_second_summary_double_link_suffix"><Data>"Before using this app, read and agree to our &lt;a href='%1s'>User Agreement&lt;/a> and &lt;a href='%2s'>Privacy Policy&lt;/a>."</Data></string>
<string name="usage_home_premission_second_summary_new">"We shall protect your personal information in accordance with the relevant laws, regulations, and privacy policies. If you don't agree to grant such permissions or share and upload your personal information, you won't be able to use this app. You can revoke your authorization in Screen time > Settings > Turn off Screen time. If you have more questions about privacy, you can contact us at privacy@xiaomi.com."</string>
<string name="usage_new_category_limit_summary">Set daily usage limits for all apps in this category</string>
<string name="usage_new_category_limit_title">Restrict usage for app category</string>
@ -979,7 +1106,7 @@ This app also needs to connect to the internet and requires the following permis
<string name="usage_optional_title">Optional permissions</string>
<string name="usage_permisison_agree_desc_o">To provide Screen time stats to you, this app needs to collect the following data: the number of times you unlock the device, the list of your apps along with the corresponding usage duration.</string>
<string name="usage_permisison_agree_desc_p">To provide Screen time and Focus mode stats to you, this app needs to collect the following data: the number of times you unlock the device, the list of your apps along with the corresponding usage duration, the number of times your screen lights up, and Focus mode settings.</string>
<string name="usage_permission_double_link" formatted="false"><Data>"This app needs to connect to the internet and collect the required personal data to be able to work normally. To fully understand your rights as a user as well as the ways in which we use your data, read and agree to our &lt;a href='%1s'>User Agreement&lt;/a> and &lt;a href='%2s'>Privacy Policy&lt;/a>."</Data></string>
<string formatted="false" name="usage_permission_double_link"><Data>"This app needs to connect to the internet and collect the required personal data to be able to work normally. To fully understand your rights as a user as well as the ways in which we use your data, read and agree to our &lt;a href='%1s'>User Agreement&lt;/a> and &lt;a href='%2s'>Privacy Policy&lt;/a>."</Data></string>
<string name="usage_permission_main_desc">"Welcome to Screen time!
This app needs to connect to the internet and requires the following permissions to be able to work normally:"</string>
<string name="usage_permission_title">Attention</string>

View File

@ -257,6 +257,7 @@
<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>

View File

@ -31,8 +31,7 @@
<string name="afternoon">Afternoon</string>
<string name="agree_desc">Grant the mandatory permissions listed above.</string>
<string name="am">AM</string>
<string name="androidx_startup">androidx.startup</string>
<string name="app_name">MiShare</string>
<string name="app_name">XiaomiShare</string>
<string name="asus">Asus</string>
<string name="asus_phone">Asus</string>
<string name="blackshark">Black Shark</string>
@ -186,7 +185,7 @@
<string name="error_p2p_create_group_failure_china">"Couldn't connect. Reconnect to Wi-Fi on both devices and try again."</string>
<string name="error_p2p_recv_connect_timeout">"Couldn't connect. Reconnect to Wi-Fi on both devices and try again."</string>
<string name="error_p2p_recv_connect_timeout_china">"Couldn't connect. Reconnect to Wi-Fi on both devices and try again."</string>
<string name="error_permission_denied">To be able to use this feature, grant Mi Share all the required permissions in the Settings.</string>
<string name="error_permission_denied">To be able to use this feature, grant Xiaomi Share all the required permissions in the Settings.</string>
<string name="error_receive_file_cannot_read">"Couldn't receive file"</string>
<string name="error_receive_file_changed">"Can't receive. The item has changed."</string>
<string name="error_receive_file_file_opened">"Couldn't receive this item. Looks like it's being used now."</string>
@ -205,8 +204,8 @@
<string name="error_send_file_service_disabled">Canceled outgoing transfer</string>
<string name="error_send_transfer_error">"Couldn't send items. Wait a minute or two and try again."</string>
<string name="error_send_transfer_pc_error">Transfer timed out. Update Xiaomi PC Manager to the latest version and try again.</string>
<string name="error_slave_wifi_in_use">"Mi Share won't work when dual Wi-Fi is on. Turn off dual Wi-Fi in the Settings and try again."</string>
<string name="error_slave_wifi_in_use_china">"Mi Share won't work when dual Wi-Fi is on. Turn off dual Wi-Fi in the Settings and try again."</string>
<string name="error_slave_wifi_in_use">"Xiaomi Share won't work when dual Wi-Fi is on. Turn off dual Wi-Fi in the Settings and try again."</string>
<string name="error_slave_wifi_in_use_china">"Xiaomi Share won't work when dual Wi-Fi is on. Turn off dual Wi-Fi in the Settings and try again."</string>
<string name="error_timeout">Session timed out. Wait a minute or two and try again.</string>
<string name="error_user_refuse">"Can't send. Transfer was rejected."</string>
<string name="error_wifi_display_in_use">"Can't send files to other devices while casting"</string>
@ -285,7 +284,7 @@
<string name="go_to_settings">Settings</string>
<string name="guide_summary_1">The other person can tap the toggle in the Notification shade</string>
<string name="guide_summary_2">"Select the device to which you'd like to send items and tap its icon"</string>
<string name="guide_title_1">Turn on Mi Share on both devices</string>
<string name="guide_title_1">Turn on Xiaomi Share on both devices</string>
<string name="guide_title_2">Select device to share</string>
<string name="heavenly_stems_bing"></string>
<string name="heavenly_stems_ding"></string>
@ -298,14 +297,18 @@
<string name="heavenly_stems_xin"></string>
<string name="heavenly_stems_yi"></string>
<string name="help">"Can't find devices?"</string>
<string name="help_content">"If you can't find the device you need, ask the other person to turn on Mi Share."</string>
<string name="help_content">"If you can't find the device you need, ask the other person to turn on Xiaomi Share."</string>
<string name="hide">Hide</string>
<string name="hisense">Hisense</string>
<string name="hisense_phone">Hisense</string>
<string name="i_know">Got it</string>
<string name="international_privacy_dialog_agree">Agree</string>
<string name="international_privacy_dialog_content">"While you're using this app, we need to collect necessary information to be able to connect to devices and transfer files. If you choose not to provide this information, we may not be able to provide you with corresponding services or respond to your questions. You can submit a request to withdraw your consent at any time in Privacy > Withdrawal of consent."</string>
<string name="international_privacy_dialog_disagree">"Don't agree"</string>
<string name="international_privacy_dialog_title">Xiaomi Share</string>
<string name="lenovo">Lenovo</string>
<string name="lenovo_phone">Lenovo</string>
<string name="location_enabled">Mi Share turned on location services to find devices nearby</string>
<string name="location_enabled">Xiaomi Share turned on location services to find devices nearby</string>
<string name="meizu">Meizu</string>
<string name="meizu_phone">Meizu</string>
<string name="menu_item_permission_manager_and_use_guide_title">Permissions details</string>
@ -327,7 +330,7 @@
<string name="mi_9_lite">Mi 9 Lite</string>
<string name="mi_9t">Mi 9T</string>
<string name="mi_9t_pro">Mi 9T Pro</string>
<string name="mi_drop">Mi Share</string>
<string name="mi_drop">Xiaomi Share</string>
<string name="mi_note_10">Mi Note 10</string>
<string name="mi_pad_5">Xiaomi Pad 5</string>
<string name="mi_pad_5_pro">Xiaomi Pad 5 Pro</string>
@ -335,15 +338,15 @@
<string name="mi_share_turbo_mode">Turbo transfer</string>
<string name="midnight">Night</string>
<string name="mini_pc_xiaomi_device_model_name">Xiaomi Mini PC</string>
<string name="mishare_folder_in_file_explorer">File Manager > MiShare</string>
<string name="mishare_folder_in_file_explorer">File Manager > Xiaomi Share</string>
<string name="mishare_help_web">https://pc.mi.com/pc-manager-help</string>
<string name="mishare_service_channel_desc">Notifications about Mi Share processes</string>
<string name="mishare_settings_summary_international">"Mi Share allows you to send items wirelessly to other nearby devices.
<string name="mishare_service_channel_desc">Notifications about Xiaomi Share processes</string>
<string name="mishare_settings_summary_international">"Xiaomi Share allows you to send items wirelessly to other nearby devices.
This feature is supported by OPPO, vivo, realme, and other smartphone manufacturers. You can check the list of supported devices on the official website of any selected brand."</string>
<string name="mishare_state_protection">Turn on Mi Share automatically</string>
<string name="mishare_state_protection_summary">Turn Mi Share back on automatically when Bluetooth or Wi-Fi are turned back on</string>
<string name="mishare_state_protection_summary_china">Turn Mi Share back on automatically when Bluetooth or Wi-Fi are turned back on</string>
<string name="mishare_transefer_channel_desc">Notifications about items sent and received by Mi Share</string>
<string name="mishare_state_protection">Turn on Xiaomi Share automatically</string>
<string name="mishare_state_protection_summary">Turn Xiaomi Share back on automatically when Bluetooth or Wi-Fi are turned back on</string>
<string name="mishare_state_protection_summary_china">Turn Xiaomi Share back on automatically when Bluetooth or Wi-Fi are turned back on</string>
<string name="mishare_transefer_channel_desc">Notifications about items sent and received by Xiaomi Share</string>
<string name="miui_plus_text">plus.miui.com</string>
<string name="miui_plus_web">https://plus.miui.com/</string>
<string name="miuix_access_state_desc">Selected</string>
@ -420,8 +423,8 @@ This feature is supported by OPPO, vivo, realme, and other smartphone manufactur
<string name="nfc_check_the_touch_device">To connect the devices, Wi-Fi and Bluetooth should be turned on on the other device too. Check whether connection for the other device is allowed in Settings > Connection &amp; sharing > Connected devices and try again.</string>
<string name="nfc_check_the_touch_device_china">To connect the devices, Wi-Fi and Bluetooth should be turned on on the other device too. Check whether connection for the other device is allowed in Settings > Connection &amp; sharing > Connected devices and try again.</string>
<string name="nfc_connect_fail">"Couldn't connect. Wait a minute or two and try again."</string>
<string name="nfc_connect_fail_lyra_secure">"You can turn on Mi Share in your device's Control center."</string>
<string name="nfc_connect_fail_lyra_secure_title">Mi Share is off</string>
<string name="nfc_connect_fail_lyra_secure">"You can turn on Xiaomi Share in your device's Control center."</string>
<string name="nfc_connect_fail_lyra_secure_title">Xiaomi Share is off</string>
<string name="nfc_connect_fail_pad">"Couldn't connect"</string>
<string name="nfc_connecting">Connecting…</string>
<string name="nfc_need_to_enable_your_bluetooth_and_wlan">To connect the devices, turn on Wi-Fi and Bluetooth on this device first. Turn on now?</string>
@ -448,16 +451,16 @@ This feature is supported by OPPO, vivo, realme, and other smartphone manufactur
<string name="pc_device_model_name">Computer</string>
<string name="pc_redmi_device_model_name">Redmi laptop</string>
<string name="pc_xiaomi_device_model_name">Xiaomi laptop</string>
<string name="permission_apply_purpose">Allow Mi Share to discover and connect to nearby devices for it to be able to transfer files.</string>
<string name="permission_denied_hint">Grant the required permissions to be able to use Mi Share</string>
<string name="permission_apply_purpose">Allow Xiaomi Share to discover and connect to nearby devices for it to be able to transfer files.</string>
<string name="permission_denied_hint">Grant the required permissions to be able to use Xiaomi Share</string>
<string name="permission_related">Permissions</string>
<string name="pm">PM</string>
<string name="preference_copied">\"%1$s\" copied to clipboard.</string>
<string name="privacy_authorize">Authorization</string>
<string name="progress_ratio">%1$d%%</string>
<string name="purpose">"Welcome to Mi Share! You can use this app to transfer files between devices. We protect your personal information in accordance with the relevant laws, regulations, and policies.
Before using Mi Share, you must grant the following permissions, as well as allow it to collect the necessary personal information:"</string>
<string name="purpose_v12">Welcome to Mi Share! You can use this app to transfer files between devices.</string>
<string name="purpose">"Welcome to Xiaomi Share! You can use this app to transfer files between devices. We protect your personal information in accordance with the relevant laws, regulations, and policies.
Before using Xiaomi Share, you must grant the following permissions, as well as allow it to collect the necessary personal information:"</string>
<string name="purpose_v12">Welcome to Xiaomi Share! You can use this app to transfer files between devices.</string>
<string name="queue_full">Finish ongoing transfers before adding new ones.</string>
<string name="realme">realme</string>
<string name="realme_phone">realme</string>
@ -569,7 +572,7 @@ Before using Mi Share, you must grant the following permissions, as well as allo
<string name="stop_scan">STOP SCAN</string>
<string name="sub_title_mishare_switch">This feature will turn off automatically after %d minutes</string>
<string name="sub_title_turbo_mode">Super fast transfers between Xiaomi phones and tablets. The network will be disconnected during the transfer.</string>
<string name="sub_title_withdraw_privacy_policy_consent">Withdrawing consent to the Privacy Policy will also turn off Mi Share</string>
<string name="sub_title_withdraw_privacy_policy_consent">Withdrawing consent to the Privacy Policy will also turn off Xiaomi Share</string>
<string name="success_receive_much_file_from_pc">Received more than %2$d files from %1$s. Tap to view.</string>
<string name="summary_collapsed_preference_list">%1$s, %2$s</string>
<string name="sunday">Sunday</string>
@ -629,22 +632,20 @@ Before using Mi Share, you must grant the following permissions, as well as allo
<string name="time_picker_label_minute">M</string>
<string name="tips_p2p_support_use5g">For best results, use a 5 GHz Wi-Fi network.</string>
<string name="tips_p2p_support_use5g_china">For best results, use a 5 GHz Wi-Fi network.</string>
<string name="tips_prompt_enable_midrop">Mi Share</string>
<string name="tips_prompt_enable_midrop">Xiaomi Share</string>
<string name="to_feedback">Report</string>
<string name="toast_auto_close_in_minutes">Mi Share will turn off automatically in %d minutes</string>
<string name="toast_auto_close_in_minutes">Xiaomi Share will turn off automatically in %d minutes</string>
<string name="toast_transfering">Transferring items. Try again later.</string>
<string name="today">Today</string>
<string name="tomorrow">Tomorrow</string>
<string name="transfer_intercept_to_remote">"Couldn't send: %1$s"</string>
<string name="transfer_to_pc_summary">"The latest version of AIoT software installed on Mi Notebooks is compatible with Mi Share. You can check the list of supported laptop models on the MIUI website. If your laptop is on the list, but AIoT isn't installed on it, update your laptop's BIOS and network adapter driver, and download AIoT."</string>
<string name="transfer_to_pc_summary_new"><Data>"The latest version of MIUI+ installed on Mi Notebooks is compatible with Mi Share. You can check the list of supported laptop models on the MIUI+ website (&lt;a href=%1$s>%2$s&lt;/a>). If your laptop is on the list, but MIUI+ isn't installed on it, update your laptop's BIOS and network adapter driver, and download MIUI+."</Data></string>
<string name="transfer_to_pc_summary_new_plus"><Data>Xiaomi PC Manager now supports Mi Share! You can find a list of supported computer models &lt;a href=%1$s>here&lt;/a>.</Data></string>
<string name="transfer_to_pc_summary_new_plus"><Data>Xiaomi PC Manager now supports Xiaomi Share! You can find a list of supported computer models &lt;a href=%1$s>here&lt;/a>.</Data></string>
<string name="transfer_to_pc_title">Send files to computers</string>
<string name="transfer_to_phone_summary">"Turn on Mi Share using the toggle in the Notification shade. After that, you'll be able to see nearby devices when you start sharing a photo or a file. Tap the recipient's device to send the item you're sharing."</string>
<string name="transfer_to_phone_summary_new">Turn on Mi Share in Control center to be able to easily send and receive items. After turning it on, you can share items with nearby devices for %d minutes before it turns off automatically.</string>
<string name="transfer_to_phone_summary">"Turn on Xiaomi Share using the toggle in the Notification shade. After that, you'll be able to see nearby devices when you start sharing a photo or a file. Tap the recipient's device to send the item you're sharing."</string>
<string name="transfer_to_phone_summary_new">Turn on Xiaomi Share in Control center to be able to easily send and receive items. After turning it on, you can share items with nearby devices for %d minutes before it turns off automatically.</string>
<string name="transfer_to_phone_title">Send files to phones</string>
<string name="transfer_to_summary">"Turn on Mi Share using the toggle in the Notification shade. After that, you'll be able to see nearby devices when you start sharing a photo or a file. Tap the recipient's device to send the item you're sharing."</string>
<string name="transfer_to_summary_new">Turn on Mi Share in Control center to be able to easily send and receive items. After turning it on, you can share items with nearby devices for %d minutes before it turns off automatically.</string>
<string name="transfer_to_summary">"Turn on Xiaomi Share using the toggle in the Notification shade. After that, you'll be able to see nearby devices when you start sharing a photo or a file. Tap the recipient's device to send the item you're sharing."</string>
<string name="transfer_to_summary_new">Turn on Xiaomi Share in Control center to be able to easily send and receive items. After turning it on, you can share items with nearby devices for %d minutes before it turns off automatically.</string>
<string name="transfer_to_title">Send files to mobile devices</string>
<string name="tuesday">Tuesday</string>
<string name="tuesday_short">Tue</string>
@ -653,8 +654,8 @@ Before using Mi Share, you must grant the following permissions, as well as allo
<string name="unrecognized_manufacture">Unknown</string>
<string name="unrecognized_model">Unknown device</string>
<string name="user_instructions">Attention</string>
<string name="uwb_guide_summary_1">"If you can't find the target device, ask the other person to tap the Mi Share toggle in their Control center."</string>
<string name="uwb_guide_title_1">Ask the other person to turn on Mi Share</string>
<string name="uwb_guide_summary_1">"If you can't find the target device, ask the other person to tap the Xiaomi Share toggle in their Control center."</string>
<string name="uwb_guide_title_1">Ask the other person to turn on Xiaomi Share</string>
<string name="uwb_guide_title_2">Find the target device faster with Beam</string>
<string name="uwb_setting_guide">Learn more</string>
<string name="uwb_setting_guide_summary">Beam uses UWB technology to recognize target devices wirelessly. Once the target device is recognized, its icon will come to the foreground.</string>
@ -678,7 +679,7 @@ Before using Mi Share, you must grant the following permissions, as well as allo
<string name="wifi_is_not_enabled">Turn on Wi-Fi first</string>
<string name="wifi_is_not_enabled_china">Turn on Wi-Fi first</string>
<string name="withdraw">Withdraw</string>
<string name="withdraw_consent_message">"If you continue, you'll withdraw your consent to the Privacy Policy of Mi Share. The personal information already collected and retained will be deleted within the specific period in accordance with applicable laws and regulations unless required otherwise. As Mi Share provides its services based on the collection of the necessary personal information, your withdrawal of consent will be held as refusing to accept Mi Share services."</string>
<string name="withdraw_consent_message">"If you continue, you'll withdraw your consent to the Privacy Policy of Xiaomi Share. The personal information already collected and retained will be deleted within the specific period in accordance with applicable laws and regulations unless required otherwise. As Xiaomi Share provides its services based on the collection of the necessary personal information, your withdrawal of consent will be held as refusing to accept Xiaomi Share services."</string>
<string name="withdraw_consent_title">Withdrawal of consent</string>
<string name="withdraw_with_time">Withdraw (%1$ds)</string>
<string name="xiaomi">Mi</string>

View File

@ -550,7 +550,7 @@
<string name="music_sound_num">Custom preset %s</string>
<string name="music_sound_sample">System presets</string>
<string name="music_sure_to_delete_sound_msg">Delete selected presets now?</string>
<string name="music_thirty_to_sixty_years" formatted="false">%d-%d years old</string>
<string formatted="false" name="music_thirty_to_sixty_years">%d-%d years old</string>
<string name="music_title_dolby_control">Dolby Digital Plus</string>
<string name="music_unsupport_effect_summary">"USB headsets aren't supported"</string>
<string name="music_upper_sixty_years">More than %d years old</string>

View File

@ -293,11 +293,12 @@
<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="settings_search_mirror_desktop">
<item>Home screen+</item>
<item>Interconnectivity/Home screen+</item>
<item>Home screen+, Home screen, Mi Smart Hub, Screen Combo, device interconnectivity</item>
<item>Home screen+, Home screen, Xiaomi Smart Hub, Screen Combo, device interconnectivity</item>
</string-array>
<string-array name="solar_terms">
<item>@string/empty</item>

View File

@ -122,7 +122,7 @@
<string name="circulate_cta_agree">Agree</string>
<string name="circulate_cta_all_purpose">Home screen+ is a part of Xiaomi Interconnectivity Services. It allows you to view and interact with the Home screens of other connected devices. To be able to work normally, this service needs to connect to the internet and requires the following permissions:</string>
<string name="circulate_cta_app_name">Xiaomi Interconnectivity</string>
<string name="circulate_cta_desc_phone_miui15_14">Welcome to Xiaomi Interconnectivity! You can use this app to cast screen content, transfer multimedia playback across devices, use Mi Smart Play, device interconnectivity features, and app handoff. This app needs to connect to the internet and requires the following permissions to be able to work normally:</string>
<string name="circulate_cta_desc_phone_miui15_14">Welcome to Xiaomi Interconnectivity! You can use this app to cast screen content, transfer multimedia playback across devices, use Xiaomi Smart Play, device interconnectivity features, and app handoff. This app needs to connect to the internet and requires the following permissions to be able to work normally:</string>
<string name="circulate_cta_exit">"Don't agree"</string>
<string name="circulate_cta_new_app_name">Home screen+</string>
<string name="circulate_cta_premission_bluetooth">For connecting devices and transferring data between them via Bluetooth</string>
@ -155,6 +155,7 @@
<string name="desktop_switch_is_closed">Home screen+ is turned off</string>
<string name="device_busy">Device is busy. Wait a minute or two and try again.</string>
<string name="device_max_screen_count_toast">This device only supports opening two windows at the same time</string>
<string name="device_screen_fold_switch_tip">Perform this action from inner screen instead</string>
<string name="display_max_screen_count_toast">You can open up to 3 windows in this version</string>
<string name="display_not_support_secondary_toast">"Can't open this app in a new window"</string>
<string name="download_aborted">"Couldn't transfer due to interrupted connection"</string>
@ -254,6 +255,9 @@
<string name="fmt_weekday_time">W T</string>
<string name="fmt_weekday_time_timezone">W T z</string>
<string name="fmt_weekday_timezone">W z</string>
<string name="fold_photograph_prompt_dialog_ok">OK</string>
<string name="fold_photograph_prompt_message">Use Camera from the inner screen</string>
<string name="fold_photograph_prompt_notification_title">Use cross-device camera for Notes</string>
<string name="friday">Friday</string>
<string name="friday_short">Fri</string>
<string name="friday_shortest">Fri</string>
@ -328,7 +332,7 @@ You can start another session on your computer."</string>
<string name="low_battery_notification_content_default">Phone battery is lower than %1$s</string>
<string name="low_battery_notification_title">Low battery</string>
<string name="message_log">Message logs</string>
<string name="mi_drop">Mi Share</string>
<string name="mi_drop">Xiaomi Share</string>
<string name="midnight">Night</string>
<string name="mirror_call_closed">This call was answered on another device</string>
<string name="mirror_have_been_opened">Home screen+ is on</string>
@ -762,6 +766,10 @@ to continue"</string>
<string name="tuesday">Tuesday</string>
<string name="tuesday_short">Tue</string>
<string name="tuesday_shortest">Tue</string>
<string name="upgrade_car_not_tip">"Don't show again"</string>
<string name="upgrade_car_ok">Got it</string>
<string name="upgrade_car_version_msg">"To be able to use this feature, update your EV's system to version 1.2.1 or later in Settings > System > System version."</string>
<string name="upgrade_car_version_title">"Update your EV's system"</string>
<string name="v7_preference_off">OFF</string>
<string name="v7_preference_on">ON</string>
<string name="verbose_mode">Verbose mode</string>

View File

@ -0,0 +1,108 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="barrage_bubble_style_color_selector">
<item>@color/danmu_text_color_picker_zero</item>
<item>@color/danmu_text_color_picker_one</item>
<item>@color/danmu_text_color_picker_two</item>
<item>@color/danmu_text_color_picker_three</item>
<item>@color/danmu_text_color_picker_four</item>
<item>@color/danmu_text_color_picker_five</item>
<item>@color/danmu_text_color_picker_six</item>
<item>@color/danmu_text_color_picker_seven</item>
<item>@color/danmu_text_color_picker_eight</item>
<item>@color/danmu_text_color_picker_nine</item>
</array>
<string-array name="bubble_stye_custom_packages">
<item>com.android.mms</item>
<item>com.tencent.mm</item>
<item>com.tencent.mobileqq</item>
<item>com.sina.weibo</item>
<item>com.tencent.wework</item>
<item>com.alibaba.android.rimet</item>
<item>com.eg.android.AlipayGphone</item>
<item>com.taobao.taobao</item>
<item>com.ss.android.lark.kami</item>
</string-array>
<string-array name="danmu_preview_text_default">
<item>没有看不到的信息,只有不想回的人</item>
<item>喜欢一个人,回信息都忍不住加快</item>
<item>用黑鲨注定要单身吧</item>
<item>你应该没有女朋友吧</item>
<item>你怎么可以不回我信息,为什么我等不到你的信息……晚安</item>
<item>好朋友不该秒回消息的吗</item>
<item>别看了,别看了,电子竞技不配拥有爱情</item>
</string-array>
<string-array name="danmu_preview_text_new">
<item>你在教我做事?</item>
<item>雷霆嘎巴,小鸟伏特加!!</item>
<item>我这么笨,哪里有姐姐聪明能干啊!(嘟嘴)</item>
<item>一起去爬山吗?</item>
<item>爷青回(爷的青春回来了)</item>
<item>所以爱会消失对不对?</item>
<item>你们喝奶茶的声音小一点,别吵着我喝西北风</item>
<item>吾辈楷模</item>
<item>你看我还有机会吗?</item>
<item>下次一定</item>
</string-array>
<string-array name="im_packages">
<item>com.android.mms</item>
<item>com.tencent.mm</item>
<item>com.tencent.mobileqq</item>
<item>com.tencent.wework</item>
<item>com.alibaba.android.rimet</item>
<item>com.ss.android.lark.kami</item>
<item>com.ss.android.lark</item>
<item>com.google.android.apps.messaging</item>
<item>com.whatsapp</item>
<item>com.tencent.tim</item>
<item>com.discord</item>
<item>com.facebook.orca</item>
<item>com.instagram.android</item>
<item>com.pushbullet.android</item>
<item>org.telegram.messenger</item>
<item>org.telegram.messenger.web</item>
<item>org.thunderdog.challegram</item>
<item>tw.nekomimi.nekogram</item>
<item>xyz.nextalone.nagram</item>
</string-array>
<string-array name="support_barrage_notification_packages">
<item>com.android.server.telecom</item>
<item>com.android.mms</item>
<item>com.tencent.mm</item>
<item>com.tencent.mobileqq</item>
<item>com.sina.weibo</item>
<item>com.tencent.wework</item>
<item>com.alibaba.android.rimet</item>
<item>com.eg.android.AlipayGphone</item>
<item>com.taobao.taobao</item>
<item>com.ss.android.lark.kami</item>
<item>com.ss.android.lark</item>
<item>com.google.android.apps.messaging</item>
<item>com.whatsapp</item>
<item>com.tencent.tim</item>
<item>com.discord</item>
<item>com.facebook.orca</item>
<item>com.instagram.android</item>
<item>com.pushbullet.android</item>
<item>org.telegram.messenger</item>
<item>org.telegram.messenger.web</item>
<item>org.thunderdog.challegram</item>
<item>tw.nekomimi.nekogram</item>
<item>xyz.nextalone.nagram</item>
</string-array>
<string-array name="video_scene_packages">
<item>com.tencent.qqlive</item>
<item>com.qiyi.video</item>
<item>com.youku.phone</item>
<item>tv.danmaku.bili</item>
<item>com.zhongduomei.rrmj.society</item>
<item>com.ss.android.article.video</item>
<item>com.hunantv.imgo.activity</item>
<item>com.miui.video</item>
</string-array>
<string-array name="voice_video_call_packages">
<item>com.tencent.mm</item>
<item>com.tencent.mobileqq</item>
<item>com.android.server.telecom</item>
</string-array>
</resources>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="abc_action_bar_home_description">Navigate home</string>
<string name="abc_action_bar_up_description">Navigate up</string>
<string name="abc_action_menu_overflow_description">More options</string>
<string name="abc_action_mode_done">Done</string>
<string name="abc_activity_chooser_view_see_all">See all</string>
<string name="abc_activitychooserview_choose_application">Choose an app</string>
<string name="abc_capital_off">OFF</string>
<string name="abc_capital_on">ON</string>
<string name="abc_menu_alt_shortcut_label">Alt+</string>
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
<string name="abc_menu_delete_shortcut_label">delete</string>
<string name="abc_menu_enter_shortcut_label">enter</string>
<string name="abc_menu_function_shortcut_label">Function+</string>
<string name="abc_menu_meta_shortcut_label">Meta+</string>
<string name="abc_menu_shift_shortcut_label">Shift+</string>
<string name="abc_menu_space_shortcut_label">space</string>
<string name="abc_menu_sym_shortcut_label">Sym+</string>
<string name="abc_prepend_shortcut_label">Menu+</string>
<string name="abc_search_hint">Search…</string>
<string name="abc_searchview_description_clear">Clear query</string>
<string name="abc_searchview_description_query">Search query</string>
<string name="abc_searchview_description_search">Search</string>
<string name="abc_searchview_description_submit">Submit query</string>
<string name="abc_searchview_description_voice">Voice search</string>
<string name="abc_shareactionprovider_share_with">Share with</string>
<string name="abc_shareactionprovider_share_with_application">Share with %s</string>
<string name="abc_toolbar_collapse_description">Collapse</string>
<string name="barrage_app_name">Bullet screen notification</string>
<string name="barrage_float_reply_title">Open</string>
<string name="barrage_float_reply_title2">Reply</string>
<string name="game_assistant">Gamer Studio</string>
<string name="game_space">Shark Space</string>
<string name="search_menu_title">Search</string>
<string name="status_bar_notification_info_overflow">999+</string>
</resources>

View File

@ -1735,7 +1735,7 @@ look larger on photos"</string>
<string name="module_name_super_moon">Supermoon</string>
<string name="module_name_video">Video</string>
<string name="module_name_vlog">VLOG</string>
<string name="moiton_detection_960_fps_video_tip" formatted="false">%1dfps videos can be up to %2d seconds long</string>
<string formatted="false" name="moiton_detection_960_fps_video_tip">%1dfps videos can be up to %2d seconds long</string>
<string name="moiton_detection_tip">Detecting motion… Keep device steady.</string>
<string name="moiton_detection_video_3840fps_3840">%dFPS</string>
<string name="moiton_detection_video_electric_quantity_tip">Charge your device to be able to use this feature</string>
@ -3209,7 +3209,7 @@ to record and edit videos on the go"</string>
<string name="warm_prompt">温馨提示</string>
<string name="watermark_choose_one_tip">You can apply only one watermark to each photo.</string>
<string name="watermark_choose_one_tip_film">You can apply only one watermark to each photo.</string>
<string name="watermark_count_format" formatted="false">%d/%d</string>
<string formatted="false" name="watermark_count_format">%d/%d</string>
<string name="watermark_function_description">About watermarks</string>
<string name="watermark_keep_at_least_one">Select at least one option</string>
<string name="watermark_tab_city">City</string>

View File

@ -33,7 +33,7 @@
<string name="allowed">Granted</string>
<string name="altitude">%.1f</string>
<string name="altitude_format">%.1f m</string>
<string name="altitude_longitude_Degree_format" formatted="false">"%d°%d'%d\""</string>
<string formatted="false" name="altitude_longitude_Degree_format">"%d°%d'%d\""</string>
<string name="altitude_title">Altitude</string>
<string name="altitude_uncalibrate_cancel">Cancel</string>
<string name="altitude_uncalibrate_msg">"Can't calibrate altitude accurately without GPS or mobile data connection."</string>

View File

@ -27,6 +27,7 @@
<string name="abc_shareactionprovider_share_with">Share with</string>
<string name="abc_shareactionprovider_share_with_application">Share with %s</string>
<string name="abc_toolbar_collapse_description">Collapse</string>
<string name="acc_refocus_slider">Adjusting background blur. Current level: %s</string>
<string name="acc_return">Back</string>
<string name="actionbar_button_up_description">Back</string>
<string name="afternoon">Afternoon</string>

View File

@ -94,7 +94,7 @@ Try creating the AI image with different photos."</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 formatted="false" name="ai_create_remain_time">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>
@ -189,9 +189,9 @@ Select other photos instead and try again."</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 formatted="false" name="ai_select_people_sub_title">%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.
<string formatted="false" name="ai_select_photo_complete_description">"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>
@ -500,7 +500,7 @@ Connect charger and turn off screen to make memories appear."</string>
<string name="btn_cancel_send">Cancel this transfer</string>
<string name="btn_exit_send">Exit</string>
<string name="btn_sure">OK</string>
<string name="burst_image_download_item_title" formatted="false">Download original (%s|%s)</string>
<string formatted="false" name="burst_image_download_item_title">Download original (%s|%s)</string>
<string name="burst_photo_enter">Burst</string>
<string name="burst_photo_preview_thumbnail_content_description">Photo %d</string>
<string name="burst_preview_title">Burst shot</string>
@ -1947,6 +1947,17 @@ to personalize Gallery"</string>
<string name="miuix_appcompat_select_all">Select all</string>
<string name="miuix_appcompat_select_all_description">Select all</string>
<string name="miuix_appcompat_select_item">Select items</string>
<string name="miuix_font_style_misans_bold_font_family">mipro-bold</string>
<string name="miuix_font_style_misans_demibold_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_extralight_font_family">sans-serif-thin</string>
<string name="miuix_font_style_misans_font_family">sans-serif</string>
<string name="miuix_font_style_misans_heavy_font_family">sans-serif-black</string>
<string name="miuix_font_style_misans_light_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_medium_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_normal_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_regular_font_family">sans-serif</string>
<string name="miuix_font_style_misans_semibold_font_family">mipro-semibold</string>
<string name="miuix_font_style_misans_thin_font_family">sans-serif-thin</string>
<string name="miuix_indexer_collect">Collections</string>
<string name="miuix_indexer_selected">Selected %s</string>
<string name="miuix_item_view_role_description">Tab</string>
@ -2430,9 +2441,18 @@ Transcoding might take some time when you use this feature for the first time."<
<string name="pic_to_pdf_a4_format">A4 paper</string>
<string name="pic_to_pdf_all_not_support">"Selected images can't be saved as PDF"</string>
<string name="pic_to_pdf_exit_notice">"This PDF won't be saved if you exit now. Exit anyway?"</string>
<string name="pic_to_pdf_install_dialog_content">Install Mi Doc Viewer to be able to generate PDFs. Install now?</string>
<string name="pic_to_pdf_install_dialog_positive">Install</string>
<string name="pic_to_pdf_install_dialog_title">Install Mi Doc Viewer</string>
<string name="pic_to_pdf_not_support_video">"Videos can't be saved as PDF"</string>
<string name="pic_to_pdf_permission_dialog_content">"Allow Mi Doc Viewer to access this device's photos and videos to be able to save PDF files. You can grant this permission in Settings."</string>
<string name="pic_to_pdf_permission_dialog_positive">Settings</string>
<string name="pic_to_pdf_permission_dialog_title">Permissions required</string>
<string name="pic_to_pdf_preview_loading">Loading preview…</string>
<string name="pic_to_pdf_saved_in_fileexplorer">Saved successfully. View the item in File Manager.</string>
<string name="pic_to_pdf_update_dialog_content">Update Mi Doc Viewer to the latest version to be able to generate PDFs. Update now?</string>
<string name="pic_to_pdf_update_dialog_positive">Update</string>
<string name="pic_to_pdf_update_dialog_title">Update Mi Doc Viewer</string>
<string name="pick_from_contact">Choose from contacts</string>
<string name="pick_people_cover_fail">An error occurred. Try again.</string>
<string name="pick_people_cover_page_title">Select cover photo</string>
@ -2964,7 +2984,7 @@ Transcoding might take some time when you use this feature for the first time."<
<string name="slim_dialog_empty_message">"Couldn't find items to optimize."</string>
<string name="slim_dialog_empty_positive">Got it</string>
<string name="slim_dialog_empty_title">Attention</string>
<string name="slim_dialog_message" formatted="false">"Replace original photos and videos with high-quality copies %d days after the items are created. Original files will be stored in the cloud. You'll be able to free up around %s of local storage."</string>
<string formatted="false" name="slim_dialog_message">"Replace original photos and videos with high-quality copies %d days after the items are created. Original files will be stored in the cloud. You'll be able to free up around %s of local storage."</string>
<string name="slim_dialog_positive">Optimize</string>
<string name="slim_dialog_title">Optimize storage</string>
<string name="slim_exit_dialog_positive">Stop</string>
@ -3200,8 +3220,8 @@ Until %1$s, you can move your items to Google Photos or visit i.mi.com to downlo
<string name="tip_file_info">File info:</string>
<string name="tip_file_path">Local path:</string>
<string name="tip_leica_authentic">Leica Authentic</string>
<string name="tip_leica_master_portrait">Master Portrait</string>
<string name="tip_leica_portrait">Leica Portrait</string>
<string name="tip_leica_master_portrait">Master portrait</string>
<string name="tip_leica_portrait">Leica portrait</string>
<string name="tip_leica_vibrant">Leica Vibrant</string>
<string name="tip_not_download">Not on device. Will be downloaded from Xiaomi Cloud while playing.</string>
<string name="tip_screenshot_package_info">App name:</string>
@ -3240,6 +3260,7 @@ Until %1$s, you can move your items to Google Photos or visit i.mi.com to downlo
<string name="toast_invalid_prefix">"Filenames can't start with \".\" or \"_\""</string>
<string name="toast_orientation_locked">Locked orientation successfully</string>
<string name="toast_orientation_unlock">Screen orientation is unlocked</string>
<string name="toast_pdf_create_failed">"Couldn't generate. Try again."</string>
<string name="toast_rename_exit">This file already exists</string>
<string name="today">Today</string>
<string name="today_of_year">On this day</string>
@ -3359,7 +3380,7 @@ Until %1$s, you can move your items to Google Photos or visit i.mi.com to downlo
<string name="update_check_title">Current version: %s</string>
<string name="update_ignore">Ignore this version</string>
<string name="update_latest_version">Current version is up to date</string>
<string name="update_log_format" formatted="false">%s %s</string>
<string formatted="false" name="update_log_format">%s %s</string>
<string name="update_network_error">Check your network settings and try again</string>
<string name="update_new_version">An update is available</string>
<string name="update_title">Version %s is available now</string>

View File

@ -288,7 +288,7 @@
<string name="cloud_app_restore_title">Pending</string>
<string name="color_group">Group icons by color</string>
<string name="color_group_anim">Animations in color categories</string>
<string name="com.crashlytics.android.build_id">46dbb7bf2bda4090a1c7aa4f4f0f0c3d</string>
<string name="com.crashlytics.android.build_id">d02afe880c814ddeb6929461e942d17a</string>
<string name="common_google_play_services_unknown_issue">%1$s is having trouble with Google Play services. Please try again.</string>
<string name="common_home_search_delete">Removing search bar</string>
<string name="common_home_search_delete_cancle">Cancel</string>

View File

@ -71,6 +71,7 @@
<string name="app_info_version_replace">Version: %1$s -> %2$s</string>
<string name="app_installing_not_allow">"You blocked installation of %1$s. "</string>
<string name="app_installing_not_allow_1">"Blocked %1$s from installing an app. "</string>
<string name="app_installing_not_allow_2">Installation was blocked. Search \"Install unknown apps\" in Settings to change your preferences.</string>
<string name="app_name">Package installer</string>
<string name="app_not_found_dlg_text">"The app wasn't found in the list of installed apps."</string>
<string name="app_not_found_dlg_title">App not found</string>

View File

@ -254,14 +254,14 @@
<string name="heavenly_stems_xin"></string>
<string name="heavenly_stems_yi"></string>
<string name="help">"Can't find devices?"</string>
<string name="help_content">"If you can't find the device you need, ask the other person to turn on Mi Share."</string>
<string name="help_content">"If you can't find the device you need, ask the other person to turn on Xiaomi Share."</string>
<string name="hisense">Hisense</string>
<string name="hisense_phone">Hisense</string>
<string name="image_decode_failed">"Couldn't decode image"</string>
<string name="image_not_found">"Couldn't find image"</string>
<string name="lenovo">Lenovo</string>
<string name="lenovo_phone">Lenovo</string>
<string name="loading_text_format" formatted="false">Removing private info from photos (%d/%d)…</string>
<string formatted="false" name="loading_text_format">Removing private info from photos (%d/%d)…</string>
<string name="long_screenshot_content_auto">Taking screenshot…</string>
<string name="long_screenshot_content_loading">Just a sec…</string>
<string name="long_screenshot_content_manual">Manually adjust the endpoint of the screenshot, then tap \"Done\".</string>
@ -290,7 +290,7 @@ a scrolling screenshot"</string>
<string name="mi_9_lite">Mi 9 Lite</string>
<string name="mi_9t">Mi 9T</string>
<string name="mi_9t_pro">Mi 9T Pro</string>
<string name="mi_drop">Mi Share</string>
<string name="mi_drop">Xiaomi Share</string>
<string name="mi_note_10">Mi Note 10</string>
<string name="mi_pad_5">Xiaomi Pad 5</string>
<string name="mi_pad_5_pro">Xiaomi Pad 5 Pro</string>
@ -637,7 +637,7 @@ a scrolling screenshot"</string>
<string name="time_picker_dialog_title">Set time</string>
<string name="time_picker_label_hour">H</string>
<string name="time_picker_label_minute">M</string>
<string name="tips_prompt_enable_midrop">Mi Share</string>
<string name="tips_prompt_enable_midrop">Xiaomi Share</string>
<string name="toast_download_with_metered_network_btn_cancel">@string/base_btn_cancel</string>
<string name="toast_download_with_metered_network_btn_continue">Download</string>
<string name="toast_download_with_metered_network_msg">"Looks like your device isn't connected to Wi-Fi. Download items using mobile data?"</string>

View File

@ -866,9 +866,6 @@
<item>com.tencent.qqmusiclite</item>
<item>com.tencent.qqmusicpad</item>
<item>com.tencent.radio</item>
<item>com.apple.android.music</item>
<item>com.google.android.apps.youtube.music</item>
<item>com.spotify.music</item>
</string-array>
<string-array name="config_historicalFoldingPackages">
<item>com.tencent.mm</item>

View File

@ -1086,7 +1086,7 @@ Tap for more info"</string>
<string name="keyboard_shortcut_search_list_title">Shortcuts</string>
<string name="keyboardview_keycode_enter">Enter</string>
<string name="keyguard_accessibility_pin_area">PIN area</string>
<string name="keyguard_carrier_name_with_sim_locked_template" formatted="false">%s (%s)</string>
<string formatted="false" name="keyguard_carrier_name_with_sim_locked_template">%s (%s)</string>
<string name="keyguard_charged">Charged</string>
<string name="keyguard_charging_battery_level">%s%%</string>
<string name="keyguard_charging_double_fast_and_level_tip">Boosting charging speed %s</string>

View File

@ -287,7 +287,7 @@
<string name="columbus_reward_style_speed_confirm">Continue</string>
<string name="columbus_skip_ad">Skip</string>
<string name="columbus_skip_ad_time">Skip (%d)</string>
<string name="com.crashlytics.android.build_id">40d4a38888fc467580759ab5e2d1c107</string>
<string name="com.crashlytics.android.build_id">78163303ad114cd4b7ae79c893ce3337</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>
@ -443,7 +443,7 @@ Mi Video needs to collect necessary personal information to provide you with bas
<string name="download_pending">Pending…</string>
<string name="download_power_off_tips">"This feature isn't available now"</string>
<string name="download_retry">Try again</string>
<string name="download_space_info" formatted="false">%s, %s</string>
<string formatted="false" name="download_space_info">%s, %s</string>
<string name="download_unable_tip">"Can't download this item"</string>
<string name="download_video">Downloading video</string>
<string name="downloading">Downloading…</string>
@ -682,7 +682,7 @@ Mi Video needs to collect necessary personal information to provide you with bas
<string name="galleryplus_network_error">"Couldn't connect to the network"</string>
<string name="galleryplus_network_not_wifi">Using mobile data to stream videos may generate additional carrier fees</string>
<string name="galleryplus_next_step">Next</string>
<string name="galleryplus_notification_linkvideo_subtitle1" formatted="false">Manage files %$s Add subtitles %$s Cast videos %$s</string>
<string formatted="false" name="galleryplus_notification_linkvideo_subtitle1">Manage files %$s Add subtitles %$s Cast videos %$s</string>
<string name="galleryplus_notification_linkvideo_subtitle1_new">Use Picture-in-picture, background playback, zoom, cast, and more %$s</string>
<string name="galleryplus_notification_linkvideo_subtitle2">Protect your private videos with a password %$s</string>
<string name="galleryplus_notification_linkvideo_subtitle2_new">Password-protect private videos and manage your files %$s</string>
@ -1818,7 +1818,7 @@ We will only use this permission to find the videos you search for, and won't ac
<string name="source">"Source: "</string>
<string name="special_type_8k">AI 8K</string>
<string name="special_type_log">LOG</string>
<string name="srl_component_falsify" formatted="false">"%s falsify area,
<string formatted="false" name="srl_component_falsify">"%s falsify area,
Represents the height[%.1fdp] of drag at run time,
It does not show anything."</string>
<string name="srl_content_empty">The content view in SmartRefreshLayout is empty. Do you forget to add it in xml layout file?</string>
@ -1960,7 +1960,7 @@ We will only use this permission to find the videos you search for, and won't ac
<string name="tip_play_a_video">%d. Play a video</string>
<string name="tip_playlist_guide_hint_a">View videos from your Google playlists</string>
<string name="tip_playlist_guide_hint_b">Play videos from your YouTube playlists ad-free</string>
<string name="tip_storage_used_space" formatted="false">Used %.2f GB/%.2f GB</string>
<string formatted="false" name="tip_storage_used_space">Used %.2f GB/%.2f GB</string>
<string name="tip_subscribe_guide_hint_a">View creators from your Google subscriptions</string>
<string name="tip_subscribe_guide_hint_b">"Watch updates from the YouTube channels you're subscribed to ad-free"</string>
<string name="tip_tap_download_button">%d. Tap \"Download\"</string>
@ -1969,7 +1969,7 @@ We will only use this permission to find the videos you search for, and won't ac
<string name="title_continue_to_borwser">Open in browser</string>
<string name="title_download_setting">Download settings</string>
<string name="title_history">History</string>
<string name="title_mangotv_history_sub" formatted="false">%s (Episode %d)</string>
<string formatted="false" name="title_mangotv_history_sub">%s (Episode %d)</string>
<string name="title_mangotv_subtitle_language">Subtitle language</string>
<string name="title_more_wonderful_smallvideo">More short videos</string>
<string name="title_select_directory">Select folder</string>

View File

@ -104,65 +104,7 @@
<item>@string/earthly_branches_xu</item>
<item>@string/earthly_branches_hai</item>
</string-array>
<string-array name="enable_super_wallpaper_device">
<item>cmi</item>
<item>umi</item>
<item>lmiin</item>
<item>lmiinpro</item>
<item>lmi</item>
<item>lmipro</item>
<item>cepheus</item>
<item>crux</item>
<item>raphaelin</item>
<item>raphael</item>
<item>dipper</item>
<item>equuleus</item>
<item>perseus</item>
<item>ursa</item>
<item>monetin</item>
<item>monet</item>
<item>vangogh</item>
<item>atom</item>
<item>bomb</item>
<item>cas</item>
<item>klein</item>
<item>cezanne</item>
<item>venus</item>
<item>haydn</item>
<item>haydnin</item>
<item>star</item>
<item>mars</item>
<item>renoir</item>
<item>alioth</item>
<item>aliothin</item>
<item>thyme</item>
<item>ares</item>
<item>aresin</item>
<item>odin</item>
<item>vili</item>
<item>agate</item>
<item>agatein</item>
<item>amber</item>
<item>zeus</item>
<item>psyche</item>
<item>cupid</item>
<item>ingres</item>
<item>poussin</item>
<item>matisse</item>
<item>rubens</item>
<item>munch</item>
<item>unicorn</item>
<item>thor</item>
<item>mayfly</item>
<item>diting</item>
<item>ditingp</item>
<item>plato</item>
<item>nuwa</item>
<item>fuxi</item>
<item>mondrian</item>
<item>socrates</item>
<item>rembrandt</item>
</string-array>
<array name="enable_super_wallpaper_device" />
<string-array name="eras">
<item>@string/eras_bc</item>
<item>@string/eras_ad</item>

View File

@ -862,8 +862,8 @@ An outgoing SMS message is required to activate Mi Message. Your carrier will ch
<string name="priority_normal">Normal</string>
<string name="privacy_dialog_error_service">A server error occurred. Wait a minute or two and try again.</string>
<string name="privacy_dialog_text_policy_link">Privacy Policy</string>
<string name="privacy_dialog_tips_revoke" formatted="false">"If you continue, you'll withdraw your consent to the Privacy Policy of %s. The personal information already collected and retained will be deleted within the specific period in accordance with applicable laws and regulations unless required otherwise. As %s provides its services based on the collection of the necessary personal information, your withdrawal of consent will be held as refusing to accept %s services. Withdraw consent now?"</string>
<string name="privacy_dialog_tips_update" formatted="false">"%s Privacy Policy was updated:
<string formatted="false" name="privacy_dialog_tips_revoke">"If you continue, you'll withdraw your consent to the Privacy Policy of %s. The personal information already collected and retained will be deleted within the specific period in accordance with applicable laws and regulations unless required otherwise. As %s provides its services based on the collection of the necessary personal information, your withdrawal of consent will be held as refusing to accept %s services. Withdraw consent now?"</string>
<string formatted="false" name="privacy_dialog_tips_update">"%s Privacy Policy was updated:
%s
Read and agree to the new version of Privacy Policy before you continue."</string>
<string name="privacy_dialog_title_update">Updated Privacy Policy</string>
@ -1297,9 +1297,9 @@ Check out recommended chatbots!"</string>
<string name="switch_to_editor">Editor mode</string>
<string name="switch_to_menu">Menu mode</string>
<string name="system_permission_declare_disagree">Cancel</string>
<string name="system_permission_declare_double_link" formatted="false">Read and agree to our %1s and %2s before using this feature.</string>
<string formatted="false" name="system_permission_declare_double_link">Read and agree to our %1s and %2s before using this feature.</string>
<string name="system_permission_declare_exit">Exit</string>
<string name="system_permission_declare_main_purpose" formatted="false">Welcome to %1s! %2s</string>
<string formatted="false" name="system_permission_declare_main_purpose">Welcome to %1s! %2s</string>
<string name="system_permission_declare_mi_message">Welcome to Mi Message!</string>
<string name="system_permission_declare_no_say_no">"We shall protect your personal information in accordance with the relevant laws, regulations, and privacy policies.
If you don't agree to grant such permissions or share and upload your personal information, you won't be able to use this app."</string>

View File

@ -425,8 +425,8 @@ Once you choose to permanently clear all data, you'll be signed out of the app.
<string name="columbus_reward_style_speed_confirm">Continue</string>
<string name="columbus_skip_ad">Skip</string>
<string name="columbus_skip_ad_time">Skip (%d)</string>
<string name="com.google.firebase.crashlytics.mapping_file_id">7dcceed73a5747a58b3138bbacfdae03</string>
<string name="comment_format" formatted="false">%s: %s</string>
<string name="com.google.firebase.crashlytics.mapping_file_id">6cd5c4eb8b09408ea9c2b7eecaf73e09</string>
<string formatted="false" name="comment_format">%s: %s</string>
<string name="common_google_play_services_enable_button">Enable</string>
<string name="common_google_play_services_enable_text">"%1$s won't work unless you enable Google Play services."</string>
<string name="common_google_play_services_enable_title">Enable Google Play services</string>
@ -591,7 +591,7 @@ Once you choose to permanently clear all data, you'll be signed out of the app.
<string name="download_percent">%d%%</string>
<string name="download_processing">Downloading…</string>
<string name="download_progress">%d%%</string>
<string name="download_progress_detail" formatted="false">%.1fM/%.1fM</string>
<string formatted="false" name="download_progress_detail">%.1fM/%.1fM</string>
<string name="download_quality">Download quality</string>
<string name="download_quality_summary">Additional settings for songs that you download</string>
<string name="download_queued">Queued</string>
@ -1443,7 +1443,7 @@ Once you choose to permanently clear all data, you'll be signed out of the app.
<string name="online_apk_install_completed">Loaded online content successfully. Tap %s to view.</string>
<string name="online_apk_install_error_no_enough_space">"Couldn't install due to insufficient storage space."</string>
<string name="online_apk_install_error_with_reason">"Couldn't install (Error %d)"</string>
<string name="online_apk_install_failed_with_reason" formatted="false">"Couldn't load online content. Tap %s to try again. Error code: %d."</string>
<string formatted="false" name="online_apk_install_failed_with_reason">"Couldn't load online content. Tap %s to try again. Error code: %d."</string>
<string name="online_apk_install_in_background">Loading online content in the background…</string>
<string name="online_apk_install_network_change_paused">"You're using mobile data. Paused loading items for now. Tap %s to view."</string>
<string name="online_apk_install_network_error">"Couldn't connect to the network. Check your network settings and try again."</string>
@ -1973,7 +1973,7 @@ Be Happy"</string>
<string name="sound_fade_in_and_out_when_change_song_automatically">Try crossfading songs during playback</string>
<string name="sound_off">声音关</string>
<string name="sound_on">声音开</string>
<string name="srl_component_falsify" formatted="false">"%s falsify area,
<string formatted="false" name="srl_component_falsify">"%s falsify area,
Represents the height[%.1fdp] of drag at run time,
It does not show anything."</string>
<string name="srl_content_empty">The content view in SmartRefreshLayout is empty. Do you forget to add it in xml layout file?</string>
@ -2408,7 +2408,7 @@ Be Happy"</string>
<string name="whitelist_multi_add_tips">%1$s. %2$s.</string>
<string name="whitelist_title">File exceptions</string>
<string name="widget_small_text_separator">-</string>
<string name="wifi_required_body" formatted="false">"Connect to Wi-Fi to complete this %s download.
<string formatted="false" name="wifi_required_body">"Connect to Wi-Fi to complete this %s download.
Tap %s to start this download the next time you're connected to a Wi-Fi network."</string>
<string name="wifi_required_title">You should connect to Wi-Fi to download this file</string>

View File

@ -46,12 +46,14 @@
<string name="actionbar_close_description">Close</string>
<string name="actionbar_home_description">Back</string>
<string name="add_account_desc">Sync your notes with your Xiaomi Account?</string>
<string name="add_excerpt_summary">Add summary list</string>
<string name="add_excerpt_summary">Add to summary list</string>
<string name="add_pic_excerpt_summary">Add image summary</string>
<string name="add_text_excerpt_summary">Add text summary</string>
<string name="added_to_clipboard">Copied successfully</string>
<string name="afternoon">Afternoon</string>
<string name="ai_chat_declare_double_link"><Data>Read and agree to our &lt;a href=\"%1$s\">User Agreement&lt;/a> and &lt;a href=\"%2$s\">Privacy Policy&lt;/a> before you continue.</Data></string>
<string name="ai_chat_dlg_content">For various information sources in different scenarios (such as links or text appearing in apps like browsers, WeChat, and Feishu), the function of quickly collecting and summarizing information, as well as automatically generating and presenting it in a unified entry for archiving, can be achieved.</string>
<string name="ai_createing_text">AI Generating...</string>
<string name="ai_watermark">Generate by AI:</string>
<string name="alarm_bar_title">Reminder</string>
<string name="alert_action_edit_anyway">Keep editing</string>
@ -255,7 +257,7 @@
<string name="doodle_guide_dialog_confirm">OK</string>
<string name="doodle_guide_dialog_skip">Skip</string>
<string name="doodle_guide_dialog_title">Sketching</string>
<string name="doodle_guide_quick_shape_hint" formatted="false">Press and hold the sketch for %d%d seconds to adjust strokes automatically</string>
<string formatted="false" name="doodle_guide_quick_shape_hint">Press and hold the sketch for %d%d seconds to adjust strokes automatically</string>
<string name="doodle_palette">Color palette</string>
<string name="doodle_saving">Saving</string>
<string name="doodle_tool_background">Change canvas</string>
@ -298,6 +300,8 @@
<string name="evening">Afternoon</string>
<string name="exceed_todo_text_limitation">Task description is too long.</string>
<string name="excerpt">Excerpts</string>
<string name="excerpt_ares_block">Multiple violations and functionality has been disabled.</string>
<string name="excerpt_ares_block_tmp">Multiple violations, the function is temporarily disabled.</string>
<string name="excerpt_ares_limit">We appreciate your enthusiasm, but we are currently experiencing high traffic. Please click the original link to view or try again later.</string>
<string name="excerpt_bubble_tips">Copied text and saved images will be saved to Notes</string>
<string name="excerpt_image_ares_limit">We appreciate your enthusiasm, but we are currently experiencing high traffic. Please refer to the original image or try again later.</string>
@ -1005,6 +1009,7 @@
<string name="to_be_read_image_list">Image Summary</string>
<string name="to_be_read_link_bubble_tips">Tap to save summary to Notes</string>
<string name="to_be_read_list">SummaryList</string>
<string name="to_be_read_text_list">Text Summary</string>
<string name="to_view_alarm_content">Tap to view</string>
<string name="toast_cancel_to_insert_image">"Couldn't add image."</string>
<string name="toast_excerpt_end">Created excerpt successfully</string>

View File

@ -399,7 +399,7 @@ Double tap to start."</string>
<string name="pa_accessibility_picker_home_widget_replace">Selected %s. Switching widgets.</string>
<string name="pa_accessibility_picker_home_widget_replace_card_content_desc">"%s.
Double tap the button below it to replace with another widget."</string>
<string name="pa_accessibility_picker_home_widget_replace_card_content_desc_status" formatted="false">"%s. Installation status: %3$s. The \"Switch\" button is below.
<string formatted="false" name="pa_accessibility_picker_home_widget_replace_card_content_desc_status">"%s. Installation status: %3$s. The \"Switch\" button is below.
Press twice to switch."</string>
<string name="pa_accessibility_picker_home_widget_slected">"%1$s, %2$s, Installation status: %3$s,
tap twice for details,
@ -433,8 +433,8 @@ Double tap to view details."</string>
<string name="pa_accessibility_picker_widget_detail_edit">Edit</string>
<string name="pa_accessibility_picker_widget_detail_widget_add_to_desktop">Selected widget. Drag to add this item to the Home screen.</string>
<string name="pa_accessibility_picker_widget_detail_widget_add_to_minus_desktop">Selected widget. Drag to add this item to App vault.</string>
<string name="pa_accessibility_picker_widget_group_all" formatted="false">Widget store. Select to view all widgets for %s. Double tap to view all widgets for %s.</string>
<string name="pa_accessibility_picker_widget_group_item" formatted="false">Widget store. %s Selected. Double tap to open widget description. The item contains %s widget.</string>
<string formatted="false" name="pa_accessibility_picker_widget_group_all">Widget store. Select to view all widgets for %s. Double tap to view all widgets for %s.</string>
<string formatted="false" name="pa_accessibility_picker_widget_group_item">Widget store. %s Selected. Double tap to open widget description. The item contains %s widget.</string>
<string name="pa_accessibility_picker_widget_item_add_to_desktop">%s</string>
<string name="pa_accessibility_picker_widget_item_add_to_minus_desktop">%s</string>
<string name="pa_accessibility_picker_widget_item_add_to_third">%s</string>
@ -726,7 +726,7 @@ Stay tuned!"</string>
<string name="pa_picker_home_search_hint">Search for widgets</string>
<string name="pa_picker_home_title">Add widgets</string>
<string name="pa_picker_image_text_share">Share</string>
<string name="pa_picker_image_text_share_content" formatted="false">\#小米小部件# 用%s小米小部件装扮你的桌面%s</string>
<string formatted="false" name="pa_picker_image_text_share_content">\#小米小部件# 用%s小米小部件装扮你的桌面%s</string>
<string name="pa_picker_image_text_share_copy_url">Copy URL</string>
<string name="pa_picker_image_text_share_more">More</string>
<string name="pa_picker_image_text_share_wechat_favourite">WeChat Favorites</string>
@ -847,7 +847,7 @@ Add widgets to get started."</string>
<string name="pa_setting_privacy_policy_update_agree">Agree</string>
<string name="pa_setting_privacy_policy_update_exit">Exit</string>
<string name="pa_setting_privacy_policy_update_link">Privacy Policy</string>
<string name="pa_setting_privacy_policy_update_message" formatted="false">"App vault Privacy Policy was updated:
<string formatted="false" name="pa_setting_privacy_policy_update_message">"App vault Privacy Policy was updated:
%sRead and agree to the new version of %s before you continue."</string>
<string name="pa_setting_privacy_policy_update_title">Updated Privacy Policy</string>
<string name="pa_setting_privacy_revoke_cta">Withdrawal of consent</string>
@ -999,15 +999,15 @@ Add widgets to get started."</string>
<string name="pa_sure">OK</string>
<string name="pa_toast_home_layout_locked">Home screen layout is locked</string>
<string name="pa_toast_message_not_support_size">"Widgets of this size aren't supported by App vault"</string>
<string name="pa_travel_accessibility_arri" formatted="false">%s到达%s</string>
<string name="pa_travel_accessibility_arri_cross_day" formatted="false">%d天后%s到达%s</string>
<string formatted="false" name="pa_travel_accessibility_arri">%s到达%s</string>
<string formatted="false" name="pa_travel_accessibility_arri_cross_day">%d天后%s到达%s</string>
<string name="pa_travel_accessibility_clear"></string>
<string name="pa_travel_accessibility_cloudy">多云</string>
<string name="pa_travel_accessibility_departure_other" formatted="false">%d天后有待出发%s行程</string>
<string formatted="false" name="pa_travel_accessibility_departure_other">%d天后有待出发%s行程</string>
<string name="pa_travel_accessibility_departure_today">今日有待出发%s行程</string>
<string name="pa_travel_accessibility_departure_tomorrow">明日有待出发%s行程</string>
<string name="pa_travel_accessibility_dept_flight" formatted="false">%s从%s起飞</string>
<string name="pa_travel_accessibility_dept_train" formatted="false">%s从%s出发</string>
<string formatted="false" name="pa_travel_accessibility_dept_flight">%s从%s起飞</string>
<string formatted="false" name="pa_travel_accessibility_dept_train">%s从%s出发</string>
<string name="pa_travel_accessibility_double_click">双击</string>
<string name="pa_travel_accessibility_dust">扬尘</string>
<string name="pa_travel_accessibility_expand_card">点击展开</string>
@ -1032,7 +1032,7 @@ Add widgets to get started."</string>
<string name="pa_travel_accessibility_thunderstorm">雷暴</string>
<string name="pa_travel_accessibility_train">列车</string>
<string name="pa_travel_accessibility_unknown">待定</string>
<string name="pa_travel_accessibility_weather" formatted="false">到达当日, %s天气 %s温度 %s双击跳转天气详情页</string>
<string formatted="false" name="pa_travel_accessibility_weather">到达当日, %s天气 %s温度 %s双击跳转天气详情页</string>
<string name="pa_travel_all">全部行程</string>
<string name="pa_travel_bind_state_none">--</string>
<string name="pa_travel_content_description_assistant_all_travel">双击查看未来三十天行程</string>
@ -1050,19 +1050,19 @@ Add widgets to get started."</string>
<string name="pa_travel_content_description_crgt_auth_grant">双击确认并授权绑定“国铁吉讯”</string>
<string name="pa_travel_content_description_crgt_auth_look_privacy">双击查看“国铁吉讯”《用户服务协议》和《隐私政策》</string>
<string name="pa_travel_content_description_crgt_auth_unchecked">双击同意“国铁吉讯”《用户服务协议》和《隐私政策》</string>
<string name="pa_travel_content_description_list_card_checked" formatted="false">已选中行程%s%s在页面底部中央双击删除按钮删除该行程</string>
<string name="pa_travel_content_description_list_card_crossed_flight_info" formatted="false">%s %s航班%s%s从%s起飞%s天后%s到达%s%s</string>
<string name="pa_travel_content_description_list_card_crossed_train_info" formatted="false">%s %s列车%s%s从%s出发%s天后%s到达%s%s</string>
<string formatted="false" name="pa_travel_content_description_list_card_checked">已选中行程%s%s在页面底部中央双击删除按钮删除该行程</string>
<string formatted="false" name="pa_travel_content_description_list_card_crossed_flight_info">%s %s航班%s%s从%s起飞%s天后%s到达%s%s</string>
<string formatted="false" name="pa_travel_content_description_list_card_crossed_train_info">%s %s列车%s%s从%s出发%s天后%s到达%s%s</string>
<string name="pa_travel_content_description_list_card_flag_action_bound">双击跳转行程详情页,长按选中可删除该行程</string>
<string name="pa_travel_content_description_list_card_flag_action_unbind">双击跳转%s账户授权页长按选中可删除该行程</string>
<string name="pa_travel_content_description_list_card_flag_flight">航班</string>
<string name="pa_travel_content_description_list_card_flag_train">列车</string>
<string name="pa_travel_content_description_list_card_flight_info" formatted="false">%s %s航班%s%s从%s起飞%s到达%s%s</string>
<string formatted="false" name="pa_travel_content_description_list_card_flight_info">%s %s航班%s%s从%s起飞%s到达%s%s</string>
<string name="pa_travel_content_description_list_card_select_arrival_station">双击选择到达站</string>
<string name="pa_travel_content_description_list_card_station_selected">双击选中%s</string>
<string name="pa_travel_content_description_list_card_train_info" formatted="false">%s %s列车%s%s从%s出发%s到达%s双击跳转行程详情页%s</string>
<string name="pa_travel_content_description_list_card_train_info_no_arrival_station" formatted="false">%s %s列车%s%s从%s出发%s</string>
<string name="pa_travel_content_description_list_card_unchecked" formatted="false">未选中行程%s%s</string>
<string formatted="false" name="pa_travel_content_description_list_card_train_info">%s %s列车%s%s从%s出发%s到达%s双击跳转行程详情页%s</string>
<string formatted="false" name="pa_travel_content_description_list_card_train_info_no_arrival_station">%s %s列车%s%s从%s出发%s</string>
<string formatted="false" name="pa_travel_content_description_list_card_unchecked">未选中行程%s%s</string>
<string name="pa_travel_content_description_list_delete_dialog_button_cancel">双击取消删除</string>
<string name="pa_travel_content_description_list_delete_dialog_button_confirm">双击确认删除,删除后不可恢复</string>
<string name="pa_travel_date_unit_day"></string>
@ -1105,7 +1105,7 @@ Add widgets to get started."</string>
<string name="pa_travel_item_source_sms">短信</string>
<string name="pa_travel_list_empty_title">近30天无待出行行程</string>
<string name="pa_travel_list_error_title">网络不可用,请确认连接后重试</string>
<string name="pa_travel_near_travel_info" formatted="false">%s %s出发丨 %s</string>
<string formatted="false" name="pa_travel_near_travel_info">%s %s出发丨 %s</string>
<string name="pa_travel_near_travel_tip">24小时内待出发行程</string>
<string name="pa_travel_preference_cp_state_bind">已绑定</string>
<string name="pa_travel_preference_cp_state_not_bind">未绑定</string>
@ -1132,7 +1132,7 @@ Add widgets to get started."</string>
<string name="pa_travel_toast_unknown_bind_state">授权异常,请检查网络状态</string>
<string name="pa_travel_train_check_point">检票口</string>
<string name="pa_travel_train_empty_check_point">暂无检票口信息</string>
<string name="pa_travel_train_seat_carriage_number" formatted="false">%s车%s</string>
<string formatted="false" name="pa_travel_train_seat_carriage_number">%s车%s</string>
<string name="pa_travel_train_seat_number">座位号</string>
<string name="pa_travel_train_tip_cancel">列车取消,请您重新制定出行计划</string>
<string name="pa_travel_train_unauthorized_tip">授权服务账号,及时获得列车动态信息</string>

View File

@ -276,12 +276,7 @@
<item>com.miui.gallery</item>
<item>com.miui.cloudservice</item>
</string-array>
<string-array name="navigation_picker_disappear_devices">
<item>rosy</item>
<item>vince</item>
<item>cactus</item>
<item>pine</item>
</string-array>
<array name="navigation_picker_disappear_devices" />
<string-array name="organized_inputmethod_list_international">
<item>com.touchtype.swiftkey/com.touchtype.KeyboardService</item>
<item>com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME</item>

View File

@ -683,7 +683,7 @@ monitoring program"</string>
<string name="privacy_prompt_traffic_purchase_message">"Your phone number and carrier details will be encrypted and uploaded to Mi's servers to get more info about data purchasing options."</string>
<string name="privacy_title">隐私政策</string>
<string name="privacy_update">隐私政策更新</string>
<string name="privacy_update_content" formatted="false">"儿童空间的隐私政策发生如下更新
<string formatted="false" name="privacy_update_content">"儿童空间的隐私政策发生如下更新
%s
请您阅读并同意更新后的%s。"</string>
<string name="project_id">securityadd-adf33</string>

View File

@ -126,6 +126,7 @@
<item>com.miui</item>
<item>com.google.android.packageinstaller</item>
<item>com.miui.core</item>
<item>com.miui.gallery</item>
</string-array>
<string-array name="am_pms">
<item>@string/am</item>

View File

@ -268,6 +268,14 @@ If you turn on mobile data again, your carrier may charge you for additional dat
<item quantity="one">"Note:
·Enhanced visuals won't be available when Battery saver is on or your device is overheated.
·Smart frame rate shows best results when your game is set to display at least %d frame per second."</item>
</plurals>
<plurals name="gb_vision_enhance_desc_detail_new">
<item quantity="other">"Note:
· Enhanced visuals won't be available when Battery saver is on or your device is overheated.
· Enhanced frame rate shows best results when your game is set to display at least %d frames per second."</item>
<item quantity="one">"Note:
· Enhanced visuals won't be available when Battery saver is on or your device is overheated.
· Enhanced frame rate shows best results when your game is set to display at least %d frame per second."</item>
</plurals>
<plurals name="gb_voice_changer_toast_tips_window_bubble">
<item quantity="other">"Try Voice changer now

View File

@ -694,6 +694,7 @@ You will not lose any app data."</string>
<string name="apps_list_header_title_sms_access">Restrict access to verification codes</string>
<string name="ask_create_shortcut">Create a Home screen shortcut?</string>
<string name="audio_optimization_summary">Enhance audio and reduce ambient noise in conversations</string>
<string name="audio_optimization_summary_new">Optimize earphones sound quality while gaming and reduce noise during calls</string>
<string name="audio_optimization_title">Enhanced audio</string>
<string name="auto_atsk_condition_battery_level_text_down">When battery reaches %s</string>
<string name="auto_atsk_condition_battery_level_text_up">When battery is charged to %s</string>
@ -1417,9 +1418,13 @@ However, some of your transactions aren't completed yet. To be able to withdraw
<string name="create_table_vaid">CREATE TABLE VAID( _id INTEGER PRIMARY KEY AUTOINCREMENT, package_name TEXT NOT NULL, vaid TEXT NOT NULL );</string>
<string name="create_talbe_fwlog">CREATE TABLE fwlog( _id INTEGER PRIMARY KEY AUTOINCREMENT, number TEXT DEFAULT NULL, date INTEGER NOT NULL DEFAULT 0, type INTEGER NOT NULL DEFAULT 0, reason INTEGER NOT NULL DEFAULT 0, data1 TEXT DEFAULT NULL, data2 TEXT DEFAULT NULL, read INTEGER NOT NULL DEFAULT 0, simid TEXT DEFAULT -1, mode INTEGER NOT NULL DEFAULT 0, callType INTEGER NOT NULL DEFAULT 0 );</string>
<string name="cs_color_sense">Color temperature</string>
<string name="cs_conversation_record_using">Recording</string>
<string name="cs_func_toast_headset">Disconnect your headset to be able to use this feature</string>
<string name="cs_func_toast_light">Switch to the front camera to be able to use this feature</string>
<string name="cs_func_toast_pickup">Switch to a video call to be able to use this feature</string>
<string name="cs_func_unavailable_tips">Use this feature during calls</string>
<string name="cs_light_enhance_physical_options">Color temperature</string>
<string name="cs_light_enhance_physical_title">Brightness</string>
<string name="cs_pickup_denoise_desc">Reduce noise of incoming audio while using speakers or earphones</string>
<string name="cs_pickup_denoise_title">Noise reduction</string>
<string name="cs_pickup_multi_desc">%d degree audio pickup</string>
@ -1433,12 +1438,19 @@ However, some of your transactions aren't completed yet. To be able to withdraw
<string name="cs_pickup_vioce_print_unsupport_tips">Record voiceprint before selecting \"Single participant\"</string>
<string name="cs_pickup_vioce_print_unsupport_toast">Disconnect external devices and try again</string>
<string name="cs_pickup_voice_print_desc">Pick up sound only from one person</string>
<string name="cs_privacy_camera_global_settings_title">Call privacy</string>
<string name="cs_screen_translation_title">Screen translation</string>
<string name="cs_simultaneous_interpretation_title">Interpret</string>
<string name="cs_title_pickup">Noise reduction</string>
<string name="cs_title_smart_subtitle">Subtitle transcription</string>
<string name="cs_title_ultraclear">Ultra HD mode</string>
<string name="cs_tool_box_max_screen_guide_case_1">Try simultaneous interpretation and other conference call tools in the new Call toolbox</string>
<string name="cs_tool_box_max_screen_guide_case_2">Try out a range of conference call features in the new Call toolbox</string>
<string name="cs_tool_box_phone_guide_case_1">Try simultaneous interpretation and other features in the new Call toolbox</string>
<string name="cs_tool_box_phone_guide_case_2">Try out a range of features in the new Call toolbox</string>
<string name="cs_voice_print">Record voiceprint</string>
<string name="cs_vt_camera_toast_case1">Open camera in the current app</string>
<string name="cs_vt_camera_toast_case2">No compatible devices nearby</string>
<string name="cta_HIPS_Perm_Location_Desc">For providing the features relevant to your location in Warning Center, Emergency SOS, App battery saver, payment security scanner, and approximate location service</string>
<string name="cta_agree_desc">To be able to use our services, allow this app to connect to the internet and grant the permissions listed above.</string>
<string name="cta_close_dialog_cancel">Cancel</string>
@ -1538,7 +1550,7 @@ However, some of your transactions aren't completed yet. To be able to withdraw
<string name="delete_input">Delete</string>
<string name="deleted_apps">Deleted apps</string>
<string name="demo_number">241</string>
<string name="desc_share_uid_sec" formatted="false">%1s. %2s</string>
<string formatted="false" name="desc_share_uid_sec">%1s. %2s</string>
<string name="descx_quick_scan_cancel">Scan canceled</string>
<string name="descx_quick_scan_preparation">Just a sec…</string>
<string name="detail_app_button">App info</string>
@ -1906,6 +1918,7 @@ You must understand that this feature is provided for your reference only. The w
<string name="ew_monitor_exit_title">Attention</string>
<string name="ew_monitor_have_been">"I'm proud to be an "</string>
<string name="ew_monitor_info_title">How does it work?</string>
<string name="ew_monitor_join">Join earthquake monitoring program</string>
<string name="ew_monitor_join_number">Number of volunteers</string>
<string name="ew_monitor_join_path">Join the program using a Xiaomi device: Security > Earthquake warning > Earthquake monitoring volunteer.</string>
<string name="ew_monitor_my_content">My mobile device is part of the earthquake early warning network. After its sensors detect seismic waves, the data will be analyzed by the AI algorithm and early warnings will be issued to the people in the affected areas.</string>
@ -2069,7 +2082,7 @@ volunteer"</string>
<string name="fast_open_list_open_title">允许在%s个应用中速抢</string>
<string name="fast_open_noti_summary">%s给你发来一个红包</string>
<string name="fast_open_summary">开启速抢模式后,收到红包新消息将打断当前使用应用切换到抢红包窗口。</string>
<string name="fbo_search_path" formatted="false">%s/%s/%s</string>
<string formatted="false" name="fbo_search_path">%s/%s/%s</string>
<string name="file_confirm_start_activity">"%s isn't allowed to access your Gallery and social media apps. This app wants to access files stored on this device to share items. Allow?"</string>
<string name="finger_remind_message">Add your fingerprint first. Tap to open Settings.</string>
<string name="fingerprint_identify_msg">Turn on fingerprint unlock</string>
@ -2442,6 +2455,8 @@ volunteer"</string>
<string name="gb_audition_play_instruction">Use earphones for best effect</string>
<string name="gb_award_noti_message">Turn on Game for Peace background updates in Game Turbo to get rewards</string>
<string name="gb_award_noti_title">Game for Peace rewards are here!</string>
<string name="gb_balance_disbale_wild_mode_pad_desc"><Data>"Can't switch to Balanced mode in Game Turbo when system-wide Ultimate mode is on. You can change battery settings in Security.&lt;br>&lt;a href=\"#\">Open Security&lt;/a>"</Data></string>
<string name="gb_balance_disbale_wild_mode_phone_desc"><Data>"Can't switch to Balanced mode in Game Turbo when system-wide Ultimate mode is on. You can change battery settings in Security. &lt;br>&lt;a href=\"#\">Open Security&lt;/a>"</Data></string>
<string name="gb_bar_high">High</string>
<string name="gb_bar_low">Low</string>
<string name="gb_bar_mid">Medium</string>
@ -2484,7 +2499,7 @@ Xiaomi Gaming Cooler"</string>
<string name="gb_dialog_record_way_ai_new">AI recordings are saved in the gamebox and stored there for %d days.</string>
<string name="gb_dialog_record_way_finish">Done</string>
<string name="gb_dialog_record_way_manual">Record videos up to 30 seconds long manually</string>
<string name="gb_dialog_record_way_manual_desc" formatted="false">Record %d-%d seconds of video during gaming session manually.</string>
<string formatted="false" name="gb_dialog_record_way_manual_desc">Record %d-%d seconds of video during gaming session manually.</string>
<string name="gb_dialog_record_way_manual_new">Record videos up to %d seconds long manually</string>
<string name="gb_dialog_record_way_setting_tip_one">Increased power consumption and lag</string>
<string name="gb_dialog_record_way_setting_tip_title">This feature might cause the following issues:</string>
@ -2599,6 +2614,8 @@ but also increases power consumption and allows your device to overheat"</string
<string name="gb_predownload_receive_tips">Turn on background updates to get rewards</string>
<string name="gb_predownload_receiving">Receiving…</string>
<string name="gb_predownload_title">Background updates</string>
<string name="gb_setting_dock_toast">Front camera assistant features are available in Call toolbox now</string>
<string name="gb_setting_dock_toast_2">Front camera assistant features are available in Call toolbox now</string>
<string name="gb_shortcut_pref_title">Home screen shortcut</string>
<string name="gb_shoulder_guide_message1">Move [L] to any functional position to use it via the pop-up trigger</string>
<string name="gb_shoulder_guide_message2">Action [1] is activated by pressing the button. Action [2] is activated by releasing the button.</string>
@ -2670,6 +2687,8 @@ but also increases power consumption and allows your device to overheat"</string
<string name="gb_turbo_wonder_subtitle">Record key moments</string>
<string name="gb_vision_enhance">Enhanced visuals</string>
<string name="gb_vision_enhance_desc">Improve picture quality and performance</string>
<string name="gb_vision_enhance_frme_insertion_new_tips">"Enhanced frame rate
%dFPS"</string>
<string name="gb_vision_enhance_frme_insertion_tips">"Smart frame rate
%dFPS"</string>
<string name="gb_vision_enhance_smart_frame_enhance">Enhance frame rate</string>
@ -2742,9 +2761,21 @@ of your gaming sessions"</string>
<string name="gd_dock_shortcut_splitescreen">Split screen</string>
<string name="gd_setting_conversation">Conference tools</string>
<string name="gd_setting_conversation_desc">Provides a variety of features for use in full-screen audio and video calls</string>
<string name="gd_setting_dock_activity_title">Side toolbox</string>
<string name="gd_setting_dock_call_summary">Features for voice and video calls (e.g. fill light)</string>
<string name="gd_setting_dock_call_title">Call toolbox</string>
<string name="gd_setting_dock_game_summary">Enhance display and performance while playing games</string>
<string name="gd_setting_dock_game_summary_new">Enhance display and performance while playing games</string>
<string name="gd_setting_dock_summary">Open other apps in floating windows while using an app fullscreen</string>
<string name="gd_setting_dock_title">Sidebar</string>
<string name="gd_setting_dock_video_summary">Use effects such as Dolby Atmos while watching videos</string>
<string name="gd_setting_dock_video_summary_new">Use tools and effects while watching videos</string>
<string name="gd_setting_group_custom_conversation_apps">Record voiceprint for calls</string>
<string name="gd_setting_group_custom_gtb_apps">Games</string>
<string name="gd_setting_group_custom_gtb_apps_new">Manage gaming apps</string>
<string name="gd_setting_group_custom_settings">Personalization</string>
<string name="gd_setting_group_custom_vtb_apps">Video apps</string>
<string name="gd_setting_group_custom_vtb_apps_new">Manage video apps</string>
<string name="gd_setting_group_title_switch">Scenes</string>
<string name="gd_setting_gtb">Show while playing games</string>
<string name="gd_setting_gtb_desc">Special features for gaming</string>
@ -2765,11 +2796,17 @@ of your gaming sessions"</string>
<string name="get_phone_num_fail">Unknown phone number</string>
<string name="get_sys_info">Getting info…</string>
<string name="gigabyteShort">GB</string>
<string name="global_dock_guide_desc_pad">Press and hold the indicator to move the window around</string>
<string name="global_dock_guide_desc_with_split_screen">"· Tap an app on the sidebar to open it in a floating window.
· Drag an app to the center of the screen to open it in a floating window or to the side to use Split screen.
· Press and hold the indicator to move the window around."</string>
<string name="global_dock_guide_desc_with_split_screen_new">"· Tap an app on the sidebar to open it in a floating window.
· Drag an app to the center of the screen to open it in a floating window or to the side to use Split screen.
· Press and hold the indicator to move the window around."</string>
<string name="global_dock_guide_desc_without_split_screen">"· Tap an app on the sidebar to open it in a floating window.
· Press and hold the indicator to move the window around."</string>
<string name="global_dock_guide_desc_without_split_screen_new">"Swipe to open sidebar and tap an app to open it in a floating window.
Press and hold the indicator to move the window around."</string>
<string name="global_satisfaction_notification_button">Rate</string>
<string name="global_satisfaction_notification_channel">User satisfaction survey</string>
<string name="global_satisfaction_notification_subhead">Tell us about your experience</string>
@ -2909,7 +2946,7 @@ of your gaming sessions"</string>
<string name="gtb_setting">Settings</string>
<string name="gtb_setting_item_summary_disable_ndds_sim">Block all communication services on secondary SIM during gaming sessions to keep connection stable and avoid switching between networks. Secondary SIM will be unblocked when you stop playing.</string>
<string name="gtb_setting_item_summary_smart_5g">Whenever Game Turbo detects a 5G network, it can connect your device to the best network available to reduce network delay</string>
<string name="gtb_setting_item_summary_smart_wlan_speed" formatted="false">Increase connection speed by 10%-20% when connected to Mi/Redmi routers</string>
<string formatted="false" name="gtb_setting_item_summary_smart_wlan_speed">Increase connection speed by 10%-20% when connected to Mi/Redmi routers</string>
<string name="gtb_setting_item_summary_smart_wlan_speed_new">Increase connection speed by %1$s-%2$s when connected to Mi/Redmi routers</string>
<string name="gtb_setting_item_title_brightness">Lower screen brightness automatically</string>
<string name="gtb_setting_item_title_disable_ndds_sim">Block secondary SIM</string>
@ -3010,7 +3047,7 @@ to join our egg hunt!"</string>
<string name="ime_security_warning">%1$s may record everything you type, including passwords and other sensitive information. Use it anyway?</string>
<string name="in_delete">Deleting…</string>
<string name="in_recover">Restoring…</string>
<string name="infinite_daily_package_usage_summary" formatted="false">%1s (%2s)</string>
<string formatted="false" name="infinite_daily_package_usage_summary">%1s (%2s)</string>
<string name="infinite_remind_warning_text_tips">Warn when monthly limit is reached</string>
<string name="info_and_call">Calls and messaging</string>
<string name="info_antispam_close">Blocklist is off</string>
@ -3107,7 +3144,7 @@ Carrier may charge you additional fees if you use mobile data connection again."
<string name="list_empty_text">Empty</string>
<string name="load_only_under_wlan">Load using only Wi-Fi</string>
<string name="loading">Just a sec…</string>
<string name="loading_text_format" formatted="false">Checking whether photos contain private info %d/%d</string>
<string formatted="false" name="loading_text_format">Checking whether photos contain private info %d/%d</string>
<string name="local_ip_exception_summary">"Couldn't get local IP address. To report this issue, go to the Feedback app and send a log from your device."</string>
<string name="location">Location</string>
<string name="lock_all_title">Lock all apps</string>
@ -3322,7 +3359,7 @@ to respond"</string>
<string name="memory_check_content">Freed %s</string>
<string name="memory_clean_memory_size_tip">Cache</string>
<string name="memory_clean_no_need_clean">Everything looks good</string>
<string name="memory_clean_no_need_clean_1_new" formatted="false">"Freed up %s.
<string formatted="false" name="memory_clean_no_need_clean_1_new">"Freed up %s.
Your device is %s faster now."</string>
<string name="memory_clear_unused">Clear cache (%s)</string>
<string name="memory_title">Available: %1$s\u0009\u0009Total: %2$s</string>
@ -3442,6 +3479,17 @@ Your device is %s faster now."</string>
<string name="miuix_appcompat_select_all">Select all</string>
<string name="miuix_appcompat_select_all_description">Select all</string>
<string name="miuix_appcompat_select_item">Select items</string>
<string name="miuix_font_style_misans_bold_font_family">mipro-bold</string>
<string name="miuix_font_style_misans_demibold_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_extralight_font_family">sans-serif-thin</string>
<string name="miuix_font_style_misans_font_family">sans-serif</string>
<string name="miuix_font_style_misans_heavy_font_family">sans-serif-black</string>
<string name="miuix_font_style_misans_light_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_medium_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_normal_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_regular_font_family">sans-serif</string>
<string name="miuix_font_style_misans_semibold_font_family">mipro-semibold</string>
<string name="miuix_font_style_misans_thin_font_family">sans-serif-thin</string>
<string name="miuix_indexer_collect">Collections</string>
<string name="miuix_indexer_selected">Selected %s</string>
<string name="miuix_sbl_tracking_progress_labe_pull_to_refresh">Pull down to refresh</string>
@ -3663,10 +3711,10 @@ Try using another Ethernet cable to connect your router. If you suspect there's
<string name="no_sim_card_by_tips">To be able to set phone balance and data usage warnings, insert a SIM card first.</string>
<string name="noon">Midday</string>
<string name="normal1">Restricted permissions: %1s. Tap to change.</string>
<string name="normal2" formatted="false">Restricted permissions: %1s, %2s. Tap to change.</string>
<string name="normal3" formatted="false">Restricted permissions: %1s, %2s, %3s. Tap to change.</string>
<string name="normal4" formatted="false">%1s, %2s, %3s, %4s. Tap to change.</string>
<string name="normal_package_usage_summary" formatted="false">%2s of %1s (%3s)</string>
<string formatted="false" name="normal2">Restricted permissions: %1s, %2s. Tap to change.</string>
<string formatted="false" name="normal3">Restricted permissions: %1s, %2s, %3s. Tap to change.</string>
<string formatted="false" name="normal4">%1s, %2s, %3s, %4s. Tap to change.</string>
<string formatted="false" name="normal_package_usage_summary">%2s of %1s (%3s)</string>
<string name="not_closed">Keep on</string>
<string name="not_limited_brand">Unlimited</string>
<string name="not_set">Tap to set</string>
@ -4029,6 +4077,7 @@ Try using another Ethernet cable to connect your router. If you suspect there's
<string name="pc_fast_charge_switch_summary_new">Remind to boost charging speed when the supplied charger is connected and the battery goes below set level</string>
<string name="pc_fast_charge_switch_title">Boost charging speed</string>
<string name="pc_fast_charge_switch_toast_message">Changes will be applied next time you charge this device</string>
<string name="pc_fast_charge_temp_remider">"Turn on to regulate charging speed automatically. This feature works only with Xiaomi's supplied chargers. Your device might heat up during charging."</string>
<string name="pc_fast_charge_title">Boost charging speed</string>
<string name="pc_going_to_exit_extreme_mode">Exiting Hibernation mode</string>
<string name="pc_going_to_exit_extreme_mode_summary">Your device is charging. Hibernation mode is off.</string>
@ -4117,6 +4166,16 @@ Ultra battery saver"</string>
<string name="pc_search_keywords_capacity">Battery capacity</string>
<string name="pc_search_keywords_property">Performance</string>
<string name="pc_settings_title">Battery</string>
<string name="pc_smart_charge_button_summary">To extend battery life span, the system will learn how you charge your device and stop charging when battery level reaches %1$s</string>
<string name="pc_smart_charge_notify_summary_high_temp">Your device heated up. Charging will be stopped when battery level reaches %1$s</string>
<string name="pc_smart_charge_notify_summary_navagition">Navigating… Charging will be stopped when battery level reaches %1$s</string>
<string name="pc_smart_charge_notify_summary_night_charge">Charging will stop at %s</string>
<string name="pc_smart_charge_pogo_project_dialog_content">"To extend battery life span, this device's battery won't go above the current level while connected to the car."</string>
<string name="pc_smart_charge_pogo_project_dialog_not_show_again">"Don't show again"</string>
<string name="pc_smart_charge_pogo_project_dialog_title">Battery protection</string>
<string name="pc_smart_charge_pogo_project_notification_content">"To extend battery life span, this device's battery won't go above the current level while connected to the car"</string>
<string name="pc_smart_charge_pogo_project_notification_title">Battery protection</string>
<string name="pc_smart_charge_title">Smart charging</string>
<string name="pc_smart_discharge_checkbox_summary">When using navigation features, charging will stop automatically at a specified percentage. Battery saver will be turned off.</string>
<string name="pc_smart_discharge_checkbox_title">Charging auto-disconnect</string>
<string name="pc_smart_discharge_drop_down_title">Auto-disconnect settings</string>
@ -4129,6 +4188,8 @@ Ultra battery saver"</string>
<string name="pc_statistics_battery_use_title">Battery usage</string>
<string name="pc_suggest_open_fast_charge">Turn on %dW quick charge</string>
<string name="pc_temperature_too_high">Device overheated</string>
<string name="pc_this_time_charge_full">Charge fully this time</string>
<string name="pc_this_time_charge_full_work">Almost fully charged</string>
<string name="pc_timely_charging_summary">Battery is below %1$s. If the device overheats while battery is low, this may damage the battery.</string>
<string name="pc_timely_charging_title">Charge your device</string>
<string name="pc_to_phone_install">Blocked installation of %s via USB</string>
@ -4152,6 +4213,7 @@ Ultra battery saver"</string>
<string name="percentage">%d%%</string>
<string name="perfermance_optimization_summary">Avoid overheating and hardware-related issues</string>
<string name="perfermance_optimization_title">Performance optimization</string>
<string name="performance_frame_enhance_super_display_tips">"Enhanced frame rate and super resolution can't work at the same time. Turning on one of them will turn off the other."</string>
<string name="performance_frame_insert_super_display_tips">"Smart frame rate and super resolution can't be in effect at the same time. Turning on one will turn off the other."</string>
<string name="perm_intercept_content">Give this app the following permission: %1s?</string>
<string name="perm_intercept_notification_title">Allowing %1s to use notifications will let this app perform the following actions:</string>
@ -4642,7 +4704,7 @@ Ultra battery saver"</string>
<string name="power_optimize_loading">Loading</string>
<string name="power_optimize_open_hide_mode">Turn on Battery saver</string>
<string name="power_optimize_power_save_extend_time">Add %s</string>
<string name="power_optimize_power_save_extend_time_new" formatted="false">Extend for %1s %2s</string>
<string formatted="false" name="power_optimize_power_save_extend_time_new">Extend for %1s %2s</string>
<string name="power_optimize_power_save_summary">Turn on Battery saver to apply multiple system optimizations that limit background activity</string>
<string name="power_optimize_prohibit_app_autostart">"Don't allow apps to autostart"</string>
<string name="power_optimize_reduce_fps">Lower screen refresh rate to %d Hz</string>
@ -5027,6 +5089,8 @@ Ultra battery saver"</string>
<string name="privacy_empty_location">"Didn't access location today"</string>
<string name="privacy_empty_record">"Didn't record audio today"</string>
<string name="privacy_empty_storage">"Didn't access storage today"</string>
<string name="privacy_extra_provision_positive_btn">Agree</string>
<string name="privacy_extra_provision_title">Extension services</string>
<string name="privacy_flares_behavior_recent">App behavior</string>
<string name="privacy_flares_capsule_current">%1s | Now</string>
<string name="privacy_flares_capsule_recent">%1s | Recently</string>
@ -5106,6 +5170,7 @@ Ultra battery saver"</string>
<string name="privacy_provision_summary">Privacy protection is the commitment behind the design of our products</string>
<string name="privacy_provision_text">We are committed to respecting and protecting your privacy. Prioritizing research and development in the field of information security, Xiaomi constantly works on improving the methods, practices, and technical solutions that safeguard your data. We also share our latest achievements with our partners in order to ensure your privacy across the board.</string>
<string name="privacy_provision_title">Privacy</string>
<string name="privacy_provison_no_network">Connect to the network first.</string>
<string name="privacy_recommend_category">Personalization</string>
<string name="privacy_recommend_summary">Receive personalized content recommendations</string>
<string name="privacy_recommend_title">Personalized recommendations</string>
@ -5412,6 +5477,13 @@ Withdraw consent now?"</string>
<string name="sd_mount">Mount SD card</string>
<string name="sd_mount_summary" />
<string name="search_input_txt_na">"&lt;font color='#ff0000'>%s&lt;/font>"</string>
<string name="search_keyword_apply">App</string>
<string name="search_keyword_applybar">App dock</string>
<string name="search_keyword_call">Call</string>
<string name="search_keyword_sidebar">Sidebar</string>
<string name="search_keyword_tool">Tools</string>
<string name="search_keyword_tools">Toolbox</string>
<string name="search_keyword_voice">Voice</string>
<string name="search_menu_title">Search</string>
<string name="search_result_text">"Couldn't find any apps"</string>
<string name="secondart_setting_title">红包提醒设置</string>
@ -5539,7 +5611,7 @@ Withdraw consent now?"</string>
<string name="sim_lock_done_disable">"Your SIM card isn't protected"</string>
<string name="sim_lock_done_enable">Your SIM card is protected</string>
<string name="sim_lock_done_title">SIM security</string>
<string name="sim_lock_enable_done_message">"Your SIM card is now associated with this device. SIM PIN will be verified automatically. You'll still have to enter PIN manually when you're using this SIM card with other devices."</string>
<string name="sim_lock_enable_done_message">"Your SIM card is associated with this device. You'll have to verify your PIN when you use the SIM card or insert it into another device."</string>
<string name="sim_lock_guide_button">Settings</string>
<string name="sim_lock_guide_message">Associate your SIM card with this device to make it less vulnerable to security risks</string>
<string name="sim_lock_guide_title">Protect your SIM card</string>
@ -5550,7 +5622,7 @@ Withdraw consent now?"</string>
<string name="sim_lock_lockscreen_notification_message">"Can't verify PIN without a screen lock"</string>
<string name="sim_lock_lockscreen_notification_title">"SIM card isn't protected"</string>
<string name="sim_lock_new_pin_different_error">"The PINs you entered don't match. Try again."</string>
<string name="sim_lock_new_pin_hint" formatted="false">Enter %d-%d digits</string>
<string formatted="false" name="sim_lock_new_pin_hint">Enter %d-%d digits</string>
<string name="sim_lock_new_pin_message">"Remember your new PIN. If you forget it, you'll have to contact your carrier's customer support to be able to restore it."</string>
<string name="sim_lock_new_pin_title">Set a new PIN</string>
<string name="sim_lock_no_sim_notification_message">Tap to check SIM PIN</string>
@ -5561,7 +5633,7 @@ Withdraw consent now?"</string>
<string name="sim_lock_pin_dialog_message">"You've entered an incorrect PIN multiple times. Now there's only %d left. If you enter another incorrect PIN, your SIM card will be locked. Continue anyway?"</string>
<string name="sim_lock_pin_dialog_title">Last attempt</string>
<string name="sim_lock_pin_hint">Enter SIM PIN</string>
<string name="sim_lock_pin_message" formatted="false">"If you haven't set a PIN for your SIM card, try the default PIN of your carrier (%s): %d."</string>
<string formatted="false" name="sim_lock_pin_message">"If you haven't set a PIN for your SIM card, try the default PIN of your carrier (%s): %d."</string>
<string name="sim_lock_pin_success">Verified PIN successfully</string>
<string name="sim_lock_pin_title">Verify SIM PIN</string>
<string name="sim_lock_puk_dialog_title">Running out of attempts</string>
@ -5575,7 +5647,7 @@ Withdraw consent now?"</string>
<string name="sim_lock_query_new_pin">Set a new PIN</string>
<string name="sim_lock_query_pin">PIN</string>
<string name="sim_lock_query_pin_error">"Couldn't change PIN"</string>
<string name="sim_lock_query_pin_length_error" formatted="false">PIN must contain %d-%d digits</string>
<string formatted="false" name="sim_lock_query_pin_length_error">PIN must contain %d-%d digits</string>
<string name="sim_lock_query_pin_mismatch_error">"The PINs you entered don't match"</string>
<string name="sim_lock_query_pin_same_error">Your new PIN is the same as the old one</string>
<string name="sim_lock_query_title">Check PIN</string>
@ -6210,7 +6282,7 @@ Formatting will erase existing content on the ^2. To avoid losing content, back
<string name="system_permission_declare_analytics_declare">"We invite you to enroll in our User Experience Program. This app needs to connect to the Internet and use the following permissions or features to collect stats in order to improve the services we provide to you. We collect data here only for statistical purposes, and we can't identify you personally based on the data we collect."</string>
<string name="system_permission_declare_disagree">Disagree</string>
<string name="system_permission_declare_double_link"><Data>Read and agree to our &lt;a href=\"%1$s\">User Agreement&lt;/a> and &lt;a href=\"%2$s\">Privacy Policy&lt;/a> before you continue.</Data></string>
<string name="system_permission_declare_main_purpose" formatted="false">Welcome to %1s! This app allows you to use the following feature: %2s.</string>
<string formatted="false" name="system_permission_declare_main_purpose">Welcome to %1s! This app allows you to use the following feature: %2s.</string>
<string name="system_permission_declare_meanwhile_double_link"><Data>Read and agree to our &lt;a href=\"%1$s\">User Agreement&lt;/a> and &lt;a href=\"%2$s\">Privacy Policy&lt;/a> before you continue.</Data></string>
<string name="system_permission_declare_meanwhile_privacy_policy"><Data>Read and agree to our &lt;a href=\"%1$s\">Privacy Policy&lt;/a> before you continue.</Data></string>
<string name="system_permission_declare_meanwhile_user_agreement"><Data>Read and agree to our &lt;a href=\"%1$s\">User Agreement&lt;/a> before you continue.</Data></string>
@ -6556,6 +6628,8 @@ Formatting will erase existing content on the ^2. To avoid losing content, back
<string name="toast_cleaner_cloudscan">Cleaner will use online definitions</string>
<string name="toast_dark_mode_fixed">Fixed successfully. Leave this page to apply changes.</string>
<string name="toast_flow_notification">Turned on data usage notifications</string>
<string name="toast_gamembox_unenable_pad">Turn on Game Turbo in Security first</string>
<string name="toast_gamembox_unenable_phone">Turn on Game Turbo in Security first</string>
<string name="toast_garbage_lib">Turned on automatic updates for Cleaner</string>
<string name="toast_keyword_blank">You need to enter a keyword</string>
<string name="toast_keyword_exist">Keyword added</string>

View File

@ -240,7 +240,7 @@ to be able to view them anytime"</string>
<string name="create_work_space">Create Work space</string>
<string name="creating_app_icon">Creating icon…</string>
<string name="cta_declaration_agree_and_continue">Agree</string>
<string name="cta_declaration_message_format" formatted="false">You must read and agree to our &lt;font color=%s>&lt;a href=%s>%s&lt;/a>&lt;/font> before using Enterprise mode. Your device needs to connect to the internet to activate Enterprise mode. Agree?</string>
<string formatted="false" name="cta_declaration_message_format">You must read and agree to our &lt;font color=%s>&lt;a href=%s>%s&lt;/a>&lt;/font> before using Enterprise mode. Your device needs to connect to the internet to activate Enterprise mode. Agree?</string>
<string name="cta_declaration_title">Terms and Conditions</string>
<string name="current_space">Current space</string>
<string name="custom_gesture_title">Custom gestures</string>
@ -671,7 +671,7 @@ You can also download them separately."</string>
<string name="long_press_menu_key">Long press the Menu button</string>
<string name="long_press_menu_key_when_lock">Long press Menu on the Lock screen</string>
<string name="long_press_power_guide_know">Got it</string>
<string name="long_press_power_guide_message" formatted="false">"Press and hold the Power button for %s seconds to wake up Google Assistant.
<string formatted="false" name="long_press_power_guide_message">"Press and hold the Power button for %s seconds to wake up Google Assistant.
If you hold the button for %s seconds, you'll open the shutdown menu instead."</string>
<string name="long_press_power_guide_settings">Settings</string>
<string name="long_press_power_guide_title">Wake with Power button</string>

View File

@ -247,6 +247,7 @@
<item>com.android.htmlviewer</item>
<item>com.google.android.packageinstaller</item>
<item>com.miui.core</item>
<item>com.miui.gallery</item>
</string-array>
<string-array name="am_pms">
<item>@string/am</item>
@ -2134,6 +2135,7 @@
<item>@string/layout_size_extral_small</item>
<item>@string/layout_size_small</item>
<item>@string/layout_size_normal</item>
<item>@string/layout_size_medium</item>
<item>@string/layout_size_large</item>
<item>@string/layout_size_huge</item>
<item>@string/layout_size_exhuge</item>

View File

@ -2629,7 +2629,7 @@ If this permission is on, the app will be available as an option whenever a tag
<string name="config_bt_slice_extra_pending_intent" />
<string name="config_bt_slice_intent_action" />
<string name="config_bt_slice_pending_intent_action" />
<string name="config_cell_broadcast_receiver_package">com.android.cellbroadcastreceiver.module</string>
<string name="config_cell_broadcast_receiver_package">com.android.cellbroadcastreceiver</string>
<string name="config_charging_function_name">charging</string>
<string name="config_contextual_card_feedback_email" />
<string name="config_documents_and_other_storage_category_uri">content://com.android.providers.media.documents/root/documents_root</string>
@ -5385,7 +5385,7 @@ Open Xiaomi Cloud and restore items from there."</string>
<string name="location_agps_def_location_mode">MSB</string>
<string name="location_agps_def_network_mode">HOME</string>
<string name="location_agps_def_reset_type">HOT</string>
<string name="location_agps_def_supl_host">221.176.0.55</string>
<string name="location_agps_def_supl_host">supl.google.com</string>
<string name="location_agps_def_supl_port">7275</string>
<string name="location_agps_params_settings_title">A-GPS settings</string>
<string name="location_agps_pref_apn_title">Preferred APN</string>
@ -8048,9 +8048,9 @@ Restart your device and try again."</string>
<string name="resetting_second_space_passwd">Resetting Second space password</string>
<string name="resident_timezone_summary">Second clock</string>
<string name="resolution_fhd">FHD+</string>
<string name="resolution_fhd_summary" formatted="false">%d×%d (saves battery)</string>
<string formatted="false" name="resolution_fhd_summary">%d×%d (saves battery)</string>
<string name="resolution_qhd">WQHD+</string>
<string name="resolution_qhd_summary" formatted="false">%d×%d (adds clarity)</string>
<string formatted="false" name="resolution_qhd_summary">%d×%d (adds clarity)</string>
<string name="resolution_sub_title">The system might close the apps running in the background while switching resolution</string>
<string name="resolver_settings_label">Sort</string>
<string name="restore_default_apn">Restoring default APN settings.</string>
@ -10179,7 +10179,7 @@ Try using a faster ^3, or use this ^4 for portable storage instead."</string>
<string name="today">Today</string>
<string name="tof_gesture_cue_tone_summary">Play confirmation sound whenever your palm is detected</string>
<string name="tof_gesture_cue_tone_title">Play confirmation sound</string>
<string name="tofgesture_description_summary" formatted="false">When the device is in landscape mode, hold your hand %d to %d cm from the camera and perform gestures after the hand icon appears at the top of the screen.</string>
<string formatted="false" name="tofgesture_description_summary">When the device is in landscape mode, hold your hand %d to %d cm from the camera and perform gestures after the hand icon appears at the top of the screen.</string>
<string name="tofgesture_enable_title">Contactless gestures (Beta)</string>
<string name="tofgesture_settings">Contactless gestures (Beta)</string>
<string name="toggle_auto_speaker_preference_summary">Device will switch to speaker when you move it away from your ear during calls. This feature works only when TalkBack is on.</string>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="def_backup_transport">com.google.android.backup/.BackupTransportService</string>
</resources>

View File

@ -379,6 +379,7 @@ Send this code to the supervisor."</string>
<string name="miuix_appcompat_actionbar_immersion_button_more_description">More</string>
<string name="miuix_appcompat_cancel_description">Cancel</string>
<string name="miuix_appcompat_cloud_state_disabled">Sync with the cloud is off</string>
<string name="miuix_appcompat_cloud_state_encrypt_disabled">Turn on end-to-end protection to sync items</string>
<string name="miuix_appcompat_cloud_state_finished">Synced with the cloud successfully</string>
<string name="miuix_appcompat_cloud_state_syncing">Syncing with the cloud…</string>
<string name="miuix_appcompat_confirm_description">Confirm</string>
@ -391,6 +392,17 @@ Send this code to the supervisor."</string>
<string name="miuix_appcompat_select_all">Select all</string>
<string name="miuix_appcompat_select_all_description">Select all</string>
<string name="miuix_appcompat_select_item">Select items</string>
<string name="miuix_font_style_misans_bold_font_family">mipro-bold</string>
<string name="miuix_font_style_misans_demibold_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_extralight_font_family">sans-serif-thin</string>
<string name="miuix_font_style_misans_font_family">sans-serif</string>
<string name="miuix_font_style_misans_heavy_font_family">sans-serif-black</string>
<string name="miuix_font_style_misans_light_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_medium_font_family">sans-serif-medium</string>
<string name="miuix_font_style_misans_normal_font_family">sans-serif-light</string>
<string name="miuix_font_style_misans_regular_font_family">sans-serif</string>
<string name="miuix_font_style_misans_semibold_font_family">mipro-semibold</string>
<string name="miuix_font_style_misans_thin_font_family">sans-serif-thin</string>
<string name="miuix_indexer_collect">Collections</string>
<string name="miuix_indexer_selected">Selected %s</string>
<string name="miuix_item_view_role_description">Tab</string>
@ -727,8 +739,8 @@ Tap \"%1$s\", and then select \"%2$s\"."</string>
<string name="recording_quality_standard">Standard quality</string>
<string name="recording_status_focus_notification">Recording</string>
<string name="recording_stopped">Stopped</string>
<string name="recording_timer_format_four_sections" formatted="false">%02d:%02d:%02d.%02d</string>
<string name="recording_timer_format_three_sections" formatted="false">%02d:%02d.%02d</string>
<string formatted="false" name="recording_timer_format_four_sections">%02d:%02d:%02d.%02d</string>
<string formatted="false" name="recording_timer_format_three_sections">%02d:%02d.%02d</string>
<string name="recovery">Restore</string>
<string name="recovery_failed_dialog_button">Got it</string>
<string name="recovery_failed_dialog_title">Attention</string>
@ -901,9 +913,9 @@ Tap \"%1$s\", and then select \"%2$s\"."</string>
<string name="time_picker_dialog_title">Set time</string>
<string name="time_picker_label_hour">H</string>
<string name="time_picker_label_minute">M</string>
<string name="timer_format" formatted="false">%02d:%02d</string>
<string name="timer_format_three_sections" formatted="false">%02d:%02d:%02d</string>
<string name="timer_format_two_sections" formatted="false">%02d:%02d</string>
<string formatted="false" name="timer_format">%02d:%02d</string>
<string formatted="false" name="timer_format_three_sections">%02d:%02d:%02d</string>
<string formatted="false" name="timer_format_two_sections">%02d:%02d</string>
<string name="toast_enter_silent_mode">Recording. Silent mode is on.</string>
<string name="toast_exit_silent_mode">Finished recording. Silent mode is off.</string>
<string name="toast_max_record_time">%1$s can record for about %2$s</string>
@ -956,7 +968,7 @@ Tap \"%1$s\", and then select \"%2$s\"."</string>
<string name="weibo_login_btn_content_description">Sign in with Weibo</string>
<string name="weibo_redirect_uri" />
<string name="weixin_login_btn_content_description">Sign in with WeChat</string>
<string name="wifi_recommended_body" formatted="false">Using your mobile data connection to download this file (%s) will increase your data usage. If you go over your plans data usage limit, your carrier could charge you additional fees. To wait for a Wi-Fi connection to download this file, tap %s.</string>
<string formatted="false" name="wifi_recommended_body">Using your mobile data connection to download this file (%s) will increase your data usage. If you go over your plans data usage limit, your carrier could charge you additional fees. To wait for a Wi-Fi connection to download this file, tap %s.</string>
<string name="wifi_recommended_title">Data usage warning</string>
<string name="xiaomi_account_type">com.xiaomi</string>
<string name="xiaomi_market_sdk_update_dialog_cancel">Not now</string>

View File

@ -179,7 +179,7 @@
<string name="developer_title">Telecom Developer Menu</string>
<string name="dial_conference_fail_prompt">"Can't dial conference directly because current network doesn't support VoLTE."</string>
<string name="dial_vt_fail_prompt">"Current network doesn't support VoLTE. Switch to regular voice call?"</string>
<string name="dialer_default_class">com.android.dialer.DialtactsActivity</string>
<string name="dialer_default_class">com.android.contacts.activities.TwelveKeyDialer</string>
<string name="do_not_show_again">"Don't show again"</string>
<string name="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
<string name="early_morning">Morning</string>

View File

@ -92,7 +92,7 @@
<string name="bind_sns_description">Sign in with %s</string>
<string name="bind_weixin">Connect your WeChat Account</string>
<string name="binded">Connected</string>
<string name="binded_description" formatted="false">"%s has been connected to your Xiaomi Account.
<string formatted="false" name="binded_description">"%s has been connected to your Xiaomi Account.
You can sign in to your Xiaomi Account using %s now."</string>
<string name="button_agree">Agree</string>
<string name="button_close">Close</string>
@ -328,8 +328,8 @@ You can sign in to your Xiaomi Account using %s now."</string>
<string name="find_device_interrupted">Action was interrupted, wait a minute or two and try again</string>
<string name="find_device_io_error">"Can't connect to the network"</string>
<string name="find_device_location">Locate</string>
<string name="find_device_locked_account_email" formatted="false">%s, associated email address: %s</string>
<string name="find_device_locked_account_phone" formatted="false">%s, associated phone number: %s</string>
<string formatted="false" name="find_device_locked_account_email">%s, associated email address: %s</string>
<string formatted="false" name="find_device_locked_account_phone">%s, associated phone number: %s</string>
<string name="find_device_message">Device is locked. Message: %1$s. Call %2$s.</string>
<string name="find_device_null_credential_error">"Can't get device info, contact Xiaomi customer service"</string>
<string name="find_device_open">On</string>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<strings>
<string name="date_time" value="EEEE, d MMMM"/>
<string name="date_time_12" value="EEEE, d MMMM"/>
<string name="desc_date_format" value="EEEE, d MMMM"/>
<string name="desc_date_format_12" value="EEEE, d MMMM"/>
<string name="desc_time" value="'current time' + #hour12+' '+ifelse(#minute,#minute,'oclock')+', double tap to enter clock app'"/>
</strings>

View File

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="date_time">EEEE, d MMMM</string>
<string name="date_time_12">EEEE, d MMMM</string>
<string name="desc_date_format">EEEE, d MMMM</string>
<string name="desc_date_format_12">EEEE, d MMMM</string>
<string name="desc_time">'current time' + #hour12+' '+ifelse(#minute,#minute,'oclock')</string>
<string name="weather_type_null">'No data'</string>
<string name="weather_type_0">Helder</string>
<string name="weather_type_1">Bewolkt</string>
<string name="weather_type_2">Nevelig</string>
<string name="weather_type_3">Mistig</string>
<string name="weather_type_4">Hevige regenstorm</string>
<string name="weather_type_5">Regenstorm</string>
<string name="weather_type_6">Zeer hevige regenval</string>
<string name="weather_type_7">Onweer</string>
<string name="weather_type_8">Regen</string>
<string name="weather_type_9">Hevige regenval</string>
<string name="weather_type_10">Regen</string>
<string name="weather_type_11">Motregen</string>
<string name="weather_type_12">Ijzel</string>
<string name="weather_type_13">Sneeuwstorm</string>
<string name="weather_type_14">Flarden van sneeuwval</string>
<string name="weather_type_15">Hevige sneeuwval</string>
<string name="weather_type_16">Sneeuw</string>
<string name="weather_type_17">Lichte sneeuwval</string>
<string name="weather_type_18">Hevige zandstorm</string>
<string name="weather_type_19">Zandstorm</string>
<string name="weather_type_20">Lichte zandstorm</string>
<string name="weather_type_21">Zandstorm</string>
<string name="weather_type_22">Hagel</string>
<string name="weather_type_23">Zwevend stof</string>
<string name="weather_type_24">Nevel</string>
<string name="weather_type_25">Freezing rain</string>
</resources>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="date_time">EEEE, d MMMM</string>
<string name="date_time_12">EEEE, d MMMM</string>
<string name="desc_date_format">EEEE, d MMMM</string>
<string name="desc_date_format_12">EEEE, d MMMM</string>
<string name="desc_time">'huidige tijd\' + #hour12+\' \'+ifelse(#minute,#minute,\'\')+\', dubbeltik om klok te openen'</string>
</resources>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="date_time">EEEE, d MMMM</string>
<string name="date_time_12">EEEE, d MMMM</string>
<string name="date_time">EEE dd MMM</string>
<string name="date_time_12">EEE dd MMM</string>
<string name="location">Lokaal</string>
<string name="resident_city">Tweede klok</string>
<string name="RTL">0</string>

View File

@ -1,4 +0,0 @@
<resources>
<string name="title_name">Notities</string>
<string name="note_add">Add note</string>
</resources>

View File

@ -1,37 +0,0 @@
<resources>
<string name="air_quality0">'AQI '+#aqi</string>
<string name="air_quality1">'AQI '+#aqi</string>
<string name="air_quality2">'AQI '+#aqi</string>
<string name="air_quality3">'AQI '+#aqi</string>
<string name="air_quality4">'AQI '+#aqi</string>
<string name="air_quality5">'AQI '+#aqi</string>
<string name="weather_null">Tap to get weather info</string>
<string name="weather_location_null">No location information</string>
<string name="desc_weather_aqi">@weather_description+' '+ @air_quality</string>
<string name="weather_type_0">Helder</string>
<string name="weather_type_1">Bewolkt</string>
<string name="weather_type_2">Nevelig</string>
<string name="weather_type_3">Mistig</string>
<string name="weather_type_4">Hevige regenstorm</string>
<string name="weather_type_5">Regenstorm</string>
<string name="weather_type_6">Zeer hevige regenval</string>
<string name="weather_type_7">Onweer</string>
<string name="weather_type_8">Regen</string>
<string name="weather_type_9">Hevige regenval</string>
<string name="weather_type_10">Regen</string>
<string name="weather_type_11">Motregen</string>
<string name="weather_type_12">Ijzel</string>
<string name="weather_type_13">Sneeuwstorm</string>
<string name="weather_type_14">Flarden van sneeuwval</string>
<string name="weather_type_15">Hevige sneeuwval</string>
<string name="weather_type_16">Sneeuw</string>
<string name="weather_type_17">Lichte sneeuwval</string>
<string name="weather_type_18">Hevige zandstorm</string>
<string name="weather_type_19">Zandstorm</string>
<string name="weather_type_20">Lichte zandstorm</string>
<string name="weather_type_21">Zandstorm</string>
<string name="weather_type_22">Hagel</string>
<string name="weather_type_23">Zwevend stof</string>
<string name="weather_type_24">Nevel</string>
<string name="weather_type_25">Freezing rain</string>
</resources>

View File

@ -1,41 +0,0 @@
<resources>
<string name="weather_null">Tap to get weather info</string>
<string name="date_format">EEEE, d MMMM</string>
<string name="today">Vandaag</string>
<string name="tomorrow">Morgen</string>
<string name="aqi_pure">'AQI '+#weather_aqilevel</string>
<string name="aqi_good">'AQI '+#weather_aqilevel</string>
<string name="aqi_moderate">'AQI '+#weather_aqilevel</string>
<string name="aqi_pollution">'AQI '+#weather_aqilevel</string>
<string name="aqi_unhealthy">'AQI '+#weather_aqilevel</string>
<string name="aqi_dangerous">'AQI '+#weather_aqilevel</string>
<string name="aqi_hazardous">'AQI '+#weather_aqilevel</string>
<string name="aqi_break">'AQI '+#weather_aqilevel</string>
<string name="weather_type_null">'Geen data'</string>
<string name="weather_type_0">Helder</string>
<string name="weather_type_1">Bewolkt</string>
<string name="weather_type_2">Nevelig</string>
<string name="weather_type_3">Mistig</string>
<string name="weather_type_4">Hevige regenstorm</string>
<string name="weather_type_5">Regenstorm</string>
<string name="weather_type_6">Zeer hevige regenval</string>
<string name="weather_type_7">Onweer</string>
<string name="weather_type_8">Regen</string>
<string name="weather_type_9">Hevige regenval</string>
<string name="weather_type_10">Regen</string>
<string name="weather_type_11">Motregen</string>
<string name="weather_type_12">Ijzel</string>
<string name="weather_type_13">Sneeuwstorm</string>
<string name="weather_type_14">Flarden van sneeuwval</string>
<string name="weather_type_15">Hevige sneeuwval</string>
<string name="weather_type_16">Sneeuw</string>
<string name="weather_type_17">Lichte sneeuwval</string>
<string name="weather_type_18">Hevige zandstorm</string>
<string name="weather_type_19">Zandstorm</string>
<string name="weather_type_20">Lichte zandstorm</string>
<string name="weather_type_21">Zandstorm</string>
<string name="weather_type_22">Hagel</string>
<string name="weather_type_23">Zwevend stof</string>
<string name="weather_type_24">Nevel</string>
<string name="weather_type_25">Freezing rain</string>
</resources>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="screen_key_long_press_default_action">
<item>recent_panel</item>
<item>google_now</item>
<item>none</item>
<item>show_menu</item>
</string-array>
</resources>

View File

@ -207,12 +207,12 @@
<item>android.permissionpolicy.cts</item>
<item>android.permission3.cts</item>
</string-array>
<item type="array" name="android_common_nicknames">@android:array/common_nicknames</item>
<item type="array" name="android_config_longPressVibePattern">@android:array/config_longPressVibePattern</item>
<item type="array" name="android_config_mobile_hotspot_provision_app">@android:array/config_mobile_hotspot_provision_app</item>
<item type="array" name="android_config_virtualKeyVibePattern">@android:array/config_virtualKeyVibePattern</item>
<item type="array" name="android_special_locale_codes">@android:array/special_locale_codes</item>
<item type="array" name="android_special_locale_names">@android:array/special_locale_names</item>
<item name="android_common_nicknames" type="array" />
<item name="android_config_longPressVibePattern" type="array" />
<item name="android_config_mobile_hotspot_provision_app" type="array" />
<item name="android_config_virtualKeyVibePattern" type="array" />
<item name="android_special_locale_codes" type="array" />
<item name="android_special_locale_names" type="array" />
<string-array name="app_javaheap_list">
<item>com.example.memleaktesttool,256000</item>
<item>com.miui.miwallpaper,150000</item>
@ -7569,6 +7569,7 @@
<item>com.miui.greenguard</item>
<item>com.miui.aod</item>
<item>com.miui.voiceassist:core</item>
<item>com.google.android.googlequicksearchbox</item>
</string-array>
<string-array name="process_static_white_list_lite">
<item>com.android.mms:mms_service</item>
@ -7701,8 +7702,8 @@
<item>com.dewmobile.kuaiya.play</item>
</string-array>
<string-array name="screen_key_long_press_default_action">
<item>voice_assistant</item>
<item>none</item>
<item>recent_panel</item>
<item>google_now</item>
<item>none</item>
<item>show_menu</item>
</string-array>

View File

@ -1,45 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="config_locationProviderPackageNames">
<item>com.android.location.fused</item>
<item>com.google.android.gms</item>
<item>com.qualcomm.location</item>
<item>com.xiaomi.location.fused</item>
<item>com.xiaomi.metoknlp</item>
<item>com.google.android.location</item>
</string-array>
<string-array name="special_locale_codes">
<item>zh_CN</item>
<item>zh_TW</item>
<item>es_US</item>
<item>pt_BR</item>
<item>ur_IN</item>
<item>ur_IN_#u-nu-latn</item>
<item>ur_PK</item>
<item>ur_PK_#u-nu-arabext</item>
<item>bn_IN</item>
<item>ne_IN</item>
<item>ar_EG</item>
<item>ar_EG_#u-nu-latn</item>
<item>fa_IR</item>
<item>fa_IR_#u-nu-latn</item>
<item>sw_KE</item>
</string-array>
<string-array name="special_locale_names">
<item>中文 (简体)</item>
<item>中文 (繁體)</item>
<item>Español (América)</item>
<item>Português (Brasil)</item>
<item>اردو (بھارت )</item>
<item>اردو (بھارت،مغربی ہندسے)</item>
<item>اردو (پاکستان )</item>
<item>اردو (پاکستان،توسیع شدہ عربی ہندی ہندسے)</item>
<item>বাংলা (ভারত)</item>
<item>नेपाली (भारत)</item>
<item>العربية</item>
<item>العربية ( الأرقام الغربية )</item>
<item>فارسی</item>
<item>فارسی ( ارقام غربی )</item>
<item>Kiswahili</item>
</string-array>
</resources>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_forceVoiceInteractionServicePackage">com.google.android.googlequicksearchbox</string>
</resources>

View File

@ -131,14 +131,6 @@
<item>/data/dalvik-cache/arm/system@framework@boot.oat</item>
<item>/data/dalvik-cache/arm64/system@framework@services.jar@classes.dex</item>
<item>/data/dalvik-cache/arm/system@framework@services.jar@classes.dex</item>
<item>/system/framework/arm64/boot.oat</item>
<item>/system/framework/arm/boot.oat</item>
<item>/system/framework/oat/arm64/services.odex</item>
<item>/system/framework/oat/arm/services.odex</item>
<item>/system/framework/arm64/boot-framework.oat</item>
<item>/system/framework/arm/boot-framework.oat</item>
<item>/system/framework/arm64/boot-core-libart.oat</item>
<item>/system/framework/arm/boot-core-libart.oat</item>
<item>/system/lib64/libRScpp.so</item>
<item>/system/lib64/libRS.so</item>
<item>/system/lib64/libRS_internal.so</item>
@ -299,18 +291,13 @@
<item>/data/dalvik-cache/arm/system@framework@boot.oat</item>
<item>/data/dalvik-cache/arm64/system@framework@services.jar@classes.dex</item>
<item>/data/dalvik-cache/arm/system@framework@services.jar@classes.dex</item>
<item>/system/framework/oat/arm64/services.odex</item>
<item>/system/framework/oat/arm/services.odex</item>
</string-array>
<array name="config_localPrivateDisplayPorts" />
<array name="config_locationDriverAssistancePackageNames" />
<array name="config_locationExtraPackageNames" />
<string-array name="config_locationProviderPackageNames">
<item>com.google.android.gms</item>
<item>com.android.location.fused</item>
<item>com.qualcomm.location</item>
<item>com.xiaomi.location.fused</item>
<item>com.xiaomi.metoknlp</item>
</string-array>
<array name="config_loggable_dream_prefixes" />
<integer-array name="config_longPressOnPowerDurationSettings">
@ -360,21 +347,7 @@
<item>50.0</item>
<item>90.0</item>
</array>
<string-array name="config_miuiNonBlockableNotificationPackages">
<item>android</item>
<item>com.android.incallui</item>
<item>com.android.deskclock</item>
<item>com.android.mms</item>
<item>com.android.bluetooth</item>
<item>com.android.updater</item>
<item>com.android.providers.downloads</item>
<item>com.miui.hybrid</item>
<item>com.xiaomi.xmsf</item>
<item>com.google.android.dialer</item>
<item>com.android.phone:demo_Version</item>
<item>com.android.nfc</item>
<item>com.android.nfc:tag_dispatch</item>
</string-array>
<array name="config_miuiNonBlockableNotificationPackages" />
<array name="config_mobile_hotspot_provision_app" />
<array name="config_mobile_tcp_buffers" />
<array name="config_networkNotifySwitches" />
@ -1016,14 +989,38 @@
<item>@color/SIM_color_orange</item>
</array>
<string-array name="special_locale_codes">
<item>ar_EG</item>
<item>zh_CN</item>
<item>zh_TW</item>
<item>es_US</item>
<item>pt_BR</item>
<item>ur_IN</item>
<item>ur_IN_#u-nu-latn</item>
<item>ur_PK</item>
<item>ur_PK_#u-nu-arabext</item>
<item>bn_IN</item>
<item>ne_IN</item>
<item>ar_EG</item>
<item>ar_EG_#u-nu-latn</item>
<item>fa_IR</item>
<item>fa_IR_#u-nu-latn</item>
<item>sw_KE</item>
</string-array>
<string-array name="special_locale_names">
<item>العربية</item>
<item>中文 (简体)</item>
<item>中文 (繁體)</item>
<item>Español (América)</item>
<item>Português (Brasil)</item>
<item>اردو (بھارت )</item>
<item>اردو (بھارت،مغربی ہندسے)</item>
<item>اردو (پاکستان )</item>
<item>اردو (پاکستان،توسیع شدہ عربی ہندی ہندسے)</item>
<item>বাংলা (ভারত)</item>
<item>नेपाली (भारत)</item>
<item>العربية</item>
<item>العربية ( الأرقام الغربية )</item>
<item>فارسی</item>
<item>فارسی ( ارقام غربی )</item>
<item>Kiswahili</item>
</string-array>
<string-array name="supported_locales">
<item>af-NA</item>

View File

@ -352,7 +352,7 @@ You can change this shortcut to another feature in Settings > Accessibility."</s
<string name="bugreport_option_interactive_title">Interactive report</string>
<string name="bugreport_screenshot_failure_toast">Failed to take screenshot with bug report</string>
<string name="bugreport_screenshot_success_toast">Screenshot taken with bug report</string>
<string name="bugreport_status" formatted="false">%s (%s)</string>
<string formatted="false" name="bugreport_status">%s (%s)</string>
<string name="bugreport_title">Bug report</string>
<string name="byteShort">B</string>
<string name="call_notification_answer_action">Answer</string>
@ -540,8 +540,8 @@ You can change this shortcut to another feature in Settings > Accessibility."</s
<string name="config_feedbackIntentNameKey" />
<string name="config_foldedArea" />
<string name="config_forceVoiceInteractionServicePackage" />
<string name="config_fusedLocationProviderPackageName">com.xiaomi.location.fused</string>
<string name="config_geocoderProviderPackageName">com.xiaomi.metoknlp</string>
<string name="config_fusedLocationProviderPackageName">@null</string>
<string name="config_geocoderProviderPackageName">@null</string>
<string name="config_geofenceProviderPackageName">@null</string>
<string name="config_globalAppSearchDataQuerierPackage" />
<string name="config_gnssLocationProviderPackageName">@null</string>
@ -597,7 +597,7 @@ You can change this shortcut to another feature in Settings > Accessibility."</s
<string name="config_rawContactsLocalAccountName">default</string>
<string name="config_rawContactsLocalAccountType">com.android.contacts.default</string>
<string name="config_rearDisplayPhysicalAddress" />
<string name="config_recentsComponentName">com.android.launcher3/com.android.quickstep.RecentsActivity</string>
<string name="config_recentsComponentName">com.miui.home/com.miui.home.recents.RecentsActivity</string>
<string name="config_retailDemoPackage" />
<string name="config_retailDemoPackageSignature" />
<string name="config_satellite_gateway_service_package" />
@ -610,7 +610,7 @@ You can change this shortcut to another feature in Settings > Accessibility."</s
<string name="config_secondaryBuiltInDisplayCutout" />
<string name="config_secondaryBuiltInDisplayCutoutRectApproximation">@string/config_secondaryBuiltInDisplayCutout</string>
<string name="config_secondaryDisplayShape" />
<string name="config_secondaryHomePackage">com.android.launcher3</string>
<string name="config_secondaryHomePackage">com.miui.home</string>
<string name="config_secondaryLocationTimeZoneProviderPackageName" />
<string name="config_sensorStateChangedActivity" />
<string name="config_sensorUseStartedActivity">com.android.systemui/com.android.systemui.sensorprivacy.SensorUseStartedActivity</string>
@ -634,7 +634,7 @@ You can change this shortcut to another feature in Settings > Accessibility."</s
<string name="config_systemCompanionDeviceProvider" />
<string name="config_systemContacts">com.android.contacts</string>
<string name="config_systemFinancedDeviceController">com.android.devicelockcontroller</string>
<string name="config_systemGallery">com.android.fileexplorer</string>
<string name="config_systemGallery">com.miui.gallery</string>
<string name="config_systemGameService" />
<string name="config_systemImageEditor" />
<string name="config_systemNotificationIntelligence" />
@ -728,7 +728,7 @@ Headphone volume has been higher than recommended, which can damage your hearing
<string name="data_usage_warning_title">Data warning</string>
<string name="data_usage_wifi_limit_snoozed_title">Over your Wi-Fi data limit</string>
<string name="data_usage_wifi_limit_title">Wi-Fi data limit reached</string>
<string name="date_and_time" formatted="false">%b %-e, %Y, %-l:%M:%S %p</string>
<string formatted="false" name="date_and_time">%b %-e, %Y, %-l:%M:%S %p</string>
<string name="date_picker_day_of_week_typeface">sans-serif-medium</string>
<string name="date_picker_day_typeface">sans-serif-medium</string>
<string name="date_picker_decrement_day_button">Decrease day</string>
@ -761,7 +761,7 @@ Headphone volume has been higher than recommended, which can damage your hearing
<string name="default_audio_route_name_external_device">External Device</string>
<string name="default_audio_route_name_headphones">Headphones</string>
<string name="default_audio_route_name_usb">USB</string>
<string name="default_browser" />
<string name="default_browser">com.mi.globalbrowser</string>
<string name="default_card_name">CARD %d</string>
<string name="default_notification_channel_label">Uncategorized</string>
<string name="default_sms_application">com.android.mms</string>
@ -1519,7 +1519,7 @@ Try again in %2$d seconds."</string>
<string name="mobile_no_internet">Mobile network has no internet access</string>
<string name="mobile_provisioning_apn" />
<string name="mobile_provisioning_url" />
<string name="month_day_year" formatted="false">%B %-e, %Y</string>
<string formatted="false" name="month_day_year">%B %-e, %Y</string>
<string name="more_item_label">More</string>
<string name="move_button_text">Tap the frame button to be able to move the whole window</string>
<string name="mte_override_notification_message">Performance and stability might be impacted. Reboot to disable. If enabled using arm64.memtag.bootctl, set it to none beforehand.</string>
@ -2367,7 +2367,7 @@ Listening at high volume for long periods may damage your hearing."</string>
<string name="tethered_notification_one_device_message">%1$s connected device</string>
<string name="tethered_notification_title">Tethering or hotspot active</string>
<string name="textSelectionCABTitle">Text selection</string>
<string name="time_of_day" formatted="false">%-l:%M:%S %p</string>
<string formatted="false" name="time_of_day">%-l:%M:%S %p</string>
<string name="time_picker_decrement_hour_button">Decrease hour</string>
<string name="time_picker_decrement_minute_button">Decrease minute</string>
<string name="time_picker_decrement_set_am_button">Set AM</string>

View File

@ -183,7 +183,7 @@
<string name="kslite_sign_url_v2" />
<string name="online_security_error_code_no_operation_permission">权限不足,无法进行本次操作</string>
<string name="oppo_app_packageName">OPPO文档查看器WPS定制</string>
<string name="oppo_scre_dialog_message" formatted="false"><Data>“WPS文档查看器”是用于查看用户办公文档的软件需要您提供文件存储的权限才能正常使用。为了更好的改进产品体验WPS Office会收集功能使用信息并将严格按照&lt;a href=\"%s\">《最终用户许可协议》&lt;/a>和&lt;a href=\"%s\">《隐私政策》&lt;/a>的说明,保护您的信息安全。</Data></string>
<string formatted="false" name="oppo_scre_dialog_message"><Data>“WPS文档查看器”是用于查看用户办公文档的软件需要您提供文件存储的权限才能正常使用。为了更好的改进产品体验WPS Office会收集功能使用信息并将严格按照&lt;a href=\"%s\">《最终用户许可协议》&lt;/a>和&lt;a href=\"%s\">《隐私政策》&lt;/a>的说明,保护您的信息安全。</Data></string>
<string name="oppo_scre_dialog_smallTip">点击同意即表示您同意上述内容。</string>
<string name="oppo_scre_dialog_title">“WPS文档查看器”声明</string>
<string name="oppo_search_next">下一处</string>
@ -390,7 +390,7 @@
<string name="public_search_hint">请输入你要查找的内容</string>
<string name="public_searchnotfound">No results</string>
<string name="public_secre_dialog_content_1">In order to provide you with our services and improve our products, we need permissions to access storage and collect the information which describes how you use our features.</string>
<string name="public_secre_dialog_content_2" formatted="false">&lt;Data>We shall protect your personal information in accordance with our &lt;a href=\"%s\">User Agreement&lt;/a > and &lt;a href=\"%s\">Privacy Policy&lt;/a >.&lt;/Data></string>
<string formatted="false" name="public_secre_dialog_content_2">&lt;Data>We shall protect your personal information in accordance with our &lt;a href=\"%s\">User Agreement&lt;/a > and &lt;a href=\"%s\">Privacy Policy&lt;/a >.&lt;/Data></string>
<string name="public_secre_dialog_exit">Exit</string>
<string name="public_secre_dialog_positive">Agree</string>
<string name="public_secre_dialog_tips_agree">If you accept the terms and conditions of our User Agreement and Privacy Policy, tap \"Agree\" to start using our services.</string>
@ -489,12 +489,12 @@
<string name="writer_page_break">Page break</string>
<string name="writer_page_setting_units"> cm</string>
<string name="writer_page_setting_units_inch">inch</string>
<string name="writer_paragraph_set_firstlineindent" formatted="false">First line indentation: %.2f%2$s</string>
<string name="writer_paragraph_set_hangingindent" formatted="false">Hanging indentation: %.2f%2$s</string>
<string name="writer_paragraph_set_leftindent" formatted="false">Left indentation: %.2f%2$s</string>
<string name="writer_paragraph_set_rightindent" formatted="false">Right indentation: %.2f%2$s</string>
<string name="writer_paragraph_set_spaceafter" formatted="false">After line space: %.2f%2$s</string>
<string name="writer_paragraph_set_spacebefore" formatted="false">Before line space: %.2f%2$s</string>
<string formatted="false" name="writer_paragraph_set_firstlineindent">First line indentation: %.2f%2$s</string>
<string formatted="false" name="writer_paragraph_set_hangingindent">Hanging indentation: %.2f%2$s</string>
<string formatted="false" name="writer_paragraph_set_leftindent">Left indentation: %.2f%2$s</string>
<string formatted="false" name="writer_paragraph_set_rightindent">Right indentation: %.2f%2$s</string>
<string formatted="false" name="writer_paragraph_set_spaceafter">After line space: %.2f%2$s</string>
<string formatted="false" name="writer_paragraph_set_spacebefore">Before line space: %.2f%2$s</string>
<string name="writer_read_mode">View mode</string>
<string name="writer_revision_edit_nottrack">"This operation won't be marked as a revision. Continue anyway?"</string>
<string name="writer_revision_unsupportedRevisionSubDocument">"Can't edit this revision currently"</string>