From 028b67e0fd4b1b58746d3258c622026bd5d185c7 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 2 Jan 2022 19:42:05 -0700 Subject: [PATCH] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index fc5f693ef..bb023c3ca 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -6,7 +6,7 @@ return [ 'comment' => 'Commenta', 'commented' => 'Commentato', 'comments' => 'Commenti', - 'like' => 'Mi piace', + 'like' => 'Like', 'liked' => 'Like aggiunto', 'likes' => 'Tutti i Like', 'share' => 'Condividi', @@ -31,7 +31,7 @@ return [ 'site' => [ 'terms' => 'Termini di Utilizzo', - 'privacy' => 'Informativa sulla Privacy', + 'privacy' => 'Informativa Privacy', ], 'navmenu' => [ @@ -55,11 +55,11 @@ return [ 'drive' => 'Drive', 'settings' => 'Impostazioni', 'compose' => 'Crea Nuovo', - 'logout' => 'Logout', + 'logout' => 'Esci', // Nav footer 'about' => 'Info', - 'help' => 'Aiuto', + 'help' => 'Supporto', 'language' => 'Lingua', 'privacy' => 'Privacy', 'terms' => 'Condizioni', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Richiesta in attesa', 'joined' => 'Iscritto', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Non riusciamo a trovare alcuna collezione', + 'emptyPosts' => 'Non riusciamo a trovare alcun post', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Non riusciamo a trovare alcun post con questo hashtag' ], ];