feature: Add description to projects

This commit is contained in:
Fabien Quatravaux
2021-01-13 09:58:52 +01:00
committed by Jean-Baptiste Pasquier
parent 3602f03032
commit a74648b8d2
5 changed files with 36 additions and 8 deletions

View File

@ -144,6 +144,8 @@
"title": "Edit your project",
"labelName": "Project name *",
"labelCustomer": "Customer name *",
"labelDescription": "Project description",
"descriptionHelp": "You can use markdown",
"subTitle": "Team members :",
"tableHeader1": "Name",
"tableHeader2": "Access",
@ -180,6 +182,7 @@
"buttonQuit": "Leave the project",
"buttonJoin": "Join the project",
"captain": "Captain :",
"description": "Description :",
"subTitle": "Team :"
}
},
@ -210,4 +213,4 @@
"private": "Private",
"public": "Public"
}
}
}

View File

@ -144,6 +144,8 @@
"title": "Modifie ton projet",
"labelName": "Nom du projet *",
"labelCustomer": "Nom du client *",
"labelDescription": "Description du projet",
"descriptionHelp": "Vous pouvez utiliser Markdown",
"subTitle": "Liste des membres :",
"tableHeader1": "Nom",
"tableHeader2": "Accès",
@ -180,6 +182,7 @@
"buttonQuit": "Quitter le projet",
"buttonJoin": "Rejoindre le projet",
"captain": "Capitaine :",
"description": "Description :",
"subTitle": "Equipe :"
}
},
@ -210,4 +213,4 @@
"private": "Privé",
"public": "Public"
}
}
}