mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Merge pull request #522 from saimuelbr/main
This commit is contained in:
commit
b0263b5cc2
3 changed files with 3 additions and 1 deletions
|
|
@ -660,6 +660,7 @@
|
|||
"integrations": "Integrations",
|
||||
"playback": "Playback",
|
||||
"backup_restore": "Backup & Restore",
|
||||
"backup_restore_desc": "Create and restore app backups",
|
||||
"updates": "Updates",
|
||||
"about": "About",
|
||||
"developer": "Developer",
|
||||
|
|
|
|||
|
|
@ -669,6 +669,7 @@
|
|||
"integrations": "Integrações",
|
||||
"playback": "Reprodução",
|
||||
"backup_restore": "Backup e Restauração",
|
||||
"backup_restore_desc": "Crie e restaure backups",
|
||||
"updates": "Atualizações",
|
||||
"about": "Sobre",
|
||||
"developer": "Desenvolvedor",
|
||||
|
|
|
|||
|
|
@ -544,7 +544,7 @@ const SettingsScreen: React.FC = () => {
|
|||
<SettingsCard title={t('settings.backup_restore').toUpperCase()} isTablet={isTablet}>
|
||||
<SettingItem
|
||||
title={t('settings.backup_restore')}
|
||||
description="Create and restore app backups"
|
||||
description={t('settings.backup_restore_desc')}
|
||||
icon="archive"
|
||||
renderControl={() => <ChevronRight />}
|
||||
onPress={() => navigation.navigate('Backup')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue