Skip to content

Commit

Permalink
Merge pull request #28 from aslanutku/feature/lang-tr
Browse files Browse the repository at this point in the history
Add Turkish translation for activities.php (lang-tr)
  • Loading branch information
pxlrbt authored Nov 3, 2023
2 parents 07e763a + 5cf4588 commit 63b4644
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/tr/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Geçmiş',

'title' => ':record Geçmişi',

'default_datetime_format' => 'd.m.Y, H:i:s',

'table' => [
'field' => 'Alan',
'old' => 'Eski Değer',
'new' => 'Yeni Değer',
'restore' => 'Geri Yükle',
],

'events' => [
'updated' => 'Güncellendi',
'created' => 'Oluşturuldu',
'deleted' => 'Silindi',
'restored' => 'Geri Yüklendi',
'restore_successful' => 'Başarıyla Geri Yüklendi',
'restore_failed' => 'Geri Yükleme Başarısız',
],
];

0 comments on commit 63b4644

Please sign in to comment.