diff --git a/README.md b/README.md index 0cf2ab4..b128012 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,4 @@ We're looking to the community to help with translation. Feel free to fork, edit - Russian (ru) - Latest: 2.11.13 - Spanish (es) - Latest: 2.11.13 - Turkish (tr) - Latest: 2.11.13 +- Swedish (sv) - Latest: 2.11.15 (Not 100% yet) diff --git a/languages/sv/cp.php b/languages/sv/cp.php new file mode 100644 index 0000000..ed96ad1 --- /dev/null +++ b/languages/sv/cp.php @@ -0,0 +1,772 @@ + 'Dashboard', + 'nav_dashboard' => 'Dashboard', + 'sneak_peek' => 'Förhandsgranska', + 'sneak_peeking' => 'Förhandsgranska', + 'view_site' => 'Visa sida', + 'visit_url' => 'Öppna URL', + 'search_for_anything' => 'Sök efter allt', + + // Pages + 'page' => 'Sida', + 'pages' => 'Sida|Sidor', + 'nav_pages' => 'Sidor', + 'create_page_button' => 'Skapa sida', + 'edit_homepage_button' => 'Redigera hemsida', + 'create_page' => 'Skapa ny sida', + 'page_created' => 'Sida skapad', + 'editing_page' => 'Redigerar sida', + 'page_updated' => 'Sida uppdaterad', + 'home' => 'Hem', + 'show_urls' => 'Visa URLer', + 'show_titles' => 'Visa titlar', + 'choose_page_type' => 'Välj sidmall', + 'parent_page' => 'Överliggande sida', + 'pages_reordered' => 'Sidorna arrangerades korrekt.', + + // Collections + 'collections' => 'Samling|Samlingar', + 'nav_collections' => 'Samlingar', + 'manage_collections' => 'Hantera samlingar', + 'create_collection_button' => 'Skapa samlingar', + 'create_collection' => 'Skapa ny samling', + 'collection_created' => ':title Skapad', + 'editing_collection' => 'Redigerar :collection', + 'collection_updated' => ':title Uppdaterad', + 'collections_empty' => 'En samling består en grupp poster som följer samma mönster och innehåller samma struktur av innehåll.', + 'collection_title_instructions' => 'Visningsnamn på din samling.', + 'collection_handle_instructions' => "Samlingens variabelnamn som du använder i mallar.", + 'collection_order_instructions' => "Ange standardsortering för din samling", + 'collection_fieldset_instructions' => "Ange det fältset som du vill använda som standard.", + 'collection_template_instructions' => "Ange den mall som du vill använda som standard.", + 'collection_route_instructions' => "Ange det mönster för URLer som hanterar alla poster i denna samling", + 'collection_does_not_exist' => 'Samlingen :collection finns inte.', + + // Entries + 'entry' => 'Post', + 'entries' => 'Post|Poster', + 'nav_entries' => 'Poster', + 'create_entry_button' => 'Skapa post', + 'create_entry' => 'Ny :noun', + 'entry_created' => 'Post skapad', + 'editing_entry' => 'Redigerar post', + 'entry_updated' => 'Post uppdaterad', + 'entries_empty_heading' => ':type Poster', + 'entries_empty' => 'En post är som en rad i en databas, en rad i Excel. Den innehåller all information om t ex ett evenemang, en nyhet med mera.', + + // Taxonomies + 'taxonomy' => 'Taxonomy', + 'taxonomies' => 'Taxonomy|Taxonomies', + 'nav_taxonomies' => 'Taxonomies', + 'create_taxonomy' => 'Create New Taxonomy', + 'create_taxonomy_button' => 'Create Taxonomy', + 'manage_taxonomies' => 'Manage Taxonomies', + 'editing_taxonomy' => 'Editing taxonomy', + 'taxonomy_updated' => 'Taxonomy Updated', + 'taxonomy_created' => 'Taxonomy Created', + 'taxonomies_empty_heading' => 'Taxonomies', + 'taxonomies_empty' => 'A Taxonomy is a system of classifying data around a set of unique characteristics, such as category or color.', + 'taxonomies_title_instructions' => 'The name of your taxonomy.', + 'taxonomies_slug_instructions' => 'This is how the taxonomy will be referenced in templates.', + 'taxonomies_fieldset_instructions' => 'The fields that should be displayed when editing terms in this taxonomy.', + 'taxonomies_route_instructions' => 'The terms in this taxonomy will have URLs that follow this routing scheme.', + + 'taxonomy_terms' => 'Term|Terms', + 'create_taxonomy_term_button' => 'Create :term', + 'create_taxonomy_term' => 'Create a New :term', + 'taxonomy_term_created' => 'Taxonomy term created', + 'taxonomy_terms_empty_heading' => 'Terms in :term', + 'taxonomy_terms_empty' => 'Where a Taxonomy is the grouping, a Term is the actual label applied to a piece of content. For example, "Red" would be a term in "Colors".', + + // Globals + 'global' => 'Global', + 'globals' => 'Global|Globala', + 'nav_globals' => 'Globala', + 'global_sets' => 'Globala Set', + 'manage_global_sets' => 'Manage Global Sets', + 'configuring_global_set' => 'Configuring Global Set', + 'create_global_set_button' => 'Create Global Set', + 'create_global_set' => 'Create New Global Set', + 'global_set_created' => ':type created', + 'editing_globals' => 'Editing Globals', + 'globals_updated' => 'Global uppdaterad', + 'globals_empty_heading' => 'Global Sets', + 'globals_empty' => 'Global sets are groups of variables that represent content that isn\'t tied to a URL, such as company name, address, contact info, or even template level settings like limits, offsets, and show/hide toggles.', + 'general_globals' => 'Allmänt', + 'globals_title_instructions' => "The proper name of your global set. For example: Footer Content, or Sidebar Settings.", + 'globals_slug_instructions' => "This is the variable used in your templates. For example: footer_content or sidebar_settings.", + 'globals_fieldset_instructions' => "Pick which group of fields you want to use to manage this fieldset.", + + // Assets + 'assets' => 'Fil|Filer', + 'nav_assets' => 'Filer', + 'new_asset' => 'Ny fil', + 'add_asset' => 'Lägg till fil', + 'browse_assets' => 'Bläddra i filer', + 'browsing_assets' => 'Bläddrar i filer', + 'creating_asset' => 'Skapa fil', + 'asset_created' => 'Fil skapad', + 'editing_asset' => 'Redigera fil', + 'asset_updated' => 'Fil uppdaterad', + 'drop_to_upload' => 'Släpp för att ladda upp', + 'upload_asset' => 'Ladda upp fil', + 'sync_assets' => 'Synkronisera filer', + 'syncing_assets' => 'Synkroniserar filer', + 'new_folder' => 'Ny mapp', + 'upload' => 'Ladda upp', + 'uploads' => 'Ladda upp|Uppladdningar', + 'filename' => 'Filnamn', + 'filesize' => 'Filstorlek', + 'date_modified' => 'Uppdaterad den', + 'parent_folder' => 'Föregående mapp', + 'containers' => 'Mappar', + 'asset_folder_empty_heading' => 'Tom mapp', + 'asset_folder_empty' => 'Ladda upp filer genom att dra och släppa den till denna yta', + 'focal_point' => 'Fokus punkt', + 'focal_point_label' => 'Klicka på bilden för att justera fokuspunkten.', + 'focal_point_instructions' => 'The focal point is used when cropping so the most important part of the image is not removed.', + 'or_drag_and_drop_files' => 'eller dra och släpp filer.', + 'no_asset_container_specified' => 'Ingen mapp konfigurerad.', + 'rename_file' => 'Byt namn', + 'rename_file_warning' => 'När du byter namn på en fil uppdateras inte referenser på din webbplats. Detta kan resultera i brutna länkar.', + 'move_file' => 'Flytta fil', + 'move_file_warning' => 'När du flyttar en fil uppdateras inte referenser på din webbplats. Detta kan resultera i brutna länkar.', + 'dimensions' => 'Dimensioner', + 'last_modified' => 'Senast uppdaterad', + 'url_resolves_to' => 'URL har sökvägen: :path', + + + // Folder + 'folder_title_instructions' => 'Visningsnamn för mappen.', + 'folder_directory_instructions' => 'Filsystemets riktiga namn på mappen.', + + // Asset Containers + 'asset_containers' => 'Asset Container|Asset Containers', + 'manage_asset_containers' => 'Manage Asset Containers', + 'new_asset_container' => 'New Asset Container', + 'creating_asset_container' => 'Creating Asset Container', + 'asset_container_created' => 'Asset Container created', + 'editing_asset_container' => 'Editing Asset Container', + 'asset_container_updated' => 'Asset Container updated', + 'asset_containers_empty_heading' => 'There are no configured asset containers.', + 'asset_containers_empty' => 'Each asset container can be a location on your file system, which can either be publicly accessible or protected from prying eyes.', + 'select_asset_container' => 'Select an asset container.', + + // Asset Folders + 'create_folder' => 'Skapa mapp', + 'edit_folder' => 'Redigera mapp', + 'asset_name_instructions' => 'The display name of the container.', + 'asset_handle_instructions' => 'A unique string that you can use to reference your container. This cannot be changed after creation.', + 'asset_fieldset_instructions' => 'The fieldset to be used by assets in this container.', + 'asset_driver_instructions' => 'Where will the assets be stored and accessed?', + 'asset_path_instructions' => 'Location of the folder on the filesystem.', + 'asset_url_instructions' => 'URL of the folder.', + 'asset_folder_basename' => 'Namn på mapp', + + // Fields Builder + 'add_field' => 'Nytt fält', + 'quick_add' => 'Snabb skapa', + 'toggle_fields' => 'Växla fält', + 'sidebar' => 'Sidofält', + 'meta' => 'Meta', + 'all' => 'Allt', + + // Set Builder + 'add_set' => 'Add Set', + 'edit_set' => 'Edit Set', + 'delete_set' => 'Delete Set', + 'toggle_sets' => 'Toggle Sets', + 'set_fields_instructions' => "Choose this set's fields", + + // Amazon S3 + 'access_key_id' => 'Access Key ID', + 'secret_access_key' => 'Secret Access Key', + + // Users + 'user' => 'Användare', + 'users' => 'Användare|Användare', + 'nav_users' => 'Användare', + 'manage_users' => 'Hantera Användare', + 'create_user_button' => 'Skapa Användare', + 'create_user' => 'Skapa Användare', + 'create_a_user' => 'Skapa ny användare', + 'user_created' => 'Användare skapad', + 'editing_user' => 'Redigera Användare', + 'user_updated' => 'Användare uppdaterad', + 'reset_password' => 'Nollställ ditt lösenord', + 'choose_new_password' => 'Välj nytt lösenord', + 'new_password' => 'Nytt lösenord', + 'change_password' => 'Byt lösenord', + 'send_email' => 'Skicka e-post', + 'email_sent' => 'E-post skickat', + 'send_activation_email' => 'Skicka aktiveringsmejl', + 'send_password_reset_email' => 'Skicka nollställ lösenord på e-post', + 'password_reset_email_not_sent' => 'E-post skickades inte. Kontrollera din logg', + 'copy_activation_link' => 'Kopiera aktiveringslänken', + 'copy_password_reset_link' => 'Kopiera nollställ lösenord länken', + 'copy_password_reset_link_failed' => 'There was a problem generating the link. Please check your logs.', + 'password_reset_sent' => 'Password reset email sent', + 'account_activated' => 'Your account has been activated', + 'password_reset_success' => 'You password has been reset', + 'activate_account' => 'Aktivera konto', + 'account' => 'Konto', + 'password' => 'Lösenord', + 'password_for' => 'Lösenord för :username', + 'my_account' => 'Mitt konto', + 'profile' => 'Profil', + 'logout' => 'Logga ut', + 'sign_out' => 'Logga ut', + 'user_options' => 'Användarinställningar', + 'user_bio_instructions' => 'En liten beskrivning av didg själv.', + 'user_account_created' => 'Ett nytt användarkonto är skapat.', + 'forgot_password' => 'Glömt lösenord?', + 'invalid_user' => 'Felaktig användare', + 'invalid_code' => 'Felaktig kod', + 'invalid_creds' => 'Felaktiga uppgifter', + 'go_back' => 'Tillbaka', + + // Password Reset + 'reset_code_missing' => 'Ingen kod angiven.', + 'reset_code_invalid' => 'Felaktig kod', + + // Roles + 'roles' => 'Roll|Roller', + 'nav_user-roles' => 'Roller', + 'create_role_button' => 'Skapa Roller', + 'creating_role' => 'Skapa ny roll', + 'role_created' => 'Roll skapad', + 'editing_role' => 'Redigera roll', + 'role_updated' => 'Roll uppdaterad', + 'roles_empty_heading' => 'Roller', + 'roles_empty' => 'User Roles allow you to group a number of permissions under a single label. For example, editor, publisher, and admin.', + + // Permissions + 'permissions' => 'Permission|Permissions', + 'access' => 'Access', + 'checking_folder_permissions' => 'Checking folder permissions, please wait...', + 'folders_permission_valid' => 'File and folder permissions look great!', + 'folders_unwritable' => 'The following directories need to be writable:', + + // Error Pages + 'error' => 'Error', + 'permission_denied' => 'Permission Denied', + 'permission_denied_instructions' => "You don't have permission to view this page.", + 'page_not_found' => 'Page not found', + 'page_not_found_instructions' => 'The page you requested does not exist.', + 'session_expired' => 'Your session has expired.', + 'stache_building' => 'The cache is being updated. Please wait and try again.', + 'session_expired_error' => 'Your session has expired. Log in to continue where you left off.', + 'publish_error' => 'There was an issue saving your data. More detail can be found in your logs.', + 'error_fetching_data' => 'There was an issue fetching your data. More detail can be found in your logs.', + + // User Groups + 'usergroups' => 'User Group|User Groups', + 'user_groups' => 'User Groups', + 'nav_user-groups' => 'User Groups', + 'create_usergroup_button' => 'Create Group', + 'creating_usergroup' => 'Creating User Group', + 'usergroup_created' => 'User Group created', + 'editing_usergroup' => 'Editing User Group', + 'usergroup_updated' => 'User Group updated', + 'usergroups_empty_heading' => 'User Groups', + 'usergroups_empty' => 'User Groups allow you mix and match different roles and users together into a single group.', + + // Settings + 'settings' => 'Inställning|Inställningar', + 'nav_settings' => 'Inställningar', + 'settings_cp' => 'Kontrollpanelen', + 'settings_routes' => 'Rutter', + 'settings_search' => 'Sök', + 'settings_system' => 'System', + 'settings_assets' => 'Filer', + 'settings_caching' => 'Prestanda', + 'settings_debug' => 'Debuggning', + 'settings_email' => 'E-post', + 'settings_theming' => 'Teman', + 'settings_users' => 'Användare', + 'settings_updated' => 'Inställningar sparade.', + 'settings_updated_and_indexed' => 'Settings saved and search indexes updated.', + 'settings_locales_instructions' => "Create a locale for each language translation. You can skip this for now and do it later if you'd prefer.", + 'settings_locales_index_php_warning' => "You will need to change the \$locale to :locale in your index.php file.", + 'settings_debug_mode_instructions' => "Enabling Debug Mode will display all errors on screen. It's a great tool while a site is development, but remember to disable it in production.", + + 'shorthand' => 'Shorthand', + 'shorthand_instructions' => 'The 2 character language code.
Example: `en`, `de`.', + 'add_locale' => 'Add Locale', + 'full_locale' => 'Full Locale', + 'full_locale_instructions' => 'Used for PHP date localization.
Example: `en_US`, `de_DE`.', + 'locale_name_instructions' => 'Used for display.
Example: `English`, `German`.', + 'locale_url_instructions' => 'Example: `http://example.com/de/`', + + + + // Addons + 'addons' => 'Tillägg|Tillägg', + 'manage_addons' => 'Hantera Tillägg', + 'nav_addons' => 'Tillägg', + 'addons_empty_heading' => 'Det finns inga tillägg installerade', + 'addons_empty' => 'Tillägg utökar funktionerna i verktyget Statamic.', + + // Fieldsets & Fields + 'fieldset' => 'Fieldset', + 'fieldsets' => 'Fieldset|Fieldsets', + 'nav_fieldsets' => 'Fieldsets', + 'create_fieldset_button' => 'Create Fieldset', + 'create_fieldset' => 'Create a Fieldset', + 'fieldset_created' => 'Fieldset created', + 'editing_fieldset' => 'Editing Fieldset', + 'fieldset_updated' => 'Fieldset updated', + 'fieldsets_empty' => 'Fieldsets let you create and manage reusable groups of fieldtypes that in turn manage your content. This is where content modeling happens.', + 'fieldset_title_instructions' => 'Display Name, usually a singular noun.', + 'fieldset_handle_instructions' => "Used in settings/templates.", + 'fieldset_create_title_instructions' => "Optional, shown when creating new content", + 'fieldset_hide_instructions' => "Hide from selection dialogs?", + 'fieldset_fields_instructions' => 'Assign and customize the fields and fieldtypes in this fieldset.', + 'fieldset_taxonomies_instructions' => 'Show, hide, and configure the taxonomies that should be displayed in this fieldset.', + 'create_title' => 'Create Title', + 'display_name' => "Display Name", + 'display_name_instructions' => "The field's label shown in the Control Panel.", + 'display_text' => 'Display Text', + 'display_text_instructions' => "The field's label", + 'field_name' => 'Field Name', + 'field_name_instructions' => 'The field variable', + 'field_required' => 'Required', + 'field_required_instructions' => 'This field is required', + 'field_variable' => "Field Variable", + 'field_variable_instructions' => "The field's template variable.", + 'field_instructions_instructions' => "Basic Markdown is allowed. Encouraged, even.", + 'field_width_instructions' => 'The size of the field in the fieldset layout.', + 'validation_rules' => "Validation Rules", + 'validation_instructions' => "Has access to all of Laravel's", + 'validation_instructions_link_text' => 'validation rules', + 'validation_rules_instructions' => 'Enter a pipe delimited string of validation rules.', + 'default_value' => 'Default Value', + 'field_default_value_instructions' => 'Enter the default value for string-type fields.', + 'edit_field' => 'Edit Field', + 'choose_field_to_edit' => "Choose a field to edit its settings.", + 'select_fieldtype' => 'Select Fieldtype', + 'field_added' => ":fieldtype field added.", + 'set_added' => "Set added.", + 'append_taxonomies' => 'Append Taxonomies on Entries', + 'append_taxonomies_instructions' => "When using this fieldset on an entry, any taxonomies not defined in the fieldset will be automatically added to the sidebar.", + 'type_url' => 'Type a URL', + 'type_url_or_search' => 'Type a URL or search for an item', + + 'sections' => 'Section|Sections', + 'section_label' => "Section Label", + 'section_handle' => "Section Handle", + 'section_handle_tip' => "Tip: You can name your section 'sidebar' to transform it into one.", + 'sections_and_fields' => "Sections & Fields", + + 'display_conditions' => 'Display Conditions', + 'display_conditions_instructions' => 'Configure when this field will be shown.', + 'always_show' => 'Always Show', + 'show_when' => 'Show when...', + 'hide_when' => 'Hide when...', + 'standard' => 'Standard', + 'custom' => 'Custom', + 'display_standard_instructions' => 'Choose a combination of fields and corresponding values.', + 'display_custom_instructions' => 'Enter your custom JavaScript condition method name.', + + 'basics' => 'Basics', + 'visibility' => 'Visibility', + 'extras' => 'Extras', + + 'fieldtype_category_text' => 'Text', + 'fieldtype_category_media' => 'Media', + 'fieldtype_category_pickable' => 'Pickable', + 'fieldtype_category_structured' => 'Structured', + 'fieldtype_category_relationship' => 'Relationship', + 'fieldtype_category_special' => 'Special', + 'fieldtype_category_system' => 'System', + + // Forms + 'form' => 'Formulär', + 'forms' => 'Formulär|Formulär', + 'nav_forms' => 'Formulär', + 'forms_empty' => 'Forms collect, display, and report user submitted responses.', + 'create_form' => 'Create Form', + 'form_updated' => 'Form updated', + 'form_created' => 'Form created', + 'form_submission_deleted' => 'Submission deleted.', + 'submissions' => 'Submission|Submissions', + 'response' => 'response|responses', + 'empty_responses' => 'This form is awaiting responses.', + 'create_formset' => 'Create Formset', + 'creating_formset' => 'Creating Formset', + 'editing_formset' => 'Editing Formset', + 'import' => 'Import', + 'import_data' => 'Import Data', + 'import_link_text' => 'Learn about the import JSON format', + 'export' => 'Export', + 'export_csv' => 'Export as CSV', + 'export_json' => 'Export as JSON', + + // Formset Builder + 'formset_title_instructions' => "Your formset's proper label.", + 'formset_slug_instructions' => 'How the formset will be referenced.', + 'formset_metrics_instructions' => 'Specify any metrics you would like displayed.', + 'formset_metrics_grid_add_row' => 'Metric', + 'formset_metrics_grid_type_field' => 'Metric Type', + 'formset_metrics_grid_type_option_sum' => 'Sum', + 'formset_metrics_grid_type_option_total' => 'Total', + 'formset_metrics_grid_type_option_average' => 'Average', + 'formset_metrics_grid_label_field' => 'Label', + 'formset_metrics_grid_params_field' => 'Parameters', + 'formset_emails_instructions' => 'Add any emails you want to be sent upon submission.', + 'formset_emails_grid_add_row' => 'Email', + 'formset_emails_grid_to_field' => 'Recipient (To)', + 'formset_emails_grid_to_instructions' => 'Email address of the recipient.', + 'formset_emails_grid_from_field' => 'Sender (From)', + 'formset_emails_grid_from_instructions' => 'Leave blank to fall back to the site default.', + 'formset_emails_grid_reply_to_field' => 'Reply to', + 'formset_emails_grid_subject_field' => 'Subject', + 'formset_emails_grid_subject_instructions' => 'Email subject line.', + 'formset_emails_grid_template_field' => 'Template', + 'formset_emails_grid_template_instructions' => 'Leave blank to use an automagic email.', + 'formset_honeypot_field' => 'Honeypot Field', + 'formset_honeypot_instructions' => 'The field name to be used for the honeypot.', + 'formset_store_field' => 'Store Submissions', + 'formset_store_instructions' => 'Whether form submissions should be stored. Useful if you only wish to get email notifications.', + 'formset_honeypot_link' => "What's a honeypot?", + 'formset_fields_instructions' => 'Choose and customize the fields in this form.', + + // Updater + 'nav_updater' => 'Uppdateringar', + 'updates' => 'Uppdateringar', + 'system_updates' => 'System Updates', + 'upgrade_to_latest' => 'Upgrade to Latest', + 'upgrade_to_version' => 'Upgrade to :version', + 'downgrade_to_version' => 'Downgrade to :version', + 'update_available' => 'Update Available', + 'update_complete' => 'Update complete.', + 'up_to_date' => 'Up to date!', + 'on_latest' => 'You are running the latest version of Statamic', + 'current_version' => 'Current Version', + 'released_on_date' => 'Released on :date', + 'updates_available' => 'There is an update available|There are :updates updates available', + 'backup_failed' => 'Backup Failed', + 'backup' => 'Backup', + 'backed_up' => 'Backed up', + 'backing_up' => 'Backing up...', + 'backing_up_instructions' => "We're zipping up your statamic folder, just in case you need to roll back.", + 'backup_reminder' => 'This is a safe process. We back up everything during running the update so you can always find your most recent version in local/temp if something goes wrong.', + 'couldnt_fetch_updates' => 'There was a problem fetching updates', + + // Download + 'downloading' => 'Downloading...', + 'downloaded' => 'Downloaded.', + 'download_failed' => 'Download Failed', + 'downloading_latest' => 'Getting the latest and greatest version of Statamic for you.', + 'downloading_version' => 'Getting v:version', + + // Installation + 'installation' => 'Installation', + 'installation_has_failed' => 'Installation has failed', + 'preparing_installation' => 'Installation will begin once the backup and download have completed.', + 'now_running' => "You're now running Statamic v:version", + 'statamic_ready' => 'Statamic is ready and waiting for you.', + 'delete_installer' => 'Please delete the installer.php file.', + 'installer_deleted' => 'I deleted it. Take me to the Control Panel →', + + // Archive + 'unzipping_files' => 'Unzipping files...', + 'unzipping_files_instructions' => 'Placing the files from the Statamic zip in a temporary location.', + 'unzipped_files' => 'Files unzipped.', + + // Dependencies + 'installing_dependencies' => 'Installing Dependencies...', + 'installing_dependencies_instructions' => 'Any addons with dependencies will need to be fetched. This may take a moment.', + 'dependencies_installed' => 'Dependencies installed.', + + // Swap Release + 'swapping_files' => 'Swapping files...', + 'swapping_files_instructions' => 'Statamic is being injected with software growth hormone (SGH). Results will be visible in mere moments.', + 'files_swapped' => 'Files swapped.', + + // Clean Up + 'cleaning_up' => 'Cleaning up...', + 'cleaning_up_instructions' => "We're deleting the temporary files created during the update.", + + // Importers + 'nav_import' => 'Import', + 'site_url' => 'Site URL', + 'import_from_version' => 'Import content from Statamic :version', + 'import_complete' => 'Import Complete', + 'import_has_completed' => 'The import has completed.', + 'import_summary' => 'Import Summary', + 'import_site_url_instructions' => 'Enter the URL of the existing website you will be importing.', + + 'duplicate_item_warning' => "There's one duplicate.|There are :count duplicates.", + 'uncheck_duplicates' => 'Uncheck Duplicates', + + 'from_json' => 'From JSON', + 'json_file' => 'JSON File', + 'upload_json_file' => 'Upload a JSON file', + + // Export + 'export_failed' => 'Exporting Failed', + 'export_export_failed_with_error' => 'Export faileed with error:', + + 'manage_widgets' => 'Manage Widgets', + + // Things + 'thing_created' => ':thing created.', + 'thing_updated' => ':thing updated.', + 'thing_deleted' => ':thing deleted.', + 'thing_configure' => 'Configure :thing', + 'thing_saved' => ':thing saved.', + 'thing_editing' => 'Editing :thing', + + 'saved_success' => 'Saved', + + // Statuses + 'statuses' => 'Status|Statuses', + 'status_pending' => 'Pending', + 'status_active' => 'Active', + 'published' => 'Published', + 'draft' => 'Draft', + + // Shortcuts + 'keyboard_shortcuts' => 'Keyboard Shortcuts', + 'show_keyboard_shortcuts' => 'Show Keyboard Shortcuts', + + // License + 'license_keys' => 'License Keys', + 'trial_mode' => 'Trial Mode', + 'trial_mode_missing_license_keys' => 'License keys need to be entered before going live.', + 'trial_mode_invalid_license_keys' => 'You have entered invalid license keys.', + 'trial_mode_license_keys_for_domains' => 'Valid license keys entered for :domains', + 'invalid_license_keys' => 'Please purchase and enter your license key or risk violating the License Agreement.', + 'license_keys_incorrect_domain' => 'License keys entered for incorrect domain. Please remedy or risk violating the License Agreement.', + 'checking_license_key' => 'Checking your license key, please wait...', + 'license_missing' => 'License key missing.', + 'license_valid' => 'You have a valid license key.', + 'license_invalid' => 'This key is invalid.', + 'license_wrong_domain' => 'Licensed to :domain', + 'license_no_domain' => 'License has no domain associated with it.', + 'license_key_instructions' => 'Please enter your license key. You can find yours in your Statamic Account or you can buy a new license if you need to.', + 'buy_now' => 'Buy Now', + 'license_statamic_link' => 'Buy licenses and manage domains on statamic.com', + + 'continue_in_trial_mode' => 'Continue in Trial Mode', + 'unlicensed' => 'Unlicensed', + 'unlicensed_message' => 'Please purchase and enter your license key or risk violating the License Agreement.', + 'on_trial_with_invalid_license' => 'You are currently on trial mode, but your license is invalid.', + 'on_trial_without_license' => 'You are currently on trial mode. Remember to add a license key before you move to a public domain.', + 'invalid_statamic_license' => 'Your Statamic license is invalid.', + 'couldnt_connect_to_outpost' => 'There was a problem communicating with the Statamic Outpost.', + + // Verbs and helpers + 'actions' => 'Action|Actions', + 'add' => 'Lägg till', + 'edit' => 'Redigera', + 'editing' => 'Redigerar', + 'view' => 'Visa', + 'remove' => 'Ta bort', + 'update' => 'Uppdatera', + 'delete' => 'Radera', + 'uncheck_all' => 'Avbocka alla', + 'duplicate' => 'Duplicera', + 'manage' => 'Hantera', + 'create' => 'Skapa', + 'reorder' => 'Arrangera', + 'submit' => 'Skicka', + 'save' => 'Spara', + 'saving' => 'Sparar', + 'save_changes' => 'Spara ändringar', + 'save_and_continue' => 'Spara & Fortsätt', + 'save_and_another' => 'Spara & Skapa en till', + 'are_you_sure' => 'Är du säker?', + 'yes_im_sure' => 'Ja, jag är säker', + 'refresh' => 'Ladda om', + 'cancel' => 'Avbryt', + 'loading' => 'Laddar', + 'expand' => 'Expandera', + 'collapse' => 'Kollapsa', + 'show' => 'Visa', + 'hide' => 'Göm', + 'move' => 'Flytta', + 'edit_layout' => 'Redigera utseende', + 'save_layout' => 'Spara utseende', + 'save_order' => 'Spara ordning', + 'toggle_dropdown' => 'Växla rullgardin', + 'confirm_delete_items' => 'Denna post kommer nu tas bort|Valda poster kommer nu tas bort', + 'confirm_delete_page' => ' kommer bli borttagen inklusive alla saker under vald post.', + 'confirm_delete_folder' => 'Denna mapp kommer bli borttagen.', + 'configure' => 'Konfigurera', + 'browse' => 'Bläddra', + 'select' => 'Välj', + 'localizing' => 'Localizing', + 'add_row' => 'Lägg till rad', + 'localizable' => 'Localizable', + 'please_wait' => 'Var god dröj...', + 'exporting' => 'Exportera...', + 'importing' => 'Importera...', + 'return_to_dashboard' => 'Gå till kontrollpanelen', + 'publish_content' => 'Publicera innehåll', + 'close_this_window' => 'Stäng detta fönster', + 'toggle_navigation' => 'Växla navigering', + 'logging_in' => 'Loggar in...', + 'logged_in' => 'Inloggad.', + 'logged_in_taking_you_to_cp' => 'Inloggad! Skickar dig nu till kontrollpanelen...', + 'write' => 'Skriv', + 'preview' => 'Förhandssgranska', + 'collapse_all' => 'Kollapsa alla', + 'expand_all' => 'Expandera alla', + 'please_select' => 'Var god välj', + 'selected' => 'Vald', + 'add_another_item' => 'Lägg till ny post', + 'show_drafts' => 'Visa Utkast', + 'hide_drafts' => 'Göm Utkast', + 'count' => 'Räkna', + 'reset' => 'Nollställ', + 'installed' => 'Installerad', + 'add_condition' => 'Skapa villkor', + 'open' => 'Öppen', + 'download' => 'Ladda hem', + 'locale' => 'Locale', + 'hidden' => 'Gömd', + + // Nouns and whatnot + 'fields' => 'Fält|Fält', + 'locales' => 'Locale|Locales', + 'keys' => 'Nyckel|Nycklar', + 'values' => 'Värde|Värden', + 'names' => 'Namn|Namn', + 'usernames' => 'Användarnamn|Användarenamn', + 'emails' => 'E-post|E-post', + 'passwords' => 'Lösenord|Lösenord', + 'confirm_password' => 'Bekräfta lösenord', + 'remember_me' => 'Kom ihåg mig', + 'title' => 'Titel', + 'titles' => 'Titel|Titlar', + 'slug' => 'Kortnamn', + 'slugs' => 'Kortnamn|Kortnamn', + 'rows' => 'Rad|Rader', + 'columns' => 'Kolumn|Kolumner', + 'folders' => 'Mapp|Mappar', + 'date' => 'Datum', + 'dates' => 'Datum|Datum', + 'date_and_time' => 'Datum och Tid', + 'datestring' => 'Datum', + 'publish_date' => 'Publiceringsdatum', + 'items' => 'Post|Poster', + 'add_date' => 'Lägg till datum', + 'add_time' => 'Lägg till tid', + 'login' => 'Logga in', + 'login_with' => 'Logga in med :provider', + 'login_to_continue' => "Logga in för att fortsätta", + 'new' => 'Ny', + 'or' => 'eller', + 'order' => 'Ordning', + 'one_quarter' => '1/4 - One quarter', + 'three_quarters' => '3/4 - Three quarters', + 'one_third' => '1/3 - One third', + 'two_thirds' => '2/3 - Two thirds', + 'half' => 'Half', + 'full_width' => 'Full width', + 'width' => 'Width', + 'version' => 'Version', + 'versions' => 'Version|Versions', + 'developer' => 'Developer', + 'developers' => 'Developer|Developers', + 'developer_mode' => 'Developer Mode', + 'description' => 'Beskrivning', + 'descriptions' => 'Beskrivning|Beskrivningar', + 'name' => 'Namn', + 'username' => 'Användarnamn', + 'email' =>'E-post', + 'done' => 'Klar', + 'close' => 'Stäng', + 'templates' => 'Mall|Mallar', + 'authors' => 'Författare|Författare', + 'installer' => 'Installerare', + 'search' => 'Sök', + 'search_results' => 'Sökresultat', + 'no_search_results' => 'Inga sökresultat', + 'instructions' => 'Instruktioner', + 'handle' => 'Hantera', + 'label' => 'Etikett', + 'type' => 'Typ', + 'route' => 'Rutt', + 'terms' => 'Term|Termer', + 'progress' => 'Framsteg', + 'variables' => 'Variabel|Variabler', + 'license_key' => 'Licensnyckel', + 'driver' => 'Drivrutin', + 'path' => 'Sökväg', + 'url' => 'URL', + 'valid_url' => 'Verifierad URL', + 'invalid_url' => 'Felaktig URL', + 'bucket' => 'Hink', + 'region' => 'Region', + 'metrics' => 'Metric|Metrics', + 'whats_this' => "Vad är detta?", + 'first_name' => 'Förnamn', + 'last_name' => 'Efternamn', + 'bio' => 'Om mig', + 'markdown_cheatsheet' => 'Markdown Cheatsheet', + 'locales_and_urls' => 'Locales and URLs', + 'debug_mode' => 'Debug Mode', + 'defined_in_environment' => 'Managed externally by your environment.', + 'be_right_back' => 'Be right back.', + 'size' => 'Storlek', + 'read_only' => "Read Only", + 'read_only_mode' => "Read Only Mode", + 'next_step' => "Nästa steg", + 'invalid_creds' => 'These credentials are incorrect', + + 'nav_content' => 'Innehåll', + 'nav_tools' => 'Verktyg', + 'nav_configure' => 'Konfigurera', + 'nav_addons' => 'Tillägg', + 'nav_fieldsets' => 'Fältset', + 'nav_settings' => 'Inställningar', + 'nav_users' => 'Användare', + 'nav_resolve_duplicate_ids' => 'Dubbla IDn', + + 'mount_collection' => 'Mount Collection', + 'unmount_collection' => 'Unmount Collection', + + // Validation + 'handle_exists' => 'A container with this handle already exists.', + + // Duplicate ID Manager + 'duplicate_id_title' => 'Duplicate IDs', + 'no_duplicate_ids' => 'No duplicate IDs detected.', + 'generate_new_id' => 'Generate new ID.', + + // Path + 'path_resolves_to' => 'Path resolves to: :path', + 'path_exists' => 'Path exists.', + 'path_does_not_exist' => 'Path does not exist.', + + // Bard + 'heading_1' => 'Rubrik 1', + 'heading_2' => 'Rubrik 2', + 'heading_3' => 'Rubrik 3', + 'heading_4' => 'Rubrik 4', + 'heading_5' => 'Rubrik 5', + 'heading_6' => 'Rubrik 6', + 'bold' => 'Fet', + 'italic' => 'Kursiv', + 'underline' => 'Understruken', + 'strikethrough' => 'Genomstruken', + 'remove_formatting' => 'Ta bort formattering', + 'unordered_list' => 'Icke ordnad lista', + 'ordered_list' => 'Ordnad lista', + 'blockquote' => 'Citat', + 'superscript' => 'Superscript', + 'subscript' => 'Subscript', + 'add_link' => 'Lägg till länk', + 'remove_link' => 'Ta bort länk', + 'link_to_asset' => 'Länk till fil', + 'inline_code' => 'Infogad kod', + 'edit_link' => 'Redigera länk', + 'open_in_new_window' => 'Öppna i nytt fönster', +]; diff --git a/languages/sv/fields.php b/languages/sv/fields.php new file mode 100644 index 0000000..1602293 --- /dev/null +++ b/languages/sv/fields.php @@ -0,0 +1,19 @@ + 'Options', + 'options_instruct' => 'For each option, enter the value on the left and the label on the right.', + +]; diff --git a/languages/sv/fieldsets/assets.php b/languages/sv/fieldsets/assets.php new file mode 100644 index 0000000..9bcd3f6 --- /dev/null +++ b/languages/sv/fieldsets/assets.php @@ -0,0 +1,33 @@ + 'Image assets route', + 'image_manipulation_route_instruct' => 'The URL where your resizable image assets will be served. If serving cached images directly, this should be the URL of the cached path.', + + 'image_manipulation_secure' => 'Secure image assets', + 'image_manipulation_secure_instruct' => 'Should image resizing be secured? This will require that you generate keys using your tags.', + + 'auto_crop' => 'Automatic image crop', + 'auto_crop_instruct' => 'Should images be automatically cropped? Their focal points will be used, if specified.', + + 'image_manipulation_driver' => 'Image Manipulation Driver', + 'image_manipulation_driver_instruct' => "In some cases ImageMagick can be faster, but isn't available on all servers.", + + 'image_manipulation_cached' => 'Serve cached images directly', + 'image_manipulation_cached_instruct' => 'Should images be generated before they are requested? Read more.', + + 'image_manipulation_cached_path' => 'Cached images path', + 'image_manipulation_cached_path_instruct' => 'When serving cached images directly, this is where they will be stored. This must be a publicly accessible location.', + + 'image_manipulation_presets' => 'Image Manipulation Presets', + 'image_manipulation_presets_instruct' => 'Specify any Glide presets (as YAML) that you want to be referenced within templates. These will be automatically generated when assets are uploaded.', + + 'thumbnail_max_width' => 'Max image width for thumbnails', + 'thumbnail_max_width_instruct' => 'Images wider than this will not have thumbnails generated.', + + 'thumbnail_max_height' => 'Max image height for thumbnails', + 'thumbnail_max_height_instruct' => 'Images taller than this will not have thumbnails generated.', + + +]; diff --git a/languages/sv/fieldsets/caching.php b/languages/sv/fieldsets/caching.php new file mode 100644 index 0000000..b5c4d26 --- /dev/null +++ b/languages/sv/fieldsets/caching.php @@ -0,0 +1,44 @@ + 'The "Stache"', + 'stache_instruct' => 'Our affectionate name for Statamic\'s internal cache.', + + 'stache_always_update' => 'Update the Stache on every request?', + 'stache_always_update_instruct' => 'Updating on every request will allow changes directly to files be detected, but it comes with a performance hit. + If you\'re using the control panel to manage content, you can disable this as the Stache will get updated when you publish.', + + 'static_caching' => 'Static Page Caching', + 'static_caching_instruct' => 'Static Page Caching allows your web pages to be saved as flat HTML files for incredible speed benefits.', + + 'static_caching_enabled' => 'Enable', + + 'static_caching_length' => 'Default Cache length', + 'static_caching_length_instruct' => 'How long should each page be cached, in minutes. This only applies when using the "cache" type.', + + 'static_caching_type' => 'Caching Type', + 'static_caching_type_instruct' => 'Saving to file will generate html files at `static`, and you will need to set up rewrite rules on your server. + Read more. + Otherwise, the standard cache will be used.', + + 'static_caching_file_path' => 'Static Files Path', + 'static_caching_file_path_instruct' => 'The location where files will be written when using file-based caching.', + + 'static_caching_ignore_query_strings' => 'Ignore query strings', + 'static_caching_ignore_query_strings_instruct' => 'When enabled, a page will be treated as the same URL regardless of any query string parameters.', + + 'static_caching_exclude' => 'Excluded URLs', + 'static_caching_exclude_instruct' => 'A list of URLs that should be excluded from caching.', + + 'static_caching_invalidation' => 'Invalidation Rules', + 'static_caching_invalidation_instruct' => 'An array of invalidation rules.', + + 'cache_tags' => 'Cache Tags', + 'cache_tags_instruct' => 'The {{ cache }} template tags allow you to cache sections of your templates.', + + 'cache_tags_enabled' => 'Enabled', + 'cache_tags_enabled_instruct' => 'Whether the tags actually function. Disabling this setting applies to all tag instances.', + + +]; diff --git a/languages/sv/fieldsets/cp.php b/languages/sv/fieldsets/cp.php new file mode 100644 index 0000000..163a274 --- /dev/null +++ b/languages/sv/fieldsets/cp.php @@ -0,0 +1,16 @@ + 'Startsida', + 'start_page_instruct' => 'The default page you see when logging in.', + + 'date_format' => 'Datumformat', + 'date_format_instruct' => 'Set the display format of your entry date columns.', + + 'pagination_size' => 'Pagination Size', + 'pagination_size_instruct' => 'The number of items to show on each paginated page.', + + 'widgets' => 'Kontrollpanelens widgets', + +]; diff --git a/languages/sv/fieldsets/debug.php b/languages/sv/fieldsets/debug.php new file mode 100644 index 0000000..3f2f4c2 --- /dev/null +++ b/languages/sv/fieldsets/debug.php @@ -0,0 +1,11 @@ + 'Enable debug mode', + 'debug_instruct' => 'Debug mode will show detailed errors on screen. It\'s recommended to disable this in production', + + 'debug_bar' => 'Debug bar', + 'debug_bar_instruct' => 'Enable this to show the debug bar at the bottom of every page. Only visible in debug mode.', + +]; diff --git a/languages/sv/fieldsets/email.php b/languages/sv/fieldsets/email.php new file mode 100644 index 0000000..aee362f --- /dev/null +++ b/languages/sv/fieldsets/email.php @@ -0,0 +1,27 @@ + 'General Settings', + + 'driver' => 'Driver', + 'driver_instruct' => 'The service that will be used to send emails.', + + 'from_name' => 'Sender Name', + 'from_email' => 'Sender Email Address', + + 'section_smtp' => 'SMTP Settings', + 'host' => 'Host', + 'port' => 'Port', + 'encryption' => 'Encryption', + 'username' => 'Username', + 'password' => 'Password', + + 'section_mandrill' => 'Mandrill Settings', + 'mandrill_secret' => 'Secret', + + 'section_mailgun' => 'Mailgun Settings', + 'mailgun_secret' => 'Secret', + 'mailgun_domain' => 'Domain', + +]; diff --git a/languages/sv/fieldsets/routes.php b/languages/sv/fieldsets/routes.php new file mode 100644 index 0000000..ca5d8ed --- /dev/null +++ b/languages/sv/fieldsets/routes.php @@ -0,0 +1,5 @@ + 'Driver', + 'driver_instruct' => 'The service that will be used for searches.', + + 'algolia_api_key' => 'Algolia Admin API Key', + 'algolia_app_id' => 'Algolia Application ID', + + 'auto_index' => 'Search auto-index', + 'auto_index_instruct' => 'Enabling this will automatically update the search index when content is updated.', + + 'default_index' => 'Default index', + 'default_index_instruct' => 'The name of the default search index.', + + 'searchable' => 'Searchable fields', + 'searchable_instruct' => 'The searchable fields for the default index.' + +]; diff --git a/languages/sv/fieldsets/system.php b/languages/sv/fieldsets/system.php new file mode 100644 index 0000000..053502e --- /dev/null +++ b/languages/sv/fieldsets/system.php @@ -0,0 +1,40 @@ + 'License Key', + 'license_key_instruct' => 'Enter the key for the corresponding domain from your Statamic Account.', + + 'locales' => 'Locales', + 'locales_instruct' => 'The locales from which your site will be accessed.', + + 'timezone' => 'Tidszon', + 'timezone_instruct' => 'The timezone you want your site to operate under.', + + 'date_format' => 'Datumformat', + 'date_format_instruct' => 'The PHP date format string used when outputting unformatted date variables.', + + 'default_extension' => 'Default extension', + 'default_extension_instruct' => 'The file extension for your content files.', + + 'filesystems' => 'Filesystems', + 'filesystems_instruct' => 'Define how and where your various files will be accessed.', + + 'app_key' => 'Application Key', + 'app_key_instruct' => 'This key is used to secure your application. It should be a strong, 32 character string.', + + 'redactor' => 'Redactor Settings', + 'redactor_instruct' => 'YAML representations of Redactor settings objects. + Each item will be available to select when creating a Redactor field.', + + 'protect' => 'System-wide Protection', + 'protect_instruct' => 'Entering a protection scheme here will apply it to your entire site\'s front-end.', + + 'csrf_exclude' => 'CSRF Excluded URLs', + 'csrf_exclude_instruct' => 'A list of URLS to exclude from CSRF protection', + + 'php_max_memory_limit' => 'PHP Max Memory Limit', + 'php_max_memory_limit_instruct' => 'The max amount of memory Statamic will try to use when performing memory intensive operations like image manipulation. + Leave blank to use as much memory as possible. You may specify bytes or PHP recognized shorthand values.', + +]; diff --git a/languages/sv/fieldsets/theming.php b/languages/sv/fieldsets/theming.php new file mode 100644 index 0000000..2f2acae --- /dev/null +++ b/languages/sv/fieldsets/theming.php @@ -0,0 +1,43 @@ + 'Default layout', + + 'default_page_template' => 'Default page template', + 'default_page_template_instruct' => 'Template used when rendering a page.', + + 'default_entry_template' => 'Default entry template', + 'default_entry_template_instruct' => 'Template used when rendering an entry.', + + 'default_taxonomy_template' => 'Default taxonomy template', + 'default_taxonomy_template_instruct' => 'Template used when rendering a taxonomy.', + + 'error_template_folder' => 'Error template folder', + 'error_template_folder_instruct' => 'Where error templates can be found (eg. `404.html`). Change to `/` if you want them in your root templates folder.', + + 'default_fieldset' => 'Default fieldset', + 'default_fieldset_instruct' => 'Fieldset used when editing, when other fieldsets either have not been specified or do not exist.', + + 'default_page_fieldset' => 'Default page fieldset', + 'default_page_fieldset_instruct' => 'Fieldset used when editing a page.', + + 'default_entry_fieldset' => 'Default entry fieldset', + 'default_entry_fieldset_instruct' => 'Fieldset used when editing an entry.', + + 'default_term_fieldset' => 'Default taxonomy term fieldset', + 'default_term_fieldset_instruct' => 'Fieldset used when editing a taxonomy term.', + + 'default_asset_fieldset' => 'Default asset fieldset', + 'default_asset_fieldset_instruct' => 'Fieldset used when editing an asset.', + + 'smartypants' => 'Smartypants', + 'smartypants_instruct' => 'Automatically convert typographic elements (like quotes & dashes) when using Markdown.', + + 'allow_php' => 'Allow PHP in templates', + 'allow_php_instruct' => 'PHP code is disabled in templates by default for security.', + + 'markdown_hard_wrap' => 'Markdown Hard Wrapping', + 'markdown_hard_wrap_instruct' => "By default, markdown requires two trailing spaces at the end of a line to indicate a line break. \nEnabling this option will disable that behavior.", + +]; diff --git a/languages/sv/fieldsets/users.php b/languages/sv/fieldsets/users.php new file mode 100644 index 0000000..6f9e74e --- /dev/null +++ b/languages/sv/fieldsets/users.php @@ -0,0 +1,15 @@ + 'Login Type', + 'login_type_instruct' => 'If set to "Username", users may log in with their username _or_ an email address. Filenames will be the username. + If set to "Email Address", users may only log in with their email, and filenames will use the email.', + + 'new_user_roles' => 'New User Roles', + 'new_user_roles_instruct' => 'Any users registered through the front-end of your site, or created by users who don\'t have role editing permissions, will be assigned these default roles.', + + 'enable_gravatar' => 'Enable Gravatar', + 'enable_gravatar_instruct' => 'Use Gravatar.com as a source for automatic User avatars.', + +]; diff --git a/languages/sv/fieldtypes/array.php b/languages/sv/fieldtypes/array.php new file mode 100644 index 0000000..3e564bb --- /dev/null +++ b/languages/sv/fieldtypes/array.php @@ -0,0 +1,8 @@ + 'Nycklar', + 'keys_instruct' => 'If you want the keys predefined, enter them here. Otherwise, any keys and values will be able to be entered.', + +]; diff --git a/languages/sv/fieldtypes/assets.php b/languages/sv/fieldtypes/assets.php new file mode 100644 index 0000000..0b7d316 --- /dev/null +++ b/languages/sv/fieldtypes/assets.php @@ -0,0 +1,20 @@ + 'Container', + 'container_instruct' => 'Choose the Asset Container', + + 'folder' => 'Mapp', + 'folder_instruct' => 'Choose a folder to show by default.', + + 'max_files' => 'Max Filer', + 'max_files_instruct' => 'The maximum number of allowed files.', + + 'restrict' => 'Spärra mot mapp', + 'restrict_instruct' => 'Prevent navigation to other folders or containers.', + + 'mode' => 'Visningsläge', + 'mode_instruct' => 'How the selected assets should be displayed.', + +]; diff --git a/languages/sv/fieldtypes/bard.php b/languages/sv/fieldtypes/bard.php new file mode 100644 index 0000000..82d2720 --- /dev/null +++ b/languages/sv/fieldtypes/bard.php @@ -0,0 +1,43 @@ + 'Toolbar Buttons', + 'buttons_instruct' => 'Configure the buttons available in the toolbar', + + 'sets' => 'Sets', + 'sets_instruct' => 'Bard fields can have multiple "sets" of fields.
A Bard field without any sets will be treated as a standard text field.', + + 'container' => 'Asset Container', + 'container_instruct' => 'Choose the Asset Container for file uploads.', + + 'folder' => 'Folder', + 'folder_instruct' => 'Choose a folder to show by default.', + + 'restrict_assets' => 'Restrict to Folder', + 'restrict_assets_instruct' => 'Prevent navigation to other asset folders or containers.', + + 'style' => 'Typography Style', + 'style_instruct' => 'Choose your typography style.', + + 'spellcheck' => 'Spell Check', + 'spellcheck_instruct' => 'Enable your browser\'s automatic spellchecker.', + + 'target_blank' => 'Target Blank', + 'target_blank_instruct' => 'Enable `target="_blank"` on links by default.', + + 'link_noopener' => 'Set noopener', + 'link_noopener_instruct' => 'Set `rel="noopener"` on all created links.', + + 'link_noreferrer' => 'Set noreferer', + 'link_noreferrer_instruct' => 'Set `rel="noreferrer"` on all created links.', + + 'allow_source' => 'Allow Source', + 'allow_source_instruct' => 'Allow viewing and editing the HTML source code of your text content', + + 'semantic_elements' => 'Use Semantic Elements', + 'semantic_elements_instruct' => 'Replace unsemantic `` and `` tags with `` and `` tags.', + + 'allow_internal_links' => 'Allow Internal Links', + 'allow_internal_links_instruct' => 'Allow pages and entries to be suggested as you type in the link toolbar.', +]; diff --git a/languages/sv/fieldtypes/checkboxes.php b/languages/sv/fieldtypes/checkboxes.php new file mode 100644 index 0000000..4d9eb61 --- /dev/null +++ b/languages/sv/fieldtypes/checkboxes.php @@ -0,0 +1,8 @@ + 'Val', + 'options_instruct' => 'For each option, enter the value on the left and the label on the right.', + +]; diff --git a/languages/sv/fieldtypes/collection.php b/languages/sv/fieldtypes/collection.php new file mode 100644 index 0000000..dc8b2e4 --- /dev/null +++ b/languages/sv/fieldtypes/collection.php @@ -0,0 +1,16 @@ + 'Max Items', + 'max_items_instruct' => 'The maximum number of entries that may be selected.', + 'sort' => 'Sort Order', + 'sort_instruct' => 'Sort the entries with fieldname:order. You can add additional rules separated by pipes. Eg: `date:desc|title:asc`', + 'label' => 'Label', + 'label_instruct' => 'How the values should appear. You may use variables within the string, eg. `{{ title }} ({{ date format="Y" }})`', + 'collection' => 'Collection', + 'collection_instruct' => 'The collection from which to show entries.', + 'mode' => 'UI Mode', + 'mode_instruct' => 'How the field should be displayed.', + +]; diff --git a/languages/sv/fieldtypes/collections.php b/languages/sv/fieldtypes/collections.php new file mode 100644 index 0000000..8b906f8 --- /dev/null +++ b/languages/sv/fieldtypes/collections.php @@ -0,0 +1,7 @@ + 'Max Items', + 'max_items_instruct' => 'The maximum number of collections that may be selected.', +]; diff --git a/languages/sv/fieldtypes/date.php b/languages/sv/fieldtypes/date.php new file mode 100644 index 0000000..550a151 --- /dev/null +++ b/languages/sv/fieldtypes/date.php @@ -0,0 +1,23 @@ + 'Allow blank values?', + 'allow_blank_instruct' => 'If enabled, you will be able to clear the date.', + + 'allow_time' => 'Allow times?', + 'allow_time_instruct' => 'If enabled, you will be able to select a time.', + + 'require_time' => 'Require time?', + 'require_time_instruct' => 'If enabled, you will be forced to select a time.', + + 'earliest_date' => 'Earliest Date', + 'earliest_date_instruct' => 'Set the earliest selectable date.', + + 'format' => 'Date Format', + 'format_instruct' => 'How the date should be saved. Any PHP date formatting variables may be used.', + + 'input_format' => 'Input Format', + 'input_format_instruct' => 'How the date should be displayed in the field. Any Moment.js date formatting variables may be used.' + +]; diff --git a/languages/sv/fieldtypes/grid.php b/languages/sv/fieldtypes/grid.php new file mode 100644 index 0000000..433b78c --- /dev/null +++ b/languages/sv/fieldtypes/grid.php @@ -0,0 +1,20 @@ + 'Display Mode', + 'mode_instruct' => 'How should this Grid be displayed?', + + 'max_rows' => 'Max Rows', + 'max_rows_instruct' => 'The maximum number of rows allowed.', + + 'min_rows' => 'Min Rows', + 'min_rows_instruct' => 'The minimum number of rows allowed.', + + 'add_row' => 'Add Row Button Text', + 'add_row_instruct' => 'Optionally set the text of the "Add Row" button.', + + 'fields' => 'Fields', + 'fields_instruct' => 'Grids can be a row of repeated fields.', + +]; diff --git a/languages/sv/fieldtypes/markdown.php b/languages/sv/fieldtypes/markdown.php new file mode 100644 index 0000000..50c6e96 --- /dev/null +++ b/languages/sv/fieldtypes/markdown.php @@ -0,0 +1,17 @@ + 'Markdown Cheatsheet', + 'cheatsheet_instruct' => 'If enabled, a link to a Markdown cheatsheet helper dialog will be shown.', + + 'container' => 'Asset Container', + 'container_instruct' => 'Choose the Asset Container for file uploads.', + + 'folder' => 'Folder', + 'folder_instruct' => 'Choose a folder to show by default.', + + 'restrict_assets' => 'Restrict to Folder', + 'restrict_assets_instruct' => 'Prevent navigation to other asset folders or containers.', + +]; diff --git a/languages/sv/fieldtypes/pages.php b/languages/sv/fieldtypes/pages.php new file mode 100644 index 0000000..b9736cb --- /dev/null +++ b/languages/sv/fieldtypes/pages.php @@ -0,0 +1,18 @@ + 'Parent Page', + 'parent_instruct' => 'Choose a page to show its children.', + 'depth' => 'Depth', + 'depth_instruct' => 'How many levels to traverse to find child pages.', + 'max_items' => 'Max Items', + 'max_items_instruct' => 'The maximum number of entries that may be selected.', + 'sort' => 'Sort Order', + 'sort_instruct' => 'Sort the entries with fieldname:order. You can add additional rules separated by pipes. Eg: `date:desc|title:asc`', + 'label' => 'Label', + 'label_instruct' => 'How the values should appear. You may use variables within the string, eg. `{{ title }} ({{ date format="Y" }})`', + 'mode' => 'UI Mode', + 'mode_instruct' => 'How the field should be displayed.', + +]; diff --git a/languages/sv/fieldtypes/partial.php b/languages/sv/fieldtypes/partial.php new file mode 100644 index 0000000..946a6fa --- /dev/null +++ b/languages/sv/fieldtypes/partial.php @@ -0,0 +1,8 @@ + 'Fieldset', + 'fieldset_instruct' => 'The fieldset to be included.', + +]; diff --git a/languages/sv/fieldtypes/radio.php b/languages/sv/fieldtypes/radio.php new file mode 100644 index 0000000..9ca20d9 --- /dev/null +++ b/languages/sv/fieldtypes/radio.php @@ -0,0 +1,11 @@ + 'Options', + 'options_instruct' => 'For each option, enter the value on the left and the label on the right.', + + 'inline' => 'Display Inline', + 'inline_instruct' => 'Radio buttons will be displayed inline instead of stacked vertically.', + +]; diff --git a/languages/sv/fieldtypes/redactor.php b/languages/sv/fieldtypes/redactor.php new file mode 100644 index 0000000..cb06a91 --- /dev/null +++ b/languages/sv/fieldtypes/redactor.php @@ -0,0 +1,17 @@ + 'Settings', + 'settings_instruct' => 'Select a predefined Redactor settings object.', + + 'container' => 'Asset Container', + 'container_instruct' => 'Choose the Asset Container for file uploads.', + + 'folder' => 'Folder', + 'folder_instruct' => 'Choose a folder to show by default.', + + 'restrict_assets' => 'Restrict to Folder', + 'restrict_assets_instruct' => 'Prevent navigation to other asset folders or containers.', + +]; diff --git a/languages/sv/fieldtypes/replicator.php b/languages/sv/fieldtypes/replicator.php new file mode 100644 index 0000000..67bf0f6 --- /dev/null +++ b/languages/sv/fieldtypes/replicator.php @@ -0,0 +1,8 @@ + 'Sets', + 'sets_instruct' => 'Replicator fields can have multiple "sets" of fields.', + +]; diff --git a/languages/sv/fieldtypes/select.php b/languages/sv/fieldtypes/select.php new file mode 100644 index 0000000..fd99987 --- /dev/null +++ b/languages/sv/fieldtypes/select.php @@ -0,0 +1,8 @@ + 'Options', + 'options_instruct' => 'For each option, enter the value on the left and the label on the right.', + +]; diff --git a/languages/sv/fieldtypes/suggest.php b/languages/sv/fieldtypes/suggest.php new file mode 100644 index 0000000..3b25a3d --- /dev/null +++ b/languages/sv/fieldtypes/suggest.php @@ -0,0 +1,12 @@ + 'Options', + 'options_instruct' => 'For each option, enter the value on the left and the label on the right.', + 'max_items' => 'Max items', + 'max_items_instruct' => 'The maximum number of items allowed to be selected.', + 'create' => 'Create options on the fly?', + 'create_instruct' => 'If enabled, values may be entered manually instead of only being able to use the suggestions.', + +]; diff --git a/languages/sv/fieldtypes/taxonomy.php b/languages/sv/fieldtypes/taxonomy.php new file mode 100644 index 0000000..4faf0ca --- /dev/null +++ b/languages/sv/fieldtypes/taxonomy.php @@ -0,0 +1,16 @@ + 'Max Items', + 'max_items_instruct' => 'The maximum number of terms that may be selected.', + 'sort' => 'Sort Order', + 'sort_instruct' => 'Sort the terms with fieldname:order. You can add additional rules separated by pipes. Eg: `count:desc|name:asc`', + 'label' => 'Label', + 'label_instruct' => 'How the values should appear. You may use variables within the string, eg. `{{ title }} ({{ count }})`', + 'taxonomy' => 'Taxonomy', + 'taxonomy_instruct' => 'The name of the taxonomy from which to show terms.', + 'mode' => 'UI Mode', + 'mode_instruct' => 'How the field should be displayed.', + +]; diff --git a/languages/sv/fieldtypes/users.php b/languages/sv/fieldtypes/users.php new file mode 100644 index 0000000..c2882ae --- /dev/null +++ b/languages/sv/fieldtypes/users.php @@ -0,0 +1,12 @@ + 'Max Items', + 'max_items_instruct' => 'The maximum number of users that may be selected.', + 'label' => 'Label', + 'label_instruct' => 'How the values should appear. You may use variables within the string, eg. `{{ last_name }}, {{ first_name }}`', + 'mode' => 'UI Mode', + 'mode_instruct' => 'How the field should be displayed.', + +]; diff --git a/languages/sv/markdown.php b/languages/sv/markdown.php new file mode 100644 index 0000000..1d7be59 --- /dev/null +++ b/languages/sv/markdown.php @@ -0,0 +1,57 @@ + ' +

