# Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the keysmith package. # # SPDX-FileCopyrightText: 2020, 2021, 2023, 2024 Stefan Asserhäll msgid "" msgstr "" "Project-Id-Version: keysmith\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-11-18 00:43+0000\n" "PO-Revision-Date: 2024-09-27 17:04+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 24.05.2\n" #: src/app/cli.cpp:133 #, kde-format msgctxt "@info ( placeholder)" msgid "" "Optional account to add, formatted as otpauth:// URI (e.g. from a QR code)" msgstr "" "Valfritt konto att lägga till, formaterat som webbadressen otpauth:// (t.ex. " "från en QR-kod)" #: src/app/flows_p.cpp:108 src/app/flows_p.cpp:282 #, kde-format msgctxt "@title:window" msgid "Invalid account" msgstr "Ogiltigt konto" #: src/app/flows_p.cpp:109 #, kde-format msgctxt "@info:label" msgid "" "The account you are trying to add is invalid. You can either quit the app, " "or continue without adding the account." msgstr "" "Kontot du försöker lägga till är ogiltigt. Du kan antingen avsluta " "programmet eller fortsätta utan att lägga till ett konto." #: src/app/flows_p.cpp:283 #, kde-format msgctxt "@info:label" msgid "" "The account you are trying to add is invalid. Continue without adding the " "account." msgstr "" "Kontot du försöker lägga till är ogiltigt. Fortsätter utan att lägga till " "kontot." #: src/contents/ui/AccountEntryViewBase.qml:35 #, kde-format msgctxt "Details dialog title: %1 is the name of the account" msgid "Details of account: %1" msgstr "Detaljinformation om konto: %1" #: src/contents/ui/AccountEntryViewBase.qml:42 #, kde-format msgid "Name:" msgstr "Namn:" #: src/contents/ui/AccountEntryViewBase.qml:49 #, kde-format msgid "Issuer:" msgstr "Utfärdare:" #: src/contents/ui/AccountEntryViewBase.qml:56 #, kde-format msgid "Mode:" msgstr "Läge:" #: src/contents/ui/AccountEntryViewBase.qml:57 #, kde-format msgctxt "Mode of 2fa" msgid "HOTP" msgstr "HOTP" #: src/contents/ui/AccountEntryViewBase.qml:57 #, kde-format msgctxt "Mode of 2fa" msgid "TOTP" msgstr "TOTP" #: src/contents/ui/AccountEntryViewBase.qml:63 #, kde-format msgid "Epoch:" msgstr "Epok:" #: src/contents/ui/AccountEntryViewBase.qml:70 #, kde-format msgid "Time Step:" msgstr "Tidsteg:" #: src/contents/ui/AccountEntryViewBase.qml:77 #, kde-format msgid "Offset:" msgstr "Position:" #: src/contents/ui/AccountEntryViewBase.qml:84 #, kde-format msgid "Token Length:" msgstr "Symbollängd:" #: src/contents/ui/AccountEntryViewBase.qml:91 #, kde-format msgid "Hash:" msgstr "Kondensat:" #: src/contents/ui/AccountEntryViewBase.qml:100 #, kde-format msgctxt "Confirm dialog title: %1 is the name of the account to remove" msgid "Removing account: %1" msgstr "Tar bort: konto: %1" #: src/contents/ui/AccountEntryViewBase.qml:105 #, kde-format msgid "" "

  • Account name: %1
  • Account issuer: %2

Removing this account from Keysmith will not disable two-factor " "authentication (2FA). Make sure you can still access your account without " "using Keysmith before proceeding:

  • Make sure you have another 2FA " "app set up for your account, or:
  • Make sure you have recovery codes " "for your account, or:
  • Disable two-factor authentication on your " "account
" msgstr "" "

  • Kontonamn: %1
  • Kontokälla: %2

Att ta bort " "kontot från Keysmith inaktiverar inte tvåfaktorsbehörighet (2FA). Säkerställ " "att du fortfarande kan komma åt kontot utan att använda Keysmith innan du " "fortsätter.

  • Säkerställ att du har ett annat 2FA-program inställt " "för kontot, eller,
  • Säkerställ att du har återhämtningskoder för " "kontot, eller,
  • Inaktivera tvåfaktorsbehörighet för kontot.
