🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -1,23 +1,23 @@
{
"descriptor": {
"name": "iFrame",
"description": "嵌入互联网上的任何内容。些网站可能限制访问。",
"description": "嵌入互联网上的任何内容。些网站可能限制访问。",
"settings": {
"title": "iFrame设置",
"embedUrl": {
"label": "嵌入URL"
"label": "嵌入地址"
},
"allowFullScreen": {
"label": "允许全屏"
},
"allowTransparency": {
"label": "允许透明"
"label": "允许透明"
},
"allowScrolling": {
"label": "允许滚动"
},
"allowPayment": {
"label": "允许付"
"label": "允许付"
},
"allowAutoPlay": {
"label": "允许自动播放"
@@ -26,7 +26,7 @@
"label": "允许麦克风"
},
"allowCamera": {
"label": "允许使用摄像头"
"label": "允许摄像头"
},
"allowGeolocation": {
"label": "允许地理位置"
@@ -37,8 +37,9 @@
"errors": {
"noUrl": {
"title": "无效链接",
"text": "确保您在小部件配置中输入了一个有效的地址"
}
"text": "确保您在件配置中输入了一个有效的地址"
},
"browserSupport": "您的浏览器不支持 iframe。请更新您的浏览器。"
}
}
}