forked from Qortal/qortal
Update ApiError_de.properties
This commit is contained in:
parent
c5b2c0b4ec
commit
000f9ed459
@ -4,68 +4,68 @@
|
||||
# "localeLang": "de",
|
||||
|
||||
### Common ###
|
||||
JSON = JSON nachricht konnte nicht geparsed werden
|
||||
JSON = JSON Nachricht konnte nicht geparst werden
|
||||
|
||||
INSUFFICIENT_BALANCE = insufficient balance
|
||||
|
||||
UNAUTHORIZED = API call unauthorized
|
||||
UNAUTHORIZED = API-Aufruf nicht autorisiert
|
||||
|
||||
REPOSITORY_ISSUE = repository error
|
||||
REPOSITORY_ISSUE = Repository-Fehler
|
||||
|
||||
NON_PRODUCTION = this API call is not permitted for production systems
|
||||
|
||||
BLOCKCHAIN_NEEDS_SYNC = blockchain needs to synchronize first
|
||||
|
||||
NO_TIME_SYNC = no clock synchronization yet
|
||||
NO_TIME_SYNC = noch keine Uhrensynchronisation
|
||||
|
||||
### Validation ###
|
||||
INVALID_SIGNATURE = ungültige signatur
|
||||
INVALID_SIGNATURE = ungültige Signatur
|
||||
|
||||
INVALID_ADDRESS = ungültige adresse
|
||||
INVALID_ADDRESS = ungültige Adresse
|
||||
|
||||
INVALID_PUBLIC_KEY = ungültiger public key
|
||||
|
||||
INVALID_DATA = ungültige daten
|
||||
INVALID_DATA = ungültige Daten
|
||||
|
||||
INVALID_NETWORK_ADDRESS = invalid network address
|
||||
INVALID_NETWORK_ADDRESS = ungültige Netzwerk Adresse
|
||||
|
||||
ADDRESS_UNKNOWN = account address unknown
|
||||
ADDRESS_UNKNOWN = Account Adresse unbekannt
|
||||
|
||||
INVALID_CRITERIA = invalid search criteria
|
||||
INVALID_CRITERIA = ungültige Suchkriterien
|
||||
|
||||
INVALID_REFERENCE = invalid reference
|
||||
INVALID_REFERENCE = ungültige Referenz
|
||||
|
||||
TRANSFORMATION_ERROR = could not transform JSON into transaction
|
||||
TRANSFORMATION_ERROR = konnte JSON nicht in eine Transaktion umwandeln
|
||||
|
||||
INVALID_PRIVATE_KEY = invalid private key
|
||||
INVALID_PRIVATE_KEY = ungültiger private key
|
||||
|
||||
INVALID_HEIGHT = invalid block height
|
||||
INVALID_HEIGHT = ungültige block height
|
||||
|
||||
CANNOT_MINT = account cannot mint
|
||||
CANNOT_MINT = Account kann nicht minten
|
||||
|
||||
### Blocks ###
|
||||
BLOCK_UNKNOWN = block unknown
|
||||
BLOCK_UNKNOWN = block unbekannt
|
||||
|
||||
### Transactions ###
|
||||
TRANSACTION_UNKNOWN = transaction unknown
|
||||
TRANSACTION_UNKNOWN = Transaktion unbekannt
|
||||
|
||||
PUBLIC_KEY_NOT_FOUND = public key wurde nicht gefunden
|
||||
|
||||
# this one is special in that caller expected to pass two additional strings, hence the two %s
|
||||
TRANSACTION_INVALID = transaction invalid: %s (%s)
|
||||
TRANSACTION_INVALID = Transaktion ungültig: %s (%s)
|
||||
|
||||
### Naming ###
|
||||
NAME_UNKNOWN = name unknown
|
||||
NAME_UNKNOWN = Name unbekannt
|
||||
|
||||
### Asset ###
|
||||
INVALID_ASSET_ID = ungültige asset ID
|
||||
|
||||
INVALID_ORDER_ID = invalid asset order ID
|
||||
INVALID_ORDER_ID = ungültige asset order ID
|
||||
|
||||
ORDER_UNKNOWN = unknown asset order ID
|
||||
ORDER_UNKNOWN = unbekannte asset order ID
|
||||
|
||||
### Groups ###
|
||||
GROUP_UNKNOWN = group unknown
|
||||
GROUP_UNKNOWN = Gruppe unbekannt
|
||||
|
||||
### Foreign Blockchain ###
|
||||
FOREIGN_BLOCKCHAIN_NETWORK_ISSUE = foreign blokchain or ElectrumX network issue
|
||||
@ -78,6 +78,7 @@ FOREIGN_BLOCKCHAIN_TOO_SOON = too soon to broadcast foreign blockchain transacti
|
||||
ORDER_SIZE_TOO_SMALL = order amount too low
|
||||
|
||||
### Data ###
|
||||
FILE_NOT_FOUND = file not found
|
||||
FILE_NOT_FOUND = Datei nicht gefunden
|
||||
|
||||
NO_REPLY = peer did not reply with data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user