ajout app
This commit is contained in:
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.'
|
||||
)
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user