diff options
Diffstat (limited to 'apps/files_external/l10n/zh_CN.js')
-rw-r--r-- | apps/files_external/l10n/zh_CN.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js index 0f00952e855..9582a5a2180 100644 --- a/apps/files_external/l10n/zh_CN.js +++ b/apps/files_external/l10n/zh_CN.js @@ -4,22 +4,32 @@ OC.L10N.register( "Step 1 failed. Exception: %s" : "步骤 1 失败。异常:%s", "Step 2 failed. Exception: %s" : "步骤 2 失败。异常:%s", "External storage" : "外部存储", + "Invalid mount point" : "无效的挂载点", + "%s" : "%s", "Personal" : "个人", "System" : "系统", "Grant access" : "授权", "Access granted" : "权限已授予。", "Enable encryption" : "启用加密", + "Enable previews" : "启用预览", + "Enable sharing" : "启用分享", "Never" : "从不", "Saved" : "已保存", + "External mount error" : "外部挂载错误", "external-storage" : "外部存储", "Username" : "用户名", "Password" : "密码", "Save" : "保存", "Access key" : "Access key", "Secret key" : "Secret key", + "Builtin" : "内置", "None" : "无", "API key" : "API密匙", + "Username and password" : "用户名和密码", + "RSA public key" : "RSA 公钥", + "Public key" : "公钥", "Amazon S3" : "Amazon S3", + "Hostname" : "主机名", "Port" : "端口", "Region" : "地区", "Enable SSL" : "启用 SSL", @@ -39,11 +49,17 @@ OC.L10N.register( "SFTP" : "SFTP", "Root" : "根路径", "SFTP with secret key login" : "包含secret key的SFTP", + "SMB / CIFS" : "SMB / CIFS", "Share" : "共享", "Domain" : "域名", "SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登录信息", "OpenStack Object Storage" : "OpenStack 对象存储", "<b>Note:</b> " : "<b>注意:</b>", + "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHP 中的 cURL 支持未启用或未安装。对 %s 的挂载无法进行。请联系系统管理员进行安装。", + "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHP 中的 FTP 支持未启用或未安装。对 %s 的挂载无法进行。请联系系统管理员进行安装。", + "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b>“%s”尚未安装。对 %s 的挂载无法进行。请联系系统管理员进行安装。", + "No external storage configured" : "未配置外部存储", + "You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储", "Name" : "名称", "Storage type" : "存储类型", "Scope" : "适用范围", @@ -55,6 +71,7 @@ OC.L10N.register( "Add storage" : "增加存储", "Advanced settings" : "高级选项", "Delete" : "删除", + "Allow users to mount external storage" : "允许用户挂载外部存储", "Allow users to mount the following external storage" : "允许用户挂载以下外部存储" }, "nplurals=1; plural=0;"); |