parent
d1c9acf439
commit
b63c3a66ca
@ -69,7 +69,7 @@ export default {
|
|||||||
hash: `Hash to be signed: {hashToSign}`
|
hash: `Hash to be signed: {hashToSign}`
|
||||||
},
|
},
|
||||||
unknownBinary: `(Unknown binary data)`,
|
unknownBinary: `(Unknown binary data)`,
|
||||||
warning: `WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.`
|
warning: `WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.`
|
||||||
},
|
},
|
||||||
title: `Trusted Signer`,
|
title: `Trusted Signer`,
|
||||||
txPending: {
|
txPending: {
|
||||||
|
@ -58,7 +58,7 @@ export default {
|
|||||||
},
|
},
|
||||||
unknownBinary: `(未知二進位制資料)`, // (Unknown binary data)
|
unknownBinary: `(未知二進位制資料)`, // (Unknown binary data)
|
||||||
warning: `警告:此操作的結果是不可逆的。請在確認資訊後再通過請求。`
|
warning: `警告:此操作的結果是不可逆的。請在確認資訊後再通過請求。`
|
||||||
// WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.
|
// WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.
|
||||||
},
|
},
|
||||||
title: `可信的Signer`, // Trusted Signer
|
title: `可信的Signer`, // Trusted Signer
|
||||||
txPending: {
|
txPending: {
|
||||||
|
@ -58,7 +58,7 @@ export default {
|
|||||||
},
|
},
|
||||||
unknownBinary: `(未知二进制数据)`, // (Unknown binary data)
|
unknownBinary: `(未知二进制数据)`, // (Unknown binary data)
|
||||||
warning: `警告:此操作的结果是不可逆的。请在确认信息后再通过请求。`
|
warning: `警告:此操作的结果是不可逆的。请在确认信息后再通过请求。`
|
||||||
// WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.
|
// WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.
|
||||||
},
|
},
|
||||||
title: `可信的Signer`, // Trusted Signer
|
title: `可信的Signer`, // Trusted Signer
|
||||||
txPending: {
|
txPending: {
|
||||||
|
@ -219,7 +219,7 @@ class SignRequest extends Component {
|
|||||||
<strong>
|
<strong>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='signer.signRequest.warning'
|
id='signer.signRequest.warning'
|
||||||
defaultMessage='WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.'
|
defaultMessage='WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.'
|
||||||
/>
|
/>
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user