2018-06-20 12:36:35 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'company' => [
|
2020-03-17 16:39:03 +03:00
|
|
|
'description' => 'Change company name, email, address, tax number etc',
|
2018-06-20 12:36:35 +03:00
|
|
|
'name' => 'Nome',
|
|
|
|
'email' => 'E-mail',
|
|
|
|
'phone' => 'Telefone',
|
|
|
|
'address' => 'Endereço',
|
2020-03-17 16:39:03 +03:00
|
|
|
'logo' => 'Logótipo',
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
2018-06-20 12:36:35 +03:00
|
|
|
'localisation' => [
|
2020-03-17 16:39:03 +03:00
|
|
|
'description' => 'Set fiscal year, time zone, date format and more locals',
|
2019-02-04 19:07:34 +03:00
|
|
|
'financial_start' => 'Início do ano fiscal',
|
|
|
|
'timezone' => 'Fuso Horário',
|
2018-06-20 12:36:35 +03:00
|
|
|
'date' => [
|
|
|
|
'format' => 'Formato da Data',
|
|
|
|
'separator' => 'Separador da Data',
|
|
|
|
'dash' => 'Traço (-)',
|
|
|
|
'dot' => 'Ponto (.)',
|
|
|
|
'comma' => 'Vírgula (,)',
|
|
|
|
'slash' => 'Barra (/)',
|
|
|
|
'space' => 'Espaço ( )',
|
|
|
|
],
|
|
|
|
'percent' => [
|
|
|
|
'title' => 'Posição do símbolo de percentagem (%)',
|
|
|
|
'before' => 'Antes do Número',
|
|
|
|
'after' => 'Depois do Número',
|
|
|
|
],
|
2020-05-21 13:06:45 +03:00
|
|
|
'discount_location' => [
|
|
|
|
'name' => 'Discount Location',
|
|
|
|
'item' => 'At line',
|
|
|
|
'total' => 'At total',
|
|
|
|
'both' => 'Both line and total',
|
|
|
|
],
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
2018-06-20 12:36:35 +03:00
|
|
|
'invoice' => [
|
2020-03-17 16:39:03 +03:00
|
|
|
'description' => 'Customize invoice prefix, number, terms, footer etc',
|
2018-06-20 12:36:35 +03:00
|
|
|
'prefix' => 'Prefixo',
|
|
|
|
'digit' => 'Quantidade de dígitos',
|
|
|
|
'next' => 'Próximo Número',
|
|
|
|
'logo' => 'Logotipo',
|
2019-02-04 19:07:34 +03:00
|
|
|
'custom' => 'Personalizado',
|
|
|
|
'item_name' => 'Nome do Item',
|
|
|
|
'item' => 'Itens',
|
|
|
|
'product' => 'Produtos',
|
|
|
|
'service' => 'Serviços',
|
|
|
|
'price_name' => 'Nome do Preço',
|
|
|
|
'price' => 'Preço',
|
|
|
|
'rate' => 'Taxa',
|
|
|
|
'quantity_name' => 'Nome de Quantidade',
|
|
|
|
'quantity' => 'Quantidade',
|
2020-03-17 16:39:03 +03:00
|
|
|
'payment_terms' => 'Termos de Pagamento',
|
|
|
|
'title' => 'Título',
|
|
|
|
'subheading' => 'Subtítulo',
|
|
|
|
'due_receipt' => 'Due upon receipt',
|
|
|
|
'due_days' => 'Due within :days days',
|
|
|
|
'choose_template' => 'Choose invoice template',
|
|
|
|
'default' => 'Padrão',
|
|
|
|
'classic' => 'Clássico',
|
|
|
|
'modern' => 'Moderno',
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
2018-06-20 12:36:35 +03:00
|
|
|
'default' => [
|
2020-03-17 16:39:03 +03:00
|
|
|
'description' => 'Default account, currency, language of your company',
|
|
|
|
'list_limit' => 'Records Per Page',
|
|
|
|
'use_gravatar' => 'Usar Gravatar',
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
2018-06-20 12:36:35 +03:00
|
|
|
'email' => [
|
2020-03-17 16:39:03 +03:00
|
|
|
'description' => 'Change the sending protocol and email templates',
|
2018-06-20 12:36:35 +03:00
|
|
|
'protocol' => 'Protocolo',
|
|
|
|
'php' => 'PHP Mail',
|
|
|
|
'smtp' => [
|
|
|
|
'name' => 'SMTP',
|
|
|
|
'host' => 'Servidor SMTP',
|
|
|
|
'port' => 'Porta SMTP',
|
|
|
|
'username' => 'Utilizador SMTP',
|
|
|
|
'password' => 'Senha SMTP',
|
|
|
|
'encryption' => 'Encriptação SMTP',
|
|
|
|
'none' => 'Nenhum',
|
|
|
|
],
|
|
|
|
'sendmail' => 'Sendmail',
|
|
|
|
'sendmail_path' => 'Localização Sendmail',
|
|
|
|
'log' => 'Registo de e-mails',
|
2020-03-17 16:39:03 +03:00
|
|
|
|
|
|
|
'templates' => [
|
|
|
|
'subject' => 'Assunto',
|
|
|
|
'body' => 'Conteúdo',
|
|
|
|
'tags' => '<strong>Available Tags:</strong> :tag_list',
|
|
|
|
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
|
|
|
|
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
|
|
|
|
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
|
|
|
|
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
|
|
|
|
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
|
|
|
|
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
|
|
|
|
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
|
|
|
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
|
|
|
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
|
|
|
],
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
2018-06-20 12:36:35 +03:00
|
|
|
'scheduling' => [
|
2020-03-17 16:39:03 +03:00
|
|
|
'name' => 'Scheduling',
|
|
|
|
'description' => 'Automatic reminders and command for recurring',
|
2018-06-20 12:36:35 +03:00
|
|
|
'send_invoice' => 'Enviar lembrete de faturas',
|
|
|
|
'invoice_days' => 'Enviar após dias de vencimento',
|
2019-02-04 19:07:34 +03:00
|
|
|
'send_bill' => 'Enviar lembrete de Contas',
|
2018-06-20 12:36:35 +03:00
|
|
|
'bill_days' => 'Enviar antes de vencer',
|
|
|
|
'cron_command' => 'Comando Cron',
|
|
|
|
'schedule_time' => 'Iniciar Cron',
|
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
|
|
|
'categories' => [
|
|
|
|
'description' => 'Unlimited categories for income, expense, and item',
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2020-03-17 16:39:03 +03:00
|
|
|
|
|
|
|
'currencies' => [
|
|
|
|
'description' => 'Create and manage currencies and set their rates',
|
|
|
|
],
|
|
|
|
|
|
|
|
'taxes' => [
|
|
|
|
'description' => 'Fixed, normal, inclusive, and compound tax rates',
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|