ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/cs-CZ/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/cs-CZ/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Název dílu',
|
||||
'checkin' => 'Převzít díl',
|
||||
'checkout' => 'Předat díl',
|
||||
'cost' => 'Pořizovací cena',
|
||||
'create' => 'Vytvořit díl',
|
||||
'edit' => 'Upravit díl',
|
||||
'date' => 'Datum nákupu',
|
||||
'order' => 'Číslo objednávky',
|
||||
'remaining' => 'Zbývá',
|
||||
'total' => 'Celkem',
|
||||
'update' => 'Upravit díl',
|
||||
'checkin_limit' => 'Přijaté množství musí odpovídat, nebo být nižší než :assigned_qty'
|
||||
);
|
Reference in New Issue
Block a user