Skip to content

Commit e38bd83

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent c641b8a commit e38bd83

File tree

4 files changed

+52
-8
lines changed

4 files changed

+52
-8
lines changed

l10n/uk.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
OC.L10N.register(
22
"groupfolders",
33
{
4+
"You cannot remove your own read permission." : "Ви не можете вилучити в себе самого дозвіл на читання.",
45
"Team folders" : "Каталоги команд",
56
"Admin configured folders shared with everyone in a team" : "Адміністратор сконфігурував каталоги, до яких було надано доступ для всіх у команді",
67
"Unset" : "Зняти",

l10n/uk.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ "translations": {
2+
"You cannot remove your own read permission." : "Ви не можете вилучити в себе самого дозвіл на читання.",
23
"Team folders" : "Каталоги команд",
34
"Admin configured folders shared with everyone in a team" : "Адміністратор сконфігурував каталоги, до яких було надано доступ для всіх у команді",
45
"Unset" : "Зняти",

l10n/zh_CN.js

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
OC.L10N.register(
22
"groupfolders",
33
{
4+
"You cannot remove your own read permission." : "您无法移除您自己的读取权限。",
5+
"Team folders" : "团队文件夹",
6+
"Admin configured folders shared with everyone in a team" : "管理员配置的文件夹,与团队中所有成员共享",
47
"Unset" : "取消设置",
58
"Denied (Inherited permission)" : "拒绝(继承的权限)",
69
"Allowed (Inherited permission)" : "允许(继承的权限)",
@@ -13,6 +16,7 @@ OC.L10N.register(
1316
"Allow" : "允许",
1417
"Group" : "群组",
1518
"Team" : "团队",
19+
"Team folder" : "团队文件夹",
1620
"Read" : "读取",
1721
"Write" : "写入",
1822
"Create" : "创建",
@@ -22,20 +26,37 @@ OC.L10N.register(
2226
"Remove access rule" : "移除访问规则",
2327
"Add advanced permission rule" : "添加高级权限规则",
2428
"Select a user or group" : "选择用户或分组",
29+
"Open Team folder" : "打开团队文件夹",
30+
"Permission denied. User does not have sufficient permissions." : "没有权限。用户权限不足。",
31+
"Unexpected status from server" : "服务器状态异常",
32+
"List of Team folders." : "团队文件夹列表。",
33+
"No Team folders yet" : "尚无团队文件夹",
34+
"Team folders will show up here" : "团队文件夹将在这里显示",
2535
"Add group" : "添加分组",
2636
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "您确定要删除“{folderName}”和所有里面的文件吗?此操作无法撤销",
2737
"Delete \"{folderName}\"?" : "删除“{folderName}”吗?",
38+
"They will have access to all Team folders." : "这些用户可以访问所有的团队文件夹。",
39+
"Group or team" : "分组或团队",
2840
"Folder name" : "文件夹名称",
2941
"Quota" : "配额",
3042
"Advanced Permissions" : "高级权限",
43+
"User" : "用户",
3144
"Unknown" : "未知",
32-
"Group folders" : "组文件夹",
45+
"Users/groups that can manage" : "可以管理以下内容的用户/群组",
46+
"No other groups or teams available" : "没有其他群组或团队了",
47+
"No other groups available" : "没有其他群组了",
48+
"{displayName} (team)" : "{displayName}(团队)",
49+
"Add group or team" : "添加群组或团队",
50+
"Group folders" : "群组文件夹",
3351
"Admin configured folders shared with everyone in a group" : "管理员配置的文件夹,与群组中所有成员共享",
3452
"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注意:目前不支持加密群组文件夹的内容。",
35-
"Group folder" : "组文件夹",
36-
"Open group folder" : "打开组文件夹",
37-
"List of group folders." : "组文件夹列表。",
53+
"Group folder" : "群组文件夹",
54+
"Open group folder" : "打开群组文件夹",
55+
"List of group folders." : "群组文件夹列表。",
56+
"No group folders yet" : "尚无群组文件夹",
57+
"Group folders will show up here" : "群组文件夹将在这里显示",
3858
"Group folder admin delegation" : "组文件夹管理员代理",
59+
"They will have access to all group folders." : "他们可以访问所有的群组文件夹。",
3960
"They will only have access to group folders for which they have advanced permissions." : "这些用户只能访问对他们授予了高级权限的组文件夹。"
4061
},
4162
"nplurals=1; plural=0;");

l10n/zh_CN.json

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{ "translations": {
2+
"You cannot remove your own read permission." : "您无法移除您自己的读取权限。",
3+
"Team folders" : "团队文件夹",
4+
"Admin configured folders shared with everyone in a team" : "管理员配置的文件夹,与团队中所有成员共享",
25
"Unset" : "取消设置",
36
"Denied (Inherited permission)" : "拒绝(继承的权限)",
47
"Allowed (Inherited permission)" : "允许(继承的权限)",
@@ -11,6 +14,7 @@
1114
"Allow" : "允许",
1215
"Group" : "群组",
1316
"Team" : "团队",
17+
"Team folder" : "团队文件夹",
1418
"Read" : "读取",
1519
"Write" : "写入",
1620
"Create" : "创建",
@@ -20,20 +24,37 @@
2024
"Remove access rule" : "移除访问规则",
2125
"Add advanced permission rule" : "添加高级权限规则",
2226
"Select a user or group" : "选择用户或分组",
27+
"Open Team folder" : "打开团队文件夹",
28+
"Permission denied. User does not have sufficient permissions." : "没有权限。用户权限不足。",
29+
"Unexpected status from server" : "服务器状态异常",
30+
"List of Team folders." : "团队文件夹列表。",
31+
"No Team folders yet" : "尚无团队文件夹",
32+
"Team folders will show up here" : "团队文件夹将在这里显示",
2333
"Add group" : "添加分组",
2434
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "您确定要删除“{folderName}”和所有里面的文件吗?此操作无法撤销",
2535
"Delete \"{folderName}\"?" : "删除“{folderName}”吗?",
36+
"They will have access to all Team folders." : "这些用户可以访问所有的团队文件夹。",
37+
"Group or team" : "分组或团队",
2638
"Folder name" : "文件夹名称",
2739
"Quota" : "配额",
2840
"Advanced Permissions" : "高级权限",
41+
"User" : "用户",
2942
"Unknown" : "未知",
30-
"Group folders" : "组文件夹",
43+
"Users/groups that can manage" : "可以管理以下内容的用户/群组",
44+
"No other groups or teams available" : "没有其他群组或团队了",
45+
"No other groups available" : "没有其他群组了",
46+
"{displayName} (team)" : "{displayName}(团队)",
47+
"Add group or team" : "添加群组或团队",
48+
"Group folders" : "群组文件夹",
3149
"Admin configured folders shared with everyone in a group" : "管理员配置的文件夹,与群组中所有成员共享",
3250
"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注意:目前不支持加密群组文件夹的内容。",
33-
"Group folder" : "组文件夹",
34-
"Open group folder" : "打开组文件夹",
35-
"List of group folders." : "组文件夹列表。",
51+
"Group folder" : "群组文件夹",
52+
"Open group folder" : "打开群组文件夹",
53+
"List of group folders." : "群组文件夹列表。",
54+
"No group folders yet" : "尚无群组文件夹",
55+
"Group folders will show up here" : "群组文件夹将在这里显示",
3656
"Group folder admin delegation" : "组文件夹管理员代理",
57+
"They will have access to all group folders." : "他们可以访问所有的群组文件夹。",
3758
"They will only have access to group folders for which they have advanced permissions." : "这些用户只能访问对他们授予了高级权限的组文件夹。"
3859
},"pluralForm" :"nplurals=1; plural=0;"
3960
}

0 commit comments

Comments
 (0)