2021-11-28 14:27:28 +00:00
{
"home" : {
2023-06-23 00:28:56 +00:00
"welcomeNight" : "Godnatt {username}!" ,
"welcomeMorning" : "Godmorgon {username}!" ,
"welcomeDay" : "Hej {username}!" ,
"welcomeEvening" : "Godkväll {username}!" ,
2021-11-28 14:27:28 +00:00
"lastViewed" : "Last viewed" ,
2023-06-14 00:29:44 +00:00
"addToHomeScreen" : "Add this app to your home screen for faster access and improved experience." ,
2023-11-10 00:13:52 +00:00
"goToOverview" : "Go to overview" ,
2023-03-16 00:06:15 +00:00
"project" : {
2023-05-31 00:30:36 +00:00
"importText" : "Import your projects and tasks from other services into Vikunja:" ,
2023-06-23 00:28:56 +00:00
"import" : "Importera din data till Vikunja"
2021-11-28 14:27:28 +00:00
}
} ,
2023-09-03 00:29:23 +00:00
"demo" : {
"title" : "This instance is in demo mode. Do not use this for real data!" ,
"everythingWillBeDeleted" : "Everything will be deleted in regular intervals!" ,
2023-09-08 00:29:37 +00:00
"accountWillBeDeleted" : "Ditt konto raderas, inklusive alla projekt, uppgifter och bilagor som du kan ha skapat."
2023-09-03 00:29:23 +00:00
} ,
2021-11-28 14:27:28 +00:00
"404" : {
2023-06-23 00:28:56 +00:00
"title" : "Hittades inte" ,
2021-11-28 14:27:28 +00:00
"text" : "The page you requested does not exist."
} ,
"ready" : {
"loading" : "Vikunja is loading…" ,
2022-04-19 21:15:42 +00:00
"errorOccured" : "An error occurred:" ,
2021-11-28 14:27:28 +00:00
"checkApiUrl" : "Please check if the api url is correct." ,
"noApiUrlConfigured" : "No API url was configured. Please set one below:"
} ,
"offline" : {
2023-06-23 00:28:56 +00:00
"title" : "Du är offline." ,
2021-11-28 14:27:28 +00:00
"text" : "Please check your network connection and try again."
} ,
"user" : {
"auth" : {
2023-06-23 00:28:56 +00:00
"username" : "Användarnamn" ,
"usernameEmail" : "Användarnamn eller e-postadress" ,
"usernamePlaceholder" : "t. ex. Frederick" ,
"email" : "E-postadress" ,
"emailPlaceholder" : "t. ex. frederic{'@'}vikunja.io" ,
"password" : "Lösenord" ,
"passwordPlaceholder" : "t. ex. •••••••••••" ,
"forgotPassword" : "Har du glömt ditt lösenord?" ,
"resetPassword" : "Återställ ditt lösenord" ,
2021-11-28 14:27:28 +00:00
"resetPasswordAction" : "Send me a password reset link" ,
"resetPasswordSuccess" : "Check your inbox! You should have an e-mail with instructions on how to reset your password." ,
2023-06-23 00:28:56 +00:00
"passwordsDontMatch" : "Lösenorden matchar inte" ,
2021-11-28 14:27:28 +00:00
"confirmEmailSuccess" : "You successfully confirmed your email! You can log in now." ,
2023-06-23 00:28:56 +00:00
"totpTitle" : "Tvåfaktorsautentiseringskod" ,
"totpPlaceholder" : "t. ex. 123456" ,
"login" : "Logga in" ,
"createAccount" : "Skapa konto" ,
"loginWith" : "Logga in med {provider}" ,
"authenticating" : "Autentiserar…" ,
2021-11-28 14:27:28 +00:00
"openIdStateError" : "State does not match, refusing to continue!" ,
"openIdGeneralError" : "An error occured while authenticating against the third party." ,
2023-06-23 00:28:56 +00:00
"logout" : "Logga ut" ,
"emailInvalid" : "Vänligen ange en giltig e-postadress." ,
"usernameRequired" : "Vänligen ange ett användarnamn." ,
"passwordRequired" : "Vänligen ange ett lösenord." ,
2022-02-06 00:12:30 +00:00
"showPassword" : "Show the password" ,
"hidePassword" : "Hide the password" ,
2023-08-07 00:08:30 +00:00
"noAccountYet" : "Har du inget konto än?" ,
2023-06-23 00:28:56 +00:00
"alreadyHaveAnAccount" : "Har du redan ett konto?" ,
2022-02-07 00:10:52 +00:00
"remember" : "Stay logged in"
2021-11-28 14:27:28 +00:00
} ,
"settings" : {
2023-06-23 00:28:56 +00:00
"title" : "Inställningar" ,
"newPasswordTitle" : "Uppdatera ditt lösenord" ,
"newPassword" : "Nytt lösenord" ,
2021-11-28 14:27:28 +00:00
"newPasswordConfirm" : "New Password Confirmation" ,
2023-06-23 00:28:56 +00:00
"currentPassword" : "Nuvarande lösenord" ,
2023-08-07 00:08:30 +00:00
"currentPasswordPlaceholder" : "Ditt nuvarande lösenord" ,
2021-11-28 14:27:28 +00:00
"passwordsDontMatch" : "The new password and its confirmation don't match." ,
"passwordUpdateSuccess" : "The password was successfully updated." ,
2023-06-23 00:28:56 +00:00
"updateEmailTitle" : "Uppdatera din e-postadress" ,
"updateEmailNew" : "Ny e-postadress" ,
2021-11-28 14:27:28 +00:00
"updateEmailSuccess" : "Your email address was successfully updated. We've sent you a link to confirm it." ,
"general" : {
"title" : "General Settings" ,
2023-06-23 00:28:56 +00:00
"name" : "Namn" ,
2021-11-28 14:27:28 +00:00
"newName" : "The new Name" ,
"savedSuccess" : "The settings were successfully updated." ,
"emailReminders" : "Send me reminders for tasks via Email" ,
2022-06-18 00:13:50 +00:00
"overdueReminders" : "Send me a summary of my undone overdue tasks every day" ,
2023-06-07 00:29:36 +00:00
"discoverableByName" : "Allow other users to add me as a member to teams or projects when they search for my name" ,
2023-08-16 00:09:52 +00:00
"discoverableByEmail" : "Tillåt andra användare att lägga till mig som medlem i team eller projekt när de söker efter min fullständiga e-postadress" ,
2021-11-28 14:27:28 +00:00
"playSoundWhenDone" : "Play a sound when marking tasks as done" ,
"weekStart" : "Week starts on" ,
2023-06-23 00:28:56 +00:00
"weekStartSunday" : "Söndag" ,
"weekStartMonday" : "Måndag" ,
"language" : "Språk" ,
2023-03-16 00:06:15 +00:00
"defaultProject" : "Default Project" ,
2023-06-23 00:28:56 +00:00
"timezone" : "Tidszon" ,
2023-06-29 00:27:59 +00:00
"overdueTasksRemindersTime" : "Overdue tasks reminder email time" ,
"filterUsedOnOverview" : "Saved filter used on the overview page"
2021-11-28 14:27:28 +00:00
} ,
"totp" : {
2023-06-23 00:28:56 +00:00
"title" : "Tvåfaktorsautentisering" ,
2021-11-28 14:27:28 +00:00
"enroll" : "Enroll" ,
"finishSetupPart1" : "To finish your setup, use this secret in your totp app (Google Authenticator or similar):" ,
"finishSetupPart2" : "After that, enter a code from your app below." ,
"scanQR" : "Alternatively you can scan this QR code:" ,
"passcode" : "Passcode" ,
"passcodePlaceholder" : "A code generated by your totp application" ,
2022-04-19 21:15:42 +00:00
"setupSuccess" : "You've successfully set up two factor authentication!" ,
2023-06-23 00:28:56 +00:00
"enterPassword" : "Vänligen ange ditt lösenord" ,
"disable" : "Inaktivera tvåfaktorsautentisering" ,
2021-11-28 14:27:28 +00:00
"confirmSuccess" : "You've successfully confirmed your totp setup and can use it from now on!" ,
2022-04-19 21:15:42 +00:00
"disableSuccess" : "Two factor authentication was successfully disabled."
2021-11-28 14:27:28 +00:00
} ,
"caldav" : {
2022-04-04 00:27:16 +00:00
"title" : "CalDAV" ,
"howTo" : "You can connect Vikunja to CalDAV clients to view and manage all tasks from different clients. Enter this url into your client:" ,
"more" : "More information about CalDAV in Vikunja" ,
"tokens" : "CalDAV Tokens" ,
"tokensHowTo" : "You can use a CalDAV token to use instead of a password to log in the above endpoint." ,
"createToken" : "Create a token" ,
"tokenCreated" : "Here is your token: {token}" ,
"wontSeeItAgain" : "Write it down, you won't be able to see it again." ,
"mustUseToken" : "You need to create a CalDAV token if you want to use CalDAV with a third party client. Use the token as the password." ,
2023-06-23 00:28:56 +00:00
"usernameIs" : "Ditt användarnamn är: {0}"
2021-11-28 14:27:28 +00:00
} ,
"avatar" : {
"title" : "Avatar" ,
2023-06-23 00:28:56 +00:00
"initials" : "Initialer" ,
2021-11-28 14:27:28 +00:00
"gravatar" : "Gravatar" ,
2021-12-07 22:10:24 +00:00
"marble" : "Marble" ,
2023-06-23 00:28:56 +00:00
"upload" : "Ladda upp" ,
"uploadAvatar" : "Ladda upp avatar" ,
2021-11-28 14:27:28 +00:00
"statusUpdateSuccess" : "Avatar status was updated successfully!" ,
"setSuccess" : "The avatar has been set successfully!"
} ,
"quickAddMagic" : {
"title" : "Quick Add Magic Mode" ,
"disabled" : "Disabled" ,
"todoist" : "Todoist" ,
"vikunja" : "Vikunja"
} ,
"appearance" : {
2023-06-23 00:28:56 +00:00
"title" : "Färgschema" ,
2021-11-28 14:27:28 +00:00
"setSuccess" : "Saved change of color scheme to {colorScheme}" ,
"colorScheme" : {
2023-06-23 00:28:56 +00:00
"light" : "Ljust" ,
2021-11-28 14:27:28 +00:00
"system" : "System" ,
2023-06-23 00:28:56 +00:00
"dark" : "Mörkt"
2021-11-28 14:27:28 +00:00
}
2023-09-03 00:29:23 +00:00
} ,
"apiTokens" : {
"title" : "API Tokens" ,
"general" : "API tokens allow you to use Vikunja's API without user credentials." ,
"apiDocs" : "Check out the api docs" ,
"createAToken" : "Create a token" ,
"createToken" : "Create token" ,
"30d" : "30 dagar" ,
"60d" : "60 dagar" ,
"90d" : "90 dagar" ,
"permissionExplanation" : "Permissions allow you to scope what an api token is allowed to do." ,
"titleRequired" : "The title is required" ,
"expired" : "This token has expired {ago}." ,
2023-09-07 00:28:16 +00:00
"tokenCreatedSuccess" : "Here is your new api token: {token}" ,
2023-09-08 00:29:37 +00:00
"tokenCreatedNotSeeAgain" : "Förvara den på en säker plats, du kommer aldrig att se den igen!" ,
2023-09-03 00:29:23 +00:00
"delete" : {
"header" : "Delete this token" ,
"text1" : "Are you sure you want to delete the token \"{token}\"?" ,
"text2" : "This will revoke access to all applications or integrations using it. You cannot undo this."
} ,
"attributes" : {
"title" : "Title" ,
"titlePlaceholder" : "Enter a title you will recognize later" ,
"expiresAt" : "Expires at" ,
"permissions" : "Permissions"
}
2021-11-28 14:27:28 +00:00
}
} ,
"deletion" : {
2023-10-24 00:04:26 +00:00
"title" : "Radera ditt Vikunja-konto" ,
2023-05-31 00:30:36 +00:00
"text1" : "The deletion of your account is permanent and cannot be undone. We will delete all your projects, tasks and everything associated with it." ,
2021-11-28 14:27:28 +00:00
"text2" : "To proceed, please enter your password. You will receive an email with further instructions." ,
2023-10-13 00:08:52 +00:00
"text3" : "För att fortsätta, tryck på knappen nedan. Du kommer att få ett e-postmeddelande med ytterligare instruktioner." ,
2023-06-23 00:28:56 +00:00
"confirm" : "Radera mitt konto" ,
2021-11-28 14:27:28 +00:00
"requestSuccess" : "The request was successful. You'll receive an email with further instructions." ,
2023-06-23 00:28:56 +00:00
"passwordRequired" : "Vänligen ange ditt lösenord." ,
2021-11-28 14:27:28 +00:00
"confirmSuccess" : "You've successfully confirmed the deletion of your account. We will delete your account in three days." ,
"scheduled" : "We will delete your Vikunja account at {date} ({dateSince})." ,
"scheduledCancel" : "To cancel the deletion of your account, click here." ,
"scheduledCancelText" : "To cancel the deletion of your account, please enter your password below:" ,
2023-10-13 00:08:52 +00:00
"scheduledCancelButton" : "To cancel the deletion of your account, please press the button below:" ,
2021-11-28 14:27:28 +00:00
"scheduledCancelConfirm" : "Cancel the deletion of my account" ,
2023-06-23 00:28:56 +00:00
"scheduledCancelSuccess" : "Vi kommer inte radera ditt konto."
2021-11-28 14:27:28 +00:00
} ,
"export" : {
"title" : "Export your Vikunja data" ,
2023-05-31 00:30:36 +00:00
"description" : "You can request a copy of all your Vikunja data. This includes Projects, Tasks and everything associated to them. You can import this data in any Vikunja instance through the migration function." ,
2021-11-28 14:27:28 +00:00
"descriptionPasswordRequired" : "Please enter your password to proceed:" ,
"request" : "Request a copy of my Vikunja Data" ,
"success" : "You've successfully requested your Vikunja Data! We will send you an email once it's ready to download." ,
"downloadTitle" : "Download your exported Vikunja data"
}
} ,
2023-03-16 00:06:15 +00:00
"project" : {
2023-05-31 00:30:36 +00:00
"archivedMessage" : "This project is archived. It is not possible to create new or edit tasks for it." ,
"archived" : "Archived" ,
"showArchived" : "Show Archived" ,
2023-03-16 00:06:15 +00:00
"title" : "Project Title" ,
2023-06-23 00:28:56 +00:00
"color" : "Färg" ,
"projects" : "Projekt" ,
2023-05-31 00:30:36 +00:00
"parent" : "Parent Project" ,
2023-08-31 00:29:36 +00:00
"search" : "Skriv för att söka efter ett projekt…" ,
"searchSelect" : "Klicka eller tryck på enter för att välja detta projekt" ,
2023-06-23 00:28:56 +00:00
"shared" : "Delade projekt" ,
2023-03-16 00:06:15 +00:00
"noDescriptionAvailable" : "No project description is available." ,
2023-06-23 00:28:56 +00:00
"inboxTitle" : "Inkorg" ,
2021-11-28 14:27:28 +00:00
"create" : {
2023-06-23 00:28:56 +00:00
"header" : "Nytt projekt" ,
2023-03-16 00:06:15 +00:00
"titlePlaceholder" : "The project's title goes here…" ,
2023-06-23 00:28:56 +00:00
"addTitleRequired" : "Vänligen ange en titel." ,
2023-03-16 00:06:15 +00:00
"createdSuccess" : "The project was successfully created." ,
"addProjectRequired" : "Please specify a project or set a default project in the settings."
2021-11-28 14:27:28 +00:00
} ,
"archive" : {
2023-06-23 00:28:56 +00:00
"title" : "Arkivera \"{project}\"" ,
2023-07-16 00:09:30 +00:00
"archive" : "Arkivera detta projekt" ,
2023-03-16 00:06:15 +00:00
"unarchive" : "Un-Archive this project" ,
2021-11-28 14:27:28 +00:00
"unarchiveText" : "You will be able to create new tasks or edit it." ,
2023-03-16 00:06:15 +00:00
"archiveText" : "You won't be able to edit this project or create new tasks until you un-archive it." ,
"success" : "The project was successfully archived."
2021-11-28 14:27:28 +00:00
} ,
"background" : {
2023-03-16 00:06:15 +00:00
"title" : "Set project background" ,
2021-11-28 14:27:28 +00:00
"remove" : "Remove Background" ,
"upload" : "Choose a background from your pc" ,
2023-08-07 00:08:30 +00:00
"searchPlaceholder" : "Sök efter en bakgrund…" ,
2021-11-28 14:27:28 +00:00
"poweredByUnsplash" : "Powered by Unsplash" ,
"loadMore" : "Load more photos" ,
"success" : "The background has been set successfully!" ,
"removeSuccess" : "The background has been removed successfully!"
} ,
"delete" : {
2023-06-23 00:28:56 +00:00
"title" : "Radera \"{project}\"" ,
"header" : "Radera detta projekt" ,
2023-03-16 00:06:15 +00:00
"text1" : "Are you sure you want to delete this project and all of its contents?" ,
2021-11-28 14:27:28 +00:00
"text2" : "This includes all tasks and CANNOT BE UNDONE!" ,
2023-03-16 00:06:15 +00:00
"success" : "The project was successfully deleted." ,
2022-04-25 00:23:33 +00:00
"tasksToDelete" : "This will irrevocably remove approx. {count} tasks." ,
2023-03-16 00:06:15 +00:00
"noTasksToDelete" : "This project does not contain any tasks, it should be safe to delete."
2021-11-28 14:27:28 +00:00
} ,
"duplicate" : {
2023-06-23 00:28:56 +00:00
"title" : "Duplicera detta projekt" ,
"label" : "Duplicera" ,
2023-05-31 00:30:36 +00:00
"text" : "Select a parent project which should hold the duplicated project:" ,
2023-03-16 00:06:15 +00:00
"success" : "The project was successfully duplicated."
2021-11-28 14:27:28 +00:00
} ,
"edit" : {
2023-06-23 00:28:56 +00:00
"header" : "Redigera detta projekt" ,
"title" : "Redigera \"{project}\"" ,
2023-03-16 00:06:15 +00:00
"titlePlaceholder" : "The project title goes here…" ,
"identifierTooltip" : "The project identifier can be used to uniquely identify a task across projects. You can set it to empty to disable it." ,
"identifier" : "Project Identifier" ,
"identifierPlaceholder" : "The project identifier goes here…" ,
2023-06-23 00:28:56 +00:00
"description" : "Beskrivning" ,
2023-10-23 00:04:16 +00:00
"descriptionPlaceholder" : "Enter a description for this project, hit '/' for more options…" ,
2023-06-23 00:28:56 +00:00
"color" : "Färg" ,
2023-03-16 00:06:15 +00:00
"success" : "The project was successfully updated."
2021-11-28 14:27:28 +00:00
} ,
"share" : {
2023-06-23 00:28:56 +00:00
"header" : "Dela detta projekt" ,
"title" : "Dela \"{project}\"" ,
"share" : "Dela" ,
2021-11-28 14:27:28 +00:00
"links" : {
"title" : "Share Links" ,
"what" : "What is a share link?" ,
2023-03-16 00:06:15 +00:00
"explanation" : "Share Links allow you to easily share a project with other users who don't have an account on Vikunja." ,
2021-11-28 14:27:28 +00:00
"create" : "Create a new link share" ,
2023-06-23 00:28:56 +00:00
"name" : "Namn (valfritt)" ,
"namePlaceholder" : "t. ex. Lorem Ipsum" ,
2021-11-28 14:27:28 +00:00
"nameExplanation" : "All actions done by this link share will show up with the name." ,
2023-06-23 00:28:56 +00:00
"password" : "Lösenord (valfritt)" ,
2023-08-16 00:09:52 +00:00
"passwordExplanation" : "Vid inloggning kommer användaren att bli ombedd att ange detta lösenord." ,
2021-11-28 14:27:28 +00:00
"noName" : "No name set" ,
"remove" : "Remove a link share" ,
2023-03-16 00:06:15 +00:00
"removeText" : "Are you sure you want to remove this link share? It will no longer be possible to access this project with this link share. This cannot be undone!" ,
2021-11-28 14:27:28 +00:00
"createSuccess" : "The link share was successfully created." ,
2022-09-16 00:30:52 +00:00
"deleteSuccess" : "The link share was successfully deleted" ,
"view" : "View" ,
"sharedBy" : "Shared by {0}"
2021-11-28 14:27:28 +00:00
} ,
"userTeam" : {
2023-06-23 00:28:56 +00:00
"typeUser" : "användare | användare" ,
2021-11-28 14:27:28 +00:00
"typeTeam" : "team | teams" ,
"shared" : "Shared with these {type}" ,
2023-08-16 00:09:52 +00:00
"you" : "Du" ,
2021-11-28 14:27:28 +00:00
"notShared" : "Not shared with any {type} yet." ,
"removeHeader" : "Remove a {type} from the {sharable}" ,
"removeText" : "Are you sure you want to remove this {sharable} from the {type}? This cannot be undone!" ,
"removeSuccess" : "The {sharable} was successfully removed from the {type}." ,
"addedSuccess" : "The {type} was successfully added." ,
"updatedSuccess" : "The {type} was successfully added."
} ,
"right" : {
2022-10-25 00:14:16 +00:00
"title" : "Permission" ,
2021-11-28 14:27:28 +00:00
"read" : "Read only" ,
"readWrite" : "Read & write" ,
"admin" : "Admin"
} ,
"attributes" : {
"link" : "Link" ,
2023-06-23 00:28:56 +00:00
"delete" : "Radera"
2021-11-28 14:27:28 +00:00
}
} ,
2023-03-09 00:06:07 +00:00
"list" : {
"title" : "List" ,
2023-06-23 00:28:56 +00:00
"add" : "Lägg till" ,
"addPlaceholder" : "Lägg till en ny uppgift…" ,
2023-03-16 00:06:15 +00:00
"empty" : "This project is currently empty." ,
2023-06-23 00:28:56 +00:00
"newTaskCta" : "Skapa en ny uppgift." ,
"editTask" : "Redigera uppgift"
2023-03-09 00:06:07 +00:00
} ,
2021-11-28 14:27:28 +00:00
"gantt" : {
"title" : "Gantt" ,
"showTasksWithoutDates" : "Show tasks which don't have dates set" ,
2023-06-23 00:28:56 +00:00
"size" : "Storlek" ,
"default" : "Standard" ,
"month" : "Månad" ,
"day" : "Dag" ,
"hour" : "Timme" ,
2022-10-29 00:29:10 +00:00
"range" : "Date Range" ,
2021-11-28 14:27:28 +00:00
"noDates" : "This task has no dates set."
} ,
"table" : {
2023-08-31 00:29:36 +00:00
"title" : "Tabell" ,
2023-06-23 00:28:56 +00:00
"columns" : "Kolumner"
2021-11-28 14:27:28 +00:00
} ,
"kanban" : {
"title" : "Kanban" ,
"limit" : "Limit: {limit}" ,
"noLimit" : "Not Set" ,
"doneBucket" : "Done bucket" ,
"doneBucketHint" : "All tasks moved into this bucket will automatically marked as done." ,
"doneBucketHintExtended" : "All tasks moved into the done bucket will be marked as done automatically. All tasks marked as done from elsewhere will be moved as well." ,
"doneBucketSavedSuccess" : "The done bucket has been saved successfully." ,
2023-09-04 00:28:15 +00:00
"defaultBucket" : "Default bucket" ,
"defaultBucketHint" : "When creating tasks without specifying a bucket, they will be added to this bucket." ,
"defaultBucketSavedSuccess" : "The default bucket has been saved successfully." ,
2021-11-28 14:27:28 +00:00
"deleteLast" : "You cannot remove the last bucket." ,
"addTaskPlaceholder" : "Enter the new task title…" ,
2023-06-23 00:28:56 +00:00
"addTask" : "Lägg till en uppgift" ,
"addAnotherTask" : "Lägg till ytterligare en uppgift" ,
2021-11-28 14:27:28 +00:00
"addBucket" : "Create a new bucket" ,
"addBucketPlaceholder" : "Enter the new bucket title…" ,
"deleteHeaderBucket" : "Delete the bucket" ,
"deleteBucketText1" : "Are you sure you want to delete this bucket?" ,
"deleteBucketText2" : "This will not delete any tasks but move them into the default bucket." ,
"deleteBucketSuccess" : "The bucket has been deleted successfully." ,
"bucketTitleSavedSuccess" : "The bucket title has been saved successfully." ,
"bucketLimitSavedSuccess" : "The bucket limit been saved successfully." ,
"collapse" : "Collapse this bucket"
} ,
"pseudo" : {
"favorites" : {
2023-06-23 00:28:56 +00:00
"title" : "Favoriter"
2021-11-28 14:27:28 +00:00
}
2023-10-22 00:03:33 +00:00
} ,
"webhooks" : {
"title" : "Webhooks" ,
"targetUrl" : "Target URL" ,
2023-10-24 00:04:26 +00:00
"targetUrlInvalid" : "Vänligen ange en giltig URL." ,
2023-10-22 00:03:33 +00:00
"events" : "Events" ,
"eventsHint" : "Select all events this webhook should recieve updates for (within the current project)." ,
"mustSelectEvents" : "You must select at least one event." ,
"delete" : "Delete this webhook" ,
"deleteText" : "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore." ,
"deleteSuccess" : "The webhook was successfully deleted." ,
"create" : "Create webhook" ,
"secret" : "Secret" ,
"secretHint" : "If provided, all requests to the webhook target URL will be signed using HMAC." ,
"secretDocs" : "Check out the docs for more details about how to use secrets."
2021-11-28 14:27:28 +00:00
}
} ,
"filters" : {
2023-06-23 00:28:56 +00:00
"title" : "Filter" ,
"clear" : "Rensa filter" ,
2021-11-28 14:27:28 +00:00
"attributes" : {
2023-06-23 00:28:56 +00:00
"title" : "Titel" ,
2021-11-28 14:27:28 +00:00
"titlePlaceholder" : "The saved filter title goes here…" ,
2023-06-23 00:28:56 +00:00
"description" : "Beskrivning" ,
2023-10-24 00:04:26 +00:00
"descriptionPlaceholder" : "Add a description for this filter here, hit '/' for more options…" ,
2021-11-28 14:27:28 +00:00
"includeNulls" : "Include Tasks which don't have a value set" ,
"requireAll" : "Require all filters to be true for a task to show up" ,
"showDoneTasks" : "Show Done Tasks" ,
2023-06-23 00:28:56 +00:00
"sortAlphabetically" : "Sortera alfabetiskt" ,
"enablePriority" : "Aktivera filter efter prioritet" ,
2022-02-19 00:12:08 +00:00
"enablePercentDone" : "Enable Filter By Progress" ,
2021-11-28 14:27:28 +00:00
"dueDateRange" : "Due Date Range" ,
"startDateRange" : "Start Date Range" ,
"endDateRange" : "End Date Range" ,
"reminderRange" : "Reminder Date Range"
} ,
"create" : {
2022-01-05 14:36:24 +00:00
"title" : "New Saved Filter" ,
2023-05-31 00:30:36 +00:00
"description" : "A saved filter is a virtual project which is computed from a set of filters each time it is accessed." ,
2023-02-24 00:06:10 +00:00
"action" : "Create new saved filter" ,
"titleRequired" : "Please provide a title for the filter."
2021-11-28 14:27:28 +00:00
} ,
"delete" : {
"header" : "Delete this saved filter" ,
"text" : "Are you sure you want to delete this saved filter?" ,
"success" : "The filter was deleted successfully."
} ,
"edit" : {
"title" : "Edit This Saved Filter" ,
"success" : "The filter was saved successfully."
}
} ,
"migrate" : {
2023-07-16 00:09:30 +00:00
"title" : "Importera från andra tjänster" ,
2023-06-23 00:28:56 +00:00
"titleService" : "Importera din data från {name} till Vikunja" ,
2023-07-16 00:09:30 +00:00
"import" : "Importera din data till Vikunja" ,
2021-11-28 14:27:28 +00:00
"description" : "Click on the logo of one of the third-party services below to get started." ,
"descriptionDo" : "Vikunja will import all lists, tasks, notes, reminders and files you have access to." ,
"authorize" : "To authorize Vikunja to access your {name} Account, click the button below." ,
2023-06-23 00:28:56 +00:00
"getStarted" : "Kom igång" ,
2021-11-28 14:27:28 +00:00
"inProgress" : "Importing in progress…" ,
"alreadyMigrated1" : "It looks like you've already imported your stuff from {name} at {date}." ,
"alreadyMigrated2" : "Importing again is possible, but might create duplicates. Are you sure?" ,
"confirm" : "I am sure, please start migrating now!" ,
"importUpload" : "To import data from {name} into Vikunja, click the button below to select a file." ,
2023-11-10 00:13:52 +00:00
"upload" : "Ladda upp fil" ,
"migrationStartedWillReciveEmail" : "Vikunja will now import your lists/projects, tasks, notes, reminders and files from {service}. As this will take a while, we will send you an email once done. You can close this window now." ,
"migrationInProgress" : "A migration is currently in progress. Please wait until it is done."
2021-11-28 14:27:28 +00:00
} ,
"label" : {
2023-06-23 00:28:56 +00:00
"title" : "Etiketter" ,
"manage" : "Hantera etiketter" ,
2023-03-16 00:06:15 +00:00
"description" : "Click on a label to edit it. You can edit all labels you created, you can use all labels which are associated with a task to whose project you have access." ,
2023-06-23 00:28:56 +00:00
"newCTA" : "Du har för närvarande inga etiketter." ,
2023-08-16 00:09:52 +00:00
"search" : "Skriv för att söka efter en etikett…" ,
2021-11-28 14:27:28 +00:00
"create" : {
2023-06-23 00:28:56 +00:00
"header" : "Ny etikett" ,
"title" : "Skapa ny etikett" ,
"titleRequired" : "Vänligen ange en titel." ,
"success" : "Etiketten har skapats."
2021-11-28 14:27:28 +00:00
} ,
"edit" : {
2023-06-23 00:28:56 +00:00
"header" : "Redigera etikett" ,
2023-09-08 00:29:37 +00:00
"forbidden" : "Du får inte redigera denna etikett eftersom du inte äger den." ,
2021-11-28 14:27:28 +00:00
"success" : "The label was successfully updated."
} ,
"deleteSuccess" : "The label was successfully deleted." ,
"attributes" : {
2023-06-23 00:28:56 +00:00
"title" : "Titel" ,
2021-11-28 14:27:28 +00:00
"titlePlaceholder" : "The label title goes here…" ,
2023-06-23 00:28:56 +00:00
"description" : "Beskrivning" ,
"descriptionPlaceholder" : "Etikettbeskrivning" ,
"color" : "Färg"
2021-11-28 14:27:28 +00:00
}
} ,
"sharing" : {
2023-06-23 00:28:56 +00:00
"authenticating" : "Autentiserar…" ,
2023-03-16 00:06:15 +00:00
"passwordRequired" : "This shared project requires a password. Please enter it below:" ,
2023-06-23 00:28:56 +00:00
"error" : "Ett fel har inträffat." ,
"invalidPassword" : "Lösenordet är ogiltigt."
2021-11-28 14:27:28 +00:00
} ,
"navigation" : {
2023-06-23 00:28:56 +00:00
"overview" : "Översikt" ,
2023-07-16 00:09:30 +00:00
"upcoming" : "Kommande" ,
2023-06-23 00:28:56 +00:00
"settings" : "Inställningar" ,
2021-11-28 14:27:28 +00:00
"imprint" : "Imprint" ,
2023-06-23 00:28:56 +00:00
"privacy" : "Integritetspolicy"
2021-11-28 14:27:28 +00:00
} ,
"misc" : {
2023-06-23 00:28:56 +00:00
"loading" : "Laddar…" ,
"save" : "Spara" ,
"delete" : "Radera" ,
"confirm" : "Bekräfta" ,
"cancel" : "Avbryt" ,
"refresh" : "Uppdatera" ,
"disable" : "Inaktivera" ,
"copy" : "Kopiera till urklipp" ,
2022-04-25 00:23:33 +00:00
"copyError" : "Copy to clipboard failed" ,
2023-06-23 00:28:56 +00:00
"search" : "Sök" ,
"searchPlaceholder" : "Skriv för att söka…" ,
"previous" : "Föregående" ,
"next" : "Nästa" ,
2021-11-28 14:27:28 +00:00
"poweredBy" : "Powered by Vikunja" ,
"info" : "Info" ,
2023-06-23 00:28:56 +00:00
"create" : "Skapa" ,
2021-11-28 14:27:28 +00:00
"doit" : "Do it!" ,
2023-06-23 00:28:56 +00:00
"saving" : "Sparar…" ,
2021-11-28 14:27:28 +00:00
"saved" : "Saved!" ,
2023-06-23 00:28:56 +00:00
"default" : "Standard" ,
"close" : "Stäng" ,
"download" : "Ladda ner" ,
2021-11-28 14:27:28 +00:00
"showMenu" : "Show the menu" ,
2021-12-07 22:10:24 +00:00
"hideMenu" : "Hide the menu" ,
2023-06-23 00:28:56 +00:00
"forExample" : "Till exempel:" ,
"welcomeBack" : "Välkommen tillbaka!" ,
2022-04-04 00:27:16 +00:00
"custom" : "Custom" ,
"id" : "ID" ,
"created" : "Created at" ,
2023-10-22 00:03:33 +00:00
"createdBy" : "Created by {0}" ,
2022-04-25 00:23:33 +00:00
"actions" : "Actions" ,
"cannotBeUndone" : "This cannot be undone!"
2021-11-28 14:27:28 +00:00
} ,
"input" : {
2023-06-23 00:28:56 +00:00
"resetColor" : "Återställ färg" ,
2021-11-28 14:27:28 +00:00
"datepicker" : {
2023-08-16 00:09:52 +00:00
"today" : "I dag" ,
"tomorrow" : "I morgon" ,
2023-06-23 00:28:56 +00:00
"nextMonday" : "Nästa måndag" ,
2021-11-28 14:27:28 +00:00
"thisWeekend" : "This Weekend" ,
"laterThisWeek" : "Later This Week" ,
2023-06-23 00:28:56 +00:00
"nextWeek" : "Nästa vecka" ,
"chooseDate" : "Välj ett datum"
2021-11-28 14:27:28 +00:00
} ,
"editor" : {
2023-06-23 00:28:56 +00:00
"edit" : "Redigera" ,
2021-11-28 14:27:28 +00:00
"done" : "Done" ,
"heading1" : "Heading 1" ,
2023-10-24 00:04:26 +00:00
"heading1Tooltip" : "Big section heading." ,
2021-11-28 14:27:28 +00:00
"heading2" : "Heading 2" ,
2023-10-24 00:04:26 +00:00
"heading2Tooltip" : "Medium section heading." ,
2021-11-28 14:27:28 +00:00
"heading3" : "Heading 3" ,
2023-10-24 00:04:26 +00:00
"heading3Tooltip" : "Smaller section header." ,
2021-11-28 14:27:28 +00:00
"headingSmaller" : "Heading Smaller" ,
"headingBigger" : "Heading Bigger" ,
2023-06-23 00:28:56 +00:00
"bold" : "Fetstil" ,
"italic" : "Kursiv" ,
"strikethrough" : "Genomstruken" ,
2023-10-24 00:04:26 +00:00
"underline" : "Underline" ,
2023-06-23 00:28:56 +00:00
"code" : "Kod" ,
2023-10-24 00:04:26 +00:00
"codeTooltip" : "Capture a code snippet." ,
2023-06-23 00:28:56 +00:00
"quote" : "Citat" ,
2023-10-24 00:04:26 +00:00
"quoteTooltip" : "Capture a quote." ,
"bulletList" : "Bullet list" ,
"bulletListTooltip" : "Create a simple bullet list." ,
"unorderedList" : "Unordered list" ,
"orderedList" : "Ordered list" ,
"orderedListTooltip" : "Create a list with numbering." ,
2021-11-28 14:27:28 +00:00
"cleanBlock" : "Clean Block" ,
2023-06-23 00:28:56 +00:00
"link" : "Länk" ,
"image" : "Bild" ,
2023-10-24 00:04:26 +00:00
"imageTooltip" : "Upload an image from your computer." ,
"table" : {
"title" : "Tabell" ,
"insert" : "Insert table" ,
"addColumnBefore" : "Lägg till kolumn före" ,
"addColumnAfter" : "Lägg till kolumn efter" ,
"deleteColumn" : "Radera kolumn" ,
"addRowBefore" : "Lägg till rad före" ,
"addRowAfter" : "Lägg till rad efter" ,
"deleteRow" : "Radera rad" ,
"deleteTable" : "Radera tabell" ,
"mergeCells" : "Merge cells" ,
"splitCell" : "Split cell" ,
"toggleHeaderColumn" : "Toggle header column" ,
"toggleHeaderRow" : "Toggle header row" ,
"toggleHeaderCell" : "Toggle header cell" ,
"mergeOrSplit" : "Merge or split" ,
"fixTables" : "Fix tables"
} ,
2021-11-28 14:27:28 +00:00
"horizontalRule" : "Horizontal Rule" ,
2023-10-24 00:04:26 +00:00
"horizontalRuleTooltip" : "Divide a section." ,
2021-11-28 14:27:28 +00:00
"sideBySide" : "Side By Side" ,
2023-10-24 00:04:26 +00:00
"guide" : "Guide" ,
"text" : "Text" ,
"textTooltip" : "Just start typing with plain text." ,
"taskList" : "Task list" ,
"taskListTooltip" : "Track tasks with a to-do list." ,
"undo" : "Ångra" ,
"redo" : "Redo" ,
"placeholder" : "Type some text or hit '/' to see more options…"
2021-11-28 14:27:28 +00:00
} ,
"multiselect" : {
"createPlaceholder" : "Create new" ,
2023-06-23 00:28:56 +00:00
"selectPlaceholder" : "Klicka eller tryck på enter för att välja"
2022-03-30 00:29:13 +00:00
} ,
"datepickerRange" : {
2023-06-23 00:28:56 +00:00
"to" : "Till" ,
"from" : "Från" ,
"fromto" : "{from} till {to}" ,
2022-03-30 00:29:13 +00:00
"ranges" : {
2023-08-16 00:09:52 +00:00
"today" : "I dag" ,
2023-06-23 00:28:56 +00:00
"thisWeek" : "Denna vecka" ,
2022-03-30 00:29:13 +00:00
"restOfThisWeek" : "The Rest of This Week" ,
2023-06-23 00:28:56 +00:00
"nextWeek" : "Nästa vecka" ,
2022-03-30 00:29:13 +00:00
"next7Days" : "Next 7 Days" ,
2023-08-16 00:09:52 +00:00
"lastWeek" : "Förra veckan" ,
"thisMonth" : "Denna månad" ,
2022-03-30 00:29:13 +00:00
"restOfThisMonth" : "The Rest of This Month" ,
2023-06-23 00:28:56 +00:00
"nextMonth" : "Nästa månad" ,
2022-03-30 00:29:13 +00:00
"next30Days" : "Next 30 Days" ,
2023-06-23 00:28:56 +00:00
"lastMonth" : "Förra månaden" ,
2022-03-30 00:29:13 +00:00
"thisYear" : "This Year" ,
"restOfThisYear" : "The Rest of This Year"
}
} ,
"datemathHelp" : {
"canuse" : "You can use date math to filter for relative dates." ,
"learnhow" : "Check out how it works" ,
"title" : "Date Math" ,
2023-04-14 00:26:31 +00:00
"intro" : "Specify relative dates which are resolved on the fly by Vikunja when applying the filter." ,
2022-03-30 00:29:13 +00:00
"expression" : "Each Date Math expression starts with an anchor date, which can either be {0}, or a date string ending with {1}. This anchor date can optionally be followed by one or more maths expressions." ,
"similar" : "These expressions are similar to the ones provided by {0} and {1}." ,
2023-06-23 00:28:56 +00:00
"add1Day" : "Lägg till en dag" ,
"minus1Day" : "Subtrahera en dag" ,
2022-03-30 00:29:13 +00:00
"roundDay" : "Round down to the nearest day" ,
2023-04-14 00:26:31 +00:00
"supportedUnits" : "Supported time units" ,
"someExamples" : "Examples of time expressions" ,
2022-03-30 00:29:13 +00:00
"units" : {
2023-06-23 00:28:56 +00:00
"seconds" : "Sekunder" ,
"minutes" : "Minuter" ,
"hours" : "Timmar" ,
"days" : "Dagar" ,
"weeks" : "Veckor" ,
"months" : "Månader" ,
"years" : "År"
2022-03-30 00:29:13 +00:00
} ,
"examples" : {
2023-06-23 00:28:56 +00:00
"now" : "Just nu" ,
2022-03-30 00:29:13 +00:00
"in24h" : "In 24h" ,
2023-08-16 00:09:52 +00:00
"today" : "I dag kl. 00:00" ,
2022-03-30 00:29:13 +00:00
"beginningOfThisWeek" : "The beginning of this week at 00:00" ,
"endOfThisWeek" : "The end of this week" ,
2023-06-23 00:28:56 +00:00
"in30Days" : "Om 30 dagar" ,
2022-03-30 00:29:13 +00:00
"datePlusMonth" : "{0} plus one month at 00:00 of that day"
}
2021-11-28 14:27:28 +00:00
}
} ,
"task" : {
2023-06-23 00:28:56 +00:00
"task" : "Uppgift" ,
"new" : "Skapa en ny uppgift" ,
2021-11-28 14:27:28 +00:00
"delete" : "Delete this task" ,
"createSuccess" : "The task was successfully created." ,
2023-06-23 00:28:56 +00:00
"addReminder" : "Lägg till ny påminnelse…" ,
2021-11-28 14:27:28 +00:00
"doneSuccess" : "The task was successfully marked as done." ,
"undoneSuccess" : "The task was successfully un-marked as done." ,
2023-06-23 00:28:56 +00:00
"undo" : "Ångra" ,
2021-11-28 14:27:28 +00:00
"openDetail" : "Open task detail view" ,
2023-06-23 00:28:56 +00:00
"checklistTotal" : "{checked} av {total} uppgifter" ,
"checklistAllDone" : "{total} uppgifter" ,
2021-11-28 14:27:28 +00:00
"show" : {
2023-06-23 00:28:56 +00:00
"titleCurrent" : "Aktuella uppgifter" ,
"titleDates" : "Uppgifter från {from} till {to}" ,
2021-11-28 14:27:28 +00:00
"noDates" : "Show tasks without dates" ,
2022-03-30 00:29:13 +00:00
"overdue" : "Show overdue tasks" ,
2023-06-23 00:28:56 +00:00
"fromuntil" : "Uppgifter från {from} till {until}" ,
2022-03-30 00:29:13 +00:00
"select" : "Select a date range" ,
2023-06-23 00:28:56 +00:00
"noTasks" : "Det finns inget att göra - ha en bra dag!"
2021-11-28 14:27:28 +00:00
} ,
"detail" : {
"chooseDueDate" : "Click here to set a due date" ,
"chooseStartDate" : "Click here to set a start date" ,
"chooseEndDate" : "Click here to set an end date" ,
2023-06-23 00:28:56 +00:00
"move" : "Flytta uppgift till ett annat projekt" ,
"done" : "Markera uppgiften klar!" ,
2021-11-28 14:27:28 +00:00
"undone" : "Mark as undone" ,
2023-06-23 00:28:56 +00:00
"created" : "Skapad {0} av {1}" ,
2021-11-28 14:27:28 +00:00
"updated" : "Updated {0}" ,
"doneAt" : "Done {0}" ,
"updateSuccess" : "The task was saved successfully." ,
"deleteSuccess" : "The task has been deleted successfully." ,
2023-03-16 00:06:15 +00:00
"belongsToProject" : "This task belongs to project '{project}'" ,
2021-11-28 14:27:28 +00:00
"due" : "Due {at}" ,
"closePopup" : "Close popup" ,
2023-09-08 00:29:37 +00:00
"organization" : "Organisation" ,
2023-09-07 00:28:16 +00:00
"management" : "Management" ,
2023-09-08 00:29:37 +00:00
"dateAndTime" : "Datum och tid" ,
2021-11-28 14:27:28 +00:00
"delete" : {
2023-06-23 00:28:56 +00:00
"header" : "Radera denna uppgift" ,
2021-11-28 14:27:28 +00:00
"text1" : "Are you sure you want to remove this task?" ,
"text2" : "This will also remove all attachments, reminders and relations associated with this task and cannot be undone!"
} ,
"actions" : {
2022-02-22 00:10:46 +00:00
"assign" : "Assign to User" ,
2023-06-23 00:28:56 +00:00
"label" : "Lägg till etiketter" ,
"priority" : "Ange prioritet" ,
"dueDate" : "Ange förfallodatum" ,
2022-02-22 00:10:46 +00:00
"startDate" : "Set Start Date" ,
"endDate" : "Set End Date" ,
2021-11-28 14:27:28 +00:00
"reminders" : "Set Reminders" ,
2022-02-22 00:10:46 +00:00
"repeatAfter" : "Set Repeating Interval" ,
2022-02-19 00:12:08 +00:00
"percentDone" : "Set Progress" ,
2023-10-24 00:04:26 +00:00
"attachments" : "Lägg till bilagor" ,
2022-02-22 00:10:46 +00:00
"relatedTasks" : "Add Relation" ,
2023-06-23 00:28:56 +00:00
"moveProject" : "Flytta" ,
2022-02-22 00:10:46 +00:00
"color" : "Set Color" ,
2023-06-23 00:28:56 +00:00
"delete" : "Radera" ,
2022-02-22 00:10:46 +00:00
"favorite" : "Add to Favorites" ,
"unfavorite" : "Remove from Favorites"
2021-11-28 14:27:28 +00:00
}
} ,
"attributes" : {
"assignees" : "Assignees" ,
2023-06-23 00:28:56 +00:00
"color" : "Färg" ,
2021-11-28 14:27:28 +00:00
"created" : "Created" ,
"createdBy" : "Created By" ,
2023-06-23 00:28:56 +00:00
"description" : "Beskrivning" ,
2021-11-28 14:27:28 +00:00
"done" : "Done" ,
"dueDate" : "Due Date" ,
"endDate" : "End Date" ,
2023-06-23 00:28:56 +00:00
"labels" : "Etiketter" ,
2022-02-19 00:12:08 +00:00
"percentDone" : "Progress" ,
2021-11-28 14:27:28 +00:00
"priority" : "Priority" ,
"relatedTasks" : "Related Tasks" ,
2023-06-23 00:28:56 +00:00
"reminders" : "Påminnelser" ,
"repeat" : "Upprepa" ,
"startDate" : "Startdatum" ,
"title" : "Titel" ,
2021-11-28 14:27:28 +00:00
"updated" : "Updated"
} ,
"subscription" : {
2023-03-16 00:06:15 +00:00
"subscribedTaskThroughParentProject" : "You can't unsubscribe here because you are subscribed to this task through its project." ,
"subscribedProject" : "You are currently subscribed to this project and will receive notifications for changes." ,
"notSubscribedProject" : "You are not subscribed to this project and won't receive notifications for changes." ,
2022-10-09 00:24:25 +00:00
"subscribedTask" : "You are currently subscribed to this task and will receive notifications for changes." ,
"notSubscribedTask" : "You are not subscribed to this task and won't receive notifications for changes." ,
2023-06-23 00:28:56 +00:00
"subscribe" : "Prenumerera" ,
2023-07-23 00:09:21 +00:00
"unsubscribe" : "Avprenumerera" ,
2023-03-16 00:06:15 +00:00
"subscribeSuccessProject" : "You are now subscribed to this project" ,
"unsubscribeSuccessProject" : "You are now unsubscribed to this project" ,
2022-10-09 00:24:25 +00:00
"subscribeSuccessTask" : "You are now subscribed to this task" ,
"unsubscribeSuccessTask" : "You are now unsubscribed to this task"
2021-11-28 14:27:28 +00:00
} ,
"attachment" : {
2023-06-23 00:28:56 +00:00
"title" : "Bilagor" ,
"createdBy" : "skapad {0} av {1}" ,
2021-11-28 14:27:28 +00:00
"downloadTooltip" : "Download this attachment" ,
2023-10-24 00:04:26 +00:00
"upload" : "Ladda upp bilaga" ,
2021-11-28 14:27:28 +00:00
"drop" : "Drop files here to upload" ,
2023-06-23 00:28:56 +00:00
"delete" : "Radera bilaga" ,
2023-10-24 00:04:26 +00:00
"deleteTooltip" : "Radera denna bilaga" ,
2021-11-28 14:27:28 +00:00
"deleteText1" : "Are you sure you want to delete the attachment {filename}?" ,
2023-08-16 00:09:52 +00:00
"copyUrl" : "Kopiera URL" ,
2022-10-07 00:24:16 +00:00
"copyUrlTooltip" : "Copy the url of this attachment for usage in text" ,
"setAsCover" : "Make cover" ,
"unsetAsCover" : "Remove cover" ,
"successfullyChangedCoverImage" : "The cover image was successfully changed." ,
"usedAsCover" : "Cover image"
2021-11-28 14:27:28 +00:00
} ,
"comment" : {
2023-06-23 00:28:56 +00:00
"title" : "Kommentarer" ,
"loading" : "Laddar kommentarer…" ,
2021-11-28 14:27:28 +00:00
"edited" : "edited {date}" ,
"creating" : "Creating comment…" ,
2023-10-24 00:04:26 +00:00
"placeholder" : "Add your comment, hit '/' for more options…" ,
2021-11-28 14:27:28 +00:00
"comment" : "Comment" ,
"delete" : "Delete this comment" ,
2023-08-16 00:09:52 +00:00
"deleteText1" : "Är du säker på att du vill radera denna kommentar?" ,
2022-05-16 00:23:27 +00:00
"deleteSuccess" : "The comment was deleted successfully." ,
2021-11-28 14:27:28 +00:00
"addedSuccess" : "The comment was added successfully."
} ,
"deferDueDate" : {
"title" : "Defer due date" ,
2023-06-23 00:28:56 +00:00
"1day" : "1 dag" ,
"3days" : "3 dagar" ,
2023-08-07 00:08:30 +00:00
"1week" : "1 vecka"
2021-11-28 14:27:28 +00:00
} ,
"description" : {
2023-10-24 00:04:26 +00:00
"placeholder" : "Enter a description, hit '/' for more options…" ,
2021-11-28 14:27:28 +00:00
"empty" : "No description available yet."
} ,
"assignee" : {
"placeholder" : "Type to assign a user…" ,
"selectPlaceholder" : "Assign this user" ,
"assignSuccess" : "The user has been assigned successfully." ,
"unassignSuccess" : "The user has been unassigned successfully."
} ,
"label" : {
2023-08-16 00:09:52 +00:00
"placeholder" : "Skriv för att lägga till en ny etikett…" ,
"createPlaceholder" : "Lägg till som ny etikett" ,
2021-11-28 14:27:28 +00:00
"addSuccess" : "The label has been added successfully." ,
"createSuccess" : "The label has been created successfully." ,
"removeSuccess" : "The label has been removed successfully." ,
2022-06-18 00:13:50 +00:00
"addCreateSuccess" : "The label has been created and added successfully." ,
"delete" : {
"header" : "Delete this label" ,
"text1" : "Are you sure you want to delete this label?" ,
"text2" : "This will remove it from all tasks and cannot be restored."
}
2021-11-28 14:27:28 +00:00
} ,
"priority" : {
"unset" : "Unset" ,
2023-06-23 00:28:56 +00:00
"low" : "Låg" ,
2021-11-28 14:27:28 +00:00
"medium" : "Medium" ,
2023-06-23 00:28:56 +00:00
"high" : "Hög" ,
2021-11-28 14:27:28 +00:00
"urgent" : "Urgent" ,
"doNow" : "DO NOW"
} ,
"relation" : {
"add" : "Add a New Task Relation" ,
"new" : "New Task Relation" ,
"searchPlaceholder" : "Type search for a new task to add as related…" ,
"createPlaceholder" : "Add this as new related task" ,
2023-03-16 00:06:15 +00:00
"differentProject" : "This task belongs to a different project." ,
2021-11-28 14:27:28 +00:00
"noneYet" : "No task relations yet." ,
"delete" : "Delete Task Relation" ,
"deleteText1" : "Are you sure you want to delete this task relation?" ,
"select" : "Select a relation kind" ,
2022-04-04 00:27:16 +00:00
"taskRequired" : "Please select a task or enter a new task title." ,
2021-11-28 14:27:28 +00:00
"kinds" : {
"subtask" : "Subtask | Subtasks" ,
"parenttask" : "Parent Task | Parent Tasks" ,
"related" : "Related Task | Related Tasks" ,
"duplicateof" : "Duplicate Of | Duplicates Of" ,
"duplicates" : "Duplicates | Duplicates" ,
"blocking" : "Blocking | Blocking" ,
"blocked" : "Blocked By | Blocked By" ,
"precedes" : "Precedes | Precedes" ,
"follows" : "Follows | Follows" ,
"copiedfrom" : "Copied From | Copied From" ,
"copiedto" : "Copied To | Copied To"
}
} ,
2023-06-12 00:28:51 +00:00
"reminder" : {
"before" : "{amount} {unit} before {type}" ,
"after" : "{amount} {unit} after {type}" ,
2023-08-16 00:09:52 +00:00
"beforeShort" : "före" ,
"afterShort" : "efter" ,
2023-06-12 00:28:51 +00:00
"onDueDate" : "On the due date" ,
"onStartDate" : "On the start date" ,
"onEndDate" : "On the end date" ,
"custom" : "Custom" ,
2023-08-16 00:09:52 +00:00
"dateAndTime" : "Datum och tid"
2023-06-12 00:28:51 +00:00
} ,
2021-11-28 14:27:28 +00:00
"repeat" : {
2023-06-23 00:28:56 +00:00
"everyDay" : "Varje dag" ,
2023-08-07 00:08:30 +00:00
"everyWeek" : "Varje vecka" ,
2023-09-07 00:28:16 +00:00
"every30d" : "Every 30 Days" ,
2021-11-28 14:27:28 +00:00
"mode" : "Repeat mode" ,
"monthly" : "Monthly" ,
"fromCurrentDate" : "From Current Date" ,
"each" : "Each" ,
"specifyAmount" : "Specify an amount…" ,
2023-06-23 00:28:56 +00:00
"hours" : "Timmar" ,
"days" : "Dagar" ,
"weeks" : "Veckor" ,
"months" : "Månader" ,
"years" : "År" ,
2022-07-23 00:15:10 +00:00
"invalidAmount" : "Please enter more than 0."
2021-11-28 14:27:28 +00:00
} ,
"quickAddMagic" : {
2023-06-07 00:29:36 +00:00
"hint" : "Use magic prefixes to define due dates, assignees and other task properties." ,
2021-11-28 14:27:28 +00:00
"title" : "Quick Add Magic" ,
"intro" : "When creating a task, you can use special keywords to directly add attributes to the newly created task. This allows to add commonly used attributes to tasks much faster." ,
"multiple" : "You can use this multiple times." ,
"label1" : "To add a label, simply prefix the name of the label with {prefix}." ,
"label2" : "Vikunja will first check if the label already exist and create it if not." ,
2022-07-15 00:14:58 +00:00
"label3" : "To use spaces, simply add a \" or ' around the label name." ,
2021-11-28 14:27:28 +00:00
"label4" : "For example: {prefix}\"Label with spaces\"." ,
"priority1" : "To set a task's priority, add a number 1-5, prefixed with a {prefix}." ,
"priority2" : "The higher the number, the higher the priority." ,
"assignees" : "To directly assign the task to a user, add their username prefixed with {prefix} to the task." ,
2023-03-16 00:06:15 +00:00
"project1" : "To set a project for the task to appear in, enter its name prefixed with {prefix}." ,
"project2" : "This will return an error if the project does not exist." ,
"project3" : "To use spaces, simply add a \" or ' around the project name." ,
"project4" : "For example: {prefix}\"Project with spaces\"." ,
2023-08-07 00:08:30 +00:00
"dateAndTime" : "Datum och tid" ,
2021-11-28 14:27:28 +00:00
"date" : "Any date will be used as the due date of the new task. You can use dates in any of these formats:" ,
"dateWeekday" : "any weekday, will use the next date with that date" ,
"dateCurrentYear" : "will use the current year" ,
"dateNth" : "will use the {day}th of the current month" ,
2021-12-07 22:10:24 +00:00
"dateTime" : "Combine any of the date formats with \"{time}\" (or {timePM}) to set a time." ,
"repeats" : "Repeating tasks" ,
"repeatsDescription" : "To set a task as repeating in an interval, simply add '{suffix}' to the task text. The amount needs to be a number and can be omitted to use just the type (see examples)."
2021-11-28 14:27:28 +00:00
}
} ,
"team" : {
"title" : "Teams" ,
"noTeams" : "You are currently not part of any teams." ,
"create" : {
"title" : "Create a new team" ,
"success" : "The team was successfully created."
} ,
"edit" : {
"title" : "Edit Team \"{team}\"" ,
"members" : "Team Members" ,
2023-08-16 00:09:52 +00:00
"search" : "Skriv för att söka efter en användare…" ,
2021-11-28 14:27:28 +00:00
"addUser" : "Add to team" ,
"makeMember" : "Make Member" ,
"makeAdmin" : "Make Admin" ,
"success" : "The team was successfully updated." ,
"userAddedSuccess" : "The team member was successfully added." ,
"madeMember" : "The team member was successfully made member." ,
"madeAdmin" : "The team member was successfully made admin." ,
2023-08-07 00:08:30 +00:00
"mustSelectUser" : "Vänligen välj en användare." ,
2021-11-28 14:27:28 +00:00
"delete" : {
"header" : "Delete the team" ,
"text1" : "Are you sure you want to delete this team and all of its members?" ,
2023-05-31 00:30:36 +00:00
"text2" : "All team members will lose access to projects shared with this team. This CANNOT BE UNDONE!" ,
2021-11-28 14:27:28 +00:00
"success" : "The team was successfully deleted."
} ,
"deleteUser" : {
"header" : "Remove a user from the team" ,
"text1" : "Are you sure you want to remove this user from the team?" ,
2023-05-31 00:30:36 +00:00
"text2" : "They will lose access to all projects this team has access to. This CANNOT BE UNDONE!" ,
2021-11-28 14:27:28 +00:00
"success" : "The user was successfully deleted from the team."
2022-10-11 00:24:33 +00:00
} ,
"leave" : {
2023-06-23 00:28:56 +00:00
"title" : "Lämna team" ,
2022-10-11 00:24:33 +00:00
"text1" : "Are you sure you want to leave this team?" ,
2023-05-31 00:30:36 +00:00
"text2" : "You will lose access to all projects this team has access to. If you change your mind you'll need a team admin to add you again." ,
2022-10-11 00:24:33 +00:00
"success" : "You have successfully left the team."
2021-11-28 14:27:28 +00:00
}
} ,
"attributes" : {
"name" : "Team Name" ,
"namePlaceholder" : "The team's name goes here…" ,
"nameRequired" : "Please specify a name." ,
2023-06-23 00:28:56 +00:00
"description" : "Beskrivning" ,
2023-10-24 00:04:26 +00:00
"descriptionPlaceholder" : "Describe the team here, hit '/' for more options…" ,
2021-11-28 14:27:28 +00:00
"admin" : "Admin" ,
2023-06-23 00:28:56 +00:00
"member" : "Medlem"
2021-11-28 14:27:28 +00:00
}
} ,
"keyboardShortcuts" : {
"title" : "Keyboard Shortcuts" ,
"general" : "General" ,
"allPages" : "These shortcuts work on all pages." ,
"currentPageOnly" : "These shortcuts work only on the current page." ,
2022-03-04 00:10:15 +00:00
"somePagesOnly" : "These shortcuts work only on some pages." ,
2021-11-28 14:27:28 +00:00
"toggleMenu" : "Toggle The Menu" ,
"quickSearch" : "Open the search/quick action bar" ,
"then" : "then" ,
"task" : {
"title" : "Task Page" ,
2022-03-04 00:10:15 +00:00
"done" : "Mark task done / undone" ,
"assign" : "Assign this task to a user" ,
2021-11-28 14:27:28 +00:00
"labels" : "Add labels to this task" ,
"dueDate" : "Change the due date of this task" ,
"attachment" : "Add an attachment to this task" ,
2022-03-04 00:10:15 +00:00
"related" : "Modify related tasks of this task" ,
"color" : "Change the color of this task" ,
2023-03-16 00:06:15 +00:00
"move" : "Move this task to another project" ,
2022-09-09 00:31:14 +00:00
"reminder" : "Manage reminders of this task" ,
2023-05-12 00:29:44 +00:00
"description" : "Toggle editing of the task description" ,
2023-08-16 00:09:52 +00:00
"delete" : "Radera denna uppgift" ,
2023-05-12 00:29:44 +00:00
"priority" : "Change the priority of this task" ,
2023-10-13 00:08:52 +00:00
"favorite" : "Mark this task as favorite / unfavorite" ,
"save" : "Save the current task"
2021-11-28 14:27:28 +00:00
} ,
2023-03-16 00:06:15 +00:00
"project" : {
"title" : "Project Views" ,
2021-11-28 14:27:28 +00:00
"switchToListView" : "Switch to list view" ,
"switchToGanttView" : "Switch to gantt view" ,
"switchToKanbanView" : "Switch to kanban view" ,
"switchToTableView" : "Switch to table view"
2022-03-04 00:10:15 +00:00
} ,
"navigation" : {
"title" : "Navigation" ,
2022-04-19 21:15:42 +00:00
"overview" : "Navigate to overview" ,
"upcoming" : "Navigate to upcoming tasks" ,
2022-03-04 00:10:15 +00:00
"labels" : "Navigate to labels" ,
2023-05-31 00:30:36 +00:00
"teams" : "Navigate to teams" ,
"projects" : "Navigate to projects"
2021-11-28 14:27:28 +00:00
}
} ,
"update" : {
2023-02-05 00:10:26 +00:00
"available" : "There is an update available!" ,
2023-06-23 00:28:56 +00:00
"do" : "Uppdatera nu"
2021-11-28 14:27:28 +00:00
} ,
"menu" : {
2023-06-23 00:28:56 +00:00
"edit" : "Redigera" ,
"archive" : "Arkivera" ,
"duplicate" : "Duplicera" ,
"delete" : "Radera" ,
2021-11-28 14:27:28 +00:00
"unarchive" : "Un-Archive" ,
"setBackground" : "Set background" ,
2023-06-23 00:28:56 +00:00
"share" : "Dela" ,
"newProject" : "Nytt projekt" ,
"createProject" : "Skapa projekt"
2021-11-28 14:27:28 +00:00
} ,
"apiConfig" : {
"url" : "Vikunja URL" ,
2023-06-23 00:28:56 +00:00
"urlPlaceholder" : "t. ex. https://localhost:3456" ,
2021-11-28 14:27:28 +00:00
"change" : "change" ,
2021-12-12 18:34:43 +00:00
"use" : "Using Vikunja installation at {0}" ,
2023-09-05 00:29:24 +00:00
"error" : "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again." ,
2021-11-28 14:27:28 +00:00
"success" : "Using Vikunja installation at \"{domain}\"." ,
"urlRequired" : "A url is required."
} ,
"loadingError" : {
"failed" : "Loading failed, please {0}. If the error persists, please {1}." ,
2023-07-16 00:09:30 +00:00
"tryAgain" : "försök igen" ,
2023-08-07 00:08:30 +00:00
"contact" : "kontakta oss"
2021-11-28 14:27:28 +00:00
} ,
"notification" : {
"title" : "Notifications" ,
"none" : "You don't have any notifications. Have a nice day!" ,
2023-10-22 00:03:33 +00:00
"explainer" : "Notifications will appear here when actions projects or tasks you subscribed to happen." ,
"markAllRead" : "Mark all notifications as read" ,
"markAllReadSuccess" : "Successfully marked all notifications as read."
2021-11-28 14:27:28 +00:00
} ,
"quickActions" : {
2023-06-23 00:28:56 +00:00
"commands" : "Kommandon" ,
2021-11-28 14:27:28 +00:00
"placeholder" : "Type a command or search…" ,
2023-03-16 00:06:15 +00:00
"hint" : "You can use {project} to limit the search to a project. Combine {project} or {label} (labels) with a search query to search for a task with these labels or on that project. Use {assignee} to only search for teams." ,
2023-07-16 00:09:30 +00:00
"tasks" : "Uppgifter" ,
2023-06-23 00:28:56 +00:00
"projects" : "Projekt" ,
2021-11-28 14:27:28 +00:00
"teams" : "Teams" ,
2023-08-31 00:29:36 +00:00
"labels" : "Etiketter" ,
2023-03-16 00:06:15 +00:00
"newProject" : "Enter the title of the new project…" ,
2021-11-28 14:27:28 +00:00
"newTask" : "Enter the title of the new task…" ,
"newTeam" : "Enter the name of the new team…" ,
2023-03-16 00:06:15 +00:00
"createTask" : "Create a task in the current project ({title})" ,
2023-06-23 00:28:56 +00:00
"createProject" : "Skapa ett projekt" ,
2021-11-28 14:27:28 +00:00
"cmds" : {
"newTask" : "New task" ,
2023-06-23 00:28:56 +00:00
"newProject" : "Nytt projekt" ,
2023-07-16 00:09:30 +00:00
"newTeam" : "Nytt team"
2021-11-28 14:27:28 +00:00
}
} ,
"date" : {
"locale" : "en" ,
"altFormatLong" : "j M Y H:i" ,
"altFormatShort" : "j M Y"
} ,
"error" : {
"error" : "Error" ,
"success" : "Success" ,
"0001" : "You're not allowed to do that." ,
"1001" : "A user with this username already exists." ,
"1002" : "A user with this email address already exists." ,
"1004" : "No username and password specified." ,
"1005" : "The user does not exist." ,
"1006" : "Could not get the user id." ,
"1008" : "No password reset token provided." ,
"1009" : "Invalid password reset token." ,
"1010" : "Invalid email confirm token." ,
2023-07-18 00:08:41 +00:00
"1011" : "Fel användarnamn eller lösenord." ,
2021-11-28 14:27:28 +00:00
"1012" : "Email address of the user not confirmed." ,
"1013" : "New password is empty." ,
"1014" : "Old password is empty." ,
"1015" : "Totp is already enabled for this user." ,
"1016" : "Totp is not enabled for this user." ,
"1017" : "The totp passcode is invalid." ,
"1018" : "The user avatar type setting is invalid." ,
"2001" : "ID cannot be empty or 0." ,
"2002" : "Some of the request data was invalid." ,
2023-03-16 00:06:15 +00:00
"3001" : "The project does not exist." ,
"3004" : "You need to have read permissions on that project to perform that action." ,
"3005" : "The project title cannot be empty." ,
"3006" : "The project share does not exist." ,
"3007" : "A project with this identifier already exists." ,
"3008" : "The project is archived and can therefore only be accessed read only. This is also true for all tasks associated with this project." ,
"4001" : "The project task text cannot be empty." ,
"4002" : "The project task does not exist." ,
"4003" : "All bulk editing tasks must belong to the same project." ,
2021-11-28 14:27:28 +00:00
"4004" : "Need at least one task when bulk editing tasks." ,
"4005" : "You do not have the right to see the task." ,
"4006" : "You can't set a parent task as the task itself." ,
"4007" : "You can't create a task relation with an invalid kind of relation." ,
"4008" : "You can't create a task relation which already exists." ,
"4009" : "The task relation does not exist." ,
"4010" : "Cannot relate a task with itself." ,
"4011" : "The task attachment does not exist." ,
"4012" : "The task attachment is too large." ,
"4013" : "The task sort param is invalid." ,
"4014" : "The task sort order is invalid." ,
"4015" : "The task comment does not exist." ,
"4016" : "Invalid task field." ,
"4017" : "Invalid task filter comparator." ,
2022-01-12 21:10:32 +00:00
"4018" : "Invalid task filter concatenator." ,
2021-11-28 14:27:28 +00:00
"4019" : "Invalid task filter value." ,
"6001" : "The team name cannot be empty." ,
"6002" : "The team does not exist." ,
2023-05-31 00:30:36 +00:00
"6004" : "The team already has access to that project." ,
2021-11-28 14:27:28 +00:00
"6005" : "The user is already a member of that team." ,
"6006" : "Cannot delete the last team member." ,
2023-03-16 00:06:15 +00:00
"6007" : "The team does not have access to the project to perform that action." ,
"7002" : "The user already has access to that project." ,
"7003" : "You do not have access to that project." ,
2021-11-28 14:27:28 +00:00
"8001" : "This label already exists on that task." ,
2023-07-18 00:08:41 +00:00
"8002" : "Etiketten finns inte." ,
2021-11-28 14:27:28 +00:00
"8003" : "You do not have access to this label." ,
"9001" : "The right is invalid." ,
"10001" : "The bucket does not exist." ,
2023-03-16 00:06:15 +00:00
"10002" : "The bucket does not belong to that project." ,
"10003" : "You cannot remove the last bucket on a project." ,
2021-11-28 14:27:28 +00:00
"10004" : "You cannot add the task to this bucket as it already exceeded the limit of tasks it can hold." ,
2023-03-16 00:06:15 +00:00
"10005" : "There can be only one done bucket per project." ,
2021-11-28 14:27:28 +00:00
"11001" : "The saved filter does not exist." ,
"11002" : "Saved filters are not available for link shares." ,
"12001" : "The subscription entity type is invalid." ,
"12002" : "You are already subscribed to the entity itself or a parent entity." ,
"13001" : "This link share requires a password for authentication, but none was provided." ,
"13002" : "The provided link share password was invalid."
} ,
"about" : {
2023-06-23 00:28:56 +00:00
"title" : "Om" ,
2021-11-28 14:27:28 +00:00
"frontendVersion" : "Frontend Version: {version}" ,
"apiVersion" : "API Version: {version}"
2023-06-12 00:28:51 +00:00
} ,
"time" : {
"units" : {
2023-08-16 00:09:52 +00:00
"seconds" : "sekund|sekunder" ,
"minutes" : "minut|minuter" ,
"hours" : "timme|timmar" ,
"days" : "dag|dagar" ,
"weeks" : "vecka|veckor" ,
"months" : "månad|månader" ,
"years" : "år|år"
2023-06-12 00:28:51 +00:00
}
2021-11-28 14:27:28 +00:00
}
2023-05-12 00:29:44 +00:00
}