aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en
Commit message (Collapse)AuthorAgeFilesLines
* Split advanced-tab-content.component.js render() method into smaller ↵Dan Miller2018-12-041-0/+12
| | | | pieces; add translations to the same file.
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-041-0/+6
| | | | customize modal.
* Adds new gas customization modal container (without content)Dan Miller2018-12-041-0/+18
|
* Increase Token Symbol length to twelveThomas Huang2018-11-231-2/+2
|
* Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-2/+2
| | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
* Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-141-0/+6
|
* Update Connect Request screen design (#5644)Whymarrh Whitby2018-11-061-6/+6
| | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together
* EIP-1102: add user privacy optionbitpshr2018-11-061-3/+9
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-061-6/+9
|
* EIP-1102: updated implementationbitpshr2018-11-061-0/+30
|
* Merge pull request #5567 from MetaMask/HowardBraham-developkumavis2018-10-301-0/+3
|\ | | | | Feature: Warn when attempting to send tx with data to non-contract
| * Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-10-261-0/+3
| |\ | | | | | | | | | HowardBraham-develop
| * | send tx - validate - simplify error message for attempting to call function ↵kumavis2018-10-211-1/+1
| | | | | | | | | | | | on non-contract address
| * | Merge branch 'develop' into developkumavis2018-10-211-16/+40
| |\ \
| * | | Bug Fix: #1789 and #4525 eth.getCode() with no contractHoward Braham2018-10-101-0/+3
| | | |
* | | | Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-2/+20
| |_|/ |/| |
* | | Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-231-0/+3
| |/ |/| | | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* | Extract Add Token button into its own componentWhymarrh Whitby2018-10-181-0/+6
| |
* | Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos
* | Fix wording of private key warning shown during exportWhymarrh Whitby2018-10-171-1/+1
| |
* | Update wording on export privkey modalWhymarrh Whitby2018-10-171-1/+1
| |
* | Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-0/+3
| |
* | Fix en, ko locales (#5483)Noel Yoo2018-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Fix en typo * Fix ko typo * Remove unnecessary space * Fix ko typo * Improve translation in ko
* | Alphabetize en locale json keysnoelyoo2018-10-101-12/+12
| |
* | Fix formatting of locale files (#5479)Noel Yoo2018-10-101-3/+3
| |
* | Added account options on home screenSantiago Gonzalez Toral2018-10-101-0/+6
|/
* 100% French locale, reordering of English locale, fixes #5457 (#5470)Vincent2018-10-091-88/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding
* Merge pull request #5432 from alextsg/i5362-fix-translateDan Finlay2018-10-061-0/+3
|\ | | | | Translate method names in the transaction list only when applicable
| * Translate method names in the transaction list only when applicableAlexander Tseung2018-10-051-0/+3
| |
* | Update "cancel" copyAlexander Tseung2018-10-051-1/+1
|/
* Remove "Copy Contract Address" from token optionsWhymarrh Whitby2018-10-041-3/+0
|
* Reword batch reject confirm as "Reject All"Whymarrh Whitby2018-10-021-0/+3
|
* Confirm rejecting multiple transactions with modalWhymarrh Whitby2018-10-021-0/+3
|
* s/Cancel/Reject/ on confirm screen for clarityWhymarrh Whitby2018-10-021-0/+6
|
* Add "Cancel All" button to confirm footerWhymarrh Whitby2018-10-021-0/+3
|
* Merge pull request #5282 from MetaMask/tx-cancel-uiAlexander Tseung2018-09-251-0/+18
|\ | | | | Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal.
| * Fix multiplyCurrencies. Add onClose prop for Modal component. Remove ↵Alexander Tseung2018-09-211-1/+1
| | | | | | | | hideModal from modal components.
| * Add TransactionDetails modalAlexander Tseung2018-09-201-0/+3
| |
| * Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-201-0/+15
| | | | | | | | component. Add CancelTransaction modal
* | Fix translation casingAlexander Tseung2018-09-211-2/+2
| |
* | Add Current Conversion Updated string to translationsAlexander Tseung2018-09-201-0/+3
| |
* | Refactor settings page to use JSX and follow component file folder structureAlexander Tseung2018-09-201-0/+9
|/
* Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵Alexander Tseung2018-09-131-5/+8
| | | | Log initial ETH value. Add timestamps to Activity Log events
* Add tests for TransactionActivityLog. Make changes to rendering eventsAlexander Tseung2018-09-131-0/+24
|
* Add ActivityLog componentAlexander Tseung2018-09-131-0/+3
|
* Merge pull request #5091 from MetaMask/i4945-feature-flag-hex-dataDan J Miller2018-09-041-0/+6
|\ | | | | Adds feature flag toggle for the hex data row on the send screen.
| * Adds feature flag toggle for the hex data row on the send screen.Dan Miller2018-08-271-0/+6
| |
* | fix conflictsEsteban MIno2018-08-291-2/+23
|\ \
| * | Fix naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-0/+3
| | |
| * | Change "Outgoing" to "Sent Ether" or "Sent Token"Alexander Tseung2018-08-241-0/+6
| | |
| * | Fix integration testsAlexander Tseung2018-08-241-0/+3
| | |
| * | Use css grid for TransactionListItem for responsive layoutAlexander Tseung2018-08-241-6/+6
| | |
| * | Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-1/+10
| |/
| * Add new variant for SenderToRecipient componentAlexander Tseung2018-08-231-1/+1
| |
* | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-211-18/+54
|\|
| * ui readybrunobar792018-08-171-2/+5
| |
| * connect screen readybrunobar792018-08-171-5/+5
| |
| * change Metamask for MetaMaskbrunobar792018-08-151-7/+1
| |
| * Merge branch 'develop' into ledger-supportBruno Barbieri2018-08-151-4/+10
| |\
| | * Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the following commands: sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
| | * Fix casing of MetaMask in all localized messagesWhymarrh Whitby2018-08-141-3/+3
| | | | | | | | | | | | | | | | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
| * | ui fixesbrunobar792018-08-151-11/+8
| | |
| * | legacy and new hd path workingbrunobar792018-08-141-0/+6
| |/
| * code review changesbrunobar792018-08-081-0/+3
| |
| * fix merge conflictsbrunobar792018-08-081-0/+3
| |\
| * | design completebrunobar792018-08-041-2/+8
| | |
| * | added crossbrowser support and error handlingbrunobar792018-08-011-0/+6
| | |
| * | send to fullscreen if no permission from popupbrunobar792018-07-311-0/+3
| | |
| * | copybrunobar792018-07-311-1/+1
| | |
| * | use existing modalsbrunobar792018-07-311-0/+12
| | |
* | | Merge branch 'develop' into WatchTokenFeatureEsteban Miño2018-08-081-0/+3
|\ \ \ | | |/ | |/|
| * | Show invalid seed phrase error when importing new accountWhymarrh Whitby2018-08-071-0/+3
| |/
* / new confirm add suggested token componentEsteban MIno2018-08-071-0/+3
|/
* Merge pull request #4625 from MetaMask/initial-trezor-supportBruno Barbieri2018-07-201-1/+106
|\ | | | | Initial trezor support
| * last css fixesbrunobar792018-07-191-0/+3
| |
| * design donebrunobar792018-07-191-4/+40
| |
| * fix browser not supported screenbrunobar792018-07-181-1/+1
| |
| * Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-181-0/+3
| |\ | | | | | | | | | initial-trezor-support
| * | updated account list based on new designsbrunobar792018-07-181-0/+6
| | |
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-141-0/+6
| |\ \ | | | | | | | | | | | | initial-trezor-support
| * | | update labelbrunobar792018-07-141-1/+1
| | | |
| * | | added affiliate link to trezorbrunobar792018-07-141-0/+3
| | | |
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-131-0/+24
| |\ \ \ | | | | | | | | | | | | | | | initial-trezor-support
| * | | | added tooltipbrunobar792018-07-121-1/+1
| | | | |
| * | | | forget device and autiload account features addedbrunobar792018-07-121-0/+3
| | | | |
| * | | | finish warning modal UIbrunobar792018-07-111-0/+9
| | | | |
| * | | | added ui to remove accountsbrunobar792018-07-101-0/+3
| | | | |
| * | | | copy updatedbrunobar792018-07-071-1/+1
| | | | |
| * | | | update connect harwdware screenbrunobar792018-07-071-0/+9
| | | | |
| * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-071-0/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | initial-trezor-support
| * | | | | move strings to localization filebrunobar792018-07-061-0/+9
| | | | | |
| * | | | | move hardcoded strings to localization filebrunobar792018-07-031-0/+15
| | | | | |
| * | | | | fix merge conflictsbrunobar792018-07-021-0/+9
| |\ \ \ \ \
| * | | | | | initial trezor supportBruno2018-06-101-0/+9
| | | | | | |
* | | | | | | Use Number constructor for number conversion. Use existing ↵Alexander Tseung2018-07-181-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | noConversionRateAvailable message
* | | | | | | Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-181-0/+9
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | tokens with contract exchange rates
* | | | | | Fix edge cases and add translation compatibilitySara Reynolds2018-07-171-0/+3
| |_|_|_|/ |/| | | |
* | | | | Add tooltip to new tab icon in tx-viewWhymarrh Whitby2018-07-121-0/+3
| | | | |
* | | | | Add tooltip to menu icon in tx-viewWhymarrh Whitby2018-07-121-0/+3
| |_|_|/ |/| | |
* | | | Use eth-method-registry to get method dataAlexander Tseung2018-07-071-0/+3
| | | |
* | | | Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+21
| |_|/ |/| |
* | | Update import from seed screen on new ui.Dan2018-07-051-0/+9
| |/ |/|
* | Merge branch 'develop' into i4409-i4410-ens-input-enhancementsDan2018-06-201-0/+6
|\ \
| * | View address of an added token (#4591)Csaba S2018-06-191-0/+6
| |/ | | | | | | | | | | * adding menu actions for tokens * apply common style
* / ENS input in send form shows distinct errors for invalid addresses and ↵Dan2018-06-151-0/+3
|/ | | | non-existent addresses.
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-4/+19
|\
| * Add new alert modalsAlexander Tseung2018-06-011-1/+10
| |
| * Add rpc key to i18n messages (#4375)Alexander Tseung2018-05-301-0/+3
| |
| * Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-3/+6
| |
* | Display correct titles and subtitles on send token and editing send ↵Dan2018-05-251-0/+7
|/ | | | transaction screens.
* Update designs for Add Token screenAlexander Tseung2018-05-201-1/+10
|
* Add error message when passwords don't match in first time flow. Change ↵Alexander Tseung2018-05-141-1/+1
| | | | input field styling in first time flow
* Add new unlock screen designAlexander Tseung2018-05-121-1/+10
|
* Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-231-3/+30
| | | | flow
* Fix spinner layoutAlexander Tseung2018-04-181-2/+2
|
* Fix BigNumber exception in confirm-send-etherAlexander Tseung2018-04-181-0/+3
|
* Address Add Token design feedbackDavid Yoo2018-04-031-1/+1
|
* Adds simulation failure error messages to confirm screen.Dan2018-04-031-0/+3
|
* Merge branch 'master' into i18n-translator-reduxDan2018-03-271-0/+15
|\
| * Updates Add token screen to latest design.Dan2018-03-241-0/+15
| |
* | Correct reprice title and subtitle key names.Dan2018-03-221-2/+2
| |
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-1/+1
| | | | | | | | t() call; t is just available on props.
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-3/+78
|\| | | | | | | i18n-translator-redux
| * Add i18n to tx statusThomas2018-03-211-1/+13
| |
| * Update onlySendToEtherAddress messageThomas2018-03-211-1/+1
| |
| * Add i18n in settings/infoThomas2018-03-211-0/+3
| |
| * Started on Tx list i18nThomas2018-03-211-0/+6
| |
| * Remove duplicate keysThomas2018-03-201-7/+1
| |
| * Add send screen templateDan Finlay2018-03-201-1/+13
| |
| * Add template for settings and infoDan Finlay2018-03-201-0/+9
| |
| * Add recover and backup tempaltesDan Finlay2018-03-201-0/+18
| |
| * Add connecting indication templatesDan Finlay2018-03-201-0/+15
|/
* Fix messages typo (#3591)Thomas Huang2018-03-171-1/+1
|
* More for i18nThomas2018-03-161-0/+210
|
* Add sigRequest for Signature RequestThomas2018-03-131-0/+3
|
* Missing comma in messages.jsonDan2018-03-071-1/+1
|
* Merge branch 'master' into i18nDan2018-03-071-4/+18
|\
* | complete i18n across new UINick Doiron2018-01-301-66/+102
| |
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-241-125/+506
| |
* | first steps to i18nNick Doiron2018-01-231-1/+166
|/
* Fix MetaMask title for EN.Kevin Serrano2016-07-141-1/+1
|
* init commitkumavis2015-08-011-0/+10