Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/appinventor/component-info/nl/units/?format=api
https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/units/?format=api&page=2", "previous": null, "results": [ { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Non-visible component that can detect shaking and measure acceleration approximately in three dimensions using SI units (m/s<sup>2</sup>). The components are: <ul><li> <strong>xAccel</strong>: 0 when the phone is at rest on a flat surface, positive when the phone is tilted to the right (i.e., its left side is raised), and negative when the phone is tilted to the left (i.e., its right size is raised).</li> <li> <strong>yAccel</strong>: 0 when the phone is at rest on a flat surface, positive when its bottom is raised, and negative when its top is raised. </li> <li> <strong>zAccel</strong>: Equal to -9.8 (earth''s gravity in meters per second per second when the device is at rest parallel to the ground with the display facing up, 0 when perpendicular to the ground, and +9.8 when facing down. The value can also be affected by accelerating it with or against gravity. </li></ul>", "previous_source": "", "target": "Onzichtbare component die het schudden van je toestel kan detecteren en die bij benadering de versnelling meet in de drie dimensies in SI eenheden (m/s<sup>2</sup>). De componenten zijn: <ul><li> <strong>xAccel</strong>: 0 als de telefoon stil ligt op een vlakke ondergrond, positief als de telefoon gekanteld wordt naar rechts (dus wanneer zijn linkerkant wordt opgetild), en negatief als de telefoon gekanteld wordt naar links (dus wanneer zijn rechterkant wordt opgetild).</li><li> <strong>yAccel</strong>: 0 als de telefoon stil ligt op een vlakke ondergrond, positief als de onderzijde wordt opgetild, en negatief wanneer de bovenkant van de telefoon wordt opgetild. </li><li> <strong>zAccel</strong>: Gelijk aan -9.8 (de valversnelling van de aarde in meters per seconde als het toestel in rust is evenwijdig met de grond met het scherm omhoog, 0 wanneer het toestel in rust is loodrecht ten opzichte van de grond, en +9.8 wanneer het toestel naar beneden ligt. De waarde wordt ook beïnvloed wanneer de telefoon versnelt met of tegen de zwaartekracht in. </li></ul>", "id_hash": 6400886998768359893, "content_hash": 3305070602576274360, "location": "", "context": "AccelerometerSensorHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 1, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 144, "priority": 100, "id": 225565, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=d8d484cfe10119d5", "url": "https://weblate.appinventor.mit.edu/api/units/225565/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10722/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A component that can launch an activity using the <code>StartActivity</code> method. <p>Activities that can be launched include:<ul> <li> Starting another App Inventor for Android app. To do so, first find out the <em>class</em> of the other application by downloading the source code and using a file explorer or unzip utility to find a file named \"youngandroidproject/project.properties\". The first line of the file will start with \"main=\" and be followed by the class name; for example, <code>main=com.gmail.Bitdiddle.Ben.HelloPurr.Screen1</code>. (The first components indicate that it was created by Ben.Bitdiddle", "previous_source": "", "target": "Een component dat een ander programma kan starten d.m.v. de <code>StartProgramma</code> methode. <p>Programma''s die kunnen worden gestart zijn o.a.:<ul><li>een bijkomende App Inventor voor Android apps,</li><li>de camera,</li><li>een google zoekopdracht,</li><li>de browser met direct ook een bepaalde web pagina,</li><li>de google maps met center op een specifieke locatie.</li></ul>Je kan ook programma''s starten die een tekst terug gegeven. We verwijzen naar de specifieke documentatie over \"StartActivity\" voor verdere uitleg en voorbeelden.", "id_hash": -6655185969608387764, "content_hash": -7918337812925819732, "location": "", "context": "ActivityStarterHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 2, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 86, "priority": 100, "id": 225566, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=23a4079f0f54134c", "url": "https://weblate.appinventor.mit.edu/api/units/225566/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10723/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A component that contains anomaly detection models", "previous_source": "", "target": "", "id_hash": 7171671276814156282, "content_hash": 6844281919820050944, "location": "", "context": "AnomalyDetectionHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 3, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 7, "priority": 100, "id": 225567, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=e386e507746141fa", "url": "https://weblate.appinventor.mit.edu/api/units/225567/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10724/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "<p>A round ''sprite'' that can be placed on a <code>Canvas</code>, where it can react to touches and drags, interact with other sprites (<code>ImageSprite</code>s and other <code>Ball</code>s) and the edge of the Canvas, and move according to its property values.</p><p>For example, to have a <code>Ball</code> move 4 pixels toward the top of a <code>Canvas</code> every 500 milliseconds (half second), you would set the <code>Speed</code> property to 4 [pixels], the <code>Interval</code> property to 500 [milliseconds], the <code>Heading</code> property to 90 [degrees], and the <code>Enabled</code> property to <code>True</code>.</p><p>The difference between a <code>Ball</code> and an <code>ImageSprite</code> is that the latter can get its appearance from an image file, while a <code>Ball</code>''s appearance can be changed only by varying its <code>PaintColor</code> and <code>Radius</code> properties.</p>", "previous_source": "", "target": "<p>Een ronde \"sprite\" die op een <code>Doek</code> kan worden geplaatst. De sprite kan reageren op aanrakingen en slepen, reageren op andere sprites (<code>AfbeeldingsSprite</code>s en andere <code>Bal</code>len) en de rand van het Doek, en bewegen volgens zijn eigenschappen.</p><p>Als je bijvoorbeeld een <code>Bal</code> elke 500 milliseconden (een halve seconde) 4 pixels naar de bovenkant van een <code>Doek</code> wil bewegen, zou je de <code>Snelheid</code>-eigenschap op 4 [pixels] moeten zetten, de <code>Interval</code>-eigenschap op 500 [milliseconden], de <code>Koers</code>-eigenschap op 90 [graden], en de <code>Ingeschakeld</code>-eigenschap op <code>Waar</code>. Deze en andere eigenschappen kunnen op elk moment worden gewijzigd.</p><p>Het verschil tussen een Bal en een <code>AfbeeldingsSprite</code> is dat de laatste zijn uiterlijk van een afbeeldingsbestand kan krijgen, terwijl het uiterlijk van de Bal enkel kan variëren van <code>VerfKleur</code> en <code>Straal</code>.</p>", "id_hash": 7449823071733847299, "content_hash": -6909237758358581611, "location": "", "context": "BallHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 4, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 119, "priority": 100, "id": 225568, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=e763169ce6349503", "url": "https://weblate.appinventor.mit.edu/api/units/225568/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10725/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Component for using the Barcode Scanner to read a barcode", "previous_source": "", "target": "Component om de Barcode Scanner te gebruiken voor het lezen van barcodes", "id_hash": 8772586106945962968, "content_hash": -5104959584847873566, "location": "", "context": "BarcodeScannerHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 5, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 10, "priority": 100, "id": 225569, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=f9be7c95ca0a83d8", "url": "https://weblate.appinventor.mit.edu/api/units/225569/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10726/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A sensor component that can measure the ambient air pressure.", "previous_source": "", "target": "", "id_hash": 8488559212697330255, "content_hash": 3604034534974326910, "location": "", "context": "BarometerHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 6, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 10, "priority": 100, "id": 225570, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=f5cd6ba12fb1a24f", "url": "https://weblate.appinventor.mit.edu/api/units/225570/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10727/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Bluetooth client component", "previous_source": "", "target": "Bluetooth client component", "id_hash": 6177559951036237980, "content_hash": 869985933288712069, "location": "", "context": "BluetoothClientHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 7, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 3, "priority": 100, "id": 225571, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=d5bb1a0b9c31c89c", "url": "https://weblate.appinventor.mit.edu/api/units/225571/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10728/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Bluetooth server component", "previous_source": "", "target": "Bluetooth server component", "id_hash": -2200180887099417300, "content_hash": 5774648998924476491, "location": "", "context": "BluetoothServerHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 8, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 3, "priority": 100, "id": 225572, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=61776323e6d5dd2c", "url": "https://weblate.appinventor.mit.edu/api/units/225572/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10729/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Button with the ability to detect clicks. Many aspects of its appearance can be changed, as well as whether it is clickable (<code>Enabled</code>), can be changed in the Designer or in the Blocks Editor.", "previous_source": "", "target": "Knop waarop geklikt kan worden. Het uiterlijk van de knop kan op veel manieren worden aangepast. In de ''Ontwerper'' of ''Blokken'' kan worden ingesteld of de knop aanklikbaar is (<code>Ingeschakeld</code>) of niet.", "id_hash": 6461992075833696453, "content_hash": 8387797218365159273, "location": "", "context": "ButtonHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 9, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 34, "priority": 100, "id": 225573, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=d9ad9b8e4d74e0c5", "url": "https://weblate.appinventor.mit.edu/api/units/225573/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10730/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A component to record a video using the device''s camcorder.After the video is recorded, the name of the file on the phone containing the clip is available as an argument to the AfterRecording event. The file name can be used, for example, to set the source property of a VideoPlayer component.", "previous_source": "", "target": "Een component om een video op te nemen gebruik makend van de camera van het toestel. Nadat de video is gemaakt, is de naam van het bestand op de telefon die de opname bevat, beschikbaar als argument voor de NaOpname gebeurtenis. De bestandsnaam kan bijvoorbeeld gebruikt worden om de bron eigenschap te activeren van een VideoSpeler component.", "id_hash": -5641026152139572246, "content_hash": -472775318287492262, "location": "", "context": "CamcorderHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 10, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 51, "priority": 100, "id": 225574, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=31b70c9a21083bea", "url": "https://weblate.appinventor.mit.edu/api/units/225574/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10731/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A component to take a picture using the device''s camera. After the picture is taken, the name of the file on the phone containing the picture is available as an argument to the AfterPicture event. The file name can be used, for example, to set the Picture property of an Image component.", "previous_source": "", "target": "Een component om een foto te maken gebruik makend van de camera van het toestel. Nadat de foto genomen is, is de naam van het bestand op de telefoon die de foto bevat beschikbaar als argument voor de NaFoto gebeurtenis. De bestandsnaam kan gebruikt worden, bijvoorbeeld, om de Foto eigenschap te activeren van een Beeld component. ", "id_hash": -5308379892507073834, "content_hash": -5904074541193820179, "location": "", "context": "CameraHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 11, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 52, "priority": 100, "id": 225575, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=3654d89cde4a22d6", "url": "https://weblate.appinventor.mit.edu/api/units/225575/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10732/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "<p>A two-dimensional touch-sensitive rectangular panel on which drawing can be done and sprites can be moved.</p> <p>The <code>BackgroundColor</code>, <code>PaintColor</code>, <code>BackgroundImage</code>, <code>Width</code>, and <code>Height</code> of the Canvas can be set in either the Designer or in the Blocks Editor. The <code>Width</code> and <code>Height</code> are measured in pixels and must be positive.</p><p>Any location on the Canvas can be specified as a pair of (X, Y) values, where <ul> <li>X is the number of pixels away from the left edge of the Canvas</li><li>Y is the number of pixels away from the top edge of the Canvas</li></ul>.</p> <p>There are events to tell when and where a Canvas has been touched or a <code>Sprite</code> (<code>ImageSprite</code> or <code>Ball</code>) has been dragged. There are also methods for drawing points, lines, and circles.</p>", "previous_source": "", "target": "<p>Een doek is nodig om op te tekenen en sprites te kunnen bewegen.</p><p>De <code>Achtergrondkleur</code>, <code>Verfkleur</code>, <code>AchtergrondAfbeelding</code>, <code>Breedte</code> en <code>Hoogte</code> van het Doek kan worden ingesteld in zowel ''Ontwerper'' als ''Blokken''. De <code>Breedte</code> en <code>Hoogte</code> worden gemeten in pixels en moeten positief zijn.</p> <p>Elke positie op het Doek kan gespecificeerd worden als een paar van (X,Y)-waarden, waar <ul><li>X het aantal pixels is te tellen vanaf de linkerzijde van het Doek</li><li>Y het aantal pixels is te tellen vanaf de bovenzijde van het Doek</li></ul>.</p><p>Er zijn mogelijkheden om na te gaan waar en wanneer het Doek werd aangeraakt of hoe een <code>Sprite</code> werd verplaatst. Er zijn ook methodes om punten, lijnen en cirkels te tekenen.</p> ", "id_hash": 1177868880879766378, "content_hash": 1721160815748715850, "location": "", "context": "CanvasHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 12, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 125, "priority": 100, "id": 225576, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=9058a181acd34b6a", "url": "https://weblate.appinventor.mit.edu/api/units/225576/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10733/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A component that holds (x, y)-coordinate based data", "previous_source": "", "target": "", "id_hash": 989492509479085622, "content_hash": 2698250035751714163, "location": "", "context": "ChartData2DHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 13, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 8, "priority": 100, "id": 225577, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=8dbb6231df692636", "url": "https://weblate.appinventor.mit.edu/api/units/225577/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10734/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A component that allows visualizing data", "previous_source": "", "target": "", "id_hash": 6053375743524776466, "content_hash": 3285669990024049936, "location": "", "context": "ChartHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 14, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 6, "priority": 100, "id": 225578, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=d401e92aa4c2aa12", "url": "https://weblate.appinventor.mit.edu/api/units/225578/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10735/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A Non-visible component for communicating with an AI chat bot. This component currently communicates with a proxy run by MIT which in turn uses OpenAI''s ChatGPT API. This component is considered experimental.", "previous_source": "", "target": "", "id_hash": -3196916305075924341, "content_hash": 694122557216736022, "location": "", "context": "ChatBotHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 15, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 32, "priority": 100, "id": 225579, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=53a2458efb4b928b", "url": "https://weblate.appinventor.mit.edu/api/units/225579/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10736/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Checkbox that raises an event when the user clicks on it. There are many properties affecting its appearance that can be set in the Designer or Blocks Editor.", "previous_source": "", "target": "Invoervak dat een gebeurtenis oproept als een gebruiker er op klikt. Er zijn veel eigenschappen die invloed hebben op het uitzicht die in de ''Ontwerp''- of ''Blokken''-bewerker aangezet kunnen worden.", "id_hash": 5560284663907163902, "content_hash": 7971632595561986638, "location": "", "context": "CheckBoxHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 16, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 28, "priority": 100, "id": 225580, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=cd2a1971323d1efe", "url": "https://weblate.appinventor.mit.edu/api/units/225580/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10737/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Circle", "previous_source": "", "target": "", "id_hash": -8241033178070520605, "content_hash": -5621843235106276343, "location": "", "context": "CircleHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 17, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225581, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=da1f7fcc6e5ece3", "url": "https://weblate.appinventor.mit.edu/api/units/225581/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10738/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "A visible component that indicates the progress of an operation using an animated loop.", "previous_source": "", "target": "", "id_hash": 4018990341327290276, "content_hash": 2508060161421114012, "location": "", "context": "CircularProgressHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": false, "position": 18, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 14, "priority": 100, "id": 225582, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=b7c6526c0289ffa4", "url": "https://weblate.appinventor.mit.edu/api/units/225582/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10739/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "<p>Non-visible component that provides the instant in time using the internal clock on the phone. It can fire a timer at regularly set intervals and perform time calculations, manipulations, and conversions.</p> <p>Methods to convert an instant to text are also available. Acceptable patterns are empty string, MM/DD/YYYY HH:mm:ss a, or MMM d, yyyyHH:mm. The empty string will provide the default format, which is \"MMM d, yyyy HH:mm:ss a\" for FormatDateTime \"MMM d, yyyy\" for FormatDate. To see all possible format, please see <a href=\"https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html\" _target=\"_blank\">here</a>. </p>", "previous_source": "", "target": "Een onzichtbare component die de interne klok van de telefoon gebruikt. Via dit onderdeel kan je een timer-gebeurtenis instellen volgens regelmatige tijdsintervallen (vb iedere seconde) of je kan er tijd mee berekenen, manipuleren of omzetten.</p> <p>Methodes om een tijdsinstantie om te zetten in tekst zijn ook beschikbaar. Toegelaten patronen zijn lege string, MM/DD/JJJJ UU:mm:ss a, of MMM d, jjjj UU:mm. Een lege tekstval gebruikt het standaard formaat, m.a.w. \"MMM d, jjjj HH:mm:ss a\". Om alle mogelijkheden te zien, verwijzen we naar de <a href=\"https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html\" target=\"_blank\"> externe documentatie</a><br>Indien de nederlandse afkortingen niet gaan, gebruik de engelse; Y (jaar) en H (uur).", "id_hash": -4868466836496991434, "content_hash": -3555294182401965358, "location": "", "context": "ClockHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 19, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 86, "priority": 100, "id": 225583, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=3c6fbb34d9d3bb36", "url": "https://weblate.appinventor.mit.edu/api/units/225583/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10740/?format=api" }, { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/nl/?format=api", "source": "Non-visible component allowing you to store data on a Internet connected database server (using Redis software). This allows the users of your App to share data with each other. By default data will be stored in a server maintained by MIT, however you can setup and run your own server. Set the \"RedisServer\" property and \"RedisPort\" Property to access your own server.", "previous_source": "", "target": "Onzichtbaar component die het toestaat om data op de slaan via een Internet verbonden database server (met gebruik van Redis software). Dit laat de gebruikers van jouw App toe om data te delen met elkaar. Standaard wordt deze data opgeslagen op een server onderhouden door MIT, maar je kunt je eigen server laten draaien. Zet de \"RedisServer\" optie en \"RedisPort\" optie om een connectie te maken met jouw eigen server.", "id_hash": 3854779907392159322, "content_hash": -521349578889813530, "location": "", "context": "CloudDBHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 20, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 62, "priority": 100, "id": 225584, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/nl/?checksum=b57eede6fb6c3e5a", "url": "https://weblate.appinventor.mit.edu/api/units/225584/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10741/?format=api" } ] }{ "count": 229, "next": "