Units API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/units/162628/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/es/?format=api",
    "source": "<h1>Custom Date/Time Format Syntax</h1>\n<p>A date pattern is a string of characters, where specific strings of characters are replaced with date and time data from a calendar when formatting or used to generate data for a calendar when parsing.</p>\n<p>The Date Field Symbol Table below contains the characters used in patterns to show the appropriate formats for a given locale, such as yyyy for the year. Characters may be used multiple times. For example, if y is used for the year, 'yy' might produce '99', whereas 'yyyy' produces '1999'. For most numerical fields, the number of characters specifies the field width. For example, if h is the hour, 'h' might produce '5', but 'hh' produces '05'. For some characters, the count specifies whether an abbreviated or full form should be used, but may have other choices, as given below.</p>\n<p>Two single quotes represents a literal single quote, either inside or outside single quotes. Text within single quotes is not interpreted in any way (except for two adjacent single quotes). Otherwise all ASCII letter from a to z and A to Z are reserved as syntax characters, and require quoting if they are to represent literal characters. In addition, certain ASCII punctuation characters may become variable in the future (eg \":\" being interpreted as the time separator and '/' as a date separator, and replaced by respective locale-sensitive characters in display).<br /></p>\n<table border=\"1\" width=\"100%\" cellpadding=\"4\" cellspacing=\"0\">\n<tr><th width=\"20%\">Code</th><th>Meaning</th></tr>\n<tr><td>d</td><td>the day as number without a leading zero (1 to 31)</td></tr>\n<tr><td>dd</td><td>the day as number with a leading zero (01 to 31)</td></tr>\n<tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</td></tr>\n<tr><td>dddd</td><td>the long localized day name (e.g. 'Monday' to 'Sunday').</td></tr>\n<tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr>\n<tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr>\n<tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan' to 'Dec').</td></tr>\n<tr><td>MMMM</td><td>the long localized month name (e.g. 'January' to 'December').</td></tr>\n<tr><td>yy</td><td>the year as two digit number (00-99)</td></tr>\n<tr><td>yyyy</td><td>the year as four digit number</td></tr>\n<tr><td>h</td><td>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</td></tr>\n<tr><td>hh</td><td>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</td></tr>\n<tr><td>H</td><td>the hour without a leading zero (0 to 23, even with AM/PM display)</td></tr>\n<tr><td>HH</td><td>the hour with a leading zero (00 to 23, even with AM/PM display)</td></tr>\n<tr><td>m</td><td>the minute without a leading zero (0 to 59)</td></tr>\n<tr><td>mm</td><td>the minute with a leading zero (00 to 59)</td></tr>\n<tr><td>s</td><td>the second without a leading zero (0 to 59)</td></tr>\n<tr><td>ss</td><td>the second with a leading zero (00 to 59)</td></tr>\n<tr><td>AP <i>or</i> A</td><td>use AM/PM display. <b>A/AP</b> will be replaced by either \"AM\" or \"PM\".</td></tr>\n<tr><td>ap <i>or</i> a</td><td>use am/pm display. <b>a/ap</b> will be replaced by either \"am\" or \"pm\".</td></tr>\n<tr><td>t</td><td>the timezone (e.g. \"CEST\")</td></tr>\n<tr><td>T</td><td>the offset from UTC</td></tr>\n<tr><td>TT</td><td>the timezone IANA id</td></tr>\n<tr><td>TTT</td><td>the timezone abbreviation</td></tr>\n<tr><td>TTTT</td><td>the timezone short display name</td></tr>\n<tr><td>TTTTT</td><td>the timezone long display name</td></tr>\n<tr><td>TTTTTT</td><td>the timezone custom name. You can change it the 'Time zones' tab of the configuration window</td></tr></table>\n<br /><b>Notes:</b> <ul><li>Any characters in the pattern that are not in the ranges of ['a'..'z'] and ['A'..'Z'] will be treated as quoted text. For instance, characters like ':', '.', ' ', '#' and '@' will appear in the resulting time text even they are not enclosed within single quotes. The single quote is used to 'escape' letters. Two single quotes in a row, whether inside or outside a quoted sequence, represent a 'real' single quote.</li><li>Minimal update interval is 1 second. If z or zzz is configured time is shown with the milliseconds fraction, but not updated on millisecond basis (avoiding big performance hit).</li><ul>\n",
    "previous_source": "",
    "target": "Español\n<h1>Sintaxis de formato de fecha/hora personalizado</h1>\n<p>Un patrón de la fecha es una cadena de caracteres, las cadenas de caracteres que sé específica se reemplazan con los datos de la fecha y hora del calendario cuando se da formato o se usa para generar datos para un calendario cuando se analiza.</p>\n<p>La siguiente tabla de símbolos del campo de la fecha, contiene los caracteres utilizados para mostrar los formatos apropiados en un lugar determinado, como 'yyyy' para el año.  Los caracteres se pueden usar varias veces. Por ejemplo, si se usa 'y' para el año, 'yy' podría producir '99', mientras que 'yyyy' , muestra '1999'. Para la mayoría de los campos numéricos, el ancho es especificado por el  número de caracteres. Por ejemplo, la hora es, 'h' y muestra '5', pero con 'hh' muestra '05'. Para algunos caracteres, se puede específicar si se debe usar una forma abreviada o completa, además puede haber otras opciones, como se indica a continuación.</p>\n<p>Dos comillas simples representan una comilla simple literal, ya sea por dentro o fuera de las comillas simples. El texto entre comillas simples no se interpreta de ninguna manera (excepto si hay dos comillas simples próximas). De lo contrario, todas las letras ASCII de la a - z  y de la A - Z están reservadas como caracteres de sintaxis y requieren comillas si van a representar caracteres literales. Además, ciertos caracteres de puntuación ASCII pueden volverse variables en el futuro (ej., \":\" se interpreta como el separador de tiempo y '/' como un separador para la fecha, y se reemplaza por los respectivos caracteres sensibles a la configuración regional en la pantalla).<br /></p>\n<table border=\"1\" width=\"100%\" cellpadding=\"4\" cellspacing=\"0\">\n<tr><th width=\"20%\">Sintaxis</th><th>Descripción</th></tr>\n<tr><td>d</td><td>el día en número sin cero al comienzo (1 a  31)</td></tr>\n<tr><td>dd</td><td>el día con el número cero al comienzo (01 a 31)</td></tr>\n<tr><td>ddd</td><td>la abreviatura del nombre del dia (ej. 'Lun' a 'Dom' )</td></tr>\n<tr><td>dddd</td><td>el nombre del día (ej. 'Lunes' 'Domingo')</td></tr>\n<tr><td>M</td><td>el mes en numero sin cero al inicio (1-12)</td></tr>\n<tr><td>MM</td><td>el mes en numero con el cero al inicio (01-12)</td></tr>\n<tr><td>MMM</td><td>el nombre abreviado del mes (ej. 'Ene' a 'Dic')</td></tr>\n<tr><td>MMMM</td><td>el nombre completo del mes (ej. 'Enero' a 'Diciembre')</td></tr>\n<tr><td>yy</td><td>el año en número de dos dígitos (00-99)</td></tr>\n<tr><td>yyyy</td><td>el año en numero de cuatro dígitos</td></tr>\n<tr><td>h</td><td>la hora sin cero al inicio (0 a 23 o 1 a 12, si muestra AM/PM)</td></tr>\n<tr><td>hh</td><td>la hora sin cero al inicio (0 a 23 o 1 a 12, si muestra AM/PM)</td></tr>\n<tr><td>H</td><td>la hora sin el cero inicial (0 a 23, incluido en la pantalla AM/PM)</td></tr>\n<tr><td>HH</td><td>la hora con el cero inicial (00 a 23, incluido en la pantalla AM/PM)</td></tr>\n<tr><td>m</td><td>el minuto sin cero al inicio (0 a 59)</td></tr>\n<tr><td>mm</td><td>el minuto con cero al inicio (00 a 59)</td></tr>\n<tr><td>s</td><td>el segundo sin cero al inicio (0 a 59)</td></tr>\n<tr><td>ss</td><td>el segundo con el cero al inicio (00 a 59)</td></tr>\n<tr><td>AP <i>o</i> A</td><td>mostrar en pantalla AM/PM. <b>A/AP</b> será reemplazado por \"AM\" o \"PM\".</td></tr>\n<tr><td>ap <i>o</i> a</td><td>usar en pantalla am/pm. <b>a/ap</b> Será reemplazado por \"am\" o \"pm\".</td></tr>\n<tr><td>t</td><td>zona horaria (ej. \"CEST\")</td></tr>\n<tr><td>T</td><td>tiempo universal coordinado UTC</td></tr>\n<tr><td>TT</td><td>la zona horaria IANA id</td></tr>\n<tr><td>TTT</td><td>abreviatura de la zona horaria</td></tr>\n<tr><td>TTTT</td><td>mostrar nombre corto de la zona horaria</td></tr>\n<tr><td>TTTTT</td><td>mostrar nombre largo de la zona horaria</td></tr>\n<tr><td>TTTTTT</td><td>nombre personalizado para la zona horaria. Puede cambiarlo en la pestaña 'Zonas horarias' dentro de configuración.</td></tr></table>\n<br /><b>Notes:</b> <ul><li>Cualquier letra dentro del rango de ['a'..'z'] y ['A'..'Z'] será tratado como un texto citado. Por ejemplo, caracteres como ':', '.', ' ', '#' y '@' aparecerán en el texto del tiempo resultante, incluso si no están encerrados entre comillas simples. La comilla simple se utiliza para \"saltar\" de las letras. Dos comillas simples seguidas, ya sea dentro o fuera de una secuencia entrecomillada, representan una comilla simple 'real'.</li><li>El intervalo mínimo de actualización es de 1 segundo. Si z o zzz están configurados, el tiempo se muestra con la fracción de milisegundos, pero no se actualiza en milisegundos (evitando un gran impacto en el rendimiento).</li><ul>\n\nClave LXQtWorldClockConfigurationManualFormat\n",
    "id_hash": -6940094216146513180,
    "content_hash": -6940094216146513180,
    "location": "../lxqtworldclockconfigurationmanualformat.ui:83",
    "context": "LXQtWorldClockConfigurationManualFormat",
    "note": "",
    "flags": "",
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 49,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 593,
    "priority": 100,
    "id": 162628,
    "web_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-worldclock/es/?checksum=1fafd514a2d812e4",
    "url": "https://translate.lxqt-project.org/api/units/162628/?format=api"
}