mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 20:51:57 +08:00
Moved text for errors and form views.
Updated 404 page with additional links
This commit is contained in:
@ -13,4 +13,14 @@ return [
|
||||
*/
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'role' => 'Role',
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
'actions' => 'Actions',
|
||||
'view' => 'View',
|
||||
'create' => 'Create',
|
||||
'update' => 'Update',
|
||||
'delete' => 'Delete',
|
||||
];
|
@ -12,7 +12,6 @@ return [
|
||||
'edit' => 'Edit',
|
||||
'sort' => 'Sort',
|
||||
'move' => 'Move',
|
||||
'permissions' => 'Permissions',
|
||||
'delete' => 'Delete',
|
||||
'meta_created' => 'Created :timeLength',
|
||||
'meta_created_name' => 'Created :timeLength by :user',
|
||||
@ -20,6 +19,14 @@ return [
|
||||
'meta_updated_name' => 'Updated :timeLength by :user',
|
||||
'x_pages' => ':count Pages',
|
||||
|
||||
/**
|
||||
* Permissions and restrictions
|
||||
*/
|
||||
'permissions' => 'Permissions',
|
||||
'permissions_intro' => 'Once enabled, These permissions will take priority over any set role permissions.',
|
||||
'permissions_enable' => 'Enable Custom Permissions',
|
||||
'permissions_save' => 'Save Permissions',
|
||||
|
||||
/**
|
||||
* Search
|
||||
*/
|
||||
@ -53,6 +60,7 @@ return [
|
||||
/**
|
||||
* Chapters
|
||||
*/
|
||||
'chapters_popular' => 'Popular Chapters',
|
||||
'chapters_new' => 'New Chapter',
|
||||
'chapters_create' => 'Create New Chapter',
|
||||
'chapters_delete' => 'Delete Chapter',
|
||||
@ -69,6 +77,7 @@ return [
|
||||
/**
|
||||
* Pages
|
||||
*/
|
||||
'pages_popular' => 'Popular Pages',
|
||||
'pages_new' => 'New Page',
|
||||
'pages_attachments' => 'Attachments',
|
||||
'pages_navigation' => 'Page Navigation',
|
||||
|
@ -6,7 +6,15 @@ return [
|
||||
* Error text strings.
|
||||
*/
|
||||
|
||||
// Pages
|
||||
// Permissions
|
||||
'permission' => 'You do not have permission to access the requested page.',
|
||||
'permissionJson' => 'You do not have permission to perform the requested action.'
|
||||
'permissionJson' => 'You do not have permission to perform the requested action.',
|
||||
|
||||
// Error pages
|
||||
'page_not_found' => 'Page Not Found',
|
||||
'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.',
|
||||
'return_home' => 'Return to home',
|
||||
'error_occurred' => 'An Error Occurred',
|
||||
'app_down' => ':appName is down right now',
|
||||
'back_soon' => 'It will be back up soon.',
|
||||
];
|
Reference in New Issue
Block a user