diff --git a/lib/TaskProcessing/AudioToAudioTranslateTaskType.php b/lib/TaskProcessing/AudioToAudioTranslateTaskType.php index fa7e4c19..35f9be90 100644 --- a/lib/TaskProcessing/AudioToAudioTranslateTaskType.php +++ b/lib/TaskProcessing/AudioToAudioTranslateTaskType.php @@ -34,6 +34,7 @@ public function getName(): string { * @inheritDoc */ public function getDescription(): string { + // TRANSLATORS This translates an input file into an output return $this->l->t('Translate the input voice'); } @@ -51,6 +52,7 @@ public function getInputShape(): array { return [ 'input' => new ShapeDescriptor( $this->l->t('Input audio'), + // TRANSLATORS This is a file input $this->l->t('The audio to translate'), EShapeType::Audio, ),