Files
homarr/public/locales/zh/modules/iframe.json
2023-06-10 17:59:03 +02:00

45 lines
869 B
JSON

{
"descriptor": {
"name": "iFrame",
"description": "嵌入互联网上的任何内容。一些网站可能限制访问。",
"settings": {
"title": "iFrame设置",
"embedUrl": {
"label": "嵌入URL"
},
"allowFullScreen": {
"label": "允许全屏"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "确保您在小部件配置中输入了一个有效的地址"
}
}
}
}