Merge pull request #1337 from mapamore/master

minor text improvement
This commit is contained in:
Pieter Vander Vennet 2023-03-05 23:45:10 +01:00 committed by GitHub
commit 5f9ac7677d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -430,7 +430,7 @@
"bicycle_rental"
],
"question": {
"en": "How much type_plural can be rented here?",
"en": "How many type_plural can be rented here?",
"nl": "Hoeveel type_plural kunnen hier uitgeleend worden?",
"de": "Wie viele type_plural können hier gemietet werden?",
"fr": "Combien de type_plural peuvent être loués ici ?",
@ -567,4 +567,4 @@
}
]
}
}
}

View file

@ -320,7 +320,7 @@
{
"if": "service:bicycle:retail=yes",
"then": {
"en": "This shop sells bikes",
"en": "This shop sells new bikes",
"nl": "Deze winkel verkoopt fietsen",
"fr": "Ce magasin vend des vélos",
"gl": "Esta tenda vende bicicletas",
@ -337,7 +337,7 @@
{
"if": "service:bicycle:retail=no",
"then": {
"en": "This shop doesn't sell bikes",
"en": "This shop doesn't sell new bikes",
"nl": "Deze winkel verkoopt geen fietsen",
"fr": "Ce magasin ne vend pas de vélo",
"gl": "Esta tenda non vende bicicletas",
@ -815,4 +815,4 @@
}
}
]
}
}