{% load i18n %}

{% trans 'Responses' %}

response = {
    'status': 200, // {% trans 'Codes HTTP that makes sense.' %}
    'message': '{% trans 'The message string for the user (with support for localization)' %}',
    'data': <{% trans 'Nested object' %} JSON>,
}
{% trans 'The type and structure of nested object depend on the method to call (see documentation below).' %}