mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
commit
e872d928d9
2 changed files with 12 additions and 0 deletions
7
resources/lang/de/notification.php
Normal file
7
resources/lang/de/notification.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'likedPhoto' => 'gefällt dein Foto.',
|
||||||
|
|
||||||
|
];
|
5
resources/lang/de/profile.php
Normal file
5
resources/lang/de/profile.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'emptyTimeline' => 'Dieser Benutzer hat noch keine Fotos hochgeladen!',
|
||||||
|
];
|
Loading…
Reference in a new issue