diff --git a/langs/shared-questions/eo.json b/langs/shared-questions/eo.json index 0967ef424..9c57c3cd1 100644 --- a/langs/shared-questions/eo.json +++ b/langs/shared-questions/eo.json @@ -1 +1,40 @@ -{} +{ + "undefined": { + "phone": { + "question": "Kio estas la telefonnumero de {name}?" + }, + "website": { + "question": "Kie estas la retejo de {name}?" + }, + "opening_hours": { + "render": "

Malfermitaj horoj

{opening_hours_table(opening_hours)}" + }, + "email": { + "question": "Kio estas la retpoŝta adreso de {name}?" + }, + "dog-access": { + "mappings": { + "0": { + "then": "Hundoj estas permesataj" + }, + "1": { + "then": "Hundoj estas malpermesataj" + } + } + }, + "level": { + "render": "En la {level}a etaĝo", + "mappings": { + "3": { + "then": "En la unua etaĝo" + }, + "2": { + "then": "En la teretaĝo" + }, + "1": { + "then": "En la teretaĝo" + } + } + } + } +}