diff --git a/apps/dashboard/l10n/sw.js b/apps/dashboard/l10n/sw.js
new file mode 100644
index 00000000000..91a3e892bc5
--- /dev/null
+++ b/apps/dashboard/l10n/sw.js
@@ -0,0 +1,28 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : " Dashibodi",
+ "Dashboard app" : "Programu ya Dashibodi",
+ "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Anza siku yako ukiwa na taarifa\n\nDashibodi ya Nextcloud ndiyo kianzio chako cha siku, ikikupa muhtasari wa miadi yako ijayo, barua pepe za dharura, ujumbe wa gumzo, tiketi zinazoingia, twiti za hivi punde na mengi zaidi! Watu wanaweza kuongeza wijeti wanazopenda na kubadilisha usuli kwa kupenda kwao.",
+ "Weather" : "Hali ya hewa",
+ "Status" : "Wadhifa",
+ "Good morning" : "Habari za asubuhi",
+ "Good morning, {name}" : "Habari za asubuhi, {name}",
+ "Good afternoon" : "Habari za mchana",
+ "Good afternoon, {name}" : "Habari za mchana, {name}",
+ "Good evening" : "Habari za jioni",
+ "Good evening, {name}" : "Habari za jioni, {name}",
+ "Hello" : "Hello",
+ "Hello, {name}" : "Hello, {name}",
+ "Happy birthday 🥳🤩🎂🎉" : "Heri ya siku ya kuzaliwa 🥳🤩🎂🎉",
+ "Happy birthday, {name} 🥳🤩🎂🎉" : "Heri ya siku ya kuzaliwa, {name} 🥳🤩🎂🎉",
+ "Customize" : "Geuza kukufaa",
+ "Edit widgets" : "Hariri wijeti",
+ "Get more widgets from the App Store" : "Pata wijeti zaidi kutoka kwenye hifadhi ya Programu",
+ "Weather service" : "Huduma ya hali ya hewa",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Kwa faragha yako, data ya hali ya hewa inaombwa na seva yako ya Nextcloud kwa niaba yako ili huduma ya hali ya hewa isipokee taarifa za kibinafsi.",
+ "Weather data from Met.no" : "Data za hali ya hewa kutoka Met.no",
+ "geocoding with Nominatim" : "geocoding na Nominatim",
+ "elevation data from OpenTopoData" : "data ya mwinuko kutoka OpenTopoData"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dashboard/l10n/sw.json b/apps/dashboard/l10n/sw.json
new file mode 100644
index 00000000000..8d5ff9f98cb
--- /dev/null
+++ b/apps/dashboard/l10n/sw.json
@@ -0,0 +1,26 @@
+{ "translations": {
+ "Dashboard" : " Dashibodi",
+ "Dashboard app" : "Programu ya Dashibodi",
+ "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Anza siku yako ukiwa na taarifa\n\nDashibodi ya Nextcloud ndiyo kianzio chako cha siku, ikikupa muhtasari wa miadi yako ijayo, barua pepe za dharura, ujumbe wa gumzo, tiketi zinazoingia, twiti za hivi punde na mengi zaidi! Watu wanaweza kuongeza wijeti wanazopenda na kubadilisha usuli kwa kupenda kwao.",
+ "Weather" : "Hali ya hewa",
+ "Status" : "Wadhifa",
+ "Good morning" : "Habari za asubuhi",
+ "Good morning, {name}" : "Habari za asubuhi, {name}",
+ "Good afternoon" : "Habari za mchana",
+ "Good afternoon, {name}" : "Habari za mchana, {name}",
+ "Good evening" : "Habari za jioni",
+ "Good evening, {name}" : "Habari za jioni, {name}",
+ "Hello" : "Hello",
+ "Hello, {name}" : "Hello, {name}",
+ "Happy birthday 🥳🤩🎂🎉" : "Heri ya siku ya kuzaliwa 🥳🤩🎂🎉",
+ "Happy birthday, {name} 🥳🤩🎂🎉" : "Heri ya siku ya kuzaliwa, {name} 🥳🤩🎂🎉",
+ "Customize" : "Geuza kukufaa",
+ "Edit widgets" : "Hariri wijeti",
+ "Get more widgets from the App Store" : "Pata wijeti zaidi kutoka kwenye hifadhi ya Programu",
+ "Weather service" : "Huduma ya hali ya hewa",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Kwa faragha yako, data ya hali ya hewa inaombwa na seva yako ya Nextcloud kwa niaba yako ili huduma ya hali ya hewa isipokee taarifa za kibinafsi.",
+ "Weather data from Met.no" : "Data za hali ya hewa kutoka Met.no",
+ "geocoding with Nominatim" : "geocoding na Nominatim",
+ "elevation data from OpenTopoData" : "data ya mwinuko kutoka OpenTopoData"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}
\ No newline at end of file
diff --git a/apps/dav/l10n/cs.js b/apps/dav/l10n/cs.js
index c2d10ac429d..ec86f1ce320 100644
--- a/apps/dav/l10n/cs.js
+++ b/apps/dav/l10n/cs.js
@@ -250,6 +250,7 @@ OC.L10N.register(
"Completed on %s" : "Dokončeno %s",
"Due on %s by %s" : "Termín do %s od %s",
"Due on %s" : "Termín do %s",
+ "Example event - open me!" : "Událost pro ukázku – otevřete ji!",
"System Address Book" : "Systémový adresář kontaktů",
"The system address book contains contact information for all users in your instance." : "Systémový adresář kontaktů obsahuje informace pro všechny uživatele ve vámi využívané instanci.",
"Enable System Address Book" : "Zapnout systémový adresář kontaktů",
diff --git a/apps/dav/l10n/cs.json b/apps/dav/l10n/cs.json
index 69be44bbd4e..37407cceb6d 100644
--- a/apps/dav/l10n/cs.json
+++ b/apps/dav/l10n/cs.json
@@ -248,6 +248,7 @@
"Completed on %s" : "Dokončeno %s",
"Due on %s by %s" : "Termín do %s od %s",
"Due on %s" : "Termín do %s",
+ "Example event - open me!" : "Událost pro ukázku – otevřete ji!",
"System Address Book" : "Systémový adresář kontaktů",
"The system address book contains contact information for all users in your instance." : "Systémový adresář kontaktů obsahuje informace pro všechny uživatele ve vámi využívané instanci.",
"Enable System Address Book" : "Zapnout systémový adresář kontaktů",
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js
index 8308532d18a..911f9001f73 100644
--- a/apps/dav/l10n/pl.js
+++ b/apps/dav/l10n/pl.js
@@ -87,6 +87,10 @@ OC.L10N.register(
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Za godzinę dnia %2$s","Za %1$n godziny dnia %2$s","Za %1$n godzin dnia %2$s","Za %1$n godzin dnia %2$s"],
"_In a day on %1$s_::_In %n days on %1$s_" : ["Za dzień, dnia %2$s","Za %1$n dni dnia %2$s","Za %1$n dni dnia %2$s","Za %1$n dni dnia %2$s"],
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Za tydzień dnia %2$s","Za %1$n tygodnie dnia %2$s","Za %1$n tygodni dnia %2$s","Za %1$n tygodni dnia %2$s"],
+ "_In a month on %1$s_::_In %n months on %1$s_" : ["Za miesiąc dnia %2$s","W ciągu %1$n miesięcy dnia %2$s","W ciągu %1$n miesięcy dnia %2$s","W ciągu %1$n miesięcy dnia %2$s"],
+ "_In a year on %1$s_::_In %n years on %1$s_" : ["Za rok dnia %2$s","Za %1$n lata dnia %2$s","Za %1$n lat dnia %2$s","Za %1$n lat dnia %2$s"],
+ "In the past on %1$s then on %2$s" : "W przeszłości dnia %1$s, a następnie %2$s",
+ "_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Za minutę dnia %2$s, a następnie %3$s","Za %1$n minuty dnia %2$s, a następnie %3$s","Za %1$n minut dnia %2$s, a następnie %3$s","Za %1$n minut dnia %2$s, a następnie %3$s"],
"Could not generate next recurrence statement" : "Nie można wygenerować następnej instrukcji powtarzania",
"Cancelled: %1$s" : "Anulowane: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" zostało anulowane",
diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json
index 3b7da14b471..9085e3f3d44 100644
--- a/apps/dav/l10n/pl.json
+++ b/apps/dav/l10n/pl.json
@@ -85,6 +85,10 @@
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Za godzinę dnia %2$s","Za %1$n godziny dnia %2$s","Za %1$n godzin dnia %2$s","Za %1$n godzin dnia %2$s"],
"_In a day on %1$s_::_In %n days on %1$s_" : ["Za dzień, dnia %2$s","Za %1$n dni dnia %2$s","Za %1$n dni dnia %2$s","Za %1$n dni dnia %2$s"],
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Za tydzień dnia %2$s","Za %1$n tygodnie dnia %2$s","Za %1$n tygodni dnia %2$s","Za %1$n tygodni dnia %2$s"],
+ "_In a month on %1$s_::_In %n months on %1$s_" : ["Za miesiąc dnia %2$s","W ciągu %1$n miesięcy dnia %2$s","W ciągu %1$n miesięcy dnia %2$s","W ciągu %1$n miesięcy dnia %2$s"],
+ "_In a year on %1$s_::_In %n years on %1$s_" : ["Za rok dnia %2$s","Za %1$n lata dnia %2$s","Za %1$n lat dnia %2$s","Za %1$n lat dnia %2$s"],
+ "In the past on %1$s then on %2$s" : "W przeszłości dnia %1$s, a następnie %2$s",
+ "_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Za minutę dnia %2$s, a następnie %3$s","Za %1$n minuty dnia %2$s, a następnie %3$s","Za %1$n minut dnia %2$s, a następnie %3$s","Za %1$n minut dnia %2$s, a następnie %3$s"],
"Could not generate next recurrence statement" : "Nie można wygenerować następnej instrukcji powtarzania",
"Cancelled: %1$s" : "Anulowane: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" zostało anulowane",
diff --git a/apps/federation/l10n/sw.js b/apps/federation/l10n/sw.js
new file mode 100644
index 00000000000..4c09b59af82
--- /dev/null
+++ b/apps/federation/l10n/sw.js
@@ -0,0 +1,21 @@
+OC.L10N.register(
+ "federation",
+ {
+ "Added to the list of trusted servers" : " Imeongezwa kwenye orodha ya seva zinazoaminika",
+ "No server found with ID: %s" : "Hakuna seva iliyopatikana na kitambulisho: %s",
+ "Could not remove server" : "Isingeweza kuondoa seva",
+ "Server is already in the list of trusted servers." : "Seva tayari iko kwenye orodha ya seva zinazoaminika.",
+ "No server to federate with found" : "Hakuna seva ya kushirikiana na, iliyopatikana",
+ "Could not add server" : "Isingeweza kuongeza seva",
+ "Trusted servers" : "Seva zinazoaminiwa",
+ "Federation" : "Shirikisho",
+ "Federation allows you to connect with other trusted servers to exchange the account directory." : "Shirikisho hukuruhusu kuunganishwa na seva zingine zinazoaminika ili kubadilishana saraka ya akaunti.",
+ "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Shirikisho hukuruhusu kuunganishwa na seva zingine zinazoaminika ili kubadilishana saraka ya akaunti. Kwa mfano hii itatumika kukamilisha kiotomatiki akaunti za nje kwa ushiriki wa shirikisho.",
+ "External documentation for Federated Cloud Sharing" : "Hati za nje za Ushirikiano wa Nextcloud Ulioshirikishwa",
+ "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Shirikisho hukuruhusu kuunganishwa na seva zingine zinazoaminika ili kubadilishana saraka ya akaunti. Kwa mfano hii itatumika kukamilisha kiotomatiki akaunti za nje kwa kushiriki kwa shirikisho. Sio lazima kuongeza seva kama seva inayoaminika ili kuunda sehemu iliyoshirikishwa.",
+ "Each server must validate the other. This process may require a few cron cycles." : " Kila seva lazima ithibitishe nyingine. Mchakato huu unaweza kuhitaji mizunguko michache ya cron.",
+ "+ Add trusted server" : "+ ongeza seva inayoaminiwa",
+ "Trusted server" : "Seva inayoaminiwa",
+ "Add" : "Ongeza"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/federation/l10n/sw.json b/apps/federation/l10n/sw.json
new file mode 100644
index 00000000000..6f9abc85cbc
--- /dev/null
+++ b/apps/federation/l10n/sw.json
@@ -0,0 +1,19 @@
+{ "translations": {
+ "Added to the list of trusted servers" : " Imeongezwa kwenye orodha ya seva zinazoaminika",
+ "No server found with ID: %s" : "Hakuna seva iliyopatikana na kitambulisho: %s",
+ "Could not remove server" : "Isingeweza kuondoa seva",
+ "Server is already in the list of trusted servers." : "Seva tayari iko kwenye orodha ya seva zinazoaminika.",
+ "No server to federate with found" : "Hakuna seva ya kushirikiana na, iliyopatikana",
+ "Could not add server" : "Isingeweza kuongeza seva",
+ "Trusted servers" : "Seva zinazoaminiwa",
+ "Federation" : "Shirikisho",
+ "Federation allows you to connect with other trusted servers to exchange the account directory." : "Shirikisho hukuruhusu kuunganishwa na seva zingine zinazoaminika ili kubadilishana saraka ya akaunti.",
+ "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Shirikisho hukuruhusu kuunganishwa na seva zingine zinazoaminika ili kubadilishana saraka ya akaunti. Kwa mfano hii itatumika kukamilisha kiotomatiki akaunti za nje kwa ushiriki wa shirikisho.",
+ "External documentation for Federated Cloud Sharing" : "Hati za nje za Ushirikiano wa Nextcloud Ulioshirikishwa",
+ "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Shirikisho hukuruhusu kuunganishwa na seva zingine zinazoaminika ili kubadilishana saraka ya akaunti. Kwa mfano hii itatumika kukamilisha kiotomatiki akaunti za nje kwa kushiriki kwa shirikisho. Sio lazima kuongeza seva kama seva inayoaminika ili kuunda sehemu iliyoshirikishwa.",
+ "Each server must validate the other. This process may require a few cron cycles." : " Kila seva lazima ithibitishe nyingine. Mchakato huu unaweza kuhitaji mizunguko michache ya cron.",
+ "+ Add trusted server" : "+ ongeza seva inayoaminiwa",
+ "Trusted server" : "Seva inayoaminiwa",
+ "Add" : "Ongeza"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}
\ No newline at end of file
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index c404a0e8896..eaf9c5560c5 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -125,8 +125,12 @@ OC.L10N.register(
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.",
"File not found" : "Soubor nenalezen",
"_{count} selected_::_{count} selected_" : ["vybráno {count}","vybráno {count}","vybráno {count}","vybráno {count}"],
+ "Search globally by filename …" : "Hledat všude podle názvu souboru…",
+ "Search here by filename …" : "Hledat zde podle názvu souboru…",
"Filter file names …" : "Filtrovat názvy souborů…",
+ "Search scope options" : "Předvolby rozsahu prohledávaného",
"Filter in current view" : "Filtrovat ve stávajícím pohledu",
+ "Search from this location" : "Hledat z tohoto umístění",
"Search globally" : "Hledat všude",
"{usedQuotaByte} used" : "{usedQuotaByte} využito",
"{used} of {quota} used" : "Využito {used} z {quota} ",
@@ -188,6 +192,8 @@ OC.L10N.register(
"Open in files" : "Otevřít v aplikaci Soubory",
"File cannot be accessed" : "K souboru se nedaří přistoupit",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Soubor se nepodařilo nalézt nebo nemáte oprávnění pro jeho zobrazení – požádejte odesilatele, aby vám ho nasdílel.",
+ "No search results for “{query}”" : "Nic nenalezeno pro „{query}“",
+ "Search for files" : "Hledat soubory",
"Clipboard is not available" : "Schránka není k dispozici",
"WebDAV URL copied to clipboard" : "WebDAV URL zkopírována do schránky",
"Sort favorites first" : "Seřadit od oblíbených",
@@ -367,6 +373,7 @@ OC.L10N.register(
"No recently modified files" : "Žádné nedávno změněné soubory.",
"Files and folders you recently modified will show up here." : "Zde budou zobrazeny soubory a složky, které jste nedávno změnili.",
"Search" : "Hledat",
+ "Search results within your files." : "Výsledky hledání ve vašich souborech.",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Select all" : "Vybrat vše",
"Upload too large" : "Nahrávaná data jsou příliš objemná",
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index be8f144ea46..7b3eafc314c 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -123,8 +123,12 @@
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.",
"File not found" : "Soubor nenalezen",
"_{count} selected_::_{count} selected_" : ["vybráno {count}","vybráno {count}","vybráno {count}","vybráno {count}"],
+ "Search globally by filename …" : "Hledat všude podle názvu souboru…",
+ "Search here by filename …" : "Hledat zde podle názvu souboru…",
"Filter file names …" : "Filtrovat názvy souborů…",
+ "Search scope options" : "Předvolby rozsahu prohledávaného",
"Filter in current view" : "Filtrovat ve stávajícím pohledu",
+ "Search from this location" : "Hledat z tohoto umístění",
"Search globally" : "Hledat všude",
"{usedQuotaByte} used" : "{usedQuotaByte} využito",
"{used} of {quota} used" : "Využito {used} z {quota} ",
@@ -186,6 +190,8 @@
"Open in files" : "Otevřít v aplikaci Soubory",
"File cannot be accessed" : "K souboru se nedaří přistoupit",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Soubor se nepodařilo nalézt nebo nemáte oprávnění pro jeho zobrazení – požádejte odesilatele, aby vám ho nasdílel.",
+ "No search results for “{query}”" : "Nic nenalezeno pro „{query}“",
+ "Search for files" : "Hledat soubory",
"Clipboard is not available" : "Schránka není k dispozici",
"WebDAV URL copied to clipboard" : "WebDAV URL zkopírována do schránky",
"Sort favorites first" : "Seřadit od oblíbených",
@@ -365,6 +371,7 @@
"No recently modified files" : "Žádné nedávno změněné soubory.",
"Files and folders you recently modified will show up here." : "Zde budou zobrazeny soubory a složky, které jste nedávno změnili.",
"Search" : "Hledat",
+ "Search results within your files." : "Výsledky hledání ve vašich souborech.",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Select all" : "Vybrat vše",
"Upload too large" : "Nahrávaná data jsou příliš objemná",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 9db481a4616..8460787f3d0 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -125,8 +125,11 @@ OC.L10N.register(
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas entièrement affichée pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous naviguerez dans la liste.",
"File not found" : "Fichier non trouvé",
"_{count} selected_::_{count} selected_" : ["{count} sélectionné","{count} sélectionné(s)","{count} sélectionné(s)"],
+ "Search globally by filename …" : "Rechercher globalement par nom de fichier…",
+ "Search here by filename …" : "Recherchez ici par nom de fichier…",
"Filter file names …" : "Filtrer les noms de fichier…",
"Filter in current view" : "Filtrer dans la vue actuelle",
+ "Search from this location" : "Rechercher à partir de cet emplacement",
"Search globally" : "Rechercher partout",
"{usedQuotaByte} used" : "{usedQuotaByte} utilisés",
"{used} of {quota} used" : "{used} utilisés sur {quota}",
@@ -188,6 +191,7 @@ OC.L10N.register(
"Open in files" : "Ouvrir dans Fichiers",
"File cannot be accessed" : "Impossible d'accéder au fichier",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Le fichier n'a pas été trouv ou vous n'avez pas les permissions pour le voir. Demandez à l'expéditeur de le partager.",
+ "No search results for “{query}”" : "Aucun résultat de recherche pour “{query}”",
"Clipboard is not available" : "Le presse-papiers n'est pas disponible",
"WebDAV URL copied to clipboard" : "URL WebDAV copiée dans le presse-papier",
"Sort favorites first" : "Trier les favoris en premier",
@@ -367,6 +371,7 @@ OC.L10N.register(
"No recently modified files" : "Pas de fichiers récemment modifiés",
"Files and folders you recently modified will show up here." : "Les fichiers et dossiers que vous avez récemment modifiés apparaîtront ici",
"Search" : "Rechercher",
+ "Search results within your files." : "Résultats de recherche dans vos fichiers.",
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
"Select all" : "Tout sélectionner",
"Upload too large" : "Données envoyées trop volumineuses",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 918aa72bec4..edf190f74ae 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -123,8 +123,11 @@
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Cette liste n'est pas entièrement affichée pour des raisons de performances. Les fichiers seront affichés au fur et à mesure que vous naviguerez dans la liste.",
"File not found" : "Fichier non trouvé",
"_{count} selected_::_{count} selected_" : ["{count} sélectionné","{count} sélectionné(s)","{count} sélectionné(s)"],
+ "Search globally by filename …" : "Rechercher globalement par nom de fichier…",
+ "Search here by filename …" : "Recherchez ici par nom de fichier…",
"Filter file names …" : "Filtrer les noms de fichier…",
"Filter in current view" : "Filtrer dans la vue actuelle",
+ "Search from this location" : "Rechercher à partir de cet emplacement",
"Search globally" : "Rechercher partout",
"{usedQuotaByte} used" : "{usedQuotaByte} utilisés",
"{used} of {quota} used" : "{used} utilisés sur {quota}",
@@ -186,6 +189,7 @@
"Open in files" : "Ouvrir dans Fichiers",
"File cannot be accessed" : "Impossible d'accéder au fichier",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Le fichier n'a pas été trouv ou vous n'avez pas les permissions pour le voir. Demandez à l'expéditeur de le partager.",
+ "No search results for “{query}”" : "Aucun résultat de recherche pour “{query}”",
"Clipboard is not available" : "Le presse-papiers n'est pas disponible",
"WebDAV URL copied to clipboard" : "URL WebDAV copiée dans le presse-papier",
"Sort favorites first" : "Trier les favoris en premier",
@@ -365,6 +369,7 @@
"No recently modified files" : "Pas de fichiers récemment modifiés",
"Files and folders you recently modified will show up here." : "Les fichiers et dossiers que vous avez récemment modifiés apparaîtront ici",
"Search" : "Rechercher",
+ "Search results within your files." : "Résultats de recherche dans vos fichiers.",
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
"Select all" : "Tout sélectionner",
"Upload too large" : "Données envoyées trop volumineuses",
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index f73fd16f51b..5aa11574d22 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -124,8 +124,13 @@ OC.L10N.register(
"Column headers with buttons are sortable." : "Nagłówki kolumn z przyciskami są sortowalne.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.",
"File not found" : "Nie odnaleziono pliku",
+ "_{count} selected_::_{count} selected_" : ["wybrano {count}","wybrano {count}","wybrano {count}","wybrano {count}"],
+ "Search globally by filename …" : "Szukaj globalnie według nazwy pliku...",
+ "Search here by filename …" : "Szukaj tutaj według nazwy pliku...",
"Filter file names …" : "Filtruj nazwy plików…",
+ "Search scope options" : "Opcje zakresu wyszukiwania",
"Filter in current view" : "Filtruj w bieżącym widoku",
+ "Search from this location" : "Szukaj z tej lokalizacji",
"Search globally" : "Szukaj globalnie",
"{usedQuotaByte} used" : "Wykorzystano {usedQuotaByte}",
"{used} of {quota} used" : "Wykorzystane {used} z {quota}",
@@ -187,6 +192,8 @@ OC.L10N.register(
"Open in files" : "Otwórz w Plikach",
"File cannot be accessed" : "Nie można uzyskać dostępu do pliku",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Nie znaleziono pliku lub nie masz uprawnień, aby go wyświetlić. Poproś nadawcę o udostępnienie.",
+ "No search results for “{query}”" : "Brak wyników wyszukiwania dla \"{query}\"",
+ "Search for files" : "Szukaj plików",
"Clipboard is not available" : "Schowek jest niedostępny",
"WebDAV URL copied to clipboard" : "Adres URL WebDAV skopiowany do schowka",
"Sort favorites first" : "Najpierw sortuj ulubione",
@@ -366,6 +373,7 @@ OC.L10N.register(
"No recently modified files" : "Brak ostatnio zmodyfikowanych plików",
"Files and folders you recently modified will show up here." : "Tutaj pojawią się pliki i katalogi, które ostatnio zmodyfikowałeś.",
"Search" : "Szukaj",
+ "Search results within your files." : "Wyniki wyszukiwania w Twoich plikach.",
"No entries found in this folder" : "Brak wpisów w tym katalogu",
"Select all" : "Wybierz wszystko",
"Upload too large" : "Wysyłany plik jest za duży",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index 81b9ef88798..692abeefe45 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -122,8 +122,13 @@
"Column headers with buttons are sortable." : "Nagłówki kolumn z przyciskami są sortowalne.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.",
"File not found" : "Nie odnaleziono pliku",
+ "_{count} selected_::_{count} selected_" : ["wybrano {count}","wybrano {count}","wybrano {count}","wybrano {count}"],
+ "Search globally by filename …" : "Szukaj globalnie według nazwy pliku...",
+ "Search here by filename …" : "Szukaj tutaj według nazwy pliku...",
"Filter file names …" : "Filtruj nazwy plików…",
+ "Search scope options" : "Opcje zakresu wyszukiwania",
"Filter in current view" : "Filtruj w bieżącym widoku",
+ "Search from this location" : "Szukaj z tej lokalizacji",
"Search globally" : "Szukaj globalnie",
"{usedQuotaByte} used" : "Wykorzystano {usedQuotaByte}",
"{used} of {quota} used" : "Wykorzystane {used} z {quota}",
@@ -185,6 +190,8 @@
"Open in files" : "Otwórz w Plikach",
"File cannot be accessed" : "Nie można uzyskać dostępu do pliku",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Nie znaleziono pliku lub nie masz uprawnień, aby go wyświetlić. Poproś nadawcę o udostępnienie.",
+ "No search results for “{query}”" : "Brak wyników wyszukiwania dla \"{query}\"",
+ "Search for files" : "Szukaj plików",
"Clipboard is not available" : "Schowek jest niedostępny",
"WebDAV URL copied to clipboard" : "Adres URL WebDAV skopiowany do schowka",
"Sort favorites first" : "Najpierw sortuj ulubione",
@@ -364,6 +371,7 @@
"No recently modified files" : "Brak ostatnio zmodyfikowanych plików",
"Files and folders you recently modified will show up here." : "Tutaj pojawią się pliki i katalogi, które ostatnio zmodyfikowałeś.",
"Search" : "Szukaj",
+ "Search results within your files." : "Wyniki wyszukiwania w Twoich plikach.",
"No entries found in this folder" : "Brak wpisów w tym katalogu",
"Select all" : "Wybierz wszystko",
"Upload too large" : "Wysyłany plik jest za duży",
diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js
index 2a1bf493382..9737349cafc 100644
--- a/apps/files_sharing/l10n/pl.js
+++ b/apps/files_sharing/l10n/pl.js
@@ -185,6 +185,7 @@ OC.L10N.register(
"Set default folder for accepted shares" : "Ustaw domyślny katalog dla zaakceptowanych udostępnień",
"Reset" : "Resetuj",
"Reset folder to system default" : "Zresetuj katalog do domyślnych ustawień systemu",
+ "Share expiration: {date}" : "Data wygaśnięcia udostępnienia: {date}",
"Share Expiration" : "Wygaśnięcie udostępnienia",
"group" : "grupa",
"conversation" : "rozmowa",
@@ -309,6 +310,7 @@ OC.L10N.register(
"Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Udostępnienia, które nie są częścią udostępnień wewnętrznych lub zewnętrznych. Mogą to być udostępnienia z aplikacji lub innych źródeł.",
"Share with accounts, teams, federated cloud IDs" : "Udostępnij kontom, zespołom, federacyjnym identyfikatorom chmury",
"Share with accounts and teams" : "Udostępnij kontom i zespołom",
+ "Federated cloud ID" : "Federacyjny identyfikator chmury",
"Email, federated cloud ID" : "E-mail, federacyjny identyfikator chmury",
"Unable to load the shares list" : "Nie można pobrać listy udostępnień",
"Expires {relativetime}" : "Wygasa {relativetime}",
@@ -366,6 +368,7 @@ OC.L10N.register(
"List of unapproved shares." : "Lista niezatwierdzonych udostępnień.",
"No pending shares" : "Brak oczekujących udostępnień",
"Shares you have received but not approved will show up here" : "Tutaj pojawią się udostępnienia, które otrzymałeś, ale nie zostały zatwierdzone",
+ "Error deleting the share: {errorMessage}" : "Błąd podczas usuwania udostępnienia: {errorMessage}",
"Error deleting the share" : "Błąd podczas usuwania udostępnienia",
"Error updating the share: {errorMessage}" : "Błąd podczas aktualizacji udostępnienia: {errorMessage}",
"Error updating the share" : "Błąd podczas aktualizacji udostępnienia",
diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json
index 313dc453fa9..5d4b320ffa4 100644
--- a/apps/files_sharing/l10n/pl.json
+++ b/apps/files_sharing/l10n/pl.json
@@ -183,6 +183,7 @@
"Set default folder for accepted shares" : "Ustaw domyślny katalog dla zaakceptowanych udostępnień",
"Reset" : "Resetuj",
"Reset folder to system default" : "Zresetuj katalog do domyślnych ustawień systemu",
+ "Share expiration: {date}" : "Data wygaśnięcia udostępnienia: {date}",
"Share Expiration" : "Wygaśnięcie udostępnienia",
"group" : "grupa",
"conversation" : "rozmowa",
@@ -307,6 +308,7 @@
"Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Udostępnienia, które nie są częścią udostępnień wewnętrznych lub zewnętrznych. Mogą to być udostępnienia z aplikacji lub innych źródeł.",
"Share with accounts, teams, federated cloud IDs" : "Udostępnij kontom, zespołom, federacyjnym identyfikatorom chmury",
"Share with accounts and teams" : "Udostępnij kontom i zespołom",
+ "Federated cloud ID" : "Federacyjny identyfikator chmury",
"Email, federated cloud ID" : "E-mail, federacyjny identyfikator chmury",
"Unable to load the shares list" : "Nie można pobrać listy udostępnień",
"Expires {relativetime}" : "Wygasa {relativetime}",
@@ -364,6 +366,7 @@
"List of unapproved shares." : "Lista niezatwierdzonych udostępnień.",
"No pending shares" : "Brak oczekujących udostępnień",
"Shares you have received but not approved will show up here" : "Tutaj pojawią się udostępnienia, które otrzymałeś, ale nie zostały zatwierdzone",
+ "Error deleting the share: {errorMessage}" : "Błąd podczas usuwania udostępnienia: {errorMessage}",
"Error deleting the share" : "Błąd podczas usuwania udostępnienia",
"Error updating the share: {errorMessage}" : "Błąd podczas aktualizacji udostępnienia: {errorMessage}",
"Error updating the share" : "Błąd podczas aktualizacji udostępnienia",
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index 09de66ce91c..4795499480a 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -365,6 +365,8 @@ OC.L10N.register(
"Allow sharing with groups" : "Povolit sdílení se skupinami",
"Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny",
"Ignore the following groups when checking group membership" : "Při kontrole členství ve skupinách ignorovat následující skupiny",
+ "Allow users to preview files even if download is disabled" : "Umožnit uživatelům zobrazovat si náhledy souborů, i když je jejich stahování znepřístupněno",
+ "Users will still be able to screenshot or record the screen. This does not provide any definitive protection." : "Uživatelé i tak budou moci pořizovat snímky/video z obrazovky. Neposkytuje to jakoukoli definitivní ochranu.",
"Allow users to share via link and emails" : "Povolit uživatelům sdílet pomocí odkazů a e-mailů",
"Allow public uploads" : "Povolit veřejné nahrávání souborů",
"Always ask for a password" : "Vždy se zeptat na heslo",
@@ -656,6 +658,7 @@ OC.L10N.register(
"she/her" : "ona/jí",
"he/him" : "on/jemu",
"they/them" : "oni/jim",
+ "Your pronouns. E.g. {pronounsExample}" : "Vaše zájmena. Např. {pronounsExample}",
"Your role" : "Vaše úloha",
"Your X (formerly Twitter) handle" : "Vaše přezdívka na X (dříve Twitter)",
"Your website" : "Vlastní webová stránka",
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index 704340ddbcc..bb1c88b487a 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -363,6 +363,8 @@
"Allow sharing with groups" : "Povolit sdílení se skupinami",
"Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny",
"Ignore the following groups when checking group membership" : "Při kontrole členství ve skupinách ignorovat následující skupiny",
+ "Allow users to preview files even if download is disabled" : "Umožnit uživatelům zobrazovat si náhledy souborů, i když je jejich stahování znepřístupněno",
+ "Users will still be able to screenshot or record the screen. This does not provide any definitive protection." : "Uživatelé i tak budou moci pořizovat snímky/video z obrazovky. Neposkytuje to jakoukoli definitivní ochranu.",
"Allow users to share via link and emails" : "Povolit uživatelům sdílet pomocí odkazů a e-mailů",
"Allow public uploads" : "Povolit veřejné nahrávání souborů",
"Always ask for a password" : "Vždy se zeptat na heslo",
@@ -654,6 +656,7 @@
"she/her" : "ona/jí",
"he/him" : "on/jemu",
"they/them" : "oni/jim",
+ "Your pronouns. E.g. {pronounsExample}" : "Vaše zájmena. Např. {pronounsExample}",
"Your role" : "Vaše úloha",
"Your X (formerly Twitter) handle" : "Vaše přezdívka na X (dříve Twitter)",
"Your website" : "Vlastní webová stránka",
diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js
index 3b7539a9bbe..c55b9690377 100644
--- a/apps/settings/l10n/da.js
+++ b/apps/settings/l10n/da.js
@@ -495,10 +495,10 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en minimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en maksimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:",
- "Latest updated" : "Sidst opdaterede",
+ "Latest updated" : "Sidst opdateret",
"Author" : "Forfatter",
"Categories" : "Kategorier",
- "Resources" : "Resourcer",
+ "Resources" : "Ressourcer",
"Documentation" : "Dokumentation",
"Interact" : "Interager",
"Report a bug" : "Rapporter en fejl",
@@ -512,7 +512,7 @@ OC.L10N.register(
"{productName} Android app" : "{productName} Android app",
"{productName} Talk for iOS" : "{productName} Snak til iOS",
"{productName} Talk for Android" : "{productName} Snak til Android",
- "Sync client" : "Synkroniser klient",
+ "Sync client" : "Synkronisér klient",
"This session" : "Sessionen",
"{client} - {version} ({system})" : "{client} - {version} ({system})",
"{client} - {version}" : "{client} - {version}",
@@ -634,7 +634,7 @@ OC.L10N.register(
"Languages" : "Sprog",
"Help translate" : "Hjælp med oversættelsen",
"No language set" : "Intet sprog indstillet",
- "Unable to update locale" : "Kunne ikke opdaterer lokalitet",
+ "Unable to update locale" : "Kunne ikke opdatere lokalitet",
"Locales" : "Lokaliteter",
"Week starts on {firstDayOfWeek}" : "Første ugedag: {firstDayOfWeek}",
"No locale set" : "Ingen lokalitet indstillet",
@@ -643,7 +643,7 @@ OC.L10N.register(
"Your phone number" : "Dit telefon nummer",
"Edit your Profile visibility" : "Rediger din profils synlighed",
"Unable to update profile enabled state" : "Kan ikke opdatere profilaktiveret tilstand",
- "Enable profile" : "Aktiver profil",
+ "Enable profile" : "Aktivér profil",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mere restriktive indstilling af enten synlighed eller omfang respekteres på din profil. For eksempel, hvis synlighed er indstillet til \"Vis til alle\", og omfanget er indstillet til \"Privat\", så respekteres \"Privat\".",
"Unable to update visibility of {displayId}" : "Kan ikke opdatere synligheden af {displayId}",
"she/her" : "hun/hende",
@@ -668,7 +668,7 @@ OC.L10N.register(
"Common languages" : "Hyppigt anvendte sprog",
"Other languages" : "Andre sprog",
"Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret",
- "No accounts" : "Ingen konto",
+ "No accounts" : "Ingen konti",
"Loading accounts …" : "Indlæser kontoerne...",
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Brugerkonti. Hele listen er ikke hentet, af hensyn til størrelsen. Listen vil blive hentet løbende som du kører igennem listen.",
"Manager" : "Administrer",
@@ -708,8 +708,8 @@ OC.L10N.register(
"{size} used" : "{size} brugt",
"Delete account" : "Slet konto",
"Disconnect all devices and delete local data" : "Afbryd forbindelsen til alle indloggede enheder og slet lokale data",
- "Disable account" : "Deaktiver konto",
- "Enable account" : "Aktiver konto",
+ "Disable account" : "Deaktivér konto",
+ "Enable account" : "Aktivér konto",
"Resend welcome email" : "Send velkomstemail igen",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfælde af en tabt enhed eller at en forlader organisationen, så kan dette fjernslette Nextcloud-dataene fra alle enheder, der er knyttet til {userid}. Virker kun, hvis enhederne er forbundet til internettet.",
"Remote wipe of devices" : "Fjernsletning af enheder",
@@ -726,9 +726,9 @@ OC.L10N.register(
"Password was successfully changed" : "Adgangskode er ændret",
"Email can't be empty" : "E-mail kan ikke være tom",
"Email was successfully changed" : "E-mail adresse er ændret",
- "Welcome mail sent!" : "Velkomstemail sendt!",
+ "Welcome mail sent!" : "Velkomst-email sendt!",
"Loading account …" : "Indlæser konto ...",
- "Change display name" : "Rediger vist navn",
+ "Change display name" : "Redigér vist navn",
"Set new password" : "Angiv ny adgangskode",
"You do not have permissions to see the details of this account" : "Du har ikke tilladelse til at se denne brugers detaljer",
"Set new email address" : "Angiv ny e-mail adresse",
@@ -744,7 +744,7 @@ OC.L10N.register(
"Show language" : "Vis sprog",
"Show account backend" : "Vis backend konto",
"Show storage path" : "Vis lagersti",
- "Show first login" : "Vis første log på",
+ "Show first login" : "Vis første login",
"Show last login" : "Vis seneste login",
"Sorting" : "Sortering",
"The system config enforces sorting the groups by name. This also disables showing the member count." : "Systemkonfigurationen gennemtvinger sortering af grupperne efter navn. Dette deaktiverer også visning af medlemsantallet.",
diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json
index 4012a919b60..d0298a198f4 100644
--- a/apps/settings/l10n/da.json
+++ b/apps/settings/l10n/da.json
@@ -493,10 +493,10 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en minimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en maksimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:",
- "Latest updated" : "Sidst opdaterede",
+ "Latest updated" : "Sidst opdateret",
"Author" : "Forfatter",
"Categories" : "Kategorier",
- "Resources" : "Resourcer",
+ "Resources" : "Ressourcer",
"Documentation" : "Dokumentation",
"Interact" : "Interager",
"Report a bug" : "Rapporter en fejl",
@@ -510,7 +510,7 @@
"{productName} Android app" : "{productName} Android app",
"{productName} Talk for iOS" : "{productName} Snak til iOS",
"{productName} Talk for Android" : "{productName} Snak til Android",
- "Sync client" : "Synkroniser klient",
+ "Sync client" : "Synkronisér klient",
"This session" : "Sessionen",
"{client} - {version} ({system})" : "{client} - {version} ({system})",
"{client} - {version}" : "{client} - {version}",
@@ -632,7 +632,7 @@
"Languages" : "Sprog",
"Help translate" : "Hjælp med oversættelsen",
"No language set" : "Intet sprog indstillet",
- "Unable to update locale" : "Kunne ikke opdaterer lokalitet",
+ "Unable to update locale" : "Kunne ikke opdatere lokalitet",
"Locales" : "Lokaliteter",
"Week starts on {firstDayOfWeek}" : "Første ugedag: {firstDayOfWeek}",
"No locale set" : "Ingen lokalitet indstillet",
@@ -641,7 +641,7 @@
"Your phone number" : "Dit telefon nummer",
"Edit your Profile visibility" : "Rediger din profils synlighed",
"Unable to update profile enabled state" : "Kan ikke opdatere profilaktiveret tilstand",
- "Enable profile" : "Aktiver profil",
+ "Enable profile" : "Aktivér profil",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mere restriktive indstilling af enten synlighed eller omfang respekteres på din profil. For eksempel, hvis synlighed er indstillet til \"Vis til alle\", og omfanget er indstillet til \"Privat\", så respekteres \"Privat\".",
"Unable to update visibility of {displayId}" : "Kan ikke opdatere synligheden af {displayId}",
"she/her" : "hun/hende",
@@ -666,7 +666,7 @@
"Common languages" : "Hyppigt anvendte sprog",
"Other languages" : "Andre sprog",
"Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret",
- "No accounts" : "Ingen konto",
+ "No accounts" : "Ingen konti",
"Loading accounts …" : "Indlæser kontoerne...",
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Brugerkonti. Hele listen er ikke hentet, af hensyn til størrelsen. Listen vil blive hentet løbende som du kører igennem listen.",
"Manager" : "Administrer",
@@ -706,8 +706,8 @@
"{size} used" : "{size} brugt",
"Delete account" : "Slet konto",
"Disconnect all devices and delete local data" : "Afbryd forbindelsen til alle indloggede enheder og slet lokale data",
- "Disable account" : "Deaktiver konto",
- "Enable account" : "Aktiver konto",
+ "Disable account" : "Deaktivér konto",
+ "Enable account" : "Aktivér konto",
"Resend welcome email" : "Send velkomstemail igen",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfælde af en tabt enhed eller at en forlader organisationen, så kan dette fjernslette Nextcloud-dataene fra alle enheder, der er knyttet til {userid}. Virker kun, hvis enhederne er forbundet til internettet.",
"Remote wipe of devices" : "Fjernsletning af enheder",
@@ -724,9 +724,9 @@
"Password was successfully changed" : "Adgangskode er ændret",
"Email can't be empty" : "E-mail kan ikke være tom",
"Email was successfully changed" : "E-mail adresse er ændret",
- "Welcome mail sent!" : "Velkomstemail sendt!",
+ "Welcome mail sent!" : "Velkomst-email sendt!",
"Loading account …" : "Indlæser konto ...",
- "Change display name" : "Rediger vist navn",
+ "Change display name" : "Redigér vist navn",
"Set new password" : "Angiv ny adgangskode",
"You do not have permissions to see the details of this account" : "Du har ikke tilladelse til at se denne brugers detaljer",
"Set new email address" : "Angiv ny e-mail adresse",
@@ -742,7 +742,7 @@
"Show language" : "Vis sprog",
"Show account backend" : "Vis backend konto",
"Show storage path" : "Vis lagersti",
- "Show first login" : "Vis første log på",
+ "Show first login" : "Vis første login",
"Show last login" : "Vis seneste login",
"Sorting" : "Sortering",
"The system config enforces sorting the groups by name. This also disables showing the member count." : "Systemkonfigurationen gennemtvinger sortering af grupperne efter navn. Dette deaktiverer også visning af medlemsantallet.",
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index 975a4def9c9..df447ec7a7d 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -657,7 +657,6 @@ OC.L10N.register(
"Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden",
"she/her" : "sie/ihr",
"he/him" : "er/sein",
- "they/them" : "sie/sie",
"Your pronouns. E.g. {pronounsExample}" : "Deine Pronomen. Z. B. {pronounsExample}",
"Your role" : "Deine Funktion",
"Your X (formerly Twitter) handle" : "Dein X (früher Twitter)-Handle",
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index 0dbd1228992..7796185b7ef 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -655,7 +655,6 @@
"Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden",
"she/her" : "sie/ihr",
"he/him" : "er/sein",
- "they/them" : "sie/sie",
"Your pronouns. E.g. {pronounsExample}" : "Deine Pronomen. Z. B. {pronounsExample}",
"Your role" : "Deine Funktion",
"Your X (formerly Twitter) handle" : "Dein X (früher Twitter)-Handle",
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js
index 41f276c3d36..4c043b60a55 100644
--- a/apps/settings/l10n/de_DE.js
+++ b/apps/settings/l10n/de_DE.js
@@ -461,7 +461,7 @@ OC.L10N.register(
"Compute device" : "Compute-Gerät",
"Advanced deploy options" : "Erweiterte Bereitstellungsoptionen",
"Edit ExApp deploy options before installation" : "Bereitstellungsoptionen von ExApp vor der Installation bearbeiten",
- "Configured ExApp deploy options. Can be set only during installation" : "Eingestellte ExApp-Bereitstellungsoptionen. Kann nur während der Installation festgelegt werden",
+ "Configured ExApp deploy options. Can be set only during installation" : "Festgelegte ExApp-Bereitstellungsoptionen. Kann nur während der Installation festgelegt werden",
"Learn more" : "Mehr erfahren",
"Environment variables" : "Umgebungsvariablen",
"ExApp container environment variables" : "Umgebungsvariablen für ExApp-Container",
@@ -657,7 +657,6 @@ OC.L10N.register(
"Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden",
"she/her" : "sie/ihr",
"he/him" : "er/sein",
- "they/them" : "sie/sie",
"Your pronouns. E.g. {pronounsExample}" : "Ihre Pronomen. Z. B. {pronounsExample}",
"Your role" : "Ihre Funktion",
"Your X (formerly Twitter) handle" : "Ihr X (früher Twitter)-Handle",
diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json
index d5534cf5891..9538d199cc0 100644
--- a/apps/settings/l10n/de_DE.json
+++ b/apps/settings/l10n/de_DE.json
@@ -459,7 +459,7 @@
"Compute device" : "Compute-Gerät",
"Advanced deploy options" : "Erweiterte Bereitstellungsoptionen",
"Edit ExApp deploy options before installation" : "Bereitstellungsoptionen von ExApp vor der Installation bearbeiten",
- "Configured ExApp deploy options. Can be set only during installation" : "Eingestellte ExApp-Bereitstellungsoptionen. Kann nur während der Installation festgelegt werden",
+ "Configured ExApp deploy options. Can be set only during installation" : "Festgelegte ExApp-Bereitstellungsoptionen. Kann nur während der Installation festgelegt werden",
"Learn more" : "Mehr erfahren",
"Environment variables" : "Umgebungsvariablen",
"ExApp container environment variables" : "Umgebungsvariablen für ExApp-Container",
@@ -655,7 +655,6 @@
"Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden",
"she/her" : "sie/ihr",
"he/him" : "er/sein",
- "they/them" : "sie/sie",
"Your pronouns. E.g. {pronounsExample}" : "Ihre Pronomen. Z. B. {pronounsExample}",
"Your role" : "Ihre Funktion",
"Your X (formerly Twitter) handle" : "Ihr X (früher Twitter)-Handle",
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js
index 61dcbd6c591..d0c57566a04 100644
--- a/apps/settings/l10n/pl.js
+++ b/apps/settings/l10n/pl.js
@@ -104,6 +104,7 @@ OC.L10N.register(
"Set your password" : "Ustaw hasło",
"Go to %s" : "Przejdź do %s",
"Install Client" : "Zainstaluj klienta",
+ "Logged in account must be a sub admin" : "Zalogowane konto musi być administratorem podrzędnym",
"Apps" : "Aplikacje",
"Personal" : "Osobiste",
"Administration" : "Administracja",
@@ -130,6 +131,9 @@ OC.L10N.register(
"Unlimited" : "Bez limitu",
"Verifying" : "Sprawdzanie",
"Allowed admin IP ranges" : "Dozwolone zakresy adresów IP administratora",
+ "Admin IP filtering isn't applied." : "Filtrowanie IP administratora nie zostało zastosowane.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Klucz konfiguracji \"%1$s\" oczekuje tablicy (znaleziono: %2$s). Walidacja zakresu IP administratora nie zostanie zastosowana.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Klucz konfiguracji \"%1$s\" zawiera nieprawidłowy(e) zakres(y) IP: \"%2$s\"",
"Admin IP filtering is correctly configured." : "Filtrowanie adresów IP administratora jest poprawnie skonfigurowane.",
"App directories owner" : "Właściciel katalogów aplikacji",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Niektóre katalogi aplikacji są własnością innego użytkownika tego serwera WWW. Może to wystąpić, gdy aplikacje zostały zainstalowane ręcznie. Sprawdź uprawnienia poniższych katalogów:\n%s",
@@ -160,51 +164,83 @@ OC.L10N.register(
"Database missing indices" : "Brak indeksów w bazie danych",
"Missing indices:" : "Brakujące indeksy:",
"\"%s\" in table \"%s\"" : "„%s” w tabeli „%s”",
+ "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them." : "Wykryto brakujące opcjonalne indeksy. Od czasu do czasu nowe indeksy są dodawane (przez Nextcloud lub zainstalowane aplikacje), aby poprawić wydajność bazy danych. Dodanie indeksów może zająć trochę czasu i tymczasowo pogorszyć wydajność, więc nie są one dodawane automatycznie podczas aktualizacji. Po ich dodaniu zapytania do tych tabel powinny być szybsze. Użyj polecenia 'occ db:add-missing-indices', aby je dodać.",
"Database missing primary keys" : "W bazie danych brakuje kluczy podstawowych",
"Missing primary key on table \"%s\"." : "Brak klucza podstawowego w tabeli „%s”.",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".",
"Database pending bigint migrations" : "Baza danych oczekująca na migracje bigint",
+ "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." : "Niektórym kolumnom w bazie danych brakuje konwersji na typ big int. Zmiana typu kolumny w dużych tabelach może zająć dużo czasu, dlatego nie została przeprowadzona automatycznie. Uruchamiając 'occ db:convert-filecache-bigint', możesz ręcznie zastosować te zmiany – instancja musi być wtedy offline.",
"Debug mode" : "Tryb debugowania",
"This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instancja działa w trybie debugowania. Włącz to tylko dla wersji lokalnej, a nie w środowiskach produkcyjnych.",
"Debug mode is disabled." : "Tryb debugowania jest wyłączony.",
"Default phone region" : "Domyślny region telefonu",
"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 ISO 3166-1 code of the region to your config file." : "Twoja instalacja nie ma ustawionego domyślnego regionu telefonu. Jest to niezbędne do weryfikacji numerów podanych w profilach użytkowników bez numerów kierunkowych. Aby zezwolić na wprowadzanie numerów bez numeru kierunkowego dodaj \"default_phone_region\" zgodnie z kodami wg ISO 3166-1 do pliku konfiguracyjnego",
"Email test" : "Test e-maila",
+ "Mail delivery is disabled by instance config \"%s\"." : "Dostarczanie poczty jest wyłączone przez konfigurację instancji \"%s\".",
"Email test was successfully sent" : "Test e-maila został pomyślnie wysłany",
"You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nie ustawiłeś albo nie zweryfikowałeś konfiguracji serwera pocztowego. Skorzystaj z opcji podstawowych aby ustawić serwer pocztowy. Następnie użyj przycisku \"Wyślij email\" w celi weryfikacji wprowadzonych ustawień",
"Transactional File Locking" : "Blokowanie plików transakcyjnych",
+ "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "Transakcyjne blokowanie plików jest wyłączone. Nie jest to wspierana konfiguracja i może prowadzić do trudności w rozwiązywaniu problemów, w tym uszkodzenia plików. Usuń wpis `filelocking.enabled => false` z pliku `config.php`, aby uniknąć tych problemów.",
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępny.",
"Forwarded for headers" : "Przekazany do nagłówków",
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Twoje ustawienie \"trusted_proxies\" nie jest poprawnie ustawione, powinna to być tablica.",
+ "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Ustawienie `trusted_proxies` jest nieprawidłowe — powinno być tablicą adresów IP, opcjonalnie z zakresem w notacji CIDR.",
"The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Konfiguracja nagłówka zwrotnego proxy jest nieprawidłowa. Jest to problem związany z bezpieczeństwem i może pozwolić osobie atakującej na sfałszowanie jego adresu IP jako widocznego dla Nextcloud.",
"Your IP address was resolved as %s" : "Twój adres IP został rozpoznany jako %s",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Konfiguracja nagłówka zwrotnego proxy jest nieprawidłowa lub uzyskujesz dostęp do Nextcloud z zaufanego proxy. Jeśli nie, jest to problem związany z bezpieczeństwem i może pozwolić osobie atakującej na sfałszowanie jego adresu IP jako widocznego dla Nextcloud.",
"HTTPS access and URLs" : "Dostęp HTTPS i adresy URL",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Niepewny dostęp do witryny za pośrednictwem protokołu HTTP. Zdecydowanie zaleca się skonfigurowanie serwera tak, aby zamiast tego wymagał protokołu HTTPS. Bez tego niektóre ważne funkcje internetowe, takie jak „kopiuj do schowka” lub „pracownicy usług” nie będą działać!",
"Accessing site insecurely via HTTP." : "Niepewny dostęp do witryny za pośrednictwem protokołu HTTP.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Uzyskujesz dostęp do swojej instancji przez bezpieczne połączenie, jednak instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej instancja działa za odwrotnym proxy, a ustawienia `overwrite` w Nextcloud są nieprawidłowe.",
+ "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Twoja instancja generuje niezabezpieczone adresy URL. Jeśli uzyskujesz dostęp do instancji przez HTTPS, prawdopodobnie działa ona za odwrotnym proxy, a wartości konfiguracyjne `overwrite` w Nextcloud nie są poprawnie ustawione.",
"You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Uzyskujesz dostęp do swojej instancji poprzez bezpieczne połączenie i Twoja instancja generuje bezpieczne adresy URL.",
"Internet connectivity" : "Łączność z Internetem",
"Internet connectivity is disabled in configuration file." : "Łączność internetowa jest wyłączona w pliku konfiguracyjnym.",
"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." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być zrealizowanych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będą działać. Dostęp zdalny do plików oraz wysyłanie powiadomień e-mailowych również może nie działać. Nawiąż połączenie z tego serwera do Internetu, aby korzystać ze wszystkich funkcji.",
"JavaScript modules support" : "Obsługa modułów JavaScript",
+ "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nie można przeprowadzić sprawdzenia obsługi JavaScript. Napraw lub ręcznie potwierdź, czy Twój serwer WWW obsługuje pliki `.mjs` z odpowiednim typem MIME dla JavaScript.",
+ "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Twój serwer WWW nie obsługuje plików `.mjs` z typem MIME dla JavaScript. Może to uniemożliwić wykonywanie niektórych skryptów przez przeglądarkę. Skonfiguruj serwer do obsługi plików `.mjs` z typem `text/javascript` lub `application/javascript`.",
"JavaScript source map support" : "Obsługa mapy źródłowej JavaScript",
+ "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Twój serwer WWW nie jest skonfigurowany do obsługi plików `.js.map`. Bez tych plików mapy źródłowe JavaScript nie będą działać poprawnie, co utrudni debugowanie i rozwiązywanie problemów.",
"Old server-side-encryption" : "Stare szyfrowanie po stronie serwera",
"Disabled" : "Wyłączone",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.",
+ "Logging level" : "Poziom logowania",
+ "The %1$s configuration option must be a valid integer value." : "Opcja konfiguracyjna %1$s musi mieć prawidłową wartość całkowitą.",
+ "The logging level is set to debug level. Use debug level only when you have a problem to diagnose, and then reset your log level to a less-verbose level as it outputs a lot of information, and can affect your server performance." : "Poziom logowania jest ustawiony na poziom debugowania. Używaj go tylko w celu diagnozowania problemów, a następnie przywróć mniej szczegółowy poziom, ponieważ ten generuje bardzo dużo informacji i może wpłynąć na wydajność serwera.",
+ "Logging level configured correctly." : "Poziom logowania został poprawnie skonfigurowany.",
"Maintenance window start" : "Rozpoczęcie okna konserwacji",
"Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Serwer nie ma skonfigurowanego czasu rozpoczęcia okna konserwacji. Oznacza to, że codzienne zadania w tle wymagające dużych zasobów będą również wykonywane w głównym czasie użytkowania. Zalecamy ustawienie czasu niskiego użycia, aby użytkownicy byli mniej obciążeni obciążeniem wynikającym z tych ciężkich zadań.",
+ "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Okno konserwacyjne do wykonywania obciążających zadań w tle przypada między {start}):00 UTC a {end}:00 UTC",
"Memcache" : "Pamięć podręczna",
+ "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached jest skonfigurowany jako rozproszona pamięć podręczna, ale zainstalowano niewłaściwy moduł PHP (\"memcache\"). Zainstaluj moduł PHP \"memcached”.",
+ "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached jest skonfigurowany jako rozproszona pamięć podręczna, ale moduł PHP \"memcached” nie jest zainstalowany. Proszę zainstalować moduł PHP \"memcached”.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nie skonfigurowano pamięci podręcznej. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępne.",
+ "Failed to write and read a value from local cache." : "Nie udało się zapisać ani odczytać wartości z lokalnej pamięci podręcznej.",
+ "Failed to write and read a value from distributed cache." : "Nie udało się zapisać ani odczytać wartości z rozproszonej pamięci podręcznej.",
"Configured" : "Skonfigurowano",
+ "Mimetype migrations available" : "Dostępne migracje typów MIME",
+ "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Jedna lub więcej migracji typów MIME jest dostępna. Czasami nowe typy MIME są dodawane, aby lepiej obsługiwać określone typy plików. Migracja typów MIME może długo trwać w większych instancjach, dlatego nie jest przeprowadzana automatycznie podczas aktualizacji. Użyj polecenia `occ maintenance:repair --include-expensive`, aby przeprowadzić migrację.",
"MySQL row format" : "Format wiersza MySQL",
"You are not using MySQL" : "Nie używasz MySQL",
+ "None of your tables use ROW_FORMAT=Compressed" : "Żadna z twoich tabel nie używa ROW_FORMAT=Compressed",
+ "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "W bazie danych wykryto nieprawidłowy format wiersza. ROW_FORMAT=Dynamic zapewnia najlepszą wydajność bazy danych dla Nextcloud. Zaktualizuj format wiersza dla następującej tabeli: %s",
"MySQL Unicode support" : "Obsługa Unicode MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL jest używany jako baza danych i obsługuje znaki 4-bajtowe",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby móc bez problemów obsługiwać znaki 4-bajtowe (takie jak emoji) na przykład w nazwach plików lub komentarzach, zaleca się włączenie obsługi 4-bajtowych w MySQL.",
+ "OCS provider resolving" : "Rozpoznawanie dostawcy OCS",
+ "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Nie można sprawdzić, czy serwer WWW prawidłowo rozwiązuje adresy URL dostawców OCM i OCS.",
+ "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Twój serwer WWW nie jest prawidłowo skonfigurowany do obsługi %1$s.\nPrawdopodobnie jest to związane z nieaktualną konfiguracją serwera, która nie umożliwia bezpośredniego dostępu do tego folderu. \nPorównaj konfigurację z regułami w \".htaccess\" (dla Apache) lub z instrukcją dla Nginx. \nDla Nginx najczęściej wymagają aktualizacji reguły zaczynające się od \"location ~\".",
+ "Overwrite CLI URL" : "Nadpisanie adresu URL w CLI",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Opcja \"overwrite.cli.url” w pliku config.php jest poprawnie ustawiona na \"%s\".",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Opcja \"overwrite.cli.url” w pliku config.php jest ustawiona na \"%s”, co jest poprawnym adresem URL. Sugerowany adres URL to ”%s\".",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Upewnij się, że opcja \"overwrite.cli.url” w pliku config.php jest ustawiona na adres URL, którego użytkownicy najczęściej używają do uzyskania dostępu do Nextcloud. Sugerowany adres: \"%s”. W przeciwnym razie mogą wystąpić problemy z generowaniem adresu URL przez cron. (Możliwe, że sugerowany adres nie jest tym, którego użytkownicy używają najczęściej — warto to sprawdzić).",
"PHP APCu configuration" : "Konfiguracja PHP APCu",
"Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "Twoja pamięć podręczna APCu jest pełna. Rozważ zwiększenie ustawienia php apc.shm_size.",
+ "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : " Twoja pamięć podręczna APCu jest prawie pełna: %s%%. Rozważ zwiększenie ustawienia apc.shm_size w PHP.",
"PHP default charset" : "Domyślny zestaw znaków PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "Opcja konfiguracyjna PHP \"default_charset\" powinna mieć format UTF-8",
+ "PHP set_time_limit" : "PHP set_time_limit",
"The function is available." : "Funkcja jest dostępna.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to spowodować zatrzymanie skryptów w trakcie wykonywania, przerywając instalację. Zdecydowanie zaleca się włączenie tej funkcji.",
"Freetype" : "Typ dowolny",
@@ -212,16 +248,27 @@ OC.L10N.register(
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Twoje PHP nie posiada wsparcia dla FreeType, co powoduje problemy ze zdjęciami profilowymi i interfejsem ustawień.",
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Wygląda na to, że PHP nie jest poprawnie skonfigurowany do wysyłania zapytań o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca tylko pustą wartość.",
+ "PHP file size upload limit" : "Limit rozmiaru pliku przesyłanego przez PHP",
+ "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "Wartość upload_max_filesize w PHP jest zbyt niska. Zalecana wartość to co najmniej %1$s. Obecna wartość: %2$s.",
+ "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "Wartość post_max_size w PHP jest zbyt niska. Zalecana wartość to co najmniej %1$s. Obecna wartość: %2$s.",
+ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "Wartość max_input_time w PHP jest zbyt niska. Zalecany czas to co najmniej %1$s. Obecna wartość: %2$s.",
+ "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "Wartość max_execution_time w PHP jest zbyt niska. Zalecany czas to co najmniej %1$s. Obecna wartość: %2$s.",
"PHP memory limit" : "Limit pamięci PHP",
+ "The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit pamięci PHP jest poniżej zalecanej wartości %s. Niektóre funkcje lub aplikacje — w tym aktualizator — mogą nie działać prawidłowo.",
"PHP modules" : "Moduły PHP",
"increases language translation performance and fixes sorting of non-ASCII characters" : "zwiększa wydajność tłumaczenia języka i naprawia sortowanie znaków innych niż ASCII",
+ "for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
+ "required for SFTP storage and recommended for WebAuthn performance" : "wymagane dla przechowywania SFTP i zalecane dla wydajności WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "do obracania zdjęć na serwerze i ekstrakcji metadanych w aplikacji Zdjęcia",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Ta instancja ma brakujące moduły PHP. Należy zainstalować następujące moduły: %s",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu poprawy wydajności i lepszej kompatybilności zdecydowanie zaleca się ich zainstalowanie:\n%s",
+ "PHP opcache" : "PHP OPCache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Moduł PHP OPcache nie jest wczytany. Aby uzyskać lepszą wydajność, zaleca się wczytanie go do instalacji PHP.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache jest wyłączone. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.enable=1” w konfiguracji PHP.",
"The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Oparta na pamięci współdzielonej pamięć OPcache jest wyłączona. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.file_cache_only=0” do konfiguracji PHP i używanie pamięci podręcznej plików tylko jako pamięci podręcznej drugiego poziomu.",
+ "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache nie działa prawidłowo — opcache_get_status() zwraca false. Sprawdź konfigurację.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud nie może korzystać z API OPcache. Po włączeniu OPcache zdecydowanie zaleca się uwzględnienie wszystkich katalogów Nextcloud z „opcache.restrict_api” lub odznaczenie tego ustawienia, aby wyłączyć ograniczenia API OPcache, aby zapobiec błędom podczas aktualizacji rdzenia Nextcloud lub aplikacji.",
+ "Checking from CLI, OPcache checks have been skipped." : "Sprawdzanie z poziomu CLI – pominięto testy OPcache.",
"Correctly configured" : "Poprawnie skonfigurowany",
"PHP version" : "Wersja PHP",
"You are currently running PHP %s." : "Aktualnie używasz PHP w wersji %s",
@@ -287,12 +334,15 @@ OC.L10N.register(
"Allow sharing with groups" : "Zezwalaj na udostępnianie grupom",
"Restrict users to only share with users in their groups" : "Ogranicz użytkownikom możliwość udostępniania, pozwól tylko w swoich grupach",
"Ignore the following groups when checking group membership" : "Podczas sprawdzania członkostwa w grupach ignoruj następujące grupy",
+ "Allow users to preview files even if download is disabled" : "Pozwól użytkownikom podglądać pliki, nawet jeśli pobieranie jest wyłączone",
+ "Users will still be able to screenshot or record the screen. This does not provide any definitive protection." : "Użytkownicy nadal będą mogli robić zrzuty ekranu lub nagrywać ekran. Nie stanowi to pełnej ochrony.",
"Allow users to share via link and emails" : "Zezwalaj użytkownikom na udostępnianie za pośrednictwem linków i e-maili",
"Allow public uploads" : "Zezwalaj na publiczne wysyłanie",
"Always ask for a password" : "Zawsze pytaj o hasło",
"Enforce password protection" : "Wymuszaj zabezpieczenie hasłem",
"Exclude groups from password requirements" : "Wyklucz grupy z wymagań dotyczących haseł",
"Exclude groups from creating link shares" : "Wyklucz grupy z tworzenia udostępnień linków",
+ "Allow users to set custom share link tokens" : "Pozwól użytkownikom ustawiać własne tokeny do udostępniania",
"Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Udostępnienia z niestandardowymi tokenami będą nadal dostępne po wyłączeniu tego ustawienia",
"Shares with guessable tokens may be accessed easily" : "Dostęp do udostępnień z tokenami, które można zgadywać, jest łatwy",
"Limit sharing based on groups" : "Ogranicz udostępnianie w oparciu o grupy",
@@ -331,6 +381,7 @@ OC.L10N.register(
"Enforced groups" : "Wymuszone grupy",
"Two-factor authentication is not enforced for members of the following groups." : "Uwierzytelnianie dwuskładnikowe nie jest wymuszane dla członków następujących grup.",
"Excluded groups" : "Wyłączone grupy",
+ "When groups are selected/excluded, they use the following logic to determine if an account 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 an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Gdy grupy są zaznaczone lub wykluczone, stosowana jest następująca logika w celu określenia, czy dla konta ma być wymuszona 2FA:. Jeśli nie wybrano żadnych grup, 2FA jest włączone dla wszystkich, z wyjątkiem członków wykluczonych grup. Jeśli grupy są wybrane, 2FA jest włączone dla wszystkich ich członków. Jeśli konto należy zarówno do grupy wybranej, jak i wykluczonej, priorytet ma grupa wybrana i 2FA jest wymuszane.",
"Save changes" : "Zapisz zmiany",
"Show details for {appName} app" : "Pokaż szczegóły aplikacji {appName}",
"Update to {update}" : "Zaktualizuj do {update}",
@@ -351,11 +402,14 @@ OC.L10N.register(
"No apps found for your version" : "Nie znaleziono aplikacji dla Twojej wersji",
"_%n app has an update available_::_%n apps have an update available_" : ["%n aplikacja ma dostępną aktualizację","%n aplikacje mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację"],
"_Update_::_Update all_" : ["Zaktualizuj","Zaktualizuj","Zaktualizuj","Zaktualizuj wszystko"],
+ "Failed to load groups" : "Nie udało się załadować grup",
"Failed to create group" : "Nie udało się utworzyć grupy",
"Creating group…" : "Tworzenie grupy",
"Create group" : "Utwórz grupę",
"Group name" : "Nazwa grupy",
"Please enter a valid group name" : "Podaj właściwą nazwę grupy",
+ "Search groups…" : "Wyszukaj grupy...",
+ "List of groups. This list is not fully populated for performance reasons. The groups will be loaded as you navigate or search through the list." : "Lista grup. Lista nie jest w pełni załadowana ze względów wydajnościowych. Grupy będą ładowane w miarę przewijania lub wyszukiwania.",
"Loading groups…" : "Wczytywanie grup…",
"Could not load app discover section" : "Nie można wczytać sekcji odkrywania aplikacji",
"Could not render element" : "Nie można wyrenderować elementu",
@@ -369,13 +423,36 @@ OC.L10N.register(
"Choose slide to display" : "Wybierz slajd do wyświetlenia",
"{index} of {total}" : "{index} z {total}",
"Daemon" : "Demon",
+ "Deploy Daemon" : "Uruchom demona",
"Type" : "Rodzaj",
"Display Name" : "Wyświetlana nazwa",
"GPUs support" : "Obsługa procesorów graficznych",
"Compute device" : "Urządzenie obliczeniowe",
+ "Advanced deploy options" : "Zaawansowane opcje wdrażania",
+ "Edit ExApp deploy options before installation" : "Edytuj opcje wdrażania ExApp przed instalacją",
+ "Configured ExApp deploy options. Can be set only during installation" : "Skonfigurowane opcje wdrażania ExApp. Można ustawić tylko podczas instalacji",
"Learn more" : "Dowiedz się więcej",
+ "Environment variables" : "Zmienne środowiskowe",
+ "ExApp container environment variables" : "Zmienne środowiskowe kontenera ExApp",
+ "No environment variables defined" : "Nie zdefiniowano żadnych zmiennych środowiskowych",
+ "Mounts" : "Montowania",
+ "Define host folder mounts to bind to the ExApp container" : "Zdefiniuj montowania folderów hosta do powiązania z kontenerem ExApp",
+ "Must exist on the Deploy daemon host prior to installing the ExApp" : "Musi istnieć na hoście demona wdrożeniowego przed instalacją ExApp",
+ "Host path" : "Ścieżka hosta",
+ "Container path" : "Ścieżka kontenera",
+ "Read-only" : "Tylko do odczytu",
+ "Remove mount" : "Usuń montowanie",
+ "New mount" : "Nowe montowanie",
+ "Enter path to host folder" : "Wprowadź ścieżkę do folderu hosta",
+ "Enter path to container folder" : "Wprowadź ścieżkę do folderu kontenera",
+ "Toggle read-only mode" : "Przełącz tryb tylko do odczytu",
+ "Confirm adding new mount" : "Potwierdź dodanie nowego montowania",
"Confirm" : "Potwierdź",
+ "Cancel adding mount" : "Anuluj dodawanie montowania",
"Cancel" : "Anuluj",
+ "Add mount" : "Dodaj montowanie",
+ "ExApp container mounts" : "Montowania kontenera ExApp",
+ "No mounts defined" : "Nie zdefiniowano montowań",
"Description" : "Opis",
"View in store" : "Zobacz w sklepie",
"Visit website" : "Odwiedź stronę",
@@ -387,6 +464,7 @@ OC.L10N.register(
"Limit app usage to groups" : "Ogranicz korzystanie z aplikacji dla grup",
"No results" : "Brak wyników",
"Update to {version}" : "Zaktualizuj do {version}",
+ "Deploy options" : "Opcje wdrażania",
"Default Deploy daemon is not accessible" : "Domyślny demon wdrażania jest niedostępny",
"Delete data on remove" : "Usuń dane przy usuwaniu",
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd.",
@@ -463,22 +541,30 @@ OC.L10N.register(
"Unable to update server side encryption config" : "Nie można zaktualizować konfiguracji szyfrowania po stronie serwera",
"Server-side encryption" : "Szyfrowanie po stronie serwera",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Szyfrowanie po stronie serwera umożliwia szyfrowanie plików przesyłanych na ten serwer. Wiąże się to z ograniczeniami, takimi jak spadkiem wydajności, więc włącz to tylko w razie potrzeby.",
+ "To encrypt all existing files run this OCC command:" : "Aby zaszyfrować wszystkie istniejące pliki, uruchom to polecenie OCC:",
"Enable server-side encryption" : "Włącz szyfrowanie po stronie serwera",
+ "Disabling server side encryption is only possible using OCC, please refer to the documentation." : "Wyłączenie szyfrowania po stronie serwera jest możliwe tylko za pomocą OCC, zapoznaj się z dokumentacją.",
"No encryption module loaded, please enable an encryption module in the app menu." : "Moduł szyfrowania nie jest załadowany, należy włączyć moduł szyfrowania w menu aplikacji.",
"Select default encryption module:" : "Wybierz domyślny moduł szyfrowania:",
"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 {command}" : "Musisz zmigrować swoje klucze szyfrujące ze starego szyfrowania (ownCloud <= 8.0) do nowego. Włącz \"Domyślny moduł szyfrowania\" i uruchom {command}",
+ "Cancel encryption" : "Anuluj szyfrowanie",
"Enable encryption" : "Włącz szyfrowanie",
+ "Confirm enabling encryption" : "Potwierdź włączenie szyfrowania",
"Please read carefully before activating server-side encryption:" : "Przeczytaj uważnie przed aktywacją szyfrowania po stronie serwera:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Po włączeniu szyfrowania wszystkie pliki wysłane na serwer od tej chwili będą szyfrowane na serwerze. Wyłączenie szyfrowania będzie możliwe dopiero, gdy aktywny moduł szyfrowania wykona tę funkcję oraz wszystkie poprzednie warunki będą spełnione (np. ustawienie klucza odzyskiwania).",
+ "By default a master key for the whole instance will be generated. Please check if that level of access is compliant with your needs." : "Domyślnie zostanie wygenerowany klucz główny dla całej instancji. Sprawdź, czy taki poziom dostępu odpowiada Twoim wymaganiom.",
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Samo szyfrowanie nie gwarantuje bezpieczeństwa systemu. Więcej informacji na temat działania aplikacji szyfrującej i użycia wspieranych przypadków można znaleźć w dokumentacji.",
"Be aware that encryption always increases the file size." : "Należy pamiętać, że szyfrowanie zawsze zwiększa rozmiar pliku.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Zawsze dobrze jest regularnie wykonywać kopie zapasowe swoich danych. W przypadku szyfrowania upewnij się, aby kopie zapasowe kluczy szyfrowania były wraz z danymi.",
+ "Refer to the admin documentation on how to manually also encrypt existing files." : "Zapoznaj się z dokumentacją administratora, aby dowiedzieć się, jak ręcznie zaszyfrować istniejące pliki.",
"This is the final warning: Do you really want to enable encryption?" : "To ostatnie ostrzeżenie: Czy na pewno chcesz włączyć szyfrowanie?",
"Please confirm the group removal" : "Potwierdź usunięcie grupy",
"Submit" : "Wyślij",
"Rename group" : "Zmień nazwę grupy",
+ "Delete group" : "Usuń grupę",
"Current password" : "Bieżące hasło",
"New password" : "Nowe hasło",
+ "Change password" : "Zmień hasło",
"Choose your profile picture" : "Wybierz swoje zdjęcie profilowe",
"Please select a valid png or jpg file" : "Wybierz prawidłowy plik PNG lub JPG",
"Error setting profile picture" : "Błąd podczas ustawiania zdjęcia profilowego",
@@ -525,6 +611,7 @@ OC.L10N.register(
"No locale set" : "Nie ustawiono regionu",
"Your city" : "Miasto",
"Your organisation" : "Twoja organizacja",
+ "Your phone number" : "Twój numer telefonu",
"Edit your Profile visibility" : "Edycja widoczności swojego profilu",
"Unable to update profile enabled state" : "Nie można zaktualizować stanu włączenia profilu",
"Enable profile" : "Włącz profil",
@@ -533,6 +620,7 @@ OC.L10N.register(
"she/her" : "ona/jej",
"he/him" : "on/jego",
"they/them" : "oni/ich",
+ "Your pronouns. E.g. {pronounsExample}" : "Twoje zaimki. Np. {pronounsExample}",
"Your role" : "Twoja rola społeczna",
"Your X (formerly Twitter) handle" : "Twój przeniesiony X (dawniej Twitter).",
"Your website" : "Twoja strona WWW",
@@ -559,6 +647,7 @@ OC.L10N.register(
"Set line manager" : "Ustaw menedżera liniowego",
"Account name will be autogenerated" : "Nazwa konta zostanie wygenerowana automatycznie",
"Account name (required)" : "Nazwa konta (wymagane)",
+ "Failed to search groups" : "Nie udało się wyszukać grup",
"New account" : "Nowe konto",
"Display name" : "Wyświetlana nazwa",
"Either password or email is required" : "Wymagane jest hasło lub adres e-mail",
@@ -583,6 +672,7 @@ OC.L10N.register(
"Group admin for" : "Administrator grupy",
"Account backend" : "Zaplecze konta",
"Storage location" : "Lokalizacja magazynu",
+ "First login" : "Pierwsze logowanie",
"Last login" : "Ostatnio zalogowany",
"Account actions" : "Czynności na koncie",
"{size} used" : "Wykorzystane: {size}",
@@ -595,6 +685,8 @@ OC.L10N.register(
"Remote wipe of devices" : "Zdalne czyszczenie urządzeń",
"Wipe {userid}'s devices" : "Wyczyść urządzenia {userid}",
"Wiped {userid}'s devices" : "Wyczyszczono urządzenia użytkownika {userid}",
+ "Failed to load groups with details" : "Nie udało się załadować grup ze szczegółami",
+ "Failed to load sub admin groups with details" : "Nie udało się załadować grup administratorów podrzędnych ze szczegółami",
"Failed to update line manager" : "Nie udało się zaktualizować menedżera liniowego",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Całkowicie usuń konto {userid}, w tym wszystkie pliki osobiste, dane aplikacji itp.",
"Account deletion" : "Usunięcie konta",
@@ -602,6 +694,7 @@ OC.L10N.register(
"Display name was successfully changed" : "Nazwa wyświetlana została zmieniona",
"Password can't be empty" : "Hasło nie możne być puste",
"Password was successfully changed" : "Hasło zostało zmienione",
+ "Email can't be empty" : "Adres e-mail nie może być pusty",
"Email was successfully changed" : "Adres e-mail został pomyślnie zmieniony",
"Welcome mail sent!" : "Wysłano wiadomość powitalną!",
"Loading account …" : "Wczytywanie konta...",
@@ -621,10 +714,12 @@ OC.L10N.register(
"Show language" : "Pokaż język",
"Show account backend" : "Pokaż moduł konta",
"Show storage path" : "Pokaż ścieżkę przechowywania",
+ "Show first login" : "Pokaż pierwsze logowanie",
"Show last login" : "Pokaż ostatnie logowanie",
"Sorting" : "Sortowanie",
"The system config enforces sorting the groups by name. This also disables showing the member count." : "Konfiguracja systemu wymusza sortowanie grup według nazwy. Wyłącza to również wyświetlanie liczby członków.",
"Group list sorting" : "Sortowanie listy grup",
+ "Sorting only applies to the currently loaded groups for performance reasons. Groups will be loaded as you navigate or search through the list." : "Sortowanie dotyczy tylko aktualnie załadowanych grup ze względów wydajnościowych. Grupy będą ładowane w miarę nawigowania lub wyszukiwania na liście.",
"By member count" : "Według liczby członków",
"By name" : "Według nazwy",
"Send email" : "Wyślij e-mail",
@@ -657,6 +752,7 @@ OC.L10N.register(
"Account management" : "Zarządzanie kontem",
"Sending…" : "Wysyłam…",
"Email sent" : "E-mail został wysłany",
+ "For performance reasons, when you enable encryption on a Nextcloud server only new and changed files are encrypted." : "Ze względów wydajnościowych po włączeniu szyfrowania na serwerze Nextcloud szyfrowane są tylko nowe i zmienione pliki.",
"Location" : "Lokalizacja",
"Profile picture" : "Zdjęcie profilowe",
"About" : "Informacje",
@@ -688,6 +784,7 @@ OC.L10N.register(
"Show to everyone" : "Pokaż wszystkim",
"Show to logged in accounts only" : "Pokaż tylko zalogowanym kontom",
"Hide" : "Ukryj",
+ "Manually installed apps cannot be updated" : "Aplikacje zainstalowane ręcznie nie mogą być aktualizowane",
"Health checking" : "Sprawdzanie stanu zdrowia",
"Deploy and Enable" : "Wdróż i włącz",
"Download and enable" : "Pobierz i włącz",
@@ -760,9 +857,12 @@ OC.L10N.register(
"File locking" : "Blokowanie plików",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.",
"The PHP memory limit is below the recommended value of %s." : "Limit pamięci PHP jest poniżej zalecanej wartości %s",
+ "for WebAuthn passwordless login" : "do logowania bezhasłowego WebAuthn",
+ "for WebAuthn passwordless login, and SFTP storage" : "do logowania bezhasłowego WebAuthn i magazynu SFTP",
"Set default expiration date for shares" : "Ustaw domyślną datę ważności udostępnień",
"Your biography" : "Twoja biografia",
"You are using {usage}" : "Używasz {usage}",
- "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Używasz {usage} z {totalSpace} ({usageRelative}%)"
+ "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Używasz {usage} z {totalSpace} ({usageRelative}%)",
+ "Failed to load subadmin groups with details" : "Nie udało się załadować grup subadminów ze szczegółami"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json
index d40c440ed07..29a7d3ded27 100644
--- a/apps/settings/l10n/pl.json
+++ b/apps/settings/l10n/pl.json
@@ -102,6 +102,7 @@
"Set your password" : "Ustaw hasło",
"Go to %s" : "Przejdź do %s",
"Install Client" : "Zainstaluj klienta",
+ "Logged in account must be a sub admin" : "Zalogowane konto musi być administratorem podrzędnym",
"Apps" : "Aplikacje",
"Personal" : "Osobiste",
"Administration" : "Administracja",
@@ -128,6 +129,9 @@
"Unlimited" : "Bez limitu",
"Verifying" : "Sprawdzanie",
"Allowed admin IP ranges" : "Dozwolone zakresy adresów IP administratora",
+ "Admin IP filtering isn't applied." : "Filtrowanie IP administratora nie zostało zastosowane.",
+ "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Klucz konfiguracji \"%1$s\" oczekuje tablicy (znaleziono: %2$s). Walidacja zakresu IP administratora nie zostanie zastosowana.",
+ "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Klucz konfiguracji \"%1$s\" zawiera nieprawidłowy(e) zakres(y) IP: \"%2$s\"",
"Admin IP filtering is correctly configured." : "Filtrowanie adresów IP administratora jest poprawnie skonfigurowane.",
"App directories owner" : "Właściciel katalogów aplikacji",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Niektóre katalogi aplikacji są własnością innego użytkownika tego serwera WWW. Może to wystąpić, gdy aplikacje zostały zainstalowane ręcznie. Sprawdź uprawnienia poniższych katalogów:\n%s",
@@ -158,51 +162,83 @@
"Database missing indices" : "Brak indeksów w bazie danych",
"Missing indices:" : "Brakujące indeksy:",
"\"%s\" in table \"%s\"" : "„%s” w tabeli „%s”",
+ "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them." : "Wykryto brakujące opcjonalne indeksy. Od czasu do czasu nowe indeksy są dodawane (przez Nextcloud lub zainstalowane aplikacje), aby poprawić wydajność bazy danych. Dodanie indeksów może zająć trochę czasu i tymczasowo pogorszyć wydajność, więc nie są one dodawane automatycznie podczas aktualizacji. Po ich dodaniu zapytania do tych tabel powinny być szybsze. Użyj polecenia 'occ db:add-missing-indices', aby je dodać.",
"Database missing primary keys" : "W bazie danych brakuje kluczy podstawowych",
"Missing primary key on table \"%s\"." : "Brak klucza podstawowego w tabeli „%s”.",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".",
"Database pending bigint migrations" : "Baza danych oczekująca na migracje bigint",
+ "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." : "Niektórym kolumnom w bazie danych brakuje konwersji na typ big int. Zmiana typu kolumny w dużych tabelach może zająć dużo czasu, dlatego nie została przeprowadzona automatycznie. Uruchamiając 'occ db:convert-filecache-bigint', możesz ręcznie zastosować te zmiany – instancja musi być wtedy offline.",
"Debug mode" : "Tryb debugowania",
"This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instancja działa w trybie debugowania. Włącz to tylko dla wersji lokalnej, a nie w środowiskach produkcyjnych.",
"Debug mode is disabled." : "Tryb debugowania jest wyłączony.",
"Default phone region" : "Domyślny region telefonu",
"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 ISO 3166-1 code of the region to your config file." : "Twoja instalacja nie ma ustawionego domyślnego regionu telefonu. Jest to niezbędne do weryfikacji numerów podanych w profilach użytkowników bez numerów kierunkowych. Aby zezwolić na wprowadzanie numerów bez numeru kierunkowego dodaj \"default_phone_region\" zgodnie z kodami wg ISO 3166-1 do pliku konfiguracyjnego",
"Email test" : "Test e-maila",
+ "Mail delivery is disabled by instance config \"%s\"." : "Dostarczanie poczty jest wyłączone przez konfigurację instancji \"%s\".",
"Email test was successfully sent" : "Test e-maila został pomyślnie wysłany",
"You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nie ustawiłeś albo nie zweryfikowałeś konfiguracji serwera pocztowego. Skorzystaj z opcji podstawowych aby ustawić serwer pocztowy. Następnie użyj przycisku \"Wyślij email\" w celi weryfikacji wprowadzonych ustawień",
"Transactional File Locking" : "Blokowanie plików transakcyjnych",
+ "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "Transakcyjne blokowanie plików jest wyłączone. Nie jest to wspierana konfiguracja i może prowadzić do trudności w rozwiązywaniu problemów, w tym uszkodzenia plików. Usuń wpis `filelocking.enabled => false` z pliku `config.php`, aby uniknąć tych problemów.",
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępny.",
"Forwarded for headers" : "Przekazany do nagłówków",
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Twoje ustawienie \"trusted_proxies\" nie jest poprawnie ustawione, powinna to być tablica.",
+ "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Ustawienie `trusted_proxies` jest nieprawidłowe — powinno być tablicą adresów IP, opcjonalnie z zakresem w notacji CIDR.",
"The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Konfiguracja nagłówka zwrotnego proxy jest nieprawidłowa. Jest to problem związany z bezpieczeństwem i może pozwolić osobie atakującej na sfałszowanie jego adresu IP jako widocznego dla Nextcloud.",
"Your IP address was resolved as %s" : "Twój adres IP został rozpoznany jako %s",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Konfiguracja nagłówka zwrotnego proxy jest nieprawidłowa lub uzyskujesz dostęp do Nextcloud z zaufanego proxy. Jeśli nie, jest to problem związany z bezpieczeństwem i może pozwolić osobie atakującej na sfałszowanie jego adresu IP jako widocznego dla Nextcloud.",
"HTTPS access and URLs" : "Dostęp HTTPS i adresy URL",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Niepewny dostęp do witryny za pośrednictwem protokołu HTTP. Zdecydowanie zaleca się skonfigurowanie serwera tak, aby zamiast tego wymagał protokołu HTTPS. Bez tego niektóre ważne funkcje internetowe, takie jak „kopiuj do schowka” lub „pracownicy usług” nie będą działać!",
"Accessing site insecurely via HTTP." : "Niepewny dostęp do witryny za pośrednictwem protokołu HTTP.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Uzyskujesz dostęp do swojej instancji przez bezpieczne połączenie, jednak instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej instancja działa za odwrotnym proxy, a ustawienia `overwrite` w Nextcloud są nieprawidłowe.",
+ "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Twoja instancja generuje niezabezpieczone adresy URL. Jeśli uzyskujesz dostęp do instancji przez HTTPS, prawdopodobnie działa ona za odwrotnym proxy, a wartości konfiguracyjne `overwrite` w Nextcloud nie są poprawnie ustawione.",
"You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Uzyskujesz dostęp do swojej instancji poprzez bezpieczne połączenie i Twoja instancja generuje bezpieczne adresy URL.",
"Internet connectivity" : "Łączność z Internetem",
"Internet connectivity is disabled in configuration file." : "Łączność internetowa jest wyłączona w pliku konfiguracyjnym.",
"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." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być zrealizowanych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będą działać. Dostęp zdalny do plików oraz wysyłanie powiadomień e-mailowych również może nie działać. Nawiąż połączenie z tego serwera do Internetu, aby korzystać ze wszystkich funkcji.",
"JavaScript modules support" : "Obsługa modułów JavaScript",
+ "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nie można przeprowadzić sprawdzenia obsługi JavaScript. Napraw lub ręcznie potwierdź, czy Twój serwer WWW obsługuje pliki `.mjs` z odpowiednim typem MIME dla JavaScript.",
+ "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Twój serwer WWW nie obsługuje plików `.mjs` z typem MIME dla JavaScript. Może to uniemożliwić wykonywanie niektórych skryptów przez przeglądarkę. Skonfiguruj serwer do obsługi plików `.mjs` z typem `text/javascript` lub `application/javascript`.",
"JavaScript source map support" : "Obsługa mapy źródłowej JavaScript",
+ "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Twój serwer WWW nie jest skonfigurowany do obsługi plików `.js.map`. Bez tych plików mapy źródłowe JavaScript nie będą działać poprawnie, co utrudni debugowanie i rozwiązywanie problemów.",
"Old server-side-encryption" : "Stare szyfrowanie po stronie serwera",
"Disabled" : "Wyłączone",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.",
+ "Logging level" : "Poziom logowania",
+ "The %1$s configuration option must be a valid integer value." : "Opcja konfiguracyjna %1$s musi mieć prawidłową wartość całkowitą.",
+ "The logging level is set to debug level. Use debug level only when you have a problem to diagnose, and then reset your log level to a less-verbose level as it outputs a lot of information, and can affect your server performance." : "Poziom logowania jest ustawiony na poziom debugowania. Używaj go tylko w celu diagnozowania problemów, a następnie przywróć mniej szczegółowy poziom, ponieważ ten generuje bardzo dużo informacji i może wpłynąć na wydajność serwera.",
+ "Logging level configured correctly." : "Poziom logowania został poprawnie skonfigurowany.",
"Maintenance window start" : "Rozpoczęcie okna konserwacji",
"Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Serwer nie ma skonfigurowanego czasu rozpoczęcia okna konserwacji. Oznacza to, że codzienne zadania w tle wymagające dużych zasobów będą również wykonywane w głównym czasie użytkowania. Zalecamy ustawienie czasu niskiego użycia, aby użytkownicy byli mniej obciążeni obciążeniem wynikającym z tych ciężkich zadań.",
+ "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Okno konserwacyjne do wykonywania obciążających zadań w tle przypada między {start}):00 UTC a {end}:00 UTC",
"Memcache" : "Pamięć podręczna",
+ "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached jest skonfigurowany jako rozproszona pamięć podręczna, ale zainstalowano niewłaściwy moduł PHP (\"memcache\"). Zainstaluj moduł PHP \"memcached”.",
+ "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached jest skonfigurowany jako rozproszona pamięć podręczna, ale moduł PHP \"memcached” nie jest zainstalowany. Proszę zainstalować moduł PHP \"memcached”.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nie skonfigurowano pamięci podręcznej. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępne.",
+ "Failed to write and read a value from local cache." : "Nie udało się zapisać ani odczytać wartości z lokalnej pamięci podręcznej.",
+ "Failed to write and read a value from distributed cache." : "Nie udało się zapisać ani odczytać wartości z rozproszonej pamięci podręcznej.",
"Configured" : "Skonfigurowano",
+ "Mimetype migrations available" : "Dostępne migracje typów MIME",
+ "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Jedna lub więcej migracji typów MIME jest dostępna. Czasami nowe typy MIME są dodawane, aby lepiej obsługiwać określone typy plików. Migracja typów MIME może długo trwać w większych instancjach, dlatego nie jest przeprowadzana automatycznie podczas aktualizacji. Użyj polecenia `occ maintenance:repair --include-expensive`, aby przeprowadzić migrację.",
"MySQL row format" : "Format wiersza MySQL",
"You are not using MySQL" : "Nie używasz MySQL",
+ "None of your tables use ROW_FORMAT=Compressed" : "Żadna z twoich tabel nie używa ROW_FORMAT=Compressed",
+ "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "W bazie danych wykryto nieprawidłowy format wiersza. ROW_FORMAT=Dynamic zapewnia najlepszą wydajność bazy danych dla Nextcloud. Zaktualizuj format wiersza dla następującej tabeli: %s",
"MySQL Unicode support" : "Obsługa Unicode MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL jest używany jako baza danych i obsługuje znaki 4-bajtowe",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby móc bez problemów obsługiwać znaki 4-bajtowe (takie jak emoji) na przykład w nazwach plików lub komentarzach, zaleca się włączenie obsługi 4-bajtowych w MySQL.",
+ "OCS provider resolving" : "Rozpoznawanie dostawcy OCS",
+ "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Nie można sprawdzić, czy serwer WWW prawidłowo rozwiązuje adresy URL dostawców OCM i OCS.",
+ "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Twój serwer WWW nie jest prawidłowo skonfigurowany do obsługi %1$s.\nPrawdopodobnie jest to związane z nieaktualną konfiguracją serwera, która nie umożliwia bezpośredniego dostępu do tego folderu. \nPorównaj konfigurację z regułami w \".htaccess\" (dla Apache) lub z instrukcją dla Nginx. \nDla Nginx najczęściej wymagają aktualizacji reguły zaczynające się od \"location ~\".",
+ "Overwrite CLI URL" : "Nadpisanie adresu URL w CLI",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Opcja \"overwrite.cli.url” w pliku config.php jest poprawnie ustawiona na \"%s\".",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Opcja \"overwrite.cli.url” w pliku config.php jest ustawiona na \"%s”, co jest poprawnym adresem URL. Sugerowany adres URL to ”%s\".",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Upewnij się, że opcja \"overwrite.cli.url” w pliku config.php jest ustawiona na adres URL, którego użytkownicy najczęściej używają do uzyskania dostępu do Nextcloud. Sugerowany adres: \"%s”. W przeciwnym razie mogą wystąpić problemy z generowaniem adresu URL przez cron. (Możliwe, że sugerowany adres nie jest tym, którego użytkownicy używają najczęściej — warto to sprawdzić).",
"PHP APCu configuration" : "Konfiguracja PHP APCu",
"Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "Twoja pamięć podręczna APCu jest pełna. Rozważ zwiększenie ustawienia php apc.shm_size.",
+ "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : " Twoja pamięć podręczna APCu jest prawie pełna: %s%%. Rozważ zwiększenie ustawienia apc.shm_size w PHP.",
"PHP default charset" : "Domyślny zestaw znaków PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "Opcja konfiguracyjna PHP \"default_charset\" powinna mieć format UTF-8",
+ "PHP set_time_limit" : "PHP set_time_limit",
"The function is available." : "Funkcja jest dostępna.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to spowodować zatrzymanie skryptów w trakcie wykonywania, przerywając instalację. Zdecydowanie zaleca się włączenie tej funkcji.",
"Freetype" : "Typ dowolny",
@@ -210,16 +246,27 @@
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Twoje PHP nie posiada wsparcia dla FreeType, co powoduje problemy ze zdjęciami profilowymi i interfejsem ustawień.",
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Wygląda na to, że PHP nie jest poprawnie skonfigurowany do wysyłania zapytań o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca tylko pustą wartość.",
+ "PHP file size upload limit" : "Limit rozmiaru pliku przesyłanego przez PHP",
+ "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "Wartość upload_max_filesize w PHP jest zbyt niska. Zalecana wartość to co najmniej %1$s. Obecna wartość: %2$s.",
+ "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "Wartość post_max_size w PHP jest zbyt niska. Zalecana wartość to co najmniej %1$s. Obecna wartość: %2$s.",
+ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "Wartość max_input_time w PHP jest zbyt niska. Zalecany czas to co najmniej %1$s. Obecna wartość: %2$s.",
+ "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "Wartość max_execution_time w PHP jest zbyt niska. Zalecany czas to co najmniej %1$s. Obecna wartość: %2$s.",
"PHP memory limit" : "Limit pamięci PHP",
+ "The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit pamięci PHP jest poniżej zalecanej wartości %s. Niektóre funkcje lub aplikacje — w tym aktualizator — mogą nie działać prawidłowo.",
"PHP modules" : "Moduły PHP",
"increases language translation performance and fixes sorting of non-ASCII characters" : "zwiększa wydajność tłumaczenia języka i naprawia sortowanie znaków innych niż ASCII",
+ "for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
+ "required for SFTP storage and recommended for WebAuthn performance" : "wymagane dla przechowywania SFTP i zalecane dla wydajności WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "do obracania zdjęć na serwerze i ekstrakcji metadanych w aplikacji Zdjęcia",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Ta instancja ma brakujące moduły PHP. Należy zainstalować następujące moduły: %s",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu poprawy wydajności i lepszej kompatybilności zdecydowanie zaleca się ich zainstalowanie:\n%s",
+ "PHP opcache" : "PHP OPCache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Moduł PHP OPcache nie jest wczytany. Aby uzyskać lepszą wydajność, zaleca się wczytanie go do instalacji PHP.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache jest wyłączone. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.enable=1” w konfiguracji PHP.",
"The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Oparta na pamięci współdzielonej pamięć OPcache jest wyłączona. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.file_cache_only=0” do konfiguracji PHP i używanie pamięci podręcznej plików tylko jako pamięci podręcznej drugiego poziomu.",
+ "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache nie działa prawidłowo — opcache_get_status() zwraca false. Sprawdź konfigurację.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud nie może korzystać z API OPcache. Po włączeniu OPcache zdecydowanie zaleca się uwzględnienie wszystkich katalogów Nextcloud z „opcache.restrict_api” lub odznaczenie tego ustawienia, aby wyłączyć ograniczenia API OPcache, aby zapobiec błędom podczas aktualizacji rdzenia Nextcloud lub aplikacji.",
+ "Checking from CLI, OPcache checks have been skipped." : "Sprawdzanie z poziomu CLI – pominięto testy OPcache.",
"Correctly configured" : "Poprawnie skonfigurowany",
"PHP version" : "Wersja PHP",
"You are currently running PHP %s." : "Aktualnie używasz PHP w wersji %s",
@@ -285,12 +332,15 @@
"Allow sharing with groups" : "Zezwalaj na udostępnianie grupom",
"Restrict users to only share with users in their groups" : "Ogranicz użytkownikom możliwość udostępniania, pozwól tylko w swoich grupach",
"Ignore the following groups when checking group membership" : "Podczas sprawdzania członkostwa w grupach ignoruj następujące grupy",
+ "Allow users to preview files even if download is disabled" : "Pozwól użytkownikom podglądać pliki, nawet jeśli pobieranie jest wyłączone",
+ "Users will still be able to screenshot or record the screen. This does not provide any definitive protection." : "Użytkownicy nadal będą mogli robić zrzuty ekranu lub nagrywać ekran. Nie stanowi to pełnej ochrony.",
"Allow users to share via link and emails" : "Zezwalaj użytkownikom na udostępnianie za pośrednictwem linków i e-maili",
"Allow public uploads" : "Zezwalaj na publiczne wysyłanie",
"Always ask for a password" : "Zawsze pytaj o hasło",
"Enforce password protection" : "Wymuszaj zabezpieczenie hasłem",
"Exclude groups from password requirements" : "Wyklucz grupy z wymagań dotyczących haseł",
"Exclude groups from creating link shares" : "Wyklucz grupy z tworzenia udostępnień linków",
+ "Allow users to set custom share link tokens" : "Pozwól użytkownikom ustawiać własne tokeny do udostępniania",
"Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Udostępnienia z niestandardowymi tokenami będą nadal dostępne po wyłączeniu tego ustawienia",
"Shares with guessable tokens may be accessed easily" : "Dostęp do udostępnień z tokenami, które można zgadywać, jest łatwy",
"Limit sharing based on groups" : "Ogranicz udostępnianie w oparciu o grupy",
@@ -329,6 +379,7 @@
"Enforced groups" : "Wymuszone grupy",
"Two-factor authentication is not enforced for members of the following groups." : "Uwierzytelnianie dwuskładnikowe nie jest wymuszane dla członków następujących grup.",
"Excluded groups" : "Wyłączone grupy",
+ "When groups are selected/excluded, they use the following logic to determine if an account 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 an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Gdy grupy są zaznaczone lub wykluczone, stosowana jest następująca logika w celu określenia, czy dla konta ma być wymuszona 2FA:. Jeśli nie wybrano żadnych grup, 2FA jest włączone dla wszystkich, z wyjątkiem członków wykluczonych grup. Jeśli grupy są wybrane, 2FA jest włączone dla wszystkich ich członków. Jeśli konto należy zarówno do grupy wybranej, jak i wykluczonej, priorytet ma grupa wybrana i 2FA jest wymuszane.",
"Save changes" : "Zapisz zmiany",
"Show details for {appName} app" : "Pokaż szczegóły aplikacji {appName}",
"Update to {update}" : "Zaktualizuj do {update}",
@@ -349,11 +400,14 @@
"No apps found for your version" : "Nie znaleziono aplikacji dla Twojej wersji",
"_%n app has an update available_::_%n apps have an update available_" : ["%n aplikacja ma dostępną aktualizację","%n aplikacje mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację"],
"_Update_::_Update all_" : ["Zaktualizuj","Zaktualizuj","Zaktualizuj","Zaktualizuj wszystko"],
+ "Failed to load groups" : "Nie udało się załadować grup",
"Failed to create group" : "Nie udało się utworzyć grupy",
"Creating group…" : "Tworzenie grupy",
"Create group" : "Utwórz grupę",
"Group name" : "Nazwa grupy",
"Please enter a valid group name" : "Podaj właściwą nazwę grupy",
+ "Search groups…" : "Wyszukaj grupy...",
+ "List of groups. This list is not fully populated for performance reasons. The groups will be loaded as you navigate or search through the list." : "Lista grup. Lista nie jest w pełni załadowana ze względów wydajnościowych. Grupy będą ładowane w miarę przewijania lub wyszukiwania.",
"Loading groups…" : "Wczytywanie grup…",
"Could not load app discover section" : "Nie można wczytać sekcji odkrywania aplikacji",
"Could not render element" : "Nie można wyrenderować elementu",
@@ -367,13 +421,36 @@
"Choose slide to display" : "Wybierz slajd do wyświetlenia",
"{index} of {total}" : "{index} z {total}",
"Daemon" : "Demon",
+ "Deploy Daemon" : "Uruchom demona",
"Type" : "Rodzaj",
"Display Name" : "Wyświetlana nazwa",
"GPUs support" : "Obsługa procesorów graficznych",
"Compute device" : "Urządzenie obliczeniowe",
+ "Advanced deploy options" : "Zaawansowane opcje wdrażania",
+ "Edit ExApp deploy options before installation" : "Edytuj opcje wdrażania ExApp przed instalacją",
+ "Configured ExApp deploy options. Can be set only during installation" : "Skonfigurowane opcje wdrażania ExApp. Można ustawić tylko podczas instalacji",
"Learn more" : "Dowiedz się więcej",
+ "Environment variables" : "Zmienne środowiskowe",
+ "ExApp container environment variables" : "Zmienne środowiskowe kontenera ExApp",
+ "No environment variables defined" : "Nie zdefiniowano żadnych zmiennych środowiskowych",
+ "Mounts" : "Montowania",
+ "Define host folder mounts to bind to the ExApp container" : "Zdefiniuj montowania folderów hosta do powiązania z kontenerem ExApp",
+ "Must exist on the Deploy daemon host prior to installing the ExApp" : "Musi istnieć na hoście demona wdrożeniowego przed instalacją ExApp",
+ "Host path" : "Ścieżka hosta",
+ "Container path" : "Ścieżka kontenera",
+ "Read-only" : "Tylko do odczytu",
+ "Remove mount" : "Usuń montowanie",
+ "New mount" : "Nowe montowanie",
+ "Enter path to host folder" : "Wprowadź ścieżkę do folderu hosta",
+ "Enter path to container folder" : "Wprowadź ścieżkę do folderu kontenera",
+ "Toggle read-only mode" : "Przełącz tryb tylko do odczytu",
+ "Confirm adding new mount" : "Potwierdź dodanie nowego montowania",
"Confirm" : "Potwierdź",
+ "Cancel adding mount" : "Anuluj dodawanie montowania",
"Cancel" : "Anuluj",
+ "Add mount" : "Dodaj montowanie",
+ "ExApp container mounts" : "Montowania kontenera ExApp",
+ "No mounts defined" : "Nie zdefiniowano montowań",
"Description" : "Opis",
"View in store" : "Zobacz w sklepie",
"Visit website" : "Odwiedź stronę",
@@ -385,6 +462,7 @@
"Limit app usage to groups" : "Ogranicz korzystanie z aplikacji dla grup",
"No results" : "Brak wyników",
"Update to {version}" : "Zaktualizuj do {version}",
+ "Deploy options" : "Opcje wdrażania",
"Default Deploy daemon is not accessible" : "Domyślny demon wdrażania jest niedostępny",
"Delete data on remove" : "Usuń dane przy usuwaniu",
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd.",
@@ -461,22 +539,30 @@
"Unable to update server side encryption config" : "Nie można zaktualizować konfiguracji szyfrowania po stronie serwera",
"Server-side encryption" : "Szyfrowanie po stronie serwera",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Szyfrowanie po stronie serwera umożliwia szyfrowanie plików przesyłanych na ten serwer. Wiąże się to z ograniczeniami, takimi jak spadkiem wydajności, więc włącz to tylko w razie potrzeby.",
+ "To encrypt all existing files run this OCC command:" : "Aby zaszyfrować wszystkie istniejące pliki, uruchom to polecenie OCC:",
"Enable server-side encryption" : "Włącz szyfrowanie po stronie serwera",
+ "Disabling server side encryption is only possible using OCC, please refer to the documentation." : "Wyłączenie szyfrowania po stronie serwera jest możliwe tylko za pomocą OCC, zapoznaj się z dokumentacją.",
"No encryption module loaded, please enable an encryption module in the app menu." : "Moduł szyfrowania nie jest załadowany, należy włączyć moduł szyfrowania w menu aplikacji.",
"Select default encryption module:" : "Wybierz domyślny moduł szyfrowania:",
"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 {command}" : "Musisz zmigrować swoje klucze szyfrujące ze starego szyfrowania (ownCloud <= 8.0) do nowego. Włącz \"Domyślny moduł szyfrowania\" i uruchom {command}",
+ "Cancel encryption" : "Anuluj szyfrowanie",
"Enable encryption" : "Włącz szyfrowanie",
+ "Confirm enabling encryption" : "Potwierdź włączenie szyfrowania",
"Please read carefully before activating server-side encryption:" : "Przeczytaj uważnie przed aktywacją szyfrowania po stronie serwera:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Po włączeniu szyfrowania wszystkie pliki wysłane na serwer od tej chwili będą szyfrowane na serwerze. Wyłączenie szyfrowania będzie możliwe dopiero, gdy aktywny moduł szyfrowania wykona tę funkcję oraz wszystkie poprzednie warunki będą spełnione (np. ustawienie klucza odzyskiwania).",
+ "By default a master key for the whole instance will be generated. Please check if that level of access is compliant with your needs." : "Domyślnie zostanie wygenerowany klucz główny dla całej instancji. Sprawdź, czy taki poziom dostępu odpowiada Twoim wymaganiom.",
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Samo szyfrowanie nie gwarantuje bezpieczeństwa systemu. Więcej informacji na temat działania aplikacji szyfrującej i użycia wspieranych przypadków można znaleźć w dokumentacji.",
"Be aware that encryption always increases the file size." : "Należy pamiętać, że szyfrowanie zawsze zwiększa rozmiar pliku.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Zawsze dobrze jest regularnie wykonywać kopie zapasowe swoich danych. W przypadku szyfrowania upewnij się, aby kopie zapasowe kluczy szyfrowania były wraz z danymi.",
+ "Refer to the admin documentation on how to manually also encrypt existing files." : "Zapoznaj się z dokumentacją administratora, aby dowiedzieć się, jak ręcznie zaszyfrować istniejące pliki.",
"This is the final warning: Do you really want to enable encryption?" : "To ostatnie ostrzeżenie: Czy na pewno chcesz włączyć szyfrowanie?",
"Please confirm the group removal" : "Potwierdź usunięcie grupy",
"Submit" : "Wyślij",
"Rename group" : "Zmień nazwę grupy",
+ "Delete group" : "Usuń grupę",
"Current password" : "Bieżące hasło",
"New password" : "Nowe hasło",
+ "Change password" : "Zmień hasło",
"Choose your profile picture" : "Wybierz swoje zdjęcie profilowe",
"Please select a valid png or jpg file" : "Wybierz prawidłowy plik PNG lub JPG",
"Error setting profile picture" : "Błąd podczas ustawiania zdjęcia profilowego",
@@ -523,6 +609,7 @@
"No locale set" : "Nie ustawiono regionu",
"Your city" : "Miasto",
"Your organisation" : "Twoja organizacja",
+ "Your phone number" : "Twój numer telefonu",
"Edit your Profile visibility" : "Edycja widoczności swojego profilu",
"Unable to update profile enabled state" : "Nie można zaktualizować stanu włączenia profilu",
"Enable profile" : "Włącz profil",
@@ -531,6 +618,7 @@
"she/her" : "ona/jej",
"he/him" : "on/jego",
"they/them" : "oni/ich",
+ "Your pronouns. E.g. {pronounsExample}" : "Twoje zaimki. Np. {pronounsExample}",
"Your role" : "Twoja rola społeczna",
"Your X (formerly Twitter) handle" : "Twój przeniesiony X (dawniej Twitter).",
"Your website" : "Twoja strona WWW",
@@ -557,6 +645,7 @@
"Set line manager" : "Ustaw menedżera liniowego",
"Account name will be autogenerated" : "Nazwa konta zostanie wygenerowana automatycznie",
"Account name (required)" : "Nazwa konta (wymagane)",
+ "Failed to search groups" : "Nie udało się wyszukać grup",
"New account" : "Nowe konto",
"Display name" : "Wyświetlana nazwa",
"Either password or email is required" : "Wymagane jest hasło lub adres e-mail",
@@ -581,6 +670,7 @@
"Group admin for" : "Administrator grupy",
"Account backend" : "Zaplecze konta",
"Storage location" : "Lokalizacja magazynu",
+ "First login" : "Pierwsze logowanie",
"Last login" : "Ostatnio zalogowany",
"Account actions" : "Czynności na koncie",
"{size} used" : "Wykorzystane: {size}",
@@ -593,6 +683,8 @@
"Remote wipe of devices" : "Zdalne czyszczenie urządzeń",
"Wipe {userid}'s devices" : "Wyczyść urządzenia {userid}",
"Wiped {userid}'s devices" : "Wyczyszczono urządzenia użytkownika {userid}",
+ "Failed to load groups with details" : "Nie udało się załadować grup ze szczegółami",
+ "Failed to load sub admin groups with details" : "Nie udało się załadować grup administratorów podrzędnych ze szczegółami",
"Failed to update line manager" : "Nie udało się zaktualizować menedżera liniowego",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Całkowicie usuń konto {userid}, w tym wszystkie pliki osobiste, dane aplikacji itp.",
"Account deletion" : "Usunięcie konta",
@@ -600,6 +692,7 @@
"Display name was successfully changed" : "Nazwa wyświetlana została zmieniona",
"Password can't be empty" : "Hasło nie możne być puste",
"Password was successfully changed" : "Hasło zostało zmienione",
+ "Email can't be empty" : "Adres e-mail nie może być pusty",
"Email was successfully changed" : "Adres e-mail został pomyślnie zmieniony",
"Welcome mail sent!" : "Wysłano wiadomość powitalną!",
"Loading account …" : "Wczytywanie konta...",
@@ -619,10 +712,12 @@
"Show language" : "Pokaż język",
"Show account backend" : "Pokaż moduł konta",
"Show storage path" : "Pokaż ścieżkę przechowywania",
+ "Show first login" : "Pokaż pierwsze logowanie",
"Show last login" : "Pokaż ostatnie logowanie",
"Sorting" : "Sortowanie",
"The system config enforces sorting the groups by name. This also disables showing the member count." : "Konfiguracja systemu wymusza sortowanie grup według nazwy. Wyłącza to również wyświetlanie liczby członków.",
"Group list sorting" : "Sortowanie listy grup",
+ "Sorting only applies to the currently loaded groups for performance reasons. Groups will be loaded as you navigate or search through the list." : "Sortowanie dotyczy tylko aktualnie załadowanych grup ze względów wydajnościowych. Grupy będą ładowane w miarę nawigowania lub wyszukiwania na liście.",
"By member count" : "Według liczby członków",
"By name" : "Według nazwy",
"Send email" : "Wyślij e-mail",
@@ -655,6 +750,7 @@
"Account management" : "Zarządzanie kontem",
"Sending…" : "Wysyłam…",
"Email sent" : "E-mail został wysłany",
+ "For performance reasons, when you enable encryption on a Nextcloud server only new and changed files are encrypted." : "Ze względów wydajnościowych po włączeniu szyfrowania na serwerze Nextcloud szyfrowane są tylko nowe i zmienione pliki.",
"Location" : "Lokalizacja",
"Profile picture" : "Zdjęcie profilowe",
"About" : "Informacje",
@@ -686,6 +782,7 @@
"Show to everyone" : "Pokaż wszystkim",
"Show to logged in accounts only" : "Pokaż tylko zalogowanym kontom",
"Hide" : "Ukryj",
+ "Manually installed apps cannot be updated" : "Aplikacje zainstalowane ręcznie nie mogą być aktualizowane",
"Health checking" : "Sprawdzanie stanu zdrowia",
"Deploy and Enable" : "Wdróż i włącz",
"Download and enable" : "Pobierz i włącz",
@@ -758,9 +855,12 @@
"File locking" : "Blokowanie plików",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.",
"The PHP memory limit is below the recommended value of %s." : "Limit pamięci PHP jest poniżej zalecanej wartości %s",
+ "for WebAuthn passwordless login" : "do logowania bezhasłowego WebAuthn",
+ "for WebAuthn passwordless login, and SFTP storage" : "do logowania bezhasłowego WebAuthn i magazynu SFTP",
"Set default expiration date for shares" : "Ustaw domyślną datę ważności udostępnień",
"Your biography" : "Twoja biografia",
"You are using {usage}" : "Używasz {usage}",
- "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Używasz {usage} z {totalSpace} ({usageRelative}%)"
+ "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Używasz {usage} z {totalSpace} ({usageRelative}%)",
+ "Failed to load subadmin groups with details" : "Nie udało się załadować grup subadminów ze szczegółami"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}
\ No newline at end of file
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js
index 4747362aaa8..07b5ed9c759 100644
--- a/lib/l10n/ar.js
+++ b/lib/l10n/ar.js
@@ -143,7 +143,7 @@ OC.L10N.register(
"About" : "عن",
"Display name" : "اسم العرض",
"Headline" : "عنوان ",
- "Organisation" : "مؤسسة",
+ "Organization" : "المنظمة",
"Role" : "الوظيفة",
"Pronouns" : "الضمائر",
"Unknown account" : "حساب غير معروف",
@@ -442,6 +442,7 @@ OC.L10N.register(
"Generate headline" : "توليد العنوان",
"Summarizes text by reducing its length without losing key information." : "يُلَخِّص النص بتقليل طوله دون فقدان المعنى.",
"Extracts topics from a text and outputs them separated by commas." : "يستخلص المواضيع من النص و إخراجها مفصولة بفواصل.",
+ "Organisation" : "مؤسسة",
"File is currently busy, please try again later" : "إنّ الملف مشغول الآمن، يرجى إعادة المحاولة لاحقًا",
"Cannot download file" : "لا يمكن تنزيل الملف"
},
diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json
index 2bc87515bac..6e8159db0e0 100644
--- a/lib/l10n/ar.json
+++ b/lib/l10n/ar.json
@@ -141,7 +141,7 @@
"About" : "عن",
"Display name" : "اسم العرض",
"Headline" : "عنوان ",
- "Organisation" : "مؤسسة",
+ "Organization" : "المنظمة",
"Role" : "الوظيفة",
"Pronouns" : "الضمائر",
"Unknown account" : "حساب غير معروف",
@@ -440,6 +440,7 @@
"Generate headline" : "توليد العنوان",
"Summarizes text by reducing its length without losing key information." : "يُلَخِّص النص بتقليل طوله دون فقدان المعنى.",
"Extracts topics from a text and outputs them separated by commas." : "يستخلص المواضيع من النص و إخراجها مفصولة بفواصل.",
+ "Organisation" : "مؤسسة",
"File is currently busy, please try again later" : "إنّ الملف مشغول الآمن، يرجى إعادة المحاولة لاحقًا",
"Cannot download file" : "لا يمكن تنزيل الملف"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js
index 2dae4044047..dd231743133 100644
--- a/lib/l10n/ast.js
+++ b/lib/l10n/ast.js
@@ -113,7 +113,7 @@ OC.L10N.register(
"About" : "Tocante a",
"Display name" : "Nome visible",
"Headline" : "Titular",
- "Organisation" : "Organización",
+ "Organization" : "Organización",
"Role" : "Rol",
"Unknown account" : "Cuenta desconocida",
"Additional settings" : "Configuración adicional",
@@ -211,6 +211,7 @@ OC.L10N.register(
"Target language" : "Llingua de destín",
"Result" : "Resultáu",
"Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.",
- "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes."
+ "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.",
+ "Organisation" : "Organización"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json
index ef0f160334a..af17b01f83c 100644
--- a/lib/l10n/ast.json
+++ b/lib/l10n/ast.json
@@ -111,7 +111,7 @@
"About" : "Tocante a",
"Display name" : "Nome visible",
"Headline" : "Titular",
- "Organisation" : "Organización",
+ "Organization" : "Organización",
"Role" : "Rol",
"Unknown account" : "Cuenta desconocida",
"Additional settings" : "Configuración adicional",
@@ -209,6 +209,7 @@
"Target language" : "Llingua de destín",
"Result" : "Resultáu",
"Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.",
- "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes."
+ "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.",
+ "Organisation" : "Organización"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js
index 445da4c9626..6c753c9041d 100644
--- a/lib/l10n/bg.js
+++ b/lib/l10n/bg.js
@@ -108,7 +108,7 @@ OC.L10N.register(
"About" : "Относно",
"Display name" : "Име за визуализация",
"Headline" : "Заглавие",
- "Organisation" : "Организация",
+ "Organization" : "Организиране",
"Role" : "Роля",
"Pronouns" : "Обръщение",
"Additional settings" : "Допълнителни настройки",
@@ -233,6 +233,7 @@ OC.L10N.register(
"Translate" : "Превод",
"Target language" : "Целеви език",
"Result" : "Резултат",
+ "Organisation" : "Организация",
"File is currently busy, please try again later" : "Файлът в момента е зает, моля, опитайте отново по-късно",
"Cannot download file" : "Файлът не можа да бъде изтеглен"
},
diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json
index a4bc3162762..b08945b3c91 100644
--- a/lib/l10n/bg.json
+++ b/lib/l10n/bg.json
@@ -106,7 +106,7 @@
"About" : "Относно",
"Display name" : "Име за визуализация",
"Headline" : "Заглавие",
- "Organisation" : "Организация",
+ "Organization" : "Организиране",
"Role" : "Роля",
"Pronouns" : "Обръщение",
"Additional settings" : "Допълнителни настройки",
@@ -231,6 +231,7 @@
"Translate" : "Превод",
"Target language" : "Целеви език",
"Result" : "Резултат",
+ "Organisation" : "Организация",
"File is currently busy, please try again later" : "Файлът в момента е зает, моля, опитайте отново по-късно",
"Cannot download file" : "Файлът не можа да бъде изтеглен"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js
index 2ad5dbcb9ef..cb4e6d1c3ad 100644
--- a/lib/l10n/ca.js
+++ b/lib/l10n/ca.js
@@ -141,7 +141,6 @@ OC.L10N.register(
"About" : "Quant a",
"Display name" : "Nom de visualització",
"Headline" : "Capçalera",
- "Organisation" : "Organització",
"Role" : "Càrrec",
"Pronouns" : "Pronoms",
"Unknown account" : "Compte desconegut",
@@ -439,6 +438,7 @@ OC.L10N.register(
"Generate headline" : "Genera un titular",
"Summarizes text by reducing its length without losing key information." : "Resumeix el text reduint-ne la longitud sense perdre la informació clau.",
"Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes.",
+ "Organisation" : "Organització",
"File is currently busy, please try again later" : "El fitxer està ocupat actualment; torneu-ho a provar més tard",
"Cannot download file" : "No es pot baixar el fitxer"
},
diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json
index 919bbee74b5..2c869e550f4 100644
--- a/lib/l10n/ca.json
+++ b/lib/l10n/ca.json
@@ -139,7 +139,6 @@
"About" : "Quant a",
"Display name" : "Nom de visualització",
"Headline" : "Capçalera",
- "Organisation" : "Organització",
"Role" : "Càrrec",
"Pronouns" : "Pronoms",
"Unknown account" : "Compte desconegut",
@@ -437,6 +436,7 @@
"Generate headline" : "Genera un titular",
"Summarizes text by reducing its length without losing key information." : "Resumeix el text reduint-ne la longitud sense perdre la informació clau.",
"Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes.",
+ "Organisation" : "Organització",
"File is currently busy, please try again later" : "El fitxer està ocupat actualment; torneu-ho a provar més tard",
"Cannot download file" : "No es pot baixar el fitxer"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 78b1ce3dfe2..a612f043a71 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "O uživateli",
"Display name" : "Zobrazované jméno",
"Headline" : "Nadpis",
- "Organisation" : "Organizace",
+ "Organization" : "Organizování",
"Role" : "Role",
"Pronouns" : "Zájmena",
"Unknown account" : "Neznámý účet",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Vytvořit nadpis",
"Summarizes text by reducing its length without losing key information." : "Vytvoří stručný souhrn textu tím, že zkrátí jeho délku aniž by byly ztraceny klíčové informace",
"Extracts topics from a text and outputs them separated by commas." : "Vyzíská témata z textu a vypíše je oddělované čárkami.",
+ "Organisation" : "Organizace",
"File is currently busy, please try again later" : "Soubor je nyní používán, zkuste to později",
"Cannot download file" : "Soubor se nedaří stáhnout",
"Login is too long" : "Přihlašovací jméno je příliš dlouhé"
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index aa3b9876ad3..2b52499b80a 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -142,7 +142,7 @@
"About" : "O uživateli",
"Display name" : "Zobrazované jméno",
"Headline" : "Nadpis",
- "Organisation" : "Organizace",
+ "Organization" : "Organizování",
"Role" : "Role",
"Pronouns" : "Zájmena",
"Unknown account" : "Neznámý účet",
@@ -448,6 +448,7 @@
"Generate headline" : "Vytvořit nadpis",
"Summarizes text by reducing its length without losing key information." : "Vytvoří stručný souhrn textu tím, že zkrátí jeho délku aniž by byly ztraceny klíčové informace",
"Extracts topics from a text and outputs them separated by commas." : "Vyzíská témata z textu a vypíše je oddělované čárkami.",
+ "Organisation" : "Organizace",
"File is currently busy, please try again later" : "Soubor je nyní používán, zkuste to později",
"Cannot download file" : "Soubor se nedaří stáhnout",
"Login is too long" : "Přihlašovací jméno je příliš dlouhé"
diff --git a/lib/l10n/da.js b/lib/l10n/da.js
index e1ed6d62bcd..a53f04ac4c9 100644
--- a/lib/l10n/da.js
+++ b/lib/l10n/da.js
@@ -142,7 +142,7 @@ OC.L10N.register(
"About" : "Om",
"Display name" : "Vist navn",
"Headline" : "Overskrift",
- "Organisation" : "Organisation",
+ "Organization" : "Organisation",
"Role" : "Rolle",
"Pronouns" : "Pronominer",
"Unknown account" : "Ukendt konto",
@@ -442,6 +442,7 @@ OC.L10N.register(
"Generate headline" : "Generer overskrift",
"Summarizes text by reducing its length without losing key information." : "Opsummerer tekst ved at reducere dens længde uden at miste nøgleinformation.",
"Extracts topics from a text and outputs them separated by commas." : "Uddrager emner fra en tekst og skriver dem adskilt af kommaer.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Filen er i øjeblikket optaget - forsøg igen senere",
"Cannot download file" : "Kan ikke downloade filen",
"Login is too long" : "Login er for lang"
diff --git a/lib/l10n/da.json b/lib/l10n/da.json
index 36bd40121d8..e8163581e60 100644
--- a/lib/l10n/da.json
+++ b/lib/l10n/da.json
@@ -140,7 +140,7 @@
"About" : "Om",
"Display name" : "Vist navn",
"Headline" : "Overskrift",
- "Organisation" : "Organisation",
+ "Organization" : "Organisation",
"Role" : "Rolle",
"Pronouns" : "Pronominer",
"Unknown account" : "Ukendt konto",
@@ -440,6 +440,7 @@
"Generate headline" : "Generer overskrift",
"Summarizes text by reducing its length without losing key information." : "Opsummerer tekst ved at reducere dens længde uden at miste nøgleinformation.",
"Extracts topics from a text and outputs them separated by commas." : "Uddrager emner fra en tekst og skriver dem adskilt af kommaer.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Filen er i øjeblikket optaget - forsøg igen senere",
"Cannot download file" : "Kan ikke downloade filen",
"Login is too long" : "Login er for lang"
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index d1090a1d341..4b3d84bc105 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Über",
"Display name" : "Anzeigename",
"Headline" : "Überschrift",
- "Organisation" : "Organisation",
+ "Organization" : "Organisation",
"Role" : "Funktion",
"Pronouns" : "Pronomen",
"Unknown account" : "Unbekanntes Konto",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Überschrift erzeugen",
"Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.",
"Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte versuche es später noch einmal",
"Cannot download file" : "Datei kann nicht heruntergeladen werden.",
"Login is too long" : "Die Anmeldung dauert zu lange"
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 1c5a9e52f3d..a0adeb52553 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -142,7 +142,7 @@
"About" : "Über",
"Display name" : "Anzeigename",
"Headline" : "Überschrift",
- "Organisation" : "Organisation",
+ "Organization" : "Organisation",
"Role" : "Funktion",
"Pronouns" : "Pronomen",
"Unknown account" : "Unbekanntes Konto",
@@ -448,6 +448,7 @@
"Generate headline" : "Überschrift erzeugen",
"Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.",
"Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte versuche es später noch einmal",
"Cannot download file" : "Datei kann nicht heruntergeladen werden.",
"Login is too long" : "Die Anmeldung dauert zu lange"
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index d8599c0262f..bec27235f0a 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Über",
"Display name" : "Anzeigename",
"Headline" : "Überschrift",
- "Organisation" : "Organisation",
+ "Organization" : "Organisation",
"Role" : "Funktion",
"Pronouns" : "Pronomen",
"Unknown account" : "Unbekanntes Konto",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Kopfzeile erzeugen",
"Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.",
"Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte später erneut versuchen.",
"Cannot download file" : "Datei kann nicht heruntergeladen werden",
"Login is too long" : "Der Kontenname ist zu lang"
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 5149f3f2d97..5644ed13baf 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -142,7 +142,7 @@
"About" : "Über",
"Display name" : "Anzeigename",
"Headline" : "Überschrift",
- "Organisation" : "Organisation",
+ "Organization" : "Organisation",
"Role" : "Funktion",
"Pronouns" : "Pronomen",
"Unknown account" : "Unbekanntes Konto",
@@ -448,6 +448,7 @@
"Generate headline" : "Kopfzeile erzeugen",
"Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.",
"Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte später erneut versuchen.",
"Cannot download file" : "Datei kann nicht heruntergeladen werden",
"Login is too long" : "Der Kontenname ist zu lang"
diff --git a/lib/l10n/el.js b/lib/l10n/el.js
index 677e1364147..58845d72e20 100644
--- a/lib/l10n/el.js
+++ b/lib/l10n/el.js
@@ -105,7 +105,7 @@ OC.L10N.register(
"Profile picture" : "Εικόνα προφίλ",
"About" : "Σχετικά με",
"Headline" : "Τίτλος",
- "Organisation" : "Οργανισμός",
+ "Organization" : "Οργανισμός",
"Role" : "Ρόλος/Θέση",
"Pronouns" : "Αντωνυμίες",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
@@ -233,6 +233,7 @@ OC.L10N.register(
"Summary" : "Σύνοψη",
"Translate" : "Μετάφραση",
"Result" : "Αποτέλεσμα",
+ "Organisation" : "Οργανισμός",
"File is currently busy, please try again later" : "Το αρχείο χρησιμοποιείται αυτή τη στιγμή, παρακαλούμε προσπαθήστε αργότερα",
"Cannot download file" : "Δεν είναι δυνατή η λήψη του αρχείου"
},
diff --git a/lib/l10n/el.json b/lib/l10n/el.json
index 70f34db9a55..0099a9cca35 100644
--- a/lib/l10n/el.json
+++ b/lib/l10n/el.json
@@ -103,7 +103,7 @@
"Profile picture" : "Εικόνα προφίλ",
"About" : "Σχετικά με",
"Headline" : "Τίτλος",
- "Organisation" : "Οργανισμός",
+ "Organization" : "Οργανισμός",
"Role" : "Ρόλος/Θέση",
"Pronouns" : "Αντωνυμίες",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
@@ -231,6 +231,7 @@
"Summary" : "Σύνοψη",
"Translate" : "Μετάφραση",
"Result" : "Αποτέλεσμα",
+ "Organisation" : "Οργανισμός",
"File is currently busy, please try again later" : "Το αρχείο χρησιμοποιείται αυτή τη στιγμή, παρακαλούμε προσπαθήστε αργότερα",
"Cannot download file" : "Δεν είναι δυνατή η λήψη του αρχείου"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index b1a73cec9ad..9fb5272679f 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "About",
"Display name" : "Display name",
"Headline" : "Headline",
- "Organisation" : "Organisation",
+ "Organization" : "Organization",
"Role" : "Role",
"Pronouns" : "Pronouns",
"Unknown account" : "Unknown account",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Generate headline",
"Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.",
"Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "File is currently busy, please try again later",
"Cannot download file" : "Cannot download file",
"Login is too long" : "Login is too long"
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index fb477ccbca3..e18996b6cb5 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -142,7 +142,7 @@
"About" : "About",
"Display name" : "Display name",
"Headline" : "Headline",
- "Organisation" : "Organisation",
+ "Organization" : "Organization",
"Role" : "Role",
"Pronouns" : "Pronouns",
"Unknown account" : "Unknown account",
@@ -448,6 +448,7 @@
"Generate headline" : "Generate headline",
"Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.",
"Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "File is currently busy, please try again later",
"Cannot download file" : "Cannot download file",
"Login is too long" : "Login is too long"
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index f53ec599a0b..3c54dd12f3f 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Acerca de",
"Display name" : "Nombre para mostrar",
"Headline" : "Titular",
- "Organisation" : "Organización",
+ "Organization" : "Organización",
"Role" : "Puesto",
"Pronouns" : "Pronombres",
"Unknown account" : "Cuenta desconocida",
@@ -449,6 +449,7 @@ OC.L10N.register(
"Generate headline" : "Generar titular",
"Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.",
"Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
"Cannot download file" : "No se puede descargar el archivo",
"Login is too long" : "El nombre de inicio de sesión es demasiado largo"
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index a88b6c22513..5c517734ef3 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -142,7 +142,7 @@
"About" : "Acerca de",
"Display name" : "Nombre para mostrar",
"Headline" : "Titular",
- "Organisation" : "Organización",
+ "Organization" : "Organización",
"Role" : "Puesto",
"Pronouns" : "Pronombres",
"Unknown account" : "Cuenta desconocida",
@@ -447,6 +447,7 @@
"Generate headline" : "Generar titular",
"Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.",
"Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
"Cannot download file" : "No se puede descargar el archivo",
"Login is too long" : "El nombre de inicio de sesión es demasiado largo"
diff --git a/lib/l10n/es_419.js b/lib/l10n/es_419.js
index b29c699f2a1..053881fd07b 100644
--- a/lib/l10n/es_419.js
+++ b/lib/l10n/es_419.js
@@ -62,6 +62,7 @@ OC.L10N.register(
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_419.json b/lib/l10n/es_419.json
index 63c2392e20c..8b0cce581e9 100644
--- a/lib/l10n/es_419.json
+++ b/lib/l10n/es_419.json
@@ -60,6 +60,7 @@
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_AR.js b/lib/l10n/es_AR.js
index 665ad506741..a7f98f5f44e 100644
--- a/lib/l10n/es_AR.js
+++ b/lib/l10n/es_AR.js
@@ -53,7 +53,6 @@ OC.L10N.register(
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
"Headline" : "Títular",
- "Organisation" : "Organización",
"Role" : "Rol",
"Pronouns" : "Pronombres",
"Additional settings" : "Configuraciones adicionales",
@@ -147,6 +146,7 @@ OC.L10N.register(
"Summary" : "Resumen",
"Translate" : "Traducir",
"Result" : "Resultado",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, favor de intentarlo más tarde. "
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json
index 3cfdd3c7fa1..e237e98757f 100644
--- a/lib/l10n/es_AR.json
+++ b/lib/l10n/es_AR.json
@@ -51,7 +51,6 @@
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
"Headline" : "Títular",
- "Organisation" : "Organización",
"Role" : "Rol",
"Pronouns" : "Pronombres",
"Additional settings" : "Configuraciones adicionales",
@@ -145,6 +144,7 @@
"Summary" : "Resumen",
"Translate" : "Traducir",
"Result" : "Resultado",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, favor de intentarlo más tarde. "
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/lib/l10n/es_CL.js b/lib/l10n/es_CL.js
index 23370198cbe..c5a52bd6223 100644
--- a/lib/l10n/es_CL.js
+++ b/lib/l10n/es_CL.js
@@ -62,6 +62,7 @@ OC.L10N.register(
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_CL.json b/lib/l10n/es_CL.json
index b5bffbc72d2..338d98d949a 100644
--- a/lib/l10n/es_CL.json
+++ b/lib/l10n/es_CL.json
@@ -60,6 +60,7 @@
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js
index 79a0c455659..554ef16d3b5 100644
--- a/lib/l10n/es_EC.js
+++ b/lib/l10n/es_EC.js
@@ -109,7 +109,7 @@ OC.L10N.register(
"About" : "Acerca de",
"Display name" : "Nombre para mostrar",
"Headline" : "Título",
- "Organisation" : "Organización",
+ "Organization" : "Organización",
"Role" : "Rol",
"Additional settings" : "Configuraciones adicionales",
"Enter the database name for %s" : "Introduce el nombre de la base de datos para %s",
@@ -233,6 +233,7 @@ OC.L10N.register(
"Translate" : "Traducir",
"Target language" : "Lenguaje de destino",
"Result" : "Resultado",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ",
"Cannot download file" : "No se puede descargar el archivo"
},
diff --git a/lib/l10n/es_EC.json b/lib/l10n/es_EC.json
index 128ee289fa2..4fda1eaaeaf 100644
--- a/lib/l10n/es_EC.json
+++ b/lib/l10n/es_EC.json
@@ -107,7 +107,7 @@
"About" : "Acerca de",
"Display name" : "Nombre para mostrar",
"Headline" : "Título",
- "Organisation" : "Organización",
+ "Organization" : "Organización",
"Role" : "Rol",
"Additional settings" : "Configuraciones adicionales",
"Enter the database name for %s" : "Introduce el nombre de la base de datos para %s",
@@ -231,6 +231,7 @@
"Translate" : "Traducir",
"Target language" : "Lenguaje de destino",
"Result" : "Resultado",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ",
"Cannot download file" : "No se puede descargar el archivo"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js
index 26aeeb55bc0..ec1e4df809b 100644
--- a/lib/l10n/es_MX.js
+++ b/lib/l10n/es_MX.js
@@ -119,7 +119,6 @@ OC.L10N.register(
"About" : "Acerca de",
"Display name" : "Nombre para mostrar",
"Headline" : "Título",
- "Organisation" : "Organización",
"Role" : "Cargo",
"Pronouns" : "Pronombre",
"Unknown account" : "Cuenta desconocida",
@@ -378,6 +377,7 @@ OC.L10N.register(
"Generate headline" : "Generar titular",
"Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.",
"Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ",
"Cannot download file" : "No se puede descargar el archivo"
},
diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json
index d6f790fb877..4fe2eb666cf 100644
--- a/lib/l10n/es_MX.json
+++ b/lib/l10n/es_MX.json
@@ -117,7 +117,6 @@
"About" : "Acerca de",
"Display name" : "Nombre para mostrar",
"Headline" : "Título",
- "Organisation" : "Organización",
"Role" : "Cargo",
"Pronouns" : "Pronombre",
"Unknown account" : "Cuenta desconocida",
@@ -376,6 +375,7 @@
"Generate headline" : "Generar titular",
"Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.",
"Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ",
"Cannot download file" : "No se puede descargar el archivo"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
diff --git a/lib/l10n/es_PE.js b/lib/l10n/es_PE.js
index 2ac243d2c1d..40fa8517265 100644
--- a/lib/l10n/es_PE.js
+++ b/lib/l10n/es_PE.js
@@ -61,6 +61,7 @@ OC.L10N.register(
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_PE.json b/lib/l10n/es_PE.json
index e362ba23870..3d72d9f3832 100644
--- a/lib/l10n/es_PE.json
+++ b/lib/l10n/es_PE.json
@@ -59,6 +59,7 @@
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_PY.js b/lib/l10n/es_PY.js
index cc842076563..31c20bf701f 100644
--- a/lib/l10n/es_PY.js
+++ b/lib/l10n/es_PY.js
@@ -61,6 +61,7 @@ OC.L10N.register(
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_PY.json b/lib/l10n/es_PY.json
index d180501b432..09360e92048 100644
--- a/lib/l10n/es_PY.json
+++ b/lib/l10n/es_PY.json
@@ -59,6 +59,7 @@
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js
index f91beddc952..0750bcc9762 100644
--- a/lib/l10n/es_SV.js
+++ b/lib/l10n/es_SV.js
@@ -62,6 +62,7 @@ OC.L10N.register(
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/es_SV.json b/lib/l10n/es_SV.json
index 03eb9b91f75..cddb925b103 100644
--- a/lib/l10n/es_SV.json
+++ b/lib/l10n/es_SV.json
@@ -60,6 +60,7 @@
"Address" : "Dirección",
"Profile picture" : "Foto de perfil",
"About" : "Acerca de",
+ "Organization" : "Organización",
"Additional settings" : "Configuraciones adicionales",
"You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.",
"Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle",
diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js
index e2092211637..41c0f547eed 100644
--- a/lib/l10n/et_EE.js
+++ b/lib/l10n/et_EE.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Info",
"Display name" : "Kuvatav nimi",
"Headline" : "Alapealkiri",
- "Organisation" : "Organisatsioon",
+ "Organization" : "Organisatsioon",
"Role" : "Roll",
"Pronouns" : "Asesõnad pöördumisel",
"Unknown account" : "Tundmatu kasutajakonto",
@@ -400,6 +400,7 @@ OC.L10N.register(
"The desired language to translate the origin text in" : "Keel, millesse lähteteksti tõlgime",
"Result" : "Tulemus",
"The translated text" : "Tõlgitud tekst",
+ "Organisation" : "Organisatsioon",
"File is currently busy, please try again later" : "Fail on hetkel kasutuses, proovi hiljem uuesti",
"Cannot download file" : "Faili pole võimalik alla laadida",
"Login is too long" : "Kasutajanimi on liiga pikk"
diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json
index 78bbd2a7591..df487fc4582 100644
--- a/lib/l10n/et_EE.json
+++ b/lib/l10n/et_EE.json
@@ -142,7 +142,7 @@
"About" : "Info",
"Display name" : "Kuvatav nimi",
"Headline" : "Alapealkiri",
- "Organisation" : "Organisatsioon",
+ "Organization" : "Organisatsioon",
"Role" : "Roll",
"Pronouns" : "Asesõnad pöördumisel",
"Unknown account" : "Tundmatu kasutajakonto",
@@ -398,6 +398,7 @@
"The desired language to translate the origin text in" : "Keel, millesse lähteteksti tõlgime",
"Result" : "Tulemus",
"The translated text" : "Tõlgitud tekst",
+ "Organisation" : "Organisatsioon",
"File is currently busy, please try again later" : "Fail on hetkel kasutuses, proovi hiljem uuesti",
"Cannot download file" : "Faili pole võimalik alla laadida",
"Login is too long" : "Kasutajanimi on liiga pikk"
diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js
index 353f9e8ab5d..e84bd72d9a1 100644
--- a/lib/l10n/eu.js
+++ b/lib/l10n/eu.js
@@ -131,7 +131,7 @@ OC.L10N.register(
"About" : "Honi buruz",
"Display name" : "Erakusteko izena",
"Headline" : "Izenburua",
- "Organisation" : "Erakundea",
+ "Organization" : "Antolakuntza",
"Role" : "Zeregina",
"Pronouns" : "Izenordainak",
"Unknown account" : "Kontu ezezaguna",
@@ -428,6 +428,7 @@ OC.L10N.register(
"Generate headline" : "Sortu izenburua",
"Summarizes text by reducing its length without losing key information." : "Testua laburtzen du bere luzera murrizten informazio baliotsua galdu gabe.",
"Extracts topics from a text and outputs them separated by commas." : "Gaiak ateratzen ditu testu batetik eta komaz banatuta erakusten ditu.",
+ "Organisation" : "Erakundea",
"File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago",
"Cannot download file" : "Ezin da fitxategia deskargatu"
},
diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json
index 1851e22e179..a444e6dfb07 100644
--- a/lib/l10n/eu.json
+++ b/lib/l10n/eu.json
@@ -129,7 +129,7 @@
"About" : "Honi buruz",
"Display name" : "Erakusteko izena",
"Headline" : "Izenburua",
- "Organisation" : "Erakundea",
+ "Organization" : "Antolakuntza",
"Role" : "Zeregina",
"Pronouns" : "Izenordainak",
"Unknown account" : "Kontu ezezaguna",
@@ -426,6 +426,7 @@
"Generate headline" : "Sortu izenburua",
"Summarizes text by reducing its length without losing key information." : "Testua laburtzen du bere luzera murrizten informazio baliotsua galdu gabe.",
"Extracts topics from a text and outputs them separated by commas." : "Gaiak ateratzen ditu testu batetik eta komaz banatuta erakusten ditu.",
+ "Organisation" : "Erakundea",
"File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago",
"Cannot download file" : "Ezin da fitxategia deskargatu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js
index da77202e434..12ed6178bcf 100644
--- a/lib/l10n/fa.js
+++ b/lib/l10n/fa.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "درباره",
"Display name" : "نام نمایشی",
"Headline" : "عنوان",
- "Organisation" : "سازمان",
+ "Organization" : "سازمانی",
"Role" : "نقش",
"Pronouns" : "ضمایر",
"Unknown account" : "حساب ناشناخته",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "تولید عنوان",
"Summarizes text by reducing its length without losing key information." : "متن را با کاهش طول آن و بدون از دست دادن اطلاعات کلیدی، خلاصهسازی میکند.",
"Extracts topics from a text and outputs them separated by commas." : "موضوعات را از یک متن استخراج کرده و با کاما جدا شده خروجی میدهد.",
+ "Organisation" : "سازمان",
"File is currently busy, please try again later" : "فایل در حال حاضر مشغول است، لطفا مجددا تلاش کنید",
"Cannot download file" : "نمیتوان پرونده را بارگرفت",
"Login is too long" : "نام کاربری بیش از حد طولانی است"
diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json
index 7fda24b1e51..238a1503b53 100644
--- a/lib/l10n/fa.json
+++ b/lib/l10n/fa.json
@@ -142,7 +142,7 @@
"About" : "درباره",
"Display name" : "نام نمایشی",
"Headline" : "عنوان",
- "Organisation" : "سازمان",
+ "Organization" : "سازمانی",
"Role" : "نقش",
"Pronouns" : "ضمایر",
"Unknown account" : "حساب ناشناخته",
@@ -448,6 +448,7 @@
"Generate headline" : "تولید عنوان",
"Summarizes text by reducing its length without losing key information." : "متن را با کاهش طول آن و بدون از دست دادن اطلاعات کلیدی، خلاصهسازی میکند.",
"Extracts topics from a text and outputs them separated by commas." : "موضوعات را از یک متن استخراج کرده و با کاما جدا شده خروجی میدهد.",
+ "Organisation" : "سازمان",
"File is currently busy, please try again later" : "فایل در حال حاضر مشغول است، لطفا مجددا تلاش کنید",
"Cannot download file" : "نمیتوان پرونده را بارگرفت",
"Login is too long" : "نام کاربری بیش از حد طولانی است"
diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js
index fdabc59a9e1..e49b4108310 100644
--- a/lib/l10n/fi.js
+++ b/lib/l10n/fi.js
@@ -99,7 +99,6 @@ OC.L10N.register(
"About" : "Tietoja",
"Display name" : "Näyttönimi",
"Headline" : "Otsikko",
- "Organisation" : "Organisaatio",
"Role" : "Rooli",
"Unknown account" : "Tuntematon tili",
"Additional settings" : "Lisäasetukset",
@@ -219,6 +218,7 @@ OC.L10N.register(
"Translate" : "Käännä",
"Target language" : "Kohdekieli",
"Result" : "Tulos",
+ "Organisation" : "Organisaatio",
"File is currently busy, please try again later" : "Tiedosto on parhaillaan käytössä, yritä myöhemmin uudelleen",
"Cannot download file" : "Tiedostoa ei voi ladata"
},
diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json
index a2b35c13827..ddd61ef1eb9 100644
--- a/lib/l10n/fi.json
+++ b/lib/l10n/fi.json
@@ -97,7 +97,6 @@
"About" : "Tietoja",
"Display name" : "Näyttönimi",
"Headline" : "Otsikko",
- "Organisation" : "Organisaatio",
"Role" : "Rooli",
"Unknown account" : "Tuntematon tili",
"Additional settings" : "Lisäasetukset",
@@ -217,6 +216,7 @@
"Translate" : "Käännä",
"Target language" : "Kohdekieli",
"Result" : "Tulos",
+ "Organisation" : "Organisaatio",
"File is currently busy, please try again later" : "Tiedosto on parhaillaan käytössä, yritä myöhemmin uudelleen",
"Cannot download file" : "Tiedostoa ei voi ladata"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index bcdeeeabd83..285387d94a1 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "À propos",
"Display name" : "Nom d'affichage",
"Headline" : "Titre",
- "Organisation" : "Organisme",
+ "Organization" : "Organisation",
"Role" : "Fonction",
"Pronouns" : "Pronoms",
"Unknown account" : "Compte inconnu",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Générer un titre",
"Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.",
"Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.",
+ "Organisation" : "Organisme",
"File is currently busy, please try again later" : "Le fichier est actuellement utilisé, veuillez réessayer plus tard",
"Cannot download file" : "Impossible de télécharger le fichier",
"Login is too long" : "L'authentification est trop longue"
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index e6d19d589f0..7405ab4d990 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -142,7 +142,7 @@
"About" : "À propos",
"Display name" : "Nom d'affichage",
"Headline" : "Titre",
- "Organisation" : "Organisme",
+ "Organization" : "Organisation",
"Role" : "Fonction",
"Pronouns" : "Pronoms",
"Unknown account" : "Compte inconnu",
@@ -448,6 +448,7 @@
"Generate headline" : "Générer un titre",
"Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.",
"Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.",
+ "Organisation" : "Organisme",
"File is currently busy, please try again later" : "Le fichier est actuellement utilisé, veuillez réessayer plus tard",
"Cannot download file" : "Impossible de télécharger le fichier",
"Login is too long" : "L'authentification est trop longue"
diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js
index 481a89b9f06..4815f14d0a1 100644
--- a/lib/l10n/ga.js
+++ b/lib/l10n/ga.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Faoi",
"Display name" : "Ainm taispeána",
"Headline" : "Ceannlíne",
- "Organisation" : "Eagraíocht",
+ "Organization" : "Eagraíocht",
"Role" : "Ról",
"Pronouns" : "Forainmneacha",
"Unknown account" : "Cuntas anaithnid",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Gin ceannlíne",
"Summarizes text by reducing its length without losing key information." : "Déanann sé achoimre ar théacs trína fhad a laghdú gan eochairfhaisnéis a chailliúint.",
"Extracts topics from a text and outputs them separated by commas." : "Sliocht topaicí as téacs agus aschuir iad scartha le camóga.",
+ "Organisation" : "Eagraíocht",
"File is currently busy, please try again later" : "Tá an comhad gnóthach faoi láthair, bain triail eile as ar ball le do thoil",
"Cannot download file" : "Ní féidir an comhad a íoslódáil",
"Login is too long" : "Tá logáil isteach ró-fhada"
diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json
index 669754526c2..b601cb06aca 100644
--- a/lib/l10n/ga.json
+++ b/lib/l10n/ga.json
@@ -142,7 +142,7 @@
"About" : "Faoi",
"Display name" : "Ainm taispeána",
"Headline" : "Ceannlíne",
- "Organisation" : "Eagraíocht",
+ "Organization" : "Eagraíocht",
"Role" : "Ról",
"Pronouns" : "Forainmneacha",
"Unknown account" : "Cuntas anaithnid",
@@ -448,6 +448,7 @@
"Generate headline" : "Gin ceannlíne",
"Summarizes text by reducing its length without losing key information." : "Déanann sé achoimre ar théacs trína fhad a laghdú gan eochairfhaisnéis a chailliúint.",
"Extracts topics from a text and outputs them separated by commas." : "Sliocht topaicí as téacs agus aschuir iad scartha le camóga.",
+ "Organisation" : "Eagraíocht",
"File is currently busy, please try again later" : "Tá an comhad gnóthach faoi láthair, bain triail eile as ar ball le do thoil",
"Cannot download file" : "Ní féidir an comhad a íoslódáil",
"Login is too long" : "Tá logáil isteach ró-fhada"
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js
index adcd145ae66..6318028550f 100644
--- a/lib/l10n/gl.js
+++ b/lib/l10n/gl.js
@@ -142,7 +142,6 @@ OC.L10N.register(
"About" : "Sobre",
"Display name" : "Nome para amosar",
"Headline" : "Titular",
- "Organisation" : "Organización",
"Role" : "Cargo",
"Pronouns" : "Pronomes",
"Unknown account" : "Conta descoñecida",
@@ -441,6 +440,7 @@ OC.L10N.register(
"Generate headline" : "Xerar titular",
"Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.",
"Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "O ficheiro está ocupado neste momento, ténteo máis adiante.",
"Cannot download file" : "Non é posíbel descargar o ficheiro"
},
diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json
index ea8fc00b36c..dee39bf1ac5 100644
--- a/lib/l10n/gl.json
+++ b/lib/l10n/gl.json
@@ -140,7 +140,6 @@
"About" : "Sobre",
"Display name" : "Nome para amosar",
"Headline" : "Titular",
- "Organisation" : "Organización",
"Role" : "Cargo",
"Pronouns" : "Pronomes",
"Unknown account" : "Conta descoñecida",
@@ -439,6 +438,7 @@
"Generate headline" : "Xerar titular",
"Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.",
"Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.",
+ "Organisation" : "Organización",
"File is currently busy, please try again later" : "O ficheiro está ocupado neste momento, ténteo máis adiante.",
"Cannot download file" : "Non é posíbel descargar o ficheiro"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js
index 9d8f5fdd20a..792c3ecf87f 100644
--- a/lib/l10n/hr.js
+++ b/lib/l10n/hr.js
@@ -99,7 +99,6 @@ OC.L10N.register(
"Profile picture" : "Profilna slika",
"About" : "Informacije",
"Headline" : "Naslov",
- "Organisation" : "Organizacija",
"Role" : "Uloga",
"Additional settings" : "Dodatne postavke",
"You need to enter details of an existing account." : "Trebate unijeti informacije o postojećem računu.",
@@ -200,6 +199,7 @@ OC.L10N.register(
"Summary" : "Sažetak",
"Translate" : "Prevedi",
"Result" : "Rezultat",
+ "Organisation" : "Organizacija",
"File is currently busy, please try again later" : "Datoteka je trenutno zauzeta, pokušajte ponovo kasnije"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
diff --git a/lib/l10n/hr.json b/lib/l10n/hr.json
index 1fb76436871..71ea17ced9c 100644
--- a/lib/l10n/hr.json
+++ b/lib/l10n/hr.json
@@ -97,7 +97,6 @@
"Profile picture" : "Profilna slika",
"About" : "Informacije",
"Headline" : "Naslov",
- "Organisation" : "Organizacija",
"Role" : "Uloga",
"Additional settings" : "Dodatne postavke",
"You need to enter details of an existing account." : "Trebate unijeti informacije o postojećem računu.",
@@ -198,6 +197,7 @@
"Summary" : "Sažetak",
"Translate" : "Prevedi",
"Result" : "Rezultat",
+ "Organisation" : "Organizacija",
"File is currently busy, please try again later" : "Datoteka je trenutno zauzeta, pokušajte ponovo kasnije"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}
\ No newline at end of file
diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js
index 21d0f6b986f..886653b9095 100644
--- a/lib/l10n/hu.js
+++ b/lib/l10n/hu.js
@@ -113,7 +113,7 @@ OC.L10N.register(
"About" : "Névjegy",
"Display name" : "Megjelenítendő név",
"Headline" : "Címsor",
- "Organisation" : "Szervezet",
+ "Organization" : "Szervezet",
"Role" : "Szerepkör",
"Additional settings" : "További beállítások",
"Enter the database name for %s" : "Adja meg a %s adatbázisának nevét",
@@ -247,6 +247,7 @@ OC.L10N.register(
"Generate headline" : "Címsor előállítása",
"Summarizes text by reducing its length without losing key information." : "Összesíti a szöveget a hosszúság csökkentésével anélkül, hogy a kulcsinformációk elvesznének.",
"Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti.",
+ "Organisation" : "Szervezet",
"File is currently busy, please try again later" : "A fájl jelenleg foglalt, próbálja újra később",
"Cannot download file" : "A fájl nem tölthető le"
},
diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json
index e40d8174716..266831728ba 100644
--- a/lib/l10n/hu.json
+++ b/lib/l10n/hu.json
@@ -111,7 +111,7 @@
"About" : "Névjegy",
"Display name" : "Megjelenítendő név",
"Headline" : "Címsor",
- "Organisation" : "Szervezet",
+ "Organization" : "Szervezet",
"Role" : "Szerepkör",
"Additional settings" : "További beállítások",
"Enter the database name for %s" : "Adja meg a %s adatbázisának nevét",
@@ -245,6 +245,7 @@
"Generate headline" : "Címsor előállítása",
"Summarizes text by reducing its length without losing key information." : "Összesíti a szöveget a hosszúság csökkentésével anélkül, hogy a kulcsinformációk elvesznének.",
"Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti.",
+ "Organisation" : "Szervezet",
"File is currently busy, please try again later" : "A fájl jelenleg foglalt, próbálja újra később",
"Cannot download file" : "A fájl nem tölthető le"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/is.js b/lib/l10n/is.js
index 48c2e7cfb57..dca5eeea0c7 100644
--- a/lib/l10n/is.js
+++ b/lib/l10n/is.js
@@ -131,7 +131,7 @@ OC.L10N.register(
"About" : "Um hugbúnaðinn",
"Display name" : "Birtingarnafn",
"Headline" : "Fyrirsögn",
- "Organisation" : "Stofnun/Félag/Fyrirtæki",
+ "Organization" : "Stofnun/Samtök/Félag",
"Role" : "Role",
"Pronouns" : "Fornöfn",
"Unknown account" : "Óþekktur aðgangur",
@@ -306,6 +306,7 @@ OC.L10N.register(
"Generate headline" : "Útbúa fyrirsögn",
"Summarizes text by reducing its length without losing key information." : "Tekur saman aðalatriði texta með því að stytta hann án þess að tapa mikilvægustu upplýsingum.",
"Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum.",
+ "Organisation" : "Stofnun/Félag/Fyrirtæki",
"File is currently busy, please try again later" : "Skráin er upptekin í augnablikinu, reyndu aftur síðar",
"Cannot download file" : "Get ekki sótt skrá"
},
diff --git a/lib/l10n/is.json b/lib/l10n/is.json
index a318ed36098..d49fa292bb1 100644
--- a/lib/l10n/is.json
+++ b/lib/l10n/is.json
@@ -129,7 +129,7 @@
"About" : "Um hugbúnaðinn",
"Display name" : "Birtingarnafn",
"Headline" : "Fyrirsögn",
- "Organisation" : "Stofnun/Félag/Fyrirtæki",
+ "Organization" : "Stofnun/Samtök/Félag",
"Role" : "Role",
"Pronouns" : "Fornöfn",
"Unknown account" : "Óþekktur aðgangur",
@@ -304,6 +304,7 @@
"Generate headline" : "Útbúa fyrirsögn",
"Summarizes text by reducing its length without losing key information." : "Tekur saman aðalatriði texta með því að stytta hann án þess að tapa mikilvægustu upplýsingum.",
"Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum.",
+ "Organisation" : "Stofnun/Félag/Fyrirtæki",
"File is currently busy, please try again later" : "Skráin er upptekin í augnablikinu, reyndu aftur síðar",
"Cannot download file" : "Get ekki sótt skrá"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 6ff6c4be9be..8a0eee588fe 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -117,7 +117,7 @@ OC.L10N.register(
"About" : "Informazioni",
"Display name" : "Nome visualizzato",
"Headline" : "Titolo",
- "Organisation" : "Organizzazione",
+ "Organization" : "Organizzazione",
"Role" : "Ruolo",
"Pronouns" : "Pronomi",
"Unknown account" : "Account sconosciuto",
@@ -267,6 +267,7 @@ OC.L10N.register(
"Generate headline" : "Genera titolo",
"Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.",
"Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.",
+ "Organisation" : "Organizzazione",
"File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi",
"Cannot download file" : "Impossibile scaricare il file"
},
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index bdc6eace836..a8aa61d17d8 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -115,7 +115,7 @@
"About" : "Informazioni",
"Display name" : "Nome visualizzato",
"Headline" : "Titolo",
- "Organisation" : "Organizzazione",
+ "Organization" : "Organizzazione",
"Role" : "Ruolo",
"Pronouns" : "Pronomi",
"Unknown account" : "Account sconosciuto",
@@ -265,6 +265,7 @@
"Generate headline" : "Genera titolo",
"Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.",
"Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.",
+ "Organisation" : "Organizzazione",
"File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi",
"Cannot download file" : "Impossibile scaricare il file"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 72a4b6f133b..a97a74306a9 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "詳細",
"Display name" : "表示名",
"Headline" : "見出し",
- "Organisation" : "組織",
+ "Organization" : "共同作業",
"Role" : "ロール",
"Pronouns" : "代名詞",
"Unknown account" : "不明なアカウント",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "見出しの生成",
"Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。",
"Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。",
+ "Organisation" : "組織",
"File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。",
"Cannot download file" : "ファイルをダウンロードできません",
"Login is too long" : "ログインが長すぎます"
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 5a6af204f01..e51cabebf36 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -142,7 +142,7 @@
"About" : "詳細",
"Display name" : "表示名",
"Headline" : "見出し",
- "Organisation" : "組織",
+ "Organization" : "共同作業",
"Role" : "ロール",
"Pronouns" : "代名詞",
"Unknown account" : "不明なアカウント",
@@ -448,6 +448,7 @@
"Generate headline" : "見出しの生成",
"Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。",
"Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。",
+ "Organisation" : "組織",
"File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。",
"Cannot download file" : "ファイルをダウンロードできません",
"Login is too long" : "ログインが長すぎます"
diff --git a/lib/l10n/ka.js b/lib/l10n/ka.js
index 706ba8411db..eb341cb81ee 100644
--- a/lib/l10n/ka.js
+++ b/lib/l10n/ka.js
@@ -108,7 +108,7 @@ OC.L10N.register(
"About" : "About",
"Display name" : "Display name",
"Headline" : "Headline",
- "Organisation" : "Organisation",
+ "Organization" : "Organization",
"Role" : "Role",
"Additional settings" : "Additional settings",
"Enter the database name for %s" : "Enter the database name for %s",
@@ -239,6 +239,7 @@ OC.L10N.register(
"Generate headline" : "Generate headline",
"Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.",
"Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "File is currently busy, please try again later",
"Cannot download file" : "Cannot download file"
},
diff --git a/lib/l10n/ka.json b/lib/l10n/ka.json
index 9ae23be8656..14882187d5d 100644
--- a/lib/l10n/ka.json
+++ b/lib/l10n/ka.json
@@ -106,7 +106,7 @@
"About" : "About",
"Display name" : "Display name",
"Headline" : "Headline",
- "Organisation" : "Organisation",
+ "Organization" : "Organization",
"Role" : "Role",
"Additional settings" : "Additional settings",
"Enter the database name for %s" : "Enter the database name for %s",
@@ -237,6 +237,7 @@
"Generate headline" : "Generate headline",
"Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.",
"Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "File is currently busy, please try again later",
"Cannot download file" : "Cannot download file"
},"pluralForm" :"nplurals=2; plural=(n!=1);"
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js
index 41178d953f3..f083f57b908 100644
--- a/lib/l10n/ko.js
+++ b/lib/l10n/ko.js
@@ -110,7 +110,7 @@ OC.L10N.register(
"About" : "정보",
"Display name" : "표시 이름",
"Headline" : "표제",
- "Organisation" : "조직",
+ "Organization" : "개인 정보 관리",
"Role" : "직책",
"Unknown account" : "알 수 없는 계정",
"Additional settings" : "고급 설정",
@@ -258,6 +258,7 @@ OC.L10N.register(
"Generate headline" : "헤드라인 생성",
"Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.",
"Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.",
+ "Organisation" : "조직",
"File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오",
"Cannot download file" : "파일을 다운로드할 수 없음"
},
diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json
index 409bc07408d..981836aa2ce 100644
--- a/lib/l10n/ko.json
+++ b/lib/l10n/ko.json
@@ -108,7 +108,7 @@
"About" : "정보",
"Display name" : "표시 이름",
"Headline" : "표제",
- "Organisation" : "조직",
+ "Organization" : "개인 정보 관리",
"Role" : "직책",
"Unknown account" : "알 수 없는 계정",
"Additional settings" : "고급 설정",
@@ -256,6 +256,7 @@
"Generate headline" : "헤드라인 생성",
"Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.",
"Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.",
+ "Organisation" : "조직",
"File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오",
"Cannot download file" : "파일을 다운로드할 수 없음"
},"pluralForm" :"nplurals=1; plural=0;"
diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js
index 8f4044127d9..a92e6d9a240 100644
--- a/lib/l10n/lt_LT.js
+++ b/lib/l10n/lt_LT.js
@@ -88,7 +88,7 @@ OC.L10N.register(
"Profile picture" : "Profilio paveikslėlis",
"About" : "Apie",
"Headline" : "Antraštė",
- "Organisation" : "Organizacija",
+ "Organization" : "Organizavimas",
"Role" : "Vaidmuo",
"Unknown account" : "Nežinoma paskyra",
"Additional settings" : "Papildomi nustatymai",
@@ -183,6 +183,7 @@ OC.L10N.register(
"Text" : "Tekstas",
"Summary" : "Santrauka",
"Translate" : "Verskite",
+ "Organisation" : "Organizacija",
"File is currently busy, please try again later" : "Failas šiuo metu yra užimtas, prašome vėliau pabandyti dar kartą",
"Cannot download file" : "Nepavyksta atsisiųsti failo"
},
diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json
index d7ab36c7f46..14fd7c57f04 100644
--- a/lib/l10n/lt_LT.json
+++ b/lib/l10n/lt_LT.json
@@ -86,7 +86,7 @@
"Profile picture" : "Profilio paveikslėlis",
"About" : "Apie",
"Headline" : "Antraštė",
- "Organisation" : "Organizacija",
+ "Organization" : "Organizavimas",
"Role" : "Vaidmuo",
"Unknown account" : "Nežinoma paskyra",
"Additional settings" : "Papildomi nustatymai",
@@ -181,6 +181,7 @@
"Text" : "Tekstas",
"Summary" : "Santrauka",
"Translate" : "Verskite",
+ "Organisation" : "Organizacija",
"File is currently busy, please try again later" : "Failas šiuo metu yra užimtas, prašome vėliau pabandyti dar kartą",
"Cannot download file" : "Nepavyksta atsisiųsti failo"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js
index 01c7c4a17f8..24487bf9aa6 100644
--- a/lib/l10n/mk.js
+++ b/lib/l10n/mk.js
@@ -109,7 +109,6 @@ OC.L10N.register(
"About" : "За",
"Display name" : "Име и презиме",
"Headline" : "Наслов",
- "Organisation" : "Организација",
"Role" : "Улога",
"Additional settings" : "Дополнителни параметри",
"Enter the database name for %s" : "Внесете го името на базата за %s",
@@ -232,6 +231,7 @@ OC.L10N.register(
"Summary" : "Резиме",
"Translate" : "Преведи",
"Generate headline" : "Генерирај заглавие",
+ "Organisation" : "Организација",
"File is currently busy, please try again later" : "Датотеката моментално е зафатена, обидете се повторно",
"Cannot download file" : "Не може да се преземе датотеката"
},
diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json
index c83132cc235..465323a1513 100644
--- a/lib/l10n/mk.json
+++ b/lib/l10n/mk.json
@@ -107,7 +107,6 @@
"About" : "За",
"Display name" : "Име и презиме",
"Headline" : "Наслов",
- "Organisation" : "Организација",
"Role" : "Улога",
"Additional settings" : "Дополнителни параметри",
"Enter the database name for %s" : "Внесете го името на базата за %s",
@@ -230,6 +229,7 @@
"Summary" : "Резиме",
"Translate" : "Преведи",
"Generate headline" : "Генерирај заглавие",
+ "Organisation" : "Организација",
"File is currently busy, please try again later" : "Датотеката моментално е зафатена, обидете се повторно",
"Cannot download file" : "Не може да се преземе датотеката"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js
index d2f0b2729e4..da8613ccafb 100644
--- a/lib/l10n/nb.js
+++ b/lib/l10n/nb.js
@@ -124,7 +124,7 @@ OC.L10N.register(
"About" : "Om",
"Display name" : "Visningsnavn",
"Headline" : "Overskrift",
- "Organisation" : "Organisasion",
+ "Organization" : "Organisering",
"Role" : "Rolle",
"Pronouns" : "Pronomen",
"Unknown account" : "Ukjent konto",
@@ -368,6 +368,7 @@ OC.L10N.register(
"Generate headline" : "Generer overskrift",
"Summarizes text by reducing its length without losing key information." : "Oppsummerer tekst ved å redusere lengden uten å miste nøkkelinformasjon.",
"Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma.",
+ "Organisation" : "Organisasion",
"File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere",
"Cannot download file" : "Kan ikke laste ned fil"
},
diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json
index 22a46d78df6..b9442e11952 100644
--- a/lib/l10n/nb.json
+++ b/lib/l10n/nb.json
@@ -122,7 +122,7 @@
"About" : "Om",
"Display name" : "Visningsnavn",
"Headline" : "Overskrift",
- "Organisation" : "Organisasion",
+ "Organization" : "Organisering",
"Role" : "Rolle",
"Pronouns" : "Pronomen",
"Unknown account" : "Ukjent konto",
@@ -366,6 +366,7 @@
"Generate headline" : "Generer overskrift",
"Summarizes text by reducing its length without losing key information." : "Oppsummerer tekst ved å redusere lengden uten å miste nøkkelinformasjon.",
"Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma.",
+ "Organisation" : "Organisasion",
"File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere",
"Cannot download file" : "Kan ikke laste ned fil"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 66af2d8ba2b..f5c0fd369f2 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -108,7 +108,7 @@ OC.L10N.register(
"About" : "Over",
"Display name" : "Weergave naam",
"Headline" : "Hoofdlijn",
- "Organisation" : "Organisatie",
+ "Organization" : "Organisatie",
"Role" : "Rol",
"Additional settings" : "Aanvullende instellingen",
"You need to enter details of an existing account." : "Geef de details van een bestaand account op.",
@@ -231,6 +231,7 @@ OC.L10N.register(
"Summary" : "Samenvatting",
"Translate" : "Vertaal",
"Result" : "Resultaat",
+ "Organisation" : "Organisatie",
"File is currently busy, please try again later" : "Bestandsverwerking bezig, probeer het later opnieuw"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index c2bb3c5831b..3251a757fe6 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -106,7 +106,7 @@
"About" : "Over",
"Display name" : "Weergave naam",
"Headline" : "Hoofdlijn",
- "Organisation" : "Organisatie",
+ "Organization" : "Organisatie",
"Role" : "Rol",
"Additional settings" : "Aanvullende instellingen",
"You need to enter details of an existing account." : "Geef de details van een bestaand account op.",
@@ -229,6 +229,7 @@
"Summary" : "Samenvatting",
"Translate" : "Vertaal",
"Result" : "Resultaat",
+ "Organisation" : "Organisatie",
"File is currently busy, please try again later" : "Bestandsverwerking bezig, probeer het later opnieuw"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js
index d20cfe78083..2e477fe89ca 100644
--- a/lib/l10n/oc.js
+++ b/lib/l10n/oc.js
@@ -42,7 +42,6 @@ OC.L10N.register(
"Profile picture" : "Imatge de perfil",
"About" : "A prepaus",
"Headline" : "Títol",
- "Organisation" : "Organizacion",
"Role" : "Ròtle",
"Additional settings" : "Paramètres addicionals",
"Set an admin password." : "Definir un senhal admin.",
@@ -71,6 +70,7 @@ OC.L10N.register(
"Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible",
"Chat" : "Messatjariá",
"Text" : "Tèxt",
- "Translate" : "Tradurre"
+ "Translate" : "Tradurre",
+ "Organisation" : "Organizacion"
},
"nplurals=2; plural=(n > 1);");
diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json
index 41c70bf329b..026f70b6b19 100644
--- a/lib/l10n/oc.json
+++ b/lib/l10n/oc.json
@@ -40,7 +40,6 @@
"Profile picture" : "Imatge de perfil",
"About" : "A prepaus",
"Headline" : "Títol",
- "Organisation" : "Organizacion",
"Role" : "Ròtle",
"Additional settings" : "Paramètres addicionals",
"Set an admin password." : "Definir un senhal admin.",
@@ -69,6 +68,7 @@
"Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible",
"Chat" : "Messatjariá",
"Text" : "Tèxt",
- "Translate" : "Tradurre"
+ "Translate" : "Tradurre",
+ "Organisation" : "Organizacion"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index 884ae246664..18d48c362b1 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Informacje",
"Display name" : "Wyświetlana nazwa",
"Headline" : "Nagłówek",
- "Organisation" : "Organizacja",
+ "Organization" : "Organizacja",
"Role" : "Rola społeczna",
"Pronouns" : "Zaimki",
"Unknown account" : "Nieznane konto",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Wygeneruj nagłówek",
"Summarizes text by reducing its length without losing key information." : "Podsumowuje tekst, zmniejszając jego długość bez utraty kluczowych informacji.",
"Extracts topics from a text and outputs them separated by commas." : "Wyodrębnia tematy z tekstu i wyświetla je oddzielone przecinkami.",
+ "Organisation" : "Organizacja",
"File is currently busy, please try again later" : "Plik jest obecnie niedostępny, spróbuj później",
"Cannot download file" : "Nie można pobrać pliku",
"Login is too long" : "Login jest zbyt długi"
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json
index cfdcc25a3a3..63a92848d4c 100644
--- a/lib/l10n/pl.json
+++ b/lib/l10n/pl.json
@@ -142,7 +142,7 @@
"About" : "Informacje",
"Display name" : "Wyświetlana nazwa",
"Headline" : "Nagłówek",
- "Organisation" : "Organizacja",
+ "Organization" : "Organizacja",
"Role" : "Rola społeczna",
"Pronouns" : "Zaimki",
"Unknown account" : "Nieznane konto",
@@ -448,6 +448,7 @@
"Generate headline" : "Wygeneruj nagłówek",
"Summarizes text by reducing its length without losing key information." : "Podsumowuje tekst, zmniejszając jego długość bez utraty kluczowych informacji.",
"Extracts topics from a text and outputs them separated by commas." : "Wyodrębnia tematy z tekstu i wyświetla je oddzielone przecinkami.",
+ "Organisation" : "Organizacja",
"File is currently busy, please try again later" : "Plik jest obecnie niedostępny, spróbuj później",
"Cannot download file" : "Nie można pobrać pliku",
"Login is too long" : "Login jest zbyt długi"
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index af2d50b9d1c..e4759d1262f 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Sobre",
"Display name" : "Nome de exibição",
"Headline" : "Título",
- "Organisation" : "Organização",
+ "Organization" : "Organização",
"Role" : "Função",
"Pronouns" : "Pronomes",
"Unknown account" : "Conta desconhecida",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Gerar título",
"Summarizes text by reducing its length without losing key information." : "Resume o texto reduzindo seu comprimento sem perder informações importantes.",
"Extracts topics from a text and outputs them separated by commas." : "Extrai temas de um texto e os exibe separados por vírgulas.",
+ "Organisation" : "Organização",
"File is currently busy, please try again later" : "O arquivo está ocupado, tente novamente mais tarde",
"Cannot download file" : "Não é possível baixar o arquivo",
"Login is too long" : "Login é muito longo"
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 3c28e56e91d..70e525bdb12 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -142,7 +142,7 @@
"About" : "Sobre",
"Display name" : "Nome de exibição",
"Headline" : "Título",
- "Organisation" : "Organização",
+ "Organization" : "Organização",
"Role" : "Função",
"Pronouns" : "Pronomes",
"Unknown account" : "Conta desconhecida",
@@ -448,6 +448,7 @@
"Generate headline" : "Gerar título",
"Summarizes text by reducing its length without losing key information." : "Resume o texto reduzindo seu comprimento sem perder informações importantes.",
"Extracts topics from a text and outputs them separated by commas." : "Extrai temas de um texto e os exibe separados por vírgulas.",
+ "Organisation" : "Organização",
"File is currently busy, please try again later" : "O arquivo está ocupado, tente novamente mais tarde",
"Cannot download file" : "Não é possível baixar o arquivo",
"Login is too long" : "Login é muito longo"
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js
index 937cd4b983a..d4e0cbc6aa9 100644
--- a/lib/l10n/pt_PT.js
+++ b/lib/l10n/pt_PT.js
@@ -85,7 +85,6 @@ OC.L10N.register(
"About" : "Sobre",
"Display name" : "Nome a exibir",
"Headline" : "Título ",
- "Organisation" : "Organização",
"Role" : "Função",
"Additional settings" : "Definições adicionais",
"You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.",
@@ -178,6 +177,7 @@ OC.L10N.register(
"Text" : "Texto",
"Summary" : "Resumo",
"Translate" : "Traduzir",
+ "Organisation" : "Organização",
"File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde",
"Cannot download file" : "Não é possível transferir o ficheiro"
},
diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json
index d8955a0796a..01ce60cb2c7 100644
--- a/lib/l10n/pt_PT.json
+++ b/lib/l10n/pt_PT.json
@@ -83,7 +83,6 @@
"About" : "Sobre",
"Display name" : "Nome a exibir",
"Headline" : "Título ",
- "Organisation" : "Organização",
"Role" : "Função",
"Additional settings" : "Definições adicionais",
"You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.",
@@ -176,6 +175,7 @@
"Text" : "Texto",
"Summary" : "Resumo",
"Translate" : "Traduzir",
+ "Organisation" : "Organização",
"File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde",
"Cannot download file" : "Não é possível transferir o ficheiro"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js
index 2569614450c..c66f1cf79ec 100644
--- a/lib/l10n/ro.js
+++ b/lib/l10n/ro.js
@@ -106,7 +106,6 @@ OC.L10N.register(
"About" : "Despre",
"Display name" : "Nume afișat",
"Headline" : "Titlu",
- "Organisation" : "Organizație",
"Role" : "Rol",
"Additional settings" : "Setări adiționale",
"Enter the database name for %s" : "Introduceți numele bazei de date pentru %s",
@@ -235,6 +234,7 @@ OC.L10N.register(
"Generate headline" : "Generează titlu",
"Summarizes text by reducing its length without losing key information." : "Rezumă textul prin reducerea lungimii acestuia, fără a pierde informațiile cheie.",
"Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă.",
+ "Organisation" : "Organizație",
"File is currently busy, please try again later" : "Fișierul este blocat momentan, încercați din nou mai târziu",
"Cannot download file" : "Fișierul nu se poate descărca"
},
diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json
index 52618242974..a6a03a43075 100644
--- a/lib/l10n/ro.json
+++ b/lib/l10n/ro.json
@@ -104,7 +104,6 @@
"About" : "Despre",
"Display name" : "Nume afișat",
"Headline" : "Titlu",
- "Organisation" : "Organizație",
"Role" : "Rol",
"Additional settings" : "Setări adiționale",
"Enter the database name for %s" : "Introduceți numele bazei de date pentru %s",
@@ -233,6 +232,7 @@
"Generate headline" : "Generează titlu",
"Summarizes text by reducing its length without losing key information." : "Rezumă textul prin reducerea lungimii acestuia, fără a pierde informațiile cheie.",
"Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă.",
+ "Organisation" : "Organizație",
"File is currently busy, please try again later" : "Fișierul este blocat momentan, încercați din nou mai târziu",
"Cannot download file" : "Fișierul nu se poate descărca"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 92337e27833..07ca8447c66 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "О себе",
"Display name" : "Отображаемое имя",
"Headline" : "Заголовок",
- "Organisation" : "Организация",
+ "Organization" : "Организация",
"Role" : "Роль",
"Pronouns" : "Местоимения",
"Unknown account" : "Неизвестный аккаунт",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Сгенерировать заголовок",
"Summarizes text by reducing its length without losing key information." : "Обобщает текст, сокращая его длину без потери ключевой информации.",
"Extracts topics from a text and outputs them separated by commas." : "Извлекает темы из текста и выводит их через запятую.",
+ "Organisation" : "Организация",
"File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.",
"Cannot download file" : "Не удалось скачать файл",
"Login is too long" : "Имя пользователя слишком длинное"
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index 590ad80b5b7..47b6f13d325 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -142,7 +142,7 @@
"About" : "О себе",
"Display name" : "Отображаемое имя",
"Headline" : "Заголовок",
- "Organisation" : "Организация",
+ "Organization" : "Организация",
"Role" : "Роль",
"Pronouns" : "Местоимения",
"Unknown account" : "Неизвестный аккаунт",
@@ -448,6 +448,7 @@
"Generate headline" : "Сгенерировать заголовок",
"Summarizes text by reducing its length without losing key information." : "Обобщает текст, сокращая его длину без потери ключевой информации.",
"Extracts topics from a text and outputs them separated by commas." : "Извлекает темы из текста и выводит их через запятую.",
+ "Organisation" : "Организация",
"File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.",
"Cannot download file" : "Не удалось скачать файл",
"Login is too long" : "Имя пользователя слишком длинное"
diff --git a/lib/l10n/sc.js b/lib/l10n/sc.js
index 62751349b35..8285dd4635c 100644
--- a/lib/l10n/sc.js
+++ b/lib/l10n/sc.js
@@ -93,7 +93,7 @@ OC.L10N.register(
"About" : "In contu de",
"Display name" : "Ammustra nùmene",
"Headline" : "Tìtulos",
- "Organisation" : "Organizatzione",
+ "Organization" : "Organizatzione",
"Role" : "Faina",
"Additional settings" : "Cunfiguratziones in agiunta",
"You need to enter details of an existing account." : "Nche depes insertare is detàllios de unu contu chi b'est giai.",
@@ -201,6 +201,7 @@ OC.L10N.register(
"Translate" : "Borta",
"Result" : "Resurtadu",
"Generate headline" : "Gènera unu tìtulu",
+ "Organisation" : "Organizatzione",
"File is currently busy, please try again later" : "Pro immoe s'archìviu est impreadu, torra a proare a coa"
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/sc.json b/lib/l10n/sc.json
index e955b950eeb..9158f9ef18a 100644
--- a/lib/l10n/sc.json
+++ b/lib/l10n/sc.json
@@ -91,7 +91,7 @@
"About" : "In contu de",
"Display name" : "Ammustra nùmene",
"Headline" : "Tìtulos",
- "Organisation" : "Organizatzione",
+ "Organization" : "Organizatzione",
"Role" : "Faina",
"Additional settings" : "Cunfiguratziones in agiunta",
"You need to enter details of an existing account." : "Nche depes insertare is detàllios de unu contu chi b'est giai.",
@@ -199,6 +199,7 @@
"Translate" : "Borta",
"Result" : "Resurtadu",
"Generate headline" : "Gènera unu tìtulu",
+ "Organisation" : "Organizatzione",
"File is currently busy, please try again later" : "Pro immoe s'archìviu est impreadu, torra a proare a coa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js
index 953d6868b4f..dbb955a40d8 100644
--- a/lib/l10n/sk.js
+++ b/lib/l10n/sk.js
@@ -142,7 +142,6 @@ OC.L10N.register(
"About" : "O aplikácii",
"Display name" : "Zobrazované meno",
"Headline" : "Titul",
- "Organisation" : "Organizácia",
"Role" : "Rola",
"Pronouns" : "Zámená",
"Unknown account" : "Neznámy účet",
@@ -441,6 +440,7 @@ OC.L10N.register(
"Generate headline" : "Generovať nadpis",
"Summarizes text by reducing its length without losing key information." : "Zhrňuje text tým, že znižuje jeho dĺžku bez straty kľúčových informácií.",
"Extracts topics from a text and outputs them separated by commas." : "Extrahuje témy z textu a vypisuje ich oddelené čiarkami.",
+ "Organisation" : "Organizácia",
"File is currently busy, please try again later" : "Súbor sa práve používa, skúste prosím neskôr",
"Cannot download file" : "Nemožno stiahnuť súbor"
},
diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json
index 9e7039f84f6..04f8ab8b33b 100644
--- a/lib/l10n/sk.json
+++ b/lib/l10n/sk.json
@@ -140,7 +140,6 @@
"About" : "O aplikácii",
"Display name" : "Zobrazované meno",
"Headline" : "Titul",
- "Organisation" : "Organizácia",
"Role" : "Rola",
"Pronouns" : "Zámená",
"Unknown account" : "Neznámy účet",
@@ -439,6 +438,7 @@
"Generate headline" : "Generovať nadpis",
"Summarizes text by reducing its length without losing key information." : "Zhrňuje text tým, že znižuje jeho dĺžku bez straty kľúčových informácií.",
"Extracts topics from a text and outputs them separated by commas." : "Extrahuje témy z textu a vypisuje ich oddelené čiarkami.",
+ "Organisation" : "Organizácia",
"File is currently busy, please try again later" : "Súbor sa práve používa, skúste prosím neskôr",
"Cannot download file" : "Nemožno stiahnuť súbor"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js
index 0fc382e07cd..19151cd114c 100644
--- a/lib/l10n/sl.js
+++ b/lib/l10n/sl.js
@@ -108,7 +108,7 @@ OC.L10N.register(
"About" : "O programu",
"Display name" : "Prikazno ime",
"Headline" : "Naslov",
- "Organisation" : "Ustanova",
+ "Organization" : "Organizacija",
"Role" : "Vloga",
"Additional settings" : "Dodatne nastavitve",
"Enter the database name for %s" : "Vpis imena podatkovne zbirke za %s.",
@@ -230,6 +230,7 @@ OC.L10N.register(
"Translate" : "Prevedi",
"Target language" : "Ciljni jezik",
"Result" : "Rezultat",
+ "Organisation" : "Ustanova",
"File is currently busy, please try again later" : "Datoteka je trenutno v uporabi. Poskusite znova kasneje.",
"Cannot download file" : "Datoteke ni mogoče prejeti"
},
diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json
index ff70b64f2c8..b818a0ae1ca 100644
--- a/lib/l10n/sl.json
+++ b/lib/l10n/sl.json
@@ -106,7 +106,7 @@
"About" : "O programu",
"Display name" : "Prikazno ime",
"Headline" : "Naslov",
- "Organisation" : "Ustanova",
+ "Organization" : "Organizacija",
"Role" : "Vloga",
"Additional settings" : "Dodatne nastavitve",
"Enter the database name for %s" : "Vpis imena podatkovne zbirke za %s.",
@@ -228,6 +228,7 @@
"Translate" : "Prevedi",
"Target language" : "Ciljni jezik",
"Result" : "Rezultat",
+ "Organisation" : "Ustanova",
"File is currently busy, please try again later" : "Datoteka je trenutno v uporabi. Poskusite znova kasneje.",
"Cannot download file" : "Datoteke ni mogoče prejeti"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js
index 88cd173e587..274a74b94b3 100644
--- a/lib/l10n/sq.js
+++ b/lib/l10n/sq.js
@@ -54,6 +54,7 @@ OC.L10N.register(
"Address" : "Adresa",
"Profile picture" : "Foto profili",
"About" : "Rreth ",
+ "Organization" : "Organizate",
"Additional settings" : "Konfigurime shtesë",
"You need to enter details of an existing account." : "Duhet të futni detajet e një llogarie ekzistuese.",
"Oracle connection could not be established" : "S’u vendos dot lidhje me Oracle",
diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json
index 5bd5c701aba..fd84a8486f3 100644
--- a/lib/l10n/sq.json
+++ b/lib/l10n/sq.json
@@ -52,6 +52,7 @@
"Address" : "Adresa",
"Profile picture" : "Foto profili",
"About" : "Rreth ",
+ "Organization" : "Organizate",
"Additional settings" : "Konfigurime shtesë",
"You need to enter details of an existing account." : "Duhet të futni detajet e një llogarie ekzistuese.",
"Oracle connection could not be established" : "S’u vendos dot lidhje me Oracle",
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index bea3ea369a6..7cd0b0e025b 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "О програму",
"Display name" : "Име за приказ",
"Headline" : "Наслов",
- "Organisation" : "Организација",
+ "Organization" : "Организација",
"Role" : "Улога",
"Pronouns" : "Заменице",
"Unknown account" : "Непознати налог",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Генериши линију наслова",
"Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.",
"Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.",
+ "Organisation" : "Организација",
"File is currently busy, please try again later" : "Фајл је тренутно заузет, покушајте поново касније",
"Cannot download file" : "Фајл не може да се преузме",
"Login is too long" : "Име за пријаву је сувише дугачко"
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index a9b9e940482..6d25c86916c 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -142,7 +142,7 @@
"About" : "О програму",
"Display name" : "Име за приказ",
"Headline" : "Наслов",
- "Organisation" : "Организација",
+ "Organization" : "Организација",
"Role" : "Улога",
"Pronouns" : "Заменице",
"Unknown account" : "Непознати налог",
@@ -448,6 +448,7 @@
"Generate headline" : "Генериши линију наслова",
"Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.",
"Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.",
+ "Organisation" : "Организација",
"File is currently busy, please try again later" : "Фајл је тренутно заузет, покушајте поново касније",
"Cannot download file" : "Фајл не може да се преузме",
"Login is too long" : "Име за пријаву је сувише дугачко"
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js
index 77c836b42d3..2a4c2a3e440 100644
--- a/lib/l10n/sv.js
+++ b/lib/l10n/sv.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Om",
"Display name" : "Visningsnamn",
"Headline" : "Rubrik",
- "Organisation" : "Organisation",
+ "Organization" : "Organisering",
"Role" : "Roll",
"Pronouns" : "Pronomen",
"Unknown account" : "Okänt konto",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Skapa rubrik",
"Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.",
"Extracts topics from a text and outputs them separated by commas." : "Extraherar ämnen från en text och matar ut dem separerade med kommatecken.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Filen är för tillfället upptagen, försök igen senare",
"Cannot download file" : "Kan inte ladda ner fil",
"Login is too long" : "Inloggningen är för lång"
diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json
index f4eb5f933f3..31df77b1406 100644
--- a/lib/l10n/sv.json
+++ b/lib/l10n/sv.json
@@ -142,7 +142,7 @@
"About" : "Om",
"Display name" : "Visningsnamn",
"Headline" : "Rubrik",
- "Organisation" : "Organisation",
+ "Organization" : "Organisering",
"Role" : "Roll",
"Pronouns" : "Pronomen",
"Unknown account" : "Okänt konto",
@@ -448,6 +448,7 @@
"Generate headline" : "Skapa rubrik",
"Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.",
"Extracts topics from a text and outputs them separated by commas." : "Extraherar ämnen från en text och matar ut dem separerade med kommatecken.",
+ "Organisation" : "Organisation",
"File is currently busy, please try again later" : "Filen är för tillfället upptagen, försök igen senare",
"Cannot download file" : "Kan inte ladda ner fil",
"Login is too long" : "Inloggningen är för lång"
diff --git a/lib/l10n/sw.js b/lib/l10n/sw.js
index 51d62a7efd3..60f4b19ac03 100644
--- a/lib/l10n/sw.js
+++ b/lib/l10n/sw.js
@@ -33,6 +33,7 @@ OC.L10N.register(
"Thursday" : "Alhamisi",
"Friday" : "Ijumaa",
"Saturday" : "Jumamosi",
+ "Authentication error" : "Hitilafu ya uthibitishaji",
"Storage is temporarily not available" : "Uhifadhi haupo kwa muda",
"Confirmation" : "Uthibitisho",
"Text" : "Maandishi",
diff --git a/lib/l10n/sw.json b/lib/l10n/sw.json
index b3b31aeb4f7..9c261d85bf4 100644
--- a/lib/l10n/sw.json
+++ b/lib/l10n/sw.json
@@ -31,6 +31,7 @@
"Thursday" : "Alhamisi",
"Friday" : "Ijumaa",
"Saturday" : "Jumamosi",
+ "Authentication error" : "Hitilafu ya uthibitishaji",
"Storage is temporarily not available" : "Uhifadhi haupo kwa muda",
"Confirmation" : "Uthibitisho",
"Text" : "Maandishi",
diff --git a/lib/l10n/ta.js b/lib/l10n/ta.js
index 9bd1c00a94b..81a327ac972 100644
--- a/lib/l10n/ta.js
+++ b/lib/l10n/ta.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"Phone" : "தொலைப்பேசி",
"Address" : "முகவரி",
"About" : "பற்றி",
+ "Organization" : "நிறுவனம்",
"Could not find category \"%s\"" : "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை",
"Sunday" : "ஞாயிற்றுக்கிழமை",
"Monday" : "திங்கட்கிழமை",
diff --git a/lib/l10n/ta.json b/lib/l10n/ta.json
index dce148ee855..7b0bc63d08a 100644
--- a/lib/l10n/ta.json
+++ b/lib/l10n/ta.json
@@ -13,6 +13,7 @@
"Phone" : "தொலைப்பேசி",
"Address" : "முகவரி",
"About" : "பற்றி",
+ "Organization" : "நிறுவனம்",
"Could not find category \"%s\"" : "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை",
"Sunday" : "ஞாயிற்றுக்கிழமை",
"Monday" : "திங்கட்கிழமை",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index 6f9f8b4f128..457393b7b8d 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Hakkında",
"Display name" : "Görüntülenecek ad",
"Headline" : "Başlık",
- "Organisation" : "Kuruluş",
+ "Organization" : "Kuruluş",
"Role" : "Pozisyon",
"Pronouns" : "Hitaplar",
"Unknown account" : "Hesap bilinmiyor",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "Başlık oluşturulsun",
"Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak metni özetler.",
"Extracts topics from a text and outputs them separated by commas." : "Bir metindeki konuları ayıklar ve bunları virgül ile ayırarak sıralar.",
+ "Organisation" : "Kuruluş",
"File is currently busy, please try again later" : "Dosya şu anda meşgul. Lütfen bir süre sonra yeniden deneyin",
"Cannot download file" : "Dosya indirilemedi",
"Login is too long" : "Kullanıcı adı çok uzun"
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 2d5fd38f4c7..97e6b913671 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -142,7 +142,7 @@
"About" : "Hakkında",
"Display name" : "Görüntülenecek ad",
"Headline" : "Başlık",
- "Organisation" : "Kuruluş",
+ "Organization" : "Kuruluş",
"Role" : "Pozisyon",
"Pronouns" : "Hitaplar",
"Unknown account" : "Hesap bilinmiyor",
@@ -448,6 +448,7 @@
"Generate headline" : "Başlık oluşturulsun",
"Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak metni özetler.",
"Extracts topics from a text and outputs them separated by commas." : "Bir metindeki konuları ayıklar ve bunları virgül ile ayırarak sıralar.",
+ "Organisation" : "Kuruluş",
"File is currently busy, please try again later" : "Dosya şu anda meşgul. Lütfen bir süre sonra yeniden deneyin",
"Cannot download file" : "Dosya indirilemedi",
"Login is too long" : "Kullanıcı adı çok uzun"
diff --git a/lib/l10n/ug.js b/lib/l10n/ug.js
index 0f478e7790a..058004830e0 100644
--- a/lib/l10n/ug.js
+++ b/lib/l10n/ug.js
@@ -113,7 +113,6 @@ OC.L10N.register(
"About" : "ھەققىدە",
"Display name" : "كۆرسىتىش ئىسمى",
"Headline" : "ماۋزۇ",
- "Organisation" : "تەشكىلات",
"Role" : "رولى",
"Pronouns" : "Pronouns",
"Unknown account" : "نامەلۇم ھېسابات",
@@ -378,6 +377,7 @@ OC.L10N.register(
"Generate headline" : "ماۋزۇ ھاسىل قىلىڭ",
"Summarizes text by reducing its length without losing key information." : "ئاچقۇچلۇق ئۇچۇرلارنى يوقىتىپ قويماي ئۇزۇنلۇقىنى قىسقارتىش ئارقىلىق تېكىستنى خۇلاسىلەيدۇ.",
"Extracts topics from a text and outputs them separated by commas." : "تېكىستتىن تېمىنى چىقىرىپ ، پەش ئارقىلىق ئايرىلىدۇ.",
+ "Organisation" : "تەشكىلات",
"File is currently busy, please try again later" : "ھۆججەت ھازىر ئالدىراش ، كېيىن قايتا سىناڭ",
"Cannot download file" : "ھۆججەتنى چۈشۈرگىلى بولمايدۇ"
},
diff --git a/lib/l10n/ug.json b/lib/l10n/ug.json
index 2fe0e3608e3..4099930b1cc 100644
--- a/lib/l10n/ug.json
+++ b/lib/l10n/ug.json
@@ -111,7 +111,6 @@
"About" : "ھەققىدە",
"Display name" : "كۆرسىتىش ئىسمى",
"Headline" : "ماۋزۇ",
- "Organisation" : "تەشكىلات",
"Role" : "رولى",
"Pronouns" : "Pronouns",
"Unknown account" : "نامەلۇم ھېسابات",
@@ -376,6 +375,7 @@
"Generate headline" : "ماۋزۇ ھاسىل قىلىڭ",
"Summarizes text by reducing its length without losing key information." : "ئاچقۇچلۇق ئۇچۇرلارنى يوقىتىپ قويماي ئۇزۇنلۇقىنى قىسقارتىش ئارقىلىق تېكىستنى خۇلاسىلەيدۇ.",
"Extracts topics from a text and outputs them separated by commas." : "تېكىستتىن تېمىنى چىقىرىپ ، پەش ئارقىلىق ئايرىلىدۇ.",
+ "Organisation" : "تەشكىلات",
"File is currently busy, please try again later" : "ھۆججەت ھازىر ئالدىراش ، كېيىن قايتا سىناڭ",
"Cannot download file" : "ھۆججەتنى چۈشۈرگىلى بولمايدۇ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index b92f38a5f57..52437ee7f32 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "Опис",
"Display name" : "Ім'я для показу",
"Headline" : "Заголовок",
- "Organisation" : "Організація",
+ "Organization" : "Організація роботи",
"Role" : "Роль",
"Pronouns" : "Займенники",
"Unknown account" : "Невідомий обліковий запис",
@@ -356,6 +356,7 @@ OC.L10N.register(
"Generate headline" : "Створити заголовок",
"Summarizes text by reducing its length without losing key information." : "Викокремлює головне у тексті шляхом зменшення довжини тексту без втрати ключової інформації.",
"Extracts topics from a text and outputs them separated by commas." : "Виділяє теми, які висвітлює текст, зводить їх у перелік, що розділено комами.",
+ "Organisation" : "Організація",
"File is currently busy, please try again later" : "Файл на разі зайнятий, будь ласка, спробуйте пізніше",
"Cannot download file" : "Неможливо звантажити файл",
"Login is too long" : "Ім'я користувача для авторизації задовге"
diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json
index e091c070aa7..e90f18c26ae 100644
--- a/lib/l10n/uk.json
+++ b/lib/l10n/uk.json
@@ -142,7 +142,7 @@
"About" : "Опис",
"Display name" : "Ім'я для показу",
"Headline" : "Заголовок",
- "Organisation" : "Організація",
+ "Organization" : "Організація роботи",
"Role" : "Роль",
"Pronouns" : "Займенники",
"Unknown account" : "Невідомий обліковий запис",
@@ -354,6 +354,7 @@
"Generate headline" : "Створити заголовок",
"Summarizes text by reducing its length without losing key information." : "Викокремлює головне у тексті шляхом зменшення довжини тексту без втрати ключової інформації.",
"Extracts topics from a text and outputs them separated by commas." : "Виділяє теми, які висвітлює текст, зводить їх у перелік, що розділено комами.",
+ "Organisation" : "Організація",
"File is currently busy, please try again later" : "Файл на разі зайнятий, будь ласка, спробуйте пізніше",
"Cannot download file" : "Неможливо звантажити файл",
"Login is too long" : "Ім'я користувача для авторизації задовге"
diff --git a/lib/l10n/vi.js b/lib/l10n/vi.js
index 28d695a47eb..23e5d87b9fc 100644
--- a/lib/l10n/vi.js
+++ b/lib/l10n/vi.js
@@ -49,7 +49,6 @@ OC.L10N.register(
"Profile picture" : "Ảnh đại diện",
"About" : "Giới thiệu",
"Headline" : "Tiêu đề",
- "Organisation" : "Tổ chức",
"Role" : "Vai trò",
"Additional settings" : "Cài đặt bổ sung",
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Hãy xóa thiết lập open_basedir tại tập tin cấu hình php.ini hoặc chuyển sang dùng PHP 64-bit.",
@@ -103,6 +102,7 @@ OC.L10N.register(
"Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng",
"Text" : "Văn bản",
"Summary" : "Tóm tắt",
- "Translate" : "Dịch"
+ "Translate" : "Dịch",
+ "Organisation" : "Tổ chức"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/vi.json b/lib/l10n/vi.json
index 6982fd39e06..67f926bf484 100644
--- a/lib/l10n/vi.json
+++ b/lib/l10n/vi.json
@@ -47,7 +47,6 @@
"Profile picture" : "Ảnh đại diện",
"About" : "Giới thiệu",
"Headline" : "Tiêu đề",
- "Organisation" : "Tổ chức",
"Role" : "Vai trò",
"Additional settings" : "Cài đặt bổ sung",
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Hãy xóa thiết lập open_basedir tại tập tin cấu hình php.ini hoặc chuyển sang dùng PHP 64-bit.",
@@ -101,6 +100,7 @@
"Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng",
"Text" : "Văn bản",
"Summary" : "Tóm tắt",
- "Translate" : "Dịch"
+ "Translate" : "Dịch",
+ "Organisation" : "Tổ chức"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 7a2f7cca2a4..14f922c47e0 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -144,7 +144,6 @@ OC.L10N.register(
"About" : "关于",
"Display name" : "显示用户名",
"Headline" : "标题",
- "Organisation" : "组织",
"Role" : "角色",
"Pronouns" : "称号",
"Unknown account" : "未知帐户",
@@ -450,6 +449,7 @@ OC.L10N.register(
"Generate headline" : "生成标题",
"Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息",
"Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果",
+ "Organisation" : "组织",
"File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
"Cannot download file" : "无法下载文件",
"Login is too long" : "登录名太长"
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 1727656ae7d..d8f5bcea5c3 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -142,7 +142,6 @@
"About" : "关于",
"Display name" : "显示用户名",
"Headline" : "标题",
- "Organisation" : "组织",
"Role" : "角色",
"Pronouns" : "称号",
"Unknown account" : "未知帐户",
@@ -448,6 +447,7 @@
"Generate headline" : "生成标题",
"Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息",
"Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果",
+ "Organisation" : "组织",
"File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
"Cannot download file" : "无法下载文件",
"Login is too long" : "登录名太长"
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index 17c629aba08..6b4fa1acbfa 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "關於",
"Display name" : "顯示名稱",
"Headline" : "標題",
- "Organisation" : "機構",
+ "Organization" : "生產力",
"Role" : "角色",
"Pronouns" : "代名詞",
"Unknown account" : "帳戶不詳",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "産生標題",
"Summarizes text by reducing its length without losing key information." : "通過減少文字長度來總結而不丟失關鍵資訊。",
"Extracts topics from a text and outputs them separated by commas." : "從文字中提取主題並輸出,並用逗號分隔。",
+ "Organisation" : "機構",
"File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試",
"Cannot download file" : "無法下載檔案",
"Login is too long" : "帳號太長了"
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index b2ef29118b8..12f4f473c7f 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -142,7 +142,7 @@
"About" : "關於",
"Display name" : "顯示名稱",
"Headline" : "標題",
- "Organisation" : "機構",
+ "Organization" : "生產力",
"Role" : "角色",
"Pronouns" : "代名詞",
"Unknown account" : "帳戶不詳",
@@ -448,6 +448,7 @@
"Generate headline" : "産生標題",
"Summarizes text by reducing its length without losing key information." : "通過減少文字長度來總結而不丟失關鍵資訊。",
"Extracts topics from a text and outputs them separated by commas." : "從文字中提取主題並輸出,並用逗號分隔。",
+ "Organisation" : "機構",
"File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試",
"Cannot download file" : "無法下載檔案",
"Login is too long" : "帳號太長了"
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 196cb52767f..148234acef5 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -144,7 +144,7 @@ OC.L10N.register(
"About" : "關於",
"Display name" : "顯示名稱",
"Headline" : "重要經歷",
- "Organisation" : "組織單位",
+ "Organization" : "組織",
"Role" : "職位",
"Pronouns" : "代名詞",
"Unknown account" : "未知的帳號",
@@ -450,6 +450,7 @@ OC.L10N.register(
"Generate headline" : "生成標題",
"Summarizes text by reducing its length without losing key information." : "寫成摘要,減少文字長度而不丟失關鍵資訊。",
"Extracts topics from a text and outputs them separated by commas." : "從文字中取出涵蓋的主題並輸出,然後用逗號分隔。",
+ "Organisation" : "組織單位",
"File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試",
"Cannot download file" : "無法下載檔案",
"Login is too long" : "帳號太長了"
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index 5bde18ad24d..92d12233750 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -142,7 +142,7 @@
"About" : "關於",
"Display name" : "顯示名稱",
"Headline" : "重要經歷",
- "Organisation" : "組織單位",
+ "Organization" : "組織",
"Role" : "職位",
"Pronouns" : "代名詞",
"Unknown account" : "未知的帳號",
@@ -448,6 +448,7 @@
"Generate headline" : "生成標題",
"Summarizes text by reducing its length without losing key information." : "寫成摘要,減少文字長度而不丟失關鍵資訊。",
"Extracts topics from a text and outputs them separated by commas." : "從文字中取出涵蓋的主題並輸出,然後用逗號分隔。",
+ "Organisation" : "組織單位",
"File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試",
"Cannot download file" : "無法下載檔案",
"Login is too long" : "帳號太長了"