2017-02-14 13:16:39 +01:00
// Copyright 2015-2017 Parity Technologies (UK) Ltd.
// This file is part of Parity.
// Parity is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// Parity is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
export default {
2017-03-27 11:42:59 +02:00
actionbar : {
export : {
button : {
export : ` export `
}
} ,
import : {
button : {
cancel : ` Cancel ` ,
confirm : ` Confirm ` ,
import : ` import `
} ,
confirm : ` Confirm that this is what was intended to import. ` ,
error : ` An error occured: {errorText} ` ,
step : {
error : ` error ` ,
select : ` select a file ` ,
validate : ` validate `
} ,
title : ` Import from a file `
} ,
search : {
hint : ` Enter search input... `
} ,
sort : {
sortBy : ` Sort by {label} ` ,
typeDefault : ` Default ` ,
typeEth : ` Sort by ETH ` ,
typeName : ` Sort by name ` ,
typeTags : ` Sort by tags `
}
} ,
2017-02-14 13:16:39 +01:00
balance : {
2017-03-27 11:42:59 +02:00
none : ` No balances associated with this account `
2017-02-14 13:16:39 +01:00
} ,
blockStatus : {
bestBlock : ` {blockNumber} best block ` ,
syncStatus : ` {currentBlock}/{highestBlock} syncing ` ,
warpRestore : ` {percentage}% warp restore ` ,
warpStatus : ` , {percentage}% historic `
} ,
confirmDialog : {
no : ` no ` ,
yes : ` yes `
} ,
2017-03-27 11:42:59 +02:00
copyToClipboard : {
copied : ` copied {data} to clipboard `
} ,
errors : {
close : ` close `
} ,
2017-09-05 13:26:29 +02:00
features : {
defaults : {
i18n : {
desc : ` Allows changing the default interface language ` ,
name : ` Language Selection `
} ,
logging : {
desc : ` Allows changing of the log levels for various components ` ,
name : ` Logging Level Selection `
}
}
} ,
2017-03-27 11:42:59 +02:00
fileSelect : {
defaultLabel : ` Drop a file here, or click to select a file to upload `
} ,
gasPriceSelector : {
customTooltip : {
transactions : ` {number} {number, plural, one {transaction} other {transactions}} with gas price set from {minPrice} to {maxPrice} `
}
} ,
2017-02-14 13:16:39 +01:00
identityName : {
null : ` NULL ` ,
unnamed : ` UNNAMED `
} ,
2017-03-27 11:42:59 +02:00
methodDecoding : {
condition : {
2017-09-05 13:26:29 +02:00
block : ` {historic, select, true {Will be submitted} false {To be submitted}} at block {blockNumber} ` ,
time : ` {historic, select, true {Will be submitted} false {To be submitted}} {timestamp} `
2017-03-27 11:42:59 +02:00
} ,
deploy : {
address : ` Deployed a contract at address ` ,
params : ` with the following parameters: ` ,
willDeploy : ` Will deploy a contract ` ,
withValue : ` , sending {value} `
} ,
gasUsed : ` ({gas} gas used) ` ,
gasValues : ` {gas} gas ({gasPrice}M/{tag}) ` ,
input : {
data : ` data ` ,
input : ` input ` ,
withInput : ` with the {inputDesc} {inputValue} `
} ,
receive : {
contract : ` the contract ` ,
info : ` {historic, select, true {Received} false {Will receive}} {valueEth} from {aContract}{address} `
} ,
signature : {
2017-09-05 13:26:29 +02:00
info : ` {historic, select, true {Executed} false {Will execute}} the {method} function on the contract {address} {showEth, select, true {transferring {ethValue}} false {}} {showInputs, select, false {} true {passing the following {inputLength, plural, one {parameter} other {parameters}}}} `
2017-03-27 11:42:59 +02:00
} ,
token : {
transfer : ` {historic, select, true {Transferred} false {Will transfer}} {value} to {address} `
} ,
transfer : {
contract : ` the contract ` ,
info : ` {historic, select, true {Transferred} false {Will transfer}} {valueEth} to {aContract}{address} `
} ,
txValues : ` {historic, select, true {Provided} false {Provides}} {gasProvided}{gasUsed} for a total transaction value of {totalEthValue} ` ,
unknown : {
info : ` {historic, select, true {Executed} false {Will execute}} the {method} on the contract {address} transferring {ethValue}. `
}
} ,
2017-02-14 13:16:39 +01:00
passwordStrength : {
label : ` password strength `
} ,
2017-02-21 12:59:36 +01:00
tooltips : {
button : {
done : ` Done ` ,
next : ` Next ` ,
skip : ` Skip `
}
} ,
2017-02-14 13:16:39 +01:00
txHash : {
confirmations : ` {count} {value, plural, one {confirmation} other {confirmations}} ` ,
oog : ` The transaction might have gone out of gas. Try again with more gas. ` ,
posted : ` The transaction has been posted to the network with a hash of {hashLink} ` ,
waiting : ` waiting for confirmations `
} ,
2017-09-05 13:26:29 +02:00
txList : {
txRow : {
cancel : ` Cancel ` ,
cancelWarning : ` Warning: Editing or Canceling the transaction may not succeed! ` ,
canceled : ` Canceled ` ,
edit : ` Edit ` ,
editing : ` Editing ` ,
pendingStatus : {
blocksLeft : ` {blockNumber} blocks left ` ,
time : ` {time} left `
} ,
scheduled : ` Scheduled ` ,
submitting : ` Pending ` ,
verify : {
cancelEditCancel : ` Cancel ` ,
cancelEditEdit : ` Edit ` ,
confirm : ` Are you sure? ` ,
nevermind : ` Nevermind `
}
}
} ,
2017-03-27 11:42:59 +02:00
vaultSelect : {
hint : ` the vault this account is attached to ` ,
label : ` associated vault `
} ,
2017-02-14 13:16:39 +01:00
verification : {
gatherData : {
accountHasRequested : {
false : ` You did not request verification from this account yet. ` ,
pending : ` Checking if you requested verification… ` ,
true : ` You already requested verification from this account. `
} ,
accountIsVerified : {
false : ` Your account is not verified yet. ` ,
pending : ` Checking if your account is verified… ` ,
true : ` Your account is already verified. `
} ,
fee : ` The additional fee is {amount} ETH. ` ,
isAbleToRequest : {
pending : ` Validating your input… `
} ,
isServerRunning : {
false : ` The verification server is not running. ` ,
pending : ` Checking if the verification server is running… ` ,
true : ` The verification server is running. `
} ,
nofee : ` There is no additional fee. ` ,
termsOfService : ` I agree to the terms and conditions below. `
}
}
} ;