Merge pull request #522 from saimuelbr/main

This commit is contained in:
Nayif 2026-02-25 17:53:36 +05:30 committed by GitHub
commit b0263b5cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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')}