|
101 | 101 | "Done": [ |
102 | 102 | "Hecho" |
103 | 103 | ], |
| 104 | + "Download": [ |
| 105 | + "Descargar" |
| 106 | + ], |
104 | 107 | "Download app": [ |
105 | 108 | "Descargar aplicación" |
106 | 109 | ], |
|
266 | 269 | "Resend code": [ |
267 | 270 | "Reenviar código" |
268 | 271 | ], |
| 272 | + "Return to dashboard": [ |
| 273 | + "Volver al panel principal" |
| 274 | + ], |
269 | 275 | "Room": [ |
270 | 276 | "Sala" |
271 | 277 | ], |
|
1627 | 1633 | "Clave de seguridad" |
1628 | 1634 | ] |
1629 | 1635 | }, |
| 1636 | + "file size format": { |
| 1637 | + "byte": [ |
| 1638 | + "byte", |
| 1639 | + "bytes" |
| 1640 | + ], |
| 1641 | + "GB": [ |
| 1642 | + "GB" |
| 1643 | + ], |
| 1644 | + "KB": [ |
| 1645 | + "KB" |
| 1646 | + ], |
| 1647 | + "MB": [ |
| 1648 | + "MB" |
| 1649 | + ], |
| 1650 | + "TB": [ |
| 1651 | + "TB" |
| 1652 | + ] |
| 1653 | + }, |
| 1654 | + "file size format, long": { |
| 1655 | + "Byte": [ |
| 1656 | + "Byte", |
| 1657 | + "Bytes" |
| 1658 | + ], |
| 1659 | + "Gigabyte": [ |
| 1660 | + "Gigabyte", |
| 1661 | + "Gigabytes" |
| 1662 | + ], |
| 1663 | + "Kilobyte": [ |
| 1664 | + "Kilobyte", |
| 1665 | + "Kilobytes" |
| 1666 | + ], |
| 1667 | + "Megabyte": [ |
| 1668 | + "Megabyte", |
| 1669 | + "Megabytes" |
| 1670 | + ], |
| 1671 | + "Terabyte": [ |
| 1672 | + "Terabyte", |
| 1673 | + "Terabytes" |
| 1674 | + ] |
| 1675 | + }, |
1630 | 1676 | "Font face option": { |
1631 | 1677 | "System default": [ |
1632 | 1678 | "Valor por defecto del sistema" |
|
1714 | 1760 | "${ maxParticipants } participant limit reached": [ |
1715 | 1761 | "Se ha alcanzado el límite de ${ maxParticipants } participantes" |
1716 | 1762 | ], |
| 1763 | + "${ MEET_APP_NAME } needs access so others can see and hear you during the call. You can turn your camera or microphone off at any time.": [ |
| 1764 | + "${ MEET_APP_NAME } necesita acceso para que el resto pueda verte y oírte durante la llamada. Puedes apagar tu cámara o el micrófono en cualquier momento." |
| 1765 | + ], |
| 1766 | + "${ MEET_APP_NAME } needs camera access so others can see you during the call. You can turn it off at any time.": [ |
| 1767 | + "${ MEET_APP_NAME } necesita acceso a la cámara para que el resto pueda verte durante la llamada. Puedes apagarla en cualquier momento." |
| 1768 | + ], |
| 1769 | + "${ MEET_APP_NAME } needs microphone access so others can hear you during the call. You can turn it off at any time.": [ |
| 1770 | + "${ MEET_APP_NAME } necesita acceso a la cámara para que el resto pueda verte durante la llamada. Puedes apagarla en cualquier momento." |
| 1771 | + ], |
1717 | 1772 | "${ MEET_APP_NAME } needs WebRTC to run. Please update your browser or device to a version that supports WebRTC, try a different browser, or disable any extensions that might be blocking it.": [ |
1718 | 1773 | "${ MEET_APP_NAME } necesita WebRTC para funcionar. Actualiza tu navegador o dispositivo a una versión que sea compatible con WebRTC, prueba con otro navegador o desactiva cualquier extensión que pueda estar bloqueándolo." |
1719 | 1774 | ], |
|
1769 | 1824 | "camera": [ |
1770 | 1825 | "cámara" |
1771 | 1826 | ], |
| 1827 | + "Camera permission denied": [ |
| 1828 | + "Sin acceso a la cámara" |
| 1829 | + ], |
1772 | 1830 | "Chat with everyone": [ |
1773 | 1831 | "Chatea con todos" |
1774 | 1832 | ], |
|
1862 | 1920 | "Enter your own password (as trusted contact).": [ |
1863 | 1921 | "Introduce tu propia contraseña (como contacto de confianza)." |
1864 | 1922 | ], |
| 1923 | + "Everyone has been disconnected from the call.": [ |
| 1924 | + "Se ha desconectado a todo el mundo de la llamada." |
| 1925 | + ], |
1865 | 1926 | "Failed to update meeting name": [ |
1866 | 1927 | "Error al actualizar el nombre de la reunión" |
1867 | 1928 | ], |
|
1937 | 1998 | "Loading...": [ |
1938 | 1999 | "Cargando..." |
1939 | 2000 | ], |
| 2001 | + "Loading…": [ |
| 2002 | + "Cargando…" |
| 2003 | + ], |
1940 | 2004 | "Lower participant's hand": [ |
1941 | 2005 | "Bajar la mano del participante" |
1942 | 2006 | ], |
|
1964 | 2028 | "Meeting recordings aren’t supported in Firefox.": [ |
1965 | 2029 | "Firefox no soporta grabar reuniones." |
1966 | 2030 | ], |
| 2031 | + "Meeting time is up": [ |
| 2032 | + "Se ha agotado el tiempo de la reunión" |
| 2033 | + ], |
1967 | 2034 | "Meeting unlocked. Participants can join again.": [ |
1968 | 2035 | "Reunión desbloqueada. Los participantes pueden unirse de nuevo." |
1969 | 2036 | ], |
|
1979 | 2046 | "Microphone effects": [ |
1980 | 2047 | "Efectos de micrófono" |
1981 | 2048 | ], |
| 2049 | + "Microphone permission denied": [ |
| 2050 | + "Permiso de micrófono denegado" |
| 2051 | + ], |
| 2052 | + "Mute microphone": [ |
| 2053 | + "Silenciar micrófono" |
| 2054 | + ], |
1982 | 2055 | "My meetings": [ |
1983 | 2056 | "Mis reuniones" |
1984 | 2057 | ], |
|
2159 | 2232 | "This meeting is password protected": [ |
2160 | 2233 | "Esta reunión está protegida con contraseña" |
2161 | 2234 | ], |
| 2235 | + "This meeting reached the time limit of a free plan. Upgrade to extend your meeting length in future calls.": [ |
| 2236 | + "Esta reunión ha alcanzado el límite de tiempo de un plan gratuito. Mejora tu plan para ampliar la duración de la reunión en próximas llamadas." |
| 2237 | + ], |
2162 | 2238 | "This meeting was opened in the ${ MEET_APP_NAME } desktop app.": [ |
2163 | 2239 | "Esta reunión se ha abierto en la aplicación de escritorio de ${ MEET_APP_NAME }." |
2164 | 2240 | ], |
|
2189 | 2265 | "Turn off camera": [ |
2190 | 2266 | "Apagar cámara" |
2191 | 2267 | ], |
2192 | | - "Turn off microphone": [ |
2193 | | - "Apagar el micrófono" |
2194 | | - ], |
2195 | 2268 | "Turn on camera": [ |
2196 | 2269 | "Encender cámara" |
2197 | 2270 | ], |
2198 | | - "Turn on microphone": [ |
2199 | | - "Activar micrófono" |
2200 | | - ], |
2201 | 2271 | "Unable to reconnect to the meeting. Please rejoin or leave.": [ |
2202 | 2272 | "No se ha podido retomar la conexión con la reunión. Vuelve a unirte o sal." |
2203 | 2273 | ], |
|
2207 | 2277 | "Unlock ${ unlimitedMeeting } and premium features": [ |
2208 | 2278 | "Desbloquea ${ unlimitedMeeting } y funciones prémium" |
2209 | 2279 | ], |
| 2280 | + "Unmute microphone": [ |
| 2281 | + "Activar micrófono" |
| 2282 | + ], |
2210 | 2283 | "Upgrade to record your meetings locally.": [ |
2211 | 2284 | "Mejora tu cuenta para grabar tus reuniones localmente." |
2212 | 2285 | ], |
|
2438 | 2511 | "Repeat event": [ |
2439 | 2512 | "Repetir evento" |
2440 | 2513 | ], |
| 2514 | + "Return to dashboard": [ |
| 2515 | + "Volver al panel principal" |
| 2516 | + ], |
2441 | 2517 | "Reveal password": [ |
2442 | 2518 | "Mostrar contraseña" |
2443 | 2519 | ], |
|
2754 | 2830 | "Verificación completada" |
2755 | 2831 | ] |
2756 | 2832 | }, |
| 2833 | + "Table header": { |
| 2834 | + "Actions": [ |
| 2835 | + "Acciones" |
| 2836 | + ], |
| 2837 | + "Name": [ |
| 2838 | + "Nombre" |
| 2839 | + ] |
| 2840 | + }, |
2757 | 2841 | "Title": { |
2758 | 2842 | "Account restricted": [ |
2759 | 2843 | "Cuenta restringida" |
|
2764 | 2848 | "Activity events": [ |
2765 | 2849 | "Eventos de actividad" |
2766 | 2850 | ], |
| 2851 | + "Allow camera ": [ |
| 2852 | + "Permitir cámara " |
| 2853 | + ], |
| 2854 | + "Allow camera and microphone": [ |
| 2855 | + "Permitir cámara y micrófono" |
| 2856 | + ], |
| 2857 | + "Allow microphone": [ |
| 2858 | + "Permitir micrófono" |
| 2859 | + ], |
2767 | 2860 | "Are you sure?": [ |
2768 | 2861 | "¿Estás seguro?" |
2769 | 2862 | ], |
|
2973 | 3066 | "Generate a new meeting link. The current link will stop working.": [ |
2974 | 3067 | "Generar un nuevo enlace de reunión. El enlace actual dejará de funcionar." |
2975 | 3068 | ], |
| 3069 | + "Instant AI assistance, human expert on hand!": [ |
| 3070 | + "Asistencia de IA al instante y un experto humano a tu disposición." |
| 3071 | + ], |
2976 | 3072 | "Recurring meeting": [ |
2977 | 3073 | "Reunión periódica" |
2978 | 3074 | ], |
|
0 commit comments