Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d952b71b9d6ba7ec6b4d801140c87142a67a87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "为您的所有数据提供一个安全的家。",
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "在任何设备上访问和共享您的文件,日历,联系人,邮件等等,一切尽在掌控中",
"Get the apps to sync your files" => "安装应用进行文件同步",
"Desktop client" => "桌面客户端",
"Android app" => "安卓应用",
"iOS app" => "iOS 应用",
"Connect your desktop apps to %s" => "使用桌面应用连接到 %s",
"Connect your Calendar" => "连接你的日历",
"Connect your Contacts" => "连接你的通讯录",
"Documentation" => "文档",
"Access files via WebDAV" => "通过 WebDAV 访问你的文件",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "访问<a target=\"_blank\" href=\"%s\">文档</a>和我们的<a target=\"_blank\" href=\"http://owncloud.org\">网站</a>了解更多信息。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";