diff --git a/public/locales/zh/modules/iframe.json b/public/locales/zh/modules/iframe.json index b81bf2087..166eed83d 100644 --- a/public/locales/zh/modules/iframe.json +++ b/public/locales/zh/modules/iframe.json @@ -14,29 +14,29 @@ "label": "" }, "allowScrolling": { - "label": "" + "label": "允许滚动" }, "allowPayment": { "label": "" }, "allowAutoPlay": { - "label": "" + "label": "允许自动播放" }, "allowMicrophone": { - "label": "" + "label": "允许麦克风" }, "allowCamera": { - "label": "" + "label": "允许使用摄像头" }, "allowGeolocation": { - "label": "" + "label": "允许地理位置" } } }, "card": { "errors": { "noUrl": { - "title": "", + "title": "无效链接", "text": "确保您在小部件配置中输入了一个有效的地址" } }