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

zh_CN.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7dccaedb01705ec19a5c6cefdda74d190cdcc77c (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
OC.L10N.register(
    "groupfolders",
    {
    "Group folders" : "组文件夹",
    "Admin configured folders shared with everyone in a group" : "管理员配置了和一个小组中每个人分享的文件夹",
    "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "管理员配置了和小组中每个人共享的文件夹。\n\n可以从管理设置中的 *组文件夹* 对文件夹进行配置。\n\n创建文件夹后,管理员可以授权一个或多个组访问该文件夹,控制写入/共享权限,并为该文件夹分配配额。\n\n注意:目前不支持加密群组文件夹的内容。",
    "Denied" : "拒绝",
    "Allowed" : "允许",
    "Inherit permission" : "继承权限",
    "Deny" : "禁止",
    "Allow" : "允许",
    "Denied (Inherited permission)" : "拒绝(继承的权限)",
    "Allowed (Inherited permission)" : "允许(继承的权限)",
    "Group folder" : "组文件夹",
    "Read" : "读取",
    "Write" : "写入",
    "Create" : "创建",
    "Delete" : "删除",
    "Share" : "共享",
    "You" : "您",
    "Remove access rule" : "移除访问规则",
    "Add advanced permission rule" : "添加高级权限规则",
    "Select a user or group" : "选择用户或分组",
    "Group" : "群组",
    "Add group" : "添加分组",
    "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "您确定要删除\"{folderName}\"和所有里面的文件吗?此操作无法撤销",
    "Delete \"{folderName}\"?" : "删除 \"{folderName}\"吗?",
    "Group folder admin delegation" : "组文件夹管理员代理",
    "They will have access to all Groupfolders." : "这些人能访问所有的组文件夹",
    "They will only have access to Groupfolders for which they have advanced permissions." : "这些人只能访问对他们授予了高级权限的组文件夹",
    "Folder name" : "文件夹名称",
    "Groups" : "分组",
    "Quota" : "配额",
    "Advanced Permissions" : "高级权限"
},
"nplurals=1; plural=0;");