New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions

View File

@@ -0,0 +1,45 @@
{
"descriptor": {
"name": "iFrame",
"description": "崁入網路上的內容,某些網站可能會限制訪問",
"settings": {
"title": "iFrame 設定",
"embedUrl": {
"label": "崁入網址"
},
"allowFullScreen": {
"label": "允許全螢幕"
},
"allowTransparency": {
"label": "允許透明化"
},
"allowScrolling": {
"label": "允許滾動"
},
"allowPayment": {
"label": "允許付款"
},
"allowAutoPlay": {
"label": "允許自動播放"
},
"allowMicrophone": {
"label": "允許麥克風"
},
"allowCamera": {
"label": "允許攝影機"
},
"allowGeolocation": {
"label": "允許地理位置"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "無效連結",
"text": "確認您在組件中輸入一個有效的網址"
},
"browserSupport": "您的瀏覽器不支援iFrame請更新您的瀏覽器"
}
}
}