Changes
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=17
https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=18", "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=16", "results": [ { "unit": "https://translations.documentfoundation.org/api/units/110361415/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992500Z", "action": 59, "target": "Properties", "id": 48112824, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112824/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361388/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992467Z", "action": 59, "target": "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example.", "id": 48112823, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112823/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361370/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992432Z", "action": 59, "target": "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):", "id": 48112822, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112822/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361334/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992399Z", "action": 59, "target": "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service.", "id": 48112821, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112821/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361333/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992366Z", "action": 59, "target": "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:", "id": 48112820, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112820/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361304/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992333Z", "action": 59, "target": "Service invocation", "id": 48112819, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112819/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361278/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992299Z", "action": 59, "target": "The string <literal>[str\\\"i\\\"ng]</literal> is interpreted as <literal>[str\"i\"ng]</literal>", "id": 48112818, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112818/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361255/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992265Z", "action": 59, "target": "The string <literal>[str\\'i\\'ng]</literal> is interpreted as <literal>[str'i'ng]</literal>", "id": 48112817, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112817/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361226/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992232Z", "action": 59, "target": "To add quotes in strings use \\' (single quote) or \\\" (double quote). For example:", "id": 48112816, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112816/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361207/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992197Z", "action": 59, "target": "Quotes inside strings:", "id": 48112815, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112815/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361197/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992163Z", "action": 59, "target": "Control characters (ASCII code <= 0x1F) are also considered as non-printable.", "id": 48112814, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112814/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361170/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992129Z", "action": 59, "target": "Characters defined in the Unicode Character Database as “Other” or “Separator” are considered as non-printable characters.", "id": 48112813, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112813/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361161/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992095Z", "action": 59, "target": "Non-printable characters:", "id": 48112812, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112812/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361135/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992059Z", "action": 59, "target": "To have the escape sequence \"\\n\" interpreted as an actual string, simply use \"\\\\n\" instead of <literal>\"\\\" & Chr(10).</literal>", "id": 48112811, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112811/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361115/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.992020Z", "action": 59, "target": "Line feed<br/> Carriage return<br/> Horizontal tab", "id": 48112810, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112810/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361088/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991979Z", "action": 59, "target": "ASCII number", "id": 48112809, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112809/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361073/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991938Z", "action": 59, "target": "Symbolic name", "id": 48112808, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112808/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361058/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991898Z", "action": 59, "target": "Escape Sequence", "id": 48112807, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112807/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110361020/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991857Z", "action": 59, "target": "Below is a list of escape sequences that can be used in strings.", "id": 48112806, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112806/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360976/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991817Z", "action": 59, "target": "Escape sequences", "id": 48112805, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112805/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360945/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991777Z", "action": 59, "target": "Space<br/> Horizontal tab<br/> Line feed<br/> Vertical tab<br/> Form feed<br/> Carriage return<br/> Next line<br/> No-break space<br/> Line separator<br/> Paragraph separator", "id": 48112804, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112804/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360926/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991735Z", "action": 59, "target": "ASCII number", "id": 48112803, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112803/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360878/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991694Z", "action": 59, "target": "Symbolic name", "id": 48112802, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112802/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360857/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991654Z", "action": 59, "target": "The <literal>String</literal> service recognizes the following whitespaces:", "id": 48112801, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112801/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360829/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991614Z", "action": 59, "target": "Whitespaces", "id": 48112800, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112800/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360792/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991573Z", "action": 59, "target": "Line feed<br/> Vertical tab<br/> Carriage return<br/> Carriage return + Line feed<br/> File separator<br/> Group separator<br/> Record separator<br/> Next line<br/> Line separator<br/> Paragraph separator", "id": 48112799, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112799/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360787/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991534Z", "action": 59, "target": "ASCII number", "id": 48112798, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112798/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360764/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991494Z", "action": 59, "target": "Symbolic name", "id": 48112797, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112797/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360713/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991453Z", "action": 59, "target": "The <literal>String</literal> service recognizes the following line breaks:", "id": 48112796, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112796/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360681/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991413Z", "action": 59, "target": "Line breaks", "id": 48112795, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112795/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360653/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991373Z", "action": 59, "target": "Definitions", "id": 48112794, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112794/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360630/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991334Z", "action": 59, "target": "Apply hash algorithms on strings, etc.", "id": 48112793, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112793/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360617/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991295Z", "action": 59, "target": "Use regular expressions to search and replace substrings", "id": 48112792, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112792/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360608/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991256Z", "action": 59, "target": "Format strings by trimming, justifying or wrapping their contents", "id": 48112791, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112791/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360604/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991219Z", "action": 59, "target": "Validate the contents of strings", "id": 48112790, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112790/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360583/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991182Z", "action": 59, "target": "The <literal>String</literal> service provides a collection of methods for string processing. These methods can be used to:", "id": 48112789, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112789/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360557/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991145Z", "action": 59, "target": "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>", "id": 48112788, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112788/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360545/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991108Z", "action": 59, "target": "ScriptForge.String service (SF_String)", "id": 48112787, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112787/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360495/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991071Z", "action": 59, "target": "<emph>uri</emph>: URI address of the web service.", "id": 48112786, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112786/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360469/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.991034Z", "action": 59, "target": "Get some web content from a URI.", "id": 48112785, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112785/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360426/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990998Z", "action": 59, "target": "<emph>unoobject</emph>: The object to identify.", "id": 48112784, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112784/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360392/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990961Z", "action": 59, "target": "Identify the type of a UNO object as a string.", "id": 48112783, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112783/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360354/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990924Z", "action": 59, "target": "<emph>unoobject</emph>: The object to inspect.", "id": 48112782, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112782/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360305/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990887Z", "action": 59, "target": "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty.", "id": 48112781, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112781/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360274/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990851Z", "action": 59, "target": "<emph>unoobject</emph>: The object to inspect.", "id": 48112780, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112780/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360254/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990814Z", "action": 59, "target": "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty.", "id": 48112779, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112779/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360224/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990778Z", "action": 59, "target": "The following example changes the maximum image resolution to 150 dpi and exports the current document as a PDF file.", "id": 48112778, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112778/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360222/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990740Z", "action": 59, "target": "<emph>pdfoptions</emph>: <literal>Dictionary</literal> object that defines the PDF export settings to be changed. Each key-value pair represents an export option and the value that will be set in the dialog.", "id": 48112777, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112777/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360220/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990673Z", "action": 59, "target": "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\">PDF Export wiki page</link> to learn more about all available options.", "id": 48112776, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112776/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/110360218/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api", "user": null, "author": null, "timestamp": "2024-02-01T18:10:59.990636Z", "action": 59, "target": "This method returns <literal>True</literal> when successful.", "id": 48112775, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/48112775/?format=api" } ] }{ "count": 4174, "next": "