Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/libo_help-24-2/textsbasicshared/it/changes/?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4729,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/changes/?format=api&page=52",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/changes/?format=api&page=50",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662629/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951728Z",
            "action": 59,
            "target": "iVar = Int(10 * Rnd) ' Valore numerico compreso tra 0 e 9",
            "id": 49411258,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411258/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662620/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951706Z",
            "action": 59,
            "target": "Esempio:",
            "id": 49411257,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411257/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662616/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951684Z",
            "action": 59,
            "target": "L'istruzione <emph>Randomize</emph> interessa solo la funzione <emph>Rnd</emph> di BASIC. Gli altri generatori di numeri casuali (per esempio, la funzione RAND() di Calc, ecc.) non sono da essa interessati.",
            "id": 49411256,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411256/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662613/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951657Z",
            "action": 59,
            "target": "A meno che non desideriate una sequenza prevedibile di numeri, non è necessario utilizzare l'istruzione <emph>Randomize</emph>, dato che il generatore di numeri casuale sarà inizializzato durante il suo primo utilizzo: esso sarà popolato utilizzando un generatore di numeri casuali fornito dal sistema, che produce numeri casuali non deterministici distribuiti uniformemente. Se il generatore non è disponibile nel sistema, come valore verrà usata l'ora di sistema.",
            "id": 49411255,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411255/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662610/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951621Z",
            "action": 59,
            "target": "<emph>Numero:</emph> qualsiasi numero intero. Usato per inizializzare il generatore di numeri casuali. Valori uguali generano sequenze di numeri casuali uguali dalla funzione <emph>Rnd</emph>. Se il parametro viene omesso l'istruzione <emph>Randomize</emph> sarà ignorata.",
            "id": 49411254,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411254/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662608/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951585Z",
            "action": 59,
            "target": "Parametri:",
            "id": 49411253,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411253/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662606/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951547Z",
            "action": 59,
            "target": "Randomize [Numero]",
            "id": 49411252,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411252/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662603/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951509Z",
            "action": 59,
            "target": "Sintassi:",
            "id": 49411251,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411251/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662601/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951469Z",
            "action": 59,
            "target": "Inizializza il generatore di numeri casuali usati dalla funzione <emph>Rnd</emph>.",
            "id": 49411250,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411250/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662598/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951430Z",
            "action": 59,
            "target": "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\">Istruzione Randomize</link></variable>",
            "id": 49411249,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411249/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662595/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951392Z",
            "action": 59,
            "target": "<bookmark_value>Randomize, funzione</bookmark_value>",
            "id": 49411248,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411248/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662592/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951354Z",
            "action": 59,
            "target": "Istruzione Randomize",
            "id": 49411247,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411247/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662589/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951315Z",
            "action": 59,
            "target": "Le seguenti funzioni e istruzioni generano numeri casuali.",
            "id": 49411246,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411246/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662587/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951276Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03080300.xhp\">Generare numeri casuali</link>",
            "id": 49411245,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411245/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662585/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951236Z",
            "action": 59,
            "target": "Generare numeri casuali",
            "id": 49411244,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411244/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662583/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951182Z",
            "action": 59,
            "target": "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Moltiplicazione per funzione logaritmica\"",
            "id": 49411243,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411243/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662581/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951142Z",
            "action": 59,
            "target": "Log<sub>n</sub>(x) = Log(x) / Log(n)",
            "id": 49411242,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411242/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662579/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951102Z",
            "action": 59,
            "target": "Potete calcolare i logaritmi con qualunque base (n) per qualunque numero (x) dividendo il logaritmo naturale di x per il logaritmo naturale di n:",
            "id": 49411241,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411241/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662577/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951062Z",
            "action": 59,
            "target": "Il logaritmo naturale è il logaritmo in base e. La base e è una costante con un valore approssimativo di 2,718282...",
            "id": 49411240,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411240/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662575/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.951024Z",
            "action": 59,
            "target": "<emph>Numero:</emph> espressione numerica di cui si desidera calcolare il logaritmo naturale.",
            "id": 49411239,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411239/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662573/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950985Z",
            "action": 59,
            "target": "Log (Numero)",
            "id": 49411238,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411238/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662572/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950948Z",
            "action": 59,
            "target": "Restituisce il logaritmo naturale di un numero.",
            "id": 49411237,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411237/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662570/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950911Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03080202.xhp\">Funzione Log (BASIC)</link>",
            "id": 49411236,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411236/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662567/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950873Z",
            "action": 59,
            "target": "<bookmark_value>Log, funzione</bookmark_value>",
            "id": 49411235,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411235/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662565/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950831Z",
            "action": 59,
            "target": "Funzione Log",
            "id": 49411234,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411234/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662563/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950759Z",
            "action": 59,
            "target": "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Moltiplicazione per logaritmo\"",
            "id": 49411233,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411233/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662560/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950718Z",
            "action": 59,
            "target": "Esempio:",
            "id": 49411232,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411232/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662558/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950670Z",
            "action": 59,
            "target": "<emph>Numero:</emph> espressione numerica che specifica la potenza a cui elevare la \"e\" (la base del logaritmo naturale). La potenza deve essere minore o uguale a 88,02969 per i numeri a precisione singola e minore o uguale a 709,782712893 per i numeri a precisione doppia; in caso di valori superiori, $[officename] Basic restituisce un errore di overflow.",
            "id": 49411231,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411231/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662555/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950632Z",
            "action": 59,
            "target": "Parametri:",
            "id": 49411230,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411230/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662553/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950597Z",
            "action": 59,
            "target": "Valore restituito:",
            "id": 49411229,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411229/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662551/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950558Z",
            "action": 59,
            "target": "Exp (Numero)",
            "id": 49411228,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411228/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662549/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950521Z",
            "action": 59,
            "target": "Sintassi:",
            "id": 49411227,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411227/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662547/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950484Z",
            "action": 59,
            "target": "Restituisce la base del logaritmo naturale (e = 2,718282) elevata a una potenza.",
            "id": 49411226,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411226/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662544/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950445Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03080201.xhp\">Funzione Exp</link>",
            "id": 49411225,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411225/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662540/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950407Z",
            "action": 59,
            "target": "<bookmark_value>Exp, funzione</bookmark_value>",
            "id": 49411224,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411224/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662537/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950365Z",
            "action": 59,
            "target": "Funzione Exp",
            "id": 49411223,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411223/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662534/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950325Z",
            "action": 59,
            "target": "$[officename] Basic supporta le seguenti funzioni esponenziali e logaritmiche.",
            "id": 49411222,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411222/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662529/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950285Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03080200.xhp\">Funzioni esponenziali e logaritmiche</link>",
            "id": 49411221,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411221/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662526/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950243Z",
            "action": 59,
            "target": "Funzioni esponenziali e logaritmiche",
            "id": 49411220,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411220/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662522/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950204Z",
            "action": 59,
            "target": "Print \"La lunghezza del lato adiacente l'angolo è\"; (d1 / tan (dAlpha * Pi / 180))",
            "id": 49411219,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411219/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662518/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950169Z",
            "action": 59,
            "target": "dAlpha = InputBox(\"Inserite l'angolo Alfa (in gradi): \",\"Alfa\")",
            "id": 49411218,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411218/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662515/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950141Z",
            "action": 59,
            "target": "d1 = InputBox(\"Inserite la lunghezza del lato opposto all'angolo: \",\"Opposto\")",
            "id": 49411217,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411217/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662512/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950109Z",
            "action": 59,
            "target": "' Pi = 3,1415926 è una variabile predefinita",
            "id": 49411216,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411216/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662508/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950077Z",
            "action": 59,
            "target": "' Il lato opposto all'angolo e l'angolo (in gradi) per calcolare la lunghezza del lato adiacente l'angolo:",
            "id": 49411215,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411215/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662504/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950049Z",
            "action": 59,
            "target": "' In questo esempio, per un triangolo retto è possibile immettere:",
            "id": 49411214,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411214/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662501/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.950017Z",
            "action": 59,
            "target": "<literal>Pi</literal> ha il valore approssimato di 3,141593.",
            "id": 49411213,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411213/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662496/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.949977Z",
            "action": 59,
            "target": "radianti=(gradi*<literal>Pi</literal>)/180",
            "id": 49411212,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411212/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662490/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.949936Z",
            "action": 59,
            "target": "gradi=(radianti*180)/<literal>Pi</literal>",
            "id": 49411211,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411211/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662484/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.949893Z",
            "action": 59,
            "target": "Per convertire i gradi in radianti, moltiplicate per <literal>Pi</literal>/180. Per convertire i radianti in gradi, moltiplicate per 180/<literal>Pi</literal>.",
            "id": 49411210,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411210/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111662480/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:52:12.949853Z",
            "action": 59,
            "target": "<emph>Numero:</emph> espressione numerica di cui desiderate calcolare la tangente (in radianti).",
            "id": 49411209,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49411209/?format=api"
        }
    ]
}