nextcloud/lib/l10n/zh_CN.php

53 lines
3.0 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-08-24 04:07:18 +04:00
"Help" => "帮助",
"Personal" => "个人",
"Settings" => "设置",
"Users" => "用户",
"Admin" => "管理",
2013-07-06 04:08:38 +04:00
"web services under your control" => "您控制的web服务",
2012-08-24 04:07:18 +04:00
"ZIP download is turned off." => "ZIP 下载已经关闭",
"Files need to be downloaded one by one." => "需要逐一下载文件",
"Back to Files" => "回到文件",
"Selected files too large to generate zip file." => "选择的文件太大,无法生成 zip 文件。",
2013-03-15 03:06:36 +04:00
"couldn't be determined" => "无法确定",
"Application is not enabled" => "应用程序未启用",
"Authentication error" => "认证出错",
2012-08-24 04:07:18 +04:00
"Token expired. Please reload page." => "Token 过期,请刷新页面。",
2012-10-25 04:11:53 +04:00
"Files" => "文件",
"Text" => "文本",
2013-03-15 03:06:36 +04:00
"Images" => "图片",
"%s enter the database username." => "%s 输入数据库用户名。",
"%s enter the database name." => "%s 输入数据库名称。",
"%s you may not use dots in the database name" => "%s 您不能在数据库名称中使用英文句号。",
2013-06-30 04:13:07 +04:00
"MS SQL username and/or password not valid: %s" => "MS SQL 用户名和/或密码无效:%s",
2013-03-15 03:06:36 +04:00
"You need to enter either an existing account or the administrator." => "你需要输入一个数据库中已有的账户或管理员账户。",
"MySQL username and/or password not valid" => "MySQL 数据库用户名和/或密码无效",
"DB Error: \"%s\"" => "数据库错误:\"%s\"",
"Offending command was: \"%s\"" => "冲突命令为:\"%s\"",
"MySQL user '%s'@'localhost' exists already." => "MySQL 用户 '%s'@'localhost' 已存在。",
"Drop this user from MySQL" => "建议从 MySQL 数据库中丢弃 Drop 此用户",
"MySQL user '%s'@'%%' already exists" => "MySQL 用户 '%s'@'%%' 已存在",
"Drop this user from MySQL." => "建议从 MySQL 数据库中丢弃 Drop 此用户。",
2013-06-30 04:13:07 +04:00
"Oracle connection could not be established" => "不能建立甲骨文连接",
2013-05-24 04:02:43 +04:00
"Oracle username and/or password not valid" => "Oracle 数据库用户名和/或密码无效",
2013-03-15 03:06:36 +04:00
"Offending command was: \"%s\", name: %s, password: %s" => "冲突命令为:\"%s\",名称:%s密码%s",
2013-06-30 04:13:07 +04:00
"PostgreSQL username and/or password not valid" => "PostgreSQL 数据库用户名和/或密码无效",
"Set an admin username." => "请设置一个管理员用户名。",
"Set an admin password." => "请设置一个管理员密码。",
2013-03-15 03:06:36 +04:00
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.",
"Please double check the <a href='%s'>installation guides</a>." => "请认真检查<a href='%s'>安装指南</a>.",
2013-04-27 04:24:29 +04:00
"seconds ago" => "秒前",
2013-08-15 17:41:45 +04:00
"_%n minute ago_::_%n minutes ago_" => array(""),
"_%n hour ago_::_%n hours ago_" => array(""),
2012-08-24 04:07:18 +04:00
"today" => "今天",
"yesterday" => "昨天",
2013-08-15 17:41:45 +04:00
"_%n day go_::_%n days ago_" => array(""),
2012-08-24 04:07:18 +04:00
"last month" => "上月",
2013-08-15 17:41:45 +04:00
"_%n month ago_::_%n months ago_" => array(""),
2013-03-15 03:06:36 +04:00
"last year" => "去年",
2013-04-27 04:24:29 +04:00
"years ago" => "年前",
2012-11-19 03:01:48 +04:00
"Could not find category \"%s\"" => "无法找到分类 \"%s\""
2012-08-24 04:07:18 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";