1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/zh_CN.php

258 lines
13 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "联系人",
2014-07-19 06:48:11 +02:00
"Add new LDAP Addressbook" => "添加新 LDAP 地址簿",
2014-05-12 06:49:51 +02:00
"Ok" => "",
2014-05-11 06:50:10 +02:00
"Cancel" => "取消",
2013-07-24 06:50:10 +02:00
"Save" => "保存",
2014-05-12 06:49:51 +02:00
"Edit Addressbook" => "编辑地址簿",
2014-05-07 06:49:31 +02:00
"Starting file import" => "开始文件导入",
"Format selected: {format}" => "已选择格式:{format}",
"Automatic format detection" => "自动格式检测",
2014-07-27 06:48:08 +02:00
"Processing {count}/{total} cards" => "已从{total}个联系人导入{count}个",
2014-07-06 06:48:08 +02:00
"Total:{total}, Success:{imported}, Errors:{failed}" => "总共:{total},成功:{imported},错误:{failed}",
2013-08-19 19:05:33 +02:00
"An address book called {name} already exists" => "名为{name}的地址薄已存在",
2014-06-11 06:48:29 +02:00
"Failed adding address book: {error}" => "增加地址薄失败:{error}",
2013-08-19 19:05:33 +02:00
"Failed loading address books: {error}" => "加载地址薄失败:{error}",
2014-07-27 06:48:08 +02:00
"Server error! Please inform system administator" => "网络或服务器错误。请通知管理员。",
2013-08-19 19:05:33 +02:00
"Indexing contacts" => "联系人索引中",
"Unrecoverable error loading address books: {msg}" => "加载地址薄时遇到无法恢复的错误:{msg}",
"Error." => "错误",
2014-06-11 06:48:29 +02:00
"Add to..." => "增加到",
2013-08-19 19:05:33 +02:00
"Remove from..." => "从…删除",
2014-06-11 06:48:29 +02:00
"Add group..." => "增加分组…",
2013-08-19 19:05:33 +02:00
"Invalid URL: \"{url}\"" => "无效URL:\"{url}\"",
"Invalid email: \"{url}\"" => "无效的电子邮件: \"{url}\"",
"Merge failed. Cannot find contact: {id}" => "合并失败。无法找到联系人:{id}",
"Merge failed." => "合并失败",
"Merge failed. Error saving contact." => "合并失败。保存联系人出错。",
2013-07-24 06:50:10 +02:00
"Select photo" => "选择图片",
2013-08-19 19:05:33 +02:00
"Network or server error. Please inform administrator." => "网络或服务器错误。请通知管理员。",
2014-05-07 06:49:31 +02:00
"Only images can be used as contact photos" => "只有图像才可用作联系人照片",
2014-07-19 06:48:11 +02:00
"The size of \"{filename}\" exceeds the maximum allowed {size}" => "{filename} 的文件大小超过了最大的 {size} 限制",
2014-06-11 06:48:29 +02:00
"Error adding to group." => "增加到组时出错。",
2013-08-19 19:05:33 +02:00
"Error removing from group." => "从组删除时出错。",
"Error setting {name} as favorite." => "无法将{name}设为喜欢。",
"Merge contacts" => "合并联系人",
2014-06-11 06:48:29 +02:00
"Add group" => "增加分组",
2013-07-24 06:50:10 +02:00
"OK" => "OK",
2013-08-19 19:05:33 +02:00
"Could not find contact: {id}" => "不能找到联系人: {id}",
"Edit profile picture" => "编辑配置图片",
2014-05-25 06:48:09 +02:00
"Crop photo" => "裁剪照片",
2013-08-28 10:24:36 +02:00
"Error parsing date: {date}" => "解析日期出错:{date}",
2013-08-19 19:05:33 +02:00
"# groups" => "#群组",
2014-02-13 08:14:34 +01:00
"Error parsing birthday {bday}" => "生日格式错误 {bday}",
2014-07-19 06:48:11 +02:00
"The backend does not support multi-byte characters." => "此后端不支持多字节字符。",
2013-07-24 06:50:10 +02:00
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "一些联系人已被标注为删除,但是尚未完成,请稍候。",
2013-08-19 19:05:33 +02:00
"Click to undo deletion of {num} contacts" => "点击以撤销删除这{num}个联系人",
2014-05-25 06:48:09 +02:00
"Cancelled deletion of {num} contacts" => "取消删除{num}个联系人 ",
2013-07-24 06:50:10 +02:00
"Add" => "增加",
2013-08-28 10:24:36 +02:00
"Contact is already in this group." => "联系人已经在此分组中。",
2013-08-19 19:05:33 +02:00
"Contacts are already in this group." => "联系人都已经在这个组中。",
2013-08-28 10:24:36 +02:00
"Couldn't get contact list." => "无法获取联系人列表。",
"Contact is not in this group." => "联系人不在此分组中。",
"Contacts are not in this group." => "联系人都不在此分组中。",
2014-07-06 06:48:08 +02:00
"A group named \"{group}\" already exists" => "名为“{group}”的组已经存在",
2013-08-28 10:24:36 +02:00
"Failed renaming group: {error}" => "重命名分组失败:{error}",
2014-06-11 06:48:29 +02:00
"Failed adding group: {error}" => "增加分组失败:{error}",
2013-08-28 10:24:36 +02:00
"All" => "全部",
"Favorites" => "收藏",
"Shared by {owner}" => "{owner}共享",
"Not grouped" => "未分组",
"Failed loading groups: {error}" => "加载分组失败:{error}",
2013-09-11 10:48:00 +02:00
"Please choose the addressbook" => "请选择地址簿",
2013-09-10 14:44:39 +02:00
"Import into..." => "导入至...",
2013-10-07 15:33:50 +02:00
"Error loading import template" => "加载导入模板出错",
"Import contacts" => "导入联系人",
2013-09-10 14:44:39 +02:00
"Import" => "导入",
2014-03-24 05:49:54 +01:00
"Importing..." => "导入中",
2013-09-11 10:48:00 +02:00
"Import done" => "导入完毕",
2013-09-10 14:44:39 +02:00
"Close" => "关闭",
2014-07-19 06:48:11 +02:00
"Error, missing parameters: " => "错误,缺失的参数:",
2013-08-28 10:24:36 +02:00
"Failed loading photo: {error}" => "加载照片失败:{error}",
2014-06-02 06:48:48 +02:00
"You do not have permissions to see this contact" => "你没有权限查看此联系人",
2013-08-28 10:24:36 +02:00
"Contact not found" => "联系人未找到",
"You do not have permissions to see these contacts" => "您没有权限查看这些联系人",
2014-06-11 06:48:29 +02:00
"You do not have permissions add contacts to the address book" => "您没有权限增加联系人到此地址簿",
"The backend for this address book does not support adding contacts" => "此地址簿的后端不支持增加联系人",
2013-08-28 10:24:36 +02:00
"You do not have permissions to delete this contact" => "你没有权限删除此联系人",
"The backend for this address book does not support deleting contacts" => "此地址簿的后端不支持删除联系人",
2013-09-07 10:35:22 +02:00
"Unknown error" => "未知错误",
2014-05-07 06:49:31 +02:00
"Access denied" => "访问被拒绝",
2013-08-19 19:05:33 +02:00
"The backend for this address book does not support updating" => "此地址簿的后端不支持更新",
2013-08-28 10:24:36 +02:00
"You don't have permissions to delete the address book." => "您没有权限删除地址簿",
"Address book not found" => "地址簿未找到",
2013-08-19 19:05:33 +02:00
"You do not have permissions to update this contact" => "你没有权限更新此联系人",
"The backend for this contact does not support updating it" => "此地址簿的后端不支持更新它",
2014-07-19 06:48:11 +02:00
"This backend does not support adding contacts" => "此后端不支持添加联系人",
2013-08-28 10:24:36 +02:00
"Property not found" => "属性未找到",
2013-08-19 19:05:33 +02:00
" Missing IM parameter for: " => "这些缺少IM参数",
2013-07-24 06:50:10 +02:00
"Unknown IM: " => "未知即时通讯服务:",
2013-10-02 14:05:43 +02:00
"{name}'s Birthday" => "{name} 的生日",
2013-08-28 10:24:36 +02:00
"Error creating address book" => "创建地址薄出错",
"You do not have permissions to delete the \"%s\" address book" => "你没有权限删除地址簿“%s”",
"Error deleting address book" => "删除地址薄出错",
"Error creating contact." => "创建联系人出错。",
2014-05-07 06:49:31 +02:00
"Error creating contact" => "创建联系人出错",
"Error deleting contact" => "删除联系人出错",
"Error retrieving contact" => "检索联系人出错",
"Error saving contact" => "保存联系人时出错",
2013-08-28 10:24:36 +02:00
"Error removing contact from other address book." => "从其他地址簿移除联系人出错。",
"Couldn't find contact." => "无法找到联系人。",
"Error merging into contact." => "合并到联系人出错。",
"Error saving contact to backend." => "保存联系人到后台出错。",
"Property name is not set." => "属性名称未设置。",
"Property checksum is not set." => "属性校验值未设置。",
2013-07-24 06:50:10 +02:00
"Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。",
2013-10-07 15:33:50 +02:00
"Error updating contact" => "更新联系人错误。",
"Error saving contact to backend" => "保存联系人到后台出错。",
2013-09-05 11:38:03 +02:00
"No photo path was submitted." => "未提供照片路径。",
2014-07-19 06:48:11 +02:00
"Error loading image from cache" => "从缓存中载入图像时发生了错误",
2013-09-05 11:38:03 +02:00
"Error getting PHOTO property." => "获取照片属性时出错。",
2014-03-10 05:49:39 +01:00
"Error saving contact." => "保存联系人时出错。",
2013-08-28 10:24:36 +02:00
"No group name given." => "未指定组名称。",
2014-06-11 06:48:29 +02:00
"Error adding group." => "增加分组错误。",
2013-08-28 10:24:36 +02:00
"No group name to rename from given." => "未指定分组名称。",
"No group name to rename to given." => "未指定重命名的分组名称。",
"Error renaming group." => "重命名分组错误。",
"Group ID missing from request." => "请求缺少分组ID。",
"Group name missing from request." => "请求中缺少分组名",
"Contact ID missing from request." => "请求缺少联系人ID。",
2014-03-20 05:49:52 +01:00
"No file was uploaded. Unknown error" => "没有文件被上传。未知错误",
"There is no error, the file uploaded with success" => "文件上传成功,没有错误发生",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上传的文件长度超出了 php.ini 中 upload_max_filesize 的限制",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件超过MAX_FILE_SIZE的指令是在HTML表单中中指定的",
"The uploaded file was only partially uploaded" => "已上传文件只上传了部分(不完整)",
"No file was uploaded" => "没有文件被上传",
"Missing a temporary folder" => "缺少临时目录",
2013-09-05 11:38:03 +02:00
"Failed to write to disk" => "写入磁盘失败",
2014-03-25 05:49:37 +01:00
"Not enough storage available" => "没有足够的存储空间",
2013-08-28 10:24:36 +02:00
"Attempt to upload blacklisted file:" => "尝试上传黑名单文件:",
2013-09-05 11:38:03 +02:00
"Error uploading contacts to storage." => "上传联系人到存储空间时出错",
2013-08-28 10:24:36 +02:00
"You do not have permissions to import into this address book." => "您没有权限导入到此地址簿。",
"File name missing from request." => "请求缺少文件名。",
"Progress key missing from request." => "请求缺少进度。",
"Attempt to access blacklisted file:" => "尝试访问黑名单文件:",
"No key is given." => "未指定键。",
"No value is given." => "未指定值。",
2013-09-05 11:38:03 +02:00
"Could not set preference: " => "无法设定偏好:",
2013-07-24 06:50:10 +02:00
"Contact" => "联系人",
"Other" => "其它",
2013-08-28 10:24:36 +02:00
"HomePage" => "主页",
2013-07-24 06:50:10 +02:00
"Jabber" => "Jabber",
2013-08-28 10:24:36 +02:00
"Internet call" => "网络呼叫",
2013-07-24 06:50:10 +02:00
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "GoogleTalk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
2014-05-11 06:50:10 +02:00
"ownCloud" => "ownCloud",
2013-07-24 06:50:10 +02:00
"Work" => "工作",
"Home" => "家庭",
"Mobile" => "手机",
"Text" => "文本",
"Voice" => "语音",
"Message" => "消息",
"Fax" => "传真",
"Video" => "视频",
"Pager" => "传呼机",
"Internet" => "互联网",
"Friends" => "朋友",
"Family" => "家庭",
2014-07-19 06:48:11 +02:00
"Enable LDAP Backend" => "启用 LDAP 后端",
"Enable LDAP backend for the contacts application" => "为联系人应用启用 LDAP 后端",
"Warning: LDAP Backend is in beta mode, use with precautions" => "警告LDAP 后端尚在测试阶段,请在使用时注意",
2014-07-06 06:48:08 +02:00
"New contact" => "新建联系人",
2013-08-19 19:05:33 +02:00
"Group name" => "组名称",
2014-07-06 06:48:08 +02:00
"New group" => "新建组",
2013-08-28 10:24:36 +02:00
"Address books" => "地址簿",
"Display name" => "显示名称",
2014-06-11 06:48:29 +02:00
"Add Address Book" => "增加地址薄",
2014-07-19 06:48:11 +02:00
"Add LDAP Address Book" => "添加 LDAP 地址簿",
2014-05-07 06:49:31 +02:00
"Automatic format" => "自动格式",
2013-08-28 10:24:36 +02:00
"Select file..." => "选择文件...",
"(De-)select all" => "选择 (反选) 全部",
"Sort order" => "排序",
"First- Lastname" => "名- 姓",
"Last-, Firstname" => "姓-, 名",
2014-03-09 06:49:34 +01:00
"Delete" => "删除",
2014-02-15 12:13:37 +01:00
"Groups" => "",
2014-03-09 06:49:34 +01:00
"Download" => "下载",
2014-07-06 06:48:08 +02:00
"Merge" => "合并",
2014-01-11 06:50:01 +01:00
"Email" => "电子邮件",
"Phone" => "电话",
"Address" => "地址",
2014-01-12 06:49:20 +01:00
"Group" => "分组",
2013-07-24 06:50:10 +02:00
"Keyboard shortcuts" => "快捷键",
"Navigation" => "导航",
"Next contact in list" => "列表中的下一个联系人",
"Previous contact in list" => "列表中的上一个联系人",
"Expand/collapse current addressbook" => "展开/收起此地址簿",
"Next addressbook" => "下一个地址簿",
"Previous addressbook" => "上一个地址簿",
"Actions" => "地址",
"Refresh contacts list" => "刷新联系人列表",
"Add new contact" => "新增联系人",
"Add new addressbook" => "新增地址簿",
"Delete current contact" => "删除当前联系人",
2013-08-28 10:24:36 +02:00
"Which contact should the data be merged into?" => "要将数据合并到哪个联系人?",
"Delete the other(s) after successful merge?" => "在成功合并后删除其他项?",
"Compose mail" => "编写邮件",
2013-07-24 06:50:10 +02:00
"Delete current photo" => "删除当前照片",
"Edit current photo" => "编辑当前照片",
"Upload new photo" => "上传新照片",
2014-07-06 06:48:08 +02:00
"Select photo from Files" => "从文件中选择照片",
2014-03-07 06:49:55 +01:00
"Favorite" => "收藏",
2013-11-11 08:54:25 +01:00
"Name" => "名称",
2013-08-19 19:05:33 +02:00
"First name" => "",
2013-07-24 06:50:10 +02:00
"Additional names" => "其他名称",
2013-08-19 19:05:33 +02:00
"Last name" => "",
2014-05-07 06:49:31 +02:00
"Address book" => "地址簿",
2013-07-24 06:50:10 +02:00
"Nickname" => "昵称",
"Title" => "标题",
"Organization" => "组织",
"Birthday" => "生日",
2014-05-07 06:49:31 +02:00
"Website" => "网站",
2014-07-06 06:48:08 +02:00
"Instant messaging" => "即时通讯",
2013-08-28 10:24:36 +02:00
"Notes go here..." => "注释放在这里...",
2014-07-06 06:48:08 +02:00
"Add field..." => "增加项目....",
2013-07-24 06:50:10 +02:00
"Instant Messaging" => "即时通讯",
"Note" => "注释",
"Web site" => "网址",
"Preferred" => "偏好",
"Please specify a valid email address." => "请指定合法的电子邮件地址",
2013-08-28 10:24:36 +02:00
"someone@example.com" => "someone@example.com",
2013-07-24 06:50:10 +02:00
"Mail to address" => "发送邮件到地址",
"Delete email address" => "删除电子邮件地址",
"Enter phone number" => "输入电话号码",
"Go to web site" => "访问网址",
"View on map" => "在地图上显示",
"Street address" => "街道地址",
"Postal code" => "邮政编码",
"City" => "城市",
2013-08-28 10:24:36 +02:00
"State or province" => "州/省",
2013-07-24 06:50:10 +02:00
"Country" => "国家",
"Instant Messenger" => "即时通讯",
2013-09-09 01:36:47 +02:00
"Active" => "活动",
2013-07-24 06:50:10 +02:00
"Share" => "共享",
"Export" => "导出",
2013-08-28 10:24:36 +02:00
"CardDAV link" => "CardDAV 链接",
2014-05-12 06:49:51 +02:00
"Edit" => "编辑",
2014-07-19 06:48:11 +02:00
"Addressbook URI" => "地址簿 URI",
2014-07-05 06:48:33 +02:00
"URI" => "URI",
2014-05-12 06:49:51 +02:00
"Description" => "描述",
2014-07-05 06:48:33 +02:00
"LDAP URL" => "LDAP 地址",
2014-07-06 06:48:08 +02:00
"Anonymous" => "匿名",
2014-07-05 06:48:33 +02:00
"Read-only" => "只读",
"Read-Only" => "只读",
2014-05-12 06:49:51 +02:00
"User" => "用户",
"Password" => "密码",
2014-07-19 06:48:11 +02:00
"Page size" => "页面大小",
2014-05-12 06:49:51 +02:00
"Base DN" => "Base DN"
2012-01-11 01:06:59 +01:00
);