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",
|
"if": "cuisine=sushi",
|
||||||
"icon": "\uD83C\uDF63",
|
"icon": "🍣",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Sushi is served here",
|
"en": "Sushi is served here",
|
||||||
"nl": "Dit is een sushirestaurant",
|
"nl": "Dit is een sushirestaurant",
|
||||||
|
@ -473,7 +473,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "cuisine=chinese",
|
"if": "cuisine=chinese",
|
||||||
"icon":"🇨🇳",
|
"icon": "🇨🇳",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Chinese dishes are served here",
|
"en": "Chinese dishes are served here",
|
||||||
"nl": "Dit is een Chinees restaurant",
|
"nl": "Dit is een Chinees restaurant",
|
||||||
|
@ -537,7 +537,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "cuisine=mexican ",
|
"if": "cuisine=mexican ",
|
||||||
"icon": "\uD83D\uDC14",
|
"icon": "\uD83C\uDDF2\uD83C\uDDFD",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Mexican dishes are served here",
|
"en": "Mexican dishes are served here",
|
||||||
"nl": "Dit is een mexicaans restaurant"
|
"nl": "Dit is een mexicaans restaurant"
|
||||||
|
@ -553,7 +553,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "cuisine=chicken ",
|
"if": "cuisine=chicken ",
|
||||||
"icon": "\uD83D\uDC14",
|
"icon": "🐔",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Chicken based dishes are served here",
|
"en": "Chicken based dishes are served here",
|
||||||
"nl": "Dit is een kiprestaurant"
|
"nl": "Dit is een kiprestaurant"
|
||||||
|
@ -561,7 +561,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "cuisine=seafood ",
|
"if": "cuisine=seafood ",
|
||||||
"icon": "\uD83D\uDC1F",
|
"icon": "🐟",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Seafood dishes are served here",
|
"en": "Seafood dishes are served here",
|
||||||
"nl": "Dit is een vis- en zeerestaurant"
|
"nl": "Dit is een vis- en zeerestaurant"
|
||||||
|
|
|
@ -4979,6 +4979,18 @@
|
||||||
},
|
},
|
||||||
"14": {
|
"14": {
|
||||||
"then": "Thai dishes are served here"
|
"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?",
|
"question": "What kind of food is served here?",
|
||||||
|
|
|
@ -4127,6 +4127,18 @@
|
||||||
},
|
},
|
||||||
"14": {
|
"14": {
|
||||||
"then": "Dit is een Thaïs restaurant"
|
"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?",
|
"question": "Welk soort gerechten worden hier geserveerd?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue