new crowdin translations

This commit is contained in:
Crowdin Bot 2021-05-21 07:57:55 +00:00
parent ae03155cd6
commit f3f4f792fd
8 changed files with 55 additions and 18 deletions

View File

@ -63,7 +63,7 @@ return [
'title' => 'Titel',
'subheading' => 'Undertitel',
'due_receipt' => 'Forfalder ved modtagelse',
'due_days' => 'Forfalder om :days dage',
'due_days' => 'Forfalder efter :days dage',
'choose_template' => 'Vælg faktura skabelon',
'default' => 'Standard',
'classic' => 'Klassisk',

View File

@ -44,7 +44,7 @@ return [
'status' => [
'created' => 'Criado em :date',
'receive' => [
'draft' => 'Não enviado',
'draft' => 'Não recebido',
'received' => 'Recebido em :date',
],
'paid' => [

View File

@ -34,7 +34,7 @@ return [
'billed' => 'Faturado',
'delivered' => 'Entregue',
'returned' => 'Devolvido',
'drawn' => 'Esboçado',
'drawn' => 'Rascunho',
'not_billed' => 'Não faturado',
'issued' => 'Emitido',
'not_invoiced' => 'Não faturado',

View File

@ -18,6 +18,7 @@ return [
'403' => 'Você não pode acessar esta página.',
'404' => 'Não conseguimos encontrar a página que você está procurando.',
'500' => 'Nós vamos trabalhar para consertar isso o mais rápido possível.',
'record' => 'Não conseguimos encontrar a página que você está procurando.',
],
];

View File

@ -8,6 +8,7 @@ return [
'email' => 'E-mail',
'phone' => 'Telefone',
'address' => 'Endereço',
'edit_your_business_address' => 'Editar seu endereço comercial',
'logo' => 'Logo',
],
@ -15,6 +16,11 @@ return [
'description' => 'Definir ano fiscal, fuso horário, formato de data e mais locais',
'financial_start' => 'Início do ano fiscal',
'timezone' => 'Fuso Horário',
'financial_denote' => [
'title' => 'Indicar Ano Fiscal',
'begins' => 'Pelo ano em que começa',
'ends' => 'Pelo ano em que termina',
],
'date' => [
'format' => 'Formato da Data',
'separator' => 'Separador de Data',

View File

@ -2,6 +2,7 @@
return [
'currencies' => 'Moedas',
'total_income' => 'Receitas totais',
'receivables' => 'Recebíveis',
'open_invoices' => 'Faturas em aberto',

View File

@ -8,7 +8,9 @@ return [
'deleted' => ':type silindi!',
'duplicated' => ':type çoğaltıldı!',
'imported' => ':type içe aktarıldı!',
'import_queued' => ':type içe aktarma planlandı! Tamamlandığında bir e-posta alacaksınız.',
'exported' => ':type dışa aktarıldı!',
'export_queued' => ':type dışa aktarımı planlandı! İndirmeye hazır olduğunda bir e-posta alacaksınız.',
'enabled' => ':type etkinleştirildi!',
'disabled' => ':type devre dışı bırakıldı!',
],

View File

@ -24,4 +24,31 @@ return [
],
'import' => [
'completed' => [
'subject' => 'İçe aktarma tamamlandı',
'description' => 'İçe aktarma tamamlanmıştır ve kayıtlar panelinizde mevcuttur.',
],
'failed' => [
'subject' => 'İçe aktarma başarısız oldu',
'description' => 'Aşağıdaki sorunlar nedeniyle dosya içe aktarılamıyor:',
],
],
'export' => [
'completed' => [
'subject' => 'Dışa aktarma hazır',
'description' => 'Dışa aktarma dosyası aşağıdaki bağlantıdan indirilmeye hazırdır:',
],
'failed' => [
'subject' => 'Dışa aktarılamadı',
'description' => 'Aşağıdaki sorun nedeniyle dışa aktarma dosyası oluşturulamıyor:',
],
],
];