Skip to content

Commit 2a23eea

Browse files
author
L10n bot
committed
i18n(meet): update translations from crowdin 45209b2806
1 parent c5d7f2c commit 2a23eea

12 files changed

Lines changed: 719 additions & 62 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"project": "fe-authenticator-desktop",
3-
"locale": "6111c70fce6917ed16ac1e4c34bc28864b4cabf4"
3+
"locale": "2eb124c7f75af31bcccb923ecc8860e6b0610493"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"project": "fe-meet",
3-
"locale": "b322c45d93dc7b2e358e9b0c789af322106aecfa"
3+
"locale": "45209b2806ddfc4e3580174dd970f2f0db11cc06"
44
}

applications/meet/locales/de_DE.json

Lines changed: 57 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"Done": [
102102
"Fertig"
103103
],
104+
"Download": [
105+
"Herunterladen"
106+
],
104107
"Download app": [
105108
"App herunterladen"
106109
],
@@ -1646,6 +1649,46 @@
16461649
"Sicherheitsschlüssel"
16471650
]
16481651
},
1652+
"file size format": {
1653+
"byte": [
1654+
"Byte",
1655+
"Bytes"
1656+
],
1657+
"GB": [
1658+
"GB"
1659+
],
1660+
"KB": [
1661+
"KB"
1662+
],
1663+
"MB": [
1664+
"MB"
1665+
],
1666+
"TB": [
1667+
"TB"
1668+
]
1669+
},
1670+
"file size format, long": {
1671+
"Byte": [
1672+
"Byte",
1673+
"Bytes"
1674+
],
1675+
"Gigabyte": [
1676+
"Gigabyte",
1677+
"Gigabytes"
1678+
],
1679+
"Kilobyte": [
1680+
"Kilobyte",
1681+
"Kilobytes"
1682+
],
1683+
"Megabyte": [
1684+
"Megabyte",
1685+
"Megabytes"
1686+
],
1687+
"Terabyte": [
1688+
"Terabyte",
1689+
"Terabyte"
1690+
]
1691+
},
16491692
"Font face option": {
16501693
"System default": [
16511694
"Systemstandard"
@@ -2046,6 +2089,9 @@
20462089
"Microphone permission denied": [
20472090
"Mikrofonzugriff verweigert"
20482091
],
2092+
"Mute microphone": [
2093+
"Mikrofon stummschalten"
2094+
],
20492095
"My meetings": [
20502096
"Meine Meetings"
20512097
],
@@ -2271,15 +2317,9 @@
22712317
"Turn off camera": [
22722318
"Kamera ausschalten"
22732319
],
2274-
"Turn off microphone": [
2275-
"Mikrofon ausschalten"
2276-
],
22772320
"Turn on camera": [
22782321
"Kamera aktivieren"
22792322
],
2280-
"Turn on microphone": [
2281-
"Mikrofon einschalten"
2282-
],
22832323
"Unable to reconnect to the meeting. Please rejoin or leave.": [
22842324
"Die Verbindung zum Meeting kann nicht wiederhergestellt werden. Bitte trete erneut bei oder verlasse das Meeting."
22852325
],
@@ -2289,6 +2329,9 @@
22892329
"Unlock ${ unlimitedMeeting } and premium features": [
22902330
"${ unlimitedMeeting } und Premium-Funktionen freischalten"
22912331
],
2332+
"Unmute microphone": [
2333+
"Stummschaltung aufheben"
2334+
],
22922335
"Upgrade to record your meetings locally.": [
22932336
"Upgraden, um deine Meetings lokal aufzuzeichnen."
22942337
],
@@ -2839,6 +2882,14 @@
28392882
"Verifizierung erfolgreich"
28402883
]
28412884
},
2885+
"Table header": {
2886+
"Actions": [
2887+
"Aktionen"
2888+
],
2889+
"Name": [
2890+
"Name"
2891+
]
2892+
},
28422893
"Title": {
28432894
"Account restricted": [
28442895
"Konto eingeschränkt"

applications/meet/locales/es_ES.json

Lines changed: 102 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"Done": [
102102
"Hecho"
103103
],
104+
"Download": [
105+
"Descargar"
106+
],
104107
"Download app": [
105108
"Descargar aplicación"
106109
],
@@ -266,6 +269,9 @@
266269
"Resend code": [
267270
"Reenviar código"
268271
],
272+
"Return to dashboard": [
273+
"Volver al panel principal"
274+
],
269275
"Room": [
270276
"Sala"
271277
],
@@ -1627,6 +1633,46 @@
16271633
"Clave de seguridad"
16281634
]
16291635
},
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+
},
16301676
"Font face option": {
16311677
"System default": [
16321678
"Valor por defecto del sistema"
@@ -1714,6 +1760,15 @@
17141760
"${ maxParticipants } participant limit reached": [
17151761
"Se ha alcanzado el límite de ${ maxParticipants } participantes"
17161762
],
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+
],
17171772
"${ 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.": [
17181773
"${ 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."
17191774
],
@@ -1769,6 +1824,9 @@
17691824
"camera": [
17701825
"cámara"
17711826
],
1827+
"Camera permission denied": [
1828+
"Sin acceso a la cámara"
1829+
],
17721830
"Chat with everyone": [
17731831
"Chatea con todos"
17741832
],
@@ -1862,6 +1920,9 @@
18621920
"Enter your own password (as trusted contact).": [
18631921
"Introduce tu propia contraseña (como contacto de confianza)."
18641922
],
1923+
"Everyone has been disconnected from the call.": [
1924+
"Se ha desconectado a todo el mundo de la llamada."
1925+
],
18651926
"Failed to update meeting name": [
18661927
"Error al actualizar el nombre de la reunión"
18671928
],
@@ -1937,6 +1998,9 @@
19371998
"Loading...": [
19381999
"Cargando..."
19392000
],
2001+
"Loading…": [
2002+
"Cargando…"
2003+
],
19402004
"Lower participant's hand": [
19412005
"Bajar la mano del participante"
19422006
],
@@ -1964,6 +2028,9 @@
19642028
"Meeting recordings aren’t supported in Firefox.": [
19652029
"Firefox no soporta grabar reuniones."
19662030
],
2031+
"Meeting time is up": [
2032+
"Se ha agotado el tiempo de la reunión"
2033+
],
19672034
"Meeting unlocked. Participants can join again.": [
19682035
"Reunión desbloqueada. Los participantes pueden unirse de nuevo."
19692036
],
@@ -1979,6 +2046,12 @@
19792046
"Microphone effects": [
19802047
"Efectos de micrófono"
19812048
],
2049+
"Microphone permission denied": [
2050+
"Permiso de micrófono denegado"
2051+
],
2052+
"Mute microphone": [
2053+
"Silenciar micrófono"
2054+
],
19822055
"My meetings": [
19832056
"Mis reuniones"
19842057
],
@@ -2159,6 +2232,9 @@
21592232
"This meeting is password protected": [
21602233
"Esta reunión está protegida con contraseña"
21612234
],
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+
],
21622238
"This meeting was opened in the ${ MEET_APP_NAME } desktop app.": [
21632239
"Esta reunión se ha abierto en la aplicación de escritorio de ${ MEET_APP_NAME }."
21642240
],
@@ -2189,15 +2265,9 @@
21892265
"Turn off camera": [
21902266
"Apagar cámara"
21912267
],
2192-
"Turn off microphone": [
2193-
"Apagar el micrófono"
2194-
],
21952268
"Turn on camera": [
21962269
"Encender cámara"
21972270
],
2198-
"Turn on microphone": [
2199-
"Activar micrófono"
2200-
],
22012271
"Unable to reconnect to the meeting. Please rejoin or leave.": [
22022272
"No se ha podido retomar la conexión con la reunión. Vuelve a unirte o sal."
22032273
],
@@ -2207,6 +2277,9 @@
22072277
"Unlock ${ unlimitedMeeting } and premium features": [
22082278
"Desbloquea ${ unlimitedMeeting } y funciones prémium"
22092279
],
2280+
"Unmute microphone": [
2281+
"Activar micrófono"
2282+
],
22102283
"Upgrade to record your meetings locally.": [
22112284
"Mejora tu cuenta para grabar tus reuniones localmente."
22122285
],
@@ -2438,6 +2511,9 @@
24382511
"Repeat event": [
24392512
"Repetir evento"
24402513
],
2514+
"Return to dashboard": [
2515+
"Volver al panel principal"
2516+
],
24412517
"Reveal password": [
24422518
"Mostrar contraseña"
24432519
],
@@ -2754,6 +2830,14 @@
27542830
"Verificación completada"
27552831
]
27562832
},
2833+
"Table header": {
2834+
"Actions": [
2835+
"Acciones"
2836+
],
2837+
"Name": [
2838+
"Nombre"
2839+
]
2840+
},
27572841
"Title": {
27582842
"Account restricted": [
27592843
"Cuenta restringida"
@@ -2764,6 +2848,15 @@
27642848
"Activity events": [
27652849
"Eventos de actividad"
27662850
],
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+
],
27672860
"Are you sure?": [
27682861
"¿Estás seguro?"
27692862
],
@@ -2973,6 +3066,9 @@
29733066
"Generate a new meeting link. The current link will stop working.": [
29743067
"Generar un nuevo enlace de reunión. El enlace actual dejará de funcionar."
29753068
],
3069+
"Instant AI assistance, human expert on hand!": [
3070+
"Asistencia de IA al instante y un experto humano a tu disposición."
3071+
],
29763072
"Recurring meeting": [
29773073
"Reunión periódica"
29783074
],

0 commit comments

Comments
 (0)