mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Compare commits
No commits in common. "97a46bc32275a3d871ac53f132ad97e8cff0ae1f" and "6cbcfb4579cbcc412d814ee5d0ae97aefc069416" have entirely different histories.
97a46bc322
...
6cbcfb4579
@ -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
|
||||
|
@ -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:',
|
||||
|
Loading…
Reference in New Issue
Block a user