snipe-it/resources/lang/el-GR/admin/components/general.php
snipe 50eb257cec Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-03 23:12:29 +00:00

17 lines
965 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'component_name' => 'Όνομα στοιχείου',
'checkin' => 'Ελέγξτε το στοιχείο',
'checkout' => 'Συστατικό ελέγχου',
'cost' => 'Κόστος αγοράς',
'create' => 'Δημιουργία στοιχείου',
'edit' => 'Επεξεργασία εξαρτήματος',
'date' => 'Ημερομηνία αγοράς',
'order' => 'Αριθμός παραγγελίας',
'remaining' => 'Απομένουν',
'total' => 'Σύνολο',
'update' => 'Αναβάθμιση εξαρτήματος',
'checkin_limit' => 'Το ποσό που έχει επιλεγεί πρέπει να είναι ίσο ή μικρότερο από :assigned_qty'
);