updated translations
This commit is contained in:
@@ -3,14 +3,16 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Pakeisti kompanijos pavadinimą, el. paštą, adresą ir t.t.',
|
||||
'name' => 'Pavadinimas',
|
||||
'email' => 'El. paštas',
|
||||
'phone' => 'Telefonas',
|
||||
'address' => 'Adresas',
|
||||
'logo' => 'Logotipas',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'tab' => 'Lokalizacija',
|
||||
'description' => 'Nustatyti biudžetinius metus, laiko juostas, datos formatą ir kitus lokalizacijos nustatymus.',
|
||||
'financial_start' => 'Finansinių metų pradžia',
|
||||
'timezone' => 'Laiko juosta',
|
||||
'date' => [
|
||||
@@ -27,9 +29,16 @@ return [
|
||||
'before' => 'Prieš skaičių',
|
||||
'after' => 'Po skaičiaus',
|
||||
],
|
||||
'discount_location' => [
|
||||
'name' => 'Nuolaidos vieta',
|
||||
'item' => 'Eilutėje',
|
||||
'total' => 'Iš viso',
|
||||
'both' => 'Both line and total',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'tab' => 'Sąskaita faktūra',
|
||||
'description' => 'Customize invoice prefix, number, terms, footer etc',
|
||||
'prefix' => 'Sąskaitos serija',
|
||||
'digit' => 'Skaitmenų kiekis',
|
||||
'next' => 'Kitas numeris',
|
||||
@@ -44,16 +53,25 @@ return [
|
||||
'rate' => 'Kursas',
|
||||
'quantity_name' => 'Kiekio pavadinimas',
|
||||
'quantity' => 'Kiekis',
|
||||
'payment_terms' => 'Mokėjimo Sąlygos',
|
||||
'title' => 'Pavadinimas',
|
||||
'subheading' => 'Poraštė',
|
||||
'due_receipt' => 'Due upon receipt',
|
||||
'due_days' => 'Due within :days days',
|
||||
'choose_template' => 'Pasirinkite sąskaitos-faktūros šabloną.',
|
||||
'default' => 'Numatytas',
|
||||
'classic' => 'Klasikinis',
|
||||
'modern' => 'Modernus',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'tab' => 'Numatytieji',
|
||||
'account' => 'Numatytoji įmonė',
|
||||
'currency' => 'Numatytoji valiuta',
|
||||
'tax' => 'Numatytasis mokesčių tarifas',
|
||||
'payment' => 'Numatytasis mokėjimo būdas',
|
||||
'language' => 'Numatytoji kalba',
|
||||
'description' => 'Numatytoji sąskaita, valuta, kalba',
|
||||
'list_limit' => 'Įrašų puslapyje',
|
||||
'use_gravatar' => 'Naudoti Gravatar',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'description' => 'Change the sending protocol and email templates',
|
||||
'protocol' => 'Protokolas',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
@@ -68,36 +86,44 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail kelias',
|
||||
'log' => 'Prisijungti el. Paštu',
|
||||
|
||||
'templates' => [
|
||||
'subject' => 'Tema',
|
||||
'body' => 'Tekstas',
|
||||
'tags' => '<strong>Available Tags:</strong> :tag_list',
|
||||
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
|
||||
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
|
||||
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
|
||||
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
|
||||
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
|
||||
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
|
||||
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
||||
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
||||
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
||||
],
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'tab' => 'Planavimas',
|
||||
'name' => 'Planavimas',
|
||||
'description' => 'Automatic reminders and command for recurring',
|
||||
'send_invoice' => 'Siųsti SF priminimą',
|
||||
'invoice_days' => 'Siųsti pavėlavus',
|
||||
'send_bill' => 'Siųsti sąskaitos priminimą',
|
||||
'bill_days' => 'Siųsti prieš pavėlavimą',
|
||||
'cron_command' => 'Cron komanda',
|
||||
'schedule_time' => 'Paleidimo valanda',
|
||||
'send_item_reminder'=> 'Siųsti priminimą',
|
||||
'item_stocks' => 'Siųsti kai atsiras prekių',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Išvaizda',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'Šviesi',
|
||||
'dark' => 'Tamsi',
|
||||
'list_limit' => 'Įrašų puslapyje',
|
||||
'use_gravatar' => 'Naudoti Gravatar',
|
||||
|
||||
'categories' => [
|
||||
'description' => 'Unlimited categories for income, expense, and item',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'Sistema',
|
||||
'session' => [
|
||||
'lifetime' => 'Sesijos galiojimo laikas (min)',
|
||||
'handler' => 'Sesijos valdiklis',
|
||||
'file' => 'Failas',
|
||||
'database' => 'Duomenų bazė',
|
||||
],
|
||||
'file_size' => 'Maksimalus failo dydis (MB)',
|
||||
'file_types' => 'Leidžiami failų tipai',
|
||||
|
||||
'currencies' => [
|
||||
'description' => 'Create and manage currencies and set their rates',
|
||||
],
|
||||
|
||||
'taxes' => [
|
||||
'description' => 'Fixed, normal, inclusive, and compound tax rates',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user