Skip to content

Commit 763df4a

Browse files
authored
Merge pull request #645 from fabyo0/main
feat: Add Turkish (tr) language support
2 parents c5ba9b6 + 9d52f09 commit 763df4a

File tree

11 files changed

+618
-0
lines changed

11 files changed

+618
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
return [
4+
5+
'name' => 'İsim',
6+
'slug' => 'URL Kısa Adı',
7+
'created_by_alias' => 'Yazar Takma Adı',
8+
'intro' => 'Giriş',
9+
'content' => 'İçerik',
10+
'featured_image' => 'Öne Çıkan Görsel',
11+
'category_id' => 'Kategori',
12+
'type' => 'Tür',
13+
'is_featured' => 'Öne Çıkarılsın mı',
14+
'tags' => 'Etiketler',
15+
'status' => 'Durum',
16+
'published_at' => 'Yayın Tarihi',
17+
18+
'meta_title' => 'Meta Başlık',
19+
'meta_keywords' => 'Meta Anahtar Kelimeler',
20+
'meta_description' => 'Meta Açıklama',
21+
'meta_og_image' => 'Meta Open Graph Görseli',
22+
'meta_og_url' => 'Meta Open Graph URL',
23+
'order' => 'Sıralama',
24+
25+
];

Modules/Category/lang/tr/text.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
5+
'name' => 'İsim',
6+
'slug' => 'URL Kısa Adı',
7+
'description' => 'Açıklama',
8+
'status' => 'Durum',
9+
'created_by' => 'Oluşturan',
10+
'updated_at' => 'Güncellenme Tarihi',
11+
'updated_by' => 'Güncelleyen',
12+
'deleted_by' => 'Silen',
13+
'action' => 'İşlem',
14+
15+
];

Modules/Post/lang/tr/posts.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
return [
4+
5+
'name' => 'İsim',
6+
'slug' => 'URL Kısa Adı',
7+
'created_by_alias' => 'Yazar Takma Adı',
8+
'intro' => 'Giriş',
9+
'content' => 'İçerik',
10+
'image' => 'Görsel',
11+
'category_id' => 'Kategori',
12+
'type' => 'Tür',
13+
'is_featured' => 'Öne Çıkarılsın mı',
14+
'tags' => 'Etiketler',
15+
'status' => 'Durum',
16+
'published_at' => 'Yayın Tarihi',
17+
18+
'meta_title' => 'Meta Başlık',
19+
'meta_keywords' => 'Meta Anahtar Kelimeler',
20+
'meta_description' => 'Meta Açıklama',
21+
'meta_og_image' => 'Meta Open Graph Görseli',
22+
'meta_og_url' => 'Meta Open Graph URL',
23+
'order' => 'Sıralama',
24+
25+
];

Modules/Post/lang/tr/text.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
5+
'name' => 'İsim',
6+
'slug' => 'URL Kısa Adı',
7+
'description' => 'Açıklama',
8+
'status' => 'Durum',
9+
'created_by' => 'Oluşturan',
10+
'updated_at' => 'Güncellenme Tarihi',
11+
'updated_by' => 'Güncelleyen',
12+
'deleted_by' => 'Silen',
13+
'action' => 'İşlem',
14+
15+
];

Modules/Tag/lang/tr/text.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
return [
4+
5+
'name' => 'Name',
6+
'slug' => 'Slug',
7+
'description' => 'Description',
8+
'status' => 'Status',
9+
'created_by' => 'Created By',
10+
'updated_at' => 'Updated At',
11+
'updated_by' => 'Updated By',
12+
'deleted_by' => 'Deleted By',
13+
'action' => 'Action',
14+
15+
];

