Skip to content

Commit

Permalink
New translations notifications.php (Swedish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Feb 27, 2025
1 parent 37dd98e commit 37f076b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lang/sv/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
*/
return [

'new_comment_subject' => 'New comment on page: :pageName',
'new_comment_intro' => 'A user has commented on a page in :appName:',
'new_page_subject' => 'New page: :pageName',
'new_page_intro' => 'A new page has been created in :appName:',
'updated_page_subject' => 'Updated page: :pageName',
'updated_page_intro' => 'A page has been updated in :appName:',
'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.',
'new_comment_subject' => 'Ny kommentar på sidan: :pageName',
'new_comment_intro' => 'En användare har kommenterat en sida i :appName:',
'new_page_subject' => 'Ny sida: :pageName',
'new_page_intro' => 'En ny sida har blivit skapad i :appName:',
'updated_page_subject' => 'Uppdaterad sida: :pageName',
'updated_page_intro' => 'En sida har blivit uppdaterad i :appName:',
'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.',

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

'action_view_comment' => 'Visa kommentar',
'action_view_page' => 'View Page',
'action_view_page' => 'Visa sida',

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

0 comments on commit 37f076b

Please sign in to comment.