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

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-08-02 03:13:29 +0300
committerNextcloud bot <bot@nextcloud.com>2017-08-02 03:13:29 +0300
commitf731b3513dc130cbb20808d721cc9f3979d0edc1 (patch)
tree6a1a12b28ede909a89f60706426ddde88c9fe991
parent10eb579df64c105f47c125e6a85e83ee79dda170 (diff)
[tx-robot] updated from transifexv11.0.4
-rw-r--r--l10n/ja.js1
-rw-r--r--l10n/ja.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index e082cfe..dd4d055 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"No rule given" : "ルールが未定義です。",
"File access control" : "ファイルアクセス制限",
+ "Restrict access to files based on factors such as filetype, user group memberships, time and more." : "ユーザグループ、メンバーシップ、時間、等のファイルタイプに基づいてアクセスを制限する",
"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." : "ルールグループはそれぞれ、1つ以上のルールから成り立っています。リクエスト一つに対して全てのルールをチェックして正であればマッチします。そして、そのリクエストが定義されたグループに1つでもマッチすれば、リクエストはブロックされるか、ファイルのコンテンツを読み込み、書き込みができません。"
},
"nplurals=1; plural=0;");
diff --git a/l10n/ja.json b/l10n/ja.json
index b33059c..a6a8369 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,6 +1,7 @@
{ "translations": {
"No rule given" : "ルールが未定義です。",
"File access control" : "ファイルアクセス制限",
+ "Restrict access to files based on factors such as filetype, user group memberships, time and more." : "ユーザグループ、メンバーシップ、時間、等のファイルタイプに基づいてアクセスを制限する",
"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." : "ルールグループはそれぞれ、1つ以上のルールから成り立っています。リクエスト一つに対して全てのルールをチェックして正であればマッチします。そして、そのリクエストが定義されたグループに1つでもマッチすれば、リクエストはブロックされるか、ファイルのコンテンツを読み込み、書き込みができません。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file