Skip to content

Commit e5c01bb

Browse files
authored
Merge pull request #372 from Giacomo92/dev
Added Italian support
2 parents 77d65e3 + fe421d9 commit e5c01bb

36 files changed

+361
-0
lines changed

app/Language.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Language
99
const CA = 'ca';
1010
const FR = 'fr';
1111
const DE = 'de';
12+
const IT = 'it';
1213
const PTBR = 'pt-br';
1314
const TR = 'tr';
1415

@@ -20,6 +21,7 @@ public static function available()
2021
static::CA => __('languages.ca'),
2122
static::FR => __('languages.fr'),
2223
static::DE => __('languages.de'),
24+
static::IT => __('languages.it'),
2325
static::PTBR => __('languages.ptbr'),
2426
static::TR => __('languages.tr'),
2527
];

resources/lang/ca/languages.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'ca' => 'Catala',
77
'fr' => 'Francès',
88
'de' => 'Alemany',
9+
'it' => 'Italian',
910
'nl' => 'Nederlands',
1011
'ptbr' => 'Portuguès brasiler',
1112
'tr' => 'Turc',

resources/lang/de/languages.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'ca' => 'Catalanisch',
77
'fr' => 'Französich',
88
'de' => 'Deutsch',
9+
'it' => 'Italian',
910
'nl' => 'Nederlands',
1011
'ptbr' => 'Brasilianisches Portugiesisch',
1112
'tr' => 'Türkisch',

resources/lang/en/languages.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'ca' => 'Catalan',
77
'fr' => 'French',
88
'de' => 'German',
9+
'it' => 'Italian',
910
'nl' => 'Nederlands',
1011
'ptbr' => 'Brazillian Portuguese',
1112
'tr' => 'Turkish',

resources/lang/es/languages.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'ca' => 'Catalan',
77
'fr' => 'Francés',
88
'de' => 'Alemán',
9+
'it' => 'Italian',
910
'nl' => 'Nederlands',
1011
'ptbr' => 'Portugués Brasileño',
1112
'tr' => 'Turco',

resources/lang/fr/admin.php

100755100644
File mode changed.

resources/lang/fr/auth.php

100755100644
File mode changed.

resources/lang/fr/idea.php

100755100644
File mode changed.

resources/lang/fr/languages.php

100755100644
File mode changed.

resources/lang/fr/lead.php

100755100644
File mode changed.

resources/lang/fr/notification.php

100755100644
File mode changed.

resources/lang/fr/pagination.php

100755100644
File mode changed.

resources/lang/fr/passwords.php

100755100644
File mode changed.

resources/lang/fr/report.php

100755100644
File mode changed.

resources/lang/fr/setting.php

100755100644
File mode changed.

resources/lang/fr/team.php

100755100644
File mode changed.

resources/lang/fr/ticket.php

100755100644
File mode changed.

resources/lang/fr/user.php

100755100644
File mode changed.

resources/lang/fr/validation.php

100755100644
File mode changed.

resources/lang/it/admin.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'admin' => 'Amministrazione',
5+
'config' => 'Configurazione',
6+
];

resources/lang/it/auth.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'failed' => 'Queste credenziali non corrispondono ai nostri record.',
5+
'throttle' => 'Troppi tentativi di accesso. Riprova tra: secondi secondi.',
6+
];

resources/lang/it/idea.php

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
return [
4+
'idea' => 'Idea | Idee',
5+
'pendingIdea' => 'Idea in sospeso | Idee in sospeso',
6+
'score' => 'Punto',
7+
'repository' => 'deposito',
8+
'roadmap' => 'Roadmap',
9+
'developmentEffort' => 'Sforzo di sviluppo',
10+
'salesImpact' => 'Impatto sulle vendite',
11+
'currentImpact' => 'Impatto attuale',
12+
'edit' => 'modificare',
13+
'fromTicket' => 'Notifica | Secchio di idee:
14+
Il tuo ticket è stato chiuso come problema ed è stato creato come idea nel nostro bucket Idee.
15+
16+
Tutte le idee saranno analizzate dal nostro team e valutate la sua fattibilità.
17+
18+
Grazie per farci crescere con te ..',
19+
'save' => 'Salva',
20+
'new' => 'Nuovo',
21+
'open' => 'Aperto',
22+
'closed' => 'Chiuso',
23+
'solved' => 'risolto',
24+
'accepted' => 'Accettato',
25+
'declined' => 'rifiutato',
26+
'dueDate' => 'Scadenza',
27+
];

