Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 17,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-11-16T15:47:09.812614Z",
            "action": 0,
            "target": "",
            "id": 346917,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/346917/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-11-15T11:14:47.967995Z",
            "action": 0,
            "target": "",
            "id": 342260,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/342260/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-10-11T08:29:08.959983Z",
            "action": 0,
            "target": "",
            "id": 323268,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/323268/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:15:39.373053Z",
            "action": 0,
            "target": "",
            "id": 322285,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/322285/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:36.824031Z",
            "action": 0,
            "target": "",
            "id": 318246,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/318246/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/504765/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:36.823939Z",
            "action": 59,
            "target": "= Allgemeines =\n\n== Einführung ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Introduction ===\n\nDie XWiki Syntax 1.0 war der erste Ansatz, eine Syntax im Wiki-Stil in XWiki zu implementieren. Diese hat einige Limitierungen, und manche Formatierungen können nur durch direkten Einsatz von HTML erzeugt werden. Daher empfehlen wir die Verwendung der neueren Syntaxen. XWiki Syntax 1.0 wird nur noch aus Gründen der Rückwärtskompatibilität angeboten.\n\nZusätzlich zu den XWiki-spezifischen Syntaxen haben wir auch unsere zugrunde liegende Rendering-Engine (war vormals Radeox) durch unsere eigene Engine ausgetauscht, welche eine Obermengenhülle um [[Wikimodel>>http://code.google.com/p/wikimodel/]] und [[Doxia>>http://maven.apache.org/doxia/]] (und möglicherweise weiteren in der Zukunft) bildet. Dies hat es uns erlaubt weitere Syntaxen im Wiki anzubieten: {{velocity}}[[MediaWiki, Confluence, JSPWiki, Creole, TWiki und mehr>>||queryString=\"syntax=1.0&section=OtherSyntaxes#if($request.xpage)&xpage=$escapetool.url($request.xpage)#end\"]]{{/velocity}}.\n\n=== 2.0 Introduction ===\n\nBeginnend mit XWiki Enterprise Version 1.7 und darüber haben wir eine neue Wiki Syntax eingeführt. Daher haben wir die alte Syntax die //XWiki Syntax 1.0// benannt und die neue Syntax wird sinnigerweise //XWiki Syntax 2.0// genannt. Die Hauptgründe für die Einführung der neuen Syntax waren:\n\n* Die Einschränkungen und Mehrdeutigkeiten der XWiki 1.0 Syntax (welche sowohl durch Radeox - der zugrunde liegenden Rendering-Engine - und TWiki inspiriert wurde) beheben.\n** Nicht optimale Symbole. Zum Beispiel war das Symbol für Fettdruck ein einzelner Stern. Dies hat Probleme verursacht, wenn der Nutzer Texte eingab, die Sterne beinhalteten, da dieser Text fälschlicherweise als fett angenommen wurde, auch wenn er das nicht war. Daher haben wir die Syntax robuster gemacht, indem überall mindestens doppelte Zeichen verwendet werden.\n** Mehrdeutigkeiten. Zum Beispiel gab es eine Mehrdeutigkeit zwischen einem fettengedruckten Element, dass die Zeile begann, und einer Aufzählungsliste. Diese Mehrdeutigkeiten mussten beseitigt werden, damit u.a. der WYSIWYG Editor beiden Fälle unterscheiden kann.\n* Um näher an der [[Creole 1.0 Syntax>>http://www.wikicreole.org/]] zu sein, welche ein Standard für Wiki Syntax wird. Zusätzlich hat die Creole Gemeinde sich die Zeit genommen, um alle existierenden Wiki Syntaxen zu analysieren, bevor sie sich für Symbole entschieden haben. Diese Entscheidungen sind daher sehr gut.\n\nZusätzlich zu den XWiki-spezifischen Syntaxen haben wir auch unsere zugrunde liegende Rendering-Engine (war vormals Radeox) durch unsere eigene Engine ausgetauscht, welche eine Obermengen um [[Wikimodel>>http://code.google.com/p/wikimodel/]] und [[Doxia>>http://maven.apache.org/doxia/]] (und möglicherweise weiteren in der Zukunft) bildet. Dies hat es uns erlaubt weitere Syntaxen im Wiki anzubieten: {{velocity}}[[MediaWiki, Confluence, JSPWiki, Creole, TWiki und mehr>>||queryString=\"syntax=2.0&section=OtherSyntaxes#if($request.xpage)&xpage=$escapetool.url($request.xpage)#end\"]]{{/velocity}}.\n\n=== 2.1 Introduction ===\n\nDie XWiki Syntax 2.1 ist die aktuell empfohlene Wiki Syntax. Gegenüber der XWiki Syntax 2.0 wurden einige Verbesserungen eingeführt. Einige Gründe für die Entwicklung dieser neuen Syntax sind:\n\n* Die Link- und Bildsyntax wurde für bessere Klarheit, Konsistenz und Erweiterbarkeit vereinheitlicht.\n* Möglichkeit zum Anzeigen von Piktogrammen, zum Einbetten von Bildern mittels 'data:'-URLs sowie zum Verlinken von Dateien mittels der UNC Notation und dem Verlinken zu relativen URLs wurden hinzugefügt.\n\n{{info}}\nDa die XWiki Syntax 2.1 auf der XWiki Syntax 2.0 basiert, bleibt die gesamte XWiki Syntax 2.0 gültig, solange die 2.1 Spezifikation nichts anderes besagt.\n{{/info}}",
            "id": 318245,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/318245/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/504765/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-04T17:49:37.560336Z",
            "action": 2,
            "target": "= Allgemeines =\n\n== Einführung ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Introduction ===\n\nDie XWiki Syntax 1.0 war der erste Ansatz, eine Syntax im Wiki-Stil in XWiki zu implementieren. Diese hat einige Limitierungen, und manche Formatierungen können nur durch direkten Einsatz von HTML erzeugt werden. Daher empfehlen wir die Verwendung der neueren Syntaxen. XWiki Syntax 1.0 wird nur noch aus Gründen der Rückwärtskompatibilität angeboten.\n\nZusätzlich zu den XWiki-spezifischen Syntaxen haben wir auch unsere zugrunde liegende Rendering-Engine (war vormals Radeox) durch unsere eigene Engine ausgetauscht, welche eine Obermengenhülle um [[Wikimodel>>http://code.google.com/p/wikimodel/]] und [[Doxia>>http://maven.apache.org/doxia/]] (und möglicherweise weiteren in der Zukunft) bildet. Dies hat es uns erlaubt weitere Syntaxen im Wiki anzubieten: {{velocity}}[[MediaWiki, Confluence, JSPWiki, Creole, TWiki und mehr>>||queryString=\"syntax=1.0&section=OtherSyntaxes#if($request.xpage)&xpage=$escapetool.url($request.xpage)#end\"]]{{/velocity}}.\n\n=== 2.0 Introduction ===\n\nBeginnend mit XWiki Enterprise Version 1.7 und darüber haben wir eine neue Wiki Syntax eingeführt. Daher haben wir die alte Syntax die //XWiki Syntax 1.0// benannt und die neue Syntax wird sinnigerweise //XWiki Syntax 2.0// genannt. Die Hauptgründe für die Einführung der neuen Syntax waren:\n\n* Die Einschränkungen und Mehrdeutigkeiten der XWiki 1.0 Syntax (welche sowohl durch Radeox - der zugrunde liegenden Rendering-Engine - und TWiki inspiriert wurde) beheben.\n** Nicht optimale Symbole. Zum Beispiel war das Symbol für Fettdruck ein einzelner Stern. Dies hat Probleme verursacht, wenn der Nutzer Texte eingab, die Sterne beinhalteten, da dieser Text fälschlicherweise als fett angenommen wurde, auch wenn er das nicht war. Daher haben wir die Syntax robuster gemacht, indem überall mindestens doppelte Zeichen verwendet werden.\n** Mehrdeutigkeiten. Zum Beispiel gab es eine Mehrdeutigkeit zwischen einem fettengedruckten Element, dass die Zeile begann, und einer Aufzählungsliste. Diese Mehrdeutigkeiten mussten beseitigt werden, damit u.a. der WYSIWYG Editor beiden Fälle unterscheiden kann.\n* Um näher an der [[Creole 1.0 Syntax>>http://www.wikicreole.org/]] zu sein, welche ein Standard für Wiki Syntax wird. Zusätzlich hat die Creole Gemeinde sich die Zeit genommen, um alle existierenden Wiki Syntaxen zu analysieren, bevor sie sich für Symbole entschieden haben. Diese Entscheidungen sind daher sehr gut.\n\nZusätzlich zu den XWiki-spezifischen Syntaxen haben wir auch unsere zugrunde liegende Rendering-Engine (war vormals Radeox) durch unsere eigene Engine ausgetauscht, welche eine Obermengen um [[Wikimodel>>http://code.google.com/p/wikimodel/]] und [[Doxia>>http://maven.apache.org/doxia/]] (und möglicherweise weiteren in der Zukunft) bildet. Dies hat es uns erlaubt weitere Syntaxen im Wiki anzubieten: {{velocity}}[[MediaWiki, Confluence, JSPWiki, Creole, TWiki und mehr>>||queryString=\"syntax=2.0&section=OtherSyntaxes#if($request.xpage)&xpage=$escapetool.url($request.xpage)#end\"]]{{/velocity}}.\n\n=== 2.1 Introduction ===\n\nDie XWiki Syntax 2.1 ist die aktuell empfohlene Wiki Syntax. Gegenüber der XWiki Syntax 2.0 wurden einige Verbesserungen eingeführt. Einige Gründe für die Entwicklung dieser neuen Syntax sind:\n\n* Die Link- und Bildsyntax wurde für bessere Klarheit, Konsistenz und Erweiterbarkeit vereinheitlicht.\n* Möglichkeit zum Anzeigen von Piktogrammen, zum Einbetten von Bildern mittels 'data:'-URLs sowie zum Verlinken von Dateien mittels der UNC Notation und dem Verlinken zu relativen URLs wurden hinzugefügt.\n\n{{info}}\nDa die XWiki Syntax 2.1 auf der XWiki Syntax 2.0 basiert, bleibt die gesamte XWiki Syntax 2.0 gültig, solange die 2.1 Spezifikation nichts anderes besagt.\n{{/info}}",
            "id": 294239,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/294239/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/504765/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-04T17:49:37.557533Z",
            "action": 45,
            "target": "",
            "id": 294238,
            "action_name": "Contributor joined",
            "url": "https://l10n.xwiki.org/api/changes/294238/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2021-11-24T08:40:28.839121Z",
            "action": 0,
            "target": "",
            "id": 291850,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/291850/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-15T03:36:31.245856Z",
            "action": 0,
            "target": "",
            "id": 289732,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/289732/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/504765/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-15T03:36:31.237963Z",
            "action": 30,
            "target": "= General =\n\n== Introduction ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Introduction ===\n\nThe XWiki Syntax 1.0 was the first attempt to implement a Wiki-style Syntax in XWiki. It had some limitations and some formatting can only be achieved by inserting raw HTML. We recommend using the newer syntaxes; XWiki Syntax 1.0 is only supported for backwards compatibility.\n\nIn addition to the XWiki-specific syntaxes we've also changed our underlying rendering engine in XWiki 1.7 (was Radeox previously) in favor of our own engine which is superset wrapper around [[Wikimodel>>https://code.google.com/p/wikimodel/]] and [[Doxia>>https://maven.apache.org/doxia/]] (and possibly others in the future). This has allowed us to provide other syntaxes in the wiki: {{velocity}}[[MediaWiki, Confluence, JSPWiki, Creole, TWiki and more>>||queryString=\"syntax=1.0&section=OtherSyntaxes#if($request.xpage)&xpage=$escapetool.url($request.xpage)#end\"]]{{/velocity}}.\n\n=== 2.0 Introduction ===\n\nStarting with XWiki 1.7 we've introduced a new wiki syntax. We've named the old syntax the //XWiki Syntax 1.0// and the new syntax was logically called the //XWiki Syntax 2.0//. The main reasons for introducing the new syntax were:\n* Fix the limitations and ambiguities of the XWiki 1.0 syntax (which was inspired by both Radeox - the underlying rendering engine - and TWiki).\n** Not optimal symbols. For example the symbol for bold was single stars. This was causing trouble when users were entering text containing stars since that text was mistakenly considered to be bold when it wasn't. Hence we've rationalized the syntax by using at least double characters everywhere. \n** Ambiguities. For example there was an ambiguity between a bold item starting a line and a bullet list. Resolving the ambiguities was required in order to rewrite the WYSIWYG editor so that it could be deterministic.\n* Be closer to the [[Creole 1.0 syntax>>https://www.wikicreole.org/]] which is becoming a standard for wiki syntax. In addition the Creole community has taken the time to analyze all the existing wiki syntaxes before deciding on symbols. The choices made are thus very good.\n\nIn addition to these XWiki-specific syntaxes we've also changed our underlying rendering engine (was Radeox previously) in favor of our own engine which is superset wrapper around [[Wikimodel>>https://code.google.com/p/wikimodel/]] and [[Doxia>>https://maven.apache.org/doxia/]] (and possibly others in the future). This has allowed us to provide other syntaxes in the wiki: {{velocity}}[[MediaWiki, Confluence, JSPWiki, Creole, TWiki and more>>||queryString=\"syntax=2.0&section=OtherSyntaxes#if($request.xpage)&xpage=$escapetool.url($request.xpage)#end\"]]{{/velocity}}.\n\n=== 2.1 Introduction ===\n\nThe XWiki Syntax 2.0 has proven to be quite useful and robust in general; however since its introduction a few shortcomings have been found. The corresponding improvements have been consolidated in XWiki Syntax 2.1. Some new features of this syntax are:\n* Homogenize the link and image syntax for better clarity, consistency and extensibility.\n* Added ability to display icons, to embed images via the Data URI scheme, to link to files using the UNC notation and to link to relative URLs.\n\n{{info}}Since XWiki Syntax 2.1 is based on XWiki Syntax 2.0 all syntax from XWiki Syntax 2.0 is valid unless the 2.1 specifications suggest differently.{{/info}}",
            "id": 289731,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/289731/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2021-07-02T10:26:02.047713Z",
            "action": 0,
            "target": "",
            "id": 287434,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/287434/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-10T03:31:01.141721Z",
            "action": 0,
            "target": "",
            "id": 284351,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/284351/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T13:00:24.489725Z",
            "action": 0,
            "target": "",
            "id": 280686,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280686/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:57:10.628554Z",
            "action": 0,
            "target": "",
            "id": 280004,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280004/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-14T11:01:54.038036Z",
            "action": 0,
            "target": "",
            "id": 278626,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/278626/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxintroduction/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxintroduction/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-02T15:32:17.418326Z",
            "action": 0,
            "target": "",
            "id": 276649,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/276649/?format=api"
        }
    ]
}