Skip to content

Commit bf87dd7

Browse files
authored
Merge pull request #268 from afuetterer/typos
chore: fix typos
2 parents 1079a33 + d2354c4 commit bf87dd7

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
## version 0.4 beta:
3939
- much improved **speaker detection/separation**
40-
- new option to mark **pauses** (sections with no voice activity) in the transkript
40+
- new option to mark **pauses** (sections with no voice activity) in the transcript
4141
- new option to mark **overlapping speech** (experimental)
4242
- new option to include **timestamps** in the transcript
4343
- new **noScribe Editor** app to check and correct transcripts (no MS Word-Macros anymore)

noScribe.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def version_higher(version1, version2, subversion_level=99) -> int:
242242
return 2
243243
if i >= subversion_level:
244244
break
245-
# must be completly equal
245+
# must be completely equal
246246
return 0
247247

248248
config['app_version'] = app_version
@@ -1793,7 +1793,7 @@ def update_queue_table(self):
17931793
if row['frame'].winfo_exists():
17941794
row['frame'].destroy()
17951795

1796-
# Udate queue tab title
1796+
# Update queue tab title
17971797
new_name = f'{t("tab_queue")} ({len(self.queue.jobs) - len(self.queue.get_waiting_jobs()) - len(self.queue.get_running_jobs())}/{len(self.queue.jobs)})'
17981798
old_name = self.tabview._name_list[1]
17991799
if new_name != old_name:
@@ -1981,7 +1981,7 @@ def _on_queue_row_open_partial(self, job: TranscriptionJob):
19811981
pass
19821982

19831983
def launch_editor(self, file=''):
1984-
# Launch the editor in a seperate process so that in can stay running even if noScribe quits.
1984+
# Launch the editor in a separate process so that in can stay running even if noScribe quits.
19851985
# Source: https://stackoverflow.com/questions/13243807/popen-waiting-for-child-process-even-when-the-immediate-child-has-terminated/13256908#13256908
19861986
# set system/version dependent "start_new_session" analogs
19871987

@@ -2633,7 +2633,7 @@ def find_speaker(diarization, transcript_start, transcript_end) -> str:
26332633
self.update_queue_table()
26342634

26352635
self.logn()
2636-
self.logn(t('start_identifiying_speakers'), 'highlight')
2636+
self.logn(t('start_identifying_speakers'), 'highlight')
26372637
self.logn(t('loading_pyannote'))
26382638
# self.set_progress(1, 100, job.speaker_detection)
26392639

@@ -2842,7 +2842,7 @@ def __init__(self, d):
28422842
# get time of the segment in milliseconds
28432843
start = round(segment.start * 1000.0)
28442844
end = round(segment.end * 1000.0)
2845-
# if we skipped a part at the beginning of the audio we have to add this here again, otherwise the timestaps will not match the original audio:
2845+
# if we skipped a part at the beginning of the audio we have to add this here again, otherwise the timestamps will not match the original audio:
28462846
orig_audio_start = job.start + start
28472847
orig_audio_end = job.start + end
28482848

pyinstaller/nsis_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Section -MainProgram
8484

8585
; Uninstall system wide
8686

87-
; Read unistall string from registry
87+
; Read uninstall string from registry
8888
ReadRegStr $0 ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString"
8989

9090
StrCmp $0 "" uninstallUser

pyinstaller/win_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_pyinstaller(cuda=False):
5050
print(final_report)
5151
quit(proc.returncode)
5252
else:
53-
final_report += 'PyInstaller build with cuda succeded\n' if cuda else 'PyInstaller build without cuda succeded\n'
53+
final_report += 'PyInstaller build with cuda succeeded\n' if cuda else 'PyInstaller build without cuda succeeded\n'
5454

5555
##### NSIS Installer #####
5656

@@ -143,7 +143,7 @@ def format_version(version_string):
143143
print(final_report)
144144
quit(proc.returncode)
145145
else:
146-
final_report += 'NSIS compiler with cuda succeded\n' if cuda else 'NSIS compiler without cuda succeded\n'
146+
final_report += 'NSIS compiler with cuda succeeded\n' if cuda else 'NSIS compiler without cuda succeeded\n'
147147

148148
########################## Main ################################
149149

trans/noScribe.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ de:
8181
start_job: 'Starte Auftrag: %{audio_file}'
8282
start_audio_conversion: 'Audioumwandlung...'
8383
audio_conversion_finished: 'Umwandlung fertig.'
84-
start_identifiying_speakers: 'Sprecher:innen identifizieren...'
84+
start_identifying_speakers: 'Sprecher:innen identifizieren...'
8585
loading_pyannote: 'Pyannote laden'
8686
start_canceling: 'Abbrechen läuft...'
8787
start_transcription: 'Transkription...'

