mirror of https://github.com/pixelfed/pixelfed.git
parent
4cd77c6ca9
commit
004a647f9c
|
@ -3,176 +3,176 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Commenta',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Commentato',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Commenti',
|
||||||
'like' => 'Like',
|
'like' => 'Mi piace',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Like aggiunto',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Tutti i Like',
|
||||||
'share' => 'Share',
|
'share' => 'Condividi',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Condiviso',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Condivisioni',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Annulla condivisione',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Annulla',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Copia link',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Elimina',
|
||||||
'error' => 'Error',
|
'error' => 'Errore',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Qualcosa è andato storto. Sei pregato di riprovare più tardi.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Ops!',
|
||||||
'other' => 'Other',
|
'other' => 'Altro',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Leggi di più',
|
||||||
'success' => 'Success',
|
'success' => 'Riuscito',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Sensibile',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Contenuto Sensibile',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Questo post potrebbe contenere contenuti sensibili',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Termini di Utilizzo',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Informativa sulla Privacy',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Cerca',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Pannello di amministrazione',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Feed Home',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'Feed Locale',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Feed Globale',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'Esplora',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'Messaggi Diretti',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Notifiche',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Gruppi',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Storie',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profilo',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Impostazioni',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Crea Nuovo',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'Info',
|
||||||
'help' => 'Help',
|
'help' => 'Aiuto',
|
||||||
'language' => 'Language',
|
'language' => 'Lingua',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Privacy',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Condizioni',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Torna al design precedente'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'In arrivo',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Inviata',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Richieste'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => 'liked your',
|
'liked' => 'ha messo like a',
|
||||||
'commented' => 'commented on your',
|
'commented' => 'ha commentato',
|
||||||
'reacted' => 'reacted to your',
|
'reacted' => 'ha reagito a',
|
||||||
'shared' => 'shared your',
|
'shared' => 'ha condiviso',
|
||||||
'tagged' => 'tagged you in a',
|
'tagged' => 'ti ha taggato in',
|
||||||
|
|
||||||
'updatedA' => 'updated a',
|
'updatedA' => 'ha aggiornato un',
|
||||||
'sentA' => 'sent a',
|
'sentA' => 'ha inviato un',
|
||||||
|
|
||||||
'followed' => 'followed',
|
'followed' => 'stai seguendo',
|
||||||
'mentioned' => 'mentioned',
|
'mentioned' => 'menzionato',
|
||||||
'you' => 'you',
|
'you' => 'tu',
|
||||||
|
|
||||||
'yourApplication' => 'Your application to join',
|
'yourApplication' => 'La tua candidatura per unirti',
|
||||||
'applicationApproved' => 'was approved!',
|
'applicationApproved' => 'è stata approvata!',
|
||||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
'applicationRejected' => 'è stata respinta. Puoi richiedere di unirti fra 6 mesi.',
|
||||||
|
|
||||||
'dm' => 'dm',
|
'dm' => 'dm',
|
||||||
'groupPost' => 'group post',
|
'groupPost' => 'post di gruppo',
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'post',
|
'post' => 'post',
|
||||||
'story' => 'story',
|
'story' => 'storia',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
'shareToFollowers' => 'Share to followers',
|
'shareToFollowers' => 'Condividi con i follower',
|
||||||
'shareToOther' => 'Share to other',
|
'shareToOther' => 'Condividi con altri',
|
||||||
'noLikes' => 'No likes yet',
|
'noLikes' => 'Ancora nessun Like',
|
||||||
'uploading' => 'Uploading',
|
'uploading' => 'Caricamento in corso',
|
||||||
],
|
],
|
||||||
|
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'posts' => 'Posts',
|
'posts' => 'Post',
|
||||||
'followers' => 'Followers',
|
'followers' => 'Follower',
|
||||||
'following' => 'Following',
|
'following' => 'Seguiti',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Amministrazione',
|
||||||
'collections' => 'Collections',
|
'collections' => 'Collezioni',
|
||||||
'follow' => 'Follow',
|
'follow' => 'Segui',
|
||||||
'unfollow' => 'Unfollow',
|
'unfollow' => 'Smetti di seguire',
|
||||||
'editProfile' => 'Edit Profile',
|
'editProfile' => 'Modifica profilo',
|
||||||
'followRequested' => 'Follow Requested',
|
'followRequested' => 'Richiesta in attesa',
|
||||||
'joined' => 'Joined',
|
'joined' => 'Iscritto',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'viewPost' => 'View Post',
|
'viewPost' => 'Mostra Post',
|
||||||
'viewProfile' => 'View Profile',
|
'viewProfile' => 'Mostra Profilo',
|
||||||
'moderationTools' => 'Moderation Tools',
|
'moderationTools' => 'Strumenti di moderazione',
|
||||||
'report' => 'Report',
|
'report' => 'Segnala',
|
||||||
'archive' => 'Archive',
|
'archive' => 'Archivia',
|
||||||
'unarchive' => 'Unarchive',
|
'unarchive' => 'Rimuovi dall\'archivio',
|
||||||
'embed' => 'Embed',
|
'embed' => 'Incorpora',
|
||||||
|
|
||||||
'selectOneOption' => 'Select one of the following options',
|
'selectOneOption' => 'Scegli una delle seguenti opzioni',
|
||||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
'unlistFromTimelines' => 'Rimuovi dalle Timeline',
|
||||||
'addCW' => 'Add Content Warning',
|
'addCW' => 'Aggiungi segnalazione',
|
||||||
'removeCW' => 'Remove Content Warning',
|
'removeCW' => 'Rimuovi segnalazione',
|
||||||
'markAsSpammer' => 'Mark as Spammer',
|
'markAsSpammer' => 'Segna come Spammer',
|
||||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
'markAsSpammerText' => 'Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri',
|
||||||
'spam' => 'Spam',
|
'spam' => 'Spam',
|
||||||
'sensitive' => 'Sensitive Content',
|
'sensitive' => 'Contenuto Sensibile',
|
||||||
'abusive' => 'Abusive or Harmful',
|
'abusive' => 'Abusivo o Dannoso',
|
||||||
'underageAccount' => 'Underage Account',
|
'underageAccount' => 'Account di minorenne',
|
||||||
'copyrightInfringement' => 'Copyright Infringement',
|
'copyrightInfringement' => 'Violazione del copyright',
|
||||||
'impersonation' => 'Impersonation',
|
'impersonation' => 'Impersonifica',
|
||||||
'scamOrFraud' => 'Scam or Fraud',
|
'scamOrFraud' => 'Truffa o frode',
|
||||||
'confirmReport' => 'Confirm Report',
|
'confirmReport' => 'Conferma Segnalazione',
|
||||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
'confirmReportText' => 'Sei sicurə di voler segnalare questo contenuto?',
|
||||||
'reportSent' => 'Report Sent!',
|
'reportSent' => 'Segnalazione inviata!',
|
||||||
'reportSentText' => 'We have successfully received your report.',
|
'reportSentText' => 'Abbiamo ricevuto la tua segnalazione con successo.',
|
||||||
'reportSentError' => 'There was an issue reporting this post.',
|
'reportSentError' => 'Si è verificato un problema nella segnalazione di questo post.',
|
||||||
|
|
||||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
'modAddCWConfirm' => 'Sei sicurə di voler segnalare come sensibile questo post?',
|
||||||
'modCWSuccess' => 'Successfully added content warning',
|
'modCWSuccess' => 'Segnalazione aggiunta con successo',
|
||||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
'modRemoveCWConfirm' => 'Sei sicurə di voler rimuovere la segnalazione da questo post?',
|
||||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
'modRemoveCWSuccess' => 'Segnalazione rimossa con successo',
|
||||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
'modUnlistConfirm' => 'Sei sicurə di voler rimuovere questo post dall’elenco?',
|
||||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
'modUnlistSuccess' => 'Post rimosso dall’elenco con successo',
|
||||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
'modMarkAsSpammerConfirm' => 'Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibili sarà aggiunta.',
|
||||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
'modMarkAsSpammerSuccess' => 'Account contrassegnato come spammer con successo',
|
||||||
|
|
||||||
'toFollowers' => 'to Followers',
|
'toFollowers' => 'ai follower',
|
||||||
|
|
||||||
'showCaption' => 'Show Caption',
|
'showCaption' => 'Mostra didascalia',
|
||||||
'showLikes' => 'Show Likes',
|
'showLikes' => 'Mostra i like',
|
||||||
'compactMode' => 'Compact Mode',
|
'compactMode' => 'Modalità compatta',
|
||||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
'embedConfirmText' => 'Usando questo strumento, acconsenti ai nostri',
|
||||||
|
|
||||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
'deletePostConfirm' => 'Sei sicurə di voler eliminare questo post?',
|
||||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
'archivePostConfirm' => 'Sei sicurə di voler archiviare questo post?',
|
||||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
'unarchivePostConfirm' => 'Sei sicurə di voler rimuovere questo post dall’archivio?',
|
||||||
],
|
],
|
||||||
|
|
||||||
'story' => [
|
'story' => [
|
||||||
'add' => 'Add Story'
|
'add' => 'Aggiungi Storia'
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'People you may know'
|
'peopleYouMayKnow' => 'Persone che potresti conoscere'
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue