diff --git a/src/locales/strings/es.json b/src/locales/strings/es.json index f57bba297a1..f284ac1c3aa 100644 --- a/src/locales/strings/es.json +++ b/src/locales/strings/es.json @@ -655,15 +655,21 @@ "restore_wallets_modal_description": "Esto restaurará todas las carteras borradas y archivadas", "restore_wallets_modal_confirm": "Confirmar", "restore_wallets_modal_cancel": "Cancelar", - "unique_identifier": "Identificador único", - "unique_identifier_memo": "Recordatorio", - "unique_identifier_memo_id": "Memo ID", - "unique_identifier_destination_tag": "Etiqueta de destino", - "unique_identifier_note": "Note", - "unique_identifier_dropdown_option_memo": "Añadir recordatorio", - "unique_identifier_dropdown_option_memo_id": "Añadir Memo ID", - "unique_identifier_dropdown_option_destination_tag": "Añadir etiqueta de destino", - "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": "Por favor introduce el valor de %s a enviar al receptor de esta transacción", "unique_identifier_modal_confirm": "Confirmar", "cannot_delete_last_wallet_modal_title": "No se puede archivar billetera",