updated translations
This commit is contained in:
@@ -2,58 +2,61 @@
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Numarul facturii',
|
||||
'bill_date' => 'Data facturii',
|
||||
'total_price' => 'Preț total',
|
||||
'due_date' => 'Scadenta',
|
||||
'order_number' => 'Număr de comandă',
|
||||
'bill_from' => 'Factura de la',
|
||||
'bill_number' => 'Numarul facturii',
|
||||
'bill_date' => 'Data facturii',
|
||||
'total_price' => 'Preț total',
|
||||
'due_date' => 'Scadenta',
|
||||
'order_number' => 'Număr de comandă',
|
||||
'bill_from' => 'Factura de la',
|
||||
|
||||
'quantity' => 'Cantitate',
|
||||
'price' => 'Preț',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Reducere',
|
||||
'tax_total' => 'Total taxe',
|
||||
'total' => 'Total',
|
||||
'quantity' => 'Cantitate',
|
||||
'price' => 'Preț',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Reducere',
|
||||
'tax_total' => 'Total taxe',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Articol|Articole
|
||||
'item_name' => 'Articol|Articole
|
||||
Nume articol|Nume articole',
|
||||
|
||||
'show_discount' => ':discount% Reducere',
|
||||
'add_discount' => 'Adauga Reducere',
|
||||
'discount_desc' => 'din subtotal',
|
||||
'show_discount' => ':discount% Reducere',
|
||||
'add_discount' => 'Adauga Reducere',
|
||||
'discount_desc' => 'din subtotal',
|
||||
|
||||
'payment_due' => 'De plată',
|
||||
'amount_due' => 'Suma de plata',
|
||||
'paid' => 'Plătit',
|
||||
'histories' => 'Istoric',
|
||||
'payments' => 'Plăți',
|
||||
'add_payment' => 'Adauga plata',
|
||||
'mark_received' => 'Marcheaza ca Primit/a',
|
||||
'download_pdf' => 'Descarca PDF',
|
||||
'send_mail' => 'Trimite Email',
|
||||
'payment_due' => 'De plată',
|
||||
'amount_due' => 'Suma de plata',
|
||||
'paid' => 'Plătit',
|
||||
'histories' => 'Istoric',
|
||||
'payments' => 'Plăți',
|
||||
'add_payment' => 'Adauga plata',
|
||||
'mark_received' => 'Marcheaza ca Primit/a',
|
||||
'download_pdf' => 'Descarca PDF',
|
||||
'send_mail' => 'Trimite Email',
|
||||
'create_bill' => 'Creați factură',
|
||||
'receive_bill' => 'Receive Bill',
|
||||
'make_payment' => 'Plătește',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Ciornă',
|
||||
'received' => 'Primit
|
||||
'draft' => 'Ciornă',
|
||||
'received' => 'Primit
|
||||
Primite',
|
||||
'partial' => 'Parţial
|
||||
'partial' => 'Parţial
|
||||
Parţială',
|
||||
'paid' => 'Plătit',
|
||||
'paid' => 'Plătit',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Factura marcata ca si Primita!',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
'received' => 'Factura marcata ca si Primita!',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'receive' => [
|
||||
'created' => 'Creat pe data de :date',
|
||||
'receive' => [
|
||||
'draft' => 'Not sent',
|
||||
'received' => 'Received on :date',
|
||||
'received' => 'Primit pe data de :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
'paid' => [
|
||||
'await' => 'În aşteptarea plăţii',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user