mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +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' => 'Χώρος αποθήκευσης',
|
'drive' => 'Χώρος αποθήκευσης',
|
||||||
'settings' => 'Ρυθμίσεις',
|
'settings' => 'Ρυθμίσεις',
|
||||||
'compose' => 'Δημιουργία νέου',
|
'compose' => 'Δημιουργία νέου',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Αποσύνδεση',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Σχετικά με',
|
'about' => 'Σχετικά με',
|
||||||
|
@ -118,8 +118,8 @@ return [
|
||||||
'followRequested' => 'Ακολουθήστε Το Αίτημα',
|
'followRequested' => 'Ακολουθήστε Το Αίτημα',
|
||||||
'joined' => 'Joined',
|
'joined' => 'Joined',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'Δεν μπορούμε να βρούμε συλλογές',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -180,7 +180,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
'emptyFeed' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το hashtag'
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue