diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
commit | fea2277b632ff724856bee182ed1ab28e7c446f5 (patch) | |
tree | 33bf918ea5f6dcba103ba3a5ac3cb73ed650e73b /apps/comments/l10n/sv.js | |
parent | 6f1d9eb11880efb900370f1e6857f05dbef5f84a (diff) | |
download | nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.tar.gz nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/sv.js')
-rw-r--r-- | apps/comments/l10n/sv.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index b5a79727b32..f1fa5382624 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -9,7 +9,6 @@ OC.L10N.register( "%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", - "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Du har nämnts i \"{file}\", i en kommentar av en användare som sedan har blivit borttagen", "{user} mentioned you in a comment on \"{file}\"" : "{user} nämnde dig i kommentar för \"{file}\"", "Files app plugin to add comments to files" : "Filer-appinsticksmodul för att lägga till kommentarer till filer", "Edit comment" : "Redigera kommentar", @@ -31,6 +30,7 @@ OC.L10N.register( "Comment deleted" : "Kommentar borttagen", "An error occurred while trying to delete the comment" : "Ett fel uppstod när du försökte ta bort kommentaren", "An error occurred while trying to create the comment" : "Ett fel uppstod när du försökte skapa kommentaren", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Du har nämnts i \"{file}\", i en kommentar av en användare som sedan har blivit borttagen", "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"] }, "nplurals=2; plural=(n != 1);"); |