Closed somebodyLi closed 1 year ago
core/src/apps/bitcoin/sign_tx/approvers.py
trezor.lvglui.i18n
i18n_keys
core/src/apps/ethereum/layout.py
format_ethereum_amount
is_nft
core/src/apps/ethereum/tokens.py
core/src/apps/ethereum/tokens.py.mako
token_by_chain_address
UNKNOWN_TOKEN
core/src/apps/management/apply_settings.py
await require_confirm_safety_checks(ctx, msg.safety_checks)
core/src/trezor/lvglui/i18n/keys.py
core/src/trezor/lvglui/i18n/locales
core/src/trezor/lvglui/scrs/template.py
PR摘要
core/src/apps/bitcoin/sign_tx/approvers.py
中的更改 導入了來自trezor.lvglui.i18n
的gettext和keys,并使用i18n_keys
模塊中的翻譯字符串更新了不同交易類型的描述。core/src/apps/ethereum/layout.py
中的更改 在format_ethereum_amount
函數調用中增加了一個is_nft
參數。core/src/apps/ethereum/tokens.py
和core/src/apps/ethereum/tokens.py.mako
中的變化 更新了token_by_chain_address
函數的返回語句,如果找不到token,則返回UNKNOWN_TOKEN
。core/src/apps/management/apply_settings.py
中的更改 取消注釋行await require_confirm_safety_checks(ctx, msg.safety_checks)
。core/src/trezor/lvglui/i18n/keys.py
中的更改 為 "Update Transaction", "Finalize Transaction" 和 "Meld Transaction" 添加了新的翻譯。core/src/trezor/lvglui/i18n/locales
文件中的更改 為"Update Transaction", "Finalize Transaction"和"Meld Transaction"添加了翻譯。core/src/trezor/lvglui/scrs/template.py
的變化 為最高交易費用添加了一個新的顯示項目。