mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Notification Settings Screen Localization Patch
This commit is contained in:
parent
db9d12491d
commit
8677939111
3 changed files with 875 additions and 599 deletions
|
|
@ -1175,7 +1175,13 @@
|
|||
"alert_reset_success": "All notifications have been reset",
|
||||
"alert_sync_complete": "Sync Complete",
|
||||
"alert_sync_msg": "Successfully synced notifications for your library and Trakt items.\n\nScheduled: {{upcoming}} upcoming episodes\nThis week: {{thisWeek}} episodes",
|
||||
"alert_test_scheduled": "Test notification scheduled to fire instantly"
|
||||
"alert_test_scheduled": "Test notification scheduled to fire instantly",
|
||||
"failed_sync_notifications": "Failed to sync notifications. Please try again.",
|
||||
"failed_reset_notifications": "Failed to reset notifications.",
|
||||
"failed_update_notification_settings": "Failed to update notification settings",
|
||||
"failed_test": "Failed to schedule test notification",
|
||||
"failed_test_enable_notifications": "Failed to schedule test notification. Make sure notifications are enabled.",
|
||||
"loading_settings": "Loading settings..."
|
||||
},
|
||||
"backup": {
|
||||
"title": "Backup & Restore",
|
||||
|
|
@ -1539,9 +1545,9 @@
|
|||
"profanity": "Profanity",
|
||||
"alcohol": "Alcohol/Drugs",
|
||||
"frightening": "Frightening",
|
||||
"severe":"severe",
|
||||
"moderate":"moderate",
|
||||
"mild":"mild",
|
||||
"none":"none"
|
||||
"severe": "severe",
|
||||
"moderate": "moderate",
|
||||
"mild": "mild",
|
||||
"none": "none"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1175,7 +1175,13 @@
|
|||
"alert_reset_success": "Tutte le notifiche sono state ripristinate",
|
||||
"alert_sync_complete": "Sincronizzazione Completata",
|
||||
"alert_sync_msg": "Sincronizzazione notifiche completata con successo per la libreria e gli elementi Trakt.\n\nProgrammati: {{upcoming}} episodi in arrivo\nQuesta settimana: {{thisWeek}} episodi",
|
||||
"alert_test_scheduled": "Notifica di test programmata per l'invio immediato"
|
||||
"alert_test_scheduled": "Notifica di test programmata per l'invio immediato",
|
||||
"failed_sync_notifications": "Errore nella sincronizzazione delle notifiche. Riprova.",
|
||||
"failed_reset_notifications": "Errore nel reset delle notifiche. Riprova.",
|
||||
"failed_update_notification_settings": "Errore nell'aggiornamento delle impostazioni delle notifiche. Riprova",
|
||||
"failed_test_enable_notifications": "Errore nella programmazione della notifica di test. Assicurati di aver garantito i permessi alle notifice per l'app.",
|
||||
"failed_test": "Errore nella programmazione della notifica di test.",
|
||||
"loading_settings": "Caricamento Impostazioni..."
|
||||
},
|
||||
"backup": {
|
||||
"title": "Backup e Ripristino",
|
||||
|
|
@ -1543,5 +1549,11 @@
|
|||
"moderate": "moderata",
|
||||
"mild": "lieve",
|
||||
"none": "nessuno"
|
||||
},
|
||||
"skip_intro_button": {
|
||||
"skip": "Salta",
|
||||
"skip_intro": "Salta Inizio",
|
||||
"skip_ending": "Salta Fine",
|
||||
"skip_recap": "Salta Riassunto"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue