peertube-plugin-livechat/languages/es.json
John Livingston 9d18e401a7
Implements #153: Settings translations (#155)
Implementing a new translating system, so we can more easily translate
settings strings. Indeed, these strings are difficult to embed in
JSON format.

We still use JSON files for standard strings, but in addition we have
dedicated YAML files to translate settings strings.

There is a new build-languages.js script that merge all translations in JSON files.

Other modifications:
* Eslint: ignoring documentation and build scripts.
* french settings translations.
2023-02-15 11:54:48 +01:00

26 lines
1.2 KiB
JSON

{
"Open chat": "Abrir el chat",
"Open chat in a new window": "Abrir el chat en otra ventana",
"Close chat": "Cerrar el chat",
"Use chat": "Habilitar el chat",
"If enabled, there will be a chat next to the video.": "Activado, abre el chat junto al vídeo",
"Share chat link": "Compartir el enlace de esta sala de chat",
"Read-only": "Sólo lectura",
"Show the scrollbar": "Mostrar la barra de desplazamiento",
"Transparent background (for stream integration, with OBS for example)": "Fondo transparente (para la integración en directos, por ejemplo con OBS)",
"Tips for streamers: To add the chat to your OBS, generate a read-only link and use it as a browser source.": "Sugerencias para los streamers: para agregar el chat a su OBS, genere un enlace de «solo lectura» y utilícelo como «fuente o canal web».",
"Copy": "Copiar",
"Link copied": "Enlace copiado",
"Error": "Error",
"Open": "Abrir",
"Use current theme colors": "Utilizar los colores del tema actual",
"Generate an iframe to embed the chat in a website": false,
"Chat for live stream": false,
"Room name": false,
"Room description": false,
"Not found": false,
"Video": false,
"Channel": false,
"Last activity": false
}