Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add translations for notification feature - 1/7 #10299

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 63 additions & 3 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,11 @@
"forget": "Forget this device"
},
"app_settings": {
"enabling_notifications": "Enabling notifications...",
"disabling_notifications": "Disabling notifications...",
"enabling_profile_sync": "Enabling profile syncing...",
"disabling_profile_sync": "Disabling profile syncing...",
"notifications_dismiss_modal": "Dismiss",
"title": "Settings",
"current_conversion": "Base Currency",
"current_language": "Current Language",
Expand Down Expand Up @@ -1412,7 +1417,7 @@
"token": "token",
"nft": "NFT",
"you_trust_this_site": "By granting permission, you're allowing the following third party to access your funds.",
"you_trust_this_third_party" : "This allows a third party to access and transfer your NFTs without further notice until you revoke its access.",
"you_trust_this_third_party": "This allows a third party to access and transfer your NFTs without further notice until you revoke its access.",
"you_trust_this_address": "Do you trust this address? By granting this permission, you're allowing this address to access your funds.",
"edit_permission": "Edit permission",
"edit": "Edit",
Expand Down Expand Up @@ -1954,7 +1959,7 @@
"received": "Received",
"unstaked": "Unstaked",
"to": "To",
"rate": "Rate(fees included)",
"rate": "Rate (fees included)",
"unstaking_requested": "Unstaking requested",
"stake_completed": "Stake completed",
"withdrawal_completed": "Withdrawal completed",
Expand All @@ -1964,6 +1969,49 @@
"swap_completed": "Swapped {{from}} for {{to}}",
"swap": "Swapped",
"sent": "Sent to {{address}}",
"menu_item_title": {
"metamask_swap_completed": "Swapped {{symbol1}} for {{symbol2}}",
"erc20_sent": "Sent to {{address}}",
"erc20_received": "Received from {{address}}",
"eth_sent": "Sent to {{address}}",
"eth_received": "Received from {{address}}",
"erc721_sent": "Sent NFT to {{address}}",
"erc1155_sent": "Sent NFT to {{address}}",
"erc721_received": "Received NFT from {{address}}",
"erc1155_received": "Received NFT from {{address}}",
"rocketpool_stake_completed": "Staked",
"rocketpool_unstake_completed": "Unstaking complete",
"lido_stake_completed": "Staked",
"lido_withdrawal_requested": "Unstaking requested",
"lido_withdrawal_completed": "Unstaking complete",
"lido_stake_ready_to_be_withdrawn": "Withdrawal requested"
},
"menu_item_description": {
"lido_withdrawal_requested": "Your request to unstake {{amount}} {{symbol}} has been sent",
"lido_stake_ready_to_be_withdrawn": "You can now withdraw your unstaked {{symbol}}"
},
"modal": {
"title_sent": "Sent {{symbol}}",
"title_received": "Received {{symbol}}",
"title_unstake_requested": "Unstaking requested",
"title_untake_ready": "Withdrawl ready",
"title_stake": "Staked {{symbol}}",
"title_unstake_completed": "Unstaking completed",
"title_swapped": "Swapped {{symbol1}} to {{symbol2}}",
"label_address_to": "To",
"label_address_from": "From",
"label_address_to_you": "To (You)",
"label_address_from_you": "From (You)",
"label_asset": "Asset",
"label_account": "Account",
"label_unstaking_requested": "Unstaking Requested",
"label_unstake_ready": "Withdrawl ready",
"label_staked": "Staked",
"label_received": "Received",
"label_unstaking_confirmed": "Unstaking Confirmed",
"label_swapped": "Swapped",
"label_to": "To"
},
"received_from": "Received from {{address}}",
"nft_sent": "Sent NFT to {{address}}",
"erc721_sent": "Sent NFT to {{address}}",
Expand Down Expand Up @@ -1997,6 +2045,8 @@
"received_message": "Tap to view this transaction",
"received_payment_message": "You received {{amount}} DAI",
"prompt_title": "Enable Push Notifications",
"notifications_enabled_error_title": "Something went wrong",
"notifications_enabled_error_desc": "We couldn't enable notifications. Please try again later.",
"prompt_desc": "Enable notifications so MetaMask can let you know when you've received ETH or when your transactions have been confirmed.",
"prompt_ok": "Yes",
"prompt_cancel": "No, thanks",
Expand All @@ -2021,6 +2071,7 @@
"1": "Wallet",
"2": "Annoucements"
},
"copied_to_clipboard": "Copied to clipboard",
"address_copied_to_clipboard": "Address copied to clipboard",
"transaction_id_copied_to_clipboard": "Transaction ID copied to clipboard",
"activation_card": {
Expand Down Expand Up @@ -2851,6 +2902,15 @@
"enable_remember_me": "Turn on Remember me",
"enable_remember_me_description": "When Remember me is on, anyone with access to your phone can access your MetaMask account."
},
"profile_sync": {
"title": "Profile Sync",
"disable_warning": "If you turn off profile sync, you won’t be able to receive notifications.",
"enable_description": "Creates a profile that MetaMask uses to sync some settings among your devices. This is required to get notifications. ",
"enable_description2": " to learn more.",
"enable_privacy_link": "Learn how we protect your privacy",
"bottomSheetTurnOn": "Turning on Profile Sync",
"bottomSheetTurnOff": "Turning off Profile Sync"
},
"turn_off_remember_me": {
"title": "Enter your password to turn off Remember me",
"placeholder": "Password",
Expand Down Expand Up @@ -3123,4 +3183,4 @@
"tooltip_description": "Estimated changes are what might happen if you go through with this transaction. This is just a prediction, not a guarantee.",
"total_fiat": "Total = {{currency}}"
}
}
}
Loading