mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 09:22:01 +00:00
New translations videoclip.php (Dutch)
[ci skip]
This commit is contained in:
parent
8d65b0a7f3
commit
64e04e9b57
@ -14,30 +14,30 @@ return [
|
||||
'status' => [
|
||||
'label' => 'Status',
|
||||
'queued' => 'in wachtrij',
|
||||
'queued_hint' => 'Clip is waiting to be processed.',
|
||||
'queued_hint' => 'Clip is in afwachting van verwerking.',
|
||||
'pending' => 'in behandeling',
|
||||
'pending_hint' => 'Clip will be generated shortly.',
|
||||
'pending_hint' => 'Clip zal binnenkort worden gegenereerd.',
|
||||
'running' => 'actief',
|
||||
'running_hint' => 'Clip is being generated.',
|
||||
'running_hint' => 'Clip wordt gegenereerd.',
|
||||
'failed' => 'mislukt',
|
||||
'failed_hint' => 'Clip could not be generated: script failure.',
|
||||
'passed' => 'geslaagd',
|
||||
'passed_hint' => 'Clip was generated successfully!',
|
||||
'passed_hint' => 'Clip is met succes gegenereerd!',
|
||||
],
|
||||
'clip' => 'Clip',
|
||||
'duration' => 'Job duration',
|
||||
],
|
||||
'title' => 'Video clip: {videoClipLabel}',
|
||||
'download_clip' => 'Download clip',
|
||||
'create' => 'New video clip',
|
||||
'title' => 'Videoclip: {videoClipLabel}',
|
||||
'download_clip' => 'Clip downloaden',
|
||||
'create' => 'Nieuwe videoclip',
|
||||
'go_to_page' => 'Go to clip page',
|
||||
'retry' => 'Retry clip generation',
|
||||
'delete' => 'Delete clip',
|
||||
'delete' => 'Clip verwijderen',
|
||||
'logs' => 'Job logs',
|
||||
'messages' => [
|
||||
'alreadyExistingError' => 'The video clip you are trying to create already exists!',
|
||||
'alreadyExistingError' => 'De videoclip die u probeert te maken bestaat al!',
|
||||
'addToQueueSuccess' => 'Video clip has been added to queue, awaiting to be created!',
|
||||
'deleteSuccess' => 'Video clip has been successfully removed!',
|
||||
'deleteSuccess' => 'Videoclip is succesvol verwijderd!',
|
||||
],
|
||||
'format' => [
|
||||
'landscape' => 'Liggend',
|
||||
@ -46,8 +46,8 @@ return [
|
||||
],
|
||||
'form' => [
|
||||
'title' => 'Nieuwe videoclip',
|
||||
'params_section_title' => 'Video clip parameters',
|
||||
'clip_title' => 'Clip title',
|
||||
'params_section_title' => 'Videoclip parameters',
|
||||
'clip_title' => 'Clip titel',
|
||||
'format' => [
|
||||
'label' => 'Kies een formaat',
|
||||
'landscape_hint' => 'With a 16:9 ratio, landscape videos are great for PeerTube, Youtube and Vimeo.',
|
||||
@ -59,14 +59,14 @@ return [
|
||||
'duration' => 'Duur',
|
||||
'trim_start' => 'Trim start',
|
||||
'trim_end' => 'Trim end',
|
||||
'submit' => 'Create video clip',
|
||||
'submit' => 'Videoclip aanmaken',
|
||||
],
|
||||
'requirements' => [
|
||||
'title' => 'Missing requirements',
|
||||
'missing' => 'You have missing requirements. Make sure to add all the required items to be allowed creating a video for this episode!',
|
||||
'title' => 'Ontbrekende vereisten',
|
||||
'missing' => 'Je hebt ontbrekende vereisten. Zorg ervoor dat je alle vereiste items toevoegt om een video te maken voor deze aflevering!',
|
||||
'ffmpeg' => 'FFmpeg',
|
||||
'gd' => 'Graphics Draw (GD)',
|
||||
'freetype' => 'Freetype library for GD',
|
||||
'transcript' => 'Transcript file (.srt)',
|
||||
'transcript' => 'Transcriptbestand (.srt)',
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user