Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-09 17:42:50 +05:00
parent 2f5a544541
commit f7ac40363f
2 changed files with 4 additions and 2 deletions

View file

@ -2138,6 +2138,8 @@
<string name="warning_hedera_missing_token_association_message_brief">Ce jeton doit être associé à votre compte Hedera avant que vous puissiez le recevoir</string> <string name="warning_hedera_missing_token_association_message_brief">Ce jeton doit être associé à votre compte Hedera avant que vous puissiez le recevoir</string>
<string name="warning_hedera_missing_token_association_title">Associez votre jeton</string> <string name="warning_hedera_missing_token_association_title">Associez votre jeton</string>
<string name="warning_hedera_token_association_not_enough_hbar_message">%s insuffisant. Renflouez votre compte Hedera pour associer ce jeton</string> <string name="warning_hedera_token_association_not_enough_hbar_message">%s insuffisant. Renflouez votre compte Hedera pour associer ce jeton</string>
<string name="warning_incomplete_backup_notification_message">Nous avons constaté que le processus d\'activation de la carte n\'a pas été effectué correctement en raison de problèmes avec le module NFC de votre appareil ou d\'une méthode incorrecte pour maintenir les cartes sur votre téléphone. Veuillez contacter notre équipe d\'assistance pour plus de détails.</string>
<string name="warning_incomplete_backup_notification_title">Action requise. N\'utilisez pas votre portefeuille!</string>
<string name="warning_kaspa_unfinished_token_transaction_discard_message">Êtes-vous sûr(e) de vouloir annuler la transaction ? Vous ne pourrez plus réessayer.</string> <string name="warning_kaspa_unfinished_token_transaction_discard_message">Êtes-vous sûr(e) de vouloir annuler la transaction ? Vous ne pourrez plus réessayer.</string>
<string name="warning_kaspa_unfinished_token_transaction_message">Votre transaction d\'un montant de %1$s %2$s n\'a pas été finalisée. Vous pouvez réessayer plus tard pour la finaliser.</string> <string name="warning_kaspa_unfinished_token_transaction_message">Votre transaction d\'un montant de %1$s %2$s n\'a pas été finalisée. Vous pouvez réessayer plus tard pour la finaliser.</string>
<string name="warning_kaspa_unfinished_token_transaction_title">Vous avez une transaction inachevée</string> <string name="warning_kaspa_unfinished_token_transaction_title">Vous avez une transaction inachevée</string>

View file

@ -129,8 +129,8 @@ internal sealed class WalletNotificationUM(val messageUM: TangemMessageUM, val t
data class BackupError(val onClick: () -> Unit) : WalletNotificationUM( data class BackupError(val onClick: () -> Unit) : WalletNotificationUM(
messageUM = TangemMessageUM( messageUM = TangemMessageUM(
id = "BackupErrorNotification", id = "BackupErrorNotification",
title = resourceReference(id = R.string.warning_backup_errors_title), title = resourceReference(id = R.string.warning_incomplete_backup_notification_title),
subtitle = resourceReference(id = R.string.warning_backup_errors_message), subtitle = resourceReference(id = R.string.warning_incomplete_backup_notification_message),
messageEffect = TangemMessageEffect.Warning, messageEffect = TangemMessageEffect.Warning,
iconUM = TangemIconUM.Icon( iconUM = TangemIconUM.Icon(
iconRes = R.drawable.ic_attention_default_24, iconRes = R.drawable.ic_attention_default_24,