Automatic translation import

Change-Id: I593d19fa09ae2605d05aa0a38029691d3653821b
This commit is contained in:
Michael Bestas
2018-04-20 00:56:08 +03:00
parent 569d9a2c51
commit 75c31f3274
104 changed files with 704 additions and 370 deletions

View File

@@ -22,6 +22,12 @@
WARNING: The application can and will delete any unknown file. -->
<!-- Directory where the downloads will be exported to.
The path is relative to the root of the external storage.-->
<!--
Optional placeholders replaced at runtime:
{device} - Device name
{type} - Build type
{incr} - Incremental version
-->
<string name="verification_failed_notification">验证失败</string>
<string name="verifying_download_notification">正在验证更新</string>
<string name="downloading_notification">下载中</string>
@@ -47,7 +53,6 @@
<string name="menu_copy_url">复制网址</string>
<string name="menu_export_update">导出更新</string>
<string name="menu_show_changelog">显示更新日志</string>
<string name="dialog_checking_for_updates">正在检查更新</string>
<string name="snack_updates_found">找到新更新</string>
<string name="snack_no_updates_found">没有找到新的更新</string>
<string name="snack_updates_check_failed">检查更新失败。 请您检查您的网络连接并稍后重试。</string>
@@ -60,17 +65,9 @@
<string name="header_last_updates_check">最后检查: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
<string name="list_download_progress"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g><xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g></string>
<string name="list_download_progress_eta"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g><xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> - <xliff:g id="duration" example="3 minutes">%3$s</xliff:g> 剩余</string>
<string name="list_verifying_update">正在验证更新</string>
<string name="list_no_updates">未找到更新。要手动检查更新,请使用刷新按钮。</string>
<string name="action_description_download">下载</string>
<string name="action_description_pause">暂停下载</string>
<string name="action_description_resume">继续下载</string>
<string name="action_description_install">安装更新</string>
<string name="action_description_info">显示信息</string>
<string name="action_description_delete">删除更新</string>
<string name="action_description_cancel">取消安装</string>
<string name="action_download">下载</string>
<string name="confirm_delete_dialog_title">删除文件</string>
<string name="confirm_delete_dialog_message">您确定要删除选择的更新文件?</string>
<string name="apply_update_dialog_title">应用更新</string>