This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/core/i18n/pt_BR/install.json
T
2015-07-30 11:40:21 +03:00

134 lines
7.3 KiB
JSON

{
"labels": {
"Main page title": "Bem vindo ao EspoCRM",
"Main page header": "",
"Start page title": "Contrato de Licença",
"Step1 page title": "Contrato de Licença",
"License Agreement": "Contrato de Licença",
"I accept the agreement": "Eu aceito o contrato de licença",
"Step2 page title": "Configurações do banco de dados",
"Step3 page title": "Configurações administrativas",
"Step4 page title": "Configurações do sistema",
"Step5 page title": "Configurações SMTP para envio de e-mails",
"Errors page title": "Erros",
"Finish page title": "Instalação completa",
"Congratulation! Welcome to EspoCRM!": "Parabéns! O EspoCRM foi instalado com sucesso.",
"More Information": "For more information, please visit our {BLOG}, follow us on {TWITTER}.<br><br>If you have any suggestions or questions, please ask on the {FORUM}.",
"share": "If you like EspoCRM, share it with your friends. Let them know about this product.",
"blog": "blog",
"twitter": "twitter",
"forum": "forum",
"Installation Guide": "Guia de Instalação",
"admin": "admin",
"localhost": "localhost",
"port": "3306",
"Locale": "Idioma",
"Outbound Email Configuration": "Configurações dos e-mails de saída",
"SMTP": "SMTP",
"Start": "Iniciar",
"Back": "Voltar",
"Next": "Avançar",
"Go to EspoCRM": "Ir para o EspoCRM",
"Re-check": "Verificar novamente",
"Version": "Version",
"Test settings": "Testar Conexão",
"Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306.",
"Install": "Install",
"SetupConfirmation page title": "Recommended Settings",
"PHP Configuration": "Recommended PHP settings",
"MySQL Configuration": "MySQL Configuration",
"Configuration Instructions": "Configuration Instructions",
"phpVersion": "PHP version",
"mysqlVersion": "MySQL version",
"dbHostName": "Host Name",
"dbName": "Database Name",
"dbUserName": "Database User Name",
"OK": "OK"
},
"fields": {
"Choose your language": "Escolha seu idioma",
"Database Name": "Nome do banco de dados",
"Host Name": "Servidor do banco de dados",
"Port": "Porta",
"Database User Name": "Usuário do banco de dados",
"Database User Password": "Senha",
"Database driver": "Driver do banco de dados",
"User Name": "Usuário",
"Password": "Senha",
"Confirm Password": "Confirme sua senha",
"From Address": "E-mail do remetente",
"From Name": "Nome do remetente",
"Is Shared": "Compartilhado",
"Date Format": "Formato da data",
"Time Format": "Formato da hora",
"Time Zone": "Fuso horário",
"First Day of Week": "Primeiro dia da semana",
"Thousand Separator": "Separador de milhar",
"Decimal Mark": "Macador decimal",
"Default Currency": "Moeda padrão",
"Currency List": "Lista de moedas",
"Language": "Idioma",
"smtpServer": "Servidor",
"smtpPort": "Porta",
"smtpAuth": "Autenticação",
"smtpSecurity": "Segurança",
"smtpUsername": "Usuário",
"emailAddress": "E-mail",
"smtpPassword": "Senha"
},
"messages": {
"Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal <pre><b>{C}</b></pre>\n\tOperation not permitted? Try this one: {CSU}",
"Some errors occurred!": "Some errors occurred!",
"phpVersion": "Your PHP version is not supported by EspoCRM, please update to PHP {minVersion} at least",
"MySQLVersion": "Your MySQL version is not supported by EspoCRM, please update to MySQL {minVersion} at least",
"The PHP extension was not found...": "The <b>{extName}</b> PHP extension was not found...",
"All Settings correct": "All Settings are correct",
"Failed to connect to database": "Failed to connect to database",
"PHP version": "PHP version",
"You must agree to the license agreement": "You must agree to the license agreement",
"Passwords do not match": "Passwords do not match",
"Enable mod_rewrite in Apache server": "Enable mod_rewrite in Apache server",
"checkWritable error": "checkWritable error",
"applySett error": "applySett error",
"buildDatabse error": "buildDatabse error",
"createUser error": "createUser error",
"checkAjaxPermission error": "checkAjaxPermission error",
"Ajax failed": "Ajax failed",
"Cannot create user": "Cannot create user",
"Permission denied": "Permission denied",
"permissionInstruction": "<br>Run this in Terminal<pre><b>\"{C}\"</b></pre>",
"operationNotPermitted": "Operation not permitted? Try this: <br>{CSU}",
"Permission denied to": "Permission denied",
"Can not save settings": "Can not save settings",
"Cannot save preferences": "Cannot save preferences",
"Thousand Separator and Decimal Mark equal": "Thousand Separator and Decimal Mark cannot be equal",
"1049": "Unknown database",
"2005": "Unknown MySQL server host",
"1045": "Access denied for user",
"extension": "{0} extension is missing",
"option": "Recommended value is {0}",
"mysqlSettingError": "EspoCRM requires the MySQL setting \"{NAME}\" to be set to {VALUE}"
},
"options": {
"db driver": {
"mysqli": "MySQLi",
"pdo_mysql": "PDO MySQL"
},
"modRewriteInstruction": {
"apache": {
"linux": "<br><br>1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart</b></pre><br>2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):<pre>&#60;Directory /PATH_TO_ESPO/&#62;\n <b>AllowOverride All</b>\n&#60;/Directory&#62;</pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart</b></pre><br>3. Tro to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:<pre># RewriteBase /</pre>To<pre>RewriteBase {ESPO_PATH}{API_PATH}</pre>",
"windows": "<br> <pre>1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)<br>\n2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)<br>\n3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.\n</pre>"
},
"microsoft-iis": {
"windows": ""
}
},
"modRewriteHelp": {
"apache": "API Error: EspoCRM API unavailable.<br> Possible problems: disabled \"mod_rewrite\" in Apache server, disabled .htaccess support or RewriteBase issue.<br>Do only necessary steps. After each step check if the issue is solved.",
"nginx": "API Error: EspoCRM API unavailable.<br> Add this code to your Nginx Host Config (inside \"server\" block):<br>\n<pre>\n{0}\n</pre>",
"microsoft-iis": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
"default": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled Rewrite Module. Please check and enable Rewrite Module in your server (e.g. mod_rewrite in Apache) and .htaccess support."
}
}
}