lang/tr.json

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"The :attribute must contain at least one letter.": ":attribute en az bir harf içermelidir.",
3+
"The :attribute must contain at least one number.": ":attribute en az bir rakam içermelidir.",
4+
"The :attribute must contain at least one symbol.": ":attribute en az bir sembol içermelidir.",
5+
"The :attribute must contain at least one uppercase and one lowercase letter.": ":attribute en az bir büyük ve bir küçük harf içermelidir.",
6+
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Girilen :attribute bir veri sızıntısında yer almış. Lütfen farklı bir :attribute seçin.",
7+
8+
"Welcome to": ":name Yönetici Paneline Hoş Geldiniz.",
9+
"Dashboard": "Kontrol Paneli",
10+
"Admin Dashboard": "Yönetici Paneli",
11+
12+
"Name": "İsim",
13+
"Email": "E-posta",
14+
"Password": "Şifre",
15+
"Password Confirmation": "Şifre Onayı",
16+
17+
"Value": "Değer",
18+
"Index": "İndeks",
19+
"List": "Liste",
20+
"Show": "Göster",
21+
"Edit": "Düzenle",
22+
"Action": "İşlem",
23+
"Back": "Geri",
24+
"Return back": "Geri dön",
25+
"Save": "Kaydet",
26+
"Cancel": "İptal",
27+
"Create": "Oluştur",
28+
"Created": "Oluşturuldu",
29+
"Created at": "Oluşturulma tarihi",
30+
"Update": "Güncelle",
31+
"Updated": "Güncellendi",
32+
"Updated at": "Güncellenme tarihi",
33+
"Delete": "Sil",
34+
"Deleted": "Silindi",
35+
"Deleted at": "Silinme tarihi",
36+
"Deleted List": "Silinmiş Liste",
37+
"Trash": "Çöp Kutusu",
38+
"Download": "İndir",
39+
40+
"Activity Log": "Etkinlik Günlüğü",
41+
"Log": "Günlük",
42+
"Logs": "Günlükler",
43+
"Current": "Mevcut",
44+
"Old": "Eski",
45+
"At": "Saatinde",
46+
"Type": "Tür",
47+
48+
"User": "Kullanıcı",
49+
"Change Password": "Şifre Değiştir",
50+
51+
"Roles": "Roller",
52+
53+
"Permissions": "İzinler",
54+
"All Permissions": "Tüm İzinler",
55+
56+
"Please fix the following errors & try again!": "Lütfen aşağıdaki hataları düzeltin ve tekrar deneyin!",
57+
"Copyright": "Telif Hakkı",
58+
"Change language": "Dil değiştir",
59+
"Notifications": "Bildirimler",
60+
"You have :count notifications": ":count bildirimin var",
61+
":count unread": ":count okunmamış",
62+
"Account": "Hesap",
63+
"Settings": "Ayarlar",
64+
"Login": "Giriş Yap",
65+
"Register": "Kayıt Ol",
66+
"Create an account": "Hesap oluştur",
67+
"Logout": "Çıkış Yap",
68+
"All values of :module_name (Id: :id)": "<b>:module_name (Id: :id)</b> tüm değerleri.",
69+
"Are you sure?": "Emin misiniz?",
70+
"Send confirmation email": "Onay E-postası Gönder",
71+
":module_name Management Dashboard": ":module_name Yönetim Paneli",
72+
"Create new :module_name": "Yeni :module_name oluştur",
73+
"Backup": "Yedek",
74+
"Backups": "Yedekler",
75+
"File": "Dosya",
76+
"Size": "Boyut",
77+
"Date": "Tarih",
78+
"Age": "Yaş",
79+
"Download File": "Dosya İndir",
80+
"Delete ": "Sil ",
81+
"Delete File": "Dosya Sil",
82+
"There are no backups": "Yedek bulunmuyor",
83+
"Mark All As Read": "Tümünü Okundu İşaretle",
84+
"Delete All Notifications": "Tüm Bildirimleri Sil",
85+
"Text": "Metin",
86+
"Module": "Modül",
87+
"Total": "Toplam",
88+
"Browse": "Gözat",
89+
"Management": "Yönetim",
90+
91+
"Log Viewer": "Günlük Görüntüleyici",
92+
"Log Viewer Module": "Günlük Görüntüleyici Modülü",
93+
"Logs by Date": "Tarihe Göre Günlükler",
94+
"Log Viewer Dashboard": "Günlük Görüntüleyici Paneli",
95+
"Delete Log File": "Günlük Dosyasını Sil",
96+
"Details": "Detaylar",
97+
"Levels": "Seviyeler",
98+
"Log Info": "Günlük Bilgisi",
99+
100+
"Select an option": "-- Bir seçenek seçin --",
101+
102+
"URL": "URL",
103+
"Username": "Kullanıcı Adı",
104+
"Visit": "Ziyaret Et",
105+
"Active": "Aktif",
106+
"Email Confirmed": "E-posta Onaylandı",
107+
"Email Credentials": "Hesap bilgilerini kullanıcıya gönder",
108+
109+
"Open main menu": "Ana menüyü aç",
110+
"Posts": "Gönderiler",
111+
"Categories": "Kategoriler",
112+
"Tags": "Etiketler",
113+
"Comments": "Yorumlar",
114+
115+
"Draft": "Taslak",
116+
"Published": "Yayınlandı",
117+
"Unpublished": "Yayınlanmadı"
118+
}

lang/tr/auth.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Authentication Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used during authentication for various
11+
| messages that we need to display to the user. You are free to modify
12+
| these language lines according to your application's requirements.
13+
|
14+
*/
15+
16+
'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.',
17+
'password' => 'Girilen şifre yanlış.',
18+
'throttle' => 'Çok fazla giriş denemesi yapıldı. Lütfen :seconds saniye sonra tekrar deneyin.',
19+
20+
];

