mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations message.php (Spanish)
This commit is contained in:
parent
e63ce6faf1
commit
d0c5429cec
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'choose_file' => 'Which file would you like to use?',
|
||||
'choose_folder' => 'Which folder would you like to upload to?',
|
||||
'upload' => 'Click or drop files here to upload.',
|
||||
'no_file_selected' => 'No file selected.',
|
||||
'no_uploads' => 'No files uploaded.',
|
||||
'overwrite' => 'has already been uploaded. Would you like to overwrite it?',
|
||||
'uploading' => 'Uploading',
|
||||
'loading' => 'Loading',
|
||||
'choose_file' => '¿Qué archivo te gustaría usar?',
|
||||
'choose_folder' => '¿A qué carpeta le gustaría subir?',
|
||||
'upload' => 'Haga clic o suelte los archivos aquí para cargar.',
|
||||
'no_file_selected' => 'Ningún archivo seleccionado.',
|
||||
'no_uploads' => 'No hay archivos cargados.',
|
||||
'overwrite' => 'ya ha sido subido ¿Te gustaría sobrescribirlo?',
|
||||
'uploading' => 'Cargando',
|
||||
'loading' => 'Cargando',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user