]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/entities.php
Adds autofocus on the email field of the standard login page.
[bookstack] / resources / lang / ja / entities.php
index c08c4998bdd2c2412f410e5df326c309208d1fc0..f177154f442ff37d8bfed961dc09952c625fcb0f 100644 (file)
@@ -257,4 +257,11 @@ return [
     'comment_updated_success' => 'コメントを更新しました',
     'comment_delete_confirm' => '本当にこのコメントを削除しますか?',
     'comment_in_reply_to' => ':commentIdへ返信',
+
+     /**
+     * Revision
+     */
+    'revision_delete_confirm' => 'このリビジョンを削除しますか?',
+    'revision_delete_success' => 'リビジョンを削除しました',
+    'revision_cannot_delete_latest' => '最新のリビジョンを削除できません。'
 ];