From 98d1a3f34cfb421366643a26df791af0c5507a72 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 10 Nov 2020 02:18:44 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- apps/cloud_federation_api/l10n/sk.js | 8 ++++++++ apps/cloud_federation_api/l10n/sk.json | 6 ++++++ apps/files_sharing/l10n/cs.js | 1 + apps/files_sharing/l10n/cs.json | 1 + apps/files_sharing/l10n/fr.js | 1 + apps/files_sharing/l10n/fr.json | 1 + apps/theming/l10n/de.js | 10 +++++----- apps/theming/l10n/de.json | 10 +++++----- apps/theming/l10n/de_DE.js | 2 +- apps/theming/l10n/de_DE.json | 2 +- apps/twofactor_backupcodes/l10n/de.js | 6 +++--- apps/twofactor_backupcodes/l10n/de.json | 6 +++--- apps/user_status/l10n/sv.js | 18 +++++++++++++++++- apps/user_status/l10n/sv.json | 18 +++++++++++++++++- 14 files changed, 70 insertions(+), 20 deletions(-) create mode 100644 apps/cloud_federation_api/l10n/sk.js create mode 100644 apps/cloud_federation_api/l10n/sk.json diff --git a/apps/cloud_federation_api/l10n/sk.js b/apps/cloud_federation_api/l10n/sk.js new file mode 100644 index 0000000000..29fd7ca1ee --- /dev/null +++ b/apps/cloud_federation_api/l10n/sk.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API združovania cloudu", + "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudom navzájom komunikovať a vymieňať si údaje", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API združovania cloudov umožňuje rôznym inštanciám NextCloudu navzájom komunikovať a vymieňať si údaje." +}, +"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/apps/cloud_federation_api/l10n/sk.json b/apps/cloud_federation_api/l10n/sk.json new file mode 100644 index 0000000000..bc57052793 --- /dev/null +++ b/apps/cloud_federation_api/l10n/sk.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "API združovania cloudu", + "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudom navzájom komunikovať a vymieňať si údaje", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API združovania cloudov umožňuje rôznym inštanciám NextCloudu navzájom komunikovať a vymieňať si údaje." +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 914bdea6ce..8e550314c8 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -169,6 +169,7 @@ OC.L10N.register( "Password protection" : "Ochrana heslem", "Enter a password" : "Zadejte heslo", "Expiration date (enforced)" : "Datum skončení platnosti (vynuceno)", + "Create share" : "Vytvořit sdílení", "Cancel" : "Storno", "Share label" : "Štítek sdílení", "Read only" : "Pouze pro čtení", diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index d6e329cf7f..289f5aac0e 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -167,6 +167,7 @@ "Password protection" : "Ochrana heslem", "Enter a password" : "Zadejte heslo", "Expiration date (enforced)" : "Datum skončení platnosti (vynuceno)", + "Create share" : "Vytvořit sdílení", "Cancel" : "Storno", "Share label" : "Štítek sdílení", "Read only" : "Pouze pro čtení", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index bfc677d1cf..cdd23b880c 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -188,6 +188,7 @@ OC.L10N.register( "No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.", "Resharing is not allowed" : "Le repartage n'est pas autorisé", "Name or email …" : "Nom ou adresse courriel ...", + "Name, email, or Federated Cloud ID …" : "Nom, adresse e-mail ou identifiant Federated Cloud…", "Searching …" : "Recherche …", "No elements found." : "Aucun élément trouvé.", "Search globally" : "Rechercher partout", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 2845ac3bed..17344a6452 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -186,6 +186,7 @@ "No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.", "Resharing is not allowed" : "Le repartage n'est pas autorisé", "Name or email …" : "Nom ou adresse courriel ...", + "Name, email, or Federated Cloud ID …" : "Nom, adresse e-mail ou identifiant Federated Cloud…", "Searching …" : "Recherche …", "No elements found." : "Aucun élément trouvé.", "Search globally" : "Rechercher partout", diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 45784ba433..477ad909b3 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -12,12 +12,12 @@ OC.L10N.register( "The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", "The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL", "The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang", - "The given privacy policy address is not a valid URL" : "Die eingegebene Datenschutz-Adresse ist keine gültige URL", + "The given privacy policy address is not a valid URL" : "Die eingegebene Adresse der Datenschutzerklärung ist keine gültige URL", "The given slogan is too long" : "Der eingegebene Slogan ist zu lang", "The given color is invalid" : "Die gewählte Farbe ist ungültig", "The file was uploaded" : "Die Datei wurde hochgeladen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE - Vorgabe erlaubt, die im HTML-Formular spezifiziert ist.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden", "No file was uploaded" : "Es wurde keine Datei hochgeladen", "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", @@ -45,11 +45,11 @@ OC.L10N.register( "Advanced options" : "Erweiterte Optionen", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zur Datenschutzerklärung", - "Header logo" : "Kopfbereich-Logo", - "Upload new header logo" : "Neues Kopfbereich-Logo hochladen", + "Header logo" : "Kopfbereichs-Logo", + "Upload new header logo" : "Neues Kopfbereichs-Logo hochladen", "Favicon" : "Favicon", "Upload new favicon" : "Neues Favicon hochladen", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", "Unsupported image type" : "Nicht unterstütztes Bild-Format" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index 5dfea3364a..a08d9eb81e 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -10,12 +10,12 @@ "The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang", "The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL", "The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang", - "The given privacy policy address is not a valid URL" : "Die eingegebene Datenschutz-Adresse ist keine gültige URL", + "The given privacy policy address is not a valid URL" : "Die eingegebene Adresse der Datenschutzerklärung ist keine gültige URL", "The given slogan is too long" : "Der eingegebene Slogan ist zu lang", "The given color is invalid" : "Die gewählte Farbe ist ungültig", "The file was uploaded" : "Die Datei wurde hochgeladen", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE - Vorgabe erlaubt, die im HTML-Formular spezifiziert ist.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden", "No file was uploaded" : "Es wurde keine Datei hochgeladen", "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", @@ -43,11 +43,11 @@ "Advanced options" : "Erweiterte Optionen", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zur Datenschutzerklärung", - "Header logo" : "Kopfbereich-Logo", - "Upload new header logo" : "Neues Kopfbereich-Logo hochladen", + "Header logo" : "Kopfbereichs-Logo", + "Upload new header logo" : "Neues Kopfbereichs-Logo hochladen", "Favicon" : "Favicon", "Upload new favicon" : "Neues Favicon hochladen", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", "Unsupported image type" : "Nicht unterstütztes Bild-Format" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index 4cd61c0a12..ecb743bbf4 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -33,7 +33,7 @@ OC.L10N.register( "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", "Reset to default" : " Auf Standard zurücksetzen ", - "Web link" : "Internetseite", + "Web link" : "Internet-Link", "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Farbe", diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index ecf2ba140b..816febfccf 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -31,7 +31,7 @@ "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", "Reset to default" : " Auf Standard zurücksetzen ", - "Web link" : "Internetseite", + "Web link" : "Internet-Link", "https://…" : "https://…", "Slogan" : "Slogan", "Color" : "Farbe", diff --git a/apps/twofactor_backupcodes/l10n/de.js b/apps/twofactor_backupcodes/l10n/de.js index d89c54add4..0eae30ce16 100644 --- a/apps/twofactor_backupcodes/l10n/de.js +++ b/apps/twofactor_backupcodes/l10n/de.js @@ -2,9 +2,9 @@ OC.L10N.register( "twofactor_backupcodes", { "You created two-factor backup codes for your account" : "Du hast Zwei-Faktor Sicherungs-Codes für Dein Konto erstellt", - "Second-factor backup codes" : "Zweitfaktor-Backup-Codes", + "Second-factor backup codes" : "Zweitfaktor Backup-Codes", "Generate backup codes" : "Backup-Codes erzeugen", - "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Du hast die Zwei-Faktor-Authentifizierung aktiviert, aber noch keine Backup-Codes erzeugt. Diese werden für den Fall benötigt, dass du den Zugriff auf Ihren zweiten Faktor verloren hast.", + "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Du hast die Zwei-Faktor-Authentifizierung aktiviert, aber noch keine Backup-Codes erzeugt. Diese werden für den Fall benötigt, dass Du den Zugriff auf Deinen zweiten Faktor verloren hast.", "Backup code" : "Backup-Code", "Use backup code" : "Backup-Code verwenden", "Two factor backup codes" : "Zweifaktor-Backup-Codes", @@ -15,7 +15,7 @@ OC.L10N.register( "Print backup codes" : "Backup-Codes drucken", "Regenerate backup codes" : "Backup-Codes erneuern", "If you regenerate backup codes, you automatically invalidate old codes." : "Wenn Du Backup-Codes erneuerst, werden alte automatisch ungültig.", - "An error occurred while generating your backup codes" : "Ein Fehler ist bei der Erstellung Deiner Backup-Codes aufgetreten", + "An error occurred while generating your backup codes" : "Beim Erstellen Deiner Backup-Codes ist ein Fehler aufgetreten", "{name} backup codes" : "{name} Backup-Codes", "Use one of the backup codes you saved when setting up two-factor authentication." : "Verwende einen der Backup-Codes, den Du bei der Einrichtung der Zwei-Faktor-Authentifizierung gespeichert hast.", "Submit" : "Übermitteln", diff --git a/apps/twofactor_backupcodes/l10n/de.json b/apps/twofactor_backupcodes/l10n/de.json index 136c51ac40..f348e205ee 100644 --- a/apps/twofactor_backupcodes/l10n/de.json +++ b/apps/twofactor_backupcodes/l10n/de.json @@ -1,8 +1,8 @@ { "translations": { "You created two-factor backup codes for your account" : "Du hast Zwei-Faktor Sicherungs-Codes für Dein Konto erstellt", - "Second-factor backup codes" : "Zweitfaktor-Backup-Codes", + "Second-factor backup codes" : "Zweitfaktor Backup-Codes", "Generate backup codes" : "Backup-Codes erzeugen", - "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Du hast die Zwei-Faktor-Authentifizierung aktiviert, aber noch keine Backup-Codes erzeugt. Diese werden für den Fall benötigt, dass du den Zugriff auf Ihren zweiten Faktor verloren hast.", + "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "Du hast die Zwei-Faktor-Authentifizierung aktiviert, aber noch keine Backup-Codes erzeugt. Diese werden für den Fall benötigt, dass Du den Zugriff auf Deinen zweiten Faktor verloren hast.", "Backup code" : "Backup-Code", "Use backup code" : "Backup-Code verwenden", "Two factor backup codes" : "Zweifaktor-Backup-Codes", @@ -13,7 +13,7 @@ "Print backup codes" : "Backup-Codes drucken", "Regenerate backup codes" : "Backup-Codes erneuern", "If you regenerate backup codes, you automatically invalidate old codes." : "Wenn Du Backup-Codes erneuerst, werden alte automatisch ungültig.", - "An error occurred while generating your backup codes" : "Ein Fehler ist bei der Erstellung Deiner Backup-Codes aufgetreten", + "An error occurred while generating your backup codes" : "Beim Erstellen Deiner Backup-Codes ist ein Fehler aufgetreten", "{name} backup codes" : "{name} Backup-Codes", "Use one of the backup codes you saved when setting up two-factor authentication." : "Verwende einen der Backup-Codes, den Du bei der Einrichtung der Zwei-Faktor-Authentifizierung gespeichert hast.", "Submit" : "Übermitteln", diff --git a/apps/user_status/l10n/sv.js b/apps/user_status/l10n/sv.js index bcbacd4126..ce794d6867 100644 --- a/apps/user_status/l10n/sv.js +++ b/apps/user_status/l10n/sv.js @@ -1,6 +1,13 @@ OC.L10N.register( "user_status", { + "Recent statuses" : "Senaste statusuppdateringar", + "In a meeting" : "På ett möte", + "Commuting" : "Reser", + "Out sick" : "Sjuk", + "Vacationing" : "På semester", + "Working remotely" : "Arbetar hemifrån", + "User status" : "Användarstatus", "Clear status message after" : "Rensa statusmeddelande efter", "What's your status?" : "Vad är din status?", "Set status" : "Sätt status", @@ -8,15 +15,24 @@ OC.L10N.register( "Status message" : "Statusmeddelande", "Clear status message" : "Rensa statusmeddelande", "Set status message" : "Sätt statusmeddelande", + "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras", + "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas", + "No recent status changes" : "Inga statusuppdateringar den sista tiden", "Away" : "Iväg", "Do not disturb" : "Stör ej", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Rensa inte", "Today" : "Idag", "This week" : "Denna vecka", "Online" : "Online", "Invisible" : "Osynlig", "Offline" : "Offline", + "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas", "30 minutes" : "30 minuter", - "1 hour" : "1 timme" + "1 hour" : "1 timme", + "4 hours" : "4 timmar", + "Mute all notifications" : "Dölj alla aviseringar", + "Appear offline" : "Visa som offline", + "Clear status after" : "Rensa status efter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/sv.json b/apps/user_status/l10n/sv.json index 7b7ce32465..df7405c561 100644 --- a/apps/user_status/l10n/sv.json +++ b/apps/user_status/l10n/sv.json @@ -1,4 +1,11 @@ { "translations": { + "Recent statuses" : "Senaste statusuppdateringar", + "In a meeting" : "På ett möte", + "Commuting" : "Reser", + "Out sick" : "Sjuk", + "Vacationing" : "På semester", + "Working remotely" : "Arbetar hemifrån", + "User status" : "Användarstatus", "Clear status message after" : "Rensa statusmeddelande efter", "What's your status?" : "Vad är din status?", "Set status" : "Sätt status", @@ -6,15 +13,24 @@ "Status message" : "Statusmeddelande", "Clear status message" : "Rensa statusmeddelande", "Set status message" : "Sätt statusmeddelande", + "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras", + "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas", + "No recent status changes" : "Inga statusuppdateringar den sista tiden", "Away" : "Iväg", "Do not disturb" : "Stör ej", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Rensa inte", "Today" : "Idag", "This week" : "Denna vecka", "Online" : "Online", "Invisible" : "Osynlig", "Offline" : "Offline", + "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas", "30 minutes" : "30 minuter", - "1 hour" : "1 timme" + "1 hour" : "1 timme", + "4 hours" : "4 timmar", + "Mute all notifications" : "Dölj alla aviseringar", + "Appear offline" : "Visa som offline", + "Clear status after" : "Rensa status efter" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file