71 lines
4.4 KiB
XML
71 lines
4.4 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_name" msgid="5955735546071433666">"录音机"</string>
|
|
<string name="record_your_message" msgid="1583671906691662148">"录下您的留言"</string>
|
|
<string name="message_recorded" msgid="381539460921872233">"信息已录制"</string>
|
|
<string name="review_message" msgid="201616012287839474">"查看信息"</string>
|
|
<string name="recording" msgid="4426791467211376099">"录音"</string>
|
|
<string name="recording_stopped" msgid="1580278719585249612">"录音停止"</string>
|
|
<string name="storage_is_full" msgid="416039755956726221">"存储空间已满"</string>
|
|
<string name="max_length_reached" msgid="6398215743584093353">"已达到长度上限"</string>
|
|
<string name="insert_sd_card" product="nosdcard" msgid="4609407750669086933">"装载USB存储设备"</string>
|
|
<string name="insert_sd_card" product="default" msgid="1007630222084726808">"请插入SD卡"</string>
|
|
<string name="min_available" msgid="5493947690062988925">"还剩<xliff:g id="MINUTES">%d</xliff:g>分钟"</string>
|
|
<string name="sec_available" msgid="2297020788861694399">"还剩<xliff:g id="SECONDS">%d</xliff:g>秒"</string>
|
|
<string name="min_sec_available" >"还剩 %1$d 分钟 %2$d 秒"</string>
|
|
<string name="accept" msgid="1888285552128743656">"保存"</string>
|
|
<string name="discard" msgid="761613433029406319">"放弃"</string>
|
|
<string name="button_ok" msgid="3004911343723076226">"确定"</string>
|
|
<!-- no translation found for audio_db_title_format (7912182366970749312) -->
|
|
<skip />
|
|
<string name="audio_db_artist_name" msgid="961640229118120080">"您的录音"</string>
|
|
<string name="audio_db_album_name" msgid="9072588113803264440">"录音"</string>
|
|
<string name="audio_db_playlist_name" msgid="5592939050047058162">"我的录音"</string>
|
|
<string name="error_sdcard_access" product="nosdcard" msgid="86629081075681774">"无法使用USB存储设备。"</string>
|
|
<string name="error_sdcard_access" product="default" msgid="5750308258096153274">"无法使用SD卡。"</string>
|
|
<string name="error_app_internal" msgid="312884382388702022">"发生内部应用错误。"</string>
|
|
<string name="error_mediadb_new_record" msgid="261714902333432462">"无法保存录制的音频。"</string>
|
|
|
|
<string name="success_mediadb_new_record">"成功保存录制的音频。"</string>
|
|
<string name="cancel">取消</string>
|
|
<string name="recording_format_high">高</string>
|
|
<string name="recording_format_mid">中</string>
|
|
<string name="recording_format_low">低</string>
|
|
<string name="voice_quality">音质</string>
|
|
<string name="recording_mode">录音模式</string>
|
|
<string name="select_voice_quality">选择音质</string>
|
|
<string name="select_recording_mode">选择录音模式</string>
|
|
<string name="recording_mode_nomal">"普通"</string>
|
|
<string name="recording_mode_meeting">会议</string>
|
|
<string name="recording_mode_lecture">远距录音</string>
|
|
<string name="error_incall_record">通话中无法进行录音,建议通话结束后继续。</string>
|
|
<string name="error_app_recorder_occupied">有其他应用程序正在使用录音机</string>
|
|
<string name="error_app_failed_title">录音失败</string>
|
|
|
|
<string name="recording_file_list">录音文件列表</string>
|
|
<string name="ok">确定</string>
|
|
<string name="delete">删除</string>
|
|
<string name="deleting">正在删除</string>
|
|
<string name="no_recording_file">(没有录音文件)</string>
|
|
<string name="alert_delete_multiple">将会删除这些文件</string>
|
|
<string name="alert_delete_single">将会删除该文件</string>
|
|
|
|
<string name="err_permission">"无权限"</string>
|
|
</resources>
|