diff --git a/public/locales/nl.json b/public/locales/nl.json index fcaa789..1e4c402 100644 --- a/public/locales/nl.json +++ b/public/locales/nl.json @@ -193,62 +193,62 @@ "status": "KristWeb 2 is still in development. If you are not a donor, then you should not be here. Do not host this website.", "addWallet": { - "dialogTitle": "Add wallet", - "dialogTitleCreate": "Create wallet", - "dialogTitleEdit": "Edit wallet", - "dialogOkAdd": "Add", - "dialogOkCreate": "Create", - "dialogOkEdit": "Save", - "dialogAddExisting": "Add existing wallet", + "dialogTitle": "Wallet toevoegen", + "dialogTitleCreate": "Creëer wallet", + "dialogTitleEdit": "Bewerk wallet", + "dialogOkAdd": "Toevoegen", + "dialogOkCreate": "Creëren", + "dialogOkEdit": "Opslaan", + "dialogAddExisting": "Voeg bestaande wallet toe", "walletLabel": "Wallet label", - "walletLabelPlaceholder": "Wallet label (optional)", - "walletLabelMaxLengthError": "No longer than 32 characters", - "walletLabelWhitespaceError": "Must not be only spaces", + "walletLabelPlaceholder": "Wallet label (optioneel)", + "walletLabelMaxLengthError": "Niet langer dan 32 karakters", + "walletLabelWhitespaceError": "Moet niet alleen spaties bevatten", - "walletCategory": "Wallet category", - "walletCategoryDropdownNone": "No category", - "walletCategoryDropdownNew": "New", - "walletCategoryDropdownNewPlaceholder": "Category name", + "walletCategory": "Wallet categorie", + "walletCategoryDropdownNone": "Geen categorie", + "walletCategoryDropdownNew": "Nieuw", + "walletCategoryDropdownNewPlaceholder": "Categorienaam", - "walletAddress": "Wallet address", - "walletUsername": "Wallet username", - "walletUsernamePlaceholder": "Wallet username", - "walletPassword": "Wallet password", - "walletPasswordPlaceholder": "Wallet password", - "walletPasswordWarning": "Make sure to save this somewhere <1>secure!", - "walletPasswordRegenerate": "Regenerate", - "walletPrivatekey": "Wallet private key", - "walletPrivatekeyPlaceholder": "Wallet private key", + "walletAddress": "Wallet adres", + "walletUsername": "Wallet gebruikersnaam", + "walletUsernamePlaceholder": "Wallet gebruikersnaam", + "walletPassword": "Wallet wachtwoord", + "walletPasswordPlaceholder": "Wallet wachtwoord", + "walletPasswordWarning": "Zorg dat je dit ergens <1>veilig bewaard!", + "walletPasswordRegenerate": "Regenereren", + "walletPrivatekey": "Wallet privésleutel", + "walletPrivatekeyPlaceholder": "Wallet privésleutel", - "advancedOptions": "Advanced options", + "advancedOptions": "Geavanceerde opties", - "walletFormat": "Wallet format", - "walletFormatKristWallet": "KristWallet, KWallet (recommended)", + "walletFormat": "Wallet formaat", + "walletFormatKristWallet": "KristWallet, KWallet (aanbevolen)", "walletFormatKristWalletUsernameAppendhashes": "KW-Username (appendhashes)", "walletFormatKristWalletUsername": "KW-Username (pre-appendhashes)", "walletFormatJwalelset": "jwalelset", - "walletFormatApi": "Raw/API (advanced users)", + "walletFormatApi": "Rauw/API (geavanceerde gebruikers)", - "walletSave": "Save this wallet in KristWeb", + "walletSave": "Sla deze wallet op in KristWeb", - "messageSuccessAdd": "Added wallet successfully!", - "messageSuccessCreate": "Created wallet successfully!", - "messageSuccessEdit": "Saved wallet successfully!", + "messageSuccessAdd": "Wallet succesvol toegevoegd!", + "messageSuccessCreate": "Wallet succesvol aangemaakt!", + "messageSuccessEdit": "Wallet succesvol opgeslagen!", - "errorPasswordRequired": "Password is required.", - "errorPrivatekeyRequired": "Private key is required.", - "errorUnexpectedTitle": "Unexpected error", - "errorUnexpectedDescription": "There was an error while adding the wallet. See console for details.", - "errorUnexpectedEditDescription": "There was an error while editing the wallet. See console for details.", - "errorDuplicateWalletTitle": "Wallet already exists", - "errorDuplicateWalletDescription": "You already have a wallet for that address.", - "errorMissingWalletTitle": "Wallet not found", - "errorMissingWalletDescription": "The wallet you are trying to edit no longer exists.", - "errorDecryptTitle": "Incorrect master password", - "errorDecryptDescription": "Failed to decrypt the wallet password. Is the master password correct?", - "errorWalletLimitTitle": "Wallet limit reached", - "errorWalletLimitDescription": "You currently cannot add any more wallets." + "errorPasswordRequired": "Wachtwoord is vereist.", + "errorPrivatekeyRequired": "Privésleutel is vereist.", + "errorUnexpectedTitle": "Onverwachte fout", + "errorUnexpectedDescription": "Er is een fout opgetreden bij het toevoegen van de wallet. Zie de console voor details.", + "errorUnexpectedEditDescription": "Er is een fout opgetreden bij het bewerken van de wallet. Zie console voor details.", + "errorDuplicateWalletTitle": "Wallet bestaat al", + "errorDuplicateWalletDescription": "U heeft al een wallet voor dat adres.", + "errorMissingWalletTitle": "Wallet niet gevonden", + "errorMissingWalletDescription": "De wallet die u probeert te bewerken, bestaat niet meer.", + "errorDecryptTitle": "Foutief hoofdwachtwoord", + "errorDecryptDescription": "Ontsleutelen van het wallet-wachtwoord is mislukt. Is het hoofdwachtwoord correct?", + "errorWalletLimitTitle": "Wallet limiet bereikt", + "errorWalletLimitDescription": "U kunt momenteel geen wallets meer toevoegen." }, "dashboard": { @@ -257,15 +257,15 @@ "inDevBanner": "Welcome to the KristWeb v2 private beta! This site is still in development, so most features are currently missing. Please report all bugs on <1>GitHub. Thanks!", "walletOverviewCardTitle": "Wallets", - "walletOverviewTotalBalance": "Total balance", - "walletOverviewNames": "Names", + "walletOverviewTotalBalance": "Totaalbalans", + "walletOverviewNames": "Namen", "walletOverviewNamesCount": "{{count, number}} name", "walletOverviewNamesCount_plural": "{{count, number}} names", "walletOverviewSeeMore": "See all {{count, number}}...", "walletOverviewAddWallets": "Add wallets...", "transactionsCardTitle": "Transactions", - "transactionsError": "There was an error fetching your transactions. See the console for details.", + "transactionsError": "Er was een fout bij het ophalen van de transacties. Zie de console voor details.", "blockValueCardTitle": "Block value", "blockValueBaseValue": "Base value (<1>)", @@ -378,13 +378,13 @@ "rateLimitDescription": "Too many requests were sent to the Krist server in a short period of time. This is probably caused by a bug!", "address": { - "title": "Address", + "title": "Adres", "walletLabel": "Label:", - "walletCategory": "Category:", + "walletCategory": "Categorie:", "balance": "Current balance", - "names": "Names", + "names": "Namen", "nameCount": "{{count, number}} name", "nameCount_plural": "{{count, number}} names", "firstSeen": "First seen", @@ -395,8 +395,8 @@ "buttonEditFriend": "Edit in address book", "buttonEditWallet": "Edit wallet", - "cardRecentTransactionsTitle": "Recent transactions", - "cardNamesTitle": "Names", + "cardRecentTransactionsTitle": "Recente transactoes", + "cardNamesTitle": "Namen", "transactionsError": "There was an error fetching the transactions. See the console for details.", "namesError": "There was an error fetching the names. See the console for details.", @@ -405,154 +405,154 @@ "nameReceived": "Received <1 />", "namesSeeMore": "See all {{count, number}}...", - "resultInvalidTitle": "Invalid address", - "resultInvalid": "That does not look like a valid Krist address.", - "resultNotFoundTitle": "Address not found", - "resultNotFound": "That address has not yet been initialised on the Krist network." + "resultInvalidTitle": "Foutief adres", + "resultInvalid": "Dat lijkt niet op een correct krist adres.", + "resultNotFoundTitle": "Adres niet gevonden", + "resultNotFound": "Dat adres is nog niet geinitialiseerd op het Krist netwerk" }, "transactionSummary": { - "itemID": "Transaction ID: {{id}}", - "itemFrom": "<0>From: <1 />", - "itemTo": "<0>To: <1 />", - "itemName": "<0>Name: <1 />", + "itemID": "Transactie ID: {{id}}", + "itemFrom": "<0>Van: <1 />", + "itemTo": "<0>Naar: <1 />", + "itemName": "<0>Naam: <1 />", "itemARecord": "<0>A record: <1 />", - "itemARecordRemoved": "(removed)", - "seeMore": "See all {{count, number}}..." + "itemARecordRemoved": "(verwijderd)", + "seeMore": "Zie alle {{count, number}}..." }, "transactions": { - "title": "Network Transactions", - "myTransactionsTitle": "My Transactions", - "nameHistoryTitle": "Name History", - "nameTransactionsTitle": "Name Transactions", - "searchTitle": "Transaction Search", + "title": "Netwerktransacties", + "myTransactionsTitle": "Mijn transacties", + "nameHistoryTitle": "Naamgeschiedenis", + "nameTransactionsTitle": "Naamtransacties", + "searchTitle": "Transacties doorzoeken", - "siteTitleWallets": "My Transactions", - "siteTitleNetworkAll": "Network Transactions", - "siteTitleNetworkAddress": "{{address}}'s Transactions", - "siteTitleNameHistory": "Name History", - "siteTitleNameSent": "Name Transactions", - "siteTitleSearch": "Transaction Search", + "siteTitleWallets": "Mijn transacties", + "siteTitleNetworkAll": "Netwerktransacties", + "siteTitleNetworkAddress": "{{address}}'s transacties", + "siteTitleNameHistory": "Naamgeschiedenis", + "siteTitleNameSent": "Naamtransacties", + "siteTitleSearch": "Transacties doorzoeken", - "subTitleSearchAddress": "Involving {{address}}", - "subTitleSearchName": "Involving {{name}}", - "subTitleSearchMetadata": "With metadata '{{query}}'", + "subTitleSearchAddress": "Betreffende {{address}}", + "subTitleSearchName": "Betreffende {{name}}", + "subTitleSearchMetadata": "Met metadata '{{query}}'", "columnID": "ID", "columnType": "Type", - "columnFrom": "From", - "columnTo": "To", - "columnValue": "Value", - "columnName": "Name", + "columnFrom": "Van", + "columnTo": "Naar", + "columnValue": "Waarde", + "columnName": "Naam", "columnMetadata": "Metadata", - "columnTime": "Time", + "columnTime": "Tijd", - "tableTotal": "{{count, number}} item", - "tableTotal_plural": "{{count, number}} items", + "tableTotal": "{{count, number}} resultaat", + "tableTotal_plural": "{{count, number}} resultaten", - "includeMined": "Include mined transactions", + "includeMined": "Inclusief gemijnde transacties", - "resultInvalidTitle": "Invalid address", - "resultInvalid": "That does not look like a valid Krist address.", + "resultInvalidTitle": "Foutief adres", + "resultInvalid": "Dat lijkt niet op een correct krist adres.", "types": { - "transferred": "Transferred", - "sent": "Sent", - "received": "Received", - "mined": "Mined", - "name_a_record": "Updated name", - "name_transferred": "Moved name", - "name_sent": "Sent name", - "name_received": "Received name", - "name_purchased": "Purchased name", + "transferred": "Overgedragen", + "sent": "Verzonden", + "received": "Ontvangen", + "mined": "Gemijnd", + "name_a_record": "Naam gewijzigd", + "name_transferred": "Naam overgedragen", + "name_sent": "Naam verzonden", + "name_received": "Naam ontvangen", + "name_purchased": "Naam aangeschaft", "bumped": "Bumped", - "unknown": "Unknown" + "unknown": "Onbekend" } }, "names": { - "titleWallets": "My Names", - "titleNetworkAll": "Network Names", - "titleNetworkAddress": "Network Names", + "titleWallets": "Mijn namen", + "titleNetworkAll": "Netwerknamen", + "titleNetworkAddress": "Netwerknamen", - "siteTitleWallets": "My Names", - "siteTitleNetworkAll": "Network Names", - "siteTitleNetworkAddress": "{{address}}'s Names", + "siteTitleWallets": "Mijn namen", + "siteTitleNetworkAll": "Netwerknamen", + "siteTitleNetworkAddress": "{{address}}'s namen", - "columnName": "Name", - "columnOwner": "Owner", - "columnOriginalOwner": "Original Owner", - "columnRegistered": "Registered", - "columnUpdated": "Updated", + "columnName": "Naam", + "columnOwner": "Eigenaar", + "columnOriginalOwner": "Originele igenaar", + "columnRegistered": "Geregistreerd", + "columnUpdated": "Bijgewerkt", "columnARecord": "A Record", - "columnUnpaid": "Unpaid Blocks", + "columnUnpaid": "Onbetaalde blokken", - "tableTotal": "{{count, number}} name", - "tableTotal_plural": "{{count, number}} names", + "tableTotal": "{{count, number}} naam", + "tableTotal_plural": "{{count, number}} namen", - "resultInvalidTitle": "Invalid address", - "resultInvalid": "That does not look like a valid Krist address." + "resultInvalidTitle": "Foutief adres", + "resultInvalid": "Dat lijkt niet op een correct krist adres." }, "name": { - "title": "Name", + "title": "Naam", - "buttonSendKrist": "Send Krist to {{name}}", - "buttonTransferKrist": "Transfer Krist to {{name}}", - "buttonARecord": "Update A record", - "buttonTransferName": "Transfer name", + "buttonSendKrist": "Verzend Krist naar {{name}}", + "buttonTransferKrist": "Maak Krist over naar {{name}}", + "buttonARecord": "Werk A record bij", + "buttonTransferName": "Naam overmaken", - "owner": "Owned by", - "originalOwner": "Purchased by", - "registered": "Registered", - "updated": "Last updated", - "unpaid": "Unpaid blocks", - "unpaidCount": "{{count, number}} block", - "unpaidCount_plural": "{{count, number}} blocks", + "owner": "Eigendom van", + "originalOwner": "Gekocht door", + "registered": "Geregistreerd", + "updated": "Laatst bijgewerkt", + "unpaid": "Onbetaalde blokken", + "unpaidCount": "{{count, number}} blok", + "unpaidCount_plural": "{{count, number}} blokken", "aRecord": "A record", - "aRecordEditTooltip": "Update A record", + "aRecordEditTooltip": "A record bijwerken", - "cardRecentTransactionsTitle": "Recent transactions", - "cardHistoryTitle": "Name history", - "transactionsError": "There was an error fetching the transactions. See the console for details.", - "historyError": "There was an error fetching the name history. See the console for details.", + "cardRecentTransactionsTitle": "Recente transactoes", + "cardHistoryTitle": "Naamgeschiedenis", + "transactionsError": "Er is een fout opgetreden bij het ophalen van transacties. Zie de console voor details.", + "historyError": "Er is een fout opgetreden bij het ophalen van de naamgeschiedenis. Zie de console voor details.", - "resultInvalidTitle": "Invalid name", - "resultInvalid": "That does not look like a valid Krist name.", - "resultNotFoundTitle": "Name not found", - "resultNotFound": "That name does not exist." + "resultInvalidTitle": "Foutieve naam", + "resultInvalid": "Dit lijkt niet op een correct krist adres.", + "resultNotFoundTitle": "Naam niet gevonden", + "resultNotFound": "Die naam bestaat niet." }, "blocks": { - "title": "Network Blocks", - "titleLowest": "Lowest Blocks", - "siteTitle": "Network Blocks", - "siteTitleLowest": "Lowest Blocks", + "title": "Netwerkblokken", + "titleLowest": "Laagste blokken", + "siteTitle": "Netwerkblokken", + "siteTitleLowest": "Laagste blokken", - "columnHeight": "Height", - "columnAddress": "Miner", - "columnHash": "Block Hash", - "columnValue": "Value", - "columnDifficulty": "Difficulty", - "columnTime": "Time", + "columnHeight": "Hoogte", + "columnAddress": "Mijner", + "columnHash": "Blok hash", + "columnValue": "Waarde", + "columnDifficulty": "Moeilijkheidsgraad", + "columnTime": "Tijd", - "tableTotal": "{{count, number}} block", - "tableTotal_plural": "{{count, number}} blocks" + "tableTotal": "{{count, number}} blok", + "tableTotal_plural": "{{count, number}} blokken" }, "block": { - "title": "Block", - "siteTitle": "Block", + "title": "Blok", + "siteTitle": "Blok", "siteTitleBlock": "Block #{{id, number}}", "subTitleBlock": "#{{id, number}}", - "height": "Height", - "miner": "Miner", - "value": "Value", - "time": "Time", + "height": "Hoogte", + "miner": "Mijner", + "value": "Waarde", + "time": "Tijd", "hash": "Hash", - "difficulty": "Difficulty", + "difficulty": "Moeilijkheidsgraad", "previous": "Prev", "previousTooltip": "Previous block (#{{id, number}})", @@ -574,12 +574,12 @@ "subTitleTransaction": "#{{id, number}}", "type": "Type", - "from": "From", - "to": "To", - "address": "Address", - "name": "Name", - "value": "Value", - "time": "Time", + "from": "Van", + "to": "Naar", + "address": "Adres", + "name": "Naam", + "value": "Waarde", + "time": "Tijd", "aRecord": "A record", "cardMetadataTitle": "Metadata", @@ -592,13 +592,13 @@ "commonMetaCustom": "Transaction records", "commonMetaCustomHelp": "These values were directly contained in the transaction metadata.", "commonMetaColumnKey": "Key", - "commonMetaColumnValue": "Value", + "commonMetaColumnValue": "Waarde", "cardRawDataTitle": "Raw data", "cardRawDataHelp": "The transaction exactly as it was returned by the Krist API.", "rawDataColumnKey": "Key", - "rawDataColumnValue": "Value", + "rawDataColumnValue": "Waarde", "resultInvalidTitle": "Invalid transaction ID", "resultInvalid": "That does not look like a valid transaction ID.", @@ -615,7 +615,7 @@ "title": "No wallets yet", "subTitle": "You currently have no wallets saved in KristWeb, so there is nothing to see here yet. Would you like to add a wallet?", "button": "Add wallets", - "buttonNetworkTransactions": "Network transactions", + "buttonNetworkTransactions": "Netwerktransacties", "buttonNetworkNames": "Network names" },