mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-02 06:43:10 +08:00
Adding languages for the revision deletion.
This commit is contained in:
@ -257,4 +257,9 @@ return [
|
||||
'comment_updated_success' => 'コメントを更新しました',
|
||||
'comment_delete_confirm' => '本当にこのコメントを削除しますか?',
|
||||
'comment_in_reply_to' => ':commentIdへ返信',
|
||||
|
||||
/**
|
||||
* Revision
|
||||
*/
|
||||
'revision_delete_confirm' => 'このリビジョンを削除しますか?',
|
||||
];
|
||||
|
Reference in New Issue
Block a user