diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 5d23f180..0f769b51 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -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", diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json index 84f3bfd1..22eb1d4a 100644 --- a/src/i18n/locales/it.json +++ b/src/i18n/locales/it.json @@ -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", diff --git a/src/screens/settings/LegalScreen.tsx b/src/screens/settings/LegalScreen.tsx index c35ce55a..2fbbd4ef 100644 --- a/src/screens/settings/LegalScreen.tsx +++ b/src/screens/settings/LegalScreen.tsx @@ -67,7 +67,7 @@ const LegalScreen: React.FC = () => { - Last updated: January 2026 + {t('legal.last_updated')}: January 2026