]> BookStack Code Mirror - bookstack/blob - lang/ka/common.php
Deps: Updated composer/npm packages, fixed test namespace
[bookstack] / lang / ka / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancel',
9     'close' => 'Close',
10     'confirm' => 'Confirm',
11     'back' => 'Back',
12     'save' => 'Save',
13     'continue' => 'Continue',
14     'select' => 'Select',
15     'toggle_all' => 'Toggle All',
16     'more' => 'More',
17
18     // Form Labels
19     'name' => 'Name',
20     'description' => 'Description',
21     'role' => 'Role',
22     'cover_image' => 'Cover image',
23     'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
24
25     // Actions
26     'actions' => 'Actions',
27     'view' => 'View',
28     'view_all' => 'View All',
29     'new' => 'New',
30     'create' => 'Create',
31     'update' => 'Update',
32     'edit' => 'Edit',
33     'sort' => 'Sort',
34     'move' => 'Move',
35     'copy' => 'Copy',
36     'reply' => 'Reply',
37     'delete' => 'Delete',
38     'delete_confirm' => 'Confirm Deletion',
39     'search' => 'Search',
40     'search_clear' => 'Clear Search',
41     'reset' => 'Reset',
42     'remove' => 'Remove',
43     'add' => 'Add',
44     'configure' => 'Configure',
45     'manage' => 'Manage',
46     'fullscreen' => 'Fullscreen',
47     'favourite' => 'Favourite',
48     'unfavourite' => 'Unfavourite',
49     'next' => 'Next',
50     'previous' => 'Previous',
51     'filter_active' => 'Active Filter:',
52     'filter_clear' => 'Clear Filter',
53     'download' => 'Download',
54     'open_in_tab' => 'Open in Tab',
55     'open' => 'Open',
56
57     // Sort Options
58     'sort_options' => 'Sort Options',
59     'sort_direction_toggle' => 'Sort Direction Toggle',
60     'sort_ascending' => 'Sort Ascending',
61     'sort_descending' => 'Sort Descending',
62     'sort_name' => 'Name',
63     'sort_default' => 'Default',
64     'sort_created_at' => 'Created Date',
65     'sort_updated_at' => 'Updated Date',
66
67     // Misc
68     'deleted_user' => 'Deleted User',
69     'no_activity' => 'No activity to show',
70     'no_items' => 'No items available',
71     'back_to_top' => 'Back to top',
72     'skip_to_main_content' => 'Skip to main content',
73     'toggle_details' => 'Toggle Details',
74     'toggle_thumbnails' => 'Toggle Thumbnails',
75     'details' => 'Details',
76     'grid_view' => 'Grid View',
77     'list_view' => 'List View',
78     'default' => 'Default',
79     'breadcrumb' => 'Breadcrumb',
80     'status' => 'Status',
81     'status_active' => 'Active',
82     'status_inactive' => 'Inactive',
83     'never' => 'Never',
84     'none' => 'None',
85
86     // Header
87     'homepage' => 'Homepage',
88     'header_menu_expand' => 'Expand Header Menu',
89     'profile_menu' => 'Profile Menu',
90     'view_profile' => 'View Profile',
91     'edit_profile' => 'Edit Profile',
92     'dark_mode' => 'Dark Mode',
93     'light_mode' => 'Light Mode',
94     'global_search' => 'Global Search',
95
96     // Layout tabs
97     'tab_info' => 'Info',
98     'tab_info_label' => 'Tab: Show Secondary Information',
99     'tab_content' => 'Content',
100     'tab_content_label' => 'Tab: Show Primary Content',
101
102     // Email Content
103     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
104     'email_rights' => 'All rights reserved',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Privacy Policy',
109     'terms_of_service' => 'Terms of Service',
110
111     // OpenSearch
112     'opensearch_description' => 'Search :appName',
113 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.