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=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 229,
    "next": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/units/?format=api&page=3",
    "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/units/?format=api",
    "results": [
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A button that, when clicked on, displays a list of the contacts to choose among. After the user has made a selection, the following properties will be set to information about the chosen contact: <ul><li> <code>ContactName</code>: the contact''s name </li> <li> <code>EmailAddress</code>: the contact''s primary email address </li> <li> <code>ContactUri</code>: the contact''s URI on the device </li><li> <code>EmailAddressList</code>: a list of the contact''s email addresses </li> <li> <code>PhoneNumber</code>: the contact''s primary phone number (on Later Android Verisons)</li> <li> <code>PhoneNumberList</code>: a list of the contact''s phone numbers (on Later Android Versions)</li> <li> <code>Picture</code>: the name of the file containing the contact''s image, which can be used as a <code>Picture</code> property value for the <code>Image</code> or <code>ImageSprite</code> component.</li></ul></p><p>Other properties affect the appearance of the button (<code>TextAlignment</code>, <code>BackgroundColor</code>, etc.) and whether it can be clicked on (<code>Enabled</code>).</p><p>The ContactPicker component might not work on all phones. For example, on Android systems before system 3.0, it cannot pick phone numbers, and the list of email addresses will contain only one email.",
            "previous_source": "",
            "target": "버튼을 클릭하면 연락처에서 항목을 선택할 수 있습니다. 사용자가 선택 후 각 속성에는 선택한 연락처에 대한 다음의 값이 지정됩니다: <ul><li> <code>연락처 이름</code>: 연락처에 저장된 이름 </li> <li> <code>이메일 주소</code>: 연락처에 저장된 주 이메일</li> <li> <code>연락처 Url</code>: 연락처에 저장된 URL</li><li> <code>이메일 주소 리스트</code>: 연락처에 저장된 이메일 주소 목록 </li> <li> <code>전화번호</code>: 연락처에 저장된 주 전화번호</li> <li> <code>전화번호 리스트</code>: 연락처에 저장된 전화번호 리스트</li> <li> <code>사진</code>: 연락처에 저장된 사진을 가져옵니다. 이 값을 <code>사진</code> 또는 <code>이미지 스프라이트</code> 컴포넌트의 <code>사진</code> 속성에 지정할 수 있습니다.</li></ul></p><p>다른 속성들은 버튼의 외관에 관한 것들이나(<code>텍스트 정렬</code>, <code>배경 색</code> 등) 클릭에 관련된 것입니다(<code>활성화</code>).</p><p>이 컴포넌트는 모든 폰에서 작동하지 않을 수 있습니다. 예를 들어 안드로이드 3.0 이전에서는 전화번호를 못 가져오고, 이메일 리스트에는 하나의 이메일 주소만 담깁니다.</p>",
            "id_hash": -7478174469362334783,
            "content_hash": -7762878717655976088,
            "location": "",
            "context": "ContactPickerHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 166,
            "priority": 100,
            "id": 225127,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=18382ff0f14343c1",
            "url": "https://weblate.appinventor.mit.edu/api/units/225127/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10742/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "Component that allows reading CSV and JSON data. The DataFile contains functionality relevant to accessing CSV or JSON parsed data in the form of rows or columns. Can be used together with the ChartData2D component to import data directly from a file to the Chart. The component may also be dragged and dropped on a Chart after a file has been selected and parsed successfully to create ChartData components automatically from the file onto the Chart.",
            "previous_source": "",
            "target": "",
            "id_hash": 3512386834265456655,
            "content_hash": 3756899611819921785,
            "location": "",
            "context": "DataFileHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 76,
            "priority": 100,
            "id": 225128,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=b0be81376226c00f",
            "url": "https://weblate.appinventor.mit.edu/api/units/225128/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10743/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "<p>A button that, when clicked on, launches a popup dialog to allow the user to select a date.</p>",
            "previous_source": "",
            "target": "<p>버튼을 클릭하면 사용자가 날짜를 선택할 수 있는 대화상자가 뜹니다.</p>",
            "id_hash": 4302549823745152434,
            "content_hash": 2488894881272035898,
            "location": "",
            "context": "DatePickerHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "priority": 100,
            "id": 225129,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=bbb5ba44d0bfd5b2",
            "url": "https://weblate.appinventor.mit.edu/api/units/225129/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10744/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "An EmailPicker is a kind of text box. If the user begins entering the name or email address of a contact, the phone will show a dropdown menu of choices that complete the entry. If there are many contacts, the dropdown can take several seconds to appear, and can show intermediate results while the matches are being computed. <p>The initial contents of the text box and the contents< after user entry is in the <code>Text</code> property. If the <code>Text</code> property is initially empty, the contents of the <code>Hint</code> property will be faintly shown in the text box as a hint to the user.</p> <p>Other properties affect the appearance of the text box (<code>TextAlignment</code>, <code>BackgroundColor</code>, etc.) and whether it can be used (<code>Enabled</code>).</p><p>Text boxes like this are usually used with <code>Button</code> components, with the user clicking on the button when text entry is complete.",
            "previous_source": "",
            "target": "이메일 선택 버튼은 텍스트 박스의 일종입니다. 사용자가 연락처의 이름이나 전자 메일 주소를 입력하기 시작하면 전화기는 항목을 완료하는 선택 항목의 드롭 다운 메뉴를 표시합니다. 많은 연락처가 있는 경우 드롭 다운이 표시되는 데 몇 초가 걸릴 수 있으며 일치 항목이 계산되는 동안 중간 결과를 표시 할 수 있습니다. <p>텍스트 상자의 초기 내용과 사용자가 입력한 내용은 <code>텍스트</code> 속성에 있습니다. <code>텍스트</code> 속성이 처음에 비어있는 경우 <code>힌트</code> 속성의 내용이 텍스트 힌트로 희미하게 표시됩니다. </p><p>다른 속성은 텍스트 상자의 형태(<code>텍스트 정렬</code>, <code>배경색</code> 등)과 사용 가능 여부(<code>활성화</code>)에 영향을 줍니다.</p><p>이와 같은 텍스트 상자는 일반적으로 <code>버튼</code>과 함께 사용되며 텍스트 입력이 완료되면 사용자가 버튼을 클릭합니다.</p>",
            "id_hash": 4875751479306686043,
            "content_hash": -694980751500948633,
            "location": "",
            "context": "EmailPickerHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 143,
            "priority": 100,
            "id": 225130,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=c3aa262339290e5b",
            "url": "https://weblate.appinventor.mit.edu/api/units/225130/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10745/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a high-level interface to a color sensor on a LEGO MINDSTORMS EV3 robot.",
            "previous_source": "",
            "target": "LEGO MINDSTORMS EV3 로봇의 컬러 센서의 고급 인터페이스를 제공하는 구성 요소입니다.",
            "id_hash": -4794785856824008496,
            "content_hash": -5752116576810646115,
            "location": "",
            "context": "Ev3ColorSensorHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "priority": 100,
            "id": 225131,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=3d757faac5f020d0",
            "url": "https://weblate.appinventor.mit.edu/api/units/225131/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10746/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a low-level interface to a LEGO MINDSTORMS EV3 robot, with functions to send system or direct commands to EV3 robots.",
            "previous_source": "",
            "target": "LEGO MINDSTORMS EV3 로봇에 저수준 인터페이스를 제공하고 EV3 로봇에 시스템 또는 직접 명령을 보내는 기능이 있는 컴포넌트입니다.",
            "id_hash": -5192390057434797518,
            "content_hash": -4505939615724335115,
            "location": "",
            "context": "Ev3CommandsHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "priority": 100,
            "id": 225132,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=37f0ecc0d3542a32",
            "url": "https://weblate.appinventor.mit.edu/api/units/225132/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10747/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a high-level interface to a gyro sensor on a LEGO MINDSTORMS EV3 robot.",
            "previous_source": "",
            "target": "LEGO MINDSTORMS EV3 로봇의 자이로 센서에 대한 고급 인터페이스를 제공하는 구성 요소입니다.",
            "id_hash": 7181990815213513593,
            "content_hash": 8484697199625063470,
            "location": "",
            "context": "Ev3GyroSensorHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "priority": 100,
            "id": 225133,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=e3ab8e9838eb6b79",
            "url": "https://weblate.appinventor.mit.edu/api/units/225133/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10748/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides both high- and low-level interfaces to a LEGO MINDSTORMS EV3 robot, with functions that can control the motors.",
            "previous_source": "",
            "target": "모터를 제어 할 수있는 기능을 갖춘 LEGO MINDSTORMS EV3 로봇에 고수준 및 저수준 인터페이스를 모두 제공하는 구성 요소.",
            "id_hash": -7064749944663096040,
            "content_hash": -6377008377994318927,
            "location": "",
            "context": "Ev3MotorsHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "priority": 100,
            "id": 225134,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=1df4f75b21654518",
            "url": "https://weblate.appinventor.mit.edu/api/units/225134/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10749/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a high-level interface to sound functionalities on LEGO MINDSTORMS EV3 robot.",
            "previous_source": "",
            "target": "LEGO MINDSTORMS EV3 로봇의 사운드 기능에 대한 고급 인터페이스를 제공하는 구성 요소입니다.",
            "id_hash": 8946392367005870045,
            "content_hash": 7618586736762958712,
            "location": "",
            "context": "Ev3SoundHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "priority": 100,
            "id": 225135,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=fc27f87530a6a7dd",
            "url": "https://weblate.appinventor.mit.edu/api/units/225135/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10750/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a high-level interface to a touch sensor on a LEGO MINDSTORMS EV3 robot.",
            "previous_source": "",
            "target": "LEGO MINDSTORMS EV3 로봇의 터치 센서에 고급 인터페이스를 제공하는 구성 요소입니다.",
            "id_hash": -2221641747441151633,
            "content_hash": -2865273289254685531,
            "location": "",
            "context": "Ev3TouchSensorHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 30,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "priority": 100,
            "id": 225136,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=612b2499f997916f",
            "url": "https://weblate.appinventor.mit.edu/api/units/225136/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10751/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a high-level interface to a LEGO MINDSTORMS EV3 robot, with functions to draw graphs on EV3 screen.",
            "previous_source": "",
            "target": "EV3 화면에 그래프를 그릴 수있는 기능이있는 LEGO MINDSTORMS EV3 로봇에 고급 인터페이스를 제공하는 구성 요소입니다.",
            "id_hash": 6851567636778592275,
            "content_hash": -1260679366792580931,
            "location": "",
            "context": "Ev3UIHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "priority": 100,
            "id": 225137,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=df15a876e8c02813",
            "url": "https://weblate.appinventor.mit.edu/api/units/225137/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10752/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A component that provides a high-level interface to an ultrasonic sensor on a LEGO MINDSTORMS EV3 robot.",
            "previous_source": "",
            "target": "LEGO MINDSTORMS EV3 로봇의 초음파 센서에 대한 고급 인터페이스를 제공하는 구성 요소입니다.",
            "id_hash": -1253782287896995555,
            "content_hash": 5763475160129871622,
            "location": "",
            "context": "Ev3UltrasonicSensorHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 32,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "priority": 100,
            "id": 225138,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=6e99aba6e839191d",
            "url": "https://weblate.appinventor.mit.edu/api/units/225138/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10753/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "A FeatureCollection contains one or more map features as a group. Any events fired on a feature in the collection will also trigger the corresponding event on the collection object. FeatureCollections can be loaded from external resources as a means of populating a Map with content.",
            "previous_source": "",
            "target": "형상 모음은 하나 이상의 지도 형상이 그룹으로 포함됩니다. 컬렉션에서 실행된 모든 이벤트는 컬렉션 객체에서 해당 이벤트를 발생시킵니다. 형상 모음은 외부 데이터로 지도를 콘텐츠로 채우는 용도로 사용할 수 있습니다.",
            "id_hash": 8755443569625017211,
            "content_hash": 2885402417319236755,
            "location": "",
            "context": "FeatureCollectionHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 33,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 46,
            "priority": 100,
            "id": 225139,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=f9819589ca7a2b7b",
            "url": "https://weblate.appinventor.mit.edu/api/units/225139/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10754/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "Non-visible component for storing and retrieving files. Use this component to write or read files on your device. The default behaviour is to write files to the private data directory associated with your App. The Companion is special cased to write files to a public directory for debugging. Use the More information link to read more about how the File component uses paths and scopes to manage access to files.",
            "previous_source": "",
            "target": "파일을 저장하고 읽는데 사용하는 보이지 않는 컴포넌트입니다. 이 컴포넌트는 기기에 파일을 쓰거나 읽을 때 사용합니다. 기본 기능은 앱 전용 데이터 공간에 파일을 쓰는 것입니다. 컴패니언은 특별히 디버깅을 수행하기 위해 공개 저장소에 파일을 씁니다. 파일 컴포넌트가 파일에 대한 액세스를 관리하기 위해 경로와 스코프를 사용하는 방법에 대해 자세히 알아보려면 추가 정보 링크를 사용하세요.",
            "id_hash": 789181683888567063,
            "content_hash": -6601010891485309572,
            "location": "",
            "context": "FileHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 70,
            "priority": 100,
            "id": 225140,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=8af3bc8f6b6c3317",
            "url": "https://weblate.appinventor.mit.edu/api/units/225140/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10755/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "The <code>FilePicker</code> component is a button-like component that when clicked by the user will prompt them to select a file from the system. The picker can also be programmatically opened by calling its <a href=\"/reference/components/media.html#FilePicker.Open\" target=\"_blank\">Open</a> method. Using the FilePicker requires Android 4.4 or higher or iOS 11 or higher.",
            "previous_source": "",
            "target": "",
            "id_hash": 7179721298014678426,
            "content_hash": 9038099126777995720,
            "location": "",
            "context": "FilePickerHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 35,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "priority": 100,
            "id": 225141,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=e3a37e7b1278ad9a",
            "url": "https://weblate.appinventor.mit.edu/api/units/225141/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10756/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "Non-visible component that communicates with Firebase to store and retrieve information.",
            "previous_source": "",
            "target": "파이어베이스와 통신하여 정보를 저장하고 검색하는 보이지 않는 구성 요소.",
            "id_hash": -9222280757919588997,
            "content_hash": 3033109119691735491,
            "location": "",
            "context": "FirebaseDBHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "priority": 100,
            "id": 225142,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=3e0832d485d7b",
            "url": "https://weblate.appinventor.mit.edu/api/units/225142/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10757/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "<p>A non-visible component that communicates with Google Fusion Tables. Fusion Tables let you store, share, query and visualize data tables; this component lets you query, create, and modify these tables.</p> <p><font color=red><b>NOTE:</b>&nbsp;Google shutdown the Fusion Tables service on December 3, 2019. This component no longer functions.</font></p> <p>This component uses the <a href=\"https://developers.google.com/fusiontables/docs/v2/getting_started\" target=\"_blank\">Fusion Tables API V2.0</a>. <p>Applications using Fusion Tables must authentication to Google''s servers. There are two ways this can be done. The first way uses an API Key which you the developer obtain (see below). With this approach end-users must also login to access a Fusion Table. The second approach is to use a Service Account. With this approach you create credentials and a special \"Service Account Email Address\" which you obtain from the <a href=\"https://code.google.com/apis/console/\" target=\"_blank\">Google APIs Console</a>. You then tell the Fusion Table Control the name of the Service Account Email address and upload the secret key as an asset to your application and set the KeyFile property to point at this file. Finally you check the \"UseServiceAuthentication\" checkbox in the designer. When using a Service Account, end-users do not need to login to use Fusion Tables, your service account authenticates all access.</p> <p>To get an API key, follow these instructions.</p> <ol><li>Go to your <a href=\"https://code.google.com/apis/console/\" target=\"_blank\">Google APIs Console</a> and login if necessary.</li><li>Select the <i>Services</i> item from the menu on the left.</li><li>Choose the <i>Fusiontables</i> service from the list provided and turn it on.</li><li>Go back to the main menu and select the <i>API Access</i> item. </li></ol><p>Your API Key will be near the bottom of that pane in the section called \"Simple API Access\".You will have to provide that key as the value for the <i>ApiKey</i> property in your Fusiontables app.</p><p>Once you have an API key, set the value of the <i>Query</i> property to a valid Fusiontables SQL query and call <i>SendQuery</i> to execute the query. App Inventor will send the query to the Fusion Tables server and the <i>GotResult</i> block will fire when a result is returned from the server.Query results will be returned in CSV format, and can be converted to list format using the \"list from csv table\" or \"list from csv row\" blocks.</p><p>Note that you do not need to worry about UTF-encoding the query. But you do need to make sure the query follows the syntax described in <a href=\"https://developers.google.com/fusiontables/docs/v2/getting_started\" target=\"_blank\">the reference manual</a>, which means that things like capitalization for names of columns matters, and that single quotes must be used around column names if there are spaces in them.</p>",
            "previous_source": "",
            "target": "<p> Google Fusion Tables와 통신하는 보이지 않는 구성 요소입니다. Fusion Tables를 사용하면 데이터 테이블을 저장, 공유, 쿼리 및 시각화 할 수 있습니다. 이 구성 요소를 사용하면 이 테이블을 쿼리하고 만들고 수정할 수 있습니다. </p><p><font color=red><b>알림:</b>&nbsp;구글은 2019년 12월 3일 이 서비스를 종료했습니다. 이 컴포넌트는 더는 작동하지 않습니다.</font></p><p>이 구성 요소는 <a href = \"https://developers.google.com/fusiontables/docs/v2/getting_started\"target = \" _blank \"> Fusion Tables API V2.0 </a>을 참조하십시오. <p> Fusion Tables를 사용하는 애플리케이션은 Google의 서버 인증을 받아야합니다. 이 작업을 수행하는 데는 두 가지 방법이 있습니다. 첫 번째 방법은 개발자가 획득 한 API 키를 사용합니다 (아래 참조). 이 방법을 사용하면 최종 사용자는 Fusion Table에 액세스하기 위해 로그인해야합니다. 두 번째 방법은 서비스 계정을 사용하는 것입니다. 이 방법을 사용하면 <a href=\"https://code.google.com/apis/console/\" target=\"_blank\"> Google API 콘솔 </ code>에서 제공하는 자격 증명과 특별한 \"서비스 계정 전자 메일 주소\" / a>. 그런 다음 Fusion Table Control에 서비스 계정 전자 메일 주소의 이름을 말하고 응용 프로그램에 비밀 키를 자산으로 업로드하고이 파일을 가리 키도록 KeyFile 속성을 설정합니다. 마지막으로 디자이너의 UseServiceAuthentication 체크 박스를 체크합니다. 서비스 계정을 사용할 때 최종 사용자는 Fusion Tables를 사용하기 위해 로그인 할 필요가 없으며 서비스 계정은 모든 액세스를 인증합니다. </ p> <p> API 키를 받으려면 다음 지침을 따르십시오. </ p> <ol> <li> <a href=\"https://code.google.com/apis/console/\" target=\"_blank\"> Google API 콘솔 </a>로 이동하여 필요한 경우 로그인하십시오. </ li> <li > 왼쪽 메뉴에서 <i> 서비스 </ i> 항목을 선택하십시오. </ li> <li> 제공된 목록에서 <i> 퓨전 테이블 </ i> 서비스를 선택하고 켭니다. </ li> <li> 기본 메뉴로 돌아가 <i> API 액세스 </ i> 항목을 선택하십시오. </ li> </ ol> <p> 귀하의 API 키는 \"Simple API Access\"섹션에서 해당 창 하단에 있습니다.이 키를 <i> ApiKey </ i> i> 속성을 호출합니다. </ p> <p> API 키가 있으면 <i> Query </ i> 속성 값을 유효한 Fusiontables SQL 쿼리로 설정하고 <i> SendQuery </ i> i> 쿼리를 실행합니다. App Inventor가 Fusion Tables 서버에 쿼리를 보내고 결과가 서버에서 반환되면 <i> GotResult </ i> 블록이 실행됩니다. 쿼리 결과는 CSV 형식으로 반환되며 다음을 사용하여 목록 형식으로 변환 할 수 있습니다. \"csv 테이블의 목록\"또는 \"csv 행의 목록\"차단. </ p> <p> 쿼리를 UTF 인코딩하는 것에 대해 걱정할 필요가 없습니다. 그러나 검색어가 <a href=\"https://developers.google.com/fusiontables/docs/v2/getting_started\" target=\"_blank\"> 참조 설명서 </a>에 설명 된 구문을 따르는 지 확인해야합니다. 이는 열 이름의 대문자 사용과 같은 것이 중요하다는 것을 의미하며 열 이름에 공백이 있으면 작은따옴표를 사용해야합니다</p>",
            "id_hash": 1500825717977124319,
            "content_hash": -6048312363757347145,
            "location": "",
            "context": "FusiontablesControlHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 37,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 416,
            "priority": 100,
            "id": 225143,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=94d40109edcc0ddf",
            "url": "https://weblate.appinventor.mit.edu/api/units/225143/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10758/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "Provides a way for applications to communicate with online game servers",
            "previous_source": "",
            "target": "애플리케이션에 온라인 게임 서버와 통신할 수 있는 방법을 제공합니다",
            "id_hash": 6535568200885411113,
            "content_hash": -2371090094077030514,
            "location": "",
            "context": "GameClientHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 38,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "priority": 100,
            "id": 225144,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=dab300a6db1d1d29",
            "url": "https://weblate.appinventor.mit.edu/api/units/225144/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10759/?format=api"
        },
        {
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ko/?format=api",
            "source": "<p>Non-visible component that can measure angular velocity in three dimensions in units of degrees per second.</p><p>In order to function, the component must have its <code>Enabled</code> property set to True, and the device must have a gyroscope sensor.</p>",
            "previous_source": "",
            "target": "<p>도/초(degrees per second) 단위로 3차원에서의 각속도를 측정하는 보이지 않는 컴포넌트.</p><p>측정을 하기 위해서 반드시 <code>활성화</code> 속성이 참으로 돼 있고, 휴대폰이 자이로센서를 지원해야 합니다.</p>",
            "id_hash": -1321324833895894980,
            "content_hash": 4871588827373297824,
            "location": "",
            "context": "GyroscopeSensorHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 39,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "priority": 100,
            "id": 225145,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=6da9b61072bbb03c",
            "url": "https://weblate.appinventor.mit.edu/api/units/225145/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10760/?format=api"
        },
        {
            "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 from left to right. If you wish to have components displayed one over another, use <code>VerticalArrangement</code> instead.</p>",
            "previous_source": "",
            "target": "<p>내부의 컴포넌트들을 수평으로 정렬합니다. 수직으로 정렬하려면 <code>수직 배치</code> 컴포넌트를 사용하세요.</p>",
            "id_hash": 1517966769689270441,
            "content_hash": -4218852261580197026,
            "location": "",
            "context": "HorizontalArrangementHelpStringComponentPallette",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "priority": 100,
            "id": 225146,
            "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ko/?checksum=9510e6bc082d18a9",
            "url": "https://weblate.appinventor.mit.edu/api/units/225146/?format=api",
            "source_info": "https://weblate.appinventor.mit.edu/api/sources/10761/?format=api"
        }
    ]
}