mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Update translations for the user cards
This commit is contained in:
parent
14078fdabd
commit
7f415bd65a
@ -169,7 +169,7 @@
|
||||
|
||||
<div id="recaptchamodal" class="modal">
|
||||
<div class="modal-content">
|
||||
<h4 class="center-align">Just one more step...</h4>
|
||||
<h4 class="center-align">{{ _("Just one more step...") }}</h4>
|
||||
<div id="google-recaptcha" class="g-recaptcha" data-sitekey="{{ recaptcha_site_key }}" data-callback="submit_unauthenticated_captcha"></div>
|
||||
<input type="hidden" id="submit-unauthenticated-captcha-btn" />
|
||||
</div>
|
||||
@ -181,19 +181,19 @@
|
||||
<div class="col s12 m2">
|
||||
<img class="circle avatar" src="">
|
||||
<br>
|
||||
<a class="waves-effect waves-light btn" id="usercard-mention-btn">Mention</a>
|
||||
<a class="waves-effect waves-light btn" id="usercard-mention-btn">{{ _("Mention") }}</a>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<h4 class="identity"><span class="username"></span><span class="hash">#</span><span class="discriminator"></span></h4> <span class="bottag">BOT</span>
|
||||
<div class="badges">
|
||||
<a class="administrator tooltipped" data-tooltip="TitanEmbeds Administrator" data-position="top" href="https://titanembeds.com/" target="_blank"><i class="material-icons">gavel</i></a>
|
||||
<a class="partner tooltipped" data-tooltip="TitanEmbeds Partner" data-position="top" href="https://titanembeds.com/about" target="_blank"><i class="material-icons">person_pin</i></a>
|
||||
<a class="supporter tooltipped" data-tooltip="TitanEmbeds Supporter" data-position="top" href="https://titanembeds.com/user/donate" target="_blank"><i class="material-icons">attach_money</i></a>
|
||||
<a class="star tooltipped" data-tooltip="GitHub Stargazer" data-position="top" href="https://github.com/TitanEmbeds/Titan" target="_blank"><i class="material-icons">star</i></a>
|
||||
<a class="administrator tooltipped" data-tooltip="{{ _("TitanEmbeds Administrator") }}" data-position="top" href="https://titanembeds.com/" target="_blank"><i class="material-icons">gavel</i></a>
|
||||
<a class="partner tooltipped" data-tooltip="{{ _("TitanEmbeds Partner") }}" data-position="top" href="https://titanembeds.com/about" target="_blank"><i class="material-icons">person_pin</i></a>
|
||||
<a class="supporter tooltipped" data-tooltip="{{ _("TitanEmbeds Supporter") }}" data-position="top" href="https://titanembeds.com/user/donate" target="_blank"><i class="material-icons">attach_money</i></a>
|
||||
<a class="star tooltipped" data-tooltip="{{ _("GitHub Stargazer") }}" data-position="top" href="https://github.com/TitanEmbeds/Titan" target="_blank"><i class="material-icons">star</i></a>
|
||||
</div>
|
||||
<p class="offline-text">User is OFFLINE in Discord.</p>
|
||||
<p class="game">Playing <span class="text"></span></p>
|
||||
<p class="role">Roles: <span class="roles"></span></p>
|
||||
<p class="offline-text">{{ _("User is offline in Discord.") }}</p>
|
||||
<p class="game">{{ _("Playing") }} <span class="text"></span></p>
|
||||
<p class="role">{{ _("Roles") }}: <span class="roles"></span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-11-17 15:40-0500\n"
|
||||
"Last-Translator: Victor Fisker (victorfrb)\n"
|
||||
"Language: da\n"
|
||||
"Language-Team: Danish\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: da\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Du vil blive inviteret til denne server."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Selvfølgelig, har du også mulighed for at logge ind, ved at vælge et midlertidligt brugernavn for din aktuelle browsersession."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Selvfølgelig, har du også mulighed for at logge ind, ved at vælge et "
|
||||
"midlertidligt brugernavn for din aktuelle browsersession."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Nævninger"
|
||||
msgid "Nothing"
|
||||
msgstr "Intet"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Server Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Log på, for at sende en besked."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Log Ind"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 07:43-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: de\n"
|
||||
"Language-Team: German\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: de\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Sie werden auf diesen Server eingeladen."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Sie können sich auch anmelden, indem Sie einen temporären Benutzernamen für Ihre aktuelle Browsersitzung auswählen."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Sie können sich auch anmelden, indem Sie einen temporären Benutzernamen "
|
||||
"für Ihre aktuelle Browsersitzung auswählen."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Erwähnungen"
|
||||
msgid "Nothing"
|
||||
msgstr "Unwichtigkeit"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Server-Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Bitte loggen Sie sich ein, eine Nachricht zu posten."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-11-26 21:30-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: es_ES\n"
|
||||
"Language-Team: Spanish\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: es-ES\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Será invitado a este servidor."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Por supuesto, también tienes la opción de iniciar sesión escogiendo un nombre de usuario temporal para tu sesión de navegación actual."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Por supuesto, también tienes la opción de iniciar sesión escogiendo un "
|
||||
"nombre de usuario temporal para tu sesión de navegación actual."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Menciones"
|
||||
msgid "Nothing"
|
||||
msgstr "Nada"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Emoji del servidor"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Por favor inicie sesión para publicar un mensaje."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Iniciar sesión"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 07:43-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: fr\n"
|
||||
"Language-Team: French\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: fr\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Vous serez invité sur ce serveur."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Bien sûr, vous avez aussi la possibilité de vous connecter en choisissant un nom d'utilisateur temporaire pour cette session."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Bien sûr, vous avez aussi la possibilité de vous connecter en choisissant"
|
||||
" un nom d'utilisateur temporaire pour cette session."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Mentions"
|
||||
msgid "Nothing"
|
||||
msgstr "Rien"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Émojis du serveur"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Connectez-vous pour poster un message."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Connexion"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 07:43-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"Plural-Forms: nplurals=1; plural=0\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: id\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Kamu akan diundang ke server ini."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Tentu saja, kamu juga memiliki pilihan untuk masuk menggunakan nama sementara untuk sesi menelusuri kamu saat ini."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Tentu saja, kamu juga memiliki pilihan untuk masuk menggunakan nama "
|
||||
"sementara untuk sesi menelusuri kamu saat ini."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Menyebutkan"
|
||||
msgid "Nothing"
|
||||
msgstr "Tidak ada"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Server Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Silakan masuk untuk mengeposkan pesan."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Masuk"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-11-17 15:40-0500\n"
|
||||
"Last-Translator: justdotJS\n"
|
||||
"Language: it\n"
|
||||
"Language-Team: Italian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: it\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Sarai invitato a questo server."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Naturalmente, hai anche l'opzione per effettuare il login con la scelta di un nome utente temporaneo per la sessione corrente."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Naturalmente, hai anche l'opzione per effettuare il login con la scelta "
|
||||
"di un nome utente temporaneo per la sessione corrente."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Menzioni"
|
||||
msgid "Nothing"
|
||||
msgstr "Niente"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Server Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Effettua il login per inviare un messaggio."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-11-17 15:40-0500\n"
|
||||
"Last-Translator: jelle619\n"
|
||||
"Language: nl\n"
|
||||
"Language-Team: Dutch\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: nl\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Je zult lid worden van deze server."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Uiteraard heb je ook de optie om in te loggen door een tijdelijke gebruikersnaam voor je huidige browsersessie te kiezen."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Uiteraard heb je ook de optie om in te loggen door een tijdelijke "
|
||||
"gebruikersnaam voor je huidige browsersessie te kiezen."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Vermeldingen"
|
||||
msgid "Nothing"
|
||||
msgstr "Niets"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Server Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Log alstublieft in om een bericht te plaatsen."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Log in"
|
||||
|
||||
|
@ -1,21 +1,19 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 16:30-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: pl\n"
|
||||
"Language-Team: Polish\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
|
||||
"(n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: pl\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +92,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Będziesz zaproszony do serwera."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Oczywiście, możesz się zalogować jako gość używając konta, które zostanie usunięte po wyłączeniu twojej przeglądarki."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Oczywiście, możesz się zalogować jako gość używając konta, które zostanie"
|
||||
" usunięte po wyłączeniu twojej przeglądarki."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +139,51 @@ msgstr "Na wspomnienia ciebie"
|
||||
msgid "Nothing"
|
||||
msgstr "Wyłączony"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Emoji serwera"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Zaloguj się aby wysłać wiadomość."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Zaloguj się"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 07:43-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: pt_PT\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: pt-PT\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Você será convidado para este servidor."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Claro, você também tem a opção de logon escolhendo um nome de usuário temporário para sua sessão de navegação atual."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Claro, você também tem a opção de logon escolhendo um nome de usuário "
|
||||
"temporário para sua sessão de navegação atual."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -111,7 +112,9 @@ msgstr "Somente contas de convidados"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:129
|
||||
msgid "Change your username (Hit ENTER/RETURN key to confirm)"
|
||||
msgstr "Mudar seu nome de usuário (pressione a tecla ENTRAR/ RETORNAN para confirmar)"
|
||||
msgstr ""
|
||||
"Mudar seu nome de usuário (pressione a tecla ENTRAR/ RETORNAN para "
|
||||
"confirmar)"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:133
|
||||
msgid "Theme"
|
||||
@ -137,15 +140,51 @@ msgstr "Menções"
|
||||
msgid "Nothing"
|
||||
msgstr "Nada"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Servidor Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Faça o login para postar uma mensagem."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
|
@ -1,21 +1,19 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 07:43-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: sr\n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: sr\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: sr_SP\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +92,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Бићеш позван на овај сервер."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Наравно, можеш да се пријавиш са привременим корисничким именом само за тренутну сесију."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Наравно, можеш да се пријавиш са привременим корисничким именом само за "
|
||||
"тренутну сесију."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +139,51 @@ msgstr "Помињања"
|
||||
msgid "Nothing"
|
||||
msgstr "Ништа"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Емоџи сервера"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Пријави се да би послао поруку."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Пријава"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-12-12 07:43-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: sv_SE\n"
|
||||
"Language-Team: Swedish\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: sv-SE\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Du kommer att bjudas in till denna server."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Naturligtvis har du också möjlighet att logga in genom att använda ett tillfälligt användarnamn för den aktuella sessionen."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Naturligtvis har du också möjlighet att logga in genom att använda ett "
|
||||
"tillfälligt användarnamn för den aktuella sessionen."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "Nämningar"
|
||||
msgid "Nothing"
|
||||
msgstr "Ingenting"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Server Emoji"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Logga in för att skriva ett meddelande."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Logga in"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-11-25 21:07-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: th\n"
|
||||
"Language-Team: Thai\n"
|
||||
"Plural-Forms: nplurals=1; plural=0\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: th\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: th_TH\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "คุณจะถูกเชิญไปยังเซิร์ฟเวอร์นี้"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "แน่นอน... คุณสามารถเลือกที่จะเข้าสู่ระบบด้วยชื่อเล่นชั่วคราวสำหรับแท็บบราวเซอร์ปัจจุบันได้"
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"แน่นอน... "
|
||||
"คุณสามารถเลือกที่จะเข้าสู่ระบบด้วยชื่อเล่นชั่วคราวสำหรับแท็บบราวเซอร์ปัจจุบันได้"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -137,15 +138,51 @@ msgstr "กล่าวถึง"
|
||||
msgid "Nothing"
|
||||
msgstr "ไม่มีอะไร"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "อีโมจิของเซิร์ฟเวอร์"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "โปรดเข้าสู่ระบบก่อนโพสต์ข้อความ"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "เข้าสู่ระบบ"
|
||||
|
||||
|
@ -1,21 +1,18 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: titanembeds\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-11-15 05:32+0000\n"
|
||||
"POT-Creation-Date: 2017-12-12 23:34+0000\n"
|
||||
"PO-Revision-Date: 2017-11-26 21:30-0500\n"
|
||||
"Last-Translator: EndenDragon <jeremyzhang5000@gmail.com>\n"
|
||||
"Language: tr\n"
|
||||
"Language-Team: Turkish\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.3.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: titanembeds\n"
|
||||
"X-Crowdin-Language: tr\n"
|
||||
"X-Crowdin-File: messages.pot\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: titanembeds/blueprints/embed/embed.py:14
|
||||
msgid "Let's get to know each other! My name is Titan, what's yours?"
|
||||
@ -94,8 +91,12 @@ msgid "You will be invited into this server."
|
||||
msgstr "Bu sunucuya davet edileceksin."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:110
|
||||
msgid "Of course, you also have the option to login by picking a temporary username for your current browsing session."
|
||||
msgstr "Elbette, mevcut tarama oturumunuz için geçici bir kullanıcı adı seçerek de giriş yapma seçeneğiniz vardır."
|
||||
msgid ""
|
||||
"Of course, you also have the option to login by picking a temporary "
|
||||
"username for your current browsing session."
|
||||
msgstr ""
|
||||
"Elbette, mevcut tarama oturumunuz için geçici bir kullanıcı adı seçerek "
|
||||
"de giriş yapma seçeneğiniz vardır."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:112
|
||||
msgid "Username (Hit ENTER/RETURN key to confirm)"
|
||||
@ -111,7 +112,9 @@ msgstr "Sadece Misafir Hesaplar"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:129
|
||||
msgid "Change your username (Hit ENTER/RETURN key to confirm)"
|
||||
msgstr "Kullanıcı adınızı değiştirin (Onaylamak için ENTER / RETURN tuşuna basınız)"
|
||||
msgstr ""
|
||||
"Kullanıcı adınızı değiştirin (Onaylamak için ENTER / RETURN tuşuna "
|
||||
"basınız)"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:133
|
||||
msgid "Theme"
|
||||
@ -137,15 +140,51 @@ msgstr "Bahsedenler"
|
||||
msgid "Nothing"
|
||||
msgstr "Hicbir sey"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:178
|
||||
#: titanembeds/templates/embed.html.j2:172
|
||||
msgid "Just one more step..."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:184
|
||||
msgid "Mention"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:189
|
||||
msgid "TitanEmbeds Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:190
|
||||
msgid "TitanEmbeds Partner"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:191
|
||||
msgid "TitanEmbeds Supporter"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:192
|
||||
msgid "GitHub Stargazer"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:194
|
||||
msgid "User is offline in Discord."
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:196
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:205
|
||||
msgid "Server Emoji"
|
||||
msgstr "Sunucu Emojisi"
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Please login to post a message."
|
||||
msgstr "Mesaj gondermek icin giris yapiniz."
|
||||
|
||||
#: titanembeds/templates/embed.html.j2:195
|
||||
#: titanembeds/templates/embed.html.j2:222
|
||||
msgid "Login"
|
||||
msgstr "Giris yap"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user