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

zh_HK.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d0fc867ad251a83267c4aa1982dfec3f0cab02a (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
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}」?",
    "Folder name" : "資料夾名稱",
    "Groups" : "群組",
    "Quota" : "容量限額",
    "Advanced Permissions" : "高級權限"
},
"nplurals=1; plural=0;");