🐛 Missing translations (#1037)
This commit is contained in:
@@ -9,13 +9,34 @@
|
|||||||
},
|
},
|
||||||
"allowFullScreen": {
|
"allowFullScreen": {
|
||||||
"label": "Allow full screen"
|
"label": "Allow full screen"
|
||||||
|
},
|
||||||
|
"allowTransparency": {
|
||||||
|
"label": "Allow transparency"
|
||||||
|
},
|
||||||
|
"allowScrolling": {
|
||||||
|
"label": "Allow scrolling"
|
||||||
|
},
|
||||||
|
"allowPayment": {
|
||||||
|
"label": "Allow payment"
|
||||||
|
},
|
||||||
|
"allowAutoPlay": {
|
||||||
|
"label": "Allow auto play"
|
||||||
|
},
|
||||||
|
"allowMicrophone": {
|
||||||
|
"label": "Allow microphone"
|
||||||
|
},
|
||||||
|
"allowCamera": {
|
||||||
|
"label": "Allow camera"
|
||||||
|
},
|
||||||
|
"allowGeolocation": {
|
||||||
|
"label": "Allow geolocation"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"card": {
|
"card": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"noUrl": {
|
"noUrl": {
|
||||||
"title": "",
|
"title": "Invalid URL",
|
||||||
"text": "Ensure that you've entered a valid address in the configuration of your widget"
|
"text": "Ensure that you've entered a valid address in the configuration of your widget"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"dangerousAllowSanitizedItemContent": {
|
"dangerousAllowSanitizedItemContent": {
|
||||||
"label": "Dangerous: Allow sanitized item content"
|
"label": "Dangerous: Allow sanitized item content"
|
||||||
},
|
},
|
||||||
"settings.textLinesClamp": {
|
"textLinesClamp": {
|
||||||
"label": "Text lines clamp"
|
"label": "Text lines clamp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user