mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
New translations web.php (Greek)
[ci skip]
This commit is contained in:
parent
c12d866be6
commit
f2a505b71d
1 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ return [
|
|||
'drive' => 'Χώρος αποθήκευσης',
|
||||
'settings' => 'Ρυθμίσεις',
|
||||
'compose' => 'Δημιουργία νέου',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Αποσύνδεση',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Σχετικά με',
|
||||
|
@ -118,8 +118,8 @@ return [
|
|||
'followRequested' => 'Ακολουθήστε Το Αίτημα',
|
||||
'joined' => 'Joined',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Δεν μπορούμε να βρούμε συλλογές',
|
||||
'emptyPosts' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -180,7 +180,7 @@ return [
|
|||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το hashtag'
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue