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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
0 deletions
-
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', |
|
|
|
}, |
|
|
|
}; |
|
|
|