nextcloud/lib/l10n/zh_CN.GB2312.php

34 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"Help" => "帮助",
"Personal" => "私人",
"Settings" => "设置",
"Users" => "用户",
"Apps" => "程序",
"Admin" => "管理员",
"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 文件。",
"Application is not enabled" => "应用未启用",
"Authentication error" => "验证错误",
"Token expired. Please reload page." => "会话过期。请刷新页面。",
"Files" => "文件",
"Text" => "文本",
"Images" => "图片",
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "因WebDAV接口故障您的网络服务器好像并未允许文件同步。",
"Please double check the <a href='%s'>installation guides</a>." => "请双击<a href='%s'>安装向导</a>。",
"seconds ago" => "秒前",
"1 minute ago" => "1 分钟前",
"%d minutes ago" => "%d 分钟前",
"1 hour ago" => "1小时前",
"today" => "今天",
"yesterday" => "昨天",
"%d days ago" => "%d 天前",
"last month" => "上个月",
"last year" => "去年",
"years ago" => "年前",
"%s is available. Get <a href=\"%s\">more information</a>" => "%s 不可用。获知 <a href=\"%s\">详情</a>",
"up to date" => "最新",
"updates check is disabled" => "更新检测已禁用"
);