Translation components API.

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

GET /api/translations/appinventor/component-methods/el/units/?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1113,
    "next": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/units/?format=api&page=33",
    "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/units/?format=api&page=31",
    "results": [
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "RotateSyncIndefinitely",
            "previous_source": "",
            "target": "",
            "id_hash": 3180896050239350681,
            "content_hash": -5048599266459921897,
            "location": "",
            "context": "RotateSyncIndefinitelyMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 621,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246374,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=ac24d01ac5f5a799",
            "url": "https://weblate.appinventor.mit.edu/api/units/246374/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12011/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Run JavaScript in the current page.",
            "previous_source": "",
            "target": "",
            "id_hash": -8662351618163208276,
            "content_hash": -5591662072168894469,
            "location": "",
            "context": "RunJavaScriptMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 622,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "priority": 100,
            "id": 246375,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=7c925192fda0fac",
            "url": "https://weblate.appinventor.mit.edu/api/units/246375/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12012/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "RunJavaScript",
            "previous_source": "",
            "target": "",
            "id_hash": 5282407735204236297,
            "content_hash": -5837176878871722790,
            "location": "",
            "context": "RunJavaScriptMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 623,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246376,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=c94ee1d9079fcc09",
            "url": "https://weblate.appinventor.mit.edu/api/units/246376/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12013/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Saves a picture of this Canvas to the device''s external storage in the file named fileName. fileName must end with one of .jpg, .jpeg, or .png, which determines the file type.",
            "previous_source": "",
            "target": "",
            "id_hash": 7724206101136304208,
            "content_hash": 2982712359585001247,
            "location": "",
            "context": "SaveAsMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 624,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "priority": 100,
            "id": 246377,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=eb31e4863e226850",
            "url": "https://weblate.appinventor.mit.edu/api/units/246377/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12014/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "SaveAs",
            "previous_source": "",
            "target": "",
            "id_hash": 1064188313506809898,
            "content_hash": 6401540935210486560,
            "location": "",
            "context": "SaveAsMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 625,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246378,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=8ec4c1a200b2082a",
            "url": "https://weblate.appinventor.mit.edu/api/units/246378/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12015/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Saves text to a file. If the filename begins with a slash (/) the file is written to the sdcard. For example writing to /myFile.txt will write the file to /sdcard/myFile.txt. If the filename does not start with a slash, it will be written in the programs private data directory where it will not be accessible to other programs on the phone. There is a special exception for the AI Companion where these files are written to /sdcard/AppInventor/data to facilitate debugging. Note that this block will overwrite a file if it already exists.If you want to add content to a file use the append block.",
            "previous_source": "",
            "target": "",
            "id_hash": 8383678354328358198,
            "content_hash": 7983060634879610957,
            "location": "",
            "context": "SaveFileMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 626,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 105,
            "priority": 100,
            "id": 246379,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=f458cf0b6cdf8d36",
            "url": "https://weblate.appinventor.mit.edu/api/units/246379/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12016/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "SaveFile",
            "previous_source": "",
            "target": "",
            "id_hash": -8691479328432105436,
            "content_hash": 5684229405096685128,
            "location": "",
            "context": "SaveFileMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 627,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246380,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=761a999a8275824",
            "url": "https://weblate.appinventor.mit.edu/api/units/246380/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12017/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Save",
            "previous_source": "",
            "target": "",
            "id_hash": -6101677048355012120,
            "content_hash": -8300862165216593446,
            "location": "",
            "context": "SaveMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 628,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246381,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=2b527d0d76a541e8",
            "url": "https://weblate.appinventor.mit.edu/api/units/246381/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12018/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Hide the onscreen soft keyboard.",
            "previous_source": "",
            "target": "",
            "id_hash": 3118983640261173205,
            "content_hash": 5476313154015842998,
            "location": "",
            "context": "Screen__HideKeyboardMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 629,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "priority": 100,
            "id": 246382,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=ab48db1882059fd5",
            "url": "https://weblate.appinventor.mit.edu/api/units/246382/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12019/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Get the current Android SDK Level",
            "previous_source": "",
            "target": "",
            "id_hash": -8656062072659832911,
            "content_hash": 3751911624350140752,
            "location": "",
            "context": "SdkLevelMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 630,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "priority": 100,
            "id": 246383,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=7df7d681d610fb1",
            "url": "https://weblate.appinventor.mit.edu/api/units/246383/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12020/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "SdkLevel",
            "previous_source": "",
            "target": "",
            "id_hash": -1644348362135780522,
            "content_hash": 4842460133756285982,
            "location": "",
            "context": "SdkLevelMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 631,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246384,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=692e19e073e6c356",
            "url": "https://weblate.appinventor.mit.edu/api/units/246384/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12021/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "This searches Twitter for the given String query.<p><u>Requirements</u>: This should only be called after the <code>IsAuthorized</code> event has been raised, indicating that the user has successfully logged in to Twitter.</p>",
            "previous_source": "",
            "target": "",
            "id_hash": 1134393354732424270,
            "content_hash": -6689632506975937565,
            "location": "",
            "context": "SearchTwitterMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 632,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "priority": 100,
            "id": 246385,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=8fbe2cbef063cc4e",
            "url": "https://weblate.appinventor.mit.edu/api/units/246385/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12022/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "SearchTwitter",
            "previous_source": "",
            "target": "",
            "id_hash": -8253849000205904088,
            "content_hash": 6935962457293500950,
            "location": "",
            "context": "SearchTwitterMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 633,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246386,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=d747010a9039728",
            "url": "https://weblate.appinventor.mit.edu/api/units/246386/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12023/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Returns the second of the minute (0-59) from the instant.",
            "previous_source": "",
            "target": "",
            "id_hash": -5501795449037511333,
            "content_hash": 1699566592225839268,
            "location": "",
            "context": "SecondMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 634,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "priority": 100,
            "id": 246387,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=33a5b2305942255b",
            "url": "https://weblate.appinventor.mit.edu/api/units/246387/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12024/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Second",
            "previous_source": "",
            "target": "",
            "id_hash": 2214683688608581401,
            "content_hash": -742391615524238199,
            "location": "",
            "context": "SecondMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 635,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246388,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=9ebc2314b55dc719",
            "url": "https://weblate.appinventor.mit.edu/api/units/246388/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12025/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Seeks to the requested time (specified in milliseconds) in the video. If the video is paused, the frame shown will not be updated by the seek. The player can jump only to key frames in the video, so seeking to times that differ by short intervals may not actually move to different frames.",
            "previous_source": "",
            "target": "",
            "id_hash": 6498400926352417884,
            "content_hash": -2822704387837376240,
            "location": "",
            "context": "SeekToMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 636,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 53,
            "priority": 100,
            "id": 246389,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=da2ef536674e245c",
            "url": "https://weblate.appinventor.mit.edu/api/units/246389/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12026/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "SeekTo",
            "previous_source": "",
            "target": "",
            "id_hash": 4369731465823481345,
            "content_hash": -384374878335357919,
            "location": "",
            "context": "SeekToMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 637,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246390,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=bca4679dc8416e01",
            "url": "https://weblate.appinventor.mit.edu/api/units/246390/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12027/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Send a 1-byte number to the connected Bluetooth device.",
            "previous_source": "",
            "target": "",
            "id_hash": -4079904515850432636,
            "content_hash": -7711347300643039042,
            "location": "",
            "context": "Send1ByteNumberMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 638,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "priority": 100,
            "id": 246391,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=4761447587390f84",
            "url": "https://weblate.appinventor.mit.edu/api/units/246391/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12028/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Send1ByteNumber",
            "previous_source": "",
            "target": "",
            "id_hash": 8161061985318735889,
            "content_hash": -294906184089247482,
            "location": "",
            "context": "Send1ByteNumberMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 639,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 246392,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=f141eaa2f0de1011",
            "url": "https://weblate.appinventor.mit.edu/api/units/246392/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12029/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/el/?format=api",
            "source": "Send a 2-byte number to the connected Bluetooth device.",
            "previous_source": "",
            "target": "",
            "id_hash": -4465811761867848794,
            "content_hash": 2344666252702675914,
            "location": "",
            "context": "Send2ByteNumberMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 640,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "priority": 100,
            "id": 246393,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/el/?checksum=42063fdd0c1b03a6",
            "url": "https://weblate.appinventor.mit.edu/api/units/246393/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/12030/?format=api"
        }
    ]
}