snipe-it/resources/lang/tr/admin/accessories/message.php

38 lines
1.3 KiB
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(
'does_not_exist' => 'Bu aksesuar yok.',
'assoc_users' => 'Bu aksesuardan :count adet kullanıcılara çıkış yapıldı. Lütfen aksesuar girişi yapınız ve tekrar deneyin.',
'create' => array(
'error' => 'Aksesuar oluşturma başarısız. lütfen tekrar deneyin.',
'success' => 'Aksesuar başarıyla güncellendi.'
),
'update' => array(
'error' => 'Aksesuar güncellenmedi. Lütfen tekrar deneyin',
'success' => 'Aksesuar başarı ile güncellendi.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this accessory?',
'error' => 'There was an issue deleting the accessory. Please try again.',
'success' => 'The accessory was deleted successfully.'
),
'checkout' => array(
'error' => 'Aksesuar çıkışı yapılamadı, lütfen tekrar deneyin',
'success' => 'Aksesuar çıkışı yapıldı.',
'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.'
),
'checkin' => array(
'error' => 'Aksesuar girişi yapılamadı, lütfen tekrar deneyin',
'success' => 'Aksesuar girişi yapıldı.',
'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.'
)
);