]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Update pt_BR translations
[bookstack] / resources / lang / en / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => 'Cancel',
8     'confirm' => 'Confirm',
9     'back' => 'Back',
10     'save' => 'Save',
11     'continue' => 'Continue',
12     'select' => 'Select',
13     'more' => 'More',
14
15     /**
16      * Form Labels
17      */
18     'name' => 'Name',
19     'description' => 'Description',
20     'role' => 'Role',
21
22     /**
23      * Actions
24      */
25     'actions' => 'Actions',
26     'view' => 'View',
27     'create' => 'Create',
28     'update' => 'Update',
29     'edit' => 'Edit',
30     'sort' => 'Sort',
31     'move' => 'Move',
32     'reply' => 'Reply',
33     'delete' => 'Delete',
34     'search' => 'Search',
35     'search_clear' => 'Clear Search',
36     'reset' => 'Reset',
37     'remove' => 'Remove',
38     'add' => 'Add',
39
40     /**
41      * Misc
42      */
43     'deleted_user' => 'Deleted User',
44     'no_activity' => 'No activity to show',
45     'no_items' => 'No items available',
46     'back_to_top' => 'Back to top',
47     'toggle_details' => 'Toggle Details',
48     'details' => 'Details',
49
50     /**
51      * Header
52      */
53     'view_profile' => 'View Profile',
54     'edit_profile' => 'Edit Profile',
55
56     /**
57      * Email Content
58      */
59     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
60     'email_rights' => 'All rights reserved',
61 ];