Units API

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

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

{
    "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/hu/?format=api",
    "source": "<p>A round ''sprite'' that can be placed on a <code>Canvas</code>, where it can react to touches and drags, interact with other sprites (<code>ImageSprite</code>s and other <code>Ball</code>s) and the edge of the Canvas, and move according to its property values.</p><p>For example, to have a <code>Ball</code> move 4 pixels toward the top of a <code>Canvas</code> every 500 milliseconds (half second), you would set the <code>Speed</code> property to 4 [pixels], the <code>Interval</code> property to 500 [milliseconds], the <code>Heading</code> property to 90 [degrees], and the <code>Enabled</code> property to <code>True</code>.</p><p>The difference between a <code>Ball</code> and an <code>ImageSprite</code> is that the latter can get its appearance from an image file, while a <code>Ball</code>''s appearance can be changed only by varying its <code>PaintColor</code> and <code>Radius</code> properties.</p>",
    "previous_source": "",
    "target": "<p>Egy kör alakú \"szereplő\", amelyet ha egy <code>Rajzvászon</code> komponensre helyezünk, akkor képes reagálni a tapintásra és húzásra, valamint kapcsolatba léphet a többi szereplővel (pl: ütközés vizsgálata).</p><p>A labda mozgása az <code>Irány</code>, <code>FrissítésiIntervallum</code> és a <code>Sebesség</code> tulajdonságokon keresztül. Ha például azt akarjuk hogy a labda felfelé mozogjon másodpercenként 4 képpontnyival, akkor az elérhető úgy, hogy az <code>Irány</code> 90 [fok], a <code>FrissítésiIntervallum</code> 1000 [ezredmásodperc], a a <code>Sebesség</code> pedig 4.</p><p>A labda kinézetét csak a <code>Sugár</code> és a <code>Szín</code> tulajdonságokkal állítható be (teljesen egyedi kinézethez használd a <code>Szereplő</code> komponenst és állítsd be annak <code>Kép</code> tulajdonságát.</p>",
    "id_hash": 7449823071733847299,
    "content_hash": -6909237758358581611,
    "location": "",
    "context": "BallHelpStringComponentPallette",
    "comment": "",
    "flags": "",
    "fuzzy": false,
    "translated": true,
    "position": 4,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": true,
    "num_words": 119,
    "priority": 100,
    "id": 223965,
    "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/hu/?checksum=e763169ce6349503",
    "url": "https://weblate.appinventor.mit.edu/api/units/223965/?format=api",
    "source_info": "https://weblate.appinventor.mit.edu/api/sources/10725/?format=api"
}