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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-01-12 04:11:54 +0300
committerNextcloud bot <bot@nextcloud.com>2019-01-12 04:11:54 +0300
commitce89fe7f39d14dc0255fed73db8a77b28f2f58fe (patch)
tree5d5cfe5acdc10933366d3983b6c6f18193c69428 /core/l10n
parentd810b5587efd57d57228baea107bcf38e880751a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/cs.js12
-rw-r--r--core/l10n/cs.json12
-rw-r--r--core/l10n/de.js4
-rw-r--r--core/l10n/de.json4
-rw-r--r--core/l10n/de_DE.js4
-rw-r--r--core/l10n/de_DE.json4
-rw-r--r--core/l10n/eo.js14
-rw-r--r--core/l10n/eo.json14
-rw-r--r--core/l10n/fi.js6
-rw-r--r--core/l10n/fi.json6
-rw-r--r--core/l10n/fr.js4
-rw-r--r--core/l10n/fr.json4
-rw-r--r--core/l10n/gl.js4
-rw-r--r--core/l10n/gl.json4
-rw-r--r--core/l10n/it.js14
-rw-r--r--core/l10n/it.json14
-rw-r--r--core/l10n/pt_BR.js2
-rw-r--r--core/l10n/pt_BR.json2
-rw-r--r--core/l10n/sv.js12
-rw-r--r--core/l10n/sv.json12
20 files changed, 146 insertions, 6 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index 54eb4d93976..2d84155783c 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Nedaří se odeslat email pro změnu hesla. Ujistěte se, že zadáváte správné uživatelské jméno.",
"Preparing update" : "Příprava na aktualizaci",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Krok opravy:",
+ "Repair info: " : "Informace o opravě:",
"Repair warning: " : "Upozornění opravy:",
"Repair error: " : "Chyba opravy:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je zakázána v config.php.",
@@ -59,6 +61,14 @@ OC.L10N.register(
"Show all contacts …" : "Zobrazit všechny kontakty…",
"Loading your contacts …" : "Načítání vašich kontaktů…",
"Looking for {term} …" : "Hledání {term}…",
+ "size" : "velikost",
+ "has" : "má",
+ "add" : "přidat",
+ "delete" : "smazat",
+ "clear" : "vyčistit",
+ "values" : "hodnoty",
+ "entries" : "položky",
+ "forEach" : "pro každé",
"No action available" : "Není dostupná žádná akce",
"Error fetching contact actions" : "Chyba při získávání akcí kontaktů",
"Settings" : "Nastavení",
@@ -82,7 +92,9 @@ OC.L10N.register(
"No" : "Ne",
"Yes" : "Ano",
"No files in here" : "Nejsou zde žádné soubory",
+ "New folder" : "Nová složka",
"No more subfolders in here" : "Nejsou zde žádné další podsložky",
+ "{newName} already exists" : "{newName} už existuje",
"Choose" : "Vybrat",
"Copy" : "Zkopírovat",
"Move" : "Přesunout",
diff --git a/core/l10n/cs.json b/core/l10n/cs.json
index 9ccae868a25..657940beac9 100644
--- a/core/l10n/cs.json
+++ b/core/l10n/cs.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "Nedaří se odeslat email pro změnu hesla. Ujistěte se, že zadáváte správné uživatelské jméno.",
"Preparing update" : "Příprava na aktualizaci",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Krok opravy:",
+ "Repair info: " : "Informace o opravě:",
"Repair warning: " : "Upozornění opravy:",
"Repair error: " : "Chyba opravy:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je zakázána v config.php.",
@@ -57,6 +59,14 @@
"Show all contacts …" : "Zobrazit všechny kontakty…",
"Loading your contacts …" : "Načítání vašich kontaktů…",
"Looking for {term} …" : "Hledání {term}…",
+ "size" : "velikost",
+ "has" : "má",
+ "add" : "přidat",
+ "delete" : "smazat",
+ "clear" : "vyčistit",
+ "values" : "hodnoty",
+ "entries" : "položky",
+ "forEach" : "pro každé",
"No action available" : "Není dostupná žádná akce",
"Error fetching contact actions" : "Chyba při získávání akcí kontaktů",
"Settings" : "Nastavení",
@@ -80,7 +90,9 @@
"No" : "Ne",
"Yes" : "Ano",
"No files in here" : "Nejsou zde žádné soubory",
+ "New folder" : "Nová složka",
"No more subfolders in here" : "Nejsou zde žádné další podsložky",
+ "{newName} already exists" : "{newName} už existuje",
"Choose" : "Vybrat",
"Copy" : "Zkopírovat",
"Move" : "Přesunout",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 961a74f665e..d1c0fa051a8 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Reparaturschritt:",
+ "Repair info: " : "Reparaturinformation:",
"Repair warning: " : "Reparaturwarnung:",
"Repair error: " : "Reparaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
@@ -61,7 +63,7 @@ OC.L10N.register(
"Looking for {term} …" : "Suche nach {term}…",
"size" : "Größe",
"has" : "hat",
- "add" : "Hinzufügen",
+ "add" : "hinzufügen",
"delete" : "löschen",
"clear" : "leeren",
"values" : "Werte",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index a83b095cd6e..b6bd8ab2edc 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Reparaturschritt:",
+ "Repair info: " : "Reparaturinformation:",
"Repair warning: " : "Reparaturwarnung:",
"Repair error: " : "Reparaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
@@ -59,7 +61,7 @@
"Looking for {term} …" : "Suche nach {term}…",
"size" : "Größe",
"has" : "hat",
- "add" : "Hinzufügen",
+ "add" : "hinzufügen",
"delete" : "löschen",
"clear" : "leeren",
"values" : "Werte",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 06a0d49f563..e77e4d52f82 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Reparaturschritt:",
+ "Repair info: " : "Reparaturinformation:",
"Repair warning: " : "Reperaturwarnung:",
"Repair error: " : "Reperaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
@@ -61,7 +63,7 @@ OC.L10N.register(
"Looking for {term} …" : "Suche nach {term}…",
"size" : "Größe",
"has" : "hat",
- "add" : "Hinzufügen",
+ "add" : "hinzufügen",
"delete" : "löschen",
"clear" : "leeren",
"values" : "Werte",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index be6ec2df867..96118e3c9bf 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Reparaturschritt:",
+ "Repair info: " : "Reparaturinformation:",
"Repair warning: " : "Reperaturwarnung:",
"Repair error: " : "Reperaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
@@ -59,7 +61,7 @@
"Looking for {term} …" : "Suche nach {term}…",
"size" : "Größe",
"has" : "hat",
- "add" : "Hinzufügen",
+ "add" : "hinzufügen",
"delete" : "löschen",
"clear" : "leeren",
"values" : "Werte",
diff --git a/core/l10n/eo.js b/core/l10n/eo.js
index 8c41425f991..5db69c4ee4e 100644
--- a/core/l10n/eo.js
+++ b/core/l10n/eo.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaĝon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo ĝustas.",
"Preparing update" : "Preparante la ĝisdatigon",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Ripara stadio:",
+ "Repair info: " : "Ripara informo:",
"Repair warning: " : "Ripara averto:",
"Repair error: " : "Ripara eraro:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian ĝisdatigilon, ĉar aŭtomata ĝisdatigo estas malebligita en la dosiero „config.php“.",
@@ -59,6 +61,16 @@ OC.L10N.register(
"Show all contacts …" : "Montri ĉiujn kontaktojn",
"Loading your contacts …" : "Ŝargante viajn kontaktojn...",
"Looking for {term} …" : "Serĉo de {term}…",
+ "size" : "grando",
+ "has" : "havas",
+ "add" : "aldoni",
+ "delete" : "forigi",
+ "clear" : "viŝi",
+ "values" : "valoroj",
+ "entries" : "elementoj",
+ "forEach" : "forEach",
+ "calc(" : "calc(",
+ "(" : "(",
"No action available" : "Neniu ago disponebla",
"Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj",
"Settings" : "Agordo",
@@ -82,7 +94,9 @@ OC.L10N.register(
"No" : "Ne",
"Yes" : "Jes",
"No files in here" : "Neniu dosiero ĉi tie",
+ "New folder" : "Nova dosierujo",
"No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.",
+ "{newName} already exists" : "{newName} jam ekzistas",
"Choose" : "Elekti",
"Copy" : "Kopii",
"Move" : "Movi",
diff --git a/core/l10n/eo.json b/core/l10n/eo.json
index 0b74a151c06..22f887f4211 100644
--- a/core/l10n/eo.json
+++ b/core/l10n/eo.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaĝon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo ĝustas.",
"Preparing update" : "Preparante la ĝisdatigon",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Ripara stadio:",
+ "Repair info: " : "Ripara informo:",
"Repair warning: " : "Ripara averto:",
"Repair error: " : "Ripara eraro:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian ĝisdatigilon, ĉar aŭtomata ĝisdatigo estas malebligita en la dosiero „config.php“.",
@@ -57,6 +59,16 @@
"Show all contacts …" : "Montri ĉiujn kontaktojn",
"Loading your contacts …" : "Ŝargante viajn kontaktojn...",
"Looking for {term} …" : "Serĉo de {term}…",
+ "size" : "grando",
+ "has" : "havas",
+ "add" : "aldoni",
+ "delete" : "forigi",
+ "clear" : "viŝi",
+ "values" : "valoroj",
+ "entries" : "elementoj",
+ "forEach" : "forEach",
+ "calc(" : "calc(",
+ "(" : "(",
"No action available" : "Neniu ago disponebla",
"Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj",
"Settings" : "Agordo",
@@ -80,7 +92,9 @@
"No" : "Ne",
"Yes" : "Jes",
"No files in here" : "Neniu dosiero ĉi tie",
+ "New folder" : "Nova dosierujo",
"No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.",
+ "{newName} already exists" : "{newName} jam ekzistas",
"Choose" : "Elekti",
"Copy" : "Kopii",
"Move" : "Movi",
diff --git a/core/l10n/fi.js b/core/l10n/fi.js
index 3e7e9aef22c..0442dbdcd0e 100644
--- a/core/l10n/fi.js
+++ b/core/l10n/fi.js
@@ -58,6 +58,7 @@ OC.L10N.register(
"Show all contacts …" : "Näytä kaikki yhteystiedot…",
"Loading your contacts …" : "Ladataan yhteystietojasi…",
"Looking for {term} …" : "Etsii {term} …",
+ "size" : "koko",
"No action available" : "Toimintoa ei saatavilla",
"Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa",
"Settings" : "Asetukset",
@@ -81,7 +82,9 @@ OC.L10N.register(
"No" : "Ei",
"Yes" : "Kyllä",
"No files in here" : "Täällä ei ole tiedostoja",
+ "New folder" : "Uusi kansio",
"No more subfolders in here" : "Täällä ei ole enempää alikansioita",
+ "{newName} already exists" : "{newName} on jo olemassa",
"Choose" : "Valitse",
"Copy" : "Kopioi",
"Move" : "Siirrä",
@@ -231,6 +234,7 @@ OC.L10N.register(
"Help" : "Ohje",
"Access forbidden" : "Pääsy estetty",
"File not found" : "Tiedostoa ei löytynyt",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.",
"Internal Server Error" : "Sisäinen palvelinvirhe",
"The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.",
"If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.",
@@ -270,6 +274,7 @@ OC.L10N.register(
"Need help?" : "Tarvitsetko apua?",
"See the documentation" : "Tutustu ohjeisiin",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.",
+ "Get your own free account" : "Hanki ilmainen tili itsellesi",
"Skip to main content" : "Siirry pääsisältöön",
"More apps" : "Lisää sovelluksia",
"Search" : "Etsi",
@@ -298,6 +303,7 @@ OC.L10N.register(
"This share is password-protected" : "Jako on salasanasuojattu",
"The password is wrong. Try again." : "Salasana on väärin. Yritä uudelleen.",
"Two-factor authentication" : "Kaksivaiheinen tunnistautuminen",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Tilisi tietoturvatasoa on korotettu. Käytä kaksivaiheista tunnistautumista:",
"Use backup code" : "Käytä varakoodia",
"Cancel log in" : "Peru kirjautuminen",
"Error while validating your second factor" : "Tunnistuksen toisen vaiheen tarkistus epäonnistui",
diff --git a/core/l10n/fi.json b/core/l10n/fi.json
index 1a62e6ad760..d9ab42007fe 100644
--- a/core/l10n/fi.json
+++ b/core/l10n/fi.json
@@ -56,6 +56,7 @@
"Show all contacts …" : "Näytä kaikki yhteystiedot…",
"Loading your contacts …" : "Ladataan yhteystietojasi…",
"Looking for {term} …" : "Etsii {term} …",
+ "size" : "koko",
"No action available" : "Toimintoa ei saatavilla",
"Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa",
"Settings" : "Asetukset",
@@ -79,7 +80,9 @@
"No" : "Ei",
"Yes" : "Kyllä",
"No files in here" : "Täällä ei ole tiedostoja",
+ "New folder" : "Uusi kansio",
"No more subfolders in here" : "Täällä ei ole enempää alikansioita",
+ "{newName} already exists" : "{newName} on jo olemassa",
"Choose" : "Valitse",
"Copy" : "Kopioi",
"Move" : "Siirrä",
@@ -229,6 +232,7 @@
"Help" : "Ohje",
"Access forbidden" : "Pääsy estetty",
"File not found" : "Tiedostoa ei löytynyt",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.",
"Internal Server Error" : "Sisäinen palvelinvirhe",
"The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.",
"If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.",
@@ -268,6 +272,7 @@
"Need help?" : "Tarvitsetko apua?",
"See the documentation" : "Tutustu ohjeisiin",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.",
+ "Get your own free account" : "Hanki ilmainen tili itsellesi",
"Skip to main content" : "Siirry pääsisältöön",
"More apps" : "Lisää sovelluksia",
"Search" : "Etsi",
@@ -296,6 +301,7 @@
"This share is password-protected" : "Jako on salasanasuojattu",
"The password is wrong. Try again." : "Salasana on väärin. Yritä uudelleen.",
"Two-factor authentication" : "Kaksivaiheinen tunnistautuminen",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Tilisi tietoturvatasoa on korotettu. Käytä kaksivaiheista tunnistautumista:",
"Use backup code" : "Käytä varakoodia",
"Cancel log in" : "Peru kirjautuminen",
"Error while validating your second factor" : "Tunnistuksen toisen vaiheen tarkistus epäonnistui",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index b658e4c58a5..272f9ae9030 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
"Preparing update" : "Préparation de la mise à jour",
"[%d / %d]: %s" : "[%d / %d] : %s",
+ "Repair step: " : "Étape de réparation :",
+ "Repair info: " : "Informations de réparation :",
"Repair warning: " : "Avertissement de réparation :",
"Repair error: " : "Erreur de réparation :",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.",
@@ -65,7 +67,9 @@ OC.L10N.register(
"delete" : "supprimer",
"clear" : "effacer",
"values" : "vaut",
+ "entries" : "éléments",
"forEach" : "forEach",
+ "calc(" : "calc(",
"(" : "(",
"No action available" : "Aucune action disponible",
"Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 3080bba2dfa..4cb481f3187 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
"Preparing update" : "Préparation de la mise à jour",
"[%d / %d]: %s" : "[%d / %d] : %s",
+ "Repair step: " : "Étape de réparation :",
+ "Repair info: " : "Informations de réparation :",
"Repair warning: " : "Avertissement de réparation :",
"Repair error: " : "Erreur de réparation :",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.",
@@ -63,7 +65,9 @@
"delete" : "supprimer",
"clear" : "effacer",
"values" : "vaut",
+ "entries" : "éléments",
"forEach" : "forEach",
+ "calc(" : "calc(",
"(" : "(",
"No action available" : "Aucune action disponible",
"Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact",
diff --git a/core/l10n/gl.js b/core/l10n/gl.js
index 37943a97611..e72f4475136 100644
--- a/core/l10n/gl.js
+++ b/core/l10n/gl.js
@@ -28,8 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
"Preparing update" : "Preparando a actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Paso do arranxo:",
+ "Repair info: " : "Información do arranxo:",
"Repair warning: " : "Aviso de arranxo:",
- "Repair error: " : "Arranxar o erro:",
+ "Repair error: " : "Erro do arranxo:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s",
"Turned on maintenance mode" : "Modo de mantemento activado",
diff --git a/core/l10n/gl.json b/core/l10n/gl.json
index e0dfec265d4..b516a8fa799 100644
--- a/core/l10n/gl.json
+++ b/core/l10n/gl.json
@@ -26,8 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
"Preparing update" : "Preparando a actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Paso do arranxo:",
+ "Repair info: " : "Información do arranxo:",
"Repair warning: " : "Aviso de arranxo:",
- "Repair error: " : "Arranxar o erro:",
+ "Repair error: " : "Erro do arranxo:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s",
"Turned on maintenance mode" : "Modo de mantemento activado",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index e507d7a4885..4e1263a5b60 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.",
"Preparing update" : "Preparazione dell'aggiornamento",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Fase di riparazione:",
+ "Repair info: " : "Informazioni di riparazione:",
"Repair warning: " : "Avviso di riparazione",
"Repair error: " : "Errore di riparazione:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.",
@@ -59,6 +61,16 @@ OC.L10N.register(
"Show all contacts …" : "Mostra tutti i contatti...",
"Loading your contacts …" : "Caricamento dei tuoi contatti...",
"Looking for {term} …" : "Ricerca di {term} in corso...",
+ "size" : "dimensione",
+ "has" : "ha",
+ "add" : "aggiungi",
+ "delete" : "elimina",
+ "clear" : "cancella",
+ "values" : "valori",
+ "entries" : "voci",
+ "forEach" : "forEach",
+ "calc(" : "calc(",
+ "(" : "(",
"No action available" : "Nessuna azione disponibile",
"Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti",
"Settings" : "Impostazioni",
@@ -82,7 +94,9 @@ OC.L10N.register(
"No" : "No",
"Yes" : "Sì",
"No files in here" : "Qui non c'è alcun file",
+ "New folder" : "Nuova cartella",
"No more subfolders in here" : "Qui non ci sono altre sottocartelle",
+ "{newName} already exists" : "{newName} esiste già",
"Choose" : "Scegli",
"Copy" : "Copia",
"Move" : "Sposta",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index 50bdeda4978..eff02728917 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.",
"Preparing update" : "Preparazione dell'aggiornamento",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Fase di riparazione:",
+ "Repair info: " : "Informazioni di riparazione:",
"Repair warning: " : "Avviso di riparazione",
"Repair error: " : "Errore di riparazione:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.",
@@ -57,6 +59,16 @@
"Show all contacts …" : "Mostra tutti i contatti...",
"Loading your contacts …" : "Caricamento dei tuoi contatti...",
"Looking for {term} …" : "Ricerca di {term} in corso...",
+ "size" : "dimensione",
+ "has" : "ha",
+ "add" : "aggiungi",
+ "delete" : "elimina",
+ "clear" : "cancella",
+ "values" : "valori",
+ "entries" : "voci",
+ "forEach" : "forEach",
+ "calc(" : "calc(",
+ "(" : "(",
"No action available" : "Nessuna azione disponibile",
"Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti",
"Settings" : "Impostazioni",
@@ -80,7 +92,9 @@
"No" : "No",
"Yes" : "Sì",
"No files in here" : "Qui non c'è alcun file",
+ "New folder" : "Nuova cartella",
"No more subfolders in here" : "Qui non ci sono altre sottocartelle",
+ "{newName} already exists" : "{newName} esiste già",
"Choose" : "Scegli",
"Copy" : "Copia",
"Move" : "Sposta",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 7c85d42d5de..c3be958dbaf 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.",
"Preparing update" : "Preparando a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Etapa do reparo: ",
+ "Repair info: " : "Informação do reparo: ",
"Repair warning: " : "Aviso da reparação:",
"Repair error: " : "Erro da reparação :",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativada no config.php.",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 2af3faea6a8..627943d24c3 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.",
"Preparing update" : "Preparando a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Etapa do reparo: ",
+ "Repair info: " : "Informação do reparo: ",
"Repair warning: " : "Aviso da reparação:",
"Repair error: " : "Erro da reparação :",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativada no config.php.",
diff --git a/core/l10n/sv.js b/core/l10n/sv.js
index 7bccad85f0c..7f3fa11c8d5 100644
--- a/core/l10n/sv.js
+++ b/core/l10n/sv.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmejl. Vänligen kontrollera att ditt användarnamn är korrekt.",
"Preparing update" : "Förbereder uppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Reparationssteg: ",
+ "Repair info: " : "Reparationsinfo:",
"Repair warning: " : "Reperationsvarning:",
"Repair error: " : "Reperationsfel:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Vänligen uppdatera via kommandotolken då automatisk uppdatering är inaktiverat i config.php.",
@@ -59,6 +61,12 @@ OC.L10N.register(
"Show all contacts …" : "Visa alla kontakter ...",
"Loading your contacts …" : "Laddar dina kontakter ...",
"Looking for {term} …" : "Letar efter {term} …",
+ "size" : "storlek",
+ "has" : "har",
+ "add" : "lägg till",
+ "delete" : "radera",
+ "clear" : "rensa",
+ "values" : "värden",
"No action available" : "Ingen åtgärd tillgänglig",
"Error fetching contact actions" : "Fel vid hämtning av kontakthändelser",
"Settings" : "Inställningar",
@@ -82,7 +90,9 @@ OC.L10N.register(
"No" : "Nej",
"Yes" : "Ja",
"No files in here" : "Det finns inga filer här",
+ "New folder" : "Ny mapp",
"No more subfolders in here" : "Inga fler undermappar här",
+ "{newName} already exists" : "{newName} existerar redan",
"Choose" : "Välj",
"Copy" : "Kopiera",
"Move" : "Flytta",
@@ -194,6 +204,7 @@ OC.L10N.register(
"An error occurred. Please try again" : "Ett fel uppstod. Vänligen försök igen",
"Home" : "Hem",
"Other" : "Annan",
+ "{sharee} (remote group)" : "{sharee} (remote group)",
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
"Share" : "Dela",
"Name or email address..." : "Namn eller e-postadress",
@@ -372,6 +383,7 @@ OC.L10N.register(
"Thank you for your patience." : "Tack för ditt tålamod.",
"Copy URL" : "Kopiera URL",
"Enable" : "Aktivera",
+ "{sharee} (conversation)" : "{sharee} (conversation)",
"Please log in before granting %s access to your %s account." : "Logga in innan du ger %s åtkomst till ditt %s konto.",
"Further information how to configure this can be found in the %sdocumentation%s." : "Ytterligare information hur du konfigurerar detta finns i %sdokumentationen%s."
},
diff --git a/core/l10n/sv.json b/core/l10n/sv.json
index 2a4d5443cc3..dc095db058e 100644
--- a/core/l10n/sv.json
+++ b/core/l10n/sv.json
@@ -26,6 +26,8 @@
"Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmejl. Vänligen kontrollera att ditt användarnamn är korrekt.",
"Preparing update" : "Förbereder uppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step: " : "Reparationssteg: ",
+ "Repair info: " : "Reparationsinfo:",
"Repair warning: " : "Reperationsvarning:",
"Repair error: " : "Reperationsfel:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Vänligen uppdatera via kommandotolken då automatisk uppdatering är inaktiverat i config.php.",
@@ -57,6 +59,12 @@
"Show all contacts …" : "Visa alla kontakter ...",
"Loading your contacts …" : "Laddar dina kontakter ...",
"Looking for {term} …" : "Letar efter {term} …",
+ "size" : "storlek",
+ "has" : "har",
+ "add" : "lägg till",
+ "delete" : "radera",
+ "clear" : "rensa",
+ "values" : "värden",
"No action available" : "Ingen åtgärd tillgänglig",
"Error fetching contact actions" : "Fel vid hämtning av kontakthändelser",
"Settings" : "Inställningar",
@@ -80,7 +88,9 @@
"No" : "Nej",
"Yes" : "Ja",
"No files in here" : "Det finns inga filer här",
+ "New folder" : "Ny mapp",
"No more subfolders in here" : "Inga fler undermappar här",
+ "{newName} already exists" : "{newName} existerar redan",
"Choose" : "Välj",
"Copy" : "Kopiera",
"Move" : "Flytta",
@@ -192,6 +202,7 @@
"An error occurred. Please try again" : "Ett fel uppstod. Vänligen försök igen",
"Home" : "Hem",
"Other" : "Annan",
+ "{sharee} (remote group)" : "{sharee} (remote group)",
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
"Share" : "Dela",
"Name or email address..." : "Namn eller e-postadress",
@@ -370,6 +381,7 @@
"Thank you for your patience." : "Tack för ditt tålamod.",
"Copy URL" : "Kopiera URL",
"Enable" : "Aktivera",
+ "{sharee} (conversation)" : "{sharee} (conversation)",
"Please log in before granting %s access to your %s account." : "Logga in innan du ger %s åtkomst till ditt %s konto.",
"Further information how to configure this can be found in the %sdocumentation%s." : "Ytterligare information hur du konfigurerar detta finns i %sdokumentationen%s."
},"pluralForm" :"nplurals=2; plural=(n != 1);"