134 lines
6.7 KiB
PHP
134 lines
6.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"User %s shared a file with you" => "用户 %s 与您分享了一个文件",
|
||
"User %s shared a folder with you" => "用户 %s 与您分享了一个文件夹",
|
||
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "用户 %s 与您分享了文件“%s”。点击下载:%s",
|
||
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "用户 %s 与您分享了文件夹“%s”。点击下载:%s",
|
||
"Category type not provided." => "未选择分类类型。",
|
||
"No category to add?" => "没有分类添加了?",
|
||
"This category already exists: %s" => "此分类已存在:%s",
|
||
"Object type not provided." => "未选择对象类型。",
|
||
"No categories selected for deletion." => "没有选中要删除的分类。",
|
||
"Sunday" => "星期天",
|
||
"Monday" => "星期一",
|
||
"Tuesday" => "星期二",
|
||
"Wednesday" => "星期三",
|
||
"Thursday" => "星期四",
|
||
"Friday" => "星期五",
|
||
"Saturday" => "星期六",
|
||
"January" => "一月",
|
||
"February" => "二月",
|
||
"March" => "三月",
|
||
"April" => "四月",
|
||
"May" => "五月",
|
||
"June" => "六月",
|
||
"July" => "七月",
|
||
"August" => "八月",
|
||
"September" => "九月",
|
||
"October" => "十月",
|
||
"November" => "十一月",
|
||
"December" => "十二月",
|
||
"Settings" => "设置",
|
||
"seconds ago" => "秒前",
|
||
"1 minute ago" => "1 分钟前",
|
||
"{minutes} minutes ago" => "{minutes} 分钟前",
|
||
"1 hour ago" => "1小时前",
|
||
"{hours} hours ago" => "{hours}小时前",
|
||
"today" => "今天",
|
||
"yesterday" => "昨天",
|
||
"{days} days ago" => "{days} 天前",
|
||
"last month" => "上个月",
|
||
"{months} months ago" => "{months}月前",
|
||
"months ago" => "月前",
|
||
"last year" => "去年",
|
||
"years ago" => "年前",
|
||
"Choose" => "选择",
|
||
"Cancel" => "取消",
|
||
"Yes" => "是",
|
||
"No" => "否",
|
||
"Ok" => "好的",
|
||
"The object type is not specified." => "未指定对象类型。",
|
||
"Error" => "出错",
|
||
"The app name is not specified." => "未指定应用名称。",
|
||
"The required file {file} is not installed!" => "未安装所需要的文件 {file} !",
|
||
"Shared" => "已分享",
|
||
"Share" => "分享",
|
||
"Error while sharing" => "分享出错",
|
||
"Error while unsharing" => "取消分享出错",
|
||
"Error while changing permissions" => "变更权限出错",
|
||
"Shared with you and the group {group} by {owner}" => "由 {owner} 与您和 {group} 群组分享",
|
||
"Shared with you by {owner}" => "由 {owner} 与您分享",
|
||
"Share with" => "分享",
|
||
"Share with link" => "分享链接",
|
||
"Password protect" => "密码保护",
|
||
"Password" => "密码",
|
||
"Email link to person" => "面向个人的电子邮件链接",
|
||
"Send" => "发送",
|
||
"Set expiration date" => "设置失效日期",
|
||
"Expiration date" => "失效日期",
|
||
"Share via email:" => "通过电子邮件分享:",
|
||
"No people found" => "查无此人",
|
||
"Resharing is not allowed" => "不允许重复分享",
|
||
"Shared in {item} with {user}" => "已经与 {user} 在 {item} 中分享",
|
||
"Unshare" => "取消分享",
|
||
"can edit" => "可编辑",
|
||
"access control" => "访问控制",
|
||
"create" => "创建",
|
||
"update" => "更新",
|
||
"delete" => "删除",
|
||
"share" => "分享",
|
||
"Password protected" => "密码保护",
|
||
"Error unsetting expiration date" => "取消设置失效日期出错",
|
||
"Error setting expiration date" => "设置失效日期出错",
|
||
"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。",
|
||
"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" => "重置密码",
|
||
"Personal" => "私人",
|
||
"Users" => "用户",
|
||
"Apps" => "程序",
|
||
"Admin" => "管理员",
|
||
"Help" => "帮助",
|
||
"Access forbidden" => "禁止访问",
|
||
"Cloud not found" => "云 没有被找到",
|
||
"Edit categories" => "编辑分类",
|
||
"Add" => "添加",
|
||
"Security Warning" => "安全警告",
|
||
"Please update your PHP installation to use ownCloud securely." => "请升级您的PHP版本以稳定运行ownCloud。",
|
||
"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." => "没有安全随机码生成器,黑客可以预测密码重置令牌并接管你的账户。",
|
||
"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>。",
|
||
"Create an <strong>admin account</strong>" => "建立一个 <strong>管理帐户</strong>",
|
||
"Advanced" => "进阶",
|
||
"Data folder" => "数据存放文件夹",
|
||
"Configure the database" => "配置数据库",
|
||
"will be used" => "将会使用",
|
||
"Database user" => "数据库用户",
|
||
"Database password" => "数据库密码",
|
||
"Database name" => "数据库用户名",
|
||
"Database tablespace" => "数据库表格空间",
|
||
"Database host" => "数据库主机",
|
||
"Finish setup" => "完成安装",
|
||
"web services under your control" => "您控制的网络服务",
|
||
"Log out" => "注销",
|
||
"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." => "请修改您的密码以保护账户。",
|
||
"Lost your password?" => "忘记密码?",
|
||
"remember" => "备忘",
|
||
"Log in" => "登陆",
|
||
"Alternative Logins" => "备选登录",
|
||
"prev" => "后退",
|
||
"next" => "前进",
|
||
"Updating ownCloud to version %s, this may take a while." => "ownCloud正在升级至 %s 版,这可能需要一点时间。"
|
||
);
|