Skip to content

Commit

Permalink
Updated italian translation and translations base file
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Mar 10, 2024
1 parent 58e4b18 commit 16fbf88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/translations/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
<string name="permission_external_storage_detail_attachment">Permission to read on external storage is needed to allow attaching files from there</string>
<string name="permission_audio_recording">Permission to use microphone is needed to record audio notes</string>
<string name="permission_coarse_location">Permission to access to location is needed to add position informations to your notes</string>
<string name="permission_camera">Permission to use camera is required to take photos or videos</string>
<string name="permission_not_granted">Permission not granted</string>
<string name="checklist">Checklist</string>
<string name="text_note">Text note</string>
Expand All @@ -219,6 +220,7 @@
<string name="done">Done</string>
<string name="nothing_selected">Nothing selected</string>
<string name="insecure_content_found">Some of the received content was dangerous, it has been ignored</string>
<string name="denied_notifications_permission">Denying notification permission reminders will not be shown</string>

<!-- Settings -->
<string name="dashclock_description">Displays some statistics and expiring reminders from Omni Notes</string>
Expand Down Expand Up @@ -287,6 +289,7 @@
<string name="confirm_restoring_backup">Proceed restoring from backup?</string>
<string name="confirm_restoring_backup_warning">WARNING: Be sure to have set a password into settings or protected notes will be skipped for security reasons!</string>
<string name="data_deletion_completed">Data erasing completed</string>
<string name="data_deletion_error">Data deletion encountered some errors</string>
<string name="settings_checked_items_behavior">Checklists</string>
<string name="settings_checked_items_behavior_summary">What to do when an item is checked?</string>
<string name="settings_category_preferences">Preferences</string>
Expand Down Expand Up @@ -427,5 +430,6 @@
<string name="channel_reminders_description">Notifications for notes\' reminders</string>
<string name="channel_pinned_name">Pinned</string>
<string name="channel_pinned_description">Notifications for pinned notes</string>
<string name="location_not_enabled">Device location turned off</string>

</resources>
4 changes: 4 additions & 0 deletions omniNotes/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Vuoi inviare una segnalazione allo sviluppatore?</string>
<string name="permission_external_storage_detail_attachment">L\'autorizzazione alla lettura della memoria esterna è necessaria per consentire allegati caricati da lì</string>
<string name="permission_audio_recording">È necessario il permesso di utilizzare il microfono per registrare note audio</string>
<string name="permission_coarse_location">Il permesso di accesso alla geolocalizzazione è necessario per aggiungere informazioni di posizione per le note</string>
<string name="permission_camera">È necessario il permesso di utilizzare la fotocamera per scattare foto o video</string>
<string name="permission_not_granted">Permesso non concesso</string>
<string name="checklist">Lista di controllo</string>
<string name="text_note">Nota testuale</string>
Expand All @@ -218,6 +219,7 @@ Vuoi inviare una segnalazione allo sviluppatore?</string>
<string name="done">Fatto</string>
<string name="nothing_selected">Nessuna selezione</string>
<string name="insecure_content_found">Alcuni dei contenuti ricevuti era pericoloso ed è stato ignorato</string>
<string name="denied_notifications_permission">Negando il permesso per mostrare notifiche i promemoria non appariranno</string>
<!-- Settings -->
<string name="dashclock_description">Mostra alcune statistiche e i promemoria di Omni Notes</string>
<string name="settings">Impostazioni</string>
Expand Down Expand Up @@ -285,6 +287,7 @@ Vuoi inviare una segnalazione allo sviluppatore?</string>
<string name="confirm_restoring_backup">Confermare il ripristino del backup</string>
<string name="confirm_restoring_backup_warning">ATTENZIONE: Assicurati di aver impostato la password dalle impostazioni o le note protette non verranno ripristinate per sicurezza!</string>
<string name="data_deletion_completed">Cancellazione dei dati completata</string>
<string name="data_deletion_error">La cancellazione dei dati ha riscontrato alcuni errori</string>
<string name="settings_checked_items_behavior">Liste di controllo</string>
<string name="settings_checked_items_behavior_summary">Cosa fare quando un elemento delle liste di controllo viene selezionato?</string>
<string name="settings_category_preferences">Preferenze</string>
Expand Down Expand Up @@ -421,4 +424,5 @@ Vuoi inviare una segnalazione allo sviluppatore?</string>
<string name="channel_reminders_description">Notifiche promemoria</string>
<string name="channel_pinned_name">Fissato</string>
<string name="channel_pinned_description">Notifiche per note appuntate</string>
<string name="location_not_enabled">Posizione del dispositivo disattivata</string>
</resources>

0 comments on commit 16fbf88

Please sign in to comment.