snipe-it/resources/lang/fr-FR/admin/consumables/general.php
snipe 593554daed Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-07-23 18:14:19 +01:00

13 lines
607 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'checkout' => 'Attribuer un consommable à un·e utilisateur·trice',
'consumable_name' => 'Nom du consommable ',
'create' => 'Créer un consommable',
'item_no' => 'Num. d\'élément',
'remaining' => 'Restant',
'total' => 'Total',
'update' => 'Mettre à jour le consommable',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);