]> BookStack Code Mirror - bookstack/blobdiff - lang/sv/entities.php
Themes: Documented public file serving
[bookstack] / lang / sv / entities.php
index a1c0a97d76e622b9673bf181a6f8fabfec6342da..5df1f43dcf07bd02ea913cc3fbcb61ac8fffc721 100644 (file)
@@ -23,7 +23,7 @@ return [
     'meta_updated' => 'Uppdaterad :timeLength',
     'meta_updated_name' => 'Uppdaterad :timeLength av :user',
     'meta_owned_name' => 'Ägs av :user',
-    'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
+    'meta_reference_count' => 'Refererad till av :count item|Referenced by :count items',
     'entity_select' => 'Välj enhet',
     'entity_select_lack_permission' => 'Du har inte den behörighet som krävs för att välja det här objektet',
     'images' => 'Bilder',
@@ -39,6 +39,30 @@ return [
     'export_pdf' => 'PDF-fil',
     'export_text' => 'Textfil',
     'export_md' => 'Markdown-fil',
+    'export_zip' => 'Portable ZIP',
+    'default_template' => 'Förvald sidmall',
+    'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.',
+    'default_template_select' => 'Select a template page',
+    'import' => 'Import',
+    'import_validate' => 'Validate Import',
+    'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.',
+    'import_zip_select' => 'Select ZIP file to upload',
+    'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:',
+    'import_pending' => 'Pending Imports',
+    'import_pending_none' => 'No imports have been started.',
+    'import_continue' => 'Continue Import',
+    'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.',
+    'import_details' => 'Import Details',
+    'import_run' => 'Run Import',
+    'import_size' => ':size Import ZIP Size',
+    'import_uploaded_at' => 'Uploaded :relativeTime',
+    'import_uploaded_by' => 'Uploaded by',
+    'import_location' => 'Import Location',
+    'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
+    'import_delete_confirm' => 'Are you sure you want to delete this import?',
+    'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.',
+    'import_errors' => 'Import Errors',
+    'import_errors_desc' => 'The follow errors occurred during the import attempt:',
 
     // Permissions and restrictions
     'permissions' => 'Rättigheter',
@@ -50,7 +74,7 @@ return [
     'permissions_role_everyone_else' => 'Alla andra',
     'permissions_role_everyone_else_desc' => 'Ställ in rättigheter för alla roller som inte uttryckligen har åsidosatts.',
     'permissions_role_override' => 'Åsidosätt rättigheter för roll',
-    'permissions_inherit_defaults' => 'Inherit defaults',
+    'permissions_inherit_defaults' => 'Ärv standardrättigheter',
 
     // Search
     'search_results' => 'Sökresultat',
@@ -152,16 +176,16 @@ return [
     'books_sort_show_other' => 'Visa andra böcker',
     'books_sort_save' => 'Spara ordning',
     'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.',
-    'books_sort_move_up' => 'Move Up',
-    'books_sort_move_down' => 'Move Down',
-    'books_sort_move_prev_book' => 'Move to Previous Book',
-    'books_sort_move_next_book' => 'Move to Next Book',
-    'books_sort_move_prev_chapter' => 'Move Into Previous Chapter',
-    'books_sort_move_next_chapter' => 'Move Into Next Chapter',
-    'books_sort_move_book_start' => 'Move to Start of Book',
-    'books_sort_move_book_end' => 'Move to End of Book',
-    'books_sort_move_before_chapter' => 'Move to Before Chapter',
-    'books_sort_move_after_chapter' => 'Move to After Chapter',
+    'books_sort_move_up' => 'Flytta upp',
+    'books_sort_move_down' => 'Flytta ned',
+    'books_sort_move_prev_book' => 'Gå till förgående bok',
+    'books_sort_move_next_book' => 'Gå till nästa bok',
+    'books_sort_move_prev_chapter' => 'Gå till förgående kapitel',
+    'books_sort_move_next_chapter' => 'Gå till nästa kapitel',
+    'books_sort_move_book_start' => 'Gå till början av boken',
+    'books_sort_move_book_end' => 'Gå till slutet av boken',
+    'books_sort_move_before_chapter' => 'Gå till innan kapitlet',
+    'books_sort_move_after_chapter' => 'Gå till efter kapitlet',
     'books_copy' => 'Kopiera bok',
     'books_copy_success' => 'Boken har kopierats',
 
@@ -204,6 +228,7 @@ return [
     'pages_delete_draft' => 'Ta bort utkast',
     'pages_delete_success' => 'Sidan har tagits bort',
     'pages_delete_draft_success' => 'Utkastet har tagits bort',
+    'pages_delete_warning_template' => 'This page is in active use as a book or chapter default page template. These books or chapters will no longer have a default page template assigned after this page is deleted.',
     'pages_delete_confirm' => 'Är du säker på att du vill ta bort den här sidan?',
     'pages_delete_draft_confirm' => 'Är du säker på att du vill ta bort det här utkastet?',
     'pages_editing_named' => 'Redigerar sida :pageName',
@@ -220,6 +245,8 @@ return [
     'pages_edit_switch_to_markdown_clean' => '(Rent innehåll)',
     'pages_edit_switch_to_markdown_stable' => '(Stabilt innehåll)',
     'pages_edit_switch_to_wysiwyg' => 'Växla till WYSIWYG-redigerare',
+    'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
+    'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
     'pages_edit_set_changelog' => 'Beskriv dina ändringar',
     'pages_edit_enter_changelog_desc' => 'Ange en kort beskrivning av de ändringar du har gjort',
     'pages_edit_enter_changelog' => 'Ändringslogg',
@@ -369,7 +396,7 @@ return [
     'comment_new' => 'Ny kommentar',
     'comment_created' => 'kommenterade :createDiff',
     'comment_updated' => 'Uppdaterade :updateDiff av :username',
-    'comment_updated_indicator' => 'Updated',
+    'comment_updated_indicator' => 'Uppdaterad',
     'comment_deleted_success' => 'Kommentar borttagen',
     'comment_created_success' => 'Kommentaren har sparats',
     'comment_updated_success' => 'Kommentaren har uppdaterats',
@@ -405,15 +432,15 @@ return [
     // References
     'references' => 'Referenser',
     'references_none' => 'Det finns inga referenser kopplade till detta objekt.',
-    'references_to_desc' => 'Nedan visas alla kända sidor i systemet som länkar till detta objekt.',
+    'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
 
     // Watch Options
-    'watch' => 'Watch',
+    'watch' => 'Följ',
     'watch_title_default' => 'Default Preferences',
     'watch_desc_default' => 'Revert watching to just your default notification preferences.',
     'watch_title_ignore' => 'Ignorera',
     'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
-    'watch_title_new' => 'New Pages',
+    'watch_title_new' => 'Nya sidor',
     'watch_desc_new' => 'Notify when any new page is created within this item.',
     'watch_title_updates' => 'All Page Updates',
     'watch_desc_updates' => 'Notify upon all new pages and page changes.',