From 63354b8c638f8daf0fb7918784a619804febf356 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:53:16 +0900 Subject: [PATCH] New translations iframe.json (Chinese Simplified) --- public/locales/zh/modules/iframe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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": "确保您在小部件配置中输入了一个有效的地址" } }