Update pt_BR translations

This commit is contained in:
Vitor Mattos 2021-04-16 14:08:59 -03:00
parent 95dfc866e1
commit f6437ce1bc
6 changed files with 111 additions and 111 deletions

View File

@ -37,20 +37,20 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['date_year'] = 'Year';
$lang['date_years'] = 'Years';
$lang['date_month'] = 'Month';
$lang['date_months'] = 'Months';
$lang['date_week'] = 'Week';
$lang['date_weeks'] = 'Weeks';
$lang['date_day'] = 'Day';
$lang['date_days'] = 'Days';
$lang['date_hour'] = 'Hour';
$lang['date_hours'] = 'Hours';
$lang['date_minute'] = 'Minute';
$lang['date_minutes'] = 'Minutes';
$lang['date_second'] = 'Second';
$lang['date_seconds'] = 'Seconds';
$lang['date_year'] = 'Ano';
$lang['date_years'] = 'Anos';
$lang['date_month'] = 'Mês';
$lang['date_months'] = 'Meses';
$lang['date_week'] = 'Semana';
$lang['date_weeks'] = 'Semanas';
$lang['date_day'] = 'Dia';
$lang['date_days'] = 'Dias';
$lang['date_hour'] = 'Hora';
$lang['date_hours'] = 'Horas';
$lang['date_minute'] = 'Minuto';
$lang['date_minutes'] = 'Minutos';
$lang['date_second'] = 'Segundo';
$lang['date_seconds'] = 'Segundos';
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';

View File

@ -37,33 +37,33 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['form_validation_required'] = 'The {field} field is required.';
$lang['form_validation_isset'] = 'The {field} field must have a value.';
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
$lang['form_validation_required'] = 'O campo {field} é obrigatório.';
$lang['form_validation_isset'] = 'O campo {field} deve ter um valor.';
$lang['form_validation_valid_email'] = 'O campo {field} deve conter um endereço de e-mail válido.';
$lang['form_validation_valid_emails'] = 'O campo {field} deve conter todos os endereços de e-mail válidos.';
$lang['form_validation_valid_url'] = 'O campo {field} deve conter um URL válido.';
$lang['form_validation_valid_ip'] = 'O campo {field} deve conter um IP válido.';
$lang['form_validation_valid_base64'] = 'O campo {field} deve conter uma string Base64 válida.';
$lang['form_validation_min_length'] = 'O campo {field} deve ter pelo menos {param} caracteres de comprimento.';
$lang['form_validation_max_length'] = 'O campo {field} não pode exceder {param} caracteres de comprimento.';
$lang['form_validation_exact_length'] = 'O campo {field} deve ter exatamente {param} caracteres de comprimento.';
$lang['form_validation_alpha'] = 'O campo {field} pode conter apenas caracteres alfabéticos.';
$lang['form_validation_alpha_numeric'] = 'O campo {field} pode conter apenas caracteres alfanuméricos.';
$lang['form_validation_alpha_numeric_spaces'] = 'O campo {field} pode conter apenas caracteres alfanuméricos e espaços.';
$lang['form_validation_alpha_dash'] = 'O campo {field} pode conter apenas caracteres alfanuméricos, sublinhados e travessões.';
$lang['form_validation_numeric'] = 'O campo {field} deve conter apenas números.';
$lang['form_validation_is_numeric'] = 'O campo {field} deve conter apenas caracteres numéricos.';
$lang['form_validation_integer'] = 'O campo {field} deve conter um número inteiro.';
$lang['form_validation_regex_match'] = 'O campo {field} não está no formato correto.';
$lang['form_validation_matches'] = 'O campo {field} não corresponde ao campo {param}.';
$lang['form_validation_differs'] = 'O campo {field} deve ser diferente do campo {param}.';
$lang['form_validation_is_unique'] = 'O campo {field} deve conter um valor único.';
$lang['form_validation_is_natural'] = 'O campo {field} deve conter apenas dígitos.';
$lang['form_validation_is_natural_no_zero'] = 'O campo {field} deve conter apenas dígitos e deve ser maior que zero.';
$lang['form_validation_decimal'] = 'O campo {field} deve conter um número decimal.';
$lang['form_validation_less_than'] = 'O campo {field} deve conter um número menor que {param}.';
$lang['form_validation_less_than_equal_to'] = 'O campo {field} deve conter um número menor ou igual a {param}.';
$lang['form_validation_greater_than'] = 'O campo {field} deve conter um número maior que {param}.';
$lang['form_validation_greater_than_equal_to'] = 'O campo {field} deve conter um número maior ou igual a {param}.';
$lang['form_validation_error_message_not_set'] = 'Incapaz de acessar uma mensagem de erro correspondente ao seu nome de campo {field}.';
$lang['form_validation_in_list'] = 'O campo {field} deve ser um dos seguintes: {param}.';

