Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spanish translation #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion loc/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@
"title": "Chat de Voz Mumble",
"connect": "Unirse a la conferencia"
},
"toolbar": {
"orientation": "Alternar orientación",
"connect": "Conexión",
"information": "Información",
"mute": "Enmudecer",
"unmute": "Hablar",
"deaf": "Ensordecer",
"undeaf": "Escuchar",
"record": "Grabar",
"comment": "Comentar",
"settings": "Ajustes",
"sourcecode": "Abrir Código Fuente"
},
"usercontextmenu": {
"mute": "Enmudecer",
"deafen": "Ensordecer",
Expand Down Expand Up @@ -66,6 +79,7 @@
"connecting": "Conectando al servidor",
"connected": "¡Conectado!",
"connection_error": "Error en la conexión:",
"connection_fallback_mode": "El servidor no soporta WebRTC, reconectando en modo fallback...",
"unknown_voice_mode": "Modo de voz desconocido:",
"mic_init_error": "No se pudieron inicializar los medios. El micrófono no funcionará:"
},
Expand All @@ -74,4 +88,3 @@
"user_message_placeholder": "Escribe un mensaje al usuario '%1'"
}
}