Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

28 lines
1.0 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 [
'title' => 'Uygulama API Anahtarları',
'empty_table' => 'API anahtarı bulunamadı.',
'whitelist' => 'İzin Verilen IPv4 Adresleri',
'whitelist_help' => 'API anahtarları, yalnızca belirli IPv4 adreslerinden erişime izin verecek şekilde kısıtlanabilir. Her adresi yeni bir satıra girin.',
'whitelist_placeholder' => 'Örnek: 127.0.0.1 veya 192.168.1.1',
'description' => 'Açıklama',
'description_help' => 'Bu anahtarın ne için kullanıldığına dair kısa bir açıklama.',
'nav_title' => 'API Anahtarları',
'model_label' => 'Uygulama API Anahtarı',
'model_label_plural' => 'Uygulama API Anahtarları',
'table' => [
'key' => 'Anahtar',
'description' => 'Açıklama',
'last_used' => 'Son Kullanım',
'created' => 'Oluşturulma Tarihi',
'created_by' => 'Oluşturan',
'never_used' => 'Hiç Kullanılmadı',
],
'permissions' => [
'none' => 'Hiçbiri',
'read' => 'Okuma',
'read_write' => 'Okuma & Yazma',
],
];