ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/lv-LV/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/lv-LV/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Izrakstīšanās, ko patērē lietotājs',
|
||||
'consumable_name' => 'Paturējamais nosaukums',
|
||||
'create' => 'Izveidot patērējamu',
|
||||
'item_no' => 'Preces Nr.',
|
||||
'remaining' => 'Atlikušais',
|
||||
'total' => 'Kopā',
|
||||
'update' => 'Atjaunināt patērējamu',
|
||||
);
|
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.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Paturējamais nosaukums',
|
||||
);
|
Reference in New Issue
Block a user