Translation components API.

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

GET /api/translations/uyuni/uyuni-tools-shared/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 180,
    "next": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Using config file %s"
            ],
            "previous_source": "",
            "target": [
                "Using config file %s"
            ],
            "id_hash": 3644876341150993229,
            "content_hash": 3644876341150993229,
            "location": "shared/utils/config.go:33",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 149,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/16028720/?format=api",
            "priority": 100,
            "id": 16028720,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=b29533b88c87cb4d",
            "url": "https://l10n.opensuse.org/api/units/16028720/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Failed to find home directory"
            ],
            "previous_source": "",
            "target": [
                "Failed to find home directory"
            ],
            "id_hash": 8550525232791976743,
            "content_hash": 8550525232791976743,
            "location": "shared/utils/config.go:40",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 150,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/16028721/?format=api",
            "priority": 100,
            "id": 16028721,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=f6a9916587947b27",
            "url": "https://l10n.opensuse.org/api/units/16028721/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "failed to parse configuration file %s: %s"
            ],
            "previous_source": "",
            "target": [
                "failed to parse configuration file %s: %s"
            ],
            "id_hash": -6614446426835029070,
            "content_hash": -6614446426835029070,
            "location": "shared/utils/config.go:59",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 151,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/16028722/?format=api",
            "priority": 100,
            "id": 16028722,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=2434c40506a573b2",
            "url": "https://l10n.opensuse.org/api/units/16028722/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "failed to bind %s config to parameter %s: %s"
            ],
            "previous_source": "",
            "target": [
                "failed to bind %s config to parameter %s: %s"
            ],
            "id_hash": -3509174092474895523,
            "content_hash": -3509174092474895523,
            "location": "shared/utils/config.go:78",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 152,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/16028723/?format=api",
            "priority": 100,
            "id": 16028723,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=4f4ce8c15b07b35d",
            "url": "https://l10n.opensuse.org/api/units/16028723/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Usage:{{if .Runnable}}\n  {{.UseLine}}{{end}}{{if .HasAvailableSubCommands}}\n  {{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}}\n\nAliases:\n  {{.NameAndAliases}}{{end}}{{if .HasExample}}\n\nExamples:\n{{.Example}}{{end}}{{if .HasAvailableSubCommands}}\n\nAvailable Commands:{{range .Commands}}{{if (or .IsAvailableCommand (eq .Name \"help\"))}}\n  {{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}{{end}}{{if .HasAvailableLocalFlags}}\n\nFlags:\n{{.LocalFlags.FlagUsages | trimTrailingWhitespaces}}{{end}}{{if .HasAvailableInheritedFlags}}\n\nGlobal Flags:\n{{.InheritedFlags.FlagUsages | trimTrailingWhitespaces}}{{end}}{{if .HasHelpSubCommands}}\n\nAdditional help topics:{{range .Commands}}{{if .IsAdditionalHelpTopicCommand}}\n  {{rpad .CommandPath .CommandPathPadding}} {{.Short}}{{end}}{{end}}{{end}}{{if .HasAvailableSubCommands}}\n\nUse \"{{.CommandPath}} [command] --help\" for more information about a command.{{end}}\n"
            ],
            "previous_source": "",
            "target": [
                "Usage:{{if .Runnable}}\n  {{.UseLine}}{{end}}{{if .HasAvailableSubCommands}}\n  {{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}}\n\nAliases:\n  {{.NameAndAliases}}{{end}}{{if .HasExample}}\n\nExamples:\n{{.Example}}{{end}}{{if .HasAvailableSubCommands}}\n\nAvailable Commands:{{range .Commands}}{{if (or .IsAvailableCommand (eq .Name \"help\"))}}\n  {{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}{{end}}{{if .HasAvailableLocalFlags}}\n\nFlags:\n{{.LocalFlags.FlagUsages | trimTrailingWhitespaces}}{{end}}{{if .HasAvailableInheritedFlags}}\n\nGlobal Flags:\n{{.InheritedFlags.FlagUsages | trimTrailingWhitespaces}}{{end}}{{if .HasHelpSubCommands}}\n\nAdditional help topics:{{range .Commands}}{{if .IsAdditionalHelpTopicCommand}}\n  {{rpad .CommandPath .CommandPathPadding}} {{.Short}}{{end}}{{end}}{{end}}{{if .HasAvailableSubCommands}}\n\nUse \"{{.CommandPath}} [command] --help\" for more information about a command.{{end}}\n"
            ],
            "id_hash": 8907158302638252202,
            "content_hash": 8907158302638252202,
            "location": "shared/utils/config.go:90",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 153,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 61,
            "source_unit": "https://l10n.opensuse.org/api/units/16028724/?format=api",
            "priority": 100,
            "id": 16028724,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=fb9c9548baeca0aa",
            "url": "https://l10n.opensuse.org/api/units/16028724/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "\nConfiguration:\n\n  All the non-global flags can alternatively be passed as configuration.\n  \n  The configuration file is a YAML file with entries matching the flag name.\n  The name of a flag is the part after the '--' of the command line parameter.\n  Every '_' character in the flag name means a nested property.\n  \n  For instance the '--tz CEST' and '--ssl-password secret' will be mapped to\n  this YAML configuration:\n  \n    tz: CEST\n    ssl:\n      password: secret\n  \n  The configuration file will be searched in the following places and order:\n  · $XDG_CONFIG_HOME/{{ .Name }}/{{ .ConfigFile }}\n  · $HOME/.config/{{ .Name }}/{{ .ConfigFile }}\n  · $PWD/{{ .ConfigFile }}\n  · the value of the --config flag\n\n\nEnvironment variables:\n\n  All the non-global flags can also be passed as environment variables.\n  \n  The environment variable name is the flag name with '-' replaced by with '_'\n  and the {{ .EnvPrefix }} prefix.\n  \n  For example the '--tz CEST' flag will be mapped to '{{ .EnvPrefix }}_TZ'\n  and '--ssl-password' flags to '{{ .EnvPrefix }}_SSL_PASSWORD' \n"
            ],
            "previous_source": "",
            "target": [
                "\nConfiguration:\n\n  All the non-global flags can alternatively be passed as configuration.\n  \n  The configuration file is a YAML file with entries matching the flag name.\n  The name of a flag is the part after the '--' of the command line parameter.\n  Every '_' character in the flag name means a nested property.\n  \n  For instance the '--tz CEST' and '--ssl-password secret' will be mapped to\n  this YAML configuration:\n  \n    tz: CEST\n    ssl:\n      password: secret\n  \n  The configuration file will be searched in the following places and order:\n  · $XDG_CONFIG_HOME/{{ .Name }}/{{ .ConfigFile }}\n  · $HOME/.config/{{ .Name }}/{{ .ConfigFile }}\n  · $PWD/{{ .ConfigFile }}\n  · the value of the --config flag\n\n\nEnvironment variables:\n\n  All the non-global flags can also be passed as environment variables.\n  \n  The environment variable name is the flag name with '-' replaced by with '_'\n  and the {{ .EnvPrefix }} prefix.\n  \n  For example the '--tz CEST' flag will be mapped to '{{ .EnvPrefix }}_TZ'\n  and '--ssl-password' flags to '{{ .EnvPrefix }}_SSL_PASSWORD' \n"
            ],
            "id_hash": 2911389175326220262,
            "content_hash": 2911389175326220262,
            "location": "shared/utils/config.go:118",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 154,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 159,
            "source_unit": "https://l10n.opensuse.org/api/units/16028725/?format=api",
            "priority": 100,
            "id": 16028725,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=a86755079e3c9fe6",
            "url": "https://l10n.opensuse.org/api/units/16028725/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "failed to compute config help command"
            ],
            "previous_source": "",
            "target": [
                "failed to compute config help command"
            ],
            "id_hash": 8217531744725276605,
            "content_hash": 8217531744725276605,
            "location": "shared/utils/config.go:163",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 156,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/16028726/?format=api",
            "priority": 100,
            "id": 16028726,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=f20a89955ed897bd",
            "url": "https://l10n.opensuse.org/api/units/16028726/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "tool to use to reach the container. Possible values: 'podman', 'podman-remote', 'kubectl'. Default guesses which to use."
            ],
            "previous_source": "",
            "target": [
                "tool to use to reach the container. Possible values: 'podman', 'podman-remote', 'kubectl'. Default guesses which to use."
            ],
            "id_hash": 643575550927677742,
            "content_hash": 643575550927677742,
            "location": "shared/utils/cmd.go:55",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 144,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://l10n.opensuse.org/api/units/16028727/?format=api",
            "priority": 100,
            "id": 16028727,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=88ee708dc32ba92e",
            "url": "https://l10n.opensuse.org/api/units/16028727/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "%s file already present, not overwriting"
            ],
            "previous_source": "",
            "target": [
                "%s file already present, not overwriting"
            ],
            "id_hash": 3772753051932853463,
            "content_hash": 3772753051932853463,
            "location": "shared/utils/template.go:25",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 141,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/16164914/?format=api",
            "priority": 100,
            "id": 16164914,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=b45b82e96dba84d7",
            "url": "https://l10n.opensuse.org/api/units/16164914/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "failed to open %s for writing: %s"
            ],
            "previous_source": "",
            "target": [
                "failed to open %s for writing: %s"
            ],
            "id_hash": -5134035148141313862,
            "content_hash": -5134035148141313862,
            "location": "shared/utils/template.go:32",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 142,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/16164915/?format=api",
            "priority": 100,
            "id": 16164915,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=38c03e3beaaac0ba",
            "url": "https://l10n.opensuse.org/api/units/16164915/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Skipping extraction of %s in %s file as it resolves outside the target path"
            ],
            "previous_source": "",
            "target": [
                "Skipping extraction of %s in %s file as it resolves outside the target path"
            ],
            "id_hash": 3271570789273450580,
            "content_hash": 3271570789273450580,
            "location": "shared/utils/tar.go:48",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 139,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 14,
            "source_unit": "https://l10n.opensuse.org/api/units/16164916/?format=api",
            "priority": 100,
            "id": 16164916,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=ad66f44ca0303854",
            "url": "https://l10n.opensuse.org/api/units/16164916/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "failed to write tar.gz to %s: %s"
            ],
            "previous_source": "",
            "target": [
                "failed to write tar.gz to %s: %s"
            ],
            "id_hash": 6899832400091643125,
            "content_hash": 6899832400091643125,
            "location": "shared/utils/tar.go:90",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 140,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/16164917/?format=api",
            "priority": 100,
            "id": 16164917,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=dfc12102d1317cf5",
            "url": "https://l10n.opensuse.org/api/units/16164917/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Has to be more than %d character long",
                "Has to be more than %d characters long"
            ],
            "previous_source": "",
            "target": [
                "Has to be more than %d character long",
                "Has to be more than %d characters long"
            ],
            "id_hash": 4734067242472916262,
            "content_hash": 4734067242472916262,
            "location": "shared/utils/utils.go:64",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 159,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/16164918/?format=api",
            "priority": 100,
            "id": 16164918,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=c1b2c9132a694526",
            "url": "https://l10n.opensuse.org/api/units/16164918/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Has to be less than %d character long",
                "Has to be less than %d characters long"
            ],
            "previous_source": "",
            "target": [
                "Has to be less than %d character long",
                "Has to be less than %d characters long"
            ],
            "id_hash": 3145083448508178194,
            "content_hash": 3145083448508178194,
            "location": "shared/utils/utils.go:68",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 160,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/16164919/?format=api",
            "priority": 100,
            "id": 16164919,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=aba594bba94a5f12",
            "url": "https://l10n.opensuse.org/api/units/16164919/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Failed to read password"
            ],
            "previous_source": "",
            "target": [
                "Failed to read password"
            ],
            "id_hash": -130969221597150746,
            "content_hash": -130969221597150746,
            "location": "shared/utils/utils.go:81",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 161,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/16164920/?format=api",
            "priority": 100,
            "id": 16164920,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=7e2eb42fd63141e6",
            "url": "https://l10n.opensuse.org/api/units/16164920/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Cannot contain spaces or tabs"
            ],
            "previous_source": "",
            "target": [
                "Cannot contain spaces or tabs"
            ],
            "id_hash": 3332093235605283357,
            "content_hash": 3332093235605283357,
            "location": "shared/utils/utils.go:87",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 162,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/16164921/?format=api",
            "priority": 100,
            "id": 16164921,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=ae3df924c2bc221d",
            "url": "https://l10n.opensuse.org/api/units/16164921/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "Failed to read input"
            ],
            "previous_source": "",
            "target": [
                "Failed to read input"
            ],
            "id_hash": 7581364210193479544,
            "content_hash": 7581364210193479544,
            "location": "shared/utils/utils.go:108",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 163,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/16164922/?format=api",
            "priority": 100,
            "id": 16164922,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=e9366a94d5713778",
            "url": "https://l10n.opensuse.org/api/units/16164922/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "A value is required"
            ],
            "previous_source": "",
            "target": [
                "A value is required"
            ],
            "id_hash": -2669877936518847245,
            "content_hash": -2669877936518847245,
            "location": "shared/utils/utils.go:116",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 164,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/16164923/?format=api",
            "priority": 100,
            "id": 16164923,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=5af2b029902424f3",
            "url": "https://l10n.opensuse.org/api/units/16164923/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "invalid image name: %s"
            ],
            "previous_source": "",
            "target": [
                "invalid image name: %s"
            ],
            "id_hash": -3600390753428098884,
            "content_hash": -3600390753428098884,
            "location": "shared/utils/utils.go:145, shared/utils/utils.go:171",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 165,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/16164924/?format=api",
            "priority": 100,
            "id": 16164924,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=4e08d7af795130bc",
            "url": "https://l10n.opensuse.org/api/units/16164924/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/uyuni-tools-shared/en/?format=api",
            "source": [
                "tag missing on %s"
            ],
            "previous_source": "",
            "target": [
                "tag missing on %s"
            ],
            "id_hash": 1307119363472421662,
            "content_hash": 1307119363472421662,
            "location": "shared/utils/utils.go:149",
            "context": "",
            "note": "",
            "flags": "javascript-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 166,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/16164925/?format=api",
            "priority": 100,
            "id": 16164925,
            "web_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/?checksum=9223d222bacef31e",
            "url": "https://l10n.opensuse.org/api/units/16164925/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}