1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-30 04:08:28 +00:00

added descriptions to navigation tabs

This commit is contained in:
slowbackspace 2019-04-24 15:19:20 +02:00
parent b3abdcbf73
commit be76bc04b9
2 changed files with 10 additions and 0 deletions

View File

@ -6,18 +6,24 @@ const definedMessages: Messages = defineMessages({
TR_NAV_SUMMARY: {
id: 'TR_NAV_SUMMARY',
defaultMessage: 'Summary',
description:
'Title of the navigation tab that contains information about selected account (balance, tx history).',
},
TR_NAV_RECEIVE: {
id: 'TR_NAV_RECEIVE',
defaultMessage: 'Receive',
description: 'Title of the navigation tab that contains the account address',
},
TR_NAV_SEND: {
id: 'TR_NAV_SEND',
defaultMessage: 'Send',
description: 'Title of the navigation tab that contains a form for sending funds',
},
TR_NAV_SIGN_AND_VERIFY: {
id: 'TR_NAV_SIGN_AND_VERIFY',
defaultMessage: 'Sign & Verify',
description:
'Title of the navigation tab that contains a form for signing and verifying messages',
},
});

View File

@ -1194,6 +1194,7 @@
"TR_NAV_SUMMARY": {
"source": "Summary",
"meta": {
"comment": "Title of the navigation tab that contains information about selected account (balance, tx history).",
"occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js"
]
@ -1202,6 +1203,7 @@
"TR_NAV_RECEIVE": {
"source": "Receive",
"meta": {
"comment": "Title of the navigation tab that contains the account address",
"occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js"
]
@ -1210,6 +1212,7 @@
"TR_NAV_SEND": {
"source": "Send",
"meta": {
"comment": "Title of the navigation tab that contains a form for sending funds",
"occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js"
]
@ -1218,6 +1221,7 @@
"TR_NAV_SIGN_AND_VERIFY": {
"source": "Sign & Verify",
"meta": {
"comment": "Title of the navigation tab that contains a form for signing and verifying messages",
"occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js"
]