Skip to content

Commit

Permalink
XML 9.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbrzy committed May 9, 2019
1 parent 3c4ad45 commit 321dc2e
Show file tree
Hide file tree
Showing 34 changed files with 287 additions and 75 deletions.
2 changes: 2 additions & 0 deletions ugglite/AuthManager.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<string name="HIPS_Perm_add_voicemail_Desc">add system voice messages</string>
<string name="HIPS_Perm_background_start_activity">Start in background</string>
<string name="HIPS_Perm_background_start_activity_Desc">start in background</string>
<string name="HIPS_Perm_deamon_notification">Permanent notification</string>
<string name="HIPS_Perm_deamon_notification_Desc">show permanent notifications</string>
<string name="HIPS_Perm_get_accounts">Access accounts on device</string>
<string name="HIPS_Perm_get_accounts_Desc">access all accounts stored on device</string>
<string name="HIPS_Perm_get_installed_apps">Get info about installed apps</string>
Expand Down
1 change: 1 addition & 0 deletions ugglite/Backup.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ you should create an iCloud backup first."</string>
<string name="perm_read_phone_state">"Read phone's status"</string>
<string name="perm_read_sms">Read SMS</string>
<string name="perm_storage">Read and write on external storage</string>
<string name="phone_title">Phone settings</string>
<string name="platform_chooser_item_android_mi">Mi phone</string>
<string name="platform_chooser_item_android_others">Other brands</string>
<string name="platform_chooser_item_ios">Import from an iOS device</string>
Expand Down
2 changes: 0 additions & 2 deletions ugglite/Browser.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,6 @@
<string name="data_monitor_dialog_message">Looks like something is draining your mobile data. Open the start page to stop this.</string>
<string name="data_traffic_continue">Continue</string>
<string name="data_traffic_download_cancel">Cancel</string>
<string name="data_traffic_download_confirm">Using your mobile data connection</string>
<string name="data_traffic_download_ok">Ok</string>
<string name="data_traffic_download_prompt">Current video can only be downloaded in wifi environment</string>
<string name="data_traffic_download_setting">Settings</string>
<string name="data_traffic_goto">Free data traffic</string>
Expand Down
32 changes: 22 additions & 10 deletions ugglite/Calendar.apk/res/values/plurals.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="Ndays">
<item quantity="other">%d days before</item>
<item quantity="one">%d day before</item>
<item quantity="other">%d days before the event</item>
<item quantity="one">%d day before the event</item>
</plurals>
<plurals name="Ndays_after">
<item quantity="other">%1$d天后</item>
Expand All @@ -17,20 +17,20 @@
<item quantity="one">%1$d天前</item>
</plurals>
<plurals name="Ndays_ago_at">
<item quantity="other">%1$d days before at %2$s</item>
<item quantity="one">%1$d day before at %2$s</item>
<item quantity="other">%1$d days before the event at %2$s</item>
<item quantity="one">%1$d day before the event at %2$s</item>
</plurals>
<plurals name="Nhours">
<item quantity="other">%d hours before</item>
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before the event</item>
<item quantity="one">%d hour before the event</item>
</plurals>
<plurals name="Nminutes">
<item quantity="other">%d minutes before</item>
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before the event</item>
<item quantity="one">%d minute before the event</item>
</plurals>
<plurals name="Nweeks">
<item quantity="other">%d weeks before</item>
<item quantity="one">%d week before</item>
<item quantity="other">%d weeks before the event</item>
<item quantity="one">%d week before the event</item>
</plurals>
<plurals name="anniversary_day">
<item quantity="other">%1$s days</item>
Expand Down Expand Up @@ -95,6 +95,18 @@
<item quantity="other">+%d</item>
<item quantity="one">+1</item>
</plurals>
<plurals name="reminder_custom_unit_day">
<item quantity="other">" days"</item>
<item quantity="one">" day"</item>
</plurals>
<plurals name="reminder_custom_unit_hour">
<item quantity="other">" hours"</item>
<item quantity="one">" hour"</item>
</plurals>
<plurals name="reminder_custom_unit_minute">
<item quantity="other">" minutes"</item>
<item quantity="one">" minute"</item>
</plurals>
<plurals name="reminder_later_toast">
<item quantity="other">Next reminder in %1$d minutes</item>
<item quantity="one">Next reminder in %1$d minute</item>
Expand Down
5 changes: 4 additions & 1 deletion ugglite/Calendar.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@
<string name="edit_event_confirm_message">Discard changes?</string>
<string name="edit_event_countdown_name_empty_hint">Enter event name</string>
<string name="edit_event_countdown_name_hint">Event</string>
<string name="edit_event_custom_reminder_time_dup">Custom reminder: %1$s</string>
<string name="edit_event_custom_reminder_title">Set custom reminder</string>
<string name="edit_event_dislike_title">您取消日程创建的原因?</string>
<string name="edit_event_from_label">From</string>
<string name="edit_event_input_year">Enter year</string>
Expand Down Expand Up @@ -267,7 +269,8 @@
<string name="event_info_where">Where</string>
<string name="event_lunar_month">月</string>
<string name="event_reminder_allday_day_zero">On that day at %2$s</string>
<string name="event_reminder_value_zero">Before the event</string>
<string name="event_reminder_custom">Custom</string>
<string name="event_reminder_value_zero">When event starts</string>
<string name="event_title">Title</string>
<string name="event_view">View event</string>
<string name="every_weekday">Monday to Friday</string>
Expand Down
3 changes: 3 additions & 0 deletions ugglite/CloudBackup.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Note: Data for apps you've installed won't be backed up to Mi Cloud."</string>
<string name="error_retry_later">"Couldn't complete action. Wait a minute or two and try again…"</string>
<string name="error_unknown">Something went wrong</string>
<string name="get_device_id_error">"Couldn't get device ID"</string>
<string name="hint_restore_cross_space">Home screen layout might be displayed incorrectly if you transfer items between spaces.</string>
<string name="home_hint_global_launcher">POCO Launcher</string>
<string name="home_hint_other_launcher">Other launcher</string>
<string name="home_restore_error">"Couldn't restore Home screen"</string>
Expand Down Expand Up @@ -203,6 +204,7 @@ Check your network settings and try again."</string>
<string name="restoring_file_title_no_progress">Restoring files…</string>
<string name="restoring_settings">Restoring Settings…</string>
<string name="retry">Retry</string>
<string name="selected">Selected</string>
<string name="self_device_main_space">"This phone's First space"</string>
<string name="self_device_second_space">"This phone's Second space"</string>
<string name="settings_backup">System settings</string>
Expand All @@ -216,6 +218,7 @@ Check your network settings and try again."</string>
<string name="total_space">Total space: %s</string>
<string name="try_again">Tap to try again</string>
<string name="try_continue">Tap to continue</string>
<string name="unselected">Not selected</string>
<string name="unsupported_home">Update MIUI to the latest version.</string>
<string name="wait_icon_download">Downloading app icons</string>
<string name="xiaomi_account_type">com.xiaomi</string>
Expand Down
31 changes: 31 additions & 0 deletions ugglite/EasterEgg.apk/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="food_names">
<item>Empty dish</item>
<item>Bits</item>
<item>Fish</item>
<item>Chicken</item>
<item>Treat</item>
</string-array>
<array name="food_icons">
<item>@drawable/food_dish</item>
<item>@drawable/food_bits</item>
<item>@drawable/food_sysuituna</item>
<item>@drawable/food_chicken</item>
<item>@drawable/food_donut</item>
</array>
<integer-array name="food_intervals">
<item>0</item>
<item>15</item>
<item>30</item>
<item>60</item>
<item>120</item>
</integer-array>
<integer-array name="food_new_cat_prob">
<item>0</item>
<item>5</item>
<item>35</item>
<item>65</item>
<item>90</item>
</integer-array>
</resources>
10 changes: 10 additions & 0 deletions ugglite/EasterEgg.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Android Easter Egg</string>
<string name="confirm_delete">Forget %s?</string>
<string name="default_cat_name">Cat #%s</string>
<string name="default_tile_name">\????</string>
<string name="directory_name">Cats</string>
<string name="notification_name">Android Neko</string>
<string name="notification_title">A cat is here.</string>
</resources>
3 changes: 1 addition & 2 deletions ugglite/MiGalleryLockscreen.apk/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="feature_desc">
<item>Morning greetings: Subscribe to receive your greetings every morning.</item>
<item>Combine default Lock screen with custom themes to be able to use Wallpaper Carousel.</item>
<item>修复了一些已知问题</item>
</string-array>
<string-array name="alphabet_table">
<item>\#</item>
Expand Down
8 changes: 8 additions & 0 deletions ugglite/MiGalleryLockscreen.apk/res/values/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<item quantity="other">%d articles on this topic</item>
<item quantity="one">%d article on this topic</item>
</plurals>
<plurals name="llks_tools_remote_control_data">
<item quantity="other">%d items</item>
<item quantity="one">%d item</item>
</plurals>
<plurals name="llks_tools_smart_devices_data">
<item quantity="other">%d devices</item>
<item quantity="one">%d device</item>
</plurals>
<plurals name="lockscreen_magazine_subscribe">
<item quantity="other">%1$s people subscribed</item>
<item quantity="one">%1$s person subscribed</item>
Expand Down
19 changes: 19 additions & 0 deletions ugglite/MiGalleryLockscreen.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@
<string name="liked">Added to favorites</string>
<string name="lks_left_net_deny">Network connection is restricted</string>
<string name="lks_left_net_error">"Couldn't connect to the network."</string>
<string name="lks_left_top_notice">Tap here to go back to the top</string>
<string name="lks_left_top_notice_refresh">Tap to view new items</string>
<string name="lks_logo_desc2">Fresh wallpapers daily</string>
<string name="lks_subscription_toast">Changed wallpaper successfully</string>
<string name="llks_pop_btm_des">Start your day with a smile</string>
Expand All @@ -205,6 +207,16 @@
<string name="llks_pop_top_des_backup">Delivered to your screen daily</string>
<string name="llks_pop_top_title">New wallpapers</string>
<string name="llks_pop_top_title_backup">Fresh images</string>
<string name="llks_setting_view_title">Additional screen</string>
<string name="llks_simple_mode">Lite mode</string>
<string name="llks_simple_mode_desc">Simplified layout and additional shortcuts</string>
<string name="llks_standard_mode">Default</string>
<string name="llks_standard_mode_desc">Wallpapers, stories, and daily recommendations</string>
<string name="llks_tools_gallery_name">Wallpaper Carousel</string>
<string name="llks_tools_nfc_data">%s CNY</string>
<string name="llks_tools_nfc_name">NFC</string>
<string name="llks_tools_remote_control_name">Mi Remote</string>
<string name="llks_tools_smart_devices_name">Mi Home</string>
<string name="load_hdpicture_complete">Loaded original image successfully</string>
<string name="loading">&lt;CDATA&gt;Just a sec&amp;#8230;&lt;/CDATA&gt;</string>
<string name="lock_screen_date">EEEE, MMMM d</string>
Expand Down Expand Up @@ -389,20 +401,26 @@
<string name="sst_wifi_only_desc">Turn off to update wallpapers over Wi-Fi only</string>
<string name="sst_wifi_only_title">Update wallpapers using mobile data</string>
<string name="status_bar_notification_info_overflow">999+</string>
<string name="subscribe_apply_wp">Applied Lock screen wallpaper successfully</string>
<string name="subscribe_dlg_content">Subscribe to get fresh wallpapers delivered to your Lock screen daily and receive morning greetings.</string>
<string name="subscribe_item_checked">Subscribed</string>
<string name="subscribe_item_unchecked">Unsubscribed</string>
<string name="summary">"Agree to our &lt;a href='%s'&gt;Privacy Policy&lt;/a&gt; to view online content. If you disagree, local wallpapers will still be available."</string>
<string name="summary2">"By using this feature, you're agreeing to our &lt;a href ='%1$s'&gt;User Agreement&lt;/a&gt; and &lt;a href='%2$s'&gt;Privacy Policy&lt;/a&gt;. This feature needs to connect to the internet to work normally.​"</string>
<string name="summary_international">"By using this feature, you're agreeing to our &lt;a href ='%1$s'&gt;User Agreement&lt;/a&gt; and &lt;a href='%2$s'&gt;Privacy Policy&lt;/a&gt;. This feature needs to connect to the internet to work normally.​"</string>
<string name="tab_user_title_bar_text">Settings</string>
<string name="theme_apply_failured">"Couldn't apply, try again later"</string>
<string name="theme_apply_lockscreen_success">Applied successfully</string>
<string name="theme_apply_success">Applied successfully</string>
<string name="theme_applying">Applying…</string>
<string name="theme_close_maml">Wallpaper Carousel images will replace Lock screen wallpaper.</string>
<string name="theme_des">Apply default theme and turn on Wallpaper Carousel again.</string>
<string name="theme_des_lock_style">Apply default Lock screen and turn on Wallpaper Carousel again.</string>
<string name="theme_des_maml">"Other components of the current theme won't be affected. The theme will be refreshed to apply changes."</string>
<string name="theme_ok">Settings</string>
<string name="theme_title">Switch to default theme</string>
<string name="theme_title_lock_style">Switch to default Lock screen</string>
<string name="theme_title_subscribe">Subscribe to Wallpaper Carousel</string>
<string name="ticket_hint">Verification code</string>
<string name="ticket_invalid">The code you entered is incorrect</string>
<string name="ticket_sign_in">Sign in via SMS</string>
Expand All @@ -411,6 +429,7 @@
<string name="toast_ad_down_tip2">Downloading %s…</string>
<string name="toast_load_hd_fail">"Couldn't load original image"</string>
<string name="toast_neterror_tip">A network error occurred</string>
<string name="toast_update_no_more_newest_feeds">No new items for now</string>
<string name="top_search_tip">Search for the categories you like</string>
<string name="uninstall_introducation_text_desc">Wallpaper Carousel delivers new quality images directly to your Lock screen. Make sure you can do without its features before you uninstall the app.</string>
<string name="uninstall_introduction_text_title">About Wallpaper Carousel</string>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<string name="catch_full_log_item_title_wifi">Wi-Fi and Mi Drop</string>
<string name="catch_full_log_notification_content">Tap to go back to logs</string>
<string name="catch_full_log_notification_title">Generating log…</string>
<string name="catch_full_log_privacy_content_audio">"You're generating logs and saving them on your device. The logs may contain the information about the audio on your device, including playback history and recording history. Be careful and don't disclose these logs to other people. By tapping \"Agree\" below, you're agreeing that we'll collect the above data while generating logs, and then upload the logs to our servers in order to locate and solve the issues you report."</string>
<string name="catch_full_log_privacy_content_bt">"You're generating logs and saving them on your device. The logs may contain Bluetooth device usage info (including call history, messages, transferred files etc.). Be careful and don't disclose these logs to other people. By tapping \"Agree\" below, you're agreeing that we'll collect the above data while generating logs, and then upload the logs to our servers in order to locate and solve the issues you report."</string>
<string name="catch_full_log_privacy_content_gps">"You're generating logs and saving them on your device. The logs may contain your personal info and location info. Be careful and don't disclose these logs to other people. By tapping \"Agree\" below, you're agreeing that we'll collect the above data while generating logs, and then upload the logs to our servers in order to locate and solve the issues you report."</string>
<string name="catch_full_log_privacy_content_sensor">"You're generating logs and saving them on your device. The logs may contain the information collected by your device's sensors (including ambient light sensor, barometer, pedometer, magnetometer, etc.). Be careful and don't disclose these logs to other people. By tapping \"Agree\" below, you're agreeing that we'll collect the above data while generating logs, and then upload the logs to our servers in order to locate and solve the issues you report."</string>
<string name="catch_full_log_privacy_content_signal">"You're generating logs and saving them on your device. The logs may contain your messages, call history, network info, and communication data. Be careful and don't disclose these logs to other people. By tapping \"Agree\" below, you're agreeing that we'll collect the above data while generating logs, and then upload the logs to our servers in order to locate and solve the issues you report."</string>
<string name="catch_full_log_privacy_content_wifi">"You're generating logs and saving them on your device. The logs may contain your personal info, location info, as well as the IP and MAC addresses of your device. If you're connected to an unencrypted Wi-Fi network, we might also be able to access parts of your communication data. Be careful and don't disclose these logs to other people. By tapping \"Agree\" below, you're agreeing that we'll collect the above data while generating logs, and then upload the logs to our servers in order to locate and solve the issues you report."</string>
<string name="catch_full_log_start_dump_hprof">Generate lagging log</string>
<string name="catch_full_log_submit_directly">Submit</string>
<string name="close_feedback_main">Hide</string>
Expand Down Expand Up @@ -530,7 +536,7 @@ To activate your account, follow the
<string name="toast_report_copied_to_clipboard">Report copied to clipboard</string>
<string name="toast_report_sent_failed">"Can't send report"</string>
<string name="toast_report_sent_succeed">Report has been sent</string>
<string name="toast_screenshot_too_large">"Can't upload images or videos bigger than 10MB."</string>
<string name="toast_screenshot_too_large">"Can't upload images or videos bigger than 100MB."</string>
<string name="toast_third_packagename_required">Enter app name</string>
<string name="toast_title_required">Describe your issue</string>
<string name="topic_author">1#</string>
Expand Down
4 changes: 4 additions & 0 deletions ugglite/MiuiGallery.apk/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<item>male</item>
<item>female</item>
</string-array>
<string-array name="backup_automatically_key_words">
<item>Back up photos</item>
<item>Sync photos with Mi Cloud</item>
</string-array>
<integer-array name="backup_pause_hours">
<item>2</item>
<item>12</item>
Expand Down
Loading

0 comments on commit 321dc2e

Please sign in to comment.