mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 16:01:44 +00:00
Trakt Settings Screen Localization Improvements
This commit is contained in:
parent
fb8bfa771d
commit
b564f873de
3 changed files with 5 additions and 3 deletions
|
|
@ -543,7 +543,8 @@
|
|||
"sync_complete_title": "Sync Complete",
|
||||
"sync_success_msg": "Successfully synced your watch progress with Trakt.",
|
||||
"sync_error_msg": "Sync failed. Please try again.",
|
||||
"disclaimer":"This product uses the Trakt API but is not endorsed or certified by Trakt."
|
||||
"disclaimer":"This product uses the Trakt API but is not endorsed or certified by Trakt.",
|
||||
"library_mode":"Library Sync Mode"
|
||||
},
|
||||
"simkl": {
|
||||
"title": "Simkl Settings",
|
||||
|
|
|
|||
|
|
@ -528,7 +528,8 @@
|
|||
"sync_complete_title": "Sincronizzazione completata",
|
||||
"sync_success_msg": "Progressi di visione sincronizzati con successo con Trakt.",
|
||||
"sync_error_msg": "Sincronizzazione fallita. Riprova.",
|
||||
"disclaimer":"Questo prodotto usa l'API di Trakt ma non è nè approvato nè certificato da Trakt."
|
||||
"disclaimer":"Questo prodotto usa l'API di Trakt ma non è nè approvato nè certificato da Trakt.",
|
||||
"library_mode":"Modalità Sincronizzazione Libreria"
|
||||
},
|
||||
"simkl": {
|
||||
"title": "Impostazioni Simkl",
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@ const TraktSettingsScreen: React.FC = () => {
|
|||
>
|
||||
<View style={styles.sheetHeader}>
|
||||
<Text style={[styles.sheetTitle, { color: currentTheme.colors.highEmphasis }]}>
|
||||
Library Sync Mode
|
||||
{t('trakt.library.mode')}
|
||||
</Text>
|
||||
</View>
|
||||
<BottomSheetScrollView contentContainerStyle={styles.sheetContent}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue