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>2015-07-02 07:24:24 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-07-02 07:24:24 +0300
commit22e53c95aca05d6dd822e45d71ba1bf890016c26 (patch)
treedfdc5b8d0fbc4c3f1df6753296964dc4050ae333 /l10n
parent8a8d8e213c604d41d77f224ce642dfaa864281cf (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_CN.js3
-rw-r--r--l10n/zh_CN.json3
-rw-r--r--l10n/zh_CN.php3
3 files changed, 9 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index d336847a..32792bbc 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -4,6 +4,9 @@ OC.L10N.register(
"Welcome to %s" : "欢迎来到 %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." : "你的个人专属网络服务。你的文件,联系人,日历及其他数据,全在这里。",
"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" : "连接你的通讯录",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 36b05748..6f5cbdfd 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -2,6 +2,9 @@
"Welcome to %s" : "欢迎来到 %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." : "你的个人专属网络服务。你的文件,联系人,日历及其他数据,全在这里。",
"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" : "连接你的通讯录",
diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php
index 53be0e26..75a1ee64 100644
--- a/l10n/zh_CN.php
+++ b/l10n/zh_CN.php
@@ -3,6 +3,9 @@ $TRANSLATIONS = array(
"Welcome to %s" => "欢迎来到 %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "你的个人专属网络服务。你的文件,联系人,日历及其他数据,全在这里。",
"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" => "连接你的通讯录",