Issues (83)

l10n/ja.js (1 issue)

Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "files_accesscontrol",
3
    {
4
    "No rule given" : "ルールが未定義です。",
5
    "Block access to a file" : "ファイルへのアクセスをブロック",
6
    "File is accessed" : "ファイルアクセス時",
7
    "File access control" : "ファイルアクセス制限",
8
    "Control access to files based on conditions" : "条件に基づいてファイルへのアクセスを制御する",
9
    "Nextcloud's File Access Control app enables administrators to protect data from unauthorized access or modifications.\n\n## How it works\nThe administrator can create and manage a set of rule groups. Each of the rule groups consists of one or more rules. If all rules of a group hold true, the group matches the request and access is being denied or the upload is blocked. The rules criteria range from IP address, mimetype and request time to group membership, tags, user agent and more.\n\nAn example would be to deny access to MS Excel/XLSX files owned by the \"Human Resources\" group accessed from an IP not on the internal company network or to block uploads of files bigger than 512 mb by students in the \"1st year\" group.\n\nLearn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)" : "\tNextcloudのFile Access Controlアプリにより、管理者は不正なアクセスや変更からデータを保護することができます。\n\n## 使い方\n管理者はルールグループを作成および管理できます。 各ルールグループは1つ以上のルールで構成されています。 グループのすべてのルールが当てはまる場合、そのグループはアクセスが拒否されるか、アップロードがブロックされます。  ルールの基準は、IPアドレス、MIMEタイプ、リクエスト時間からグループメンバーシップ、タグ、ユーザーエージェントなどにまで及びます。\n\n例としては、社内ネットワークにないIPからアクセスされた \"人事\"グループが所有するMS Excel / XLSXファイルへのアクセスを拒否することや、 \"1年生\"グループの学生による512MBを超えるファイルのアップロードをブロックすることがあります。 \n\nファイルアクセス制御の詳細については、[https://nextcloud.com/workflow](https://nextcloud.com/workflow) をご覧ください。"
10
},
11
"nplurals=1; plural=0;");
12