forked from MapComplete/MapComplete
Sync translations
This commit is contained in:
parent
433a833883
commit
8915345550
3 changed files with 29 additions and 5 deletions
|
@ -421,7 +421,7 @@
|
|||
},
|
||||
{
|
||||
"if": "cuisine=sushi",
|
||||
"icon": "\uD83C\uDF63",
|
||||
"icon": "🍣",
|
||||
"then": {
|
||||
"en": "Sushi is served here",
|
||||
"nl": "Dit is een sushirestaurant",
|
||||
|
@ -473,7 +473,7 @@
|
|||
},
|
||||
{
|
||||
"if": "cuisine=chinese",
|
||||
"icon":"🇨🇳",
|
||||
"icon": "🇨🇳",
|
||||
"then": {
|
||||
"en": "Chinese dishes are served here",
|
||||
"nl": "Dit is een Chinees restaurant",
|
||||
|
@ -537,7 +537,7 @@
|
|||
},
|
||||
{
|
||||
"if": "cuisine=mexican ",
|
||||
"icon": "\uD83D\uDC14",
|
||||
"icon": "\uD83C\uDDF2\uD83C\uDDFD",
|
||||
"then": {
|
||||
"en": "Mexican dishes are served here",
|
||||
"nl": "Dit is een mexicaans restaurant"
|
||||
|
@ -553,7 +553,7 @@
|
|||
},
|
||||
{
|
||||
"if": "cuisine=chicken ",
|
||||
"icon": "\uD83D\uDC14",
|
||||
"icon": "🐔",
|
||||
"then": {
|
||||
"en": "Chicken based dishes are served here",
|
||||
"nl": "Dit is een kiprestaurant"
|
||||
|
@ -561,7 +561,7 @@
|
|||
},
|
||||
{
|
||||
"if": "cuisine=seafood ",
|
||||
"icon": "\uD83D\uDC1F",
|
||||
"icon": "🐟",
|
||||
"then": {
|
||||
"en": "Seafood dishes are served here",
|
||||
"nl": "Dit is een vis- en zeerestaurant"
|
||||
|
|
|
@ -4979,6 +4979,18 @@
|
|||
},
|
||||
"14": {
|
||||
"then": "Thai dishes are served here"
|
||||
},
|
||||
"15": {
|
||||
"then": "Mexican dishes are served here"
|
||||
},
|
||||
"16": {
|
||||
"then": "Japanese dishes are served here"
|
||||
},
|
||||
"17": {
|
||||
"then": "Chicken based dishes are served here"
|
||||
},
|
||||
"18": {
|
||||
"then": "Seafood dishes are served here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of food is served here?",
|
||||
|
|
|
@ -4127,6 +4127,18 @@
|
|||
},
|
||||
"14": {
|
||||
"then": "Dit is een Thaïs restaurant"
|
||||
},
|
||||
"15": {
|
||||
"then": "Dit is een mexicaans restaurant"
|
||||
},
|
||||
"16": {
|
||||
"then": "Dit is een japans restaurant"
|
||||
},
|
||||
"17": {
|
||||
"then": "Dit is een kiprestaurant"
|
||||
},
|
||||
"18": {
|
||||
"then": "Dit is een vis- en zeerestaurant"
|
||||
}
|
||||
},
|
||||
"question": "Welk soort gerechten worden hier geserveerd?",
|
||||
|
|
Loading…
Reference in a new issue