Files
VITEC-website/packages/vitec/ContentBlocks/ContentElements/video/language/labels.xlf
o-rasche bb7c03235d Checkpoint: headless JSON architecture documented + cleanup (Stufe 1+2)
Restore point before Stufe 3 (central resolver-service refactoring).

Includes this session's work:
- Success Story (usecase) rebuild: new fields/tabs, UsecaseSerializer,
  thin List/Show renderers, MM relations, inline content elements.
- vitec_columns content block (two-column layout with per-item content)
  incl. unified header section; special-cased JSON resolution.
- Container per-column flex (items[].config align/justify) + gap on parent.
- Unified header section across CEs/plugins/containers; header fields in JSON.
- ISO-style architecture spec: Documentation/Headless-JSON-Architecture.md.
- Cleanup: removed local scratch + verified .bak backups.
- Fixes: B-6 (undefined thumbnail variable in Downloadcardcollection image
  resolver), B-7 (unsatisfiable legacy CType OR branch in Downloadcard/Datasheets).

Rollback: git reset --hard snapshot-2026-07-09-pre-stufe3

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 10:01:56 +02:00

46 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2">
<file source-language="en" datatype="plaintext" original="messages">
<body>
<trans-unit id="title">
<source>VITEC · Video</source>
</trans-unit>
<trans-unit id="description">
<source>Embedded video — YouTube code or uploaded video file, with optional poster image.</source>
</trans-unit>
<trans-unit id="youtube_code.label">
<source>YouTube Code</source>
</trans-unit>
<trans-unit id="youtube_code.description">
<source>YouTube video ID (e.g. "dQw4w9WgXcQ") OR full URL. Leave empty to use Custom Video instead.</source>
</trans-unit>
<trans-unit id="poster.label">
<source>Poster Image</source>
</trans-unit>
<trans-unit id="poster.description">
<source>Thumbnail / poster shown before the video plays.</source>
</trans-unit>
<trans-unit id="custom_video.label">
<source>Custom Video</source>
</trans-unit>
<trans-unit id="custom_video.description">
<source>Upload an MP4/WebM/OGV/MOV/M4V file, or pick one from the file list.</source>
</trans-unit>
<trans-unit id="hide_controls.label">
<source>Hide Player Controls</source>
</trans-unit>
<trans-unit id="hide_controls.description">
<source>When enabled, the video player UI (play/pause, scrub bar, volume) is hidden. Useful for autoplaying background loops.</source>
</trans-unit>
<trans-unit id="debug.label">
<source>Allow Debug Output</source>
</trans-unit>
</body>
</file>
</xliff>