Translation components API.

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

GET /api/translations/appinventor/component-methods/ko/units/?format=api&page=3
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/ko/units/?format=api&page=4",
    "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Moves the Ball back in bounds if part of it extends out of bounds, having no effect otherwise. If the Ball is too wide to fit on the canvas, this aligns the left side of the Ball with the left side of the canvas. If the Ball is too tall to fit on the canvas, this aligns the top side of the Ball with the top side of the canvas.",
            "previous_source": "",
            "target": "공의 일부가 경계 밖으로 나간 경우 다시 안으로 이동시킵니다. 다른 효과는 없습니다. 만약 공이 너무 커서 캔버스를 벗어나는 경우, 공의 왼쪽은 캔버스의 왼쪽에, 공의 위쪽은 캔버스의 위쪽에 맞춰집니다.",
            "id_hash": 6308157662592236210,
            "content_hash": 2885743893480109293,
            "location": "",
            "context": "Ball__MoveIntoBoundsMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 70,
            "priority": 100,
            "id": 256924,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=d78b13f8d9f7fab2",
            "url": "https://weblate.appinventor.mit.edu/api/units/256924/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11431/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Sets the x and y coordinates of the Ball. If CenterAtOrigin is true, the center of the Ball will be placed here. Otherwise, the top left edge of the Ball will be placed at the specified coordinates.",
            "previous_source": "",
            "target": "공의 x 및 y 좌표를 지정합니다. 만약 중심원점 속성이 참이면 공의 중심이 여기에 맞춰지고, 거짓이면 공의 좌측 상단이 여기에 위치합니다.",
            "id_hash": -7694283428033997550,
            "content_hash": -2153102123911367688,
            "location": "",
            "context": "Ball__MoveToMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 42,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "priority": 100,
            "id": 256925,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=153869fcfedbd512",
            "url": "https://weblate.appinventor.mit.edu/api/units/256925/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11432/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Moves the origin of Ball to the position of the cooordinates given by the list formatted as [x-coordinate, y-coordinate].",
            "previous_source": "",
            "target": "공의 원점을 리스트 [x좌표,y좌표]로 주어진 좌표로 이동합니다.",
            "id_hash": -9068864167426626601,
            "content_hash": 3967196590503616060,
            "location": "",
            "context": "Ball__MoveToPointMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 43,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "priority": 100,
            "id": 256926,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=224ec16b0446bd7",
            "url": "https://weblate.appinventor.mit.edu/api/units/256926/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11433/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Sets the heading of the Ball toward the point with the coordinates (x, y).",
            "previous_source": "",
            "target": "공의 방향을 좌표(x, y)의 방향으로 향하도록 합니다.",
            "id_hash": -8403087190364283181,
            "content_hash": -7941099716629565863,
            "location": "",
            "context": "Ball__PointInDirectionMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 44,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "priority": 100,
            "id": 256927,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=b623cb8c9b39ed3",
            "url": "https://weblate.appinventor.mit.edu/api/units/256927/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11434/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Turns the Ball to point towards a designated target sprite (Ball or ImageSprite). The new heading will be parallel to the line joining the centerpoints of the two sprites.",
            "previous_source": "",
            "target": "공의 방향을 목표 스프라이트(공 또는 이미지스프라이트)를 향하도록 조정합니다. 새 방향은 두 스프라이트의 중심을 잇는 선과 평행합니다.",
            "id_hash": -4271728443001488798,
            "content_hash": 2944262508420040124,
            "location": "",
            "context": "Ball__PointTowardsMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 45,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "priority": 100,
            "id": 256928,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=44b7c59d19f6ba62",
            "url": "https://weblate.appinventor.mit.edu/api/units/256928/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11435/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Returns the bearing from the Marker to the given map feature, in degrees from due north. If the centroids parameter is true, the bearing will be to the center of the map feature. Otherwise, the bearing will be computed to the point in the feature nearest the Marker.",
            "previous_source": "",
            "target": "마커에서 다른 지도 형상으로 방향을 반환합니다. 방향은 북쪽을 기준으로 합니다. 만약 중심점 매개 변수가 ''참''이면 경계가 지도 형상의 중심점에 위치합니다. 그렇지 않으면 방위는 마커에 가장 가까운 형상에서 계산됩니다.",
            "id_hash": -197414108346705094,
            "content_hash": -4482850268682818900,
            "location": "",
            "context": "BearingToFeatureMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 46,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "priority": 100,
            "id": 256929,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=7d42a4ea16581b3a",
            "url": "https://weblate.appinventor.mit.edu/api/units/256929/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11436/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "BearingToFeature",
            "previous_source": "",
            "target": "다른형상방향계산하기",
            "id_hash": -1435522897021700957,
            "content_hash": 9065541694496778499,
            "location": "",
            "context": "BearingToFeatureMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 47,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256930,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=6c13ff87e814f4a3",
            "url": "https://weblate.appinventor.mit.edu/api/units/256930/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11437/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Returns the bearing from the Marker to the given latitude and longitude, in degrees from due north.",
            "previous_source": "",
            "target": "마커에서 지정된 위도와 경도 좌표를 향하는 방향을 반환합니다. 방향은 북쪽을 기준으로 합니다.",
            "id_hash": -4295492092249216967,
            "content_hash": -4329286218965615753,
            "location": "",
            "context": "BearingToPointMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 48,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "priority": 100,
            "id": 256931,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=446358b359fc6839",
            "url": "https://weblate.appinventor.mit.edu/api/units/256931/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11438/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "BearingToPoint",
            "previous_source": "",
            "target": "좌표에대한방향계산하기",
            "id_hash": 2528913386630343466,
            "content_hash": 8500274038556234522,
            "location": "",
            "context": "BearingToPointMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 49,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256932,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=a31881538dd4eb2a",
            "url": "https://weblate.appinventor.mit.edu/api/units/256932/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11439/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Bounce",
            "previous_source": "",
            "target": "튕기기",
            "id_hash": -7339508902709178693,
            "content_hash": 1724391393173890752,
            "location": "",
            "context": "BounceMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 50,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256933,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=1a24d38a1433cebb",
            "url": "https://weblate.appinventor.mit.edu/api/units/256933/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11440/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Returns the bounding box of the Rectangle in the format ((North West) (South East)).",
            "previous_source": "",
            "target": "사각 형태의 경계 박스를 ((North West) (South East)) 형식으로 리턴합니다.",
            "id_hash": 7443152946412581916,
            "content_hash": -6919443068189101051,
            "location": "",
            "context": "BoundsMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "priority": 100,
            "id": 256934,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=e74b642b53d2f41c",
            "url": "https://weblate.appinventor.mit.edu/api/units/256934/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11441/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Bounds",
            "previous_source": "",
            "target": "지도경계가져오기",
            "id_hash": 7443477285585086637,
            "content_hash": 6186090195919118387,
            "location": "",
            "context": "BoundsMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256935,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=e74c8b276cfce8ad",
            "url": "https://weblate.appinventor.mit.edu/api/units/256935/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11442/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "BuildPostData",
            "previous_source": "",
            "target": "POST전송데이터만들기",
            "id_hash": -2275079274009763342,
            "content_hash": -6761030406997383848,
            "location": "",
            "context": "BuildPostDataMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256936,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=606d4b7444cb61f2",
            "url": "https://weblate.appinventor.mit.edu/api/units/256936/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11443/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Converts a list of two-element sublists, representing name and value pairs, to a string formatted as application/x-www-form-urlencoded media type, suitable to pass to PostText.",
            "previous_source": "",
            "target": "이름과 값 쌍을 나타내는 두 요소로 된 하위 목록을 텍스트 POSt 전송 형태로 전달하기에 적합한 application / x-www-form-urlencoded 미디어 유형으로 포맷 된 문자열로 변환합니다.",
            "id_hash": -6715300062495809869,
            "content_hash": -6998623675379358180,
            "location": "",
            "context": "BuildRequestDataMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "priority": 100,
            "id": 256937,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=22ce762c1ec75eb3",
            "url": "https://weblate.appinventor.mit.edu/api/units/256937/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11444/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "BuildRequestData",
            "previous_source": "",
            "target": "요청데이터만들기",
            "id_hash": 9192965176470926459,
            "content_hash": -385573920151468844,
            "location": "",
            "context": "BuildRequestDataMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256938,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=ff93f91f2015f47b",
            "url": "https://weblate.appinventor.mit.edu/api/units/256938/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11445/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Returns an estimate of the number of bytes that can be received without blocking",
            "previous_source": "",
            "target": "블록킹하지 않고 수신 할 수있는 바이트 수를 반환합니다.",
            "id_hash": -7971793603275463418,
            "content_hash": 1605861896646912594,
            "location": "",
            "context": "BytesAvailableToReceiveMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 14,
            "priority": 100,
            "id": 256939,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=115e7ff44608e506",
            "url": "https://weblate.appinventor.mit.edu/api/units/256939/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11446/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "BytesAvailableToReceive",
            "previous_source": "",
            "target": "받을수있는바이트크기가져오기",
            "id_hash": 6472522394199840321,
            "content_hash": 4038764191630404596,
            "location": "",
            "context": "BytesAvailableToReceiveMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256940,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=d9d304d31b0ad641",
            "url": "https://weblate.appinventor.mit.edu/api/units/256940/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11447/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Returns one of the Line of Best Fit values. A value could be\"slope\", \"Yintercept\", \"correlation coefficient\"or \"predictions\". The block returns the complete dictionary with all values if no specific value string is provided",
            "previous_source": "",
            "target": "",
            "id_hash": -434181434442970101,
            "content_hash": -1323695214250190538,
            "location": "",
            "context": "CalculateLineOfBestFitValueMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "priority": 100,
            "id": 256941,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=79f97a4927f50c0b",
            "url": "https://weblate.appinventor.mit.edu/api/units/256941/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11448/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "CalculateLineOfBestFitValue",
            "previous_source": "",
            "target": "",
            "id_hash": 2823657866534121939,
            "content_hash": 9215989488447212684,
            "location": "",
            "context": "CalculateLineOfBestFitValueMethods",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 256942,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=a72fa5de8600f1d3",
            "url": "https://weblate.appinventor.mit.edu/api/units/256942/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11449/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-methods/ko/?format=api",
            "source": "Returns true if the WebViewer can go back in the history list.",
            "previous_source": "",
            "target": "웹뷰어가 히스토리 목록으로 되돌아갈 수있는 경우 참을 반환합니다.",
            "id_hash": 3586573292795690148,
            "content_hash": -6990179482663862028,
            "location": "",
            "context": "CanGoBackMethodDescriptions",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "priority": 100,
            "id": 256943,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-methods/ko/?checksum=b1c6116845fd7ca4",
            "url": "https://weblate.appinventor.mit.edu/api/units/256943/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/11450/?format=api"
        }
    ]
}