nextcloud/core/l10n/zh_CN.js

223 lines
16 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"core",
{
2014-12-20 09:56:24 +03:00
"Couldn't send mail to following users: %s " : "无法发送邮件到用户: %s ",
"Turned on maintenance mode" : "启用维护模式",
"Turned off maintenance mode" : "关闭维护模式",
"Updated database" : "数据库已更新",
"Checked database schema update" : "已经检查数据库架构更新",
2014-12-20 09:56:24 +03:00
"Checked database schema update for apps" : "已经检查应用的数据库架构更新",
"Updated \"%s\" to %s" : "更新 \"%s\" 为 %s",
2015-04-02 08:54:47 +03:00
"Repair warning: " : "修复警告:",
"Repair error: " : "修复错误:",
"Following incompatible apps have been disabled: %s" : "下列不兼容应用已经被禁用:%s",
"Following 3rd party apps have been disabled: %s" : " 下列第三方应用已经被禁用:%s",
"Invalid file provided" : "提供了无效文件",
"No image or file provided" : "没有提供图片或文件",
"Unknown filetype" : "未知的文件类型",
"Invalid image" : "无效的图像",
"No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试",
"No crop data provided" : "没有提供相应数据",
2015-04-02 08:54:47 +03:00
"No valid crop data provided" : "没有提供有效的裁剪数据",
"Crop is not square" : "裁剪的不是正方形",
"Sunday" : "星期日",
"Monday" : "星期一",
"Tuesday" : "星期二",
"Wednesday" : "星期三",
"Thursday" : "星期四",
"Friday" : "星期五",
"Saturday" : "星期六",
"January" : "一月",
"February" : "二月",
"March" : "三月",
"April" : "四月",
"May" : "五月",
"June" : "六月",
"July" : "七月",
"August" : "八月",
"September" : "九月",
"October" : "十月",
"November" : "十一月",
"December" : "十二月",
"Settings" : "设置",
2014-12-20 09:56:24 +03:00
"Saving..." : "保存中...",
"Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。<br>如果未能收到邮件请联系管理员。",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的文件已被加密。如果您没有启用恢复密钥,密码重置后您将无法取回您的文件。<br />在继续之前,如果有疑问请联系您的管理员。<br />确认继续?",
"I know what I'm doing" : "我知道我在做什么",
"Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。",
"No" : "否",
"Yes" : "是",
2014-12-20 09:56:24 +03:00
"Choose" : "选择",
"Error loading file picker template: {error}" : "加载文件分拣模板出错: {error}",
2014-12-20 09:56:24 +03:00
"Ok" : "确定",
"Error loading message template: {error}" : "加载消息模板出错: {error}",
2014-12-17 09:56:41 +03:00
"read-only" : "只读",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} 个文件冲突"],
"One file conflict" : "1个文件冲突",
"New Files" : "新文件",
"Already existing files" : "已经存在的文件",
"Which files do you want to keep?" : "想要保留哪一个文件呢?",
"If you select both versions, the copied file will have a number added to its name." : "如果同时选择了两个版本,复制的文件名将会增加上一个数字。",
"Cancel" : "取消",
"Continue" : "继续",
"(all selected)" : "(选中全部)",
"({count} selected)" : "(选择了{count}个)",
"Error loading file exists template" : "加载文件存在性模板失败",
"Very weak password" : "非常弱的密码",
"Weak password" : "弱密码",
"So-so password" : "一般强度的密码",
"Good password" : "较强的密码",
"Strong password" : "强密码",
2015-04-02 08:54:47 +03:00
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "由于 WebDAV 接口似乎被破坏,因此你的网页服务器没有正确地设置来允许文件同步。",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "该服务器没有工作在互联网连接,这意味着像挂载外部存储,第三方应用的更新或者安装的通知将不会工作。远程文件访问和邮件通知的发送也可能不会工作。如果你想拥有所有功能,我们建议你为服务器打开互联网连接。",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据目录和你的文件可能从互联网被访问到。.htaccess 文件不工作。我们强烈建议你配置你的网页服务器,使数据目录不再可访问,或者将数据目录移动到网页服务器根文档目录之外。",
2015-04-15 01:15:32 +03:00
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "内存缓存未配置。如果可用,请配置 memcache 来增强性能。更多信息请查看我们的<a href=\"{docLink}\">文档</a> 。",
"Error occurred while checking server setup" : "当检查服务器启动时出错",
2015-04-02 08:54:47 +03:00
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 头部没有配置和 \"{expected}\" 的一样。这是一个潜在的安全或者隐私风险,我们调整这项设置。",
"Shared" : "已共享",
"Shared with {recipients}" : "由{recipients}分享",
"Share" : "分享",
"Error" : "错误",
"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 link" : "分享链接",
"The public link will expire no later than {days} days after it is created" : "这个共享链接将在创建后 {days} 天失效",
2014-12-20 09:56:24 +03:00
"Link" : "链接",
"Password protect" : "密码保护",
2014-12-19 09:56:51 +03:00
"Password" : "密码",
"Choose a password for the public link" : "为共享链接设置密码",
2015-01-31 09:54:39 +03:00
"Allow editing" : "允许编辑",
"Email link to person" : "发送链接到个人",
"Send" : "发送",
"Set expiration date" : "设置过期日期",
2014-12-20 09:56:24 +03:00
"Expiration" : "过期",
"Expiration date" : "过期日期",
"Adding user..." : "添加用户中...",
2014-12-20 09:56:24 +03:00
"group" : "群组",
2015-01-31 09:54:39 +03:00
"remote" : "远程",
"Resharing is not allowed" : "不允许二次共享",
"Shared in {item} with {user}" : "在 {item} 与 {user} 共享。",
"Unshare" : "取消共享",
"notify by email" : "以邮件通知",
"can share" : "可共享",
"can edit" : "可以修改",
"access control" : "访问控制",
"create" : "创建",
2015-04-02 08:54:47 +03:00
"change" : "更改",
"delete" : "删除",
"Password protected" : "密码已受保护",
"Error unsetting expiration date" : "取消设置过期日期时出错",
"Error setting expiration date" : "设置过期日期时出错",
"Sending ..." : "正在发送...",
"Email sent" : "邮件已发送",
"Warning" : "警告",
"The object type is not specified." : "未指定对象类型。",
"Enter new" : "输入新...",
"Delete" : "删除",
"Add" : "增加",
"Edit tags" : "编辑标签",
"Error loading dialog template: {error}" : "加载对话框模板出错: {error}",
"No tags selected for deletion." : "请选择要删除的标签。",
2014-12-17 09:56:41 +03:00
"unknown text" : "未知文字",
"Hello world!" : "Hello world!",
2014-12-20 09:56:24 +03:00
"sunny" : "晴",
"Hello {name}, the weather is {weather}" : "您好 {name},今天天气是{weather}",
2015-04-02 08:54:47 +03:00
"Hello {name}" : "你好 {name}",
2014-12-20 09:56:24 +03:00
"_download %n file_::_download %n files_" : ["下载 %n 个文件"],
"Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。",
"Please reload the page." : "请重新加载页面。",
2015-04-15 08:54:38 +03:00
"The update was unsuccessful. " : "升级未成功",
"The update was successful. Redirecting you to ownCloud now." : "更新成功。正在重定向至 ownCloud。",
"Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码",
"Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。",
"Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。",
"%s password reset" : "重置 %s 的密码",
"Use the following link to reset your password: {link}" : "使用以下链接重置您的密码:{link}",
"New password" : "新密码",
"New Password" : "新密码",
2014-11-20 09:55:06 +03:00
"Reset password" : "重置密码",
2015-04-02 08:54:47 +03:00
"Searching other places" : "搜索其他地方",
"_{count} search result in other places_::_{count} search results in other places_" : ["在其他地方有 {count} 个搜索结果"],
"Personal" : "个人",
"Users" : "用户",
"Apps" : "应用",
"Admin" : "管理",
"Help" : "帮助",
"Error loading tags" : "加载标签出错",
"Tag already exists" : "标签已存在",
2014-12-20 09:56:24 +03:00
"Error deleting tag(s)" : "删除标签时出错",
"Error tagging" : "增加标签时出错",
"Error untagging" : "移除标签时出错",
"Error favoriting" : "收藏时出错",
"Error unfavoriting" : "删除收藏时出错",
"Access forbidden" : "访问禁止",
"File not found" : "文件未找到",
"The specified document has not been found on the server." : "在服务器上没找到指定的文件。",
"You can click here to return to %s." : "你可以点击这里返回 %s。",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "嗨、你好,\n\n只想让你知道 %s 分享了 %s 给你。\n现在查看: %s\n",
"The share will expire on %s." : "此分享将在 %s 过期。",
"Cheers!" : "干杯!",
2014-12-20 09:56:24 +03:00
"Internal Server Error" : "内部服务器错误",
"The server encountered an internal error and was unable to complete your request." : "服务器发送一个内部错误并且无法完成你的请求。",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "请联系服务器管理员,如果多次出现这个错误,请把下面的技术细节包含在您的报告里。",
"More details can be found in the server log." : "更多细节能在服务器日志中找到。",
"Technical details" : "技术细节",
"Remote Address: %s" : "远程地址: %s",
"Request ID: %s" : "请求 ID: %s",
2015-04-02 08:54:47 +03:00
"Type: %s" : "类型:%s",
"Code: %s" : "代码: %s",
"Message: %s" : "消息: %s",
"File: %s" : "文件: %s",
"Line: %s" : "行: %s",
"Trace" : "追踪",
"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=\"%s\" target=\"_blank\">documentation</a>." : "关于如何配置服务器,请参见 <a href=\"%s\" target=\"_blank\">此文档</a>。",
"Create an <strong>admin account</strong>" : "创建<strong>管理员账号</strong>",
2014-11-20 09:55:06 +03:00
"Username" : "用户名",
"Storage & database" : "存储 & 数据库",
"Data folder" : "数据目录",
"Configure the database" : "配置数据库",
"Only %s is available." : "仅 %s 可用。",
"Database user" : "数据库用户",
"Database password" : "数据库密码",
"Database name" : "数据库名",
"Database tablespace" : "数据库表空间",
"Database host" : "数据库主机",
2015-04-02 08:54:47 +03:00
"SQLite will be used as database." : "SQLite 将被作为数据库使用。",
"For larger installations we recommend to choose a different database backend." : "对于更大的安装,我们建议选择一个不同的数据库后端。",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特别当使用桌面客户端来同步文件时,不鼓励使用 SQLite 。",
"Finish setup" : "安装完成",
"Finishing …" : "正在结束 ...",
2015-04-02 08:54:47 +03:00
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "对于正确的操作,该应用要求 JavaScript 。请 {linkstart} 打开 JavaScript {linkend} ,然后重新载入页面。",
"Log out" : "注销",
2014-12-19 09:56:51 +03:00
"Search" : "搜索",
"Server side authentication failed!" : "服务端验证失败!",
"Please contact your administrator." : "请联系你的管理员。",
"Forgot your password? Reset it!" : "忘记密码?立即重置!",
"remember" : "记住",
"Log in" : "登录",
"Alternative Logins" : "其他登录方式",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "嗨、你好,<br><br>只想让你知道 %s 分享了 <strong>%s</strong> 给你。<br><a href=\"%s\">现在查看!</a><br><br>",
"This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。",
"This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。",
"Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。",
"Thank you for your patience." : "感谢让你久等了。",
"You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器。",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系你的系统管理员。如果你是系统管理员配置config/config.php文件中参数\"trusted_domain\" 设置。可以在config/config.sample.php文件中找到例子。",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于你的配置,作为系统管理员,你可能还能点击下面的按钮来信任这个域。",
"Add \"%s\" as trusted domain" : "添加 \"%s\"为信任域",
"%s will be updated to version %s." : "%s 将会更新到版本 %s。",
"The following apps will be disabled:" : "以下应用将会被禁用:",
"The theme %s has been disabled." : "%s 主题已被禁用。",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。",
"Start update" : "开始更新",
2015-05-25 08:55:06 +03:00
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "为进行避免较大的安装时超时,你可以在你的安装目录下运行下面的命令:",
2015-04-02 08:54:47 +03:00
"This %s instance is currently in maintenance mode, which may take a while." : "该 %s 实例当前处于维护模式,这将进行一些时间。",
"This page will refresh itself when the %s instance is available again." : "当实例 %s 再次可用时这个页面将刷新。"
},
"nplurals=1; plural=0;");