mapcomplete/langs/shared-questions/eo.json
2022-02-16 02:24:53 +01:00

40 lines
No EOL
1.1 KiB
JSON

{
"shared_questions": {
"dog-access": {
"mappings": {
"0": {
"then": "Hundoj estas permesataj"
},
"1": {
"then": "Hundoj estas <b>malpermesataj</b>"
}
}
},
"email": {
"question": "Kio estas la retpoŝta adreso de {title()}?"
},
"level": {
"mappings": {
"1": {
"then": "En la teretaĝo"
},
"2": {
"then": "En la teretaĝo"
},
"3": {
"then": "En la unua etaĝo"
}
},
"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 {title()}?"
},
"website": {
"question": "Kie estas la retejo de {title()}?"
}
}
}