diff options
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/sv.js | 4 | ||||
-rw-r--r-- | settings/l10n/sv.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index 6def272462b..2b9d6881401 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -143,6 +143,7 @@ OC.L10N.register( "All languages" : "Alla språk", "You did not enter the password in time" : "Du angav inte lösenordet i tid", "An error occured during the request. Unable to proceed." : "Ett fel uppstod under förfrågan. Kan inte fortsätta.", + "App update" : "Appuppdatering", "Error: This app can not be enabled because it makes the server unstable" : "Fel: Denna app kan inte aktiveras eftersom det gör servern instabil", "Your apps" : "Dina appar", "Disabled apps" : "Inaktiverade appar", @@ -309,6 +310,7 @@ OC.L10N.register( "Add trusted domain" : "Lägg till betrodd domän", "All" : "Alla", "Update to %s" : "Uppdatera till %s", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n appuppdatering som väntar ","Du har %n appuppdateringar som väntar"], "No apps found for your version" : "Inga appar funna för din version", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiella appar är utvecklade av Nextclouds community. De erbjuder central funktionalitet och är redo för att användas i produktion.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkända appar är utvecklade av betrodda utvecklare och har genomgått enklare säkerhetstester. De är aktivt utvecklade i ett öppet kodbibliotek och deras underhållare anser dom stabila nog för enklare till normalt användande.", @@ -321,8 +323,10 @@ OC.L10N.register( "Error: Could not disable broken app" : "Fel: Kunde inte inaktivera trasig app", "Error while disabling broken app" : "Fel under inaktivering av trasig applikation.", "Updating...." : "Uppdaterar...", + "Error while updating app" : "Fel vid uppdatering av appen", "Updated" : "Uppdaterad", "Removing …" : "Tar bort ...", + "Error while removing app" : "Fel vid borttagning av app", "Remove" : "Ta bort", "Approved" : "Godkänd", "Experimental" : "Experimentell", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 8d11384edd2..f64528f16b8 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -141,6 +141,7 @@ "All languages" : "Alla språk", "You did not enter the password in time" : "Du angav inte lösenordet i tid", "An error occured during the request. Unable to proceed." : "Ett fel uppstod under förfrågan. Kan inte fortsätta.", + "App update" : "Appuppdatering", "Error: This app can not be enabled because it makes the server unstable" : "Fel: Denna app kan inte aktiveras eftersom det gör servern instabil", "Your apps" : "Dina appar", "Disabled apps" : "Inaktiverade appar", @@ -307,6 +308,7 @@ "Add trusted domain" : "Lägg till betrodd domän", "All" : "Alla", "Update to %s" : "Uppdatera till %s", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n appuppdatering som väntar ","Du har %n appuppdateringar som väntar"], "No apps found for your version" : "Inga appar funna för din version", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiella appar är utvecklade av Nextclouds community. De erbjuder central funktionalitet och är redo för att användas i produktion.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkända appar är utvecklade av betrodda utvecklare och har genomgått enklare säkerhetstester. De är aktivt utvecklade i ett öppet kodbibliotek och deras underhållare anser dom stabila nog för enklare till normalt användande.", @@ -319,8 +321,10 @@ "Error: Could not disable broken app" : "Fel: Kunde inte inaktivera trasig app", "Error while disabling broken app" : "Fel under inaktivering av trasig applikation.", "Updating...." : "Uppdaterar...", + "Error while updating app" : "Fel vid uppdatering av appen", "Updated" : "Uppdaterad", "Removing …" : "Tar bort ...", + "Error while removing app" : "Fel vid borttagning av app", "Remove" : "Ta bort", "Approved" : "Godkänd", "Experimental" : "Experimentell", |