mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Compare commits
2 Commits
6cbcfb4579
...
97a46bc322
Author | SHA1 | Date | |
---|---|---|---|
|
97a46bc322 | ||
|
2ba311cb41 |
@ -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
|
||||
|
@ -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:',
|
||||
|
Loading…
Reference in New Issue
Block a user