Fix: fix #2209, remove lingering incorrect translations
This commit is contained in:
parent
49de58f754
commit
fbcbdc571e
4 changed files with 1 additions and 13 deletions
|
@ -816,10 +816,7 @@
|
||||||
"alsoShowIf": "historic!=memorial",
|
"alsoShowIf": "historic!=memorial",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This artwork does not serve as a memorial",
|
"en": "This artwork does not serve as a memorial",
|
||||||
"de": "Dieses Kunstwerk dient nicht als Denkmal",
|
"de": "Dieses Kunstwerk dient nicht als Denkmal"
|
||||||
"fr": "Cette œuvre ne sert pas de banc",
|
|
||||||
"cs": "Toto dílo neslouží jako lavička",
|
|
||||||
"es": "Esta obra de arte no sirve como banco"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -541,9 +541,6 @@
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Toto dílo slouží také jako památník"
|
"then": "Toto dílo slouží také jako památník"
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Toto dílo neslouží jako lavička"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Slouží toto dílo jako památník?"
|
"question": "Slouží toto dílo jako památník?"
|
||||||
|
|
|
@ -485,9 +485,6 @@
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Esta obra de arte también sirve como monumento conmemorativo"
|
"then": "Esta obra de arte también sirve como monumento conmemorativo"
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Esta obra de arte no sirve como banco"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "¿Sirve esta obra de arte como monumento conmemorativo?"
|
"question": "¿Sirve esta obra de arte como monumento conmemorativo?"
|
||||||
|
|
|
@ -425,9 +425,6 @@
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Cette œuvre est un mémorial"
|
"then": "Cette œuvre est un mémorial"
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Cette œuvre ne sert pas de banc"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Cet œuvre a-t-elle un rôle de mémorial ?"
|
"question": "Cet œuvre a-t-elle un rôle de mémorial ?"
|
||||||
|
|
Loading…
Reference in a new issue