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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-16 07:24:24 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-16 07:24:24 +0300
commit64fe031e43c3c2f747727a3e201302003eaf11d2 (patch)
treef965fbef54dc1da0daf77c60cd9466d228232c53 /l10n
parent051a7000cb64b250e809d3226e96c2fcc424b681 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_CN.js2
-rw-r--r--l10n/zh_CN.json2
-rw-r--r--l10n/zh_CN.php2
3 files changed, 6 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 4a7d5028..d1762798 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"firstrunwizard",
{
+ "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" : "安卓应用",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 1522d9c0..fb2308d1 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "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" : "安卓应用",
diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php
index cd1386b0..9d952b71 100644
--- a/l10n/zh_CN.php
+++ b/l10n/zh_CN.php
@@ -1,5 +1,7 @@
<?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" => "安卓应用",