Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| # deutsch | |
| faucet.title=Burstcoin Faucet - Kostenlos Burstcoins anfordern. | |
| faucet.form.title=Burstcoin Faucet | |
| faucet.form.account.label=Dein Burstcoin Account | |
| faucet.form.account.notice=NICHT die PASSPHRASE hier eingeben! | |
| faucet.form.account.placeholder='Account ID' oder 'Numeric Account ID' | |
| faucet.form.button.claim=Burst anfordern | |
| # thanks for your support and not changing this | |
| faucet.link.url=https://github.com/de-luxe/burstcoin-faucet/releases | |
| # {0} Faucet accountId, {1} Faucet account balance | |
| faucet.link.text={0} - {1} BURST | |
| faucet.stats.donations.title=Einzahlungen | |
| # {0} Total donated BURST amount, {1} Total number of donating accounts | |
| faucet.stats.donations.summary=Von {1} Accounts wurden {0} BURST eingezahlt. | |
| # {0} Donating accountId, {1} BURST amount donated | |
| faucet.stats.donations.account={0} - {1} BURST | |
| # {0} BURST amount donated from other accounts | |
| faucet.stats.donations.other=Andere Accounts - {0} BURST | |
| faucet.stats.claims.title=Auszahlungen | |
| # {0} Total claimed BURST amount, {1} Total number of claiming accounts | |
| faucet.stats.claims.summary={0} BURST wurden an {1} Accounts ausgezahlt. | |
| # {0} Number of claims, {1} Claiming accountId, {2} BURST amount claimed | |
| faucet.stats.claims.account={0}x {1} - {2} BURST | |
| # {0} BURST amount send, {1} target accountId | |
| faucet.msg.send.money=Es wurden {0} BURST an {1} ausgezahlt. | |
| # faucet has not enough funds | |
| faucet.error.noFunds=Faucet has run dry, claim BURST is currently not possible. Donations to below accountId are welcome! | |
| # {0} Malformed BURST accountId | |
| faucet.error.accountId.malformed=Der eingegebene Account ''{0}'' ist ungültig! | |
| # {0} BURST numericAccountId not able to rs convert | |
| faucet.error.accountId.rsConvert=Der eingegebene Account ''{0}'' ist ungültig! | |
| # {0} BURST accountId with wrong alphabet | |
| faucet.error.accountId.alphabet=Der eingegebene Account ''{0}'' beinhaltet ungültige zeichen! | |
| faucet.error.claim.reCaptcha=Das reCaptcha muss angehakt werden. | |
| # {0} time to wait in minutes, until account expired | |
| faucet.error.claim.denied.account=Eine erneute Auszahlung, an diesen Account, ist erst nach weiteren {0} minuten möglich. | |
| # {0} time to wait in minutes, until ip expired | |
| faucet.error.claim.denied.ip=Eine erneute Auszahlung, mit dieser IP, ist erst nach weiteren {0} minuten möglich. | |
| # {0} time to wait in minutes, until cookie expired | |
| faucet.error.claim.denied.cookie=Eine erneute Auszahlung, auf diesem Rechner, ist erst nach weiteren {0} minuten möglich. | |
| faucet.error.claim.walletAccess=Das hätte nicht passieren dürfen, aber auf das BURST Wallet kann momentan nicht zugegriffen werden. Es konnten keine BURSTs ausgezahlt werden. | |
| # {0} numberOfClaims allowed | |
| faucet.error.claim.denied.numberOfClaims=Jeder Account kann nur {0} mal BURST anfordern. |