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