Compare commits

..

No commits in common. "97a46bc32275a3d871ac53f132ad97e8cff0ae1f" and "6cbcfb4579cbcc412d814ee5d0ae97aefc069416" have entirely different histories.

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' => 'kullanıcı silindi',
'user_delete' => 'deleted user',
'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' => 'Yeni sayfa :pageName',
'new_page_subject' => 'New page: :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:',