🐛 Missing translations (#1037)

This commit is contained in:
Manuel
2023-06-10 16:51:37 +02:00
committed by GitHub
parent 703b6c30aa
commit 75ad912d04
2 changed files with 24 additions and 3 deletions

View File

@@ -9,15 +9,36 @@
},
"allowFullScreen": {
"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": {
"errors": {
"noUrl": {
"title": "",
"title": "Invalid URL",
"text": "Ensure that you've entered a valid address in the configuration of your widget"
}
}
}
}
}

View File

@@ -14,7 +14,7 @@
"dangerousAllowSanitizedItemContent": {
"label": "Dangerous: Allow sanitized item content"
},
"settings.textLinesClamp": {
"textLinesClamp": {
"label": "Text lines clamp"
}
},