nextcloud/core/l10n/zh_CN.GB2312.php

102 lines
4.8 KiB
PHP

<?php $TRANSLATIONS = array(
"Application name not provided." => "应用程序并没有被提供.",
"No category to add?" => "没有分类添加了?",
"This category already exists: " => "这个分类已经存在了:",
"Settings" => "设置",
"Choose" => "选择",
"Cancel" => "取消",
"No" => "",
"Yes" => "",
"Ok" => "好的",
"No categories selected for deletion." => "没有选者要删除的分类.",
"Error" => "错误",
"Error while sharing" => "分享出错",
"Error while unsharing" => "取消分享出错",
"Error while changing permissions" => "变更权限出错",
"Share with" => "分享",
"Share with link" => "分享链接",
"Password protect" => "密码保护",
"Password" => "密码",
"Set expiration date" => "设置失效日期",
"Expiration date" => "失效日期",
"Share via email:" => "通过电子邮件分享:",
"No people found" => "查无此人",
"Resharing is not allowed" => "不允许重复分享",
"Unshare" => "取消分享",
"can edit" => "可编辑",
"access control" => "访问控制",
"create" => "创建",
"update" => "更新",
"delete" => "删除",
"share" => "分享",
"Password protected" => "密码保护",
"Error unsetting expiration date" => "取消设置失效日期出错",
"Error setting expiration date" => "设置失效日期出错",
"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" => "安全警告",
"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 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 提供的 .htaccesss 文件未其作用。我们强烈建议您配置网络服务器以使数据文件夹不能从互联网访问,或将移动数据文件夹移出网络服务器文档根目录。",
"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" => "完成安装",
"Sunday" => "星期天",
"Monday" => "星期一",
"Tuesday" => "星期二",
"Wednesday" => "星期三",
"Thursday" => "星期四",
"Friday" => "星期五",
"Saturday" => "星期六",
"January" => "一月",
"February" => "二月",
"March" => "三月",
"April" => "四月",
"May" => "五月",
"June" => "六月",
"July" => "七月",
"August" => "八月",
"September" => "九月",
"October" => "十月",
"November" => "十一月",
"December" => "十二月",
"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" => "登陆",
"You are logged out." => "你已经注销了",
"prev" => "后退",
"next" => "前进",
"Security Warning!" => "安全警告!",
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "请确认您的密码。<br/>处于安全原因你偶尔也会被要求再次输入您的密码。",
"Verify" => "确认"
);