1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

update master.json

This commit is contained in:
slowbackspace 2019-05-13 14:23:20 +02:00
parent b4750bf2f8
commit f8119c651e

View File

@ -469,6 +469,14 @@
]
}
},
"TR_PASSPHRASE_IS_TOO_LONG": {
"source": "Passphrase is too long!",
"meta": {
"occurrences": [
"src/components/modals/passphrase/Passphrase/index.messages.js"
]
}
},
"TR_SHOW_PASSPHRASE": {
"source": "Show passphrase",
"meta": {
@ -1118,6 +1126,23 @@
]
}
},
"TR_SELECT_COINS": {
"source": "Select a coin in {TR_SELECT_COINS_LINK}",
"meta": {
"comment": "COMPLETE SENTENCE: Select a coin in application settings",
"occurrences": [
"src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.js"
]
}
},
"TR_SELECT_COINS_LINK": {
"source": "application settings",
"meta": {
"occurrences": [
"src/views/Wallet/components/LeftNavigation/components/CoinMenu/index.messages.js"
]
}
},
"TR_CHANGE_WALLET_TYPE": {
"source": "Change wallet type",
"meta": {
@ -1835,5 +1860,29 @@
"src/views/Wallet/views/WalletSettings/index.messages.js"
]
}
},
"TR_VISIBLE_COINS": {
"source": "Visible coins",
"meta": {
"occurrences": [
"src/views/Wallet/views/WalletSettings/index.messages.js"
]
}
},
"TR_VISIBLE_COINS_EXTERNAL": {
"source": "Visible external coins",
"meta": {
"occurrences": [
"src/views/Wallet/views/WalletSettings/index.messages.js"
]
}
},
"TR_VISIBLE_COINS_EXPLAINED": {
"source": "Select the coins you wish to see in the wallet interface. You will be able to change your preferences later.",
"meta": {
"occurrences": [
"src/views/Wallet/views/WalletSettings/index.messages.js"
]
}
}
}