nextcloud/apps/contacts/l10n/zh_CN.php

163 lines
7.6 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-08-02 04:06:16 +04:00
"Error (de)activating addressbook." => "(取消)激活地址簿错误。",
2012-08-04 04:04:21 +04:00
"id is not set." => "没有设置 id。",
2012-08-02 04:06:16 +04:00
"Cannot update addressbook with an empty name." => "无法使用一个空名称更新地址簿",
"Error updating addressbook." => "更新地址簿错误",
2012-06-06 02:29:28 +04:00
"No ID provided" => "未提供 ID",
2012-05-13 21:59:44 +04:00
"Error setting checksum." => "设置校验值错误。",
2012-06-06 02:29:28 +04:00
"No categories selected for deletion." => "未选中要删除的分类。",
2012-05-13 21:59:44 +04:00
"No address books found." => "找不到地址簿。",
"No contacts found." => "找不到联系人。",
2012-08-04 04:04:21 +04:00
"There was an error adding the contact." => "添加联系人时出错。",
"element name is not set." => "元素名称未设置",
"Cannot add empty property." => "无法添加空属性。",
"At least one of the address fields has to be filled out." => "至少需要填写一项地址。",
"Trying to add duplicate property: " => "试图添加重复属性: ",
"Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。",
"Error deleting contact property." => "删除联系人属性错误。",
2012-05-13 21:59:44 +04:00
"Missing ID" => "缺少 ID",
2012-06-06 02:29:28 +04:00
"Error parsing VCard for ID: \"" => "无法解析如下ID的 VCard",
2012-08-04 04:04:21 +04:00
"checksum is not set." => "未设置校验值。",
"Information about vCard is incorrect. Please reload the page: " => "vCard 信息不正确。请刷新页面: ",
"Something went FUBAR. " => "有一些信息无法被处理。",
"Error updating contact property." => "更新联系人属性错误。",
2012-06-06 02:29:28 +04:00
"No contact ID was submitted." => "未提交联系人 ID。",
2012-05-13 21:59:44 +04:00
"Error reading contact photo." => "读取联系人照片错误。",
"Error saving temporary file." => "保存临时文件错误。",
2012-06-06 02:29:28 +04:00
"The loading photo is not valid." => "装入的照片不正确。",
2012-05-13 21:59:44 +04:00
"Contact ID is missing." => "缺少联系人 ID。",
2012-06-06 02:29:28 +04:00
"No photo path was submitted." => "未提供照片路径。",
2012-05-13 21:59:44 +04:00
"File doesn't exist:" => "文件不存在:",
2012-06-06 02:29:28 +04:00
"Error loading image." => "加载图片错误。",
2012-08-01 00:57:24 +04:00
"Error getting contact object." => "获取联系人目标时出错。",
"Error getting PHOTO property." => "获取照片属性时出错。",
"Error saving contact." => "保存联系人时出错。",
"Error resizing image" => "缩放图像时出错",
"Error cropping image" => "裁切图像时出错",
"Error creating temporary image" => "创建临时图像时出错",
"Error finding image: " => "查找图像时出错: ",
"Error uploading contacts to storage." => "上传联系人到存储空间时出错",
"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" => "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制",
2012-05-13 21:59:44 +04:00
"The uploaded file was only partially uploaded" => "已上传文件只上传了部分",
"No file was uploaded" => "没有文件被上传",
2012-06-06 02:29:28 +04:00
"Missing a temporary folder" => "缺少临时目录",
2012-08-01 00:57:24 +04:00
"Couldn't save temporary image: " => "无法保存临时图像: ",
"Couldn't load temporary image: " => "无法加载临时图像: ",
"No file was uploaded. Unknown error" => "没有文件被上传。未知错误",
2012-01-24 03:42:08 +04:00
"Contacts" => "联系人",
2012-08-01 00:57:24 +04:00
"Sorry, this functionality has not been implemented yet" => "抱歉,这个功能暂时还没有被实现",
"Not implemented" => "未实现",
"Couldn't get a valid address." => "无法获取一个合法的地址。",
"Error" => "错误",
"This property has to be non-empty." => "这个属性必须是非空的",
"Couldn't serialize elements." => "无法序列化元素",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' 调用时没有类型声明。请到 bugs.owncloud.org 汇报错误",
"Edit name" => "编辑名称",
"No files selected for upload." => "没有选择文件以上传",
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "您试图上传的文件超出了该服务器的最大文件限制",
"Select type" => "选择类型",
"Result: " => "结果: ",
" imported, " => " 已导入, ",
" failed." => " 失败。",
2012-01-11 04:06:59 +04:00
"This is not your addressbook." => "这不是您的地址簿。",
"Contact could not be found." => "无法找到联系人。",
"Address" => "地址",
"Telephone" => "电话",
"Email" => "电子邮件",
"Organization" => "组织",
"Work" => "工作",
"Home" => "家庭",
"Mobile" => "移动电话",
"Text" => "文本",
"Voice" => "语音",
2012-06-06 02:29:28 +04:00
"Message" => "消息",
2012-01-11 04:06:59 +04:00
"Fax" => "传真",
"Video" => "视频",
"Pager" => "传呼机",
2012-05-13 21:59:44 +04:00
"Internet" => "互联网",
2012-08-01 00:57:24 +04:00
"Birthday" => "生日",
2012-05-13 21:59:44 +04:00
"{name}'s Birthday" => "{name} 的生日",
2012-08-03 04:04:12 +04:00
"Contact" => "联系人",
2012-01-11 04:06:59 +04:00
"Add Contact" => "添加联系人",
2012-08-01 00:57:24 +04:00
"Import" => "导入",
2012-01-24 03:42:08 +04:00
"Addressbooks" => "地址簿",
2012-08-01 00:57:24 +04:00
"Close" => "关闭",
2012-06-06 02:29:28 +04:00
"Drop photo to upload" => "拖拽图片进行上传",
2012-08-01 00:57:24 +04:00
"Delete current photo" => "删除当前照片",
"Edit current photo" => "编辑当前照片",
"Upload new photo" => "上传新照片",
"Select photo from ownCloud" => "从 ownCloud 选择照片",
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "自定义格式,简称,全名,姓在前,姓在前并用逗号分割",
2012-06-06 02:29:28 +04:00
"Edit name details" => "编辑名称详情",
2012-08-02 04:06:16 +04:00
"Delete" => "删除",
2012-05-13 21:59:44 +04:00
"Nickname" => "昵称",
"Enter nickname" => "输入昵称",
"dd-mm-yyyy" => "yyyy-mm-dd",
"Groups" => "分组",
"Separate groups with commas" => "用逗号隔开分组",
"Edit groups" => "编辑分组",
2012-05-09 14:41:01 +04:00
"Preferred" => "偏好",
2012-05-13 21:59:44 +04:00
"Please specify a valid email address." => "请指定合法的电子邮件地址",
"Enter email address" => "输入电子邮件地址",
"Mail to address" => "发送邮件到地址",
"Delete email address" => "删除电子邮件地址",
"Enter phone number" => "输入电话号码",
"Delete phone number" => "删除电话号码",
"View on map" => "在地图上显示",
"Edit address details" => "编辑地址细节。",
2012-06-06 02:29:28 +04:00
"Add notes here." => "添加注释。",
"Add field" => "添加字段",
2012-05-09 14:41:01 +04:00
"Phone" => "电话",
2012-06-06 02:29:28 +04:00
"Note" => "注释",
2012-08-01 00:57:24 +04:00
"Download contact" => "下载联系人",
"Delete contact" => "删除联系人",
"The temporary image has been removed from cache." => "临时图像文件已从缓存中删除",
2012-05-13 21:59:44 +04:00
"Edit address" => "编辑地址",
2012-01-24 03:42:08 +04:00
"Type" => "类型",
2012-01-11 04:06:59 +04:00
"PO Box" => "邮箱",
"Extended" => "扩展",
"City" => "城市",
"Region" => "地区",
"Zipcode" => "邮编",
"Country" => "国家",
2012-05-09 14:41:01 +04:00
"Addressbook" => "地址簿",
2012-08-01 00:57:24 +04:00
"Hon. prefixes" => "名誉字首",
"Miss" => "小姐",
"Ms" => "女士",
"Mr" => "先生",
"Sir" => "先生",
"Mrs" => "夫人",
"Dr" => "博士",
2012-05-13 21:59:44 +04:00
"Given name" => "",
2012-08-01 00:57:24 +04:00
"Additional names" => "其他名称",
2012-05-13 21:59:44 +04:00
"Family name" => "",
2012-08-01 00:57:24 +04:00
"Hon. suffixes" => "名誉后缀",
"J.D." => "法律博士",
"M.D." => "医学博士",
"D.O." => "骨科医学博士",
"D.C." => "教育学博士",
"Ph.D." => "哲学博士",
"Esq." => "先生",
"Jr." => "",
"Sn." => "",
2012-05-13 21:59:44 +04:00
"Import a contacts file" => "导入联系人文件",
"Please choose the addressbook" => "请选择地址簿",
"create a new addressbook" => "创建新地址簿",
"Name of new addressbook" => "新地址簿名称",
"Importing contacts" => "导入联系人",
2012-08-01 00:57:24 +04:00
"You have no contacts in your addressbook." => "您的地址簿中没有联系人。",
2012-06-06 02:29:28 +04:00
"Add contact" => "添加联系人",
"Configure addressbooks" => "配置地址簿",
"CardDAV syncing addresses" => "CardDAV 同步地址",
2012-05-13 21:59:44 +04:00
"more info" => "更多信息",
"Primary address (Kontact et al)" => "首选地址 (Kontact 等)",
2012-08-02 04:06:16 +04:00
"iOS/OS X" => "iOS/OS X",
"Download" => "下载",
"Edit" => "编辑",
2012-08-03 04:04:12 +04:00
"New Address Book" => "新建地址簿",
"Save" => "保存",
"Cancel" => "取消"
2012-01-11 04:06:59 +04:00
);