Skip to content

Commit

Permalink
Updated spanish translation (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAVMN authored and hensm committed Aug 18, 2019
1 parent ac890cf commit 347ed58
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ Compatibility reports are always helpful. Use the "Compatibility Report" issue t

Missing strings:

* `es`
* `optionsMediaSyncElementDescription`
* `optionsReceiverSelectorCategoryName`
* `optionsReceiverSelectorCategoryDescription`
* `optionsReceiverSelectorType`
* `optionsReceiverSelectorTypeBrowser`
* `optionsReceiverSelectorTypeNative`
* `optionsReceiverSelectorWaitForConnection`
* `optionsReceiverSelectorWaitForConnectionDescription`
* `optionsReceiverSelectorCloseIfFocusLost`
* `optionsMirroringAppIdDescription`
* `nl`
* `popupMediaTypeApp`
* `popupMediaTypeTab`
Expand Down
40 changes: 40 additions & 0 deletions ext/src/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
"message": "Sincronizar estado del receptor con el contenido"
, "description": "Media casting sync checkbox label."
}
, "optionsMediaSyncElementDescription": {
"message": "Sincroniza el estado (minuto de reproducción, volumen, subtítulos, etc...) entre el contenido y el dispositivo receptor."
, "description": "Media casting sync option description."
}
, "optionsMediaStopOnUnload": {
"message": "Detener reproducción del receptor al cerrar la página"
, "description": "Media stop on unload checkbox label."
Expand All @@ -214,6 +218,38 @@
"message": "Puerto del servidor HTTP:"
, "description": "HTTP server port input label."
}
, "optionsReceiverSelectorCategoryName": {
"message": "Selector de receptor"
, "description": "Options page receiver selector category title."
}
, "optionsReceiverSelectorCategoryDescription": {
"message": "Interfaz de selección del dispositivo receptor."
, "description": "Options page receiver selector category description."
}
, "optionsReceiverSelectorType": {
"message": "Tipo:"
, "description": "Receiver selector type option label."
}
, "optionsReceiverSelectorTypeBrowser": {
"message": "Navegador"
, "description": "Receiver selector type browser radio option label."
}
, "optionsReceiverSelectorTypeNative": {
"message": "Nativo"
, "description": "Receiver selector type native radio option label."
}
, "optionsReceiverSelectorWaitForConnection": {
"message": "Esperar conexión"
, "description": "Receiver selector wait for connection option checkbox label."
}
, "optionsReceiverSelectorWaitForConnectionDescription": {
"message": "Mantiene el selector de receptor abierto hasta que la sesión sea establecida o falle la conexión."
, "description": "Receiver selector wait for connection option description."
}
, "optionsReceiverSelectorCloseIfFocusLost": {
"message": "Cerrar al perder el foco"
, "description": "Receiver selector close if focus lost option checkbox label."
}

, "optionsUserAgentWhitelistCategoryName": {
"message": "Lista blanca de agentes de usuario"
Expand Down Expand Up @@ -282,6 +318,10 @@
"message": "ID de aplicación receptora:"
, "description": "Mirroring app ID input label."
}
, "optionsMirroringAppIdDescription": {
"message": "ID de aplicación para una aplicación receptora de Chromecast registrada. Solo para uso avanzado. Debe ser compatible con la app predeterminada (véase el repositorio de GitHub)."
, "description": "Mirroring app ID option description."
}

, "optionsReset": {
"message": "Restaurar predeterminados"
Expand Down

0 comments on commit 347ed58

Please sign in to comment.