This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View 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',
);

View 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.'
)
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Paturējamais nosaukums',
);