mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 07:51:46 +00:00
Trakt Settings Screen Localization Improvements
This commit is contained in:
parent
08605e613f
commit
36c061a175
3 changed files with 5 additions and 3 deletions
|
|
@ -542,7 +542,8 @@
|
||||||
"sign_out_error": "Failed to sign out of Trakt.",
|
"sign_out_error": "Failed to sign out of Trakt.",
|
||||||
"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."
|
||||||
},
|
},
|
||||||
"simkl": {
|
"simkl": {
|
||||||
"title": "Simkl Settings",
|
"title": "Simkl Settings",
|
||||||
|
|
|
||||||
|
|
@ -527,7 +527,8 @@
|
||||||
"sign_out_error": "Impossibile uscire da Trakt.",
|
"sign_out_error": "Impossibile uscire da Trakt.",
|
||||||
"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."
|
||||||
},
|
},
|
||||||
"simkl": {
|
"simkl": {
|
||||||
"title": "Impostazioni Simkl",
|
"title": "Impostazioni Simkl",
|
||||||
|
|
|
||||||
|
|
@ -695,7 +695,7 @@ const TraktSettingsScreen: React.FC = () => {
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
<Text style={[styles.disclaimer, { color: isDarkMode ? currentTheme.colors.mediumEmphasis : currentTheme.colors.textMutedDark }]}>
|
<Text style={[styles.disclaimer, { color: isDarkMode ? currentTheme.colors.mediumEmphasis : currentTheme.colors.textMutedDark }]}>
|
||||||
This product uses the Trakt API but is not endorsed or certified by Trakt.
|
{t('trakt.disclaimer')}
|
||||||
</Text>
|
</Text>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue