<?php
/**
 * Common elements found throughout many areas of BookStack.
 */
return [

    // Buttons
    'cancel' => 'Atcelt',
    'close' => 'Aizvērt',
    'confirm' => 'Apstiprināt',
    'back' => 'Atpakaļ',
    'save' => 'Saglabāt',
    'continue' => 'Turpināt',
    'select' => 'Atlasīt',
    'toggle_all' => 'Iezīmēt visus',
    'more' => 'Vairāk',

    // Form Labels
    'name' => 'Nosaukums',
    'description' => 'Apraksts',
    'role' => 'Loma',
    'cover_image' => 'Vāka attēls',
    'cover_image_description' => 'Šim attēlam būtu jābūt aptuveni 440x250px.',

    // Actions
    'actions' => 'Darbības',
    'view' => 'Skatīt',
    'view_all' => 'Skatīt visus',
    'new' => 'Jauns',
    'create' => 'Izveidot',
    'update' => 'Atjaunināt',
    'edit' => 'Rediģēt',
    'sort' => 'Kārtot',
    'move' => 'Pārvietot',
    'copy' => 'Kopēt',
    'reply' => 'Atbildēt',
    'delete' => 'Dzēst',
    'delete_confirm' => 'Apstipriniet dzēšanu',
    'search' => 'Meklēt',
    'search_clear' => 'Notīrīt meklēšanu',
    'reset' => 'Atiestatīt',
    'remove' => 'Noņemt',
    'add' => 'Pievienot',
    'configure' => 'Mainīt konfigurāciju',
    'manage' => 'Pārvaldīt',
    'fullscreen' => 'Pilnekrāns',
    'favourite' => 'Pievienot favorītiem',
    'unfavourite' => 'Noņemt no favorītiem',
    'next' => 'Nākamais',
    'previous' => 'Iepriekšējais',
    'filter_active' => 'Aktīvais filtrs:',
    'filter_clear' => 'Notīrīt filtru',
    'download' => 'Lejupielādēt',
    'open_in_tab' => 'Atvērt cilnē',
    'open' => 'Atvērt',

    // Sort Options
    'sort_options' => 'Kārtošanas Opcijas',
    'sort_direction_toggle' => 'Pārslēgt kārtošanas virzienu',
    'sort_ascending' => 'Kārtot Augoši',
    'sort_descending' => 'Kārtot Dilstoši',
    'sort_name' => 'Vārds',
    'sort_default' => 'Noklusējums',
    'sort_created_at' => 'Izveidošanas Datums',
    'sort_updated_at' => 'Atjaunināšanas datums',

    // Misc
    'deleted_user' => 'Dzēsts lietotājs',
    'no_activity' => 'Nav skatāmu darbību',
    'no_items' => 'Vienumi nav pieejami',
    'back_to_top' => 'Uz augšu',
    'skip_to_main_content' => 'Pāriet uz saturu',
    'toggle_details' => 'Rādīt aprakstu',
    'toggle_thumbnails' => 'Iezīmēt sīkatēlus',
    'details' => 'Sīkāka informācija',
    'grid_view' => 'Režģa Skats',
    'list_view' => 'Saraksta Skats',
    'default' => 'Noklusējums',
    'breadcrumb' => 'Navigācija',
    'status' => 'Statuss',
    'status_active' => 'Aktīvs',
    'status_inactive' => 'Neaktīvs',
    'never' => 'Nekad',
    'none' => 'Neviens',

    // Header
    'homepage' => 'Sākumlapa',
    'header_menu_expand' => 'Izvērst galvenes izvēlni',
    'profile_menu' => 'Profila izvēlne',
    'view_profile' => 'Apskatīt profilu',
    'edit_profile' => 'Rediģēt profilu',
    'dark_mode' => 'Tumšais režīms',
    'light_mode' => 'Gaišais režīms',
    'global_search' => 'Vispārējā meklēšana',

    // Layout tabs
    'tab_info' => 'Informācija',
    'tab_info_label' => 'Tab: Rādīt sekundāro informāciju',
    'tab_content' => 'Saturs',
    'tab_content_label' => 'Tab: Rādīt galveno saturu',

    // Email Content
    'email_action_help' => 'Ja ir problēmas noklikšķināt ":actionText" pogu, nokopē un ievieto saiti savā interneta pārlūkā:',
    'email_rights' => 'Visas tiesības aizsargātas',

    // Footer Link Options
    // Not directly used but available for convenience to users.
    'privacy_policy' => 'Privātuma politika',
    'terms_of_service' => 'Pakalpojuma noteikumi',
];