Compare commits

...

2 Commits

Author SHA1 Message Date
Dan Brown
97a46bc322 New translations notifications.php (Turkish) 2024-09-30 12:16:07 +01:00
Dan Brown
2ba311cb41 New translations activities.php (Turkish) 2024-09-30 12:16:06 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ return [
'user_create_notification' => 'Kullanıcı başarıyla oluşturuldu',
'user_update' => 'updated user',
'user_update_notification' => 'Kullanıcı başarıyla güncellendi',
'user_delete' => 'deleted user',
'user_delete' => 'kullanıcı silindi',
'user_delete_notification' => 'Kullanıcı başarıyla silindi',
// API Tokens

View File

@ -6,7 +6,7 @@ return [
'new_comment_subject' => 'New comment on page: :pageName',
'new_comment_intro' => 'A user has commented on a page in :appName:',
'new_page_subject' => 'New page: :pageName',
'new_page_subject' => 'Yeni sayfa :pageName',
'new_page_intro' => 'A new page has been created in :appName:',
'updated_page_subject' => 'Updated page: :pageName',
'updated_page_intro' => 'A page has been updated in :appName:',