diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-02 02:06:16 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-02 02:06:16 +0200 |
commit | 91e828c6ce248a0f7d7ddde9d2c33bfea7f7428f (patch) | |
tree | 5e33e8c13ae4e56e363fef41bb3e7e616c00be91 /apps/contacts/l10n/zh_CN.php | |
parent | f159f607deff03201fb3b35ce1d01ef532d918fe (diff) | |
download | nextcloud-server-91e828c6ce248a0f7d7ddde9d2c33bfea7f7428f.tar.gz nextcloud-server-91e828c6ce248a0f7d7ddde9d2c33bfea7f7428f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contacts/l10n/zh_CN.php')
-rw-r--r-- | apps/contacts/l10n/zh_CN.php | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/apps/contacts/l10n/zh_CN.php b/apps/contacts/l10n/zh_CN.php index affc75e3dfe..b996095d26c 100644 --- a/apps/contacts/l10n/zh_CN.php +++ b/apps/contacts/l10n/zh_CN.php @@ -1,11 +1,13 @@ <?php $TRANSLATIONS = array( -"Error (de)activating addressbook." => "(取消)激活地址簿错误。", "There was an error adding the contact." => "添加联系人时出错。", "element name is not set." => "元素名称未设置", "id is not set." => "没有设置 id。", "Cannot add empty property." => "无法添加空属性。", "At least one of the address fields has to be filled out." => "至少需要填写一项地址。", "Trying to add duplicate property: " => "试图添加重复属性: ", +"Error (de)activating addressbook." => "(取消)激活地址簿错误。", +"Cannot update addressbook with an empty name." => "无法使用一个空名称更新地址簿", +"Error updating addressbook." => "更新地址簿错误", "No ID provided" => "未提供 ID", "Error setting checksum." => "设置校验值错误。", "No categories selected for deletion." => "未选中要删除的分类。", @@ -34,8 +36,6 @@ "Information about vCard is incorrect. Please reload the page: " => "vCard 信息不正确。请刷新页面: ", "Something went FUBAR. " => "有一些信息无法被处理。", "Error updating contact property." => "更新联系人属性错误。", -"Cannot update addressbook with an empty name." => "无法使用一个空名称更新地址簿", -"Error updating addressbook." => "更新地址簿错误", "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 的限制", @@ -62,7 +62,6 @@ "Result: " => "结果: ", " imported, " => " 已导入, ", " failed." => " 失败。", -"Addressbook not found." => "未找到地址簿。", "This is not your addressbook." => "这不是您的地址簿。", "Contact could not be found." => "无法找到联系人。", "Address" => "地址", @@ -85,12 +84,6 @@ "Import" => "导入", "Addressbooks" => "地址簿", "Close" => "关闭", -"Configure Address Books" => "配置地址簿", -"New Address Book" => "新建地址簿", -"CardDav Link" => "CardDav 链接", -"Download" => "下载", -"Edit" => "编辑", -"Delete" => "删除", "Drop photo to upload" => "拖拽图片进行上传", "Delete current photo" => "删除当前照片", "Edit current photo" => "编辑当前照片", @@ -98,6 +91,7 @@ "Select photo from ownCloud" => "从 ownCloud 选择照片", "Format custom, Short name, Full name, Reverse or Reverse with comma" => "自定义格式,简称,全名,姓在前,姓在前并用逗号分割", "Edit name details" => "编辑名称详情", +"Delete" => "删除", "Nickname" => "昵称", "Enter nickname" => "输入昵称", "dd-mm-yyyy" => "yyyy-mm-dd", @@ -166,5 +160,8 @@ "CardDAV syncing addresses" => "CardDAV 同步地址", "more info" => "更多信息", "Primary address (Kontact et al)" => "首选地址 (Kontact 等)", -"iOS/OS X" => "iOS/OS X" +"iOS/OS X" => "iOS/OS X", +"Download" => "下载", +"Edit" => "编辑", +"New Address Book" => "新建地址簿" ); |