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,
|
||||
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…
Reference in New Issue
Block a user