Translation components API.

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

GET /api/translations/galette/doc-user-advanced/pt/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 69,
    "next": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Use only following instructions if you know what you are doing... \"The management is not responsable for any case of [...]\" :D"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 251438338804502365,
            "content_hash": 251438338804502365,
            "location": "../usermanual/avancee.rst:9, 1f9bbed20cf5465d9384452334706982",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://hosted.weblate.org/api/units/17704328/?format=api",
            "priority": 100,
            "id": 121810073,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=837d49d6435b4f5d",
            "url": "https://hosted.weblate.org/api/units/121810073/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.701645+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Adapt to your graphical chart"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3558237205542201330,
            "content_hash": -3558237205542201330,
            "location": "../usermanual/avancee.rst:12, 73aa7121c47b43ce986562d44a72d14f",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/17704332/?format=api",
            "priority": 100,
            "id": 121810074,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=4e9e9a1d2914180e",
            "url": "https://hosted.weblate.org/api/units/121810074/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.703627+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "If you are comfortable with CSS stylesheets, you can adapt Galette CSS to fit your own colors. To achieve that, it is strongly discouraged to edit Galette CSS files, but rather the specific mecanism designed for that. Create a ``galette_local.css`` file in your ``webroot/themes/default`` directory with your styles, it will be automatically included."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6057569726586723319,
            "content_hash": -6057569726586723319,
            "location": "../usermanual/avancee.rst:14, 3b8372bf5196483784a70dd21c9548bc",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 53,
            "source_unit": "https://hosted.weblate.org/api/units/121056036/?format=api",
            "priority": 100,
            "id": 121810075,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=2bef306d94a36409",
            "url": "https://hosted.weblate.org/api/units/121810075/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.705580+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Try to keep things as simple as possible. For example, if you want to change association name color (displayed under pages titles), you will find in Galette the CSS rule `#asso_name` that defines several parameters including the color. Then, in your stylesheet, you will just need the following:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2435935268038941472,
            "content_hash": 2435935268038941472,
            "location": "../usermanual/avancee.rst:16, 4c117cdc3e114fe59486d6e5fa1ff289",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://hosted.weblate.org/api/units/17704343/?format=api",
            "priority": 100,
            "id": 121810076,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=a1ce2e385b4e9b20",
            "url": "https://hosted.weblate.org/api/units/121810076/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.707725+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "This will be enough to display your association name in red. Note that local CSS file and all issues it may cause will not be took into account by the Galette team, no support will be provided."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6365504252942282179,
            "content_hash": 6365504252942282179,
            "location": "../usermanual/avancee.rst:24, 1e96e02eb7b34e39bd65c5c63a67501b",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://hosted.weblate.org/api/units/17704352/?format=api",
            "priority": 100,
            "id": 121810077,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=d856d06464dcedc3",
            "url": "https://hosted.weblate.org/api/units/121810077/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.709509+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "You also can override the print stylesheet, just create a ``galette_print_local.css`` file."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7871635389512047699,
            "content_hash": 7871635389512047699,
            "location": "../usermanual/avancee.rst:26, fb6684b53601415f9a1227f60a605450",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://hosted.weblate.org/api/units/112504322/?format=api",
            "priority": 100,
            "id": 121810078,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=ed3daaae59425c53",
            "url": "https://hosted.weblate.org/api/units/121810078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.711509+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Add and change strings"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5118180384471397460,
            "content_hash": 5118180384471397460,
            "location": "../usermanual/avancee.rst:29, 0b370ab020e041978a129a9e9bd88e6b",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/17704370/?format=api",
            "priority": 100,
            "id": 121810079,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=c7076df140ca3454",
            "url": "https://hosted.weblate.org/api/units/121810079/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.713482+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "It is possible if needed to customize translated strings in Galette - without editing any Galette source file. Just create a ``galette_{mylang}_local_lang.php`` file (where `{mylang}` must be replaced with the language, like `fr_FR.utf8` or `en_US`) in the ``lang`` directory. This file must contains a simple PHP array with the original string (the one in Galette source code) as index."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8498791633895049821,
            "content_hash": -8498791633895049821,
            "location": "../usermanual/avancee.rst:31, 790842fad86747e3a276e1e17ed66b6a",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 59,
            "source_unit": "https://hosted.weblate.org/api/units/17704380/?format=api",
            "priority": 100,
            "id": 121810080,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=0a0e3a09999fb5a3",
            "url": "https://hosted.weblate.org/api/units/121810080/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.715126+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "As example,  we want to change the \"Password\" string on the login page in french, translated as `Mot de passe :`. The original string is `Password:` (see ``galette/templates/default/index.tpl``), its french translation is `Mot de passe :` and we want to replace it with `Secret :`; so we will create the ``galette_fr_FR.utf8_local_lang.php`` with the following contents:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6855407022632203587,
            "content_hash": 6855407022632203587,
            "location": "../usermanual/avancee.rst:33, d4b7b7d2e60e49d4903903a8941c6438",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 55,
            "source_unit": "https://hosted.weblate.org/api/units/17704389/?format=api",
            "priority": 100,
            "id": 121810081,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=df234c5d96b5f543",
            "url": "https://hosted.weblate.org/api/units/121810081/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.716996+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Since Galette uses a cache system for translations, changes may not be visible immediately; you may have to restart PHP (or to clear cache). It is important to take the original string verbatim, punctuation included; and take care to escape single quotes (with a backslash) in all the strings."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4569023604335289891,
            "content_hash": -4569023604335289891,
            "location": "../usermanual/avancee.rst:41, 860fe6d76a224c0bba74e0bc108f9c6b",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 49,
            "source_unit": "https://hosted.weblate.org/api/units/17704397/?format=api",
            "priority": 100,
            "id": 121810082,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=4097913d553859dd",
            "url": "https://hosted.weblate.org/api/units/121810082/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.718727+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "You also can override langs for plugins using the sam method, just place the file in plugins lang directory and name it ``{plugin}_{mylang}_local_lang.php`` where `{plugin}` is the routing name you can find in the ``_define.php`` file."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9186374990127393306,
            "content_hash": -9186374990127393306,
            "location": "../usermanual/avancee.rst:43, f928d85c3e2b44b7a87ecc7c848eb051",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://hosted.weblate.org/api/units/17704405/?format=api",
            "priority": 100,
            "id": 121810083,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=0083709e33ec95e6",
            "url": "https://hosted.weblate.org/api/units/121810083/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.720767+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "This will work only if you use Galette translation features, and not with native gettext."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3761264133920650985,
            "content_hash": -3761264133920650985,
            "location": "../usermanual/avancee.rst:45, ae27f3e2e3fa4b67ad6fb55a30d83d00",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://hosted.weblate.org/api/units/17704414/?format=api",
            "priority": 100,
            "id": 121810084,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=4bcd4e32bf3e0917",
            "url": "https://hosted.weblate.org/api/units/121810084/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.722406+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Change session lifetime"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4306894870548657928,
            "content_hash": 4306894870548657928,
            "location": "../usermanual/avancee.rst:48, 175f39314197485ea541b80324e86e63",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/17704422/?format=api",
            "priority": 100,
            "id": 121810085,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=bbc52a10dc013708",
            "url": "https://hosted.weblate.org/api/units/121810085/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.723971+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Log IP addresses behind a proxy"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5166563067174327047,
            "content_hash": 5166563067174327047,
            "location": "../usermanual/avancee.rst:60, 009f4a8642bc41fd8de77df9776d4481",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/17704438/?format=api",
            "priority": 100,
            "id": 121810087,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=c7b351bc68941307",
            "url": "https://hosted.weblate.org/api/units/121810087/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.727361+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "If your Galette instance is behind a proxy, IP address stored in history will be the proxy one, and not the user one :("
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3991511969604675820,
            "content_hash": 3991511969604675820,
            "location": "../usermanual/avancee.rst:62, 0dffc6fdd7c84dc1aafb69b6e91bcc94",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://hosted.weblate.org/api/units/17704447/?format=api",
            "priority": 100,
            "id": 121810088,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=b764b2fd0901a8ec",
            "url": "https://hosted.weblate.org/api/units/121810088/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.729250+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Each proxy server will add its own address on the list, example above will work only if there is only one proxy server."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6731351567475599488,
            "content_hash": 6731351567475599488,
            "location": "../usermanual/avancee.rst:71, 812bdb7b79fc42f28edbefc5cf583291",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://hosted.weblate.org/api/units/17704466/?format=api",
            "priority": 100,
            "id": 121810090,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=dd6a90961da6e880",
            "url": "https://hosted.weblate.org/api/units/121810090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.733049+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "For security reasons, do not use this if your instance is not behind a proxy!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2039636268550526050,
            "content_hash": 2039636268550526050,
            "location": "../usermanual/avancee.rst:75, f47cf8b5248649f09a8b5c6627e4c267",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://hosted.weblate.org/api/units/17704475/?format=api",
            "priority": 100,
            "id": 121810091,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=9c4e3e6139f51462",
            "url": "https://hosted.weblate.org/api/units/121810091/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.734590+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "External stats"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6299643264451788319,
            "content_hash": 6299643264451788319,
            "location": "../usermanual/avancee.rst:78, b63fb714b73140d58f8bddce5af80d2d",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/17704485/?format=api",
            "priority": 100,
            "id": 121810092,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=d76cd42c0d54be1f",
            "url": "https://hosted.weblate.org/api/units/121810092/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.736409+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Many statistics plaftforms relies on an extra  Javascript block to work. You can create a ``tracking.js`` file under ``webroot/themes/default`` directory, it will be automatically included."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6483904775203623932,
            "content_hash": 6483904775203623932,
            "location": "../usermanual/avancee.rst:82, 8bcd105d1b614a57ad7ebfc1bbc88516",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://hosted.weblate.org/api/units/17704493/?format=api",
            "priority": 100,
            "id": 121810093,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=d9fb750a337893fc",
            "url": "https://hosted.weblate.org/api/units/121810093/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.738145+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Galette uses Javascript to work. If the code you add in the ``tracking.js`` file is incorrect, this may break Galette!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3155359627625237857,
            "content_hash": -3155359627625237857,
            "location": "../usermanual/avancee.rst:84, 28fb00fb44184a929e34b7a788048b05",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://hosted.weblate.org/api/units/17704497/?format=api",
            "priority": 100,
            "id": 121810094,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=5435e922f0c9f29f",
            "url": "https://hosted.weblate.org/api/units/121810094/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.740078+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "CSV exports"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8377018268603177251,
            "content_hash": 8377018268603177251,
            "location": "../usermanual/avancee.rst:87, 9c1b46e7a978430b869f0c6e3262fce2",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/17704555/?format=api",
            "priority": 100,
            "id": 121810102,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=f44125bb610cd923",
            "url": "https://hosted.weblate.org/api/units/121810102/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.754586+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "You can setup paremeters exports with a `YAML <https://yaml.org/>`_ file instead of an XML one."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4311954539052832601,
            "content_hash": 4311954539052832601,
            "location": "../usermanual/avancee.rst:91, 26b582832b4a4024a4aab9de0b8af0d1",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://hosted.weblate.org/api/units/79260924/?format=api",
            "priority": 100,
            "id": 121810103,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=bbd723cebbe09759",
            "url": "https://hosted.weblate.org/api/units/121810103/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.756562+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Galette provides a parameted CSV exports system. Only one parameted export is provided, but you can add your own to the ``config/exports.yaml`` file."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4117372038627630163,
            "content_hash": 4117372038627630163,
            "location": "../usermanual/avancee.rst:93, 2820fa30b5634d628a933ee340294131",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://hosted.weblate.org/api/units/79260925/?format=api",
            "priority": 100,
            "id": 121810104,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=b923d80dea869c53",
            "url": "https://hosted.weblate.org/api/units/121810104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.758616+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Legacy XML configuration file is still supported; if a duplicate identifier is found, YAML file takes precedence."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2179466825896559449,
            "content_hash": -2179466825896559449,
            "location": "../usermanual/avancee.rst:97, 638f77d6c9424d2dadc5dc2122b90398",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://hosted.weblate.org/api/units/79262394/?format=api",
            "priority": 100,
            "id": 121810105,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=61c0fa781aaffca7",
            "url": "https://hosted.weblate.org/api/units/121810105/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.760723+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Let's examine existing \"cotisations\" parameted export:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3855595100421225563,
            "content_hash": -3855595100421225563,
            "location": "../usermanual/avancee.rst:99, 4986fbad39154b4aab68c8c771a72453",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/79260927/?format=api",
            "priority": 100,
            "id": 121810106,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=4a7e2caf19a803a5",
            "url": "https://hosted.weblate.org/api/units/121810106/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.762806+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "each array entry is a unique identifier, lowercase without spaces or special character"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3046785295559488770,
            "content_hash": 3046785295559488770,
            "location": "../usermanual/avancee.rst:122, 76e592ed04ec4c1095ec565b9d31f587",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://hosted.weblate.org/api/units/79260928/?format=api",
            "priority": 100,
            "id": 121810107,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=aa485b1570b4f502",
            "url": "https://hosted.weblate.org/api/units/121810107/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.764870+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "`name` and `description` are mandatory as used to display each parameted export in the user interface"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2146976110564581475,
            "content_hash": 2146976110564581475,
            "location": "../usermanual/avancee.rst:123, 2d6b845ad14c4aceaa3e365456bb4566",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 30,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://hosted.weblate.org/api/units/79260929/?format=api",
            "priority": 100,
            "id": 121810108,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=9dcb9765bb73a063",
            "url": "https://hosted.weblate.org/api/units/121810108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.766856+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "`filename` sets the filename for output file"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6553898526813951585,
            "content_hash": 6553898526813951585,
            "location": "../usermanual/avancee.rst:124, c655c88551534b388034f10660c4f032",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://hosted.weblate.org/api/units/79260930/?format=api",
            "priority": 100,
            "id": 121810109,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=daf41ffc70b39661",
            "url": "https://hosted.weblate.org/api/units/121810109/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.768899+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "`query` is the query to execute, it's mandatory. There is no other limitation than the SQL engine ones, expect you cannot send them any parameters"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4874169612133619121,
            "content_hash": 4874169612133619121,
            "location": "../usermanual/avancee.rst:125, 2b65d20e45d84285b1e8c6a6b0d1d39d",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 32,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://hosted.weblate.org/api/units/79260931/?format=api",
            "priority": 100,
            "id": 121810110,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=c3a48770123a55b1",
            "url": "https://hosted.weblate.org/api/units/121810110/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.770887+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "`headers` manages columns titles:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6254798655751510357,
            "content_hash": -6254798655751510357,
            "location": "../usermanual/avancee.rst:126, db6af6d37fd846d68983f7ce94f08e78",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 33,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/79260932/?format=api",
            "priority": 100,
            "id": 121810111,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=29327dc30e5726ab",
            "url": "https://hosted.weblate.org/api/units/121810111/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.772902+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "like in the above example, an array of columns titles of your own"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6027601517039794964,
            "content_hash": -6027601517039794964,
            "location": "../usermanual/avancee.rst:128, 1b1da00e44084f5d851b162335747a37",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://hosted.weblate.org/api/units/79260933/?format=api",
            "priority": 100,
            "id": 121810112,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=2c59a85b193cc4ec",
            "url": "https://hosted.weblate.org/api/units/121810112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.774822+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "if not present, Galette fields names will be exported. You can use named columns in your SQL query (``SELECT nom_adh AS \"Column title\" FROM ...``)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1225533305031540360,
            "content_hash": -1225533305031540360,
            "location": "../usermanual/avancee.rst:129, f4148065b88f4d8795b29bed86281c06",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 35,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://hosted.weblate.org/api/units/79260934/?format=api",
            "priority": 100,
            "id": 121810113,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=6efe07f3c52f4178",
            "url": "https://hosted.weblate.org/api/units/121810113/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.776885+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "set to false (``headers: false``) to disable column headers output"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9008957408294361148,
            "content_hash": 9008957408294361148,
            "location": "../usermanual/avancee.rst:130, 55d1a44d2ab04494896b755aac0fce46",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/79260935/?format=api",
            "priority": 100,
            "id": 121810114,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=fd063f080602583c",
            "url": "https://hosted.weblate.org/api/units/121810114/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.779277+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "`separator` is the CSV separator that will be used. Possible values are:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3095254459373630027,
            "content_hash": -3095254459373630027,
            "location": "../usermanual/avancee.rst:132, c084f79e4dbe4d39b2e0f3995d53a966",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 37,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://hosted.weblate.org/api/units/79260936/?format=api",
            "priority": 100,
            "id": 121810115,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=550b7277f3974db5",
            "url": "https://hosted.weblate.org/api/units/121810115/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.781060+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "semicolon (``;``) - default"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4778627956425501284,
            "content_hash": 4778627956425501284,
            "location": "../usermanual/avancee.rst:134, c6c260f76c434d5ca47377d23214939c",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 38,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/79260937/?format=api",
            "priority": 100,
            "id": 121810116,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=c25118cee07e2a64",
            "url": "https://hosted.weblate.org/api/units/121810116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.782593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "comma (``,``)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5098160441510721461,
            "content_hash": -5098160441510721461,
            "location": "../usermanual/avancee.rst:135, d05d902a5c47491f8b83074efbf64a35",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 39,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/79260938/?format=api",
            "priority": 100,
            "id": 121810117,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=393fb216f3ce084b",
            "url": "https://hosted.weblate.org/api/units/121810117/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.784101+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "tabulation character (``\\t``)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3601507902694585630,
            "content_hash": 3601507902694585630,
            "location": "../usermanual/avancee.rst:136, e5f2b9d1fa62489387935e409eb24695",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/79260939/?format=api",
            "priority": 100,
            "id": 121810118,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=b1fb205b1bdf751e",
            "url": "https://hosted.weblate.org/api/units/121810118/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.785869+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "`quote` either double quote - default - or simple quote character"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6413064329257808996,
            "content_hash": 6413064329257808996,
            "location": "../usermanual/avancee.rst:138, e571bc8e9a774e1b9b2cd14d40d7b603",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://hosted.weblate.org/api/units/79260940/?format=api",
            "priority": 100,
            "id": 121810119,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=d8ffc8079323f464",
            "url": "https://hosted.weblate.org/api/units/121810119/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.787515+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "to disable an export, you can add ``inactive: true``"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1062607644922856951,
            "content_hash": 1062607644922856951,
            "location": "../usermanual/avancee.rst:139, 88168b2860a84585b0892da957c03d16",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 42,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://hosted.weblate.org/api/units/79260941/?format=api",
            "priority": 100,
            "id": 121810120,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=8ebf2405eb3dc5f7",
            "url": "https://hosted.weblate.org/api/units/121810120/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.789108+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Administration tools"
            ],
            "previous_source": "",
            "target": [
                "Ferramentas de administração"
            ],
            "id_hash": -333535589439883622,
            "content_hash": -333535589439883622,
            "location": "../usermanual/avancee.rst:144, dc42621488b548eeb7e07095bd7b6751",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 43,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/17704643/?format=api",
            "priority": 100,
            "id": 121810121,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=7b5f0b26077c369a",
            "url": "https://hosted.weblate.org/api/units/121810121/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.790610+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "All the admin tools operation are destructive, use it with cautions, and **make sure you did a database backup** before!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2217799787652879088,
            "content_hash": 2217799787652879088,
            "location": "../usermanual/avancee.rst:148, 2a99707e02094b5398e801b4d43e7bc2",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 44,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://hosted.weblate.org/api/units/17704652/?format=api",
            "priority": 100,
            "id": 121810122,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=9ec735280dfc92f0",
            "url": "https://hosted.weblate.org/api/units/121810122/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.792354+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "There are a few tools provided for Galette admin that permits to:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5217670438554256288,
            "content_hash": -5217670438554256288,
            "location": "../usermanual/avancee.rst:150, 1c578f9418ed4d4b83b002c7d5c1ec12",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 45,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://hosted.weblate.org/api/units/17704660/?format=api",
            "priority": 100,
            "id": 121810123,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=37971c616aeabc60",
            "url": "https://hosted.weblate.org/api/units/121810123/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.793950+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "**reinitialize mailings contents** will reset all emails contents to default values,"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8069973562538948800,
            "content_hash": 8069973562538948800,
            "location": "../usermanual/avancee.rst:152, 619acd95b45e475b9bd2b6e1b582f6da",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 46,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://hosted.weblate.org/api/units/17704666/?format=api",
            "priority": 100,
            "id": 121810124,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=effe4e32d5ed78c0",
            "url": "https://hosted.weblate.org/api/units/121810124/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.795471+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "**reinitialize fields configuration** will reset all members core fields to their default value. This does not imply dynamic fields,"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9085289108463302329,
            "content_hash": 9085289108463302329,
            "location": "../usermanual/avancee.rst:153, 3032f80400cb4c2591dc166a2fb1a4a2",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 47,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://hosted.weblate.org/api/units/17704674/?format=api",
            "priority": 100,
            "id": 121810125,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=fe156e4ee7ae36b9",
            "url": "https://hosted.weblate.org/api/units/121810125/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.796997+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "**reinitialize PDF models** will reset ll PDF models to default values,"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4019769908014783679,
            "content_hash": 4019769908014783679,
            "location": "../usermanual/avancee.rst:154, feabe0c1c39c4fad927c3e0aa5fadaf3",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 48,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://hosted.weblate.org/api/units/17704680/?format=api",
            "priority": 100,
            "id": 121810126,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=b7c9176f06069cbf",
            "url": "https://hosted.weblate.org/api/units/121810126/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.798725+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "**generate empty logins and passwords** those information are required to improve security, but sometimes missing (if you import a CSV for example). This feature will set random values as login and password fields that would be empty in database."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6914383015400822521,
            "content_hash": -6914383015400822521,
            "location": "../usermanual/avancee.rst:155, 88ed7f55ed2c4fab90a780919349b47d",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 49,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://hosted.weblate.org/api/units/121056037/?format=api",
            "priority": 100,
            "id": 121810127,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=200b2d480e0a2907",
            "url": "https://hosted.weblate.org/api/units/121810127/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.800662+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Galette modes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -18400870826862271,
            "content_hash": -18400870826862271,
            "location": "../usermanual/avancee.rst:160, d8edd5f7d98e4b12b1078f5ea0ac024d",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 50,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/109293048/?format=api",
            "priority": 100,
            "id": 121810128,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=7fbea08166ce9941",
            "url": "https://hosted.weblate.org/api/units/121810128/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.802294+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "Several modes are provided in Galette you can configure with ``GALETTE_MODE`` constant (:ref:`see Galette behavior configuration <behavior>`). This directive can take the following values:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4748033825908803978,
            "content_hash": -4748033825908803978,
            "location": "../usermanual/avancee.rst:162, e2055e48ed054f34aa542de29b59583f",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://hosted.weblate.org/api/units/109293049/?format=api",
            "priority": 100,
            "id": 121810129,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=3e1b9864392ab676",
            "url": "https://hosted.weblate.org/api/units/121810129/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.803887+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "``PROD``: production mode (non production instance should be on an other mode). This is the default mode for releases, but it may change in development branch."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8421485875680564594,
            "content_hash": -8421485875680564594,
            "location": "../usermanual/avancee.rst:164, ef4616e506c940c28f23c8482a5d80ef",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://hosted.weblate.org/api/units/109293050/?format=api",
            "priority": 100,
            "id": 121810130,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=0b20df370b172a8e",
            "url": "https://hosted.weblate.org/api/units/121810130/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.805503+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "source": [
                "``DEMO``: demonstration mode, the same as ``PROD`` but with some features disabled like sending emails, modifying superadmin data, ..."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5515029183584906186,
            "content_hash": -5515029183584906186,
            "location": "../usermanual/avancee.rst:165, edd8fc6e54bd4573b29a3b4f3a42fcff",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://hosted.weblate.org/api/units/109293057/?format=api",
            "priority": 100,
            "id": 121810131,
            "web_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/?checksum=3376ae2d6a825436",
            "url": "https://hosted.weblate.org/api/units/121810131/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T18:25:22.807098+02:00"
        }
    ]
}