diff --git a/src/components/DrawerMenu.tsx b/src/components/DrawerMenu.tsx index aeac33e..ee42183 100644 --- a/src/components/DrawerMenu.tsx +++ b/src/components/DrawerMenu.tsx @@ -84,7 +84,7 @@ export default function DrawerMenu({ visible, onClose, onSelect }: Props) { {/* Overlay */} - + {/* Drawer */} @@ -107,7 +107,7 @@ export default function DrawerMenu({ visible, onClose, onSelect }: Props) { style={styles.headerGradient} > - + diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index 26c05cb..c117f6a 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -7,7 +7,7 @@ const it = { overlayNotepad: 'Blocco Note', overlayPhonebook: 'Rubrica', overlayPasswords: 'Password', overlayManuals: 'Manuali DCS', overlaySettings: 'Impostazioni', // Common - cancel: 'Annulla', save: 'Salva', delete: 'Elimina', error: 'Errore', + close: 'Chiudi', cancel: 'Annulla', save: 'Salva', delete: 'Elimina', error: 'Errore', confirm: 'Conferma', ok: 'OK', add: 'Aggiungi', profileTitle: 'Profili aeroporto', profileSubtitle: 'Salva aeroporto e compagnie diverse, poi cambia profilo con un tap.', @@ -206,7 +206,7 @@ const en: typeof it = { overlayNotepad: 'Notepad', overlayPhonebook: 'Phonebook', overlayPasswords: 'Password', overlayManuals: 'DCS Manuals', overlaySettings: 'Settings', // Common - cancel: 'Cancel', save: 'Save', delete: 'Delete', error: 'Error', + close: 'Close', cancel: 'Cancel', save: 'Save', delete: 'Delete', error: 'Error', confirm: 'Confirm', ok: 'OK', add: 'Add', profileTitle: 'Airport profiles', profileSubtitle: 'Save different airports and airline sets, then switch profiles with one tap.',