Skip to content

Commit

Permalink
update it.js
Browse files Browse the repository at this point in the history
added missing translations
  • Loading branch information
bliberi authored Jul 8, 2021
1 parent 034da49 commit 491f449
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/locale/lang/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
nextYear: 'Anno successivo',
prevMonth: 'Mese precedente',
nextMonth: 'Mese successivo',
year: '',
year: 'anno',
month1: 'Gennaio',
month2: 'Febbraio',
month3: 'Marzo',
Expand Down Expand Up @@ -72,7 +72,7 @@ export default {
},
pagination: {
goto: 'Vai a',
pagesize: '/page',
pagesize: '/pagina',
total: 'Totale {total}',
pageClassifier: ''
},
Expand Down Expand Up @@ -106,14 +106,14 @@ export default {
hasCheckedFormat: '{checked}/{total} selezionati'
},
image: {
error: 'FAILED' // to be translated
error: 'ERRORE'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Indietro'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Sì',
cancelButtonText: 'No'
},
empty: {
description: 'Nessun dato'
Expand Down

0 comments on commit 491f449

Please sign in to comment.