Skip to content
Snippets Groups Projects

Improve look'n'feel assembly designer

Merged Bryan BRANCOTTE requested to merge improve-designer into main
Files
19
@@ -4,7 +4,7 @@ msgid ""
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-26 10:38+0100\n"
"POT-Creation-Date: 2025-04-04 15:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,6 +14,70 @@ msgstr ""
@@ -14,6 +14,70 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
#: assemblies/forms.py
 
msgid "Name of the assembly"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "Naming convention for the output separator"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "<span class=\"highlighted-help-texts\">When computing the name of the output plasmid, what separator would you like to use to separate your input part names ?</span><br/> example: with ' - ' as separator, assembling pTDH3, GFP, tADH1 and a backbone would give pTDH3-GFP-tADH1-backbone"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "<span class=\"highlighted-help-texts\">Select the restriction enzyme used for the assembly.</span>"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "Name of the INPUT PART"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "The input part created is mandatory. If marked as mandatory, the Assembly Simulator will raise an error if this part is missing in your assembly."
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "The name of the input part should be included in the output plasmid name."
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "The input part can be separated in subparts."
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "The input part will be defined not only by its name, but also with a type. It is made to keep names simple when a part can take different locations in an assembly. "
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "For instance, instead of two parts names GFP~Nter and GFP~Cter, they will both be named GFP but the former will have the type Nter and the latter the type Cter."
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "InputPartForm.is_separable_in_sub_parts.label"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "InputPartForm.is_separable_in_sub_parts.help_text"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "Used in output plasmid name"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "Mandatory part"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "Input part typed"
 
msgstr ""
 
 
#: assemblies/forms.py
 
msgid "Separable in sub-parts"
 
msgstr ""
 
#: assemblies/forms.py
#: assemblies/forms.py
msgid "Name"
msgid "Name"
msgstr ""
msgstr ""
@@ -27,16 +91,61 @@ msgid "Type of the output plasmid"
@@ -27,16 +91,61 @@ msgid "Type of the output plasmid"
msgstr ""
msgstr ""
#: assemblies/models.py
#: assemblies/models.py
msgid "email"
msgid "Comma"
 
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Hyphen"
 
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Dot"
 
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Tilde"
 
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Restriction Enzyme"
msgstr ""
msgstr ""
#: assemblies/models.py
#: assemblies/models.py
msgid "is_output_typed display when true"
msgid "Restriction Enzymes"
msgstr "A type can be assigned to the output plasmids"
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Input Part"
 
msgstr ""
#: assemblies/models.py
#: assemblies/models.py
msgid "is_output_typed display when false"
msgid "Input Parts"
msgstr "Output plasmids have no type"
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Assembly"
 
msgstr ""
 
 
#: assemblies/models.py
 
msgid "Assemblies"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/assembly_card.html
 
#: assemblies/templates/assemblies/assembly_detail_content.html
 
#: assemblies/templates/assemblies/index.html
 
#: assemblies/templates/assemblies/input_part_card.html
 
msgid ":"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/assembly_detail_content.html
 
#, fuzzy
 
#| msgid "Assembly designer subtitle"
 
msgid "Assembly properties"
 
msgstr "Define your own assembly<br/>(number of parts, naming convention...)"
 
 
#: assemblies/templates/assemblies/assembly_detail_content.html
 
msgid "Input parts"
 
msgstr ""
#: assemblies/templates/assemblies/base.html
#: assemblies/templates/assemblies/base.html
msgid "tool_name"
msgid "tool_name"
@@ -108,10 +217,6 @@ msgstr "InSillyClo is a powerful, time-saving tool for efficient cloning project
@@ -108,10 +217,6 @@ msgstr "InSillyClo is a powerful, time-saving tool for efficient cloning project
msgid "Key features"
msgid "Key features"
msgstr ""
msgstr ""
#: assemblies/templates/assemblies/index.html
msgid ":"
msgstr ""
#: assemblies/templates/assemblies/index.html
#: assemblies/templates/assemblies/index.html
msgid "optional"
msgid "optional"
msgstr ""
msgstr ""
@@ -141,12 +246,28 @@ msgstr ""
@@ -141,12 +246,28 @@ msgstr ""
msgid "Data privacy policy"
msgid "Data privacy policy"
msgstr ""
msgstr ""
#: assemblies/templates/assemblies/nav_bar.html
#: assemblies/templates/assemblies/input_part_card.html
msgid "Home"
msgid "IP"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/input_part_card.html
 
msgid "The input part created is <b>mandatory</b>"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/input_part_card.html
 
msgid "The input part created is optional"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/input_part_card.html
 
msgid "The input part <b>cannot</b> be separated in subparts"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/input_part_card.html
 
