aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-09-02 00:21:12 +0000
committerNextcloud bot <bot@nextcloud.com>2024-09-02 00:21:12 +0000
commitd6d476e1afab5e6f3ee0cb11adbbd50f34f07fe6 (patch)
tree8c37a7e398112bcb085291ed849cf35ebac224f7
parenta905a04a378d18c81dc5b5182ea012587bfd1564 (diff)
downloadnextcloud-server-d6d476e1afab5e6f3ee0cb11adbbd50f34f07fe6.tar.gz
nextcloud-server-d6d476e1afab5e6f3ee0cb11adbbd50f34f07fe6.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--apps/dav/l10n/uk.js4
-rw-r--r--apps/dav/l10n/uk.json4
-rw-r--r--apps/federatedfilesharing/l10n/gl.js4
-rw-r--r--apps/federatedfilesharing/l10n/gl.json4
-rw-r--r--apps/files/l10n/de_DE.js2
-rw-r--r--apps/files/l10n/de_DE.json2
-rw-r--r--apps/files/l10n/en_GB.js2
-rw-r--r--apps/files/l10n/en_GB.json2
-rw-r--r--apps/files/l10n/gl.js4
-rw-r--r--apps/files/l10n/gl.json4
-rw-r--r--apps/files/l10n/sv.js2
-rw-r--r--apps/files/l10n/sv.json2
-rw-r--r--apps/files/l10n/uk.js2
-rw-r--r--apps/files/l10n/uk.json2
-rw-r--r--apps/settings/l10n/uk.js11
-rw-r--r--apps/settings/l10n/uk.json11
-rw-r--r--lib/l10n/uk.js2
-rw-r--r--lib/l10n/uk.json2
18 files changed, 60 insertions, 6 deletions
diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js
index 87f9ce7cc8f..5749f898e59 100644
--- a/apps/dav/l10n/uk.js
+++ b/apps/dav/l10n/uk.js
@@ -72,6 +72,8 @@ OC.L10N.register(
"Description: %s" : "Опис: %s",
"Where: %s" : "Місце: %s",
"%1$s via %2$s" : "%1$s через %2$s",
+ "Could not generate when statement" : "Неможливо створити твердження \"коли\"",
+ "Could not generate next recurrence statement" : "Неможливо створити твердження наступного повторення",
"Cancelled: %1$s" : "Скасовано: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" скасовано",
"Re: %1$s" : "Re: %1$s",
@@ -112,6 +114,7 @@ OC.L10N.register(
"October" : "Жовтень",
"November" : "Листопад",
"December" : "Грудень",
+ "Last" : "Останній",
"Contacts" : "Контакти",
"{actor} created address book {addressbook}" : "{actor} створив(-ла) адресну книгу {addressbook}",
"You created address book {addressbook}" : "Ви створили адресну книгу {addressbook}",
@@ -154,6 +157,7 @@ OC.L10N.register(
"Failed to unlink: %1$s" : "Не вдалося від’єднати: %1$s",
"Failed to write file contents: %1$s" : "Не вдалося записати вміст файлу: %1$s",
"File not found: %1$s" : "Файл не знайдено: %1$s",
+ "Invalid target path" : "Недійсний шлях призначення",
"System is in maintenance mode." : "Система в режимі обслуговування.",
"Upgrade needed" : "Потрібно оновитися",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ваш %s мусить бути налаштований на використання HTTPS для надання доступу до CalDAV і CardDAV з iOS/macOS.",
diff --git a/apps/dav/l10n/uk.json b/apps/dav/l10n/uk.json
index e932e3021a8..0789c4c2a81 100644
--- a/apps/dav/l10n/uk.json
+++ b/apps/dav/l10n/uk.json
@@ -70,6 +70,8 @@
"Description: %s" : "Опис: %s",
"Where: %s" : "Місце: %s",
"%1$s via %2$s" : "%1$s через %2$s",
+ "Could not generate when statement" : "Неможливо створити твердження \"коли\"",
+ "Could not generate next recurrence statement" : "Неможливо створити твердження наступного повторення",
"Cancelled: %1$s" : "Скасовано: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" скасовано",
"Re: %1$s" : "Re: %1$s",
@@ -110,6 +112,7 @@
"October" : "Жовтень",
"November" : "Листопад",
"December" : "Грудень",
+ "Last" : "Останній",
"Contacts" : "Контакти",
"{actor} created address book {addressbook}" : "{actor} створив(-ла) адресну книгу {addressbook}",
"You created address book {addressbook}" : "Ви створили адресну книгу {addressbook}",
@@ -152,6 +155,7 @@
"Failed to unlink: %1$s" : "Не вдалося від’єднати: %1$s",
"Failed to write file contents: %1$s" : "Не вдалося записати вміст файлу: %1$s",
"File not found: %1$s" : "Файл не знайдено: %1$s",
+ "Invalid target path" : "Недійсний шлях призначення",
"System is in maintenance mode." : "Система в режимі обслуговування.",
"Upgrade needed" : "Потрібно оновитися",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ваш %s мусить бути налаштований на використання HTTPS для надання доступу до CalDAV і CardDAV з iOS/macOS.",
diff --git a/apps/federatedfilesharing/l10n/gl.js b/apps/federatedfilesharing/l10n/gl.js
index 8f0a8013074..c298a79764e 100644
--- a/apps/federatedfilesharing/l10n/gl.js
+++ b/apps/federatedfilesharing/l10n/gl.js
@@ -23,7 +23,7 @@ OC.L10N.register(
"Sharing" : "Compartindo",
"Federated file sharing" : "Compartición federada de ficheiros",
"Provide federated file sharing across servers" : "Fornece a compartición federada de ficheiros entre servidores",
- "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Axuste a forma como a xente pode compartir entre servidores. Isto inclúe tamén as comparticións entre persoas deste servidor se están a usar a compartición federada.",
+ "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Axuste a forma como a xente pode compartir entre servidores. Isto inclúe tamén as comparticións entre persoas deste servidor se están a usaren a compartición federada.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitirlle á xente deste servidor enviar comparticións a outros servidores (esta opción tamén permite o acceso de WebDAV a comparticións públicas)",
"Allow people on this server to receive shares from other servers" : "Permitirlle á xente deste servidor recibir comparticións doutros servidores",
"Allow people on this server to send shares to groups on other servers" : "Permitirlle á xente deste servidor enviar comparticións a grupos noutros servidores",
@@ -54,7 +54,7 @@ OC.L10N.register(
"Add remote share" : "Engadir unha compartición remota",
"Sharing %1$s failed, because this item is already shared with user %2$s" : "Fallou a compartición de %1$s por mor de que este elemento xa foi compartido co usuario %2$s",
"Not allowed to create a federated share with the same user" : "Non está permitido crear unha compartición federada co mesmo usuario",
- "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "Axuste a forma como a xente poden compartir entre servidores. Isto inclúe tamén as comparticións entre usuarios deste servidor se están a usar a compartición federada.",
+ "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "Axuste a forma como a xente poden compartir entre servidores. Isto inclúe tamén as comparticións entre usuarios deste servidor se están a usaren a compartición federada.",
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitirlle aos usuarios deste servidor enviar comparticións a outros servidores (esta opción tamén permite o acceso de WebDAV a comparticións públicas)",
"Allow users on this server to receive shares from other servers" : "Permitirlle aos usuarios deste servidor recibir comparticións doutros servidores",
"Allow users on this server to send shares to groups on other servers" : "Permitirlle aos usuarios deste servidor enviar comparticións a grupos noutros servidores",
diff --git a/apps/federatedfilesharing/l10n/gl.json b/apps/federatedfilesharing/l10n/gl.json
index d18b179fd63..e65ae2e78c9 100644
--- a/apps/federatedfilesharing/l10n/gl.json
+++ b/apps/federatedfilesharing/l10n/gl.json
@@ -21,7 +21,7 @@
"Sharing" : "Compartindo",
"Federated file sharing" : "Compartición federada de ficheiros",
"Provide federated file sharing across servers" : "Fornece a compartición federada de ficheiros entre servidores",
- "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Axuste a forma como a xente pode compartir entre servidores. Isto inclúe tamén as comparticións entre persoas deste servidor se están a usar a compartición federada.",
+ "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Axuste a forma como a xente pode compartir entre servidores. Isto inclúe tamén as comparticións entre persoas deste servidor se están a usaren a compartición federada.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitirlle á xente deste servidor enviar comparticións a outros servidores (esta opción tamén permite o acceso de WebDAV a comparticións públicas)",
"Allow people on this server to receive shares from other servers" : "Permitirlle á xente deste servidor recibir comparticións doutros servidores",
"Allow people on this server to send shares to groups on other servers" : "Permitirlle á xente deste servidor enviar comparticións a grupos noutros servidores",
@@ -52,7 +52,7 @@
"Add remote share" : "Engadir unha compartición remota",
"Sharing %1$s failed, because this item is already shared with user %2$s" : "Fallou a compartición de %1$s por mor de que este elemento xa foi compartido co usuario %2$s",
"Not allowed to create a federated share with the same user" : "Non está permitido crear unha compartición federada co mesmo usuario",
- "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "Axuste a forma como a xente poden compartir entre servidores. Isto inclúe tamén as comparticións entre usuarios deste servidor se están a usar a compartición federada.",
+ "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "Axuste a forma como a xente poden compartir entre servidores. Isto inclúe tamén as comparticións entre usuarios deste servidor se están a usaren a compartición federada.",
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitirlle aos usuarios deste servidor enviar comparticións a outros servidores (esta opción tamén permite o acceso de WebDAV a comparticións públicas)",
"Allow users on this server to receive shares from other servers" : "Permitirlle aos usuarios deste servidor recibir comparticións doutros servidores",
"Allow users on this server to send shares to groups on other servers" : "Permitirlle aos usuarios deste servidor enviar comparticións a grupos noutros servidores",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index c68777dfe6a..3596e1b91ac 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -189,6 +189,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
"Toggle selection for file \"{displayName}\"" : "Auswahl für die Datei \"{displayName}\" umschalten",
"Toggle selection for folder \"{displayName}\"" : "Auswahl für den Ordner \"{displayName}\" umschalten",
+ "File is loading" : "Datei wird geladen",
+ "Folder is loading" : "Ordner wird geladen",
"Rename file" : "Datei umbenennen",
"Filename" : "Dateiname",
"Folder name" : "Ordnername",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 0a082754c5b..e80d2a7c478 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -187,6 +187,8 @@
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
"Toggle selection for file \"{displayName}\"" : "Auswahl für die Datei \"{displayName}\" umschalten",
"Toggle selection for folder \"{displayName}\"" : "Auswahl für den Ordner \"{displayName}\" umschalten",
+ "File is loading" : "Datei wird geladen",
+ "Folder is loading" : "Ordner wird geladen",
"Rename file" : "Datei umbenennen",
"Filename" : "Dateiname",
"Folder name" : "Ordnername",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 3813445dd8e..648290f8fd1 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -189,6 +189,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "\"{displayName}\" action failed",
"Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Toggle selection for folder \"{displayName}\"",
+ "File is loading" : "File is loading",
+ "Folder is loading" : "Folder is loading",
"Rename file" : "Rename file",
"Filename" : "Filename",
"Folder name" : "Folder name",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index df665bfc69a..6fec620b41a 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -187,6 +187,8 @@
"\"{displayName}\" action failed" : "\"{displayName}\" action failed",
"Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Toggle selection for folder \"{displayName}\"",
+ "File is loading" : "File is loading",
+ "Folder is loading" : "Folder is loading",
"Rename file" : "Rename file",
"Filename" : "Filename",
"Folder name" : "Folder name",
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index 53f9ee9913d..d815e63c23b 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -189,6 +189,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "A acción «{displayName}» fallou",
"Toggle selection for file \"{displayName}\"" : "Conmutar a selección para o ficheiro «{displayName}»",
"Toggle selection for folder \"{displayName}\"" : "Conmutar a selección para o cartafol «{displayName}»",
+ "File is loading" : "O ficheiro está a cargar",
+ "Folder is loading" : "O cartafol está a cargar",
"Rename file" : "Cambiar o nome do ficheiro",
"Filename" : "Nome de ficheiro",
"Folder name" : "Nome do cartafol",
@@ -363,7 +365,7 @@ OC.L10N.register(
"List of your files and folders." : "Lista dos seus ficheiros e cartafoles",
"All folders" : "Todos os cartafoles",
"Personal Files" : "Ficheiros persoais",
- "List of your files and folders that are not shared." : "Lista dos seus ficheiros e cartafoles que non están a ser compartidos.",
+ "List of your files and folders that are not shared." : "Lista dos seus ficheiros e cartafoles que non están a seren compartidos.",
"No personal files found" : "Non se atopou ningún ficheiro persoal",
"Files that are not shared will show up here." : "Os ficheiros que non se comparten amosaranse aquí.",
"List of recently modified files and folders." : "Lista de ficheiros e cartafoles modificados recentemente.",
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index d3ab89aaf87..0f193658f7c 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -187,6 +187,8 @@
"\"{displayName}\" action failed" : "A acción «{displayName}» fallou",
"Toggle selection for file \"{displayName}\"" : "Conmutar a selección para o ficheiro «{displayName}»",
"Toggle selection for folder \"{displayName}\"" : "Conmutar a selección para o cartafol «{displayName}»",
+ "File is loading" : "O ficheiro está a cargar",
+ "Folder is loading" : "O cartafol está a cargar",
"Rename file" : "Cambiar o nome do ficheiro",
"Filename" : "Nome de ficheiro",
"Folder name" : "Nome do cartafol",
@@ -361,7 +363,7 @@
"List of your files and folders." : "Lista dos seus ficheiros e cartafoles",
"All folders" : "Todos os cartafoles",
"Personal Files" : "Ficheiros persoais",
- "List of your files and folders that are not shared." : "Lista dos seus ficheiros e cartafoles que non están a ser compartidos.",
+ "List of your files and folders that are not shared." : "Lista dos seus ficheiros e cartafoles que non están a seren compartidos.",
"No personal files found" : "Non se atopou ningún ficheiro persoal",
"Files that are not shared will show up here." : "Os ficheiros que non se comparten amosaranse aquí.",
"List of recently modified files and folders." : "Lista de ficheiros e cartafoles modificados recentemente.",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 1c27d05e813..761a03c954d 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -189,6 +189,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "\"{displayName}\"-åtgärden misslyckades",
"Toggle selection for file \"{displayName}\"" : "Växla markering för filen \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Växla markering för mappen \"{displayName}\"",
+ "File is loading" : "Filen laddas",
+ "Folder is loading" : "Mappen laddas",
"Rename file" : "Byt namn på fil",
"Filename" : "Filnamn",
"Folder name" : "Mappnamn",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 69d5fbf397d..a826639752e 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -187,6 +187,8 @@
"\"{displayName}\" action failed" : "\"{displayName}\"-åtgärden misslyckades",
"Toggle selection for file \"{displayName}\"" : "Växla markering för filen \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Växla markering för mappen \"{displayName}\"",
+ "File is loading" : "Filen laddas",
+ "Folder is loading" : "Mappen laddas",
"Rename file" : "Byt namn på fil",
"Filename" : "Filnamn",
"Folder name" : "Mappnamn",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 9e1ef45c4ce..d243bcccfc5 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -189,6 +189,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "Не вдалося виконати \"{displayName}\"",
"Toggle selection for file \"{displayName}\"" : "Перемкнути вибір для файлу \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Перемкнути вибір для каталогу \"{displayName}\"",
+ "File is loading" : "Завантаження файлу",
+ "Folder is loading" : "Завантаження каталогу",
"Rename file" : "Перейменувати файл",
"Filename" : "Ім'я файлу",
"Folder name" : "Назва каталогу",
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index cc942fafa47..7b4ea699249 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -187,6 +187,8 @@
"\"{displayName}\" action failed" : "Не вдалося виконати \"{displayName}\"",
"Toggle selection for file \"{displayName}\"" : "Перемкнути вибір для файлу \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Перемкнути вибір для каталогу \"{displayName}\"",
+ "File is loading" : "Завантаження файлу",
+ "Folder is loading" : "Завантаження каталогу",
"Rename file" : "Перейменувати файл",
"Filename" : "Ім'я файлу",
"Folder name" : "Назва каталогу",
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js
index 9c7258a42ec..b1afbf7a04a 100644
--- a/apps/settings/l10n/uk.js
+++ b/apps/settings/l10n/uk.js
@@ -70,6 +70,7 @@ OC.L10N.register(
"Email could not be sent. Check your mail server log" : "Не вдалося надіслати електронну пошту. Перевірте журнал поштового сервера",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Під час надсилання email сталася помилка. Будь ласка перевірте налаштування. (Помилка: %s)",
"You need to set your account email before being able to send test emails. Go to %s for that." : "Перед надсиланням тестового ел.листа потрібно додати ел.адресу. Для цього перейдіть до %s.",
+ "Recently active" : "Нещодавна активність",
"Disabled accounts" : "Вимкнені облікові записи",
"Invalid account" : "Недійсний обліковий запис",
"Invalid mail address" : "Недійсна електронна адреса",
@@ -518,11 +519,19 @@ OC.L10N.register(
"Password (required)" : "Пароль (обов'язково)",
"Email (required)" : "Ел. пошта (обов'язково)",
"Email" : "E-mail",
+ "Member of the following groups" : "Учасник(-ця) таких груп",
+ "Set account groups" : "Додати користувача до груп",
+ "Admin of the following groups" : "Адміністратор таких груп",
+ "Set account as admin for …" : "Встановити адміністратором для ...",
"Quota" : "Квота",
+ "Set account quota" : "Встановити квоту для користувача",
"Language" : "Мова",
"Set default language" : "Встановити типову мову",
+ "Add new account" : "Створити нового користувача",
"Manager" : "Менеджер",
"Set line manager" : "Встановити безпосереднього начальника",
+ "Account name will be autogenerated" : "Ім'я користувача буде автоматично створено",
+ "Account name (required)" : "Ім'я користувача (обов'язково)",
"Total rows summary" : "Загалом рядків",
"Scroll to load more rows" : "Прокрутіть для завантаження наступних записів",
"Avatar" : "Світлина",
@@ -530,10 +539,12 @@ OC.L10N.register(
"Group admin for" : "Адміністратор групи",
"Storage location" : "Місце розташування сховища",
"Last login" : "Останній вхід",
+ "Account actions" : "Дії з обліковим записом",
"Password or insufficient permissions message" : "Повідомлення про потребу ввести пароль або недостатній рівень доступу",
"Loading account …" : "Завантаження облікового запису ...",
"Change display name" : "Зміни ім'я для показу",
"Set new password" : "Встановіть новий пароль",
+ "You do not have permissions to see the details of this account" : "Відсутні повноваження на перегляд інформації про цей обліковий запис",
"Set new email address" : "Встановіть нову адресу електронної пошти",
"Add account to group" : "Додати обліковий запис до групи",
"Set account as admin for" : "Встановити адміністратором для",
diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json
index d2ce1e6a454..cb1e3110956 100644
--- a/apps/settings/l10n/uk.json
+++ b/apps/settings/l10n/uk.json
@@ -68,6 +68,7 @@
"Email could not be sent. Check your mail server log" : "Не вдалося надіслати електронну пошту. Перевірте журнал поштового сервера",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Під час надсилання email сталася помилка. Будь ласка перевірте налаштування. (Помилка: %s)",
"You need to set your account email before being able to send test emails. Go to %s for that." : "Перед надсиланням тестового ел.листа потрібно додати ел.адресу. Для цього перейдіть до %s.",
+ "Recently active" : "Нещодавна активність",
"Disabled accounts" : "Вимкнені облікові записи",
"Invalid account" : "Недійсний обліковий запис",
"Invalid mail address" : "Недійсна електронна адреса",
@@ -516,11 +517,19 @@
"Password (required)" : "Пароль (обов'язково)",
"Email (required)" : "Ел. пошта (обов'язково)",
"Email" : "E-mail",
+ "Member of the following groups" : "Учасник(-ця) таких груп",
+ "Set account groups" : "Додати користувача до груп",
+ "Admin of the following groups" : "Адміністратор таких груп",
+ "Set account as admin for …" : "Встановити адміністратором для ...",
"Quota" : "Квота",
+ "Set account quota" : "Встановити квоту для користувача",
"Language" : "Мова",
"Set default language" : "Встановити типову мову",
+ "Add new account" : "Створити нового користувача",
"Manager" : "Менеджер",
"Set line manager" : "Встановити безпосереднього начальника",
+ "Account name will be autogenerated" : "Ім'я користувача буде автоматично створено",
+ "Account name (required)" : "Ім'я користувача (обов'язково)",
"Total rows summary" : "Загалом рядків",
"Scroll to load more rows" : "Прокрутіть для завантаження наступних записів",
"Avatar" : "Світлина",
@@ -528,10 +537,12 @@
"Group admin for" : "Адміністратор групи",
"Storage location" : "Місце розташування сховища",
"Last login" : "Останній вхід",
+ "Account actions" : "Дії з обліковим записом",
"Password or insufficient permissions message" : "Повідомлення про потребу ввести пароль або недостатній рівень доступу",
"Loading account …" : "Завантаження облікового запису ...",
"Change display name" : "Зміни ім'я для показу",
"Set new password" : "Встановіть новий пароль",
+ "You do not have permissions to see the details of this account" : "Відсутні повноваження на перегляд інформації про цей обліковий запис",
"Set new email address" : "Встановіть нову адресу електронної пошти",
"Add account to group" : "Додати обліковий запис до групи",
"Set account as admin for" : "Встановити адміністратором для",
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index d7a6786db40..89d1cf4e952 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"%1$s, %2$s and %3$s" : "%1$s, %2$s та %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s та %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s та %5$s",
+ "Education bundle" : "Освіта",
"Enterprise bundle" : "Для бізнесу",
"Groupware bundle" : "Для робочих груп",
"Hub bundle" : "Основні застосунки",
@@ -258,6 +259,7 @@ OC.L10N.register(
"Storage connection error. %s" : "Помилка з'єднання зі сховищем. %s",
"Storage is temporarily not available" : "Сховище тимчасово недоступне",
"Storage connection timeout. %s" : "Час під'єднання до сховища вичерпався. %s",
+ "Chat" : "Чат",
"Generates a possible headline for a text." : "Створює ймовірний заголовок тексту.",
"Summarize" : "Підсумок",
"Summary" : "Загалом",
diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json
index 8f321db14c3..bd71881715b 100644
--- a/lib/l10n/uk.json
+++ b/lib/l10n/uk.json
@@ -17,6 +17,7 @@
"%1$s, %2$s and %3$s" : "%1$s, %2$s та %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s та %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s та %5$s",
+ "Education bundle" : "Освіта",
"Enterprise bundle" : "Для бізнесу",
"Groupware bundle" : "Для робочих груп",
"Hub bundle" : "Основні застосунки",
@@ -256,6 +257,7 @@
"Storage connection error. %s" : "Помилка з'єднання зі сховищем. %s",
"Storage is temporarily not available" : "Сховище тимчасово недоступне",
"Storage connection timeout. %s" : "Час під'єднання до сховища вичерпався. %s",
+ "Chat" : "Чат",
"Generates a possible headline for a text." : "Створює ймовірний заголовок тексту.",
"Summarize" : "Підсумок",
"Summary" : "Загалом",