diff --git a/resources/lang/el/web.php b/resources/lang/el/web.php index 6fbcb0f1..a92b7e6f 100644 --- a/resources/lang/el/web.php +++ b/resources/lang/el/web.php @@ -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' ], ]; diff --git a/resources/lang/he/web.php b/resources/lang/he/web.php index 08a3f88e..12d18e16 100644 --- a/resources/lang/he/web.php +++ b/resources/lang/he/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'כונן (דרייב)', 'settings' => 'הגדרות', 'compose' => 'צרו חדש', - 'logout' => 'Logout', + 'logout' => 'התנתק/י', // Nav footer 'about' => 'אודות', diff --git a/resources/lang/id/web.php b/resources/lang/id/web.php index 0889b324..be72512e 100644 --- a/resources/lang/id/web.php +++ b/resources/lang/id/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Perangkat Keras', 'settings' => 'Pengaturan', 'compose' => 'Membuat baru', - 'logout' => 'Logout', + 'logout' => 'Keluar', // Nav footer 'about' => 'Tentang', diff --git a/resources/lang/ja/web.php b/resources/lang/ja/web.php index 5c5567df..430ae120 100644 --- a/resources/lang/ja/web.php +++ b/resources/lang/ja/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'ドライブ', 'settings' => '設定', 'compose' => '新規投稿', - 'logout' => 'Logout', + 'logout' => 'ログアウト', // Nav footer 'about' => 'このサーバーについて',