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 Oct 2, 2024
1 parent 8f4576f commit dbe3b2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ OC.L10N.register(
"Quota" : "Обмеження",
"Advanced Permissions" : "Розширені права доступу",
"User" : "Користувач",
"Users/groups that can manage" : "Користувачі/групи, які мають право керування",
"No other groups or teams available" : "Більше немає доступних груп або команд",
"No other groups available" : "Більше немає доступних груп",
"{displayName} (team)" : "{displayName} (команда)",
"Add group or team" : "Додати групу або команду",
"Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Налаштовані адміністратором каталоги, до яких надається спільний доступ усім учасникам групи.\n\nКаталоги можна налаштувати у розділі *Групові каталоги* в налаштуваннях адміністратора.\n\nПісля створення каталогу адміністратор може надати доступ до нього одній або декільком групам, контролюватиме відповідні права на запис/спільний доступ та призначитиме квоту для каталогів.\n\n Примітка: Шифрування вмісту групових каталогів наразі не підтримується. ",
"They will have access to all Groupfolders." : "Матимуть доступ до всіх групових каталогів."
},
Expand Down
5 changes: 5 additions & 0 deletions l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"Quota" : "Обмеження",
"Advanced Permissions" : "Розширені права доступу",
"User" : "Користувач",
"Users/groups that can manage" : "Користувачі/групи, які мають право керування",
"No other groups or teams available" : "Більше немає доступних груп або команд",
"No other groups available" : "Більше немає доступних груп",
"{displayName} (team)" : "{displayName} (команда)",
"Add group or team" : "Додати групу або команду",
"Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Налаштовані адміністратором каталоги, до яких надається спільний доступ усім учасникам групи.\n\nКаталоги можна налаштувати у розділі *Групові каталоги* в налаштуваннях адміністратора.\n\nПісля створення каталогу адміністратор може надати доступ до нього одній або декільком групам, контролюватиме відповідні права на запис/спільний доступ та призначитиме квоту для каталогів.\n\n Примітка: Шифрування вмісту групових каталогів наразі не підтримується. ",
"They will have access to all Groupfolders." : "Матимуть доступ до всіх групових каталогів."
},"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);"
Expand Down

0 comments on commit dbe3b2d

Please sign in to comment.