nextcloud/core/l10n/zh_CN.GB2312.php

131 lines
6.3 KiB
PHP
Raw Normal View History

2012-08-12 04:04:58 +04:00
<?php $TRANSLATIONS = array(
2013-04-08 04:18:28 +04:00
"Category type not provided." => "未选择分类类型。",
2012-08-12 04:04:58 +04:00
"No category to add?" => "没有分类添加了?",
2013-04-08 04:18:28 +04:00
"This category already exists: %s" => "此分类已存在:%s",
"Object type not provided." => "未选择对象类型。",
2013-06-07 04:17:50 +04:00
"Error adding %s to favorites." => "在添加 %s 到收藏夹时发生错误。",
2013-04-27 04:24:29 +04:00
"No categories selected for deletion." => "没有选中要删除的分类。",
2013-06-07 04:17:50 +04:00
"Error removing %s from favorites." => "在移除收藏夹中的 %s 时发生错误。",
2013-01-29 03:06:20 +04:00
"Sunday" => "星期天",
"Monday" => "星期一",
"Tuesday" => "星期二",
"Wednesday" => "星期三",
"Thursday" => "星期四",
"Friday" => "星期五",
"Saturday" => "星期六",
"January" => "一月",
"February" => "二月",
"March" => "三月",
"April" => "四月",
"May" => "五月",
"June" => "六月",
"July" => "七月",
"August" => "八月",
"September" => "九月",
"October" => "十月",
"November" => "十一月",
"December" => "十二月",
2012-08-12 04:04:58 +04:00
"Settings" => "设置",
2012-11-09 03:03:49 +04:00
"seconds ago" => "秒前",
"1 minute ago" => "1 分钟前",
"{minutes} minutes ago" => "{minutes} 分钟前",
2013-04-08 04:18:28 +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" => "上个月",
2013-04-08 04:18:28 +04:00
"{months} months ago" => "{months}月前",
2012-11-09 03:03:49 +04:00
"months ago" => "月前",
"last year" => "去年",
"years ago" => "年前",
2013-04-16 04:17:30 +04:00
"Choose" => "选择",
2013-05-24 04:02:43 +04:00
"Cancel" => "取消",
2012-08-12 04:04:58 +04:00
"Yes" => "",
2013-04-16 04:17:30 +04:00
"No" => "",
2013-05-24 04:02:43 +04:00
"Ok" => "好的",
2013-04-08 04:18:28 +04:00
"The object type is not specified." => "未指定对象类型。",
2013-04-27 04:24:29 +04:00
"Error" => "出错",
2013-04-08 04:18:28 +04:00
"The app name is not specified." => "未指定应用名称。",
"The required file {file} is not installed!" => "未安装所需要的文件 {file} ",
"Shared" => "已分享",
2013-01-31 03:31:28 +04:00
"Share" => "分享",
2012-10-12 04:07:10 +04:00
"Error while sharing" => "分享出错",
"Error while unsharing" => "取消分享出错",
"Error while changing permissions" => "变更权限出错",
2012-11-09 03:03:49 +04:00
"Shared with you and the group {group} by {owner}" => "{owner} 与您和 {group} 群组分享",
"Shared with you by {owner}" => "{owner} 与您分享",
2012-10-12 04:07:10 +04:00
"Share with" => "分享",
"Share with link" => "分享链接",
"Password protect" => "密码保护",
2012-09-22 03:18:31 +04:00
"Password" => "密码",
2013-04-08 04:18:28 +04:00
"Email link to person" => "面向个人的电子邮件链接",
"Send" => "发送",
2012-10-12 04:07:10 +04:00
"Set expiration date" => "设置失效日期",
"Expiration date" => "失效日期",
"Share via email:" => "通过电子邮件分享:",
"No people found" => "查无此人",
"Resharing is not allowed" => "不允许重复分享",
2012-11-09 03:03:49 +04:00
"Shared in {item} with {user}" => "已经与 {user} 在 {item} 中分享",
2012-10-12 04:07:10 +04:00
"Unshare" => "取消分享",
"can edit" => "可编辑",
"access control" => "访问控制",
"create" => "创建",
"update" => "更新",
"delete" => "删除",
"share" => "分享",
"Password protected" => "密码保护",
"Error unsetting expiration date" => "取消设置失效日期出错",
"Error setting expiration date" => "设置失效日期出错",
2013-04-08 04:18:28 +04:00
"Sending ..." => "发送中……",
"Email sent" => "电子邮件已发送",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "升级失败。请向<a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud社区</a>报告此问题。",
"The update was successful. Redirecting you to ownCloud now." => "升级成功。现在为您跳转到ownCloud。",
2012-08-12 04:04:58 +04:00
"ownCloud password reset" => "私有云密码重置",
"Use the following link to reset your password: {link}" => "使用下面的链接来重置你的密码:{link}",
"You will receive a link to reset your password via Email." => "你将会收到一个重置密码的链接",
"Username" => "用户名",
"Request reset" => "要求重置",
"Your password was reset" => "你的密码已经被重置了",
"To login page" => "转至登陆页面",
"New password" => "新密码",
"Reset password" => "重置密码",
2013-04-27 04:24:29 +04:00
"Personal" => "私人",
2012-08-12 04:04:58 +04:00
"Users" => "用户",
2013-04-27 04:24:29 +04:00
"Apps" => "程序",
"Admin" => "管理员",
2012-08-12 04:04:58 +04:00
"Help" => "帮助",
"Access forbidden" => "禁止访问",
"Cloud not found" => "云 没有被找到",
"Edit categories" => "编辑分类",
"Add" => "添加",
2012-10-17 01:39:13 +04:00
"Security Warning" => "安全警告",
2013-04-08 04:18:28 +04:00
"Please update your PHP installation to use ownCloud securely." => "请升级您的PHP版本以稳定运行ownCloud。",
2012-10-17 01:39:13 +04:00
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "没有安全随机码生成器,请启用 PHP OpenSSL 扩展。",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "没有安全随机码生成器,黑客可以预测密码重置令牌并接管你的账户。",
2013-04-08 04:18:28 +04:00
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "因为.htaccess文件无效您的数据文件夹及文件可能可以在互联网上访问。",
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "要获得大概如何配置您的服务器的相关信息,参见<a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">说明文档</a>。",
2012-08-12 04:04:58 +04:00
"Create an <strong>admin account</strong>" => "建立一个 <strong>管理帐户</strong>",
"Advanced" => "进阶",
"Data folder" => "数据存放文件夹",
"Configure the database" => "配置数据库",
"will be used" => "将会使用",
"Database user" => "数据库用户",
"Database password" => "数据库密码",
"Database name" => "数据库用户名",
2012-09-18 04:04:26 +04:00
"Database tablespace" => "数据库表格空间",
2012-08-12 04:04:58 +04:00
"Database host" => "数据库主机",
"Finish setup" => "完成安装",
"Log out" => "注销",
2012-10-17 01:39:13 +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." => "请修改您的密码以保护账户。",
2012-08-12 04:04:58 +04:00
"Lost your password?" => "忘记密码?",
2013-06-05 04:01:42 +04:00
"remember" => "记住登录",
2012-08-12 04:04:58 +04:00
"Log in" => "登陆",
2013-04-08 04:18:28 +04:00
"Alternative Logins" => "备选登录",
2012-08-12 04:04:58 +04:00
"prev" => "后退",
2013-04-08 04:18:28 +04:00
"next" => "前进",
"Updating ownCloud to version %s, this may take a while." => "ownCloud正在升级至 %s 版,这可能需要一点时间。"
2012-08-12 04:04:58 +04:00
);