ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/sv-SE/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/sv-SE/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Komponentnamn',
|
||||
'checkin' => 'Checka in komponent',
|
||||
'checkout' => 'Checka ut komponent',
|
||||
'cost' => 'Inköpskostnad',
|
||||
'create' => 'Skapa komponent',
|
||||
'edit' => 'Redigera komponent',
|
||||
'date' => 'Inköpsdatum',
|
||||
'order' => 'Beställningsnummer',
|
||||
'remaining' => 'Återstående',
|
||||
'total' => 'Totalt',
|
||||
'update' => 'Uppdatera komponent',
|
||||
'checkin_limit' => 'Incheckad mängd måste vara lika med eller mindre än :assigned_qty'
|
||||
);
|
Reference in New Issue
Block a user