diff --git a/src/main/resources/i18n/TransactionValidity_en.properties b/src/main/resources/i18n/TransactionValidity_en.properties index 5f8088f4..17a52647 100644 --- a/src/main/resources/i18n/TransactionValidity_en.properties +++ b/src/main/resources/i18n/TransactionValidity_en.properties @@ -182,6 +182,10 @@ INVALID_TIMESTAMP_SIGNATURE = invalid timestamp signature ADDRESS_IN_BLACKLIST = this address is in your blacklist +ADDRESS_ABOVE_RATE_LIMIT = address reached specified rate limit + +DUPLICATE_MESSAGE = address sent duplicate message + INVALID_BUT_OK = invalid but OK NOT_YET_RELEASED = feature not yet released \ No newline at end of file diff --git a/src/main/resources/i18n/TransactionValidity_fi.properties b/src/main/resources/i18n/TransactionValidity_fi.properties index d1568e24..adf7eb35 100644 --- a/src/main/resources/i18n/TransactionValidity_fi.properties +++ b/src/main/resources/i18n/TransactionValidity_fi.properties @@ -182,6 +182,10 @@ TX_GROUP_ID_MISMATCH = transaktion ryhmä-ID:n vastaavuusvirhe ADDRESS_IN_BLACKLIST = this address is in your blacklist +ADDRESS_ABOVE_RATE_LIMIT = address reached specified rate limit + +DUPLICATE_MESSAGE = address sent duplicate message + INVALID_TIMESTAMP_SIGNATURE = Invalid timestamp signature INVALID_BUT_OK = Invalid but OK \ No newline at end of file diff --git a/src/main/resources/i18n/TransactionValidity_hu.properties b/src/main/resources/i18n/TransactionValidity_hu.properties index 3f6e338d..68950971 100644 --- a/src/main/resources/i18n/TransactionValidity_hu.properties +++ b/src/main/resources/i18n/TransactionValidity_hu.properties @@ -184,6 +184,10 @@ INVALID_TIMESTAMP_SIGNATURE = érvénytelen időbélyeg aláírás ADDRESS_IN_BLACKLIST = ez a fiókcím a fekete listádon van +ADDRESS_ABOVE_RATE_LIMIT = ez a cím elérte a megengedett mérték korlátot + +DUPLICATE_MESSAGE = ez a cím duplikált üzenetet küldött + INVALID_BUT_OK = érvénytelen de elfogadva NOT_YET_RELEASED = ez a funkció még nem került kiadásra \ No newline at end of file diff --git a/src/main/resources/i18n/TransactionValidity_it.properties b/src/main/resources/i18n/TransactionValidity_it.properties index b5e5b964..62d1608b 100644 --- a/src/main/resources/i18n/TransactionValidity_it.properties +++ b/src/main/resources/i18n/TransactionValidity_it.properties @@ -184,6 +184,10 @@ TX_GROUP_ID_MISMATCH = identificazione di gruppo della transazione non corrispon ADDRESS_IN_BLACKLIST = this address is in your blacklist +ADDRESS_ABOVE_RATE_LIMIT = address reached specified rate limit + +DUPLICATE_MESSAGE = address sent duplicate message + INVALID_TIMESTAMP_SIGNATURE = Invalid timestamp signature INVALID_BUT_OK = Invalid but OK \ No newline at end of file diff --git a/src/main/resources/i18n/TransactionValidity_nl.properties b/src/main/resources/i18n/TransactionValidity_nl.properties index 39c2bd72..d6191f86 100644 --- a/src/main/resources/i18n/TransactionValidity_nl.properties +++ b/src/main/resources/i18n/TransactionValidity_nl.properties @@ -182,6 +182,10 @@ TX_GROUP_ID_MISMATCH = groep-ID van transactie matcht niet ADDRESS_IN_BLACKLIST = this address is in your blacklist +ADDRESS_ABOVE_RATE_LIMIT = address reached specified rate limit + +DUPLICATE_MESSAGE = address sent duplicate message + INVALID_TIMESTAMP_SIGNATURE = Invalid timestamp signature INVALID_BUT_OK = Invalid but OK \ No newline at end of file diff --git a/src/main/resources/i18n/TransactionValidity_ru.properties b/src/main/resources/i18n/TransactionValidity_ru.properties index f134ee5e..e8761e7b 100644 --- a/src/main/resources/i18n/TransactionValidity_ru.properties +++ b/src/main/resources/i18n/TransactionValidity_ru.properties @@ -176,6 +176,10 @@ TX_GROUP_ID_MISMATCH = не соответствие идентификатор ADDRESS_IN_BLACKLIST = this address is in your blacklist +ADDRESS_ABOVE_RATE_LIMIT = address reached specified rate limit + +DUPLICATE_MESSAGE = address sent duplicate message + INVALID_TIMESTAMP_SIGNATURE = Invalid timestamp signature INVALID_BUT_OK = Invalid but OK \ No newline at end of file