diff --git a/locales/en-US.json b/locales/en-US.json index f03bf9fc..5fc5a035 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -549,5 +549,6 @@ "error_transcripts_none_available": "No transcripts are available", "transcript_widget_title": "Transcript", "transcript_widget_no_js_change_transcript_btn": "Swap", - "dmca_content": "This video cannot be downloaded on this instance due to a DMCA/copyright infringement letter sent to the instance administrator." + "dmca_content": "This video cannot be downloaded on this instance due to a DMCA/copyright infringement letter sent to the instance administrator.", + "companion_switch_backend": "Switch backend:" } diff --git a/locales/es.json b/locales/es.json index 9a3dfe29..b347ca4f 100644 --- a/locales/es.json +++ b/locales/es.json @@ -536,5 +536,6 @@ "backend_unavailable": "El backend seleccionado no está disponible. Has sido redireccionado al siguiente", "timeline_parse_error_show_technical_details": "Enseñar detalles técnicos", "timeline_parse_error_placeholder_message": "Invidious ha encontrado un error al tratar de procesar este elemento. Para más información ver abajo:", - "timeline_parse_error_placeholder_heading": "Imposible procesar este elemento" + "timeline_parse_error_placeholder_heading": "Imposible procesar este elemento", + "companion_switch_backend": "Cambiar de backend:" } diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 71bbf37c..e1bac53d 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -116,7 +116,7 @@ companion_switched = env.get?("companion_switched") %>
- Switch Backend: + <%= translate(locale, "companion_switch_backend") %> <% if domain %> <% CONFIG.invidious_companion.each_with_index do | companion, index | %> <% next if companion.community && !preferences.show_community_backends %>