Proje dosyaları eklendi

This commit is contained in:
2026-08-29 15:53:53 +03:00
commit d3313400ca
440 changed files with 24827 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'project' => 'Project', 'domain' => 'Domain', 'root_url' => 'Root URL', 'customer' => 'Customer',
'email' => 'Email', 'status' => 'Status', 'created_at' => 'Created', 'updated_at' => 'Updated',
'project_id' => 'Project ID', 'keyword' => 'Keyword', 'engine' => 'Engine', 'country' => 'Country',
'language' => 'Language', 'device' => 'Device', 'archive' => 'Archive', 'restore' => 'Restore',
'archived' => 'Archived', 'result_count' => 'Results', 'provider' => 'Provider',
'search_engine' => 'Search engine', 'error_code' => 'Error code', 'error_message' => 'Error message',
];