]> BookStack Code Mirror - bookstack/blob - lang/ku/common.php
Updated translations with latest Crowdin changes (#5622)
[bookstack] / lang / ku / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'لابردن',
9     'close' => 'داخستن',
10     'confirm' => 'دڵنیام',
11     'back' => 'گەڕانەوە',
12     'save' => 'پاشەکەوتکردن',
13     'continue' => 'بەردەوامبە',
14     'select' => 'هەڵبژێرە',
15     'toggle_all' => 'Toggle All',
16     'more' => 'زیاتر',
17
18     // Form Labels
19     'name' => 'ناو',
20     'description' => 'وردەکاری',
21     'role' => 'توانا',
22     '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' => 'کردارەکان',
27     'view' => 'بینین',
28     'view_all' => 'بینینی هەموو',
29     'new' => 'نوێ',
30     'create' => 'دروستکردن',
31     'update' => 'نوێکردنەوە',
32     'edit' => 'دەسکاریکردن',
33     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'ڕیزکردن',
36     'move' => 'جوڵاندن',
37     'copy' => 'لەبەرگرتنەوە',
38     'reply' => 'وەڵامدانەوە',
39     'delete' => 'سڕینەوە',
40     'delete_confirm' => 'دڵنیام لە سڕینەوە',
41     'search' => 'گەڕان',
42     'search_clear' => 'پاککردنه‌وه‌ی گه‌ڕان',
43     'reset' => 'ڕێکخستنەوە',
44     'remove' => 'لابردن',
45     'add' => 'زیادکردن',
46     'configure' => 'شێوەپێدان',
47     'manage' => 'بەڕیوەبردن',
48     'fullscreen' => 'پڕ شاشە',
49     'favourite' => 'ئارەزووەکان',
50     'unfavourite' => 'Unfavourite',
51     'next' => 'دواتر',
52     'previous' => 'پێشتر',
53     'filter_active' => 'Active Filter:',
54     'filter_clear' => 'Clear Filter',
55     'download' => 'دابەزاندن',
56     'open_in_tab' => 'Open in Tab',
57     'open' => 'کردنه‌وه‌',
58
59     // Sort Options
60     'sort_options' => 'Sort Options',
61     'sort_direction_toggle' => 'Sort Direction Toggle',
62     'sort_ascending' => 'Sort Ascending',
63     'sort_descending' => 'Sort Descending',
64     'sort_name' => 'ناو',
65     'sort_default' => 'Default',
66     'sort_created_at' => 'Created Date',
67     'sort_updated_at' => 'Updated Date',
68
69     // Misc
70     'deleted_user' => 'Deleted User',
71     'no_activity' => 'No activity to show',
72     'no_items' => 'No items available',
73     'back_to_top' => 'گەڕانەوە بۆ سەرەوە',
74     'skip_to_main_content' => 'Skip to main content',
75     'toggle_details' => 'Toggle Details',
76     'toggle_thumbnails' => 'Toggle Thumbnails',
77     'details' => 'وردەکاریەکان',
78     'grid_view' => 'Grid View',
79     'list_view' => 'List View',
80     'default' => 'Default',
81     'breadcrumb' => 'Breadcrumb',
82     'status' => 'Status',
83     'status_active' => 'Active',
84     'status_inactive' => 'Inactive',
85     'never' => 'Never',
86     'none' => 'هیچ',
87
88     // Header
89     'homepage' => 'پەرەی سەرەكی',
90     'header_menu_expand' => 'Expand Header Menu',
91     'profile_menu' => 'Profile Menu',
92     'view_profile' => 'View Profile',
93     'edit_profile' => 'ڕێکخستنی دۆسیەی تایبەت',
94     'dark_mode' => 'جۆری ڕەش',
95     'light_mode' => 'دۆخی ڕووناک',
96     'global_search' => 'Global Search',
97
98     // Layout tabs
99     'tab_info' => 'Info',
100     'tab_info_label' => 'Tab: Show Secondary Information',
101     'tab_content' => 'ناوەڕۆک',
102     'tab_content_label' => 'Tab: Show Primary Content',
103
104     // Email Content
105     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
106     'email_rights' => 'All rights reserved',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'ڕێبازی مافی کەسیی',
111     'terms_of_service' => 'مەرجەکانی خزمەت',
112
113     // OpenSearch
114     'opensearch_description' => 'Search :appName',
115 ];