mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-19 08:22:00 +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_complete_title": "Sync Complete",
|
||||||
"sync_success_msg": "Successfully synced your watch progress with Trakt.",
|
"sync_success_msg": "Successfully synced your watch progress with Trakt.",
|
||||||
"sync_error_msg": "Sync failed. Please try again.",
|
"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": {
|
"simkl": {
|
||||||
"title": "Simkl Settings",
|
"title": "Simkl Settings",
|
||||||
|
|
|
||||||
|
|
@ -528,7 +528,8 @@
|
||||||
"sync_complete_title": "Sincronizzazione completata",
|
"sync_complete_title": "Sincronizzazione completata",
|
||||||
"sync_success_msg": "Progressi di visione sincronizzati con successo con Trakt.",
|
"sync_success_msg": "Progressi di visione sincronizzati con successo con Trakt.",
|
||||||
"sync_error_msg": "Sincronizzazione fallita. Riprova.",
|
"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": {
|
"simkl": {
|
||||||
"title": "Impostazioni Simkl",
|
"title": "Impostazioni Simkl",
|
||||||
|
|
|
||||||
|
|
@ -720,7 +720,7 @@ const TraktSettingsScreen: React.FC = () => {
|
||||||
>
|
>
|
||||||
<View style={styles.sheetHeader}>
|
<View style={styles.sheetHeader}>
|
||||||
<Text style={[styles.sheetTitle, { color: currentTheme.colors.highEmphasis }]}>
|
<Text style={[styles.sheetTitle, { color: currentTheme.colors.highEmphasis }]}>
|
||||||
Library Sync Mode
|
{t('trakt.library.mode')}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<BottomSheetScrollView contentContainerStyle={styles.sheetContent}>
|
<BottomSheetScrollView contentContainerStyle={styles.sheetContent}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue