translate it

This commit is contained in:
2022-09-04 23:00:22 +02:00
parent deb4027400
commit 927428bd87
6 changed files with 30 additions and 25 deletions
+4 -5
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>по следам анонимного деда мороза</title>
<title>Second, grab more beer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/icons/favicon.ico" />
@@ -16,11 +16,10 @@
<div class="wrap-contact100">
<form id="q-form" class="contact100-form" validate-form>
<span class="contact100-form-title">
предлагаю поиграть, простая игра пинг-понг, вводи ключ и понеслась! первому месту в рейтинге открывается
скрытое знание.
let's play a bit, this is just a simple ping-pong game. should be easy to win, right? just put your key to begin.
</span>
<div class="wrap-input100 validate-input" data-validate="Нужен ключ">
<div class="wrap-input100 validate-input" data-validate="gimme your key">
<input class="input100" type="text" name="key" required>
</div>
@@ -29,7 +28,7 @@
<div class="contact100-form-bgbtn"></div>
<button class="contact100-form-btn" onclick="return playGame(this)">
<span>
поехали
let's go
</span>
</button>
</div>
+2 -2
View File
@@ -400,7 +400,7 @@ window.cancelRequestAnimFrame = (function () {
ctx.font = "20px Roboto, sans-serif";
ctx.textAlign = "center";
ctx.textBaseline = "middle";
ctx.fillText("Сохраняю результат...", W / 2, H / 2 + 25);
ctx.fillText("Saving...", W / 2, H / 2 + 25);
var key = sessionStorage.getItem("key");
@@ -412,7 +412,7 @@ window.cancelRequestAnimFrame = (function () {
.catch(function () { })
.then(function (approval) {
if (!approval) {
ctx.fillText("Не удалось сохранить с этим ключом", W / 2, H / 2 + 65);
ctx.fillText("Cannot save with this key", W / 2, H / 2 + 65);
return
}