nextcloud/core/l10n/zh_CN.php

88 lines
3.1 KiB
PHP

<?php $TRANSLATIONS = array(
"Application name not provided." => "没有提供应用程序名称。",
"No category to add?" => "没有可添加分类?",
"This category already exists: " => "此分类已存在: ",
"Settings" => "设置",
"January" => "一月",
"February" => "二月",
"March" => "三月",
"April" => "四月",
"May" => "五月",
"June" => "六月",
"July" => "七月",
"August" => "八月",
"September" => "九月",
"October" => "十月",
"November" => "十一月",
"December" => "十二月",
"Choose" => "选择(&C)...",
"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:" => "通过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" => "重置 ownCloud 密码",
"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}",
"You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。",
"Requested" => "已请求",
"Login failed!" => "登录失败!",
"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" => "安全警告",
"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" => "注销",
"Lost your password?" => "忘记密码?",
"remember" => "记住",
"Log in" => "登录",
"You are logged out." => "您已注销。",
"prev" => "上一页",
"next" => "下一页"
);