BookStack/lang/ku/common.php

114 lines
3.9 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'لابردن',
'close' => 'داخستن',
'confirm' => 'دڵنیام',
'back' => 'گەڕانەوە',
'save' => 'پاشەکەوتکردن',
'continue' => 'بەردەوامبە',
'select' => 'هەڵبژێرە',
'toggle_all' => 'Toggle All',
'more' => 'زیاتر',
// Form Labels
'name' => 'ناو',
'description' => 'وردەکاری',
'role' => 'توانا',
'cover_image' => 'وێنەی کەڤەر',
'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.',
// Actions
'actions' => 'کردارەکان',
'view' => 'بینین',
'view_all' => 'بینینی هەموو',
'new' => 'نوێ',
'create' => 'دروستکردن',
'update' => 'نوێکردنەوە',
'edit' => 'دەسکاریکردن',
'sort' => 'ڕیزکردن',
'move' => 'جوڵاندن',
'copy' => 'لەبەرگرتنەوە',
'reply' => 'وەڵامدانەوە',
'delete' => 'سڕینەوە',
'delete_confirm' => 'دڵنیام لە سڕینەوە',
'search' => 'گەڕان',
'search_clear' => 'پاککردنه‌وه‌ی گه‌ڕان',
'reset' => 'ڕێکخستنەوە',
'remove' => 'لابردن',
'add' => 'زیادکردن',
'configure' => 'شێوەپێدان',
'manage' => 'بەڕیوەبردن',
'fullscreen' => 'پڕ شاشە',
'favourite' => 'ئارەزووەکان',
'unfavourite' => 'Unfavourite',
'next' => 'دواتر',
'previous' => 'پێشتر',
'filter_active' => 'Active Filter:',
'filter_clear' => 'Clear Filter',
'download' => 'دابەزاندن',
'open_in_tab' => 'Open in Tab',
'open' => 'کردنه‌وه‌',
// Sort Options
'sort_options' => 'Sort Options',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Sort Ascending',
'sort_descending' => 'Sort Descending',
'sort_name' => 'ناو',
'sort_default' => 'Default',
'sort_created_at' => 'Created Date',
'sort_updated_at' => 'Updated Date',
// Misc
'deleted_user' => 'Deleted User',
'no_activity' => 'No activity to show',
'no_items' => 'No items available',
'back_to_top' => 'گەڕانەوە بۆ سەرەوە',
'skip_to_main_content' => 'Skip to main content',
'toggle_details' => 'Toggle Details',
'toggle_thumbnails' => 'Toggle Thumbnails',
'details' => 'وردەکاریەکان',
'grid_view' => 'Grid View',
'list_view' => 'List View',
'default' => 'Default',
'breadcrumb' => 'Breadcrumb',
'status' => 'Status',
'status_active' => 'Active',
'status_inactive' => 'Inactive',
'never' => 'Never',
'none' => 'هیچ',
// Header
'homepage' => 'پەرەی سەرەكی',
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => 'Profile Menu',
'view_profile' => 'View Profile',
'edit_profile' => 'ڕێکخستنی دۆسیەی تایبەت',
'dark_mode' => 'جۆری ڕەش',
'light_mode' => 'دۆخی ڕووناک',
'global_search' => 'Global Search',
// Layout tabs
'tab_info' => 'Info',
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_content' => 'ناوەڕۆک',
'tab_content_label' => 'Tab: Show Primary Content',
// Email Content
'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
'email_rights' => 'All rights reserved',
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'ڕێبازی مافی کەسیی',
'terms_of_service' => 'مەرجەکانی خزمەت',
// OpenSearch
'opensearch_description' => 'Search :appName',
];