Files
Homarr/public/locales/he/modules/iframe.json
2023-09-01 21:55:45 +02:00

46 lines
1.2 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": "הדפדפן שלך אינו תומך ב-iframes. נא עדכן את הדפדפן שלך."
}
}
}