From dcfd54fb27c2d72d3016d03d9681ad3f2b051097 Mon Sep 17 00:00:00 2001 From: ingbrzy Date: Fri, 12 Apr 2019 04:57:06 +0100 Subject: [PATCH] XML 9.4.11 --- perseus/Browser.apk/res/values/strings.xml | 2 + perseus/Calculator.apk/res/values/plurals.xml | 8 ++ perseus/Calculator.apk/res/values/strings.xml | 6 +- perseus/Calendar.apk/res/values/arrays.xml | 12 +++ perseus/Calendar.apk/res/values/plurals.xml | 4 + perseus/Calendar.apk/res/values/strings.xml | 70 +++++++++++++- perseus/Cit.apk/res/values/strings.xml | 11 +++ .../CleanMaster.apk/res/values/strings.xml | 1 + .../CloudBackup.apk/res/values/plurals.xml | 12 +++ .../CloudBackup.apk/res/values/strings.xml | 31 +++++- .../CloudService.apk/res/values/arrays.xml | 12 +++ .../CloudService.apk/res/values/plurals.xml | 4 + .../CloudService.apk/res/values/strings.xml | 4 + perseus/DeskClock.apk/res/values/arrays.xml | 10 ++ perseus/DeskClock.apk/res/values/strings.xml | 29 ++++-- .../res/values/strings.xml | 2 + .../FileExplorer.apk/res/values/strings.xml | 3 + .../MiuiBiometric.apk/res/values/arrays.xml | 1 + perseus/MiuiCamera.apk/res/values/strings.xml | 65 ++++++++----- perseus/MiuiCompass.apk/res/values/arrays.xml | 2 + .../MiuiExtraPhoto.apk/res/values/strings.xml | 3 + .../MiuiGallery.apk/res/values/strings.xml | 4 +- perseus/MiuiHome.apk/res/values/strings.xml | 1 + .../res/values/arrays.xml | 70 +++++++------- .../MiuiSystemUI.apk/res/values/arrays.xml | 10 ++ .../MiuiSystemUI.apk/res/values/plurals.xml | 8 +- .../MiuiSystemUI.apk/res/values/strings.xml | 7 +- .../MiuiVideoGlobal.apk/res/values/arrays.xml | 7 -- .../res/values/strings.xml | 95 +++++-------------- perseus/Music.apk/res/values/plurals.xml | 8 ++ perseus/Music.apk/res/values/strings.xml | 33 +------ perseus/Notes.apk/res/values/plurals.xml | 36 +++++-- perseus/Notes.apk/res/values/strings.xml | 4 - .../SecurityCenter.apk/res/values/strings.xml | 9 +- perseus/Settings.apk/res/values/arrays.xml | 37 ++++++-- perseus/Settings.apk/res/values/strings.xml | 78 ++++++++++----- .../TeleService.apk/res/values/strings.xml | 1 + .../ThemeManager.apk/res/values/arrays.xml | 27 +++++- .../ThemeManager.apk/res/values/plurals.xml | 8 ++ .../ThemeManager.apk/res/values/strings.xml | 54 +++++++++-- perseus/Weather.apk/res/values/plurals.xml | 12 ++- .../content/strings/strings_fr_FR.xml | 10 +- .../content/strings/strings_fr_FR.xml | 12 +-- .../content/strings/strings_fr_FR.xml | 18 ++-- .../res/values/strings.xml | 14 +++ .../framework-res.apk/res/values/arrays.xml | 5 +- 46 files changed, 592 insertions(+), 268 deletions(-) diff --git a/perseus/Browser.apk/res/values/strings.xml b/perseus/Browser.apk/res/values/strings.xml index b5aef842e..1facdef70 100644 --- a/perseus/Browser.apk/res/values/strings.xml +++ b/perseus/Browser.apk/res/values/strings.xml @@ -464,6 +464,8 @@ Looks like something is draining your mobile data. Open the start page to stop this. Continue Cancel + Using your mobile data connection + Ok Current video can only be downloaded in wifi environment Settings Free data traffic diff --git a/perseus/Calculator.apk/res/values/plurals.xml b/perseus/Calculator.apk/res/values/plurals.xml index 0b8f875b6..8c062703c 100644 --- a/perseus/Calculator.apk/res/values/plurals.xml +++ b/perseus/Calculator.apk/res/values/plurals.xml @@ -4,6 +4,14 @@ %d items %d item + + Detailed repayment (%d years) + Detailed repayment (%d year) + + + Detailed repayment (%d years), CNY + Detailed repayment (%d year), CNY + %1$d years (%2$d months) %1$d year (%2$d months) diff --git a/perseus/Calculator.apk/res/values/strings.xml b/perseus/Calculator.apk/res/values/strings.xml index d9791ee0b..11cd3a562 100644 --- a/perseus/Calculator.apk/res/values/strings.xml +++ b/perseus/Calculator.apk/res/values/strings.xml @@ -142,7 +142,7 @@ Currency Clothing size Length - Mortgage + Home loan Terms of kinship Scientific Taxes @@ -177,9 +177,7 @@ Interest Loan period Repayment - Detailed repayment Loading detailed repayment… - Detailed repayment (CNY) (×10K) Medical treatment menu @@ -210,7 +208,7 @@ Commercial interest Repayment method Start date - Mortgage period + Loan tenure Mortgage amount "Fund's interest rate" Repayment amount diff --git a/perseus/Calendar.apk/res/values/arrays.xml b/perseus/Calendar.apk/res/values/arrays.xml index 32a549a03..341f2e3ce 100644 --- a/perseus/Calendar.apk/res/values/arrays.xml +++ b/perseus/Calendar.apk/res/values/arrays.xml @@ -110,6 +110,12 @@ 2 days before 1 week before + + 5 minutes + 10 minutes + 15 minutes + 30 minutes + Only this event This and future events @@ -311,6 +317,12 @@ silent never + + 300000 + 600000 + 900000 + 1800000 + 0 5 diff --git a/perseus/Calendar.apk/res/values/plurals.xml b/perseus/Calendar.apk/res/values/plurals.xml index 208b21dac..e353f7855 100644 --- a/perseus/Calendar.apk/res/values/plurals.xml +++ b/perseus/Calendar.apk/res/values/plurals.xml @@ -95,6 +95,10 @@ +%d +1 + + Next reminder in %1$d minutes + Next reminder in %1$d minute + every %1$s on %2$s every %1$s on %2$s diff --git a/perseus/Calendar.apk/res/values/strings.xml b/perseus/Calendar.apk/res/values/strings.xml index 451df12f8..563aa9edd 100644 --- a/perseus/Calendar.apk/res/values/strings.xml +++ b/perseus/Calendar.apk/res/values/strings.xml @@ -64,20 +64,26 @@ No events for today TOMORROW, %1$s Events - Dismiss + Got it | Expired Calendar notifications Anniversary: %1$s 解严纪念日 + 解嚴紀念日 Anniversary 反侵略日 + 反侵略日 Calendar common 植树节 + 植樹節 军人节 + 軍人節 立秋 + 立秋 秋分 + 秋分 Birth date Birthday reminders A week ago @@ -103,6 +109,7 @@ "Can't change all day event" "Can't change event" "Can't change multi-day event" + Cancel reminder %1$s will update every day. Subscribe to receive daily updates. Subscribe later Subscribe now @@ -114,19 +121,24 @@ Change response 查看 儿童节 + 兒童節 青年节 + 青年節 Cancel Copy Allow contacts suggestions 冲煞 圣诞节 + 聖誕節 返回日历首页 设置提醒 清明 + 清明 Net mock clear success Turn off 寒露 + 寒露 Copy email address Copy phone number Countdown: %1$s @@ -171,6 +183,7 @@ %1$s, %2$s " (today)" + New event + Default interval for \"Remind later\" Reminders Delete %s? Delete this event? @@ -183,6 +196,7 @@ Cancel One-time event 七夕 + 七夕 下载 下载中 Remove %s from recipients @@ -283,6 +297,7 @@ 订阅感兴趣的频道 推荐频道 敬请期待更多精彩频道 + 【%1$s】来自小米日历:%2$s 知道了 日历订阅频道焕新版 更丰富资讯与高效服务全面整合 @@ -306,6 +321,7 @@ Flight status Estimated %1$s 愚人节 + 愚人節 生日 财位: 设置生辰八字 @@ -336,22 +352,30 @@ No football matches are scheduled for today. OnThisDay.com 小满 + 小滿 芒种 + 芒種 谷雨 + 谷雨 大寒 + 大寒 大暑 + 大暑 Close Import "Import your friends' birthdays" Never miss important dates Import birthdays 大雪 + 大雪 Guests Description Event name Location 香港特别行政区成立纪念日 + 香港特別行政區成立紀念日 霜降 + 霜降 Holiday More 今天 @@ -371,6 +395,7 @@ Import birthday Imported 惊蛰 + 驚蟄 No Yes Add this event to calendar? @@ -383,6 +408,7 @@ 加载中... Installing… 情人节 + 情人節 %1$d selected 甲子 长按可复制笑话 @@ -390,7 +416,9 @@ 已复制,长按输入框即可粘贴 【来自小米日历】 劳动节 + 勞動節 元宵节 + 元宵節 生活助手 信用卡还款(尾号%1$s) 信用卡还款 @@ -406,6 +434,7 @@ 贷款还款 生活提醒 小雪 + 小雪 限行 后天 限行尾号 @@ -489,6 +518,7 @@ More Share WeChat Moments + WeChat Weibo Change all events in the series Change this and all future events @@ -514,10 +544,14 @@ Deleted movie ticket successfully 电影: 国庆节 + 國慶節 國父誕辰 + 國父誕辰 "Can't connect to the network" New 元旦 + 元旦 + Next reminder at %1$s No birthdays to import No events "Couldn't connect to the network. @@ -525,6 +559,7 @@ Check network settings and try again." Try again (No title) You need to add a calendar account. Tap Add account to continue. + You need to add a calendar account. Tap \"Add account\" to continue. Add account Add account @@ -559,9 +594,11 @@ Check network settings and try again." Yamaghanta Yog 建党节 + 建黨節 Passenger System apps/Calendar/Settings 和平紀念 + 和平紀念 彭祖 Phone never @@ -579,6 +616,7 @@ Check network settings and try again." Default all-day reminder time 0 Default reminder time + 900000 Default reminder time Home time zone 信用卡还款 @@ -602,6 +640,8 @@ Check network settings and try again." 将为您减少类似订阅推荐 Refresh Just a sec… + Remind later + HH:mm Expired Repeat Custom @@ -634,6 +674,7 @@ Check network settings and try again." Yes : ) 光复节 + 光復節 Event saved Sending updates… "Date;Solar Terms;Lunar;Almanac;Fortune;Agenda;Meeting;Reminder;Vacation;Holiday;Birthday;2016;2017;Spring Festival;New Year's Day;International Labour Day;Mid-Autumn Festival" @@ -671,6 +712,11 @@ Check network settings and try again." 显示黄历宜忌 生成成功,您的日志在文件管理器\"手机/MIUI/debug_log/com.android.calendar/dump\"文件夹下 用户体验计划 + 分享取消 + 分享失败 + Please install wechat. + Please install weibo. + 分享成功 Share 设置提醒 本轮第%1$d天 @@ -705,16 +751,20 @@ Check network settings and try again." 休息 Show day 小寒 + 小寒 小暑 + 小暑 更好地管理与时间相关的短信事件 立春 + 立春 Calculate 999+ 处暑 + 处暑 Subscribe now Subscribed successfully! Check the details on the home page. Subscribed to “%1$s” successfully @@ -728,7 +778,9 @@ You can also add reminders so you don't miss anything important." Channel Subscribed 立夏 + 立夏 夏至 + 夏至 上滑发现更多 Events Day @@ -741,15 +793,23 @@ You can also add reminders so you don't miss anything important." 节日是 教师节 + 教師節 Event %1$s of %2$s. 建军节 + 建軍節 重阳节 + 重陽節 端午节 + 端午節 腊八 + 臘八 中秋节 + 中秋節 雨水 + 雨水 春节 + 春節 天干 @@ -818,8 +878,11 @@ You can also add reminders so you don't miss anything important." %1$s车次 %2$s出发 %1$s 出发 儿童节 + 兒童節 青年节 + 青年節 联合国日 + 聯合國日 Unsubscribe Unsubscribed from “%1$s” successfully Unsubscribed @@ -828,7 +891,9 @@ You can also add reminders so you don't miss anything important." You must agree to our %1$s and %2$s before using Calendar. In order to provide accurate data on local public holidays, birthdays, credit card repayments, and planned trips, Calendar needs to access your location, contacts, and messages, as well as connect to the internet. Agree? Attention 情人节 + 情人節 春分 + 春分 Calendar: Organizer: Attending? @@ -839,12 +904,15 @@ You can also add reminders so you don't miss anything important." Weekly (every %s) When 白露 + 白露 Next event Get weather info No events Choose a style 立冬 + 立冬 冬至 + 冬至 挣钱不止步,加班是出路! : ( 五行 diff --git a/perseus/Cit.apk/res/values/strings.xml b/perseus/Cit.apk/res/values/strings.xml index 62d37c09a..dd336ea05 100644 --- a/perseus/Cit.apk/res/values/strings.xml +++ b/perseus/Cit.apk/res/values/strings.xml @@ -276,6 +276,17 @@ and reverse plug in the charger" Emergency Call When you exit, all related text data will be erased. Exit test + Calibration + Calibration Done! + Calibration Failed, please Retry! + Camera Calibration + Calibration is ongoing... + "Test instructions: + +1.Tap the calibration button. +2.There will be a calibration pass label to indicate the camera has been calibrated." + Capture Failed, please Retry! + Click calibration button! Fail Fast touch screen check test Finger Print Test diff --git a/perseus/CleanMaster.apk/res/values/strings.xml b/perseus/CleanMaster.apk/res/values/strings.xml index 58b834053..2ccd563ea 100644 --- a/perseus/CleanMaster.apk/res/values/strings.xml +++ b/perseus/CleanMaster.apk/res/values/strings.xml @@ -521,6 +521,7 @@ Allow this app to connect to the internet to receive updates? Scanning… Search history + Security. Always on guard. More Set Turn on diff --git a/perseus/CloudBackup.apk/res/values/plurals.xml b/perseus/CloudBackup.apk/res/values/plurals.xml index 668e4a59d..02d1abe1c 100644 --- a/perseus/CloudBackup.apk/res/values/plurals.xml +++ b/perseus/CloudBackup.apk/res/values/plurals.xml @@ -12,4 +12,16 @@ Restoring %d files Restoring %d file + + High priority: %d items + High priority: %d item + + + Regular priority: %d items + Regular priority: %d item + + + %d apps on this device + %d app on this device + diff --git a/perseus/CloudBackup.apk/res/values/strings.xml b/perseus/CloudBackup.apk/res/values/strings.xml index 8e6e74fa2..d8b869f19 100644 --- a/perseus/CloudBackup.apk/res/values/strings.xml +++ b/perseus/CloudBackup.apk/res/values/strings.xml @@ -23,8 +23,10 @@ Continue Cancel Cancel + Restore anyway Resume Try again + Wait for WLAN Check again Skip this step Cancel @@ -84,7 +86,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." Continue Cancel restoring? Restore - Home screen will restart and apps will be downloaded automatically when connected to WLAN + Your Home screen will be relaunched. Backed up apps will be downloaded automatically. Restore <u>Customize</u> HH:mm:ss MM-dd-yyyy @@ -92,7 +94,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." Downloading Error Installing - Waiting + Waiting… Waiting Delete backup of %s? Cancel @@ -107,6 +109,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." Restoring backups requires connecting to WLAN. Connect to WLAN HHmmss_MMddyyyy + Calculating size… Restoring Home screen and settings… Removed successfully Downloading Home screen layout… @@ -134,6 +137,9 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." Android Restoring items. Stop now? "Couldn't restore items from Mi Cloud. Try again." + "Your Home screen will be relaunched. Backed up apps will be downloaded automatically. <br /><b><font color='red'>%s of files will be downloaded.</font></b>" + If you proceed to restore these items, mobile data will be used for downloading. + "<font color='red'><b>%s</b></font> of files will be downloaded." Connect to network Not signed in to Mi Account. No backups in Mi Cloud. @@ -148,8 +154,11 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." %1$s (%2$s: %3$s) %1$s (%2$s) Restoring \"%s\" + Restore more items in the background "Test network and try again. Backups aren't available when your device is offline." "Can't connect" + Restoring items + %1$s %2$s Restore Home screen apps and settings using this backup. This will overwrite app data for duplicate apps already installed on this device. Apps not included in the backup will be moved to the last Home screen. Found a Mi Cloud backup for this device. Restore Home screen apps and settings or use it as a new device and erase previous Mi Cloud backups? Restore from Mi Cloud backup @@ -161,9 +170,24 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." Removing… Not finished removing Removing, try again later + Done + Just a sec… + Try again + "Couldn't connect to the network. +Check your network settings and try again." + Search for items to set priority + "<font color='#ff0800'>%s</font>" + Apps on this device + Regular-priority apps + High-priority apps + Prioritize restored items Restore items from Mi Cloud This feature requires an internet connection. Restore data + Home screen layout & apps + Settings + More + Select items to restore Restore finished Restored Home screen apps, system settings, etc. Restore from Mi Cloud backup @@ -171,6 +195,8 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." "Couldn't restore Home screen." Restore from Mi Cloud backup Start restoring + %s (Tap to resume) + %s (Waiting for connection) Cancelling… Restoring… Restoring, try again later @@ -186,6 +212,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud." Turned on backups for Home screen apps Stop restoring "Couldn't restore" + Using current connection for downloading files Total space: %s Tap to try again Tap to continue diff --git a/perseus/CloudService.apk/res/values/arrays.xml b/perseus/CloudService.apk/res/values/arrays.xml index 5f5e28cf1..88f7af119 100644 --- a/perseus/CloudService.apk/res/values/arrays.xml +++ b/perseus/CloudService.apk/res/values/arrays.xml @@ -1,5 +1,13 @@ + + @drawable/icon_view_cloud_data + @drawable/icon_view_details + + + action_view_cloud_data + action_view_storage_detail + android.permission-group.PHONE android.permission-group.SMS @@ -14,6 +22,10 @@ 0 0 + + View synced items + Storage details + For identifying synced items For syncing messages diff --git a/perseus/CloudService.apk/res/values/plurals.xml b/perseus/CloudService.apk/res/values/plurals.xml index 8ec18cc59..9ad738bb5 100644 --- a/perseus/CloudService.apk/res/values/plurals.xml +++ b/perseus/CloudService.apk/res/values/plurals.xml @@ -68,4 +68,8 @@ %s hrs ago %s hr ago + + %s services will be synced with Mi Cloud + %s service will be synced with Mi Cloud + diff --git a/perseus/CloudService.apk/res/values/strings.xml b/perseus/CloudService.apk/res/values/strings.xml index fa09be03d..5034de4d0 100644 --- a/perseus/CloudService.apk/res/values/strings.xml +++ b/perseus/CloudService.apk/res/values/strings.xml @@ -28,6 +28,7 @@ "Can't turn on Find device. %1$s" Find device is on. Sign in to use Mi Cloud + Configuring cloud services… Sync will finish in %s hours. Mi Cloud unavailable "Can't connect to network" @@ -341,6 +342,7 @@ This feature encrypts and sends your device's ID to Mi's servers." Sync contacts Only use WLAN to sync photos Privacy Policy + Preparing to sync items Loading status… "Couldn't load status." Cloud Backup @@ -406,6 +408,8 @@ This feature encrypts and sends your device's ID to Mi's servers." " " "Mi Cloud's Terms of Service" + User Agreement + Privacy Policy %s available Add Close diff --git a/perseus/DeskClock.apk/res/values/arrays.xml b/perseus/DeskClock.apk/res/values/arrays.xml index 3a87f1e84..d96b9d183 100644 --- a/perseus/DeskClock.apk/res/values/arrays.xml +++ b/perseus/DeskClock.apk/res/values/arrays.xml @@ -340,6 +340,11 @@ Paramaribo Quito + + White + Black + Auto + "Côte d'Ivoire" Ghana @@ -674,6 +679,11 @@ 1 2 + + 1 + 2 + -1 + 0 1 diff --git a/perseus/DeskClock.apk/res/values/strings.xml b/perseus/DeskClock.apk/res/values/strings.xml index 3967672b3..af964957b 100644 --- a/perseus/DeskClock.apk/res/values/strings.xml +++ b/perseus/DeskClock.apk/res/values/strings.xml @@ -74,6 +74,9 @@ Timer Make sure the Themes app is installed on your device. Update Mi AI to its latest version. + Select background color for the Clock app + Black will be used as the background color every time you switch to Dark mode + Background color Turn off Settings Discard @@ -94,6 +97,11 @@ In order to make birthday alarms available, Clock needs to access your contacts. Agree? "Don't agree" "Don't show again" + In order to get relevant info about local public holidays, adjust alarms, and provide personalized services, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our %1$s and %2$s. Agree? + In order to provide personalized services, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our %1$s and %2$s. Agree? + In order to provide personalized services and include morning news into your alarms, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our %1$s and %2$s. Agree? + 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 %1$s and %2$s. Agree? + "In order to download audio files for ambient noise timers (≈20MB) and provide personalized services, Clock needs to connect to the internet. Before using Clock, you must also read and agree to our %1$s and %2$s. You're using mobile data now. Agree?" Done Smart alarm Edit alarm @@ -106,6 +114,10 @@ Timer EEEE, MMMM d Back + An update for public holidays is available + "Couldn't update" + Updating… + All items are up to date Hr + "Couldn't load app" Just a sec… @@ -131,6 +143,7 @@ Morning report Due to system restrictions, weather info in morning reports may not be displayed correctly after device reboots. Turn off morning reports + Turn off repeating alarms between 04:00 and 10:00 AM to listen to the current weather report Receive info about weather when you turn off alarms between 4:00 and 9:30 Receive morning reports Wake up history @@ -152,13 +165,15 @@ Sort by time Sort by name No thanks - Clock needs to connect to the internet to download audio files for MIUI 10 weather alarms and ambient noise timers. 20MB of your mobile data will be required for this download. Agree? - Clock needs to download audio files for MIUI 10 weather alarms and ambient noise timers. 20MB of your mobile data will be required for this download. Agree? - Updated audio for smart alarms (≈20MB) is available. Connect to the network and download using mobile data? + Clock needs to download audio files for MIUI smart alarms. Smart alarms contain audio features that allow including current weather info into the alarms. ≈20MB of your mobile data will be required for this download. Download now? + Clock needs to download audio files for MIUI smart alarms. ≈20MB of your mobile data will be required for this download. Download now? + Updated audio for MIUI smart alarms is available. ≈20MB of your mobile data will be required for this download. Download now? + Clock needs to download audio files for ambient noise timers. ≈20MB of your mobile data will be required for this download. Download now? "Couldn't download additional audio" - Clock needs to connect to the internet to download audio files for MIUI 10 weather alarms and ambient noise timers. Agree? - Clock needs to download audio files for MIUI 10 weather alarms and ambient noise timers. Agree? - Updated audio for smart alarms is available. Connect to the network and download now? + Clock needs to download audio files for MIUI smart alarms. Smart alarms contain audio features that allow including current weather info into the alarms. Download now? + Clock needs to download audio files for MIUI smart alarms. Download now? + Updated audio for MIUI smart alarms is available. Download now? + Clock needs to download audio files for ambient noise timers. Download now? "Couldn't connect to the network. Check your network settings and try again." Allow Downloaded additional audio successfully @@ -173,6 +188,7 @@ Other Pause % + Personalized content recommendations Privacy Policy Ringtone Times @@ -283,6 +299,7 @@ Turn off this repeating alarm %s Upcoming alarm You can close this alarm in advance + User Agreement Vibrate when alarm sounds Vibrate when ringing "Set volume buttons' function during alarm" diff --git a/perseus/DownloadProviderUi.apk/res/values/strings.xml b/perseus/DownloadProviderUi.apk/res/values/strings.xml index 6c501d8fa..a1d50de05 100644 --- a/perseus/DownloadProviderUi.apk/res/values/strings.xml +++ b/perseus/DownloadProviderUi.apk/res/values/strings.xml @@ -44,6 +44,8 @@ Select action "Choose when you'd like to begin" Clear + Close + Close AD Completed: OK %d downloads will be deleted. diff --git a/perseus/FileExplorer.apk/res/values/strings.xml b/perseus/FileExplorer.apk/res/values/strings.xml index 0fcf2a664..4fa8b8b40 100644 --- a/perseus/FileExplorer.apk/res/values/strings.xml +++ b/perseus/FileExplorer.apk/res/values/strings.xml @@ -223,6 +223,8 @@ USB storage connected 4–16 characters, letters and digits, case sensitive Anonymous sign-in + Anonymization features might pose security risks. Use the feature anyway? + Attention The username or password you entered is invalid. "Couldn't open port. Check your network connection or reset port number." Password @@ -245,6 +247,7 @@ New Male Installed + Back Categories Storage Recent diff --git a/perseus/MiuiBiometric.apk/res/values/arrays.xml b/perseus/MiuiBiometric.apk/res/values/arrays.xml index 213ff98a8..9c8c00b7c 100644 --- a/perseus/MiuiBiometric.apk/res/values/arrays.xml +++ b/perseus/MiuiBiometric.apk/res/values/arrays.xml @@ -22,6 +22,7 @@ onc lavender lotus + pine polaris diff --git a/perseus/MiuiCamera.apk/res/values/strings.xml b/perseus/MiuiCamera.apk/res/values/strings.xml index 2e16c30df..8c030bc16 100644 --- a/perseus/MiuiCamera.apk/res/values/strings.xml +++ b/perseus/MiuiCamera.apk/res/values/strings.xml @@ -173,7 +173,7 @@ and optimizes your photos based on this info" Saved successfully 48MP DUAL CAMERA AI DUAL CAMERA - Google Lens(Recommended) + Google Lens (Recommended) OK OK (<g id="NUMBER">%d</g>s) "Don't show again" @@ -218,8 +218,9 @@ if you rotate your phone" Tap the screen to wake Camera "In low light, camera will take multiple photos and then create a shot with a minimal amount of noise." - Auto focus / auto exposure has been locked - Auto exposure has been locked + Auto focus and auto exposure have been locked. + Auto focus and auto exposure have been locked. Switch to Google Lens in the Camera settings + Automatic exposure is locked Eye light will be better when flash is on The video you shoot will be played faster. "Camera will take multiple photos @@ -286,21 +287,41 @@ in Portrait mode" Long pressing the volume button triggers NFC now. Replace this feature? back cancle + 请正对屏幕,以便识别面部特征 + 请整理面部遮挡物,以便识别面部特征 + 检测面部过大,请将手机移远 + 检测面部过小,请将手机移近 + 请移至明亮处,便于识别面部 + 请保持一人在取景圈内 + 未识别到面部 + 请按下拍照键 confirm delete emoji delete success + 脸型检测失败 + 人脸检测失败 + 性别检测失败 + 眼镜检测失败 + 发色检测失败 + 发型检测失败 + 未检测到人脸 + 肤色检测失败 请把脸放在取景框内 + 未知错误 edit emoji + 是否放弃编辑 edit + 创建拟我表情 recapture save save success select + 正在创建拟我表情,请耐心等待... 轻触拍照,长按录像 Beauty Photo Short video - 趣AR + 萌拍 Manual Slow motion Panorama @@ -314,13 +335,6 @@ in Portrait mode" Insert SD card before using camera SD card is full To select an object, simultaneously tap two diagonal points around its border. - 请不要遮挡脸部信息 - 脸部被遮挡 - 左眼被遮挡 - 嘴巴被遮挡 - 没有检测到人脸 - 鼻子被遮挡 - 右眼被遮挡 "'PANO'_yyyyMMdd_HHmmss" Align the arrow with the reference line Keep going… @@ -470,12 +484,12 @@ and brings out the people in the front." @string/pref_camera_long_press_viewfinder_google_lens Google Lens AE/AF Lock - Viewfinder Settings + Viewfinder settings Burst shoot Focus Press & hold Shutter button to lock AE/AF/AWB Google Lens - AE/AF Lock + AE/AF lock Magic mirror Turn on MFNR true @@ -494,10 +508,11 @@ and brings out the people in the front." Turn on parallel processing Raw 16:9 - 18:9 - 19.5:9 + @string/pref_camera_picturesize_entry_fullscreen + @string/pref_camera_picturesize_entry_fullscreen 1:1 4:3 + Full screen Camera frame Portrait mode Beautify in Portrait mode @@ -592,8 +607,8 @@ and brings out the people in the front." Mirror front camera Google lens true - Auto identify QR codes,Emails,numbers and more - Lens Suggestions + Point your camera at contact info, URLs, and QR codes to view available options + Lens suggestions Save original photos as well volume S @@ -700,6 +715,8 @@ and brings out the people in the front." Ultra wide angle "Use this mode to include more of the scene in your photo. Ultra wide angle mode comes to help when you can't move farther from the scene." + "开启0.6X超广角,为您记录更广阔的视野 +探索更多精彩的美" Ultra wide angle mode Try Ultra wide angle mode Agree @@ -718,12 +735,12 @@ Ultra wide angle mode comes to help when you can't move farther from the scene." Size limit reached. 4K UHD View Privacy Policy - 按下快门键 - 全景照片保存失败 - 缓慢旋转手机 - 向后倾斜设备 - 向前倾斜设备 - 向左缓慢旋转手机 - 向右缓慢旋转手机 + Tap the shutter button + "Couldn't save panorama" + Rotate the phone sideways slowly + Tilt the phone backward + Tilt the phone forward + Rotate the phone to the left slowly + Rotate the phone to the right slowly "Zoom doesn't work in 48MP mode" diff --git a/perseus/MiuiCompass.apk/res/values/arrays.xml b/perseus/MiuiCompass.apk/res/values/arrays.xml index 274192d1b..b36d4e4be 100644 --- a/perseus/MiuiCompass.apk/res/values/arrays.xml +++ b/perseus/MiuiCompass.apk/res/values/arrays.xml @@ -40,5 +40,7 @@ raphael davinci pyxis + raphaelin + davinciin diff --git a/perseus/MiuiExtraPhoto.apk/res/values/strings.xml b/perseus/MiuiExtraPhoto.apk/res/values/strings.xml index b6bd34360..1bb5339fe 100644 --- a/perseus/MiuiExtraPhoto.apk/res/values/strings.xml +++ b/perseus/MiuiExtraPhoto.apk/res/values/strings.xml @@ -4,6 +4,9 @@ Saving… tag_transition_view tag_transition_view_menu + Select best photo + Default + Recommended Save changes? Discard Save diff --git a/perseus/MiuiGallery.apk/res/values/strings.xml b/perseus/MiuiGallery.apk/res/values/strings.xml index e065f505f..aba94d7ed 100644 --- a/perseus/MiuiGallery.apk/res/values/strings.xml +++ b/perseus/MiuiGallery.apk/res/values/strings.xml @@ -886,7 +886,7 @@ Allow Gallery to access SD card OK "You're ready to rock!" - "Not enough photos to recognize people.r + "Not enough photos to recognize people. Take more photos of your friends!" Syncing data, come back in a while Connect to network to sync info @@ -1261,6 +1261,7 @@ to personalize Gallery" Beautify Auto Original + Press and hold to view the original image Crop Auto Cropped automatically @@ -1298,6 +1299,7 @@ to personalize Gallery" Wait for Wi-Fi Downloading %s… Connect to the internet to download %s. + Remove watermark Erase Rotate Saving… diff --git a/perseus/MiuiHome.apk/res/values/strings.xml b/perseus/MiuiHome.apk/res/values/strings.xml index 0c3873ced..53fb29fb5 100644 --- a/perseus/MiuiHome.apk/res/values/strings.xml +++ b/perseus/MiuiHome.apk/res/values/strings.xml @@ -201,6 +201,7 @@ "Can't delete system resources" Fill empty cells An error occurred. Go back to Home screen and try again. + Swipe up on the Home screen to open search Home screen & Recents Add to favorites Added to favorites diff --git a/perseus/MiuiScreenRecorder.apk/res/values/arrays.xml b/perseus/MiuiScreenRecorder.apk/res/values/arrays.xml index 81d282151..47681a63c 100644 --- a/perseus/MiuiScreenRecorder.apk/res/values/arrays.xml +++ b/perseus/MiuiScreenRecorder.apk/res/values/arrays.xml @@ -11,6 +11,41 @@ 4Mbps 1Mbps + + 24fps + 30fps + 48fps + 60fps + + + Auto + Portrait + Landscape + + + 1080p + 720p + 480p + + + 1080 + 720 + 480 + + + Mute + Mic + System sounds + + + Internal storage + External storage + + + Qualcomm Technologies, Inc SDM845 + Qualcomm Technologies, Inc MSM8998 + Qualcomm Technologies, Inc SM8150 + 200 100 @@ -22,33 +57,17 @@ 4 1 - - 24fps - 30fps - 48fps - 60fps - 24 30 48 60 - - Auto - Portrait - Landscape - 0 1 2 - - 1080p - 720p - 480p - 1440*1080 1280*960 @@ -74,32 +93,13 @@ 1280*720 800*480 - - 1080 - 720 - 480 - - - Mute - Mic - System sounds - 0 1 2 - - Internal storage - External storage - 0 1 - - Qualcomm Technologies, Inc SDM845 - Qualcomm Technologies, Inc MSM8998 - Qualcomm Technologies, Inc SM8150 - diff --git a/perseus/MiuiSystemUI.apk/res/values/arrays.xml b/perseus/MiuiSystemUI.apk/res/values/arrays.xml index 3f659cc50..542a731bd 100644 --- a/perseus/MiuiSystemUI.apk/res/values/arrays.xml +++ b/perseus/MiuiSystemUI.apk/res/values/arrays.xml @@ -599,6 +599,16 @@ perseus andromeda + + cepheus + grus + raphael + raphaelin + davinci + davinciin + pyxis + laurus + None Logcat diff --git a/perseus/MiuiSystemUI.apk/res/values/plurals.xml b/perseus/MiuiSystemUI.apk/res/values/plurals.xml index 1e95e14f3..a3cfd3e29 100644 --- a/perseus/MiuiSystemUI.apk/res/values/plurals.xml +++ b/perseus/MiuiSystemUI.apk/res/values/plurals.xml @@ -33,12 +33,12 @@ Incorrect PUK code, %d attempt remaining - "You haven't used your password for at least %d hours. Enter your password." - "You haven't used your password for at least %d hour. Enter your password." + Enter your password at least once every %d hours to always remember it + Enter your password at least once every %d hour to always remember it - "You haven't used your unlock pattern for at least %d hours. Draw your pattern." - "You haven't used your unlock pattern for at least %d hour. Draw your pattern." + Enter your password at least once every %d hours to always remember it + Enter your password at least once every %d hour to always remember it About %d hours left diff --git a/perseus/MiuiSystemUI.apk/res/values/strings.xml b/perseus/MiuiSystemUI.apk/res/values/strings.xml index fb1446328..a6da2a3e9 100644 --- a/perseus/MiuiSystemUI.apk/res/values/strings.xml +++ b/perseus/MiuiSystemUI.apk/res/values/strings.xml @@ -310,7 +310,7 @@ Use by default for this USB accessory Use by default for this USB device Animator duration scale - HH:MM + HH:mm hh:mm aa EE, MMMM d EE, MMMM d @@ -801,6 +801,7 @@ If you resume, charges may apply for data usage." Do you want to continue your session? Welcome back, guest! Start over + Fingerprint scanner Press a bit harder Try again @@ -1055,6 +1056,10 @@ Try again in %2$d seconds." Airplane mode EEEE, MMMM d EEEE, MMMM d + "EEEE +MMMM d" + "EEEE +MMMM d" Daily portion of fresh images Wallpaper Carousel More diff --git a/perseus/MiuiVideoGlobal.apk/res/values/arrays.xml b/perseus/MiuiVideoGlobal.apk/res/values/arrays.xml index 1c9ab80cb..24e9468c8 100644 --- a/perseus/MiuiVideoGlobal.apk/res/values/arrays.xml +++ b/perseus/MiuiVideoGlobal.apk/res/values/arrays.xml @@ -111,13 +111,6 @@ @array/Category @array/Setting - - Auto - Low - Medium - High - Very High - @drawable/ovp_home_ic_door_sony sony_movie diff --git a/perseus/MiuiVideoGlobal.apk/res/values/strings.xml b/perseus/MiuiVideoGlobal.apk/res/values/strings.xml index 19ef073bd..5a3d906a8 100644 --- a/perseus/MiuiVideoGlobal.apk/res/values/strings.xml +++ b/perseus/MiuiVideoGlobal.apk/res/values/strings.xml @@ -1,8 +1,6 @@ - 9790E03C - - http://mapi.hungama.com/v2/movieapp/playable_client.php?id=@CONTENT_ID@&action=ww + Subscribe Navigate home %1$s, %2$s %1$s, %2$s, %3$s @@ -35,7 +33,6 @@ Share with %s Collapse This is a trusted devices - 1268 Agree AI soundtrack Cancel @@ -54,18 +51,11 @@ Preparing to download… "Downloading app: "  and  - 0.45 MOVIE-ANDROID-MIVIDEO - XyWsR7N3rV Mi Video - Hungama Play - CMSDK android.support.design.widget.AppBarLayout$ScrollingViewBehavior Bind to Mi Account android.support.design.widget.BottomSheetBehavior - Temporarily unavailable, please try again soon - 600000 - 600000 Cancel Canceled Ad @@ -158,32 +148,14 @@ Open on phone Sign in Sign in with Google - 30000 No items here - XXXXX - 5 "To be able to use its services, you must agree that %1$s will collect, process, and use your personal information. You'll be deemed to have read and agreed to our <a href=%2$s>Privacy Policy</a> when you tap \"Agree\" below." Authorization After you revoke authorization, the app will stop collecting data, and all the related data will be deleted from our servers. This might make the app virtually unusable. Revoke authorization anyway? Revoking authorization - Play in background - Protected content not supported on API levels below 18 - An unknown DRM error occurred - This device does not support the required DRM scheme - This Content is not available in your country. - No content available for this movie. Please try again later - No content available for this Tv Show. Please try again later - Invalid URL. Please try again later - No network connection detected. Please ensure you are connected to a network source and try again. - Server is not available at this moment.Please try again. - Socket Timeout. Please try again later - "Sorry, we're unable to play this video right now. Please try again after some time." - Timed out - No content available. - Info - 5 - 5 - 5 + You can customize the list of your channels now. + Manage channels + "You haven't subscribed to anything yet." Exit Fast forward Next track @@ -198,32 +170,19 @@ "Couldn't load info." Forgot password Done - 120000 For you - 3.1 Just a sec… Tap the screen to try again "Couldn't connect to the network." Get code Create account - Please grant this permission to control the player brightness + "The following channels won't be displayed on the Home page." hungama - 10 - 3 - true + Restore defaults + Subscribed Is this your Mi Account? What are your video language preferences? You can select multiple languages. Saved successfully. You can change your language preferences in the settings. - Connection Failed - This video cannot be played. - No network connection detected. Please ensure you are connected to a network source and try again. - "Sorry, your request can't be completed right now. Please try again after some time." - Auto - Info - en-us - true - Normal - Verbose Sign in Sign out SD card @@ -336,7 +295,6 @@ "Can't play video" No videos Volume - http://ping.hungama.com/mediaEvent.py? Mi Video More Cast button @@ -360,6 +318,7 @@ Volume slider System Devices + My channels Update Mi Video to use all its features "Couldn't connect to the network. Check your network settings and try again." "Couldn't connect to the network" @@ -368,8 +327,6 @@ no recommended video now "Don't show again" Downloaded successfully - pool.ntp.org - [off] OK Downloading HD plug-in… Buffering… @@ -425,6 +382,10 @@ Language Local Settings + Subscribe + Close + No video player plug-ins installed. + Video player plug-ins Playlist "Couldn't install plug-in" Enter keywords to search @@ -481,7 +442,6 @@ M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z 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 M3.27,4.27 L19.74,20.74 - http://dl-spa.catchmedia.com/repository/pdf2html.php?url= Continue "Mi Video needs to access the IMEI number of your device to do the following: @@ -490,16 +450,14 @@ Increase the security of your account." Mi Video needs to access the IMEI number of your device to do the following: Better customize its services for your device; Increase the security of your account.​ + Phone + For accessing device status and pausing playback during calls + Storage + For accessing items, saving files, displaying and playing local videos Permissions required This phone has been associated with several Mi Accounts in a short period of time. Try using another phone number. Phone number Phone number - APP - movie - replay - 1000 - 1000 - xk!e@d0FwQ!7FQsm Password Sign in using password Pull up to refresh… @@ -511,6 +469,7 @@ Increase the security of your account." Push notifications Turn on to receive push notifications Categories + Channels Tap again to go back on top Back Details @@ -554,10 +513,11 @@ Check out other videos!" com.xiaomi.passport.ui Agree + Recommended channels Online recommendations Turn on to receive online video recommendations REPLAY - 60 + Restore defaults now? Try again Revoke Save image @@ -571,26 +531,19 @@ Check out other videos!" Tap again to cancel saving Compatibility issues "Screen recorder isn't currently supported on this device." - 1.0.9.3 Search Search Select all Deselect all - XXXXX - Server returned SESSION CREATE ERROR code, please contact SDK developers! Share Take a look at %1$s! #%2$s (%3$s) Join Generating link… Sign in with your Mi Account - silent - LoginSDK consumer - 50 "Couldn't save" Generating video… Other way to sign in 999+ - Permission to access storage was denied Sign out now? Playback speed is unstable. Switching back to the default speed… ¥ @@ -616,12 +569,11 @@ Check out other videos!" Verification code The code you entered is incorrect Sign in via SMS + Creators + Subscriptions "Couldn't share. Wait a minute or two and try again." - CANCEL TRANSFER - Download Completed - WATCH NOW + Unsubscribe now? Tap this area to hide, press and hold to clear old logs. Drag logs manually. - 300 Update Email/Phone Mi Video @@ -630,14 +582,11 @@ Check out other videos!" OK Update Mi Video to use all its features Save - pa-spa.catchmedia.com - v47 - 4.4 %1$sB Connect Download Manager failed, please check the Download Manager state in the Application Management. "Introducing version %1$s diff --git a/perseus/Music.apk/res/values/plurals.xml b/perseus/Music.apk/res/values/plurals.xml index 754bff471..125a5299a 100644 --- a/perseus/Music.apk/res/values/plurals.xml +++ b/perseus/Music.apk/res/values/plurals.xml @@ -78,6 +78,10 @@ Note: File will be deleted from this device as well." <font color=\"red\">%d songs</font> downloading <font color==\"red\">%d song</font> downloading + + %d free downloads left + %d free download left + %d items selected %d item selected @@ -118,4 +122,8 @@ Note: File will be deleted from this device as well." %1$s views %1$s view + + %d days remaining + %d day remaining + diff --git a/perseus/Music.apk/res/values/strings.xml b/perseus/Music.apk/res/values/strings.xml index 82916d9d2..86d258a69 100644 --- a/perseus/Music.apk/res/values/strings.xml +++ b/perseus/Music.apk/res/values/strings.xml @@ -70,7 +70,6 @@ Downloading… Already favorited Always use mobile data - 0.45 MYPLAY-ANDROID-MIMUSIC Downloads SdkCommon @@ -84,7 +83,6 @@ For Google Push services Storage For finding and playing songs saved on device - CMSDK Artists All China @@ -107,7 +105,6 @@ Tap again to push the app to background Mi Music Bluetooth audio device - Temporarily unavailable, please try again soon Buffering… Cancel Download now @@ -115,8 +112,6 @@ Sort by date Sort by size Wait - 600000 - 600000 Cancel Cancel Change download quality @@ -125,7 +120,7 @@ Choose streaming quality Tap to shuffle "Time remaining: " - 2ce27331-6a65-4fcd-a5f3-a7a84c4c24bf + d8ccd03f-d2dd-400e-8bf6-957d0597665f %s: %s Enable "%1$s won't work unless you enable Google Play services." @@ -149,8 +144,8 @@ Save changes? Connect Connecting… - 30000 %2$1.1fK + %2$1.2fM Create playlist "Couldn't create playlist" Current album cover @@ -160,7 +155,6 @@ Using your mobile data connection to stream high quality music may increase your data usage charges. Legal documents MM-dd-yyyy - 5 948829309969-vb4502m250c1iu8aqblkhmhrei9o83ib.apps.googleusercontent.com Delete Delete @@ -313,9 +307,6 @@ Choose a preset Rock Equalizer - 5 - 5 - 5 Fast forward Fullscreen mode Next track @@ -378,11 +369,9 @@ Hide small audio files %dKB https://mi-music-global.firebaseio.com - 120000 Follow Following miui - 3.1 "This format isn't supported." "This format isn't supported or the file is corrupted" Albums @@ -424,8 +413,6 @@ Show Terms of Service every time the Music app is launched Terms of Service Searching… - 10 - 3 false Sign in "Sign in to find more songs you'll love" @@ -447,7 +434,6 @@ Select your preferred languages to receive more relevant recommendations Languages Play history (%d) - en-us Like Play all Loading… @@ -460,7 +446,6 @@ More songs by %s Playlists Downloads - true Press & hold to select local lyrics file "Couldn't find lyrics" Searching… @@ -557,7 +542,6 @@ Wave Remove this song from queue? Remove from queue - pool.ntp.org OK "Couldn't download due to insufficient storage space." Downloading…%d%% @@ -587,7 +571,6 @@ Current service Thank you! Your payment was processed successfully. Enjoy PRO services. Congrats! - http://dl-spa.catchmedia.com/repository/pdf2html.php?url= Pending… Allow access to storage in Security > Permissions > Permissions > Storage > Music to be able to use Music normally. Later @@ -615,8 +598,6 @@ FM My playlists Featured playlists - 1000 - 1000 You need to download this song before you can use it as a ringtone Choose a song first Battery saver is on. Start downloading now? @@ -639,7 +620,6 @@ Recent Use %s of mobile data to download this file? Use your mobile data connection to download this file? - 60 Remove Remove "Go Pro @@ -662,7 +642,6 @@ Be Happy" Allow Ad to create a calendar event? Test Ad Save changes - 1.1.4.0 Search album covers and lyrics "Couldn't find any results" Album @@ -687,7 +666,6 @@ Be Happy" Selected %1$d out of %2$d Send to (%1$s) Service and settings - Server returned SESSION CREATE ERROR code, please contact SDK developers! Set as ringtone "Couldn't set ringtone" %s set as ringtone @@ -710,9 +688,6 @@ Be Happy" Shuffle playback Shuffle is off. Shuffle is on. - silent - LoginSDK consumer - 50 Similar albums Similar playlists Similar songs @@ -792,7 +767,6 @@ Be Happy" Downloading quality set to High Streaming quality set to High Highest - 300 Unknown album Unknown artist Unlimited downloads @@ -813,14 +787,11 @@ Be Happy" Get Premium Song Pack to play this song. Skipped the song for now. %s is available to PRO members only. Skipped this song for now. Try voice search! - pa-spa.catchmedia.com - v47 - "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." You should connect to Wi-Fi to download this file - 4.4 %1$sB Connect Download Manager failed, please check the Download Manager state in the Application Management. "Introducing version %1$s diff --git a/perseus/Notes.apk/res/values/plurals.xml b/perseus/Notes.apk/res/values/plurals.xml index 893f9d330..28247521c 100644 --- a/perseus/Notes.apk/res/values/plurals.xml +++ b/perseus/Notes.apk/res/values/plurals.xml @@ -1,23 +1,43 @@ + + Delete %1$s items? + Delete %1$s item? + - "%1$s haven't been synced" - "%1$s hasn't been synced" + "%1$s items haven't been synced" + "%1$s item hasn't been synced" - - %1$s folders - %1$s folder + + Removed %1$s notes from the folder + Removed %1$s note from the folder - - %1$s notes - %1$s note + + Moved %1$s notes to %2$s + Moved %1$s note to %2$s %d seconds left %d second left + + Hid %1$s notes successfully + Hid %1$s note successfully + + + Unhid %1$s notes successfully + Unhid %1$s note successfully + %d characters %d character + + %1$s folders + %1$s folder + + + %1$s notes + %1$s note + diff --git a/perseus/Notes.apk/res/values/strings.xml b/perseus/Notes.apk/res/values/strings.xml index 126be6a14..47d7fbbaf 100644 --- a/perseus/Notes.apk/res/values/strings.xml +++ b/perseus/Notes.apk/res/values/strings.xml @@ -86,8 +86,6 @@ Add note This note was moved Moved to %1$s - Moved %1$s out - Moved %1$s to %2$s Hidden notes Hide "Can't view content in hidden notes" @@ -210,11 +208,9 @@ "Couldn't add image." "Couldn't add image" Deleted successfully - Hid %1$s successfully This note was hidden successfully. Pull down to see hidden notes. This note was hidden successfully. Pull down to see hidden notes. Unhidden successfully - Unhid %1$s successfully "Can't add new attachments because note is too long" "Can't add checkbox because note is too long" This note is too long. Some text has been cut off of the end. diff --git a/perseus/SecurityCenter.apk/res/values/strings.xml b/perseus/SecurityCenter.apk/res/values/strings.xml index 10dcc8b05..499039779 100644 --- a/perseus/SecurityCenter.apk/res/values/strings.xml +++ b/perseus/SecurityCenter.apk/res/values/strings.xml @@ -190,6 +190,7 @@ Uninstall updates All updates to this Android system app will be uninstalled. Uninstall updates? + Find apps If you force stop an app, it may misbehave. Force stop? Allow selected apps to work in fullscreen mode @@ -1073,6 +1074,7 @@ It will be added to exceptions, but previously blocked items won't appear in cal Transparent A connection error occurred. New feature + Home screen shortcut Check in to get rewards Receive Check in daily to receive Xunyou boost @@ -1631,7 +1633,7 @@ T"</b>"ry using another Ethernet cable to connect your router. If you susp "Using default MIUI apps increases the level of the system's stability and security." Security risks found Default settings have been changed - Apps + Uninstall apps Restored default settings No items selected Optimized @@ -2032,6 +2034,11 @@ While calibrating, MIUI will send a text message to your carrier to receive the System security Security. Always on guard. Optimizing… + "Couldn't update plug-in. Try again." + Not now + Update Security service plug-in to get access to the latest gaming features. %1$dMB will be downloaded. + Update + Update Details Update Games to see more highlights Set password diff --git a/perseus/Settings.apk/res/values/arrays.xml b/perseus/Settings.apk/res/values/arrays.xml index 77b406e82..fde39cbef 100644 --- a/perseus/Settings.apk/res/values/arrays.xml +++ b/perseus/Settings.apk/res/values/arrays.xml @@ -2656,6 +2656,11 @@ Note: Only for Ubuntu 8.04!" 600000 2147483647 + + XS + S + L + title_of_auto_launch_manage pc_install_manager @@ -3354,10 +3359,30 @@ Note: Only for Ubuntu 8.04!" zen_mode_from_starred zen_mode_from_none - DefaultCompact - 01 - RingtoneMedia - 23 - HorizontalVerticalInline - 012 + + Default + Compact + + + 0 + 1 + + + Ringtone + Media + + + 2 + 3 + + + Horizontal + Vertical + Inline + + + 0 + 1 + 2 + diff --git a/perseus/Settings.apk/res/values/strings.xml b/perseus/Settings.apk/res/values/strings.xml index b27e5624f..d22fb3425 100644 --- a/perseus/Settings.apk/res/values/strings.xml +++ b/perseus/Settings.apk/res/values/strings.xml @@ -313,13 +313,13 @@ Your admin has the ability to monitor and manage settings, access, apps, and dat Always allow %1$s to create widgets and access their data Allow data usage when roaming Apps with access to Device ID - Pop up notifications at the top of the screen + Allow floating notifications Floating notifications Allow interruptions Let the app make sound, vibrate, and/or pop notifications on screen - Show notifications on the lock screen + Allow notifications on the Lock screen Lock screen notifications - Allow breathing light tips + Allow using LED light Allow mock locations Allow mock locations Allow this app to display on top of other apps you’re using. It may interfere with your use of those apps or change the way they seem to appear or behave. @@ -354,7 +354,7 @@ Your admin has the ability to monitor and manage settings, access, apps, and dat Blocklist Clock style "This feature can't be combined with color inversion. Turn off color inversion first." - HH:MM + HH:mm hh:mm aa Got it EE, MMMM d @@ -362,7 +362,7 @@ Your admin has the ability to monitor and manage settings, access, apps, and dat Background Clock Clock style and background - Show time, date, and messages when the screen is off + This feature increases system power consumption. It will be turned off when your device stays in the dark for a long time or Battery saver restrictions are applied. Schedule time to turn Always on mode on and off Schedule Always on mode @@ -560,6 +560,7 @@ Your admin has the ability to monitor and manage settings, access, apps, and dat Block navigation buttons in landscape Automatically disable navigation buttons when using selected apps. Double tap any navigation button to re-enable. Automatically disable navigation buttons + Show Dual Clock when current time is different from that on the second clock Show Dual Clock when current time is different from that on the second clock Dual clock No defaults set. @@ -1218,6 +1219,12 @@ This feature can be turned off in [Settings]" Enable Call Manager %1$s Call Manager + Debbie Smith + Jason Lee + Tom Fowles + 9:35 AM | 26 seconds | China Unicom + August 16 | 1m 16s | China Mobile + August 16 | 2m 24s | China Unicom Change call settings in First space Set up voicemail, call forwarding, call waiting, caller ID Call settings @@ -2023,7 +2030,7 @@ If this keeps happening, you may need to uninstall the app to improve battery pe Take selfies faster Get latest version of MIUI Downloading… - Show time, notification icons, and other info. Increased battery usage. + This feature increases system power consumption. It will be turned off when your device stays in the dark for a long time or Battery saver restrictions are applied. Always on Wake screen when you receive notifications New notifications @@ -2031,9 +2038,10 @@ If this keeps happening, you may need to uninstall the app to improve battery pe Dial pad tones Dual clock "\"Dual Clock\" relies on the following features: 1. For turned off screen, allow showing items in Settings > Display; 2. For Lock screen, make sure you're using either the default or classic theme in Settings > Themes; 3. For Home screen, make sure you're using the default system clock widget." + Dual Clock will be displayed on the Lock screen, Home screen, and turned off screen. "\"Dual Clock\" relies on the following features: 1. For Lock screen, make sure you're using either the default or classic theme in Settings > Themes; 2. For Home screen, make sure you're using the default system clock widget." Got it - Dual Clock will be displayed on the Lock screen, Home screen, and turned off screen. + Dual Clock will be displayed on the Lock screen, Home screen. SIM 1 SIM 2 Get issue-related logs @@ -2218,7 +2226,7 @@ For more details, contact your organization's admin." Ethernet data usage Every day Advanced - Show on Lock screen + Show on secure Lock screen Experimental (Experimental) Extended power menu @@ -2504,10 +2512,13 @@ When you turn on automatic backup, device and app data is periodically saved rem Rhythm Starlight Fingerprint animation + Fingerprint icon will be displayed when the screen is off. This feature increases system power consumption. + Show fingerprint icon when the screen is off "To be able to use in-screen fingerprint sensor normally, don't use screen protectors. If you think that a screen protector is still necessary, choose among authorized compatible options." "Don't show again" Got it About in-screen fingerprint sensor + Lift your finger and press the fingerprint scanner again One-handed mode One-handed mode @@ -2872,10 +2883,14 @@ You can change this later from Settings > Apps & notifications." Launch Recents Launch Voice assistant View details + Icons Home screen & Recents Launching CIT Launching phone info… Reporting… + XXL text size works only in Phone, Messaging, and Contacts + More options are available in %1$s + Accessibility > Display size XXL XXL XL @@ -2900,7 +2915,7 @@ You can change this later from Settings > Apps & notifications." (Skip holidays) License Lift to wake - Blink light + LED light Optimize paragraph line breaking Optimize text %1$d Mbps @@ -3710,13 +3725,13 @@ Select your operating system:" Your private notes will be stored here. Notification categories Other - Shows everywhere, makes noise, but does not visually. - Shows everywhere, makes noise and peeks. May use full screen intents. - Shows everywhere, but is not intrusive. - Only shows in the shade + Play sound and show on the Lock screen + Play sound, show on the Lock screen, allow using fullscreen options + "Don't play sound" + "Don't show on the Lock screen, don't play sound" Off Let the app decide - This app has not posted any notifications + "This app hasn't received any notifications yet" Notification settings Allow notification dot Allow notification dots @@ -3736,6 +3751,8 @@ Select your operating system:" Notifications folder was introduced in MIUI 9. This feature filters unimportant notifications and places them into a separate folder. MIUI will remember which notifications you tap, and then use multiple criteria to determine whether they are important. "If the notifications you consider important still go into the Notifications folder, make sure that you report such issues to us. We'd appreciate your feedback." + Show app icons when unimportant notifications are grouped + Show app icons All unimportant notifications will appear in a separate folder Notifications folder Notification category group @@ -3803,6 +3820,7 @@ This will also give the app the ability to turn Do Not Disturb on or off and cha Default notification sound Notification style Show or hide notification content + Control info on lock screen %1$s • %2$s Level %d On for all apps @@ -3917,6 +3935,8 @@ OTG turns off automatically after 10 minutes of inactivity." Jack Tang Play Store Google + Phone + Notes Music Video Apps @@ -3924,7 +3944,11 @@ OTG turns off automatically after 10 minutes of inactivity." Mi Life Themes Your device needs to reboot to apply these changes. This takes about 1 minute. + Text, images, and icons will be enlarged. Some icons might change their places. + Text, images, and icons will become smaller. Some icons might change their places. Change display settings + Bigger items + Smaller items XXL XL L @@ -4434,7 +4458,11 @@ UT Interface: %5$s" Network settings have been reset Reset? Mobile data - This will reset all network settings + "This will reset all network settings, including: + +"<li>WLAN</li>" +"<li>Mobile data</li>" +"<li>Bluetooth</li> Reset settings Reset all network settings? You can’t undo this action! Reset WLAN, mobile & Bluetooth @@ -4617,6 +4645,7 @@ To use screen pinning: After %1$s of inactivity Sleep mode Amount of time screen has been on since full charge + L A P Hi Pete! @@ -4630,8 +4659,10 @@ To use screen pinning: display density, screen zoom, scale, scaling Make larger Make smaller + S Preview Make items on screen larger or smaller + XS Make the items on your screen smaller or larger. Some apps on your screen may change position. Custom (%d) Default @@ -4686,7 +4717,7 @@ To use screen pinning: Mi Pay and NFC transport card Use HCE Wallet Use SIM%1$s Wallet - About phone;Model number;Android version;MIUI version;CPU;RAM;Internal memory;Memory;Storage;Internal storage;Baseband version;Kernel version;Build number + About phone;Model number;Android version;MIUI version;CPU;RAM;Internal memory;Memory;Storage;Internal storage;Baseband version;Kernel version;Build number;My device;Phone;Device Auto rotate screen;Rotate screen;Orientation;Portrait;Landscape Privacy settings;Security Privacy;Guest;Guest mode Captions @@ -4826,7 +4857,7 @@ To use screen pinning: Sound;Volumes;vibration;Suppress noise;noise suppression Notifications & status bar;Notifications;Status bar Edit carrier name;Carrier name - Show on lock screen;show on lockscreen + Show on secure Lock screen;show on secure lockscreen App Notifications;Notifications Show carrier name;Carrier name Show connection speed;connection speed @@ -4844,7 +4875,7 @@ To use screen pinning: Trusted credentials;App signature;App signatures;Credentials;Signature Text-to-speech output;Text-to-speech Choose screen lock;Screen lock;Add screen lock;screenlock - Mi Account; Mi Account ID;Account;Account ID + Mi Account; Mi Account ID;Account;Account ID;Xiaomi Account;Account protection;Protect account;Account security;My account USB tethering;Tethering;USB Terms of Service Personal dictionary;Dictionary @@ -5311,7 +5342,6 @@ A trusted credential installed on your device is making this possible." Just a sec… "SIM %1$s: " Expand top notification - Show on secure lock screen App notifications Notification shade Custom color @@ -6122,7 +6152,7 @@ Tap the plus to add words." Send vibration to game controller when connected Haptic feedback for tap, keyboard, and more Touch vibration - Vibrate + Vibration Also vibrate for calls Allow incoming calls Virtual keyboard @@ -6164,7 +6194,7 @@ Tap the plus to add words." Select virus definitions Virus scanner Update definitions - On lock screen + On the Lock screen You can customize this device to fit your needs. These accessibility features can be changed later in Settings. Change font size Vision Settings @@ -6358,7 +6388,6 @@ Tap the plus to add words." Advanced WLAN Drop down list Advanced Options. Double-tap to expand. Drop down list Advanced Options. Double-tap to collapse. - The phone will not be able to verify that your software is up to date 2.4 GHz 5.0 GHz Select AP Band @@ -6861,6 +6890,7 @@ Looks like credential storage isn't enabled." Back Finish Next + Text Default work alarm sound Work profile Apps and notifications are off @@ -7119,8 +7149,8 @@ Update settings to: Pause notifications to stay focused Update Do Not Disturb Automatic time zone - Use network-provided time zone - Use network-provided time zone + Use the time provided by the carrier network + Use the time provided by the carrier network %1$s starts on %2$s. %1$s (%2$s) Uses %1$s. %2$s starts on %3$s. diff --git a/perseus/TeleService.apk/res/values/strings.xml b/perseus/TeleService.apk/res/values/strings.xml index b5e8bc462..05155a0d5 100644 --- a/perseus/TeleService.apk/res/values/strings.xml +++ b/perseus/TeleService.apk/res/values/strings.xml @@ -932,6 +932,7 @@ Selection" FDN list (%s) Restrict outgoing calls to listed FDNs or to numbers with certain prefixes Fixed Dialing Numbers (%s) + 5G network Use flash to notify about incoming calls Flash when ringing (forbidden) diff --git a/perseus/ThemeManager.apk/res/values/arrays.xml b/perseus/ThemeManager.apk/res/values/arrays.xml index 6187797c2..c76f82405 100644 --- a/perseus/ThemeManager.apk/res/values/arrays.xml +++ b/perseus/ThemeManager.apk/res/values/arrays.xml @@ -16,17 +16,34 @@ @string/wallpaper_set_as_desktop @string/wallpaper_set_as_both - - @string/wallpaper_set_as_float_wallpaper - @string/wallpaper_set_as_lockscreen - @string/wallpaper_set_as_desktop - @string/wallpaper_set_as_both + + @string/wallpaper_loop_interval_15min + @string/wallpaper_loop_interval_1h + @string/wallpaper_loop_interval_1d + + + 900000 + 3600000 + 86400000 + + + @string/wallpaper_loop_order_loop + @string/wallpaper_loop_order_shuffle + + + 0 + 1 @string/wallpaper_set_as_lockscreen @string/wallpaper_set_as_desktop @string/wallpaper_set_as_both + + 0 + 1 + 2 + @string/wallpaper_set_as_desktop @string/wallpaper_set_as_both diff --git a/perseus/ThemeManager.apk/res/values/plurals.xml b/perseus/ThemeManager.apk/res/values/plurals.xml index c1a763f79..ba006f28f 100644 --- a/perseus/ThemeManager.apk/res/values/plurals.xml +++ b/perseus/ThemeManager.apk/res/values/plurals.xml @@ -16,6 +16,14 @@ Updates available for %1$d themes Update available for %1$d theme + + Search among %1$d apps + Search among %1$d app + + + %1$d apps found + %1$d app found + %1$s | %2$d images %1$s | %2$d image diff --git a/perseus/ThemeManager.apk/res/values/strings.xml b/perseus/ThemeManager.apk/res/values/strings.xml index 271381854..527c22aad 100644 --- a/perseus/ThemeManager.apk/res/values/strings.xml +++ b/perseus/ThemeManager.apk/res/values/strings.xml @@ -31,6 +31,8 @@ Share with Share with %s Collapse + "Tap the button in the upper right corner to turn on this service. +Themes will detect which apps you're using and display transparent wallpapers in the apps of your choice.​" Profile Ad Add items @@ -61,6 +63,8 @@ "Can't add resource" All Daily Recommendations + Without transparent wallpaper + With transparent wallpaper Themes android.support.design.widget.AppBarLayout$ScrollingViewBehavior "Keep using system's current font?" @@ -119,6 +123,9 @@ "Can't load preview" Download finished 24H wallpaper + Accessibility permissions required + "You can turn on this service in Themes. After that, you'll be able to select which apps should work with transparent wallpapers." + Use transparent wallpaper Agree Cancel Turn off Extreme mode @@ -163,7 +170,6 @@ Find more Find more Find more - Transparent wallpaper Anonymous %1$s+ Cancel @@ -197,6 +203,7 @@ Send this gift? Something went wrong Sent + Select Hide free %1$s Hide incompatible %1$s Hide trinket? @@ -208,9 +215,9 @@ Profile video for outgoing calls "Couldn't set" "Applied successfully. To turn this feature off, -go to Settings > Sound and vibration > Profile video." +go to Settings > Sound & vibration > Profile video." "Applied successfully. This video has no sound. The original ringtone will be used. -To turn this feature off, go to Settings > Sound and vibration > Profile video." +To turn this feature off, go to Settings > Sound & vibration > Profile video." Find more No profile videos Remove profile video @@ -227,7 +234,7 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v Ringback tone Notifications Ringtone - Beta features + Theme lab Live wallpaper Just a sec… "Can't load resource" @@ -245,6 +252,7 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v Wallpaper Carousel Lock screen Customize + Wallpaper slideshows are available now MIUI wallpaper Activate Mi Account Activate @@ -273,6 +281,7 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v Home screen icons. Uncheck this box to use default options. Wallpaper and clock. Uncheck this box to use default options. Theme components + This ringtone will be applied for both SIM cards. The ringtone is applied to both SIM cards. Got it "Don't show again" @@ -315,6 +324,7 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v Optimized themes Legacy themes Recently used + An error occurred. Grant accessibility permissions again. "That's all for now." "Couldn't load info" Loaded successfully @@ -563,6 +573,7 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v The image is too small Alarm Custom ringback tone + Messaging ringtone Notification Ringtone "Couldn't apply" @@ -652,11 +663,20 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v System ringtones System wallpapers Activate your Mi Account now + Choose how transparent you want your wallpaper to be + Opacity level Transparent wallpaper - Set successfully. You can turn this feature off in Themes > Profile > Beta features. + Set successfully. Go to Themes > Profile > Theme lab for more features. + Off + On Turned on successfully + "Transparent wallpapers won't be displayed in restricted apps" + Select apps that should work with transparent wallpapers + Set successfully + Individual apps Go to Themes You can select a transparent wallpaper in Themes now. + Wallpapers with reduced background opacity Make background white "Couldn't make background white" Background color is white now @@ -689,10 +709,32 @@ To turn this feature off, go to Settings > Sound and vibration > Profile v Crop "Can't load wallpaper" Connect to the network and try again. + Added successfully + Add to Home screen slideshow + Add to Lock screen slideshow + Create custom wallpaper slideshows + Create a custom slideshow for your Home screen + Create a custom slideshow for your Lock screen + Every 15 minutes + Every day + Every hour + Set time interval for your slideshow + Change wallpaper + Manage + Additional settings + My Home screen wallpapers + My Lock screen wallpapers + Select the order in which slides appear + Original + Random + Order of slides + Wallpaper slideshow + Home screen wallpaper slideshow + Lock screen wallpaper slideshow Wallpaper scroll Set both Set as Home screen - Transparent wallpaper (Beta) + Set as transparent wallpaper Set as Lock screen Wallpaper settings Just a sec… diff --git a/perseus/Weather.apk/res/values/plurals.xml b/perseus/Weather.apk/res/values/plurals.xml index 5cd8f4543..44bd307c3 100644 --- a/perseus/Weather.apk/res/values/plurals.xml +++ b/perseus/Weather.apk/res/values/plurals.xml @@ -20,10 +20,6 @@ %1$s-day forecast %1$s-day forecast - - %1$s seconds after the feedback - %1$s second after the feedback - %1$s people |  %1$s person |  @@ -40,4 +36,12 @@  | %1$s people  | %1$s person + + You can submit feedback again in %1$s minutes + You can submit feedback again in %1$s minute + + + You can submit feedback again in %1$s seconds + You can submit feedback again in %1$s second + diff --git a/perseus/extras/clock_classical/content/strings/strings_fr_FR.xml b/perseus/extras/clock_classical/content/strings/strings_fr_FR.xml index 308f2c9d0..ac9d77ba7 100755 --- a/perseus/extras/clock_classical/content/strings/strings_fr_FR.xml +++ b/perseus/extras/clock_classical/content/strings/strings_fr_FR.xml @@ -1,8 +1,8 @@ - EEE dd MMMM - EEE dd MMMM - EEEE dd MMMM - EEEE dd MMMM - 'heure actuelle\' + #hour12+\' \'+ifelse(#minute,#minute,\'\')+\', appuyez deux fois pour ouvrir l\'application Horloge' + dd, EEE MMMM + dd, EEE MMMM + dd, EEEE MMM + dd, EEEE MMM + 'heure actuelle\' + #hour12+\' \'+ifelse(#minute,#minute,\'\')+\', appuyez deux fois pour ouvrir l\'application horloge' diff --git a/perseus/extras/weather_4x1/content/strings/strings_fr_FR.xml b/perseus/extras/weather_4x1/content/strings/strings_fr_FR.xml index 164cdcff7..29ffaea52 100644 --- a/perseus/extras/weather_4x1/content/strings/strings_fr_FR.xml +++ b/perseus/extras/weather_4x1/content/strings/strings_fr_FR.xml @@ -1,11 +1,11 @@ - \'AQI \'+#aqi - \'AQI \'+#aqi - \'AQI \'+#aqi - \'AQI \'+#aqi - \'AQI \'+#aqi - \'AQI \'+#aqi + \'IQA \'+#aqi + \'IQA \'+#aqi + \'IQA \'+#aqi + \'IQA \'+#aqi + \'IQA \'+#aqi + \'IQA \'+#aqi Appuyer pour obtenir les informations météo Aucune information de localisation Dégagé diff --git a/perseus/extras/weather_4x4/content/strings/strings_fr_FR.xml b/perseus/extras/weather_4x4/content/strings/strings_fr_FR.xml index 015cf7f83..2639fc9fa 100755 --- a/perseus/extras/weather_4x4/content/strings/strings_fr_FR.xml +++ b/perseus/extras/weather_4x4/content/strings/strings_fr_FR.xml @@ -1,17 +1,17 @@ Appuyer pour obtenir les informations météo - EEEE d MMMM + d EEEE MMMM Aujourd\'hui Demain - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel - \'AQI \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel + \'IQA \'+#weather_aqilevel 'Aucune donnée' Dégagé Nuageux diff --git a/perseus/framework-ext-res.apk/res/values/strings.xml b/perseus/framework-ext-res.apk/res/values/strings.xml index f2f5fdf74..a82aed4bf 100644 --- a/perseus/framework-ext-res.apk/res/values/strings.xml +++ b/perseus/framework-ext-res.apk/res/values/strings.xml @@ -155,6 +155,18 @@ Send push message Allows the app to manage location policies and define app-specific rules. Location access + "Couldn't calibrate. Bring your device to a Mi Home near you to diagnose the problem." + Calibrate + Calibrated successfully. You can open the front camera now. + "Couldn't open front camera. Try again." + "Couldn't open front camera multiple times. Bring your device to a Mi Home near you to diagnose the problem." + Front camera is busy now. Open anyway? + "Couldn't open front camera multiple times. Try calibrating the camera." + Got it + Got it (%ds) + "Couldn't close front camera multiple times. Try calibrating the camera." + Attention + %s is using the front camera Reboot device now? Device is scheduled to power on at %s Next alarm: %s @@ -247,11 +259,13 @@ com.android.settings/com.android.settings.Settings$WifiSettingsActivity Hotspot com.android.settings/com.android.settings.Settings$TetherSettingsActivity + "Looks like you're switching between cameras too frequently." SIM %d "Super resolution isn't available yet." Security services provided by Spaces Mobile Two spaces. One device. Switching… + "Couldn't close front camera. Try again." TalkBack is on Press and hold \"Volume+\" and \"Volume-\" for 3 seconds to turn off DND diff --git a/perseus/framework-res.apk/res/values/arrays.xml b/perseus/framework-res.apk/res/values/arrays.xml index b62384dac..357355d60 100644 --- a/perseus/framework-res.apk/res/values/arrays.xml +++ b/perseus/framework-res.apk/res/values/arrays.xml @@ -454,7 +454,10 @@ 0.000302412211 -0.198650895 - + + com.google.android.setupwizard + com.google.android.apps.restore + 0 100