mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Legal Screen localization Improvements
This commit is contained in:
parent
2bd01d3208
commit
c63d4aeda6
3 changed files with 5 additions and 3 deletions
|
|
@ -1453,7 +1453,8 @@
|
|||
"dmca_title": "Copyright & DMCA",
|
||||
"dmca_text": "We respect the intellectual property rights of others. Nuvio does not host media content. If you believe this project's code, assets, or interface infringes your rights, submit a notice through the official project contact channels listed on the website and repository.",
|
||||
"warranty_title": "No Warranty",
|
||||
"warranty_text": "This software is provided \"as is\", without warranty of any kind, express or implied. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability arising from the use of this software."
|
||||
"warranty_text": "This software is provided \"as is\", without warranty of any kind, express or implied. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability arising from the use of this software.",
|
||||
"last_updated":"Last updated"
|
||||
},
|
||||
"plugin_tester": {
|
||||
"title": "Plugin Tester",
|
||||
|
|
|
|||
|
|
@ -1437,7 +1437,8 @@
|
|||
"dmca_title": "Copyright e DMCA",
|
||||
"dmca_text": "Rispettiamo i diritti di proprietà intellettuale altrui. Poiché Nuvio non ospita alcun contenuto, non possiamo rimuovere contenuti da Internet. Tuttavia, se ritieni che l'interfaccia stessa dell'applicazione violi i tuoi diritti, ti preghiamo di contattarci.",
|
||||
"warranty_title": "Nessuna Garanzia",
|
||||
"warranty_text": "Questo software è fornito \"così com'è\", senza garanzia di alcun tipo, espressa o implicita. In nessun caso gli autori o i detentori del copyright saranno responsabili per qualsiasi reclamo, danno o altra responsabilità derivante dall'uso di questo software."
|
||||
"warranty_text": "Questo software è fornito \"così com'è\", senza garanzia di alcun tipo, espressa o implicita. In nessun caso gli autori o i detentori del copyright saranno responsabili per qualsiasi reclamo, danno o altra responsabilità derivante dall'uso di questo software.",
|
||||
"last_updated":"Ultimo aggiornamento"
|
||||
},
|
||||
"plugin_tester": {
|
||||
"title": "Tester Plugin",
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ const LegalScreen: React.FC = () => {
|
|||
|
||||
<View style={styles.footer}>
|
||||
<Text style={[styles.footerText, { color: currentTheme.colors.disabled }]}>
|
||||
Last updated: January 2026
|
||||
{t('legal.last_updated')}: January 2026
|
||||
</Text>
|
||||
</View>
|
||||
</ScrollView>
|
||||
|
|
|
|||
Loading…
Reference in a new issue