Skip to content

Commit 11ef9a5

Browse files
committed
[tx-robot] updated from transifex
1 parent 8449e14 commit 11ef9a5

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

l10n/sv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OC.L10N.register(
22
"files_accesscontrol",
33
{
44
"No rule given" : "Ingen regel angiven",
5-
"File access control" : "Åtkomstkontroll av filer",
5+
"File access control" : "Inställning för filåtkomst",
66
"Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "Varje regelgrupp består av en eller flera regler. En begäran matchar en grupp om alla regler utvärderas till sant. Om en begäran matchar minst en av de definierade grupperna blockeras begäran och filen kan då inte läsas eller skrivas."
77
},
88
"nplurals=2; plural=(n != 1);");

l10n/sv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "translations": {
22
"No rule given" : "Ingen regel angiven",
3-
"File access control" : "Åtkomstkontroll av filer",
3+
"File access control" : "Inställning för filåtkomst",
44
"Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "Varje regelgrupp består av en eller flera regler. En begäran matchar en grupp om alla regler utvärderas till sant. Om en begäran matchar minst en av de definierade grupperna blockeras begäran och filen kan då inte läsas eller skrivas."
55
},"pluralForm" :"nplurals=2; plural=(n != 1);"
66
}

l10n/zh_CN.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OC.L10N.register(
2+
"files_accesscontrol",
3+
{
4+
"No rule given" : "没有定义规则",
5+
"File access control" : "文件访问控制",
6+
"Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "每个规则组由一个或多个规则组成。 如果所有规则都匹配,则该请求匹配整个组。 如果请求与定义的组中至少一个匹配,则该请求被阻止,并且将无法读取或写入文件内容。"
7+
},
8+
"nplurals=1; plural=0;");

l10n/zh_CN.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "translations": {
2+
"No rule given" : "没有定义规则",
3+
"File access control" : "文件访问控制",
4+
"Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "每个规则组由一个或多个规则组成。 如果所有规则都匹配,则该请求匹配整个组。 如果请求与定义的组中至少一个匹配,则该请求被阻止,并且将无法读取或写入文件内容。"
5+
},"pluralForm" :"nplurals=1; plural=0;"
6+
}

0 commit comments

Comments
 (0)