@fraku/video 0.1.67 → 0.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/locales/ca.json.d.ts +2 -0
- package/dist/i18n/locales/de.json.d.ts +2 -0
- package/dist/i18n/locales/en.json.d.ts +2 -0
- package/dist/i18n/locales/es.json.d.ts +2 -0
- package/dist/i18n/locales/fr.json.d.ts +2 -0
- package/dist/index.cjs +150 -150
- package/dist/index.js +11787 -11717
- package/dist/providers/VideoProvider/context.d.ts +1 -0
- package/dist/providers/VideoProvider/tests/useVirtualBackground.test.d.ts +1 -0
- package/dist/providers/VideoProvider/useVirtualBackground.d.ts +1 -0
- package/dist/providers/VideoProvider/utils.d.ts +6 -0
- package/package.json +1 -1
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
"config-dialog.background-upload-failed": "No s'ha pogut llegir el fitxer d'imatge. Torna-ho a provar.",
|
|
19
19
|
"config-dialog.background-upload-invalid-type": "Tipus de fitxer no vàlid. Si us plau, puja una imatge JPEG, PNG o WebP.",
|
|
20
20
|
"config-dialog.background-upload-too-large": "El fitxer és massa gran. La mida màxima és de 5 MB.",
|
|
21
|
+
"config-dialog.virtual-background-not-supported": "Fons virtual no disponible",
|
|
22
|
+
"config-dialog.virtual-background-not-supported-message": "El teu navegador no admet fons virtuals. La càmera s'ha iniciat sense efecte de fons.",
|
|
21
23
|
"config-dialog.camera": "Càmera",
|
|
22
24
|
"config-dialog.camera-default": "Càmera {{index}}",
|
|
23
25
|
"config-dialog.camera-description": "Selecciona una càmera",
|
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
"config-dialog.background-upload-failed": "Bilddatei konnte nicht gelesen werden. Bitte versuchen Sie es erneut.",
|
|
19
19
|
"config-dialog.background-upload-invalid-type": "Ungültiger Dateityp. Bitte laden Sie ein JPEG-, PNG- oder WebP-Bild hoch.",
|
|
20
20
|
"config-dialog.background-upload-too-large": "Die Datei ist zu groß. Die maximale Größe beträgt 5 MB.",
|
|
21
|
+
"config-dialog.virtual-background-not-supported": "Virtueller Hintergrund nicht verfügbar",
|
|
22
|
+
"config-dialog.virtual-background-not-supported-message": "Ihr Browser unterstützt keine virtuellen Hintergründe. Die Kamera wurde ohne Hintergrundeffekt gestartet.",
|
|
21
23
|
"config-dialog.camera": "Kamera",
|
|
22
24
|
"config-dialog.camera-default": "Kamera {{index}}",
|
|
23
25
|
"config-dialog.camera-description": "Wählen Sie eine Kamera",
|
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
"config-dialog.background-upload-failed": "Failed to read the image file. Please try again.",
|
|
19
19
|
"config-dialog.background-upload-invalid-type": "Invalid file type. Please upload a JPEG, PNG, or WebP image.",
|
|
20
20
|
"config-dialog.background-upload-too-large": "File is too large. Maximum size is 5MB.",
|
|
21
|
+
"config-dialog.virtual-background-not-supported": "Virtual background unavailable",
|
|
22
|
+
"config-dialog.virtual-background-not-supported-message": "Your browser does not support virtual backgrounds. Camera started without background effect.",
|
|
21
23
|
"config-dialog.camera": "Camera",
|
|
22
24
|
"config-dialog.camera-default": "Camera {{index}}",
|
|
23
25
|
"config-dialog.camera-description": "Select a camera",
|
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
"config-dialog.background-upload-failed": "No se pudo leer el archivo de imagen. Inténtalo de nuevo.",
|
|
19
19
|
"config-dialog.background-upload-invalid-type": "Tipo de archivo inválido. Por favor, sube una imagen JPEG, PNG o WebP.",
|
|
20
20
|
"config-dialog.background-upload-too-large": "El archivo es demasiado grande. El tamaño máximo es de 5 MB.",
|
|
21
|
+
"config-dialog.virtual-background-not-supported": "Fondo virtual no disponible",
|
|
22
|
+
"config-dialog.virtual-background-not-supported-message": "Tu navegador no admite fondos virtuales. La cámara se ha iniciado sin efecto de fondo.",
|
|
21
23
|
"config-dialog.camera": "Cámara",
|
|
22
24
|
"config-dialog.camera-default": "Cámara {{index}}",
|
|
23
25
|
"config-dialog.camera-description": "Selecciona una cámara",
|
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
"config-dialog.background-upload-failed": "Impossible de lire le fichier image. Veuillez réessayer.",
|
|
19
19
|
"config-dialog.background-upload-invalid-type": "Type de fichier invalide. Veuillez télécharger une image JPEG, PNG ou WebP.",
|
|
20
20
|
"config-dialog.background-upload-too-large": "Le fichier est trop volumineux. La taille maximale est de 5 Mo.",
|
|
21
|
+
"config-dialog.virtual-background-not-supported": "Arrière-plan virtuel indisponible",
|
|
22
|
+
"config-dialog.virtual-background-not-supported-message": "Votre navigateur ne prend pas en charge les arrière-plans virtuels. La caméra a démarré sans effet d'arrière-plan.",
|
|
21
23
|
"config-dialog.camera": "Caméra",
|
|
22
24
|
"config-dialog.camera-default": "Caméra {{index}}",
|
|
23
25
|
"config-dialog.camera-description": "Sélectionnez une caméra",
|