nextcloud/apps/updatenotification/l10n/sv.js

15 lines
840 B
JavaScript

OC.L10N.register(
"updatenotification",
{
"Updated channel" : "Uppdaterad kanal",
"{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.",
"Updater" : "Uppdaterare",
"A new version is available: %s" : "En ny version är tillgänglig: %s",
"Open updater" : "Öppna uppdateraren",
"Your version is up to date." : "Din version är uppdaterad.",
"Checked on %s" : "Senast kontrollerad %s",
"Update channel:" : "Uppdateringskanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid uppdatera till en nyare version / experimentell kanal. Men du kan aldrig nedgradera till en mer stabil kanal."
},
"nplurals=2; plural=(n != 1);");