diff --git a/l10n/fa.js b/l10n/fa.js index 4a2a16dc..c9cca83a 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -5,6 +5,7 @@ OC.L10N.register( "Block access to a file" : "محدودیت دسترسی به یک فایل", "File is accessed" : "فایل ها قابل دسترسی است", "File access control" : "واپایش دسترسی به فایل", - "Control access to files based on conditions" : "کنترل دسترسی به پرونده ها را بر اساس شرایط موجود" + "Control access to files based on conditions" : "کنترل دسترسی به پرونده ها را بر اساس شرایط موجود", + "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, MIME type 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)" : "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, MIME type 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)" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index 02b76d6d..04c6b4c1 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -3,6 +3,7 @@ "Block access to a file" : "محدودیت دسترسی به یک فایل", "File is accessed" : "فایل ها قابل دسترسی است", "File access control" : "واپایش دسترسی به فایل", - "Control access to files based on conditions" : "کنترل دسترسی به پرونده ها را بر اساس شرایط موجود" + "Control access to files based on conditions" : "کنترل دسترسی به پرونده ها را بر اساس شرایط موجود", + "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, MIME type 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)" : "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, MIME type 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)" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file