ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/lt-LT/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/lt-LT/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Komponento pavadinimas',
|
||||
'checkin' => 'Checkin komponentas',
|
||||
'checkout' => 'Checkout komponentas',
|
||||
'cost' => 'Pirkimo kaina',
|
||||
'create' => 'Sukurti komponentą',
|
||||
'edit' => 'Redaguoti komponentą',
|
||||
'date' => 'Pirkimo data',
|
||||
'order' => 'Užsakymo numeris',
|
||||
'remaining' => 'Likutis',
|
||||
'total' => 'Iš viso',
|
||||
'update' => 'Atnaujinti komponentą',
|
||||
'checkin_limit' => 'Priregistruotas kiekis turi būti lygus arba nemažesnis nei :assigned_qty'
|
||||
);
|
37
SNIPE-IT/resources/lang/lt-LT/admin/components/message.php
Normal file
37
SNIPE-IT/resources/lang/lt-LT/admin/components/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Komponentas \'%s\' neegzistuoja.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Komponentas nebuvo sukurtas, prašome bandyti vėl.',
|
||||
'success' => 'Komponentas sėkmingai sukurtas.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Komponentas nebuvo atnaujintas, bandykite dar kartą',
|
||||
'success' => 'Komponentas sėkmingai atnaujintas.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ar tikrai norite ištrinti šį komponentą?',
|
||||
'error' => 'Problema buvo pašalinta komponentas. Prašau, pabandykite dar kartą.',
|
||||
'success' => 'Komponentas ištrintas sėkmingai.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Komponentas nebuvo išregistruotas, bandykite dar kartą',
|
||||
'success' => 'Komponentas sėkmingai patikrintas.',
|
||||
'user_does_not_exist' => 'Šis naudotojas neteisingas. Prašome bandykite dar kartą.',
|
||||
'unavailable' => 'Nepakankamai komponentų: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Komponentas nebuvo įregistruotas, bandykite dar kartą',
|
||||
'success' => 'Komponentas sėkmingai užregistruotas.',
|
||||
'user_does_not_exist' => 'Šis naudotojas yra netinkamas. Prašau, pabandykite dar kartą.'
|
||||
)
|
||||
|
||||
|
||||
);
|
5
SNIPE-IT/resources/lang/lt-LT/admin/components/table.php
Normal file
5
SNIPE-IT/resources/lang/lt-LT/admin/components/table.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Komponento pavadinimas',
|
||||
);
|
Reference in New Issue
Block a user