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

zh_CN.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc7edb361fda2d9596f5111b3ca9c4328daf7efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
OC.L10N.register(
    "files_external",
    {
    "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" : "授权",
    "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",
    "Enable Path Style" : "启用 Path Style",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Remote subfolder" : "远程子文件夹",
    "Secure https://" : "安全 https://",
    "Dropbox" : "Dropbox",
    "FTP" : "FTP",
    "Host" : "主机",
    "Secure ftps://" : "安全 ftps://",
    "Google Drive" : "Google Drive",
    "Local" : "本地",
    "Location" : "地点",
    "ownCloud" : "ownCloud",
    "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" : "适用范围",
    "Enable encryption" : "启用加密",
    "Enable previews" : "启用预览",
    "Enable sharing" : "启用分享",
    "Never" : "从不",
    "External Storage" : "外部存储",
    "Folder name" : "目录名称",
    "Authentication" : "认证",
    "Configuration" : "配置",
    "Available for" : "可用于",
    "Add storage" : "增加存储",
    "Advanced settings" : "高级选项",
    "Delete" : "删除",
    "Allow users to mount external storage" : "允许用户挂载外部存储",
    "Allow users to mount the following external storage" : "允许用户挂载以下外部存储"
},
"nplurals=1; plural=0;");