Files
homarr/public/locales/zh/modules/iframe.json
2023-07-02 20:07:37 +09:00

45 lines
992 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": "确保您在小部件配置中输入了一个有效的地址"
}
}
}
}