From 03b4b8a81e6c3dc985d89be0b841d8673346a1ff Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:39 -0700 Subject: [PATCH] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index b67d6fd6a..fc5f693ef 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Drive', 'settings' => 'Impostazioni', 'compose' => 'Crea Nuovo', - 'logout' => 'Esci', + 'logout' => 'Logout', // Nav footer 'about' => 'Info', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Richiesta in attesa', 'joined' => 'Iscritto', - 'emptyCollections' => 'Non riusciamo a trovare alcuna collezione', - 'emptyPosts' => 'Non riusciamo a trovare alcun post', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ];