mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
17 lines
602 B
PHP
17 lines
602 B
PHP
<?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'
|
||
]
|
||
]; |