ajout app
This commit is contained in:
37
SNIPE-IT/resources/lang/lv-LV/admin/consumables/message.php
Normal file
37
SNIPE-IT/resources/lang/lv-LV/admin/consumables/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Patērējamais nav.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Patērējamais nav izveidots, lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'Izlietojamie tika veiksmīgi izveidoti.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Patērējamais nav atjaunināts, lūdzu, mēģiniet vēlreiz',
|
||||
'success' => 'Izlietojamie tiek veiksmīgi atjaunināti.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Vai tiešām vēlaties izdzēst šo patērējamo?',
|
||||
'error' => 'Radās problēma, izdzēšot patērējamo. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Palīgmateriāls tika veiksmīgi dzēsts.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Neizdevās izņemt patēriņu, lūdzu, mēģiniet vēlreiz',
|
||||
'success' => 'Izlietojamie izrakstīti veiksmīgi.',
|
||||
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Paredzētais patēriņš netika reģistrēts, lūdzu, mēģiniet vēlreiz',
|
||||
'success' => 'Izlietojamie tiek veiksmīgi reģistrēti.',
|
||||
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.'
|
||||
)
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user