Skip to content

Commit

Permalink
feat: add translation for privacy toggle (#8383)
Browse files Browse the repository at this point in the history
## **Description**
the goal of this PR is to add translation for the feature add privacy
toggle

Fixes: [#1269](MetaMask/mobile-planning#1269)

## **Manual testing steps**

1. the locals will be used in another PR , this commit will be
cherry-picked

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've clearly explained what problem this PR is solving and how it
is solved.
- [x] I've linked related issues
- [x] I've included manual testing steps
- [ ] I've included screenshots/recordings if applicable
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
- [ ] I’ve properly set the pull request status:
  - [ ] In case it's not yet "ready for review", I've set it to "draft".
- [ ] In case it's "ready for review", I've changed it from "draft" to
"non-draft".

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
  • Loading branch information
salimtb authored Jan 25, 2024
1 parent 2b66c53 commit 2b3e31c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@
"no_nfts_yet": "No NFTs yet",
"nfts_autodetection_title": "NFT detection",
"nfts_autodetection_desc": "Allow MetaMask to automatically detect NFTs from OpenSea and display in your MetaMask wallet.",
"network_details_check": "Network details check",
"network_check_validation_desc":"reduces your chances of connecting to a malicious or incorrect network.",
"nfts_autodetection_cta": "Turn on NFT detection in Settings",
"learn_more": "Learn more",
"add_collectibles": "Import NFTs",
Expand Down Expand Up @@ -405,6 +407,7 @@
"display_media_nft_warning": "Displaying NFT media and data may expose your IP address to centralized servers. Only import an NFT if you understand the risks involved.",
"nfts_autodetect_title": "NFT autodetection",
"nfts_autodetect_cta": "Turn on Autodetect NFTs in Settings",
"turn_on_network_check_cta": "Turn on network details check",
"display_nft_media_cta_new_1": "To see an NFT, turn on Display NFT media in",
"display_nft_media_cta_new_2": "Settings > Security and Privacy."
},
Expand Down Expand Up @@ -823,6 +826,9 @@
"incoming_transactions_title": "Show incoming transactions",
"incoming_transactions_content": "This relies on the network you select which will expose your Ethereum address and your IP address.",
"display_nft_media_desc_new": "Displaying NFT media and data exposes your IP address to OpenSea or other third parties. NFT autodetection relies on this feature, and won't be available when turned off. If NFT media is fully located on IPFS, it can still be displayed even when this feature is turned off.",
"use_safe_chains_list_validation_desc_1":"MetaMask uses a third-party service called ",
"use_safe_chains_list_validation_desc_2":"to show accurate and standardized network details. This reduces your chances of connecting to malicious or incorrect network. When using this feature, your IP address is exposed to ",

"snaps": {
"title": "Snaps",
"description": "Overview and manage your snaps",
Expand Down Expand Up @@ -873,6 +879,7 @@
"privacy_browser_subheading": "Clear privacy or browser data",
"analytics_subheading": "Analytics",
"transactions_subheading": "Transactions",
"network_provider": "Network provider",
"token_nft_ens_subheading": "Token, NFT, and ENS autodetection",
"security_check_subheading": "Security checks"
},
Expand Down Expand Up @@ -1431,6 +1438,7 @@
"status_ok": "All Systems Operational",
"status_not_ok": "The network is having some issues",
"want_to_add_network": "Want to add this network?",
"add_custom_network": "Add custom network",
"network_infomation": "This allows this network to be used within MetaMask",
"network_endorsement": "MetaMask does not endorse custom networks or their security.",
"learn_about": "Learn about",
Expand All @@ -1440,6 +1448,8 @@
"network_rpc_url": "Network URL",
"view_details": "View details",
"network_details": "Network details",
"network_select_confirm_use_safe_check": "Selecting Confirm turns on Network details check. You can turn off Network details check in ",
"network_settings_security_privacy": "Settings > Security and privacy",
"network_currency_symbol": "Currency Symbol",
"network_block_explorer_url": "Block Explorer URL",
"search": "Search for previously added network",
Expand Down

0 comments on commit 2b3e31c

Please sign in to comment.