diff --git a/resources/lang/es-ES/currencies.php b/resources/lang/es-ES/currencies.php index aa20674b3..30a8a4969 100644 --- a/resources/lang/es-ES/currencies.php +++ b/resources/lang/es-ES/currencies.php @@ -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', + ] ]; diff --git a/resources/lang/es-ES/import.php b/resources/lang/es-ES/import.php index fe5acbbc0..0f4ed15ff 100644 --- a/resources/lang/es-ES/import.php +++ b/resources/lang/es-ES/import.php @@ -2,8 +2,8 @@ return [ - 'import' => 'Import', - 'title' => 'Import :type', - 'message' => 'Allowed file types: CSV, XLS. Please, download the sample file.', + 'import' => 'Importar', + 'title' => 'Importar :type', + 'message' => 'Formatos permitidos: CSV, XLS. Por favor, descargue el archivo de ejemplo.', ]; diff --git a/resources/lang/es-ES/messages.php b/resources/lang/es-ES/messages.php index 495d095a4..25b3c83a6 100644 --- a/resources/lang/es-ES/messages.php +++ b/resources/lang/es-ES/messages.php @@ -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 :name porque tiene :text relacionado.', diff --git a/resources/lang/fa-IR/currencies.php b/resources/lang/fa-IR/currencies.php index 7cdd67948..01ee187db 100644 --- a/resources/lang/fa-IR/currencies.php +++ b/resources/lang/fa-IR/currencies.php @@ -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', + ] ]; diff --git a/resources/lang/fa-IR/import.php b/resources/lang/fa-IR/import.php index fe5acbbc0..87d5ab3f9 100644 --- a/resources/lang/fa-IR/import.php +++ b/resources/lang/fa-IR/import.php @@ -2,8 +2,8 @@ return [ - 'import' => 'Import', - 'title' => 'Import :type', - 'message' => 'Allowed file types: CSV, XLS. Please, download the sample file.', + 'import' => 'درون‌ریزی', + 'title' => ':type درون ریزی', + 'message' => 'فایل types: CSV, XLS مجاز است. لطفا از طریق لینک دانلود فایل نمونه را دانلود کنید.', ]; diff --git a/resources/lang/fa-IR/messages.php b/resources/lang/fa-IR/messages.php index f68893486..5faf74160 100644 --- a/resources/lang/fa-IR/messages.php +++ b/resources/lang/fa-IR/messages.php @@ -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' => 'هشدار: شما نمی توانید :name را به دلیل :text حذف کنید.', diff --git a/resources/lang/pt-BR/accounts.php b/resources/lang/pt-BR/accounts.php index 4592a5de6..52fccdbaa 100644 --- a/resources/lang/pt-BR/accounts.php +++ b/resources/lang/pt-BR/accounts.php @@ -10,6 +10,5 @@ return [ 'bank_phone' => 'Telefone', 'bank_address' => 'Endereço', 'default_account' => 'Conta Padrão', - 'all' => 'Todas as Contas', ]; diff --git a/resources/lang/pt-BR/auth.php b/resources/lang/pt-BR/auth.php index e650a18bd..0343b7a63 100644 --- a/resources/lang/pt-BR/auth.php +++ b/resources/lang/pt-BR/auth.php @@ -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.', ]; diff --git a/resources/lang/pt-BR/bills.php b/resources/lang/pt-BR/bills.php index 00fbab5e7..6b220dc6b 100644 --- a/resources/lang/pt-BR/bills.php +++ b/resources/lang/pt-BR/bills.php @@ -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!', + ], + ]; diff --git a/resources/lang/pt-BR/currencies.php b/resources/lang/pt-BR/currencies.php index ebf3e9f8a..58b6ab690 100644 --- a/resources/lang/pt-BR/currencies.php +++ b/resources/lang/pt-BR/currencies.php @@ -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', + ] ]; diff --git a/resources/lang/pt-BR/customer.php b/resources/lang/pt-BR/customer.php deleted file mode 100644 index 832dfcd6b..000000000 --- a/resources/lang/pt-BR/customer.php +++ /dev/null @@ -1,5 +0,0 @@ - 'Todos os clientes', -]; diff --git a/resources/lang/pt-BR/customers.php b/resources/lang/pt-BR/customers.php new file mode 100644 index 000000000..3f3d87b8a --- /dev/null +++ b/resources/lang/pt-BR/customers.php @@ -0,0 +1,11 @@ + 'Permitir Acesso?', + 'user_created' => 'Usuário criado', + + 'error' => [ + 'email' => 'Este e-mail já foi utilizado.' + ] +]; diff --git a/resources/lang/pt-BR/demo.php b/resources/lang/pt-BR/demo.php index e49886468..3e766b418 100644 --- a/resources/lang/pt-BR/demo.php +++ b/resources/lang/pt-BR/demo.php @@ -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', ]; diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index ea87df12c..80fa8a593 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -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', diff --git a/resources/lang/pt-BR/header.php b/resources/lang/pt-BR/header.php index 6bb639cab..762ee5c37 100644 --- a/resources/lang/pt-BR/header.php +++ b/resources/lang/pt-BR/header.php @@ -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' ], diff --git a/resources/lang/pt-BR/import.php b/resources/lang/pt-BR/import.php new file mode 100644 index 000000000..fe5acbbc0 --- /dev/null +++ b/resources/lang/pt-BR/import.php @@ -0,0 +1,9 @@ + 'Import', + 'title' => 'Import :type', + 'message' => 'Allowed file types: CSV, XLS. Please, download the sample file.', + +]; diff --git a/resources/lang/pt-BR/invoices.php b/resources/lang/pt-BR/invoices.php index 2f1baa8d4..c8f7a897b 100644 --- a/resources/lang/pt-BR/invoices.php +++ b/resources/lang/pt-BR/invoices.php @@ -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', + ], + ]; diff --git a/resources/lang/pt-BR/items.php b/resources/lang/pt-BR/items.php index c3822ce5d..498cc23d6 100644 --- a/resources/lang/pt-BR/items.php +++ b/resources/lang/pt-BR/items.php @@ -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', + ], + ]; diff --git a/resources/lang/pt-BR/messages.php b/resources/lang/pt-BR/messages.php index 6148a1102..d70fbe1ed 100644 --- a/resources/lang/pt-BR/messages.php +++ b/resources/lang/pt-BR/messages.php @@ -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 :name because it has :text related.', + 'disabled' => 'Warning: You are not allowed to disable :name because it has :text related.', ], ]; diff --git a/resources/lang/pt-BR/modules.php b/resources/lang/pt-BR/modules.php index 98c3c4d66..200d74953 100644 --- a/resources/lang/pt-BR/modules.php +++ b/resources/lang/pt-BR/modules.php @@ -16,8 +16,8 @@ return [ 'uninstalled' => 'Desinstalado', 'token_link' => ' Clique aqui 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', diff --git a/resources/lang/pt-BR/settings.php b/resources/lang/pt-BR/settings.php index 5272ff2b2..53da679a8 100644 --- a/resources/lang/pt-BR/settings.php +++ b/resources/lang/pt-BR/settings.php @@ -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', diff --git a/resources/lang/pt-BR/updates.php b/resources/lang/pt-BR/updates.php index eb0273a12..c71ff4cc0 100644 --- a/resources/lang/pt-BR/updates.php +++ b/resources/lang/pt-BR/updates.php @@ -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.', ]; diff --git a/resources/lang/tr-TR/currencies.php b/resources/lang/tr-TR/currencies.php index f5f21227c..72cb9c8b8 100644 --- a/resources/lang/tr-TR/currencies.php +++ b/resources/lang/tr-TR/currencies.php @@ -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', + ] ]; diff --git a/resources/lang/zh-TW/bills.php b/resources/lang/zh-TW/bills.php index b1a02f6e8..c7c1d2f78 100644 --- a/resources/lang/zh-TW/bills.php +++ b/resources/lang/zh-TW/bills.php @@ -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' => '成功標記帳單為已收到!', + ], + ]; diff --git a/resources/lang/zh-TW/currencies.php b/resources/lang/zh-TW/currencies.php index 420a1c658..8f6b3905e 100644 --- a/resources/lang/zh-TW/currencies.php +++ b/resources/lang/zh-TW/currencies.php @@ -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', + ] ]; diff --git a/resources/lang/zh-TW/customer.php b/resources/lang/zh-TW/customer.php deleted file mode 100644 index ddc07fa27..000000000 --- a/resources/lang/zh-TW/customer.php +++ /dev/null @@ -1,5 +0,0 @@ - '所有客戶', -]; diff --git a/resources/lang/zh-TW/customers.php b/resources/lang/zh-TW/customers.php new file mode 100644 index 000000000..7fbf7ab0b --- /dev/null +++ b/resources/lang/zh-TW/customers.php @@ -0,0 +1,11 @@ + '允許登入?', + 'user_created' => '已建立使用者', + + 'error' => [ + 'email' => '此郵件已被使用。' + ] +]; diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index 21c0e2d8c..7810a7fe4 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -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', diff --git a/resources/lang/zh-TW/header.php b/resources/lang/zh-TW/header.php index 10275933f..b59c6d13d 100644 --- a/resources/lang/zh-TW/header.php +++ b/resources/lang/zh-TW/header.php @@ -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' => '檢視全部' ], diff --git a/resources/lang/zh-TW/import.php b/resources/lang/zh-TW/import.php new file mode 100644 index 000000000..23a07f198 --- /dev/null +++ b/resources/lang/zh-TW/import.php @@ -0,0 +1,9 @@ + '匯入', + 'title' => '匯入 :type', + 'message' => '允許的檔案類型: CSV, XLS。請下載範例檔案。', + +]; diff --git a/resources/lang/zh-TW/invoices.php b/resources/lang/zh-TW/invoices.php index 8fdece701..783ffe9dc 100644 --- a/resources/lang/zh-TW/invoices.php +++ b/resources/lang/zh-TW/invoices.php @@ -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' => '立即付款', + ], + ]; diff --git a/resources/lang/zh-TW/items.php b/resources/lang/zh-TW/items.php index 567868992..cc4609666 100644 --- a/resources/lang/zh-TW/items.php +++ b/resources/lang/zh-TW/items.php @@ -7,4 +7,9 @@ return [ 'purchase_price' => '售價', 'sku' => '庫存', + 'notification' => [ + 'message' => '由於 :name 已經無庫存,因此您會收到此封郵件。', + 'button' => '現在檢視', + ], + ]; diff --git a/resources/lang/zh-TW/messages.php b/resources/lang/zh-TW/messages.php index 0632359dd..ffb44ecbd 100644 --- a/resources/lang/zh-TW/messages.php +++ b/resources/lang/zh-TW/messages.php @@ -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 相關,你不能刪除:name。', + 'disabled' => '警告:由於和 :text 相關,你不能停用:name。', ], ]; diff --git a/resources/lang/zh-TW/modules.php b/resources/lang/zh-TW/modules.php index f60236194..b2a2ddd6f 100644 --- a/resources/lang/zh-TW/modules.php +++ b/resources/lang/zh-TW/modules.php @@ -16,8 +16,8 @@ return [ 'uninstalled' => '已移除', 'token_link' => '點這裡取得您的 API token.', - 'enabled' => '已啟用:module', - 'disabled' => ':module已停用', + 'enabled' => ':module 已啟用', + 'disabled' => ':module 已停用', 'installation' => [ 'header' => '模組安裝', diff --git a/resources/lang/zh-TW/settings.php b/resources/lang/zh-TW/settings.php index dd877d8e7..fbf4032a5 100644 --- a/resources/lang/zh-TW/settings.php +++ b/resources/lang/zh-TW/settings.php @@ -24,10 +24,10 @@ return [ ], 'invoice' => [ 'tab' => '訂單', - 'prefix' => '訂單字軌', - 'digit' => '訂單號碼', - 'start' => '訂單起始號碼', - 'logo' => '訂單商標', + 'prefix' => '數字字軌', + 'digit' => '數字位數', + 'next' => '下一個號碼', + 'logo' => '商標', ], 'default' => [ 'tab' => '預設',