Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/cloud_federation_api/l10n/cs.js4
-rw-r--r--apps/cloud_federation_api/l10n/cs.json4
-rw-r--r--apps/comments/l10n/cs.js6
-rw-r--r--apps/comments/l10n/cs.json6
-rw-r--r--apps/contactsinteraction/l10n/cs.js4
-rw-r--r--apps/contactsinteraction/l10n/cs.json4
-rw-r--r--apps/dashboard/l10n/ca.js2
-rw-r--r--apps/dashboard/l10n/ca.json2
-rw-r--r--apps/dav/l10n/sk.js17
-rw-r--r--apps/dav/l10n/sk.json17
-rw-r--r--apps/dav/l10n/uk.js2
-rw-r--r--apps/dav/l10n/uk.json2
-rw-r--r--apps/encryption/l10n/uk.js2
-rw-r--r--apps/encryption/l10n/uk.json2
-rw-r--r--apps/federatedfilesharing/l10n/sk.js6
-rw-r--r--apps/federatedfilesharing/l10n/sk.json6
-rw-r--r--apps/federatedfilesharing/l10n/uk.js8
-rw-r--r--apps/federatedfilesharing/l10n/uk.json8
-rw-r--r--apps/federation/l10n/cs.js2
-rw-r--r--apps/federation/l10n/cs.json2
-rw-r--r--apps/files/l10n/cs.js4
-rw-r--r--apps/files/l10n/cs.json4
-rw-r--r--apps/files/l10n/sk.js6
-rw-r--r--apps/files/l10n/sk.json6
-rw-r--r--apps/files/l10n/uk.js20
-rw-r--r--apps/files/l10n/uk.json20
-rw-r--r--apps/files_external/l10n/uk.js12
-rw-r--r--apps/files_external/l10n/uk.json12
-rw-r--r--apps/files_sharing/l10n/sk.js3
-rw-r--r--apps/files_sharing/l10n/sk.json3
-rw-r--r--apps/files_sharing/l10n/uk.js4
-rw-r--r--apps/files_sharing/l10n/uk.json4
-rw-r--r--apps/files_trashbin/l10n/sk.js1
-rw-r--r--apps/files_trashbin/l10n/sk.json1
-rw-r--r--apps/files_trashbin/l10n/uk.js8
-rw-r--r--apps/files_trashbin/l10n/uk.json8
-rw-r--r--apps/files_versions/l10n/cs.js4
-rw-r--r--apps/files_versions/l10n/cs.json4
-rw-r--r--apps/files_versions/l10n/uk.js4
-rw-r--r--apps/files_versions/l10n/uk.json4
-rw-r--r--apps/settings/l10n/fr.js24
-rw-r--r--apps/settings/l10n/fr.json24
-rw-r--r--apps/settings/l10n/uk.js6
-rw-r--r--apps/settings/l10n/uk.json6
-rw-r--r--apps/sharebymail/l10n/uk.js2
-rw-r--r--apps/sharebymail/l10n/uk.json2
-rw-r--r--apps/systemtags/l10n/uk.js4
-rw-r--r--apps/systemtags/l10n/uk.json4
-rw-r--r--apps/theming/l10n/uk.js2
-rw-r--r--apps/theming/l10n/uk.json2
-rw-r--r--apps/twofactor_backupcodes/l10n/cs.js6
-rw-r--r--apps/twofactor_backupcodes/l10n/cs.json6
-rw-r--r--apps/updatenotification/l10n/eu.js2
-rw-r--r--apps/updatenotification/l10n/eu.json2
-rw-r--r--apps/user_ldap/l10n/uk.js8
-rw-r--r--apps/user_ldap/l10n/uk.json8
-rw-r--r--apps/workflowengine/l10n/cs.js6
-rw-r--r--apps/workflowengine/l10n/cs.json6
-rw-r--r--apps/workflowengine/l10n/uk.js2
-rw-r--r--apps/workflowengine/l10n/uk.json2
-rw-r--r--core/l10n/sk.js11
-rw-r--r--core/l10n/sk.json11
-rw-r--r--core/l10n/uk.js20
-rw-r--r--core/l10n/uk.json20
-rw-r--r--lib/l10n/uk.js4
-rw-r--r--lib/l10n/uk.json4
66 files changed, 260 insertions, 172 deletions
diff --git a/apps/cloud_federation_api/l10n/cs.js b/apps/cloud_federation_api/l10n/cs.js
index 567c481f960..8e98718b383 100644
--- a/apps/cloud_federation_api/l10n/cs.js
+++ b/apps/cloud_federation_api/l10n/cs.js
@@ -1,8 +1,8 @@
OC.L10N.register(
"cloud_federation_api",
{
- "Cloud Federation API" : "API pro federování cloudu",
+ "Cloud Federation API" : "API pro federovaný cloud",
"Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudům navzájem komunikovat a vyměňovat si data",
- "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federování cloudů umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data."
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federovaný cloud umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/cloud_federation_api/l10n/cs.json b/apps/cloud_federation_api/l10n/cs.json
index 5f454a38e0f..b23253516d9 100644
--- a/apps/cloud_federation_api/l10n/cs.json
+++ b/apps/cloud_federation_api/l10n/cs.json
@@ -1,6 +1,6 @@
{ "translations": {
- "Cloud Federation API" : "API pro federování cloudu",
+ "Cloud Federation API" : "API pro federovaný cloud",
"Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudům navzájem komunikovat a vyměňovat si data",
- "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federování cloudů umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data."
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federovaný cloud umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js
index 34410e94adb..a0eceea58fd 100644
--- a/apps/comments/l10n/cs.js
+++ b/apps/comments/l10n/cs.js
@@ -3,14 +3,14 @@ OC.L10N.register(
{
"Comments" : "Komentáře",
"You commented" : "Okomentovali jste",
- "%1$s commented" : "%1$s okomentován",
+ "%1$s commented" : "%1$s okomentováno",
"{author} commented" : "{author} okomentoval(a)",
"You commented on %1$s" : "Okomentovali jste %1$s",
"You commented on {file}" : "Okomentovali jste {file}",
"%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s",
"{author} commented on {file}" : "{author} okomentoval(a) {file}",
"<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům",
- "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru „{file}“, v komentáři od uživatele, který byl později smazán",
+ "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán",
"{user} mentioned you in a comment on \"{file}\"" : "{user} vás zmínil(a) v komentáři u „{file}“",
"Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
"Edit comment" : "Upravit komentář",
@@ -28,7 +28,7 @@ OC.L10N.register(
"Comment deleted" : "Komentář smazán",
"An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře",
"An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru „{file}“, v komentáři od uživatele, který byl později smazán",
+ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán",
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json
index f89994cf2dd..ea8ca31df6d 100644
--- a/apps/comments/l10n/cs.json
+++ b/apps/comments/l10n/cs.json
@@ -1,14 +1,14 @@
{ "translations": {
"Comments" : "Komentáře",
"You commented" : "Okomentovali jste",
- "%1$s commented" : "%1$s okomentován",
+ "%1$s commented" : "%1$s okomentováno",
"{author} commented" : "{author} okomentoval(a)",
"You commented on %1$s" : "Okomentovali jste %1$s",
"You commented on {file}" : "Okomentovali jste {file}",
"%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s",
"{author} commented on {file}" : "{author} okomentoval(a) {file}",
"<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům",
- "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru „{file}“, v komentáři od uživatele, který byl později smazán",
+ "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán",
"{user} mentioned you in a comment on \"{file}\"" : "{user} vás zmínil(a) v komentáři u „{file}“",
"Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
"Edit comment" : "Upravit komentář",
@@ -26,7 +26,7 @@
"Comment deleted" : "Komentář smazán",
"An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře",
"An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru „{file}“, v komentáři od uživatele, který byl později smazán",
+ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán",
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/contactsinteraction/l10n/cs.js b/apps/contactsinteraction/l10n/cs.js
index 25982ef476f..e865b8cfe36 100644
--- a/apps/contactsinteraction/l10n/cs.js
+++ b/apps/contactsinteraction/l10n/cs.js
@@ -2,8 +2,8 @@ OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Nedávno kontaktovaní",
- "Contacts Interaction" : "Napojení na kontakty",
+ "Contacts Interaction" : "Napojení na Kontakty",
"Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty",
- "Collect data about user and contacts interactions and provide an address book for the data" : "Shromáždit údaje o uživateli a interakci s kontakty a poskytnout adresář kontaktů pro data"
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Shromažďuje data o interakcích mezi uživatelem a kontakty a poskytuje pro tato data adresář kontaktů"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/contactsinteraction/l10n/cs.json b/apps/contactsinteraction/l10n/cs.json
index 164790bd1c5..d690a444677 100644
--- a/apps/contactsinteraction/l10n/cs.json
+++ b/apps/contactsinteraction/l10n/cs.json
@@ -1,7 +1,7 @@
{ "translations": {
"Recently contacted" : "Nedávno kontaktovaní",
- "Contacts Interaction" : "Napojení na kontakty",
+ "Contacts Interaction" : "Napojení na Kontakty",
"Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty",
- "Collect data about user and contacts interactions and provide an address book for the data" : "Shromáždit údaje o uživateli a interakci s kontakty a poskytnout adresář kontaktů pro data"
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Shromažďuje data o interakcích mezi uživatelem a kontakty a poskytuje pro tato data adresář kontaktů"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/dashboard/l10n/ca.js b/apps/dashboard/l10n/ca.js
index 2cfdd61b144..2607b684ce8 100644
--- a/apps/dashboard/l10n/ca.js
+++ b/apps/dashboard/l10n/ca.js
@@ -16,7 +16,7 @@ OC.L10N.register(
"Status" : "Estat",
"Good morning" : "Bon dia",
"Good morning, {name}" : "Bon dia, {name}",
- "Good afternoon" : "Salutació",
+ "Good afternoon" : "Bona tarda",
"Good afternoon, {name}" : "Bona tarda, {name}",
"Good evening" : "Bona tarda",
"Good evening, {name}" : "Bona nit, {name}",
diff --git a/apps/dashboard/l10n/ca.json b/apps/dashboard/l10n/ca.json
index 2f7d8585f19..3e9bbaa3b89 100644
--- a/apps/dashboard/l10n/ca.json
+++ b/apps/dashboard/l10n/ca.json
@@ -14,7 +14,7 @@
"Status" : "Estat",
"Good morning" : "Bon dia",
"Good morning, {name}" : "Bon dia, {name}",
- "Good afternoon" : "Salutació",
+ "Good afternoon" : "Bona tarda",
"Good afternoon, {name}" : "Bona tarda, {name}",
"Good evening" : "Bona tarda",
"Good evening, {name}" : "Bona nit, {name}",
diff --git a/apps/dav/l10n/sk.js b/apps/dav/l10n/sk.js
index 1c62436025e..e4f5991d6e3 100644
--- a/apps/dav/l10n/sk.js
+++ b/apps/dav/l10n/sk.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"dav",
{
"Calendar" : "Kalendár",
+ "To-dos" : "Úlohy",
"Personal" : "Osobné",
"{actor} created calendar {calendar}" : "[actor] vytvoril kalendár [calendar]",
"You created calendar {calendar}" : "Vytvorili ste kalendár {calendar}",
@@ -31,12 +32,27 @@ OC.L10N.register(
"You deleted event {event} from calendar {calendar}" : "Zmazali ste udalosť {event} z kalendára {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} aktualizoval udalosť {event} v kalendári {calendar}",
"You updated event {event} in calendar {calendar}" : "Aktualizovali ste udalosť {event} v kalendári {calendar}",
+ "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} presunul udalosť {event} z kalendára {sourceCalendar} do kalendára {targetCalendar}",
+ "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Presunuli ste udalosť {event} z kalendára {sourceCalendar} do kalendára {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} obnovil udalosť {event} v kalendári {calendar}",
"You restored event {event} of calendar {calendar}" : "Obnovili ste udalosť {event} v kalendári {calendar}",
"Busy" : "Zaneprázdnený",
+ "{actor} created to-do {todo} in list {calendar}" : "{actor} vytvoril úlohu {todo} v zozname {calendar}",
+ "You created to-do {todo} in list {calendar}" : "Vytvorili ste úlohu {todo} v zozname {calendar}",
+ "{actor} deleted to-do {todo} from list {calendar}" : "{actor} zmazal úlohu {todo} zo zoznamu {calendar}",
+ "You deleted to-do {todo} from list {calendar}" : "Zmazali ste úlohu {todo} zo zoznamu {calendar}",
+ "{actor} updated to-do {todo} in list {calendar}" : "{actor} upravil úlohu {todo} v zozname {calendar}",
+ "You updated to-do {todo} in list {calendar}" : "Upravili ste úlohu {todo} v zozname {calendar}",
+ "{actor} solved to-do {todo} in list {calendar}" : "{actor} vyriešil úlohu {todo} v zozname {calendar}",
+ "You solved to-do {todo} in list {calendar}" : "Vyriešili ste úlohu {todo} v zozname {calendar}",
+ "{actor} reopened to-do {todo} in list {calendar}" : "{actor} znovu otvoril úlohu {todo} v zozname {calendar}",
+ "You reopened to-do {todo} in list {calendar}" : "Otvorili ste znovu úlohu {todo} v zozname {calendar}",
+ "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} presunul udalosť {event} zo zoznamu {sourceCalendar} do zoznamu {targetCalendar}",
+ "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Presunuli ste udalosť {event} zo zoznamu {sourceCalendar} do zoznamu {targetCalendar}",
"Calendar, contacts and tasks" : "Kalendár, kontakty a úlohy",
"A <strong>calendar</strong> was modified" : "<strong>kalendár</strong> bol upravený",
"A calendar <strong>event</strong> was modified" : "<strong>Udalosť</strong> v kalendári bola upravená",
+ "A calendar <strong>to-do</strong> was modified" : "Kalendár <strong>úloh</strong> bol upravený",
"Contact birthdays" : "Narodeniny kontaktu",
"Death of %s" : "Dátum úmrtia %s",
"Calendar:" : "Kalendár:",
@@ -143,6 +159,7 @@ OC.L10N.register(
"Friday" : "Piatok",
"Saturday" : "Sobota",
"Sunday" : "Nedeľa",
+ "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automaticky nastaviť stav používateľa na „Nerušiť“ ak nie ste dostupný, pre stlmenie všetkých upozornení.",
"Save" : "Uložiť",
"Failed to load availability" : "Nepodarilo sa načítať dostupnosť",
"Saved availability" : "Dostupnosť bola uložená",
diff --git a/apps/dav/l10n/sk.json b/apps/dav/l10n/sk.json
index 2b2ce1b30fb..577ae897485 100644
--- a/apps/dav/l10n/sk.json
+++ b/apps/dav/l10n/sk.json
@@ -1,5 +1,6 @@
{ "translations": {
"Calendar" : "Kalendár",
+ "To-dos" : "Úlohy",
"Personal" : "Osobné",
"{actor} created calendar {calendar}" : "[actor] vytvoril kalendár [calendar]",
"You created calendar {calendar}" : "Vytvorili ste kalendár {calendar}",
@@ -29,12 +30,27 @@
"You deleted event {event} from calendar {calendar}" : "Zmazali ste udalosť {event} z kalendára {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} aktualizoval udalosť {event} v kalendári {calendar}",
"You updated event {event} in calendar {calendar}" : "Aktualizovali ste udalosť {event} v kalendári {calendar}",
+ "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} presunul udalosť {event} z kalendára {sourceCalendar} do kalendára {targetCalendar}",
+ "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Presunuli ste udalosť {event} z kalendára {sourceCalendar} do kalendára {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} obnovil udalosť {event} v kalendári {calendar}",
"You restored event {event} of calendar {calendar}" : "Obnovili ste udalosť {event} v kalendári {calendar}",
"Busy" : "Zaneprázdnený",
+ "{actor} created to-do {todo} in list {calendar}" : "{actor} vytvoril úlohu {todo} v zozname {calendar}",
+ "You created to-do {todo} in list {calendar}" : "Vytvorili ste úlohu {todo} v zozname {calendar}",
+ "{actor} deleted to-do {todo} from list {calendar}" : "{actor} zmazal úlohu {todo} zo zoznamu {calendar}",
+ "You deleted to-do {todo} from list {calendar}" : "Zmazali ste úlohu {todo} zo zoznamu {calendar}",
+ "{actor} updated to-do {todo} in list {calendar}" : "{actor} upravil úlohu {todo} v zozname {calendar}",
+ "You updated to-do {todo} in list {calendar}" : "Upravili ste úlohu {todo} v zozname {calendar}",
+ "{actor} solved to-do {todo} in list {calendar}" : "{actor} vyriešil úlohu {todo} v zozname {calendar}",
+ "You solved to-do {todo} in list {calendar}" : "Vyriešili ste úlohu {todo} v zozname {calendar}",
+ "{actor} reopened to-do {todo} in list {calendar}" : "{actor} znovu otvoril úlohu {todo} v zozname {calendar}",
+ "You reopened to-do {todo} in list {calendar}" : "Otvorili ste znovu úlohu {todo} v zozname {calendar}",
+ "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} presunul udalosť {event} zo zoznamu {sourceCalendar} do zoznamu {targetCalendar}",
+ "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Presunuli ste udalosť {event} zo zoznamu {sourceCalendar} do zoznamu {targetCalendar}",
"Calendar, contacts and tasks" : "Kalendár, kontakty a úlohy",
"A <strong>calendar</strong> was modified" : "<strong>kalendár</strong> bol upravený",
"A calendar <strong>event</strong> was modified" : "<strong>Udalosť</strong> v kalendári bola upravená",
+ "A calendar <strong>to-do</strong> was modified" : "Kalendár <strong>úloh</strong> bol upravený",
"Contact birthdays" : "Narodeniny kontaktu",
"Death of %s" : "Dátum úmrtia %s",
"Calendar:" : "Kalendár:",
@@ -141,6 +157,7 @@
"Friday" : "Piatok",
"Saturday" : "Sobota",
"Sunday" : "Nedeľa",
+ "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automaticky nastaviť stav používateľa na „Nerušiť“ ak nie ste dostupný, pre stlmenie všetkých upozornení.",
"Save" : "Uložiť",
"Failed to load availability" : "Nepodarilo sa načítať dostupnosť",
"Saved availability" : "Dostupnosť bola uložená",
diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js
index 8d8e7752321..c13be4d8b20 100644
--- a/apps/dav/l10n/uk.js
+++ b/apps/dav/l10n/uk.js
@@ -183,7 +183,7 @@ OC.L10N.register(
"Number of guests" : "Кількість гостей",
"Comment" : "Коментар",
"Your attendance was updated successfully." : "Ваша участь успішно оновлена.",
- "Todos" : "До роботи",
+ "Todos" : "Завдання",
"{actor} created todo {todo} in list {calendar}" : "{actor} створив завдання {todo} у списку {calendar}",
"You created todo {todo} in list {calendar}" : "Ви створили завдання {todo} у списку {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} вилучили завдання {todo} зі списку {calendar}",
diff --git a/apps/dav/l10n/uk.json b/apps/dav/l10n/uk.json
index afd346c7142..29459fcca85 100644
--- a/apps/dav/l10n/uk.json
+++ b/apps/dav/l10n/uk.json
@@ -181,7 +181,7 @@
"Number of guests" : "Кількість гостей",
"Comment" : "Коментар",
"Your attendance was updated successfully." : "Ваша участь успішно оновлена.",
- "Todos" : "До роботи",
+ "Todos" : "Завдання",
"{actor} created todo {todo} in list {calendar}" : "{actor} створив завдання {todo} у списку {calendar}",
"You created todo {todo} in list {calendar}" : "Ви створили завдання {todo} у списку {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} вилучили завдання {todo} зі списку {calendar}",
diff --git a/apps/encryption/l10n/uk.js b/apps/encryption/l10n/uk.js
index 1e01ad6db94..3180af97d8e 100644
--- a/apps/encryption/l10n/uk.js
+++ b/apps/encryption/l10n/uk.js
@@ -35,7 +35,7 @@ OC.L10N.register(
"The share will expire on %s." : "Спільний доступ закінчиться %s.",
"Cheers!" : "Будьмо!",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Програму для шифрування ввімкнено, але ваші ключі не ініціалізовано. Будь ласка, вийдіть із системи та увійдіть знову",
- "Encrypt the home storage" : "Зашифрувати домашню теку",
+ "Encrypt the home storage" : "Зашифрувати домашній каталог",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Увімкнення цього параметра шифрує всі файли, що зберігаються в основній пам’яті, інакше будуть зашифровані лише файли на зовнішній пам’яті",
"Enable recovery key" : "Увімкнути ключ відновлення",
"Disable recovery key" : "Вимкнути ключ відновлення",
diff --git a/apps/encryption/l10n/uk.json b/apps/encryption/l10n/uk.json
index aed98dbff56..fcc3038841c 100644
--- a/apps/encryption/l10n/uk.json
+++ b/apps/encryption/l10n/uk.json
@@ -33,7 +33,7 @@
"The share will expire on %s." : "Спільний доступ закінчиться %s.",
"Cheers!" : "Будьмо!",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Програму для шифрування ввімкнено, але ваші ключі не ініціалізовано. Будь ласка, вийдіть із системи та увійдіть знову",
- "Encrypt the home storage" : "Зашифрувати домашню теку",
+ "Encrypt the home storage" : "Зашифрувати домашній каталог",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Увімкнення цього параметра шифрує всі файли, що зберігаються в основній пам’яті, інакше будуть зашифровані лише файли на зовнішній пам’яті",
"Enable recovery key" : "Увімкнути ключ відновлення",
"Disable recovery key" : "Вимкнути ключ відновлення",
diff --git a/apps/federatedfilesharing/l10n/sk.js b/apps/federatedfilesharing/l10n/sk.js
index 206daa94c6e..87764dc03b0 100644
--- a/apps/federatedfilesharing/l10n/sk.js
+++ b/apps/federatedfilesharing/l10n/sk.js
@@ -39,15 +39,21 @@ OC.L10N.register(
"Allow users on this server to receive group shares from other servers" : "Povoliť používateľom na tomto serveri prijímať zdieľania skupín z iných serverov",
"Search global and public address book for users" : "Vyhľadávať používateľov v globálnom a verejnom adresári kontaktov",
"Allow users to publish their data to a global and public address book" : "Povoliť používateľom publikovanie ich dát do globálneho a verejného adresára",
+ "Unable to update federated files sharing config" : "Nedá sa aktualizovať konfigurácia zdieľania federovaných súborov",
"Federated Cloud" : "Združený Cloud",
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Môžete zdieľať s kýmkoľvek, kto používa server Nextcloud alebo iné kompatibilné servery a služby Open Cloud Mesh (OCM)! Jednoducho vložte ich identifikátor združeného cloudu v dialógovom okne zdieľania. Má to podobu person@cloud.example.com",
"Your Federated Cloud ID:" : "Vaše združené Cloud ID",
"Share it so your friends can share files with you:" : "Zdieľajte to, aby mohli vaši priatelia zdieľať súbory s vami:",
+ "Facebook" : "Facebook",
"Twitter" : "Twitter",
+ "Diaspora" : "Diaspora",
"Add to your website" : "Pridať na svoju webstránku",
"Share with me via Nextcloud" : "Sprístupnené cez Nextcloud",
"HTML Code:" : "HTML kód:",
+ "Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Zdieľajte so mnou prostredníctvom môjho #Nextcloud Federated Cloud ID, pozrite {url}",
+ "Cloud ID copied to the clipboard" : "Cloud ID bol skopírovaný do schránky",
"Copy to clipboard" : "Skopírovať do schránky",
+ "Clipboard is not available" : "Schránka nie je prístupná",
"Copy" : "Kopírovať",
"Copied!" : "Skopírované!",
"Not supported!" : "Nie je podporované!",
diff --git a/apps/federatedfilesharing/l10n/sk.json b/apps/federatedfilesharing/l10n/sk.json
index ab312d14751..4cca154a566 100644
--- a/apps/federatedfilesharing/l10n/sk.json
+++ b/apps/federatedfilesharing/l10n/sk.json
@@ -37,15 +37,21 @@
"Allow users on this server to receive group shares from other servers" : "Povoliť používateľom na tomto serveri prijímať zdieľania skupín z iných serverov",
"Search global and public address book for users" : "Vyhľadávať používateľov v globálnom a verejnom adresári kontaktov",
"Allow users to publish their data to a global and public address book" : "Povoliť používateľom publikovanie ich dát do globálneho a verejného adresára",
+ "Unable to update federated files sharing config" : "Nedá sa aktualizovať konfigurácia zdieľania federovaných súborov",
"Federated Cloud" : "Združený Cloud",
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Môžete zdieľať s kýmkoľvek, kto používa server Nextcloud alebo iné kompatibilné servery a služby Open Cloud Mesh (OCM)! Jednoducho vložte ich identifikátor združeného cloudu v dialógovom okne zdieľania. Má to podobu person@cloud.example.com",
"Your Federated Cloud ID:" : "Vaše združené Cloud ID",
"Share it so your friends can share files with you:" : "Zdieľajte to, aby mohli vaši priatelia zdieľať súbory s vami:",
+ "Facebook" : "Facebook",
"Twitter" : "Twitter",
+ "Diaspora" : "Diaspora",
"Add to your website" : "Pridať na svoju webstránku",
"Share with me via Nextcloud" : "Sprístupnené cez Nextcloud",
"HTML Code:" : "HTML kód:",
+ "Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Zdieľajte so mnou prostredníctvom môjho #Nextcloud Federated Cloud ID, pozrite {url}",
+ "Cloud ID copied to the clipboard" : "Cloud ID bol skopírovaný do schránky",
"Copy to clipboard" : "Skopírovať do schránky",
+ "Clipboard is not available" : "Schránka nie je prístupná",
"Copy" : "Kopírovať",
"Copied!" : "Skopírované!",
"Not supported!" : "Nie je podporované!",
diff --git a/apps/federatedfilesharing/l10n/uk.js b/apps/federatedfilesharing/l10n/uk.js
index c0997b0c000..ffe2247bedb 100644
--- a/apps/federatedfilesharing/l10n/uk.js
+++ b/apps/federatedfilesharing/l10n/uk.js
@@ -1,11 +1,11 @@
OC.L10N.register(
"federatedfilesharing",
{
- "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалену загальну теку {name} з {owner}@{remote}?",
- "Remote share" : "Віддалена загальна тека",
- "Remote share password" : "Пароль для віддаленої загальної теки",
+ "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалений каталог {name} з {owner}@{remote}?",
+ "Remote share" : "Віддалений каталог",
+ "Remote share password" : "Пароль для віддаленого каталогу",
"Cancel" : "Скасувати",
- "Add remote share" : "Додати віддалену загальну теку",
+ "Add remote share" : "Додати віддалений каталог",
"Invalid Federated Cloud ID" : "Неправильний Об'єднаний Хмарний Ідентіфікатор ",
"Server to server sharing is not enabled on this server" : "На даному сервері вимкнута можливість передачі даних між серверами",
"Couldn't establish a federated share." : "Не вдалося встановити об’єднаний спільний доступ.",
diff --git a/apps/federatedfilesharing/l10n/uk.json b/apps/federatedfilesharing/l10n/uk.json
index d5bbc69b92c..3993f39b257 100644
--- a/apps/federatedfilesharing/l10n/uk.json
+++ b/apps/federatedfilesharing/l10n/uk.json
@@ -1,9 +1,9 @@
{ "translations": {
- "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалену загальну теку {name} з {owner}@{remote}?",
- "Remote share" : "Віддалена загальна тека",
- "Remote share password" : "Пароль для віддаленої загальної теки",
+ "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалений каталог {name} з {owner}@{remote}?",
+ "Remote share" : "Віддалений каталог",
+ "Remote share password" : "Пароль для віддаленого каталогу",
"Cancel" : "Скасувати",
- "Add remote share" : "Додати віддалену загальну теку",
+ "Add remote share" : "Додати віддалений каталог",
"Invalid Federated Cloud ID" : "Неправильний Об'єднаний Хмарний Ідентіфікатор ",
"Server to server sharing is not enabled on this server" : "На даному сервері вимкнута можливість передачі даних між серверами",
"Couldn't establish a federated share." : "Не вдалося встановити об’єднаний спільний доступ.",
diff --git a/apps/federation/l10n/cs.js b/apps/federation/l10n/cs.js
index 0d8e0e4f0f6..77b6699a4bd 100644
--- a/apps/federation/l10n/cs.js
+++ b/apps/federation/l10n/cs.js
@@ -4,7 +4,7 @@ OC.L10N.register(
"Added to the list of trusted servers" : "Přidáno na seznam důvěryhodných serverů",
"Server is already in the list of trusted servers." : "Server se už nachází na seznamu těch důvěryhodných.",
"No server to federate with found" : "Nenalezen žádný server, se kterým by bylo možné federovat",
- "Could not add server" : "Nepodařilo se přidat server",
+ "Could not add server" : "Server se nepodařilo přidat",
"Trusted servers" : "Důvěryhodné servery",
"Federation" : "Federování",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federování umožňuje propojit s ostatními servery, kterým věříte a vyměňovat si tak adresář uživatelů.",
diff --git a/apps/federation/l10n/cs.json b/apps/federation/l10n/cs.json
index e8f616d2aff..097b128075d 100644
--- a/apps/federation/l10n/cs.json
+++ b/apps/federation/l10n/cs.json
@@ -2,7 +2,7 @@
"Added to the list of trusted servers" : "Přidáno na seznam důvěryhodných serverů",
"Server is already in the list of trusted servers." : "Server se už nachází na seznamu těch důvěryhodných.",
"No server to federate with found" : "Nenalezen žádný server, se kterým by bylo možné federovat",
- "Could not add server" : "Nepodařilo se přidat server",
+ "Could not add server" : "Server se nepodařilo přidat",
"Trusted servers" : "Důvěryhodné servery",
"Federation" : "Federování",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federování umožňuje propojit s ostatními servery, kterým věříte a vyměňovat si tak adresář uživatelů.",
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index 267a27a6089..8a92cc72ece 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -8,7 +8,7 @@ OC.L10N.register(
"Move or copy" : "Přesunout nebo zkopírovat",
"Download" : "Stáhnout",
"Delete" : "Smazat",
- "Tags" : "Značky",
+ "Tags" : "Štítky",
"Show list view" : "Zobrazit v seznamu",
"Show grid view" : "Zobrazit v mřížce",
"Home" : "Domů",
@@ -69,7 +69,7 @@ OC.L10N.register(
"Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje",
"Could not fetch file details \"{file}\"" : "Nedaří se získat podrobnosti o souboru „{file}“",
"Error deleting file \"{fileName}\"." : "Chyba při mazání souboru „{fileName}“.",
- "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Pokud chcete hledat v ostatních složkách, zadejte více než dva znaky",
"Name" : "Název",
"Size" : "Velikost",
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index f61dd1d8cc1..befc19a76d7 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -6,7 +6,7 @@
"Move or copy" : "Přesunout nebo zkopírovat",
"Download" : "Stáhnout",
"Delete" : "Smazat",
- "Tags" : "Značky",
+ "Tags" : "Štítky",
"Show list view" : "Zobrazit v seznamu",
"Show grid view" : "Zobrazit v mřížce",
"Home" : "Domů",
@@ -67,7 +67,7 @@
"Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje",
"Could not fetch file details \"{file}\"" : "Nedaří se získat podrobnosti o souboru „{file}“",
"Error deleting file \"{fileName}\"." : "Chyba při mazání souboru „{fileName}“.",
- "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Pokud chcete hledat v ostatních složkách, zadejte více než dva znaky",
"Name" : "Název",
"Size" : "Velikost",
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js
index c6aa30fddb0..dd49412f9aa 100644
--- a/apps/files/l10n/sk.js
+++ b/apps/files/l10n/sk.js
@@ -24,6 +24,7 @@ OC.L10N.register(
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
"Not enough free space" : "Nedostatok voľného miesta",
"An unknown error has occurred" : "Vyskytla sa neznáma chyba",
+ "File could not be uploaded" : "Súbor nemôže byť nahraný",
"Uploading …" : "Nahrávanie...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nahrávanie tejto položky nie je podporované",
@@ -35,6 +36,7 @@ OC.L10N.register(
"Move" : "Presunúť",
"Copy" : "Kopírovať",
"Choose target folder" : "Vyberte cieľový priečinok",
+ "Edit locally" : "Editovať lokálne",
"Open" : "Otvoriť",
"Delete file" : "Zmazať súbor",
"Delete folder" : "Zmazať priečinok",
@@ -78,7 +80,9 @@ OC.L10N.register(
"_including %n hidden_::_including %n hidden_" : ["vrátane %n skytého","vrátane %n skrytých","vrátane %n skrytých","vrátane %n skrytých"],
"You do not have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvárať súbory",
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov","Nahrávam %n súborov"],
+ "New file/folder menu" : "Ponuka nového súboru/priečinka",
"Select file range" : "Vybrať rozsah súborov",
+ "{used}%" : "{used}%",
"{used} of {quota} used" : "použitých {used} z {quota}",
"{used} used" : "{used} použitých",
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.",
@@ -188,7 +192,9 @@ OC.L10N.register(
"Templates" : "Šablóny",
"Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami",
"%s used" : "%s použitých",
+ "%s%%" : "%s%%",
"%1$s of %2$s used" : "Využité: %1$s z %2$s",
+ "Files settings" : "Nastavenia súborov",
"Show hidden files" : "Zobraziť skryté súbory",
"Crop image previews" : "Orezať náhľady obrázkov",
"WebDAV" : "WebDAV",
diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json
index 1b69d3e3051..0623b8f3f94 100644
--- a/apps/files/l10n/sk.json
+++ b/apps/files/l10n/sk.json
@@ -22,6 +22,7 @@
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
"Not enough free space" : "Nedostatok voľného miesta",
"An unknown error has occurred" : "Vyskytla sa neznáma chyba",
+ "File could not be uploaded" : "Súbor nemôže byť nahraný",
"Uploading …" : "Nahrávanie...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nahrávanie tejto položky nie je podporované",
@@ -33,6 +34,7 @@
"Move" : "Presunúť",
"Copy" : "Kopírovať",
"Choose target folder" : "Vyberte cieľový priečinok",
+ "Edit locally" : "Editovať lokálne",
"Open" : "Otvoriť",
"Delete file" : "Zmazať súbor",
"Delete folder" : "Zmazať priečinok",
@@ -76,7 +78,9 @@
"_including %n hidden_::_including %n hidden_" : ["vrátane %n skytého","vrátane %n skrytých","vrátane %n skrytých","vrátane %n skrytých"],
"You do not have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvárať súbory",
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov","Nahrávam %n súborov"],
+ "New file/folder menu" : "Ponuka nového súboru/priečinka",
"Select file range" : "Vybrať rozsah súborov",
+ "{used}%" : "{used}%",
"{used} of {quota} used" : "použitých {used} z {quota}",
"{used} used" : "{used} použitých",
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.",
@@ -186,7 +190,9 @@
"Templates" : "Šablóny",
"Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami",
"%s used" : "%s použitých",
+ "%s%%" : "%s%%",
"%1$s of %2$s used" : "Využité: %1$s z %2$s",
+ "Files settings" : "Nastavenia súborov",
"Show hidden files" : "Zobraziť skryté súbory",
"Crop image previews" : "Orezať náhľady obrázkov",
"WebDAV" : "WebDAV",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 37c7274bae9..37884b137df 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -6,7 +6,7 @@ OC.L10N.register(
"Unknown error" : "Невідома помилка",
"File could not be found" : "Неможливо знайти файл",
"Move or copy" : "Перенести або скопіювати",
- "Download" : "Завантажити",
+ "Download" : "Звантажити",
"Delete" : "Вилучити",
"Tags" : "Мітки",
"Show list view" : "Подання списком",
@@ -41,7 +41,7 @@ OC.L10N.register(
"Delete file" : "Вилучити файл",
"Delete folder" : "Вилучити каталог",
"Disconnect storage" : "Від’єднати сховище",
- "Leave this share" : "Залишити елемент, яким поділилися",
+ "Leave this share" : "Вийти зі спільного доступу",
"Could not load info for file \"{file}\"" : "Не вдалося завантажити дані про файл \"{file}\"",
"Files" : "Файли",
"Details" : "Деталі",
@@ -74,14 +74,14 @@ OC.L10N.register(
"Name" : "Ім'я",
"Size" : "Розмір",
"Modified" : "Змінено",
- "_%n folder_::_%n folders_" : ["%n тека ","теки : %n ","теки : %n ","каталоги: %n "],
+ "_%n folder_::_%n folders_" : ["%n тека ","теки : %n ","теки : %n ","%n каталоги "],
"_%n file_::_%n files_" : ["%n файл ","файли : %n ","файли : %n ","файли: %n "],
"{dirs} and {files}" : "{dirs} та {files}",
"_including %n hidden_::_including %n hidden_" : ["включаючи %n прихований","включаючи %n прихованих","включаючи %n прихованих","включно %n прихованих"],
"You do not have permission to upload or create files here" : "У вас відсутні повноваження для завантаження або створення файлів тут",
"_Uploading %n file_::_Uploading %n files_" : ["Вивантаження %n файлу","Вивантаження %n файлів","Вивантаження %n файлів","Завантаження %n файлів"],
"New file/folder menu" : "Меню з новим файлом/каталогом",
- "Select file range" : "Виберіть файли",
+ "Select file range" : "Вибрати кілька файлів",
"{used}%" : "{used}%",
"{used} of {quota} used" : "Використано {used} із {quota}",
"{used} used" : "Використано {used}",
@@ -111,13 +111,13 @@ OC.L10N.register(
"Recent" : "Нещодавні",
"Not favorited" : "Не вподобані",
"Remove from favorites" : "Прибрати із вподобаного",
- "Add to favorites" : "Додати до вподобаного",
+ "Add to favorites" : "Вподобати",
"An error occurred while trying to update the tags" : "Виникла помилка при спробі оновити мітки",
"Added to favorites" : "Додано до вподобаного",
"Removed from favorites" : "Вилучено із вподобаного",
"You added {file} to your favorites" : "Ви вподобали {file}",
"You removed {file} from your favorites" : "Ви вилучили {file} із вподобаного",
- "File changes" : "Зміни у файлі",
+ "File changes" : "Зміни у файлах",
"Created by {user}" : "Створено користувачем {user}",
"Changed by {user}" : "Змінено користувачем {user}",
"Deleted by {user}" : "Вилучено користувачем {user}",
@@ -129,10 +129,10 @@ OC.L10N.register(
"You created an encrypted file in {file}" : "Ви створили зашифрований файл у {file}",
"{user} created {file}" : "Користувач {user} створив {file}",
"{user} created an encrypted file in {file}" : "{user} створив зашифрований файл у {file}",
- "{file} was created in a public folder" : "Файл {file} створено у спільній теці",
+ "{file} was created in a public folder" : "Файл {file} створено у публічному каталозі",
"You changed {file}" : "Ви змінили {file}",
"You changed an encrypted file in {file}" : "Ви змінили зашифрований файл у {file}",
- "{user} changed {file}" : "Користувач {user} змінив {file}",
+ "{user} changed {file}" : "Користувач {user} змінив файл {file}",
"{user} changed an encrypted file in {file}" : "{user} змінив зашифрований файл у {file}",
"You deleted {file}" : "Ви вилучили {file}",
"You deleted an encrypted file in {file}" : "Ви вилучити зашифрований файл у {file}",
@@ -198,7 +198,7 @@ OC.L10N.register(
"Show hidden files" : "Показувати приховані файли",
"Crop image previews" : "Обрізати попередній перегляд зображень",
"WebDAV" : "WebDAV",
- "Use this address to access your Files via WebDAV" : "Використовуйте цю адресу для доступу до ваших Файлів за допомогою протоколу WebDAV",
+ "Use this address to access your Files via WebDAV" : "Використовуйте цю адресу для доступу до ваших файлів за допомогою протоколу WebDAV",
"Toggle %1$s sublist" : "Перемкнути вкладений список %1$s",
"Toggle grid view" : "Перемкнути подання сіткою",
"No files in here" : "Тут немає файлів",
@@ -221,7 +221,7 @@ OC.L10N.register(
"Select" : "Вибрати",
"You don’t have permission to upload or create files here" : "У вас недостатньо прав для завантаження або створення файлів тут",
"New" : "Створити",
- "Cannot transfer ownership of a file or folder you don't own" : "Неможливо передати права власності на файл або теку, що вам не належить",
+ "Cannot transfer ownership of a file or folder you don't own" : "Неможливо передати права власності на файл або каталог, що вам не належить",
"%s%% of %s used" : "%s%% з %s використано",
"Settings" : "Налаштування"
},
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index 455a507ca61..527cac9aed7 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -4,7 +4,7 @@
"Unknown error" : "Невідома помилка",
"File could not be found" : "Неможливо знайти файл",
"Move or copy" : "Перенести або скопіювати",
- "Download" : "Завантажити",
+ "Download" : "Звантажити",
"Delete" : "Вилучити",
"Tags" : "Мітки",
"Show list view" : "Подання списком",
@@ -39,7 +39,7 @@
"Delete file" : "Вилучити файл",
"Delete folder" : "Вилучити каталог",
"Disconnect storage" : "Від’єднати сховище",
- "Leave this share" : "Залишити елемент, яким поділилися",
+ "Leave this share" : "Вийти зі спільного доступу",
"Could not load info for file \"{file}\"" : "Не вдалося завантажити дані про файл \"{file}\"",
"Files" : "Файли",
"Details" : "Деталі",
@@ -72,14 +72,14 @@
"Name" : "Ім'я",
"Size" : "Розмір",
"Modified" : "Змінено",
- "_%n folder_::_%n folders_" : ["%n тека ","теки : %n ","теки : %n ","каталоги: %n "],
+ "_%n folder_::_%n folders_" : ["%n тека ","теки : %n ","теки : %n ","%n каталоги "],
"_%n file_::_%n files_" : ["%n файл ","файли : %n ","файли : %n ","файли: %n "],
"{dirs} and {files}" : "{dirs} та {files}",
"_including %n hidden_::_including %n hidden_" : ["включаючи %n прихований","включаючи %n прихованих","включаючи %n прихованих","включно %n прихованих"],
"You do not have permission to upload or create files here" : "У вас відсутні повноваження для завантаження або створення файлів тут",
"_Uploading %n file_::_Uploading %n files_" : ["Вивантаження %n файлу","Вивантаження %n файлів","Вивантаження %n файлів","Завантаження %n файлів"],
"New file/folder menu" : "Меню з новим файлом/каталогом",
- "Select file range" : "Виберіть файли",
+ "Select file range" : "Вибрати кілька файлів",
"{used}%" : "{used}%",
"{used} of {quota} used" : "Використано {used} із {quota}",
"{used} used" : "Використано {used}",
@@ -109,13 +109,13 @@
"Recent" : "Нещодавні",
"Not favorited" : "Не вподобані",
"Remove from favorites" : "Прибрати із вподобаного",
- "Add to favorites" : "Додати до вподобаного",
+ "Add to favorites" : "Вподобати",
"An error occurred while trying to update the tags" : "Виникла помилка при спробі оновити мітки",
"Added to favorites" : "Додано до вподобаного",
"Removed from favorites" : "Вилучено із вподобаного",
"You added {file} to your favorites" : "Ви вподобали {file}",
"You removed {file} from your favorites" : "Ви вилучили {file} із вподобаного",
- "File changes" : "Зміни у файлі",
+ "File changes" : "Зміни у файлах",
"Created by {user}" : "Створено користувачем {user}",
"Changed by {user}" : "Змінено користувачем {user}",
"Deleted by {user}" : "Вилучено користувачем {user}",
@@ -127,10 +127,10 @@
"You created an encrypted file in {file}" : "Ви створили зашифрований файл у {file}",
"{user} created {file}" : "Користувач {user} створив {file}",
"{user} created an encrypted file in {file}" : "{user} створив зашифрований файл у {file}",
- "{file} was created in a public folder" : "Файл {file} створено у спільній теці",
+ "{file} was created in a public folder" : "Файл {file} створено у публічному каталозі",
"You changed {file}" : "Ви змінили {file}",
"You changed an encrypted file in {file}" : "Ви змінили зашифрований файл у {file}",
- "{user} changed {file}" : "Користувач {user} змінив {file}",
+ "{user} changed {file}" : "Користувач {user} змінив файл {file}",
"{user} changed an encrypted file in {file}" : "{user} змінив зашифрований файл у {file}",
"You deleted {file}" : "Ви вилучили {file}",
"You deleted an encrypted file in {file}" : "Ви вилучити зашифрований файл у {file}",
@@ -196,7 +196,7 @@
"Show hidden files" : "Показувати приховані файли",
"Crop image previews" : "Обрізати попередній перегляд зображень",
"WebDAV" : "WebDAV",
- "Use this address to access your Files via WebDAV" : "Використовуйте цю адресу для доступу до ваших Файлів за допомогою протоколу WebDAV",
+ "Use this address to access your Files via WebDAV" : "Використовуйте цю адресу для доступу до ваших файлів за допомогою протоколу WebDAV",
"Toggle %1$s sublist" : "Перемкнути вкладений список %1$s",
"Toggle grid view" : "Перемкнути подання сіткою",
"No files in here" : "Тут немає файлів",
@@ -219,7 +219,7 @@
"Select" : "Вибрати",
"You don’t have permission to upload or create files here" : "У вас недостатньо прав для завантаження або створення файлів тут",
"New" : "Створити",
- "Cannot transfer ownership of a file or folder you don't own" : "Неможливо передати права власності на файл або теку, що вам не належить",
+ "Cannot transfer ownership of a file or folder you don't own" : "Неможливо передати права власності на файл або каталог, що вам не належить",
"%s%% of %s used" : "%s%% з %s використано",
"Settings" : "Налаштування"
},"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);"
diff --git a/apps/files_external/l10n/uk.js b/apps/files_external/l10n/uk.js
index 520de5475ee..72f1cb3c82d 100644
--- a/apps/files_external/l10n/uk.js
+++ b/apps/files_external/l10n/uk.js
@@ -95,7 +95,7 @@ OC.L10N.register(
"Legacy (v2) authentication" : "Legacy (v2) автентифікація",
"WebDAV" : "WebDAV",
"URL" : "URL",
- "Remote subfolder" : "Віддалена підтека",
+ "Remote subfolder" : "Віддалений підкаталог",
"Secure https://" : "Захищений https://",
"FTP" : "FTP",
"Host" : "Хост",
@@ -104,13 +104,13 @@ OC.L10N.register(
"Location" : "Місце",
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
- "Root" : "Початкова тека",
+ "Root" : "Початок",
"SFTP with secret key login" : "SFTP із секретним ключем входу",
"SMB/CIFS" : "SMB/CIFS",
"Share" : "Поділитися",
"Show hidden files" : "Показати приховані файли",
"Verify ACL access when listing files" : "Перевірте доступ до ACL під час переліку файлів",
- "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Перевірка ACL кожного файлу чи папки в каталозі, щоб відфільтрувати елементи, для яких користувач не має прав на читання, супроводжується погіршенням продуктивності",
+ "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Перевірка ACL кожного файлу чи каталогу у каталозі верхнього рівня, щоб відфільтрувати елементи, до яких користувач не має прав доступу на читання, супроводжується погіршенням продуктивності",
"Timeout" : "Час вичерпано",
"SMB/CIFS using OC login" : "SMB/CIFS з використанням входу OC",
"Username as share" : "Ім'я для відкритого доступу",
@@ -122,14 +122,14 @@ OC.L10N.register(
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" не встановлено. Монтаж %2$s неможливий. Будь ласка, попросіть свого системного адміністратора встановити його.",
"External storage support" : "Підтримка зовнішньої пам'яті",
"Adds basic external storage support" : "Додає базову підтримку зовнішньої пам’яті",
- "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ця програма дозволяє адміністраторам налаштовувати підключення до зовнішніх постачальників сховищ, таких як сервери FTP, сховища об’єктів S3 або SWIFT, інші сервери Nextcloud, сервери WebDAV тощо. Адміністратори можуть вибрати, які типи сховищ увімкнути, і можуть монтувати ці місця зберігання для користувача, групи або всієї системи. Користувачі побачать нову папку, яка з’явиться в кореневому каталозі Nextcloud, до якої вони зможуть отримати доступ і використовувати як будь-яку іншу папку Nextcloud. Зовнішнє сховище також дозволяє користувачам ділитися файлами, що зберігаються в цих зовнішніх місцях. У цих випадках облікові дані для власника файлу використовуються, коли одержувач запитує файл із зовнішнього сховища, таким чином гарантуючи, що одержувач може отримати доступ до спільного файлу. \n\nЗовнішнє сховище можна налаштувати за допомогою графічного інтерфейсу користувача або в командному рядку. Цей другий параметр надає досвідченому користувачеві більшу гнучкість у налаштуванні масових підключень зовнішніх накопичувачів і встановлення пріоритетів підключення. Більше інформації доступно в документація графічного інтерфейсу зовнішнього сховища та документація файлу конфігурації зовнішнього сховища.",
+ "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ця програма дозволяє адміністраторам налаштовувати підключення до зовнішніх постачальників сховищ, таких як сервери FTP, сховища об’єктів S3 або SWIFT, інші сервери Nextcloud, сервери WebDAV тощо. Адміністратори можуть вибрати, які типи сховищ увімкнути, і можуть монтувати ці місця зберігання для користувача, групи або всієї системи. Користувачі побачать новий каталог, яка з’явиться в кореневому каталозі Nextcloud, до якої вони зможуть отримати доступ і використовувати як будь-який інший каталог Nextcloud. Зовнішнє сховище також дозволяє користувачам ділитися файлами, що зберігаються в цих зовнішніх місцях. У цих випадках облікові дані для власника файлу використовуються, коли одержувач запитує файл із зовнішнього сховища, таким чином гарантуючи, що одержувач може отримати доступ до спільного файлу. \n\nЗовнішнє сховище можна налаштувати за допомогою графічного інтерфейсу користувача або в командному рядку. Цей другий параметр надає досвідченому користувачеві більшу гнучкість у налаштуванні масових підключень зовнішніх накопичувачів і встановлення пріоритетів підключення. Більше інформації доступно в документація графічного інтерфейсу зовнішнього сховища та документація файлу конфігурації зовнішнього сховища.",
"No external storage configured or you don't have the permission to configure them" : "Зовнішнє сховище не налаштовано або ви не маєте дозволу на їх налаштування",
"Name" : "Ім'я",
"Storage type" : "Тип сховища",
"Scope" : "Область",
"Open documentation" : "Відкрити документацію",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Зовнішня пам’ять дає змогу підключати зовнішні служби зберігання та пристрої як додаткові пристрої зберігання даних Nextcloud. Ви також можете дозволити користувачам монтувати власні зовнішні служби зберігання.",
- "Folder name" : "Ім'я теки",
+ "Folder name" : "Назва каталогу",
"Authentication" : "Автентифікація",
"Configuration" : "Налаштування",
"Available for" : "Доступний для",
@@ -138,7 +138,7 @@ OC.L10N.register(
"Advanced settings" : "Розширені налаштування",
"Allow users to mount external storage" : "Дозволити користувачам монтувати зовнішні сховища",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобальні облікові дані можна використовувати для автентифікації з кількома зовнішніми сховищами, які мають однакові облікові дані.",
- "Delete" : "Видалити",
+ "Delete" : "Вилучити",
"Are you sure you want to delete this external storage?" : "Дійсно вилучити це зовнішнє сховище?",
"Kerberos ticket apache mode" : "Режим apache квитка Kerberos"
},
diff --git a/apps/files_external/l10n/uk.json b/apps/files_external/l10n/uk.json
index a877ae9575b..2bfb77b49a1 100644
--- a/apps/files_external/l10n/uk.json
+++ b/apps/files_external/l10n/uk.json
@@ -93,7 +93,7 @@
"Legacy (v2) authentication" : "Legacy (v2) автентифікація",
"WebDAV" : "WebDAV",
"URL" : "URL",
- "Remote subfolder" : "Віддалена підтека",
+ "Remote subfolder" : "Віддалений підкаталог",
"Secure https://" : "Захищений https://",
"FTP" : "FTP",
"Host" : "Хост",
@@ -102,13 +102,13 @@
"Location" : "Місце",
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
- "Root" : "Початкова тека",
+ "Root" : "Початок",
"SFTP with secret key login" : "SFTP із секретним ключем входу",
"SMB/CIFS" : "SMB/CIFS",
"Share" : "Поділитися",
"Show hidden files" : "Показати приховані файли",
"Verify ACL access when listing files" : "Перевірте доступ до ACL під час переліку файлів",
- "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Перевірка ACL кожного файлу чи папки в каталозі, щоб відфільтрувати елементи, для яких користувач не має прав на читання, супроводжується погіршенням продуктивності",
+ "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Перевірка ACL кожного файлу чи каталогу у каталозі верхнього рівня, щоб відфільтрувати елементи, до яких користувач не має прав доступу на читання, супроводжується погіршенням продуктивності",
"Timeout" : "Час вичерпано",
"SMB/CIFS using OC login" : "SMB/CIFS з використанням входу OC",
"Username as share" : "Ім'я для відкритого доступу",
@@ -120,14 +120,14 @@
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" не встановлено. Монтаж %2$s неможливий. Будь ласка, попросіть свого системного адміністратора встановити його.",
"External storage support" : "Підтримка зовнішньої пам'яті",
"Adds basic external storage support" : "Додає базову підтримку зовнішньої пам’яті",
- "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ця програма дозволяє адміністраторам налаштовувати підключення до зовнішніх постачальників сховищ, таких як сервери FTP, сховища об’єктів S3 або SWIFT, інші сервери Nextcloud, сервери WebDAV тощо. Адміністратори можуть вибрати, які типи сховищ увімкнути, і можуть монтувати ці місця зберігання для користувача, групи або всієї системи. Користувачі побачать нову папку, яка з’явиться в кореневому каталозі Nextcloud, до якої вони зможуть отримати доступ і використовувати як будь-яку іншу папку Nextcloud. Зовнішнє сховище також дозволяє користувачам ділитися файлами, що зберігаються в цих зовнішніх місцях. У цих випадках облікові дані для власника файлу використовуються, коли одержувач запитує файл із зовнішнього сховища, таким чином гарантуючи, що одержувач може отримати доступ до спільного файлу. \n\nЗовнішнє сховище можна налаштувати за допомогою графічного інтерфейсу користувача або в командному рядку. Цей другий параметр надає досвідченому користувачеві більшу гнучкість у налаштуванні масових підключень зовнішніх накопичувачів і встановлення пріоритетів підключення. Більше інформації доступно в документація графічного інтерфейсу зовнішнього сховища та документація файлу конфігурації зовнішнього сховища.",
+ "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ця програма дозволяє адміністраторам налаштовувати підключення до зовнішніх постачальників сховищ, таких як сервери FTP, сховища об’єктів S3 або SWIFT, інші сервери Nextcloud, сервери WebDAV тощо. Адміністратори можуть вибрати, які типи сховищ увімкнути, і можуть монтувати ці місця зберігання для користувача, групи або всієї системи. Користувачі побачать новий каталог, яка з’явиться в кореневому каталозі Nextcloud, до якої вони зможуть отримати доступ і використовувати як будь-який інший каталог Nextcloud. Зовнішнє сховище також дозволяє користувачам ділитися файлами, що зберігаються в цих зовнішніх місцях. У цих випадках облікові дані для власника файлу використовуються, коли одержувач запитує файл із зовнішнього сховища, таким чином гарантуючи, що одержувач може отримати доступ до спільного файлу. \n\nЗовнішнє сховище можна налаштувати за допомогою графічного інтерфейсу користувача або в командному рядку. Цей другий параметр надає досвідченому користувачеві більшу гнучкість у налаштуванні масових підключень зовнішніх накопичувачів і встановлення пріоритетів підключення. Більше інформації доступно в документація графічного інтерфейсу зовнішнього сховища та документація файлу конфігурації зовнішнього сховища.",
"No external storage configured or you don't have the permission to configure them" : "Зовнішнє сховище не налаштовано або ви не маєте дозволу на їх налаштування",
"Name" : "Ім'я",
"Storage type" : "Тип сховища",
"Scope" : "Область",
"Open documentation" : "Відкрити документацію",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Зовнішня пам’ять дає змогу підключати зовнішні служби зберігання та пристрої як додаткові пристрої зберігання даних Nextcloud. Ви також можете дозволити користувачам монтувати власні зовнішні служби зберігання.",
- "Folder name" : "Ім'я теки",
+ "Folder name" : "Назва каталогу",
"Authentication" : "Автентифікація",
"Configuration" : "Налаштування",
"Available for" : "Доступний для",
@@ -136,7 +136,7 @@
"Advanced settings" : "Розширені налаштування",
"Allow users to mount external storage" : "Дозволити користувачам монтувати зовнішні сховища",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобальні облікові дані можна використовувати для автентифікації з кількома зовнішніми сховищами, які мають однакові облікові дані.",
- "Delete" : "Видалити",
+ "Delete" : "Вилучити",
"Are you sure you want to delete this external storage?" : "Дійсно вилучити це зовнішнє сховище?",
"Kerberos ticket apache mode" : "Режим apache квитка Kerberos"
},"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);"
diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js
index f7e0c811169..f6d69cb1dcd 100644
--- a/apps/files_sharing/l10n/sk.js
+++ b/apps/files_sharing/l10n/sk.js
@@ -177,14 +177,17 @@ OC.L10N.register(
"Shared with the group {user} by {owner}" : "Sprístupnil(a) {owner} skupine {user}",
"Shared with the conversation {user} by {owner}" : "{owner} zdieľa konverzáciu {user}",
"Shared with {user} by {owner}" : "{owner} zdieľa s {user}",
+ "Allow download" : "Povoliť sťahovanie",
"Added by {initiator}" : "Pridal(a) {initiator}",
"Via “{folder}”" : "Prostredníctvom „{folder}“",
"Internal link" : "Interný odkaz",
+ "Copy internal link to clipboard" : "Skopírovať interný odkaz do schránky",
"Link copied" : "Odkaz skopírovaný",
"Cannot copy, please copy the link manually" : "Nedarí sa skopírovať, skopírujte prosím ručne.",
"Copy to clipboard" : "Skopírovať do schránky",
"Only works for users with access to this folder" : "Funguje len pre používateľov s prístupom k tomuto priečinku",
"Only works for users with access to this file" : "Funguje iba pre pužívateľov, ktorí majú prístup k tomuto súboru",
+ "Copy public link to clipboard" : "Skopírovať verejný odkaz do schránky",
"Please enter the following required information before creating the share" : "Pred vytvorením zdieľania zadajte následujúce potrebné informácie",
"Password protection (enforced)" : "Ochrana heslom (vynúttená)",
"Password protection" : "Ochrana heslom",
diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json
index 9de7e4a1a90..329ccb851cd 100644
--- a/apps/files_sharing/l10n/sk.json
+++ b/apps/files_sharing/l10n/sk.json
@@ -175,14 +175,17 @@
"Shared with the group {user} by {owner}" : "Sprístupnil(a) {owner} skupine {user}",
"Shared with the conversation {user} by {owner}" : "{owner} zdieľa konverzáciu {user}",
"Shared with {user} by {owner}" : "{owner} zdieľa s {user}",
+ "Allow download" : "Povoliť sťahovanie",
"Added by {initiator}" : "Pridal(a) {initiator}",
"Via “{folder}”" : "Prostredníctvom „{folder}“",
"Internal link" : "Interný odkaz",
+ "Copy internal link to clipboard" : "Skopírovať interný odkaz do schránky",
"Link copied" : "Odkaz skopírovaný",
"Cannot copy, please copy the link manually" : "Nedarí sa skopírovať, skopírujte prosím ručne.",
"Copy to clipboard" : "Skopírovať do schránky",
"Only works for users with access to this folder" : "Funguje len pre používateľov s prístupom k tomuto priečinku",
"Only works for users with access to this file" : "Funguje iba pre pužívateľov, ktorí majú prístup k tomuto súboru",
+ "Copy public link to clipboard" : "Skopírovať verejný odkaz do schránky",
"Please enter the following required information before creating the share" : "Pred vytvorením zdieľania zadajte následujúce potrebné informácie",
"Password protection (enforced)" : "Ochrana heslom (vynúttená)",
"Password protection" : "Ochrana heslom",
diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js
index 67fe523cff7..ae874c27968 100644
--- a/apps/files_sharing/l10n/uk.js
+++ b/apps/files_sharing/l10n/uk.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Shared with you" : "Поділилися з вами",
"Nothing shared with you yet" : "Ніхто з вами ще не поділився файлами",
- "Files and folders others share with you will show up here" : "Спільні файли та теки, якими поділилися з вами, з’являться тут",
+ "Files and folders others share with you will show up here" : "Спільні файли та каталоги, якими поділилися з вами, з’являться тут",
"Shared with others" : "Ви поділилися",
"Nothing shared yet" : "Поки ніхто не поділився нічим",
"Files and folders you share will show up here" : "Файли та каталоги, якими ви поділилися, показуватимуться тут",
@@ -98,7 +98,7 @@ OC.L10N.register(
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Файл або каталог, яким поділилився через ел.пошту або публічне посилання було <strong>завантажено</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Файлом або каталогом поділилися з <strong>іншого сервера</strong>",
"Files" : "Файли",
- "A file or folder has been <strong>shared</strong>" : "Файл або теку було відкрито для <strong> спільного користування </strong>",
+ "A file or folder has been <strong>shared</strong>" : "Файл або каталог було відкрито для <strong>спільного доступу</strong>",
"Shared link" : "Посилання на спільний доступ",
"Wrong share ID, share does not exist" : "Неправильний ідентифікатор спільного ресурсу: такий ресурс відсутній",
"Could not delete share" : "Неможливо вилучити спільний ресурс",
diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json
index 2cb9909b627..d1e3bfcdaaa 100644
--- a/apps/files_sharing/l10n/uk.json
+++ b/apps/files_sharing/l10n/uk.json
@@ -1,7 +1,7 @@
{ "translations": {
"Shared with you" : "Поділилися з вами",
"Nothing shared with you yet" : "Ніхто з вами ще не поділився файлами",
- "Files and folders others share with you will show up here" : "Спільні файли та теки, якими поділилися з вами, з’являться тут",
+ "Files and folders others share with you will show up here" : "Спільні файли та каталоги, якими поділилися з вами, з’являться тут",
"Shared with others" : "Ви поділилися",
"Nothing shared yet" : "Поки ніхто не поділився нічим",
"Files and folders you share will show up here" : "Файли та каталоги, якими ви поділилися, показуватимуться тут",
@@ -96,7 +96,7 @@
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Файл або каталог, яким поділилився через ел.пошту або публічне посилання було <strong>завантажено</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Файлом або каталогом поділилися з <strong>іншого сервера</strong>",
"Files" : "Файли",
- "A file or folder has been <strong>shared</strong>" : "Файл або теку було відкрито для <strong> спільного користування </strong>",
+ "A file or folder has been <strong>shared</strong>" : "Файл або каталог було відкрито для <strong>спільного доступу</strong>",
"Shared link" : "Посилання на спільний доступ",
"Wrong share ID, share does not exist" : "Неправильний ідентифікатор спільного ресурсу: такий ресурс відсутній",
"Could not delete share" : "Неможливо вилучити спільний ресурс",
diff --git a/apps/files_trashbin/l10n/sk.js b/apps/files_trashbin/l10n/sk.js
index 4f954e1ef55..f3873479944 100644
--- a/apps/files_trashbin/l10n/sk.js
+++ b/apps/files_trashbin/l10n/sk.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Deleted files" : "Zmazané súbory",
"restored" : "obnovené",
+ "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Odstránené súbory a priečinky v koši (môže vypršať platnosť počas exportu, ak máte málo miesta v úložisku)",
"This application enables users to restore files that were deleted from the system." : "Táto aplikácia používateľom umožňuje obnoviť súbory, ktoré boli zo systému vymazané.",
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Táto aplikácia používateľom umožňuje obnoviť súbory, ktoré boli zo systému vymazané. Zobrazí zoznam vymazaných súborov vo webovom rozhraní a poskytne možnosť obnovenia vymazaných súborov do používateľkých priečinkov, alebo permanentné vymazanie súborov zo systému. Obnovenie súboru tiež obnoví prislúchajúce verzie súboru, ak je povolená aplikácia pre vytváranie verzií. Ak je vymazaný zdieľaný súbor, tiež sa dá obnoviť, ale už nebude zdieľaný. Podľa prednastavených pravidiel tieto súbory ostávajú v koši 30 dní.\nAby sa zabránilo úplnému zaplneniu ukladacieho miesta, aplikácia na správu zmazaných súborov nepriradí pre zmazané súbory viac ako 50 % celkového ukladacieho miesta. Ak sa tento limit prekročí, aplikácia začne z koša odstraňovať najstaršie zmazané súbory. Viac informácií nájdete v dokumentácii aplikácie na správu zmazaných súborov.",
"Restore" : "Obnoviť",
diff --git a/apps/files_trashbin/l10n/sk.json b/apps/files_trashbin/l10n/sk.json
index f3c621a3f86..fb2426c0620 100644
--- a/apps/files_trashbin/l10n/sk.json
+++ b/apps/files_trashbin/l10n/sk.json
@@ -1,6 +1,7 @@
{ "translations": {
"Deleted files" : "Zmazané súbory",
"restored" : "obnovené",
+ "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Odstránené súbory a priečinky v koši (môže vypršať platnosť počas exportu, ak máte málo miesta v úložisku)",
"This application enables users to restore files that were deleted from the system." : "Táto aplikácia používateľom umožňuje obnoviť súbory, ktoré boli zo systému vymazané.",
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Táto aplikácia používateľom umožňuje obnoviť súbory, ktoré boli zo systému vymazané. Zobrazí zoznam vymazaných súborov vo webovom rozhraní a poskytne možnosť obnovenia vymazaných súborov do používateľkých priečinkov, alebo permanentné vymazanie súborov zo systému. Obnovenie súboru tiež obnoví prislúchajúce verzie súboru, ak je povolená aplikácia pre vytváranie verzií. Ak je vymazaný zdieľaný súbor, tiež sa dá obnoviť, ale už nebude zdieľaný. Podľa prednastavených pravidiel tieto súbory ostávajú v koši 30 dní.\nAby sa zabránilo úplnému zaplneniu ukladacieho miesta, aplikácia na správu zmazaných súborov nepriradí pre zmazané súbory viac ako 50 % celkového ukladacieho miesta. Ak sa tento limit prekročí, aplikácia začne z koša odstraňovať najstaršie zmazané súbory. Viac informácií nájdete v dokumentácii aplikácie na správu zmazaných súborov.",
"Restore" : "Obnoviť",
diff --git a/apps/files_trashbin/l10n/uk.js b/apps/files_trashbin/l10n/uk.js
index 36a156646df..c1e04687c58 100644
--- a/apps/files_trashbin/l10n/uk.js
+++ b/apps/files_trashbin/l10n/uk.js
@@ -3,9 +3,9 @@ OC.L10N.register(
{
"Deleted files" : "Вилучені файли",
"restored" : "відновлено",
- "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Видалені файли та папки в кошику (термін дії може закінчитися під час експорту, якщо у вас мало місця для зберігання)",
+ "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Вилучені файли та каталоги в кошику (термін дії може завершитися під час експорту, якщо у вас мало місця для збереження)",
"This application enables users to restore files that were deleted from the system." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі.",
- "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі. Він показує список вилучених у вебінтерфейсі файлів, дозволяє відновлювати вилучені файліи у теки користувача, звідки файл було вилучено, або остаточно вилучати файли з системи. Відновлення файлу також відновлює віповідні версії файлу, якщо підтримку версій увімкнено у системі. Якщо файл було вилучено зі спільного ресурсу, то його також можна відновити, при цьому його буде відновлено уже як не спільний ресурс. Типово вилучені файли зберігаються у кошику протягом 30 днів.\nДля запобігання понадмірного використання дискового простору вилучені файли не можуть займати понад 50% поточного доступного простору за квотою для вилучених файлів. Якщо розмір вилучених файлів перевищує зазначене обмеження, застосунок вилучатиме без можливості відновлення найстаріші файли аж до досягнення обмеження. Додаткову інформацію можна знайти у документації до застосунку.",
+ "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі. Він показує список вилучених у вебінтерфейсі файлів, дозволяє відновлювати вилучені файліи до каталогів користувача, звідки файл було вилучено, або остаточно вилучати файли з системи. Відновлення файлу також відновлює віповідні версії файлу, якщо підтримку версій увімкнено у системі. Якщо файл було вилучено зі спільного ресурсу, то його також можна відновити, при цьому його буде відновлено уже як не спільний ресурс. Типово вилучені файли зберігаються у кошику протягом 30 днів.\nДля запобігання понадмірного використання дискового простору вилучені файли не можуть займати понад 50% поточного доступного простору за квотою для вилучених файлів. Якщо розмір вилучених файлів перевищує зазначене обмеження, застосунок вилучатиме без можливості відновлення найстаріші файли аж до досягнення обмеження. Додаткову інформацію можна знайти у документації до застосунку.",
"Restore" : "Відновити",
"Delete permanently" : "Вилучити остаточно",
"Error while restoring file from trash bin" : "Помилка під час відновлення файлу з кошика",
@@ -14,10 +14,10 @@ OC.L10N.register(
"Error while emptying trash bin" : "Помилка під час спорожнення кошика",
"Error while removing files from trash bin" : "Помилка під час видалення файлів із кошика",
"This operation is forbidden" : "Цю дію заборонено",
- "This directory is unavailable, please check the logs or contact the administrator" : "Тека недоступна, будь ласка, перевірте журнал помилок або зверніться до адміністратора ",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступний, будь ласка, перевірте журнал помилок або зверніться до адміністратора ",
"No deleted files" : "Відсутні вилучені файли",
"You will be able to recover deleted files from here" : "Тут ви можете відновити файли, які було вилучено",
- "No entries found in this folder" : "Не знайдено записів у цій теці",
+ "No entries found in this folder" : "Не знайдено записів у цьому каталозі",
"Select all" : "Вибрати всі",
"Name" : "Ім'я",
"Actions" : "Дії",
diff --git a/apps/files_trashbin/l10n/uk.json b/apps/files_trashbin/l10n/uk.json
index d82abb4a8a2..e0f86c978f9 100644
--- a/apps/files_trashbin/l10n/uk.json
+++ b/apps/files_trashbin/l10n/uk.json
@@ -1,9 +1,9 @@
{ "translations": {
"Deleted files" : "Вилучені файли",
"restored" : "відновлено",
- "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Видалені файли та папки в кошику (термін дії може закінчитися під час експорту, якщо у вас мало місця для зберігання)",
+ "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Вилучені файли та каталоги в кошику (термін дії може завершитися під час експорту, якщо у вас мало місця для збереження)",
"This application enables users to restore files that were deleted from the system." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі.",
- "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі. Він показує список вилучених у вебінтерфейсі файлів, дозволяє відновлювати вилучені файліи у теки користувача, звідки файл було вилучено, або остаточно вилучати файли з системи. Відновлення файлу також відновлює віповідні версії файлу, якщо підтримку версій увімкнено у системі. Якщо файл було вилучено зі спільного ресурсу, то його також можна відновити, при цьому його буде відновлено уже як не спільний ресурс. Типово вилучені файли зберігаються у кошику протягом 30 днів.\nДля запобігання понадмірного використання дискового простору вилучені файли не можуть займати понад 50% поточного доступного простору за квотою для вилучених файлів. Якщо розмір вилучених файлів перевищує зазначене обмеження, застосунок вилучатиме без можливості відновлення найстаріші файли аж до досягнення обмеження. Додаткову інформацію можна знайти у документації до застосунку.",
+ "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі. Він показує список вилучених у вебінтерфейсі файлів, дозволяє відновлювати вилучені файліи до каталогів користувача, звідки файл було вилучено, або остаточно вилучати файли з системи. Відновлення файлу також відновлює віповідні версії файлу, якщо підтримку версій увімкнено у системі. Якщо файл було вилучено зі спільного ресурсу, то його також можна відновити, при цьому його буде відновлено уже як не спільний ресурс. Типово вилучені файли зберігаються у кошику протягом 30 днів.\nДля запобігання понадмірного використання дискового простору вилучені файли не можуть займати понад 50% поточного доступного простору за квотою для вилучених файлів. Якщо розмір вилучених файлів перевищує зазначене обмеження, застосунок вилучатиме без можливості відновлення найстаріші файли аж до досягнення обмеження. Додаткову інформацію можна знайти у документації до застосунку.",
"Restore" : "Відновити",
"Delete permanently" : "Вилучити остаточно",
"Error while restoring file from trash bin" : "Помилка під час відновлення файлу з кошика",
@@ -12,10 +12,10 @@
"Error while emptying trash bin" : "Помилка під час спорожнення кошика",
"Error while removing files from trash bin" : "Помилка під час видалення файлів із кошика",
"This operation is forbidden" : "Цю дію заборонено",
- "This directory is unavailable, please check the logs or contact the administrator" : "Тека недоступна, будь ласка, перевірте журнал помилок або зверніться до адміністратора ",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступний, будь ласка, перевірте журнал помилок або зверніться до адміністратора ",
"No deleted files" : "Відсутні вилучені файли",
"You will be able to recover deleted files from here" : "Тут ви можете відновити файли, які було вилучено",
- "No entries found in this folder" : "Не знайдено записів у цій теці",
+ "No entries found in this folder" : "Не знайдено записів у цьому каталозі",
"Select all" : "Вибрати всі",
"Name" : "Ім'я",
"Actions" : "Дії",
diff --git a/apps/files_versions/l10n/cs.js b/apps/files_versions/l10n/cs.js
index 80c1a55ddf7..bd6b88bafd6 100644
--- a/apps/files_versions/l10n/cs.js
+++ b/apps/files_versions/l10n/cs.js
@@ -3,11 +3,11 @@ OC.L10N.register(
{
"Versions" : "Verze",
"This application automatically maintains older versions of files that are changed." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění.",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti nalezenete v dokumentaci k aplikaci Verze.",
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti naleznete v dokumentaci k aplikaci Verze.",
"Failed to revert {file} to revision {timestamp}." : "Nepodařilo se vrátit {file} do stavu k {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"],
"Restore" : "Obnovit",
"No other versions available" : "Nejsou k dispozici žádné jiné verze",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti nalezenete v dokumentaci k aplikaci Verze."
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti naleznete v dokumentaci k aplikaci Verze."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/files_versions/l10n/cs.json b/apps/files_versions/l10n/cs.json
index 353b174ceb7..e828ea1fd2e 100644
--- a/apps/files_versions/l10n/cs.json
+++ b/apps/files_versions/l10n/cs.json
@@ -1,11 +1,11 @@
{ "translations": {
"Versions" : "Verze",
"This application automatically maintains older versions of files that are changed." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění.",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti nalezenete v dokumentaci k aplikaci Verze.",
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti naleznete v dokumentaci k aplikaci Verze.",
"Failed to revert {file} to revision {timestamp}." : "Nepodařilo se vrátit {file} do stavu k {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"],
"Restore" : "Obnovit",
"No other versions available" : "Nejsou k dispozici žádné jiné verze",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti nalezenete v dokumentaci k aplikaci Verze."
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starším verzím s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti naleznete v dokumentaci k aplikaci Verze."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/files_versions/l10n/uk.js b/apps/files_versions/l10n/uk.js
index b5689ccf718..f7f50895d79 100644
--- a/apps/files_versions/l10n/uk.js
+++ b/apps/files_versions/l10n/uk.js
@@ -3,11 +3,11 @@ OC.L10N.register(
{
"Versions" : "Версії",
"This application automatically maintains older versions of files that are changed." : "Цей застосунок підтримує роботу з попередніми версіями файлів, які було змінено.",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Ця програма автоматично підтримує старіші версії змінених файлів. Якщо ввімкнено, прихована папка версій створюється в каталозі кожного користувача та використовується для зберігання старих версій файлів. Користувач може будь-коли повернутися до старішої версії через веб-інтерфейс, а замінений файл стане версією. Програма автоматично керує папкою версій, щоб користувач не вичерпав квоту через версії. \n\nНа додаток до закінчення терміну дії версій, додаток версій гарантує, що ніколи не буде використано більше 50% вільного простору користувача. Якщо збережені версії перевищують це обмеження, програма спочатку видалить найстаріші версії, доки не досягне цього обмеження. Додаткову інформацію можна знайти в документації версій.",
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Ця програма автоматично підтримує старіші версії змінених файлів. Якщо ввімкнено, прихований каталог версій створюється в каталозі кожного користувача та використовується для зберігання старих версій файлів. Користувач може будь-коли повернутися до старішої версії через веб-інтерфейс, а замінений файл стане версією. Програма автоматично керує каталогом з версіями файлів, щоб користувач не вичерпав квоту через надмірну кількість версій. \n\nНа додаток до закінчення терміну дії версій, додаток версій гарантує, що ніколи не буде використано більше 50% вільного простору користувача. Якщо збережені версії перевищують це обмеження, програма спочатку видалить найстаріші версії, доки не досягне цього обмеження. Додаткову інформацію можна знайти в документації версій.",
"Failed to revert {file} to revision {timestamp}." : "Не вдалося повернути {file} до ревізії {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n байт","%n байти","%n байтів","%n байтів"],
"Restore" : "Відновити",
"No other versions available" : "Інші версії недоступні",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Цей застосунок автоматично обслуговує попередні версії файлів, які були змінені. Коли застосунок ввімкнено, у кожній теці користувача створюється прихована тека версій, у якій зберігаються старі версії файлів. Користувач за допомогою веб-інтерфейсу може повернутися у будь-який момент до однієї з попередніх версій файлу. При цьому файл, що замінюється, стає однією з версій. Застосунок також автоматично відслідковує теки версій, щоб задовольнити обмеження користувацьких квот.\n\t\tКрім відслідковування терміну збереження версій застосунок також забезпечує обмеження використаного версіями об'єму, щоб версії ніколи не використовували більше 50% доступного користувачу вільного дискового простору. В разі перевищення вказаних лімітів застосунок автоматично вилучає найдавніші версії аж до повернення в межі лімітів. Додаткова інформація доступна у документації до застосунку Версії."
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Цей застосунок автоматично обслуговує попередні версії файлів, які були змінені. Коли застосунок ввімкнено, у кожному каталозі користувача створюється прихована каталога версій файлів, у якій зберігаються старі версії файлів. Користувач за допомогою веб-інтерфейсу може повернутися у будь-який момент до однієї з попередніх версій файлу. При цьому файл, що замінюється, стає однією з версій. Застосунок також автоматично відслідковує каталоги з версіями файлів згідно з обмеженнями квот користувача.\n\t\tКрім відслідковування терміну збереження версій застосунок також забезпечує обмеження використаного версіями об'єму, щоб версії ніколи не використовували більше 50% доступного користувачу вільного дискового простору. В разі перевищення вказаних лімітів застосунок автоматично вилучає найдавніші версії аж до повернення в межі лімітів. Додаткова інформація доступна у документації до застосунку Версії."
},
"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);");
diff --git a/apps/files_versions/l10n/uk.json b/apps/files_versions/l10n/uk.json
index 3842d36e2bb..bb8bc55aa90 100644
--- a/apps/files_versions/l10n/uk.json
+++ b/apps/files_versions/l10n/uk.json
@@ -1,11 +1,11 @@
{ "translations": {
"Versions" : "Версії",
"This application automatically maintains older versions of files that are changed." : "Цей застосунок підтримує роботу з попередніми версіями файлів, які було змінено.",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Ця програма автоматично підтримує старіші версії змінених файлів. Якщо ввімкнено, прихована папка версій створюється в каталозі кожного користувача та використовується для зберігання старих версій файлів. Користувач може будь-коли повернутися до старішої версії через веб-інтерфейс, а замінений файл стане версією. Програма автоматично керує папкою версій, щоб користувач не вичерпав квоту через версії. \n\nНа додаток до закінчення терміну дії версій, додаток версій гарантує, що ніколи не буде використано більше 50% вільного простору користувача. Якщо збережені версії перевищують це обмеження, програма спочатку видалить найстаріші версії, доки не досягне цього обмеження. Додаткову інформацію можна знайти в документації версій.",
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Ця програма автоматично підтримує старіші версії змінених файлів. Якщо ввімкнено, прихований каталог версій створюється в каталозі кожного користувача та використовується для зберігання старих версій файлів. Користувач може будь-коли повернутися до старішої версії через веб-інтерфейс, а замінений файл стане версією. Програма автоматично керує каталогом з версіями файлів, щоб користувач не вичерпав квоту через надмірну кількість версій. \n\nНа додаток до закінчення терміну дії версій, додаток версій гарантує, що ніколи не буде використано більше 50% вільного простору користувача. Якщо збережені версії перевищують це обмеження, програма спочатку видалить найстаріші версії, доки не досягне цього обмеження. Додаткову інформацію можна знайти в документації версій.",
"Failed to revert {file} to revision {timestamp}." : "Не вдалося повернути {file} до ревізії {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n байт","%n байти","%n байтів","%n байтів"],
"Restore" : "Відновити",
"No other versions available" : "Інші версії недоступні",
- "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Цей застосунок автоматично обслуговує попередні версії файлів, які були змінені. Коли застосунок ввімкнено, у кожній теці користувача створюється прихована тека версій, у якій зберігаються старі версії файлів. Користувач за допомогою веб-інтерфейсу може повернутися у будь-який момент до однієї з попередніх версій файлу. При цьому файл, що замінюється, стає однією з версій. Застосунок також автоматично відслідковує теки версій, щоб задовольнити обмеження користувацьких квот.\n\t\tКрім відслідковування терміну збереження версій застосунок також забезпечує обмеження використаного версіями об'єму, щоб версії ніколи не використовували більше 50% доступного користувачу вільного дискового простору. В разі перевищення вказаних лімітів застосунок автоматично вилучає найдавніші версії аж до повернення в межі лімітів. Додаткова інформація доступна у документації до застосунку Версії."
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Цей застосунок автоматично обслуговує попередні версії файлів, які були змінені. Коли застосунок ввімкнено, у кожному каталозі користувача створюється прихована каталога версій файлів, у якій зберігаються старі версії файлів. Користувач за допомогою веб-інтерфейсу може повернутися у будь-який момент до однієї з попередніх версій файлу. При цьому файл, що замінюється, стає однією з версій. Застосунок також автоматично відслідковує каталоги з версіями файлів згідно з обмеженнями квот користувача.\n\t\tКрім відслідковування терміну збереження версій застосунок також забезпечує обмеження використаного версіями об'єму, щоб версії ніколи не використовували більше 50% доступного користувачу вільного дискового простору. В разі перевищення вказаних лімітів застосунок автоматично вилучає найдавніші версії аж до повернення в межі лімітів. Додаткова інформація доступна у документації до застосунку Версії."
},"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);"
} \ No newline at end of file
diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js
index bb5147e7136..8df0bcddba2 100644
--- a/apps/settings/l10n/fr.js
+++ b/apps/settings/l10n/fr.js
@@ -64,7 +64,7 @@ OC.L10N.register(
"installing and updating apps via the App Store or Federated Cloud Sharing" : "installation et mises à jour d'applications via le magasin d'applications ou le partage fédéré",
"Federated Cloud Sharing" : "Federated Cloud Sharing",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL utilise %1$s version (%2$s), qui est une version obsolète. Veuillez mettre à jour votre système d'exploitation, ou des fonctionnalités telles que %3$s ne fonctionneront pas correctement.",
- "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est périmée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier journal de nextcloud pour plus de détails.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est dépassée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier journal de Nextcloud pour plus de détails.",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Le module PHP 'OPcache' n'est pas chargé. Pour de meilleures performances, il est recommandé de le charger dans votre installation PHP.",
"OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache est désactivé. Pour de meilleures performances, il est recommandé de définir <code>opcache.enable=1</code> dans votre fichier configuration PHP.",
"OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache est configuré pour retirer les commentaires du code. Avec OPcache activé, <code>opcache.save_comments=1</code> doit être ajouté au fichier de configuration PHP pour que Nextcloud fonctionne.",
@@ -149,12 +149,12 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être forcée pour tous les utilisateurs et des groupes spécifiques. S'ils n'ont pas un fournisseur à deux facteurs configuré, ils ne seront pas capables de s'authentifier sur le système.",
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
"Limit to groups" : "Limiter aux groupes",
- "Enforcement of two-factor authentication can be set for certain groups only." : "L'application de l'authentification à deux facteurs ne peut être définie que pour certains groupes.",
- "Two-factor authentication is enforced for all members of the following groups." : "L'authentification à deux facteurs est forcée pour tous les membres des groupes suivants.",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "L'authentification à deux facteurs peut être imposée à certains groupes seulement.",
+ "Two-factor authentication is enforced for all members of the following groups." : "L'authentification à deux facteurs est forcée pour tous les membres des groupes suivants : ",
"Enforced groups" : "Groupes forcés",
- "Two-factor authentication is not enforced for members of the following groups." : "L'authentification à deux facteurs n'est pas forcée pour les membres des groupes suivants.",
+ "Two-factor authentication is not enforced for members of the following groups." : "L'authentification à deux facteurs n'est pas forcée pour les membres des groupes suivants : ",
"Excluded groups" : "Groupes exclus",
- "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont sélectionnés/exclus, la logique suivante est utilisée pour déterminer si un utilisateur a activé l'authentification double facteur (2FA). Si aucun groupe n'est sélectionné, l'authentification double facteur (2FA) est activée pour tout le monde sauf pour les membres des groupes exclus. Si des groupes sont sélectionnés, l'authentification double facteur (2FA) est activée pour tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe sélectionné et exclus, c'est le groupe sélectionné qui prime et l'authentification double facteur (2FA) est appliquée.",
+ "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont forcés/exclus, la logique suivante est utilisée pour déterminer si le 2FA est imposé à un utilisateur. Si aucun groupe n'est forcé, l'authentification à double facteur (2FA) est activée pour tout le monde sauf pour les membres des groupes exclus. Si des groupes sont forcés, l'authentification à double facteur (2FA) est imposée à tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe forcé et exclu, c'est le groupe forcé qui prime et l'authentification double facteur (2FA) est imposée.",
"Save changes" : "Enregistrer les modifications",
"All" : "Tous",
"Limit app usage to groups" : "Limiter l'utilisation de l'application aux groupes",
@@ -370,12 +370,12 @@ OC.L10N.register(
"Please authorize your WebAuthn device." : "Veuillez autoriser votre appareil WebAuthn.",
"Name your device" : "Nom de votre appareil",
"Adding your device …" : "Ajout de votre appareil…",
- "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout de l'appareil WebAuthn",
+ "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout du périphérique WebAuthn",
"Server error while trying to complete WebAuthn device registration" : "Erreur du serveur lors de l'enregistrement de l'appareil WebAuthn",
"Unnamed device" : "Appareil sans nom",
"Passwordless Authentication" : "Authentification sans mot de passe",
"Set up your account for passwordless authentication following the FIDO2 standard." : "Configurer votre compte pour une authentification sans mot de passe suivant le standard FIDO2.",
- "No devices configured." : "Aucun appareil paramétré.",
+ "No devices configured." : "Aucun périphérique paramétré.",
"The following devices are configured for your account:" : "Les appareils suivants sont paramétrés pour votre compte :",
"Your browser does not support WebAuthn." : "Votre navigateur ne prend pas en charge WebAuthn.",
"Your apps" : "Vos applications",
@@ -402,7 +402,7 @@ OC.L10N.register(
"Not saved" : "Non sauvegardé",
"Sending…" : "Envoi en cours...",
"Email sent" : "E-mail envoyé",
- "Location" : "Position",
+ "Location" : "Emplacement",
"Profile picture" : "Photo de profil",
"About" : "À propos",
"Full name" : "Nom complet",
@@ -506,7 +506,7 @@ OC.L10N.register(
"Couldn't remove app." : "Impossible de supprimer l'application.",
"Couldn't update app." : "Impossible de mettre à jour l'application",
"Backend doesn't support password change, but the user's encryption key was updated." : "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement de l'utilisateur a été mise à jour.",
- "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est périmée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier journal de nextcloud pour plus de détails.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est dépassée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier de log de nextcloud pour plus de détails.",
"You need to set your user email before being able to send test emails." : "Vous devez définir une adresse e-mail dans vos paramètres personnels avant de pouvoir envoyer des e-mails de test.",
"Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "Révoquer ce jeton peut empêcher l'effacement de votre appareil s'il n'a pas encore démarré l'effacement.",
"Set as primary mail" : "Définir comme e-mail principal",
@@ -518,14 +518,14 @@ OC.L10N.register(
"Please read carefully before activating server-side encryption: " : "Veuillez lire ceci avec attention avant d'activer le chiffrement :",
"Enable encryption" : "Activer le chiffrement",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Vous devez migrer vos clés de chiffrement de l'ancienne version (ownCloud <= 8.0) vers la nouvelle. Veuillez activer l'application \"Default Encryption Module\" et exécuter 'occ encryption:migrate'",
- "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Vous devez migrer vos clés de chiffrement de l'ancienne version de chiffrement (ownCloud <= 8.0) vers la nouvelle.",
+ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Vous devez migrer vos clés de chiffrement de l'ancienne (ownCloud <= 8.0) vers la nouvelle.",
"Start migration" : "Démarrer la migration",
"Last job execution ran %s. Something seems wrong." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche %s.",
"Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Certaines tâches n'ont pas été exécutées depuis %s. Vous pourriez augmenter la fréquence d'exécution.",
"Some jobs didn’t execute since %s. Please consider switching to system cron." : "Certaines tâches n’ont pas été exécutées depuis 1%s. Veuillez envisager de passer à un système cron.",
"Last job ran %s." : "Dernière tâche exécutée %s.",
- "Background job didn’t run yet!" : "La tâche de fond n'a pas encore été exécutée!",
- "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "Pour que le serveur fonctionne correctement, il est important de configurer correctement les tâches d'arrière-plan. 'Cron' est le paramètre recommandé. Veuillez vous référer à la documentation Nextcloud pour plus d'informations.",
+ "Background job didn’t run yet!" : "La tâche de fond n'a pas encore été exécutée !",
+ "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "Pour que le serveur fonctionne correctement, il est important de configurer correctement les tâches d'arrière-plan. \"Cron\" est le règlage recommandé. Veuillez vous référer à la documentation Nextcloud pour plus d'informations.",
"Pick background job setting" : "Définir les paramètres pour la tâche d'arrière-plan",
"Recommended" : "Recommandée",
"The cron.php needs to be executed by the system user \"%s\"." : "Le cron.php doit être exécuté par l'utilisateur système \"%s\".",
diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json
index d58ce3e597b..785a0ce3aa7 100644
--- a/apps/settings/l10n/fr.json
+++ b/apps/settings/l10n/fr.json
@@ -62,7 +62,7 @@
"installing and updating apps via the App Store or Federated Cloud Sharing" : "installation et mises à jour d'applications via le magasin d'applications ou le partage fédéré",
"Federated Cloud Sharing" : "Federated Cloud Sharing",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL utilise %1$s version (%2$s), qui est une version obsolète. Veuillez mettre à jour votre système d'exploitation, ou des fonctionnalités telles que %3$s ne fonctionneront pas correctement.",
- "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est périmée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier journal de nextcloud pour plus de détails.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est dépassée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier journal de Nextcloud pour plus de détails.",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Le module PHP 'OPcache' n'est pas chargé. Pour de meilleures performances, il est recommandé de le charger dans votre installation PHP.",
"OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache est désactivé. Pour de meilleures performances, il est recommandé de définir <code>opcache.enable=1</code> dans votre fichier configuration PHP.",
"OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache est configuré pour retirer les commentaires du code. Avec OPcache activé, <code>opcache.save_comments=1</code> doit être ajouté au fichier de configuration PHP pour que Nextcloud fonctionne.",
@@ -147,12 +147,12 @@
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être forcée pour tous les utilisateurs et des groupes spécifiques. S'ils n'ont pas un fournisseur à deux facteurs configuré, ils ne seront pas capables de s'authentifier sur le système.",
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
"Limit to groups" : "Limiter aux groupes",
- "Enforcement of two-factor authentication can be set for certain groups only." : "L'application de l'authentification à deux facteurs ne peut être définie que pour certains groupes.",
- "Two-factor authentication is enforced for all members of the following groups." : "L'authentification à deux facteurs est forcée pour tous les membres des groupes suivants.",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "L'authentification à deux facteurs peut être imposée à certains groupes seulement.",
+ "Two-factor authentication is enforced for all members of the following groups." : "L'authentification à deux facteurs est forcée pour tous les membres des groupes suivants : ",
"Enforced groups" : "Groupes forcés",
- "Two-factor authentication is not enforced for members of the following groups." : "L'authentification à deux facteurs n'est pas forcée pour les membres des groupes suivants.",
+ "Two-factor authentication is not enforced for members of the following groups." : "L'authentification à deux facteurs n'est pas forcée pour les membres des groupes suivants : ",
"Excluded groups" : "Groupes exclus",
- "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont sélectionnés/exclus, la logique suivante est utilisée pour déterminer si un utilisateur a activé l'authentification double facteur (2FA). Si aucun groupe n'est sélectionné, l'authentification double facteur (2FA) est activée pour tout le monde sauf pour les membres des groupes exclus. Si des groupes sont sélectionnés, l'authentification double facteur (2FA) est activée pour tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe sélectionné et exclus, c'est le groupe sélectionné qui prime et l'authentification double facteur (2FA) est appliquée.",
+ "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont forcés/exclus, la logique suivante est utilisée pour déterminer si le 2FA est imposé à un utilisateur. Si aucun groupe n'est forcé, l'authentification à double facteur (2FA) est activée pour tout le monde sauf pour les membres des groupes exclus. Si des groupes sont forcés, l'authentification à double facteur (2FA) est imposée à tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe forcé et exclu, c'est le groupe forcé qui prime et l'authentification double facteur (2FA) est imposée.",
"Save changes" : "Enregistrer les modifications",
"All" : "Tous",
"Limit app usage to groups" : "Limiter l'utilisation de l'application aux groupes",
@@ -368,12 +368,12 @@
"Please authorize your WebAuthn device." : "Veuillez autoriser votre appareil WebAuthn.",
"Name your device" : "Nom de votre appareil",
"Adding your device …" : "Ajout de votre appareil…",
- "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout de l'appareil WebAuthn",
+ "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout du périphérique WebAuthn",
"Server error while trying to complete WebAuthn device registration" : "Erreur du serveur lors de l'enregistrement de l'appareil WebAuthn",
"Unnamed device" : "Appareil sans nom",
"Passwordless Authentication" : "Authentification sans mot de passe",
"Set up your account for passwordless authentication following the FIDO2 standard." : "Configurer votre compte pour une authentification sans mot de passe suivant le standard FIDO2.",
- "No devices configured." : "Aucun appareil paramétré.",
+ "No devices configured." : "Aucun périphérique paramétré.",
"The following devices are configured for your account:" : "Les appareils suivants sont paramétrés pour votre compte :",
"Your browser does not support WebAuthn." : "Votre navigateur ne prend pas en charge WebAuthn.",
"Your apps" : "Vos applications",
@@ -400,7 +400,7 @@
"Not saved" : "Non sauvegardé",
"Sending…" : "Envoi en cours...",
"Email sent" : "E-mail envoyé",
- "Location" : "Position",
+ "Location" : "Emplacement",
"Profile picture" : "Photo de profil",
"About" : "À propos",
"Full name" : "Nom complet",
@@ -504,7 +504,7 @@
"Couldn't remove app." : "Impossible de supprimer l'application.",
"Couldn't update app." : "Impossible de mettre à jour l'application",
"Backend doesn't support password change, but the user's encryption key was updated." : "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement de l'utilisateur a été mise à jour.",
- "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est périmée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier journal de nextcloud pour plus de détails.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "Impossible de déterminer si la version TLS de cURL est dépassée ou non en raison d’une erreur survenue lors de la requête HTTPS vers https://nextcloud.com. Veuillez consulter le fichier de log de nextcloud pour plus de détails.",
"You need to set your user email before being able to send test emails." : "Vous devez définir une adresse e-mail dans vos paramètres personnels avant de pouvoir envoyer des e-mails de test.",
"Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "Révoquer ce jeton peut empêcher l'effacement de votre appareil s'il n'a pas encore démarré l'effacement.",
"Set as primary mail" : "Définir comme e-mail principal",
@@ -516,14 +516,14 @@
"Please read carefully before activating server-side encryption: " : "Veuillez lire ceci avec attention avant d'activer le chiffrement :",
"Enable encryption" : "Activer le chiffrement",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Vous devez migrer vos clés de chiffrement de l'ancienne version (ownCloud <= 8.0) vers la nouvelle. Veuillez activer l'application \"Default Encryption Module\" et exécuter 'occ encryption:migrate'",
- "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Vous devez migrer vos clés de chiffrement de l'ancienne version de chiffrement (ownCloud <= 8.0) vers la nouvelle.",
+ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Vous devez migrer vos clés de chiffrement de l'ancienne (ownCloud <= 8.0) vers la nouvelle.",
"Start migration" : "Démarrer la migration",
"Last job execution ran %s. Something seems wrong." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche %s.",
"Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Certaines tâches n'ont pas été exécutées depuis %s. Vous pourriez augmenter la fréquence d'exécution.",
"Some jobs didn’t execute since %s. Please consider switching to system cron." : "Certaines tâches n’ont pas été exécutées depuis 1%s. Veuillez envisager de passer à un système cron.",
"Last job ran %s." : "Dernière tâche exécutée %s.",
- "Background job didn’t run yet!" : "La tâche de fond n'a pas encore été exécutée!",
- "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "Pour que le serveur fonctionne correctement, il est important de configurer correctement les tâches d'arrière-plan. 'Cron' est le paramètre recommandé. Veuillez vous référer à la documentation Nextcloud pour plus d'informations.",
+ "Background job didn’t run yet!" : "La tâche de fond n'a pas encore été exécutée !",
+ "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "Pour que le serveur fonctionne correctement, il est important de configurer correctement les tâches d'arrière-plan. \"Cron\" est le règlage recommandé. Veuillez vous référer à la documentation Nextcloud pour plus d'informations.",
"Pick background job setting" : "Définir les paramètres pour la tâche d'arrière-plan",
"Recommended" : "Recommandée",
"The cron.php needs to be executed by the system user \"%s\"." : "Le cron.php doit être exécuté par l'utilisateur système \"%s\".",
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js
index 8950b77926f..9772a440aa7 100644
--- a/apps/settings/l10n/uk.js
+++ b/apps/settings/l10n/uk.js
@@ -35,7 +35,7 @@ OC.L10N.register(
"You changed your password" : "Ви змінили свій пароль",
"Your password was reset by an administrator" : "Ваш пароль був скинутий адміністратором",
"Your password was reset" : "Ваш пароль скинуто",
- "{actor} changed your email address" : "{actor} змінив вашу email адресу",
+ "{actor} changed your email address" : "{actor} змінив адресу вашої ел.пошти",
"You changed your email address" : "Ви змінили вашу email адресу",
"Your email address was changed by an administrator" : "Ваша email адреса змінена адміністратором",
"You created app password \"{token}\"" : "Ви створили пароль програми \"{token}\"",
@@ -89,8 +89,8 @@ OC.L10N.register(
"Unable to set invalid website" : "Не вдалося встановити недійсний веб-сайт",
"Some account data was invalid" : "Деякі дані облікового запису недійсні",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Щоб підтвердити свій обліковий запис Twitter, опублікуйте наступний твіт у Twitter (переконайтеся, що опубліковано без розривів рядків):",
- "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Щоб підтвердити свій веб-сайт, збережіть наведений нижче вміст у кореневій веб-сторінці за адресою '.well-known/CloudIdVerificationCode.txt' (переконайтеся, що повний текст розміщено в один рядок):",
- "%1$s changed your password on %2$s." : "%1$s змінив ваш пароль для сервера %2$s.",
+ "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Щоб підтвердити свій веб-сайт, збережіть наведений нижче вміст у корені вебсервера: '.well-known/CloudIdVerificationCode.txt' (переконайтеся, що повний текст розміщено в один рядок):",
+ "%1$s changed your password on %2$s." : "%1$s змінив ваш пароль у хмарі %2$s.",
"Your password on %s was changed." : "Ваш пароль на сервері %s був змінений.",
"Your password on %s was reset by an administrator." : "Ваш пароль на сервері %s був скинутий адміністратором",
"Your password on %s was reset." : "Ваш пароль на %s перевстановлено.",
diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json
index bf5ba8d83ab..1bc13f527aa 100644
--- a/apps/settings/l10n/uk.json
+++ b/apps/settings/l10n/uk.json
@@ -33,7 +33,7 @@
"You changed your password" : "Ви змінили свій пароль",
"Your password was reset by an administrator" : "Ваш пароль був скинутий адміністратором",
"Your password was reset" : "Ваш пароль скинуто",
- "{actor} changed your email address" : "{actor} змінив вашу email адресу",
+ "{actor} changed your email address" : "{actor} змінив адресу вашої ел.пошти",
"You changed your email address" : "Ви змінили вашу email адресу",
"Your email address was changed by an administrator" : "Ваша email адреса змінена адміністратором",
"You created app password \"{token}\"" : "Ви створили пароль програми \"{token}\"",
@@ -87,8 +87,8 @@
"Unable to set invalid website" : "Не вдалося встановити недійсний веб-сайт",
"Some account data was invalid" : "Деякі дані облікового запису недійсні",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Щоб підтвердити свій обліковий запис Twitter, опублікуйте наступний твіт у Twitter (переконайтеся, що опубліковано без розривів рядків):",
- "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Щоб підтвердити свій веб-сайт, збережіть наведений нижче вміст у кореневій веб-сторінці за адресою '.well-known/CloudIdVerificationCode.txt' (переконайтеся, що повний текст розміщено в один рядок):",
- "%1$s changed your password on %2$s." : "%1$s змінив ваш пароль для сервера %2$s.",
+ "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Щоб підтвердити свій веб-сайт, збережіть наведений нижче вміст у корені вебсервера: '.well-known/CloudIdVerificationCode.txt' (переконайтеся, що повний текст розміщено в один рядок):",
+ "%1$s changed your password on %2$s." : "%1$s змінив ваш пароль у хмарі %2$s.",
"Your password on %s was changed." : "Ваш пароль на сервері %s був змінений.",
"Your password on %s was reset by an administrator." : "Ваш пароль на сервері %s був скинутий адміністратором",
"Your password on %s was reset." : "Ваш пароль на %s перевстановлено.",
diff --git a/apps/sharebymail/l10n/uk.js b/apps/sharebymail/l10n/uk.js
index 24b465f89d9..7720da2784e 100644
--- a/apps/sharebymail/l10n/uk.js
+++ b/apps/sharebymail/l10n/uk.js
@@ -49,7 +49,7 @@ OC.L10N.register(
"You can choose a different password at any time in the share dialog." : "Ви можете будь-коли вибрати інший пароль у діалоговому вікні спільного доступу.",
"Could not find share" : "Не вдалося знайти спільний доступ",
"Share provider which allows you to share files by mail" : "Провайдер спільного доступу, який дозволяє обмінюватися файлами поштою",
- "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволяє користувачам ділитися персональним посиланням на файл або папку, вказавши адресу електронної пошти.",
+ "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволяє користувачам ділитися персоналізованими посиланням на файл або каталог через електронну пошту.",
"Send password by mail" : "Надіслати пароль поштою",
"Reply to initiator" : "Відповідь ініціатору",
"Unable to update share by mail config" : "Не вдається оновити конфігурацію спільного доступу за допомогою пошти"
diff --git a/apps/sharebymail/l10n/uk.json b/apps/sharebymail/l10n/uk.json
index 46d702c0e6f..a9cd0cf2520 100644
--- a/apps/sharebymail/l10n/uk.json
+++ b/apps/sharebymail/l10n/uk.json
@@ -47,7 +47,7 @@
"You can choose a different password at any time in the share dialog." : "Ви можете будь-коли вибрати інший пароль у діалоговому вікні спільного доступу.",
"Could not find share" : "Не вдалося знайти спільний доступ",
"Share provider which allows you to share files by mail" : "Провайдер спільного доступу, який дозволяє обмінюватися файлами поштою",
- "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволяє користувачам ділитися персональним посиланням на файл або папку, вказавши адресу електронної пошти.",
+ "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволяє користувачам ділитися персоналізованими посиланням на файл або каталог через електронну пошту.",
"Send password by mail" : "Надіслати пароль поштою",
"Reply to initiator" : "Відповідь ініціатору",
"Unable to update share by mail config" : "Не вдається оновити конфігурацію спільного доступу за допомогою пошти"
diff --git a/apps/systemtags/l10n/uk.js b/apps/systemtags/l10n/uk.js
index d8e7b14c4eb..6f06d713e56 100644
--- a/apps/systemtags/l10n/uk.js
+++ b/apps/systemtags/l10n/uk.js
@@ -21,7 +21,7 @@ OC.L10N.register(
"{actor} created system tag {systemtag}" : "{actor} створив системний тег {systemtag}",
"You deleted system tag %1$s" : "Ви видалили системний тег %1$s",
"You deleted system tag {systemtag}" : "Ви видалили системний тег {systemtag}",
- "%1$s deleted system tag %2$s" : "%1$s видалений системний тег %2$s",
+ "%1$s deleted system tag %2$s" : "%1$s вилучена системна мітка %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} видалив системний тег {systemtag}",
"You updated system tag %2$s to %1$s" : "Ви оновили системний тег %2$s до %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Ви оновили системний тег {oldsystemtag} на {newsystemtag}",
@@ -62,7 +62,7 @@ OC.L10N.register(
"Delete" : "Вилучити",
"Reset" : "Скидання",
"No files in here" : "Тут немає файлів",
- "No entries found in this folder" : "В цій теці нічого немає",
+ "No entries found in this folder" : "В цьому каталозі нічого немає",
"Size" : "Розмір",
"Modified" : "Змінено"
},
diff --git a/apps/systemtags/l10n/uk.json b/apps/systemtags/l10n/uk.json
index 0d7ed1b638d..11410ceab99 100644
--- a/apps/systemtags/l10n/uk.json
+++ b/apps/systemtags/l10n/uk.json
@@ -19,7 +19,7 @@
"{actor} created system tag {systemtag}" : "{actor} створив системний тег {systemtag}",
"You deleted system tag %1$s" : "Ви видалили системний тег %1$s",
"You deleted system tag {systemtag}" : "Ви видалили системний тег {systemtag}",
- "%1$s deleted system tag %2$s" : "%1$s видалений системний тег %2$s",
+ "%1$s deleted system tag %2$s" : "%1$s вилучена системна мітка %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} видалив системний тег {systemtag}",
"You updated system tag %2$s to %1$s" : "Ви оновили системний тег %2$s до %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Ви оновили системний тег {oldsystemtag} на {newsystemtag}",
@@ -60,7 +60,7 @@
"Delete" : "Вилучити",
"Reset" : "Скидання",
"No files in here" : "Тут немає файлів",
- "No entries found in this folder" : "В цій теці нічого немає",
+ "No entries found in this folder" : "В цьому каталозі нічого немає",
"Size" : "Розмір",
"Modified" : "Змінено"
},"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);"
diff --git a/apps/theming/l10n/uk.js b/apps/theming/l10n/uk.js
index 4bc70697ac7..ba917a2a88b 100644
--- a/apps/theming/l10n/uk.js
+++ b/apps/theming/l10n/uk.js
@@ -21,7 +21,7 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі",
"The file was only partially uploaded" : "Файл завантажено лише частково",
"No file was uploaded" : "Не вивантажено жодного файлу",
- "Missing a temporary folder" : "Відсутня тимчасова тека",
+ "Missing a temporary folder" : "Відсутній тимчасовий каталог",
"Could not write file to disk" : "Неможливо записати файл на диск",
"A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
"No file uploaded" : "Файл не завантажено",
diff --git a/apps/theming/l10n/uk.json b/apps/theming/l10n/uk.json
index 84ab56e568b..0b803d6cb1f 100644
--- a/apps/theming/l10n/uk.json
+++ b/apps/theming/l10n/uk.json
@@ -19,7 +19,7 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі",
"The file was only partially uploaded" : "Файл завантажено лише частково",
"No file was uploaded" : "Не вивантажено жодного файлу",
- "Missing a temporary folder" : "Відсутня тимчасова тека",
+ "Missing a temporary folder" : "Відсутній тимчасовий каталог",
"Could not write file to disk" : "Неможливо записати файл на диск",
"A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
"No file uploaded" : "Файл не завантажено",
diff --git a/apps/twofactor_backupcodes/l10n/cs.js b/apps/twofactor_backupcodes/l10n/cs.js
index 3b8731d8bf9..c9c36a12bd6 100644
--- a/apps/twofactor_backupcodes/l10n/cs.js
+++ b/apps/twofactor_backupcodes/l10n/cs.js
@@ -1,14 +1,14 @@
OC.L10N.register(
"twofactor_backupcodes",
{
- "You created two-factor backup codes for your account" : "Vytvořili jste záložní kódy dvoufázového ověření pro váš účet",
+ "You created two-factor backup codes for your account" : "Vytvořili jste záložní kódy pro dvoufázové ověřování se pro svůj účet",
"Second-factor backup codes" : "Záložní kódy pro dvoufázové ověřování",
"Generate backup codes" : "Vytvořit záložní kódy",
- "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Zapnuli jste si dvouúrovňové ověřování, ale doposud nenechali vytvořit záložní kódy. Ty jsou potřebné pro obnovení přístupu k vašemu účtu v případě, že ztratíte druhý faktor.",
+ "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Zapnuli jste si dvoufázové ověřování, ale doposud nenechali vytvořit záložní kódy. Ty jsou potřebné pro obnovení přístupu k vašemu účtu v případě, že ztratíte druhý faktor.",
"Backup code" : "Záložní kód",
"Use backup code" : "Použít záložní kód",
"Two factor backup codes" : "Záložní kódy pro dvoufázové ověřování",
- "A two-factor auth backup codes provider" : "Poskytovatel záložních kódů pro dvoustupňové ověřování",
+ "A two-factor auth backup codes provider" : "Poskytovatel záložních kódů pro dvoufázové ověřování",
"Backup codes have been generated. {used} of {total} codes have been used." : "Záložní kódy byly vytvořeny. Využito {used} z {total} kódů.",
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Zde jsou vaše záložní kódy. Kódy si uložte a/nebo vytiskněte, protože už je nebude možné zobrazit znovu.",
"Save backup codes" : "Uložit záložní kódy",
diff --git a/apps/twofactor_backupcodes/l10n/cs.json b/apps/twofactor_backupcodes/l10n/cs.json
index 492a91274fc..4d6e81e76c5 100644
--- a/apps/twofactor_backupcodes/l10n/cs.json
+++ b/apps/twofactor_backupcodes/l10n/cs.json
@@ -1,12 +1,12 @@
{ "translations": {
- "You created two-factor backup codes for your account" : "Vytvořili jste záložní kódy dvoufázového ověření pro váš účet",
+ "You created two-factor backup codes for your account" : "Vytvořili jste záložní kódy pro dvoufázové ověřování se pro svůj účet",
"Second-factor backup codes" : "Záložní kódy pro dvoufázové ověřování",
"Generate backup codes" : "Vytvořit záložní kódy",
- "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Zapnuli jste si dvouúrovňové ověřování, ale doposud nenechali vytvořit záložní kódy. Ty jsou potřebné pro obnovení přístupu k vašemu účtu v případě, že ztratíte druhý faktor.",
+ "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Zapnuli jste si dvoufázové ověřování, ale doposud nenechali vytvořit záložní kódy. Ty jsou potřebné pro obnovení přístupu k vašemu účtu v případě, že ztratíte druhý faktor.",
"Backup code" : "Záložní kód",
"Use backup code" : "Použít záložní kód",
"Two factor backup codes" : "Záložní kódy pro dvoufázové ověřování",
- "A two-factor auth backup codes provider" : "Poskytovatel záložních kódů pro dvoustupňové ověřování",
+ "A two-factor auth backup codes provider" : "Poskytovatel záložních kódů pro dvoufázové ověřování",
"Backup codes have been generated. {used} of {total} codes have been used." : "Záložní kódy byly vytvořeny. Využito {used} z {total} kódů.",
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Zde jsou vaše záložní kódy. Kódy si uložte a/nebo vytiskněte, protože už je nebude možné zobrazit znovu.",
"Save backup codes" : "Uložit záložní kódy",
diff --git a/apps/updatenotification/l10n/eu.js b/apps/updatenotification/l10n/eu.js
index 7490da909a0..95909e44ca0 100644
--- a/apps/updatenotification/l10n/eu.js
+++ b/apps/updatenotification/l10n/eu.js
@@ -33,7 +33,7 @@ OC.L10N.register(
"The selected update channel makes dedicated notifications for the server obsolete." : "Aukeratutako eguneraketa kanala zerbitzariaren jakinarazpen dedikatuak zaharkitzen ditu.",
"The selected update channel does not support updates of the server." : "Hautatutako eguneraketa kanalak ez ditu zerbitzariaren eguneraketak onartzen.",
"A new version is available: <strong>{newVersionString}</strong>" : "Bertsio berri bat dago eskuragarri: <strong>{newVersionString}</strong>",
- "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Kontuan izan bertsio berri baten ondoren eguneratzea lehen bertsio txikia edo geroago bakarrik agertzen dela. Denboran zehar tartekatuta zabaltzen ditugu bertsio berriak gure erabiltzaileentzat eta batzuetan bertsio bat saltatu egiten dugu, arazoak aurkitzen direnenan. Lortu informazio gehiago eguneratzeei eta kanalak askatzeari buruz {esteka} helbidean ",
+ "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Kontuan izan bertsio berri baten ondoren eguneratzea lehen bertsio txikia edo geroago bakarrik agertzen dela. Denboran zehar tartekatuta zabaltzen ditugu bertsio berriak gure erabiltzaileentzat eta batzuetan bertsio bat saltatu egiten dugu, arazoak aurkitzen direnean. Lortu informazio gehiago eguneratzeei eta kanalak askatzeari buruz {link} helbidean ",
"Checked on {lastCheckedDate}" : "{lastCheckedDate}-n egiaztatuta",
"Checking apps for compatible versions" : "Bertsio bateragarrientzat aplikaziorik dagoen egiaztatzen",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Ziurtatu config.php-k ez duela <samp> app store gaitua </samp>faltsu gisa ezartzen.",
diff --git a/apps/updatenotification/l10n/eu.json b/apps/updatenotification/l10n/eu.json
index 9a341daae9b..023ad07aef5 100644
--- a/apps/updatenotification/l10n/eu.json
+++ b/apps/updatenotification/l10n/eu.json
@@ -31,7 +31,7 @@
"The selected update channel makes dedicated notifications for the server obsolete." : "Aukeratutako eguneraketa kanala zerbitzariaren jakinarazpen dedikatuak zaharkitzen ditu.",
"The selected update channel does not support updates of the server." : "Hautatutako eguneraketa kanalak ez ditu zerbitzariaren eguneraketak onartzen.",
"A new version is available: <strong>{newVersionString}</strong>" : "Bertsio berri bat dago eskuragarri: <strong>{newVersionString}</strong>",
- "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Kontuan izan bertsio berri baten ondoren eguneratzea lehen bertsio txikia edo geroago bakarrik agertzen dela. Denboran zehar tartekatuta zabaltzen ditugu bertsio berriak gure erabiltzaileentzat eta batzuetan bertsio bat saltatu egiten dugu, arazoak aurkitzen direnenan. Lortu informazio gehiago eguneratzeei eta kanalak askatzeari buruz {esteka} helbidean ",
+ "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Kontuan izan bertsio berri baten ondoren eguneratzea lehen bertsio txikia edo geroago bakarrik agertzen dela. Denboran zehar tartekatuta zabaltzen ditugu bertsio berriak gure erabiltzaileentzat eta batzuetan bertsio bat saltatu egiten dugu, arazoak aurkitzen direnean. Lortu informazio gehiago eguneratzeei eta kanalak askatzeari buruz {link} helbidean ",
"Checked on {lastCheckedDate}" : "{lastCheckedDate}-n egiaztatuta",
"Checking apps for compatible versions" : "Bertsio bateragarrientzat aplikaziorik dagoen egiaztatzen",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Ziurtatu config.php-k ez duela <samp> app store gaitua </samp>faltsu gisa ezartzen.",
diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js
index d55bc81c951..1cbe818e1aa 100644
--- a/apps/user_ldap/l10n/uk.js
+++ b/apps/user_ldap/l10n/uk.js
@@ -94,7 +94,7 @@ OC.L10N.register(
"%s. Server:" : "%s. Сервер:",
"Add a new configuration" : "Додати нову конфігурацію",
"Copy current configuration into new directory binding" : "Скопіюйте поточну конфігурацію в новий каталог",
- "Delete the current configuration" : "Видалити поточну конфігурацію",
+ "Delete the current configuration" : "Вилучити поточну конфігурацію",
"Host" : "Хост",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Ви можете не вказувати протокол, якщо вам не потрібен SSL. Якщо так, починайте з ldaps://",
"Port" : "Порт",
@@ -177,12 +177,12 @@ OC.L10N.register(
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Перевизначити квоту за замовчуванням для користувачів LDAP, які не мають квоти, встановленої в полі квоти.",
"Email Field" : "Поле E-mail",
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Установіть електронну пошту користувача з його атрибута LDAP. Залиште поле порожнім для поведінки за умовчанням.",
- "User Home Folder Naming Rule" : "Правило іменування домашньої теки користувача",
+ "User Home Folder Naming Rule" : "Правило іменування домашнього каталогу користувача",
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім для імені користувача (за замовчуванням). В іншому випадку вкажіть атрибут LDAP/AD.",
"\"$home\" Placeholder Field" : "Поле заповнювача \"$home\".",
"$home in an external storage configuration will be replaced with the value of the specified attribute" : "$home у конфігурації зовнішнього сховища буде замінено на значення вказаного атрибута",
"Internal Username" : "Внутрішня Ім'я користувача",
- "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашньої папки користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням.",
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашнього каталогу користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням.",
"Internal Username Attribute:" : "Внутрішня Ім'я користувача, Атрибут:",
"Override UUID detection" : "Перекрити вивід UUID ",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "За замовчуванням ownCloud визначає атрибут UUID автоматично. Цей атрибут використовується для того, щоб достовірно ідентифікувати користувачів і групи LDAP. Також на підставі атрибута UUID створюється внутрішнє ім'я користувача, якщо вище не вказано інакше. Ви можете перевизначити це налаштування та вказати свій атрибут за вибором. Ви повинні упевнитися, що обраний вами атрибут може бути вибраний для користувачів і груп, а також те, що він унікальний. Залиште поле порожнім для поведінки за замовчуванням. Зміни вступлять в силу тільки для нових підключених (доданих) користувачів і груп LDAP.",
@@ -192,6 +192,6 @@ OC.L10N.register(
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Імена користувачів використовуються для зберігання та призначення метаданих. Для точної ідентифікації та розпізнавання користувачів кожен користувач LDAP матиме внутрішнє ім’я користувача. Для цього потрібне зіставлення імені користувача з користувачем LDAP. Створене ім’я користувача зіставляється з UUID користувача LDAP. Крім того, DN також кешується, щоб зменшити взаємодію LDAP, але він не використовується для ідентифікації. Якщо DN змінюється, зміни будуть знайдені. Внутрішнє ім'я користувача використовується всюди. Очищення зіставлення залишить залишки всюди. Очищення зіставлення не залежить від конфігурації, воно впливає на всі конфігурації LDAP! Ніколи не очищайте зіставлення у виробничому середовищі, лише на стадії тестування чи експерименту.",
"Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP",
"Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP",
- "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашньої папки користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб *DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням."
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашнього каталогу користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб *DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням."
},
"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);");
diff --git a/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json
index 5b1330d61aa..d39b0a7b834 100644
--- a/apps/user_ldap/l10n/uk.json
+++ b/apps/user_ldap/l10n/uk.json
@@ -92,7 +92,7 @@
"%s. Server:" : "%s. Сервер:",
"Add a new configuration" : "Додати нову конфігурацію",
"Copy current configuration into new directory binding" : "Скопіюйте поточну конфігурацію в новий каталог",
- "Delete the current configuration" : "Видалити поточну конфігурацію",
+ "Delete the current configuration" : "Вилучити поточну конфігурацію",
"Host" : "Хост",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Ви можете не вказувати протокол, якщо вам не потрібен SSL. Якщо так, починайте з ldaps://",
"Port" : "Порт",
@@ -175,12 +175,12 @@
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Перевизначити квоту за замовчуванням для користувачів LDAP, які не мають квоти, встановленої в полі квоти.",
"Email Field" : "Поле E-mail",
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Установіть електронну пошту користувача з його атрибута LDAP. Залиште поле порожнім для поведінки за умовчанням.",
- "User Home Folder Naming Rule" : "Правило іменування домашньої теки користувача",
+ "User Home Folder Naming Rule" : "Правило іменування домашнього каталогу користувача",
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім для імені користувача (за замовчуванням). В іншому випадку вкажіть атрибут LDAP/AD.",
"\"$home\" Placeholder Field" : "Поле заповнювача \"$home\".",
"$home in an external storage configuration will be replaced with the value of the specified attribute" : "$home у конфігурації зовнішнього сховища буде замінено на значення вказаного атрибута",
"Internal Username" : "Внутрішня Ім'я користувача",
- "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашньої папки користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням.",
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашнього каталогу користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням.",
"Internal Username Attribute:" : "Внутрішня Ім'я користувача, Атрибут:",
"Override UUID detection" : "Перекрити вивід UUID ",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "За замовчуванням ownCloud визначає атрибут UUID автоматично. Цей атрибут використовується для того, щоб достовірно ідентифікувати користувачів і групи LDAP. Також на підставі атрибута UUID створюється внутрішнє ім'я користувача, якщо вище не вказано інакше. Ви можете перевизначити це налаштування та вказати свій атрибут за вибором. Ви повинні упевнитися, що обраний вами атрибут може бути вибраний для користувачів і груп, а також те, що він унікальний. Залиште поле порожнім для поведінки за замовчуванням. Зміни вступлять в силу тільки для нових підключених (доданих) користувачів і груп LDAP.",
@@ -190,6 +190,6 @@
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Імена користувачів використовуються для зберігання та призначення метаданих. Для точної ідентифікації та розпізнавання користувачів кожен користувач LDAP матиме внутрішнє ім’я користувача. Для цього потрібне зіставлення імені користувача з користувачем LDAP. Створене ім’я користувача зіставляється з UUID користувача LDAP. Крім того, DN також кешується, щоб зменшити взаємодію LDAP, але він не використовується для ідентифікації. Якщо DN змінюється, зміни будуть знайдені. Внутрішнє ім'я користувача використовується всюди. Очищення зіставлення залишить залишки всюди. Очищення зіставлення не залежить від конфігурації, воно впливає на всі конфігурації LDAP! Ніколи не очищайте зіставлення у виробничому середовищі, лише на стадії тестування чи експерименту.",
"Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP",
"Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP",
- "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашньої папки користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб *DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням."
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "За замовчуванням внутрішнє ім’я користувача буде створено з атрибута UUID. Це гарантує, що ім’я користувача є унікальним і символи не потрібно конвертувати. Внутрішнє ім’я користувача має обмеження щодо дозволених лише таких символів: [a-zA-Z0-9_.@-]. Інші символи замінюються відповідністю ASCII або просто пропускаються. При зіткненнях число буде додано/збільшено. Внутрішнє ім’я користувача використовується для внутрішньої ідентифікації користувача. Це також назва за замовчуванням для домашнього каталогу користувача. Це також частина віддалених URL-адрес, наприклад, для всіх служб *DAV. За допомогою цього параметра поведінку за замовчуванням можна змінити. Зміни діятимуть лише для нещодавно зіставлених (доданих) користувачів LDAP. Залиште поле порожнім для поведінки за замовчуванням."
},"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);"
} \ No newline at end of file
diff --git a/apps/workflowengine/l10n/cs.js b/apps/workflowengine/l10n/cs.js
index 9956f6bb378..ed20480967a 100644
--- a/apps/workflowengine/l10n/cs.js
+++ b/apps/workflowengine/l10n/cs.js
@@ -4,7 +4,7 @@ OC.L10N.register(
"The given operator is invalid" : "Zadaný operátor není platný",
"The given regular expression is invalid" : "Zadaný regulární výraz není platný",
"The given file size is invalid" : "Zadaná velikost souboru není platná",
- "The given tag id is invalid" : "Zadaný identifikátor značky není platný",
+ "The given tag id is invalid" : "Zadaný identifikátor štítku není platný",
"The given IP range is invalid" : "Zadaný rozsah IP adres není platný",
"The given IP range is not valid for IPv4" : "Zadaný rozsah IP adres není pro IPv4 platný",
"The given IP range is not valid for IPv6" : "Zadaný rozsah IP adres není pro IPv6 platný",
@@ -106,8 +106,8 @@ OC.L10N.register(
"matches IPv6" : "odpovídá IPv6",
"does not match IPv6" : "neodpovídá IPv6",
"File system tag" : "Štítek souborového systému",
- "is tagged with" : "je označeno jako",
- "is not tagged with" : "není označeno",
+ "is tagged with" : "je označeno štítkem",
+ "is not tagged with" : "není označeno štítkem",
"Request URL" : "URL požadavku",
"Request time" : "Čas požadavku",
"between" : "mezi",
diff --git a/apps/workflowengine/l10n/cs.json b/apps/workflowengine/l10n/cs.json
index bfb5d2470cd..5e8d1f84a64 100644
--- a/apps/workflowengine/l10n/cs.json
+++ b/apps/workflowengine/l10n/cs.json
@@ -2,7 +2,7 @@
"The given operator is invalid" : "Zadaný operátor není platný",
"The given regular expression is invalid" : "Zadaný regulární výraz není platný",
"The given file size is invalid" : "Zadaná velikost souboru není platná",
- "The given tag id is invalid" : "Zadaný identifikátor značky není platný",
+ "The given tag id is invalid" : "Zadaný identifikátor štítku není platný",
"The given IP range is invalid" : "Zadaný rozsah IP adres není platný",
"The given IP range is not valid for IPv4" : "Zadaný rozsah IP adres není pro IPv4 platný",
"The given IP range is not valid for IPv6" : "Zadaný rozsah IP adres není pro IPv6 platný",
@@ -104,8 +104,8 @@
"matches IPv6" : "odpovídá IPv6",
"does not match IPv6" : "neodpovídá IPv6",
"File system tag" : "Štítek souborového systému",
- "is tagged with" : "je označeno jako",
- "is not tagged with" : "není označeno",
+ "is tagged with" : "je označeno štítkem",
+ "is not tagged with" : "není označeno štítkem",
"Request URL" : "URL požadavku",
"Request time" : "Čas požadavku",
"between" : "mezi",
diff --git a/apps/workflowengine/l10n/uk.js b/apps/workflowengine/l10n/uk.js
index 4abbb51a5f7..d0c8b6b9718 100644
--- a/apps/workflowengine/l10n/uk.js
+++ b/apps/workflowengine/l10n/uk.js
@@ -28,7 +28,7 @@ OC.L10N.register(
"Check %s is invalid or does not exist" : "Чек %s недійсний або не існує",
"Flow" : "Процеси",
"Nextcloud workflow engine" : "Керування робочими процесами у Nextcloud",
- "Folder" : "Папка",
+ "Folder" : "Каталог",
"Images" : "Зображення",
"No results" : "Немає результатів",
"%s (invisible)" : "%s (невидимий)",
diff --git a/apps/workflowengine/l10n/uk.json b/apps/workflowengine/l10n/uk.json
index 7b356b53821..b15c155dbed 100644
--- a/apps/workflowengine/l10n/uk.json
+++ b/apps/workflowengine/l10n/uk.json
@@ -26,7 +26,7 @@
"Check %s is invalid or does not exist" : "Чек %s недійсний або не існує",
"Flow" : "Процеси",
"Nextcloud workflow engine" : "Керування робочими процесами у Nextcloud",
- "Folder" : "Папка",
+ "Folder" : "Каталог",
"Images" : "Зображення",
"No results" : "Немає результатів",
"%s (invisible)" : "%s (невидимий)",
diff --git a/core/l10n/sk.js b/core/l10n/sk.js
index f8b672777bf..b348f65a3ec 100644
--- a/core/l10n/sk.js
+++ b/core/l10n/sk.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Invalid app password" : "Neplatné heslo aplikácie",
"Could not complete login" : "Nie je možné dokončiť prihlásenie",
"Your login token is invalid or has expired" : "Váš prihlasovací token je neplatný alebo jeho platnosť skončila",
+ "This community release of Nextcloud is unsupported and push notifications are limited." : "Toto komunitné vydanie Nextcloud nie je podporované a push upozornenia nie sú k dispozícii.",
"Login" : "Prihlásiť sa",
"Password reset is disabled" : "Obnovenie hesla nie je povolené",
"Could not reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula",
@@ -77,6 +78,7 @@ OC.L10N.register(
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Vaša inštalácia nemá nastavenú žiadnu predvolenú oblasť predvolby telefónu. Toto je potrebné na overenie telefónnych čísel v nastaveniach profilu bez kódu krajiny. Ak chcete povoliť čísla bez kódu krajiny, pridajte do svojho konfiguračného súboru „default_phone_region“ s príslušným {linkstart} kódom ISO 3166-1 ↗ {linkend} regiónu.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť cron úlohu na pozadí pomocou CLI. Toto sú chyby:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Posledné spustenie úlohy na pozadí prebehlo {relativeTime}. Zdá sa, že niečo nie je v poriadku. {linkstart} Skontrolujte nastavenia úlohy na pozadí ↗{linkend}.",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "Toto je nepodporovaná komunitná verzia Nextcloud. Vzhľadom na veľkosť tejto inštancie nemožno zaručiť výkon, spoľahlivosť a škálovateľnosť. Push notifikácie boli deaktivované, aby sa predišlo preťaženiu našej bezplatnej služby. Získajte viac informácií o výhodách Nextcloud Enterprise na {linkstart}https://nextcloud.com/enterprise{linkend}.",
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Tento server nemá funkčné internetové pripojenie: Nie je možné dosiahnuť viacero koncových bodov. To znamená, že niektoré funkcie, ako je pripojenie externého úložiska, upozornenia na aktualizácie alebo inštalácia aplikácií tretích strán, nebudú fungovať. Tiež nemusí fungovať vzdialený prístup k súborom a odosielanie e -mailov s upozorneniami. Ak chcete využívať všetky funkcie, vytvorte z tohto servera pripojenie na internet.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nie je nakonfigurovaná vyrovnávacia pamäť. Ak chcete zvýšiť výkon, nakonfigurujte prosím memcache ak je to možné. Viac informácií nájdete v {linkstart}dokumentácii ↗{linkend}.",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Použiteľný zdroj náhodnosti pre PHP nebol nájdený, čo nie je odporúčané z bezpečnostných dôvodov. Viac informácií nájdete v {linkstart}dokumentácii ↗{linkend}.",
@@ -97,6 +99,7 @@ OC.L10N.register(
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V tejto inštancii chýbajú niektoré odporúčané moduly PHP.\nAk chcete zlepšiť výkon a kompatibilitu, dôrazne odporúčame, aby ste ich nainštalovali.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP modul „imagick“ nie je povolený, hoci tematická aplikácia áno. Aby generovanie favicon správne fungovalo, musíte nainštalovať a povoliť tento modul.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "PHP moduly \"gmp\" a/alebo \"bcmath\" nie sú povolené. Ak používate autentifikáciu WebAuthn bez hesla, tieto moduly sú povinné.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud potrebuje 64-bit, aby fungoval dobre. Inovujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick nemá podporu SVG. Pre lepšiu kompatibilitu sa odporúča nainštalovať ho.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom na to, že zmena typov stĺpcov na veľkých tabuľkách by mohla chvíľu trvať, neboli zmenené automaticky. Spustením príkazu „occ db: convert-filecache-bigint“ budú zmeny aplikované manuálne. Túto operáciu je potrebné vykonať v čase, keď je inštancia offline. Ďalšie informácie nájdete na {linkstart} dokumentačnej stránke ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre väčšie inštalácie odporúčame prejsť na inú databázu.",
@@ -113,6 +116,7 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš dátový adresár a súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby k dátovému adresáru už nebol prístupný, alebo presunúť dátový adresár mimo koreňa dokumentov webového servera.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
+ "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" neobsahuje \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie adekvátne upraviť.",
"The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Hlavička HTTP „{header}“ nie je nastavená na „{val1}“, „{val2}“, „{val3}“, „{val4}“ alebo „{val5}“. To môže spôsobiť únik referer informácie. Prečítajte si {linkstart} odporúčanie W3C ↗{linkend}.",
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Hlavička HTTP „Strict-Transport-Security“ nie je nastavená na minimálne „{seconds}“ sekúnd. Kvôli zvýšenému zabezpečeniu sa odporúča povoliť HSTS, ako je popísané v {linkstart} bezpečnostných tipoch ↗{linkend}.",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne sa odporúča nastaviť server tak, aby namiesto toho vyžadoval protokol HTTPS, ako je uvedené v {linkstart} bezpečnostných tipoch ↗{linkend}.",
@@ -133,12 +137,16 @@ OC.L10N.register(
"Continue to {productName}" : "Pokračovať na {productName}",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Aktualizácia prebehla úspešne. O %n sekundu budete presmerovaní na {productName}.","Aktualizácia prebehla úspešne. O %n sekundy budete presmerovaní na {productName}.","Aktualizácia prebehla úspešne. O %n sekúnd budete presmerovaní na {productName}.","Aktualizácia prebehla úspešne. O %n sekúnd budete presmerovaní na {productName}."],
"More apps" : "Viac aplikácií",
+ "Currently open" : "V súčasnosti otvorené",
+ "_{count} notification_::_{count} notifications_" : ["{count} upozornenie","{count} upozornenia","{count} upozornení","{count} upozornenia"],
"Log in" : "Prihlásiť sa",
"Logging in …" : "Prihlasujem ...",
"Server side authentication failed!" : "Autentifikácia na serveri zlyhala!",
"Please contact your administrator." : "Kontaktujte prosím vášho administrátora.",
"An internal error occurred." : "Došlo k vnútornej chybe.",
"Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.",
+ "Log in to {productName}" : "Prihlásiť sa do {productName}",
+ "Account name or email" : "Názov účtu alebo e-mail",
"Password" : "Heslo",
"Wrong username or password." : "Nesprávne používateľské meno alebo heslo.",
"User disabled" : "Používateľ zakázaný",
@@ -172,6 +180,7 @@ OC.L10N.register(
"Keep your colleagues and friends in one place without leaking their private info." : "Udržujte si údaje o svojich kolegoch a priateľoch na jednom mieste bez hrozby úniku ich súkromných informácií tretím stranám.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchá apka pre čítanie e-mailov, prepojená so Súbormi, Kontaktami a Kalendárom.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Četovanie, videohovory, zdieľanie obrazovky, online stretnutia a webové konferencie - vo vašom prehliadači a pomocou mobilných aplikácií.",
+ "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Kolaboratívne dokumenty, tabuľky a prezentácie postavené na Collabora Online.",
"Forgot password?" : "Zabudli ste heslo?",
"Log in with a device" : "Prihlásiť sa pomocou zariadenia",
"Back" : "Späť",
@@ -181,6 +190,7 @@ OC.L10N.register(
"You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie",
"{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie",
"Error opening the user status modal, try hard refreshing the page" : "Chyba pri otváraní modálneho okna stavu používateľa, skúste stránku obnoviť",
+ "Search starts once you start typing" : "Vyhľadávanie sa spustí, keď začnete písať",
"Reset search" : "Vynuluj vyhľadávanie",
"Start search" : "Začať vyhľadávať",
"Search for {name} only" : "Hľadať iba {name}",
@@ -334,6 +344,7 @@ OC.L10N.register(
"%s's homepage" : "Domovská stránka užívateľa %s",
"Contacts" : "Kontakty",
"Contacts menu" : "Menu kontaktov",
+ "Open settings menu" : "Otvoriť menu s nastavením",
"Confirm your password" : "Potvrďte svoje heslo",
"Connect to your account" : "Pripojte sa k svojmu účtu",
"Please log in before granting %1$s access to your %2$s account." : "Skôr než udelíte prístup pre %1$s do vášho účtu %2$s je potrebné sa prihlásiť.",
diff --git a/core/l10n/sk.json b/core/l10n/sk.json
index 8b73faee06d..b866b8aa1ab 100644
--- a/core/l10n/sk.json
+++ b/core/l10n/sk.json
@@ -24,6 +24,7 @@
"Invalid app password" : "Neplatné heslo aplikácie",
"Could not complete login" : "Nie je možné dokončiť prihlásenie",
"Your login token is invalid or has expired" : "Váš prihlasovací token je neplatný alebo jeho platnosť skončila",
+ "This community release of Nextcloud is unsupported and push notifications are limited." : "Toto komunitné vydanie Nextcloud nie je podporované a push upozornenia nie sú k dispozícii.",
"Login" : "Prihlásiť sa",
"Password reset is disabled" : "Obnovenie hesla nie je povolené",
"Could not reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula",
@@ -75,6 +76,7 @@
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Vaša inštalácia nemá nastavenú žiadnu predvolenú oblasť predvolby telefónu. Toto je potrebné na overenie telefónnych čísel v nastaveniach profilu bez kódu krajiny. Ak chcete povoliť čísla bez kódu krajiny, pridajte do svojho konfiguračného súboru „default_phone_region“ s príslušným {linkstart} kódom ISO 3166-1 ↗ {linkend} regiónu.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť cron úlohu na pozadí pomocou CLI. Toto sú chyby:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Posledné spustenie úlohy na pozadí prebehlo {relativeTime}. Zdá sa, že niečo nie je v poriadku. {linkstart} Skontrolujte nastavenia úlohy na pozadí ↗{linkend}.",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "Toto je nepodporovaná komunitná verzia Nextcloud. Vzhľadom na veľkosť tejto inštancie nemožno zaručiť výkon, spoľahlivosť a škálovateľnosť. Push notifikácie boli deaktivované, aby sa predišlo preťaženiu našej bezplatnej služby. Získajte viac informácií o výhodách Nextcloud Enterprise na {linkstart}https://nextcloud.com/enterprise{linkend}.",
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Tento server nemá funkčné internetové pripojenie: Nie je možné dosiahnuť viacero koncových bodov. To znamená, že niektoré funkcie, ako je pripojenie externého úložiska, upozornenia na aktualizácie alebo inštalácia aplikácií tretích strán, nebudú fungovať. Tiež nemusí fungovať vzdialený prístup k súborom a odosielanie e -mailov s upozorneniami. Ak chcete využívať všetky funkcie, vytvorte z tohto servera pripojenie na internet.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nie je nakonfigurovaná vyrovnávacia pamäť. Ak chcete zvýšiť výkon, nakonfigurujte prosím memcache ak je to možné. Viac informácií nájdete v {linkstart}dokumentácii ↗{linkend}.",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Použiteľný zdroj náhodnosti pre PHP nebol nájdený, čo nie je odporúčané z bezpečnostných dôvodov. Viac informácií nájdete v {linkstart}dokumentácii ↗{linkend}.",
@@ -95,6 +97,7 @@
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V tejto inštancii chýbajú niektoré odporúčané moduly PHP.\nAk chcete zlepšiť výkon a kompatibilitu, dôrazne odporúčame, aby ste ich nainštalovali.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP modul „imagick“ nie je povolený, hoci tematická aplikácia áno. Aby generovanie favicon správne fungovalo, musíte nainštalovať a povoliť tento modul.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "PHP moduly \"gmp\" a/alebo \"bcmath\" nie sú povolené. Ak používate autentifikáciu WebAuthn bez hesla, tieto moduly sú povinné.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud potrebuje 64-bit, aby fungoval dobre. Inovujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick nemá podporu SVG. Pre lepšiu kompatibilitu sa odporúča nainštalovať ho.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom na to, že zmena typov stĺpcov na veľkých tabuľkách by mohla chvíľu trvať, neboli zmenené automaticky. Spustením príkazu „occ db: convert-filecache-bigint“ budú zmeny aplikované manuálne. Túto operáciu je potrebné vykonať v čase, keď je inštancia offline. Ďalšie informácie nájdete na {linkstart} dokumentačnej stránke ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre väčšie inštalácie odporúčame prejsť na inú databázu.",
@@ -111,6 +114,7 @@
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš dátový adresár a súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby k dátovému adresáru už nebol prístupný, alebo presunúť dátový adresár mimo koreňa dokumentov webového servera.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
+ "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" neobsahuje \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie adekvátne upraviť.",
"The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Hlavička HTTP „{header}“ nie je nastavená na „{val1}“, „{val2}“, „{val3}“, „{val4}“ alebo „{val5}“. To môže spôsobiť únik referer informácie. Prečítajte si {linkstart} odporúčanie W3C ↗{linkend}.",
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Hlavička HTTP „Strict-Transport-Security“ nie je nastavená na minimálne „{seconds}“ sekúnd. Kvôli zvýšenému zabezpečeniu sa odporúča povoliť HSTS, ako je popísané v {linkstart} bezpečnostných tipoch ↗{linkend}.",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne sa odporúča nastaviť server tak, aby namiesto toho vyžadoval protokol HTTPS, ako je uvedené v {linkstart} bezpečnostných tipoch ↗{linkend}.",
@@ -131,12 +135,16 @@
"Continue to {productName}" : "Pokračovať na {productName}",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Aktualizácia prebehla úspešne. O %n sekundu budete presmerovaní na {productName}.","Aktualizácia prebehla úspešne. O %n sekundy budete presmerovaní na {productName}.","Aktualizácia prebehla úspešne. O %n sekúnd budete presmerovaní na {productName}.","Aktualizácia prebehla úspešne. O %n sekúnd budete presmerovaní na {productName}."],
"More apps" : "Viac aplikácií",
+ "Currently open" : "V súčasnosti otvorené",
+ "_{count} notification_::_{count} notifications_" : ["{count} upozornenie","{count} upozornenia","{count} upozornení","{count} upozornenia"],
"Log in" : "Prihlásiť sa",
"Logging in …" : "Prihlasujem ...",
"Server side authentication failed!" : "Autentifikácia na serveri zlyhala!",
"Please contact your administrator." : "Kontaktujte prosím vášho administrátora.",
"An internal error occurred." : "Došlo k vnútornej chybe.",
"Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.",
+ "Log in to {productName}" : "Prihlásiť sa do {productName}",
+ "Account name or email" : "Názov účtu alebo e-mail",
"Password" : "Heslo",
"Wrong username or password." : "Nesprávne používateľské meno alebo heslo.",
"User disabled" : "Používateľ zakázaný",
@@ -170,6 +178,7 @@
"Keep your colleagues and friends in one place without leaking their private info." : "Udržujte si údaje o svojich kolegoch a priateľoch na jednom mieste bez hrozby úniku ich súkromných informácií tretím stranám.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchá apka pre čítanie e-mailov, prepojená so Súbormi, Kontaktami a Kalendárom.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Četovanie, videohovory, zdieľanie obrazovky, online stretnutia a webové konferencie - vo vašom prehliadači a pomocou mobilných aplikácií.",
+ "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Kolaboratívne dokumenty, tabuľky a prezentácie postavené na Collabora Online.",
"Forgot password?" : "Zabudli ste heslo?",
"Log in with a device" : "Prihlásiť sa pomocou zariadenia",
"Back" : "Späť",
@@ -179,6 +188,7 @@
"You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie",
"{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie",
"Error opening the user status modal, try hard refreshing the page" : "Chyba pri otváraní modálneho okna stavu používateľa, skúste stránku obnoviť",
+ "Search starts once you start typing" : "Vyhľadávanie sa spustí, keď začnete písať",
"Reset search" : "Vynuluj vyhľadávanie",
"Start search" : "Začať vyhľadávať",
"Search for {name} only" : "Hľadať iba {name}",
@@ -332,6 +342,7 @@
"%s's homepage" : "Domovská stránka užívateľa %s",
"Contacts" : "Kontakty",
"Contacts menu" : "Menu kontaktov",
+ "Open settings menu" : "Otvoriť menu s nastavením",
"Confirm your password" : "Potvrďte svoje heslo",
"Connect to your account" : "Pripojte sa k svojmu účtu",
"Please log in before granting %1$s access to your %2$s account." : "Skôr než udelíte prístup pre %1$s do vášho účtu %2$s je potrebné sa prihlásiť.",
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 898df89dc24..867bc0267b1 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -10,7 +10,7 @@ OC.L10N.register(
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі",
"The file was only partially uploaded" : "Файл завантажено лише частково",
"No file was uploaded" : "Не вивантажено жодного файлу",
- "Missing a temporary folder" : "Відсутня тека для тимчасових файлів",
+ "Missing a temporary folder" : "Відсутній каталог тимчасових файлів",
"Could not write file to disk" : "Неможливо записати файл на диск",
"A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
"Invalid file provided" : "Надано невірний файл",
@@ -65,7 +65,7 @@ OC.L10N.register(
"Already up to date" : "Вже актуально",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш вебсервер не налаштований як треба для синхронізації файлів, схоже інтерфейс WebDAV поламаний.",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваш веб-сервер неправильно налаштовано для вирішення \"{url}\". Додаткову інформацію можна знайти в {linkstart}документації ↗{linkend}.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш веб-сервер неправильно налаштовано для вирішення \"{url}\". Швидше за все, це пов’язано з конфігурацією веб-сервера, який не було оновлено для безпосередньої доставки цієї папки. Будь ласка, порівняйте свою конфігурацію з надісланими правилами перезапису в \".htaccess\" для Apache або наданими в документації для Nginx на його {linkstart}сторінці документації ↗{linkend}. У Nginx зазвичай це рядки, що починаються з «location ~», які потребують оновлення.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш веб-сервер неправильно налаштовано для вирішення \"{url}\". Швидше за все, це пов’язано з конфігурацією вебсервера, який не було оновлено для безпосередньої доставки цього каталогу. Будь ласка, порівняйте свою конфігурацію з надісланими правилами перезапису в \".htaccess\" для Apache або наданими в документації для Nginx на його {linkstart}сторінці документації ↗{linkend}. У Nginx зазвичай це рядки, що починаються з \"location ~\", які потребують оновлення.",
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Ваш веб-сервер неправильно налаштовано для доставки файлів .woff2. Зазвичай це проблема з конфігурацією Nginx. Для Nextcloud 15 потрібно налаштувати, щоб також надавати файли .woff2. Порівняйте свою конфігурацію Nginx із рекомендованою конфігурацією в нашій {linkstart}документації ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не налаштований правильно для отримання змінних системного оточення. Запит getenv(\"PATH\") повертає пусті результати.",
"Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Будь ласка, перевірте {linkstart}документацію щодо встановлення ↗{linkend}, щоб отримати примітки щодо конфігурації PHP і конфігурацію PHP вашого сервера, особливо якщо використовується php-fpm.",
@@ -158,7 +158,7 @@ OC.L10N.register(
"Your connection is not secure" : "Ваше зʼєднання не захищене",
"Passwordless authentication is only available over a secure connection." : "Авторизація без пароля можлива лише при безпечному з'єднанні.",
"Reset password" : "Перевстановити пароль",
- "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Повідомлення про зміну пароля надіслано на електронну адресу цього облікового запису. Якщо ви не отримали його, перевірте папки спаму/сміття або зверніться по допомогу до місцевого адміністратора.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Повідомлення про зміну пароля надіслано на електронну адресу цього облікового запису. Якщо ви не отримали його, перевірте \"Спам\" чи \"Кошик або зверніться по допомогу до адміністратора.",
"If it is not there ask your local administrator." : "У разі відсутності зверніться до адміністратора системи",
"Couldn't send reset email. Please contact your administrator." : "Не можу надіслати електронного листа для перевстановлення пароля. Будь ласка, сконтактуйте з адміністратором.",
"Password cannot be changed. Please contact your administrator." : "Пароль не можна змінити. Будь ласка, зверніться до свого адміністратора.",
@@ -193,10 +193,10 @@ OC.L10N.register(
"Search starts once you start typing" : "Пошук починається, коли ви починаєте вводити текст",
"Reset search" : "Повторити пошук",
"Start search" : "Розпочати пошук",
- "Search for {name} only" : "Шукати лише {name}",
+ "Search for {name} only" : "Пошук лише у {name}",
"No results for {query}" : "Немає результатів для {query}",
"Press enter to start searching" : "Натисніть enter, щоб почати пошук",
- "Start typing to search" : "Почніть вводити для пошуку",
+ "Start typing to search" : "Що шукаємо",
"Loading more results …" : "Завантаження інших результатів…",
"Load more results" : "Завантажити більше результатів",
"Search" : "Пошук",
@@ -214,8 +214,8 @@ OC.L10N.register(
"No" : "Ні",
"Yes" : "Так",
"No files in here" : "Тут немає файлів",
- "New folder" : "Нова тека",
- "No more subfolders in here" : "Тут більше немає підтек",
+ "New folder" : "Новий каталог",
+ "No more subfolders in here" : "Тут більше немає вкладених каталогів",
"Name" : "Ім’я",
"Size" : "Розмір",
"Modified" : "Змінено",
@@ -309,14 +309,14 @@ OC.L10N.register(
"Line: %s" : "Рядок: %s",
"Trace" : "Трасування",
"Security warning" : "Попередження безпеки",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваша тека з даними та ваші файли можуть мати доступ з інтернету, оскільки файл .htaccess не працює.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваш каталог з даними та ваші файли можуть мати доступ з інтернету, оскільки файл .htaccess не дійсний.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Для отримання інформації про те, як правильно налаштувати свій сервер, перегляньте <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">документацію</a>.",
"Create an <strong>admin account</strong>" : "Створити <strong>обліковий запис адміністратора</strong>",
"Username" : "Ім'я користувача",
"Show password" : "Показати пароль",
"Toggle password visibility" : "Перемкнути видимість пароля",
"Storage & database" : "Сховище і база даних",
- "Data folder" : "Тека з даними",
+ "Data folder" : "Каталог з даними",
"Configure the database" : "Налаштування бази даних",
"Only %s is available." : "Доступно тільки %s.",
"Install and activate additional PHP modules to choose other database types." : "Встановіть та активуйте додаткові модулі PHP для того, щоб вибрати тип БД.",
@@ -384,7 +384,7 @@ OC.L10N.register(
"The following apps will be updated:" : "Ці застосунки буде оновлено:",
"These incompatible apps will be disabled:" : "Такі несумісні застосунки буде вимкнено:",
"The theme %s has been disabled." : "Тему %s було вимкнено.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, теки з конфігурацією та теки з даними користувачів.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, каталог з конфігурацією та каталоги з даними користувачів.",
"Start update" : "Почати оновлення",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:",
"Detailed logs" : "Деталізований журнал",
diff --git a/core/l10n/uk.json b/core/l10n/uk.json
index 4cc67103f87..bb26c39960c 100644
--- a/core/l10n/uk.json
+++ b/core/l10n/uk.json
@@ -8,7 +8,7 @@
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі",
"The file was only partially uploaded" : "Файл завантажено лише частково",
"No file was uploaded" : "Не вивантажено жодного файлу",
- "Missing a temporary folder" : "Відсутня тека для тимчасових файлів",
+ "Missing a temporary folder" : "Відсутній каталог тимчасових файлів",
"Could not write file to disk" : "Неможливо записати файл на диск",
"A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу",
"Invalid file provided" : "Надано невірний файл",
@@ -63,7 +63,7 @@
"Already up to date" : "Вже актуально",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш вебсервер не налаштований як треба для синхронізації файлів, схоже інтерфейс WebDAV поламаний.",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваш веб-сервер неправильно налаштовано для вирішення \"{url}\". Додаткову інформацію можна знайти в {linkstart}документації ↗{linkend}.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш веб-сервер неправильно налаштовано для вирішення \"{url}\". Швидше за все, це пов’язано з конфігурацією веб-сервера, який не було оновлено для безпосередньої доставки цієї папки. Будь ласка, порівняйте свою конфігурацію з надісланими правилами перезапису в \".htaccess\" для Apache або наданими в документації для Nginx на його {linkstart}сторінці документації ↗{linkend}. У Nginx зазвичай це рядки, що починаються з «location ~», які потребують оновлення.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш веб-сервер неправильно налаштовано для вирішення \"{url}\". Швидше за все, це пов’язано з конфігурацією вебсервера, який не було оновлено для безпосередньої доставки цього каталогу. Будь ласка, порівняйте свою конфігурацію з надісланими правилами перезапису в \".htaccess\" для Apache або наданими в документації для Nginx на його {linkstart}сторінці документації ↗{linkend}. У Nginx зазвичай це рядки, що починаються з \"location ~\", які потребують оновлення.",
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Ваш веб-сервер неправильно налаштовано для доставки файлів .woff2. Зазвичай це проблема з конфігурацією Nginx. Для Nextcloud 15 потрібно налаштувати, щоб також надавати файли .woff2. Порівняйте свою конфігурацію Nginx із рекомендованою конфігурацією в нашій {linkstart}документації ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не налаштований правильно для отримання змінних системного оточення. Запит getenv(\"PATH\") повертає пусті результати.",
"Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Будь ласка, перевірте {linkstart}документацію щодо встановлення ↗{linkend}, щоб отримати примітки щодо конфігурації PHP і конфігурацію PHP вашого сервера, особливо якщо використовується php-fpm.",
@@ -156,7 +156,7 @@
"Your connection is not secure" : "Ваше зʼєднання не захищене",
"Passwordless authentication is only available over a secure connection." : "Авторизація без пароля можлива лише при безпечному з'єднанні.",
"Reset password" : "Перевстановити пароль",
- "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Повідомлення про зміну пароля надіслано на електронну адресу цього облікового запису. Якщо ви не отримали його, перевірте папки спаму/сміття або зверніться по допомогу до місцевого адміністратора.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Повідомлення про зміну пароля надіслано на електронну адресу цього облікового запису. Якщо ви не отримали його, перевірте \"Спам\" чи \"Кошик або зверніться по допомогу до адміністратора.",
"If it is not there ask your local administrator." : "У разі відсутності зверніться до адміністратора системи",
"Couldn't send reset email. Please contact your administrator." : "Не можу надіслати електронного листа для перевстановлення пароля. Будь ласка, сконтактуйте з адміністратором.",
"Password cannot be changed. Please contact your administrator." : "Пароль не можна змінити. Будь ласка, зверніться до свого адміністратора.",
@@ -191,10 +191,10 @@
"Search starts once you start typing" : "Пошук починається, коли ви починаєте вводити текст",
"Reset search" : "Повторити пошук",
"Start search" : "Розпочати пошук",
- "Search for {name} only" : "Шукати лише {name}",
+ "Search for {name} only" : "Пошук лише у {name}",
"No results for {query}" : "Немає результатів для {query}",
"Press enter to start searching" : "Натисніть enter, щоб почати пошук",
- "Start typing to search" : "Почніть вводити для пошуку",
+ "Start typing to search" : "Що шукаємо",
"Loading more results …" : "Завантаження інших результатів…",
"Load more results" : "Завантажити більше результатів",
"Search" : "Пошук",
@@ -212,8 +212,8 @@
"No" : "Ні",
"Yes" : "Так",
"No files in here" : "Тут немає файлів",
- "New folder" : "Нова тека",
- "No more subfolders in here" : "Тут більше немає підтек",
+ "New folder" : "Новий каталог",
+ "No more subfolders in here" : "Тут більше немає вкладених каталогів",
"Name" : "Ім’я",
"Size" : "Розмір",
"Modified" : "Змінено",
@@ -307,14 +307,14 @@
"Line: %s" : "Рядок: %s",
"Trace" : "Трасування",
"Security warning" : "Попередження безпеки",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваша тека з даними та ваші файли можуть мати доступ з інтернету, оскільки файл .htaccess не працює.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваш каталог з даними та ваші файли можуть мати доступ з інтернету, оскільки файл .htaccess не дійсний.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Для отримання інформації про те, як правильно налаштувати свій сервер, перегляньте <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">документацію</a>.",
"Create an <strong>admin account</strong>" : "Створити <strong>обліковий запис адміністратора</strong>",
"Username" : "Ім'я користувача",
"Show password" : "Показати пароль",
"Toggle password visibility" : "Перемкнути видимість пароля",
"Storage & database" : "Сховище і база даних",
- "Data folder" : "Тека з даними",
+ "Data folder" : "Каталог з даними",
"Configure the database" : "Налаштування бази даних",
"Only %s is available." : "Доступно тільки %s.",
"Install and activate additional PHP modules to choose other database types." : "Встановіть та активуйте додаткові модулі PHP для того, щоб вибрати тип БД.",
@@ -382,7 +382,7 @@
"The following apps will be updated:" : "Ці застосунки буде оновлено:",
"These incompatible apps will be disabled:" : "Такі несумісні застосунки буде вимкнено:",
"The theme %s has been disabled." : "Тему %s було вимкнено.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, теки з конфігурацією та теки з даними користувачів.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, каталог з конфігурацією та каталоги з даними користувачів.",
"Start update" : "Почати оновлення",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:",
"Detailed logs" : "Деталізований журнал",
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index 636cdffe96d..90c5fe1836c 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -265,9 +265,9 @@ OC.L10N.register(
"%s enter the database name." : "%s введіть назву бази даних.",
"%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних",
"Cannot read file" : "Неможливо прочитати файл",
- "Cannot write into \"config\" directory" : "Не можу писати у теку \"config\"",
+ "Cannot write into \"config\" directory" : "Неможливо записувати до каталгу \"config\"",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу конфігурації. Побачити %s",
- "Cannot write into \"apps\" directory" : "Не можу писати у теку \"apps\"",
+ "Cannot write into \"apps\" directory" : "Неможливо записувати до каталогу \"apps\"",
"This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу програм або вимкнувши App Store у файлі конфігурації.",
"Cannot create \"data\" directory" : "Неможливо створити каталог даних",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ на запис до кореневого каталогу. Побачити %s",
diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json
index b31359775d1..42de1ef9a42 100644
--- a/lib/l10n/uk.json
+++ b/lib/l10n/uk.json
@@ -263,9 +263,9 @@
"%s enter the database name." : "%s введіть назву бази даних.",
"%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних",
"Cannot read file" : "Неможливо прочитати файл",
- "Cannot write into \"config\" directory" : "Не можу писати у теку \"config\"",
+ "Cannot write into \"config\" directory" : "Неможливо записувати до каталгу \"config\"",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу конфігурації. Побачити %s",
- "Cannot write into \"apps\" directory" : "Не можу писати у теку \"apps\"",
+ "Cannot write into \"apps\" directory" : "Неможливо записувати до каталогу \"apps\"",
"This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу програм або вимкнувши App Store у файлі конфігурації.",
"Cannot create \"data\" directory" : "Неможливо створити каталог даних",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ на запис до кореневого каталогу. Побачити %s",