mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
Add Italian localization of Icon, Text and global components
This commit is contained in:
parent
ef801ee5e4
commit
967f22210d
@ -9,6 +9,9 @@ export default {
|
|||||||
DatePicker,
|
DatePicker,
|
||||||
TimePicker,
|
TimePicker,
|
||||||
Calendar,
|
Calendar,
|
||||||
|
global: {
|
||||||
|
placeholder: 'Selezionare',
|
||||||
|
},
|
||||||
Table: {
|
Table: {
|
||||||
filterTitle: 'Menù Filtro',
|
filterTitle: 'Menù Filtro',
|
||||||
filterConfirm: 'OK',
|
filterConfirm: 'OK',
|
||||||
@ -40,4 +43,13 @@ export default {
|
|||||||
Empty: {
|
Empty: {
|
||||||
description: 'Nessun dato',
|
description: 'Nessun dato',
|
||||||
},
|
},
|
||||||
|
Icon: {
|
||||||
|
icon: 'icona',
|
||||||
|
},
|
||||||
|
Text: {
|
||||||
|
edit: 'modifica',
|
||||||
|
copy: 'copia',
|
||||||
|
copied: 'copia effettuata',
|
||||||
|
expand: 'espandi',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user