mapcomplete/langs/shared-questions/eo.json

40 lines
854 B
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"undefined": {
"dog-access": {
"mappings": {
"0": {
"then": "Hundoj estas permesataj"
},
2021-11-07 14:37:21 +01:00
"1": {
"then": "Hundoj estas <b>malpermesataj</b>"
}
}
},
"email": {
"question": "Kio estas la retpoŝta adreso de {name}?"
},
"level": {
"mappings": {
"1": {
"then": "En la teretaĝo"
2021-11-04 17:14:17 +01:00
},
2021-11-07 14:37:21 +01:00
"2": {
"then": "En la teretaĝo"
2021-11-04 17:14:17 +01:00
},
2021-11-07 14:37:21 +01:00
"3": {
"then": "En la unua etaĝo"
}
2021-11-07 14:37:21 +01:00
},
"render": "En la {level}a etaĝo"
},
"opening_hours": {
"render": "<h3>Malfermitaj horoj</h3>{opening_hours_table(opening_hours)}"
},
"phone": {
"question": "Kio estas la telefonnumero de {name}?"
},
"website": {
"question": "Kie estas la retejo de {name}?"
}
2021-11-07 14:37:21 +01:00
}
2021-11-04 17:14:17 +01:00
}