<?php

/**
 * ⚠️ Edition not allowed except for 'en' language.
 *
 * @see https://github.com/monicahq/monica/blob/master/docs/contribute/translate.md for translations.
 */

return [
    'yes' => 'Ja',
    'no' => 'Nej',
    'update' => 'Opdatér',
    'save' => 'Gem',
    'add' => 'Tilføj',
    'cancel' => 'Annullér',
    'confirm' => 'Confirm',
    'delete_confirm' => 'Sikker?',
    'delete' => 'Slet',
    'edit' => 'Redigér',
    'upload' => 'Upload',
    'download' => 'Download',
    'save_close' => 'Gem og luk',
    'close' => 'Luk',
    'copy' => 'Kopiér',
    'create' => 'Opret',
    'remove' => 'Fjern',
    'revoke' => 'Tilbagekald',
    'done' => 'Udført',
    'back' => 'Tilbage',
    'verify' => 'Bekræft',
    'new' => 'ny',
    'unknown' => 'I don’t know',
    'load_more' => 'Indlæs flere',
    'loading' => 'Indlæser...',
    'with' => 'with',
    'today' => 'i dag',
    'yesterday' => 'i går',
    'another_day' => 'another day',
    'date' => 'Date',
    'type' => 'Type',
    'zoom' => 'Zoom',
    'upgrade' => 'Opgradér for at låse op',
    'percent_uploaded' => '{percent}% uploaded',
    'retry' => 'Prøv igen',
    'filter' => 'Filter the list',
    'go_back' => 'Gå tilbage',
    'file_selected' => '1 file selected...|{count} files selected...',

    'application_title' => 'Monica – personal relationship manager',
    'application_description' => 'Monica is a tool to manage your interactions with your loved ones, friends and family.',
    'application_og_title' => 'Have better relations with your loved ones. Free Online CRM for friends and family.',

    'markdown_description' => 'Want to format your text in a nice way? We support Markdown to add bold, italic, lists and more.',
    'markdown_link' => 'Læs dokumentation',

    'header_settings_link' => 'Indstillinger',
    'header_logout_link' => 'Log af',
    'header_changelog_link' => 'Produktændringer',

    'main_nav_cta' => 'Tilføj personer',
    'main_nav_dashboard' => 'Oversigt',
    'main_nav_family' => 'Kontakter',
    'main_nav_journal' => 'Journal',
    'main_nav_activities' => 'Aktiviteter',
    'main_nav_tasks' => 'Tasks',

    'footer_remarks' => 'Any remarks?',
    'footer_send_email' => 'Send me an email',
    'footer_privacy' => 'Privacy policy',
    'footer_release' => 'Release notes',
    'footer_newsletter' => 'Newsletter',
    'footer_source_code' => 'Contribute',
    'footer_version' => 'Version: :version',
    'footer_new_version' => 'A new version is available',

    'footer_modal_version_whats_new' => 'What’s new',
    'footer_modal_version_release_away' => 'You are 1 release behind the latest version available. You should update your instance.|You are :number releases behind the latest version available. You should update your instance.',

    'breadcrumb_dashboard' => 'Dashboard',
    'breadcrumb_list_contacts' => 'List of people',
    'breadcrumb_archived_contacts' => 'Archived contacts',
    'breadcrumb_journal' => 'Journal',
    'breadcrumb_settings' => 'Settings',
    'breadcrumb_settings_export' => 'Export',
    'breadcrumb_settings_users' => 'Users',
    'breadcrumb_settings_users_add' => 'Add a user',
    'breadcrumb_settings_subscriptions' => 'Subscription',
    'breadcrumb_settings_import' => 'Import',
    'breadcrumb_settings_import_report' => 'Import report',
    'breadcrumb_settings_import_upload' => 'Upload',
    'breadcrumb_settings_tags' => 'Tags',
    'breadcrumb_add_significant_other' => 'Add significant other',
    'breadcrumb_edit_significant_other' => 'Edit significant other',
    'breadcrumb_add_note' => 'Add a note',
    'breadcrumb_edit_note' => 'Edit a note',
    'breadcrumb_api' => 'API',
    'breadcrumb_dav' => 'DAV Resources',
    'breadcrumb_edit_introductions' => 'How did you meet',
    'breadcrumb_settings_personalization' => 'Tilpasning',
    'breadcrumb_settings_security' => 'Sikkerhed',
    'breadcrumb_settings_security_2fa' => 'Two Factor Authentication',
    'breadcrumb_profile' => 'Profile of :name',

    'gender_male' => 'Mand',
    'gender_female' => 'Kvinde',
    'gender_none' => 'Rather not say',
    'gender_no_gender' => 'No gender',

    'error_title' => 'Hovsa! Noget gik galt.',
    'error_unauthorized' => 'You don’t have the right to edit this resource.',
    'error_user_account' => 'This user does not belong to the given account.',
    'error_save' => 'We had an error trying to save the data.',
    'error_try_again' => 'Something went wrong. Please try again.',
    'error_id' => 'Error ID: :id',
    'error_unavailable' => 'Tjenesten er ikke tilgængelig',
    'error_maintenance' => 'Maintenance in progress. Be right back.',
    'error_help' => 'Vi er snart tilbage.',
    'error_twitter' => 'Follow <a href="https://twitter.com/:twitter">our Twitter account</a> to be alerted when it’s up again.',
    'error_no_term' => 'There is no policy for this instance yet.',

    'default_save_success' => 'The data has been saved.',

    'compliance_title' => 'Sorry for the interruption.',
    'compliance_desc' => 'We have changed our <a href=":urlterm" hreflang=":hreflang">Terms of Use</a> and <a href=":url" hreflang=":hreflang">Privacy Policy</a>. By law we have to ask you to review them and accept them so you can continue to use your account.',
    'compliance_desc_end' => 'We don’t do anything nasty with your data or account and will never do.',
    'compliance_terms' => 'Accept new terms and privacy policy',

    // Relationship types
    // Yes, each relationship type has 8 strings associated with it.
    // This is because we need to indicate the name of the relationship type,
    // and also the name of the opposite side of this relationship (father/son),
    // and then, the feminine version of the string. Finally, in some sentences
    // in the UI, we need to include the name of the person we add the relationship
    // to.
    'relationship_type_group_love' => 'Love relationships',
    'relationship_type_group_family' => 'Family relationships',
    'relationship_type_group_friend' => 'Friend relationships',
    'relationship_type_group_work' => 'Work relationships',
    'relationship_type_group_other' => 'Other kind of relationships',

    'relationship_type_partner' => 'partner',
    'relationship_type_partner_female' => 'partner',
    'relationship_type_partner_with_name' => ':name’s partner',
    'relationship_type_partner_female_with_name' => ':name’s partner',

    'relationship_type_spouse' => 'ægtefælle',
    'relationship_type_spouse_female' => 'ægtefælle',
    'relationship_type_spouse_with_name' => ':name’s ægtefælle',
    'relationship_type_spouse_female_with_name' => ':name’s ægtefælle',

    'relationship_type_date' => 'date',
    'relationship_type_date_female' => 'date',
    'relationship_type_date_with_name' => ':name’s date',
    'relationship_type_date_female_with_name' => ':name’s date',

    'relationship_type_lover' => 'elsker',
    'relationship_type_lover_female' => 'elsker',
    'relationship_type_lover_with_name' => ':name’s elsker',
    'relationship_type_lover_female_with_name' => ':name’s elsker',

    'relationship_type_inlovewith' => 'in love with',
    'relationship_type_inlovewith_female' => 'in love with',
    'relationship_type_inlovewith_with_name' => 'someone :name is in love with',
    'relationship_type_inlovewith_female_with_name' => 'someone :name is in love with',

    'relationship_type_lovedby' => 'loved by',
    'relationship_type_lovedby_female' => 'loved by',
    'relationship_type_lovedby_with_name' => ':name’s secret lover',
    'relationship_type_lovedby_female_with_name' => ':name’s secret lover',

    'relationship_type_ex' => 'ekskæreste',
    'relationship_type_ex_female' => 'ekskæreste',
    'relationship_type_ex_with_name' => ':name’s ekskæreste',
    'relationship_type_ex_female_with_name' => ':name’s ekskæreste',

    'relationship_type_parent' => 'far',
    'relationship_type_parent_female' => 'mor',
    'relationship_type_parent_with_name' => ':name’s far',
    'relationship_type_parent_female_with_name' => ':name’s mor',

    'relationship_type_child' => 'søn',
    'relationship_type_child_female' => 'datter',
    'relationship_type_child_with_name' => ':name’s son',
    'relationship_type_child_female_with_name' => ':name’s daughter',

    'relationship_type_stepparent' => 'stedfar',
    'relationship_type_stepparent_female' => 'stedmor',
    'relationship_type_stepparent_with_name' => ':name’s stepfather',
    'relationship_type_stepparent_female_with_name' => ':name’s stepmother',

    'relationship_type_stepchild' => 'stedsøn',
    'relationship_type_stepchild_female' => 'steddatter',
    'relationship_type_stepchild_with_name' => ':name’s stepson',
    'relationship_type_stepchild_female_with_name' => ':name’s stepdaughter',

    'relationship_type_sibling' => 'bror',
    'relationship_type_sibling_female' => 'søster',
    'relationship_type_sibling_with_name' => ':name’s brother',
    'relationship_type_sibling_female_with_name' => ':name’s sister',

    'relationship_type_grandparent' => 'grand parent',
    'relationship_type_grandparent_female' => 'grand parent',
    'relationship_type_grandparent_with_name' => ':name’s grand parent',
    'relationship_type_grandparent_female_with_name' => ':name’s grand parent',

    'relationship_type_grandchild' => 'grand child',
    'relationship_type_grandchild_female' => 'barnebarn',
    'relationship_type_grandchild_with_name' => ':name’s barnebarn',
    'relationship_type_grandchild_female_with_name' => ':name’s barnebarn',

    'relationship_type_uncle' => 'onkel',
    'relationship_type_uncle_female' => 'tante',
    'relationship_type_uncle_with_name' => ':name’s onkel',
    'relationship_type_uncle_female_with_name' => ':name’s tante',

    'relationship_type_nephew' => 'nevø',
    'relationship_type_nephew_female' => 'niece',
    'relationship_type_nephew_with_name' => ':name’s nevø',
    'relationship_type_nephew_female_with_name' => ':name’s niece',

    'relationship_type_cousin' => 'fætter',
    'relationship_type_cousin_female' => 'kusine',
    'relationship_type_cousin_with_name' => ':name’s fætter',
    'relationship_type_cousin_female_with_name' => ':name’s kusine',

    'relationship_type_godfather' => 'gudfar',
    'relationship_type_godfather_female' => 'gudmor',
    'relationship_type_godfather_with_name' => ':name’s gudfar',
    'relationship_type_godfather_female_with_name' => ':name’s gudmor',

    'relationship_type_godson' => 'gudsøn',
    'relationship_type_godson_female' => 'guddatter',
    'relationship_type_godson_with_name' => ':name’s gudsøn',
    'relationship_type_godson_female_with_name' => ':name’s guddatter',

    'relationship_type_friend' => 'ven',
    'relationship_type_friend_female' => 'veninde',
    'relationship_type_friend_with_name' => ':name’s ven',
    'relationship_type_friend_female_with_name' => ':name’s veninde',

    'relationship_type_bestfriend' => 'bedste ven',
    'relationship_type_bestfriend_female' => 'bedste veninde',
    'relationship_type_bestfriend_with_name' => ':name’s bedste ven',
    'relationship_type_bestfriend_female_with_name' => ':name’s bedste veninde',

    'relationship_type_colleague' => 'kollega',
    'relationship_type_colleague_female' => 'kollega',
    'relationship_type_colleague_with_name' => ':name’s kollega',
    'relationship_type_colleague_female_with_name' => ':name’s kollega',

    'relationship_type_boss' => 'boss',
    'relationship_type_boss_female' => 'boss',
    'relationship_type_boss_with_name' => ':name’s boss',
    'relationship_type_boss_female_with_name' => ':name’s boss',

    'relationship_type_subordinate' => 'subordinate',
    'relationship_type_subordinate_female' => 'subordinate',
    'relationship_type_subordinate_with_name' => ':name’s subordinate',
    'relationship_type_subordinate_female_with_name' => ':name’s subordinate',

    'relationship_type_mentor' => 'mentor',
    'relationship_type_mentor_female' => 'mentor',
    'relationship_type_mentor_with_name' => ':name’s mentor',
    'relationship_type_mentor_female_with_name' => ':name’s mentor',

    'relationship_type_protege' => 'protege',
    'relationship_type_protege_female' => 'protege',
    'relationship_type_protege_with_name' => ':name’s protege',
    'relationship_type_protege_female_with_name' => ':name’s protege',

    'relationship_type_ex_husband' => 'eksmand',
    'relationship_type_ex_husband_female' => 'ekskone',
    'relationship_type_ex_husband_with_name' => ':name’s eksmand',
    'relationship_type_ex_husband_female_with_name' => ':name’s ekskone',

    // emotions
    'emotion_primary_love' => 'Kærlighed',
    'emotion_primary_joy' => 'Joy',
    'emotion_primary_surprise' => 'Overrasket',
    'emotion_primary_anger' => 'Vrede',
    'emotion_primary_sadness' => 'Sørgmodighed',
    'emotion_primary_fear' => 'Frygt',

    'emotion_secondary_affection' => 'Hengivenhed',
    'emotion_secondary_lust' => 'Lust',
    'emotion_secondary_longing' => 'Longing',
    'emotion_secondary_cheerfulness' => 'Cheerfulness',
    'emotion_secondary_zest' => 'Zest',
    'emotion_secondary_contentment' => 'Contentment',
    'emotion_secondary_pride' => 'Stolthed',
    'emotion_secondary_optimism' => 'Optimisme',
    'emotion_secondary_enthrallment' => 'Enthrallment',
    'emotion_secondary_relief' => 'Relief',
    'emotion_secondary_surprise' => 'Overrasket',
    'emotion_secondary_irritation' => 'Irritation',
    'emotion_secondary_exasperation' => 'Exasperation',
    'emotion_secondary_rage' => 'Raseri',
    'emotion_secondary_disgust' => 'Væmmelse',
    'emotion_secondary_envy' => 'Envy',
    'emotion_secondary_suffering' => 'Suffering',
    'emotion_secondary_sadness' => 'Sadness',
    'emotion_secondary_disappointment' => 'Disappointment',
    'emotion_secondary_shame' => 'Shame',
    'emotion_secondary_neglect' => 'Neglect',
    'emotion_secondary_sympathy' => 'Sympathy',
    'emotion_secondary_horror' => 'Horror',
    'emotion_secondary_nervousness' => 'Nervøsitet',

    'emotion_adoration' => 'Adoration',
    'emotion_affection' => 'Hengivenhed',
    'emotion_love' => 'Kærlighed',
    'emotion_fondness' => 'Fondness',
    'emotion_liking' => 'Liking',
    'emotion_attraction' => 'Attraction',
    'emotion_caring' => 'Caring',
    'emotion_tenderness' => 'Tenderness',
    'emotion_compassion' => 'Compassion',
    'emotion_sentimentality' => 'Sentimentality',
    'emotion_arousal' => 'Arousal',
    'emotion_desire' => 'Desire',
    'emotion_lust' => 'Lust',
    'emotion_passion' => 'Passion',
    'emotion_infatuation' => 'Infatuation',
    'emotion_longing' => 'Longing',
    'emotion_amusement' => 'Amusement',
    'emotion_bliss' => 'Bliss',
    'emotion_cheerfulness' => 'Cheerfulness',
    'emotion_gaiety' => 'Gaiety',
    'emotion_glee' => 'Glee',
    'emotion_jolliness' => 'Jolliness',
    'emotion_joviality' => 'Joviality',
    'emotion_joy' => 'Joy',
    'emotion_delight' => 'Delight',
    'emotion_enjoyment' => 'Enjoyment',
    'emotion_gladness' => 'Gladness',
    'emotion_happiness' => 'Glæde',
    'emotion_jubilation' => 'Jubilation',
    'emotion_elation' => 'Elation',
    'emotion_satisfaction' => 'Tilfredshed',
    'emotion_ecstasy' => 'Ecstasy',
    'emotion_euphoria' => 'Euphoria',
    'emotion_enthusiasm' => 'Enthusiasm',
    'emotion_zeal' => 'Zeal',
    'emotion_zest' => 'Zest',
    'emotion_excitement' => 'Excitement',
    'emotion_thrill' => 'Thrill',
    'emotion_exhilaration' => 'Exhilaration',
    'emotion_contentment' => 'Contentment',
    'emotion_pleasure' => 'Pleasure',
    'emotion_pride' => 'Stolthed',
    'emotion_eagerness' => 'Eagerness',
    'emotion_hope' => 'Hope',
    'emotion_optimism' => 'Optimisme',
    'emotion_enthrallment' => 'Enthrallment',
    'emotion_rapture' => 'Rapture',
    'emotion_relief' => 'Relief',
    'emotion_amazement' => 'Amazement',
    'emotion_surprise' => 'Surprise',
    'emotion_astonishment' => 'Astonishment',
    'emotion_aggravation' => 'Aggravation',
    'emotion_irritation' => 'Irritation',
    'emotion_agitation' => 'Agitation',
    'emotion_annoyance' => 'Annoyance',
    'emotion_grouchiness' => 'Grouchiness',
    'emotion_grumpiness' => 'Grumpiness',
    'emotion_exasperation' => 'Exasperation',
    'emotion_frustration' => 'Frustration',
    'emotion_anger' => 'Anger',
    'emotion_rage' => 'Rage',
    'emotion_outrage' => 'Outrage',
    'emotion_fury' => 'Fury',
    'emotion_wrath' => 'Wrath',
    'emotion_hostility' => 'Hostility',
    'emotion_ferocity' => 'Ferocity',
    'emotion_bitterness' => 'Bitterness',
    'emotion_hate' => 'Hate',
    'emotion_loathing' => 'Loathing',
    'emotion_scorn' => 'Scorn',
    'emotion_spite' => 'Spite',
    'emotion_vengefulness' => 'Vengefulness',
    'emotion_dislike' => 'Dislike',
    'emotion_resentment' => 'Resentment',
    'emotion_disgust' => 'Disgust',
    'emotion_revulsion' => 'Revulsion',
    'emotion_contempt' => 'Contempt',
    'emotion_envy' => 'Envy',
    'emotion_jealousy' => 'Jealousy',
    'emotion_agony' => 'Agony',
    'emotion_suffering' => 'Suffering',
    'emotion_hurt' => 'Hurt',
    'emotion_anguish' => 'Anguish',
    'emotion_depression' => 'Depression',
    'emotion_despair' => 'Despair',
    'emotion_hopelessness' => 'Hopelessness',
    'emotion_gloom' => 'Gloom',
    'emotion_glumness' => 'Glumness',
    'emotion_sadness' => 'Sadness',
    'emotion_unhappiness' => 'Unhappiness',
    'emotion_grief' => 'Grief',
    'emotion_sorrow' => 'Sorrow',
    'emotion_woe' => 'Woe',
    'emotion_misery' => 'Misery',
    'emotion_melancholy' => 'Melancholy',
    'emotion_dismay' => 'Dismay',
    'emotion_disappointment' => 'Disappointment',
    'emotion_displeasure' => 'Displeasure',
    'emotion_guilt' => 'Guilt',
    'emotion_shame' => 'Shame',
    'emotion_regret' => 'Regret',
    'emotion_remorse' => 'Remorse',
    'emotion_alienation' => 'Alienation',
    'emotion_isolation' => 'Isolation',
    'emotion_neglect' => 'Neglect',
    'emotion_loneliness' => 'Loneliness',
    'emotion_rejection' => 'Rejection',
    'emotion_homesickness' => 'Homesickness',
    'emotion_defeat' => 'Defeat',
    'emotion_dejection' => 'Dejection',
    'emotion_insecurity' => 'Insecurity',
    'emotion_embarrassment' => 'Embarrassment',
    'emotion_humiliation' => 'Humiliation',
    'emotion_insult' => 'Insult',
    'emotion_pity' => 'Pity',
    'emotion_sympathy' => 'Sympathy',
    'emotion_alarm' => 'Alarm',
    'emotion_shock' => 'Shock',
    'emotion_fear' => 'Frygt',
    'emotion_fright' => 'Fright',
    'emotion_horror' => 'Horror',
    'emotion_terror' => 'Terror',
    'emotion_panic' => 'Panik',
    'emotion_hysteria' => 'Hysteria',
    'emotion_mortification' => 'Mortification',
    'emotion_anxiety' => 'Ængstelighed',
    'emotion_nervousness' => 'Nervøsitet',
    'emotion_tenseness' => 'Tenseness',
    'emotion_uneasiness' => 'Uneasiness',
    'emotion_apprehension' => 'Apprehension',
    'emotion_worry' => 'Worry',
    'emotion_distress' => 'Distress',
    'emotion_dread' => 'Dread',

    // weather
    'weather_clear-day' => 'Clear day',
    'weather_clear-night' => 'Clear night',
    'weather_rain' => 'Regn',
    'weather_snow' => 'Sne',
    'weather_sleet' => 'Slud',
    'weather_wind' => 'Vind',
    'weather_fog' => 'Tåge',
    'weather_cloudy' => 'Overskyet',
    'weather_partly-cloudy-day' => 'Delvist overskyet dag',
    'weather_partly-cloudy-night' => 'Delvist overskyet nat',
    'weather_current_temperature_celsius' => ':temperature °C',
    'weather_current_temperature_fahrenheit' => ':temperature °F',
    'weather_current_title' => 'Current weather',

    // dav
    'dav_contacts' => 'Kontakter',
    'dav_contacts_description' => ':name’s kontakter',
    'dav_birthdays' => 'Fødselsdage',
    'dav_birthdays_description' => ':name’s contact’s birthdays',
    'dav_tasks' => 'Opgaver',
    'dav_tasks_description' => ':name’s opgaver',
];
