mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
17 lines
745 B
PHP
17 lines
745 B
PHP
<?php
|
|
|
|
return array(
|
|
'component_name' => 'Nom du composant',
|
|
'checkin' => 'Dissocier un composant',
|
|
'checkout' => 'Attribuer un composant',
|
|
'cost' => 'Coût d\'achat',
|
|
'create' => 'Créer un composant',
|
|
'edit' => 'Modifier un composant',
|
|
'date' => 'Date d\'achat',
|
|
'order' => 'Numéro de commande',
|
|
'remaining' => 'Restant',
|
|
'total' => 'Total',
|
|
'update' => 'Mettre à jour un composant',
|
|
'checkin_limit' => 'Le montant enregistré doit être égal ou inférieur à :assigned_qty'
|
|
);
|