nextcloud/core/l10n/zh_CN.php

127 lines
5.9 KiB
PHP
Raw Normal View History

2011-09-03 17:08:49 +04:00
<?php $TRANSLATIONS = array(
2012-11-19 03:01:48 +04:00
"Category type not provided." => "未提供分类类型。",
2012-05-13 21:59:44 +04:00
"No category to add?" => "没有可添加分类?",
"This category already exists: " => "此分类已存在: ",
2012-11-19 03:01:48 +04:00
"Object type not provided." => "未提供对象类型。",
"%s ID not provided." => "%s ID未提供。",
"Error adding %s to favorites." => "向收藏夹中新增%s时出错。",
2012-11-15 03:03:50 +04:00
"No categories selected for deletion." => "没有选择要删除的类别",
2012-11-19 03:01:48 +04:00
"Error removing %s from favorites." => "从收藏夹中移除%s时出错。",
2012-08-01 00:57:24 +04:00
"Settings" => "设置",
2012-11-09 03:03:49 +04:00
"seconds ago" => "秒前",
"1 minute ago" => "一分钟前",
"{minutes} minutes ago" => "{minutes} 分钟前",
2012-11-19 03:01:48 +04:00
"1 hour ago" => "1小时前",
"{hours} hours ago" => "{hours} 小时前",
2012-11-09 03:03:49 +04:00
"today" => "今天",
"yesterday" => "昨天",
"{days} days ago" => "{days} 天前",
"last month" => "上月",
2012-11-19 03:01:48 +04:00
"{months} months ago" => "{months} 月前",
2012-11-09 03:03:49 +04:00
"months ago" => "月前",
"last year" => "去年",
"years ago" => "年前",
2012-09-28 04:06:03 +04:00
"Choose" => "选择(&C)...",
2012-08-01 00:57:24 +04:00
"Cancel" => "取消",
"No" => "",
"Yes" => "",
"Ok" => "",
2012-11-19 03:01:48 +04:00
"The object type is not specified." => "未指定对象类型。",
2012-08-01 00:57:24 +04:00
"Error" => "错误",
2012-11-19 03:01:48 +04:00
"The app name is not specified." => "未指定App名称。",
"The required file {file} is not installed!" => "所需文件{file}未安装!",
2012-09-28 04:06:03 +04:00
"Error while sharing" => "共享时出错",
"Error while unsharing" => "取消共享时出错",
"Error while changing permissions" => "修改权限时出错",
2012-10-24 04:08:34 +04:00
"Shared with you and the group {group} by {owner}" => "{owner}共享给您及{group}组",
"Shared with you by {owner}" => " {owner}与您共享",
2012-09-28 04:06:03 +04:00
"Share with" => "共享",
"Share with link" => "共享链接",
"Password protect" => "密码保护",
2012-09-22 03:18:31 +04:00
"Password" => "密码",
2012-09-28 04:06:03 +04:00
"Set expiration date" => "设置过期日期",
"Expiration date" => "过期日期",
2012-10-19 04:08:00 +04:00
"Share via email:" => "通过Email共享",
2012-09-28 04:06:03 +04:00
"No people found" => "未找到此人",
"Resharing is not allowed" => "不允许二次共享",
2012-10-25 04:11:53 +04:00
"Shared in {item} with {user}" => "{item} 与 {user}共享。",
2012-09-28 04:06:03 +04:00
"Unshare" => "取消共享",
"can edit" => "可以修改",
"access control" => "访问控制",
"create" => "创建",
"update" => "更新",
"delete" => "删除",
"share" => "共享",
"Password protected" => "密码已受保护",
"Error unsetting expiration date" => "取消设置过期日期时出错",
"Error setting expiration date" => "设置过期日期时出错",
2012-05-13 21:59:44 +04:00
"ownCloud password reset" => "重置 ownCloud 密码",
2012-01-24 03:42:08 +04:00
"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}",
2012-01-11 04:06:59 +04:00
"You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。",
2012-11-19 03:01:48 +04:00
"Reset email send." => "重置邮件已发送。",
2012-10-29 03:02:45 +04:00
"Request failed!" => "请求失败!",
2012-01-11 04:06:59 +04:00
"Username" => "用户名",
"Request reset" => "请求重置",
"Your password was reset" => "您的密码已重置",
2012-01-24 03:42:08 +04:00
"To login page" => "到登录页面",
2012-01-11 04:06:59 +04:00
"New password" => "新密码",
"Reset password" => "重置密码",
2011-09-03 17:08:49 +04:00
"Personal" => "个人",
"Users" => "用户",
"Apps" => "应用",
"Admin" => "管理员",
"Help" => "帮助",
2012-05-13 21:59:44 +04:00
"Access forbidden" => "访问禁止",
2011-09-03 17:08:49 +04:00
"Cloud not found" => "未找到云",
2012-05-13 21:59:44 +04:00
"Edit categories" => "编辑分类",
"Add" => "添加",
2012-10-19 04:08:00 +04:00
"Security Warning" => "安全警告",
2012-10-20 04:03:53 +04:00
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "随机数生成器无效请启用PHP的OpenSSL扩展",
2012-10-26 04:05:56 +04:00
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "没有安全随机码生成器,攻击者可能会猜测密码重置信息从而窃取您的账户",
2012-10-25 04:11:53 +04:00
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器以使数据文件夹不可被访问或者将数据文件夹移到web服务器根目录以外。",
2011-09-03 17:08:49 +04:00
"Create an <strong>admin account</strong>" => "创建<strong>管理员账号</strong>",
2012-01-11 04:06:59 +04:00
"Advanced" => "高级",
"Data folder" => "数据目录",
2011-09-03 17:08:49 +04:00
"Configure the database" => "配置数据库",
"will be used" => "将被使用",
"Database user" => "数据库用户",
"Database password" => "数据库密码",
"Database name" => "数据库名",
2012-09-07 04:07:22 +04:00
"Database tablespace" => "数据库表空间",
2011-09-03 17:08:49 +04:00
"Database host" => "数据库主机",
"Finish setup" => "安装完成",
2012-10-25 04:11:53 +04:00
"Sunday" => "星期日",
"Monday" => "星期一",
"Tuesday" => "星期二",
"Wednesday" => "星期三",
"Thursday" => "星期四",
"Friday" => "星期五",
"Saturday" => "星期六",
2012-10-24 04:08:34 +04:00
"January" => "一月",
"February" => "二月",
"March" => "三月",
"April" => "四月",
"May" => "五月",
"June" => "六月",
"July" => "七月",
"August" => "八月",
"September" => "九月",
"October" => "十月",
"November" => "十一月",
"December" => "十二月",
2012-10-26 04:05:56 +04:00
"web services under your control" => "由您掌控的网络服务",
2011-09-03 17:08:49 +04:00
"Log out" => "注销",
2012-10-25 04:11:53 +04:00
"Automatic logon rejected!" => "自动登录被拒绝!",
"If you did not change your password recently, your account may be compromised!" => "如果您没有最近修改您的密码,您的帐户可能会受到影响!",
"Please change your password to secure your account again." => "请修改您的密码,以保护您的账户安全。",
2011-09-03 17:08:49 +04:00
"Lost your password?" => "忘记密码?",
"remember" => "记住",
2012-01-24 03:42:08 +04:00
"Log in" => "登录",
2011-09-03 17:08:49 +04:00
"You are logged out." => "您已注销。",
"prev" => "上一页",
2012-10-20 04:03:53 +04:00
"next" => "下一页",
2012-10-24 04:08:34 +04:00
"Security Warning!" => "安全警告!",
2012-10-25 04:11:53 +04:00
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "请验证您的密码。 <br/>出于安全考虑,你可能偶尔会被要求再次输入密码。",
2012-10-24 04:08:34 +04:00
"Verify" => "验证"
2011-09-03 17:08:49 +04:00
);