Advertisement
Guest User

index_ru.properties

a guest
Aug 11th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # russian
  2.  
  3. faucet.title=Burstcoin Faucet - Claim your free Burstcoins within seconds.
  4.  
  5. faucet.form.title=Кран Burstcoin
  6. faucet.form.account.label=Ваш Burstcoin Аккаунт
  7. faucet.form.account.notice=НЕ вводите свой ПАРОЛЬ здесь!
  8. faucet.form.account.placeholder='Account ID' или 'Numeric Account ID'
  9. faucet.form.button.claim=Получить Burst
  10.  
  11. # thanks for your support and not changing this
  12. faucet.link.url=https://github.com/de-luxe/burstcoin-faucet/releases
  13. # {0} Faucet accountId, {1} Faucet account balance
  14. faucet.link.text={0} - {1} BURST
  15.  
  16. faucet.stats.donations.title=Пожертвования
  17. # {0} Total donated BURST amount, {1} Total number of donating accounts
  18. faucet.stats.donations.summary=Кран получил {0} BURST от {1} Аккаунтов.
  19. # {0} Donating accountId, {1} BURST amount donated
  20. faucet.stats.donations.account={0} - {1} BURST
  21. # {0} BURST amount donated from other accounts
  22. faucet.stats.donations.other=Остальные Аккаунты - {0} BURST
  23.  
  24. faucet.stats.claims.title=Claims
  25. # {0} Total claimed BURST amount, {1} Total number of claiming accounts
  26. faucet.stats.claims.summary=Кран отправил {0} BURST {1} Аккаунтам.
  27. # {0} Number of claims, {1} Claiming accountId, {2} BURST amount claimed
  28. faucet.stats.claims.account={0}x {1} - {2} BURST
  29.  
  30. # {0} BURST amount send, {1} target accountId
  31. faucet.msg.send.money={0} BURST отправлены {1}
  32.  
  33. # {0} Malformed BURST accountId
  34. faucet.error.accountId.malformed=Пожалуйста, введите свой BURST 'Account ID' или 'Numeric Account ID'! ''{0}'' не верный!
  35. # {0} BURST numericAccountId not able to rs convert
  36. faucet.error.accountId.rsConvert=Пожалуйста, введите свой BURST 'Account ID' или 'Numeric Account ID'! ''{0}'' не верный!
  37. # {0} BURST accountId with wrong alphabet
  38. faucet.error.accountId.alphabet=Пожалуйста, введите свой BURST 'Account ID' или 'Numeric Account ID'! ''{0}'' не верный!
  39.  
  40. faucet.error.claim.reCaptcha=Пожалуйста, подтвердите что Вы не робот.
  41. # {0} time to wait in minutes, until account expired
  42. faucet.error.claim.denied.account=BURST не отправлены. Пожалуйста подождите {0} минут, перед повторным получением.
  43. # {0} time to wait in minutes, until ip expired
  44. faucet.error.claim.denied.ip=BURST не отправлены. Пожалуйста подождите {0} минут, перед повторным получением.
  45. # {0} time to wait in minutes, until cookie expired
  46. faucet.error.claim.denied.cookie=BURST не отправлены. Пожалуйста подождите {0} минут, перед повторным получением.
  47. faucet.error.claim.walletAccess=Извините, Кран не может получить доступ к Кошельку для отправки Вам BURST.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement