Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/appinventor/component-info/ko/units/?format=api&page=6
https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/units/?format=api&page=7", "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/units/?format=api&page=5", "results": [ { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "<p>A formatting element in which to place components that should be displayed one below another. (The first child component is stored on top, the second beneath it, etc.) If you wish to have components displayed next to one another, use <code>HorizontalArrangement</code> instead.</p><p> This version is scrollable", "previous_source": "", "target": "<p>컴포넌트를 위에서 아래으로 표시되도록 배치하는 컴포넌트입니다. 컴포넌트를 가로로 배치하려면 <code>수평배치</code>를 사용하세요.</p><p>이 컴포넌트는 스크롤 할 수 있습니다.</p>", "id_hash": 8596439937654361734, "content_hash": 1715306248895777628, "location": "", "context": "VerticalScrollArrangementHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 101, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 46, "priority": 100, "id": 225207, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=f74cb093d0de8e86", "url": "https://weblate.appinventor.mit.edu/api/units/225207/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10822/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "A multimedia component capable of playing videos. When the application is run, the VideoPlayer will be displayed as a rectangle on-screen. If the user touches the rectangle, controls will appear to play/pause, skip ahead, and skip backward within the video. The application can also control behavior by calling the <code>Start</code>, <code>Pause</code>, and <code>SeekTo</code> methods. <p>Video files should be in 3GPP (.3gp) or MPEG-4 (.mp4) formats. For more details about legal formats, see <a href=\"http://developer.android.com/guide/appendix/media-formats.html\" target=\"_blank\">Android Supported Media Formats</a>.</p><p>App Inventor for Android only permits video files under 1 MB and limits the total size of an application to 5 MB, not all of which is available for media (video, audio, and sound) files. If your media files are too large, you may get errors when packaging or installing your application, in which case you should reduce the number of media files or their sizes. Most video editing software, such as Windows Movie Maker and Apple iMovie, can help you decrease the size of videos by shortening them or re-encoding the video into a more compact format.</p><p>You can also set the media source to a URL that points to a streaming video, but the URL must point to the video file itself, not to a program that plays the video.", "previous_source": "", "target": "동영상을 재생하는 컴포넌트입니다. 앱이 실행 중일 때 이 컴포넌트는 사각형 영역을 보여 줍니다. 사용자가 이 영역을 터치하면 재생/일시 정지/앞으로/뒤로 넘기기 등을 할 수 있는 컨트롤러가 표시됩니다. 또한 블록으로 <code>재생</code>, <code>일시정지</code>, 그리고 <code>찾아가기</code>를 제어할 수 있습니다.<p>영상 파일은 3GPP(.3gp) 또는 MPEG-4(.mp4) 포맷이어야 합니다. 지원하는 포맷 목록은 <a href=\"http://developer.android.com/guide/appendix/media-formats.html\" target=\"_blank\">안드로이드 미디어 포맷</a>문서를 보세요.</p><p>앱인벤터는 영상 파일 1개의 용량을 1MB 이하로 제한하고, 전체 미디어 용량을 5MB 이하로 제한하며, 이는 모든 종류의 미디어에 해당합니다. 만약 용량을 초과하면 빌드 시 또는 설치 시 오류가 발생할 수 있습니다. 그러므로 파일의 수나 용량을 줄여야 합니다. 윈도 무비 메이커나 애플의 iMovie 같은 대부분의 영상 편집 소프트웨어는 영상의 용량을 줄이는 기능을 제공합니다.</p><p>또한 URL로 영상을 재생할 수도 있습니다. 이때 URL은 반드시 영상 파일 자체를 가리켜야 하며, 영상 플레이어 페이지 같은 URL은 사용할 수 없습니다.", "id_hash": 2546264613736453088, "content_hash": -885914485160952578, "location": "", "context": "VideoPlayerHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 102, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 208, "priority": 100, "id": 225208, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=a356262cede893e0", "url": "https://weblate.appinventor.mit.edu/api/units/225208/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10823/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "The Voting component communicates with a Web service to retrieve a ballot and send back users'' votes. <p>The application should call the method <code>RequestBallot</code>, usually in the <code>Initialize</code> event handler, in order to get the ballot question and options from the Web service (specified by the <code>ServiceURL</code> property). Depending on the response from the Web service, the system will raise one of the following three events: <ol> <li> <code>GotBallot</code>, indicating that the ballot question and options were retrieved and the properties <code>BallotQuestion</code> and <code>BallotOptions</code> have been set.</li> <li> <code>NoOpenPoll</code>, indicating that no ballot question is available.</li> <li> <code>WebServiceError</code>, indicating that the service did not provide a legal response and providing an error messages.</li> </ol></p> <p>After getting the ballot, the application should allow the user to make a choice from among <code>BallotOptions</code> and set the property <code>UserChoice</code> to that choice. The application should also set <code>UserId</code> to specify which user is voting.</p> <p>Once the application has set <code>UserChoice</code> and <code>UserId</code>, the application can call <code>SendBallot</code> to send this information to the Web service. If the service successfully receives the vote, the event <code>GotBallotConfirmation</code> will be raised. Otherwise, the event <code>WebServiceError</code> will be raised with the appropriate error message.</p>", "previous_source": "", "target": "Voting 컴포넌트는 웹서비스와 통신해서 사용자의 투표를 회수하고 되돌려보냅니다.<p>앱은 <code>Initialize</code> 이벤트에서 <code>RequestBallot</code> 블록을 실행하여 웹서비스에서 투표내용을 요청합니다(<code>ServiceURL</code> 속성의 서비스에). 웹서비스의 응답에 따라 다음 3가지 이벤트 중 하나가 실행됩니다: <ol> <li><code>BallotQuestion</code>와<code>BallotOptions</code> 속성에 응답받은 값이 지정되고 <code>GotBallot</code> 이벤트가 실행된다.</li> <li>투표 질문이 없으면 <code>NoOpenPoll</code> 이벤트가 실행됩니다.</li> <li> 서비스가 정상적인 응답을 하지 않고 오류메시지를 보내면 <code>WebServiceError</code> 이벤트가 실행됩니다.</li> </ol></p> <p>질문을 가져온 후 앱은 <code>BallotOptions</code> 과 <code>UserChoice</code> 속성에 사용자의 선택을 지정할 수 있도록 합니다. 앱은 또한 <code>UserId</code>로 투표자를 지정합니다.</p> <p>앱이 <code>UserChoice</code>와 <code>UserId</code>의 값을 지정했다면 <code>SendBallot</code> 블록을 실행해 결과를 웹서비스에 전송할 수 있습니다. 만약 웹서비스가 결과를 성공적으로 받으면 <code>GotBallotConfirmation</code> 이벤트가 실행됩니다. 그 외에, 오류가 발생하면 오류 메시지와 함께 <code>WebServiceError</code> 이벤트가 실행됩니다.</p>", "id_hash": 4060510300826034195, "content_hash": 1207171294075062792, "location": "", "context": "VotingHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 103, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 197, "priority": 100, "id": 225209, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=b859d49ae78ce013", "url": "https://weblate.appinventor.mit.edu/api/units/225209/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10824/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Non-visible component that provides functions for HTTP GET, POST, PUT, and DELETE requests.", "previous_source": "", "target": "HTTP GET, POST, PUT, DELETE 요청을 보내는 보이지 않는 컴포넌트입니다.", "id_hash": 6629690054851160286, "content_hash": 6684982619762703708, "location": "", "context": "WebHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 104, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 13, "priority": 100, "id": 225210, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=dc0163fab257e8de", "url": "https://weblate.appinventor.mit.edu/api/units/225210/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10825/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Component for viewing Web pages. The Home URL can be specified in the Designer or in the Blocks Editor. The view can be set to follow links when they are tapped, and users can fill in Web forms. Warning: This is not a full browser. For example, pressing the phone''s hardware Back key will exit the app, rather than move back in the browser history.<p />You can use the WebViewer.WebViewString property to communicate between your app and Javascript code running in the Webviewer page. In the app, you get and set WebViewString. In the WebViewer, you include Javascript that references the window.AppInventor object, using the methoods </em getWebViewString()</em> and <em>setWebViewString(text)</em>. <p />For example, if the WebViewer opens to a page that contains the Javascript command <br /> <em>document.write(\"The answer is\" + window.AppInventor.getWebViewString());</em> <br />and if you set WebView.WebVewString to \"hello\", then the web page will show </br ><em>The answer is hello</em>. <br />And if the Web page contains Javascript that executes the command <br /><em>window.AppInventor.setWebViewString(\"hello from Javascript\")</em>, <br />then the value of the WebViewString property will be <br /><em>hello from Javascript</em>.", "previous_source": "", "target": "<p>웹페이지를 보기 위한 컴포넌트입니다. 홈 URL은 디자이너나 블록으로 지정할 수 있습니다. 링크를 이동하게 할 건지 설정할 수 있고, 웹 양식을 사용자가 채울 수 있습니다. 알림: 이 컴포넌트는 완벽한 브라우저가 아닙니다. 예시로 휴대폰의 뒤로 가기 버튼을 누르면 이전 웹 페이지로 가는 것이 아니라 앱이 종료됩니다.</p><p>당신은 웹뷰 스트링으로 앱과 웹 뷰어 내의 페이지와 문자열을 주고받을 수 있습니다. 앱에서 웹뷰 스트링을 지정하거나, 웹 페이지에서 자바스크립트 객체인 window.AppInventor의 함수<code>getWebViewString()</code>그리고<code>setWebViewString(text)</code>로 그 문자열을 지정할 수 있습니다. </p>만약 웹페이지가 다음과 같은 자바스크립트 코드를 포함하고 있다고 합시다: <br> <em>document.write(\"정답은 \" + window.AppInventor.getWebViewString());</em> <br>그리고 당신이 블록으로 웹뷰 스트링을 \"사과입니다!\" 라고 지정했다면 웹페이지에는 이렇게 보입니다:</br ><em>정답은 사과입니다!</em> <br>그리고 웹페이지의 자바스크립트가 이런 코드를 실행하면: <br><em>window.AppInventor.setWebViewString(\"안녕 자바스크립트!\")</em>, <br>웹 뷰어 컴포넌트의 \"웹뷰 스트링\" 속성값에는 <br /><em>안녕 자바스크립트!</em>라는 값이 저장됩니다.", "id_hash": 6885217202106028304, "content_hash": -8889655412993766606, "location": "", "context": "WebViewerHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 105, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 181, "priority": 100, "id": 225211, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=df8d3490dcf05110", "url": "https://weblate.appinventor.mit.edu/api/units/225211/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10826/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Use this component to translate words and sentences between different languages. This component needs Internet access, as it will request translations to the Yandex.Translate service. Specify the source and target language in the form source-target using two letter language codes. So\"en-es\" will translate from English to Spanish while \"es-ru\" will translate from Spanish to Russian. If you leave out the source language, the service will attempt to detect the source language. So providing just \"es\" will attempt to detect the source language and translate it to Spanish.<p /> This component is powered by the Yandex translation service. See http://api.yandex.com/translate/ for more information, including the list of available languages and the meanings of the language codes and status codes. <p />Note: Translation happens asynchronously in the background. When the translation is complete, the \"GotTranslation\" event is triggered.", "previous_source": "", "target": "<p>어떤 문장을 다른 언어로 번역합니다. 이 컴포넌트는 Yandex.Translate 서비스를 사용하기 위해서 인터넷 연결이 필요합니다. 출발 언어(번역할 문장의 언어)와 도착 언어(번역할 언어)를 \"en-es\" 처럼 한 쌍의 언어 코드로 표시해야 하며, 위 예시는 영어를 스페인어로 번역한다는 뜻입니다. \"es-ru\"는 스페인어를 러시아어로 번역한다는 뜻입니다. 만약 출발 언어를 지정하지 않으면 서버가 자동으로 인식합니다. 즉 만약 \"es\" 라고만 지정할 경우 전달된 문자열의 언어를 서버가 탐지 후, 스페인어로 번역합니다.</p><p>이 컴포넌트는 Yandex 번역 서비스를 사용합니다. http://api.yandex.com/translate/ 이 페이지에서 사용 가능한 더 많은 언어 코드와 응답 코드의 뜻을 확인하세요.</p>참고: 번역은 백그라운드에서 비동기로 진행됩니다. 번역이 완료되면 \"번역을 받았을 때\" 이벤트가 실행됩니다.", "id_hash": 763295554873137108, "content_hash": -2929400926414952738, "location": "", "context": "YandexTranslateHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 106, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 136, "priority": 100, "id": 225212, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=8a97c54356d917d4", "url": "https://weblate.appinventor.mit.edu/api/units/225212/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10827/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "AccelerometerSensor", "previous_source": "", "target": "가속도센서", "id_hash": 7820620602715805115, "content_hash": 7951572024696537001, "location": "", "context": "accelerometerSensorComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 107, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225213, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=ec886d00b3fa15bb", "url": "https://weblate.appinventor.mit.edu/api/units/225213/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10828/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "ActivityStarter", "previous_source": "", "target": "액티비티스타터", "id_hash": -744755780864629638, "content_hash": 6718400901731127020, "location": "", "context": "activityStarterComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 108, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225214, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=75aa18902d25247a", "url": "https://weblate.appinventor.mit.edu/api/units/225214/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10829/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "AnomalyDetection", "previous_source": "", "target": "", "id_hash": 4418272182413832253, "content_hash": -5605292537222005915, "location": "", "context": "anomalyDetectionComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 109, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225215, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=bd50db2411c4303d", "url": "https://weblate.appinventor.mit.edu/api/units/225215/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10830/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Ball", "previous_source": "", "target": "공", "id_hash": -547853704417072175, "content_hash": -8160099328551832854, "location": "", "context": "ballComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 110, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225216, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=7865a1f55f56abd1", "url": "https://weblate.appinventor.mit.edu/api/units/225216/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10831/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "BarcodeScanner", "previous_source": "", "target": "바코드스캐너", "id_hash": 7990239967777805675, "content_hash": 6730311684987082664, "location": "", "context": "barcodeScannerComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 111, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225217, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=eee308eaa586556b", "url": "https://weblate.appinventor.mit.edu/api/units/225217/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10832/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Barometer", "previous_source": "", "target": "기압센서", "id_hash": 1308125008845185688, "content_hash": 576810294361708446, "location": "", "context": "barometerComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 112, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225218, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=922764c3ca05a298", "url": "https://weblate.appinventor.mit.edu/api/units/225218/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10833/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "BluetoothClient", "previous_source": "", "target": "블루투스클라이언트", "id_hash": -4554449088273561298, "content_hash": 5799924181058351748, "location": "", "context": "bluetoothClientComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 113, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225219, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=40cb58af49da492e", "url": "https://weblate.appinventor.mit.edu/api/units/225219/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10834/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "BluetoothServer", "previous_source": "", "target": "블루투스서버", "id_hash": 812924417807811763, "content_hash": -6831408735776587, "location": "", "context": "bluetoothServerComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 114, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225220, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=8b48167370ad04b3", "url": "https://weblate.appinventor.mit.edu/api/units/225220/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10835/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Button", "previous_source": "", "target": "버튼", "id_hash": -1849760906834759949, "content_hash": 8907536753518851344, "location": "", "context": "buttonComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 115, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225221, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=6654544174b5aef3", "url": "https://weblate.appinventor.mit.edu/api/units/225221/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10836/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Camcorder", "previous_source": "", "target": "캠코더", "id_hash": -2915638164128630268, "content_hash": 7298232885834961591, "location": "", "context": "camcorderComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 116, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225222, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=57899289958a7a04", "url": "https://weblate.appinventor.mit.edu/api/units/225222/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10837/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Camera", "previous_source": "", "target": "카메라", "id_hash": -1910080152872209859, "content_hash": 7520995969171821186, "location": "", "context": "cameraComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 117, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225223, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=657e08389387323d", "url": "https://weblate.appinventor.mit.edu/api/units/225223/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10838/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Canvas", "previous_source": "", "target": "캔버스", "id_hash": -4995648273953929093, "content_hash": 9176727600392054180, "location": "", "context": "canvasComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 118, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225224, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=3aabe45ce82ec87b", "url": "https://weblate.appinventor.mit.edu/api/units/225224/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10839/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "Chart", "previous_source": "", "target": "", "id_hash": -7238501196045587632, "content_hash": -8603492584047315513, "location": "", "context": "chartComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 119, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225225, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=1b8bad836f766b50", "url": "https://weblate.appinventor.mit.edu/api/units/225225/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10840/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api", "source": "ChartData2D", "previous_source": "", "target": "", "id_hash": 3581145988917468616, "content_hash": -1323986692693696341, "location": "", "context": "chartData2DComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 120, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225226, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=b1b2c94d9e3d9dc8", "url": "https://weblate.appinventor.mit.edu/api/units/225226/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10841/?format=api" } ] }{ "count": 229, "next": "