Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/appinventor/component-info/ja/units/?format=api&page=6
https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ja/units/?format=api&page=7", "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ja/units/?format=api&page=5", "results": [ { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/ja/?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>上下に表示されるコンポーネントを配置する書式設定要素です。 (最初の子コンポーネントは一番上に保存され、2 番目の子コンポーネントはその下に保存される、というように) コンポーネントを並べて表示したい場合は、代わりに <code>horizontalArrangement(横配列)</code> を使用してください。</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": 224978, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=f74cb093d0de8e86", "url": "https://weblate.appinventor.mit.edu/api/units/224978/?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/ja/?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>Start</code>、<code>Pause</code>、および <code>SeekTo</code> メソッドを呼び出して動作を制御することもできます。 <p>ビデオ ファイルは 3GPP (.3gp) または MPEG-4 (.mp4) 形式である必要があります。法的な形式の詳細については、<a href=\"http://developer.android.com/guide/appendix/media-formats.html\" target=\"_blank\">Android でサポートされるメディア形式</a>をご覧ください。 p><p>App Inventor for Android では、1 MB 未満のビデオ ファイルのみが許可され、アプリケーションの合計サイズは 5 MB に制限されます。メディア (ビデオ、オーディオ、サウンド) ファイルにはそのすべてが使用できるわけではありません。メディア ファイルが大きすぎる場合、アプリケーションのパッケージ化またはインストール時にエラーが発生する可能性があります。その場合は、メディア ファイルの数またはサイズを減らす必要があります。 Windows ムービー メーカーや Apple iMovie などのほとんどのビデオ編集ソフトウェアは、ビデオを短くしたり、ビデオをよりコンパクトな形式に再エンコードしたりすることで、ビデオのサイズを減らすことができます。</p><p>メディアを設定することもできます。ソースはストリーミング ビデオを指す 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": 224979, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=a356262cede893e0", "url": "https://weblate.appinventor.mit.edu/api/units/224979/?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/ja/?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": "投票コンポーネントは Web サービスと通信して投票用紙を取得し、ユーザーの投票を送り返します。 <p>アプリケーションは、Web サービス (< で指定された) から投票の質問とオプションを取得するために、通常は <code>Initialize</code> イベント ハンドラー内でメソッド <code>RequestBallot(投票用紙をリクエスト)</code> を呼び出す必要があります。 code>ServiceURL(サービスURL)</code> プロパティ)。 Web サービスからの応答に応じて、システムは次の 3 つのイベントのいずれかを発生させます: <ol> <li> <code>GotBallot(投票用紙を取得)</code>。投票の質問と選択肢が取得され、プロパティ <code> が取得されたことを示します。 BallotQuestion(投票に関する質問)</code> と <code>BallotOptions(投票オプション)</code> が設定されています。</li> <li> <code>NoOpenPoll(無開票)</code> は、投票の質問が利用できないことを示します。</li> <li> < code>WebServiceError(ウェブサービスエラー)</code> は、サービスが法的な応答を提供しなかったことを示し、エラー メッセージを表示します。</li> </ol></p> <p>投票用紙を取得した後、アプリケーションはユーザーに<code>BallotOptions(投票オプション)</code> の中から選択し、プロパティ <code>UserChoice(ユーザー選択)</code> をその選択に設定します。アプリケーションは、どのユーザーが投票しているかを指定するために <code>UserId(ユーザーID)</code> も設定する必要があります。</p> <p>アプリケーションが <code>UserChoice(ユーザー選択)</code> と <code>UserId(ユーザーID)</code> を設定したら、アプリケーションは <code>SendBallot(投票用紙を送信)</code> を呼び出して、この情報を Web サービスに送信できます。サービスが投票を正常に受信すると、イベント <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": true, "num_words": 197, "priority": 100, "id": 224980, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=b859d49ae78ce013", "url": "https://weblate.appinventor.mit.edu/api/units/224980/?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/ja/?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": 224981, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=dc0163fab257e8de", "url": "https://weblate.appinventor.mit.edu/api/units/224981/?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/ja/?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": "Webページを閲覧するためのコンポーネントです。ホーム URL は、デザイナーまたはブロック エディターで指定できます。タップされたときにリンクをたどるようにビューを設定でき、ユーザーは Web フォームに入力できます。警告: これはフルブラウザではありません。たとえば、携帯電話のハードウェアの [戻る] キーを押すと、ブラウザの履歴に戻るのではなく、アプリが終了します。<p />WebViewer.WebViewString(ウェブビュー文字)プロパティを使用して、アプリと Web ビューアで実行されている JavaScript コードの間で通信できます。ページ。アプリでは、WebViewString を取得および設定します。 WebViewer(ウェブViewer)には、</em getWebViewString(ウェブビュー文字列の取得)()</em> および <em>setWebViewString(ウェブビューも文字列の設定)(text)</em> メソッドを使用して、window.AppInventor オブジェクトを参照する Javascriptを組み込みます。 <p />たとえば、WebViewer が Javascriptコマンドを含むページを開いた場合、<br /> <em>document.write(\"答えは\" + window.AppInventor.getWebViewString());</em> < br />そして、WebView.WebVewString を「hello」に設定すると、Web ページには </br ><em>答えは hello です</em>と表示されます。 <br />また、Web ページにコマンド <br /><em>window.AppInventor.setWebViewString(\"hello from Javascript\")</em> を実行する Javascript が含まれている場合、<br />WebViewStringプロパティの値<br /><em>Javascriptから hello</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": 224982, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=df8d3490dcf05110", "url": "https://weblate.appinventor.mit.edu/api/units/224982/?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/ja/?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": "このコンポーネントを使用して、単語や文章を異なる言語間で翻訳します。このコンポーネントは Yandex.翻訳サービスへの翻訳を要求するため、インターネット アクセスが必要です。 2 文字の言語コードを使用して、ソースとターゲットの形式でソース言語とターゲット言語を指定します。したがって、「en-es」は英語からスペイン語に翻訳され、「es-ru」はスペイン語からロシア語に翻訳されます。ソース言語を省略した場合、サービスはソース言語の検出を試みます。したがって、「es」だけを指定すると、ソース言語が検出されてスペイン語に翻訳されます。<p /> このコンポーネントは、Yandex 翻訳サービスを利用しています。利用可能な言語のリスト、言語コードとステータス コードの意味などの詳細については、http://api.yandex.com/translate/ を参照してください。 <p />注: 翻訳はバックグラウンドで非同期的に行われます。翻訳が完了すると、「GotTranslation」イベントがトリガーされます。", "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": 224983, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=8a97c54356d917d4", "url": "https://weblate.appinventor.mit.edu/api/units/224983/?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/ja/?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": 224984, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=ec886d00b3fa15bb", "url": "https://weblate.appinventor.mit.edu/api/units/224984/?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/ja/?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": 224985, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=75aa18902d25247a", "url": "https://weblate.appinventor.mit.edu/api/units/224985/?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/ja/?format=api", "source": "AnomalyDetection", "previous_source": "", "target": "異常検知", "id_hash": 4418272182413832253, "content_hash": -5605292537222005915, "location": "", "context": "anomalyDetectionComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 109, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 224986, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=bd50db2411c4303d", "url": "https://weblate.appinventor.mit.edu/api/units/224986/?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/ja/?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": 224987, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=7865a1f55f56abd1", "url": "https://weblate.appinventor.mit.edu/api/units/224987/?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/ja/?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": 224988, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=eee308eaa586556b", "url": "https://weblate.appinventor.mit.edu/api/units/224988/?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/ja/?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": 224989, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=922764c3ca05a298", "url": "https://weblate.appinventor.mit.edu/api/units/224989/?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/ja/?format=api", "source": "BluetoothClient", "previous_source": "", "target": "Bluetoothクライアント", "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": 224990, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=40cb58af49da492e", "url": "https://weblate.appinventor.mit.edu/api/units/224990/?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/ja/?format=api", "source": "BluetoothServer", "previous_source": "", "target": "Bluetoothサーバー", "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": 224991, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=8b48167370ad04b3", "url": "https://weblate.appinventor.mit.edu/api/units/224991/?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/ja/?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": 224992, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=6654544174b5aef3", "url": "https://weblate.appinventor.mit.edu/api/units/224992/?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/ja/?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": 224993, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=57899289958a7a04", "url": "https://weblate.appinventor.mit.edu/api/units/224993/?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/ja/?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": 224994, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=657e08389387323d", "url": "https://weblate.appinventor.mit.edu/api/units/224994/?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/ja/?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": 224995, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=3aabe45ce82ec87b", "url": "https://weblate.appinventor.mit.edu/api/units/224995/?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/ja/?format=api", "source": "Chart", "previous_source": "", "target": "チャート", "id_hash": -7238501196045587632, "content_hash": -8603492584047315513, "location": "", "context": "chartComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 119, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 224996, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=1b8bad836f766b50", "url": "https://weblate.appinventor.mit.edu/api/units/224996/?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/ja/?format=api", "source": "ChartData2D", "previous_source": "", "target": "チャートデータ2D", "id_hash": 3581145988917468616, "content_hash": -1323986692693696341, "location": "", "context": "chartData2DComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 120, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 224997, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/ja/?checksum=b1b2c94d9e3d9dc8", "url": "https://weblate.appinventor.mit.edu/api/units/224997/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10841/?format=api" } ] }{ "count": 229, "next": "