Files
Homarr/public/locales/tw/modules/iframe.json
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
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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請更新您的瀏覽器"
}
}
}