Files

11 lines
642 B
PHP
Raw Permalink Normal View History

2026-08-29 15:53:53 +03:00
<?php
return [
'project' => 'Proje', 'domain' => 'Alan adı', 'root_url' => 'Kök adres', 'customer' => 'Müşteri',
'email' => 'E-posta', 'status' => 'Durum', 'created_at' => 'Oluşturulma', 'updated_at' => 'Güncelleme',
'project_id' => 'Proje kimliği', 'keyword' => 'Anahtar kelime', 'engine' => 'Motor', 'country' => 'Ülke',
'language' => 'Dil', 'device' => 'Cihaz', 'archive' => 'Arşivle', 'restore' => 'Geri yükle',
'archived' => 'Arşivlenmiş', 'result_count' => 'Sonuç', 'provider' => 'Sağlayıcı',
'search_engine' => 'Arama motoru', 'error_code' => 'Hata kodu', 'error_message' => 'Hata mesajı',
];