]> BookStack Code Mirror - bookstack/blob - resources/lang/fa/common.php
Updated styles to use logical properties/values
[bookstack] / resources / lang / fa / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancel',
9     'confirm' => 'Confirm',
10     'back' => 'Back',
11     'save' => 'Save',
12     'continue' => 'Continue',
13     'select' => 'Select',
14     'toggle_all' => 'Toggle All',
15     'more' => 'More',
16
17     // Form Labels
18     'name' => 'Name',
19     'description' => 'Description',
20     'role' => 'Role',
21     'cover_image' => 'Cover image',
22     'cover_image_description' => 'This image should be approx 440x250px.',
23     
24     // Actions
25     'actions' => 'Actions',
26     'view' => 'View',
27     'view_all' => 'View All',
28     'create' => 'Create',
29     'update' => 'Update',
30     'edit' => 'Edit',
31     'sort' => 'Sort',
32     'move' => 'Move',
33     'copy' => 'Copy',
34     'reply' => 'Reply',
35     'delete' => 'Delete',
36     'search' => 'Search',
37     'search_clear' => 'Clear Search',
38     'reset' => 'Reset',
39     'remove' => 'Remove',
40     'add' => 'Add',
41     'fullscreen' => 'Fullscreen',
42
43     // Sort Options
44     'sort_options' => 'Sort Options',
45     'sort_direction_toggle' => 'Sort Direction Toggle',
46     'sort_ascending' => 'Sort Ascending',
47     'sort_descending' => 'Sort Descending',
48     'sort_name' => 'Name',
49     'sort_created_at' => 'Created Date',
50     'sort_updated_at' => 'Updated Date',
51
52     // Misc
53     'deleted_user' => 'Deleted User',
54     'no_activity' => 'No activity to show',
55     'no_items' => 'No items available',
56     'back_to_top' => 'Back to top',
57     'toggle_details' => 'Toggle Details',
58     'toggle_thumbnails' => 'Toggle Thumbnails',
59     'details' => 'Details',
60     'grid_view' => 'Grid View',
61     'list_view' => 'List View',
62     'default' => 'Default',
63     'breadcrumb' => 'Breadcrumb',
64
65     // Header
66     'profile_menu' => 'Profile Menu',
67     'view_profile' => 'View Profile',
68     'edit_profile' => 'Edit Profile',
69
70     // Layout tabs
71     'tab_info' => 'Info',
72     'tab_content' => 'Content',
73
74     // Email Content
75     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
76     'email_rights' => 'All rights reserved',
77 ];