Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

nl translations #4649

Merged
merged 5 commits into from
Feb 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions js/src/i18n/nl/account.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// 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 {
button: {
delete: `verwijder account`,
edit: `bewerk`,
password: `wachtwoord`,
shapeshift: `shapeshift`,
transfer: `verzend`,
verify: `verifieer`
},
header: {
outgoingTransactions: `{count} uitgaande transacties`,
uuid: `uuid: {uuid}`
},
title: `Account Beheer`,
transactions: {
poweredBy: `Transactie lijst mede mogelijk door {etherscan}`,
title: `transacties`
}
};
31 changes: 31 additions & 0 deletions js/src/i18n/nl/accounts.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// 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 {
button: {
newAccount: `nieuw account`,
newWallet: `nieuw wallet`,
vaults: `kluizen`
},
summary: {
minedBlock: `Opgenomen in blok #{blockNumber}`
},
title: `Accounts Overzicht`,
tooltip: {
actions: `voor de huidige weergave zijn koppelingen beschikbaar op de werkbalk voor snelle toegang: het uitvoeren van acties of het creëren van een nieuw item`,
overview: `hier vind je een overzichtelijke weergave van je accounts, waarin je meta informatie kunt bewerken en transacties kunt uitvoeren en bekijken`
}
};
37 changes: 37 additions & 0 deletions js/src/i18n/nl/addAddress.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// 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 {
button: {
add: `Adres Opslaan`,
close: `Annuleer`
},
input: {
address: {
hint: `het netwerk adres van het item`,
label: `Netwerk Adres`
},
description: {
hint: `een uitgebereide beschrijving voor het adres`,
label: `(optioneel) adres beschrijving`
},
name: {
hint: `een beschrijvende naam van het adres`,
label: `Adres Naam`
}
},
label: `voeg opgeslagen adres toe`
};
60 changes: 60 additions & 0 deletions js/src/i18n/nl/addContract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// 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 {
abi: {
hint: `de abi van het contract`,
label: `contract abi`
},
abiType: {
custom: {
description: `Contract aangemaakt met een custom ABI`,
label: `Custom Contract`
},
multisigWallet: {
description: `Ethereum Multisig contract {link}`,
label: `Multisig Wallet`,
link: `zie contract code`
},
token: {
description: `Een standaard {erc20} token`,
erc20: `ERC 20`,
label: `Token`
}
},
address: {
hint: `het netwerk adres van het contract`,
label: `netwerk adres`
},
button: {
add: `Voeg Contract toe`,
cancel: `Annuleer`,
next: `Volgende`,
prev: `Terug`
},
description: {
hint: `een uitgebreide omschrijving van het contract`,
label: `(optioneel) contract beschrijving`
},
name: {
hint: `een beschrijvende naam van het contract`,
label: `contract naam`
},
title: {
details: `voer contract details in`,
type: `kies een contract type`
}
};
26 changes: 26 additions & 0 deletions js/src/i18n/nl/addressSelect.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// 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 {
fromEmail: `Geverifieerd met behulp van e-mail {email}`,
fromRegistry: `{name} (from registry)`,
labels: {
accounts: `accounts`,
contacts: `contacten`,
contracts: `contracts`
},
noAccount: `Geen account gevonden voor deze zoekopdracht...`
};
27 changes: 27 additions & 0 deletions js/src/i18n/nl/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// 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 {
status: {
consensus: {
capable: `Capable`,
capableUntil: `Capable tot #{blockNumber}`,
incapableSince: `Incapable sinds #{blockNumber}`,
unknown: `Onbekende capability`
},
upgrade: `Upgrade`
}
};
26 changes: 26 additions & 0 deletions js/src/i18n/nl/connection.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// 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 {
connectingAPI: `Verbinden met de Parity Secure API.`,
connectingNode: `Verbinden met de Parity Node. Conroleer of je Parity node actief en op het netwerk bereikbaar is als dit bericht op je scherm blijft staan.`,
invalidToken: `ongeldige signer token`,
noConnection: `Kan geen verbinding maken met de Parity Secure API. Voer {newToken} uit en geef het token hieronder in om het secure token bij te werken of een nieuwe te genereren.`,
token: {
hint: `een Parity gegenereerd token`,
label: `secure token`
}
};
19 changes: 19 additions & 0 deletions js/src/i18n/nl/contract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// 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 {
minedBlock: `Opgenomen in blok #{blockNumber}`
};
Loading