Merge branch 'master' into weblate-mapcomplete-core

This commit is contained in:
Pieter Vander Vennet 2022-06-27 09:10:51 +02:00 committed by GitHub
commit 27c1e32218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 629 additions and 514 deletions

View file

@ -91,6 +91,20 @@
},
"question": "Des prises sont elles à disposition des client·e·s en intérieur?"
},
"smoking": {
"mappings": {
"0": {
"then": "Il est <b>autorisé</b> de fumer"
},
"1": {
"then": "Il est <b>interdit</b> de fumer"
},
"2": {
"then": "Il est autorisé de fumer <b>à l'extérieur</b>."
}
},
"question": "Est-ce autorisé de fumer à {title()} ?"
},
"website": {
"question": "Quel est le site web de {title()} ?"
},
@ -129,20 +143,6 @@
}
},
"question": "Quel est lélément Wikipédia correspondant?"
},
"smoking": {
"mappings": {
"0": {
"then": "Il est <b>autorisé</b> de fumer"
},
"2": {
"then": "Il est autorisé de fumer <b>à l'extérieur</b>."
},
"1": {
"then": "Il est <b>interdit</b> de fumer"
}
},
"question": "Est-ce autorisé de fumer à {title()} ?"
}
}
}
}