Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-07-27 10:13:31 +02:00
parent 525178e123
commit 683d3782d7
28 changed files with 1534 additions and 1523 deletions

View file

@ -870,10 +870,12 @@
"builtin": "level",
"override": {
"question": {
"en": "What levels does this elevator go to?"
"en": "What levels does this elevator go to?",
"de": "Auf welchen Geschossen hält dieser Aufzug?"
},
"render": {
"en": "This elevator goes to floors {level}"
"en": "This elevator goes to floors {level}",
"de": "Der Aufzug hält auf den Geschossen {level}"
},
"freeform": {
"key": "level",
@ -1114,13 +1116,15 @@
"induction-loop": {
"description": "An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.",
"question": {
"en": "Does this place have an audio induction loop for people with reduced hearing?"
"en": "Does this place have an audio induction loop for people with reduced hearing?",
"de": "Hat dieser Ort eine induktive Höranlage für Hörgeschädigte?"
},
"mappings": [
{
"if": "hearing_loop=yes",
"then": {
"en": "This place has an audio induction loop"
"en": "This place has an audio induction loop",
"de": "Dieser Ort hat eine induktive Höranlage"
},
"icon": {
"path": "./assets/tagRenderings/audio_induction_loop.svg",
@ -1130,7 +1134,8 @@
{
"if": "hearing_loop=no",
"then": {
"en": "This place <b>does not</b> has an audio induction loop"
"en": "This place <b>does not</b> have an audio induction loop",
"de": "Dieser Ort hat <b>keine</b> induktive Höranlage"
},
"icon": {
"path": "./assets/tagRenderings/audio_induction_loop_missing.svg",