diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-05 01:07:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-05 01:07:46 +0000 |
commit | 1d5e94a4f25450649dc65a9a70e28230fc2a3050 (patch) | |
tree | 16b14f7dc2d41f27e03f67fa306ff4db75b89268 /apps/theming/l10n/zh_CN.js | |
parent | badb45fce4e66262e93277330231d49beba8730d (diff) | |
download | nextcloud-server-1d5e94a4f25450649dc65a9a70e28230fc2a3050.tar.gz nextcloud-server-1d5e94a4f25450649dc65a9a70e28230fc2a3050.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/zh_CN.js')
-rw-r--r-- | apps/theming/l10n/zh_CN.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js new file mode 100644 index 00000000000..f8de1a2333b --- /dev/null +++ b/apps/theming/l10n/zh_CN.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "管理", + "a safe home for all your data" : "给您所有的数据一个安全的家", + "The given name is too long" : "文件名过长", + "The given web address is too long" : "提供的网址过长", + "The given slogan is too long" : "提供的标语过长", + "The given color is invalid" : "提供的颜色无效", + "Saved" : "已保存", + "No file uploaded" : "文件没有上传", + "Unsupported image type" : "不支持图片格式", + "You are already using a custom theme" : "你已经在使用自定义主题", + "Theming" : "主题", + "Name" : "名字", + "reset to default" : "重置默认", + "Web address" : "网址", + "Web address https://…" : "网址 https://...", + "Slogan" : "标语", + "Color" : "颜色", + "Logo" : "标志", + "Upload new logo" : "上传新标志", + "Login image" : "登录图片", + "Upload new login background" : "上传新登录背景", + "Log in image" : "登录图片" +}, +"nplurals=1; plural=0;"); |