akaunting/resources/lang/lt-LT/messages.php

38 lines
1.9 KiB
PHP
Raw Normal View History

2018-10-25 17:13:29 +03:00
<?php
return [
'success' => [
2020-06-29 17:11:50 +03:00
'added' => ':type pridėta!',
2018-10-25 17:13:29 +03:00
'updated' => ':type atnaujintas!',
'deleted' => ':type ištrintas!',
'duplicated' => ':type duplikuotas!',
'imported' => ':type importuotas!',
2020-05-02 16:45:35 +03:00
'exported' => ':type išeksportuotas!',
2018-10-25 17:13:29 +03:00
'enabled' => ':type įjungtas!',
'disabled' => ':type išjungtas!',
],
2018-11-30 17:30:49 +03:00
2018-10-25 17:13:29 +03:00
'error' => [
2018-11-08 12:11:42 +03:00
'over_payment' => 'Klaida: Apmokėjimo būdas nepridėtas! Jūsų įvesta suma viršija :amount',
2018-10-25 17:13:29 +03:00
'not_user_company' => 'Klaida: Jūs neturite teisės valdyti šios kompanijos!',
'customer' => 'Klaida: Vartotojas nebuvo sukurtas! :name jau naudoja šį el. pašto adresą.',
'no_file' => 'Klaida: Nepasirinktas failas!',
'last_category' => 'Klaida: Negalite ištrinti paskutinės :type kategorijos!',
2020-05-02 16:45:35 +03:00
'change_type' => 'Klaida: Negalima pakeisti tipo, nes jis yra susijęs su :text!',
'invalid_apikey' => 'Klaida: Neteisingas raktas!',
2018-10-25 17:13:29 +03:00
'import_column' => 'Klaida: :message :sheet lape. Eilutė: :line.',
'import_sheet' => 'Klaida: Lapo pavadinimas neteisingas Peržiūrėkite pavyzdį.',
],
2018-11-30 17:30:49 +03:00
2018-10-25 17:13:29 +03:00
'warning' => [
'deleted' => 'Negalima ištrinti <b>:name</b>, nes jis yra susijęs su :text.',
'disabled' => 'Negalima išjungti <b>:name</b>, nes jis yra susijęs su :text.',
2020-05-02 16:45:35 +03:00
'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
2018-11-30 17:30:49 +03:00
'disable_code' => 'Įspėjimas: Negalima išjungti arba pakeisti valiutos <b>:name</b>, nes ji susijusi su :text.',
2020-05-02 16:45:35 +03:00
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
2018-10-25 17:13:29 +03:00
],
];