feat(shared): align non-Apple UX with Apple

This commit is contained in:
2026-07-24 19:58:33 +02:00
parent b66cb8c1f1
commit c81cb7c8b6
34 changed files with 902 additions and 91 deletions

View File

@@ -55,6 +55,7 @@
<string name="bug_report_what_label">O que aconteceu?</string>
<string name="button_approve">Aprovar</string>
<string name="button_back">Voltar</string>
<string name="button_more_actions">Mais ações</string>
<string name="button_cancel">Cancelar</string>
<string name="button_cancel_receive">Cancelar</string>
<string name="button_change_files">Alterar ficheiros</string>
@@ -122,6 +123,16 @@
<string name="notifications_enabled_message">Notificações ativadas.</string>
<string name="notifications_local_title">Permitir notificações</string>
<string name="notifications_permission_denied">As notificações estão desativadas para o VniDrop. Pode ativá-las nas Definições.</string>
<string name="notifications_receive_completed_body">«%1$s» concluiu a transferência.</string>
<string name="notifications_receive_completed_title">Transferência concluída</string>
<string name="notifications_receive_failed_body">Não foi possível receber «%1$s».</string>
<string name="notifications_receive_failed_title">Falha na transferência</string>
<string name="notifications_receiver_completed_body">%1$s terminou de receber «%2$s».</string>
<string name="notifications_receiver_completed_title">Transferência recebida</string>
<string name="notifications_receiver_failed_body">%1$s não conseguiu receber “%2$s”</string>
<string name="notifications_receiver_failed_title">Falha na entrega</string>
<string name="notifications_send_failed_body">Não foi possível partilhar «%1$s».</string>
<string name="notifications_send_failed_title">Falha na partilha</string>
<string name="notifications_settings_open_failed">Não foi possível abrir as definições de notificações.</string>
<string name="notifications_title">Notificações</string>
<string name="notifications_unsupported">As notificações não estão disponíveis neste dispositivo.</string>