Skip to content

Commit

Permalink
Banner for Ultra Memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgrn committed Jan 5, 2025
1 parent 4b7c62e commit 5890c1d
Show file tree
Hide file tree
Showing 12 changed files with 149 additions and 46 deletions.
8 changes: 8 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,3 +699,11 @@ img.screenshot {
text-align: left;
display: none;
}

.linked-banner {
cursor: pointer;
}

.linked-banner:hover {
background-color: #c5e6f6;
}
5 changes: 5 additions & 0 deletions lib/pairs_one_web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
</div>
<div class="col-sm-6"><h2><%= gettext "Concentration game: multiplayer and registration-free" %></h2></div>
</div>
<a href="https://t.me/ultramemorybot">
<p class="linked-banner alert alert-info" style="margin-top: 20px; font-size: 1.6rem;" role="alert">
🚀 <%= gettext "Discover the all-new, improved Memory game you can play right on Telegram!" %>
</p>
</a>
<h3><%= gettext "Unload your mind while improving your memory" %></h3>
</header>
<% end %>
Expand Down
17 changes: 13 additions & 4 deletions priv/gettext/de/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,31 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Spielen Sie Memory/Concentration mit Freunden online ohne Registrierung"

#: lib/pairs_one_web/templates/layout/app.html.eex:68
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Quellcode"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:42
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Concentration: Multiplayer und ohne Registrierung"

#: lib/pairs_one_web/templates/layout/app.html.eex:44
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Entladen Sie Ihren Geist und verbessern Sie gleichzeitig Ihr Gedächtnis"

#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Helfen Sie uns bei der Übersetzung"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Entdecken Sie das brandneue, verbesserte Memory, das Sie direkt auf Telegram spielen können!"
17 changes: 13 additions & 4 deletions priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,31 @@ msgstr ""
"Language: INSERT LANGUAGE HERE\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:68
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:42
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:44
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr ""
19 changes: 14 additions & 5 deletions priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,31 @@ msgstr ""
"Language: en\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:69
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:43
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:45
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:73
#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr ""

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr ""
17 changes: 13 additions & 4 deletions priv/gettext/es/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,31 @@ msgstr ""
"X-Generator: Poedit 2.4.1\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Juega Memory/Concentration con amigos online sin necesidad de registrarte"

#: lib/pairs_one_web/templates/layout/app.html.eex:68
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Código fuente"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:42
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Juego de Concentration: multijugador y sin registro"

#: lib/pairs_one_web/templates/layout/app.html.eex:44
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Descarga tu mente mientras mejoras tu memoria"

#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Ayuda con la traducción"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "¡Descubre el nuevo y mejorado Memory que puedes jugar directamente en Telegram!"
19 changes: 14 additions & 5 deletions priv/gettext/fr/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,31 @@ msgstr ""
"Language: fr\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Jouer à PairsOne/Concentration avec des amis par Internet sans s'enregistrer"

#: lib/pairs_one_web/templates/layout/app.html.eex:69
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Code source"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:43
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Jeu de Memory multijoueur sans enregistrement"

#: lib/pairs_one_web/templates/layout/app.html.eex:45
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Libérez votre esprit en améliorant votre mémoire"

#: lib/pairs_one_web/templates/layout/app.html.eex:73
#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Aider à traduire le jeu"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Découvrez Memory tout neuf et amélioré que vous pouvez jouer directement sur Telegram!"
19 changes: 14 additions & 5 deletions priv/gettext/it/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,31 @@ msgstr ""
"Language: it\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Gioca a giochi di memoria con gli amici su Internet senza registrazione"

#: lib/pairs_one_web/templates/layout/app.html.eex:69
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Codice sorgente"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:43
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Gioco di memoria: multiplayer e senza registrazione"

#: lib/pairs_one_web/templates/layout/app.html.eex:45
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Scarica la tua mente migliorando la tua memoria"