Markdown is a text-to-HTML markup syntax for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format that is converted to structurally valid HTML.

+ +

Headers

+
# This is an h1
+## This is an h2
+### This is an h3, and so on.
+
+ +

Bold & Italic

+
You can make things *emphasized*, **bold**, or _**both**_.
+ +

Links

+
This is an [example link](http://example.com).
+ +

Code

+

+Wrap your code with 3 backticks (```) on the line before and after. +

+ +
```
+this: is some yaml
+```
+ +

You can also add code inline by wrapping content with ` single backticks. + +

Quoting

+ +

Create a blockquote by starting your text with > .

+ +
> This is going to be a blockquote.
+ +

Images

+
![alt text](http://example.com/image.jpg)
+ +

Unordered List

+
- Bacon
+- Steak
+- Beer
+ +

Ordered List

+
1. Eat
+2. Drink
+3. Be merry
+ +

Tables

+ +
First Header  | Second Header
+------------- | -------------
+Content Cell  | Content Cell
+Content Cell  | Content Cell
' + +]; diff --git a/languages/sv/pagination.php b/languages/sv/pagination.php new file mode 100644 index 0000000..aa12db1 --- /dev/null +++ b/languages/sv/pagination.php @@ -0,0 +1,19 @@ + '« Föregående', + 'next' => 'Nästa »', + +]; diff --git a/languages/sv/passwords.php b/languages/sv/passwords.php new file mode 100644 index 0000000..515adf9 --- /dev/null +++ b/languages/sv/passwords.php @@ -0,0 +1,24 @@ + "Passwords must be at least six characters and match the confirmation.", + "user" => "We can't find a user with that e-mail address.", + "token" => "This password reset token is invalid.", + "sent" => "We have e-mailed your password reset link!", + "reset" => "Your password has been reset!", + "reset_subject" => "Reset your password", + "activate_subject" => "Activate your account", + +]; diff --git a/languages/sv/permissions.php b/languages/sv/permissions.php new file mode 100644 index 0000000..5f1b4aa --- /dev/null +++ b/languages/sv/permissions.php @@ -0,0 +1,55 @@ + 'Super User', + + 'group_general' => 'General', + 'cp:access' => 'Access Control Panel', + 'content:view_drafts_on_frontend' => 'View drafts on the front-end', + 'resolve_duplicates' => 'Resolve Duplicate IDs', + + 'group_pages' => 'Pages', + 'pages:view' => 'View pages', + 'pages:edit' => 'Edit pages', + 'pages:create' => 'Create new pages', + 'pages:delete' => 'Delete pages', + 'pages:reorder' => 'Reorder pages', + + 'collections:*:view' => 'View entries', + 'collections:*:edit' => 'Edit entries', + 'collections:*:create' => 'Create entries', + 'collections:*:delete' => 'Delete entries', + + 'taxonomies:*:view' => 'View taxonomy terms', + 'taxonomies:*:edit' => 'Edit taxonomy terms', + 'taxonomies:*:create' => 'Create taxonomy terms', + 'taxonomies:*:delete' => 'Delete taxonomy terms', + + 'globals:*:view' => 'View globals', + 'globals:*:edit' => 'Edit globals', + + 'assets:*:view' => 'View assets', + 'assets:*:edit' => 'Edit assets', + 'assets:*:create' => 'Create assets', + 'assets:*:delete' => 'Delete assets', + + 'group_forms' => 'Forms', + 'forms' => 'Access Forms', + + 'group_updater' => 'Updater', + 'updater' => 'View updates', + 'updater:update' => 'Perform updates', + + 'group_importer' => 'Importer', + 'importer' => 'Import data', + + 'group_users' => 'Users', + 'users:view' => 'View users', + 'users:edit' => 'Edit users', + 'users:edit-passwords' => 'Edit passwords', + 'users:edit-roles' => 'Edit roles', + 'users:create' => 'Create users', + 'users:delete' => 'Delete users', + +]; diff --git a/languages/sv/validation.php b/languages/sv/validation.php new file mode 100644 index 0000000..454d54a --- /dev/null +++ b/languages/sv/validation.php @@ -0,0 +1,122 @@ + "The :attribute must be accepted.", + "active_url" => "The :attribute is not a valid URL.", + "after" => "The :attribute must be a date after :date.", + "alpha" => "The :attribute may only contain letters.", + "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", + "alpha_num" => "The :attribute may only contain letters and numbers.", + "array" => "The :attribute must be an array.", + "before" => "The :attribute must be a date before :date.", + "between" => [ + "numeric" => "The :attribute must be between :min and :max.", + "file" => "The :attribute must be between :min and :max kilobytes.", + "string" => "The :attribute must be between :min and :max characters.", + "array" => "The :attribute must have between :min and :max items.", + ], + "boolean" => "The :attribute field must be true or false.", + "confirmed" => "The :attribute confirmation does not match.", + "date" => "The :attribute is not a valid date.", + "date_format" => "The :attribute does not match the format :format.", + "different" => "The :attribute and :other must be different.", + "digits" => "The :attribute must be :digits digits.", + "digits_between" => "The :attribute must be between :min and :max digits.", + "email" => "The :attribute must be a valid email address.", + "filled" => "The :attribute field is required.", + "exists" => "The selected :attribute is invalid.", + "image" => "The :attribute must be an image.", + "in" => "The selected :attribute is invalid.", + "integer" => "The :attribute must be an integer.", + "ip" => "The :attribute must be a valid IP address.", + "max" => [ + "numeric" => "The :attribute may not be greater than :max.", + "file" => "The :attribute may not be greater than :max kilobytes.", + "string" => "The :attribute may not be greater than :max characters.", + "array" => "The :attribute may not have more than :max items.", + ], + "mimes" => "The :attribute must be a file of type: :values.", + "min" => [ + "numeric" => "The :attribute must be at least :min.", + "file" => "The :attribute must be at least :min kilobytes.", + "string" => "The :attribute must be at least :min characters.", + "array" => "The :attribute must have at least :min items.", + ], + "not_in" => "The selected :attribute is invalid.", + "numeric" => "The :attribute must be a number.", + "regex" => "The :attribute format is invalid.", + "required" => "The :attribute field is required.", + "required_if" => "The :attribute field is required when :other is :value.", + "required_unless" => "The :attribute field is required unless :other is in :values.", + "required_with" => "The :attribute field is required when :values is present.", + "required_with_all" => "The :attribute field is required when :values is present.", + "required_without" => "The :attribute field is required when :values is not present.", + "required_without_all" => "The :attribute field is required when none of :values are present.", + "same" => "The :attribute and :other must match.", + "size" => [ + "numeric" => "The :attribute must be :size.", + "file" => "The :attribute must be :size kilobytes.", + "string" => "The :attribute must be :size characters.", + "array" => "The :attribute must contain :size items.", + ], + "timezone" => "The :attribute must be a valid zone.", + "unique" => "The :attribute has already been taken.", + "url" => "The :attribute format is invalid.", + "entry_slug_exists" => "Slug already exists.", + "page_uri_exists" => "Slug already exists.", + "unique_asset_filename" => "An asset with this filename exists.", + + // Extended validation rules + "ext" => "The :attribute must be a file of type: :extensions", + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + 'fields' => [ + 'username' => [ + 'not_in' => 'The selected username is taken.', + ], + 'email' => [ + 'not_in' => 'The selected email is taken.', + ] + ] + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +];