Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/appinventor/component-info/fr/units/?format=api&page=2
https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/fr/units/?format=api&page=3", "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/fr/units/?format=api", "results": [ { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/fr/?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": "Un bouton, quand il est cliqué, affiche la liste des contacts pour en choisir. Après la sélection, les propriétés suivantes vont être fixés aux informations à propos du contact choisis: <ul>\n<li> <code>Nom contact</code>: le nom du contact </li>\n <li> <code>Adresse émail</code>: L’émail principal du contact</li>\n <li> <code>Photo</code>: le nom du fichier contenant l’image du contact, qui peuvent être utilisés comme propriété <code>Photo</code> pour les composants <code>Image</code> ou <code>Image lutin</code>.</li></ul>\n</p><p>D’autres propriétés affectent l’apparence du bouton (<code>Alignement texte</code>, <code>Couleur de fond</code>, etc.) et si on peut cliqué dessus (<code>Activé</code>).\n</p><p>Cette option n’est pas disponible sur tous les téléphones. Si ça échoue, ce composant va afficher une notification. Le comportement d''erreur peut être remplacé par le gestionnaire d''événement Écran.Erreur apparue.", "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": false, "num_words": 166, "priority": 100, "id": 223524, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=18382ff0f14343c1", "url": "https://weblate.appinventor.mit.edu/api/units/223524/?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/fr/?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": 223525, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=b0be81376226c00f", "url": "https://weblate.appinventor.mit.edu/api/units/223525/?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/fr/?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>Un bouton, quand cliqué, lance une fenêtre popup qui permet à l’utilisateur de choisir une date.</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": 223526, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=bbb5ba44d0bfd5b2", "url": "https://weblate.appinventor.mit.edu/api/units/223526/?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/fr/?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": "Le sélectionneur mail est une sorte de zone de texte. Si l’utilisateur entre le nom ou l''émail d’un contact, l’appareil va afficher un menu de choix qui complète ce qui a été tapé. S’il y a plusieurs contacts, le menu déroulant peut prendre plusieurs secondes pour apparaître, et peut afficher un résultat intermédiaire. <p>Le contenu initial de la zone de texte et le contenu après la saisie de l’utilisateur sont dans la propriété <code>Texte</code>. Si la propriété <code>Texte</code> est initialement vide, le contenu de la propriété <code>Nuance</code> va être affichée dans la zone de texte nuancée.</p>\n <p>D’autres propriétés affectent l’apparence de la zone de texte (<code>Alignement Texte</code>, <code>Couleur De Fond</code>, etc.) et si elle peut être utilisée (<code>Activé</code>).</p>\n<p>Ces zones de texte sont utilisées généralement avec le composant <code>Bouton</code>, avec le clic de l’utilisateur quand l’entrée de texte est terminée.", "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": false, "num_words": 143, "priority": 100, "id": 223527, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=c3aa262339290e5b", "url": "https://weblate.appinventor.mit.edu/api/units/223527/?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/fr/?format=api", "source": "A component that provides a high-level interface to a color sensor on a LEGO MINDSTORMS EV3 robot.", "previous_source": "", "target": "", "id_hash": -4794785856824008496, "content_hash": -5752116576810646115, "location": "", "context": "Ev3ColorSensorHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 25, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 17, "priority": 100, "id": 223528, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=3d757faac5f020d0", "url": "https://weblate.appinventor.mit.edu/api/units/223528/?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/fr/?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": "", "id_hash": -5192390057434797518, "content_hash": -4505939615724335115, "location": "", "context": "Ev3CommandsHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 26, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 24, "priority": 100, "id": 223529, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=37f0ecc0d3542a32", "url": "https://weblate.appinventor.mit.edu/api/units/223529/?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/fr/?format=api", "source": "A component that provides a high-level interface to a gyro sensor on a LEGO MINDSTORMS EV3 robot.", "previous_source": "", "target": "", "id_hash": 7181990815213513593, "content_hash": 8484697199625063470, "location": "", "context": "Ev3GyroSensorHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 27, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 17, "priority": 100, "id": 223530, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=e3ab8e9838eb6b79", "url": "https://weblate.appinventor.mit.edu/api/units/223530/?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/fr/?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": "", "id_hash": -7064749944663096040, "content_hash": -6377008377994318927, "location": "", "context": "Ev3MotorsHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 28, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 22, "priority": 100, "id": 223531, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=1df4f75b21654518", "url": "https://weblate.appinventor.mit.edu/api/units/223531/?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/fr/?format=api", "source": "A component that provides a high-level interface to sound functionalities on LEGO MINDSTORMS EV3 robot.", "previous_source": "", "target": "", "id_hash": 8946392367005870045, "content_hash": 7618586736762958712, "location": "", "context": "Ev3SoundHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 29, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 15, "priority": 100, "id": 223532, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=fc27f87530a6a7dd", "url": "https://weblate.appinventor.mit.edu/api/units/223532/?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/fr/?format=api", "source": "A component that provides a high-level interface to a touch sensor on a LEGO MINDSTORMS EV3 robot.", "previous_source": "", "target": "", "id_hash": -2221641747441151633, "content_hash": -2865273289254685531, "location": "", "context": "Ev3TouchSensorHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 30, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 17, "priority": 100, "id": 223533, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=612b2499f997916f", "url": "https://weblate.appinventor.mit.edu/api/units/223533/?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/fr/?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": "", "id_hash": 6851567636778592275, "content_hash": -1260679366792580931, "location": "", "context": "Ev3UIHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 31, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 21, "priority": 100, "id": 223534, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=df15a876e8c02813", "url": "https://weblate.appinventor.mit.edu/api/units/223534/?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/fr/?format=api", "source": "A component that provides a high-level interface to an ultrasonic sensor on a LEGO MINDSTORMS EV3 robot.", "previous_source": "", "target": "", "id_hash": -1253782287896995555, "content_hash": 5763475160129871622, "location": "", "context": "Ev3UltrasonicSensorHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 32, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 17, "priority": 100, "id": 223535, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=6e99aba6e839191d", "url": "https://weblate.appinventor.mit.edu/api/units/223535/?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/fr/?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": false, "position": 33, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 46, "priority": 100, "id": 223536, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=f9819589ca7a2b7b", "url": "https://weblate.appinventor.mit.edu/api/units/223536/?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/fr/?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": "Composant non visible pour l’enregistrement et la récupération des fichiers. Utilisez ce composant pour lire des fichiers sur votre appareil. Le comportement normal est d’enregistrer les fichiers dans le dossier des données privées associé à votre application. Le compagnon est un cas spécial car il enregistre les fichiers dans le dossier /sdcard/AppInventor/data pour faciliter le débogage. Si le chemin du fichier commence par un slash (/), alors le fichier est créé par rapport au dossier /sdcard. Par exemple, écrire dans un fichier /myFile.txt revient à écrire dans le fichier /sdcard/myFile.txt.", "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": 223537, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=8af3bc8f6b6c3317", "url": "https://weblate.appinventor.mit.edu/api/units/223537/?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/fr/?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": 223538, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=e3a37e7b1278ad9a", "url": "https://weblate.appinventor.mit.edu/api/units/223538/?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/fr/?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": false, "position": 36, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 11, "priority": 100, "id": 223539, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=3e0832d485d7b", "url": "https://weblate.appinventor.mit.edu/api/units/223539/?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/fr/?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> 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>Composant non visible qui communique avec Google Fusion Tables. Fusion Tables vous permet de sauvegarder, partager, rechercher et visualiser des tables de données; Il permet aussi de créer et de modifier ces tables </p> <p>Ce composant utilise <a href=\"https://developers.google.com/fusiontables/docs/v2/getting_started\" target=\"_blank\">Fusion Tables API V2.0</a>. <p>Les applications qui utilisent Fusion Tables doivent s’authentifier aux serveurs Google.", "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": true, "num_words": 416, "priority": 100, "id": 223540, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=94d40109edcc0ddf", "url": "https://weblate.appinventor.mit.edu/api/units/223540/?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/fr/?format=api", "source": "Provides a way for applications to communicate with online game servers", "previous_source": "", "target": "Fournit une méthode pour les applications pour communiquer avec les serveurs en ligne", "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": 223541, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=dab300a6db1d1d29", "url": "https://weblate.appinventor.mit.edu/api/units/223541/?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/fr/?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": "", "id_hash": -1321324833895894980, "content_hash": 4871588827373297824, "location": "", "context": "GyroscopeSensorHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 39, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 37, "priority": 100, "id": 223542, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=6da9b61072bbb03c", "url": "https://weblate.appinventor.mit.edu/api/units/223542/?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/fr/?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>Un élément de formatage dans lequel on place les composants qui doivent être affichés de gauche à droite. Si vous voulez avoir des composants affichés l''un sur l''autre, utilisez <code>Arrangement vertical</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": 223543, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/fr/?checksum=9510e6bc082d18a9", "url": "https://weblate.appinventor.mit.edu/api/units/223543/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10761/?format=api" } ] }{ "count": 229, "next": "