mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 11:47:28 +01:00
parent
3ad003140f
commit
d9a6127c35
@ -59,16 +59,16 @@ def callback(oauth_token):
|
|||||||
if userByGithub is None:
|
if userByGithub is None:
|
||||||
current_user.github_username = username
|
current_user.github_username = username
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
flash(gettext("Linked github to account"), "success")
|
flash(gettext("Linked GitHub to account"), "success")
|
||||||
return redirect(url_for("homepage.home"))
|
return redirect(url_for("homepage.home"))
|
||||||
else:
|
else:
|
||||||
flash(gettext("Github account is already associated with another user"), "danger")
|
flash(gettext("GitHub account is already associated with another user"), "danger")
|
||||||
return redirect(url_for("homepage.home"))
|
return redirect(url_for("homepage.home"))
|
||||||
|
|
||||||
# If not logged in, log in
|
# If not logged in, log in
|
||||||
else:
|
else:
|
||||||
if userByGithub is None:
|
if userByGithub is None:
|
||||||
flash(gettext("Unable to find an account for that Github user"), "danger")
|
flash(gettext("Unable to find an account for that GitHub user"), "danger")
|
||||||
return redirect(url_for("users.claim_forums"))
|
return redirect(url_for("users.claim_forums"))
|
||||||
|
|
||||||
ret = login_user_set_active(userByGithub, remember=True)
|
ret = login_user_set_active(userByGithub, remember=True)
|
||||||
|
@ -44,7 +44,7 @@ def checkForumAccount(username, forceNoSave=False):
|
|||||||
# Get github username
|
# Get github username
|
||||||
github_username = profile.get("github")
|
github_username = profile.get("github")
|
||||||
if github_username is not None and github_username.strip() != "":
|
if github_username is not None and github_username.strip() != "":
|
||||||
print("Updated github username for " + user.display_name + " to " + github_username)
|
print("Updated GitHub username for " + user.display_name + " to " + github_username)
|
||||||
user.github_username = github_username
|
user.github_username = github_username
|
||||||
needsSaving = True
|
needsSaving = True
|
||||||
|
|
||||||
|
@ -52,9 +52,8 @@
|
|||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
{{ _("Javascript is needed to improve the user interface, and is needed for features
|
{{ _("JavaScript is needed to improve the user interface, and is needed for features
|
||||||
such as finding metadata from git, and autocompletion.") }}<br />
|
such as finding metadata from git, and autocompletion.") }}
|
||||||
{{ _("Whilst disabled Javascript may work, it is not officially supported.") }}
|
|
||||||
</div>
|
</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-20 00:48+0000\n"
|
"PO-Revision-Date: 2022-01-20 00:48+0000\n"
|
||||||
"Last-Translator: Wuzzy <almikes@aol.com>\n"
|
"Last-Translator: Wuzzy <almikes@aol.com>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@ -57,15 +57,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr "Autorisierung fehlgeschlagen [err=gh-oauth-login-failed]"
|
msgstr "Autorisierung fehlgeschlagen [err=gh-oauth-login-failed]"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
#, fuzzy
|
||||||
|
msgid "Linked GitHub to account"
|
||||||
msgstr "Github wurde mit dem Konto verknüpft"
|
msgstr "Github wurde mit dem Konto verknüpft"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "Das Github-Konto ist bereits mit einem anderen Benutzer verknüpft"
|
msgstr "Das Github-Konto ist bereits mit einem anderen Benutzer verknüpft"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Nicht möglich, ein Konto für diesen Github-Benutzer zu finden"
|
msgstr "Nicht möglich, ein Konto für diesen Github-Benutzer zu finden"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -143,7 +146,7 @@ msgstr "Name (Technisch)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr "Nur Kleinbuchstaben (a-z), Ziffern (0-9) und Unterstriche (_)"
|
msgstr "Nur Kleinbuchstaben (a-z), Ziffern (0-9) und Unterstriche (_)"
|
||||||
|
|
||||||
@ -1821,8 +1824,9 @@ msgstr ""
|
|||||||
"Details automatisch zu aktualisieren."
|
"Details automatisch zu aktualisieren."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1831,22 +1835,16 @@ msgstr ""
|
|||||||
"\t\t\twie das Auffinden von Metadaten aus Git und die automatische "
|
"\t\t\twie das Auffinden von Metadaten aus Git und die automatische "
|
||||||
"Vervollständigung."
|
"Vervollständigung."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
"Deaktiviertes Javascript kann zwar funktionieren, wird aber nicht "
|
|
||||||
"offiziell unterstützt."
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr "Paket"
|
msgstr "Paket"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr "Bitte eröffnen Sie ein Thema, um eine Namensänderung zu beantragen"
|
msgstr "Bitte eröffnen Sie ein Thema, um eine Namensänderung zu beantragen"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
@ -1854,17 +1852,17 @@ msgstr ""
|
|||||||
"Bitte wählen Sie „In Arbeit“, wenn Ihr Paket instabil ist und nicht für "
|
"Bitte wählen Sie „In Arbeit“, wenn Ihr Paket instabil ist und nicht für "
|
||||||
"alle Spieler empfohlen werden sollte"
|
"alle Spieler empfohlen werden sollte"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Setzen Sie die Medienlizenz auf die gleiche Lizenz wie die normale "
|
"Setzen Sie die Medienlizenz auf die gleiche Lizenz wie die normale "
|
||||||
"Lizenz, sofern keine Medien vorhanden sind."
|
"Lizenz, sofern keine Medien vorhanden sind."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr "Repository und Links"
|
msgstr "Repository und Links"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
@ -1874,25 +1872,25 @@ msgstr ""
|
|||||||
"\t\t\t\tWenn das Reposiory Git benutzt, werden die Metadaten automatisch "
|
"\t\t\t\tWenn das Reposiory Git benutzt, werden die Metadaten automatisch "
|
||||||
"importiert."
|
"importiert."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lassen Sie das Feld leer, wenn Sie kein Repo haben. Klicken Sie auf "
|
"Lassen Sie das Feld leer, wenn Sie kein Repo haben. Klicken Sie auf "
|
||||||
"Überspringen, wenn der Import fehlschlägt."
|
"Überspringen, wenn der Import fehlschlägt."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr "Weiter (Autoimport)"
|
msgstr "Weiter (Autoimport)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr "Autoimport überspringen"
|
msgstr "Autoimport überspringen"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr "Importieren … (Dies kann eine Weile dauern)"
|
msgstr "Importieren … (Dies kann eine Weile dauern)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr "Tipp: Fügen Sie die URL eines Forumthemas ein"
|
msgstr "Tipp: Fügen Sie die URL eines Forumthemas ein"
|
||||||
|
|
||||||
@ -3370,3 +3368,9 @@ msgstr ""
|
|||||||
#~ msgid "Unable to add protected tag {tag.title} to package"
|
#~ msgid "Unable to add protected tag {tag.title} to package"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Deaktiviertes Javascript kann zwar "
|
||||||
|
#~ "funktionieren, wird aber nicht offiziell "
|
||||||
|
#~ "unterstützt."
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-17 15:22+0000\n"
|
"PO-Revision-Date: 2022-01-17 15:22+0000\n"
|
||||||
"Last-Translator: Joaquín Villalba <joaco-mono@hotmail.com>\n"
|
"Last-Translator: Joaquín Villalba <joaco-mono@hotmail.com>\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
@ -57,15 +57,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr "La autorización falló[err=gh-oauth-login-failed]"
|
msgstr "La autorización falló[err=gh-oauth-login-failed]"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
#, fuzzy
|
||||||
|
msgid "Linked GitHub to account"
|
||||||
msgstr "Github vinculado a la cuenta"
|
msgstr "Github vinculado a la cuenta"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "La cuenta de Github ya está asociada con otro usuario"
|
msgstr "La cuenta de Github ya está asociada con otro usuario"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Incapaz de encontrar una cuenta para ese usuario de Github"
|
msgstr "Incapaz de encontrar una cuenta para ese usuario de Github"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -143,7 +146,7 @@ msgstr "Nombre (Técnico)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr "Sólo letras minúsculas (a-z), dígitos (0-9) y guiones bajos (_)"
|
msgstr "Sólo letras minúsculas (a-z), dígitos (0-9) y guiones bajos (_)"
|
||||||
|
|
||||||
@ -1788,62 +1791,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr "Importando... (Esto puede tardar un poco)"
|
msgstr "Importando... (Esto puede tardar un poco)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3245,3 +3244,13 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Javascript is needed to improve the "
|
||||||
|
#~ "user interface, and is needed for "
|
||||||
|
#~ "features\n"
|
||||||
|
#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-19 07:54+0000\n"
|
"PO-Revision-Date: 2022-01-19 07:54+0000\n"
|
||||||
"Last-Translator: AFCMS <afcm.contact@gmail.com>\n"
|
"Last-Translator: AFCMS <afcm.contact@gmail.com>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@ -57,15 +57,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr "Échec de l'autorisation [err=gh-oauth-login-failed]"
|
msgstr "Échec de l'autorisation [err=gh-oauth-login-failed]"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
#, fuzzy
|
||||||
|
msgid "Linked GitHub to account"
|
||||||
msgstr "Compte GitHub lié"
|
msgstr "Compte GitHub lié"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "Le compte Github est déjà associé à un autre utilisateur"
|
msgstr "Le compte Github est déjà associé à un autre utilisateur"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Impossible de trouver un compte pour cet utilisateur Github"
|
msgstr "Impossible de trouver un compte pour cet utilisateur Github"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -145,7 +148,7 @@ msgstr "Nom (Technique)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lettres minuscules (a-z), chiffres (0-9) et caractères de soulignement "
|
"Lettres minuscules (a-z), chiffres (0-9) et caractères de soulignement "
|
||||||
@ -1814,8 +1817,9 @@ msgstr ""
|
|||||||
"à jour ces détails automatiquement."
|
"à jour ces détails automatiquement."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1824,22 +1828,16 @@ msgstr ""
|
|||||||
"\t\t\t telles que la recherche de métadonnées dans Git et "
|
"\t\t\t telles que la recherche de métadonnées dans Git et "
|
||||||
"l'autocomplétion."
|
"l'autocomplétion."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
"Bien que JavaScript puisse être désactivé, cela n'est pas officiellement "
|
|
||||||
"pris en charge."
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr "Paquet"
|
msgstr "Paquet"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr "Merci d'ouvrir une discussion pour demander un changement de nom"
|
msgstr "Merci d'ouvrir une discussion pour demander un changement de nom"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
@ -1847,42 +1845,42 @@ msgstr ""
|
|||||||
"Veuillez choisir \"Travail en cours\" si votre paquet est instable et ne "
|
"Veuillez choisir \"Travail en cours\" si votre paquet est instable et ne "
|
||||||
"devrait pas être recommandé à tous les joueurs"
|
"devrait pas être recommandé à tous les joueurs"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"S'il n'y a pas de ressources, définissez la licence des ressources comme "
|
"S'il n'y a pas de ressources, définissez la licence des ressources comme "
|
||||||
"étant la même que la licence."
|
"étant la même que la licence."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr "Dépôt et liens"
|
msgstr "Dépôt et liens"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Laissez vide si vous n'avez pas de dépôt. Cliquez sur \"passer\" si "
|
"Laissez vide si vous n'avez pas de dépôt. Cliquez sur \"passer\" si "
|
||||||
"l'importation échoue."
|
"l'importation échoue."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr "Suivant (Importation automatique)"
|
msgstr "Suivant (Importation automatique)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr "Sauter l'importation automatique"
|
msgstr "Sauter l'importation automatique"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr "Importation... (Cela peut prendre un certain temps)"
|
msgstr "Importation... (Cela peut prendre un certain temps)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr "Conseil : collez l'URL d'un sujet de forum"
|
msgstr "Conseil : collez l'URL d'un sujet de forum"
|
||||||
|
|
||||||
@ -3389,3 +3387,9 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Bien que JavaScript puisse être "
|
||||||
|
#~ "désactivé, cela n'est pas officiellement "
|
||||||
|
#~ "pris en charge."
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-13 22:35+0000\n"
|
"PO-Revision-Date: 2022-01-13 22:35+0000\n"
|
||||||
"Last-Translator: pampogo kiraly <pampogo.kiraly@gmail.com>\n"
|
"Last-Translator: pampogo kiraly <pampogo.kiraly@gmail.com>\n"
|
||||||
"Language: hu\n"
|
"Language: hu\n"
|
||||||
@ -57,15 +57,17 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr "Belépés sikertelen [err=gh-oauth-login-failed]"
|
msgstr "Belépés sikertelen [err=gh-oauth-login-failed]"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
msgid "Linked GitHub to account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "A github fiók már társítva van egy másik felhasználóhoz"
|
msgstr "A github fiók már társítva van egy másik felhasználóhoz"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Nem található fiók ehhez a github felhasználóhoz"
|
msgstr "Nem található fiók ehhez a github felhasználóhoz"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -145,7 +147,7 @@ msgstr "Név (Technikai)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr "Csak kisbetűk (a-z), számjegyek (0-9) és aláhúzásjelek (_)"
|
msgstr "Csak kisbetűk (a-z), számjegyek (0-9) és aláhúzásjelek (_)"
|
||||||
|
|
||||||
@ -1770,62 +1772,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3192,3 +3190,16 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Linked github to account"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Javascript is needed to improve the "
|
||||||
|
#~ "user interface, and is needed for "
|
||||||
|
#~ "features\n"
|
||||||
|
#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-12 20:50+0000\n"
|
"PO-Revision-Date: 2022-01-12 20:50+0000\n"
|
||||||
"Last-Translator: Muhammad Rifqi Priyo Susanto "
|
"Last-Translator: Muhammad Rifqi Priyo Susanto "
|
||||||
"<muhammadrifqipriyosusanto@gmail.com>\n"
|
"<muhammadrifqipriyosusanto@gmail.com>\n"
|
||||||
@ -58,15 +58,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr "Otorisasi gagal [err=gh-oauth-login-failed]"
|
msgstr "Otorisasi gagal [err=gh-oauth-login-failed]"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
#, fuzzy
|
||||||
|
msgid "Linked GitHub to account"
|
||||||
msgstr "GitHub ditautkan ke akun"
|
msgstr "GitHub ditautkan ke akun"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "Akun GitHub telah ditautkan dengan pengguna lain"
|
msgstr "Akun GitHub telah ditautkan dengan pengguna lain"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Tidak dapat menemukan akun untuk pengguna GitHub ini"
|
msgstr "Tidak dapat menemukan akun untuk pengguna GitHub ini"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -144,7 +147,7 @@ msgstr "Nama (Teknis)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr "Huruf kecil (a-z), angka (0-9), dan garis bawah (_) saja"
|
msgstr "Huruf kecil (a-z), angka (0-9), dan garis bawah (_) saja"
|
||||||
|
|
||||||
@ -1790,8 +1793,9 @@ msgstr ""
|
|||||||
"memperbarui detail ini secara otomatis."
|
"memperbarui detail ini secara otomatis."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1799,22 +1803,16 @@ msgstr ""
|
|||||||
"untuk beberapa fitur\n"
|
"untuk beberapa fitur\n"
|
||||||
"\t\t\tseperti mencari metadata dari Git dan isi otomatis."
|
"\t\t\tseperti mencari metadata dari Git dan isi otomatis."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
"Walau mungkin bisa berjalan tanpa JavaScript, hal ini tidak didukung "
|
|
||||||
"secara resmi."
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr "Paket"
|
msgstr "Paket"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr "Harap buka utas untuk meminta penggantian nama"
|
msgstr "Harap buka utas untuk meminta penggantian nama"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
@ -1822,15 +1820,15 @@ msgstr ""
|
|||||||
"Harap pilih 'Dalam Pengerjaan' jika paket Anda belum stabil dan tidak "
|
"Harap pilih 'Dalam Pengerjaan' jika paket Anda belum stabil dan tidak "
|
||||||
"disarankan untuk semua pemain"
|
"disarankan untuk semua pemain"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr "Jika tidak ada media, atur Lisensi Media menjadi sama dengan Lisensi-nya."
|
msgstr "Jika tidak ada media, atur Lisensi Media menjadi sama dengan Lisensi-nya."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr "Repositori dan Tautan"
|
msgstr "Repositori dan Tautan"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
@ -1840,25 +1838,25 @@ msgstr ""
|
|||||||
"\t\t\t\tJika repo menggunakan Git, metadata juga akan diimpor secara "
|
"\t\t\t\tJika repo menggunakan Git, metadata juga akan diimpor secara "
|
||||||
"otomatis."
|
"otomatis."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Biarkan kosong jika Anda tidak punya repo. Klik lewati jika pengimporan "
|
"Biarkan kosong jika Anda tidak punya repo. Klik lewati jika pengimporan "
|
||||||
"gagal."
|
"gagal."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr "Lanjut (Impor Otomatis)"
|
msgstr "Lanjut (Impor Otomatis)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr "Lewati Impor Otomatis"
|
msgstr "Lewati Impor Otomatis"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr "Mengimpor... (Ini mungkin butuh waktu)"
|
msgstr "Mengimpor... (Ini mungkin butuh waktu)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr "Tip: tempelkan URL topik forum"
|
msgstr "Tip: tempelkan URL topik forum"
|
||||||
|
|
||||||
@ -3310,3 +3308,9 @@ msgstr ""
|
|||||||
#~ msgid "Unable to add protected tag {tag.title} to package"
|
#~ msgid "Unable to add protected tag {tag.title} to package"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Walau mungkin bisa berjalan tanpa "
|
||||||
|
#~ "JavaScript, hal ini tidak didukung "
|
||||||
|
#~ "secara resmi."
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -55,15 +55,15 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
msgid "Linked GitHub to account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -139,7 +139,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1735,62 +1735,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-19 07:54+0000\n"
|
"PO-Revision-Date: 2022-01-19 07:54+0000\n"
|
||||||
"Last-Translator: Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat "
|
"Last-Translator: Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat "
|
||||||
"Yasuyoshi <translation@mnh48.moe>\n"
|
"Yasuyoshi <translation@mnh48.moe>\n"
|
||||||
@ -58,15 +58,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr "Pengesahan kuasa gagal [err=gh-oauth-login-failed]"
|
msgstr "Pengesahan kuasa gagal [err=gh-oauth-login-failed]"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
#, fuzzy
|
||||||
|
msgid "Linked GitHub to account"
|
||||||
msgstr "Github dipautkan ke akaun"
|
msgstr "Github dipautkan ke akaun"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "Akaun Github sudah dikaitkan dengan pengguna lain"
|
msgstr "Akaun Github sudah dikaitkan dengan pengguna lain"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Tidak mampu cari akaun untuk pengguna Github tersebut"
|
msgstr "Tidak mampu cari akaun untuk pengguna Github tersebut"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -144,7 +147,7 @@ msgstr "Nama (Teknikal)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr "Huruf kecil (a-z), digit (0-9), dan garis bawah (_) sahaja"
|
msgstr "Huruf kecil (a-z), digit (0-9), dan garis bawah (_) sahaja"
|
||||||
|
|
||||||
@ -1804,8 +1807,9 @@ msgstr ""
|
|||||||
"maklumat ini secara automatiknya."
|
"maklumat ini secara automatiknya."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1813,22 +1817,16 @@ msgstr ""
|
|||||||
"diperlukan\n"
|
"diperlukan\n"
|
||||||
"\t\t\tuntuk sifat seperti mencari metadata dari git, dan autopelengkapan."
|
"\t\t\tuntuk sifat seperti mencari metadata dari git, dan autopelengkapan."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
"Walaupun boleh berfungsi dengan Javascript dilumpuhkan, ia tidak disokong"
|
|
||||||
" secara rasmi."
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr "Pakej"
|
msgstr "Pakej"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr "Sila buka bebenang untuk memohon pertukaran nama"
|
msgstr "Sila buka bebenang untuk memohon pertukaran nama"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
@ -1836,15 +1834,15 @@ msgstr ""
|
|||||||
"Sila pilih 'Kerja Dalam Proses' sekiranya pakej anda tidak stabil, dan "
|
"Sila pilih 'Kerja Dalam Proses' sekiranya pakej anda tidak stabil, dan "
|
||||||
"tidak patut disyorkan kepada semua pemain"
|
"tidak patut disyorkan kepada semua pemain"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr "Sekiranya tiada media, tetapkan Lesen Media menjadi sama dengan Lesen."
|
msgstr "Sekiranya tiada media, tetapkan Lesen Media menjadi sama dengan Lesen."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr "Repositori dan Pautan"
|
msgstr "Repositori dan Pautan"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
@ -1854,23 +1852,23 @@ msgstr ""
|
|||||||
"\t\t\t\tJika repositori menggunakan git maka metadata akan diimport "
|
"\t\t\t\tJika repositori menggunakan git maka metadata akan diimport "
|
||||||
"secara automatik."
|
"secara automatik."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr "Tinggal kosong jika anda tiada repositori. Klik langkau jika import gagal."
|
msgstr "Tinggal kosong jika anda tiada repositori. Klik langkau jika import gagal."
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr "Seterusnya (Autoimport)"
|
msgstr "Seterusnya (Autoimport)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr "Langkau Autoimport"
|
msgstr "Langkau Autoimport"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr "Mengimport... (Ini mungkin makan masa)"
|
msgstr "Mengimport... (Ini mungkin makan masa)"
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr "Petua: tampalkan URL topik forum"
|
msgstr "Petua: tampalkan URL topik forum"
|
||||||
|
|
||||||
@ -3361,3 +3359,9 @@ msgstr ""
|
|||||||
#~ msgid "Unable to add protected tag {tag.title} to package"
|
#~ msgid "Unable to add protected tag {tag.title} to package"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Walaupun boleh berfungsi dengan Javascript "
|
||||||
|
#~ "dilumpuhkan, ia tidak disokong secara "
|
||||||
|
#~ "rasmi."
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-10 15:53+0000\n"
|
"PO-Revision-Date: 2022-01-10 15:53+0000\n"
|
||||||
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>\n"
|
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>\n"
|
||||||
"Language: nb_NO\n"
|
"Language: nb_NO\n"
|
||||||
@ -57,15 +57,15 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
msgid "Linked GitHub to account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -141,7 +141,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1738,62 +1738,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3197,3 +3193,22 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Linked github to account"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Github account is already associated with another user"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Unable to find an account for that Github user"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Javascript is needed to improve the "
|
||||||
|
#~ "user interface, and is needed for "
|
||||||
|
#~ "features\n"
|
||||||
|
#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-10 15:53+0000\n"
|
"PO-Revision-Date: 2022-01-10 15:53+0000\n"
|
||||||
"Last-Translator: Mikitko <rudzik8@protonmail.com>\n"
|
"Last-Translator: Mikitko <rudzik8@protonmail.com>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
@ -58,15 +58,18 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
#, fuzzy
|
||||||
|
msgid "Linked GitHub to account"
|
||||||
msgstr "Github привязан к аккаунту"
|
msgstr "Github привязан к аккаунту"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
#, fuzzy
|
||||||
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr "Аккаунт Github уже привязан к другому пользователю"
|
msgstr "Аккаунт Github уже привязан к другому пользователю"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr "Не получилось найти аккаунт данного пользователя Github"
|
msgstr "Не получилось найти аккаунт данного пользователя Github"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -144,7 +147,7 @@ msgstr "Имя (техническое)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Только маленькие латинские буквы (a-z), цифры (0-9) и нижние "
|
"Только маленькие латинские буквы (a-z), цифры (0-9) и нижние "
|
||||||
@ -1768,62 +1771,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3188,3 +3187,13 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Javascript is needed to improve the "
|
||||||
|
#~ "user interface, and is needed for "
|
||||||
|
#~ "features\n"
|
||||||
|
#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-17 15:22+0000\n"
|
"PO-Revision-Date: 2022-01-17 15:22+0000\n"
|
||||||
"Last-Translator: Mehmet Ali <2045uuttb@relay.firefox.com>\n"
|
"Last-Translator: Mehmet Ali <2045uuttb@relay.firefox.com>\n"
|
||||||
"Language: tr\n"
|
"Language: tr\n"
|
||||||
@ -57,15 +57,15 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
msgid "Linked GitHub to account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
msgid "Unable to find an account for that GitHub user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
@ -141,7 +141,7 @@ msgstr "Ad (Teknik)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1737,62 +1737,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3146,3 +3142,22 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Linked github to account"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Github account is already associated with another user"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Unable to find an account for that Github user"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Javascript is needed to improve the "
|
||||||
|
#~ "user interface, and is needed for "
|
||||||
|
#~ "features\n"
|
||||||
|
#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2022-01-20 01:16+0000\n"
|
"POT-Creation-Date: 2022-01-20 01:28+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-16 03:56+0000\n"
|
"PO-Revision-Date: 2022-01-16 03:56+0000\n"
|
||||||
"Last-Translator: Yiu Man Ho <yiufamily.hh@gmail.com>\n"
|
"Last-Translator: Yiu Man Ho <yiufamily.hh@gmail.com>\n"
|
||||||
"Language: zh_Hant\n"
|
"Language: zh_Hant\n"
|
||||||
@ -57,16 +57,17 @@ msgid "Authorization failed [err=gh-oauth-login-failed]"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:62
|
#: app/blueprints/github/__init__.py:62
|
||||||
msgid "Linked github to account"
|
msgid "Linked GitHub to account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:65
|
#: app/blueprints/github/__init__.py:65
|
||||||
msgid "Github account is already associated with another user"
|
msgid "GitHub account is already associated with another user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:71
|
#: app/blueprints/github/__init__.py:71
|
||||||
msgid "Unable to find an account for that Github user"
|
#, fuzzy
|
||||||
msgstr ""
|
msgid "Unable to find an account for that GitHub user"
|
||||||
|
msgstr "找不到該用戶"
|
||||||
|
|
||||||
#: app/blueprints/github/__init__.py:76
|
#: app/blueprints/github/__init__.py:76
|
||||||
msgid "Authorization failed [err=gh-login-failed]"
|
msgid "Authorization failed [err=gh-login-failed]"
|
||||||
@ -141,7 +142,7 @@ msgstr "名字(技術上的)"
|
|||||||
|
|
||||||
#: app/blueprints/packages/packages.py:231
|
#: app/blueprints/packages/packages.py:231
|
||||||
#: app/blueprints/packages/packages.py:547
|
#: app/blueprints/packages/packages.py:547
|
||||||
#: app/templates/packages/create_edit.html:76
|
#: app/templates/packages/create_edit.html:75
|
||||||
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
msgid "Lower case letters (a-z), digits (0-9), and underscores (_) only"
|
||||||
msgstr "只限小寫英文字母(a-z)、數字(0-9)及底畫線(_)"
|
msgstr "只限小寫英文字母(a-z)、數字(0-9)及底畫線(_)"
|
||||||
|
|
||||||
@ -1740,62 +1741,58 @@ msgstr ""
|
|||||||
|
|
||||||
#: app/templates/packages/create_edit.html:55
|
#: app/templates/packages/create_edit.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Javascript is needed to improve the user interface, and is needed for "
|
"JavaScript is needed to improve the user interface, and is needed for "
|
||||||
"features\n"
|
"features\n"
|
||||||
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
"\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:57
|
#: app/templates/packages/create_edit.html:66
|
||||||
msgid "Whilst disabled Javascript may work, it is not officially supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:67
|
|
||||||
#: app/templates/threads/view.html:78
|
#: app/templates/threads/view.html:78
|
||||||
msgid "Package"
|
msgid "Package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:74
|
#: app/templates/packages/create_edit.html:73
|
||||||
msgid "Please open a thread to request a name change"
|
msgid "Please open a thread to request a name change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:80
|
#: app/templates/packages/create_edit.html:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please choose 'Work in Progress' if your package is unstable, and "
|
"Please choose 'Work in Progress' if your package is unstable, and "
|
||||||
"shouldn't be recommended to all players"
|
"shouldn't be recommended to all players"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:89
|
#: app/templates/packages/create_edit.html:88
|
||||||
msgid "If there is no media, set the Media License to the same as the License."
|
msgid "If there is no media, set the Media License to the same as the License."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:95
|
#: app/templates/packages/create_edit.html:94
|
||||||
msgid "Repository and Links"
|
msgid "Repository and Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:98
|
#: app/templates/packages/create_edit.html:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the repo URL for the package.\n"
|
"Enter the repo URL for the package.\n"
|
||||||
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
"\t\t\t\tIf the repo uses git then the metadata will be automatically "
|
||||||
"imported."
|
"imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:101
|
#: app/templates/packages/create_edit.html:100
|
||||||
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
msgid "Leave blank if you don't have a repo. Click skip if the import fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:107
|
#: app/templates/packages/create_edit.html:106
|
||||||
msgid "Next (Autoimport)"
|
msgid "Next (Autoimport)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:108
|
#: app/templates/packages/create_edit.html:107
|
||||||
msgid "Skip Autoimport"
|
msgid "Skip Autoimport"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:112
|
#: app/templates/packages/create_edit.html:111
|
||||||
msgid "Importing... (This may take a while)"
|
msgid "Importing... (This may take a while)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/templates/packages/create_edit.html:120
|
#: app/templates/packages/create_edit.html:119
|
||||||
msgid "Tip: paste in a forum topic URL"
|
msgid "Tip: paste in a forum topic URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3146,3 +3143,22 @@ msgstr ""
|
|||||||
#~ msgid "No releases need reviewing."
|
#~ msgid "No releases need reviewing."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Linked github to account"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Github account is already associated with another user"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Unable to find an account for that Github user"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Javascript is needed to improve the "
|
||||||
|
#~ "user interface, and is needed for "
|
||||||
|
#~ "features\n"
|
||||||
|
#~ "\t\t\tsuch as finding metadata from git, and autocompletion."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Whilst disabled Javascript may work, it is not officially supported."
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user