Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jul 6, 2023
1 parent 41bc1b5 commit 47d1610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/uk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"File is accessed" : "Отримано доступ до файлу",
"File access control" : "Контроль доступу до файлів",
"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 дозволяє адміністраторам захищати дані від несанкціонованого доступу або модифікації. \n\n## Як це працює \n\nАдміністратор може створювати набір груп правил і керувати ними. Кожна з груп правил складається з одного або кількох правил. Якщо всі правила групи виконуються, група відповідає запиту, а доступ заборонено або завантаження заблоковано. Критерії правил варіюються від IP-адреси, типу MIME та часу запиту до членства в групі, тегів, агента користувача тощо. \n\nПрикладом може бути заборона доступу до файлів MS Excel/XLSX, що належать групі \"Управління кадрами\", доступ до яких здійснюється з IP-адреси, яка не є внутрішньою мережею компанії, або блокування завантаження файлів, розмір яких перевищує 512 Мб, студентами групи «1 курс». . \n\nДізнайтеся більше про контроль доступу до файлів на [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)" : "Застосунок \"Контроль доступу до файлів\" від Nextcloud дозволяє адміністраторам захищати дані від несанкціонованого доступу або модифікації. \n\n## Як це працює \n\nАдміністратор може створювати набір груп правил і керувати ними. Кожна з груп правил складається з одного або кількох правил. Якщо всі правила групи виконуються, група відповідає запиту, а доступ заборонено або завантаження заблоковано. Критерії правил варіюються від IP-адреси, типу MIME та часу запиту до членства в групі, міток, агента користувача тощо. \n\nПрикладом може бути заборона доступу до файлів MS Excel/XLSX, що належать групі \"Управління кадрами\", доступ до яких здійснюється з IP-адреси, яка не є внутрішньою мережею компанії, або блокування завантаження файлів, розмір яких перевищує 512 Мб, студентами групи «1 курс». . \n\nДізнайтеся більше про контроль доступу до файлів на [https://nextcloud.com/workflow](https://nextcloud.com/workflow)"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

0 comments on commit 47d1610

Please sign in to comment.