Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions localization/TranscriberAdmin-en-1.2.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,55 @@
<context context-type="sourcefile">Community.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.allComplete">
<source>All clauses are complete.</source>
<target/>
<context-group>
<context context-type="sourcefile">PassageDetailCarefulSpeech.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.clause">
<source>Clause: {0}</source>
<target/>
<context-group>
<context context-type="sourcefile">CarefulSpeechControls.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.longer">
<source>Longer</source>
<target/>
<context-group>
<context context-type="sourcefile">CarefulSpeechControls.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.nextClause">
<source>Next Clause</source>
<target/>
<context-group>
<context context-type="sourcefile">CarefulSpeechControls.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.shorter">
<source>Shorter</source>
<target/>
<context-group>
<context context-type="sourcefile">CarefulSpeechControls.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.speaker">
<source>Speaker</source>
<target/>
<context-group>
<context context-type="sourcefile">CarefulSpeechControls.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="carefulSpeech.startRecording">
<source>Start Recording</source>
<target/>
<context-group>
<context context-type="sourcefile">CarefulSpeechControls.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="consultantCheck.checked">
<source>Mark Checked</source>
<target/>
Expand Down Expand Up @@ -9743,6 +9792,13 @@
<context context-type="sourcefile">ToDoTable.tsx</context>
</context-group>
</trans-unit>
<trans-unit id="tool.carefulSpeech">
<source>Careful speech</source>
<target/>
<context-group>
<context context-type="sourcefile">useTools.ts</context>
</context-group>
</trans-unit>
<trans-unit id="tool.community">
<source>Community Test</source>
<target/>
Expand Down
48 changes: 48 additions & 0 deletions localization/TranscriberAdmin-en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,48 @@
<target/>
</segment>
</unit>
<unit id="carefulSpeech.allComplete">
<segment>
<source>All clauses are complete.</source>
<target/>
</segment>
</unit>
<unit id="carefulSpeech.clause">
<segment>
<source>Clause: {0}</source>
<target/>
</segment>
</unit>
<unit id="carefulSpeech.longer">
<segment>
<source>Longer</source>
<target/>
</segment>
</unit>
<unit id="carefulSpeech.nextClause">
<segment>
<source>Next Clause</source>
<target/>
</segment>
</unit>
<unit id="carefulSpeech.shorter">
<segment>
<source>Shorter</source>
<target/>
</segment>
</unit>
<unit id="carefulSpeech.speaker">
<segment>
<source>Speaker</source>
<target/>
</segment>
</unit>
<unit id="carefulSpeech.startRecording">
<segment>
<source>Start Recording</source>
<target/>
</segment>
</unit>
<unit id="consultantCheck.checked">
<segment>
<source>Mark Checked</source>
Expand Down Expand Up @@ -8350,6 +8392,12 @@
<target/>
</segment>
</unit>
<unit id="tool.carefulSpeech">
<segment>
<source>Careful speech</source>
<target/>
</segment>
</unit>
<unit id="tool.community">
<segment>
<source>Community Test</source>
Expand Down
8 changes: 4 additions & 4 deletions migration/bold-workflow/insert-bold-workflowsteps.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--
-- Variable: :user_email - email address of the user to associate with created/modified records

-- Careful speech recordings use a dedicated artifact type (phrase-style segments use NamedRegions.CarefulSpeech).
-- Careful speech step uses the carefulSpeech tool and carefulspeech artifact (clause / clause-moves segments).
INSERT INTO artifacttypes (typename, datecreated, dateupdated, lastmodifiedby)
SELECT
'carefulspeech',
Expand Down Expand Up @@ -45,16 +45,16 @@ SELECT
WHERE NOT EXISTS (SELECT 1 FROM workflowsteps WHERE process = 'bold' AND sequencenum = 2)
AND EXISTS (SELECT 1 FROM users LIMIT 1);

-- Careful speech — phrase back translate with carefulspeech artifact and its own named segment bucket.
-- Careful speech — dedicated tool with carefulspeech artifact.
INSERT INTO workflowsteps (process, name, sequencenum, tool, permissions, datecreated, dateupdated, lastmodifiedby)
SELECT
'bold',
'CarefulSpeech',
3,
(
'{"tool": "phraseBackTranslate", "settings": "{\"artifactTypeId\": \"'
'{"tool": "carefulSpeech", "settings": "{\"artifactTypeId\": \"'
|| (SELECT CAST(id AS TEXT) FROM artifacttypes WHERE typename = 'carefulspeech' ORDER BY id LIMIT 1)
|| '\", \"namedRegion\": \"CarefulSpeech\"}"}'
|| '\"}"}'
)::jsonb,
'{}'::jsonb,
(now() AT TIME ZONE 'utc'),
Expand Down
1 change: 0 additions & 1 deletion src/renderer/public/localization/strings14895396.json

This file was deleted.

1 change: 1 addition & 0 deletions src/renderer/public/localization/strings3b4cfcb0.json

Large diffs are not rendered by default.

Loading
Loading