resources/lang/it/languages.php

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
return [
4+
'en' => 'Inglese',
5+
'es' => 'Spagnolo',
6+
'ca' => 'Catalano',
7+
'fr' => 'Francese',
8+
'it' => 'Italiano',
9+
'de' => 'Tedesco',
10+
'nl' => 'Nederlands',
11+
'ptbr' => 'Portoghese Brasiliano',
12+
'tr' => 'Turco',
13+
];

resources/lang/it/lead.php

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
3+
return [
4+
'lead' => 'Piombo | Leads',
5+
'newLead' => 'Nuovo piombo',
6+
'status' => 'Stato | Stato',
7+
'all' => 'Tutto | Tutto',
8+
'mine' => 'Miniera | Miniera',
9+
'company' => 'Azienda',
10+
'address' => 'Indirizzo',
11+
'postalCode' => 'Codice postale',
12+
'username' => 'Nome utente',
13+
'name' => 'Nome',
14+
'phone' => 'Telefono',
15+
'email' => 'E-mail',
16+
'city' => 'Città',
17+
'country' => 'Nazione',
18+
'new' => 'Nuovo',
19+
'visited' => 'visitato',
20+
'first-contact' => 'Primo contatto',
21+
'completed' => 'Completato',
22+
'failed' => 'mancato',
23+
'task' => 'Task | Task',
24+
'due' => 'Dovuto',
25+
'complete' => 'Completare',
26+
'todayTasks' => 'Compiti oggi',
27+
'todayTasksDesc' => 'Questi sono i compiti che hai per oggi:',
28+
'search' => 'Ricerca',
29+
];

resources/lang/it/notification.php

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
'newLeadCreatedDesc' => 'È stato creato un nuovo lead',
5+
'leadAssigned' => 'Piombo assegnato',
6+
'newTicketCreated' => 'Nuovo ticket creato',
7+
'newTicket' => 'Nuovo ticket',
8+
'ticketCreated' => 'Ticket creato',
9+
'ticketAssigned' => 'Ticket assegnato',
10+
'ticketAssignedTo' => 'Ticket assegnato a',
11+
'ticketUpdated' => 'Ticket aggiornato',
12+
'ticketEscalated' => 'Ticket intensificato',
13+
'newIdea' => 'Nuova idea',
14+
'newIdeaCreated' => 'Nuova idea',
15+
'mention' => 'Citare',
16+
'rateTicket' => 'Vota il ticket',
17+
'rateTicketDesc' => 'Ci piacerebbe ricevere il tuo feedback su questo ticket, basta fare clic sulla valutazione per continuare a migliorare!',
18+
'ticketRated' => 'Ticket valutato',
19+
];

resources/lang/it/pagination.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'previous' => '&laquo; Precedente',
5+
'next' => 'Prossimo &raquo;',
6+
];

resources/lang/it/passwords.php

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
return [
4+
'password' => 'Le password devono contenere almeno sei caratteri e corrispondere alla conferma.',
5+
'reset' => 'La tua password è stata resettata!',
6+
'sent' => 'Ti abbiamo inviato via email il tuo link per reimpostare la password!',
7+
'token' => 'Questo token di reimpostazione della password non è valido.',
8+
'user' => 'Non è possibile trovare un utente con quell\'indirizzo e-mail.',
9+
'change_error' => 'La password inserita non corrisponde alla password corrente.',
10+
];

resources/lang/it/report.php

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return [
4+
'report' => 'Report | Report',
5+
'firstReplyTime' => 'Primo tempo di risposta',
6+
'solveTime' => 'Risolvi il tempo',
7+
'onTouchResolutionRatio' => 'Rapporto di risoluzione one touch',
8+
'reopenedRatio' => 'Rapporto riaperto',
9+
'filter' => 'Filtro',
10+
'averageRating' => 'Voto medio',
11+
'analytics' => 'analitica',
12+
];

resources/lang/it/setting.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'setting' => 'Impostazione Impostazioni |',
5+
'default_team_id' => 'ID squadra predefinito',
6+
];

resources/lang/it/team.php

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
'team' => 'Team | Squadre',
5+
'member' => 'Stati Membri |',
6+
'invitationLink' => 'Link di invito',
7+
'invitationLinkDesc' => 'Invita più agenti a questo team inviando questo link, se non hanno ancora un account Handesk, utilizza il link di registrazione',
8+
'join' => 'Aderire',
9+
'invitedTitle' => 'Siete invitati a far parte del: team team',
10+
'invitedDesc' => 'Unendoti a questo team, potrai vedere e aggiornare i suoi ticket di supporto, nonché assegnarli ad altri membri del team',
11+
'register' => 'Oppure invia questo link se l\'utente non ha ancora un account Handesk',
12+
'new' => 'Nuovo',
13+
'name' => 'Nome',
14+
'email' => 'E-mail',
15+
'slack_webhook_url' => 'URL webhook lento',
16+
'slack' => 'allentato',
17+
'slack_webhook_urlDesc' => 'Puoi personalizzare il canale o l\'utente aggiungendolo alla fine dell\'URL anteponendo un?. Esempio: https://hooks.slack.com/services/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?#custom-channel',
18+
'none' => 'Nessuna',
19+
];

resources/lang/it/ticket.php

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?php
2+
3+
return [
4+
'all' => 'Tutti',
5+
'ticket' => 'Ticket | Ticket',
6+
'agent' => 'Agente | Agents',
7+
'assigned' => 'Assegnato',
8+
'myTickets' => 'I miei ticket',
9+
'newTicket' => 'Nuovo ticket',
10+
'unassigned' => 'Non assegnato',
11+
'unanswered' => 'Senza risposta',
12+
'archive' => 'Archivio',
13+
'subject' => 'Soggetto',
14+
'requester' => 'Richiedente',
15+
'date' => 'Data',
16+
'team' => 'Squadra',
17+
'user' => 'Agente | Agents',
18+
'recent' => 'Aggiornato di recente',
19+
'requested' => 'richiesto',
20+
'updated' => 'aggiornato',
21+
'update' => 'Aggiornare',
22+
'comment' => 'Commento',
23+
'commentAs' => 'Commenta come',
24+
'assign' => 'Assegnare',
25+
'status' => 'Stato',
26+
'tag' => 'Tag Tag |',
27+
'new' => 'Nuovo',
28+
'open' => 'Aperto',
29+
'reopen' => 'Riaprire',
30+
'pending' => 'in attesa di',
31+
'solved' => 'risolto',
32+
'isSolvedQuestion' => 'È risolto?',
33+
'closed' => 'Chiuso',
34+
'note' => 'Nota privata',
35+
'merge' => 'Merge',
36+
'mergeDesc' => 'Seleziona quelli da unire e fai clic qui',
37+
'mergeDesc2' => 'Inserisci il numero del ticket per unirti',
38+
'merged' => 'Fusione',
39+
'attachment' => 'Allegato | Allegati',
40+
'uploadAttachment' => 'Carica allegato',
41+
'attachFile' => 'Allega file',
42+
'escalate' => 'escalate',
43+
'escalated' => 'Escalation',
44+
'de-escalate' => 'De-escalation',
45+
'escalatedDesc' => 'Questo ticket è <b> intensificato </b>, tutti i commenti verranno aggiunti come note private fino a quando non verranno declassati',
46+
'createIssue' => 'Crea problema',
47+
'seeIssue' => 'Vedi problema',
48+
'createIdea' => 'Crea Idea',
49+
'seeIdea' => 'Vedi idea',
50+
'low' => 'Basso',
51+
'normal' => 'Normale',
52+
'high' => 'alto',
53+
'blocker' => 'Blocker',
54+
'thanksForTheRating' => 'Grazie!',
55+
'rated' => 'nominale',
56+
'ticketType' => 'Tipi di ticket',
57+
'needSubject' => 'Oggetto necessario',
58+
];

resources/lang/it/user.php

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
3+
return [
4+
'you' => 'voi',
5+
'name' => 'Nome',
6+
'email' => 'E-mail',
7+
'profile' => 'Profilo',
8+
'language' => 'linguaggio',
9+
'password' => 'Parola d\'ordine',
10+
'oldPassword' => 'vecchia password',
11+
'newPassword' => 'nuova password',
12+
'confirmPassword' => 'conferma password',
13+
'changePassword' => 'Cambia la password',
14+
'ticketsSignature' => 'Firma dei ticket',
15+
'notification' => 'Notifica | Notifiche',
16+
'dailyTasksNotification' => 'Notifica di attività quotidiane',
17+
'newTicketNotification' => 'Notifica di un nuovo ticket',
18+
'ticketAssignedNotification' => 'Notifica assegnata ticket',
19+
'ticketUpdatedNotification' => 'Notifica aggiornamento ticket',
20+
'newLeadNotification' => 'Nuova notifica di lead',
21+
'leadAssignedNotification' => 'Notifica assegnata al lead',
22+
'newIdeaNotification' => 'Notifica di una nuova idea',
23+
'mentionNotification' => 'Notifica di menzione',
24+
'ticketRatedNotification' => 'Ticket valutato',
25+
'newUser' => 'Nuovo utente',
26+
];

0 commit comments

Comments
 (0)