Improve language
This commit is contained in:
parent
e3d6feeae9
commit
76fa858b61
4 changed files with 5 additions and 5 deletions
|
@ -445,7 +445,7 @@
|
||||||
{
|
{
|
||||||
"if": "toilets:paper_supplied=yes",
|
"if": "toilets:paper_supplied=yes",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Toilet paper is equipped with toilet paper",
|
"en": "This toilet is equipped with toilet paper",
|
||||||
"nl": "Deze toilet is voorzien van toiletpapier"
|
"nl": "Deze toilet is voorzien van toiletpapier"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
"then": "Einfach, nur zwei Barrieren mit einem Zwischenraum <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
"then": "Einfach, nur zwei Barrieren mit einem Zwischenraum <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Doppelt, zwei Barrieren hintereinander <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
"then": "Doppelt, zwei Barrieren hintereinander <img src='./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width:8em'>"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"then": "Dreifach, drei Barrieren hintereinander <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
"then": "Dreifach, drei Barrieren hintereinander <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
"then": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
"then": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
"then": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width:8em'>"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"then": "Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
"then": "Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||||
|
@ -3121,7 +3121,7 @@
|
||||||
"toilet-has-paper": {
|
"toilet-has-paper": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Toilet paper is equipped with toilet paper"
|
"then": "This toilet is equipped with toilet paper"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "You have to bring your own toilet paper to this toilet"
|
"then": "You have to bring your own toilet paper to this toilet"
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
"then": "Enkelvoudig, slechts twee hekjes met ruimte ertussen <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
"then": "Enkelvoudig, slechts twee hekjes met ruimte ertussen <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Dubbel, twee hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
"then": "Dubbel, twee hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width:8em'>"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"then": "Drievoudig, drie hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
"then": "Drievoudig, drie hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||||
|
|
Loading…
Reference in a new issue