terminals¶
terminals.card_declined¶
- Attribute: lsserver.core.localizations.keys.TERMINAL_CARD_DECLINED
- Fields: message
- Example Message: The card was declined: %(message)s
- Doc: The card was declined: None
terminals.duplicate_terminal¶
- Attribute: lsserver.core.localizations.keys.TERMINAL_DUPLICATE_DEVICE
- Fields: ip, terminal_id, port, item_type
- Example Message: Cannot duplicate an existing terminal. port=”%(port)s”, ip=”%(ip)s”, terminal_id=”%(terminal_id)s”, item_type=%(item_type)s
- Doc: Cannot duplicate an existing terminal. port=”None”, ip=”None”, terminal_id=”None”, item_type=None
terminals.invalid_source¶
- Attribute: lsserver.core.localizations.keys.TERMINAL_INVALID_SOURCE
- Fields: source, id
- Example Message: Invalid payment source. Source type=”%(source)s”, id=”%(id)s”
- Doc: Invalid payment source. Source type=”None”, id=”None”
terminals.operation_not_supported¶
- Attribute: lsserver.core.localizations.keys.TERMINAL_NOT_SUPPORTED
- Example Message: The terminal does not support this operation.
terminals.unacceptable_port¶
- Attribute: lsserver.core.localizations.keys.TERMINAL_UNACCEPTABLE_PORT_ERROR
- Fields: reason, port
- Example Message: Unacceptable port[%(port)s] used for terminal. %(reason)s
- Doc: Unacceptable port[None] used for terminal. None
terminals.unknown_terminal¶
- Attribute: lsserver.core.localizations.keys.TERMINAL_UNKNOWN_TERMINAL
- Fields: unrecognized_terminal
- Example Message: Terminal ‘%(unrecognized_terminal)s’ not connected to Tyro.
- Doc: Terminal ‘None’ not connected to Tyro.