Chore: translation reset

This commit is contained in:
Pieter Vander Vennet 2025-03-18 01:32:33 +01:00
parent d71bdecc0c
commit 86da003e03
12 changed files with 72 additions and 4 deletions

View file

@ -6405,6 +6405,11 @@
"freeform": {
"placeholder": "Elevation on the guidepost (in meters)"
},
"mappings": {
"0": {
"then": "There is no elevation noted on this guidepost"
}
},
"question": "What is the elevation noted on this guidepost?",
"render": "Elevation noted on the guidepost: {ele} m"
},
@ -6412,6 +6417,11 @@
"freeform": {
"placeholder": "Name on the guidepost"
},
"mappings": {
"0": {
"then": "There is no name noted on this guidepost"
}
},
"question": "What is the name noted on this guidepost?",
"render": "Name noted on the guidepost: {name}"
},
@ -6419,6 +6429,11 @@
"freeform": {
"placeholder": "Reference number of the guidepost"
},
"mappings": {
"0": {
"then": "There is no reference number noted on this guidepost"
}
},
"question": "What is the reference number of this guidepost?",
"render": "Reference number of the guidepost: {ref}"
},