Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-01 14:40:31 +03:00
parent a0f1a6591c
commit e993dc0647
119 changed files with 4449 additions and 720 deletions

View file

@ -17,6 +17,9 @@ data class TangemShapes internal constructor(
roundedCornersSmall2 = RoundedCornerShape(size = dimens.radius4),
roundedCornersMedium = RoundedCornerShape(size = dimens.radius12),
roundedCornersLarge = RoundedCornerShape(size = dimens.radius28),
bottomSheet = RoundedCornerShape(size = dimens.radius16),
bottomSheet = RoundedCornerShape(
topStart = dimens.radius16,
topEnd = dimens.radius16,
),
)
}

View file

@ -1,11 +1,13 @@
<resources>
<plurals name="card_label_card_count">
<item quantity="one">%d card</item>
<item quantity="many">%d cards</item>
<item quantity="other">%d cards</item>
</plurals>
<plurals name="tokens_count">
<item quantity="one">%d token</item>
<item quantity="many">%d tokens</item>
<item quantity="other">%d tokens</item>
</plurals>
</resources>

View file

@ -59,6 +59,7 @@
<string name="russian_bank_card_warning_title">Карты банков РФ в данный момент не принимаются</string>
<string name="russian_bank_card_warning_subtitle">У вас есть карта банка другой страны или платежной системы UnionPay?</string>
<string name="common_yes">Да</string>
<string name="common_no">Нет</string>
<string name="details_ask_a_question">Чат</string>
<string name="chat_bot_name">Tangem Bot</string>
<string name="card_settings_title">Настройки карты</string>
@ -160,4 +161,5 @@
<string name="user_wallet_list_add_button">Добавить новый кошелек</string>
<string name="user_wallet_list_editing_count">%d выбрано</string>
<string name="user_wallet_list_title">Мои кошельки</string>
<string name="user_wallet_list_error_wallet_already_saved">Этот кошелек уже был сохранен, вы можете добавить другой</string>
</resources>

View file

@ -162,4 +162,5 @@
<string name="user_wallet_list_add_button">Add new wallet</string>
<string name="user_wallet_list_editing_count">%d selected</string>
<string name="user_wallet_list_title">My Wallets</string>
<string name="user_wallet_list_error_wallet_already_saved">This wallet has already been saved, you can add another one</string>
</resources>