nextcloud/lib/l10n/zh_CN.json

106 lines
8.8 KiB
JSON
Raw Normal View History

{ "translations": {
"Cannot write into \"config\" directory!" : "无法写入“config”目录",
"See %s" : "查看 %s",
2014-12-05 09:55:52 +03:00
"PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。",
"Unknown filetype" : "未知的文件类型",
"Invalid image" : "无效的图像",
2014-12-11 09:55:27 +03:00
"today" : "今天",
"yesterday" : "昨天",
2016-02-25 09:58:06 +03:00
"_%n day ago_::_%n days ago_" : ["%n 天前"],
2014-12-11 09:55:27 +03:00
"last month" : "上月",
"_%n month ago_::_%n months ago_" : ["%n 月前"],
"last year" : "去年",
2016-02-25 09:58:06 +03:00
"_%n year ago_::_%n years ago_" : ["%n 年前"],
2014-12-11 09:55:27 +03:00
"_%n hour ago_::_%n hours ago_" : ["%n 小时前"],
"_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"],
"seconds ago" : "秒前",
2016-02-25 09:58:06 +03:00
"Dot files are not allowed" : ".文件 不被允许",
"File name is a reserved word" : "文件名包含敏感字符",
2015-08-25 19:39:10 +03:00
"File name contains at least one invalid character" : "文件名中存在至少一个非法字符",
2016-02-25 09:58:06 +03:00
"File name is too long" : "文件名过长",
2016-04-30 08:55:54 +03:00
"%s enter the database username." : "%s 输入数据库用户名。",
"%s enter the database name." : "%s 输入数据库名称。",
"%s you may not use dots in the database name" : "%s 您不能在数据库名称中使用英文句号。",
"Oracle connection could not be established" : "不能建立甲骨文连接",
"Oracle username and/or password not valid" : "Oracle 数据库用户名和/或密码无效",
"DB Error: \"%s\"" : "数据库错误:\"%s\"",
"Offending command was: \"%s\"" : "冲突命令为:\"%s\"",
"You need to enter either an existing account or the administrator." : "你需要输入一个数据库中已有的账户或管理员账户。",
"Offending command was: \"%s\", name: %s, password: %s" : "冲突命令为:\"%s\",名称:%s密码%s",
"PostgreSQL username and/or password not valid" : "PostgreSQL 数据库用户名和/或密码无效",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!",
"For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。",
"Set an admin username." : "请设置一个管理员用户名。",
"Set an admin password." : "请设置一个管理员密码。",
"You are not allowed to share %s" : "您无权分享 %s",
"Could not find category \"%s\"" : "无法找到分类 \"%s\"",
"Apps" : "应用",
"Help" : "帮助",
"Personal" : "个人",
"Users" : "用户",
"Admin" : "管理",
"Recommended" : "推荐",
"No app name specified" : "没有指定的 App 名称",
"web services under your control" : "您控制的网络服务",
2016-02-25 09:58:06 +03:00
"Can't read file" : "无法读取文件",
"App directory already exists" : "应用程序目录已存在",
"Can't create app folder. Please fix permissions. %s" : "无法创建应用程序文件夹。请修正权限。%s",
"No source specified when installing app" : "安装 App 时未指定来源",
"No href specified when installing app from http" : "从 http 安装 App 时未指定链接",
"No path specified when installing app from local file" : "从本地文件安装 App 时未指定路径",
"Archives of type %s are not supported" : "不支持 %s 的压缩格式",
"Failed to open archive when installing app" : "安装 App 是打开归档失败",
"App does not provide an info.xml file" : "应用未提供 info.xml 文件",
"App can't be installed because of not allowed code in the App" : "App 无法安装,因为 App 中有非法代码 ",
"App can't be installed because it is not compatible with this version of ownCloud" : "App 无法安装,因为和当前 ownCloud 版本不兼容",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "App 无法安装,因为 App 包含不允许在非内置 App 中使用的 <shipped>true</shipped> 标签",
"Application is not enabled" : "应用程序未启用",
"Authentication error" : "认证出错",
"Token expired. Please reload page." : "Token 过期,请刷新页面。",
"Unknown user" : "未知用户",
2016-02-25 09:58:06 +03:00
"Invalid Federated Cloud ID" : "无效的联合云ID",
"%s shared »%s« with you" : "%s 向您分享了 »%s«",
2016-02-25 09:58:06 +03:00
"%s via %s" : "%s 通过 %s",
"Sharing %s failed, because the file does not exist" : "共享 %s 失败,因为文件不存在。",
"Sharing %s failed, because the user %s does not exist" : "共享 %s 失败,因为用户 %s 不存在",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "共享 %s 失败,因为用户 %s 不是 %s 所属的任何组的用户",
"Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
"Sharing %s failed, because the group %s does not exist" : "共享 %s 失败,因为 %s 组不存在",
"Sharing %s failed, because %s is not a member of the group %s" : "共享 %s 失败,因为 %s 不是 %s 组的成员",
"Sharing %s failed, because sharing with links is not allowed" : "共享 %s 失败,因为不允许用链接共享",
2016-02-25 09:58:06 +03:00
"Not allowed to create a federated share with the same user" : "不能给你自己分享文件",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "文件:%s 分享失败,联合云无法找到 %s请检查设置或联系管理员。",
"Share type %s is not valid for %s" : "%s 不是 %s 的合法共享类型",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "设置 %s 权限失败,因为权限超出了 %s 已有权限。",
"Setting permissions for %s failed, because the item was not found" : "设置 %s 的权限失败,因为未找到到对应项",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口",
"Sharing backend %s not found" : "未找到共享后端 %s",
"Sharing backend for %s not found" : "%s 的共享后端未找到",
"Sharing %s failed, because the permissions exceed permissions granted to %s" : "共享 %s 失败,因为权限超过了 %s 已有权限",
"Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源",
"Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为未在文件缓存中找到文件。",
"A valid username must be provided" : "必须提供合法的用户名",
"A valid password must be provided" : "必须提供合法的密码",
"The username is already being used" : "用户名已被使用",
"No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。",
2016-02-25 09:58:06 +03:00
"Microsoft Windows Platform is not supported" : "不支持 Microsoft Windows Platform",
"Cannot write into \"config\" directory" : "无法写入“config”目录",
"Cannot write into \"apps\" directory" : "无法写入“apps”目录",
"Cannot create \"data\" directory (%s)" : "无法创建“apps”目录 (%s)",
"Setting locale to %s failed" : "设置语言为 %s 失败",
"Please ask your server administrator to install the module." : "请联系服务器管理员安装模块。",
"PHP module %s not installed." : "PHP %s 模块未安装。",
2016-02-25 09:58:06 +03:00
"PHP setting \"%s\" is not set to \"%s\"." : "PHP 设定 \"%s\" 未设置为 \"%s\"。",
2015-01-24 09:54:51 +03:00
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "这可能是由缓存/加速器造成的,例如 Zend OPcache 或 eAccelerator。",
"PHP modules have been installed, but they are still listed as missing?" : "PHP 模块已经安装,但仍然显示未安装?",
"Please ask your server administrator to restart the web server." : "请联系服务器管理员重启网页服务器。",
"PostgreSQL >= 9 required" : "要求 PostgreSQL >= 9",
"Please upgrade your database version" : "请升级您的数据库版本",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录。",
"Data directory (%s) is readable by other users" : "文件目录 (%s) 可以被其他用户读取",
"Data directory (%s) is invalid" : "文件目录 (%s) 无效",
2015-11-11 09:55:47 +03:00
"Please check that the data directory contains a file \".ocdata\" in its root." : "请确保文件根目录下包含有一个名为“.ocdata”的文件。",
"Storage not available" : "存储空间不可用"
},"pluralForm" :"nplurals=1; plural=0;"
}