From ca8195d49df217812f97ec481077cc40c6846cec Mon Sep 17 00:00:00 2001
From: Nextcloud bot <bot@nextcloud.com>
Date: Thu, 22 Oct 2020 02:19:07 +0000
Subject: [PATCH] [tx-robot] updated from transifex

---
 apps/admin_audit/l10n/ru.js               |  6 ++++++
 apps/admin_audit/l10n/ru.json             |  4 ++++
 apps/comments/l10n/de.js                  |  7 +++++++
 apps/comments/l10n/de.json                |  7 +++++++
 apps/comments/l10n/de_DE.js               |  7 +++++++
 apps/comments/l10n/de_DE.json             |  7 +++++++
 apps/comments/l10n/fr.js                  |  3 +++
 apps/comments/l10n/fr.json                |  3 +++
 apps/comments/l10n/it.js                  |  7 +++++++
 apps/comments/l10n/it.json                |  7 +++++++
 apps/comments/l10n/lt_LT.js               |  2 ++
 apps/comments/l10n/lt_LT.json             |  2 ++
 apps/comments/l10n/pl.js                  |  7 +++++++
 apps/comments/l10n/pl.json                |  7 +++++++
 apps/files/l10n/sl.js                     | 14 +++++++++++++-
 apps/files/l10n/sl.json                   | 14 +++++++++++++-
 apps/lookup_server_connector/l10n/ro.js   |  7 +++++++
 apps/lookup_server_connector/l10n/ro.json |  5 +++++
 18 files changed, 114 insertions(+), 2 deletions(-)
 create mode 100644 apps/admin_audit/l10n/ru.js
 create mode 100644 apps/admin_audit/l10n/ru.json
 create mode 100644 apps/lookup_server_connector/l10n/ro.js
 create mode 100644 apps/lookup_server_connector/l10n/ro.json