lang/tr/labels.php

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
<?php
2+
3+
return [
4+
'text' => [
5+
'first_name' => 'Ad',
6+
'last_name' => 'Soyad',
7+
'name' => 'İsim',
8+
'username' => 'Kullanıcı Adı',
9+
'email' => 'E-posta',
10+
'mobile' => 'Telefon',
11+
'password' => 'Şifre (Minimum 6 karakter)',
12+
'password_confirmation' => 'Şifre (Tekrar Giriniz)',
13+
'gender' => 'Cinsiyet',
14+
'register' => 'Şimdi Kayıt Ol',
15+
'login' => 'Giriş Yap',
16+
'login_to_account' => 'Hesaba giriş yap',
17+
'need_help' => 'Yardıma mı ihtiyacınız var?',
18+
'select_an_option' => 'Lütfen Seçiniz',
19+
'profile' => 'Profil',
20+
'logout' => 'Çıkış Yap',
21+
'male' => 'Erkek',
22+
'female' => 'Kadın',
23+
'hijra' => 'Hijra',
24+
'other' => 'Diğer',
25+
'Male' => 'Erkek',
26+
'Female' => 'Kadın',
27+
'Hijra' => 'Hijra',
28+
'Other' => 'Diğer',
29+
'edit_profile' => 'Profili Düzenle',
30+
'category_name' => 'Kategori',
31+
],
32+
33+
'backend' => [
34+
'users' => [
35+
'index' => [
36+
'action' => 'Liste',
37+
'title' => 'Kullanıcılar',
38+
'sub-title' => 'Kullanıcı Yönetimi',
39+
],
40+
'profile' => [
41+
'action' => 'Göster',
42+
'title' => 'Kullanıcı Profili',
43+
'sub-title' => 'Kullanıcı Yönetimi',
44+
'profile' => 'Profil',
45+
],
46+
'show' => [
47+
'action' => 'Göster',
48+
'title' => 'Kullanıcılar',
49+
'sub-title' => 'Kullanıcı Yönetimi',
50+
'profile' => 'Profil',
51+
],
52+
'edit' => [
53+
'action' => 'Düzenle',
54+
'title' => 'Kullanıcılar',
55+
'sub-title' => 'Kullanıcı Yönetimi',
56+
],
57+
'create' => [
58+
'action' => 'Oluştur',
59+
'title' => 'Kullanıcılar',
60+
'sub-title' => 'Kullanıcı Yönetimi',
61+
],
62+
'fields' => [
63+
'name' => 'İsim',
64+
'first_name' => 'Ad',
65+
'last_name' => 'Soyad',
66+
'email' => 'E-posta',
67+
'username' => 'Kullanıcı Adı',
68+
'mobile' => 'Telefon',
69+
'gender' => 'Cinsiyet',
70+
'date_of_birth' => 'Doğum Tarihi',
71+
'url_website' => 'Web Sitesi',
72+
'url_facebook' => 'Facebook',
73+
'url_twitter' => 'Twitter',
74+
'url_googleplus' => 'Google Plus',
75+
'url_linkedin' => 'LinkedIn',
76+
'profile_privecy' => 'Profil Gizliliği',
77+
'address' => 'Adres',
78+
'bio' => 'Biyografi',
79+
'login_count' => 'Giriş Sayısı',
80+
'last_ip' => 'Son IP',
81+
'last_login' => 'Son Giriş',
82+
'password' => 'Şifre',
83+
'password_confirmation' => 'Şifre Onayı',
84+
'confirmed' => 'Onaylandı',
85+
'active' => 'Aktif',
86+
'email_credentials' => 'E-posta Kimlik Bilgileri',
87+
'roles' => 'Roller',
88+
'permissions' => 'İzinler',
89+
'social' => 'Sosyal',
90+
'picture' => 'Resim',
91+
'avatar' => 'Avatar',
92+
'status' => 'Durum',
93+
'created_at' => 'Oluşturulma Tarihi',
94+
'updated_at' => 'Güncellenme Tarihi',
95+
],
96+
97+
],
98+
'roles' => [
99+
'index' => [
100+
'action' => 'Liste',
101+
'title' => 'Roller',
102+
'sub-title' => 'Rol Yönetimi',
103+
],
104+
'show' => [
105+
'action' => 'Göster',
106+
'title' => 'Roller',
107+
'sub-title' => 'Rol Yönetimi',
108+
'profile' => 'Profil',
109+
],
110+
'edit' => [
111+
'action' => 'Düzenle',
112+
'title' => 'Roller',
113+
'sub-title' => 'Rol Yönetimi',
114+
],
115+
'create' => [
116+
'action' => 'Oluştur',
117+
'title' => 'Roller',
118+
'sub-title' => 'Rol Yönetimi',
119+
],
120+
'fields' => [
121+
'name' => 'İsim',
122+
'status' => 'Durum',
123+
'permissions' => 'İzinler',
124+
'created_at' => 'Oluşturulma Tarihi',
125+
'updated_at' => 'Güncellenme Tarihi',
126+
],
127+
128+
],
129+
'action' => 'İşlem',
130+
'create' => 'Oluştur',
131+
'edit' => 'Düzenle',
132+
'changePassword' => 'Şifre Değiştir',
133+
'delete' => 'Sil',
134+
'restore' => 'Geri Yükle',
135+
'save' => 'Kaydet',
136+
'show' => 'Göster',
137+
'update' => 'Güncelle',
138+
'total' => 'Toplam',
139+
'block' => 'Engelle',
140+
'unblock' => 'Engeli Kaldır',
141+
'cancel' => 'İptal',
142+
],
143+
144+
'buttons' => [
145+
'general' => [
146+
'create' => 'Oluştur',
147+
'save' => 'Kaydet',
148+
'cancel' => 'İptal',
149+
'update' => 'Güncelle',
150+
],
151+
],
152+
153+
];

0 commit comments

Comments
 (0)