snipe-it/resources/lang/tr/admin/components/general.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

17 lines
721 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' => 'Bileşen adı',
'checkin' => 'Bileşeni Kabul Et',
'checkout' => 'Bileşeni teslim et',
'cost' => 'Satın alma maliyeti',
'create' => 'Bileşen oluştur',
'edit' => 'Bileşeni düzenle',
'date' => 'Satın Alma Tarihi',
'order' => 'Sipariş Numarası',
'remaining' => 'Kalan',
'total' => 'Toplam',
'update' => 'Bileşeni düzenle',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);