fixes typo
This commit is contained in:
parent
7c2c39cb11
commit
b14145f23b
@ -37,7 +37,7 @@ export default {
|
||||
accept: `I accept these terms and conditions`
|
||||
},
|
||||
welcome: {
|
||||
description: `As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts. Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us. Once completed you will have -`,
|
||||
description: `As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts. Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us. Once completed you will have -`,
|
||||
greeting: `Welcome to Parity, the fastest and simplest way to run your node.`,
|
||||
next: `Click Next to continue your journey.`,
|
||||
step: {
|
||||
|
@ -40,7 +40,7 @@ export default {
|
||||
},
|
||||
welcome: {
|
||||
description: `作為初次安裝的一部分,下面的幾個步驟將指導你如何設定你的Parity和相關帳戶。我們的目標是使得使用Parity變得儘可能的簡單,讓你成功執行,所以請有點耐心。 一旦完成,你將擁有`,
|
||||
// As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have -
|
||||
// As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have -
|
||||
greeting: `歡迎使用Parity,這是執行以太坊節點的最快和最簡單的方式。`, // Welcome to Parity, the fastest and simplest way to run your node.
|
||||
next: `點選下一步繼續`, // Click Next to continue your journey.
|
||||
step: {
|
||||
|
@ -40,7 +40,7 @@ export default {
|
||||
},
|
||||
welcome: {
|
||||
description: `作为初次安装的一部分,下面的几个步骤将指导你如何设置你的Parity和相关账户。我们的目标是使得使用Parity变得尽可能的简单,让你成功运行,所以请有点耐心。 一旦完成,你将拥有`,
|
||||
// As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have -
|
||||
// As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have -
|
||||
greeting: `欢迎使用Parity,这是运行以太坊节点的最快和最简单的方式。`, // Welcome to Parity, the fastest and simplest way to run your node.
|
||||
next: `点击下一步继续`, // Click Next to continue your journey.
|
||||
step: {
|
||||
|
@ -46,7 +46,7 @@ export default class FirstRun extends Component {
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id='firstRun.welcome.description'
|
||||
defaultMessage='As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts. Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us. Once completed you will have -'
|
||||
defaultMessage='As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts. Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us. Once completed you will have -'
|
||||
/>
|
||||
</p>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user