Contacts/app/src/main/res/values-zh-rCN/strings.xml
2020-05-31 10:14:31 +02:00

178 lines
9.7 KiB
XML

<resources>
<string name="app_name">简易通讯录</string>
<string name="app_launcher_name">简易通讯录</string>
<string name="address">地址</string>
<string name="inserting">添加中…</string>
<string name="updating">更新中…</string>
<string name="phone_storage_hidden">手机空间 (其他程序不可见)</string>
<string name="company">公司</string>
<string name="job_position">职位</string>
<string name="website">网站</string>
<string name="send_sms_to_contacts">发送短信给联系人</string>
<string name="send_email_to_contacts">发送电子邮件给联系人</string>
<string name="send_sms_to_group">发送短信给群组</string>
<string name="send_email_to_group">发送电子邮件给群组</string>
<string name="call_person">打电话给 %s</string>
<string name="create_new_contact">建立新联系人</string>
<string name="add_to_existing_contact">添加至已存在的联系人</string>
<string name="dialer_moved">
<![CDATA[
该应用负责通话处理的部分被移动之一个独立的新应用简易拨号器,请前往<a href="https://play.google.com/store/apps/details?id=com.simplemobiletools.dialer">此链接下载。</a> 谢谢!
]]>
</string>
<!-- Placeholders -->
<string name="no_contacts_with_emails">未发现含有电子邮箱的联系人</string>
<string name="no_contacts_with_phone_numbers">未发现含有电话号码的联系人</string>
<string name="new_contact">新联系人</string>
<string name="edit_contact">编辑联系人</string>
<string name="select_contact">选择联系人</string>
<string name="nickname">昵称</string>
<!-- Groups -->
<string name="no_groups">没有群组</string>
<string name="create_new_group">建立一个新群组</string>
<string name="remove_from_group">从群组内移除</string>
<string name="no_group_participants">这群组是空白的</string>
<string name="add_contacts">添加联系人</string>
<string name="no_group_created">设备内没有联系人群组</string>
<string name="create_group">建立群组</string>
<string name="add_to_group">添加到群组</string>
<string name="create_group_under_account">在帐号下建立群组</string>
<!-- Photo -->
<string name="take_photo">拍照</string>
<string name="choose_photo">选择照片</string>
<string name="remove_photo">移除照片</string>
<!-- Settings -->
<string name="show_phone_numbers">主页面显示电话号码</string>
<string name="show_contact_thumbnails">显示联系人缩图</string>
<string name="show_dialpad_button">在主页面显示拨号按钮</string>
<string name="on_contact_click">点击联系人</string>
<string name="call_contact">打电话给联系人</string>
<string name="view_contact">显示联系人资料</string>
<string name="manage_shown_contact_fields">管理显示的联系人字段</string>
<string name="manage_shown_tabs">管理显示的页面</string>
<string name="contacts">联系人</string>
<string name="show_call_confirmation_dialog">开始通话前显示通话确认框</string>
<string name="show_only_contacts_with_numbers">只显示含有电话话码的联系人</string>
<string name="show_private_contacts">显示私密联系人给简易拨号器和简易短信</string>
<!-- Emails -->
<string name="home">家庭</string>
<string name="work">工作</string>
<string name="other">其它</string>
<!-- Phone numbers -->
<string name="mobile">手机</string>
<string name="main_number">主用</string>
<string name="work_fax">工作传真</string>
<string name="home_fax">家庭传真</string>
<string name="pager">呼叫器</string>
<string name="no_phone_number_found">未发现电话号码</string>
<!-- Events -->
<string name="birthday">生日</string>
<string name="anniversary">纪念日</string>
<!-- Favorites -->
<string name="no_favorites">你似乎还没加入任何我的收藏联系人。</string>
<string name="must_be_at_edit">你必须在编辑页面去修改联系人</string>
<!-- Search -->
<string name="search_contacts">搜索联系人</string>
<string name="search_favorites">搜索我的收藏</string>
<string name="search_groups">搜索群组</string>
<!-- Export / Import -->
<string name="import_contacts">导入联系人</string>
<string name="export_contacts">导出联系人</string>
<string name="import_contacts_from_vcf">从.vcf文件导入联系人</string>
<string name="export_contacts_to_vcf">导出联系人成.vcf文件</string>
<string name="target_contact_source">联系人来源</string>
<string name="include_contact_sources">包含联系人来源</string>
<string name="filename_without_vcf">文件名称 (不含.vcf)</string>
<!-- Dialpad -->
<string name="dialpad">拨号界面</string>
<string name="add_number_to_contact">添加号码至通讯录</string>
<!-- Visible fields -->
<string name="prefix">前缀</string>
<string name="suffix">后缀</string>
<string name="phone_numbers">电话号码</string>
<string name="emails">电子邮箱</string>
<string name="addresses">地址</string>
<string name="events">活动 (生日、纪念日)</string>
<string name="organization">组织</string>
<string name="websites">网站</string>
<string name="groups">群组</string>
<string name="contact_source">联系人来源</string>
<string name="instant_messaging">即时通讯 (IM)</string>
<!-- Confirmation dialog -->
<string name="delete_from_all_sources">该联系人将会被从所有联系人来源移除。</string>
<plurals name="delete_groups">
<item quantity="one">%d 群组</item>
<item quantity="other">%d 群组</item>
</plurals>
<!-- FAQ -->
<string name="faq_1_title">我想要更改在通讯录会看到哪些字段。我能这么做吗?</string>
<string name="faq_1_text">可以,你要做的是到[设置] -> [管理显示的联系人字段]。在那里,你可以选择应该看到什么字段。其中有些甚至默认是关闭的,所以你可能会在那里发现一些新的。</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">简易通讯录 Pro - 轻松管理你的联系人</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">简单快速无广告的联系人管理,亦可处理群组和收藏。</string>
<string name="app_long_description">
A lightweight app for managing your contacts loved by millions of people. The contacts can be stored on your device only, but also synchronized via Google, or other accounts.
You can use it for managing user emails and events too. It has the ability to sort/filter by multiple parameters, optionally display surname as the first name.
You can display your favorite contacts or groups on a separate list. Groups can be used for sending out batch emails or SMS, to save you some time, you can rename them easily.
It contains handy buttons for calling, or texting your contacts. All visible fields can be customized as you wish, you can easily hide the unused ones. The search function will search the given string at every visible contact field, to make you find your desired contact easily.
There is a lightweight dialpad at your service too, with smart contact suggestions.
It supports exporting/importing contacts in vCard format to .vcf files, for easy migrations or backing up your data.
With this modern and stable contacts manager you can protect your contacts by not sharing them with other apps, so you can keep your contacts private.
Like the contact source, you can also easily change the contact name, email, phone number, address, organization, groups and many other customizable fields. You can use it for storing contact events too, like birthdays, anniversaries, or any other custom ones.
This simple contact editor has many handy settings like showing phone numbers on the main screen, toggle contact thumbnail visibility, showing only contacts with phone numbers, showing a call confirmation dialog before initiating a call. It comes with a quick dialer that also makes use of letters.
To further improve the user experience, you can customize what happens at clicking on a contact. You can either initiate a call, go to the View Details screen, or edit the selected contact.
You can easily block phone numbers to avoid unwanted incoming calls.
To avoid showing potentially unwanted contacts, it has a powerful built in duplicate contact merger.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
不包含广告及非必要的权限,而且完全开放源代码,并提供自定义颜色。
<b>于此查看简易工具系列全套:</b>
https://www.simplemobiletools.com
<b>Standalone website of Simple Contacts Pro:</b>
https://www.simplemobiletools.com/contacts
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>