Files
Paymenter-Version-Tracks/lang/tr/ticket.php
Muhammad Tamir b3933b9960 v1.4.0
2025-11-14 10:59:24 +07:00

36 lines
1.2 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 [
'ticket_details' => 'Destek Talebi Detayları',
'tickets' => 'Destek Talepleri',
'subject' => 'Konu',
'status' => 'Durum',
'priority' => 'Öncelik',
'department' => 'Birim',
'created_at' => 'Oluşturma Tarihi:',
'reply' => 'Yanıtla',
'attachments' => 'Dosyalar',
'upload_attachments' => 'Dosya Ekle',
'or_drag_and_drop' => 'ya da sürükleyip bırakın',
'files_max' => 'Dosyalar en fazla 10 MB olabilir.',
'selected_files' => 'Seçili Dosyalar',
'close_ticket' => 'Close Ticket',
'close_ticket_confirmation' => 'Are you sure you want to close this ticket? This action cannot be undone.',
'close_ticket_success' => 'Ticket closed successfully.',
'close_ticket_already_closed' => 'This ticket is already closed.',
'create_ticket' => 'Destek Talebi Oluştur',
'select_department' => 'Birim Seç',
'select_priority' => 'Öncelik Seç',
'low' => 'Düşük',
'medium' => 'Orta',
'high' => 'Yüksek',
'last_activity' => 'Son etkinlik',
'service' => 'Hizmet',
'select_service' => 'Hizmet Seç',
'create' => 'Oluştur',
'no_tickets' => 'No tickets found',
];