View File

@ -37,21 +37,21 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
$lang['imglib_source_image_required'] = 'Você deve especificar uma imagem de origem em suas preferências.';
$lang['imglib_gd_required'] = 'A biblioteca de imagens GD é necessária para este recurso.';
$lang['imglib_gd_required_for_props'] = 'Seu servidor deve suportar a biblioteca de imagens GD para determinar as propriedades da imagem.';
$lang['imglib_unsupported_imagecreate'] = 'Seu servidor não suporta a função GD necessária para processar este tipo de imagem.';
$lang['imglib_gif_not_supported'] = 'Muitas vezes, as imagens GIF não são suportadas devido a restrições de licenciamento. Pode ser necessário usar imagens JPG ou PNG.';
$lang['imglib_jpg_not_supported'] = 'Imagens JPG não são compatíveis.';
$lang['imglib_png_not_supported'] = 'Imagens PNG não são suportadas.';
$lang['imglib_jpg_or_png_required'] = 'O protocolo de redimensionamento de imagem especificado em suas preferências funciona apenas com os tipos de imagem JPEG ou PNG.';
$lang['imglib_copy_error'] = 'Foi encontrado um erro ao tentar substituir o arquivo. Certifique-se de que seu diretório de arquivos seja gravável.';
$lang['imglib_rotate_unsupported'] = 'A rotação da imagem não parece ser compatível com o seu servidor.';
$lang['imglib_libpath_invalid'] = 'O caminho para sua biblioteca de imagens não está correto. Defina o caminho correto em suas preferências de imagem.';
$lang['imglib_image_process_failed'] = 'O processamento da imagem falhou. Verifique se o seu servidor suporta o protocolo escolhido e se o caminho para a sua biblioteca de imagens está correto.';
$lang['imglib_rotation_angle_required'] = 'É necessário um ângulo de rotação para girar a imagem.';
$lang['imglib_invalid_path'] = 'O caminho para a imagem não está correto.';
$lang['imglib_invalid_image'] = 'A imagem fornecida não é válida.';
$lang['imglib_copy_failed'] = 'A rotina de cópia da imagem falhou.';
$lang['imglib_missing_font'] = 'Incapaz de encontrar uma fonte para usar.';
$lang['imglib_save_failed'] = 'Não foi possível salvar a imagem. Certifique-se de que a imagem e o diretório do arquivo sejam graváveis.';

View File

@ -37,7 +37,7 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['pagination_first_link'] = '‹ First';
$lang['pagination_first_link'] = '‹ Primeira';
$lang['pagination_next_link'] = '>';
$lang['pagination_prev_link'] = '<';
$lang['pagination_last_link'] = 'Last ›';
$lang['pagination_last_link'] = 'Última ›';

View File

