From 73e25ed23562f755ea4c66e6c5fb06dd18caac1e Mon Sep 17 00:00:00 2001 From: Sandro Circi Date: Tue, 12 Nov 2024 21:25:25 +0100 Subject: [PATCH] fix(locale): it translation (#2623) --- src/runtime/locale/it.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/locale/it.ts b/src/runtime/locale/it.ts index dcaa3549..c460d8b4 100644 --- a/src/runtime/locale/it.ts +++ b/src/runtime/locale/it.ts @@ -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' } })