BookStack/lang/sr/common.php

110 lines
3.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'Поништи',
'close' => 'Затвори',
'confirm' => 'Потврди',
'back' => 'Назад',
'save' => 'Сачувај',
'continue' => 'Настави',
'select' => 'Изабери',
'toggle_all' => 'Сакриј/Прикажи све',
'more' => 'Више',
// Form Labels
'name' => 'Назив',
'description' => 'Опис',
'role' => 'Улога',
'cover_image' => 'Насловна слика',
'cover_image_description' => 'Препоручена величина слике је 440x250px.',
// 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' => 'Уклони из "Омиљено"',
'next' => 'Даље',
'previous' => 'Претходно',
'filter_active' => 'Активни филтер:',
'filter_clear' => 'Уклони филтер',
'download' => 'Преузимања',
'open_in_tab' => 'Отвори у картици',
'open' => 'Отвори',
// Sort Options
'sort_options' => 'Опције сортирања',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Поређај растуће',
'sort_descending' => 'Поређај опадајуће',
'sort_name' => 'Назив',
'sort_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' => 'Back to top',
'skip_to_main_content' => 'Skip to main content',
'toggle_details' => 'Toggle Details',
'toggle_thumbnails' => 'Toggle Thumbnails',
'details' => 'Details',
'grid_view' => 'Grid View',
'list_view' => 'List View',
'default' => 'Default',
'breadcrumb' => 'Breadcrumb',
'status' => 'Status',
'status_active' => 'Active',
'status_inactive' => 'Inactive',
'never' => 'Never',
'none' => 'None',
// Header
'homepage' => 'Homepage',
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => 'Profile Menu',
'view_profile' => 'View Profile',
'edit_profile' => 'Edit Profile',
'dark_mode' => 'Dark Mode',
'light_mode' => 'Light Mode',
'global_search' => 'Global Search',
// Layout tabs
'tab_info' => 'Info',
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_content' => 'Content',
'tab_content_label' => 'Tab: Show Primary Content',
// Email Content
'email_action_help' => 'If youre 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' => 'Privacy Policy',
'terms_of_service' => 'Terms of Service',
];