511 Use translation function in license components

This commit is contained in:
Lisa Hillebrand
2021-08-15 17:08:15 +02:00
parent 4f93d30872
commit 9596f8e52f
4 changed files with 27 additions and 25 deletions
+13 -3
View File
@@ -1,12 +1,22 @@
{
"labels": {
"bleedingPrediction": {
"noPrediction": "As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones."
},
"home": {
"cycleDay": " day of your cycle",
"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."
},
"shared": {
"cancel": "Cancel",
"ok": "OK"
}
},
"settings": {
"license": {
"title": "drip is an open-source cycle tracking app",
"text": "Copyright (C) {{currentYear}} Bloody Health GbR\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: https://www.gnu.org/licenses/gpl-3.0.html\n\nYou can contact us by bloodyhealth@mailbox.org."
}
}
}