From 3bd2ffa28a276597d9df8a631f85b18bc53e87c9 Mon Sep 17 00:00:00 2001 From: phlostically Date: Sat, 30 Oct 2021 13:35:33 +0000 Subject: [PATCH] Translated using Weblate (Esperanto) Currently translated at 34.4% (10 of 29 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/eo/ --- langs/shared-questions/eo.json | 41 +++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/eo.json b/langs/shared-questions/eo.json index 0967ef424b..9c57c3cd14 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" + } + } + } + } +}