Translation components API.

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

GET /api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/units/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 129,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "https://www.postgresql.org/docs/8.3/static/auth-pg-hba-conf.html[pg_hba.conf file]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6118506947302828562,
            "content_hash": 6118506947302828562,
            "location": "pages/postgresql.adoc:426",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 128,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/7087254/?format=api",
            "priority": 100,
            "id": 7087261,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=d4e94da6bdbeaa12",
            "url": "https://translate.fedoraproject.org/api/units/7087261/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-10T21:58:54.988744Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "sudo dnf install postgresql-server postgresql-contrib\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3343714543257461449,
            "content_hash": -3343714543257461449,
            "location": "pages/postgresql.adoc:13",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898748/?format=api",
            "priority": 100,
            "id": 7898764,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=5198bd56b2d4dd37",
            "url": "https://translate.fedoraproject.org/api/units/7898764/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.076918Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "sudo postgresql-setup --initdb --unit postgresql\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 443958571347862193,
            "content_hash": 443958571347862193,
            "location": "pages/postgresql.adoc:26",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898753/?format=api",
            "priority": 100,
            "id": 7898769,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=862941f7ec2de2b1",
            "url": "https://translate.fedoraproject.org/api/units/7898769/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.127359Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "postgresql-setup upgrade\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6292748975385930009,
            "content_hash": -6292748975385930009,
            "location": "pages/postgresql.adoc:96",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898754/?format=api",
            "priority": 100,
            "id": 7898770,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=28abaa25b56b16e7",
            "url": "https://translate.fedoraproject.org/api/units/7898770/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.136184Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "# make it last after reboot\nfirewall-cmd --permanent --add-port=5432/tcp\n# change runtime configuration\nfirewall-cmd --add-port=5432/tcp\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2058074790195002512,
            "content_hash": 2058074790195002512,
            "location": "pages/postgresql.adoc:132",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 43,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898755/?format=api",
            "priority": 100,
            "id": 7898771,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=9c8fc01e16c27c90",
            "url": "https://translate.fedoraproject.org/api/units/7898771/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.150149Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "iptables -A INPUT -p tcp --dport 5432 -m state --state NEW,ESTABLISHED -j ACCEPT\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1020306282191058731,
            "content_hash": -1020306282191058731,
            "location": "pages/postgresql.adoc:138",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 45,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898756/?format=api",
            "priority": 100,
            "id": 7898772,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=71d724d797e708d5",
            "url": "https://translate.fedoraproject.org/api/units/7898772/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.157569Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "semanage fcontext -a -t postgresql_db_t \"/my/new/location(/.*)?\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1611678656463449771,
            "content_hash": -1611678656463449771,
            "location": "pages/postgresql.adoc:153",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 49,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898757/?format=api",
            "priority": 100,
            "id": 7898773,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=69a22acd0d6ad155",
            "url": "https://translate.fedoraproject.org/api/units/7898773/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.171544Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "semanage port -a -t postgresql_port_t -p tcp 5433\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2261145679232438268,
            "content_hash": 2261145679232438268,
            "location": "pages/postgresql.adoc:159",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898758/?format=api",
            "priority": 100,
            "id": 7898774,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=9f613403e40f0ffc",
            "url": "https://translate.fedoraproject.org/api/units/7898774/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.180514Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "setsebool -P httpd_can_network_connect_db on\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1110435333711359723,
            "content_hash": -1110435333711359723,
            "location": "pages/postgresql.adoc:167",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/7898759/?format=api",
            "priority": 100,
            "id": 7898775,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=7096f0f284179115",
            "url": "https://translate.fedoraproject.org/api/units/7898775/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-06T21:57:36.189435Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "The installation and initialization of the postgresql server is a little bit different in comparison to other packages and other Linux distros.  This document aims to summarize basic installation steps relevant to recent Fedora Linux releases."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 994433847153521976,
            "content_hash": 994433847153521976,
            "location": "pages/postgresql.adoc:10",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189603/?format=api",
            "priority": 100,
            "id": 9189622,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=8dccf050b435f538",
            "url": "https://translate.fedoraproject.org/api/units/9189622/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.344014Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "The postgresql server is not running and disabled by default. To set it to start at boot, run:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6420260347792557231,
            "content_hash": 6420260347792557231,
            "location": "pages/postgresql.adoc:16",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189604/?format=api",
            "priority": 100,
            "id": 9189623,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=d91958c533b384af",
            "url": "https://translate.fedoraproject.org/api/units/9189623/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.353468Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "sudo systemctl enable postgresql\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6651691368768451630,
            "content_hash": 6651691368768451630,
            "location": "pages/postgresql.adoc:19",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189605/?format=api",
            "priority": 100,
            "id": 9189624,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=dc4f8e0ec6f9b42e",
            "url": "https://translate.fedoraproject.org/api/units/9189624/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.358195Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "The database needs to be populated with initial data after installation. The database initialization could be done using following command. It creates the configuration files postgresql.conf and pg_hba.conf"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7942057868528028390,
            "content_hash": -7942057868528028390,
            "location": "pages/postgresql.adoc:23",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189606/?format=api",
            "priority": 100,
            "id": 9189625,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=11c8247288ca751a",
            "url": "https://translate.fedoraproject.org/api/units/9189625/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.362749Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "To start the postgresql server manually, run"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2780029119361087499,
            "content_hash": -2780029119361087499,
            "location": "pages/postgresql.adoc:29",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189607/?format=api",
            "priority": 100,
            "id": 9189626,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=596b5a3ec33d87f5",
            "url": "https://translate.fedoraproject.org/api/units/9189626/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.370422Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "sudo systemctl start postgresql \n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7997789243591904424,
            "content_hash": 7997789243591904424,
            "location": "pages/postgresql.adoc:32",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189608/?format=api",
            "priority": 100,
            "id": 9189627,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=eefddaf164bc4ca8",
            "url": "https://translate.fedoraproject.org/api/units/9189627/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.375309Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "Now you need to create a user and database for the user. This needs to be run from a `postgres` user account on your system."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -940447646276765084,
            "content_hash": -940447646276765084,
            "location": "pages/postgresql.adoc:39",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189609/?format=api",
            "priority": 100,
            "id": 9189628,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=72f2dbd931d23a64",
            "url": "https://translate.fedoraproject.org/api/units/9189628/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.382482Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "sudo -u postgres psql\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8299714630053466325,
            "content_hash": 8299714630053466325,
            "location": "pages/postgresql.adoc:42",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189610/?format=api",
            "priority": 100,
            "id": 9189629,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=f32e827b757310d5",
            "url": "https://translate.fedoraproject.org/api/units/9189629/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.387027Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "From here you can create a postgres user and database. Here, we will assume your computer's user account is called `lenny`. Note: you can also run this from the shell as well with `createuser lenny` and `createdb --owner=lenny carl`."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -565474822441112363,
            "content_hash": -565474822441112363,
            "location": "pages/postgresql.adoc:45",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189611/?format=api",
            "priority": 100,
            "id": 9189630,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=782707a51ef86cd5",
            "url": "https://translate.fedoraproject.org/api/units/9189630/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.391028Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "postgres=# CREATE USER lenny WITH PASSWORD 'leonard';\npostgres=# CREATE DATABASE my_project OWNER lenny;\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2111528597977699033,
            "content_hash": 2111528597977699033,
            "location": "pages/postgresql.adoc:49",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189612/?format=api",
            "priority": 100,
            "id": 9189631,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=9d4da8128f8a12d9",
            "url": "https://translate.fedoraproject.org/api/units/9189631/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.394912Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "It might be good idea to add password for the `postgres` user while you're at it:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7136855292932657362,
            "content_hash": -7136855292932657362,
            "location": "pages/postgresql.adoc:52",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189613/?format=api",
            "priority": 100,
            "id": 9189632,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=1cf4cbec7b61ef2e",
            "url": "https://translate.fedoraproject.org/api/units/9189632/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.398877Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "postgres=# \\password postgres\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3308389571882994214,
            "content_hash": 3308389571882994214,
            "location": "pages/postgresql.adoc:55",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189614/?format=api",
            "priority": 100,
            "id": 9189633,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=ade9c2c97ab14a26",
            "url": "https://translate.fedoraproject.org/api/units/9189633/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.402139Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "Press Ctrl + D or `\\q` to leave the psql session running as user `postgres`. Now you can access your new database from your user account (`lenny`) and start using it."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2479505735022695685,
            "content_hash": -2479505735022695685,
            "location": "pages/postgresql.adoc:58",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189615/?format=api",
            "priority": 100,
            "id": 9189634,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=5d9706abc56daafb",
            "url": "https://translate.fedoraproject.org/api/units/9189634/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.405058Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "psql my_project\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6304844183211175862,
            "content_hash": 6304844183211175862,
            "location": "pages/postgresql.adoc:61",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189616/?format=api",
            "priority": 100,
            "id": 9189635,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=d77f4e61507d6fb6",
            "url": "https://translate.fedoraproject.org/api/units/9189635/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.407947Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "Initial Configuration"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4675832226484814195,
            "content_hash": -4675832226484814195,
            "location": "pages/postgresql.adoc:65",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189617/?format=api",
            "priority": 100,
            "id": 9189636,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=3f1c1b5d170c7e8d",
            "url": "https://translate.fedoraproject.org/api/units/9189636/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.410679Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "If you’re getting ident errors from your app you’ll probably need to perform the accepted solution described at https://serverfault.com/questions/406606/postgres-error-message-fatal-ident-authentication-failed-for-user?newreg=a4fdc3e21349449985cc65b82399c5b4"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8358150011646792268,
            "content_hash": 8358150011646792268,
            "location": "pages/postgresql.adoc:74",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189618/?format=api",
            "priority": 100,
            "id": 9189637,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=f3fe1d26f7a2524c",
            "url": "https://translate.fedoraproject.org/api/units/9189637/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.421161Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "sudo gedit /var/lib/pgsql/data/pg_hba.conf\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1328085093208345582,
            "content_hash": -1328085093208345582,
            "location": "pages/postgresql.adoc:76",
            "context": "",
            "note": "type: delimited block .",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189619/?format=api",
            "priority": 100,
            "id": 9189638,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=6d91b1a4ebd33412",
            "url": "https://translate.fedoraproject.org/api/units/9189638/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.424675Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "and edit `host all all 127.0.0.1/32 ident` to `host all all 127.0.0.1/32 md5`. This should allow most applications to connect with username/password."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7308815219307375552,
            "content_hash": 7308815219307375552,
            "location": "pages/postgresql.adoc:79",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189620/?format=api",
            "priority": 100,
            "id": 9189639,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=e56e20b7dbc8ebc0",
            "url": "https://translate.fedoraproject.org/api/units/9189639/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.427039Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "As mentioned above, the postgresql server is using two main configuration files"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7713666024891423240,
            "content_hash": -7713666024891423240,
            "location": "pages/postgresql.adoc:173",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.fedoraproject.org/api/units/9189621/?format=api",
            "priority": 100,
            "id": 9189640,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=14f38d9e7e58e5f8",
            "url": "https://translate.fedoraproject.org/api/units/9189640/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-02T22:08:00.515917Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?format=api",
            "source": [
                "As you can see from the error message in my example, it is not a fresh installation, but an upgrade."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 617099007908518275,
            "content_hash": 617099007908518275,
            "location": "pages/postgresql.adoc:86",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate.fedoraproject.org/api/units/12347121/?format=api",
            "priority": 100,
            "id": 12347122,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-quick-docs/masterpagespostgresql/cs/?checksum=8890604735a21983",
            "url": "https://translate.fedoraproject.org/api/units/12347122/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-12-30T22:09:06.412247Z"
        }
    ]
}