diff options
Diffstat (limited to 'apps/settings/l10n/sv.json')
-rw-r--r-- | apps/settings/l10n/sv.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index aaff2a22768..3c35052afdf 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -158,8 +158,6 @@ "Email test" : "E-posttest", "Email test was successfully sent" : "E-posttestet har skickats", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har inte ställt in eller verifierat din e-postserverkonfiguration ännu. Gå över till \"Generella inställningar\" för att ställa in dem. Använd sedan knappen \"Skicka e-post\" under formuläret för att verifiera dina inställningar.", - "File locking" : "Fillåsning", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databasen används till transaktionsbaserad fillåsning. För att förbättra prestandan, konfigurera memcache om det finns tillgängligt.", "Your IP address was resolved as %s" : "Din IP-adress identifierades som %s", "Internet connectivity" : "Internetanslutning", @@ -214,6 +212,7 @@ "Temporary space available" : "Tillfälligt utrymme tillgängligt", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Databasen körs inte med transaktionsisoleringsnivån \"READ COMMITTED\". Det kan orsaka problem när flera aktiviteter körs parallellt.", ".well-known URLs" : ".well-known URLs", + "Font file loading" : "Font fil laddas", "Profile information" : "Profilinformation", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, fullständigt namn, e-post, telefonnummer, adress, webbplats, Twitter, organisation, roll, rubrik, biografi och om din profil är aktiverad", "Nextcloud settings" : "Nextcloud-inställningar", @@ -462,6 +461,10 @@ "Unable to update profile enabled state" : "Kunde inte uppdatera profilaktivering", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mer restriktiva inställningen av antingen synlighet eller omfattning respekteras på din profil. Till exempel, om synlighet är inställd på \"Visa för alla\" och omfattningen är inställd på \"Privat\", respekteras \"Privat\".", "Unable to update visibility of {displayId}" : "Kunde inte uppdatera synlighet för {displayId}", + "she/her" : "hon/henne", + "he/him" : "han/honom", + "they/them" : "de/dem", + "Your pronouns. E.g. ${pronounsExample}" : "Dina pronomen. T.ex. ${pronounsExample}", "Your role" : "Din roll", "Your X (formerly Twitter) handle" : "Ditt användarnamn på X (tidigare Twitter)", "Your website" : "Din webbsida", @@ -590,16 +593,17 @@ "Location" : "Plats", "Profile picture" : "Profilbild", "About" : "Om", + "Date of birth" : "Födelsedatum", "Full name" : "Namn", "Additional email" : "Ytterligare e-postadress", + "Fediverse (e.g. Mastodon)" : "Fediverse (t.ex. Mastodon)", "Headline" : "Rubrik", "Organisation" : "Organisation", "Phone number" : "Telefonnummer", + "Pronouns" : "Pronomen", "Role" : "Roll", "X (formerly Twitter)" : "X (tidigare Twitter)", - "Fediverse (e.g. Mastodon)" : "Fediverse (t.ex. Mastodon)", "Website" : "Webbplats", - "Date of birth" : "Födelsedatum", "Profile visibility" : "Profilsynlighet", "Locale" : "Plats", "First day of week" : "Första dagen i veckan", @@ -689,6 +693,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", + "File locking" : "Fillåsning", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", |