ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/tr-TR/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/tr-TR/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Demirbaş Raporu için istediğiniz seçenekleri seçiniz.',
|
||||
'deleted_user' => 'Kullanıcı silindi',
|
||||
'send_reminder' => 'Hatırlatma gönder',
|
||||
'reminder_sent' => 'Hatırlatıcı gönderildi',
|
||||
'acceptance_deleted' => 'Kabul talebi silindi',
|
||||
'acceptance_request' => 'Kabul talebi',
|
||||
'custom_export' => [
|
||||
'user_address' => 'Kullanıcı Adresi',
|
||||
'user_city' => 'Kullanıcı Şehri',
|
||||
'user_state' => 'Kullanıcı Durumu',
|
||||
'user_country' => 'Kullanıcı Ülkesi',
|
||||
'user_zip' => 'Kullanıcı Posta Kodu'
|
||||
]
|
||||
];
|
5
SNIPE-IT/resources/lang/tr-TR/admin/reports/message.php
Normal file
5
SNIPE-IT/resources/lang/tr-TR/admin/reports/message.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'En az 1 seçenek seçmeniz gerekiyor.'
|
||||
);
|
Reference in New Issue
Block a user