This commit is contained in:
84
application/language/portuguese-br/calendar_lang.php
Normal file
84
application/language/portuguese-br/calendar_lang.php
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Su';
|
||||
$lang['cal_mo'] = 'Mo';
|
||||
$lang['cal_tu'] = 'Tu';
|
||||
$lang['cal_we'] = 'We';
|
||||
$lang['cal_th'] = 'Th';
|
||||
$lang['cal_fr'] = 'Fr';
|
||||
$lang['cal_sa'] = 'Sa';
|
||||
$lang['cal_sun'] = 'Sun';
|
||||
$lang['cal_mon'] = 'Mon';
|
||||
$lang['cal_tue'] = 'Tue';
|
||||
$lang['cal_wed'] = 'Wed';
|
||||
$lang['cal_thu'] = 'Thu';
|
||||
$lang['cal_fri'] = 'Fri';
|
||||
$lang['cal_sat'] = 'Sat';
|
||||
$lang['cal_sunday'] = 'Sunday';
|
||||
$lang['cal_monday'] = 'Monday';
|
||||
$lang['cal_tuesday'] = 'Tuesday';
|
||||
$lang['cal_wednesday'] = 'Wednesday';
|
||||
$lang['cal_thursday'] = 'Thursday';
|
||||
$lang['cal_friday'] = 'Friday';
|
||||
$lang['cal_saturday'] = 'Saturday';
|
||||
$lang['cal_jan'] = 'Jan';
|
||||
$lang['cal_feb'] = 'Feb';
|
||||
$lang['cal_mar'] = 'Mar';
|
||||
$lang['cal_apr'] = 'Apr';
|
||||
$lang['cal_may'] = 'May';
|
||||
$lang['cal_jun'] = 'Jun';
|
||||
$lang['cal_jul'] = 'Jul';
|
||||
$lang['cal_aug'] = 'Aug';
|
||||
$lang['cal_sep'] = 'Sep';
|
||||
$lang['cal_oct'] = 'Oct';
|
||||
$lang['cal_nov'] = 'Nov';
|
||||
$lang['cal_dec'] = 'Dec';
|
||||
$lang['cal_january'] = 'January';
|
||||
$lang['cal_february'] = 'February';
|
||||
$lang['cal_march'] = 'March';
|
||||
$lang['cal_april'] = 'April';
|
||||
$lang['cal_mayl'] = 'May';
|
||||
$lang['cal_june'] = 'June';
|
||||
$lang['cal_july'] = 'July';
|
||||
$lang['cal_august'] = 'August';
|
||||
$lang['cal_september'] = 'September';
|
||||
$lang['cal_october'] = 'October';
|
||||
$lang['cal_november'] = 'November';
|
||||
$lang['cal_december'] = 'December';
|
||||
94
application/language/portuguese-br/date_lang.php
Normal file
94
application/language/portuguese-br/date_lang.php
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$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';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
|
||||
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
|
||||
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
|
||||
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
|
||||
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
|
||||
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
|
||||
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
|
||||
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghanistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
|
||||
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Time';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
|
||||
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
|
||||
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
|
||||
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
|
||||
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Islands';
|
||||
35
application/language/portuguese-br/db_lang.php
Normal file
35
application/language/portuguese-br/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Não foi possível determinar as configurações do banco de dados baseado na string de conexão que você submeteu.';
|
||||
$lang['db_unable_to_connect'] = 'Não foi possível conectar com seu banco de dados usando as configurações fornecidas.';
|
||||
$lang['db_unable_to_select'] = 'Não foi possível selecionar o banco de dados especificado: %s';
|
||||
$lang['db_unable_to_create'] = 'Não foi possível criar o banco de dados especificado: %s';
|
||||
$lang['db_invalid_query'] = 'A consulta(query) que você submeteu não é válida.';
|
||||
$lang['db_must_set_table'] = 'Você deve configurar a tabela em seu banco de dados para ser usada com sua consulta(query).';
|
||||
$lang['db_must_use_set'] = 'Você deve usar o método "set" para atualizar um registro.';
|
||||
$lang['db_must_use_index'] = 'Você deve especificar um índice(index) para corresponder com as suas atualizações em lote.';
|
||||
$lang['db_batch_missing_index'] = 'Uma ou mais linhas enviadas para atualização em lote está faltando o índice(index) especificado.';
|
||||
$lang['db_must_use_where'] = 'Atualizações(Updates) não são permitidas a menos que exista a clausula "where".';
|
||||
$lang['db_del_must_use_where'] = 'Exclusões(Deletes) não são permitidos a menos que exista a clausula "where" ou "like".';
|
||||
$lang['db_field_param_missing'] = 'Para buscar campos requer o nome da tabela como um parâmetro.';
|
||||
$lang['db_unsupported_function'] = 'Esta funcionalidade não está disponível para o banco de dados que você está usando.';
|
||||
$lang['db_transaction_failure'] = 'Falha na Transação: Rollback executado.';
|
||||
$lang['db_unable_to_drop'] = 'Não foi possível deletar(drop) o banco de dados especificado.';
|
||||
$lang['db_unsupported_feature'] = 'Funcionalidade não suportada no banco de dados que você está usando.';
|
||||
$lang['db_unsupported_compression'] = 'O formato de compressão de arquivo que você escolheu não é suportado pelo seu servidor.';
|
||||
$lang['db_filepath_error'] = 'Não foi possível escrever os dados para o arquivo que você enviou.';
|
||||
$lang['db_invalid_cache_path'] = 'O caminho do cache(cache path) que você enviou não é válido ou gravável.';
|
||||
$lang['db_table_name_required'] = 'O nome da tabela é obrigatório para esta operação.';
|
||||
$lang['db_column_name_required'] = 'O nome da coluna é obrigatório para esta operação.';
|
||||
$lang['db_column_definition_required'] = 'A definição da coluna é obrigatória para esta operação.';
|
||||
$lang['db_unable_to_set_charset'] = 'Não é possível configurar o character set da conexão cliente: %s';
|
||||
$lang['db_error_heading'] = 'Um erro no Banco de Dados aconteceu';
|
||||
30
application/language/portuguese-br/email_lang.php
Normal file
30
application/language/portuguese-br/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'O método de validação de email deve ser passado um array.';
|
||||
$lang['email_invalid_address'] = 'Endereço de email inválido: %s';
|
||||
$lang['email_attachment_missing'] = 'Não é possível localizar o seguinte arquivo em anexo: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Não é possível abrir o anexo: %s';
|
||||
$lang['email_no_from'] = 'Não é possível enviar email sem email de origem.';
|
||||
$lang['email_no_recipients'] = 'Você deve incluir os destinatários: To(para), Cc(cópia), ou Bcc(cópia oculta)';
|
||||
$lang['email_send_failure_phpmail'] = 'Não é possível enviar email usando PHP mail(). Seu servidor talvez não esteja configurado para enviar email usando este método.';
|
||||
$lang['email_send_failure_sendmail'] = 'Não é possível enviar email usando PHP Sendmail. Seu servidor talvez não esteja configurado para enviar email usando este método.';
|
||||
$lang['email_send_failure_smtp'] = 'Não é possível enviar email usando PHP SMTP. Seu servidor talvez não esteja configurado para enviar email usando este método.';
|
||||
$lang['email_sent'] = 'Sua mensagem foi enviada com sucesso usando o seguinte protocolo: %s';
|
||||
$lang['email_no_socket'] = 'Não é possível abrir um socket para o Sendmail. Por favor verifique as configurações.';
|
||||
$lang['email_no_hostname'] = 'Você não especificou um endereço SMTP.';
|
||||
$lang['email_smtp_error'] = 'Os seguintes erros SMTP ocorreram: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Erro: Você deve atribuir um usuário e senha do SMTP.';
|
||||
$lang['email_failed_smtp_login'] = 'Falha ao enviar comando AUTH LOGIN. Erro: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Falha ao autenticar usuário. Erro: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Falha ao autenticar senha. Erro: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Não foi possível enviar dados: %s';
|
||||
$lang['email_exit_status'] = 'Código de status de saída: %s';
|
||||
69
application/language/portuguese-br/form_validation_lang.php
Normal file
69
application/language/portuguese-br/form_validation_lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$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}.';
|
||||
51
application/language/portuguese-br/ftp_lang.php
Normal file
51
application/language/portuguese-br/ftp_lang.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
|
||||
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
|
||||
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
|
||||
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
|
||||
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/portuguese-br/imglib_lang.php
Normal file
57
application/language/portuguese-br/imglib_lang.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$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.';
|
||||
10
application/language/portuguese-br/index.html
Normal file
10
application/language/portuguese-br/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/portuguese-br/migration_lang.php
Normal file
19
application/language/portuguese-br/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'Nenhuma migração foi encontrada.';
|
||||
$lang['migration_not_found'] = 'Nenhuma migração foi encontrada com o número da versão: %s.';
|
||||
$lang['migration_sequence_gap'] = 'Na sequência de migração Gap o próximo número da versão não existe.: %s.';
|
||||
$lang['migration_multiple_version'] = 'Esta são as múltiplas migrações com o mesmo número de versão: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'A classe de migração "%s" não pode ser encontrada.';
|
||||
$lang['migration_missing_up_method'] = 'A classe de migração "%s" está faltando o método "up".';
|
||||
$lang['migration_missing_down_method'] = 'A classe de migração "%s" está faltando o método "down".';
|
||||
$lang['migration_invalid_filename'] = 'A migração "%s" tem nome de arquivo inválido.';
|
||||
44
application/language/portuguese-br/number_lang.php
Normal file
44
application/language/portuguese-br/number_lang.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bytes';
|
||||
43
application/language/portuguese-br/pagination_lang.php
Normal file
43
application/language/portuguese-br/pagination_lang.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ Primeira';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Última ›';
|
||||
60
application/language/portuguese-br/profiler_lang.php
Normal file
60
application/language/portuguese-br/profiler_lang.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI STRING';
|
||||
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
|
||||
$lang['profiler_config'] = 'CONFIG VARIABLES';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
|
||||
$lang['profiler_no_queries'] = 'No queries were run';
|
||||
$lang['profiler_no_post'] = 'No POST data exists';
|
||||
$lang['profiler_no_get'] = 'No GET data exists';
|
||||
$lang['profiler_no_uri'] = 'No URI data exists';
|
||||
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
|
||||
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
|
||||
$lang['profiler_section_hide'] = 'Hide';
|
||||
$lang['profiler_section_show'] = 'Show';
|
||||
$lang['profiler_seconds'] = 'seconds';
|
||||
487
application/language/portuguese-br/translations_lang.php
Normal file
487
application/language/portuguese-br/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Portuguese BR
|
||||
$lang['page_title'] = 'Agendar horário';
|
||||
$lang['service_and_provider'] = 'Selecione o serviço e o atendente';
|
||||
$lang['select_service'] = 'Selecione o serviço';
|
||||
$lang['select_provider'] = 'Selecione o atendente';
|
||||
$lang['duration'] = 'Duração';
|
||||
$lang['minutes'] = 'Minutos';
|
||||
$lang['price'] = 'Valor';
|
||||
$lang['back'] = 'Voltar';
|
||||
$lang['appointment_date_and_time'] = 'Selecione a data e a hora do agendamento';
|
||||
$lang['no_available_hours'] = 'Não existem horários disponíveis para a data selecionada. Por favor, selecione outra data.';
|
||||
$lang['appointment_hour_missing'] = 'Por favor, selecione um horário antes de continuar.';
|
||||
$lang['customer_information'] = 'Preencha as suas informações';
|
||||
$lang['first_name'] = 'Primeiro nome';
|
||||
$lang['last_name'] = 'Ultimo nome';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Telefone';
|
||||
$lang['phone'] = 'Telefone';
|
||||
$lang['address'] = 'Endereço';
|
||||
$lang['city'] = 'Cidade';
|
||||
$lang['zip_code'] = 'CEP';
|
||||
$lang['notes'] = 'Observações.';
|
||||
$lang['language'] = 'Idioma';
|
||||
$lang['no_language'] = 'Sem idioma';
|
||||
$lang['fields_are_required'] = '* campos obrigatórios';
|
||||
$lang['appointment_confirmation'] = 'Confirmar agendamento';
|
||||
$lang['confirm'] = 'Comfirmar';
|
||||
$lang['update'] = 'Atualizar';
|
||||
$lang['cancel_appointment_hint'] = 'Pressione o botão "cancelar" para cancelar o agendamento.';
|
||||
$lang['cancel'] = 'Cancelar';
|
||||
$lang['appointment_registered'] = 'O agendamento foi registrado com sucesso.';
|
||||
$lang['cancel_appointment_title'] = 'Cancelar agendamento';
|
||||
$lang['appointment_cancelled'] = 'Agendamento cancelado com sucesso.';
|
||||
$lang['appointment_cancelled_title'] = 'Agendamento cancelado';
|
||||
$lang['reason'] = 'Razão';
|
||||
$lang['appointment_removed_from_schedule'] = 'O seu agendamento foi removido.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'Email enviado com os destalhes do agendamento.';
|
||||
$lang['add_to_google_calendar'] = 'Adicionar ao calendario do google';
|
||||
$lang['appointment_booked'] = 'O seu horário foi reservado com sucesso.';
|
||||
$lang['thank_you_for_appointment'] = 'Obriagado por agendar um horário conosco. Abaixo segue os detalhes. Para alterações, abrir o link.';
|
||||
$lang['appointment_details_title'] = 'Detalhes do agendamento';
|
||||
$lang['customer_details_title'] = 'Detalhes do cliente';
|
||||
$lang['service'] = 'Serviço';
|
||||
$lang['provider'] = 'Atendente';
|
||||
$lang['customer'] = 'Cliente';
|
||||
$lang['start'] = 'Inicio';
|
||||
$lang['end'] = 'Fim';
|
||||
$lang['name'] = 'Nome';
|
||||
$lang['appointment_link_title'] = 'Link de agendamentos';
|
||||
$lang['success'] = 'Sucesso.';
|
||||
$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'] = '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';
|
||||
$lang['calendar'] = 'Calendário';
|
||||
$lang['users'] = 'Usuários';
|
||||
$lang['settings'] = 'Definições';
|
||||
$lang['log_out'] = 'Sair';
|
||||
$lang['synchronize'] = 'Sincronizar';
|
||||
$lang['enable_sync'] = 'Habilitar sincronização';
|
||||
$lang['disable_sync'] = 'Desabiltar sincronização';
|
||||
$lang['disable_sync_prompt'] = 'Tem certeza de que deseja desativar a sincronização do calendário?';
|
||||
$lang['reload'] = 'Atualizar';
|
||||
$lang['appointment'] = 'Agenda';
|
||||
$lang['unavailability'] = 'Indisponível';
|
||||
$lang['week'] = 'Semana';
|
||||
$lang['month'] = 'Mês';
|
||||
$lang['today'] = 'Hoje';
|
||||
$lang['not_working'] = 'Fechado';
|
||||
$lang['break'] = 'Pausa';
|
||||
$lang['add'] = 'Adicionar';
|
||||
$lang['edit'] = 'Editar';
|
||||
$lang['hello'] = 'Olá';
|
||||
$lang['all_day'] = 'Todo o dia';
|
||||
$lang['manage_appointment_record_hint'] = 'Gerenciar todos os eventos dos fornecedores e dos serviços disponíveis.';
|
||||
$lang['select_filter_item_hint'] = 'Selecione o fornecedor ou o serviço e veja os eventos no calendário.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Ativar a sincronização de eventos atráves de uma conta do Google Calendar.';
|
||||
$lang['manage_customers_hint'] = 'Gerenciar os clientes e visualizar o seu histórico.';
|
||||
$lang['manage_services_hint'] = 'Gerenciar os serviços e as categorias do sistema.';
|
||||
$lang['manage_users_hint'] = 'Gerenciar os usuários de backend (administradores, fornecedores, secretárias).';
|
||||
$lang['settings_hint'] = 'Definir as configurações do sistema e do usuario.';
|
||||
$lang['log_out_hint'] = 'Sair do sistema.';
|
||||
$lang['unavailability_periods_hint'] = 'Durante os periodos indisponíveis o fornecedor não aceitar novos agendamentos.';
|
||||
$lang['new_appointment_hint'] = 'Criar um novo agendamento e salvar na base de dados.';
|
||||
$lang['reload_appointments_hint'] = 'atualizar os agentamentos do calendario.';
|
||||
$lang['trigger_sync_hint'] = 'Disparar o processo de sincronização do Google Calendar.';
|
||||
$lang['appointment_updated'] = 'Atualizado com sucesso.';
|
||||
$lang['undo'] = 'Desfazer';
|
||||
$lang['appointment_details_changed'] = 'Detalhes do agendamento foram alterados.';
|
||||
$lang['appointment_changes_saved'] = 'Detalhes do agendamento foram guardados com sucesso.';
|
||||
$lang['save'] = 'Salvar';
|
||||
$lang['new'] = 'Novo';
|
||||
$lang['select'] = 'Selecionar';
|
||||
$lang['hide'] = 'Esconder';
|
||||
$lang['type_to_filter_customers'] = 'Filtrar clientes';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Limpar os campos e inserir um novo cliente.';
|
||||
$lang['pick_existing_customer_hint'] = 'Escolha um cliente existente.';
|
||||
$lang['new_appointment_title'] = 'Novo agendamento';
|
||||
$lang['edit_appointment_title'] = 'Editar agendamento';
|
||||
$lang['delete_appointment_title'] = 'Apagar agendamento';
|
||||
$lang['write_appointment_removal_reason'] = 'Por favor, dedique alguns minutos para escrever a razão que você está apagando o agendamento:';
|
||||
$lang['appointment_saved'] = 'Agendamento salvo com sucesso.';
|
||||
$lang['new_unavailability_title'] = 'Novo período indisponível';
|
||||
$lang['edit_unavailability_title'] = 'Edite período indisponível';
|
||||
$lang['unavailability_saved'] = 'Período Indisponível salvo com sucesso.';
|
||||
$lang['start_date_before_end_error'] = 'A data início é superior ao valor da data fim.';
|
||||
$lang['invalid_duration'] = 'Invalid duration.';
|
||||
$lang['invalid_email'] = 'Email inválido.';
|
||||
$lang['customers'] = 'Clientes';
|
||||
$lang['details'] = 'Detalhes';
|
||||
$lang['no_records_found'] = 'Não foram encontrados registos...';
|
||||
$lang['services'] = 'Serviços';
|
||||
$lang['duration_minutes'] = 'Duração (minutos)';
|
||||
$lang['currency'] = 'Moeda';
|
||||
$lang['category'] = 'Categoria';
|
||||
$lang['no_category'] = 'Sem categoria';
|
||||
$lang['description'] = 'Descrição';
|
||||
$lang['categories'] = 'Categorias';
|
||||
$lang['admins'] = 'Administradores';
|
||||
$lang['providers'] = 'Atendentes';
|
||||
$lang['secretaries'] = 'Secretários';
|
||||
$lang['mobile_number'] = 'Celular ';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Estado';
|
||||
$lang['username'] = 'Nome de usuário';
|
||||
$lang['password'] = 'Senha';
|
||||
$lang['retype_password'] = 'Repetir senha';
|
||||
$lang['receive_notifications'] = 'Receber notificações';
|
||||
$lang['passwords_mismatch'] = 'Senha inválida.';
|
||||
$lang['admin_saved'] = 'Administrador salvo com sucesso.';
|
||||
$lang['provider_saved'] = 'Atendende salvo com sucesso.';
|
||||
$lang['secretary_saved'] = 'Assistente salvo com sucesso.';
|
||||
$lang['admin_deleted'] = 'Administrador excluído com sucesso.';
|
||||
$lang['provider_deleted'] = 'Atendente excluído com sucesso.';
|
||||
$lang['secretary_deleted'] = 'Assistente excluído com sucesso.';
|
||||
$lang['service_saved'] = 'Serviço salvo com sucesso.';
|
||||
$lang['service_category_saved'] = 'Categoria de serviço salvo com sucesso.';
|
||||
$lang['service_deleted'] = 'Serviço excluído com sucesso.';
|
||||
$lang['service_category_deleted'] = 'Categoria de serviço excluída com sucesso.';
|
||||
$lang['customer_saved'] = 'Cliente salvo com sucesso.';
|
||||
$lang['customer_deleted'] = 'Cliente excluído com sucesso.';
|
||||
$lang['current_view'] = 'Vista atual';
|
||||
$lang['working_plan'] = 'Plano de trabalhos';
|
||||
$lang['reset_plan'] = 'Limpar plano';
|
||||
$lang['monday'] = 'Segunda-feira';
|
||||
$lang['tuesday'] = 'Terça-feira';
|
||||
$lang['wednesday'] = 'Quarta-feira';
|
||||
$lang['thursday'] = 'Quinta-feira';
|
||||
$lang['friday'] = 'Sexta-feira';
|
||||
$lang['saturday'] = 'Sábado';
|
||||
$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'] = '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';
|
||||
$lang['company_name_hint'] = 'Nome da empresa será exibido em todos os lugares no sistema (obrigatório).';
|
||||
$lang['company_email'] = 'Email da empresa';
|
||||
$lang['company_email_hint'] = 'Este será o endereço de email da empresa. Ele será usado como o remetente e o endereço de resposta dos emails do sistema (obrigatório).';
|
||||
$lang['company_link'] = 'Endereço web da empresa';
|
||||
$lang['company_link_hint'] = 'Endereço da empresa deve apontar para o site oficial da empresa (obrigatório).';
|
||||
$lang['go_to_booking_page'] = 'Ir para a página de reserva';
|
||||
$lang['settings_saved'] = 'Definições salvas com sucesso.';
|
||||
$lang['general'] = 'Geral';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'Visível';
|
||||
$lang['hidden'] = 'Escondido';
|
||||
$lang['business_logic'] = 'Lógica de negócio';
|
||||
$lang['current_user'] = 'Usuário Atual';
|
||||
$lang['about_app'] = 'Sobre o Easy!Appointments';
|
||||
$lang['edit_working_plan_hint'] = 'Marque os dias e as horas a que a sua empresa aceita agendamentos. Assim será possível agendamentos em horário de atendimento, evitando que os clientes marquem agendamento fora do horário de atendimento. Este plano de trabalho será o padrão para cada novo registo de atendente, mas é possível mudar o plano de cada fornecedor separadamente editando o atendente. Depois disso, pode adicionar períodos de descanso.';
|
||||
$lang['edit_breaks_hint'] = 'Adicione as pausas de trabalho durante cada dia. Estas pausas serão aplicadas para todos os novos atendentes de serviços.';
|
||||
$lang['book_advance_timeout'] = 'Tempo esgotado...';
|
||||
$lang['book_advance_timeout_hint'] = 'Definir o limite de tempo (em minutos) antes que os clientes possam reservar ou reorganizar agendamentos com a empresa.';
|
||||
$lang['timeout_minutes'] = 'O tempo acaba (minutos)';
|
||||
$lang['about_app_info'] = 'Easy! Appointmentes é uma aplicação web altamente personalizável que permite que os clientes marquem eventos através da internet. Além disso, oferece a possibilidade de sincronizar seus dados com o Google Calendar para que possa usá-los com outros serviços.';
|
||||
$lang['current_version'] = 'Versão atual';
|
||||
$lang['support'] = 'Suporte';
|
||||
$lang['about_app_support'] = 'Se encontrar algum problema ao usar o Easy!Appointments pode procurar o Grupo oficial do Google para obter respostas. Se precisar, pode iniciar um novo tópico na página do Google Code, a fim de ajudar o progresso do desenvolvimento.';
|
||||
$lang['official_website'] = 'Site Oficial';
|
||||
$lang['google_plus_community'] = 'Comunidade Google +';
|
||||
$lang['support_group'] = 'Groupo de Suporte';
|
||||
$lang['project_issues'] = 'Questões do projeto';
|
||||
$lang['license'] = 'Licença';
|
||||
$lang['about_app_license'] = 'Easy!Appointments está licenciado sob a licença GPLv3. Ao utilizar o código de Easy!Appointments de qualquer forma concorda com os termos descritos na seguinte url:';
|
||||
$lang['logout_success'] = 'Saiu com sucesso! Clique num dos seguintes botões para navegar para uma página diferente.';
|
||||
$lang['book_appointment_title'] = 'Agenda';
|
||||
$lang['backend_section'] = 'Seção de backend';
|
||||
$lang['you_need_to_login'] = 'Bem-Vindo! Precisa entrar para visualizar todo o conteúdo';
|
||||
$lang['enter_username_here'] = 'Insira o seu nome de usuário...';
|
||||
$lang['enter_password_here'] = 'Insira a sua senha...';
|
||||
$lang['login'] = 'Login';
|
||||
$lang['forgot_your_password'] = 'Esqueceu a senha?';
|
||||
$lang['login_failed'] = 'Falha no login, por favor inserir os seus dados de acesso e tentar novamente.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Digite o seu nome de usuário e email para ser gerado uma nova senha.';
|
||||
$lang['enter_email_here'] = 'Insira o seu email...';
|
||||
$lang['regenerate_password'] = 'Alterar senha';
|
||||
$lang['go_to_login'] = 'Voltar à página de Login';
|
||||
$lang['new_password_sent_with_email'] = 'A nova senha foi enviada para o seu email.';
|
||||
$lang['new_account_password'] = 'Senha para nova conta';
|
||||
$lang['new_password_is'] = 'A nova senha da conta é $password Por favor, guarde este email para ser possível recuperar, se necessário. Pode alterar a senha na página de configurações.';
|
||||
$lang['delete_record_prompt'] = 'Tem certeza que pretende excluir o registo? Não será possível recuperá-lo.';
|
||||
$lang['delete_admin'] = 'Excluir Administrador';
|
||||
$lang['delete_customer'] = 'Excluir cliente';
|
||||
$lang['delete_service'] = 'Excluir serviço';
|
||||
$lang['delete_service_category'] = 'Excluir categoria de serviço';
|
||||
$lang['delete_provider'] = 'Excluir atendente';
|
||||
$lang['delete_secretary'] = 'Excluir assistente';
|
||||
$lang['delete_appointment'] = 'Excluir agendamento';
|
||||
$lang['delete_unavailability'] = 'Excluir período indisponível';
|
||||
$lang['delete'] = 'Excluir';
|
||||
$lang['unexpected_issues'] = 'Problemas inesperados';
|
||||
$lang['unexpected_issues_message'] = 'Não foi possível concluir a tarefa.';
|
||||
$lang['close'] = 'Fechar';
|
||||
$lang['page_not_found'] = 'Página não encontrada ou página não existente';
|
||||
$lang['page_not_found_message'] = 'Infelizmente a pagina solicitada não existe. Por favor verifique a URL ou siga outro local usando os botões abaixo.';
|
||||
$lang['error'] = 'Erro';
|
||||
$lang['no_privileges'] = 'Não tem permissão';
|
||||
$lang['no_privileges_message'] = 'Não tem permissões para visualizar esta página. Por favor, selecione outra página.';
|
||||
$lang['backend_calendar'] = 'Backend calendário';
|
||||
$lang['start_date_time'] = 'Data / hora inicial';
|
||||
$lang['end_date_time'] = 'Data / hora final';
|
||||
$lang['licensed_under'] = 'Licenciado sob:';
|
||||
$lang['unexpected_issues_occurred'] = 'Ocorreram problemas inesperados.';
|
||||
$lang['service_communication_error'] = 'Erro de conexão com o servidor.';
|
||||
$lang['no_privileges_edit_appointments'] = 'Não tem permissões para editar agendamentos.';
|
||||
$lang['unavailability_updated'] = 'Período indisponível, atualizado com sucesso.';
|
||||
$lang['appointments'] = 'Agendamentos';
|
||||
$lang['unexpected_warnings'] = 'Avisos inesperados';
|
||||
$lang['unexpected_warnings_message'] = 'A operação foi concluida, contudo existem avisos.';
|
||||
$lang['filter'] = 'Filtrar';
|
||||
$lang['clear'] = 'Limpar';
|
||||
$lang['uncategorized'] = 'Sem categoria';
|
||||
$lang['username_already_exists'] = 'O Nome de usuário já existe.';
|
||||
$lang['password_length_notice'] = 'A senha deve ter pelo menos $number caracteres.';
|
||||
$lang['general_settings'] = 'Definições Gerais';
|
||||
$lang['personal_information'] = 'Informações Pessoais';
|
||||
$lang['system_login'] = 'Sistema de Acesso';
|
||||
$lang['user_settings_are_invalid'] = 'Configurações inválidas. Por favor corrija e tente novamente.';
|
||||
$lang['add_break'] = 'Adicionar parada ou pausa';
|
||||
$lang['january'] = 'Janeiro';
|
||||
$lang['february'] = 'Fevereiro';
|
||||
$lang['march'] = 'Março';
|
||||
$lang['april'] = 'Abril';
|
||||
$lang['may'] = 'Maio';
|
||||
$lang['june'] = 'Junho';
|
||||
$lang['july'] = 'Julho';
|
||||
$lang['august'] = 'Agosto';
|
||||
$lang['september'] = 'Setembro';
|
||||
$lang['october'] = 'Outubro';
|
||||
$lang['november'] = 'Novembro';
|
||||
$lang['december'] = 'Dezembro';
|
||||
$lang['previous'] = 'Anterior';
|
||||
$lang['next'] = 'Seguinte';
|
||||
$lang['now'] = 'Agora';
|
||||
$lang['select_time'] = 'Selecionar tempo';
|
||||
$lang['time'] = 'Tempo';
|
||||
$lang['hour'] = 'Hora';
|
||||
$lang['minute'] = 'Minuto';
|
||||
$lang['calendar_sync_completed'] = 'Sincronização com a Google efetuada com sucesso.';
|
||||
$lang['calendar_sync_failed'] = 'Falha na sincronização com o Google: não foi possível conectar ao servidor.';
|
||||
$lang['select_sync_calendar'] = 'Selecione o seu Calendário Google';
|
||||
$lang['select_sync_calendar_prompt'] = 'Selecione o calendário para sincronizar os seus compromissos. Será selecionado o calendario padrão, caso não queira especificar um.';
|
||||
$lang['sync_calendar_selected'] = 'Calendario do google foi selecionado com sucesso.';
|
||||
$lang['oops_something_went_wrong'] = 'Ops! Algo deu errado.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments foi atualizado com sucesso.';
|
||||
$lang['require_captcha'] = 'Requer CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'Quando habilitado, os clientes terão que digitar um código CAPTCHA gerado randomicamente antes de cadastrar/atualizar um agendamento.';
|
||||
$lang['captcha_is_wrong'] = 'Verificação do CAPTCHA falhou, favor tente novamente.';
|
||||
$lang['any_provider'] = 'Qualquer atendente';
|
||||
$lang['requested_hour_is_unavailable'] = 'Infelizmente, o agendamento solicitado não está disponível. Por favor selecione um horário diferente para o seu agendamento.';
|
||||
$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'] = 'Formato da hora';
|
||||
$lang['time_format_hint'] = 'Altera o formato em que a hora é apresentada (H - Horas, M - Minutos).';
|
||||
$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';
|
||||
$lang['fixed'] = 'Fixa';
|
||||
$lang['attendants_number'] = 'Número de participantes';
|
||||
$lang['reset_working_plan'] = 'Redefina o plano de trabalho de volta para os valores padrões';
|
||||
$lang['legal_contents'] = 'Conteúdos legais';
|
||||
$lang['cookie_notice'] = 'Notificação de cookie';
|
||||
$lang['display_cookie_notice'] = 'Mostrar notificação de cookie';
|
||||
$lang['cookie_notice_content'] = 'Conteúdo da notificação de cookie';
|
||||
$lang['terms_and_conditions'] = 'Termos e condições';
|
||||
$lang['display_terms_and_conditions'] = 'Mostrar termos e condições';
|
||||
$lang['terms_and_conditions_content'] = 'Conteúdo dos termos e condições';
|
||||
$lang['privacy_policy'] = 'Políticas de privacidade';
|
||||
$lang['display_privacy_policy'] = 'Mostrar políticas de privacidade';
|
||||
$lang['privacy_policy_content'] = 'Conteúdo das políticas de privacidade';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Este website utiliza cookies para garantir que você tenha uma melhor experiência no nosso website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Eu li e aceito os {$link}Termos e Condições{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Eu li e aceito as {$link}Políticas de Privacidade{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Deletar toda informação pessoal do sistema.';
|
||||
$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'] = 'Local';
|
||||
$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';
|
||||
$lang['about'] = 'Sobre';
|
||||
$lang['booking_settings'] = 'Configurações de Reserva';
|
||||
$lang['display'] = 'Exibir';
|
||||
$lang['require'] = 'Requerer';
|
||||
$lang['color'] = 'Cor';
|
||||
$lang['matomo_analytics_url_hint'] = 'Adicione a URL da sua própria instalação do Matomo para ativar o rastreamento do Matomo nas páginas de reserva.';
|
||||
$lang['invalid_phone'] = 'Número de telefone inválido.';
|
||||
$lang['legal'] = 'Legal';
|
||||
$lang['business'] = 'Negócio';
|
||||
$lang['account'] = 'Conta';
|
||||
$lang['disable_booking'] = 'Desativar Reserva';
|
||||
$lang['disable_booking_hint'] = 'A página de reservas será desativada enquanto esta configuração estiver ativa e os clientes não poderão agendar novos compromissos.';
|
||||
$lang['display_message'] = 'Exibir Mensagem';
|
||||
$lang['booking_is_disabled'] = 'Reserva Está Desativada!';
|
||||
$lang['appearance'] = 'Aparência';
|
||||
$lang['company_logo'] = 'Logotipo da Empresa';
|
||||
$lang['company_logo_hint'] = 'O logotipo da empresa será exibido em vários locais do aplicativo, incluindo a página de reserva e os e-mails de notificação (arquivo de imagem, máx. 2MB).';
|
||||
$lang['company_color'] = 'Cor da Empresa';
|
||||
$lang['company_color_hint'] = 'A cor da empresa será aplicada em todo o aplicativo para que ele use sua marca.';
|
||||
$lang['localization'] = 'Localização';
|
||||
$lang['integrations'] = 'Integrações';
|
||||
$lang['company'] = 'Empresa';
|
||||
$lang['remove'] = 'Remover';
|
||||
$lang['login_button'] = 'Botão de Login';
|
||||
$lang['display_login_button_hint'] = 'Define se o botão de login está sendo exibido na página de reserva.';
|
||||
$lang['private'] = 'Privado';
|
||||
$lang['private_hint'] = 'Registros privados não serão exibidos ou processados em páginas públicas, como a página de reserva.';
|
||||
$lang['reset'] = 'Redefinir';
|
||||
$lang['all'] = 'Todos';
|
||||
$lang['booking_link'] = 'Link de Reserva';
|
||||
$lang['add_new_event'] = 'Adicionar Novo Evento';
|
||||
$lang['what_kind_of_event'] = 'Que tipo de evento você gostaria de adicionar?';
|
||||
$lang['theme'] = 'Tema';
|
||||
$lang['limit_customer_access'] = 'Limitar Acesso ao Cliente';
|
||||
$lang['limit_customer_access_hint'] = 'Se ativado, provedores e secretárias só poderão acessar clientes com os quais tenham um compromisso.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Token Secreto';
|
||||
$lang['verify_ssl'] = 'Verificar SSL';
|
||||
$lang['appointment_save'] = 'Salvar Compromisso';
|
||||
$lang['appointment_delete'] = 'Excluir Compromisso';
|
||||
$lang['unavailability_save'] = 'Salvar Indisponibilidade';
|
||||
$lang['unavailability_delete'] = 'Excluir Indisponibilidade';
|
||||
$lang['customer_save'] = 'Salvar Cliente';
|
||||
$lang['customer_delete'] = 'Excluir Cliente';
|
||||
$lang['service_save'] = 'Salvar Serviço';
|
||||
$lang['service_delete'] = 'Excluir Serviço';
|
||||
$lang['service_category_save'] = 'Salvar Categoria';
|
||||
$lang['service_category_delete'] = 'Excluir Categoria';
|
||||
$lang['provider_save'] = 'Salvar Provedor';
|
||||
$lang['provider_delete'] = 'Excluir Provedor';
|
||||
$lang['secretary_save'] = 'Salvar Secretária';
|
||||
$lang['secretary_delete'] = 'Excluir Secretária';
|
||||
$lang['admin_save'] = 'Salvar Admin';
|
||||
$lang['admin_delete'] = 'Excluir Admin';
|
||||
$lang['options'] = 'Opções';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Os Webhooks permitem enviar notificações HTTP para aplicativos externos em resposta a vários eventos do aplicativo, como a criação de um compromisso ou a remoção de um cliente.';
|
||||
$lang['integrations_info'] = 'As Integrações permitem fazer conexões com aplicativos e APIs externas.';
|
||||
$lang['configure'] = 'Configurar';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'O Google Analytics permite adicionar automaticamente o código de rastreamento e a marcação HTML à página pública e rastrear todas as sessões públicas de reserva.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'O Matomo Analytics permite adicionar automaticamente o código de rastreamento e a marcação HTML à página pública e rastrear todas as sessões públicas de reserva.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'A API permite interagir com todos os dados do Easy!Appointments via protocolo HTTP e os endpoints da API disponíveis e criar suas próprias integrações.';
|
||||
$lang['google_analytics_code'] = 'Código do Google Analytics';
|
||||
$lang['matomo_analytics_url'] = 'URL do Matomo Analytics';
|
||||
$lang['future_booking_limit'] = 'Limite de Reserva Futuro';
|
||||
$lang['limit_days'] = 'Limite (Dias)';
|
||||
$lang['future_booking_limit_hint'] = 'Defina o limite futuro em dias que os clientes podem fazer reservas via a página pública de reservas.';
|
||||
$lang['api_token'] = 'Token da API';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Permitir Reagendamento/Cancelamento Antes';
|
||||
$lang['at_least_one_field'] = 'Pelo menos um campo deve ser exibido na página de reserva.';
|
||||
$lang['status'] = 'Status';
|
||||
$lang['appointment_status_options'] = 'Opções de Status de Compromisso';
|
||||
$lang['appointment_status_options_info'] = 'Defina uma lista de opções de status de compromisso disponíveis que podem ser usadas na página do calendário (a primeira se tornará automaticamente o valor padrão).';
|
||||
$lang['sunday_short'] = 'Dom';
|
||||
$lang['monday_short'] = 'Seg';
|
||||
$lang['tuesday_short'] = 'Ter';
|
||||
$lang['wednesday_short'] = 'Qua';
|
||||
$lang['thursday_short'] = 'Qui';
|
||||
$lang['friday_short'] = 'Sex';
|
||||
$lang['saturday_short'] = 'Sáb';
|
||||
$lang['january_short'] = 'Jan';
|
||||
$lang['february_short'] = 'Fev';
|
||||
$lang['march_short'] = 'Mar';
|
||||
$lang['april_short'] = 'Abr';
|
||||
$lang['may_short'] = 'Mai';
|
||||
$lang['june_short'] = 'Jun';
|
||||
$lang['july_short'] = 'Jul';
|
||||
$lang['august_short'] = 'Ago';
|
||||
$lang['september_short'] = 'Set';
|
||||
$lang['october_short'] = 'Out';
|
||||
$lang['november_short'] = 'Nov';
|
||||
$lang['december_short'] = 'Dez';
|
||||
$lang['am'] = 'am';
|
||||
$lang['pm'] = 'pm';
|
||||
$lang['to'] = 'para';
|
||||
$lang['click_to_toggle'] = 'Clique para Alternar';
|
||||
$lang['week_short'] = 'Sem';
|
||||
$lang['scroll_to_increment'] = 'Role para Incrementar';
|
||||
$lang['year'] = 'Ano';
|
||||
$lang['make_non_working_day'] = 'Este provedor não estará disponível para trabalho no dia selecionado.';
|
||||
$lang['no_breaks'] = 'Sem Intervalos';
|
||||
$lang['service_categories'] = 'Categorias de Serviço';
|
||||
$lang['service_category'] = 'Categoria de Serviço';
|
||||
$lang['blocked_period_saved'] = 'Período bloqueado salvo com sucesso.';
|
||||
$lang['blocked_period_deleted'] = 'Período bloqueado excluído com sucesso.';
|
||||
$lang['delete_blocked_period'] = 'Excluir Período Bloqueado';
|
||||
$lang['blocked_period'] = 'Período Bloqueado';
|
||||
$lang['blocked_periods'] = 'Períodos Bloqueados';
|
||||
$lang['blocked_period_save'] = 'Salvar Período Bloqueado';
|
||||
$lang['blocked_period_delete'] = 'Excluir Período Bloqueado';
|
||||
$lang['blocked_periods_hint'] = 'Defina períodos de tempo onde as reservas públicas serão desativadas para todos os provedores (por exemplo, datas fechadas, feriados etc.).';
|
||||
$lang['custom_field'] = 'Campo Personalizado';
|
||||
$lang['custom_fields'] = 'Campos Personalizados';
|
||||
$lang['label'] = 'Rótulo';
|
||||
$lang['webhook_saved'] = 'Webhook salvo com sucesso.';
|
||||
$lang['webhook_deleted'] = 'Webhook excluído com sucesso.';
|
||||
$lang['delete_webhook'] = 'Excluir Webhook';
|
||||
$lang['contact_info'] = 'Informações de Contato';
|
||||
$lang['hide_from_public'] = 'Ocultar do Público';
|
||||
$lang['matomo_analytics_site_id'] = 'ID do Site do Matomo Analytics';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Defina o ID do site que será rastreado pelo Matomo (o site padrão tem o ID "1").';
|
||||
$lang['default_timezone'] = 'Fuso Horário Padrão';
|
||||
$lang['default_timezone_hint'] = 'Defina o valor padrão do fuso horário que será usado para novos registros.';
|
||||
$lang['default_language'] = 'Idioma Padrão';
|
||||
$lang['default_language_hint'] = 'Defina o valor padrão do idioma que será usado para novos registros.';
|
||||
$lang['sync_method_prompt'] = 'Qual método de sincronização você gostaria de usar?';
|
||||
$lang['caldav_server'] = 'Servidor CalDAV';
|
||||
$lang['caldav_connection_info_prompt'] = 'Por favor, insira as informações de conexão do Calendário CalDAV de destino.';
|
||||
$lang['connect'] = 'Conectar';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'Esta integração permite conectar-se a um servidor LDAP existente e importar automaticamente usuários para o Easy!Appointments, permitindo que eles façam SSO com sua senha do diretório (o nome de usuário deve corresponder).';
|
||||
$lang['host'] = 'Host';
|
||||
$lang['port'] = 'Porta';
|
||||
$lang['user_dn'] = 'DN do Usuário';
|
||||
$lang['base_dn'] = 'Base DN';
|
||||
$lang['keyword'] = 'Palavra-chave';
|
||||
$lang['ldap_search_hint'] = 'Forneça uma palavra-chave para pesquisar no diretório LDAP usuários que correspondam aos critérios de filtro.';
|
||||
$lang['ldap_extension_not_loaded'] = 'A extensão PHP LDAP não está carregada, mas é necessária para que esta integração funcione.';
|
||||
$lang['field_mapping'] = 'Mapeamento de Campos';
|
||||
$lang['content'] = 'Conteúdo';
|
||||
$lang['active'] = 'Ativo';
|
||||
$lang['user_imported'] = 'O registro do usuário foi importado com sucesso.';
|
||||
$lang['import'] = 'Importar';
|
||||
$lang['ldap_dn'] = 'LDAP DN';
|
||||
$lang['role'] = 'Função';
|
||||
$lang['at_least_one_field_required'] = 'Pelo menos um campo deve ser definido como obrigatório na página de reserva.';
|
||||
$lang['customer_is_already_booked'] = 'Este cliente já tem um compromisso durante o período de reserva solicitado.';
|
||||
$lang['fields'] = 'Campos';
|
||||
$lang['invalid_credentials_provided'] = 'Credenciais inválidas fornecidas, por favor, tente novamente.';
|
||||
$lang['calendar_url'] = 'URL do Calendário';
|
||||
$lang['please_select'] = 'Por Favor, Selecione';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/portuguese-br/unit_test_lang.php
Normal file
58
application/language/portuguese-br/unit_test_lang.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Test Name';
|
||||
$lang['ut_test_datatype'] = 'Test Datatype';
|
||||
$lang['ut_res_datatype'] = 'Expected Datatype';
|
||||
$lang['ut_result'] = 'Result';
|
||||
$lang['ut_undefined'] = 'Undefined Test Name';
|
||||
$lang['ut_file'] = 'File Name';
|
||||
$lang['ut_line'] = 'Line Number';
|
||||
$lang['ut_passed'] = 'Passed';
|
||||
$lang['ut_failed'] = 'Failed';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
55
application/language/portuguese-br/upload_lang.php
Normal file
55
application/language/portuguese-br/upload_lang.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$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.';
|
||||
Reference in New Issue
Block a user