New translations web.php (Italian)

[ci skip]
This commit is contained in:
daniel 2023-12-12 17:00:14 -07:00
parent 98ea08b7ff
commit 765c72f33b

View file

@ -13,7 +13,7 @@ return [
'shared' => 'Condiviso', 'shared' => 'Condiviso',
'shares' => 'Condivisioni', 'shares' => 'Condivisioni',
'unshare' => 'Annulla condivisione', 'unshare' => 'Annulla condivisione',
'bookmark' => 'Bookmark', 'bookmark' => 'Preferiti',
'cancel' => 'Annulla', 'cancel' => 'Annulla',
'copyLink' => 'Copia link', 'copyLink' => 'Copia link',
@ -24,10 +24,10 @@ return [
'other' => 'Altro', 'other' => 'Altro',
'readMore' => 'Leggi di più', 'readMore' => 'Leggi di più',
'success' => 'Riuscito', 'success' => 'Riuscito',
'proceed' => 'Proceed', 'proceed' => 'Continua',
'next' => 'Next', 'next' => 'Avanti',
'close' => 'Close', 'close' => 'Chiudi',
'clickHere' => 'click here', 'clickHere' => 'clicca qui',
'sensitive' => 'Sensibile', 'sensitive' => 'Sensibile',
'sensitiveContent' => 'Contenuto Sensibile', 'sensitiveContent' => 'Contenuto Sensibile',
@ -36,7 +36,7 @@ return [
'site' => [ 'site' => [
'terms' => 'Termini di Utilizzo', 'terms' => 'Termini di Utilizzo',
'privacy' => 'Informativa sulla Privacy', 'privacy' => 'Informativa Privacy',
], ],
'navmenu' => [ 'navmenu' => [
@ -64,7 +64,7 @@ return [
// Nav footer // Nav footer
'about' => 'Info', 'about' => 'Info',
'help' => 'Aiuto', 'help' => 'Supporto',
'language' => 'Lingua', 'language' => 'Lingua',
'privacy' => 'Privacy', 'privacy' => 'Privacy',
'terms' => 'Condizioni', 'terms' => 'Condizioni',
@ -81,17 +81,17 @@ return [
'notifications' => [ 'notifications' => [
'liked' => 'ha messo like a', 'liked' => 'ha messo like a',
'commented' => 'ha commentato', 'commented' => 'ha commentato il tuo',
'reacted' => 'ha reagito a', 'reacted' => 'ha reagito a',
'shared' => 'ha condiviso', 'shared' => 'ha condiviso il tuo',
'tagged' => 'ti ha taggato in', 'tagged' => 'ti ha taggato in',
'updatedA' => 'ha aggiornato un', 'updatedA' => 'ha aggiornato un',
'sentA' => 'ha inviato un', 'sentA' => 'ha inviato un',
'followed' => 'stai seguendo', 'followed' => 'sta seguendo',
'mentioned' => 'menzionato', 'mentioned' => 'menzionato',
'you' => 'tu', 'you' => 'te',
'yourApplication' => 'La tua candidatura per unirti', 'yourApplication' => 'La tua candidatura per unirti',
'applicationApproved' => 'è stata approvata!', 'applicationApproved' => 'è stata approvata!',
@ -102,7 +102,7 @@ return [
'modlog' => 'modlog', 'modlog' => 'modlog',
'post' => 'post', 'post' => 'post',
'story' => 'storia', 'story' => 'storia',
'noneFound' => 'No notifications found', 'noneFound' => 'Non ci sono notifiche',
], ],
'post' => [ 'post' => [
@ -185,10 +185,10 @@ return [
'peopleYouMayKnow' => 'Persone che potresti conoscere', 'peopleYouMayKnow' => 'Persone che potresti conoscere',
'onboarding' => [ 'onboarding' => [
'welcome' => 'Welcome', 'welcome' => 'Benvenuto',
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.', 'thisIsYourHomeFeed' => 'Questo è il tuo feed principale, un feed in ordine cronologico dei post da account che segui.',
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow', 'letUsHelpYouFind' => 'Ti aiutiamo a trovare delle persone interessanti da seguire',
'refreshFeed' => 'Refresh my feed', 'refreshFeed' => 'Aggiorna il mio feed',
], ],
], ],
@ -197,12 +197,12 @@ return [
], ],
'report' => [ 'report' => [
'report' => 'Report', 'report' => 'Segnala',
'selectReason' => 'Select a reason', 'selectReason' => 'Seleziona un motivo',
'reported' => 'Reported', 'reported' => 'Segnalato',
'sendingReport' => 'Sending report', 'sendingReport' => 'Invio della segnalazione',
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!', 'thanksMsg' => 'Grazie per la segnalazione, le persone come te aiutano a mantenere la comunità al sicuro!',
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report', 'contactAdminMsg' => 'Se desideri contattare un amministratore per questo post o rapporto',
], ],
]; ];