ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/et-EE/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/et-EE/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Kasutaja saab tellimuse',
|
||||
'consumable_name' => 'Kuluvahendi nimi',
|
||||
'create' => 'Loo tarbitav',
|
||||
'item_no' => 'Objekti nr',
|
||||
'remaining' => 'Alles',
|
||||
'total' => 'Kokku',
|
||||
'update' => 'Muuda kuluvahendit',
|
||||
);
|
37
SNIPE-IT/resources/lang/et-EE/admin/consumables/message.php
Normal file
37
SNIPE-IT/resources/lang/et-EE/admin/consumables/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Kuluvahendit pole olemas.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kuluvahendit ei loodud, proovi uuesti.',
|
||||
'success' => 'Kuluvahendi loomine õnnestus.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Kuluvahendit ei muudetud, proovi uuesti',
|
||||
'success' => 'Kuluvahendi muutmine õnnestus.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Kas oled kindel, et soovid selle kuluvahendi kustutada?',
|
||||
'error' => 'Kuluvahendi kustutamisel tekkis probleem. Palun proovi uuesti.',
|
||||
'success' => 'Kuluvahendi kustutamine õnnestus.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Tarbitavat ei kontrollitud, proovige uuesti',
|
||||
'success' => 'Tarbitav kontrollitud edukalt.',
|
||||
'user_does_not_exist' => 'See kasutaja ei sobi. Palun proovi uuesti.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Tarbitavat ei märgitud, proovige uuesti',
|
||||
'success' => 'Tarbitav kontrollitud edukalt.',
|
||||
'user_does_not_exist' => 'See kasutaja ei sobi. Palun proovi uuesti.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Kulutatav nimi',
|
||||
);
|
Reference in New Issue
Block a user