]> BookStack Code Mirror - bookstack/blob - resources/lang/it/common.php
[Fix] app_footer_links_desc
[bookstack] / resources / lang / it / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Annulla',
9     'confirm' => 'Conferma',
10     'back' => 'Indietro',
11     'save' => 'Salva',
12     'continue' => 'Continua',
13     'select' => 'Seleziona',
14     'toggle_all' => 'Attiva/disattiva tutto',
15     'more' => 'Altro',
16
17     // Form Labels
18     'name' => 'Nome',
19     'description' => 'Descrizione',
20     'role' => 'Ruolo',
21     'cover_image' => 'Immagine di copertina',
22     'cover_image_description' => 'Questa immagine dovrebbe essere approssimatamente 440x250px.',
23     
24     // Actions
25     'actions' => 'Azioni',
26     'view' => 'Visualizza',
27     'view_all' => 'Vedi tutto',
28     'create' => 'Crea',
29     'update' => 'Aggiorna',
30     'edit' => 'Modifica',
31     'sort' => 'Ordina',
32     'move' => 'Muovi',
33     'copy' => 'Copia',
34     'reply' => 'Rispondi',
35     'delete' => 'Elimina',
36     'delete_confirm' => 'Confirm Deletion',
37     'search' => 'Cerca',
38     'search_clear' => 'Pulisci Ricerca',
39     'reset' => 'Azzera',
40     'remove' => 'Rimuovi',
41     'add' => 'Aggiungi',
42     'fullscreen' => 'Schermo intero',
43
44     // Sort Options
45     'sort_options' => 'Opzioni Ordinamento',
46     'sort_direction_toggle' => 'Inverti Direzione Ordinamento',
47     'sort_ascending' => 'Ordine Ascendente',
48     'sort_descending' => 'Ordine Discendente',
49     'sort_name' => 'Nome',
50     'sort_default' => 'Default',
51     'sort_created_at' => 'Data Creazione',
52     'sort_updated_at' => 'Data Aggiornamento',
53
54     // Misc
55     'deleted_user' => 'Utente Eliminato',
56     'no_activity' => 'Nessuna attività da mostrare',
57     'no_items' => 'Nessun elemento disponibile',
58     'back_to_top' => 'Torna in alto',
59     'toggle_details' => 'Mostra Dettagli',
60     'toggle_thumbnails' => 'Mostra Miniature',
61     'details' => 'Dettagli',
62     'grid_view' => 'Visualizzazione Griglia',
63     'list_view' => 'Visualizzazione Lista',
64     'default' => 'Predefinito',
65     'breadcrumb' => 'Navigazione',
66
67     // Header
68     'header_menu_expand' => 'Expand Header Menu',
69     'profile_menu' => 'Menu del profilo',
70     'view_profile' => 'Visualizza Profilo',
71     'edit_profile' => 'Modifica Profilo',
72     'dark_mode' => 'Modalità Scura',
73     'light_mode' => 'Modalità Chiara',
74
75     // Layout tabs
76     'tab_info' => 'Info',
77     'tab_info_label' => 'Tab: Show Secondary Information',
78     'tab_content' => 'Contenuto',
79     'tab_content_label' => 'Tab: Show Primary Content',
80
81     // Email Content
82     'email_action_help' => 'Se hai problemi nel cliccare il pulsante ":actionText", copia e incolla lo URL sotto nel tuo browser:',
83     'email_rights' => 'Tutti i diritti riservati',
84
85     // Footer Link Options
86     // Not directly used but available for convenience to users.
87     'privacy_policy' => 'Privacy Policy',
88     'terms_of_service' => 'Terms of Service',
89 ];