]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/lv/entities.php
Guest create page: name field autofocus
[bookstack] / resources / lang / lv / entities.php
index ec1b9c8ac4a42867540aeb72e2b101d2f668bfb9..9ef618f5261297e3b6fdb11f022db28fbca44ba4 100644 (file)
@@ -23,6 +23,7 @@ return [
     'meta_updated' => 'Atjaunināts :timeLength',
     'meta_updated_name' => ':user atjauninājis pirms :timeLength',
     'meta_owned_name' => 'Īpašnieks :user',
+    'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages',
     'entity_select' => 'Izvēlēties vienumu',
     'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
     'images' => 'Attēli',
@@ -41,10 +42,15 @@ return [
 
     // Permissions and restrictions
     'permissions' => 'Atļaujas',
-    'permissions_intro' => 'Kolīdz ieslēgtas, šīs atļaujas ņems prioritāti pār jebkurām citām uzstādītajām atļaujām.',
-    'permissions_enable' => 'Ieslēgt pielāgotās atļaujas',
+    'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.',
+    'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.',
+    'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.',
     'permissions_save' => 'Saglabāt atļaujas',
     'permissions_owner' => 'Īpašnieks',
+    'permissions_role_everyone_else' => 'Everyone Else',
+    'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.',
+    'permissions_role_override' => 'Override permissions for role',
+    'permissions_inherit_defaults' => 'Inherit defaults',
 
     // Search
     'search_results' => 'Meklēšanas rezultāti',
@@ -77,7 +83,6 @@ return [
     'shelf' => 'Plaukts',
     'shelves' => 'Plaukti',
     'x_shelves' => ':count Plaukts|:count Plaukti',
-    'shelves_long' => 'Grāmatu plautki',
     'shelves_empty' => 'Neviens plaukts nav izveidots',
     'shelves_create' => 'Izveidot jaunu plauktu',
     'shelves_popular' => 'Populāri plaukti',
@@ -91,20 +96,20 @@ return [
     'shelves_drag_books' => 'Drag books below to add them to this shelf',
     'shelves_empty_contents' => 'Šim gŗamatplauktam nav pievienotu grāmatu',
     'shelves_edit_and_assign' => 'Labot plauktu, lai tam pievienotu grāmatas',
-    'shelves_edit_named' => 'Labot grāmatplauktu :name',
-    'shelves_edit' => 'Labot grāmatplauktu',
-    'shelves_delete' => 'Dzēst grāmatplauktu',
-    'shelves_delete_named' => 'Dzēst grāmatplauktu :name',
-    'shelves_delete_explain' => "Tiks dzēsts grāmatplaukts ar nosaukumu \":name\". Tajā ievietotās grāmatas netiks dzēstas.",
-    'shelves_delete_confirmation' => 'Vai esat pārliecināts, ka vēlaties dzēst šo grāmatplauktu?',
-    'shelves_permissions' => 'Grāmatplaukta atļaujas',
-    'shelves_permissions_updated' => 'Grāmatplaukta atļaujas atjauninātas',
-    'shelves_permissions_active' => 'Grāmatplaukta atļaujas ir aktīvas',
-    'shelves_permissions_cascade_warning' => 'Grāmatu plauktu atļaujas netiek automātiski pārvietotas uz grāmatām. Tas ir tāpēc, ka grāmata var atrasties vairākos plauktos. Tomēr atļaujas var nokopēt uz plauktam pievienotajām grāmatām, izmantojot zemāk norādīto opciju.',
+    'shelves_edit_named' => 'Edit Shelf :name',
+    'shelves_edit' => 'Edit Shelf',
+    'shelves_delete' => 'Delete Shelf',
+    'shelves_delete_named' => 'Delete Shelf :name',
+    'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.",
+    'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
+    'shelves_permissions' => 'Shelf Permissions',
+    'shelves_permissions_updated' => 'Shelf Permissions Updated',
+    'shelves_permissions_active' => 'Shelf Permissions Active',
+    'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
     'shelves_copy_permissions_to_books' => 'Kopēt grāmatplaukta atļaujas uz grāmatām',
     'shelves_copy_permissions' => 'Kopēt atļaujas',
-    'shelves_copy_permissions_explain' => 'Šis piemēros pašreizējās grāmatplaukta piekļuves tiesības visām tajā esošajām grāmatām. Pirms ieslēgšanas pārliecinieties, ka ir saglabātas izmaiņas grāmatplaukta piekļuves tiesībām.',
-    'shelves_copy_permission_success' => 'Grāmatplaukta atļaujas ir pārkopētas uz :count grāmatām',
+    'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
+    'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
 
     // Books
     'book' => 'Grāmata',
@@ -219,6 +224,8 @@ return [
     'pages_md_insert_image' => 'Ievietot attēlu',
     'pages_md_insert_link' => 'Ievietot vienuma saiti',
     'pages_md_insert_drawing' => 'Ievietot zīmējumu',
+    'pages_md_show_preview' => 'Show preview',
+    'pages_md_sync_scroll' => 'Sync preview scroll',
     'pages_not_in_chapter' => 'Lapa nav nodaļā',
     'pages_move' => 'Pārvietot lapu',
     'pages_move_success' => 'Lapa pārvietota uz ":parentName"',
@@ -229,12 +236,14 @@ return [
     'pages_permissions_success' => 'Lapas atļaujas atjauninātas',
     'pages_revision' => 'Revīzijas',
     'pages_revisions' => 'Lapas revīzijas',
+    'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.',
     'pages_revisions_named' => ':pageName lapas revīzijas',
     'pages_revision_named' => ':pageName lapas revīzija',
     'pages_revision_restored_from' => 'Atjaunots no #:id; :summary',
     'pages_revisions_created_by' => 'Izveidoja',
     'pages_revisions_date' => 'Revīzijas datums',
     'pages_revisions_number' => '#',
+    'pages_revisions_sort_number' => 'Revision Number',
     'pages_revisions_numbered' => 'Revīzija #:id',
     'pages_revisions_numbered_changes' => 'Revīzijas #:id izmaiņas',
     'pages_revisions_editor' => 'Redaktora veids',
@@ -248,6 +257,7 @@ return [
     'pages_edit_content_link' => 'Labot saturu',
     'pages_permissions_active' => 'Lapas atļaujas ir aktīvas',
     'pages_initial_revision' => 'Sākotnējā publikācija',
+    'pages_references_update_revision' => 'System auto-update of internal links',
     'pages_initial_name' => 'Jauna lapa',
     'pages_editing_draft_notification' => 'Jūs pašlaik veicat izmaiņas melnrakstā, kurš pēdējo reizi ir saglabāts :timeDiff.',
     'pages_draft_edited_notification' => 'Šī lapa ir tikusi atjaunināta. Šo melnrakstu ieteicams atmest.',
@@ -270,6 +280,7 @@ return [
     'shelf_tags' => 'Plauktu birkas',
     'tag' => 'Birka',
     'tags' =>  'Birkas',
+    'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.',
     'tag_name' =>  'Birkas nosaukums',
     'tag_value' => 'Birkas papildvērtība (neobligāta)',
     'tags_explain' => "Pievieno birkas, lai precīzāk grupētu saturu.\n Tu vari pievienot papildus vērtību birkai vēl precīzākai grupēšanai.",
@@ -369,4 +380,9 @@ return [
     'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
     'convert_chapter' => 'Convert Chapter',
     'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
+
+    // References
+    'references' => 'References',
+    'references_none' => 'There are no tracked references to this item.',
+    'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
 ];