mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 14:08:06 +01:00
fix(locale): it translation (#2623)
This commit is contained in:
@@ -4,7 +4,7 @@ export default defineLocale('Italiano', 'it', {
|
||||
inputMenu: {
|
||||
noMatch: 'Nessun dato corrispondente',
|
||||
noData: 'Nessun dato',
|
||||
create: 'Creare "{label}"'
|
||||
create: 'Crea "{label}"'
|
||||
},
|
||||
commandPalette: {
|
||||
noMatch: 'Nessun dato corrispondente',
|
||||
@@ -14,7 +14,7 @@ export default defineLocale('Italiano', 'it', {
|
||||
selectMenu: {
|
||||
noMatch: 'Nessun dato corrispondente',
|
||||
noData: 'Nessun dato',
|
||||
create: 'Creare "{label}"'
|
||||
create: 'Crea "{label}"'
|
||||
},
|
||||
toast: {
|
||||
close: 'Chiudi'
|
||||
@@ -34,6 +34,6 @@ export default defineLocale('Italiano', 'it', {
|
||||
close: 'Chiudi'
|
||||
},
|
||||
table: {
|
||||
noData: 'Nessuno dato'
|
||||
noData: 'Nessun dato'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user