{
  "version": 3,
  "sources": ["../../../lib.web.i18n/en.tsx"],
  "sourcesContent": ["/* eslint-disable react/jsx-no-target-blank */\nimport * as React from \"react\"\nimport {\n    AccessLevel,\n    APIScope,\n    BoardChangelogEntry,\n    BoardPatchOpType,\n    CardChangelogEntry,\n    CardColor,\n    CardPatchOpType,\n    ClingErrorCode,\n    CommentChangelogEntry,\n    CommentPatchOpType,\n    Language,\n    PaymentMethod,\n    PaymentMethodStatus,\n    TaskStatus,\n} from \"@cling/lib.shared.model\"\nimport {running_on_mac} from \"@cling/lib.web.utils\"\nimport {assert_never} from \"@cling/lib.shared.utils\"\nimport {the_now} from \"@cling/lib.shared.utils/the_now\"\n\n// TODO (watching) We need to replace `\\u202f` with regular space characters\n//      because of a regression in Node 18.13+. It has already been backported,\n//      we are waiting for the next release to fix this.\n//      https://github.com/nodejs/node/issues/46123\n\nconst MONTH = [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"]\nconst date_time_format = new Intl.DateTimeFormat(\"en-US\", {\n    year: \"numeric\",\n    day: \"numeric\",\n    month: \"short\",\n    hour: \"2-digit\",\n    minute: \"2-digit\",\n})\nconst date_time_format_no_year = new Intl.DateTimeFormat(\"en-US\", {\n    day: \"numeric\",\n    month: \"short\",\n    hour: \"2-digit\",\n    minute: \"2-digit\",\n})\nconst date_format = new Intl.DateTimeFormat(\"en-US\", {\n    year: \"numeric\",\n    day: \"numeric\",\n    month: \"short\",\n})\nconst date_format_long = new Intl.DateTimeFormat(\"en-US\", {\n    year: \"numeric\",\n    day: \"numeric\",\n    month: \"long\",\n})\nconst weekday_format_short = new Intl.DateTimeFormat(\"en-US\", {\n    weekday: \"short\",\n})\nconst month_format_long = new Intl.DateTimeFormat(\"en-US\", {\n    month: \"long\",\n})\nconst time_format = new Intl.DateTimeFormat(\"en-US\", {\n    hour: \"2-digit\",\n    minute: \"2-digit\",\n})\nconst last_7_days_format = new Intl.DateTimeFormat(\"en-US\", {\n    weekday: \"short\",\n    hour: \"2-digit\",\n    minute: \"2-digit\",\n})\nconst number_format = new Intl.NumberFormat(\"en-US\", {\n    useGrouping: true,\n    maximumFractionDigits: 2,\n})\nconst currency_format = new Intl.NumberFormat(\"en-US\", {\n    useGrouping: true,\n    currency: \"EUR\",\n    minimumFractionDigits: 2,\n    maximumFractionDigits: 2,\n})\n\nexport class Messages {\n    _7_days = \"7 days\"\n    _14_day_free_trial = \"14 day free trial\"\n    _14_days = \"14 days\"\n    _30_days = \"30 days\"\n    about_this_card = \"About this card\"\n    access_to_your_camera_or_microphone_denied = (\n        <span>\n            Access to your camera or microphone was denied.\n            <br />\n            <br />\n            <a\n                href=\"https://cling.com/en/detail/add-media-card.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Try to fix it.\n            </a>\n        </span>\n    )\n    accessing_your_camera_or_microphone = (\n        <span>\n            Accessing your camera or microphone. <br />\n            <br />\n            Please click &quot;Allow&quot; if the browser asks for permission.\n            <br />\n            <br />\n            <a\n                href=\"https://cling.com/en/detail/add-media-card.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Learn more.\n            </a>\n        </span>\n    )\n    action_failed = \"Action failed\"\n    action_is_invalid = \"Action is invalid\"\n    add = \"Add\"\n    add_a_board = \"Add a board\"\n    add_a_card = \"Add a card\"\n    add_administrator = \"Add administrator\"\n    add_e_mail_address = \"Add e-mail address\"\n    add_emoji = \"Add emoji\"\n    add_payment_method = \"Add payment method\"\n    add_people_or_teams = \"Add people or teams\"\n    add_team = \"Add team\"\n    add_team_access = \"Add team access\"\n    add_team_code = \"Add team-code\"\n    add_team_to_team_code = \"Add team to team-code\"\n    add_the_first_team = \"Add the first team\"\n    add_the_first_team_to_your_new_team_code = (\n        <span key=\"1\">\n            Add the first team to your new team-code.\n            <br key=\"1\" />A team-code is used to assign new members to one or more teams.\n        </span>\n    )\n    add_to_team = \"Add to team\"\n    adding_a_team_to_this_team_code_only_affects = (\n        <span key=\"1\">\n            Adding a team to this team-code only affects new members that will sign up in the\n            future.\n            <br key=\"1\" />\n            Members that have already signed up with this team-code will not be affected, i.e., they\n            will not be added to the new team.\n        </span>\n    )\n    administrators = \"Administrators\"\n    all = \"All\"\n    all_boards = \"All boards\"\n    all_done = \"All done!\"\n    all_is_done_you_can_now_log_in = \"All is done. You can now log in and have fun with Cling.\"\n    all_members_of_the_team_can_see_all_members =\n        \"All members of the team can see all members of the following teams and invite them to boards or start a conversation.\"\n    all_tasks = \"All tasks\"\n    all_your_boards = \"All your boards\"\n    allow = \"Allow\"\n    almost_there_verify_your_e_mail_address = (\n        <span>\n            Almost there:\n            <br />\n            Please verify your e&#8209;mail&nbsp;address\n        </span>\n    )\n    already_have_a_cling_account = \"Already have a Cling account?\"\n    always_close = \"Always close\"\n    an_overview_of_your_cling_pro_usage = (\n        <span>\n            An overview of your <b>Cling Pro</b> usage.\n        </span>\n    )\n    apply = \"Apply\"\n    archive = \"Archive\"\n    archive_board = \"Archive board\"\n    archived = \"archived\"\n    archived_content = \"Archived content\"\n    archived_in_google_keep = \"Archived in Google Keep\"\n    are_you_sure_you_want_to_delete_your_account = (\n        <span>\n            Are you sure you want to delete your account?\n            <br />\n            <span className=\"danger\">\n                <b>Warning</b>: All your data will be lost without the possibility of recovery.\n            </span>\n        </span>\n    )\n    assignee = \"Assignee\"\n    audio = \"Audio\"\n    back = \"Back\"\n    back_to_login = \"Back to login\"\n    background = \"Background\"\n    banner = \"Banner\"\n    be_careful_here_removing_an_organization =\n        \"Be careful here. Removing an organization cannot be reverted.\"\n    benefits_of_cling_pro = \"benefits of Cling Pro\"\n    billing = \"Billing\"\n    billing_contact = \"Billing contact\"\n    billing_history = \"Billing history\"\n    black = \"Black\"\n    board = \"Board\"\n    board_archived = \"Board archived.\"\n    board_name = \"Board name\"\n    board_restored = \"Board restored.\"\n    board_settings = \"Board settings\"\n    board_successfully_imported = \"Board imported successfully.\"\n    board_updates = \"Board updates\"\n    boards = \"Boards\"\n    boards_and_conversations = \"Boards and conversations\"\n    bold = \"Bold\"\n    bookmarks = \"Bookmarks\"\n    bring_your_existing_notes = (\n        <span>\n            Bring your existing notes, files and bookmarks to Cling! <br />\n            <a\n                href=\"https://cling.com/en/detail/import-data.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Read in this article\n            </a>{\" \"}\n            how you can export your data from various services and import it into Cling.\n        </span>\n    )\n    bulleted_list = \"Bulleted list\"\n    calendar = \"Calendar\"\n    cancel = \"Cancel\"\n    cancel_subscription = \"Cancel subscription\"\n    cannot_join_video_meeting_are_you_offline = \"Cannot join video meeting. Are you offline?\"\n    card_archived = \"Card archived.\"\n    cards = \"Cards\"\n    category = \"Category\"\n    change = \"Change\"\n    change_email_address = \"Change e-mail address\"\n    change_file = \"Change file\"\n    change_ownership = \"Change ownership\"\n    change_password = \"Change password\"\n    changes_could_not_be_saved = \"Changes could not be saved.\"\n    changes_since = \"Changes since\"\n    changing_email_address = \"Changing e-mail address\"\n    changing_password = \"Changing password\"\n    chat = \"Chat\"\n    chat_with_us = \"Chat with us\"\n    checklist = \"Checklist\"\n    choose_a_team_that_should_be_visible = (\n        <span key=\"1\">\n            Choose a team that should be visible to all members of the current team.\n            <br key=\"2\" />\n            Each member of the current team will be able to share boards and start conversations\n            with all members of the chosen team.\n        </span>\n    )\n    choose_an_organization = \"Choose an organization\"\n    choose_skin_tone = \"Choose skin tone:\"\n    chrome_extension = \"Chrome Extension\"\n    cinema = \"Cinema \uD83E\uDD29\"\n    click_on_the_button_below_and_choose_the_bookmark_file = (\n        <span>\n            Click on the button below and choose the bookmark file you wish to import.\n            <br />\n            The file should be named something like <b>bookmarks.html</b>, but this may vary from\n            browser to browser.\n            <br />\n            <a\n                href=\"https://cling.com/en/detail/import-data.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Read in this article\n            </a>{\" \"}\n            how you can export your bookmarks from your favorite browser.\n        </span>\n    )\n    click_on_the_button_below_and_choose_the_google_takeout_file = (\n        <span>\n            Click on the button below and choose the Google Takeout file you wish to import.\n            <br />\n            The file should be named something like <b>takeout- ... .zip</b>.<br />\n            <a\n                href=\"https://cling.com/en/detail/import-data.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Read in this article\n            </a>{\" \"}\n            how you can export your notes from Google Keep.\n        </span>\n    )\n    click_on_the_button_below_and_choose_the_icloud_export_file = (\n        <span>\n            Click on the button below and choose the iCloud export file you wish to import.\n            <br />\n            The file should be named something like <b>iCloud Notes.zip</b>.<br />\n            <a\n                href=\"https://cling.com/en/detail/import-data.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Read in this article\n            </a>{\" \"}\n            how you can export your notes from Apple&apos;s iCloud.\n        </span>\n    )\n    click_on_the_button_below_and_choose_the_pocket_export_file = (\n        <span>\n            Click on the button below and choose the Pocket export file you wish to import.\n            <br />\n            The file should be named something like <b>ril_export.html</b>.<br />\n            <a\n                href=\"https://cling.com/en/detail/import-data.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Read in this article\n            </a>{\" \"}\n            how you can export your bookmarks from Pocket.\n        </span>\n    )\n    cling_for_teams = \"Cling for Teams\"\n    cling_for_teams_helps_you =\n        \"Cling for Teams helps you and your team work together stress-free and well-organized.\"\n    cling_home_screen = `Cling home screen`\n    cling_will_send_you_notifications =\n        \"Cling will send you notifications whenever someone makes changes to this board. Choose the type of notifications you want to receive for this board:\"\n    cling_will_try_to_find_a_fitting_preview_image =\n        \"Cling will try to find a fitting preview image once you saved your changes. \" +\n        \"You can always add a custom preview image yourself.\"\n    clings_organizations_and_teams_are_designed =\n        \"Cling's organizations and teams are designed to make your every day working together more enjoyable and productive.\"\n    clipboard = \"Clipboard\"\n    close = \"Close\"\n    code_block = \"Code block\"\n    color = \"Color\"\n    columns = \"Columns\"\n    comment_on = \"Comment on ...\"\n    comments = \"Comments\"\n    common = \"Common\"\n    condensed = \"Condensed\"\n    congratulations = \"Congratulations\"\n    connecting_to_your_device = \"Connecting to your device.\"\n    contact_us = \"Contact us\"\n    continue_reading = \"Continue reading\"\n    cookies_are_required_to_ensure = (\n        <span>\n            Cookies are required to ensure the proper functionality of the support chat system. With\n            this, you consent to the use of these cookies.{\" \"}\n            <a\n                key=\"link\"\n                href=\"/en/privacy.html?in_app=1\"\n                className=\"action-no-font\"\n                target=\"_blank\"\n            >\n                Privacy policy\n            </a>\n        </span>\n    )\n    copy = \"Copy\"\n    copy_board = \"Copy board\"\n    copy_to_clipboard = \"Copy to clipboard\"\n    create_a_copy_of_this_board =\n        \"Create a copy of this board. All cards will be copied over to the new board, including archived ones. For a clean start, comments are omitted.\"\n    created = \"Created\"\n    cut = \"Cut\"\n    danger_zone = \"Danger zone\"\n    date_ = \"Date\"\n    decline = \"Decline\"\n    decrease_indent = \"Decrease indent\"\n    delete = \"Delete\"\n    delete_account = \"Delete account\"\n    deleted_in_google_keep = \"Deleted in Google Keep\"\n    describe_the_kind_of_abuse = \"Describe the kind of abuse\"\n    diagnostics = \"Diagnostics\"\n    diagnostics_data_copied_to_clipboard = \"Diagnostics data copied to clipboard.\"\n    direct_link = \"Direct link\"\n    direct_link_to_card_copied_to_clipboard = \"Direct link to card copied to clipboard.\"\n    discard_changes = \"Discard changes\"\n    discover_the_cling_button = \"Discover the Cling Button\"\n    done = \"Done\"\n    dont_have_a_cling_account = \"Don't have a Cling account?\"\n    download = \"Download\"\n    download_currently_not_possible = \"Download currently not possible. Are you offline?\"\n    due_to_technical_reasons_you_cannot_view_changes_made_before =\n        \"Due to technical reasons, you cannot view changes made before April 1st, 2021.\"\n    duration_ = \"Duration\"\n    dynamic = \"Dynamic\"\n    e_mail_address = \"E-mail address\"\n    easily_add_bookmarks =\n        \"Easily add bookmarks to Cling with our browser extension. Save your favorite links in just one click!\"\n    edge_extension = \"Edge Extension\"\n    edit = \"Edit\"\n    edit_this_task = \"Edit this task\"\n    email_address_changed = \"E-mail address changed\"\n    email_address_reverted = \"E-mail address reverted\"\n    email_markup = \"E-mail markup\"\n    email_notifications_are_disabled = (\n        <span>\n            E-mail notifications are disabled in your account settings. You need to enable them to\n            receive e-mail notifications.\n        </span>\n    )\n    email_notifications_for_this_board = (\n        <span>\n            <b>E-mail notifications</b>: You will receive an email notification about two hours\n            after someone else has made changes to this board, summarizing all the changes made.\n        </span>\n    )\n    email_notifications_will_be_sent = (\n        <span>\n            <b>E-mail notifications</b> will be sent approximately two hours after a board you share\n            with others has been changed. This can help you stay up-to-date with changes without\n            overwhelming you with e-mails.\n        </span>\n    )\n    email_or_name = \"Email or name\"\n    empty_board = \"Empty board\"\n    empty_trashcan = \"Empty trashcan\"\n    english = \"English\"\n    enter_the_word_remove_to_remove_the_organization = (\n        <span>\n            Enter the word <b>REMOVE</b> to remove the organization.\n        </span>\n    )\n    enter_your_e_mail_address_and_we_will =\n        \"Enter your e-mail address and we will send you a link to set a new password.\"\n    error_during_playback = \"Error during playback. Are you offline?\"\n    everybody_with_the_link_to_this_board_can_view_it =\n        \"Everybody with the link to this board can view it but cannot make changes.\"\n    everybody_with_the_link_to_this_board_can_view_it_use_this =\n        \"Everybody with the link to this board can view it but cannot make changes. Use this to quickly show your board to other people outside of Cling.\"\n    examples_of_abuse = (\n        <span>\n            Examples: promotes violence, harassment, spam, or rights infringement. Please be as\n            precise as possible.\n        </span>\n    )\n    exit_fullscreen = \"Exit fullscreen\"\n    expired = \"expired\"\n    explore_cling = \"Explore Cling\"\n    export_board = \"Export board\"\n    export_board_lets_you_download = (\n        <span key=\"export_board_lets_you_download\">\n            <b key=\"export_board\">Export board</b> lets you download all of the contents like notes,\n            links, files, comments etc. of a board as a .ZIP file.\n        </span>\n    )\n    export_failed = \"Export failed\"\n    export_finished = \"Export finished\"\n    exporting_board = \"Exporting board\"\n    failed_to_add_the_team = \"Failed to add the team. Please get in touch with customer support.\"\n    failed_to_authorize_an_external_app =\n        \"Failed to authorize an external app. Please go back to the site that sent you here and contact their support.\"\n    failed_to_change_your_email_address =\n        \"Failed to change your e-mail address. Please get in touch with customer support.\"\n    failed_to_connect_to_your_camera_or_microphone = (\n        <span>\n            Failed to connect to your camera or microphone.\n            <br />\n            <br />\n            <a\n                href=\"https://cling.com/en/detail/add-media-card.html?in_app=1\"\n                target=\"_blank\"\n                className=\"action-no-font\"\n            >\n                Try to fix it.\n            </a>\n        </span>\n    )\n    failed_to_create_the_organization =\n        \"Failed to create the organization. Please get in touch with customer support.\"\n    failed_to_invite_users = \"Failed to invite users. Please get in touch with customer support.\"\n    failed_to_load_team_codes = \"Faild to load team-codes. Are you offline?\"\n    failed_to_preview_pdf = \"Failed to preview PDF file.\"\n    failed_to_query_or_update_billing_information =\n        \"Failed to query or update billing information. Please try again later.\"\n    failed_to_record_media = \"Failed to record media. Please try again.\"\n    failed_to_remove_the_invite =\n        \"Failed to remove the invite. Please get in touch with customer support.\"\n    failed_to_remove_the_organization =\n        \"Failed to remove the organization. Please get in touch with customer support.\"\n    failed_to_remove_the_team =\n        \"Failed to remove the team. Please get in touch with customer support.\"\n    failed_to_remove_the_team_code =\n        \"Failed to remove the team-code. Please get in touch with customer support.\"\n    failed_to_reset_password = \"Failed to reset password\"\n    failed_to_send_abuse_report = \"Failed to send abuse report\"\n    failed_to_update_member = \"Failed to update member. Please get in touch with customer support.\"\n    failed_to_update_push_notifications = \"Failed to update push notifications.\"\n    failed_to_update_the_organization =\n        \"Failed to update the organization. Please get in touch with customer support.\"\n    failed_to_update_the_team =\n        \"Failed to update the team. Please get in touch with customer support.\"\n    failed_to_update_the_team_code =\n        \"Failed to update the team-code. Please get in touch with customer support.\"\n    family_name = \"Family name\"\n    fantastic_features = \"fantastic features\"\n    file = \"File\"\n    filename = \"Filename\"\n    finish_setup = \"Finish setup\"\n    firefox_addon = \"Firefox Add-on\"\n    for_teams = \"For teams\"\n    forgot_password = \"Forgot password?\"\n    fullscreen = \"Fullscreen\"\n    gallery = \"Gallery\"\n    german = \"German\"\n    get_all_the_space = \"Get all the space you'll need and all the features you'll love.\"\n    get_help = \"How can we help you?\"\n    give_your_boards_are_personal_touch =\n        \"Give your boards a personal touch with a large variety of carefully designed images.\"\n    given_name = \"Given name\"\n    go_to_card = \"Go to card\"\n    google_keep = \"Google Keep\"\n    got_it = \"Got it!\"\n    have_full_control_over_what_users = (\n        <span>\n            Have full control over what users can do with your board with custom access levels. You\n            can restrict users to just view this board and make no modifications at all. Or you can\n            allow them to comment, make changes and have full access.{\" \"}\n            <a\n                className=\"action-no-font\"\n                target=\"_blank\"\n                href=\"https://cling.com/en/detail/share-permissions.html?in_app=1\"\n            >\n                Learn more.\n            </a>\n        </span>\n    )\n    help = \"Hilfe\"\n    hide = \"Hide\"\n    hide_archived_cards = \"Hide archived cards\"\n    highlight = \"Highlight\"\n    home = \"Home\"\n    how_it_works = \"How it works\"\n    i_agree_to_the_terms_of_use_and_privacy_policy = (\n        <span>\n            I agree to the{\" \"}\n            <a href=\"/en/terms.html\" target=\"_blank\" className=\"action-no-font\">\n                terms of use\n            </a>{\" \"}\n            and{\" \"}\n            <a href=\"/en/privacy.html\" target=\"_blank\" className=\"action-no-font\">\n                privacy policy\n            </a>\n            .\n        </span>\n    )\n    i_am_working_on_it = \"I am working on it.\"\n    i_did_it = \"I did it.\"\n    if_you_remove_an_invite =\n        \"If you remove the invite, the invited person cannot accept it anymore.\"\n    import_board = \"Import board\"\n    import_bookmarks = \"Import bookmarks\"\n    import_data = \"Import data\"\n    import_failed = \"Import failed.\"\n    import_from_apple_notes = \"Import from Apple Notes\"\n    import_from_google_keep = \"Import from Google Keep\"\n    import_from_pocket = \"Import from Pocket\"\n    important_only = \"Important only\"\n    importing_board = \"Importing board ...\"\n    importing_data = \"Importing data ...\"\n    imprint = \"About\"\n    in_order_to_delete_your_account = (\n        <span>\n            In order to delete your account, enter <b>DELETE</b> in the field below and click\n            &quot;Delete account&quot;.\n            <br />\n            <span className=\"danger\">\n                <b>Warning</b>: All your data will be lost without the possibility of recovery.\n            </span>\n        </span>\n    )\n    inbox = \"Inbox\"\n    increase_indent = \"Increase indent\"\n    info = \"Info\"\n    inline_code = \"Inline code\"\n    install_the_cling_app = \"Install the Cling App\"\n    introduction = \"Introduction\"\n    invite = \"Invite\"\n    invite_expired =\n        \"The invite is expired. Remove it and create a new one if you still want to invite the person.\"\n    invite_users = \"Invite users\"\n    is_there_anything_we_can_do =\n        \"Is there anything we can do to improve your experience with Cling Pro? Are you missing something? We are always eager to hear your feedback!\"\n    it_is_also_shared_with_other_people_or_teams = \"It is also shared with other people or teams.\"\n    italic = \"Italic\"\n    join = \"Join\"\n    join_video_meeting = \"Join video meeting\"\n    jump_to_column = \"Jump to column\"\n    just_give_your_new_team_a_name = \"Just give your new team a name and we are good to go.\"\n    keep_open = \"Keep open\"\n    kind_of_card = \"Kind of card\"\n    language = \"Language\"\n    last_modified = \"Last modified\"\n    learn_more = \"Learn more\"\n    leave = \"Leave\"\n    leave_blank_and_cling_will_try_to_find_a_suitable_title =\n        \"Leave blank, and Cling will try to find a suitable title.\"\n    leave_board = \"Leave Board\"\n    leave_this_board = \"Leave this board?\"\n    lets_get_started = \"Let's get started\"\n    lets_go = \"Let's go!\"\n    link = \"Link\"\n    link_to_board_copied_to_clipboard = \"Link to board copied to clipboard.\"\n    link_to_this_board = \"Link to this board\"\n    live = \"Live\"\n    loading = \"Loading ...\"\n    log_in = \"Log in\"\n    log_in_with_apple = \"Log in with Apple\"\n    log_in_with_facebook = \"Log in with Facebook\"\n    log_in_with_google = \"Log in with Google\"\n    log_in_with_password = \"Log in with Password\"\n    log_out = \"Log out\"\n    log_out_on_all_devices = \"Log out on all devices\"\n    login_failed = \"Login failed\"\n    make_cards_larger = \"Make cards larger\"\n    make_cards_smaller = \"Make cards smaller\"\n    make_public = \"Make public\"\n    make_yourself_at_home =\n        \"Make yourself at home and give Cling your personal touch. Upload a photo \" +\n        \"and use it as a custom background.\"\n    making_this_board_public_will_allow_search_engines = (\n        <span>\n            Making this board public will allow search engines like Google to index this board so\n            other people can find it.\n            <br />\n            <br />\n            <b>Be aware:</b> Even after turning off this option, your board might still be found via\n            Google and other search engines. This is because it takes some time for search engines\n            to notice this change.\n        </span>\n    )\n    manage_your_notification_settings = \"Manage your notification settings.\"\n    maximize = \"Maximize\"\n    media_file_is_being_optimized =\n        \"Media file is being optimized for best playback experience. This may take a few minutes.\"\n    member = \"Member\"\n    member_of = \"Member of\"\n    members = \"Members\"\n    members_of_this_team_are_allowed_to_let_search_engines_like_google =\n        \"Members of this team are allowed to enable search engine indexing on boards so they will be found via a Google search, for example.\"\n    members_of_this_team_are_allowed_to_share_boards_via_link =\n        \"Members of this team are allowed to share boards via a link, even with people outside of the organization.\"\n    menu = \"Menu\"\n    miscellaneous = \"Miscellaneous\"\n    modifications_are_allowed = \"Modifications are allowed\"\n    monthly_subscription = \"Monthly subscription\"\n    more = \"More\"\n    more_expand = \"more\"\n    move_on_screen = \"Move on screen\"\n    my_changes = \"My changes\"\n    my_tasks = \"My tasks\"\n    my_teams = \"My teams\"\n    name = \"Name\"\n    new_ = \"new\"\n    new_email_address = \"New e-mail address\"\n    new_seats_are_prorated_for_the_number_of_days_left =\n        \"New seats are prorated for the number of days left in your current billing period.\"\n    new_team = \"New team\"\n    new_version_available = \"New version available\"\n    newest_first = \"Newest first\"\n    next_billing = \"Next billing\"\n    next_image = \"Next image\"\n    next_week = \"Next week\"\n    no_matches = \"No matches\"\n    no_one = \"No one\"\n    no_one_is_working_on_it = \"No one is working on it.\"\n    no_search_results = \"No search results.\"\n    not_done = \"Not done\"\n    not_now = \"Not now\"\n    note = \"Note\"\n    notifications = \"Notifications\"\n    numbered_list = \"Numbered list\"\n    oh_snap_tasks_are_overdue = \"Oh snap, tasks are overdue!\"\n    ok = \"Ok\"\n    only_a_single_person_can_be_the_owner =\n        \"Only a single person can be the owner of a board. The owner always has full access and is the only one that can remove a board.\"\n    only_teams_without_invites_can_be_removed =\n        \"Only teams without invites can be removed. Please remove all invites from the team first.\"\n    only_teams_without_members_can_be_removed =\n        \"Only teams without members can be removed. Please remove all members from the team first.\"\n    open = \"Open\"\n    open_account_settings = \"Open account settings\"\n    open_clipboard = \"Open clipboard\"\n    open_tasks = \"Open tasks\"\n    open_trashcan = \"Open trashcan\"\n    open_website = \"Open website\"\n    options = \"Options\"\n    order = \"Order\"\n    organization = \"Organization\"\n    organizations = \"Organizations\"\n    owner = \"Owner\"\n    password = \"Password\"\n    password_changed = \"Password changed\"\n    paste = \"Paste\"\n    paste_from_clipboard = \"Paste from clipboard\"\n    pay_now = \"Pay now\"\n    payment_method_ = \"Payment method\"\n    pending_invites = \"Pending invites\"\n    people = \"People\"\n    people_and_teams = \"People and teams\"\n    per_month = \"per month\"\n    per_year = \"per year\"\n    permanently_remove_all_cards_in_trashcan = \"Permanently remove all cards in trashcan?\"\n    permanently_remove_this_board = \"Permanently remove this board?\"\n    permanently_remove_this_card = \"Permanently remove this card?\"\n    permission_required = \"Permission required\"\n    permissions = \"Permissions\"\n    personal = \"Personal\"\n    photo = \"Photo\"\n    place_files_on_your_board = \"Place files on your board!\"\n    play = \"Play\"\n    please_make_sure_that_your_e_mail_address_and_password = (\n        <span>\n            Please make sure that your e-mail address and password are correct. <br />\n            <br />\n            Did you perhaps sign up with Google or Facebook? If so, please go back and log in with\n            Google or Facebook.\n        </span>\n    )\n    please_make_sure_that_your_e_mail_address_is_correct = (\n        <span>\n            Please make sure that your e-mail address is correct. <br />\n            <br />\n            Did you perhaps sign up with Google or Facebook? If so, please go back to the login page\n            and log in with Google or Facebook.\n        </span>\n    )\n    please_respect_our_terms_of_use_and_dont_share = (\n        <span>\n            Please respect our{\" \"}\n            <a href=\"/en/terms.html?in_app=1\" target=\"_blank\" className=\"action-no-font\">\n                terms of use\n            </a>{\" \"}\n            and don&apos;t share illegal, harmful, hateful, pornographic, or misleading content.\n        </span>\n    )\n    please_verify_your_email_address = \"Please verify your e-mail address\"\n    preparing_content_to_print = \"Preparing content to print ...\"\n    press_and_hold_left_mouse_button_to_drag_this_card =\n        \"Press and hold left mouse button to drag this card.\"\n    preview_image = \"Preview image\"\n    previous_image = \"Previous image\"\n    pricing = \"Pricing\"\n    print = \"Print\"\n    privacy = \"Privacy\"\n    privacy_policy = \"Privacy policy\"\n    profile = \"Profile\"\n    profile_photo = \"Profile photo\"\n    profile_photo_could_not_be_saved = \"Profile photo could not be saved.\"\n    public = \"public\"\n    push_notifications_are_disabled = (\n        <span>\n            Push notifications are disabled in your account settings. You need to enable them to\n            receive push notifications.\n        </span>\n    )\n    push_notifications_are_not_available_on_your_device =\n        \"Push notifications are not available on your device.\"\n    push_notifications_for_this_board = (\n        <span>\n            <b>Push notifications</b>: You will immediately receive a push notification when someone\n            else leaves a comment or changes any of your tasks. For all other changes, you will\n            receive a push notification about 15 minutes later.{\" \"}\n        </span>\n    )\n    push_notifications_will_be_sent = (\n        <span>\n            <b>Push notifications</b> will be sent to your device whenever a shared board is\n            updated. For important changes like new comments or tasks, you will receive a push\n            notification immediately. For all other changes, you will receive a push notification\n            after 15 minutes. This way, you can stay up-to-date with your boards without being\n            overwhelmed by notifications.\n        </span>\n    )\n    reactivate_subscription = \"Reactivate subscription\"\n    recently_modified_first = \"Recently modified first\"\n    redo = \"Redo\"\n    refine_your_search =\n        \"Refine your search with the ever growing number of additional search options.\"\n    reload_page = \"Reload page\"\n    remove = \"Remove\"\n    remove_administrator = \"Remove administrator\"\n    remove_anyway = \"Remove anyway\"\n    remove_board = \"Remove board\"\n    remove_comment = \"Remove comment\"\n    remove_from_organization = \"Remove from organization\"\n    remove_from_team = \"Remove from team\"\n    remove_invite = \"Remove invite\"\n    remove_organization = \"Remove organization\"\n    remove_permanently = \"Remove permanently\"\n    remove_task = \"Remove task\"\n    remove_team = \"Remove team\"\n    remove_team_access = \"Remove team access\"\n    remove_team_code = \"Remove team-code\"\n    remove_team_from_team_code = \"Remove team from team-code\"\n    remove_the_task = \"Remove the task from this card. The card is not removed.\"\n    remove_this_board = \"Remove this board?\"\n    removing_a_comment = (\n        <span>\n            Removing a comment will delete its content, and others will see that you removed the\n            comment.\n            <br key=\"br_2\" />\n            <br key=\"br_3\" />\n            This cannot be undone.\n        </span>\n    )\n    report = \"Report\"\n    request_email = \"Request e-mail\"\n    restore_board = \"Restore board\"\n    restore_size = \"Restore size\"\n    retry = \"Retry\"\n    return_to_app = \"Return to app\"\n    reverting_email_address = \"Reverting e-mail address\"\n    safari_extension = \"Safari Extension\"\n    save_up_to_20_percent = \"Save up to 20%!\"\n    scroll_left = \"Scroll left\"\n    scroll_right = \"Scroll right\"\n    search = \"Search\"\n    search_for_a_board = \"Search for a board\"\n    search_for_a_person = \"Search for a person\"\n    seats = \"Seats\"\n    security = \"Security\"\n    select_at_least_one_team =\n        \"Select at least one team the newly invited people will be members of.\"\n    select_export_file = \"Select export file\"\n    send = \"Send\"\n    send_comment = \"Send comment\"\n    send_to = \"Send to ...\"\n    send_to_board = \"Send to board\"\n    set_a_new_password = \"Set a new password\"\n    set_up_your_organization = \"Set up your organization\"\n    set_up_your_organization_in_one_easy_step =\n        \"Set up your organization in one easy step and start your 14 day free trial.\"\n    setting_up_your_organization = \"Setting up your organization ...\"\n    settings = \"Settings\"\n    share = \"Share\"\n    share_a_private_board = \"Share a private board with a fellow Cling user.\"\n    share_as_link = \"Share as link\"\n    share_board = \"Share board\"\n    share_this_board = \"Share this board\"\n    share_with_people_and_teams = \"Share with people and teams\"\n    shared_as_link = \"shared as link\"\n    shared_with = \"Shared with\"\n    sharing_a_board_as_a_link_or_enabling_search_engines_is_disabled_by_your_organization =\n        \"Sharing a board as a link or enabling search engines is disabled by your organization. Please contact an administrator of your organization.\"\n    show = \"Show\"\n    show_archived_cards = \"Show archived cards\"\n    show_more = \"Show more\"\n    show_older_comments = \"Show older comments\"\n    show_older_versions = \"Show older versions\"\n    sign_up_for_a_free_trial_and_start_exploring_cling_for_teams =\n        \"Sign up for a free trial and start exploring Cling for Teams.\"\n    sign_up_for_free = \"Sign up for free!\"\n    sign_up_for_free_and_join_your_organization = \"Sign up for free and join your organization.\"\n    sign_up_with_apple = \"Sign up with Apple\"\n    sign_up_with_facebook = \"Sign up with Facebook\"\n    sign_up_with_google = \"Sign up with Google\"\n    sign_up_with_password = \"Sign up with Password\"\n    signup_failed = \"Signup failed\"\n    signup_url = \"Signup URL\"\n    somebody_did_it = \"Somebody did it.\"\n    something_is_missing = \"Something is missing\"\n    sorry_could_not_import_data = \"Sorry, could not import data.\"\n    sorry_could_not_read_the_bookmarks_file = \"Sorry, could not read the bookmarks file.\"\n    sorry_something_went_wrong = \"Sorry, something went wrong.\"\n    sorry_the_bookmarks_file_is_corrupt =\n        \"Sorry, the bookmarks file is corrupt or not supported yet.\"\n    sorry_url_too_long = \"Sorry, the link is too long.\"\n    sort_alphabetically = \"Sort alphabetically\"\n    start_a_conversation = \"Start a conversation\"\n    start_from_scratch_with_a_fresh_and_empty_board =\n        \"Start from scratch with a fresh and empty board.\"\n    start_typing = \"Start typing ...\"\n    start_with_your_free_personal_cling_account = (\n        <span>Start with your FREE personal Cling account.</span>\n    )\n    storage = \"Storage\"\n    strikethrough = \"Strikethrough\"\n    switch_to_monthly_payment = \"Switch to monthly payment\"\n    switch_to_yearly_payment = \"Switch to yearly payment\"\n    task = \"Task\"\n    task_date = \"Task date\"\n    tasks = \"Tasks\"\n    team = \"Team\"\n    team_access = \"Team access\"\n    team_cannot_be_removed = \"Team cannot be removed\"\n    team_code = \"Team-code\"\n    team_codes = \"Team-codes\"\n    team_codes_make_it_easy = (\n        <span>\n            Team-codes make it easy for your users to signup for your organization themselves. Just\n            send them the custom signup URL created for each team-code.\n            <br />\n            Most of the time, you would want to invite each user separately (via the\n            &quot;Members&quot; tab) to have complete control over who joins your organization and\n            costs.\n        </span>\n    )\n    team_is_not_empty = \"Team is not empty\"\n    team_is_used_in_other_teams = \"Team is used in other teams\"\n    team_is_used_in_team_codes = \"Team is used in team-codes\"\n    teams = \"Teams\"\n    terms_of_use = \"Terms of use\"\n    terms_of_use_and_privacy_policy = \"Terms of use and privacy policy\"\n    the_action_failed_please_tell_us_about_it = \"The action failed. Please tell us about it.\"\n    the_board_is_too_big =\n        \"The board is too big. Please split it up or remove some cards. Hint: Don't forget to look into archived cards.\"\n    the_bookmarks_file_seems_to_be_empty = \"The bookmarks file seems to be empty.\"\n    the_link_is_invalid_or_has_already_been_used =\n        \"The link is invalid or has been already used. Please start over or tell us about this.\"\n    the_task_is_done = \"The task is done, close it.\"\n    the_task_is_not_done = \"The task is not done yet, re-open it.\"\n    the_team_code_is_invalid =\n        \"The team-code is invalid. Please contact the administrator of your team.\"\n    the_text_is_too_long = \"The text is too long.\"\n    the_title_is_too_long = \"The title is too long.\"\n    there_are_more_cards_matching =\n        \"There are more cards matching your search query. Please try to narrow it down further.\"\n    there_are_new_changes = \"There are new changes!\"\n    there_are_no_more_users_to_share_a_private_board_with =\n        \"There are no more users to share private board with. You can share a private board with \" +\n        \"all of your fellow team-members or anyone you share a regular board with.\"\n    there_are_not_enough_seats_in_your_organization =\n        'There are not enough seats in your organization. Please go to \"Billing\" and add more seats.'\n    this_board_is_private = \"This board is private. No one but you can view this board.\"\n    this_board_is_public =\n        \"This board is public. Everyone can find it on Google and other search engines.\"\n    this_board_is_shared_with_other_people_or_teams =\n        \"This board is shared with other people or teams.\"\n    this_board_is_shared_with_too_many_people_and_teams = (\n        <span>\n            This board is shared with too many people and teams. Consider upgrading to Cling for\n            Teams if you want to share this board with more people.\n            <br />\n            <a\n                href=\"https://cling.com/en/teams.html?in_app=1\"\n                className=\"action-no-font\"\n                target=\"_blank\"\n            >\n                Learn more about Cling for Teams.\n            </a>\n        </span>\n    )\n    this_cannot_be_undone = \"This cannot be undone.\"\n    this_card_contains_hidden_cards = \"This card contains hidden cards.\"\n    this_feature_is_available_in_cling_pro = \"This feature is available in Cling Pro\"\n    this_is_the_trial_version = \"This is the trial version of Cling for Teams.\"\n    time_ = \"Time\"\n    time_range = \"Time range\"\n    tip_dont_forget_to_empty_your_trashcan =\n        \"Tip: Don't forget to empty your trashcan if you want to free up some space.\"\n    title = \"Title\"\n    to_view_versions_older_than_7_days =\n        \"To view versions older than seven days, please upgrade to Cling Pro.\"\n    today = \"Today\"\n    tomorrow = \"Tomorrow\"\n    too_many_people_and_teams = \"Too many people and teams\"\n    trashcan = \"Trashcan\"\n    try_cling_pro = \"Try Cling Pro\"\n    try_searching_on_all_boards = \"Try searching on all boards.\"\n    type_delete = \"Type DELETE\"\n    undo = \"Undo\"\n    unfortunately_the_login_attempt_was_unsuccessful =\n        \"Unfortunately, the login attempt was unsuccessful. Please try again later.\"\n    update = \"Update\"\n    upgrade = \"Upgrade\"\n    upgrade_to_cling_pro = \"Upgrade to Cling Pro\"\n    upload = \"Upload\"\n    upload_canceled = \"Upload canceled.\"\n    upload_currently_not_possible = \"Upload currently not possible. Are you offline?\"\n    upload_custom_preview_image = \"Upload custom preview image\"\n    upload_failed = \"Upload failed.\"\n    user_selected_language = \"en\" as Language\n    verifying_email_address = \"Verifying e-mail address\"\n    version_history = \"Version history\"\n    version_history_is_not_available_are_you_offline =\n        \"Version history is not available. Are you offline?\"\n    video = \"Video\"\n    vimeo_videos_cannot_be_played = \"Vimeo videos cannot be played on your device.\"\n    we_are_sad_to_see_you_leave = \"We are sad to see you leave\"\n    we_dont_want_to_hold_you_up = (\n        <span>\n            We don&apos;t want to hold you up for long.\n            <br />\n            Just click on the big, thick, red &quot;plus&quot; in the bottom right corner to add\n            your first card.\n            <br />\n            <br />\n            We are happy to see you here!\n        </span>\n    )\n    we_hope_you_like_cling_so_far = \"We hope you like Cling so far.\"\n    we_need_your_approval = \"We need your approval\"\n    we_need_your_e_mail_address =\n        \"We need your e-mail address in case there are some more questions.\"\n    we_sent_you_an_e_mail_with_a_link_to_verify = (\n        <span>\n            We sent you an e-mail with a link to verify your e-mail address. <br />\n            <br />\n            If you cannot find the e-mail, please check all other folders of your e-mail account,\n            including the spam folder.\n        </span>\n    )\n    we_sent_you_an_e_mail_with_instructions_on_how = (\n        <span>\n            We sent you an e-mail with instructions on how to set a new password. <br />\n            <br />\n            If you cannot find the e-mail, please check all other folders of your e-mail account,\n            including the spam folder.\n        </span>\n    )\n    whats_new = \"What's new?\"\n    with_cling_pro = (\n        <span>\n            <p>\n                With <b>Cling Pro</b>, you gain these superpowers:\n            </p>\n            <ul style={{listStylePosition: \"inside\", listStyleType: \"circle\", paddingLeft: 0}}>\n                <li>\n                    <b>500</b> boards and <b>100,000</b> cards\n                </li>\n                <li>\n                    <b>50 GB</b> storage for all your files\n                </li>\n                <li>\n                    <b>Download</b> your boards\n                </li>\n                <li>\n                    <b>1000+</b> new <b>background</b> and <b>title</b> images\n                </li>\n                <li>\n                    Use your own <b>board backgrounds</b>\n                </li>\n                <li>\n                    <b>Advanced search</b> functions\n                </li>\n                <li>\n                    <b>Unlimited</b> video meetings\n                </li>\n                <li>\n                    Fine-grained <b>permissions</b>\n                </li>\n                <li>\n                    <b>Unlimited</b> change history\n                </li>\n                <li>We are constantly adding more features</li>\n            </ul>\n            <p>And you support a small and independent developer team. \uD83E\uDD70</p>\n        </span>\n    )\n    wrong_e_mail_or_password = \"Wrong e-mail address or password\"\n    yearly_subscription = \"Yearly subscription\"\n    yesterday = \"Yesterday\"\n    you_are_about_to_add_an_administrator = (\n        <span key=\"1\">\n            You are about to add an administrator to your organization.\n            <br key=\"1\" />\n            Administrators have access to all teams and all members of your organization.\n        </span>\n    )\n    you_are_about_to_report_this_board = (\n        <span>\n            You are about to report this board because it violates Cling&apos;s{\" \"}\n            <a href=\"https://cling.com/en/terms.html\" className=\"action-no-font\" target=\"_blank\">\n                terms of use\n            </a>\n            . We take every report very seriously, and our abuse team will review it as soon as\n            possible.\n        </span>\n    )\n    you_are_currently_using_the_free_version = (\n        <span>\n            You are currently using the free version of Cling. You should consider upgrading to{\" \"}\n            <b>Cling Pro</b> if your usage increases or if you want to get access to some\n        </span>\n    )\n    you_are_reaching_the_limits = (\n        <span>\n            You are reaching the limits of your free edition of Cling. <br />\n            You might want to consider upgrading to <b>Cling Pro</b> to get more space for all your\n            notes, links, files, and tasks, along with some handy features like custom board\n            backgrounds, a fine-grained permission scheme, and more.\n        </span>\n    )\n    you_are_the_first_to_join_this_video_chat = \"You are the first to join this video chat.\"\n    you_can_change_your_password_here = \"You can change your password here.\"\n    you_can_either_archive_this_board_or_remove_it_permanently = (\n        <span>\n            You can either archive this board or remove it permanently.\n            <br />\n            <br />\n            <b>Archive:</b> Nothing is removed! You can still access this board and it remains\n            shared with all the participants. It is only excluded from search by default.\n            <br />\n            <br />\n            <b>Remove permanently:</b> This board is removed immediately - this cannot be undone!\n        </span>\n    )\n    you_can_log_out_on_all_devices_here =\n        \"You can log out on all devices here. This might take some minutes on all other devices.\"\n    you_have_reached_the_limits = (\n        <span>\n            You have reached the limits of your free edition of Cling. <br />\n            Upgrade to <b>Cling Pro</b> to get more space for all your notes, links, files, and\n            tasks along with some\n        </span>\n    )\n    you_have_used_up_all_the_storage =\n        \"You have used up all the storage available in your current edition of Cling.\"\n    you_need_to_accept_the_terms_of_use_and_privacy_policy = (\n        <span>\n            You need to accept the{\" \"}\n            <a href=\"/en/terms.html\" target=\"_blank\" className=\"action-no-font\">\n                terms of use\n            </a>{\" \"}\n            and{\" \"}\n            <a href=\"/en/privacy.html\" target=\"_blank\" className=\"action-no-font\">\n                privacy policy\n            </a>{\" \"}\n            to sign up.\n        </span>\n    )\n    you_need_to_enter_a_valid_e_mail_address =\n        \"You need to enter valid e-mail address, a password, and your given name.\"\n    you_opted_to_cancel_your_subscription =\n        \"You opted to cancel your subscription at the end of the current billing period. Please reactivate your subscription to continue enjoying all the\"\n    you_previously_denied_permission_to_send_push_notifications = (\n        <span>\n            You previously denied permission to send push notifications. Please allow them in your\n            browser settings.\n        </span>\n    )\n    you_will_no_longer_be_able_to_access_this_shared_board =\n        \"You will no longer be able to access this shared board.\"\n    your_browser_is_not_supported = \"Your browser is not supported.\"\n    your_browser_will_ask_for_permission_to_send_notifications = (\n        <span>\n            Your browser will ask for permission to send notifications. <br />\n            You have to allow it to receive real-time updates from Cling.\n        </span>\n    )\n    your_changes_will_be_lost_when_you_choose_another_card_type =\n        \"Your changes will be lost when you choose another card type.\"\n    your_cling = \"Your Cling\"\n    your_device_is_running_ios_12_or_lower_which_does_not_support_video_chats = (\n        <span>\n            Your device is running iOS 12 or lower, which does not support video chats from within\n            the Cling app. <br />\n            You can still join the video chat by opening Cling in your browser (Safari). Just open\n            Safari and go to https://cling.com\n        </span>\n    )\n    your_e_mail_address = \"Your e-mail address\"\n    your_email_address_has_been_verified =\n        \"Your e-mail address has been verified. Log in and have fun with Cling.\"\n    your_first_login = \"Your first login\"\n    your_free_cling_edition_is_full = \"Your free edition of Cling is full.\"\n    your_free_trial_of_cling_for_teams_has_ended = (\n        <span>\n            Your free trial of Cling for Teams has ended. Please finish your setup by adding billing\n            information.\n            <br />\n            <br />\n            <b>Important</b>: If you don&apos;t finish the setup your organization will be removed\n            within the next days.\n        </span>\n    )\n    your_new_board_is_just_on_click_away =\n        \"Your new board is just one click away. Start clean with an empty board, choose one of our carefully crafted templates, or be inspired by some fantastic boards.\"\n    your_organization_is_all_set_up =\n        \"Your organization is all set up. So go ahead, create and share a board with your team.\"\n    your_organization_is_being_set_up =\n        \"Your organization is being set up. This only takes a short while.\"\n    your_organizations_name = \"Your organization's name\"\n    your_profile_could_not_be_updated = \"Your profile could not be updated. Are you offline?\"\n    your_profile_information = \"Your profile information.\"\n    your_teams_and_team_members = (\n        <span>\n            Your teams and team members.{\" \"}\n            <a\n                href=\"https://cling.com/en/detail/teamwork.html?in_app=1\"\n                className=\"action-no-font\"\n                target=\"_blank\"\n            >\n                Read more about working within a team.\n            </a>\n        </span>\n    )\n    access_level = (x?: AccessLevel): string => {\n        if (x === AccessLevel.full_access) {\n            return \"Full access\"\n        } else if (x === AccessLevel.edit) {\n            return \"Edit\"\n        } else if (x === AccessLevel.comment) {\n            return \"Comment\"\n        } else if (x === AccessLevel.read) {\n            return \"View\"\n        } else {\n            return \"None\"\n        }\n    }\n    add_cling_to_your_home_screen = (device: \"iOS\" | \"Android\") =>\n        `Add Cling to your home screen.${device === \"Android\" ? \" You can then share content from any app directly to Cling.\" : \"\"}`\n    api_scope = (scope: APIScope) => {\n        if (scope === APIScope.profile) {\n            return (\n                <span>\n                    <b>Profile</b>: read your name and profile image\n                </span>\n            )\n        } else if (scope === APIScope.email) {\n            return (\n                <span>\n                    <b>E-mail</b>: read your e-mail address\n                </span>\n            )\n        } else if (scope === APIScope.board_list) {\n            return (\n                <span>\n                    <b>Board</b>: read the names of all of your boards\n                </span>\n            )\n        } else if (scope === APIScope.card_add) {\n            return (\n                <span>\n                    <b>Card</b>: add a card to any of your boards\n                </span>\n            )\n        } else {\n            assert_never(scope)\n        }\n    }\n    app_is_requesting_acces_to_the_following_data = (client_name: string, email: string) => (\n        <span>\n            <b>{client_name}</b> is requesting access to the following data of your Cling account (\n            {email}):\n        </span>\n    )\n    authorize_app = (client_name?: string) => \"Authorize \" + (client_name || \"app\")\n    card_color = (c: CardColor) => {\n        switch (c) {\n            case CardColor.no_color:\n                return \"No color\"\n            case CardColor.yellow:\n                return \"Yellow\"\n            case CardColor.orange:\n                return \"Orange\"\n            case CardColor.red:\n                return \"Red\"\n            case CardColor.pink:\n                return \"Pink\"\n            case CardColor.purple:\n                return \"Purple\"\n            case CardColor.blue:\n                return \"Blue\"\n            case CardColor.cyan:\n                return \"Cyan\"\n            case CardColor.green:\n                return \"Green\"\n            case CardColor.brown:\n                return \"Brown\"\n            case CardColor.gray:\n                return \"Gray\"\n            default:\n                throw assert_never(c)\n        }\n    }\n    changelog_entry = (\n        x: CommentChangelogEntry | BoardChangelogEntry | CardChangelogEntry,\n        was_on_board_before: boolean,\n    ): React.ReactElement => {\n        if (x.patch_op_type === CommentPatchOpType.AddComment) {\n            return (\n                <span>\n                    Comment <b>added</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CommentPatchOpType.CustomRemoveComment) {\n            return (\n                <span>\n                    Comment <b>removed</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.AddCard) {\n            return (\n                <span>\n                    Card <b>added</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.CustomAddTask) {\n            return (\n                <span>\n                    Task <b>added</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.CustomRemoveTask) {\n            return (\n                <span>\n                    Task <b>removed</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.CardChangelogMigration) {\n            return <span>Internal</span>\n        } else if (x.patch_op_type === CardPatchOpType.PasteCard) {\n            if (x.extra_src_board_uid) {\n                if (was_on_board_before) {\n                    return (\n                        <span>\n                            Card <b>moved</b>\n                        </span>\n                    )\n                }\n                return (\n                    <span>\n                        Card <b>pasted</b>\n                    </span>\n                )\n            }\n            return (\n                <span>\n                    Card <b>moved</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetCardArchived) {\n            if (x.extra_archived) {\n                return (\n                    <span>\n                        Card <b>archived</b>\n                    </span>\n                )\n            }\n            return (\n                <span>\n                    Card <b>unarchived</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetCardColor) {\n            return (\n                <span>\n                    Card <b>color</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetCardFileFileName) {\n            return (\n                <span>\n                    Card <b>filename</b> changed\n                </span>\n            )\n        } else if (\n            x.patch_op_type === CardPatchOpType.SetCardLinkTitle ||\n            x.patch_op_type === CardPatchOpType.SetCardNoteTitle ||\n            x.patch_op_type === CardPatchOpType.SetCardFileTitle\n        ) {\n            return (\n                <span>\n                    Card <b>title</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetCardLinkURL) {\n            return (\n                <span>\n                    Card <b>URL</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetCardNoteSafeHtml) {\n            return (\n                <span>\n                    Card <b>text</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetTaskAssignee) {\n            return (\n                <span>\n                    Task <b>assigned</b>\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetTaskDate) {\n            return (\n                <span>\n                    Task <b>date</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetTaskStatus) {\n            return x.extra_task_status === TaskStatus.task_done ? (\n                <span>\n                    Task <b>done</b>\n                </span>\n            ) : (\n                <span>\n                    Task <b>re-opened</b>\n                </span>\n            )\n        } else if (\n            x.patch_op_type === CardPatchOpType.SetCardFileDisplay ||\n            x.patch_op_type === CardPatchOpType.SetCardFilePreviewImageBlob ||\n            x.patch_op_type === CardPatchOpType.SetCardLinkStyle\n        ) {\n            return (\n                <span>\n                    Card <b>style</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === CardPatchOpType.SetCardFileBlob) {\n            return (\n                <span>\n                    Card <b>file</b> changed\n                </span>\n            )\n        } else if (\n            x.patch_op_type === BoardPatchOpType.AddBoard ||\n            x.patch_op_type === BoardPatchOpType.AddPeopleBoard ||\n            x.patch_op_type === BoardPatchOpType.AddSystemBoard\n        ) {\n            return (\n                <span>\n                    Board <b>added</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.CopyBoard) {\n            return (\n                <span>\n                    Board <b>copied</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.CardChangelogMigration) {\n            return <span>Internal</span>\n        } else if (x.patch_op_type === BoardPatchOpType.CustomAddBoardACL) {\n            return (\n                <span>\n                    Board <b>shared</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.CustomAddBoardInvite) {\n            return (\n                <span>\n                    Invitation <b>sent</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.RemoveBoardInvite) {\n            return (\n                <span>\n                    Invitation <b>revoked</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.CustomRemoveBoardACL) {\n            return (\n                <span>\n                    Access <b>revoked</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.CustomSetBoardACLAccessLevel) {\n            return (\n                <span>\n                    Access <b>level</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.CustomSetBoardOwner) {\n            return (\n                <span>\n                    Owner <b>changed</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.RemoveBoard) {\n            return (\n                <span>\n                    Board <b>removed</b>\n                </span>\n            )\n        } else if (\n            x.patch_op_type === BoardPatchOpType.SetBoardBoardStyle ||\n            x.patch_op_type === BoardPatchOpType.SetBoardBoardStyleBackgroundColor ||\n            x.patch_op_type === BoardPatchOpType.SetBoardBoardStyleBackgroundImageURL\n        ) {\n            return (\n                <span>\n                    Board <b>style</b> changed\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.SetBoardName) {\n            return (\n                <span>\n                    Board <b>renamed</b>\n                </span>\n            )\n        } else if (x.patch_op_type === BoardPatchOpType.SetBoardIndexedBySearchEngines) {\n            return (\n                <span>\n                    Search engine settings <b>changed</b>\n                </span>\n            )\n        } else {\n            throw assert_never(x.patch_op_type)\n        }\n    }\n    click_x_to_add_a_card = (icon: any) => (\n        <>\n            <span>Click</span>\n            <div>{icon}</div>\n            <span>to add a card.</span>\n        </>\n    )\n    click_x_to_paste_a_card = (icon: any) => (\n        <>\n            <span>Click</span>\n            <div>{icon}</div>\n            <span>to paste a card.</span>\n        </>\n    )\n    cling_error_code_msg = (err: ClingErrorCode, default_message: string): string => {\n        if (err === ClingErrorCode.validate_board_card_on_wrong_board) {\n            return \"A board-card can only be placed on your home screen, clipboard or trashcan.\"\n        }\n        if (err === ClingErrorCode.quota_exceeded) {\n            return \"You have reached the limits of your edition of Cling.\"\n        }\n        if (err === ClingErrorCode.gone) {\n            return \"The content has been removed in the meantime.\"\n        }\n        if (err === ClingErrorCode.sec_forbidden) {\n            return \"Access has been denied.\"\n        }\n        return default_message\n    }\n    collapsed = (x: boolean): string => (x ? \"Expand\" : \"Collapse\")\n    copied_cards_to_clipboard = (n: number) =>\n        n > 1\n            ? `Copied ${n} cards to clipboard. Paste them anywhere!`\n            : \"Card copied to clipboard. Paste it anywhere!\"\n    date = (date: Date) => date_format.format(date)\n    datetime = (date: Date) => date_time_format.format(date).replace(/\\u202f/g, \" \")\n    do_you_want_to_make_your_board_available_on_search_engines = (open_new_message: () => void) => (\n        <span>\n            Do you want to make your board available on search engines like Google so others can\n            find it?\n            <br />\n            Please just{\" \"}\n            <a className=\"action-no-font\" onClick={open_new_message}>\n                contact us\n            </a>\n            .\n        </span>\n    )\n    do_you_want_to_remove_from_this_board = (name: any) => (\n        <span>\n            Do you want to remove <b>{name}</b> from this board?\n        </span>\n    )\n    do_you_want_to_remove_the_team = (team_name: any) => (\n        <span key=\"1\">\n            Do you want to remove the team <b key=\"2\">{team_name}</b>?\n        </span>\n    )\n    due_since = (amount: number, currency: \"USD\" | \"EUR\", since: Date) => (\n        <span>\n            {this.price(amount, currency)} due since {date_format.format(since)}\n        </span>\n    )\n    error_displaying_card = (error_code: string) => {\n        const s = \"Error: Card can not be displayed.\"\n        return error_code ? (\n            <p>\n                {s} <i>(Error&#8209;Code:&nbsp;{error_code})</i>\n            </p>\n        ) : (\n            <p>{s}</p>\n        )\n    }\n    format_rel_date = (date: Date) => {\n        const now = new Date(the_now())\n        const delta_in_seconds = Math.floor((now.getTime() - date.getTime()) / 1000)\n        if (delta_in_seconds < 10) {\n            return \"just now\"\n        }\n        if (delta_in_seconds < 60) {\n            return `${delta_in_seconds} sec`\n        }\n        if (delta_in_seconds < 3600) {\n            return `${Math.floor(delta_in_seconds / 60)} min`\n        }\n        if (now.toDateString() === date.toDateString()) {\n            return time_format.format(date).replace(/\\u202f/g, \" \")\n        }\n        if (delta_in_seconds < 86400 * 7) {\n            return last_7_days_format.format(date).replace(/\\u202f/g, \" \")\n        }\n        if (delta_in_seconds < 86400 * 365) {\n            return date_time_format_no_year.format(date).replace(/\\u202f/g, \" \")\n        }\n        return date_time_format.format(date).replace(/\\u202f/g, \" \")\n    }\n    hi = (full_name: string) => `Hi ${full_name || \"\"},`\n    hi_name = (name: string | undefined) => (name?.trim() ? `Hi ${name.trim()},` : \"Hi there,\")\n    invite_details = (args: {invited_at: Date; invited_by: any; invited_name: any}) => (\n        <span>\n            <b>{args.invited_name}</b> has been invited by {args.invited_by} at{\" \"}\n            <span className=\"white-space--nowrap\">\n                {date_time_format.format(args.invited_at).replace(/\\u202f/g, \" \")}\n            </span>\n            .\n        </span>\n    )\n    keyboard_shortcut = (\n        ...keys:\n            | [\"Ctrl\", \"Shift\", \"7\" | \"8\" | \"9\" | \"0\"]\n            | [\"Ctrl\", \"Z\" | \"Y\" | \"B\" | \"I\" | \"S\" | \"J\" | \"M\"]\n    ) => (running_on_mac() ? (keys.length === 3 ? \"\u21E7\u2318\" + keys[2] : \"\u2318\" + keys[1]) : keys.join(\"+\"))\n    long_month = (date: Date) => month_format_long.format(date)\n    matches = (n: number, limit_exceeded: boolean) =>\n        n === 1 ? \"1 match\" : `${n}${limit_exceeded ? \"+\" : \"\"} matches`\n    moved_cards = (n: number) => (n > 1 ? `${n} cards moved.` : \"Card moved.\")\n    moved_cards_to_clipboard = (n: number) =>\n        n > 1 ? `Moved ${n} cards to clipboard.` : \"Card moved to clipboard.\"\n    moved_cards_to_trashcan = (n: number) =>\n        n > 1 ? `Moved ${n} cards to trashcan.` : \"Card moved to trashcan.\"\n    num_bookmarks_imported = (n: number) =>\n        n > 1 ? `${n} bookmarks have been imported.` : `A single bookmark has been imported.`\n    num_cards_hidden = (n: number) => (n > 1 ? `${n} cards hidden` : \"1 card hidden\")\n    num_comments = (n: number) => (n > 1 ? `${n} comments` : \"1 comment\")\n    num_members_and_invites = (\n        members: number | undefined,\n        invites: number,\n        more?: \"your_organization\" | string,\n    ) =>\n        (typeof members !== \"number\"\n            ? \"...\"\n            : members === 0\n              ? \"No members\"\n              : members === 1\n                ? \"1 member\"\n                : `${members} members`) +\n        (invites === 0\n            ? \"\"\n            : invites === 1\n              ? \" and 1 pending invite\"\n              : ` and ${invites} pending invites`) +\n        `${more ? \" in \" : \"\"}${more === \"your_organization\" ? \"your organization\" : more || \"\"}`\n    num_notes_imported = ({\n        num_succeeded,\n        num_failed,\n    }: {\n        num_failed: number\n        num_succeeded: number\n    }) => {\n        if (num_succeeded === 0 && num_failed === 0) {\n            return \"No notes have been imported. Is the ZIP-file empty?\"\n        }\n        let s = `${num_succeeded} ${num_succeeded > 1 ? \"notes\" : \"note\"} imported.`\n        if (num_failed > 0) {\n            s += ` ${num_failed} ${num_failed > 1 ? \"notes\" : \"note\"} could not be imported.`\n        }\n        return s\n    }\n    num_people_are_in_video_chat = (n: number, only_participant?: any) => {\n        if (n === 1 && only_participant) {\n            return <span>{only_participant} is in the video chat.</span>\n        } else {\n            return `${n === 1 ? \"Somebody is\" : n + \" people are\"} in the video chat.`\n        }\n    }\n    num_team_codes = (num: number | undefined) =>\n        typeof num !== \"number\"\n            ? \"...\"\n            : num === 0\n              ? \"No team-codes\"\n              : num === 1\n                ? \"1 team-code\"\n                : `${num} team-codes`\n    num_teams = (num: number | undefined) =>\n        typeof num !== \"number\"\n            ? \"...\"\n            : num === 0\n              ? \"No teams\"\n              : num === 1\n                ? \"1 team\"\n                : `${num} teams`\n    number = (n: number) => number_format.format(n)\n    payment_method = (x?: PaymentMethod) => {\n        if (!x) {\n            return \"Missing\"\n        } else if (x === PaymentMethod.card) {\n            return \"Card\"\n        } else if (x === PaymentMethod.apple_pay) {\n            return \"Apple Pay\"\n        } else if (x === PaymentMethod.google_pay) {\n            return \"Google Pay\"\n        } else if (x === PaymentMethod.paypal_express_checkout) {\n            return \"PayPal Express Checkout\"\n        } else if (x === PaymentMethod.direct_debit) {\n            return \"Direct debit\"\n        } else {\n            assert_never(x)\n        }\n    }\n    payment_method_status = (x?: PaymentMethodStatus) => {\n        if (!x) {\n            return \"unknown\"\n        } else if (x === PaymentMethodStatus.valid) {\n            return \"valid\"\n        } else if (x === PaymentMethodStatus.expired) {\n            return \"expired\"\n        } else if (x === PaymentMethodStatus.expiring) {\n            return \"expiring\"\n        } else if (x === PaymentMethodStatus.invalid) {\n            return \"invalid\"\n        } else if (x === PaymentMethodStatus.pending_validation) {\n            return \"pending validation\"\n        } else {\n            assert_never(x)\n        }\n    }\n    price = (price: number, currency: \"EUR\" | \"USD\", strip_zeros?: \"strip_zeros\") => (\n        <span>\n            <span style={{fontSize: \"75%\", marginRight: \"0.2em\"}}>\n                {currency === \"USD\" ? \"$\" : \"\u20AC\"}\n            </span>\n            {currency_format.format(price).replace(\".00\", strip_zeros ? \"\" : \".00\")}\n        </span>\n    )\n    remove_administrator_from_your_organization = (account: any) => (\n        <span key=\"1\">\n            Remove <b key=\"1\">{account}</b> from the list of your organization&apos;s\n            administrators?\n        </span>\n    )\n    remove_the_team_code = (team_code: string) => (\n        <span key=\"1\">\n            Remove the team-code <b key=\"1\">{team_code}</b>?\n            <br key=\"2\" />\n            If you remove a team-code and someone tries to sign up with that team-code, they will\n            receive an error.\n        </span>\n    )\n    remove_the_team_from_the_team_code = (team: any) => (\n        <span key=\"1\">\n            Remove the team <b key=\"1\">{team}</b> from the team-code?\n            <br key=\"2\" />\n            Removing a team from this team-code only affects new members that will sign up in the\n            future.\n            <br key=\"3\" />\n            Members that have already signed up with the team-code will not be affected, i.e., they\n            will not be removed from the team.\n        </span>\n    )\n    removed_by = (principal: any, date: Date) => (\n        <span>\n            Removed by {principal} on {this.date(date)}\n        </span>\n    )\n    removing_team_access_only_affects = (team_name: any) => (\n        <span key=\"1\">\n            Removing team access only affects the ability for members of the current team to see and\n            search for members of <b key=\"2\">{team_name}</b>.<br key=\"3\" />\n            Shared boards and conversations will not be affected.\n        </span>\n    )\n    short_month = (date: Date) => MONTH[date.getMonth()]\n    short_weekday = (date: Date) => weekday_format_short.format(date)\n    show_prices_in = (currency: \"USD\" | \"EUR\") => `Show prices in ${currency}`\n    showing_tasks_up_until = (x: Date) => (\n        <span>\n            Showing tasks up until <span data-test-remove>{date_format_long.format(x)}.</span>\n        </span>\n    )\n    signup_error = (\n        code:\n            | \"invalid_password\"\n            | \"invalid_signup\"\n            | \"password_dictionary_error\"\n            | \"password_no_user_info_error\"\n            | \"password_strength_error\"\n            | \"user_exists\"\n            | \"username_exists\"\n            | \"other\",\n    ): string => {\n        if (\n            code === \"invalid_password\" ||\n            code === \"password_no_user_info_error\" ||\n            code === \"password_strength_error\"\n        ) {\n            return \"Your password is too weak. Please make sure it has a length of at least 8 and does not contain any part of your e-mail-address or name.\"\n        } else if (code === \"invalid_signup\") {\n            return \"Please try another e-mail address.\"\n        } else if (code === \"password_dictionary_error\") {\n            return \"Your password is too weak and easy to guess (for a machine).\"\n        } else if (code === \"user_exists\" || code === \"username_exists\") {\n            return \"A user with the given e-mail address already exists.\"\n        } else if (code === \"other\") {\n            return \"Signup failed for an unknown reason. Please try again later.\"\n        } else {\n            throw assert_never(code)\n        }\n    }\n    some_cards_are_not_shown = (show_all_cards?: () => void) => (\n        <span>\n            Some cards are not shown because they are archived or do not match your search.\n            <br />\n            <a\n                key=\"read\"\n                className=\"action-no-font\"\n                href=\"https://cling.com/en/detail/archive.html?in_app=1\"\n                target=\"_blank\"\n            >\n                Read here\n            </a>{\" \"}\n            more about the archive\n            {show_all_cards && (\n                <span key=\"show\">\n                    {\" \"}\n                    or{\" \"}\n                    <a key=\"show_link\" className=\"action-no-font\" onClick={() => show_all_cards()}>\n                        show all cards\n                    </a>\n                </span>\n            )}\n            .\n        </span>\n    )\n    text_too_short = (more_chars_needed: number) =>\n        `The text is too short, please enter ${more_chars_needed} more character${\n            more_chars_needed > 1 ? \"s\" : \"\"\n        }`\n    the_team_cannot_be_removed = (team: any) => (\n        <span key=\"1\">\n            The team <b key=\"1\">{team}</b> cannot be removed because it still has members/invites,\n            is referenced in &quot;team access&quot; of another team, or is referenced in\n            team-codes.\n            <br key=\"2\" />\n            <br key=\"3\" />\n            First, ensure to remove all team members/invites. Then remove the team from the\n            &quot;team access&quot; of all other teams. Finally, remove the team from all\n            team-codes.\n        </span>\n    )\n    the_team_cannot_be_removed_because_it_is_listed_in_team_access = (teams: any[]) => (\n        <span key=\"1\">\n            The team cannot be removed because it is listed in &quot;team access&quot; of these\n            teams:\n            <br key=\"1\" />\n            <br key=\"2\" />\n            {teams.map((x) => (\n                <div key={x}>{x}</div>\n            ))}\n            <br key=\"3\" />\n            Remove the team from all other teams first.\n        </span>\n    )\n    the_team_cannot_be_removed_because_it_is_used_in_these_team_codes = (\n        team_code_uids: string[],\n    ) => (\n        <span key=\"1\">\n            The team cannot be removed because it is used in these team-codes:\n            <br key=\"1\" />\n            <br key=\"2\" />\n            {team_code_uids.map((x) => (\n                <div key={x}>{x}</div>\n            ))}\n            <br key=\"3\" />\n            Remove the team from all of the team-codes first.\n        </span>\n    )\n    there_are_also_x_unscheduled_tasks = (n: number) =>\n        n === 1 ? \"There is also one unscheduled task.\" : `There are also ${n} unscheduled tasks.`\n    this_content_is_provided_by = (who: \"YouTube\" | \"SoundCloud\" | \"Vimeo\" | \"Twitch\") => (\n        <span>\n            This content is provided by {who}. By viewing this content, your personal data may be\n            processed by the vendor and cookies may be set.{\" \"}\n            <a\n                key=\"link\"\n                href=\"/en/privacy.html?in_app=1\"\n                className=\"action-no-font\"\n                target=\"_blank\"\n            >\n                Privacy policy\n            </a>\n        </span>\n    )\n    this_shows_cards_with_a_task_date_set = (where: \"all_boards\" | \"this_board\") => (\n        <span>\n            This shows cards with a task date set{\" \"}\n            {where === \"all_boards\" ? \"on all boards\" : \"on this board\"}.\n        </span>\n    )\n    time = (date: Date) => time_format.format(date).replace(/\\u202f/g, \" \")\n    toggle_archived = (b: boolean): string => (b ? \"Restore\" : \"Archive\")\n    toggle_collapse_expand_all = (b: boolean): string => (b ? \"Expand\" : \"Collapse\")\n    toggle_fold_boards = (folded: boolean, num_folded_items: number) => {\n        if (folded) {\n            return `Show ${num_folded_items} more`\n        }\n        return `Hide ${num_folded_items}`\n    }\n    upload_file_limit_exceeded = (max_size: number) => {\n        const max_mb = Math.round(max_size / 1_000_000)\n        return `You can only upload files up to ${max_mb} MB.`\n    }\n    upload_max_file_size_quota_exceeded = (max_size: number) => {\n        const max_mb = Math.round(max_size / 1_000_000)\n        return `Your current edition of Cling only allows for files up to ${max_mb} MB.`\n    }\n    uploading = (num_files_uploaded: number, num_files_total: number, file_name?: string) => {\n        let s = \"Uploading\"\n        if (num_files_total > 1) {\n            s += ` (${num_files_uploaded + 1}/${num_files_total})`\n        }\n        if (file_name) {\n            s += \": \" + file_name\n        }\n        return s + \" ...\"\n    }\n    user_did_it = (assignee: any) => <>{assignee}&nbsp;did it.</>\n    user_is_working_on_it = (assignee: any) => <>{assignee}&nbsp;is working on it.</>\n    user_will_be_added_to_the_following_team = (account: any) => (\n        <span key=\"1\">\n            <b key=\"1\">{account}</b> will be added to the following team:\n        </span>\n    )\n    user_will_be_removed_from_the_team = (\n        account: any,\n        team: any,\n        will_be_removed_from_organization?: \"will_be_removed_from_organization\",\n    ) => (\n        <span key=\"1\">\n            <b key=\"1\">{account}</b> will be removed from the team <b key=\"2\">{team}</b>.\n            {!!will_be_removed_from_organization && (\n                <span key=\"3\">\n                    <br key=\"1\" />\n                    <br key=\"2\" />\n                    {account} is not a member of any other team of your organization and thus will\n                    be removed from your organization.\n                </span>\n            )}\n        </span>\n    )\n    user_will_be_removed_from_your_organization = (account: any) => (\n        <span key=\"1\">\n            <b key=\"1\">{account}</b> will be removed from your organization.\n        </span>\n    )\n    we_sent_you_an_e_mail_to_your_new_email_adress = (new_email: string) => (\n        <span>\n            We sent you an e-mail with to your new e-mail address <b>{new_email}</b>. Click the link\n            in that e-mail to complete the change of your e-mail address.\n            <br />\n            <br />\n            If you cannot find the e-mail, please check all other folders of your e-mail account,\n            including the spam folder.\n        </span>\n    )\n    x_images = (x: number) => (x === 1 ? \"1 image\" : `${x} images`)\n    year_month = (date: Date) => MONTH[date.getMonth()] + \" '\" + (date.getFullYear() % 100)\n    you_can_change_your_email_address_here = (current_email_address: string) => (\n        <span>\n            You can change your e-mail address here. Your current e-mail address is{\" \"}\n            {current_email_address}.\n        </span>\n    )\n    your_estimated_monthly_costs_will_be = (price: number, currency: \"USD\" | \"EUR\") => (\n        <span>Your estimated monthly costs will be {this.price(price, currency)}.</span>\n    )\n    your_organization_currently_requires_x_seats = (x: number) => (\n        <span>\n            Your organization currently requires {x} {x === 1 ? \"seat\" : \"seats\"} (members plus\n            active invites).\n        </span>\n    )\n    zoom_in_out = (b: boolean): string => (b ? \"Zoom in\" : \"Zoom out\")\n}\n"],
  "mappings": "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",
  "names": ["init_compat_module", "MONTH", "date_time_format", "date_time_format_no_year", "date_format", "date_format_long", "weekday_format_short", "month_format_long", "time_format", "last_7_days_format", "number_format", "currency_format", "_Messages", "__publicField", "_", "__name", "x", "device", "scope", "assert_never", "client_name", "email", "c", "was_on_board_before", "icon", "k", "err", "default_message", "n", "date", "open_new_message", "name", "team_name", "amount", "currency", "since", "error_code", "s", "now", "the_now", "delta_in_seconds", "full_name", "args", "keys", "running_on_mac", "limit_exceeded", "members", "invites", "more", "num_succeeded", "num_failed", "only_participant", "num", "price", "strip_zeros", "account", "team_code", "team", "principal", "code", "show_all_cards", "more_chars_needed", "teams", "team_code_uids", "who", "where", "b", "folded", "num_folded_items", "max_size", "num_files_uploaded", "num_files_total", "file_name", "assignee", "will_be_removed_from_organization", "new_email", "current_email_address", "Messages"]
}