Browse Source

Merge pull request #16093 from yp/master

Add Italian localization of Icon, Text and global components
pull/16256/head
偏右 6 years ago
committed by GitHub
parent
commit
5a508a3751
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      components/locale-provider/it_IT.tsx

12
components/locale-provider/it_IT.tsx

@ -9,6 +9,9 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Selezionare',
},
Table: {
filterTitle: 'Menù Filtro',
filterConfirm: 'OK',
@ -40,4 +43,13 @@ export default {
Empty: {
description: 'Nessun dato',
},
Icon: {
icon: 'icona',
},
Text: {
edit: 'modifica',
copy: 'copia',
copied: 'copia effettuata',
expand: 'espandi',
},
};

Loading…
Cancel
Save