]> BookStack Code Mirror - bookstack/blob - lang/lv/components.php
CSS: Updated status colors to be CSS variables, Added dark variants
[bookstack] / lang / lv / components.php
1 <?php
2 /**
3  * Text used in custom JavaScript driven components.
4  */
5 return [
6
7     // Image Manager
8     'image_select' => 'Attēla izvēle',
9     'image_upload' => 'Upload Image',
10     'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
11     'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
12     'image_all' => 'Visi',
13     'image_all_title' => 'Skatīt visus attēlus',
14     'image_book_title' => 'Apskatīt augšupielādētos attēlus šajā grāmatā',
15     'image_page_title' => 'Apskatīt augšupielādētos attēlus šajā lapā',
16     'image_search_hint' => 'Meklēt pēc attēla vārda',
17     'image_uploaded' => 'Augšupielādēts :uploadedDate',
18     'image_load_more' => 'Ielādēt vairāk',
19     'image_image_name' => 'Attēla nosaukums',
20     'image_delete_used' => 'Šis attēls ir ievietots zemāk redzamajās lapās.',
21     'image_delete_confirm_text' => 'Vai tiešām vēlaties dzēst šo attēlu?',
22     'image_select_image' => 'Atlasīt attēlu',
23     'image_dropzone' => 'Ievilkt attēlu vai klikšķinat šeit, lai augšupielādētu',
24     'image_dropzone_drop' => 'Drop images here to upload',
25     'images_deleted' => 'Dzēstie attēli',
26     'image_preview' => 'Attēla priekšskatījums',
27     'image_upload_success' => 'Attēls ir veiksmīgi augšupielādēts',
28     'image_update_success' => 'Attēlā informācija ir veiksmīgi atjunināta',
29     'image_delete_success' => 'Attēls veiksmīgi dzēsts',
30
31     // Code Editor
32     'code_editor' => 'Rediģēt kodu',
33     'code_language' => 'Koda valoda',
34     'code_content' => 'Koda teksts',
35     'code_session_history' => 'Sesijas vēsture',
36     'code_save' => 'Saglabāt kodu',
37 ];