ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/fi-FI/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/fi-FI/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Komponentin nimi',
|
||||
'checkin' => 'Palauta komponentti',
|
||||
'checkout' => 'Luovuta komponentti',
|
||||
'cost' => 'Hankintahinta',
|
||||
'create' => 'Luo komponentti',
|
||||
'edit' => 'Muokkaa komponenttia',
|
||||
'date' => 'Ostopäivämäärä',
|
||||
'order' => 'Tilausnumero',
|
||||
'remaining' => 'Jäljellä',
|
||||
'total' => 'Yhteensä',
|
||||
'update' => 'Päivitä komponentti',
|
||||
'checkin_limit' => 'Palautettujen määrä pitää olla suurempi tai yhtä suuri kuin :assigned_qty'
|
||||
);
|
37
SNIPE-IT/resources/lang/fi-FI/admin/components/message.php
Normal file
37
SNIPE-IT/resources/lang/fi-FI/admin/components/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Komponenttia ei ole olemassa.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Komponenttia ei luotu, yritä uudelleen.',
|
||||
'success' => 'Komponentti on luotu onnistuneesti.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Komponenttia ei ole päivitetty, yritä uudelleen',
|
||||
'success' => 'Komponentti on päivitetty onnistuneesti.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Haluatko varmasti poistaa tämän komponentin?',
|
||||
'error' => 'Komponentti poisto ei onnistunut. Yritä uudelleen.',
|
||||
'success' => 'Komponentti poistettiin.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Komponenttia ei luovutettu, yritä uudelleen',
|
||||
'success' => 'Komponentin luovutus onnistui.',
|
||||
'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.',
|
||||
'unavailable' => 'Ei riittävästi komponentteja: :remaining jäljellä, :requested pyydetty ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Komponenttia ei palautettu, yritä uudelleen',
|
||||
'success' => 'Komponentti palautettiin onnistuneesti.',
|
||||
'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.'
|
||||
)
|
||||
|
||||
|
||||
);
|
5
SNIPE-IT/resources/lang/fi-FI/admin/components/table.php
Normal file
5
SNIPE-IT/resources/lang/fi-FI/admin/components/table.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Komponentin nimi',
|
||||
);
|
Reference in New Issue
Block a user