Skip to content

Commit

Permalink
[l10n] Add Italian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelk90 authored Nov 22, 2019
1 parent b9a983f commit ce955f8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/material-ui/src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,27 @@ export const frFR = {
},
};

export const itIT = {
props: {
MuiTablePagination: {
backIconButtonText: 'Pagina precedente',
labelRowsPerPage: 'Righe per pagina:',
labelDisplayedRows: ({ from, to, count }) => `${from}-${to === -1 ? count : to} di ${count}`,
nextIconButtonText: 'Pagina successiva',
},
MuiRating: {
getLabelText: value => `${value} Stell${value !== 1 ? 'a' : 'e'}`,
},
MuiAutocomplete: {
clearText: 'Svuota',
closeText: 'Chiudi',
loadingText: 'Caricamento in corso…',
noOptionsText: 'Nessuna opzione',
openText: 'Apri',
},
},
};

export const jaJP = {
props: {
MuiTablePagination: {
Expand Down

0 comments on commit ce955f8

Please sign in to comment.