trans/noScribe.en.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ en:
7171
job_tt_finished: 'Finished. Click "✔" on the right to see the result.'
7272
job_tt_canceling: 'Canceling...'
7373
job_tt_canceled: 'Job was canceled by the user.'
74-
job_tt_error: 'An error occured during job processing: %{error_msg}'
74+
job_tt_error: 'An error occurred during job processing: %{error_msg}'
7575
job_tt_transcript_file: 'Transcript:'
7676

7777

@@ -85,7 +85,7 @@ en:
8585
start_job: 'Starting job: %{audio_file}'
8686
start_audio_conversion: 'Converting audio...'
8787
audio_conversion_finished: 'Audio conversion finished'
88-
start_identifiying_speakers: 'Speaker identification...'
88+
start_identifying_speakers: 'Speaker identification...'
8989
loading_pyannote: 'Loading pyannote'
9090
start_canceling: 'Canceling... (please wait a second)'
9191
start_transcription: 'Transcription...'
@@ -111,15 +111,15 @@ en:
111111
output_override: >
112112
Another job in the queue (waiting, running, or finished) uses the same output file.
113113
Do you want to override the output file?
114-
err_setup: 'An error occured during the setup. Check if you have a working internet connection and restart the program.'
114+
err_setup: 'An error occurred during the setup. Check if you have a working internet connection and restart the program.'
115115
err_invalid_time_string: 'This is not a valid time: "%{time}"'
116116
err_options: 'Error in options'
117117
err_no_audio_file: 'Error: Please select an audio file.'
118118
err_no_transcript_file: 'Error: Please choose a filename for the finished transcript.'
119119
err_unsupported_output_format: 'Error: Output format "%{file_type}" is not supported.'
120120
err_ffmpeg: 'ffmpeg returned an error'
121121
err_converting_audio: Error in step 1 - converting the audio.
122-
err_identifying_speakers: Error in step 2 - identifiying the speakers.
122+
err_identifying_speakers: Error in step 2 - identifying the speakers.
123123
err_loading_prompt: 'Warning: Failed to load whisper prompt.'
124124
transcription_canceled: 'Do you really want to cancel the transcription?'
125125
queue_cancel_all_confirm: 'This will cancel all unfinished jobs in the queue. Do you want to continue?'

trans/noScribe.es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ es:
8080
start_job: 'Iniciando trabajo: %{audio_file}'
8181
start_audio_conversion: 'Convirtiendo audio...'
8282
audio_conversion_finished: 'Conversión de audio finalizada'
83-
start_identifiying_speakers: 'Identificación de oradores...'
83+
start_identifying_speakers: 'Identificación de oradores...'
8484
loading_pyannote: 'Cargando pyannote'
8585
start_canceling: 'Cancelando... (por favor, espera un momento)'
8686
start_transcription: 'Transcribiendo...'

trans/noScribe.fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fr:
8080
start_job: 'Démarrage de la tâche : %{audio_file}'
8181
start_audio_conversion: "Conversion audio en cours..."
8282
audio_conversion_finished: "Conversion audio terminée"
83-
start_identifiying_speakers: "Identification des locuteurs en cours..."
83+
start_identifying_speakers: "Identification des locuteurs en cours..."
8484
loading_pyannote: "Chargement de pyannote"
8585
start_canceling: "Annulation en cours... (veuillez patienter un instant)"
8686
start_transcription: "Transcription en cours..."

trans/noScribe.it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ it:
8080
start_job: 'Avvio attività: %{audio_file}'
8181
start_audio_conversion: 'Conversione audio in corso...'
8282
audio_conversion_finished: 'Conversione audio completata'
83-
start_identifiying_speakers: 'Identificazione degli speaker in corso...'
83+
start_identifying_speakers: 'Identificazione degli speaker in corso...'
8484
loading_pyannote: 'Caricamento di pyannote'
8585
start_canceling: 'Annullamento in corso... (attendere un secondo)'
8686
start_transcription: 'Trascrizione in corso...'

trans/noScribe.ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ja:
8080
start_job: 'ジョブを開始: %{audio_file}'
8181
start_audio_conversion: '音声の変換を開始中...'
8282
audio_conversion_finished: '音声の変換が完了しました'
83-
start_identifiying_speakers: '話者の識別を開始中...'
83+
start_identifying_speakers: '話者の識別を開始中...'
8484
loading_pyannote: 'pyannoteの読み込み中'
8585
start_canceling: 'キャンセル中...(しばらくお待ちください)'
8686
start_transcription: '転写を開始中...'

0 commit comments

Comments
 (0)