Browse Source

Updated TransactionValidity keys

Added ADDRESS_IN_BLACKLIST ValidationResult to TransactionValidity translation keys
pull/57/head
Scythian 3 years ago
parent
commit
76ec3473d6
  1. 2
      src/main/resources/i18n/TransactionValidity_en.properties
  2. 2
      src/main/resources/i18n/TransactionValidity_hu.properties

2
src/main/resources/i18n/TransactionValidity_en.properties

@ -180,6 +180,8 @@ INCORRECT_NONCE = incorrect PoW nonce
INVALID_TIMESTAMP_SIGNATURE = invalid timestamp signature
ADDRESS_IN_BLACKLIST = this address is in your blacklist
INVALID_BUT_OK = invalid but OK
NOT_YET_RELEASED = feature not yet released

2
src/main/resources/i18n/TransactionValidity_hu.properties

@ -180,6 +180,8 @@ INCORRECT_NONCE = helytelen Proof-of-Work Nonce
INVALID_TIMESTAMP_SIGNATURE = érvénytelen időbélyeg aláírás
ADDRESS_IN_BLACKLIST = ez a fiókcím a fekete listádon van
INVALID_BUT_OK = érvénytelen de elfogadva
NOT_YET_RELEASED = ez a funkció még nem került kiadásra
Loading…
Cancel
Save