162 Update structure of english translation file

This commit is contained in:
Lisa Hillebrand
2021-06-18 11:37:00 +02:00
parent 3fd9cc0e02
commit 8b8ae0d436
4 changed files with 15 additions and 24 deletions
+9 -7
View File
@@ -1,10 +1,12 @@
{
"components": {
"Home": {
"addDataForToday": "add data for today",
"noPrediction": "As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones.",
"labels": {
"home": {
"cycleDay": " day of your cycle",
"cyclePhase": " cycle phase - "
"cyclePhase": " cycle phase - ",
"addDataForToday": "add data for today"
},
"bleedingPrediction": {
"noPrediction": "As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones."
}
}
}
}
}