mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations message.php (Dutch)
This commit is contained in:
parent
2aec4b1d43
commit
2397bfccdd
@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'choose_file' => 'Which file would you like to use?',
|
'choose_file' => 'Welk bestand wil je gebruiken?',
|
||||||
'choose_folder' => 'Which folder would you like to upload to?',
|
'choose_folder' => 'Naar welke map wil je uploaden?',
|
||||||
'upload' => 'Click or drop files here to upload.',
|
'upload' => 'Klik of zet bestanden hier neer om te uploaden.',
|
||||||
'no_file_selected' => 'No file selected.',
|
'no_file_selected' => 'Geen bestand geselecteerd.',
|
||||||
'no_uploads' => 'No files uploaded.',
|
'no_uploads' => 'Geen bestanden geüpload.',
|
||||||
'overwrite' => 'has already been uploaded. Would you like to overwrite it?',
|
'overwrite' => 'is al geüpload. Wil je het overschrijven?',
|
||||||
'uploading' => 'Uploading',
|
'uploading' => 'Uploaden',
|
||||||
'loading' => 'Loading',
|
'loading' => 'Bezig met laden',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user