nextcloud/apps/files_sharing/l10n/zh_CN.php

36 lines
1.8 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-07-04 09:56:01 +04:00
"Server to server sharing is not enabled on this server" => "此服务器未启用服务器到服务器分享功能",
"Couldn't add remote share" => "无法添加远程分享",
"Shared with you" => "分享给您的文件",
"Shared with others" => "您分享的文件",
"Shared by link" => "分享链接的文件",
"No files have been shared with you yet." => "目前没有文件向您分享。",
"You haven't shared any files yet." => "您还未分享过文件。",
"You haven't shared any files by link yet." => "您还没通过链接分享文件。",
2014-07-09 09:55:51 +04:00
"Cancel" => "取消",
2014-07-04 09:56:01 +04:00
"No ownCloud installation found at {remote}" => "未能在 {remote} 找到 ownCloud 服务",
"Invalid ownCloud url" => "无效的 ownCloud 网址",
"Shared by {owner}" => "{owner} 分享",
2014-06-01 09:55:19 +04:00
"Shared by" => "共享人",
2014-03-11 09:59:39 +04:00
"This share is password-protected" => "这是一个密码保护的共享",
2013-08-19 23:14:38 +04:00
"The password is wrong. Try again." => "用户名或密码错误!请重试",
2014-07-08 09:55:17 +04:00
"Password" => "密码",
2014-06-01 09:55:19 +04:00
"Name" => "名称",
2014-07-04 09:56:01 +04:00
"Share time" => "分享时间",
2013-08-19 23:14:38 +04:00
"Sorry, this link doesnt seem to work anymore." => "抱歉,此链接已失效",
"Reasons might be:" => "可能原因是:",
"the item was removed" => "此项已移除",
"the link expired" => "链接过期",
2014-07-04 09:56:01 +04:00
"sharing is disabled" => "分享已禁用",
2013-08-19 23:14:38 +04:00
"For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。",
2014-07-04 09:56:01 +04:00
"Add to your ownCloud" => "添加到您的 ownCloud",
2014-05-04 09:56:15 +04:00
"Download" => "下载",
2014-05-07 09:55:48 +04:00
"Download %s" => "下载 %s",
2014-07-04 09:56:01 +04:00
"Direct link" => "直接链接",
"Remote Shares" => "远程分享",
"Allow other instances to mount public links shared from this server" => "允许其他实例挂载由此服务器分享的公共链接",
"Allow users to mount public link shares" => "允许用户挂载公共链接分享"
2012-09-28 04:06:03 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";