Skip to content

Commit 37f076b

Browse files
committed
New translations notifications.php (Swedish)
1 parent 37dd98e commit 37f076b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

lang/sv/notifications.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
*/
55
return [
66

7-
'new_comment_subject' => 'New comment on page: :pageName',
8-
'new_comment_intro' => 'A user has commented on a page in :appName:',
9-
'new_page_subject' => 'New page: :pageName',
10-
'new_page_intro' => 'A new page has been created in :appName:',
11-
'updated_page_subject' => 'Updated page: :pageName',
12-
'updated_page_intro' => 'A page has been updated in :appName:',
13-
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
7+
'new_comment_subject' => 'Ny kommentar på sidan: :pageName',
8+
'new_comment_intro' => 'En användare har kommenterat en sida i :appName:',
9+
'new_page_subject' => 'Ny sida: :pageName',
10+
'new_page_intro' => 'En ny sida har blivit skapad i :appName:',
11+
'updated_page_subject' => 'Uppdaterad sida: :pageName',
12+
'updated_page_intro' => 'En sida har blivit uppdaterad i :appName:',
13+
'updated_page_debounce' => 'För att förhindra en massa notiser, så kommer det inte skickas nya notiser på ett tag för ytterligare ändringar till denna sida av samma skribent.',
1414

15-
'detail_page_name' => 'Page Name:',
16-
'detail_page_path' => 'Page Path:',
17-
'detail_commenter' => 'Commenter:',
18-
'detail_comment' => 'Comment:',
19-
'detail_created_by' => 'Created By:',
20-
'detail_updated_by' => 'Updated By:',
15+
'detail_page_name' => 'Sidonamn:',
16+
'detail_page_path' => 'Sidosökväg:',
17+
'detail_commenter' => 'Kommentars-skapare:',
18+
'detail_comment' => 'Kommentar:',
19+
'detail_created_by' => 'Skapad av:',
20+
'detail_updated_by' => 'Uppdaterad av:',
2121

2222
'action_view_comment' => 'Visa kommentar',
23-
'action_view_page' => 'View Page',
23+
'action_view_page' => 'Visa sida',
2424

25-
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
26-
'footer_reason_link' => 'your notification preferences',
25+
'footer_reason' => 'Detta meddelande skickades till dig eftersom :link täcker denna typ av aktivitet för detta objekt.',
26+
'footer_reason_link' => 'dina notifikationspreferenser',
2727
];

0 commit comments

Comments
 (0)