New translations config.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-05-12 19:16:01 +03:00
parent b28adff86d
commit ea87d6beb5

View File

@ -2,25 +2,25 @@
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.',
], ],
'min' => [ 'min' => [
'label' => 'Minimum Selections', 'label' => 'Seleções Mínimas',
'instructions' => 'Enter the minimum number of allowed selections.', 'instructions' => 'Digite o número mínimo de seleções permitidas.',
], ],
'max' => [ 'max' => [
'label' => 'Maximum Selections', 'label' => 'Seleções máximas',
'instructions' => 'Enter the maximum number of allowed selections.', 'instructions' => 'Digite o número máximo de seleções permitidas.',
], ],
'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.',
], ],
], ],
]; ];