fix typos and grammar (#4880)
This commit is contained in:
parent
4af49038cd
commit
18b29832ac
@ -57,17 +57,17 @@ export default {
|
|||||||
label: `Addressbook`
|
label: `Addressbook`
|
||||||
},
|
},
|
||||||
apps: {
|
apps: {
|
||||||
description: `Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the network.`,
|
description: `Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with applications from around the network.`,
|
||||||
label: `Applications`
|
label: `Applications`
|
||||||
},
|
},
|
||||||
contracts: {
|
contracts: {
|
||||||
description: `Watch and interact with specific contracts that have been deployed on the network. This is a more technically-focused environment, specifically for advanced users that understand the inner working of certain contracts.`,
|
description: `Watch and interact with specific contracts that have been deployed on the network. This is a more technically-focused environment, specifically for advanced users that understand the inner working of certain contracts.`,
|
||||||
label: `Contracts`
|
label: `Contracts`
|
||||||
},
|
},
|
||||||
overview_0: `Manage the available application views, using only the parts of the application that is applicable to you.`,
|
overview_0: `Manage the available application views, using only the parts of the application applicable to you.`,
|
||||||
overview_1: `Are you an end-user? The defaults are setups for both beginner and advanced users alike.`,
|
overview_1: `Are you an end-user? The defaults are setup for both beginner and advanced users alike.`,
|
||||||
overview_2: `Are you a developer? Add some features to manage contracts are interact with application deployments.`,
|
overview_2: `Are you a developer? Add some features to manage contracts and interact with application deployments.`,
|
||||||
overview_3: `Are you a miner or run a large-scale node? Add the features to give you all the information needed to watch the node operation.`,
|
overview_3: `Are you a miner or do you run a large-scale node? Add the features to give you all the information needed to watch the node operation.`,
|
||||||
settings: {
|
settings: {
|
||||||
description: `This view. Allows you to customize the application in term of options, operation and look and feel.`,
|
description: `This view. Allows you to customize the application in term of options, operation and look and feel.`,
|
||||||
label: `Settings`
|
label: `Settings`
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"id": "0xae74ad174b95cdbd01c88ac5b73a296d33e9088fc2a200e76bcedf3a94a7815d",
|
"id": "0xae74ad174b95cdbd01c88ac5b73a296d33e9088fc2a200e76bcedf3a94a7815d",
|
||||||
"url": "localtx",
|
"url": "localtx",
|
||||||
"name": "TxQueue Viewer",
|
"name": "TxQueue Viewer",
|
||||||
"description": "Have a peek at the internals of your node's transaction queue.",
|
"description": "Have a peek at the internals of your node's transaction queue",
|
||||||
"author": "Parity Team <admin@ethcore.io>",
|
"author": "Parity Team <admin@ethcore.io>",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
@ -69,7 +69,7 @@
|
|||||||
"id": "0x9042323cd85c6576992d211de34b3ecc183f15e4f639aa87859882f839c374e5",
|
"id": "0x9042323cd85c6576992d211de34b3ecc183f15e4f639aa87859882f839c374e5",
|
||||||
"url": "web",
|
"url": "web",
|
||||||
"name": "Browser",
|
"name": "Browser",
|
||||||
"description": "A Web 2.0 hosted pseudo-dapps browser.",
|
"description": "A Web 2.0 hosted pseudo-dapps browser",
|
||||||
"author": "Parity Team <admin@ethcore.io>",
|
"author": "Parity Team <admin@ethcore.io>",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
@ -80,7 +80,7 @@
|
|||||||
"id": "0xa635a9326814bded464190eddf0bdb90ce92d40ea2359cf553ea80e3c5a4076c",
|
"id": "0xa635a9326814bded464190eddf0bdb90ce92d40ea2359cf553ea80e3c5a4076c",
|
||||||
"url": "console",
|
"url": "console",
|
||||||
"name": "Parity/Web3 console",
|
"name": "Parity/Web3 console",
|
||||||
"description": "A Javascript development console complete with web3 and parity objects.",
|
"description": "A Javascript development console complete with web3 and parity objects",
|
||||||
"version": "0.3",
|
"version": "0.3",
|
||||||
"author": "Gav Wood <gavin@ethcore.io>",
|
"author": "Gav Wood <gavin@ethcore.io>",
|
||||||
"position": "top-right",
|
"position": "top-right",
|
||||||
|
@ -45,19 +45,19 @@ class Views extends Component {
|
|||||||
<div>
|
<div>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='settings.views.overview_0'
|
id='settings.views.overview_0'
|
||||||
defaultMessage='Manage the available application views, using only the parts of the application that is applicable to you.'
|
defaultMessage='Manage the available application views using only the parts of the application applicable to you.'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='settings.views.overview_1'
|
id='settings.views.overview_1'
|
||||||
defaultMessage='Are you an end-user? The defaults are setups for both beginner and advanced users alike.'
|
defaultMessage='Are you an end-user? The defaults are setup for both beginner and advanced users alike.'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='settings.views.overview_2'
|
id='settings.views.overview_2'
|
||||||
defaultMessage='Are you a developer? Add some features to manage contracts are interact with application deployments.'
|
defaultMessage='Are you a developer? Add some features to manage contracts and interact with application deployments.'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@ -75,7 +75,7 @@ class Views extends Component {
|
|||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='settings.views.accounts.description'
|
id='settings.views.accounts.description'
|
||||||
defaultMessage='A list of all the accounts associated to and imported into this Parity instance. Send transactions, receive incoming values, manage your balances and fund your accounts.'
|
defaultMessage='A list of all the accounts associated with and imported into this Parity instance. Send transactions, receive incoming values, manage your balances and fund your accounts.'
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -86,7 +86,7 @@ class Views extends Component {
|
|||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='settings.views.addresses.description'
|
id='settings.views.addresses.description'
|
||||||
defaultMessage='A list of all contacts and address book entries that is managed by this Parity instance. Watch accounts and have the details available at the click of a button when transacting.'
|
defaultMessage='A list of all contacts and address book entries managed by this Parity instance. Watch accounts and have the details available at the click of a button when transacting.'
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user