[tx-robot] updated from transifex
This commit is contained in:
102
l10n/sv.js
102
l10n/sv.js
@@ -4,13 +4,14 @@ OC.L10N.register(
|
||||
"Please provide a content for your comment." : "Ange ett innehåll för din kommentar.",
|
||||
"Posting the comment failed." : "Det gick inte att skriva in kommentaren.",
|
||||
"The comment has been deleted" : "Kommentaren har tagits bort",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Den tillhörande stapeln raderas också, den kommer också att återställas.",
|
||||
"Restore associated stack" : "Återställ tillhörande stapel",
|
||||
"Remove user from card" : "Ta bort användare från kort",
|
||||
"Hours" : "Timmar",
|
||||
"Minutes" : "Minuter",
|
||||
"Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden",
|
||||
"You have created a new board {board}" : "Du har skapat en ny tavla {board}",
|
||||
"{user} has created a new board {board}" : "{user} har skapat en ny {board}",
|
||||
"{user} has created a new board {board}" : "{user} har skapat en ny tavla {board}",
|
||||
"You have deleted the board {board}" : "Du har raderat tavlan {board}",
|
||||
"{user} has deleted the board {board}" : "{user} har raderat tavlan {board}",
|
||||
"You have restored the board {board}" : "Du har återställt tavlan {board}",
|
||||
@@ -18,8 +19,68 @@ OC.L10N.register(
|
||||
"You have shared the board {board} with {acl}" : "Du har delat tavlan {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delat tavlan {board} med {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Du har raderat {acl} från tavlan {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har raderat {acl} från tavlan {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har bytt namn på tavlan {before} till {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} har bytt namn på tavlan {before} till {board}",
|
||||
"You have archived the board {board}" : "Du har arkiverat tavlan {board}",
|
||||
"{user} has archived the board {before}" : "{user} har arkiverat tavlan {before}",
|
||||
"You have unarchived the board {board}" : "Du har avarkiverat tavlan {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} har avarkiverat tavlan {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Du har skapat en ny stapel {stack} på on tavlan {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} har skapat en ny stapel {stack} på tavlan {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Du har bytt namn på stapel {before} till {stack} på tavlan {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} har bytt namn på stapel {before} till {stack} på tavlan {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Du har raderat stapel {stack} på tavlan {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} har raderat stapel {stack} på tavlan {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Du har skapat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} har skapat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Du har raderat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} har raderat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have renamed the card {before} to {card}" : "Du har bytt namn på kortet {before} till {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} har bytt namn på kortet {before} till {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Du har lagt till en beskrivning till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} har lagt till en beskrivning till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Du har uppdaterat beskrivningen för kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} har uppdaterat beskrivningen för kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Du har arkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} har arkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Du har avarkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} har avarkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have removed the due date of card {card}" : "Du har tagit bort förfallodatum för kortet {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} tagit bort förfallodatum för kortet {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Du har satt förfallodatum för kortet {card} till {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} har satt förfallodatum för kortet {card} till {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Du har uppdaterat förfallodatum för kortet {card} till {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} har uppdaterat förfallodatum för kortet {card} till {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du har lagt till taggen {label} till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} har lagt till taggen {label} till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du har raderat taggen {label} från kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} har raderat taggen {label} från kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Du har tilldelat {assigneduser} till kortet {card} på tavlan {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} har tilldelat {assigneduser} till kortet {card} på tavlan {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du har tagit bort tilldelningen för {assigneduser} från kortet {card} på tavlan {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} har tagit bort tilldelningen för {assigneduser} från kortet {card} på tavlan {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Du har flyttat kortet {card} från stapel {stackBefore} till {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} har flyttat kortet {card} från stapel {stackBefore} till {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Du har lagt till bilagan {attachment} till kortet {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} har lagt till bilagan {attachment} till kortet {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Du har uppdaterat bilagan {attachment} på kortet {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} har uppdaterat bilagan {attachment} på kortet {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Du har raderat bilagan {attachment} från kortet {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} har raderat bilagan {attachment} från kortet {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du har återställt bilagan {attachment} till kortet {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} har återställt bilagan {attachment} till kortet {card}",
|
||||
"You have commented on card {card}" : "Du har kommenterat på kortet {card}",
|
||||
"{user} has commented on card {card}" : "{user} har kommenterat på kortet {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kortbeskrivning</strong> i Deck-appen har ändrats",
|
||||
"Deck" : "Kortlek",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ändringar i <strong>Deck-appen</strong>",
|
||||
"Personal" : "Personlig",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tilldelat kortet \"%s\" på \"%s\" till dig.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nått sitt utgångsdatum.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s har nämnt dig i en kommentar på \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} har nämnt dig i en kommentar på \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Tavlan \"%s\" har delats med dig av %s.",
|
||||
"{user} has shared the board %s with you." : "{user} har delat tavlan %s med dig.",
|
||||
"No data was provided to create an attachment." : "Inga data lämnades för att skapa en bilaga.",
|
||||
@@ -27,37 +88,64 @@ OC.L10N.register(
|
||||
"To review" : "Att granska",
|
||||
"Action needed" : "Åtgärd behövs",
|
||||
"Later" : "Senare",
|
||||
"To do" : "Att göra",
|
||||
"Doing" : "Gör",
|
||||
"Done" : "Klart",
|
||||
"Example Task 3" : "Exempeluppgift 3",
|
||||
"Example Task 2" : "Exempeluppgift 2",
|
||||
"Example Task 1" : "Exempeluppgift 1",
|
||||
"The file was uploaded" : "Filen laddades upp",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uppladdade filen överstiger direktivet upload_max_filesize i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överstiger MAX_FILE_SIZE-direktivet som specificerades i HTML-formuläret",
|
||||
"The file was only partially uploaded" : "Filen var endast delvis uppladdad",
|
||||
"No file was uploaded" : "Ingen fil laddades upp",
|
||||
"Missing a temporary folder" : "Saknas en tillfällig mapp",
|
||||
"Could not write file to disk" : "Kunde inte skriva fil till disk",
|
||||
"Add a new stack" : "Lägg till en ny hög",
|
||||
"Submit" : "Skicka",
|
||||
"A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdningen",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil uppladdad eller filstorleken överstiger max %s",
|
||||
"Add a new stack" : "Lägg till en ny stapel",
|
||||
"Submit" : "Skapa",
|
||||
"Show archived cards" : "Visa arkiverade kort",
|
||||
"Hide archived cards" : "Göm arkiverade kort",
|
||||
"Toggle compact mode" : "Växla kompakt läge",
|
||||
"Show board details" : "Visa taveldetaljer",
|
||||
"All Boards" : "Alla tavlor",
|
||||
"Archived boards" : "Arkiverade tavlor",
|
||||
"Share board" : "Dela tavla",
|
||||
"Archived cards" : "Arkiverade kort",
|
||||
"Actions" : "Åtgärder",
|
||||
"Drop your files here to upload it to the card" : "Släpp dina filer här för att ladda upp det till kortet",
|
||||
"Assign card to me" : "Tilldela kort till mig",
|
||||
"Unassign card from me" : "Ta bort kort från mig",
|
||||
"Archive card" : "Arkivera kort",
|
||||
"Unarchive card" : "Avarkivera kort",
|
||||
"Delete card" : "Ta bort kort",
|
||||
"Enter a card title" : "Ange en korttitel",
|
||||
"Add card" : "Lägg till kort",
|
||||
"Close" : "Stäng",
|
||||
"Sharing" : "Delning",
|
||||
"Tags" : "Taggar",
|
||||
"Deleted items" : "Raderade objekt",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Select users or groups to share with" : "Välj användare och grupper att dela med",
|
||||
"Group" : "Grupp",
|
||||
"No matching user or group found." : "Ingen matchande användare eller grupp hittades.",
|
||||
"Loading" : "Laddar",
|
||||
"Edit" : "Redigera",
|
||||
"Share" : "Dela",
|
||||
"Manage" : "Hantera",
|
||||
"Discard share" : "Ta bort delning",
|
||||
"Sharing has been disabled for your account." : "Delning har inaktiverats för ditt konto.",
|
||||
"Update tag" : "Uppdatera tagg",
|
||||
"Edit tag" : "Redigera tagg",
|
||||
"Delete tag" : "Radera tagg",
|
||||
"Create" : "Skapa",
|
||||
"Create a new tag" : "Skapa en ny tagg",
|
||||
"Deleted stacks" : "Radera staplar",
|
||||
"Deleted cards" : "Radera kort",
|
||||
"Status" : "Status",
|
||||
"No archived boards to display" : "Inga arkiverade tavlor att visa",
|
||||
"No shared boards to display" : "Inga delade tavlor att visa",
|
||||
"Title" : "Titel",
|
||||
"Members" : "Medlemmar",
|
||||
"More actions" : "Fler händelser",
|
||||
@@ -65,8 +153,12 @@ OC.L10N.register(
|
||||
"Archive board" : "Arkivera tavla",
|
||||
"Unarchive board" : "Ta bort tavla ur arkivet",
|
||||
"Delete board" : "Ta bort tavla",
|
||||
"Update board" : "Uppdatera tavla",
|
||||
"Reset board" : "Återställ tavla",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Ångra tavelradering - annars kommer tavlan att raderas när nästa cronjob körs.",
|
||||
"Create new board" : "Skapa ny tavla",
|
||||
"New board title" : "Ny taveltitel",
|
||||
"Create board" : "Skapa tavla",
|
||||
"Select an attachment" : "Välj en bilaga",
|
||||
"Cancel upload" : "Avbryt uppladdning",
|
||||
"by" : "av",
|
||||
@@ -96,6 +188,8 @@ OC.L10N.register(
|
||||
"Shared boards" : "Delade tavlor",
|
||||
"Move board to archive" : "Flytta tavla till arkiv",
|
||||
"Create a new board" : "Skapa en ny tavla",
|
||||
"Settings" : "Inställningar"
|
||||
"Settings" : "Inställningar",
|
||||
"Limit deck to groups" : "Begränsa Deck till grupper",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Begränsa Deck blockerar användare som inte ingår i dessa grupper från att skapa egna tavlor. Användare kan fortfarande arbeta med tavlor som har delats med dem."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
102
l10n/sv.json
102
l10n/sv.json
@@ -2,13 +2,14 @@
|
||||
"Please provide a content for your comment." : "Ange ett innehåll för din kommentar.",
|
||||
"Posting the comment failed." : "Det gick inte att skriva in kommentaren.",
|
||||
"The comment has been deleted" : "Kommentaren har tagits bort",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Den tillhörande stapeln raderas också, den kommer också att återställas.",
|
||||
"Restore associated stack" : "Återställ tillhörande stapel",
|
||||
"Remove user from card" : "Ta bort användare från kort",
|
||||
"Hours" : "Timmar",
|
||||
"Minutes" : "Minuter",
|
||||
"Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden",
|
||||
"You have created a new board {board}" : "Du har skapat en ny tavla {board}",
|
||||
"{user} has created a new board {board}" : "{user} har skapat en ny {board}",
|
||||
"{user} has created a new board {board}" : "{user} har skapat en ny tavla {board}",
|
||||
"You have deleted the board {board}" : "Du har raderat tavlan {board}",
|
||||
"{user} has deleted the board {board}" : "{user} har raderat tavlan {board}",
|
||||
"You have restored the board {board}" : "Du har återställt tavlan {board}",
|
||||
@@ -16,8 +17,68 @@
|
||||
"You have shared the board {board} with {acl}" : "Du har delat tavlan {board} med {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} har delat tavlan {board} med {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Du har raderat {acl} från tavlan {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} har raderat {acl} från tavlan {board}",
|
||||
"You have renamed the board {before} to {board}" : "Du har bytt namn på tavlan {before} till {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} har bytt namn på tavlan {before} till {board}",
|
||||
"You have archived the board {board}" : "Du har arkiverat tavlan {board}",
|
||||
"{user} has archived the board {before}" : "{user} har arkiverat tavlan {before}",
|
||||
"You have unarchived the board {board}" : "Du har avarkiverat tavlan {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} har avarkiverat tavlan {before}",
|
||||
"You have created a new stack {stack} on board {board}" : "Du har skapat en ny stapel {stack} på on tavlan {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} har skapat en ny stapel {stack} på tavlan {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Du har bytt namn på stapel {before} till {stack} på tavlan {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} har bytt namn på stapel {before} till {stack} på tavlan {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Du har raderat stapel {stack} på tavlan {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} har raderat stapel {stack} på tavlan {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Du har skapat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} har skapat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Du har raderat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} har raderat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have renamed the card {before} to {card}" : "Du har bytt namn på kortet {before} till {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} har bytt namn på kortet {before} till {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Du har lagt till en beskrivning till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} har lagt till en beskrivning till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Du har uppdaterat beskrivningen för kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} har uppdaterat beskrivningen för kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Du har arkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} har arkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Du har avarkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} har avarkiverat kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have removed the due date of card {card}" : "Du har tagit bort förfallodatum för kortet {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} tagit bort förfallodatum för kortet {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Du har satt förfallodatum för kortet {card} till {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} har satt förfallodatum för kortet {card} till {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Du har uppdaterat förfallodatum för kortet {card} till {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} har uppdaterat förfallodatum för kortet {card} till {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du har lagt till taggen {label} till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} har lagt till taggen {label} till kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du har raderat taggen {label} från kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} har raderat taggen {label} från kortet {card} i stapel {stack} på tavlan {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Du har tilldelat {assigneduser} till kortet {card} på tavlan {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} har tilldelat {assigneduser} till kortet {card} på tavlan {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du har tagit bort tilldelningen för {assigneduser} från kortet {card} på tavlan {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} har tagit bort tilldelningen för {assigneduser} från kortet {card} på tavlan {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Du har flyttat kortet {card} från stapel {stackBefore} till {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} har flyttat kortet {card} från stapel {stackBefore} till {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Du har lagt till bilagan {attachment} till kortet {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} har lagt till bilagan {attachment} till kortet {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Du har uppdaterat bilagan {attachment} på kortet {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} har uppdaterat bilagan {attachment} på kortet {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Du har raderat bilagan {attachment} från kortet {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} har raderat bilagan {attachment} från kortet {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du har återställt bilagan {attachment} till kortet {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} har återställt bilagan {attachment} till kortet {card}",
|
||||
"You have commented on card {card}" : "Du har kommenterat på kortet {card}",
|
||||
"{user} has commented on card {card}" : "{user} har kommenterat på kortet {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "En <strong>kortbeskrivning</strong> i Deck-appen har ändrats",
|
||||
"Deck" : "Kortlek",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ändringar i <strong>Deck-appen</strong>",
|
||||
"Personal" : "Personlig",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tilldelat kortet \"%s\" på \"%s\" till dig.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nått sitt utgångsdatum.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s har nämnt dig i en kommentar på \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} har nämnt dig i en kommentar på \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Tavlan \"%s\" har delats med dig av %s.",
|
||||
"{user} has shared the board %s with you." : "{user} har delat tavlan %s med dig.",
|
||||
"No data was provided to create an attachment." : "Inga data lämnades för att skapa en bilaga.",
|
||||
@@ -25,37 +86,64 @@
|
||||
"To review" : "Att granska",
|
||||
"Action needed" : "Åtgärd behövs",
|
||||
"Later" : "Senare",
|
||||
"To do" : "Att göra",
|
||||
"Doing" : "Gör",
|
||||
"Done" : "Klart",
|
||||
"Example Task 3" : "Exempeluppgift 3",
|
||||
"Example Task 2" : "Exempeluppgift 2",
|
||||
"Example Task 1" : "Exempeluppgift 1",
|
||||
"The file was uploaded" : "Filen laddades upp",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uppladdade filen överstiger direktivet upload_max_filesize i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överstiger MAX_FILE_SIZE-direktivet som specificerades i HTML-formuläret",
|
||||
"The file was only partially uploaded" : "Filen var endast delvis uppladdad",
|
||||
"No file was uploaded" : "Ingen fil laddades upp",
|
||||
"Missing a temporary folder" : "Saknas en tillfällig mapp",
|
||||
"Could not write file to disk" : "Kunde inte skriva fil till disk",
|
||||
"Add a new stack" : "Lägg till en ny hög",
|
||||
"Submit" : "Skicka",
|
||||
"A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdningen",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil uppladdad eller filstorleken överstiger max %s",
|
||||
"Add a new stack" : "Lägg till en ny stapel",
|
||||
"Submit" : "Skapa",
|
||||
"Show archived cards" : "Visa arkiverade kort",
|
||||
"Hide archived cards" : "Göm arkiverade kort",
|
||||
"Toggle compact mode" : "Växla kompakt läge",
|
||||
"Show board details" : "Visa taveldetaljer",
|
||||
"All Boards" : "Alla tavlor",
|
||||
"Archived boards" : "Arkiverade tavlor",
|
||||
"Share board" : "Dela tavla",
|
||||
"Archived cards" : "Arkiverade kort",
|
||||
"Actions" : "Åtgärder",
|
||||
"Drop your files here to upload it to the card" : "Släpp dina filer här för att ladda upp det till kortet",
|
||||
"Assign card to me" : "Tilldela kort till mig",
|
||||
"Unassign card from me" : "Ta bort kort från mig",
|
||||
"Archive card" : "Arkivera kort",
|
||||
"Unarchive card" : "Avarkivera kort",
|
||||
"Delete card" : "Ta bort kort",
|
||||
"Enter a card title" : "Ange en korttitel",
|
||||
"Add card" : "Lägg till kort",
|
||||
"Close" : "Stäng",
|
||||
"Sharing" : "Delning",
|
||||
"Tags" : "Taggar",
|
||||
"Deleted items" : "Raderade objekt",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Select users or groups to share with" : "Välj användare och grupper att dela med",
|
||||
"Group" : "Grupp",
|
||||
"No matching user or group found." : "Ingen matchande användare eller grupp hittades.",
|
||||
"Loading" : "Laddar",
|
||||
"Edit" : "Redigera",
|
||||
"Share" : "Dela",
|
||||
"Manage" : "Hantera",
|
||||
"Discard share" : "Ta bort delning",
|
||||
"Sharing has been disabled for your account." : "Delning har inaktiverats för ditt konto.",
|
||||
"Update tag" : "Uppdatera tagg",
|
||||
"Edit tag" : "Redigera tagg",
|
||||
"Delete tag" : "Radera tagg",
|
||||
"Create" : "Skapa",
|
||||
"Create a new tag" : "Skapa en ny tagg",
|
||||
"Deleted stacks" : "Radera staplar",
|
||||
"Deleted cards" : "Radera kort",
|
||||
"Status" : "Status",
|
||||
"No archived boards to display" : "Inga arkiverade tavlor att visa",
|
||||
"No shared boards to display" : "Inga delade tavlor att visa",
|
||||
"Title" : "Titel",
|
||||
"Members" : "Medlemmar",
|
||||
"More actions" : "Fler händelser",
|
||||
@@ -63,8 +151,12 @@
|
||||
"Archive board" : "Arkivera tavla",
|
||||
"Unarchive board" : "Ta bort tavla ur arkivet",
|
||||
"Delete board" : "Ta bort tavla",
|
||||
"Update board" : "Uppdatera tavla",
|
||||
"Reset board" : "Återställ tavla",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Ångra tavelradering - annars kommer tavlan att raderas när nästa cronjob körs.",
|
||||
"Create new board" : "Skapa ny tavla",
|
||||
"New board title" : "Ny taveltitel",
|
||||
"Create board" : "Skapa tavla",
|
||||
"Select an attachment" : "Välj en bilaga",
|
||||
"Cancel upload" : "Avbryt uppladdning",
|
||||
"by" : "av",
|
||||
@@ -94,6 +186,8 @@
|
||||
"Shared boards" : "Delade tavlor",
|
||||
"Move board to archive" : "Flytta tavla till arkiv",
|
||||
"Create a new board" : "Skapa en ny tavla",
|
||||
"Settings" : "Inställningar"
|
||||
"Settings" : "Inställningar",
|
||||
"Limit deck to groups" : "Begränsa Deck till grupper",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Begränsa Deck blockerar användare som inte ingår i dessa grupper från att skapa egna tavlor. Användare kan fortfarande arbeta med tavlor som har delats med dem."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
Reference in New Issue
Block a user