New translations videoclip.php (Dutch)

[ci skip]
This commit is contained in:
crowdin 2024-08-09 15:27:34 +00:00
parent 8d65b0a7f3
commit 64e04e9b57

View File

@ -14,30 +14,30 @@ return [
'status' => [ 'status' => [
'label' => 'Status', 'label' => 'Status',
'queued' => 'in wachtrij', 'queued' => 'in wachtrij',
'queued_hint' => 'Clip is waiting to be processed.', 'queued_hint' => 'Clip is in afwachting van verwerking.',
'pending' => 'in behandeling', 'pending' => 'in behandeling',
'pending_hint' => 'Clip will be generated shortly.', 'pending_hint' => 'Clip zal binnenkort worden gegenereerd.',
'running' => 'actief', 'running' => 'actief',
'running_hint' => 'Clip is being generated.', 'running_hint' => 'Clip wordt gegenereerd.',
'failed' => 'mislukt', 'failed' => 'mislukt',
'failed_hint' => 'Clip could not be generated: script failure.', 'failed_hint' => 'Clip could not be generated: script failure.',
'passed' => 'geslaagd', 'passed' => 'geslaagd',
'passed_hint' => 'Clip was generated successfully!', 'passed_hint' => 'Clip is met succes gegenereerd!',
], ],
'clip' => 'Clip', 'clip' => 'Clip',
'duration' => 'Job duration', 'duration' => 'Job duration',
], ],
'title' => 'Video clip: {videoClipLabel}', 'title' => 'Videoclip: {videoClipLabel}',
'download_clip' => 'Download clip', 'download_clip' => 'Clip downloaden',
'create' => 'New video clip', 'create' => 'Nieuwe videoclip',
'go_to_page' => 'Go to clip page', 'go_to_page' => 'Go to clip page',
'retry' => 'Retry clip generation', 'retry' => 'Retry clip generation',
'delete' => 'Delete clip', 'delete' => 'Clip verwijderen',
'logs' => 'Job logs', 'logs' => 'Job logs',
'messages' => [ '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!', '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' => [ 'format' => [
'landscape' => 'Liggend', 'landscape' => 'Liggend',
@ -46,8 +46,8 @@ return [
], ],
'form' => [ 'form' => [
'title' => 'Nieuwe videoclip', 'title' => 'Nieuwe videoclip',
'params_section_title' => 'Video clip parameters', 'params_section_title' => 'Videoclip parameters',
'clip_title' => 'Clip title', 'clip_title' => 'Clip titel',
'format' => [ 'format' => [
'label' => 'Kies een formaat', 'label' => 'Kies een formaat',
'landscape_hint' => 'With a 16:9 ratio, landscape videos are great for PeerTube, Youtube and Vimeo.', 'landscape_hint' => 'With a 16:9 ratio, landscape videos are great for PeerTube, Youtube and Vimeo.',
@ -59,14 +59,14 @@ return [
'duration' => 'Duur', 'duration' => 'Duur',
'trim_start' => 'Trim start', 'trim_start' => 'Trim start',
'trim_end' => 'Trim end', 'trim_end' => 'Trim end',
'submit' => 'Create video clip', 'submit' => 'Videoclip aanmaken',
], ],
'requirements' => [ 'requirements' => [
'title' => 'Missing requirements', 'title' => 'Ontbrekende vereisten',
'missing' => 'You have missing requirements. Make sure to add all the required items to be allowed creating a video for this episode!', 'missing' => 'Je hebt ontbrekende vereisten. Zorg ervoor dat je alle vereiste items toevoegt om een video te maken voor deze aflevering!',
'ffmpeg' => 'FFmpeg', 'ffmpeg' => 'FFmpeg',
'gd' => 'Graphics Draw (GD)', 'gd' => 'Graphics Draw (GD)',
'freetype' => 'Freetype library for GD', 'freetype' => 'Freetype library for GD',
'transcript' => 'Transcript file (.srt)', 'transcript' => 'Transcriptbestand (.srt)',
], ],
]; ];