Merge pull request #33499 from overleaf/kc-update-add-domain-modal-ux
[web] update domain verification modal ux GitOrigin-RevId: e7abcb569e8c956e8f22f09c90dd8e9998fc6255
This commit is contained in:
@@ -97,12 +97,14 @@
|
||||
"add_role_and_department": "",
|
||||
"add_to_dictionary": "",
|
||||
"add_to_tag": "",
|
||||
"add_txt_record_to_dns_with_token": "",
|
||||
"add_unlimited_ai_to_overleaf": "",
|
||||
"add_unlimited_ai_to_your_overleaf_plan": "",
|
||||
"add_unlimited_ai_to_your_plan": "",
|
||||
"add_your_comment_here": "",
|
||||
"added_by_on": "",
|
||||
"adding": "",
|
||||
"adding_a_domain_will_initiate_verification": "",
|
||||
"additional_certificate": "",
|
||||
"address_line_1": "",
|
||||
"address_second_line_optional": "",
|
||||
@@ -554,6 +556,7 @@
|
||||
"due_today": "",
|
||||
"duplicate_file": "",
|
||||
"duplicate_projects": "",
|
||||
"e_g_example_com": "",
|
||||
"each_user_will_have_access_to": "",
|
||||
"easily_manage_your_project_files_everywhere": "",
|
||||
"edit": "",
|
||||
@@ -2011,6 +2014,7 @@
|
||||
"the_overleaf_color_scheme": "",
|
||||
"the_primary_file_for_compiling_your_project": "",
|
||||
"the_target_folder_could_not_be_found": "",
|
||||
"the_token_can_be_found_later_learn_more": "",
|
||||
"the_version_of_tex_live_used_for_compiling": "",
|
||||
"the_visual_editor_cant_preview_this_type_of_image_file": "",
|
||||
"the_width_you_choose_here_is_based_on_the_width_of_the_text_in_your_document": "",
|
||||
@@ -2082,6 +2086,7 @@
|
||||
"toggle_unknown_group": "",
|
||||
"token": "",
|
||||
"token_access_failure": "",
|
||||
"token_generated": "",
|
||||
"token_limit_reached": "",
|
||||
"token_read_only": "",
|
||||
"token_read_write": "",
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
"add_role_and_department": "Add role and department",
|
||||
"add_to_dictionary": "Add to dictionary",
|
||||
"add_to_tag": "Add to tag",
|
||||
"add_txt_record_to_dns_with_token": "To complete the process of domain verification you need to add a TXT record to your DNS with the following token:",
|
||||
"add_unlimited_ai_to_overleaf": "Add unlimited AI* to Overleaf",
|
||||
"add_unlimited_ai_to_your_overleaf_plan": "Add unlimited AI* to your Overleaf __planName__ plan",
|
||||
"add_unlimited_ai_to_your_plan": "Add unlimited AI* to your __planName__ plan",
|
||||
@@ -121,6 +122,7 @@
|
||||
"added": "added",
|
||||
"added_by_on": "Added by __name__ on __date__",
|
||||
"adding": "Adding",
|
||||
"adding_a_domain_will_initiate_verification": "Adding a domain will initiate the verification process.",
|
||||
"additional_certificate": "Additional certificate",
|
||||
"additional_discounts_for_groups_of_20_plus": "Additional discounts for groups of 20+",
|
||||
"address": "Address",
|
||||
@@ -728,6 +730,7 @@
|
||||
"duplicate": "Duplicate",
|
||||
"duplicate_file": "Duplicate File",
|
||||
"duplicate_projects": "This user has projects with duplicate names",
|
||||
"e_g_example_com": "e.g. example.com",
|
||||
"each_user_will_have_access_to": "Each user will have access to",
|
||||
"easily_manage_your_project_files_everywhere": "Easily manage your project files, everywhere",
|
||||
"easy_collaboration_for_students": "Easy collaboration for students. Supports longer or more complex projects.",
|
||||
@@ -2624,6 +2627,7 @@
|
||||
"the_supplied_parameters_were_invalid": "The link to open this content on Overleaf included some invalid parameters. If this keeps happening for links on a particular site, please report this to them.",
|
||||
"the_supplied_uri_is_invalid": "The link to open this content on Overleaf included an invalid URI. If this keeps happening for links on a particular site, please report this to them.",
|
||||
"the_target_folder_could_not_be_found": "The target folder could not be found.",
|
||||
"the_token_can_be_found_later_learn_more": "The token can be found later in the domain capture table. <0>Learn more about Domain Capture</0>.",
|
||||
"the_version_of_tex_live_used_for_compiling": "The version of TeX Live used for compiling",
|
||||
"the_visual_editor_cant_preview_this_type_of_image_file": "The Visual Editor can’t preview this type of image file.",
|
||||
"the_width_you_choose_here_is_based_on_the_width_of_the_text_in_your_document": "The width you choose here is based on the width of the text in your document. Alternatively, you can customize the image size directly in the LaTeX code.",
|
||||
@@ -2698,6 +2702,7 @@
|
||||
"toggle_unknown_group": "Toggle unknown group",
|
||||
"token": "Token",
|
||||
"token_access_failure": "Cannot grant access; contact the project owner for help",
|
||||
"token_generated": "Token generated",
|
||||
"token_limit_reached": "You’ve reached the 10 token limit. To generate a new authentication token, please delete an existing one.",
|
||||
"token_read_only": "token read-only",
|
||||
"token_read_write": "token read-write",
|
||||
|
||||
Reference in New Issue
Block a user