Skip to content

Commit

Permalink
Add Turkish translation for activities.php (lang-tr)
Browse files Browse the repository at this point in the history
  • Loading branch information
haykaf authored Nov 2, 2023
1 parent 07e763a commit 5cf4588
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 5cf4588

Please sign in to comment.