From 805f279616f6bd473a6917e3fd47477830945bb2 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 8 Feb 2025 14:26:43 +0100 Subject: [PATCH] chore: testfile --- examples/example2/pages/de.yaml | 93 +++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 examples/example2/pages/de.yaml diff --git a/examples/example2/pages/de.yaml b/examples/example2/pages/de.yaml new file mode 100644 index 0000000..30b539d --- /dev/null +++ b/examples/example2/pages/de.yaml @@ -0,0 +1,93 @@ +test.html: + export: de/test.html + lang: de + title: "333333" + meta: + author: "1111" + description: "22222" + images: + - id: tickyesdata-image-gi-3753669760 + source: |- + data:image/gif;base64,R0lGODdhEAAQAMwAAPj7+FmhUYjNfGuxYYDJdYTIeanOpT+DOTuANXi/bGOrWj6CONzv2sPjv2Cm + V1unU4zPgI/Sg6DJnJ3ImTh8Mtbs00aNP1CZSGy0YqLEn47RgXW8amasW7XWsmmvX2iuXiwAAAAAEAAQAAAFVyAgjmRpnihqGCkpDQ + PbGkNUOFk6DZqgHCNGg2T4QAQBoIiRSAwBE4VA4FACKgkB5NGReASFZEmxsQ0whPDi9BiACYQAInXhwOUtgCUQoORFCGt/g4QAIQA7 + alt: Tick + title: Ja + anchors: + - id: mmmm + href: mmmm + hreflang: "" + title: "" + - id: yes-a-html + href: /a.html + hreflang: "" + title: Ja + - id: struct-a-data-monste-1746242989 + href: "" + hreflang: "" + title: "" + text: + - text: Schlechte Anfrage + id: bad-request + - text: Die Anfrage war falsch, der Server konnte sie nicht verarbeiten. + id: the-request-was-inco-2640993422 + - text: GURKE + id: gurke + - text: Versuchen Sie, Ihre einzureichen + id: try-submitting-your + - text: anfordern + id: request + - text: nochmal (manchmal hilft das). + id: again-sometimes-this-2086042570 + - text: Wenden Sie sich an den Support, wenn Sie weiterhin Probleme haben. + id: contact-support-if-y-3404332025 + - text: |- + Wenn Sie diese Nachricht als Ergebnis einer Anfrage an die Server-API erhalten haben, überprüfen Sie die Struktur + gegen die Dokumentation. + id: if-you-received-this-423958995 + - text: 'Du kannst die folgenden Schritte ausprobieren:' + id: you-can-try-the-foll-3363859033 + - text: LID + id: oid + - text: Datum + id: date + - text: Nutzername + id: username + - text: Kundin + id: customer + - text: PLZ + id: zipcode + - text: Stadt + id: city + - text: Land + id: country + - text: Straße + id: street + - text: Zustand der Bestellung + id: order-state + - text: Workflow-Status + id: workflow-state + - text: gesamt + id: total + - text: firma + id: company + - text: Bestellnummer des Kanals + id: channel-order-number + - text: Datum der erneuten Einreichung + id: resubmission-date + - text: Art der Zahlung + id: payment-type + translations: + - id: the-translation + type: application/json + translations: + key1: Übersetzung1 + key2: + other: translation2 + key3: + other: translation3 + key5: Übersetzung 4 + modifications: + remove: [] + add: [] + attributes: [] -- GitLab