feat: Add missing MoneroScreen string resources

Added 38 string resources for MoneroScreen UI layer:
- daemon settings: daemon, daemon_address, edit_daemon_settings, etc.
- backup/seed: backup_seed_dialog_description_*, copy_my_seed, restore_height_*, etc.
- wallet status: wallet_status_opening/syncing/error/disconnected, etc.
- transaction: transaction_priority_*. entries (UNIMPORTANT, SLOW, MEDIUM, FAST, ESTIMATED)
- misc: monero_fund_*, warning message, copy_to_clipboard, loading, etc.

These resources are required for the MoneroScreen UI port. UI layer
port deferred to next session due to Material3 Icons vs MaterialSymbols
compatibility issues between Garnet and current Amethyst.
This commit is contained in:
Nick Pulido
2026-05-20 22:40:12 -07:00
parent 6b8d7aef03
commit 53fed8c256
+47 -3
View File
@@ -3106,6 +3106,50 @@
<string name="backup_seed_warning">Ephemeral wallets must be backed up! If you lose your seed, you lose access to your Monero coins. Write it down and store it securely.</string>
<string name="restore_height">Restore Height</string>
<string name="custom_restore_height">Custom Restore Height</string>
<string name="monero_send_failed">Monero send failed</string>
<string name="monero_tip_sent">Monero tip sent</string>
</resources>
<string name="monero_send_failed">Monero send failed</string>
<string name="monero_tip_sent">Monero tip sent</string>
<!-- MoneroScreen UI strings -->
<string name="daemon">Daemon</string>
<string name="daemon_address">Daemon Address</string>
<string name="daemon_edit_dialog_address_error">Invalid daemon address</string>
<string name="daemon_edit_dialog_port_error">Invalid port number</string>
<string name="textfield_optional">(Optional)</string>
<string name="daemon_info_disconnected_indicator_text">(Daemon disconnected)</string>
<string name="locked">Locked</string>
<string name="incoming_tip">Incoming tip</string>
<string name="outgoing_tip">Outgoing tip</string>
<string name="monero_fund_wallet">Fund your Monero Wallet</string>
<string name="monero_fund_wallet_address_description">Send Monero to any of the addresses below.</string>
<string name="monero_fund_wallet_qrcode_description">Scan the QR code to send Monero to this address.</string>
<string name="edit_address_label">Edit Address Label</string>
<string name="monero_address_copied_to_clipboard">Monero address copied to clipboard</string>
<string name="generate_new_subaddress">Generate New Subaddress</string>
<string name="loading">Loading…</string>
<string name="label">Label</string>
<string name="invalid_monero_address">Invalid Monero address</string>
<string name="invalid_monero_amount">Invalid amount</string>
<string name="invalid_monero_qr_code">Invalid Monero QR code</string>
<string name="transaction_priority_unimportant">Unimportant</string>
<string name="transaction_priority_slow">Slow</string>
<string name="transaction_priority_medium">Medium</string>
<string name="transaction_priority_fast">Fast</string>
<string name="transaction_priority_estimated">Estimated</string>
<string name="error_dialog_transfer_error">Transfer Error</string>
<string name="invalid_qr_code">Invalid QR Code</string>
<string name="backup_seed_dialog_description_1">Your Monero seed is the master key to your wallet. It can recover all your funds, including past and future subaddresses. Keep it safe!</string>
<string name="backup_seed_dialog_description_2">For extra security, you can add an optional passphrase offset to your seed.</string>
<string name="backup_seed_dialog_description_restore_height">Restore Height</string>
<string name="backup_seed_dialog_description_offset_passphrase">Offset Passphrase (optional)</string>
<string name="copy_my_seed">Copy My Seed</string>
<string name="restore_height_with_height">Restore Height: %1$d</string>
<string name="restore_height_copied_to_clipboard">Restore height copied to clipboard</string>
<string name="copy_restore_height">Copy restore height</string>
<string name="offset_passphrase">Offset Passphrase</string>
<string name="show_passphrase">Show passphrase</string>
<string name="hide_passphrase">Hide passphrase</string>
<string name="warning">Warning</string>
<string name="monero_ephemeral_wallet_seed_backup_warning">⚠️ Ephemeral wallets are created without a backup seed. You MUST back up your seed now or you will permanently lose access to your Monero coins if the app is uninstalled or the device is lost.</string>
<string name="monero_seed_copied_to_clipboard">Monero seed copied to clipboard</string>
<string name="invalid_height">Invalid restore height</string>
</resources>