forked from mirrors/easyappointments
Merge branch 'update-pt-br' of https://github.com/cuchi/easyappointments into cuchi-update-pt-br
This commit is contained in:
commit
756d7f33aa
2 changed files with 24 additions and 23 deletions
|
@ -112,6 +112,7 @@ $config['available_languages'] = [
|
|||
'luxembourgish',
|
||||
'polish',
|
||||
'portuguese',
|
||||
'portuguese-br',
|
||||
'romanian',
|
||||
'russian',
|
||||
'slovak',
|
||||
|
|
|
@ -273,27 +273,27 @@ $lang['customer_notifications'] = 'Notificações de Clientes';
|
|||
$lang['customer_notifications_hint'] = 'Define se o cliente receberá ou não, notificações por email sempre que um de seus agendamentos sejam alterados de horário.';
|
||||
$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'] = 'Time Format';
|
||||
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).';
|
||||
$lang['time_format'] = 'Formato da Hora';
|
||||
$lang['time_format_hint'] = 'Altera o formato em que a hora é apresentada (H - Horas, M - Minutos).';
|
||||
$lang['google_analytics_code_hint'] = 'Adicione o seu ID do Google Analytics para ser incluido na pagina de agendamentos.';
|
||||
$lang['availabilities_type'] = 'Availabilities Type';
|
||||
$lang['flexible'] = 'Flexible';
|
||||
$lang['fixed'] = 'Fixed';
|
||||
$lang['attendants_number'] = 'Attendants Number';
|
||||
$lang['reset_working_plan'] = 'Reset the working plan back to the default values.';
|
||||
$lang['legal_contents'] = 'Legal Contents';
|
||||
$lang['cookie_notice'] = 'Cookie Notice';
|
||||
$lang['display_cookie_notice'] = 'Display Cookie Notice';
|
||||
$lang['cookie_notice_content'] = 'Cookie Notice Content';
|
||||
$lang['terms_and_conditions'] = 'Terms & Conditions';
|
||||
$lang['display_terms_and_conditions'] = 'Display Terms & Conditions';
|
||||
$lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
|
||||
$lang['privacy_policy'] = 'Privacy Policy';
|
||||
$lang['display_privacy_policy'] = 'Display Privacy Policy';
|
||||
$lang['privacy_policy_content'] = 'Privacy Policy Content';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['availabilities_type'] = 'Tipo de disponibilidade';
|
||||
$lang['flexible'] = 'Flexível';
|
||||
$lang['fixed'] = 'Fixa';
|
||||
$lang['attendants_number'] = 'Número de atendentes';
|
||||
$lang['reset_working_plan'] = 'Reverter o plano de trabalho para os valores padrão.';
|
||||
$lang['legal_contents'] = 'Informações Legais';
|
||||
$lang['cookie_notice'] = 'Notificação sobre cookies';
|
||||
$lang['display_cookie_notice'] = 'Mostrar notificação sobre cookies';
|
||||
$lang['cookie_notice_content'] = 'Conteúdo da notificação sobre cookies';
|
||||
$lang['terms_and_conditions'] = 'Termos de uso';
|
||||
$lang['display_terms_and_conditions'] = 'Mostrar os termos de uso';
|
||||
$lang['terms_and_conditions_content'] = 'Conteúdo dos termos de uso';
|
||||
$lang['privacy_policy'] = 'Política de Privacidade';
|
||||
$lang['display_privacy_policy'] = 'Mostrar Poítica de Privacidade';
|
||||
$lang['privacy_policy_content'] = 'Conteúdo da Política de Privacidade';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Esse site utiliza cookies para garantir a melhor experiência em sua utilização.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Eu li e aceito os {$link}termos de uso{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Eu li e aceito a {$link}política de privacidade{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Remover toda a informação pessoal do sistema.';
|
||||
$lang['delete_personal_information'] = 'Remover informação pessoal';
|
||||
$lang['delete_personal_information_prompt'] = 'Tem certeza que você quer remover usa informação pessoal? Essa ação não pode ser desfeita.';
|
||||
|
|
Loading…
Reference in a new issue