mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
New translations web.php (Polish)
[ci skip]
This commit is contained in:
parent
8719516be1
commit
cf934ad994
1 changed files with 6 additions and 6 deletions
|
@ -68,15 +68,15 @@ return [
|
|||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Wiadomości',
|
||||
'sent' => 'Wysłane',
|
||||
'requests' => 'Prośby o kontakt'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'liked' => 'polubił(a) twoje',
|
||||
'commented' => 'skomentował(a) twoje',
|
||||
'reacted' => 'zareagował(a) na twoje',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
|
||||
|
|
Loading…
Reference in a new issue