Blame view

resources/lang/it-IT/general.php 4.96 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
  <?php
  
  return [
  
      'items'                 => 'Articolo|Articoli',
      'incomes'               => 'Entrata|Entrate',
      'invoices'              => 'Fattura|Fatture',
      'revenues'              => 'Reddito|Redditi',
      'customers'             => 'Cliente|Clienti',
      'expenses'              => 'Uscita|Uscite',
      'bills'                 => 'Fattura di acquisto|Fatture di acquisto',
      'payments'              => 'Pagamento|Pagamenti',
      'vendors'               => 'Fornitore|Fornitori',
      'accounts'              => 'Conto|Conti',
      'transfers'             => 'Trasferimento|Trasferimenti',
      'transactions'          => 'Transazione|Transazioni',
      'reports'               => 'Relazione|Relazioni',
      'settings'              => 'Impostazione|Impostazioni',
      'categories'            => 'Categoria|Categorie',
      'currencies'            => 'Valuta|Valute',
      'tax_rates'             => 'Aliquota fiscale|Aliquote fiscali',
      'users'                 => 'Utente|Utenti',
      'roles'                 => 'Ruolo|Ruoli',
      'permissions'           => 'Autorizzazione|Autorizzazioni',
      'modules'               => 'App|Apps',
      'companies'             => 'Azienda|Aziende',
      'profits'               => 'Profitto|Profitti',
      'taxes'                 => 'Tasso|Tassi',
      'logos'                 => 'Logo|Loghi',
      'pictures'              => 'Immagine|Immagini',
      'types'                 => 'Tipo|Tipi',
      'payment_methods'       => 'Metodo di pagamento|Metodi di pagamento',
      'compares'              => 'Entrata vs Uscita|Entrate vs Uscite',
      'notes'                 => 'Nota|Note',
      'totals'                => 'Totale|Totali',
      'languages'             => 'Lingua|Lingue',
      'updates'               => 'Aggiornamento|Aggiornamenti',
      'numbers'               => 'Numero|Numeri',
      'statuses'              => 'Stato|Stati',
      'others'                => 'Altro|Altri',
  
      'dashboard'             => 'Cruscotto',
      'banking'               => 'Banca',
      'general'               => 'Generale',
      'no_records'            => 'Nessun record.',
      'date'                  => 'Data',
      'amount'                => 'Importo',
      'enabled'               => 'Attivato',
      'disabled'              => 'Disattivato',
      'yes'                   => 'Sì',
      'no'                    => 'No',
      'na'                    => 'N/A',
      'daily'                 => 'Giornaliero',
      'monthly'               => 'Mensile',
      'quarterly'             => 'Trimestrale',
      'yearly'                => 'Annuale',
      'add'                   => 'Aggiungi',
      'add_new'               => 'Aggiungi nuovo',
      'show'                  => 'Mostra',
      'edit'                  => 'Modifica',
      'delete'                => 'Elimina',
      'send'                  => 'Invia',
      'download'              => 'Scarica',
      'delete_confirm'        => 'Conferma eliminazione :name :type?',
      'name'                  => 'Nome',
      'email'                 => 'Email',
      'tax_number'            => 'Codice fiscale',
      'phone'                 => 'Telefono',
      'address'               => 'Indirizzo',
      'website'               => 'Sito Web',
      'actions'               => 'Azioni',
      'description'           => 'Descrizione',
      'manage'                => 'Gestisci',
      'code'                  => 'Codice',
      'alias'                 => 'Alias',
      'balance'               => 'Bilancio',
      'reference'             => 'Referenza',
      'attachment'            => 'Allegato',
      'change'                => 'Cambia',
      'switch'                => 'Passa',
      'color'                 => 'Colore',
      'save'                  => 'Salva',
      'cancel'                => 'Annulla',
      'from'                  => 'Da',
      'to'                    => 'A',
      'print'                 => 'Stampa',
      'search'                => 'Cerca',
      'search_placeholder'    => 'Tipo da ricercare...',
      'filter'                => 'Filtro',
      'help'                  => 'Aiuto',
      'all'                   => 'Tutti',
      'all_type'              => 'Tutti :type',
      'upcoming'              => 'Imminente',
      'created'               => 'Creato',
      'id'                    => 'ID',
      'more_actions'          => 'Altre azioni',
      'duplicate'             => 'Duplicato',
      'unpaid'                => 'Non pagato',
      'paid'                  => 'Pagato',
      'overdue'               => 'In Ritardo',
      'partially'             => 'Parzialmente',
      'partially_paid'        => 'Parzialmente Pagato',
      'export'                => 'Esporta',
      'enable'                => 'Attiva',
      'disable'               => 'Disattiva',
  
      'title' => [
          'new'               => 'Nuovo :type',
          'edit'              => 'Modifica :type',
      ],
  
      'form' => [
          'enter'             => 'Immettere :field',
          'select' => [
              'field'         => '-Seleziona :field -',
              'file'          => 'Seleziona File',
          ],
          'no_file_selected'  => 'Nessun file selezionato...',
      ],
  
  ];