Units
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/appinventor/component-info/pl/units/?format=api
https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/pl/units/?format=api&page=2", "previous": null, "results": [ { "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-info/pl/?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": "Niewidoczny komponent, który może wykrywać wstrząsy i mierzyć przyspieszenie w przybliżeniu w trzech wymiarach przy użyciu jednostek SI (m/s <sup>2</sup>). Składniki to: <ul><li><strong>xPrzyspieszenie</strong>: 0, gdy telefon spoczywa na płaskiej powierzchni, dodatni, gdy telefon jest pochylony w prawo (tzn. Jego lewa strona jest uniesiona), i ujemne, gdy telefon jest przechylony w lewo (tzn. jego prawa strona jest uniesiona). </li><li><strong>yPrzyspieszenie</strong>: 0, gdy telefon spoczywa na płaskiej powierzchni, dodatni, gdy jego dolna część jest uniesiona, a ujemne, gdy jego górna część jest uniesiona. </li><li><strong> zPrzyspieszenie </strong>: równy -9.8 (grawitacja ziemi w metrach na sekundę do kwadratu, gdy urządzenie jest ustawione równolegle do ziemi z wyświetlaczem skierowanym do góry, 0 gdy prostopadle do ziemi i +9.8 gdy jest skierowane do dołu. Na wartość może mieć również wpływ przyspieszenie z lub przeciw grawitacji. </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": 225794, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=d8d484cfe10119d5", "url": "https://weblate.appinventor.mit.edu/api/units/225794/?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/pl/?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": "Komponent, który może uruchomić działanie za pomocą metody <code>StartActivity</code>. <p>Działania, które można uruchomić, obejmują: <ul><li> Uruchamianie innej aplikacji App Inventor dla Androida. Aby to zrobić, najpierw znajdź <em>klasę</em> innej aplikacji, pobierając kod źródłowy i używając eksploratora plików lub narzędzia unzip, aby znaleźć plik o nazwie „youngandroidproject/project.properties”. Pierwszy wiersz pliku rozpocznie się od „main=” i nastąpi po nim nazwa klasy; na przykład <code>main=com.gmail.Bitdiddle.Ben.HelloPurr.Screen1</code>. (Pierwsze komponenty wskazują, że to zostało stworzone przez Ben.Bitdiddle@gmail.com.) Aby ustawić <code>ActivityStarter</code> na uruchomienie tej aplikacji, ustaw następujące właściwości: <ul><li><code>ActivityPackage</code> do nazwy klasy, upuszczając ostatni komponent (na przykład <code>com.gmail.Bitdiddle.Ben.HelloPurr</code>) </li><li><code>ActivityClass</code> do całej nazwy klasy (na przykład <code>com.gmail.Bitdiddle.Ben.HelloPurr.Screen1</code>) </li></ul></li><li> Uruchamianie aplikacji kamery przez ustawienie następujących właściwości: <ul><li><code>Akcja: android.intent.action.MAIN</code></li><li><code>ActivityPackage: com.android.camera</code></li><li><code>ActivityClass: com.android.camera.Camera</code></li></ul></li><li> Przeprowadzanie wyszukiwania w sieci. Zakładając, że termin, który chcesz wyszukać, to „wampir” (nie wahaj się użyć innego terminu), ustaw właściwości na: <ul><code><li> Akcja: android.intent.action.WEB_SEARCH </li><li> ExtraKey: zapytanie </li><li> Dodatkowa wartość: wampir </li><li>ActivityPackage: com.google.android.providers.enhancedgooglesearch </li><li> ActivityClass: com.google.android.providers. enhancedgooglesearch.Launcher </li></code></ul></li><li> Otwieranie przeglądarki na określonej stronie internetowej. Zakładając, że strona, do której chcesz przejść, to „www.facebook.com” (możesz użyć własnego wyboru), ustaw właściwości na: <ul><code><li> Akcja: android.intent.action.VIEW </li><li> DataUri: http://www.facebook.com </li></code></ul></li></ul></p>", "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": false, "num_words": 86, "priority": 100, "id": 225795, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=23a4079f0f54134c", "url": "https://weblate.appinventor.mit.edu/api/units/225795/?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/pl/?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": 225796, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=e386e507746141fa", "url": "https://weblate.appinventor.mit.edu/api/units/225796/?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/pl/?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>Okrągła „ikona”, która może być umieszczona na <code>Canvasie</code>, gdzie może reagować na dotyk i przeciąganie, interakcję z innymi ikonkami (<code>Ikonka</code> i inne <code>Piłka</code>) i krawędzią Canvasu i porusza się zgodnie z zadanymi parametrami. </p><p> Na przykład, aby mieć <code>Piłkę</code>, przesuń 4 piksele w kierunku początku <code>Canvasu</code> co 500 milisekund (pół sekundy), ustawiamy właściwość <code>Prędkość</code> na 4 [piksele], właściwość <code>Interwał</code> na 500 [milisekund], właściwość <code>Kierunek</code> na 90 [stopni] i właściwość <code>Włączony</code> na <code>Prawda</code>. Te i inne właściwości można zmienić w dowolnym momencie. </p><p> Różnica między Piłką a <code>Ikoną</code> polega na tym, że ta ostatnia może uzyskać swój wygląd z pliku obrazu, podczas gdy wygląd piłki może zostać zmieniony tylko przez zmianę jej właściwości <code>Kolor</code> i <code>Promień</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": 225797, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=e763169ce6349503", "url": "https://weblate.appinventor.mit.edu/api/units/225797/?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/pl/?format=api", "source": "Component for using the Barcode Scanner to read a barcode", "previous_source": "", "target": "Komponent do używania skanera kodów kreskowych do odczytu kodu kreskowego", "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": 225798, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=f9be7c95ca0a83d8", "url": "https://weblate.appinventor.mit.edu/api/units/225798/?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/pl/?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": 225799, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=f5cd6ba12fb1a24f", "url": "https://weblate.appinventor.mit.edu/api/units/225799/?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/pl/?format=api", "source": "Bluetooth client component", "previous_source": "", "target": "Komponent klienta Bluetooth", "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": 225800, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=d5bb1a0b9c31c89c", "url": "https://weblate.appinventor.mit.edu/api/units/225800/?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/pl/?format=api", "source": "Bluetooth server component", "previous_source": "", "target": "Komponent serwera Bluetooth", "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": 225801, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=61776323e6d5dd2c", "url": "https://weblate.appinventor.mit.edu/api/units/225801/?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/pl/?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": "Przycisk z możliwością wykrywania kliknięć. Wiele aspektów jego wyglądu można zmienić, a także to, czy można go kliknąć (<code>Włączony</code>), można go zmienić w Projektancie lub w Edytorze Blokowym.", "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": 225802, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=d9ad9b8e4d74e0c5", "url": "https://weblate.appinventor.mit.edu/api/units/225802/?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/pl/?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": "Komponent do nagrywania wideo za pomocą kamery urządzenia. Po nagraniu wideo, nazwa pliku w telefonie zawierającym klip jest dostępna jako argument zdarzenia PoNagraniu. Nazwa pliku może być użyta na przykład do ustawienia właściwości źródła komponentu VideoPlayer.", "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": 225803, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=31b70c9a21083bea", "url": "https://weblate.appinventor.mit.edu/api/units/225803/?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/pl/?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": "Komponent do robienia zdjęcia za pomocą aparatu urządzenia. Po zrobieniu zdjęcia nazwa pliku w telefonie zawierającym obraz jest dostępna jako argument do zdarzenia PoObrazie. Nazwa pliku może być używana na przykład do ustawienia właściwości Obraz komponentu obrazu.", "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": false, "num_words": 52, "priority": 100, "id": 225804, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=3654d89cde4a22d6", "url": "https://weblate.appinventor.mit.edu/api/units/225804/?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/pl/?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> Dwuwymiarowy, czuły na dotyk prostokątny panel, na którym można wykonać rysunek i można przesuwać ikony. </p><p><code>KolorTła</code>, <code>Kolor</code>, <code>ObrazTła</code>, <code>Szerokość</code> i <code>Wysokość</code> Canvas można ustawić w Projektancie lub Edytorze Blokowym. <code>Szerokość</code> i <code>Wysokość</code> są mierzone w pikselach i muszą być dodatnie. </p><p> Dowolną lokalizację na Canvasie można określić jako parę wartości (X, Y), gdzie <ul><li> X to liczba pikseli od lewej krawędzi canvasu </li><li> Y to liczba pikseli od górnej krawędzi canvasu. </li></ul></p><p> Istnieją zdarzenia informujące, kiedy i gdzie dotknięto Canvas lub <code>Ikony</code> (<code>Ikonka</code> lub <code>Piłka</code>) zostały przeciągnięte. Istnieją również metody rysowania punktów, linii i okręgów. </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": false, "num_words": 125, "priority": 100, "id": 225805, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=9058a181acd34b6a", "url": "https://weblate.appinventor.mit.edu/api/units/225805/?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/pl/?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": 225806, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=8dbb6231df692636", "url": "https://weblate.appinventor.mit.edu/api/units/225806/?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/pl/?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": 225807, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=d401e92aa4c2aa12", "url": "https://weblate.appinventor.mit.edu/api/units/225807/?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/pl/?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": 225808, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=53a2458efb4b928b", "url": "https://weblate.appinventor.mit.edu/api/units/225808/?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/pl/?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": "Pole wyboru, które wywołuje zdarzenie, gdy użytkownik je kliknie. Istnieje wiele właściwości wpływających na jego wygląd, które można ustawić w Projektancie lub edytorze blokowym.", "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": 225809, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=cd2a1971323d1efe", "url": "https://weblate.appinventor.mit.edu/api/units/225809/?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/pl/?format=api", "source": "Circle", "previous_source": "", "target": "Okrąg", "id_hash": -8241033178070520605, "content_hash": -5621843235106276343, "location": "", "context": "CircleHelpStringComponentPallette", "comment": "", "flags": "", "fuzzy": false, "translated": true, "position": 17, "has_suggestion": false, "has_comment": false, "has_failing_check": false, "num_words": 1, "priority": 100, "id": 225810, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=da1f7fcc6e5ece3", "url": "https://weblate.appinventor.mit.edu/api/units/225810/?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/pl/?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": 225811, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=b7c6526c0289ffa4", "url": "https://weblate.appinventor.mit.edu/api/units/225811/?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/pl/?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": "<p> Niewidoczny komponent, który zapewnia natychmiastowy wskaźnik czasu przy użyciu wewnętrznego zegara w telefonie. Może uruchamiać stoper w regularnych odstępach czasu i wykonywać obliczenia czasu, manipulacje i konwersje. </p><p> Dostępne są również metody konwertowania czasu i daty na tekst. Dopuszczalne wzory to pusty ciąg, MM/DD/YYYY HH:mm:ss a lub MMM d, yyyyHH:mm. Pusty łańcuch zapewni domyślny format - „MMM d, yyyy HH:mm:ss a” dla FormatDataCzas „MMM d, yyyy” dla FormatDaty. Aby zobaczyć wszystkie możliwe formaty, zobacz <a href=\"https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html\" _target=\"_blank\"> tutaj </a>. </p>", "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": false, "num_words": 86, "priority": 100, "id": 225812, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=3c6fbb34d9d3bb36", "url": "https://weblate.appinventor.mit.edu/api/units/225812/?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/pl/?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": "Niewidoczny komponent umożliwiający przechowywanie danych na serwerze bazy danych podłączonym do Internetu (przy użyciu oprogramowania Redis). Dzięki temu użytkownicy aplikacji mogą dzielić się danymi. Domyślnie dane będą przechowywane na serwerze obsługiwanym przez MIT, jednak możesz skonfigurować i uruchomić własny serwer. Ustaw właściwość „RedisServer” i właściwość „RedisPort”, aby uzyskać dostęp do własnego serwera.", "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": 225813, "web_url": "https://weblate.appinventor.mit.edu/translate/appinventor/component-info/pl/?checksum=b57eede6fb6c3e5a", "url": "https://weblate.appinventor.mit.edu/api/units/225813/?format=api", "source_info": "https://weblate.appinventor.mit.edu/api/sources/10741/?format=api" } ] }{ "count": 229, "next": "