#: lib/pairs_one_web/templates/layout/app.html.eex:73
#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Aiuto con la traduzione"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Scopri il nuovo e migliorato Memory che puoi giocare direttamente su Telegram!"
17 changes: 13 additions & 4 deletions priv/gettext/pl/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,31 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Graj w grę pamięciową/koncentracyjną ze znajomymi przez Internet bez rejestracji"

#: lib/pairs_one_web/templates/layout/app.html.eex:68
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Kod źródłowy"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:42
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Gra koncentracyjna: dla wielu graczy i bez rejestracji"

#: lib/pairs_one_web/templates/layout/app.html.eex:44
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Odciąż swój umysł, poprawiając jednocześnie pamięć"

#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Pomoc w tłumaczeniu"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Odkryj zupełnie nową, ulepszoną Memory, którą możesz grać bezpośrednio na Telegramie!"
19 changes: 14 additions & 5 deletions priv/gettext/pt/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,31 @@ msgstr ""
"Language: pt\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Divirta-se com o jogo da memória com seus amigos através da Internet sem registrar conta"

#: lib/pairs_one_web/templates/layout/app.html.eex:69
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Código fonte"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:43
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Jogo da memória: multiplayer e sem registro"

#: lib/pairs_one_web/templates/layout/app.html.eex:45
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Descarregue sua mente enquanto melhora sua memória"

#: lib/pairs_one_web/templates/layout/app.html.eex:73
#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Ajude com a tradução"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Descubra o novo e melhorado Memory que você pode jogar diretamente no Telegram!"
19 changes: 14 additions & 5 deletions priv/gettext/ru/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,31 @@ msgstr ""
"Language: ru\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Играй в Мемори с друзьями онлайн без регистрации"

#: lib/pairs_one_web/templates/layout/app.html.eex:69
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Исходный код"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:43
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Мультиплеерная игра Мемори без регистрации"

#: lib/pairs_one_web/templates/layout/app.html.eex:45
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Разгрузи мозг, улучшая память"

#: lib/pairs_one_web/templates/layout/app.html.eex:73
#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Помочь с переводом"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Откройте для себя новую и улучшенную игру Мемори, которую можно играть прямо в Telegram!"
19 changes: 14 additions & 5 deletions priv/gettext/uk/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,31 @@ msgstr ""
"Language: uk\n"

#: lib/pairs_one_web/templates/layout/app.html.eex:7
#, elixir-autogen
msgid "Play memory/concentration game with friends over the Internet without registration"
msgstr "Грай в Меморі з друзями через Інтернет без реєстрації"

#: lib/pairs_one_web/templates/layout/app.html.eex:69
#: lib/pairs_one_web/templates/layout/app.html.eex:75
#, elixir-autogen
msgid "Source code"
msgstr "Вихідний код"

#: lib/pairs_one_web/templates/layout/app.html.eex:10
#: lib/pairs_one_web/templates/layout/app.html.eex:43
#: lib/pairs_one_web/templates/layout/app.html.eex:11
#: lib/pairs_one_web/templates/layout/app.html.eex:46
#, elixir-autogen
msgid "Concentration game: multiplayer and registration-free"
msgstr "Мультиплеєрна Меморі гра без реєстрації"

#: lib/pairs_one_web/templates/layout/app.html.eex:45
#: lib/pairs_one_web/templates/layout/app.html.eex:53
#, elixir-autogen
msgid "Unload your mind while improving your memory"
msgstr "Розвантаж свій розум, покращуючи пам'ять"

#: lib/pairs_one_web/templates/layout/app.html.eex:73
#: lib/pairs_one_web/templates/layout/app.html.eex:72
msgid "Help with translation"
msgstr "Допомогти з перекладом"

#: lib/pairs_one_web/templates/layout/app.html.eex:50
#, elixir-autogen, elixir-format
msgid "Discover the all-new, improved Memory game you can play right on Telegram!"
msgstr "Відкрийте для себе абсолютно новий, вдосконалений варіант Memory, в яку можна грати прямо в Telegram!"

0 comments on commit 5890c1d

Please sign in to comment.