Skip to content

Commit 3934e68

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

File tree

4 files changed

+50
-14
lines changed

4 files changed

+50
-14
lines changed

l10n/ja.js

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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" : "チーム内の全員と共有する管理者設定のフォルダー",
7+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.\nAs of Hub 10/Nextcloud 31, the admin needs to be a part of the team to be able to assign it a Teamfolder." : "管理者が設定したフォルダをチーム全員で共有。\n\nフォルダは管理者設定の*チームフォルダ*から設定できます。\n\nフォルダが作成されると、管理者は1つまたは複数のチームにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダのクォータを割り当てることができます。\nHub 10/Nextcloud 31では、管理者はチームの一員でなければチームフォルダーを割り当てることができません。",
48
"Unset" : "設定を解除",
59
"Denied (Inherited permission)" : "拒否(権限継承)",
610
"Allowed (Inherited permission)" : "許可(権限継承)",
@@ -13,6 +17,7 @@ OC.L10N.register(
1317
"Allow" : "許可",
1418
"Group" : "グループ",
1519
"Team" : "チーム",
20+
"Team folder" : "チームフォルダー",
1621
"Read" : "読み込み",
1722
"Write" : "編集",
1823
"Create" : "作成",
@@ -22,11 +27,18 @@ OC.L10N.register(
2227
"Remove access rule" : "アクセスルールを削除",
2328
"Add advanced permission rule" : "詳細な権限ルールを追加",
2429
"Select a user or group" : "ユーザーまたはグループを選択",
30+
"Open Team folder" : "チームフォルダを開く",
2531
"Permission denied. User does not have sufficient permissions." : "パーミッションが拒否されました。ユーザーには十分な権限がありません。",
2632
"Unexpected status from server" : "サーバーからの予期しないステータス",
33+
"List of Team folders." : "チームフォルダーのリスト",
34+
"No Team folders yet" : "チームフォルダーはまだありません",
35+
"Team folders will show up here" : "チームフォルダーはここに表示されます",
2736
"Add group" : "グループを追加",
2837
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "\"{folderName}\" とその中のすべてのファイルを削除してもよろしいですか?この操作は元に戻せません。",
2938
"Delete \"{folderName}\"?" : "\"{folderName}\" を削除しますか?",
39+
"Team folder admin delegation" : "チームフォルダー管理者の委任",
40+
"They will have access to all Team folders." : "彼らはすべてのチームフォルダーにアクセスできます。",
41+
"They will only have access to Team folders for which they have advanced permissions." : "委任された人はあらかじめ許可が与えられたチームフォルダーにだけアクセスできます。",
3042
"Group or team" : "グループまたはチーム",
3143
"Folder name" : "フォルダー名",
3244
"Quota" : "クオータ",
@@ -49,6 +61,7 @@ OC.L10N.register(
4961
"Group folder admin delegation" : "グループフォルダー管理者の委任",
5062
"They will have access to all group folders." : "彼らはすべてのグループフォルダーにアクセスできます。",
5163
"They will only have access to group folders for which they have advanced permissions." : "委任された人はあらかじめ許可が与えられたグループフォルダーにだけアクセスできます。",
52-
"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\nフォルダは管理者設定の*グループフォルダ*から設定できます。\n\nフォルダが作成された後、管理者は1つまたは複数のグループにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダのクォータを割り当てることができます。"
64+
"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\nフォルダは管理者設定の*グループフォルダ*から設定できます。\n\nフォルダが作成された後、管理者は1つまたは複数のグループにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダのクォータを割り当てることができます。",
65+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder." : "管理者が設定したフォルダーをチーム全員で共有。\n\nフォルダーは管理者設定の*チームフォルダー*から設定できます。\n\nフォルダーが作成された後、管理者は1つまたは複数のチームにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダーのクォータを割り当てることができます。"
5366
},
5467
"nplurals=1; plural=0;");

l10n/ja.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{ "translations": {
2+
"You cannot remove your own read permission." : "自分で読み取り権限を削除することはできません。",
3+
"Team folders" : "チームフォルダー",
4+
"Admin configured folders shared with everyone in a team" : "チーム内の全員と共有する管理者設定のフォルダー",
5+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.\nAs of Hub 10/Nextcloud 31, the admin needs to be a part of the team to be able to assign it a Teamfolder." : "管理者が設定したフォルダをチーム全員で共有。\n\nフォルダは管理者設定の*チームフォルダ*から設定できます。\n\nフォルダが作成されると、管理者は1つまたは複数のチームにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダのクォータを割り当てることができます。\nHub 10/Nextcloud 31では、管理者はチームの一員でなければチームフォルダーを割り当てることができません。",
26
"Unset" : "設定を解除",
37
"Denied (Inherited permission)" : "拒否(権限継承)",
48
"Allowed (Inherited permission)" : "許可(権限継承)",
@@ -11,6 +15,7 @@
1115
"Allow" : "許可",
1216
"Group" : "グループ",
1317
"Team" : "チーム",
18+
"Team folder" : "チームフォルダー",
1419
"Read" : "読み込み",
1520
"Write" : "編集",
1621
"Create" : "作成",
@@ -20,11 +25,18 @@
2025
"Remove access rule" : "アクセスルールを削除",
2126
"Add advanced permission rule" : "詳細な権限ルールを追加",
2227
"Select a user or group" : "ユーザーまたはグループを選択",
28+
"Open Team folder" : "チームフォルダを開く",
2329
"Permission denied. User does not have sufficient permissions." : "パーミッションが拒否されました。ユーザーには十分な権限がありません。",
2430
"Unexpected status from server" : "サーバーからの予期しないステータス",
31+
"List of Team folders." : "チームフォルダーのリスト",
32+
"No Team folders yet" : "チームフォルダーはまだありません",
33+
"Team folders will show up here" : "チームフォルダーはここに表示されます",
2534
"Add group" : "グループを追加",
2635
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "\"{folderName}\" とその中のすべてのファイルを削除してもよろしいですか?この操作は元に戻せません。",
2736
"Delete \"{folderName}\"?" : "\"{folderName}\" を削除しますか?",
37+
"Team folder admin delegation" : "チームフォルダー管理者の委任",
38+
"They will have access to all Team folders." : "彼らはすべてのチームフォルダーにアクセスできます。",
39+
"They will only have access to Team folders for which they have advanced permissions." : "委任された人はあらかじめ許可が与えられたチームフォルダーにだけアクセスできます。",
2840
"Group or team" : "グループまたはチーム",
2941
"Folder name" : "フォルダー名",
3042
"Quota" : "クオータ",
@@ -47,6 +59,7 @@
4759
"Group folder admin delegation" : "グループフォルダー管理者の委任",
4860
"They will have access to all group folders." : "彼らはすべてのグループフォルダーにアクセスできます。",
4961
"They will only have access to group folders for which they have advanced permissions." : "委任された人はあらかじめ許可が与えられたグループフォルダーにだけアクセスできます。",
50-
"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\nフォルダは管理者設定の*グループフォルダ*から設定できます。\n\nフォルダが作成された後、管理者は1つまたは複数のグループにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダのクォータを割り当てることができます。"
62+
"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\nフォルダは管理者設定の*グループフォルダ*から設定できます。\n\nフォルダが作成された後、管理者は1つまたは複数のグループにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダのクォータを割り当てることができます。",
63+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder." : "管理者が設定したフォルダーをチーム全員で共有。\n\nフォルダーは管理者設定の*チームフォルダー*から設定できます。\n\nフォルダーが作成された後、管理者は1つまたは複数のチームにフォルダへのアクセス権を与え、書き込み/共有権限を制御し、フォルダーのクォータを割り当てることができます。"
5164
},"pluralForm" :"nplurals=1; plural=0;"
5265
}

l10n/zh_CN.js

+11-6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ OC.L10N.register(
44
"You cannot remove your own read permission." : "您无法移除您自己的读取权限。",
55
"Team folders" : "团队文件夹",
66
"Admin configured folders shared with everyone in a team" : "管理员配置的文件夹,与团队中所有成员共享",
7+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.\nAs of Hub 10/Nextcloud 31, the admin needs to be a part of the team to be able to assign it a Teamfolder." : "管理员已配置好与团队中的每个人共用的文件夹。\n\n可以在管理设置中的 *团队文件夹* 里对文件夹进行配置。\n\n创建文件夹之后,管理员可以给文件夹设备一个或多个团队的读取权限,控制他们的写入/共享权限,并为文件夹分配配额。\n从 Hub 10/Nextcloud 31 开始,管理员必须是团队的一员,才能指派团队文件夹。",
78
"Unset" : "取消设置",
89
"Denied (Inherited permission)" : "拒绝(继承的权限)",
910
"Allowed (Inherited permission)" : "允许(继承的权限)",
@@ -25,18 +26,20 @@ OC.L10N.register(
2526
"You" : "您",
2627
"Remove access rule" : "移除访问规则",
2728
"Add advanced permission rule" : "添加高级权限规则",
28-
"Select a user or group" : "选择用户或分组",
29+
"Select a user or group" : "选择用户或群组",
2930
"Open Team folder" : "打开团队文件夹",
3031
"Permission denied. User does not have sufficient permissions." : "没有权限。用户权限不足。",
3132
"Unexpected status from server" : "服务器状态异常",
3233
"List of Team folders." : "团队文件夹列表。",
3334
"No Team folders yet" : "尚无团队文件夹",
3435
"Team folders will show up here" : "团队文件夹将在这里显示",
35-
"Add group" : "添加分组",
36+
"Add group" : "添加群组",
3637
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "您确定要删除“{folderName}”和所有里面的文件吗?此操作无法撤销",
3738
"Delete \"{folderName}\"?" : "删除“{folderName}”吗?",
39+
"Team folder admin delegation" : "团队文件夹代理管理员",
3840
"They will have access to all Team folders." : "这些用户可以访问所有的团队文件夹。",
39-
"Group or team" : "分组或团队",
41+
"They will only have access to Team folders for which they have advanced permissions." : "他们只能访问对他们授予了高级权限的团队文件夹。",
42+
"Group or team" : "群组或团队",
4043
"Folder name" : "文件夹名称",
4144
"Quota" : "配额",
4245
"Advanced Permissions" : "高级权限",
@@ -49,14 +52,16 @@ OC.L10N.register(
4952
"Add group or team" : "添加群组或团队",
5053
"Group folders" : "群组文件夹",
5154
"Admin configured folders shared with everyone in a group" : "管理员配置的文件夹,与群组中所有成员共享",
52-
"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注意:目前不支持加密群组文件夹的内容。",
55+
"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注意:目前不支持对群组文件夹内容进行加密。",
5356
"Group folder" : "群组文件夹",
5457
"Open group folder" : "打开群组文件夹",
5558
"List of group folders." : "群组文件夹列表。",
5659
"No group folders yet" : "尚无群组文件夹",
5760
"Group folders will show up here" : "群组文件夹将在这里显示",
58-
"Group folder admin delegation" : "组文件夹管理员代理",
61+
"Group folder admin delegation" : "群组文件夹代理管理员",
5962
"They will have access to all group folders." : "他们可以访问所有的群组文件夹。",
60-
"They will only have access to group folders for which they have advanced permissions." : "这些用户只能访问对他们授予了高级权限的组文件夹。"
63+
"They will only have access to group folders for which they have advanced permissions." : "他们只能访问对他们授予了高级权限的群组文件夹。",
64+
"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\n可以从管理设置中的 *群组文件夹* 对文件夹进行配置。\n\n创建文件夹后,管理员可以授权一个或多个群组访问该文件夹,控制写入/共享权限,并为该文件夹分配配额。",
65+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder." : "管理员已配置好与团队中的每个人共用的文件夹。\n\n可以从管理设置中的 *团队文件夹* 对文件夹进行配置。\n\n创建文件夹后,管理员可以授权一个或多个团队访问该文件夹,控制写入/共享权限,并为该文件夹分配配额。"
6166
},
6267
"nplurals=1; plural=0;");

0 commit comments

Comments
 (0)