Skip to content

Commit

Permalink
Updated to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyafeng committed Dec 22, 2021
1 parent 2096c0a commit 169982d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<string name="data_form_data">表单数据</string>
<string name="data_history">历史</string>
<string name="data_storage">网页存储</string>
<string name="data_cookies">Cookies</string>
<string name="data_cookies">Cookies (登录状态)</string>
<string name="data_cleared">数据已清除</string>
<string name="sync_desc">账号不存在将自动创建</string>
<string name="settings_skin">定制</string>
Expand Down Expand Up @@ -477,5 +477,17 @@
<string name="do_not_sell_or_share">不出售或分享数据</string>
<string name="do_not_sell_or_share_description">请求网站不出售或分享我的数据以保护隐私 (实验性)</string>
<string name="email_me">通过邮件联系我</string>
<string name="scan_qr_code">扫描二维码</string>
<string name="scan_qr_code_from_image">扫描图片中的二维码</string>
<string name="switch_flash">开关闪光灯</string>
<string name="qr_code_scan_result">二维码扫描结果</string>
<string name="qr_code_not_detected">未检测到二维码</string>
<string name="save_qr_code_successfully">二维码已保存到相册</string>
<string name="description_with_number">%1$s (%2$d)</string>
<string name="last_hour">过去一小时</string>
<string name="today_and_yesterday">今天和昨天</string>
<string name="last_seven_days">过去 7 天</string>
<string name="all_time">所有时间</string>
<string name="delete_history_from">清除浏览历史</string>

</resources>
14 changes: 13 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<string name="data_form_data">Form data</string>
<string name="data_history">History</string>
<string name="data_storage">Web storage</string>
<string name="data_cookies">Cookies</string>
<string name="data_cookies">Cookies (Login status)</string>
<string name="data_cleared">Data cleared</string>

<string name="sync_desc">An account will be created if it doesn\'t exist.</string>
Expand Down Expand Up @@ -499,5 +499,17 @@
<string name="do_not_sell_or_share">Do not sell or share data</string>
<string name="do_not_sell_or_share_description">Require the website not to sell or share my data to protect privacy (experimental)</string>
<string name="email_me">Email me</string>
<string name="scan_qr_code">Scan QR code</string>
<string name="scan_qr_code_from_image">Scan QR code from image</string>
<string name="switch_flash">Switch flash</string>
<string name="qr_code_scan_result">QR code scan result</string>
<string name="qr_code_not_detected">QR code not detected</string>
<string name="save_qr_code_successfully">The QR code has been saved to the gallery</string>
<string name="description_with_number">%1$s (%2$d)</string>
<string name="last_hour">The last hour</string>
<string name="today_and_yesterday">Today and yesterday</string>
<string name="last_seven_days">Last 7 days</string>
<string name="all_time">All time</string>
<string name="delete_history_from">Delete history from</string>

</resources>

0 comments on commit 169982d

Please sign in to comment.