diff --git a/apps/admin_audit/l10n/ru.js b/apps/admin_audit/l10n/ru.js
new file mode 100644
index 00000000000..82ff403b0b3
--- /dev/null
+++ b/apps/admin_audit/l10n/ru.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+    "admin_audit",
+    {
+    "Auditing / Logging" : "Аудит / Журналирование"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/admin_audit/l10n/ru.json b/apps/admin_audit/l10n/ru.json
new file mode 100644
index 00000000000..009611df428
--- /dev/null
+++ b/apps/admin_audit/l10n/ru.json
@@ -0,0 +1,4 @@
+{ "translations": {
+    "Auditing / Logging" : "Аудит / Журналирование"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+}
\ No newline at end of file
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js
index 2d326ff9821..20815fd111f 100644
--- a/apps/comments/l10n/de.js
+++ b/apps/comments/l10n/de.js
@@ -15,12 +15,19 @@ OC.L10N.register(
     "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien",
     "Edit comment" : "Kommentar bearbeiten",
     "Delete comment" : "Kommentar löschen",
+    "Cancel edit" : "Bearbeiten abbrechen",
+    "Post comment" : "Kommentar veröffentlichen",
     "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginne die Diskussion!",
+    "No more messages" : "Keine weiteren Nachrichten",
     "Retry" : "Wiederholen",
+    "Unable to load the comments list" : "Kommentarliste kann nicht geladen werden",
     "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
     "_1 new comment_::_{unread} new comments_" : ["1 neuer Kommentar","[unread] neue Kommentare"],
     "Comment" : "Kommentar",
+    "An error occurred while trying to edit the comment" : "Es ist ein Fehler beim Bearbeiten des Kommentars aufgetreten",
     "Comment deleted" : "Kommentar gelöscht",
+    "An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
+    "An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
     "New comment …" : "Neuer Kommentar …",
     "Post" : "Speichern",
     "Cancel" : "Abbrechen",
diff --git a/apps/comments/l10n/de.json b/apps/comments/l10n/de.json
index b7cabcae0ef..fb16053fd3a 100644
--- a/apps/comments/l10n/de.json
+++ b/apps/comments/l10n/de.json
@@ -13,12 +13,19 @@
     "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien",
     "Edit comment" : "Kommentar bearbeiten",
     "Delete comment" : "Kommentar löschen",
+    "Cancel edit" : "Bearbeiten abbrechen",
+    "Post comment" : "Kommentar veröffentlichen",
     "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginne die Diskussion!",
+    "No more messages" : "Keine weiteren Nachrichten",
     "Retry" : "Wiederholen",
+    "Unable to load the comments list" : "Kommentarliste kann nicht geladen werden",
     "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
     "_1 new comment_::_{unread} new comments_" : ["1 neuer Kommentar","[unread] neue Kommentare"],
     "Comment" : "Kommentar",
+    "An error occurred while trying to edit the comment" : "Es ist ein Fehler beim Bearbeiten des Kommentars aufgetreten",
     "Comment deleted" : "Kommentar gelöscht",
+    "An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
+    "An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
     "New comment …" : "Neuer Kommentar …",
     "Post" : "Speichern",
     "Cancel" : "Abbrechen",
diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js
index ebe17731b2e..ef0ace9d92a 100644
--- a/apps/comments/l10n/de_DE.js
+++ b/apps/comments/l10n/de_DE.js
@@ -15,12 +15,19 @@ OC.L10N.register(
     "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien",
     "Edit comment" : "Kommentar bearbeiten",
     "Delete comment" : "Kommentar löschen",
+    "Cancel edit" : "Bearbeiten abbrechen",
+    "Post comment" : "Kommentar veröffentlichen",
     "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginnen Sie die Diskussion!",
+    "No more messages" : "Keine weiteren Nachrichten",
     "Retry" : "Wiederholen",
+    "Unable to load the comments list" : "Kommentarliste kann nicht geladen werden",
     "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
     "_1 new comment_::_{unread} new comments_" : ["1 neuer Kommentar","[unread] neue Kommentare"],
     "Comment" : "Kommentar",
+    "An error occurred while trying to edit the comment" : "Es ist ein Fehler beim Bearbeiten des Kommentars aufgetreten",
     "Comment deleted" : "Kommentar gelöscht",
+    "An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
+    "An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
     "New comment …" : "Neuer Kommentar …",
     "Post" : "Speichern",
     "Cancel" : "Abbrechen",
diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json
index 34ddd73caba..e7d18dade59 100644
--- a/apps/comments/l10n/de_DE.json
+++ b/apps/comments/l10n/de_DE.json
@@ -13,12 +13,19 @@
     "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien",
     "Edit comment" : "Kommentar bearbeiten",
     "Delete comment" : "Kommentar löschen",
+    "Cancel edit" : "Bearbeiten abbrechen",
+    "Post comment" : "Kommentar veröffentlichen",
     "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginnen Sie die Diskussion!",
+    "No more messages" : "Keine weiteren Nachrichten",
     "Retry" : "Wiederholen",
+    "Unable to load the comments list" : "Kommentarliste kann nicht geladen werden",
     "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
     "_1 new comment_::_{unread} new comments_" : ["1 neuer Kommentar","[unread] neue Kommentare"],
     "Comment" : "Kommentar",
+    "An error occurred while trying to edit the comment" : "Es ist ein Fehler beim Bearbeiten des Kommentars aufgetreten",
     "Comment deleted" : "Kommentar gelöscht",
+    "An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
+    "An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
     "New comment …" : "Neuer Kommentar …",
     "Post" : "Speichern",
     "Cancel" : "Abbrechen",
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js
index 63cc1b226cc..aebddb0e434 100644
--- a/apps/comments/l10n/fr.js
+++ b/apps/comments/l10n/fr.js
@@ -15,7 +15,10 @@ OC.L10N.register(
     "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers",
     "Edit comment" : "Modifier le commentaire",
     "Delete comment" : "Supprimer le commentaire",
+    "Cancel edit" : "Annuler les modifications",
+    "Post comment" : "Publier le commentaire",
     "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !",
+    "No more messages" : "Aucun autre message",
     "Retry" : "Réessayer",
     "_%n unread comment_::_%n unread comments_" : ["%n commentaire non lu","%n commentaires non lus"],
     "_1 new comment_::_{unread} new comments_" : ["1 nouveau commentaire","{unread} nouveaux commentaires"],
diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json
index d2768bb4a11..21955479516 100644
--- a/apps/comments/l10n/fr.json
+++ b/apps/comments/l10n/fr.json
@@ -13,7 +13,10 @@
     "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers",
     "Edit comment" : "Modifier le commentaire",
     "Delete comment" : "Supprimer le commentaire",
+    "Cancel edit" : "Annuler les modifications",
+    "Post comment" : "Publier le commentaire",
     "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !",
+    "No more messages" : "Aucun autre message",
     "Retry" : "Réessayer",
     "_%n unread comment_::_%n unread comments_" : ["%n commentaire non lu","%n commentaires non lus"],
     "_1 new comment_::_{unread} new comments_" : ["1 nouveau commentaire","{unread} nouveaux commentaires"],
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js
index 37eea664b94..802cc5b3be4 100644
--- a/apps/comments/l10n/it.js
+++ b/apps/comments/l10n/it.js
@@ -15,12 +15,19 @@ OC.L10N.register(
     "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file",
     "Edit comment" : "Modifica commento",
     "Delete comment" : "Elimina commento",
+    "Cancel edit" : "Annulla modifica",
+    "Post comment" : "Pubblica commento",
     "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
+    "No more messages" : "Non ci sono altri messaggi",
     "Retry" : "Riprova",
+    "Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti",
     "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
     "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"],
     "Comment" : "Commento",
+    "An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento",
     "Comment deleted" : "Commento eliminato",
+    "An error occurred while trying to delete the comment" : "Si è verificato un errore durante il tentativo di eliminare il commento",
+    "An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento",
     "New comment …" : "Nuovo commento...",
     "Post" : "Commento",
     "Cancel" : "Annulla",
diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json
index 1f110b714fe..16c19ce081f 100644
--- a/apps/comments/l10n/it.json
+++ b/apps/comments/l10n/it.json
@@ -13,12 +13,19 @@
     "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file",
     "Edit comment" : "Modifica commento",
     "Delete comment" : "Elimina commento",
+    "Cancel edit" : "Annulla modifica",
+    "Post comment" : "Pubblica commento",
     "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
+    "No more messages" : "Non ci sono altri messaggi",
     "Retry" : "Riprova",
+    "Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti",
     "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
     "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"],
     "Comment" : "Commento",
+    "An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento",
     "Comment deleted" : "Commento eliminato",
+    "An error occurred while trying to delete the comment" : "Si è verificato un errore durante il tentativo di eliminare il commento",
+    "An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento",
     "New comment …" : "Nuovo commento...",
     "Post" : "Commento",
     "Cancel" : "Annulla",
diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js
index 1d0f96c0f83..0eb36b35b84 100644
--- a/apps/comments/l10n/lt_LT.js
+++ b/apps/comments/l10n/lt_LT.js
@@ -15,8 +15,10 @@ OC.L10N.register(
     "Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
     "Edit comment" : "Taisyti komentarÄ…",
     "Delete comment" : "IÅ¡trinti komentarÄ…",
+    "Post comment" : "Paskelbti komentarÄ…",
     "No comments yet, start the conversation!" : "Komentarų nėra, pradėkite pokalbį!",
     "Retry" : "Bandyti dar kartÄ…",
+    "Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo",
     "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
     "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
     "Comment" : "Komentaras",
diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json
index 146abbd2807..940dae3610c 100644
--- a/apps/comments/l10n/lt_LT.json
+++ b/apps/comments/l10n/lt_LT.json
@@ -13,8 +13,10 @@
     "Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
     "Edit comment" : "Taisyti komentarÄ…",
     "Delete comment" : "IÅ¡trinti komentarÄ…",
+    "Post comment" : "Paskelbti komentarÄ…",
     "No comments yet, start the conversation!" : "Komentarų nėra, pradėkite pokalbį!",
     "Retry" : "Bandyti dar kartÄ…",
+    "Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo",
     "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
     "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
     "Comment" : "Komentaras",
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js
index db12a0d06c8..6f96972fe2b 100644
--- a/apps/comments/l10n/pl.js
+++ b/apps/comments/l10n/pl.js
@@ -15,12 +15,19 @@ OC.L10N.register(
     "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
     "Edit comment" : "Edytuj komentarz",
     "Delete comment" : "Usuń komentarz",
+    "Cancel edit" : "Anuluj edycjÄ™",
+    "Post comment" : "Wyślij komentarz",
     "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowÄ™!",
+    "No more messages" : "Nie ma więcej wiadomości",
     "Retry" : "Powtórz",
+    "Unable to load the comments list" : "Nie można pobrać listy komentarzy",
     "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
     "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
     "Comment" : "Komentarz",
+    "An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza",
     "Comment deleted" : "Komentarz usunięty",
+    "An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
+    "An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza",
     "New comment …" : "Nowy komentarz…",
     "Post" : "Publikuj",
     "Cancel" : "Anuluj",
diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json
index 46fa9361e51..5ac3605d385 100644
--- a/apps/comments/l10n/pl.json
+++ b/apps/comments/l10n/pl.json
@@ -13,12 +13,19 @@
     "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
     "Edit comment" : "Edytuj komentarz",
     "Delete comment" : "Usuń komentarz",
+    "Cancel edit" : "Anuluj edycjÄ™",
+    "Post comment" : "Wyślij komentarz",
     "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowÄ™!",
+    "No more messages" : "Nie ma więcej wiadomości",
     "Retry" : "Powtórz",
+    "Unable to load the comments list" : "Nie można pobrać listy komentarzy",
     "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
     "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
     "Comment" : "Komentarz",
+    "An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza",
     "Comment deleted" : "Komentarz usunięty",
+    "An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
+    "An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza",
     "New comment …" : "Nowy komentarz…",
     "Post" : "Publikuj",
     "Cancel" : "Anuluj",
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 2125cb2af53..5d0163ec7c8 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -25,6 +25,7 @@ OC.L10N.register(
     "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
     "Uploading that item is not supported" : "Pošiljate te vrste predmeta ni podprto.",
     "Target folder does not exist any more" : "Ciljna mapa ne obstaja več",
+    "Operation is blocked by access control" : "Opravilo je zaustavljeno prek nadzora dostopa",
     "Error when assembling chunks, status code {status}" : "Napaka pri sestavljanju kosov datoteke, koda stanja je {status}",
     "Actions" : "Dejanja",
     "Rename" : "Preimenuj",
@@ -34,6 +35,7 @@ OC.L10N.register(
     "Delete file" : "Izbriši datoteko",
     "Delete folder" : "Izbriši mapo",
     "Disconnect storage" : "Odklopi shrambo",
+    "Leave this share" : "Zapusti to mesto souporabe",
     "Could not load info for file \"{file}\"" : "Ni mogoče naložiti podatkov za datoteko »{file}«.",
     "Files" : "Datoteke",
     "Details" : "Podrobnosti",
@@ -78,7 +80,13 @@ OC.L10N.register(
     "\"/\" is not allowed inside a file name." : "znak » / « v imenu datoteke ni dovoljen.",
     "\"{name}\" is not an allowed filetype" : "Ime »{name}« ni dovoljena vrsta datoteke.",
     "Storage of {owner} is full, files can not be updated or synced anymore!" : "Shramba uporabnika {owner} je polna, zato datotek ni več mogoče posodabljati in usklajevati!",
+    "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Skupinska mapa »{mountPoint}« je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
+    "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Zunanja shramba »{mountPoint}« je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
     "Your storage is full, files can not be updated or synced anymore!" : "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!",
+    "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Shramba uporabnika {owner} je do konca zasedena ({usedSpacePercent}%).",
+    "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Skupinska mapa »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
+    "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Zunanja shramba »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
+    "Your storage is almost full ({usedSpacePercent}%)." : "Vaša shramba je skoraj do konca zasedena ({usedSpacePercent}%).",
     "_matches '{filter}'_::_match '{filter}'_" : ["se sklada s filtrom »{filter}«","se skladata s filtrom '{filter}'","se skladajo s filtrom '{filter}'","se skladajo s filtrom '{filter}'"],
     "View in folder" : "Pokaži v mapi",
     "Copied!" : "Kopirano!",
@@ -184,10 +192,14 @@ OC.L10N.register(
     "Text file" : "Besedilna datoteka",
     "New text file.txt" : "nova_datoteka.txt",
     "Unshare" : "Prekini souporabo",
+    "This group folder is full, files can not be updated or synced anymore!" : "Ta skupinska mapa je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
+    "This external storage is full, files can not be updated or synced anymore!" : "Ta zunanja shramba je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
     "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Shramba uporabnika {owner} je polna ({usedSpacePercent}%).",
+    "This group folder is almost full ({usedSpacePercent}%)" : "Ta skupinska mapa za shranjevanje je skoraj do konca zasedena ({usedSpacePercent}%)",
+    "This external storage is almost full ({usedSpacePercent}%)" : "Zunaji prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
     "Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
     "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
-    "A new file or folder has been <strong>created</strong>" : "<strong>Ustvarjena</strong>je nova datoteka ali mapa",
+    "A new file or folder has been <strong>created</strong>" : "<strong>Ustvarjena</strong> je nova datoteka ali mapa",
     "A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
     "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih</strong> datotek <em>(le za pretok)</em>",
     "A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index d558f2b7583..8e375e63184 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -23,6 +23,7 @@
     "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
     "Uploading that item is not supported" : "Pošiljate te vrste predmeta ni podprto.",
     "Target folder does not exist any more" : "Ciljna mapa ne obstaja več",
+    "Operation is blocked by access control" : "Opravilo je zaustavljeno prek nadzora dostopa",
     "Error when assembling chunks, status code {status}" : "Napaka pri sestavljanju kosov datoteke, koda stanja je {status}",
     "Actions" : "Dejanja",
     "Rename" : "Preimenuj",
@@ -32,6 +33,7 @@
     "Delete file" : "Izbriši datoteko",
     "Delete folder" : "Izbriši mapo",
     "Disconnect storage" : "Odklopi shrambo",
+    "Leave this share" : "Zapusti to mesto souporabe",
     "Could not load info for file \"{file}\"" : "Ni mogoče naložiti podatkov za datoteko »{file}«.",
     "Files" : "Datoteke",
     "Details" : "Podrobnosti",
@@ -76,7 +78,13 @@
     "\"/\" is not allowed inside a file name." : "znak » / « v imenu datoteke ni dovoljen.",
     "\"{name}\" is not an allowed filetype" : "Ime »{name}« ni dovoljena vrsta datoteke.",
     "Storage of {owner} is full, files can not be updated or synced anymore!" : "Shramba uporabnika {owner} je polna, zato datotek ni več mogoče posodabljati in usklajevati!",
+    "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Skupinska mapa »{mountPoint}« je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
+    "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Zunanja shramba »{mountPoint}« je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
     "Your storage is full, files can not be updated or synced anymore!" : "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!",
+    "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Shramba uporabnika {owner} je do konca zasedena ({usedSpacePercent}%).",
+    "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Skupinska mapa »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
+    "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Zunanja shramba »{mountPoint}« je skoraj do konca zasedena ({usedSpacePercent}%).",
+    "Your storage is almost full ({usedSpacePercent}%)." : "Vaša shramba je skoraj do konca zasedena ({usedSpacePercent}%).",
     "_matches '{filter}'_::_match '{filter}'_" : ["se sklada s filtrom »{filter}«","se skladata s filtrom '{filter}'","se skladajo s filtrom '{filter}'","se skladajo s filtrom '{filter}'"],
     "View in folder" : "Pokaži v mapi",
     "Copied!" : "Kopirano!",
@@ -182,10 +190,14 @@
     "Text file" : "Besedilna datoteka",
     "New text file.txt" : "nova_datoteka.txt",
     "Unshare" : "Prekini souporabo",
+    "This group folder is full, files can not be updated or synced anymore!" : "Ta skupinska mapa je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
+    "This external storage is full, files can not be updated or synced anymore!" : "Ta zunanja shramba je do konca zasedena, zato datotek ni mogoče več posodobiti in usklajevati!",
     "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Shramba uporabnika {owner} je polna ({usedSpacePercent}%).",
+    "This group folder is almost full ({usedSpacePercent}%)" : "Ta skupinska mapa za shranjevanje je skoraj do konca zasedena ({usedSpacePercent}%)",
+    "This external storage is almost full ({usedSpacePercent}%)" : "Zunaji prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
     "Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
     "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
-    "A new file or folder has been <strong>created</strong>" : "<strong>Ustvarjena</strong>je nova datoteka ali mapa",
+    "A new file or folder has been <strong>created</strong>" : "<strong>Ustvarjena</strong> je nova datoteka ali mapa",
     "A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
     "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih</strong> datotek <em>(le za pretok)</em>",
     "A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
diff --git a/apps/lookup_server_connector/l10n/ro.js b/apps/lookup_server_connector/l10n/ro.js
new file mode 100644
index 00000000000..c798569a01f
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ro.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+    "lookup_server_connector",
+    {
+    "Lookup Server Connector" : "Căutați conectorul serverului",
+    "Sync public user information with the lookup server" : "Sincronizați informațiile de utilizator publice cu serverul de căutare"
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/lookup_server_connector/l10n/ro.json b/apps/lookup_server_connector/l10n/ro.json
new file mode 100644
index 00000000000..e4f419ce177
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ro.json
@@ -0,0 +1,5 @@
+{ "translations": {
+    "Lookup Server Connector" : "Căutați conectorul serverului",
+    "Sync public user information with the lookup server" : "Sincronizați informațiile de utilizator publice cu serverul de căutare"
+},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
+}
\ No newline at end of file
-- 
GitLab