Files
homarr/public/locales/tw/modules/iframe.json
T
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

46 lines
1.0 KiB
JSON

{
"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,請更新您的瀏覽器"
}
}
}