-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(octra): visible escape codes on shortcuts modal
- Loading branch information
1 parent
a2aee3a
commit e7a63fb
Showing
4 changed files
with
126 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{ | ||
"$schema": "guidelines.schema.json", | ||
"meta": { | ||
"object_language": "deu", | ||
"language": "de", | ||
"project": "Sprecherinnen", | ||
"authors": "Test Person ([email protected])", | ||
"project": "ESSV_Radio", | ||
"authors": "Christoph Draxler", | ||
"version": "1.0", | ||
"date": "2017-04-10", | ||
"date": "2024-11-28", | ||
"encoding": "UTF-8", | ||
"validation_url": "config/localmode/functions.js" | ||
}, | ||
|
@@ -78,11 +79,11 @@ | |
{ | ||
"code": "R06", | ||
"priority": 100, | ||
"title": "Keine Satzzeichen", | ||
"description": "Keine Satzzeichen verwenden.", | ||
"title": "Ziffern ausschreiben", | ||
"description": "Ziffern und Zahlen sind nicht erlaubt, sondern müssen ausgeschrieben werden.", | ||
"examples": [ | ||
{ | ||
"annotation": "Kein (.,!?;-)", | ||
"annotation": "\"zwei\" statt \"2\"", | ||
"url": "" | ||
} | ||
] | ||
|
@@ -95,189 +96,196 @@ | |
{ | ||
"code": "M01", | ||
"priority": 100, | ||
"title": "Marker sparsam verwenden!", | ||
"description": "Marker nur setzen, wenn sie den Sprachfluss stark beeinträchtigen.", | ||
"examples": [] | ||
"title": "Verfügbare Marken", | ||
"description": "Folgende Marken stehen zur Verwendung:<br/><table class=\"table table-sm table-striped\"><tbody><tr><td><TIM></td><td>Zeitansage</td></tr><tr><td><LOC></td><td>Ortsangabe („Berlin.“) oder Thema („Bundeshaushalt“, „Sport.“, „Fußball.“)</td></tr><tr><td><COR></td><td>Meldung, klass. Nachricht, Core-News</td></tr><tr><td><REP></td><td>Bericht, Report (oft vorproduzierter Einspieler)</td></tr><tr><td><INT></td><td>Anmoderation/Intro (zu einem nachfolgenden Bericht/Einspieler)</td></tr><tr><td><OUT></td><td>Abmoderation/Outro („Das war Anne Seiler aus Bonn“ nach dem Bericht etc)</td></tr><tr><td><OTO></td><td>O-Ton (Bericht oder Interviewausschnitt mit Atmo-Hintergrund)</td></tr><tr><td><SPO></td><td>Sport</td></tr><tr><td><WET></td><td>Wetterbericht/-vohersage/-interview</td></tr><tr><td><TRA></td><td>Verkehr</td></tr><tr><td><STO></td><td>Börsennachrichten (oft mit Atmo)</td></tr><tr><td><TOP></td><td>Übersicht (DLF: „Die Themen....“)</td></tr><tr><td><PAC></td><td>Jingle/Senderkennung, akustische Trenner, Pausenzeichen, Zeitzeichen, akustische Verpackung</td></tr></tbody></table>" | ||
}, | ||
{ | ||
"code": "M02", | ||
"priority": 100, | ||
"title": "Nonverbale Sprechergeräusche", | ||
"description": "Nonverbale Sprechergeräusche wie Husten, Lachen, Schmatzen usw. werden mit {{<usb>}} und Leerzeichen vor jedem betroffenen Wort markiert. ", | ||
"examples": [] | ||
}, | ||
{ | ||
"code": "M02", | ||
"priority": 100, | ||
"title": "Andere Geräusche", | ||
"description": "Geräusche, die nicht vom Sprecher stammen, z.B. Türschlagen, Klopfen, Motoren, werden mit {{<nib>}} und Leerzeichen vor dem betroffenen Wort markiert. ", | ||
"examples": [] | ||
}, | ||
{ | ||
"code": "M03", | ||
"priority": 100, | ||
"title": "Weitere Sprecher", | ||
"description": "Sprache eines dritten Sprechers wird mit {{**}} (mit Leerzeichen von den benachbarten Wörtern getrennt) markiert, ebenso unverständliche Passagen.", | ||
"examples": [] | ||
}, | ||
{ | ||
"code": "M04", | ||
"priority": 100, | ||
"title": "Versprecher", | ||
"description": "Versprecher werden soweit möglich transkribiert und mit * am Wortanfang markiert. ", | ||
"title": "Jede nicht-leere Transkriptionseinheit beginnt mit einer Marke", | ||
"description": "Eine Transkriptionseinheit muss mit einer Marke beginnen", | ||
"examples": [ | ||
{ | ||
"annotation": "am *drit nein vierten April", | ||
"url": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"code": "M05", | ||
"priority": 100, | ||
"title": "Phrasengrenzen", | ||
"description": "Markieren Sie Phrasengrenzen (möglichst in Sprechpausen) mit einem senkrechten Strich.", | ||
"examples": [] | ||
} | ||
] | ||
}, | ||
{ | ||
"group": "Häsitationen", | ||
"entries": [ | ||
{ | ||
"code": "H01", | ||
"priority": 100, | ||
"title": "Häsitationsmarker", | ||
"description": "Häsitationsphänomene wie 'äh', 'öh', 'ähm' oder 'mhm' werden unabhängig vom produzierten Vokal mit standardisierten Wörtern transkribiert:", | ||
"examples": [ | ||
{ | ||
"annotation": "äh - wenn kein Nasal zu hören ist", | ||
"url": "" | ||
"annotation": "<TIM> 11 Uhr " | ||
}, | ||
{ | ||
"annotation": "ähm - wenn ein Vokal und ein Nasal zu hören sind", | ||
"url": "" | ||
"annotation": "<PAC>" | ||
}, | ||
{ | ||
"annotation": "mhm - wenn zwei Nasale zu hören sind", | ||
"url": "" | ||
"annotation": "<INT> Die Nachrichten von SR1" | ||
}, | ||
{ | ||
"annotation": "ach - wenn ein Frikativ zu hören ist", | ||
"url": "" | ||
"annotation": "<LOC> Zum Fußball" | ||
}, | ||
{ | ||
"annotation": "ne, nee - bei initialem Nasal", | ||
"url": "" | ||
"annotation": "<SPO> Der 1. FC Köln sucht einen neuen Trainer…" | ||
} | ||
] | ||
}, | ||
{ | ||
"code": "M03", | ||
"priority": 100, | ||
"title": "Je Transkriptionseinheit nur eine Marke", | ||
"description": "Eine Transkriptionseinheit darf nur einem Marke enthalten." | ||
} | ||
] | ||
} | ||
], | ||
"markers": [ | ||
{ | ||
"id": 1, | ||
"name": "truncation marker start", | ||
"code": "[~abc]", | ||
"name": "<TIM>", | ||
"code": "<TIM>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/truncation_start.png", | ||
"button_text": "~abc", | ||
"description": "Diesen Marker nur am Anfang setzen, sollte die Audiosequenz mit einem abgeschnittenem Wort beginnen", | ||
"button_text": "<TIM>", | ||
"description": "Zeitansage", | ||
"shortcut": { | ||
"mac": "ALT + 1", | ||
"pc": "ALT + 1" | ||
} | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "filled pause", | ||
"code": "<nib>", | ||
"name": "<LOC>", | ||
"code": "<LOC>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/fil.png", | ||
"button_text": "Gefüllte Pause", | ||
"description": "Für Zögern des Sprechers wie hm, ähm, äh und andere.", | ||
"button_text": "<LOC>", | ||
"description": "Ortsangabe („Berlin.“) oder Thema („Bundeshaushalt“, „Sport.“, „Fußball.“)", | ||
"shortcut": { | ||
"mac": "ALT + 2", | ||
"pc": "ALT + 2" | ||
} | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "intermittent noise", | ||
"code": "[int]", | ||
"name": "<COR>", | ||
"code": "<COR>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/int.png", | ||
"button_text": "unterbrechendes Geräusch", | ||
"description": "Für kurzes, eindeutiges Geräusch wie z.B. Türknallen, das Berühren des Mirkrofons, oder ähnliches.", | ||
"button_text": "<COR>", | ||
"description": "Meldung, klass. Nachricht, Core-News", | ||
"shortcut": { | ||
"mac": "ALT + 3", | ||
"pc": "ALT + 3" | ||
} | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "speaker noise", | ||
"code": "<usb>", | ||
"name": "<REP>", | ||
"code": "<REP>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/spk.png", | ||
"button_text": "Sprechergeräusch", | ||
"description": "Für Geräusche und Unterbrechungen, die der Sprecher produziert wie z.B. lautes Atmen, Lachen oder ähnliches.", | ||
"button_text": "<REP>", | ||
"description": "Bericht, Report (oft vorproduzierter Einspieler)", | ||
"shortcut": { | ||
"mac": "ALT + 4", | ||
"pc": "ALT + 4" | ||
} | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "stationary noise", | ||
"code": "[sta]", | ||
"name": "<INT>", | ||
"code": "<INT>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/sta.png", | ||
"button_text": "Andauerndes Geräusch", | ||
"description": "Für lang andauerndes, lautes Geräusch wie Verkehrslärm, Musik oder Radio im Hintergrund.", | ||
"button_text": "<INT>", | ||
"description": "Anmoderation/Intro (zu einem nachfolgenden Bericht/Einspieler)", | ||
"shortcut": { | ||
"mac": "ALT + 5", | ||
"pc": "ALT + 5" | ||
} | ||
}, | ||
{ | ||
"id": 6, | ||
"name": "unclear word", | ||
"code": "**", | ||
"name": "<OUT>", | ||
"code": "<OUT>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/stars.png", | ||
"button_text": "**", | ||
"description": "Diesen Marker vor einem Wort setzen, welches einer unverständlichen Sprache entstammt.", | ||
"button_text": "<OUT>", | ||
"description": "Abmoderation/Outro („Das war Anne Seiler aus Bonn“ nach dem Bericht etc)", | ||
"shortcut": { | ||
"mac": "ALT + 6", | ||
"pc": "ALT + 6" | ||
} | ||
}, | ||
{ | ||
"id": 7, | ||
"name": "truncation marker end", | ||
"code": "[abc~]", | ||
"name": "<OTO>", | ||
"code": "<OTO>", | ||
"type": "normal", | ||
"icon": "assets/img/components/transcr-editor/default_markers/truncation_end.png", | ||
"button_text": "abc~", | ||
"description": "Diesen Marker nur am Ende setzen, sollte die Audiosequenz mit einem abgeschnittenem Wort enden.", | ||
"button_text": "<OTO>", | ||
"description": "O-Ton (Bericht oder Interviewausschnitt mit Atmo-Hintergrund)", | ||
"shortcut": { | ||
"mac": "ALT + 7", | ||
"pc": "ALT + 7" | ||
} | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "break", | ||
"code": "<P>", | ||
"type": "break", | ||
"icon": "assets/img/components/transcr-editor/default_markers/break.png", | ||
"button_text": "Pause", | ||
"description": "Dieser Marker stellt eine Pause dar, d.h. eine Sequenz in der nicht gesprochen wird", | ||
"name": "<SPO>", | ||
"code": "<SPO>", | ||
"type": "normal", | ||
"button_text": "<SPO>", | ||
"description": "Sport", | ||
"shortcut": { | ||
"mac": "ALT + W", | ||
"pc": "ALT + W" | ||
} | ||
}, | ||
{ | ||
"id": 9, | ||
"name": "<WET>", | ||
"code": "<WET>", | ||
"type": "normal", | ||
"button_text": "<WET>", | ||
"description": "Wetterbericht/-vohersage/-interview", | ||
"shortcut": { | ||
"mac": "ALT + E", | ||
"pc": "ALT + E" | ||
} | ||
}, | ||
{ | ||
"id": 10, | ||
"name": "<TRA>", | ||
"code": "<TRA>", | ||
"type": "normal", | ||
"button_text": "<TRA>", | ||
"description": "Verkehr", | ||
"shortcut": { | ||
"mac": "ALT + R", | ||
"pc": "ALT + R" | ||
} | ||
}, | ||
{ | ||
"id": 11, | ||
"name": "<STO>", | ||
"code": "<STO>", | ||
"type": "normal", | ||
"button_text": "<STO>", | ||
"description": "Börsennachrichten (oft mit Atmo)", | ||
"shortcut": { | ||
"mac": "ALT + T", | ||
"pc": "ALT + T" | ||
} | ||
}, | ||
{ | ||
"id": 12, | ||
"name": "<TOP>", | ||
"code": "<TOP>", | ||
"type": "normal", | ||
"button_text": "<TOP>", | ||
"description": "Übersicht (DLF: „Die Themen....“)", | ||
"shortcut": { | ||
"mac": "ALT + Z", | ||
"pc": "ALT + Z" | ||
} | ||
}, | ||
{ | ||
"id": 13, | ||
"name": "<PAC>", | ||
"code": "<PAC>", | ||
"type": "normal", | ||
"button_text": "<PAC>", | ||
"description": "Jingle/Senderkennung, akustische Trenner, Pausenzeichen, Zeitzeichen, akustische Verpackung", | ||
"shortcut": { | ||
"mac": "ALT + P", | ||
"pc": "ALT + P" | ||
"mac": "ALT + A", | ||
"pc": "ALT + A" | ||
} | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters