updated translations

This commit is contained in:
denisdulici
2020-05-02 16:45:35 +03:00
parent af4888bc91
commit 7e672a43cf
40 changed files with 399 additions and 126 deletions

View File

@ -8,6 +8,7 @@ return [
'deleted' => ':type ištrintas!',
'duplicated' => ':type duplikuotas!',
'imported' => ':type importuotas!',
'exported' => ':type išeksportuotas!',
'enabled' => ':type įjungtas!',
'disabled' => ':type išjungtas!',
],
@ -18,7 +19,8 @@ return [
'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!',
'invalid_apikey' => 'Klaida: Neteisingas raktas!',
'change_type' => 'Klaida: Negalima pakeisti tipo, nes jis yra susijęs su :text!',
'invalid_apikey' => 'Klaida: Neteisingas raktas!',
'import_column' => 'Klaida: :message :sheet lape. Eilutė: :line.',
'import_sheet' => 'Klaida: Lapo pavadinimas neteisingas Peržiūrėkite pavyzdį.',
],
@ -26,7 +28,10 @@ return [
'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.',
'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!',
'disable_code' => 'Įspėjimas: Negalima išjungti arba pakeisti valiutos <b>:name</b>, nes ji susijusi su :text.',
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
],
];