nextcloud/apps/comments/l10n/sv.js

37 lines
2.3 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2018-04-12 03:19:20 +03:00
"Edit comment" : "Redigera kommentar",
2016-02-25 09:58:06 +03:00
"Delete comment" : "Radera kommentar",
2018-04-12 03:19:20 +03:00
"New comment …" : "Ny kommentar ...",
2016-02-25 09:58:06 +03:00
"Post" : "Skicka",
2016-02-17 09:56:11 +03:00
"Cancel" : "Avbryt",
2016-02-25 09:58:06 +03:00
"[Deleted user]" : "[Raderad användare]",
2018-07-26 03:12:01 +03:00
"Comments" : "Kommentarer",
2017-01-09 11:24:58 +03:00
"No comments yet, start the conversation!" : "Inga kommentarer ännu.",
2016-12-28 04:07:41 +03:00
"More comments …" : "Fler kommentarer ...",
2016-02-17 09:56:11 +03:00
"Save" : "Spara",
2017-01-09 11:24:58 +03:00
"Allowed characters {count} of {max}" : "Antal tillåtna tecken, {count} av {max}",
2018-03-13 04:12:01 +03:00
"Error occurred while retrieving comment with ID {id}" : "Fel uppstod när kommentaren med ID {id} hämtades",
2016-12-28 04:07:41 +03:00
"Error occurred while updating comment with id {id}" : "Fel inträffade vid uppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "Fel inträffade vid publicering av kommentar",
"_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"],
2016-05-10 10:30:51 +03:00
"Comment" : "Kommentar",
"You commented" : "Du kommenterade",
2017-01-09 11:24:58 +03:00
"%1$s commented" : "%1$s kommenterade",
2016-12-28 04:07:41 +03:00
"{author} commented" : "{author} kommenterade",
"You commented on %1$s" : "Du kommenterade på %1$s",
"You commented on {file}" : "Du kommenterade på {file}",
"%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
"{author} commented on {file}" : "{author} kommenterade på {file}",
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer",
2018-02-05 04:10:16 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du nämndes på “{file}” i en kommentar av en användare som nu har tagits bort",
2016-12-28 04:07:41 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"",
2018-01-04 12:48:31 +03:00
"Unknown user" : "Okänd användare",
2017-11-28 04:09:52 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) raderad användare nämnde dig i en kommentar på \"%s\"",
"A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) raderad användare nämnde dig i en kommentar på \"{file}\""
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");