mirror of https://github.com/pixelfed/pixelfed.git
parent
8719516be1
commit
cf934ad994
|
@ -68,15 +68,15 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'Wiadomości',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Wysłane',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Prośby o kontakt'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => 'liked your',
|
'liked' => 'polubił(a) twoje',
|
||||||
'commented' => 'commented on your',
|
'commented' => 'skomentował(a) twoje',
|
||||||
'reacted' => 'reacted to your',
|
'reacted' => 'zareagował(a) na twoje',
|
||||||
'shared' => 'shared your',
|
'shared' => 'shared your',
|
||||||
'tagged' => 'tagged you in a',
|
'tagged' => 'tagged you in a',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue