chore(translations): new crowdin updates (#1984)

This commit is contained in:
Thomas Camlong
2024-05-07 19:46:34 +02:00
committed by GitHub
parent f12dd52208
commit 477d249da8
228 changed files with 9811 additions and 1206 deletions

View File

@@ -0,0 +1,45 @@
{
"descriptor": {
"name": "iFrame",
"description": "Încorporați orice conținut de pe internet. Unele site-uri web pot restricționa accesul.",
"settings": {
"title": "Setări iFrame",
"embedUrl": {
"label": "Încorporați adresa URL"
},
"allowFullScreen": {
"label": "Permiteți ecranul complet"
},
"allowTransparency": {
"label": "Permiteți transparența"
},
"allowScrolling": {
"label": "Permiteți derularea"
},
"allowPayment": {
"label": "Permiteți plata"
},
"allowAutoPlay": {
"label": "Permiteți redarea automată"
},
"allowMicrophone": {
"label": "Permiteți microfonul"
},
"allowCamera": {
"label": "Permiteți camera"
},
"allowGeolocation": {
"label": "Permiteți geolocalizarea"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "Adresă URL invalidă",
"text": "Asigurați-vă că ați introdus o adresă validă în configurația Widget-ului dvs"
},
"browserSupport": "Browser-ul tău nu acceptă iFrames. Te rugăm să actualizezi browser-ul."
}
}
}