forked from MapComplete/MapComplete
Chore: move elongated coin out of theme file
This commit is contained in:
parent
b7931a2f8d
commit
e9bd903607
12 changed files with 554 additions and 895 deletions
|
@ -4224,6 +4224,91 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"elongated_coin": {
|
||||
"description": "Ebene mit Münzpressen.",
|
||||
"name": "Münzpressen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Eine Münzpresse"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Einwurf (z.B. 0,5€)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Eine Münze zu Pressen kostet 1 Euro."
|
||||
},
|
||||
"1": {
|
||||
"then": "Eine Münze zu Pressen kostet 2€."
|
||||
}
|
||||
},
|
||||
"question": "Wieviel kostet es eine Münze zu Pressen?",
|
||||
"render": "Es kostet {charge}€ um eine Münze zu Pressen."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Münzenart (z.B. 10 Cent)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Münzpresse benötigt eine 2 Cent Münze um zu Pressen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Münzpresse benötigt eine 5 Cent Münze um zu Pressen."
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Münzpresse benötigt eine 10 Cent Münze um zu Pressen."
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Münzpresse benötigt eine 25 Cent Münze um zu Pressen."
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Münzpresse benötigt eine 50 Cent Münze um zu Pressen."
|
||||
}
|
||||
},
|
||||
"question": "Welche Münze wird zum Pressen verwendet?",
|
||||
"render": "Die Münzpresse benötigt eine {coin:type} Münze um zu Pressen."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Motivanzahl (z.B. 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Münzpresse hat ein Motiv zur Auswahl."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Münzpresse hat zwei Motive zur Auswahl."
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Münzpresse hat drei Motive zur Auswahl."
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Münzpresse hat vier Motive zur Auswahl."
|
||||
}
|
||||
},
|
||||
"question": "Wieviele Motive sind verfügbar?",
|
||||
"render": "Die Münzpresse hat {coin:design_count} Motive zur Auswahl."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Münzpresse befindet sich im Inneren."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Münzpresse befindet sich Draußen."
|
||||
}
|
||||
},
|
||||
"question": "Befindet sich die Münzpresse im Inneren?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Münzpresse"
|
||||
}
|
||||
},
|
||||
"entrance": {
|
||||
"description": "Eine Ebene, die Eingänge anzeigt und die Möglichkeit bietet, weitere Daten zu erheben, die z. B. für Rollstuhlfahrer wichtig sind (aber auch für Radfahrer, Lieferpersonal, …)",
|
||||
"name": "Eingänge",
|
||||
|
|
|
@ -4224,6 +4224,91 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"elongated_coin": {
|
||||
"description": "Layer showing penny presses.",
|
||||
"name": "Penny Presses",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a penny press"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Cost (e.g. 0.50 EUR)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "It costs 1 euro to press a penny."
|
||||
},
|
||||
"1": {
|
||||
"then": "It costs 2 euros to press a penny."
|
||||
}
|
||||
},
|
||||
"question": "How much does it cost to press a penny?",
|
||||
"render": "It costs {charge} to press a penny."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Coin type (e.g. 10cent)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This penny press uses a 2 cent coin for pressing."
|
||||
},
|
||||
"1": {
|
||||
"then": "This penny press uses a 5 cent coin for pressing."
|
||||
},
|
||||
"2": {
|
||||
"then": "This penny press uses a 10 cent coin for pressing."
|
||||
},
|
||||
"3": {
|
||||
"then": "This penny press uses a 25 cent coin for pressing."
|
||||
},
|
||||
"4": {
|
||||
"then": "This penny press uses a 50 cent coin for pressing."
|
||||
}
|
||||
},
|
||||
"question": "What coin is used for pressing?",
|
||||
"render": "This penny press uses a {coin:type} coin for pressing."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Number of designs (e.g. 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This penny press has one design available."
|
||||
},
|
||||
"1": {
|
||||
"then": "This penny press has two designs available."
|
||||
},
|
||||
"2": {
|
||||
"then": "This penny press has three designs available."
|
||||
},
|
||||
"3": {
|
||||
"then": "This penny press has four designs available."
|
||||
}
|
||||
},
|
||||
"question": "How many designs are available?",
|
||||
"render": "This penny press has {coin:design_count} designs available."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This penny press is located indoors."
|
||||
},
|
||||
"1": {
|
||||
"then": "This penny press is located outdoors."
|
||||
}
|
||||
},
|
||||
"question": "Is the penny press indoors?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Penny Press"
|
||||
}
|
||||
},
|
||||
"entrance": {
|
||||
"description": "A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, …)",
|
||||
"name": "Entrance",
|
||||
|
|
|
@ -2401,6 +2401,91 @@
|
|||
"render": "Agua potable"
|
||||
}
|
||||
},
|
||||
"elongated_coin": {
|
||||
"description": "Capa mostrando prensas de centavo.",
|
||||
"name": "Prensas de centavo",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una prensa de centavo"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Costo (por ejemplo, 0.50 euros)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cuesta 1 euro para presionar un centavo."
|
||||
},
|
||||
"1": {
|
||||
"then": "Cuesta 2 euros para presionar un centavo."
|
||||
}
|
||||
},
|
||||
"question": "¿Cuánto cuesta presionar un centavo?",
|
||||
"render": "Cuesta {charge} para presionar un centavo."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Tipo de moneda (por ejemplo, 10 centavos)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 2 centavos para presionar."
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 5 centavos para presionar."
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 10 centavos para presionar."
|
||||
},
|
||||
"3": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 25 centavos para presionar."
|
||||
},
|
||||
"4": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 50 centavos para presionar."
|
||||
}
|
||||
},
|
||||
"question": "Qué moneda se utiliza para presionar?",
|
||||
"render": "Esta prensa de centavo utiliza una moneda {coin:type} para presionar."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Número de diseños (por ejemplo, 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta prensa tiene un diseño disponible."
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta prensa tiene dos diseños disponibles."
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta prensa tiene tres diseños disponibles."
|
||||
},
|
||||
"3": {
|
||||
"then": "Esta prensa tiene cuatro diseños disponibles."
|
||||
}
|
||||
},
|
||||
"question": "Cuántos diseños son disponibles?",
|
||||
"render": "Esta prensa tiene {coin:design_count} diseños disponibles."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta prensa está ubicada en interior."
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta prensa está ubicada al aire libre."
|
||||
}
|
||||
},
|
||||
"question": "La prensa de centavo esta al interior?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Prensa de centavo"
|
||||
}
|
||||
},
|
||||
"entrance": {
|
||||
"description": "Una capa que muestra capas y ofrece la posibilidad de sondear algunos datos avanzados que son importantes para, por ejemplo, usuarios de sillas de ruedas (pero también incluye ciclistas, gente que quiere repartir, ...)",
|
||||
"name": "Entrada",
|
||||
|
|
|
@ -2943,6 +2943,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"elongated_coin": {
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Coût (par ex. 0.50 EUR)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"entrance": {
|
||||
"description": "Une couche montrant les entrées et offrant des capacités pour étudier certaines données avancées qui sont importantes, par exemple. les utilisateurs de fauteuils roulants (mais aussi les utilisateurs de vélos, les personnes qui veulent faire des livraisons, …)",
|
||||
"name": "Entrée",
|
||||
|
|
|
@ -609,93 +609,6 @@
|
|||
},
|
||||
"elongated_coin": {
|
||||
"description": "Finde Münzpresse um deine eigenen Prägemünzen zu Pressen.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Ebene mit Münzpressen.",
|
||||
"name": "Münzpressen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Eine Münzpresse"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Einwurf (z.B. 0,5€)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Eine Münze zu Pressen kostet 1 Euro."
|
||||
},
|
||||
"1": {
|
||||
"then": "Eine Münze zu Pressen kostet 2€."
|
||||
}
|
||||
},
|
||||
"question": "Wieviel kostet es eine Münze zu Pressen?",
|
||||
"render": "Es kostet {charge}€ um eine Münze zu Pressen."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Münzenart (z.B. 10 Cent)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Münzpresse benötigt eine 2 Cent Münze um zu Pressen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Münzpresse benötigt eine 5 Cent Münze um zu Pressen."
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Münzpresse benötigt eine 10 Cent Münze um zu Pressen."
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Münzpresse benötigt eine 25 Cent Münze um zu Pressen."
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Münzpresse benötigt eine 50 Cent Münze um zu Pressen."
|
||||
}
|
||||
},
|
||||
"question": "Welche Münze wird zum Pressen verwendet?",
|
||||
"render": "Die Münzpresse benötigt eine {coin:type} Münze um zu Pressen."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Motivanzahl (z.B. 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Münzpresse hat ein Motiv zur Auswahl."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Münzpresse hat zwei Motive zur Auswahl."
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Münzpresse hat drei Motive zur Auswahl."
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Münzpresse hat vier Motive zur Auswahl."
|
||||
}
|
||||
},
|
||||
"question": "Wieviele Motive sind verfügbar?",
|
||||
"render": "Die Münzpresse hat {coin:design_count} Motive zur Auswahl."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Münzpresse befindet sich im Inneren."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Münzpresse befindet sich Draußen."
|
||||
}
|
||||
},
|
||||
"question": "Befindet sich die Münzpresse im Inneren?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Münzpresse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Münzpressen"
|
||||
},
|
||||
"etymology": {
|
||||
|
@ -941,112 +854,6 @@
|
|||
},
|
||||
"title": "Bordsteine und Überwege"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Alle MapComplete-Änderungen anzeigen",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themenname enthält {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt von {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Nicht</b> erstellt von {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt vor {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt nach {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Benutzersprache (ISO-Code) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt mit Host {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Changeset fügte mindestens ein Bild hinzu"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Zentrum der Änderungssätze",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Welcher Mitwirkende hat diese Änderung vorgenommen?",
|
||||
"render": "Änderung gemacht von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "Mit welchem Host / welcher Website wurde diese Änderung gemacht?",
|
||||
"render": "Änderung vorgenommen mit <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "In welcher Sprache wurde diese Änderung vorgenommen?",
|
||||
"render": "Usersprache ist {locale}"
|
||||
},
|
||||
"show_changeset_id": {
|
||||
"render": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
},
|
||||
"theme-id": {
|
||||
"question": "Welches Thema wurde für diese Änderung verwendet?",
|
||||
"render": "Geändert mit Thema <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
|
||||
},
|
||||
"version": {
|
||||
"question": "Mit welcher Version von MapComplete wurde diese Änderung gemacht?",
|
||||
"render": "Erstellt mit {editor}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Änderungssatz für {theme}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"render": "Mehr Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Mit MapComplete erstellte Änderungen anzeigen",
|
||||
"title": "Mit MapComplete erstellte Änderungen"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
|
||||
"title": "MapRoulette-Aufgaben"
|
||||
|
|
|
@ -609,93 +609,6 @@
|
|||
},
|
||||
"elongated_coin": {
|
||||
"description": "Find penny presses to create your own elongated coins.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Layer showing penny presses.",
|
||||
"name": "Penny Presses",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a penny press"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Cost (e.g. 0.50 EUR)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "It costs 1 euro to press a penny."
|
||||
},
|
||||
"1": {
|
||||
"then": "It costs 2 euros to press a penny."
|
||||
}
|
||||
},
|
||||
"question": "How much does it cost to press a penny?",
|
||||
"render": "It costs {charge} to press a penny."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Coin type (e.g. 10cent)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This penny press uses a 2 cent coin for pressing."
|
||||
},
|
||||
"1": {
|
||||
"then": "This penny press uses a 5 cent coin for pressing."
|
||||
},
|
||||
"2": {
|
||||
"then": "This penny press uses a 10 cent coin for pressing."
|
||||
},
|
||||
"3": {
|
||||
"then": "This penny press uses a 25 cent coin for pressing."
|
||||
},
|
||||
"4": {
|
||||
"then": "This penny press uses a 50 cent coin for pressing."
|
||||
}
|
||||
},
|
||||
"question": "What coin is used for pressing?",
|
||||
"render": "This penny press uses a {coin:type} coin for pressing."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Number of designs (e.g. 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This penny press has one design available."
|
||||
},
|
||||
"1": {
|
||||
"then": "This penny press has two designs available."
|
||||
},
|
||||
"2": {
|
||||
"then": "This penny press has three designs available."
|
||||
},
|
||||
"3": {
|
||||
"then": "This penny press has four designs available."
|
||||
}
|
||||
},
|
||||
"question": "How many designs are available?",
|
||||
"render": "This penny press has {coin:design_count} designs available."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This penny press is located indoors."
|
||||
},
|
||||
"1": {
|
||||
"then": "This penny press is located outdoors."
|
||||
}
|
||||
},
|
||||
"question": "Is the penny press indoors?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Penny Press"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Penny Presses"
|
||||
},
|
||||
"etymology": {
|
||||
|
@ -945,12 +858,12 @@
|
|||
"description": "This maps shows all the changes made with MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Show all MapComplete changes",
|
||||
"description": "Shows all MapComplete changes",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Theme name contains {search}"
|
||||
"question": "Themename contains {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1007,12 +920,12 @@
|
|||
"name": "Changeset centers",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Which contributor made this change?",
|
||||
"question": "What contributor did make this change?",
|
||||
"render": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "What host (website) was this change made with?",
|
||||
"render": "Change made with <a href='{host}'>{host}</a>"
|
||||
"render": "Change with with <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "What locale (language) was this change made in?",
|
||||
|
@ -1044,7 +957,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Show changes made with MapComplete",
|
||||
"shortDescription": "Shows changes made by MapComplete",
|
||||
"title": "Changes made with MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
|
|
|
@ -609,93 +609,6 @@
|
|||
},
|
||||
"elongated_coin": {
|
||||
"description": "Encuentra prensas de centavo para crear tus propias monedas alargadas.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Capa mostrando prensas de centavo.",
|
||||
"name": "Prensas de centavo",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una prensa de centavo"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Costo (por ejemplo, 0.50 euros)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cuesta 1 euro para presionar un centavo."
|
||||
},
|
||||
"1": {
|
||||
"then": "Cuesta 2 euros para presionar un centavo."
|
||||
}
|
||||
},
|
||||
"question": "¿Cuánto cuesta presionar un centavo?",
|
||||
"render": "Cuesta {charge} para presionar un centavo."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Tipo de moneda (por ejemplo, 10 centavos)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 2 centavos para presionar."
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 5 centavos para presionar."
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 10 centavos para presionar."
|
||||
},
|
||||
"3": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 25 centavos para presionar."
|
||||
},
|
||||
"4": {
|
||||
"then": "Esta prensa de centavo utiliza una moneda de 50 centavos para presionar."
|
||||
}
|
||||
},
|
||||
"question": "Qué moneda se utiliza para presionar?",
|
||||
"render": "Esta prensa de centavo utiliza una moneda {coin:type} para presionar."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Número de diseños (por ejemplo, 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta prensa tiene un diseño disponible."
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta prensa tiene dos diseños disponibles."
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta prensa tiene tres diseños disponibles."
|
||||
},
|
||||
"3": {
|
||||
"then": "Esta prensa tiene cuatro diseños disponibles."
|
||||
}
|
||||
},
|
||||
"question": "Cuántos diseños son disponibles?",
|
||||
"render": "Esta prensa tiene {coin:design_count} diseños disponibles."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta prensa está ubicada en interior."
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta prensa está ubicada al aire libre."
|
||||
}
|
||||
},
|
||||
"question": "La prensa de centavo esta al interior?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Prensa de centavo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Prensa de centavo"
|
||||
},
|
||||
"etymology": {
|
||||
|
@ -938,28 +851,6 @@
|
|||
},
|
||||
"title": "Bordillos y cruces"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"filter": {
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>No</b> hecho por colaborador {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Hecho antes de {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Tema que muestra las tareas de MapRoulette, permitiendo buscarlas, filtrarlas y arreglarlas.",
|
||||
"title": "Tareas de MapRoulette"
|
||||
|
|
|
@ -604,19 +604,6 @@
|
|||
"description": "Sur cette carte, vous trouverez des informations concernant tous les types d'écoles et d'enseignement. Vous pouvez facilement ajouter plus d'informations",
|
||||
"title": "Enseignement"
|
||||
},
|
||||
"elongated_coin": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Coût (par ex. 0.50 EUR)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
"description": "Retrouvez sur cette carte l’origine du nom d’un élément. Les rues, bâtiments, etc. proviennent d’OpenStreetMap et sont liés aux données venant de Wikidata. La fenêtre pop-up affiche l’article Wikipedia (s’il existe) ou l’infobox Wikidata de l’objet dont provient le nom. Si l’objet a sa propre page Wikipedia, elle sera aussi affichée.<br/><br/><b>Vous pouvez contribuer aussi ! </b>Zoomez suffisamment et <i>toutes</i> les rues seront affichées. Cliquez sur l'une d'elles et une boîte de recherche Wikidata apparaîtra. En quelques clics, vous pouvez ajouter un lien étymologique. Vous devez disposer d’un compte OpenStreetMap gratuit.",
|
||||
"layers": {
|
||||
|
@ -857,65 +844,6 @@
|
|||
},
|
||||
"title": "Ressauts et traversées"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Cette carte montre tous les changements faits avec MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"filter": {
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Langage utilisateur (code-ISO) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Le groupe de modifications a ajouté au moins une image"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Quel contributeur a fait cette modification ?",
|
||||
"render": "Modification faite par <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"render": "Modification faite avec <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "En quelle langue est-ce que ce changement a été fait ?"
|
||||
},
|
||||
"show_changeset_id": {
|
||||
"render": "Groupe de modifications <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
},
|
||||
"theme-id": {
|
||||
"question": "Quel thème a été utilisé pour faire cette modification ?",
|
||||
"render": "Modifié avec le thème <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
|
||||
},
|
||||
"version": {
|
||||
"question": "Quelle version de MapComplete a été utilisée pour faire cette modification ?",
|
||||
"render": "Fait avec {editor}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Groupe de modifications pour {theme}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"render": "D'autres statistiques sont disponibles <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>ici</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Changements faits avec MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches.",
|
||||
"title": "Tâches MapRoulette"
|
||||
|
|
|
@ -936,89 +936,6 @@
|
|||
},
|
||||
"title": "Stoepranden en oversteekplaatsen"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Deze kaart toont alle wijzigingen die met MapComplete gemaakt werden",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Toon alle MapComplete wijzigingen",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themenaam bevat {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt door bijdrager {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Niet</b> gemaakt door bijdrager {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt voor {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt na {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "De taal van de bijdrager is {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt met host {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Changeset bevat minstens één afbeelding"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Centerpunt van changeset",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Welke bijdrager maakte deze wijziging?",
|
||||
"render": "Wijziging gemaakt door <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "Met welke host (website) werd deze wijziging gemaakt?",
|
||||
"render": "Wijziging gemaakt met <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "In welke locale (taal) werd deze wijziging gemaakt?",
|
||||
"render": "De gebruikerstaal is {locale}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Toon wijzigingen gemaakt met MapComplete",
|
||||
"title": "Wijzigingen gemaakt met MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thema met MapRoulette taken, waar je ze kunt zoeken, filteren en ze oplossen.",
|
||||
"title": "MapRoulette taken"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue