diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-08 00:11:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-08 00:11:34 +0000 |
commit | 9fe95e8a7cf5f639fe3ba2a3aa33ce4a5c9a77b6 (patch) | |
tree | a6d2ee78c2f012c0948d15eb09eb3271088a8f10 /apps/files_external/l10n/zh_CN.js | |
parent | 6180feeb9d6c3c7edceb6a996a48695504f673fb (diff) | |
download | nextcloud-server-9fe95e8a7cf5f639fe3ba2a3aa33ce4a5c9a77b6.tar.gz nextcloud-server-9fe95e8a7cf5f639fe3ba2a3aa33ce4a5c9a77b6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/zh_CN.js')
-rw-r--r-- | apps/files_external/l10n/zh_CN.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js index 2f16919e000..d2f3167097a 100644 --- a/apps/files_external/l10n/zh_CN.js +++ b/apps/files_external/l10n/zh_CN.js @@ -101,6 +101,7 @@ OC.L10N.register( "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "没有安装或启用 PHP 中的 FTP 支持. 无法挂载 %s. 请联系您的系统管理员安装.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "没有安装 \"%s\". 无法挂载 %s. 请联系您的系统管理员安装.", "External storage support" : "外部存储支持", + "No external storage configured or you don't have the permission to configure them" : "未设置外部存储或者没有权限", "Name" : "名称", "Storage type" : "存储类型", "Scope" : "适用范围", @@ -110,16 +111,20 @@ OC.L10N.register( "Check for changes" : "检查修改", "Never" : "从不", "Once every direct access" : "每次访问时", + "Read only" : "只读", "Folder name" : "目录名称", "External storage" : "外部存储", "Authentication" : "认证", "Configuration" : "配置", "Available for" : "可用于", + "Click to recheck the configuration" : "点击以再次检查配置", "Add storage" : "增加存储", "Advanced settings" : "高级选项", "Delete" : "删除", "Allow users to mount external storage" : "允许用户挂载外部存储", "Allow users to mount the following external storage" : "允许用户挂载以下外部存储", + "Step 1 failed. Exception: %s" : "步骤 1 失败. 异常: %s", + "Step 2 failed. Exception: %s" : "步骤 2 失败. 异常: %s", "Dropbox App Configuration" : "Dropbox 配置", "Google Drive App Configuration" : "Google Drive 配置", "OpenStack" : "OpenStack", |