" #: src/contents/ui/AccountEntryViewBase.qml:116 #, kde-format msgctxt "Button confirming account removal" msgid "Delete Account" msgstr "Ta bort konto" #: src/contents/ui/AccountEntryViewBase.qml:134 #, kde-format msgctxt "Notification shown in a passive notification" msgid "Token copied to clipboard!" msgstr "Symbol kopierad till klippbordet." #: src/contents/ui/AccountNameForm.qml:64 #, kde-format msgctxt "@label:textbox" msgid "Account name:" msgstr "Kontonamn:" #: src/contents/ui/AccountNameForm.qml:83 #, kde-format msgctxt "@label:textbox" msgid "Account issuer:" msgstr "Kontoutfärdare:" #: src/contents/ui/AccountsOverview.qml:21 #, kde-format msgctxt "@title:window" msgid "Accounts" msgstr "Konton" #: src/contents/ui/AccountsOverview.qml:25 #, kde-format msgctxt "generic error shown when adding or updating an account failed" msgid "Failed to update accounts" msgstr "Misslyckades uppdatera konton" #: src/contents/ui/AccountsOverview.qml:26 #, kde-format msgctxt "error message shown when loading accounts from storage failed" msgid "Some accounts failed to load." msgstr "Inläsning misslyckades för vissa konton." #: src/contents/ui/AccountsOverview.qml:91 #, kde-format msgid "No accounts added" msgstr "Inga konton tillagda" #: src/contents/ui/AccountsOverview.qml:96 #, kde-format msgctxt "" "@action:button add new account, shown instead of overview list when no " "accounts have been added yet" msgid "Add Account" msgstr "Lägg till konto" #: src/contents/ui/AccountsOverview.qml:163 #, kde-format msgctxt "@action:button add new account, shown in toolbar" msgid "Add" msgstr "Lägg till" #: src/contents/ui/AccountsOverview.qml:176 #, kde-format msgctxt "@action:button import accounts, shown in toolbar" msgid "Import" msgstr "" #: src/contents/ui/AddAccount.qml:22 #, kde-format msgctxt "@title:window" msgid "Add new account" msgstr "Lägg till nytt konto" #: src/contents/ui/AddAccount.qml:45 #, kde-format msgctxt "@action:button cancel and dismiss the add account form" msgid "Cancel" msgstr "Avbryt" #: src/contents/ui/AddAccount.qml:52 #, kde-format msgctxt "@action:button Dismiss the error page and quit Keysmith" msgid "Quit" msgstr "Avsluta" #: src/contents/ui/AddAccount.qml:61 #, kde-format msgctxt "@action:button" msgid "Add" msgstr "Lägg till" #: src/contents/ui/AddAccount.qml:81 #, kde-format msgctxt "@label:chooser" msgid "Account type:" msgstr "Kontotyp:" #: src/contents/ui/AddAccount.qml:90 #, kde-format msgctxt "@option:radio" msgid "Time-based OTP" msgstr "Tidsbaserad OTP" #: src/contents/ui/AddAccount.qml:101 #, kde-format msgctxt "@option:radio" msgid "Hash-based OTP" msgstr "Kondensatbaserad OTP" #: src/contents/ui/AddAccount.qml:113 #, kde-format msgid "Token secret" msgstr "Symbolhemlighet" #: src/contents/ui/AddAccount.qml:116 #, kde-format msgctxt "@label:textbox" msgid "Secret key:" msgstr "Hemlig nyckel: " #: src/contents/ui/AddAccount.qml:132 #, kde-format msgctxt "Button to reveal form for configuring additional token details" msgid "Details" msgstr "Detaljinformation" #: src/contents/ui/AddAccount.qml:140 #, kde-format msgctxt "@title:group" msgid "HOTP Details:" msgstr "HOTP-information:" #: src/contents/ui/AddAccount.qml:153 #, kde-format msgctxt "@label" msgid "TOTP Details:" msgstr "TOTP-information:" #: src/contents/ui/ErrorPage.qml:33 #, kde-format msgctxt "@action:button Button to dismiss the error page" msgid "Continue" msgstr "Fortsätt" #: src/contents/ui/ErrorPage.qml:40 #, kde-format msgctxt "@action:button Dismiss the error page and quit Keysmtih" msgid "Quit" msgstr "Avsluta" #: src/contents/ui/HOTPAccountEntryView.qml:19 #: src/contents/ui/TOTPAccountEntryView.qml:23 #, kde-format msgctxt "Button to show details of a single account" msgid "Show details" msgstr "Visa detaljinformation" #: src/contents/ui/HOTPAccountEntryView.qml:28 #: src/contents/ui/TOTPAccountEntryView.qml:34 #, kde-format msgctxt "Button for removal of a single account" msgid "Delete account" msgstr "Ta bort konto" #: src/contents/ui/HOTPDetailsForm.qml:27 #, kde-format msgctxt "@label:textbox" msgid "Counter:" msgstr "Räknare:" #: src/contents/ui/HOTPDetailsForm.qml:48 #: src/contents/ui/TOTPDetailsForm.qml:67 #, kde-format msgctxt "@label:spinbox" msgid "Token length:" msgstr "Symbollängd" #: src/contents/ui/HOTPDetailsForm.qml:63 #, kde-format msgctxt "@option:check" msgid "Add checksum digit" msgstr "Lägg till kontrollsiffra" #: src/contents/ui/HOTPDetailsForm.qml:75 #, kde-format msgctxt "@option:check" msgid "Use custom truncation offset" msgstr "Använd egen avkortningsposition" #: src/contents/ui/HOTPDetailsForm.qml:89 #, kde-format msgctxt "@label:spinbox" msgid "Truncation offset:" msgstr "Trunkeringsposition:" #: src/contents/ui/ImportAccount.qml:21 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Accounts" msgctxt "@title:window" msgid "Import Accounts" msgstr "Konton" #: src/contents/ui/ImportAccount.qml:52 #, kde-format msgid "Import format" msgstr "" #. i18n strings #: src/contents/ui/ImportAccount.qml:58 #, kde-format msgctxt "@item:inlistbox" msgid "andOTP Encrypted JSON" msgstr "" #: src/contents/ui/ImportAccount.qml:59 #, kde-format msgctxt "@item:inlistbox" msgid "andOTP Plain JSON" msgstr "" #. i18nc("@item:inlistbox", "Aegis Encrypted JSON"), value: Models.ValidatedImportInput.AegisEncryptedJSON}); #: src/contents/ui/ImportAccount.qml:61 #, kde-format msgctxt "@item:inlistbox" msgid "Aegis Plain JSON" msgstr "" #: src/contents/ui/ImportAccount.qml:62 #, kde-format msgctxt "@item:inlistbox" msgid "FreeOTP URIs" msgstr "" #: src/contents/ui/ImportAccount.qml:78 #, kde-format msgctxt "@label:chooser" msgid "Backup file:" msgstr "" #: src/contents/ui/ImportAccount.qml:81 #, kde-format msgctxt "@info:placeholder" msgid "No file selected" msgstr "" #: src/contents/ui/ImportAccount.qml:85 #, kde-format msgctxt "@title:window" msgid "Select file" msgstr "" #: src/contents/ui/ImportAccount.qml:99 #, fuzzy, kde-format #| msgctxt "@label:textbox" #| msgid "Verify password:" msgctxt "@info:placeholder" msgid "Decryption password" msgstr "Verifiera lösenord:" #: src/contents/ui/ImportAccount.qml:102 src/contents/ui/UnlockAccounts.qml:50 #, kde-format msgctxt "@label:textbox" msgid "Password:" msgstr "Lösenord:" #: src/contents/ui/ImportAccount.qml:113 #, kde-format msgctxt "@action:button" msgid "Import" msgstr "" #: src/contents/ui/KeysmithGlobalDrawer.qml:12 #: src/contents/ui/KeysmithGlobalDrawer.qml:15 #, kde-format msgid "About Keysmith" msgstr "Om Keysmith" #: src/contents/ui/RenameAccount.qml:17 #, kde-format msgctxt "@title:window" msgid "Rename account to add" msgstr "Byt namn på konto att lägga till" #: src/contents/ui/RenameAccount.qml:35 #, kde-format msgctxt "" "@info:label Keysmith received an account to add via URI on e.g. commandline " "which is already in use" msgid "" "Another account with the same name already exists. Please correct the name " "or issuer for the new account." msgstr "" "Ett annat konto med samma namn finns redan. Rätta namnet eller utgivaren på " "det nya kontot." #: src/contents/ui/RenameAccount.qml:49 #, kde-format msgctxt "@action:button cancel and dismiss the rename account form" msgid "Cancel" msgstr "Avbryt" #: src/contents/ui/RenameAccount.qml:56 #, kde-format msgid "Add" msgstr "Lägg till" #: src/contents/ui/SetupPassword.qml:21 src/contents/ui/UnlockAccounts.qml:21 #, kde-format msgctxt "@title:window" msgid "Password" msgstr "Lösenord" #: src/contents/ui/SetupPassword.qml:27 #, kde-format msgid "Failed to set up your password" msgstr "Misslyckades ställa in lösenord" #: src/contents/ui/SetupPassword.qml:42 #, kde-format msgid "Choose a password to protect your accounts" msgstr "Välj ett lösenord för att skydda dina konton" #: src/contents/ui/SetupPassword.qml:49 #, kde-format msgctxt "@label:textbox" msgid "New Password:" msgstr "Nytt lösenord:" #: src/contents/ui/SetupPassword.qml:60 #, kde-format msgctxt "@label:textbox" msgid "Verify password:" msgstr "Verifiera lösenord:" #: src/contents/ui/SetupPassword.qml:68 #, kde-format msgctxt "@action:button" msgid "Apply" msgstr "Verkställ" #: src/contents/ui/TokenEntryViewLabels.qml:40 #, kde-format msgctxt "placeholder text if no token is available" msgid "(refresh)" msgstr "(uppdatera)" #: src/contents/ui/TOTPDetailsForm.qml:27 #, kde-format msgctxt "@label:textbox" msgid "Timer:" msgstr "Tidtagare:" #: src/contents/ui/TOTPDetailsForm.qml:45 #, kde-format msgctxt "@label:textbox" msgid "Starting at:" msgstr "Börjar på:" #: src/contents/ui/TOTPDetailsForm.qml:79 #, kde-format msgctxt "@label:chooser" msgid "Hash algorithm:" msgstr "Kondensatalgoritm:" #: src/contents/ui/TOTPDetailsForm.qml:86 #, kde-format msgctxt "@option:radio" msgid "SHA-1" msgstr "SHA-1" #: src/contents/ui/TOTPDetailsForm.qml:98 #, kde-format msgctxt "@option:radio" msgid "SHA-256" msgstr "SHA-256" #: src/contents/ui/TOTPDetailsForm.qml:110 #, kde-format msgctxt "@option:radio" msgid "SHA-512" msgstr "SHA-512" #: src/contents/ui/UnlockAccounts.qml:25 #, kde-format msgid "Failed to unlock your accounts" msgstr "Misslyckades låsa upp konton" #: src/contents/ui/UnlockAccounts.qml:43 #, kde-format msgid "Please provide the password to unlock your accounts" msgstr "Ange lösenordet för att låsa upp dina konton" #: src/contents/ui/UnlockAccounts.qml:59 #, kde-format msgctxt "@action:button" msgid "Unlock" msgstr "Lås upp" #: src/main.cpp:68 #, kde-format msgctxt "@title" msgid "Keysmith" msgstr "Keysmith" #: src/main.cpp:71 #, kde-format msgid "generate two-factor authentication (2FA) tokens" msgstr "generera symboler för tvåfaktorsbehörighet (2FA)" #: src/main.cpp:74 #, kde-format msgid "Keysmith" msgstr "Keysmith" #: src/main.cpp:78 #, kde-format msgid "© 2019 KDE Community" msgstr "© 2019 KDE-gemenskapen" #~ msgctxt "Button cancelling account removal" #~ msgid "Cancel" #~ msgstr "Avbryt" #~ msgctxt "@label:check" #~ msgid "Checksum:" #~ msgstr "Checksumma:" #~ msgctxt "@label:check" #~ msgid "Truncation:" #~ msgstr "Trunkering:" #~ msgctxt "placeholder text if no account name is available" #~ msgid "(untitled)" #~ msgstr "(namnlös)" #~ msgid "OTP" #~ msgstr "OTP" #~ msgctxt "%1 is current counter numerical value" #~ msgid "Refresh (%1)" #~ msgstr "Uppdatera (%1)" #~ msgid "Show" #~ msgstr "Visa" #~ msgid "Hide" #~ msgstr "Dölj" #~ msgctxt "@action:button" #~ msgid "Generate Token" #~ msgstr "Skapa symbol" #~ msgid "Edit" #~ msgstr "Redigera" #~ msgctxt "Text shown when no accounts are added" #~ msgid "No account set up. Use the Add button to add accounts." #~ msgstr "" #~ "Inget konto inställt. Använd knappen Lägg till för att lägga till konton."