Skip to content

Commit

Permalink
#48 add missing translate for DaughterTable
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Jul 24, 2024
1 parent ac41240 commit fc99e42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lang/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,19 @@ export default {
},
header:{
action: "Actions",
area: "Area",
date_achieve: "Archived",
date_create: "Created ",
description: "Description",
concentration: "Concentration",
lot: "Séries number",
metabolite: "Metabolite",
m_type: "Type",
name: "Name",
name_compound: "Reference",
name_machine: "Machine",
nameDaugtherFile: "Daughter solution",
nameMeta:"Metabolite",
rt:"RT",
team:"Team",
url: "URL",
Expand Down Expand Up @@ -112,8 +116,10 @@ export default {
fitting: "The fitting ",
koDelProject: "We didn't delete, the named project",
loading: "Loading",
noDaughterFile: "No daughter solution",
noEmpty: "Can't be empty",
okDelProject: "We deleted, the named project",
positiveNumber: "The value has to be a positive number",
success:{
archiveCalibCurve: "The calibration curve has been archived",
createCalibCurve: "The calibration curve has been created",
Expand Down
6 changes: 6 additions & 0 deletions lang/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ export default {
},
header:{
action: "Actions",
area: "Aire",
date_achieve: "Archivé le",
date_create: "Créé le ",
description: "Description",
concentration: "Concentration",
lot: "N° lot",
metabolite: "Métabolite",
name: "Nom",
name_compound: "Témoin",
name_machine: "Machine",
nameDaugtherFile: "Solution fille",
nameMeta:"Métabolite",
rt:"RT",
team:"Équipe",
url: "URL",
Expand Down Expand Up @@ -110,8 +114,10 @@ export default {
fitting: "L'ajustement ",
koDelProject: "Nous n'avons pas supprimé le projet",
loading: "chargement",
noDaughterFile: "Pas de solution fille",
noEmpty:"ne peut pas être vide",
okDelProject: "Nous avons supprimé le projet",
positiveNumber: "La valeur doit être un nombre positif",
required: "Champ obligatoire",
success:{
archiveCalibCurve: "La gamme a été archivée",
Expand Down

0 comments on commit fc99e42

Please sign in to comment.