updated translations
This commit is contained in:
parent
91dcd4a3b4
commit
77b0b67b0c
@ -5,5 +5,14 @@ return [
|
||||
'code' => 'Código',
|
||||
'rate' => 'Cotización',
|
||||
'default' => 'Moneda Predeterminada',
|
||||
'decimal_mark' => 'Punto decimal',
|
||||
'thousands_separator' => 'Separador de miles',
|
||||
'precision' => 'Precisión',
|
||||
'symbol' => [
|
||||
'symbol' => 'Símbolo',
|
||||
'position' => 'Posición de Símbolo',
|
||||
'before' => 'Importe Anterior',
|
||||
'after' => 'Importe Posterior',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'import' => 'Importar',
|
||||
'title' => 'Importar :type',
|
||||
'message' => 'Formatos permitidos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.',
|
||||
|
||||
];
|
||||
|
@ -7,12 +7,12 @@ return [
|
||||
'updated' => ':type actualizado!',
|
||||
'deleted' => ':type borrado!',
|
||||
'duplicated' => ': type duplicado!',
|
||||
'imported' => ':type imported!',
|
||||
'imported' => ':type importado!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: No tiene permisos para administrar esta empresa!',
|
||||
'customer' => 'Error: No se puede crear el usuario! :name usa esta dirección de correo electrónico.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'no_file' => 'Error: Ningún archivo seleccionado!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.',
|
||||
|
@ -5,5 +5,14 @@ return [
|
||||
'code' => 'کد',
|
||||
'rate' => 'نرخ',
|
||||
'default' => 'واحد پول پیش فرض',
|
||||
'decimal_mark' => 'Decimal Mark',
|
||||
'thousands_separator' => 'Thousands Separator',
|
||||
'precision' => 'Precision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'import' => 'درونریزی',
|
||||
'title' => ':type درون ریزی',
|
||||
'message' => 'فایل types: CSV, XLS مجاز است. لطفا از طریق <a target="_blank" href=":link"><strong>لینک دانلود</strong></a> فایل نمونه را دانلود کنید.',
|
||||
|
||||
];
|
||||
|
@ -7,12 +7,12 @@ return [
|
||||
'updated' => ':type بهروز شد!',
|
||||
'deleted' => ':type حذف شد!',
|
||||
'duplicated' => ':type دو عدد موجود است!',
|
||||
'imported' => ':type imported!',
|
||||
'imported' => ':type درون ریزی شد!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'خطا: شما اجازه مدیریت این شرکت را ندارید!',
|
||||
'customer' => 'خطا در تعریف کاربر! :name از این ایمیل استفاده میکند.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'no_file' => 'خطا: فایلی انتخاب نشده است!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'هشدار: شما نمی توانید <b>:name</b> را به دلیل :text حذف کنید.',
|
||||
|
@ -10,6 +10,5 @@ return [
|
||||
'bank_phone' => 'Telefone',
|
||||
'bank_address' => 'Endereço',
|
||||
'default_account' => 'Conta Padrão',
|
||||
'all' => 'Todas as Contas',
|
||||
|
||||
];
|
||||
|
@ -24,6 +24,7 @@ return [
|
||||
],
|
||||
|
||||
'failed' => 'Essas credenciais não correspondem aos nossos registros.',
|
||||
'disabled' => 'Esta conta está desabilitada. Por favor, entre em contato com o administrador do sistema.',
|
||||
'throttle' => 'Muitas tentativas de login. Tente novamente em :seconds segundos.',
|
||||
|
||||
];
|
||||
|
@ -23,14 +23,19 @@ return [
|
||||
'histories' => 'Histórico',
|
||||
'payments' => 'Pagamentos',
|
||||
'add_payment' => 'Novo Pagamento',
|
||||
'mark_received' => 'Marcar como Recebida',
|
||||
'download_pdf' => 'Baixar em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
|
||||
'status' => [
|
||||
'new' => 'Novo',
|
||||
'updated' => 'Atualizar',
|
||||
'draft' => 'Rascunho',
|
||||
'received' => 'Recebido',
|
||||
'partial' => 'Parcial',
|
||||
'paid' => 'Pago',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Conta marcada como recebida com sucesso!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -5,5 +5,14 @@ return [
|
||||
'code' => 'Código',
|
||||
'rate' => 'Taxa',
|
||||
'default' => 'Moeda Padrão',
|
||||
'decimal_mark' => 'Decimal Mark',
|
||||
'thousands_separator' => 'Thousands Separator',
|
||||
'precision' => 'Precision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => 'Todos os clientes',
|
||||
];
|
11
resources/lang/pt-BR/customers.php
Normal file
11
resources/lang/pt-BR/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Permitir Acesso?',
|
||||
'user_created' => 'Usuário criado',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Este e-mail já foi utilizado.'
|
||||
]
|
||||
];
|
@ -11,7 +11,7 @@ return [
|
||||
'currencies_gbp' => 'Libras Britânicas',
|
||||
'currencies_try' => 'Lira Turca',
|
||||
'taxes_exempt' => 'Isento de Imposto',
|
||||
'taxes_normal' => 'Normal',
|
||||
'taxes_normal' => 'Normal Tax',
|
||||
'taxes_sales' => 'Imposto sobre venda',
|
||||
|
||||
];
|
||||
|
@ -35,6 +35,7 @@ return [
|
||||
'languages' => 'Idioma|Idiomas',
|
||||
'updates' => 'Atualização|Atualizações',
|
||||
'numbers' => 'Número|Números',
|
||||
'statuses' => 'Status|Statuses',
|
||||
|
||||
'dashboard' => 'Painel',
|
||||
'banking' => 'Banco',
|
||||
@ -76,23 +77,20 @@ return [
|
||||
'color' => 'Cor',
|
||||
'save' => 'Salvar',
|
||||
'cancel' => 'Cancelar',
|
||||
'status' => 'Status',
|
||||
'from' => 'De',
|
||||
'to' => 'Para',
|
||||
'print' => 'Imprimir',
|
||||
'search' => 'Localizar',
|
||||
'search_placeholder' => 'Digite para pesquisa..',
|
||||
'filter' => 'Filtar',
|
||||
'create_user' => 'Criar Usuário',
|
||||
'created_user' => 'Usuário criado',
|
||||
'all_statuses' => 'Todos os Estatutos',
|
||||
'bank' => 'Transferência bancária',
|
||||
'cash' => 'Dinheiro',
|
||||
'paypal' => 'PayPal',
|
||||
'help' => 'Ajuda',
|
||||
'all' => 'Todos',
|
||||
'all_type' => 'All :type',
|
||||
'upcoming' => 'Próximos',
|
||||
'created' => 'Criado',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'Mais ações',
|
||||
'duplicate' => 'Duplicar',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Novo :type',
|
||||
|
@ -8,6 +8,7 @@ return [
|
||||
'counter' => '{0} Você não tem notificação|{1} Você tem :count notificação|[2,*] Você tem :count notificações',
|
||||
'overdue_invoices' => '{1} :count nota atrasada|[2,*] :count notas atrasadas',
|
||||
'upcoming_bills' => '{1} :count vencimento atual|[2,*] :count vencimentos atual',
|
||||
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
|
||||
'view_all' => 'Visualizar todos'
|
||||
],
|
||||
|
||||
|
9
resources/lang/pt-BR/import.php
Normal file
9
resources/lang/pt-BR/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
@ -22,6 +22,8 @@ return [
|
||||
'histories' => 'Histórico',
|
||||
'payments' => 'Pagamentos',
|
||||
'add_payment' => 'Novo Pagamento',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_sent' => 'Mark Sent',
|
||||
'download_pdf' => 'Baixar em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
|
||||
@ -34,4 +36,14 @@ return [
|
||||
'paid' => 'Pago',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent successfully!',
|
||||
'marked_sent' => 'Invoice marked as sent successfully!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
|
||||
'button' => 'Pay Now',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,4 +7,9 @@ return [
|
||||
'purchase_price' => 'Preço de Compra',
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because the :name is running out of stock.',
|
||||
'button' => 'View Now',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -6,12 +6,17 @@ return [
|
||||
'added' => ':type adicionado!',
|
||||
'updated' => ':type atualizado!',
|
||||
'deleted' => ':type excluído!',
|
||||
'duplicated' => ':type duplicated!',
|
||||
'imported' => ':type imported!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
|
||||
'customer' => 'Error: You can not created user! :name use this email address.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Atenção: Você não pode excluir :type. Por causa de :text',
|
||||
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
|
||||
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -16,8 +16,8 @@ return [
|
||||
'uninstalled' => 'Desinstalado',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clique aqui</a> para obter o token de sua API.',
|
||||
|
||||
'enabled' => ':module módulo habilitado',
|
||||
'disabled' => ':module módulo desabilitado',
|
||||
'enabled' => ':module app enabled',
|
||||
'disabled' => ':module app disabled',
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Instalação do Módulo',
|
||||
|
@ -24,10 +24,10 @@ return [
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faturas',
|
||||
'prefix' => 'Prefixo',
|
||||
'digit' => 'Número de Fatura',
|
||||
'start' => 'Inicar número com',
|
||||
'logo' => 'Logo da Fatura',
|
||||
'prefix' => 'Number Prefix',
|
||||
'digit' => 'Number Digit',
|
||||
'next' => 'Next Number',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Padrões',
|
||||
|
@ -9,5 +9,7 @@ return [
|
||||
'check' => 'Verificar',
|
||||
'new_core' => 'Está disponível uma versão atualizada do Sistema Akaunting.',
|
||||
'latest_core' => 'Parabéns! Você tem a versão mais recente do Akaunting. Futuras atualizações de segurança serão aplicadas automaticamente.',
|
||||
'success' => 'A instalação foi completada com êxito.',
|
||||
'error' => 'Houve um erro na atualização! Por favor tente novamente.',
|
||||
|
||||
];
|
||||
|
@ -5,5 +5,14 @@ return [
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Kur',
|
||||
'default' => 'Varsayılan Para Birimi',
|
||||
'decimal_mark' => 'Ondalık Ayracı',
|
||||
'thousands_separator' => 'Binler Ayracı',
|
||||
'precision' => 'Hassasiyet',
|
||||
'symbol' => [
|
||||
'symbol' => 'Simge',
|
||||
'position' => 'Simge Konumu',
|
||||
'before' => 'Tutardan Önce',
|
||||
'after' => 'Tutardan Sonra',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -23,14 +23,19 @@ return [
|
||||
'histories' => '歷史記錄',
|
||||
'payments' => '付款方式',
|
||||
'add_payment' => '新增付款方式',
|
||||
'mark_received' => '標記已收到',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
|
||||
'status' => [
|
||||
'new' => '新增',
|
||||
'updated' => '更新',
|
||||
'draft' => '草稿',
|
||||
'received' => '已收到',
|
||||
'partial' => '部分',
|
||||
'paid' => '已付款',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => '成功標記帳單為已收到!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -5,5 +5,14 @@ return [
|
||||
'code' => '代碼',
|
||||
'rate' => '稅率',
|
||||
'default' => '預設貨幣',
|
||||
'decimal_mark' => 'Decimal Mark',
|
||||
'thousands_separator' => 'Thousands Separator',
|
||||
'precision' => 'Precision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => '所有客戶',
|
||||
];
|
11
resources/lang/zh-TW/customers.php
Normal file
11
resources/lang/zh-TW/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => '允許登入?',
|
||||
'user_created' => '已建立使用者',
|
||||
|
||||
'error' => [
|
||||
'email' => '此郵件已被使用。'
|
||||
]
|
||||
];
|
@ -83,14 +83,14 @@ return [
|
||||
'search' => '搜尋',
|
||||
'search_placeholder' => '輸入搜尋..',
|
||||
'filter' => '篩選',
|
||||
'create_user' => '建立使用者',
|
||||
'created_user' => '已建立使用者',
|
||||
'help' => '說明',
|
||||
'all' => '全部',
|
||||
'all_type' => '所有 :type',
|
||||
'upcoming' => '即將到來',
|
||||
'created' => '已建立',
|
||||
'id' => '編號',
|
||||
'more_actions' => '更多動作',
|
||||
'duplicate' => '複製',
|
||||
|
||||
'title' => [
|
||||
'new' => '新增 :type',
|
||||
|
@ -8,6 +8,7 @@ return [
|
||||
'counter' => '{0} 您沒有任何通知 | {1} 您有 :count 個通知 | [2,*] 您有 :count個通知',
|
||||
'overdue_invoices' => '{1} :count 張逾期訂單 | [2,*] :count 張逾期訂單',
|
||||
'upcoming_bills' => '{1} :count 張即將到來的帳單 | [2,*] :count 張即將到來的帳單',
|
||||
'items_stock' => '{1} :count 項目無庫存 | [2,*] :count 項目無庫存',
|
||||
'view_all' => '檢視全部'
|
||||
],
|
||||
|
||||
|
9
resources/lang/zh-TW/import.php
Normal file
9
resources/lang/zh-TW/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => '匯入',
|
||||
'title' => '匯入 :type',
|
||||
'message' => '允許的檔案類型: CSV, XLS。請<a target="_blank" href=":link"><strong>下載</strong></a>範例檔案。',
|
||||
|
||||
];
|
@ -22,6 +22,8 @@ return [
|
||||
'histories' => '歷史記錄',
|
||||
'payments' => '付款方式',
|
||||
'add_payment' => '新增付款方式',
|
||||
'mark_paid' => '標記為已付款',
|
||||
'mark_sent' => '標記為已傳送',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
|
||||
@ -34,4 +36,14 @@ return [
|
||||
'paid' => '已付款',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => '成功傳送帳單郵件!',
|
||||
'marked_sent' => '成功標記帳單為已傳送!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => '由於您有一個即將到來的 :amount 帳單給客戶 :customer,因此收到此封郵件。',
|
||||
'button' => '立即付款',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,4 +7,9 @@ return [
|
||||
'purchase_price' => '售價',
|
||||
'sku' => '庫存',
|
||||
|
||||
'notification' => [
|
||||
'message' => '由於 :name 已經無庫存,因此您會收到此封郵件。',
|
||||
'button' => '現在檢視',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -6,12 +6,17 @@ return [
|
||||
'added' => '已新增:type !',
|
||||
'updated' => '已更新:type !',
|
||||
'deleted' => '已刪除:type !',
|
||||
'duplicated' => ':type 重複!',
|
||||
'imported' => ':type 已匯入!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => '錯誤:您不允許管理此公司!',
|
||||
'customer' => '錯誤:您不能使用此電子郵件建立使用者 :name !',
|
||||
'no_file' => '錯誤:沒有選擇檔案!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => '注意:由於 :type 包含 :text,因此您無法刪除。',
|
||||
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',
|
||||
'disabled' => '警告:由於和 :text 相關,你不能停用<b>:name</b>。',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -16,8 +16,8 @@ return [
|
||||
'uninstalled' => '已移除',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',
|
||||
|
||||
'enabled' => '已啟用:module',
|
||||
'disabled' => ':module已停用',
|
||||
'enabled' => ':module 已啟用',
|
||||
'disabled' => ':module 已停用',
|
||||
|
||||
'installation' => [
|
||||
'header' => '模組安裝',
|
||||
|
@ -24,10 +24,10 @@ return [
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => '訂單',
|
||||
'prefix' => '訂單字軌',
|
||||
'digit' => '訂單號碼',
|
||||
'start' => '訂單起始號碼',
|
||||
'logo' => '訂單商標',
|
||||
'prefix' => '數字字軌',
|
||||
'digit' => '數字位數',
|
||||
'next' => '下一個號碼',
|
||||
'logo' => '商標',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => '預設',
|
||||
|
Loading…
x
Reference in New Issue
Block a user