New translations config.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-05-12 19:18:31 +03:00
parent f5d441f998
commit ddd36637eb

View File

@ -2,22 +2,22 @@
return [ return [
'folders' => [ 'folders' => [
'name' => 'Folders', 'name' => 'Pastas',
'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.', 'instructions' => 'Especifique quais pastas estão disponíveis para este campo. Deixe em branco para exibir todas as pastas.',
'warning' => 'Existing folder permissions take precedence over selected folders.', 'warning' => 'As permissões de pasta existentes têm precedência sobre as pastas selecionadas.',
], ],
'max' => [ 'max' => [
'name' => 'Max Upload Size', 'name' => 'Tamanho máximo de upload',
'instructions' => 'Specify the max upload size in <strong>megabytes</strong>.', 'instructions' => 'Especifique o tamanho máximo de upload em <strong>megabytes</strong>.',
'warning' => 'If not specified the folder max and then server max will be used instead.', 'warning' => 'Se não for especificada, a pasta max e o servidor max serão usados.',
], ],
'mode' => [ 'mode' => [
'name' => 'Input Mode', 'name' => 'Modo de entrada',
'instructions' => 'How should users provide file input?', 'instructions' => 'Como os usuários devem fornecer entrada de arquivo?',
'option' => [ 'option' => [
'default' => 'Upload and/or select files.', 'default' => 'Carregar e / ou selecionar arquivos.',
'select' => 'Select files only.', 'select' => 'Selecione apenas arquivos.',
'upload' => 'Upload files only.', 'upload' => 'Carregar apenas arquivos.',
], ],
], ],
]; ];