mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-26 19:51:24 +00:00
Reorganised translations
Updated the "localeLang" files with new keys and removed old unused keys for English, German, Dutch, Italian, Finnish, Hungarian, Russian and Chinese translations
This commit is contained in:
@@ -1,14 +1,83 @@
|
||||
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
||||
# Keys are from api.ApiError enum
|
||||
|
||||
# "localeLang": "de",
|
||||
|
||||
### Common ###
|
||||
JSON = JSON nachricht konnte nicht geparsed werden
|
||||
|
||||
INSUFFICIENT_BALANCE = insufficient balance
|
||||
|
||||
UNAUTHORIZED = API call unauthorized
|
||||
|
||||
REPOSITORY_ISSUE = repository error
|
||||
|
||||
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
|
||||
|
||||
### Validation ###
|
||||
INVALID_SIGNATURE = ungültige signatur
|
||||
|
||||
INVALID_ADDRESS = ungültige adresse
|
||||
|
||||
INVALID_ASSET_ID = ungültige asset ID
|
||||
INVALID_PUBLIC_KEY = ungültiger public key
|
||||
|
||||
INVALID_DATA = ungültige daten
|
||||
|
||||
INVALID_PUBLIC_KEY = ungültiger public key
|
||||
INVALID_NETWORK_ADDRESS = invalid network address
|
||||
|
||||
INVALID_SIGNATURE = ungültige signatur
|
||||
ADDRESS_UNKNOWN = account address unknown
|
||||
|
||||
JSON = JSON nachricht konnte nicht geparsed werden
|
||||
INVALID_CRITERIA = invalid search criteria
|
||||
|
||||
INVALID_REFERENCE = invalid reference
|
||||
|
||||
TRANSFORMATION_ERROR = could not transform JSON into transaction
|
||||
|
||||
INVALID_PRIVATE_KEY = invalid private key
|
||||
|
||||
INVALID_HEIGHT = invalid block height
|
||||
|
||||
CANNOT_MINT = account cannot mint
|
||||
|
||||
### Blocks ###
|
||||
BLOCK_UNKNOWN = block unknown
|
||||
|
||||
### Transactions ###
|
||||
TRANSACTION_UNKNOWN = transaction unknown
|
||||
|
||||
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)
|
||||
|
||||
### Naming ###
|
||||
NAME_UNKNOWN = name unknown
|
||||
|
||||
### Asset ###
|
||||
INVALID_ASSET_ID = ungültige asset ID
|
||||
|
||||
INVALID_ORDER_ID = invalid asset order ID
|
||||
|
||||
ORDER_UNKNOWN = unknown asset order ID
|
||||
|
||||
### Groups ###
|
||||
GROUP_UNKNOWN = group unknown
|
||||
|
||||
### Foreign Blockchain ###
|
||||
FOREIGN_BLOCKCHAIN_NETWORK_ISSUE = foreign blokchain or ElectrumX network issue
|
||||
|
||||
FOREIGN_BLOCKCHAIN_BALANCE_ISSUE = insufficient balance on foreign blockchain
|
||||
|
||||
FOREIGN_BLOCKCHAIN_TOO_SOON = too soon to broadcast foreign blockchain transaction (LockTime/median block time)
|
||||
|
||||
### Trade Portal ###
|
||||
ORDER_SIZE_TOO_SMALL = order amount too low
|
||||
|
||||
### Data ###
|
||||
FILE_NOT_FOUND = file not found
|
||||
|
||||
NO_REPLY = peer did not reply with data
|
Reference in New Issue
Block a user