diff --git a/src/locales/strings/de.json b/src/locales/strings/de.json index 1e237909743..7e3f976bbd4 100644 --- a/src/locales/strings/de.json +++ b/src/locales/strings/de.json @@ -655,15 +655,21 @@ "restore_wallets_modal_description": "Dies wird alle gelöschten und archivierten Wallets wiederherstellen", "restore_wallets_modal_confirm": "Bestätigen", "restore_wallets_modal_cancel": "Abbrechen", - "unique_identifier": "Einzigartige Identifikation", - "unique_identifier_memo": "Memo", - "unique_identifier_memo_id": "Memo ID", - "unique_identifier_destination_tag": "Ziel-Tag", - "unique_identifier_note": "Note", - "unique_identifier_dropdown_option_memo": "Notiz hinzufügen", - "unique_identifier_dropdown_option_memo_id": "Füge Memo ID hinzu", - "unique_identifier_dropdown_option_destination_tag": "Ziel-Tag hinzufügen", - "unique_identifier_dropdown_option_note": "Add Note", + "memo_destination_tag_title": "Destination Tag", + "memo_memo_title": "Memo", + "memo_note_title": "Note", + "memo_op_return_title": "OP_RETURN", + "memo_destination_tag_label": "destination tag", + "memo_memo_label": "memo", + "memo_note_label": "note", + "memo_op_return_label": "OP_RETURN", + "memo_dropdown_option_s": "Add %s", + "memo_error_text_too_long_s": "Cannot be longer than %i characters", + "memo_error_number": "Not a valid number", + "memo_error_number_value_s": "Cannot be greater than %s", + "memo_error_hex": "Not valid hexadecimal", + "memo_error_hext_too_long_s": "Cannot be longer than %i bytes", + "memo_error_hext_too_short_s": "Cannot be shorter than %i bytes", "unique_identifier_modal_description": "Bitte geben Sie den %s-Wert ein, der an den Empfänger dieser Transaktion gesendet werden soll", "unique_identifier_modal_confirm": "Bestätigen", "cannot_delete_last_wallet_modal_title": "Wallet kann nicht archiviert werden",