@ -21,8 +21,8 @@ $lang['address'] = 'Endereço';
$lang['city'] = 'Cidade';
$lang['zip_code'] = 'CEP';
$lang['notes'] = 'Observações.';
$lang['language'] = 'Language';
$lang['no_language'] = 'No language';
$lang['language'] = 'Idioma';
$lang['no_language'] = 'Sem idioma';
$lang['fields_are_required'] = '* campos obrigatórios';
$lang['appointment_confirmation'] = 'Confirmar Agendamento';
$lang['confirm'] = 'Comfirmar';
@ -53,8 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'O seu evento foi adicionado a s
$lang['view_appointment_in_google_calendar'] = 'Clique aqui para ver os seus compromissos no "Google Calendar".';
$lang['appointment_added_to_your_plan'] = 'Um novo evento foi adicionado ao seu plano.';
$lang['appointment_link_description'] = 'Para fazer alterações click no link.';
$lang['appointment_locked'] = 'Modification impossible.';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_locked'] = 'Modificação impossível.';
$lang['appointment_locked_message'] = 'O compromisso não pode ser alterado com menos de {$limit} horas de antecedência.';
$lang['appointment_not_found'] = 'Agendamento não encontrado.';
$lang['appointment_does_not_exist_in_db'] = 'O agendamento não existe na base de dados.';
$lang['display_calendar'] = 'Mostrar Calendário';
@ -65,7 +65,7 @@ $lang['log_out'] = 'Sair';
$lang['synchronize'] = 'Sincronizar';
$lang['enable_sync'] = 'Habilitar Sincronização';
$lang['disable_sync'] = 'Desabiltar Sincronização';
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?';
$lang['disable_sync_prompt'] = 'Tem certeza de que deseja desativar a sincronização do calendário?';
$lang['reload'] = 'Atualizar';
$lang['appointment'] = 'Agenda';
$lang['unavailable'] = 'Indisponível';
@ -158,7 +158,7 @@ $lang['sunday'] = 'Domingo';
$lang['breaks'] = 'Pausas';
$lang['add_breaks_during_each_day'] = 'Adicionar as pausas de trabalho durante cada dia. Durante os intervalos o atendente não aceitará quaisquer compromissos.';
$lang['day'] = 'Dia';
$lang['days'] = 'Days';
$lang['days'] = 'Dias';
$lang['actions'] = 'Ações';
$lang['reset_working_plan_hint'] = 'Repor o plano de trabalho para os valores padrões.';
$lang['company_name'] = 'Nome da empresa';
@ -281,8 +281,8 @@ $lang['date_format'] = 'Formato da Data';
$lang['date_format_hint'] = 'Altera o formato de visualização da Data (D - Data, M - Mes, Y - Ano).';
$lang['time_format'] = 'Formato da Hora';
$lang['time_format_hint'] = 'Altera o formato em que a hora é apresentada (H - Horas, M - Minutos).';
$lang['first_weekday'] = 'First day of week';
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
$lang['first_weekday'] = 'Primeiro dia da semana';
$lang['first_weekday_hint'] = 'Defina o primeiro dia da semana do calendário.';
$lang['google_analytics_code_hint'] = 'Adicione o seu ID do Google Analytics para ser incluido na pagina de agendamentos.';
$lang['availabilities_type'] = 'Tipo de disponibilidade';
$lang['flexible'] = 'Flexível';
@ -306,27 +306,27 @@ $lang['delete_personal_information_hint'] = 'Deletar toda informação pessoal d
$lang['delete_personal_information'] = 'Deletar Informação Pessoal';
$lang['delete_personal_information_prompt'] = 'Tem certeza que deja deletar suas informações pessoais? Essa ação não pode ser desfeita.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
$lang['working_plan_exceptions_hint'] = 'Add a working plan exception day, outside the working plan.';
$lang['new_working_plan_exception_title'] = 'New Working Plan Exception';
$lang['working_plan_exception_saved'] = 'Working plan exception saved successfully.';
$lang['working_plan_exception_deleted'] = 'Working plan exception deleted successfully.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Require phone number';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.';
$lang['api_token_hint'] = 'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$lang['timezone'] = 'Timezone';
$lang['overwrite_existing_working_plans'] = 'This will overwrite the existing provider working plans, are you sure that you want to continue?';
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
$lang['apply_to_all_providers'] = 'Apply To All Providers';
$lang['display_any_provider'] = 'Display Any Provider Option';
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
$lang['load_more'] = 'Load More';
$lang['list'] = 'List';
$lang['default'] = 'Default';
$lang['table'] = 'Table';
$lang['date'] = 'Date';
$lang['working_plan_exception'] = 'Exceção do plano de trabalho';
$lang['working_plan_exceptions'] = 'Exceções do plano de trabalho';
$lang['working_plan_exceptions_hint'] = 'Adicione um dia de exceção do plano de trabalho, fora do plano de trabalho.';
$lang['new_working_plan_exception_title'] = 'Nova Exceção de Plano de Trabalho';
$lang['working_plan_exception_saved'] = 'Exceção do plano de trabalho salva com sucesso.';
$lang['working_plan_exception_deleted'] = 'Exceção do plano de trabalho excluída com sucesso.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Adicione exceções ao plano de trabalho, fora do plano de trabalho.';
$lang['add_working_plan_exception'] = 'Adicionar exceção de plano de trabalho';
$lang['require_phone_number'] = 'Requer número de telefone';
$lang['require_phone_number_hint'] = 'Quando ativado, os clientes e usuários precisarão inserir o número de telefone do cliente ao reservar um compromisso';
$lang['check_spam_folder'] = 'Verifique sua pasta de spam se o e-mail não chegar em alguns minutos.';
$lang['api_token_hint'] = 'Defina um token secreto para habilitar a autenticação baseada em token da API Easy!Appointments.';
$lang['timezone'] = 'Fuso horário';
$lang['overwrite_existing_working_plans'] = 'Isso substituirá os planos de trabalho dos fornecedores existentes. Tem certeza de que deseja continuar?';
$lang['working_plans_got_updated'] = 'Todos os planos de trabalho foram atualizados.';
$lang['apply_to_all_providers'] = 'Aplicar a todos os fornecedores';
$lang['display_any_provider'] = 'Exibir qualquer opção de fornecedor';
$lang['display_any_provider_hint'] = 'A página de reserva terá uma opção adicional que permite aos clientes fazerem a reserva sem especificar um fornecedor.';
$lang['load_more'] = 'Carregar mais';
$lang['list'] = 'Lista';
$lang['default'] = 'Padrão';
$lang['table'] = 'Tabela';
$lang['date'] = 'Data';
// End

