From 000f9ed4596f377f9d7ac5f5315431ff0e474efa Mon Sep 17 00:00:00 2001 From: Tocoolmh58 <46871747+Tocoolmh58@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:23:16 +0200 Subject: [PATCH] Update ApiError_de.properties --- .../resources/i18n/ApiError_de.properties | 49 ++++++++++--------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/src/main/resources/i18n/ApiError_de.properties b/src/main/resources/i18n/ApiError_de.properties index ab7da6b7..9ec2cd6d 100644 --- a/src/main/resources/i18n/ApiError_de.properties +++ b/src/main/resources/i18n/ApiError_de.properties @@ -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 -NO_REPLY = peer did not reply with data \ No newline at end of file