Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update it.js #21133

Merged
merged 1 commit into from
Jul 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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