View File

@ -37,19 +37,19 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
$lang['upload_userfile_not_set'] = 'Não foi possível encontrar uma variável post chamada userfile.';
$lang['upload_file_exceeds_limit'] = 'O arquivo enviado excede o tamanho máximo permitido em seu arquivo de configuração PHP.';
$lang['upload_file_exceeds_form_limit'] = 'O arquivo carregado excede o tamanho máximo permitido pelo formulário de envio.';
$lang['upload_file_partial'] = 'O arquivo foi carregado apenas parcialmente.';
$lang['upload_no_temp_directory'] = 'A pasta temporária está faltando.';
$lang['upload_unable_to_write_file'] = 'O arquivo não pôde ser gravado no disco.';
$lang['upload_stopped_by_extension'] = 'O upload do arquivo foi interrompido por extensão.';
$lang['upload_no_file_selected'] = 'Você não selecionou um arquivo para fazer upload.';
$lang['upload_invalid_filetype'] = 'O tipo de arquivo que você está tentando enviar não é permitido.';
$lang['upload_invalid_filesize'] = 'O arquivo que você está tentando enviar é maior do que o tamanho permitido.';
$lang['upload_invalid_dimensions'] = 'A imagem que você está tentando enviar não se encaixa nas dimensões permitidas.';
$lang['upload_destination_error'] = 'Foi encontrado um problema ao tentar mover o arquivo carregado para o destino final.';
$lang['upload_no_filepath'] = 'O caminho de upload não parece ser válido.';
$lang['upload_no_file_types'] = 'Você não especificou nenhum tipo de arquivo permitido.';
$lang['upload_bad_filename'] = 'O nome do arquivo que você enviou já existe no servidor.';
$lang['upload_not_writable'] = 'A pasta de destino do upload não parece ser gravável.';