mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 03:06:43 +02:00
chore(i18n): new Crowdin updates
This commit is contained in:
parent
379b9be2b9
commit
fa90decdd1
196 changed files with 5322 additions and 2183 deletions
|
|
@ -9,11 +9,11 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Notifications',
|
||||
'reply' => '{actor_username} replied to your post',
|
||||
'favourite' => '{actor_username} favourited your post',
|
||||
'reblog' => '{actor_username} shared your post',
|
||||
'follow' => '{actor_username} started following you',
|
||||
'no_notifications' => 'No notifications',
|
||||
'mark_all_as_read' => 'Mark all as read',
|
||||
'title' => 'Benachrichtigungen',
|
||||
'reply' => '{actor_username} hat auf Ihren Beitrag geantwortet',
|
||||
'favourite' => '{actor_username} hat Ihren Beitrag favorisiert',
|
||||
'reblog' => '{actor_username} hat Ihren Beitrag geteilt',
|
||||
'follow' => '{actor_username} folgt Ihnen jetzt',
|
||||
'no_notifications' => 'Keine Benachrichtigungen',
|
||||
'mark_all_as_read' => 'Alle als gelesen markieren',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue