Files
homarr/public/locales/vi/modules/iframe.json
2023-06-10 17:59:03 +02:00

45 lines
969 B
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Nhúng bất kỳ nội dung nào từ internet. Một số trang web có thể hạn chế quyền truy cập.",
"settings": {
"title": "Cài đặt iFrame",
"embedUrl": {
"label": "URL nhúng"
},
"allowFullScreen": {
"label": "Cho phép toàn màn hình"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Đảm bảo rằng bạn đã nhập một địa chỉ hợp lệ trong cấu hình tiện ích"
}
}
}
}