msgid "Input part allowed types:"
msgstr ""
msgstr ""
#: assemblies/templates/assemblies/nav_bar.html
#: assemblies/templates/assemblies/nav_bar.html
msgid "Home logged in"
msgid "Home"
msgstr ""
msgstr ""
#: assemblies/templates/assemblies/nav_bar.html
#: assemblies/templates/assemblies/nav_bar.html
@@ -166,6 +287,10 @@ msgstr ""
@@ -166,6 +287,10 @@ msgstr ""
msgid "Form Example"
msgid "Form Example"
msgstr ""
msgstr ""
 
#: assemblies/templates/assemblies/nav_bar_end.html
 
msgid "View profile"
 
msgstr ""
 
#: assemblies/templates/assemblies/nav_bar_end.html
#: assemblies/templates/assemblies/nav_bar_end.html
msgid "Login"
msgid "Login"
msgstr ""
msgstr ""
@@ -207,13 +332,30 @@ msgstr ""
@@ -207,13 +332,30 @@ msgstr ""
msgid "Workflow details"
msgid "Workflow details"
msgstr ""
msgstr ""
msgid "Prev step"
msgstr "Return"
#: assemblies/templates/assemblies/tutorial.html
#: assemblies/templates/assemblies/tutorial.html
msgid "At the core of InSillyClo lies the golden-gate assembly of input plasmids into an output plasmid."
msgid "At the core of InSillyClo lies the golden-gate assembly of input plasmids into an output plasmid."
msgstr ""
msgstr ""
 
#: assemblies/templates/assemblies/wizard_view_form_host.html
 
msgid "clear form"
 
msgstr ""
 
 
#: assemblies/templates/assemblies/wizard_view_form_host.html
 
#, fuzzy
 
#| msgid "Prev step"
 
msgid "first step"
 
msgstr "Return"
 
 
#: assemblies/templates/assemblies/wizard_view_form_host.html
 
#, fuzzy
 
#| msgid "Prev step"
 
msgid "prev step"
 
msgstr "Return"
 
 
#: assemblies/wizard_views.py
 
msgid "Next"
 
msgstr ""
 
#: assemblies/wizard_views.py
#: assemblies/wizard_views.py
msgid "AssemblyDesignerWizard.title"
msgid "AssemblyDesignerWizard.title"
msgstr "Assembly Designer"
msgstr "Assembly Designer"
@@ -224,21 +366,24 @@ msgstr "Assembly Designer"
@@ -224,21 +366,24 @@ msgstr "Assembly Designer"
#: assemblies/wizard_views.py
#: assemblies/wizard_views.py
msgid "AssemblyDesignerWizard.Intro.step_message"
msgid "AssemblyDesignerWizard.Intro.step_message"
 
msgstr "<b class=\"text-primary\">Design Your Cloning, Your Way with InSillyClo</b><br/>InSillyClo gives you full control over your assembly design. Tailor each step, define your plasmid assembly, and optimize workflows for efficient, customized cloning - all in one tool.<br/><br/>Many Modular cloning kits have been developed. Although they all share the golden gate assembly, they each have specificities. Assembly Designer was though to allow each user to define the assembly type corresponding to their cloning workflow. InSillyClo also support basic golden gate assembly."
 
 
#: assemblies/wizard_views.py
 
msgid "AssemblyDesignerWizard.Properties.form_title"
 
msgstr "Assembly Properties"
 
 
#: assemblies/wizard_views.py
 
msgid "AssemblyDesignerWizard.InputParts.form_title"
 
msgstr "Assembly input parts"
 
 
#: assemblies/wizard_views.py
 
msgid "Add input part"
msgstr ""
msgstr ""
"<b class=\"text-primary\">Design Your Cloning, Your Way with InSillyClo</b><br/>"
"InSillyClo gives you full control over your assembly design. Tailor each step, define your plasmid assembly, and "
"optimize workflows for efficient, customized cloning - all in one tool.<br/><br/>"
"Many Modular cloning kits have been developed. Although they all share the golden gate assembly, "
"they each have specificities. Assembly Designer was though to allow each user to define the assembly type corresponding to their cloning workflow. InSillyClo also support basic golden gate assembly."
#: assemblies/wizard_views.py
#: assemblies/wizard_views.py
msgid "AssemblyDesignerWizard.Summary.form_title"
msgid "AssemblyDesignerWizard.Summary.form_title"
msgstr "Resume"
msgstr "Resume"
#: assemblies/wizard_views.py
msgid "AssemblyDesignerWizard.Properties.form_title"
msgstr "Assembly Properties"
#: assemblies/wizard_views.py
#: assemblies/wizard_views.py
msgid "AssemblyDesignerWizard.Summary.submit_text"
msgid "AssemblyDesignerWizard.Summary.submit_text"
msgstr "Save assembly type"
msgstr "Save assembly type"
\ No newline at end of file
Loading