Browse Source

New translations web.php (Italian)
[ci skip]

daniel 3 years ago
parent
commit
028b67e0fd
1 changed files with 7 additions and 7 deletions
  1. 7 7
      resources/lang/it/web.php

+ 7 - 7
resources/lang/it/web.php

@@ -6,7 +6,7 @@ return [
 		'comment' => 'Commenta',
 		'comment' => 'Commenta',
 		'commented' => 'Commentato',
 		'commented' => 'Commentato',
 		'comments' => 'Commenti',
 		'comments' => 'Commenti',
-		'like' => 'Mi piace',
+		'like' => 'Like',
 		'liked' => 'Like aggiunto',
 		'liked' => 'Like aggiunto',
 		'likes' => 'Tutti i Like',
 		'likes' => 'Tutti i Like',
 		'share' => 'Condividi',
 		'share' => 'Condividi',
@@ -31,7 +31,7 @@ return [
 
 
 	'site' => [
 	'site' => [
 		'terms' => 'Termini di Utilizzo',
 		'terms' => 'Termini di Utilizzo',
-		'privacy' => 'Informativa sulla Privacy',
+		'privacy' => 'Informativa Privacy',
 	],
 	],
 
 
 	'navmenu' => [
 	'navmenu' => [
@@ -55,11 +55,11 @@ return [
 		'drive' => 'Drive',
 		'drive' => 'Drive',
 		'settings' => 'Impostazioni',
 		'settings' => 'Impostazioni',
 		'compose' => 'Crea Nuovo',
 		'compose' => 'Crea Nuovo',
-		'logout' => 'Logout',
+		'logout' => 'Esci',
 
 
 		// Nav footer
 		// Nav footer
 		'about' => 'Info',
 		'about' => 'Info',
-		'help' => 'Aiuto',
+		'help' => 'Supporto',
 		'language' => 'Lingua',
 		'language' => 'Lingua',
 		'privacy' => 'Privacy',
 		'privacy' => 'Privacy',
 		'terms' => 'Condizioni',
 		'terms' => 'Condizioni',
@@ -118,8 +118,8 @@ return [
 		'followRequested' => 'Richiesta in attesa',
 		'followRequested' => 'Richiesta in attesa',
 		'joined' => 'Iscritto',
 		'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' => [
 	'menu' => [
@@ -180,7 +180,7 @@ return [
 	],
 	],
 
 
 	'hashtags' => [
 	'hashtags' => [
-		'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
+		'emptyFeed' => 'Non riusciamo a trovare alcun post con questo hashtag'
 	],
 	],
 
 
 ];
 ];