mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-23 15:21:56 +00:00
chore: add 'Change Backend' text to locale
This commit is contained in:
@@ -549,5 +549,6 @@
|
|||||||
"error_transcripts_none_available": "No transcripts are available",
|
"error_transcripts_none_available": "No transcripts are available",
|
||||||
"transcript_widget_title": "Transcript",
|
"transcript_widget_title": "Transcript",
|
||||||
"transcript_widget_no_js_change_transcript_btn": "Swap",
|
"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:"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -536,5 +536,6 @@
|
|||||||
"backend_unavailable": "El backend seleccionado no está disponible. Has sido redireccionado al siguiente",
|
"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_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_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:"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
companion_switched = env.get?("companion_switched")
|
companion_switched = env.get?("companion_switched")
|
||||||
%>
|
%>
|
||||||
<div class="h-box" style="margin-bottom: 10px;">
|
<div class="h-box" style="margin-bottom: 10px;">
|
||||||
<b>Switch Backend:</b>
|
<b><%= translate(locale, "companion_switch_backend") %></b>
|
||||||
<% if domain %>
|
<% if domain %>
|
||||||
<% CONFIG.invidious_companion.each_with_index do | companion, index | %>
|
<% CONFIG.invidious_companion.each_with_index do | companion, index | %>
|
||||||
<% next if companion.community && !preferences.show_community_backends %>
|
<% next if companion.community && !preferences.show_community_backends %>
|
||||||
|
|||||||
Reference in New Issue
Block a user