2017-10-09 14:56:08 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
'added' => ':type shtuar!',
|
|
|
|
'updated' => ':type përditësuar!',
|
|
|
|
'deleted' => ':type fshirë!',
|
2017-12-18 18:13:02 +03:00
|
|
|
'duplicated' => ':type dubluar!',
|
|
|
|
'imported' => ':type importuar!',
|
2018-06-20 18:47:39 +03:00
|
|
|
'enabled' => ':type aktivizuar!',
|
|
|
|
'disabled' => ':type çaktivizuar!',
|
2017-10-09 14:56:08 +03:00
|
|
|
],
|
2018-12-11 16:47:45 +03:00
|
|
|
|
2017-10-09 14:56:08 +03:00
|
|
|
'error' => [
|
2018-11-16 16:02:06 +03:00
|
|
|
'over_payment' => 'Gabim: Pagesa nuk u shtua! Shuma që keni futur kalon totalin: amount',
|
2017-10-09 14:56:08 +03:00
|
|
|
'not_user_company' => 'Gabim: Nuk ju lejohet të menaxhoni këtë kompani!',
|
2018-05-03 12:16:18 +03:00
|
|
|
'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.',
|
2017-12-18 18:13:02 +03:00
|
|
|
'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!',
|
2018-05-21 20:12:12 +03:00
|
|
|
'last_category' => 'Gabim: Nuk mund të fshihet :type kategoria e fundit!',
|
2019-12-25 14:32:47 +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:25:41 +03:00
|
|
|
'import_column' => 'Gabim: :message Fleta name: :sheet. Rreshti number: :line.',
|
|
|
|
'import_sheet' => 'Gabim: Emri i fletës nuk është i vlefshëm. Ju lutem, kontrolloni skedarin e mostrës.',
|
2017-10-09 14:56:08 +03:00
|
|
|
],
|
2018-12-11 16:47:45 +03:00
|
|
|
|
2017-10-09 14:56:08 +03:00
|
|
|
'warning' => [
|
2017-11-15 01:27:08 +03:00
|
|
|
'deleted' => 'Njoftim: <b>:name</b> nuk mund të fshihet sepse ka :text të lidhur.',
|
|
|
|
'disabled' => 'Njoftim: <b>:name</b> nuk mund të disable sepse ka :text të lidhur.',
|
2018-12-11 16:47:45 +03:00
|
|
|
'disable_code' => 'Njoftim: Nuk ju lejohet të çaktivizoni ose të ndryshoni monedhën e <b>:name</b>, sepse ajo ka :text e lidhur.',
|
2019-12-25 14:32:47 +03:00
|
|
|
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
|
2017-10-09 14:56:08 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|