61 lines
5.8 KiB
XML
61 lines
5.8 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
|||
|
|
|||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|||
|
you may not use this file except in compliance with the License.
|
|||
|
You may obtain a copy of the License at
|
|||
|
|
|||
|
http://www.apache.org/licenses/LICENSE-2.0
|
|||
|
|
|||
|
Unless required by applicable law or agreed to in writing, software
|
|||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
|
See the License for the specific language governing permissions and
|
|||
|
limitations under the License.
|
|||
|
-->
|
|||
|
|
|||
|
<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
|||
|
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|||
|
<string name="app_label" msgid="5264040740662487684">"内容下载管理器"</string>
|
|||
|
<string name="storage_description" msgid="169690279447532621">"下载内容"</string>
|
|||
|
<string name="permlab_downloadManager" msgid="4241473724446132797">"访问下载管理器。"</string>
|
|||
|
<string name="permdesc_downloadManager" msgid="5562734314998369030">"允许该应用使用下载管理器并通过它下载文件。恶意应用可能会借此中断下载并访问私人信息。"</string>
|
|||
|
<string name="permlab_downloadManagerAdvanced" msgid="2225663947531460795">"高级下载管理器功能。"</string>
|
|||
|
<string name="permdesc_downloadManagerAdvanced" msgid="3902478062563030716">"允许该应用使用下载管理器的高级功能。恶意应用可能会借此中断下载并访问私人信息。"</string>
|
|||
|
<string name="permlab_downloadCompletedIntent" msgid="2674407390116052956">"发送下载通知。"</string>
|
|||
|
<string name="permdesc_downloadCompletedIntent" msgid="3384693829639860032">"允许该应用发送下载已完成的通知。恶意应用可能借此伪装成其他下载文件的应用。"</string>
|
|||
|
<string name="permlab_downloadCacheNonPurgeable" msgid="4538031250425141333">"保留下载缓存中的空间"</string>
|
|||
|
<string name="permdesc_downloadCacheNonPurgeable" msgid="3071381088686444674">"允许该应用将文件下载到下载缓存中(系统不会因下载管理器需要更多空间而自动删除下载缓存中的内容)。"</string>
|
|||
|
<string name="permlab_downloadWithoutNotification" msgid="4877101864770265405">"直接下载文件而不显示通知"</string>
|
|||
|
<string name="permdesc_downloadWithoutNotification" msgid="7699189763226483523">"允许该应用在不向用户显示任何通知的情况下通过下载管理器下载文件。"</string>
|
|||
|
<string name="permlab_accessAllDownloads" msgid="8227356876527248611">"访问所有系统下载内容"</string>
|
|||
|
<string name="permdesc_accessAllDownloads" msgid="7541731738152145079">"允许该应用查看和修改系统上的任意应用下载的所有内容。"</string>
|
|||
|
<string name="download_unknown_title" msgid="1017800350818840396">"<未命名>"</string>
|
|||
|
<string name="notification_download_complete" msgid="466652037490092787">"下载已完成。"</string>
|
|||
|
<string name="notification_download_failed" msgid="3932167763860605874">"下载失败。"</string>
|
|||
|
<string name="notification_need_wifi_for_size" msgid="4743443900432303646">"文件过大,需要通过WLAN网络下载。"</string>
|
|||
|
<string name="notification_paused_in_background" msgid="6393408819031041778">"已在后台暂停。"</string>
|
|||
|
<string name="wifi_required_title" msgid="7266700488421122218">"文件太大,不适于通过运营商网络下载"</string>
|
|||
|
<string name="wifi_required_body" msgid="4005023496578941958">"您必须使用WLAN完成此内容 (<xliff:g id="SIZE">%1$s </xliff:g>) 的下载。\n\n触摸“<xliff:g id="QUEUE_TEXT">%2$s </xliff:g>”可在下次连接到WLAN网络时开始下载此内容。"</string>
|
|||
|
<string name="wifi_recommended_title" msgid="6488158053932133804">"稍后再加入下载队列吗?"</string>
|
|||
|
<string name="wifi_recommended_body" msgid="8710820743211704403">"立即开始下载此内容 (<xliff:g id="SIZE">%1$s </xliff:g>) 可能会缩短电池的使用时间并/或导致过量使用移动数据连接流量(这可能导致移动运营商向您收费,具体取决于您的流量套餐)。\n\n触摸“<xliff:g id="QUEUE_TEXT">%2$s</xliff:g>”可在下次连接到WLAN网络时开始下载此内容。"</string>
|
|||
|
<string name="button_queue_for_wifi" msgid="6650185573566994738">"排队"</string>
|
|||
|
<string name="button_cancel_download" msgid="4135046775536601831">"取消"</string>
|
|||
|
<string name="button_start_now" msgid="3817100969365441730">"立即开始"</string>
|
|||
|
<plurals name="notif_summary_active" formatted="false" msgid="8652501374845637331">
|
|||
|
<item quantity="other">正在下载 <xliff:g id="NUMBER">%d</xliff:g> 个文件</item>
|
|||
|
<item quantity="one">正在下载 1 个文件</item>
|
|||
|
</plurals>
|
|||
|
<plurals name="notif_summary_waiting" formatted="false" msgid="1782251721955177526">
|
|||
|
<item quantity="other">正在等待下载 <xliff:g id="NUMBER">%d</xliff:g> 个文件</item>
|
|||
|
<item quantity="one">正在等待下载 1 个文件</item>
|
|||
|
</plurals>
|
|||
|
<string name="download_remaining" msgid="2313089371178695625">"剩余时间:<xliff:g id="DURATION">%s</xliff:g>"</string>
|
|||
|
<string name="download_no_application_title" msgid="5780812573953335721">"无法打开文件"</string>
|
|||
|
<string name="root_downloads" msgid="8380500940211778491">"下载"</string>
|
|||
|
<string name="download_queued" msgid="3383844741769045371">"已加入队列"</string>
|
|||
|
<string name="download_running" msgid="774654178925442490">"正在下载"</string>
|
|||
|
<string name="download_error" msgid="1857737890005386798">"失败"</string>
|
|||
|
<string name="download_running_percent" msgid="3492753569359254730">"下载中:<xliff:g id="PERCENTAGE">%s</xliff:g>"</string>
|
|||
|
</resources>
|