mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +00:00
Add missing translations from captcha.ecr
This commit is contained in:
parent
d53543a757
commit
05c4806873
@ -54,6 +54,7 @@
|
|||||||
"User ID": "User ID",
|
"User ID": "User ID",
|
||||||
"Password": "Password",
|
"Password": "Password",
|
||||||
"Time (h:mm:ss):": "Time (h:mm:ss):",
|
"Time (h:mm:ss):": "Time (h:mm:ss):",
|
||||||
|
"text_captcha_form_placeholder_text": "Answer",
|
||||||
"captcha_verification_page_title": "Human Verification",
|
"captcha_verification_page_title": "Human Verification",
|
||||||
"Text CAPTCHA": "Text CAPTCHA",
|
"Text CAPTCHA": "Text CAPTCHA",
|
||||||
"Image CAPTCHA": "Image CAPTCHA",
|
"Image CAPTCHA": "Image CAPTCHA",
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<input type="hidden" name="captcha_type" value="text">
|
<input type="hidden" name="captcha_type" value="text">
|
||||||
<label for="answer"><%= captcha[:question] %></label>
|
<label for="answer"><%= captcha[:question] %></label>
|
||||||
<input type="text" name="answer" type="text" placeholder="<%= translate(locale, "Answer") %>">
|
<input type="text" name="answer" type="text" placeholder="<%= translate(locale, "text_captcha_form_placeholder_text") %>">
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<button type="submit" name="action" value="signup" class="pure-button pure-button-primary">
|
<button type="submit" name="action" value="signup" class="pure-button pure-button-primary">
|
||||||
|
Loading…
Reference in New Issue
Block a user