2018-08-06 10:37:04 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
'added' => ':type pievients!',
|
|
|
|
'updated' => ':type atjaunināts!',
|
|
|
|
'deleted' => ':type dzēsts!',
|
|
|
|
'duplicated' => ':type kopēts!',
|
|
|
|
'imported' => ':type importēts!',
|
2020-02-18 17:13:54 +03:00
|
|
|
'exported' => ':type exported!',
|
2018-08-06 10:37:04 +03:00
|
|
|
'enabled' => ':type iespējots!',
|
|
|
|
'disabled' => ':type atspējots!',
|
|
|
|
],
|
2019-03-07 16:37:05 +03:00
|
|
|
|
2018-08-06 10:37:04 +03:00
|
|
|
'error' => [
|
2018-11-08 12:11:42 +03:00
|
|
|
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
2018-08-06 10:37:04 +03:00
|
|
|
'not_user_company' => 'Kļūda: Jums nav tiesības strādāt ar šo uzņēmumu!',
|
|
|
|
'customer' => 'Kļūda: Lietotājs nav izveidots! :name jau lieto šādu e-pasta adresi.',
|
|
|
|
'no_file' => 'Kļūda: Fails nav izvēlēts!',
|
|
|
|
'last_category' => 'Kļūda: Nevar izdzēst pēdējo :type kategoriju!',
|
2020-02-18 17:13:54 +03:00
|
|
|
'change_type' => 'Error: Can not change the type because it has :text related!',
|
|
|
|
'invalid_apikey' => 'Error: The API Key entered is invalid!',
|
2018-08-06 10:37:04 +03:00
|
|
|
'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.',
|
|
|
|
],
|
2019-03-07 16:37:05 +03:00
|
|
|
|
2018-08-06 10:37:04 +03:00
|
|
|
'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.',
|
2020-03-17 16:39:03 +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!',
|
2019-03-07 16:37:05 +03:00
|
|
|
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
|
2020-02-18 17:13:54 +03:00
|
|
|
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
|
2018-08-06 10:37:04 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|