mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
0d17d18d07
* New translations common.php (Latvian) * New translations entities.php (Latvian) * New translations activities.php (Italian) * New translations common.php (Italian) * New translations entities.php (Italian) * New translations errors.php (Italian) * New translations settings.php (Italian) * New translations common.php (Spanish, Argentina) * New translations entities.php (Spanish, Argentina) * New translations activities.php (Spanish, Argentina) * New translations common.php (Spanish, Argentina) * New translations common.php (French) * New translations common.php (Swedish) * New translations activities.php (Swedish) * New translations common.php (Swedish) * New translations entities.php (Swedish) * New translations errors.php (Swedish) * New translations settings.php (Swedish) * New translations validation.php (Bulgarian) * New translations validation.php (Bulgarian) * New translations common.php (Bulgarian) * New translations validation.php (Bulgarian) * New translations settings.php (Bulgarian) * New translations activities.php (Indonesian) * New translations settings.php (Bulgarian) * New translations common.php (Bulgarian) * New translations entities.php (Bulgarian) * New translations activities.php (Turkish) * New translations settings.php (Bulgarian) * New translations components.php (Bulgarian) * New translations activities.php (Russian) * New translations common.php (Russian) * New translations entities.php (Russian) * New translations common.php (Russian) * New translations entities.php (Russian)
94 lines
3.0 KiB
PHP
94 lines
3.0 KiB
PHP
<?php
|
|
/**
|
|
* Common elements found throughout many areas of BookStack.
|
|
*/
|
|
return [
|
|
|
|
// Buttons
|
|
'cancel' => 'Atcelt',
|
|
'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',
|
|
'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',
|
|
'fullscreen' => 'Pilnekrāns',
|
|
'favourite' => 'Pievienot favorītiem',
|
|
'unfavourite' => 'Noņemt no favorītiem',
|
|
'next' => 'Nākamais',
|
|
'previous' => 'Iepriekšējais',
|
|
|
|
// 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',
|
|
'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',
|
|
|
|
// Header
|
|
'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',
|
|
|
|
// 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',
|
|
];
|