updated languages

This commit is contained in:
denisdulici
2019-03-07 16:37:05 +03:00
parent 4ca76aad2a
commit aaa0c53d8a
64 changed files with 768 additions and 381 deletions

View File

@ -2,55 +2,58 @@
return [
'bill_number' => 'Rēķina numurs',
'bill_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_from' => 'Piegādātājs (pakalpojuma sniedzējs)',
'bill_number' => 'Rēķina numurs',
'bill_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_from' => 'Piegādātājs (pakalpojuma sniedzējs)',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Kopā',
'discount' => 'Atlaide',
'tax_total' => 'Nodokļi kopā',
'total' => 'Kopā',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Kopā',
'discount' => 'Atlaide',
'tax_total' => 'Nodokļi kopā',
'total' => 'Kopā',
'item_name' => 'Nosaukums|Nosaukums',
'item_name' => 'Nosaukums|Nosaukumi',
'show_discount' => 'Atlaide :discount%',
'add_discount' => 'Pievienot atlaidi',
'discount_desc' => 'no',
'show_discount' => 'Atlaide :discount%',
'add_discount' => 'Pievienot atlaidi',
'discount_desc' => 'no',
'payment_due' => 'Kavēts rēķins',
'amount_due' => 'Kavēts maksājums',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_received' => 'Mark Received',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'payment_due' => 'Kavēts rēķins',
'amount_due' => 'Kavēts maksājums',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_received' => 'Atzīmēt kā aņemtu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'create_bill' => 'Izrakstīt rēķinu',
'receive_bill' => 'Saņemt rēķinu',
'make_payment' => 'Veikt maksājumu',
'status' => [
'draft' => 'Sagatave',
'received' => 'Apstiprināts',
'partial' => 'Daļējs',
'paid' => 'Samaksāts',
'draft' => 'Melnraksts',
'received' => 'Saņemts',
'partial' => 'Daļējs',
'paid' => 'Samaksāts',
],
'messages' => [
'received' => 'Rēķina saņemšana ir apstiprināta!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'received' => 'Rēķina saņemšana ir apstiprināta!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [
'created' => 'Created on :date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
'created' => 'Izveidots: datums',
'receive' => [
'draft' => 'Nav nosūtīts',
'received' => 'Saņemts: datums',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => 'Gaidāmie maksājumi',
],
],
],

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Angļu mārciņa',
'currencies_try' => 'Turku lira',
'taxes_exempt' => 'Ar nodokli neapliekams',
'taxes_normal' => 'Ar nodokli apliekams',
'taxes_sales' => 'PVN',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -40,8 +40,7 @@ return [
'others' => 'Citi|Citi',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'developers' => 'Developer|Developers',
'dashboard' => 'Sākums',
'banking' => 'Banka',

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => 'Rēķina numurs',
'invoice_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_to' => 'Piegādātājs',
'invoice_number' => 'Rēķina numurs',
'invoice_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_to' => 'Saņēmējs',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Summa',
'discount' => 'Atlaide',
'tax_total' => 'Atlaide kopā',
'total' => 'Summa',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Summa',
'discount' => 'Atlaide',
'tax_total' => 'Atlaide kopā',
'total' => 'Summa',
'item_name' => 'Nosaukums|Nosaukums',
'item_name' => 'Nosaukums|Nosaukums',
'show_discount' => ':discount% atlaide',
'add_discount' => 'Pieviento atlaidi',
'discount_desc' => 'no summas',
'show_discount' => ':discount% atlaide',
'add_discount' => 'Pieviento atlaidi',
'discount_desc' => 'no summas',
'payment_due' => 'Apmaksas termiņš',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_paid' => 'Atzīmēt kā samaksāts',
'mark_sent' => 'Atzīmēt kā nosūtītu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'all_invoices' => 'Login to view all invoices',
'payment_due' => 'Apmaksas termiņš',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_paid' => 'Atzīmēt kā samaksāts',
'mark_sent' => 'Atzīmēt kā nosūtītu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'all_invoices' => 'Pierakstīties, lai skatītu visus rēķinus',
'create_invoice' => 'Izveidot rēķinu',
'send_invoice' => 'Sūtīt rēķinu',
'get_paid' => 'Saņemt apmaksu',
'accept_payments' => 'Pieņemt tiešsaistes maksājumus',
'status' => [
'draft' => 'Sagatave',
'sent' => 'Nosūtīts',
'viewed' => 'Skatīts',
'approved' => 'Apstiprināts',
'partial' => 'Daļēji',
'paid' => 'Samaksāts',
'draft' => 'Sagatave',
'sent' => 'Nosūtīts',
'viewed' => 'Skatīts',
'approved' => 'Apstiprināts',
'partial' => 'Daļēji',
'paid' => 'Samaksāts',
],
'messages' => [
'email_sent' => 'Rēķins veiksmīgi nosūtīts uz e-pastu!',
'marked_sent' => 'Rēķins atzīmēts kā nosūtīts!',
'email_required' => 'Pircējam nav norādīta e-pasta adrese!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'email_sent' => 'Rēķins veiksmīgi nosūtīts uz e-pastu!',
'marked_sent' => 'Rēķins atzīmēts kā nosūtīts!',
'email_required' => 'Pircējam nav norādīta e-pasta adrese!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
'created' => 'Izveidots: datums',
'send' => [
'draft' => 'Nav nosūtīts',
'sent' => 'Nosūtīts: datums',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => 'Gaidāmie maksājumi',
],
],
],
'notification' => [
'message' => 'Jūs saņemāt šo e-pastu, jo jums ir sagatavots rēķins par summu :amount, Rēķins izrakstīts :customer.',
'button' => 'Apmaksāt',
'message' => 'Jūs saņemāt šo e-pastu, jo jums ir sagatavots rēķins par summu :amount, Rēķins izrakstīts :customer.',
'button' => 'Apmaksāt tagad',
],
];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type iespējots!',
'disabled' => ':type atspējots!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Kļūda: Jums nav tiesības strādāt ar šo uzņēmumu!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Kļūda: :message Lapas nosaukums: :sheet. Rindas numurs: :line.',
'import_sheet' => 'Kļūda: Lapas nosaukums nav pareizs. Lūdzu pārbaudiet parauga failu.',
],
'warning' => [
'deleted' => 'Brīdinājums: Jums nav tiesību dzēst <b>:name</b> jo tas ir saistīts ar :text.',
'disabled' => 'Brīdinājums: Jums nav tiesību atspējot <b>:name</b> jo tas ir saistīts ar :text.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API atslēga',
'api_token' => 'Atslēga',
'my_apps' => 'Manas programmas',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Top maksas',
'new' => 'Jaunas',
'top_free' => 'Top bezmaksas',
@ -23,6 +24,9 @@ return [
'added' => 'Pievienots',
'updated' => 'Atjaunināts',
'compatibility' => 'Savietojamība',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module instalēta',
'uninstalled' => ':module atinstalēta',
@ -58,6 +62,7 @@ return [
'badge' => [
'installed' => 'Instalēts',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
];

View File

@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Reģionālie iestatījumi',
'financial_start' => 'Financial Year Start',
'timezone' => 'Laika zona',
'date' => [
'format' => 'Datuma formāts',
'separator' => 'Datuma atdalītājs',
@ -20,7 +22,6 @@ return [
'slash' => 'Daļsvītra (/)',
'space' => 'Atstarpe ( )',
],
'timezone' => 'Laika zona',
'percent' => [
'title' => 'Procentu (%) pozīcija',
'before' => 'Pirms skaitļa',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'Likme',
'rate_percent' => 'Likme (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusive',
'compound' => 'Compound',
];