Translation components API.

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

GET /api/translations/phpmyadmin/master/tk/units/?format=api&page=68
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3405,
    "next": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/units/?format=api&page=69",
    "previous": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/units/?format=api&page=67",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) characters, stored with a four-byte prefix indicating the length of the value in bytes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6280502310105926086,
            "content_hash": 6280502310105926086,
            "location": "src/Types.php:283",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3372,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://hosted.weblate.org/api/units/14746047/?format=api",
            "priority": 100,
            "id": 110055754,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=d728d39354e249c6",
            "url": "https://hosted.weblate.org/api/units/110055754/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.584905+01:00",
            "last_updated": "2024-06-23T02:28:00.068738+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Similar to the CHAR type, but stores binary byte strings rather than non-binary character strings"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2625364961546851820,
            "content_hash": 2625364961546851820,
            "location": "src/Types.php:288",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3373,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://hosted.weblate.org/api/units/14746048/?format=api",
            "priority": 100,
            "id": 110055755,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=a46f2b85d2c1d5ec",
            "url": "https://hosted.weblate.org/api/units/110055755/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.586651+01:00",
            "last_updated": "2024-06-23T02:28:00.069742+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Similar to the VARCHAR type, but stores binary byte strings rather than non-binary character strings"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5857442687246283615,
            "content_hash": -5857442687246283615,
            "location": "src/Types.php:291",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3374,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://hosted.weblate.org/api/units/14746049/?format=api",
            "priority": 100,
            "id": 110055756,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=2eb62ee8f679cca1",
            "url": "https://hosted.weblate.org/api/units/110055756/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.588465+01:00",
            "last_updated": "2024-06-23T02:28:00.070675+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a one-byte prefix indicating the length of the value"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6265969365504970078,
            "content_hash": 6265969365504970078,
            "location": "src/Types.php:295",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3375,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://hosted.weblate.org/api/units/14746050/?format=api",
            "priority": 100,
            "id": 110055757,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=d6f531f07c674d5e",
            "url": "https://hosted.weblate.org/api/units/110055757/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.590301+01:00",
            "last_updated": "2024-06-23T02:28:00.071544+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored with a three-byte prefix indicating the length of the value"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4195841180380898897,
            "content_hash": 4195841180380898897,
            "location": "src/Types.php:299",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3376,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://hosted.weblate.org/api/units/14746051/?format=api",
            "priority": 100,
            "id": 110055758,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ba3a9f52b28f2651",
            "url": "https://hosted.weblate.org/api/units/110055758/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.592046+01:00",
            "last_updated": "2024-06-23T02:28:00.072387+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with a two-byte prefix indicating the length of the value"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -553570117872426767,
            "content_hash": -553570117872426767,
            "location": "src/Types.php:304",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3377,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://hosted.weblate.org/api/units/14746052/?format=api",
            "priority": 100,
            "id": 110055759,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=785152e925f160f1",
            "url": "https://hosted.weblate.org/api/units/110055759/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.594050+01:00",
            "last_updated": "2024-06-23T02:28:00.073261+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) bytes, stored with a four-byte prefix indicating the length of the value"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8471029728221416124,
            "content_hash": 8471029728221416124,
            "location": "src/Types.php:308",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3378,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://hosted.weblate.org/api/units/14746053/?format=api",
            "priority": 100,
            "id": 110055760,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=f58f24a808694abc",
            "url": "https://hosted.weblate.org/api/units/110055760/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.595757+01:00",
            "last_updated": "2024-06-23T02:28:00.074275+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "An enumeration, chosen from the list of up to 65,535 values or the special '' error value"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2177036198060730452,
            "content_hash": -2177036198060730452,
            "location": "src/Types.php:312",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3379,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://hosted.weblate.org/api/units/14746054/?format=api",
            "priority": 100,
            "id": 110055761,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=61c99d1cbf6c57ac",
            "url": "https://hosted.weblate.org/api/units/110055761/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.597640+01:00",
            "last_updated": "2024-06-23T02:28:00.075245+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A single value chosen from a set of up to 64 members"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4084858978316815667,
            "content_hash": 4084858978316815667,
            "location": "src/Types.php:313",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3380,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://hosted.weblate.org/api/units/14746055/?format=api",
            "priority": 100,
            "id": 110055762,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=b8b0559928238d33",
            "url": "https://hosted.weblate.org/api/units/110055762/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.599899+01:00",
            "last_updated": "2024-06-23T02:28:00.076176+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A type that can store a geometry of any type"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3024762119150358334,
            "content_hash": 3024762119150358334,
            "location": "src/Types.php:314",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3381,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/14746056/?format=api",
            "priority": 100,
            "id": 110055763,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=a9fa1d1f1a03cf3e",
            "url": "https://hosted.weblate.org/api/units/110055763/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.601759+01:00",
            "last_updated": "2024-06-23T02:28:00.077225+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A point in 2-dimensional space"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6196091953238291974,
            "content_hash": 6196091953238291974,
            "location": "src/Types.php:315",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3382,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/14746057/?format=api",
            "priority": 100,
            "id": 110055764,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=d5fcf0cd9c6cb606",
            "url": "https://hosted.weblate.org/api/units/110055764/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.603786+01:00",
            "last_updated": "2024-06-23T02:28:00.078245+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A curve with linear interpolation between points"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3132533802008655158,
            "content_hash": 3132533802008655158,
            "location": "src/Types.php:316",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3383,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://hosted.weblate.org/api/units/14746058/?format=api",
            "priority": 100,
            "id": 110055765,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ab78fee563a13536",
            "url": "https://hosted.weblate.org/api/units/110055765/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.605828+01:00",
            "last_updated": "2024-06-23T02:28:00.079339+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A polygon"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6539525911033881223,
            "content_hash": -6539525911033881223,
            "location": "src/Types.php:317",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3384,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/14746059/?format=api",
            "priority": 100,
            "id": 110055766,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=253eefd4f15cdd79",
            "url": "https://hosted.weblate.org/api/units/110055766/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.607703+01:00",
            "last_updated": "2024-06-23T02:28:00.080388+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A collection of points"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6124173213447191426,
            "content_hash": 6124173213447191426,
            "location": "src/Types.php:318",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3385,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14746060/?format=api",
            "priority": 100,
            "id": 110055767,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=d4fd6f17227b7b82",
            "url": "https://hosted.weblate.org/api/units/110055767/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.609515+01:00",
            "last_updated": "2024-06-23T02:28:00.081609+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A collection of curves with linear interpolation between points"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6602626906797612397,
            "content_hash": -6602626906797612397,
            "location": "src/Types.php:319",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3386,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://hosted.weblate.org/api/units/14746061/?format=api",
            "priority": 100,
            "id": 110055768,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=245ec1cf7be46293",
            "url": "https://hosted.weblate.org/api/units/110055768/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.611195+01:00",
            "last_updated": "2024-06-23T02:28:00.082519+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A collection of polygons"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7640208769207023406,
            "content_hash": 7640208769207023406,
            "location": "src/Types.php:320",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3387,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14746062/?format=api",
            "priority": 100,
            "id": 110055769,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ea0779656268b72e",
            "url": "https://hosted.weblate.org/api/units/110055769/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.613117+01:00",
            "last_updated": "2024-06-23T02:28:00.083372+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "A collection of geometry objects of any type"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3495545857332678234,
            "content_hash": 3495545857332678234,
            "location": "src/Types.php:321",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3388,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://hosted.weblate.org/api/units/14746063/?format=api",
            "priority": 100,
            "id": 110055770,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=b082ac6fe2670e5a",
            "url": "https://hosted.weblate.org/api/units/110055770/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.614815+01:00",
            "last_updated": "2024-06-23T02:28:00.084421+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Stores and enables efficient access to data in JSON (JavaScript Object Notation) documents"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6524506296862739372,
            "content_hash": 6524506296862739372,
            "location": "src/Types.php:322",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3389,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://hosted.weblate.org/api/units/14770288/?format=api",
            "priority": 100,
            "id": 110055771,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=da8bb3e89f4d8bac",
            "url": "https://hosted.weblate.org/api/units/110055771/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.616413+01:00",
            "last_updated": "2024-06-23T02:28:00.085357+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming conventional mapping of IPv4 addresses into IPv6 addresses"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2269751029165051644,
            "content_hash": -2269751029165051644,
            "location": "src/Types.php:323",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3390,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://hosted.weblate.org/api/units/19643180/?format=api",
            "priority": 100,
            "id": 110055772,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=60803976f20a3104",
            "url": "https://hosted.weblate.org/api/units/110055772/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.618318+01:00",
            "last_updated": "2024-06-23T02:28:00.086295+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "128-bit UUID (Universally Unique Identifier)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5844885844988447987,
            "content_hash": 5844885844988447987,
            "location": "src/Types.php:326",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3391,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/84940260/?format=api",
            "priority": 100,
            "id": 110055773,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=d11d34b55f3eccf3",
            "url": "https://hosted.weblate.org/api/units/110055773/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.619968+01:00",
            "last_updated": "2024-06-23T02:28:00.087258+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Numeric"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5156383353411080388,
            "content_hash": -5156383353411080388,
            "location": "src/Types.php:650",
            "context": "numeric types",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3392,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14746064/?format=api",
            "priority": 100,
            "id": 110055774,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=3870d8a8e631ef3c",
            "url": "https://hosted.weblate.org/api/units/110055774/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.622879+01:00",
            "last_updated": "2024-06-23T02:28:00.088207+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Date and time"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7148486675319487765,
            "content_hash": 7148486675319487765,
            "location": "src/Types.php:668",
            "context": "date and time types",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3393,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/14746065/?format=api",
            "priority": 100,
            "id": 110055775,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=e33486c1c407fd15",
            "url": "https://hosted.weblate.org/api/units/110055775/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.624539+01:00",
            "last_updated": "2024-06-23T02:28:00.089293+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Spatial"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5870603143286843141,
            "content_hash": 5870603143286843141,
            "location": "src/Types.php:698",
            "context": "spatial types",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3394,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14746067/?format=api",
            "priority": 100,
            "id": 110055776,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=d17892747ce76705",
            "url": "https://hosted.weblate.org/api/units/110055776/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.626156+01:00",
            "last_updated": "2024-06-23T02:28:00.090274+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Taking you to the target site."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4687391873981013436,
            "content_hash": -4687391873981013436,
            "location": "resources/templates/javascript/redirect.twig:6",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 575,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/14771349/?format=api",
            "priority": 100,
            "id": 110055777,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=3ef309ecec4f2244",
            "url": "https://hosted.weblate.org/api/units/110055777/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.627941+01:00",
            "last_updated": "2024-06-02T02:29:12.965049+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "The profile has been updated."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 531934492208000030,
            "content_hash": 531934492208000030,
            "location": "src/UserPassword.php:35",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3395,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/14747711/?format=api",
            "priority": 100,
            "id": 110055778,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=8761cf9a33d5ec1e",
            "url": "https://hosted.weblate.org/api/units/110055778/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.629599+01:00",
            "last_updated": "2024-06-23T02:28:00.091244+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Password is too long!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7063534272273464674,
            "content_hash": -7063534272273464674,
            "location": "src/UserPassword.php:47",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3396,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14793146/?format=api",
            "priority": 100,
            "id": 110055779,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=1df94900ea57c29e",
            "url": "https://hosted.weblate.org/api/units/110055779/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.631244+01:00",
            "last_updated": "2024-06-23T02:28:00.092251+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Could not save configuration"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5678715621943283064,
            "content_hash": 5678715621943283064,
            "location": "src/UserPreferences.php:162",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3397,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14747643/?format=api",
            "priority": 100,
            "id": 110055780,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ceced9c562640d78",
            "url": "https://hosted.weblate.org/api/units/110055780/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.633041+01:00",
            "last_updated": "2024-06-23T02:28:00.093255+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "The phpMyAdmin configuration storage database could not be accessed."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3479107035783878897,
            "content_hash": -3479107035783878897,
            "location": "src/UserPreferences.php:173",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3398,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://hosted.weblate.org/api/units/69258091/?format=api",
            "priority": 100,
            "id": 110055781,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=4fb7ba95848a270f",
            "url": "https://hosted.weblate.org/api/units/110055781/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.634737+01:00",
            "last_updated": "2024-06-23T02:28:00.094485+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Max: %s%s"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2426217852627029829,
            "content_hash": 2426217852627029829,
            "location": "src/Util.php:124",
            "context": "",
            "note": "",
            "flags": "php-format",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3399,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/14746068/?format=api",
            "priority": 100,
            "id": 110055782,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=a1aba848458b8f45",
            "url": "https://hosted.weblate.org/api/units/110055782/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.636348+01:00",
            "last_updated": "2024-06-23T02:28:00.095517+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "PM"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6975122664775255096,
            "content_hash": 6975122664775255096,
            "location": "src/Util.php:528",
            "context": "AM/PM indication in time",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3400,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14802881/?format=api",
            "priority": 100,
            "id": 110055783,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=e0cc9d1b9ab48438",
            "url": "https://hosted.weblate.org/api/units/110055783/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.638131+01:00",
            "last_updated": "2024-06-23T02:28:00.096422+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "AM"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -736317515082546924,
            "content_hash": -736317515082546924,
            "location": "src/Util.php:530",
            "context": "AM/PM indication in time",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3401,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14802882/?format=api",
            "priority": 100,
            "id": 110055784,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=75c8131f079b4114",
            "url": "https://hosted.weblate.org/api/units/110055784/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.639871+01:00",
            "last_updated": "2024-06-23T02:28:00.097295+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "%s days, %s hours, %s minutes and %s seconds"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4653530652746188386,
            "content_hash": 4653530652746188386,
            "location": "src/Util.php:602",
            "context": "",
            "note": "",
            "flags": "php-format",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3402,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://hosted.weblate.org/api/units/14746073/?format=api",
            "priority": 100,
            "id": 110055785,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=c094a97924540662",
            "url": "https://hosted.weblate.org/api/units/110055785/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.641617+01:00",
            "last_updated": "2024-06-23T02:28:00.098167+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Users"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4943461503311067604,
            "content_hash": -4943461503311067604,
            "location": "src/Util.php:1453",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3403,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14745929/?format=api",
            "priority": 100,
            "id": 110055786,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=3b654bf44e53462c",
            "url": "https://hosted.weblate.org/api/units/110055786/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.644337+01:00",
            "last_updated": "2024-06-23T02:28:00.099268+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Error in ZIP archive:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1814757436944087139,
            "content_hash": 1814757436944087139,
            "location": "src/ZipExtension.php:67, src/ZipExtension.php:105",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3404,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14747645/?format=api",
            "priority": 100,
            "id": 110055787,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=992f50461e8cf863",
            "url": "https://hosted.weblate.org/api/units/110055787/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.645998+01:00",
            "last_updated": "2024-06-23T02:28:00.100324+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "No files found inside ZIP archive!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 972004751897693193,
            "content_hash": 972004751897693193,
            "location": "src/ZipExtension.php:74",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3405,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/14747646/?format=api",
            "priority": 100,
            "id": 110055788,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=8d7d412c04da8c09",
            "url": "https://hosted.weblate.org/api/units/110055788/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-11-30T21:29:19.647642+01:00",
            "last_updated": "2024-06-23T02:28:00.101243+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Cannot rename database to the same name. Change the name and try again."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8941873897750137906,
            "content_hash": 8941873897750137906,
            "location": "src/Controllers/JavaScriptMessagesController.php:56",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2180,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://hosted.weblate.org/api/units/110757619/?format=api",
            "priority": 100,
            "id": 110764369,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=fc17eaef15bc0c32",
            "url": "https://hosted.weblate.org/api/units/110764369/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-10T01:29:33.815698+01:00",
            "last_updated": "2024-06-23T02:27:58.833240+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Restore default values"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5343200380059103454,
            "content_hash": 5343200380059103454,
            "location": "resources/templates/console/display.twig:178",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 138,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/120273013/?format=api",
            "priority": 100,
            "id": 120273259,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ca26dc6fa927b0de",
            "url": "https://hosted.weblate.org/api/units/120273259/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-03-31T01:28:30.410749+01:00",
            "last_updated": "2024-05-26T02:32:02.450831+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Console settings has been updated successfully."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6937367679005206914,
            "content_hash": 6937367679005206914,
            "location": "src/Controllers/Console/UpdateConfigController.php:49",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2113,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/120273014/?format=api",
            "priority": 100,
            "id": 120273260,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=e0467b25f761a982",
            "url": "https://hosted.weblate.org/api/units/120273260/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-03-31T01:28:30.534349+01:00",
            "last_updated": "2024-06-23T02:27:58.744274+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Unexpected parameter value."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6236718555696994399,
            "content_hash": -6236718555696994399,
            "location": "src/Controllers/Console/UpdateConfigController.php:71, src/Controllers/Console/UpdateConfigController.php:110, src/Controllers/Navigation/UpdateNavWidthConfigController.php:28",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2114,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/120273015/?format=api",
            "priority": 100,
            "id": 120273261,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=2972b9846397e7a1",
            "url": "https://hosted.weblate.org/api/units/120273261/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-03-31T01:28:30.536958+01:00",
            "last_updated": "2024-06-23T02:27:58.745438+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Recently visited tables"
            ],
            "previous_source": "Show all",
            "target": [
                "Hemmesini görkez"
            ],
            "id_hash": 5330484944022145474,
            "content_hash": 5330484944022145474,
            "location": "resources/templates/navigation/tree/quick_warp.twig:5",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 616,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/121052403/?format=api",
            "priority": 100,
            "id": 121052485,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=c9f9afd0810209c2",
            "url": "https://hosted.weblate.org/api/units/121052485/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-14T02:36:21.637333+02:00",
            "last_updated": "2024-06-02T02:29:13.015926+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "<strong>Total:</strong> <em>%s</em> match",
                "<strong>Total:</strong> <em>%s</em> matches"
            ],
            "previous_source": "",
            "target": [
                "",
                ""
            ],
            "id_hash": -3050356023724212709,
            "content_hash": -3050356023724212709,
            "location": "resources/templates/database/search/results.twig:43",
            "context": "",
            "note": "",
            "flags": "php-format",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 347,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/121788495/?format=api",
            "priority": 100,
            "id": 121789069,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=55aaf55b9f71fe1b",
            "url": "https://hosted.weblate.org/api/units/121789069/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:09.990728+02:00",
            "last_updated": "2024-05-26T02:32:02.715415+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "%d second",
                "%d seconds"
            ],
            "previous_source": "Use this value\u001e\u001e",
            "target": [
                "Şu bahany ulan",
                "Şu bahany ulan"
            ],
            "id_hash": -2341182341204121756,
            "content_hash": -2341182341204121756,
            "location": "resources/templates/server/status/monitor/index.twig:28, resources/templates/server/status/processes/index.twig:39",
            "context": "",
            "note": "",
            "flags": "php-format",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 927,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/121788496/?format=api",
            "priority": 100,
            "id": 121789070,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=5f827310961c6764",
            "url": "https://hosted.weblate.org/api/units/121789070/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:10.506625+02:00",
            "last_updated": "2024-06-02T02:29:13.375062+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "%d minute",
                "%d minutes"
            ],
            "previous_source": "Use this value\u001e\u001e",
            "target": [
                "Şu bahany ulan",
                "Şu bahany ulan"
            ],
            "id_hash": -6330288701929580171,
            "content_hash": -6330288701929580171,
            "location": "resources/templates/server/status/monitor/index.twig:30, resources/templates/server/status/processes/index.twig:41",
            "context": "",
            "note": "",
            "flags": "php-format",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 928,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/121788497/?format=api",
            "priority": 100,
            "id": 121789071,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=28264bf703d19975",
            "url": "https://hosted.weblate.org/api/units/121789071/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:10.519440+02:00",
            "last_updated": "2024-06-02T02:29:13.376948+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "ø per hour: %s"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4618426678545979112,
            "content_hash": 4618426678545979112,
            "location": "resources/templates/server/status/queries/index.twig:15",
            "context": "",
            "note": "l10n: Average per hour",
            "flags": "php-format",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 968,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/121788498/?format=api",
            "priority": 100,
            "id": 121789072,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=c017f2983beb96e8",
            "url": "https://hosted.weblate.org/api/units/121789072/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:10.595341+02:00",
            "last_updated": "2024-06-02T02:29:13.435067+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "ø per minute: %s"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7646697823898050245,
            "content_hash": 7646697823898050245,
            "location": "resources/templates/server/status/queries/index.twig:16",
            "context": "",
            "note": "l10n: Average per minute",
            "flags": "php-format",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 969,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/121788499/?format=api",
            "priority": 100,
            "id": 121789073,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ea1e87282a321ec5",
            "url": "https://hosted.weblate.org/api/units/121789073/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:10.598298+02:00",
            "last_updated": "2024-06-02T02:29:13.436219+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "ø per second: %s"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9075173536869061146,
            "content_hash": -9075173536869061146,
            "location": "resources/templates/server/status/queries/index.twig:18",
            "context": "",
            "note": "l10n: Average per second",
            "flags": "php-format",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 970,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/121788500/?format=api",
            "priority": 100,
            "id": 121789074,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=020e81c023e4ede6",
            "url": "https://hosted.weblate.org/api/units/121789074/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:10.601148+02:00",
            "last_updated": "2024-06-02T02:29:13.437910+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Only INSERT, UPDATE, DELETE, REPLACE and SET (without options like GLOBAL) SQL queries containing transactional engine tables can be rolled back."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6993575066760763733,
            "content_hash": 6993575066760763733,
            "location": "src/Import/Import.php:947",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2939,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://hosted.weblate.org/api/units/121788501/?format=api",
            "priority": 100,
            "id": 121789075,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=e10e2b783c4dd955",
            "url": "https://hosted.weblate.org/api/units/121789075/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-04-28T02:48:15.991235+02:00",
            "last_updated": "2024-06-23T02:27:59.625718+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Edit query"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5850613653698918182,
            "content_hash": -5850613653698918182,
            "location": "src/Controllers/JavaScriptMessagesController.php:402",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2355,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/121966750/?format=api",
            "priority": 100,
            "id": 121966832,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=2ece71e13d39c8da",
            "url": "https://hosted.weblate.org/api/units/121966832/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-05-05T02:26:28.238679+02:00",
            "last_updated": "2024-06-23T02:27:59.028278+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Cannot log in to the database server."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5634850031944773239,
            "content_hash": 5634850031944773239,
            "location": "src/Exceptions/AuthenticationFailure.php:35",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2885,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://hosted.weblate.org/api/units/122502280/?format=api",
            "priority": 100,
            "id": 122502532,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=ce33023fd4aaae77",
            "url": "https://hosted.weblate.org/api/units/122502532/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-05-12T02:31:13.931690+02:00",
            "last_updated": "2024-06-23T02:27:59.570711+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/tk/?format=api",
            "source": [
                "Login without a password is forbidden by configuration (see AllowNoPassword)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -233189673143100079,
            "content_hash": -233189673143100079,
            "location": "src/Exceptions/AuthenticationFailure.php:61",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2887,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/122502281/?format=api",
            "priority": 100,
            "id": 122502533,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/master/tk/?checksum=7cc38b3a4f041d51",
            "url": "https://hosted.weblate.org/api/units/122502533/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-05-12T02:31:13.936069+02:00",
            "last_updated": "2024-06-23T02:27:59.573069+02:00"
        }
    ]
}