Skip to content

Commit

Permalink
XML 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbrzy committed Jan 2, 2019
1 parent 6225069 commit 2e47795
Show file tree
Hide file tree
Showing 14 changed files with 117 additions and 39 deletions.
4 changes: 4 additions & 0 deletions sagit/Calculator.apk/res/values/plurals.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="entries">
<item quantity="other">%d items</item>
<item quantity="one">%d item</item>
</plurals>
<plurals name="mortgage_summary_years">
<item quantity="other">%1$d years (%2$d months)</item>
<item quantity="one">%1$d year (%2$d months)</item>
Expand Down
17 changes: 16 additions & 1 deletion sagit/Calculator.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<string name="cancel">Cancel</string>
<string name="check_phone_error_title">Sync is off</string>
<string name="check_phone_io_error">"Can't connect to the network"</string>
<string name="children_education">"Children's education"</string>
<string name="chinese_character_cross_check">互查</string>
<string name="chinese_character_daughter">女</string>
<string name="chinese_character_elder_brother">兄</string>
Expand Down Expand Up @@ -441,6 +442,9 @@
<string name="error_unauthorized">Sync has been turned off due to too many sign-in attempts.</string>
<string name="evening">PM</string>
<string name="exit">Exit</string>
<string name="extra_deduction_instruction">Deduction details</string>
<string name="extra_deduction_tips">Tap the button in the upper corner of the screen to view deduction details.</string>
<string name="extra_deduction_title">Additional deductions</string>
<string name="factorial">!</string>
<string name="factorialDesc">factorial</string>
<string name="far_relationship_result">关系有点远,年长就叫老祖宗,同龄人就叫美女帅哥吧~</string>
Expand Down Expand Up @@ -506,6 +510,7 @@
<string name="from_unit_short">km/h</string>
<string name="fund"/>
<string name="fund_loan">Fund loan</string>
<string name="further_education">Further education</string>
<string name="gay_other_search_result">暂时不支持同性婚姻称呼查询,怎么称呼你决定~</string>
<string name="gay_search_result">是男是女不重要,是你就好</string>
<string name="global_network_confirm_content">Currency converter needs to connect to the internet to work normally.</string>
Expand Down Expand Up @@ -534,7 +539,10 @@
<string name="heavenly_stems_wu">戊</string>
<string name="heavenly_stems_xin">辛</string>
<string name="heavenly_stems_yi">乙</string>
<string name="help_content_desc">Help</string>
<string name="home_loan">Mortgage interest</string>
<string name="home_title_calculator">Calculator</string>
<string name="house_rent">Rent</string>
<string name="husband">丈夫</string>
<string name="hybrid_provider">Provided by %1$s</string>
<string name="im">IM</string>
Expand Down Expand Up @@ -566,9 +574,11 @@
<string name="lg">lg</string>
<string name="lgDesc">logarithm</string>
<string name="lg_mathematical_value">lg</string>
<string name="license_host_unreachable">"Couldn't connect to the network. Check your network settings and try again."</string>
<string name="ln">ln</string>
<string name="lnDesc">natural logarithm</string>
<string name="ln_mathematical_value">ln</string>
<string name="loading">Just a sec…</string>
<string name="loading_fail_message_no_network">"Couldn't connect to the network. Tap here to try again."</string>
<string name="loading_fail_refresh">Refresh</string>
<string name="loading_message">Loading app…</string>
Expand All @@ -588,6 +598,7 @@
<string name="loan_repayment_detail_loading">Loading detailed repayment…</string>
<string name="loan_repayment_detail_unit">Detailed repayment (CNY)</string>
<string name="loan_unit">(×10K)</string>
<string name="medical_treatment">Medical treatment</string>
<string name="menuDesc">menu</string>
<string name="midnight">AM</string>
<string name="minus">−</string>
Expand Down Expand Up @@ -669,6 +680,7 @@
<string name="mortgage_tab_commercial_loan">Commercial</string>
<string name="mortgage_years_amount">Mortgage period</string>
<string name="mother">妈妈</string>
<string name="mt_max">The amount you entered is too big</string>
<string name="mul">×</string>
<string name="mulDesc">multiply</string>
<string name="name">Name</string>
Expand All @@ -679,6 +691,7 @@
<string name="night">PM</string>
<string name="no_network">"Can't connect to the network"</string>
<string name="no_sim">No SIM card detected.</string>
<string name="none">None</string>
<string name="noon">PM</string>
<string name="not_supported_due_to_language">This feature is only available for the Chinese language</string>
<string name="note">Note</string>
Expand Down Expand Up @@ -800,6 +813,7 @@
<string name="sunday">Sunday</string>
<string name="sunday_short">Sun</string>
<string name="sunday_shortest">S</string>
<string name="support_elder">Support for the elderly</string>
<string name="switchDesc">Switch</string>
<string name="sync_one_time_sync">Tap to sync ( %1$s )</string>
<string name="tab_title_calculator">Calculator</string>
Expand Down Expand Up @@ -844,7 +858,7 @@
<string name="tax_location">Location</string>
<string name="tax_medical">Medical</string>
<string name="tax_param_error">Enter correct insurance rates</string>
<string name="tax_rate_provider">Data provided by hexun.com and East Money</string>
<string name="tax_rate_provider">Calculated according to the new tax regulations. Data is provided by hexun.com and East Money.</string>
<string name="tax_result_real_get">After tax</string>
<string name="tax_social_insurance">Social insurance</string>
<string name="tax_thershold_foreign">%s (Foreign nationals)</string>
Expand Down Expand Up @@ -1210,6 +1224,7 @@
<string name="unit_year">Y</string>
<string name="unit_year_format">Year %s</string>
<string name="unit_yuan">CNY</string>
<string name="updating">Updating calculator…</string>
<string name="user_agreement">User Agreement</string>
<string name="user_manual">User guide</string>
<string name="voiceDesc">Voice controls</string>
Expand Down
14 changes: 7 additions & 7 deletions sagit/Calendar.apk/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@
<item>This and future events</item>
<item>All events</item>
</string-array>
<string-array name="edit_event_dislike">
<item>No event type I want to create</item>
<item>More Settings</item>
<item>Some Settings cannot be determined</item>
<item>Just look around</item>
<item>"Don't tell you"</item>
</string-array>
<string-array name="english_premium_league">
<item>4</item>
<item>@string/english_premium_league</item>
Expand Down Expand Up @@ -327,6 +320,13 @@
<item>Transparent</item>
<item>White background</item>
</string-array>
<string-array name="edit_event_dislike">
<item>没有我想创建的事件类型</item>
<item>设置项有点多,懒得填写</item>
<item>有些设置信息无法确定</item>
<item>只是随便看看</item>
<item>不告诉你</item>
</string-array>
<array name="global_football_match">
<item>@array/english_premium_league</item>
<item>@array/serie_a</item>
Expand Down
3 changes: 3 additions & 0 deletions sagit/Calendar.apk/res/values/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,7 @@
<item quantity="other">%1$d天前</item>
<item quantity="one">%1$d天前</item>
</plurals>
<plurals name="feed_list_dislike_title">
<item quantity="other">已选%1$d个理由</item>
</plurals>
</resources>
74 changes: 55 additions & 19 deletions sagit/Calendar.apk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<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_dislike_title">Why did you cancel?</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>
<string name="edit_event_label">Details</string>
Expand Down Expand Up @@ -220,7 +220,7 @@
<string name="empty_event">"Can't create empty events"</string>
<string name="english_premium_league">English premier league</string>
<string name="event_account">Account</string>
<string name="event_action_arrive_station">Arrive station</string>
<string name="event_action_arrive_station">Destination</string>
<string name="event_action_delete">Delete</string>
<string name="event_action_edit">Edit</string>
<string name="event_all_day_label">All day</string>
Expand Down Expand Up @@ -248,6 +248,34 @@
<string name="event_title">Title</string>
<string name="event_view">View event</string>
<string name="every_weekday">Every weekday (Mon–Fri)</string>
<string name="feed_actionbar_day">日</string>
<string name="feed_close_open_feed">开启今日关注</string>
<string name="feed_dislike_reason">不感兴趣</string>
<string name="feed_guide_dialog_title">选择感兴趣频道</string>
<string name="feed_guide_setting_close">关闭今日关注</string>
<string name="feed_guide_setting_mananger">更多订阅频道</string>
<string name="feed_guide_subscribe">立即开启</string>
<string name="feed_guide_subscribe_failed">开启失败</string>
<string name="feed_guide_subscribe_msg">至少选择一个频道</string>
<string name="feed_guide_tips">开启后,每日可查看订阅频道的新鲜事</string>
<string name="feed_guide_title">选择喜欢的频道,即刻发现新鲜事</string>
<string name="feed_list_close_confirm">确定</string>
<string name="feed_list_close_title">可选理由,精准屏蔽</string>
<string name="feed_list_loading_hint">正在载入…</string>
<string name="feed_list_pull_to_refresh_hint">下拉刷新…</string>
<string name="feed_list_push_to_load_hint">上拉加载…</string>
<string name="feed_list_release_to_load_hint">放开加载…</string>
<string name="feed_list_release_to_refresh_hint">放开刷新…</string>
<string name="feed_list_tips_none">暂无新鲜事,稍后再试</string>
<string name="feed_list_tips_success">已更新%1$d条新鲜事</string>
<string name="feed_manager_edit">编辑</string>
<string name="feed_manager_ok">完成</string>
<string name="feed_manager_subscribed">我的订阅</string>
<string name="feed_manager_subscribed_empty_msg">暂未订阅频道,赶紧订阅吧</string>
<string name="feed_manager_title">订阅感兴趣的频道</string>
<string name="feed_manager_unsubscribed">推荐频道</string>
<string name="feed_manager_unsubscribed_empty_msg">敬请期待更多精彩频道</string>
<string name="feed_title">今日关注</string>
<string name="festival_detail_title">Festival</string>
<string name="flight_check_in">航班值机</string>
<string name="flight_check_in_done">已值机</string>
Expand Down Expand Up @@ -608,6 +636,14 @@ Check network settings and try again."</string>
<string name="setting_title_about">About</string>
<string name="setting_title_debug">导出日志</string>
<string name="setting_title_holiday_display">Show holidays</string>
<string name="setting_title_limit_card_desc">位于日历首页的倒班助手卡片,该服务需要联网</string>
<string name="setting_title_limit_card_display">显示限行服务</string>
<string name="setting_title_lottery_card_desc">位于日历首页的彩票开奖卡片,该服务需要联网</string>
<string name="setting_title_lottery_card_display">彩票开奖服务</string>
<string name="setting_title_shift_card_desc">位于日历首页的倒班助手卡片,该服务需要联网</string>
<string name="setting_title_shift_card_display">显示倒班助手</string>
<string name="setting_title_weather_card_desc">位于日历首页的天气卡片,该服务需要联网</string>
<string name="setting_title_weather_card_display">显示天气服务</string>
<string name="setting_title_yiji_display">显示黄历宜忌</string>
<string name="setting_toast_dump_mylog_done">生成成功,您的日志在文件管理器\"手机/MIUI/debug_log/com.android.calendar/dump\"文件夹下</string>
<string name="setting_user_experience">用户体验计划</string>
Expand Down Expand Up @@ -707,24 +743,24 @@ You can also add reminders so you don't miss anything important."</string>
<string name="too_long_location">Location name is too long</string>
<string name="too_long_name">Name is too long</string>
<string name="train_detail_title">火车行程</string>
<string name="train_event_add_arrive_station">Click to add destination</string>
<string name="train_event_arrive">%1$s arrive</string>
<string name="train_event_arrive_station_saved">Arrive station saved</string>
<string name="train_event_choose_arrive_station">Choose arrive station</string>
<string name="train_event_add_arrive_station">Tap to add destination</string>
<string name="train_event_arrive">Arrives at %1$s</string>
<string name="train_event_arrive_station_saved">Saved destination successfully</string>
<string name="train_event_choose_arrive_station">Select destination</string>
<string name="train_event_delete_successfully">火车行程删除成功</string>
<string name="train_event_depart">%1$s depart</string>
<string name="train_event_disclaimer">"Disclaimer: data and service is provided by GaoTieGuanJia. If there is a problem, consult the company's customer service. Train information is for reference only, please refer to the official information."</string>
<string name="train_event_error_toast">Sorry, load failed!</string>
<string name="train_event_error_train_info">Train ticket is error.</string>
<string name="train_event_more_info">Train punctuality or late,train Wi-Fi and more</string>
<string name="train_event_reminder">%1$s</string>
<string name="train_event_service">Train servce</string>
<string name="train_event_station_date_format">MM-dd</string>
<string name="train_event_station_header_arrive_time">Arrival</string>
<string name="train_event_station_header_depart_time">Departure</string>
<string name="train_event_station_header_name">Station name</string>
<string name="train_event_station_header_stay_time">Stay</string>
<string name="train_event_station_stay_time">%1$s minutes</string>
<string name="train_event_depart">Departs at %1$s</string>
<string name="train_event_disclaimer">"Disclaimer: All information about trains and services is provided by the railroad company. You can contact the railroad comany's customer support if you have any questions. Train information is provided for your reference only. Refer to the official website of the railroad company for the latest updates and adjustments."</string>
<string name="train_event_error_toast">"Couldn't load info"</string>
<string name="train_event_error_train_info">"Couldn't verify ticket"</string>
<string name="train_event_more_info">Scheduling, Wi-Fi, etc.</string>
<string name="train_event_reminder">Remind %1$s in advance</string>
<string name="train_event_service">Train services</string>
<string name="train_event_station_date_format">MM/dd</string>
<string name="train_event_station_header_arrive_time">Arrives</string>
<string name="train_event_station_header_depart_time">Departs</string>
<string name="train_event_station_header_name">Station</string>
<string name="train_event_station_header_stay_time">Stop time</string>
<string name="train_event_station_stay_time">%1$s min</string>
<string name="train_event_station_time_format">HH:mm</string>
<string name="travel_airport">Airport</string>
<string name="travel_carriage_number_text">Car</string>
Expand Down
Loading

0 comments on commit 2e47795

Please sign in to comment.