|
|
|
# https://www.playframework.com/documentation/latest/ScalaI18N
|
|
|
|
|
|
|
|
xsn.server.unexpectedError=Unexpected error from the XSN network
|
|
|
|
|
|
|
|
error.transaction.format=Invalid transaction format
|
|
|
|
error.transaction.notFound=Transaction not found
|
|
|
|
error.rawTransaction.invalid=The transaction is invalid
|
|
|
|
error.rawTransaction.repeated=The transaction is already in the network
|
|
|
|
|
|
|
|
error.address.format=Invalid address format
|
|
|
|
|
|
|
|
error.block.format=Invalid blockhash format
|
|
|
|
error.block.notFound=Block not found
|
|
|
|
|
|
|
|
error.masternode.notFound=Masternode not found
|
|
|
|
|
|
|
|
error.ipAddress.invalid=Invalid ip address
|
|
|
|
|
|
|
|
error.paginatedQuery.offset.invalid=Invalid offset, it should be a number greater or equal than 0
|
|
|
|
error.paginatedQuery.limit.invalid=Invalid limit, it should be a number between 1 and and {0}
|
|
|
|
|
|
|
|
error.ordering.unknownField=Unknown ordering field
|
|
|
|
error.ordering.unknownCondition=Unknown ordering condition
|
|
|
|
error.ordering.invalid=Invalid format
|