diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-26 02:13:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-26 02:13:50 +0000 |
commit | d8f045bc8a861c5fce18ffd81a40847b6e651b1e (patch) | |
tree | a0cc2e7575767c53458e9e4ce2ac4e85c38541e5 /lib/l10n | |
parent | 4344a54a1df3df42b4a10b40c412f3a3f590e777 (diff) | |
download | nextcloud-server-d8f045bc8a861c5fce18ffd81a40847b6e651b1e.tar.gz nextcloud-server-d8f045bc8a861c5fce18ffd81a40847b6e651b1e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/de.js | 2 | ||||
-rw-r--r-- | lib/l10n/de.json | 2 | ||||
-rw-r--r-- | lib/l10n/sv.js | 1 | ||||
-rw-r--r-- | lib/l10n/sv.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index be8bf45aa93..b969bd6c565 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -138,7 +138,7 @@ OC.L10N.register( "»%s« added a note to a file shared with you" : "»%s« hat eine Bemerkung zu einer mit dir geteilten Datei hinzugefügt", "Open »%s«" : "»%s« öffnen", "%1$s via %2$s" : "%1$s über %2$s", - "You are not allowed to share %s" : "Die Freigabe von %s ist dir nicht erlaubt", + "You are not allowed to share %s" : "Du bist nicht berechtigt, %s zu teilen.", "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen", "Files cannot be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden", "Files cannot be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 0593b87f3a1..d9308712b47 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -136,7 +136,7 @@ "»%s« added a note to a file shared with you" : "»%s« hat eine Bemerkung zu einer mit dir geteilten Datei hinzugefügt", "Open »%s«" : "»%s« öffnen", "%1$s via %2$s" : "%1$s über %2$s", - "You are not allowed to share %s" : "Die Freigabe von %s ist dir nicht erlaubt", + "You are not allowed to share %s" : "Du bist nicht berechtigt, %s zu teilen.", "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen", "Files cannot be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden", "Files cannot be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 29937c6f2f9..4afa7cb8e31 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -7,6 +7,7 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerna i appen %1$s ersattes inte korrekt. Kontrollera att det är en version som är kompatibel med servern.", "Sample configuration detected" : "Exempel-konfiguration detekterad", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Det har upptäckts att provkonfigurationen har kopierats. Detta kan bryta din installation och stöds inte. Läs dokumentationen innan du utför ändringar på config.php", + "The page could not be found on the server." : "Sidan kunde inte hittas på servern.", "%s email verification" : "%s e-postverifikation", "Email verification" : "E-postverifikation", "Click the following button to confirm your email." : "Klicka på följande knapp för att verifiera din e-postadress.", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 3f449af3f8d..a551c7ff400 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -5,6 +5,7 @@ "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerna i appen %1$s ersattes inte korrekt. Kontrollera att det är en version som är kompatibel med servern.", "Sample configuration detected" : "Exempel-konfiguration detekterad", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Det har upptäckts att provkonfigurationen har kopierats. Detta kan bryta din installation och stöds inte. Läs dokumentationen innan du utför ändringar på config.php", + "The page could not be found on the server." : "Sidan kunde inte hittas på servern.", "%s email verification" : "%s e-postverifikation", "Email verification" : "E-postverifikation", "Click the following button to confirm your email." : "Klicka på följande knapp för att verifiera din e-postadress.", |